@veecode-platform/plugin-veecode-homepage-dynamic 0.1.3 → 0.1.4

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.
Files changed (19) hide show
  1. package/dist-scalprum/plugin-manifest.json +3 -3
  2. package/dist-scalprum/static/4576.e773bb92.chunk.js +2 -0
  3. package/dist-scalprum/static/4576.e773bb92.chunk.js.map +1 -0
  4. package/dist-scalprum/static/{5689.ba470bd3.chunk.js → 5689.44adcfd6.chunk.js} +1 -1
  5. package/dist-scalprum/static/{5689.ba470bd3.chunk.js.map → 5689.44adcfd6.chunk.js.map} +1 -1
  6. package/dist-scalprum/static/{8505.bd5ab33a.chunk.js → 8505.9dd864c9.chunk.js} +1 -1
  7. package/dist-scalprum/static/{8505.bd5ab33a.chunk.js.map → 8505.9dd864c9.chunk.js.map} +1 -1
  8. package/dist-scalprum/static/{9286.0bf88601.chunk.js → 9286.e13da971.chunk.js} +2 -2
  9. package/dist-scalprum/static/{9286.0bf88601.chunk.js.map → 9286.e13da971.chunk.js.map} +1 -1
  10. package/dist-scalprum/static/exposed-PluginRoot.995e7d70.chunk.js +2 -0
  11. package/dist-scalprum/static/{exposed-PluginRoot.7c0308e7.chunk.js.map → exposed-PluginRoot.995e7d70.chunk.js.map} +1 -1
  12. package/dist-scalprum/{veecode-platform.plugin-veecode-homepage.dae22c6ba0f08bd5f5e0.js → veecode-platform.plugin-veecode-homepage.75421414c269ea7d1780.js} +2 -2
  13. package/dist-scalprum/{veecode-platform.plugin-veecode-homepage.dae22c6ba0f08bd5f5e0.js.map → veecode-platform.plugin-veecode-homepage.75421414c269ea7d1780.js.map} +1 -1
  14. package/package.json +1 -1
  15. package/dist-scalprum/static/7499.92139132.chunk.js +0 -2
  16. package/dist-scalprum/static/7499.92139132.chunk.js.map +0 -1
  17. package/dist-scalprum/static/avatar.e87ac168..svg +0 -1
  18. package/dist-scalprum/static/exposed-PluginRoot.7c0308e7.chunk.js +0 -2
  19. /package/dist-scalprum/static/{9286.0bf88601.chunk.js.LICENSE.txt → 9286.e13da971.chunk.js.LICENSE.txt} +0 -0
@@ -0,0 +1,2 @@
1
+ "use strict";(self.webpackChunkveecode_platform_plugin_veecode_homepage=self.webpackChunkveecode_platform_plugin_veecode_homepage||[]).push([[879],{1614:(e,t,i)=>{i.r(t),i.d(t,{VeecodeHomepagePage:()=>p,veecodeHomepagePlugin:()=>n});var r=i(22097),a=i(98590),s=i(9353);const o=(0,r.createRouteRef)({id:"veecode-homepage"}),n=(0,r.createPlugin)({id:"veecode-homepage",routes:{root:o},apis:[(0,r.createApiFactory)({api:a.y,deps:{storageApi:r.storageApiRef,identityApi:r.identityApiRef},factory:({storageApi:e,identityApi:t})=>s.s.create({storageApi:e,identityApi:t})})]}),p=n.provide((0,r.createRoutableExtension)({name:"c",component:()=>Promise.all([i.e(5568),i.e(1807),i.e(2533),i.e(7332),i.e(2235),i.e(5478),i.e(7326),i.e(484),i.e(9096),i.e(1942),i.e(4129),i.e(4576)]).then(i.bind(i,7426)).then((e=>e.VeeCodeHomePage)),mountPoint:o}))},9353:(e,t,i)=>{i.d(t,{s:()=>r});class r{limit;storageApi;storageKeyPrefix="@backstage/plugin-home:visits";identityApi;static create(e){return new r(e)}constructor(e){this.limit=Math.abs(e.limit??100),this.storageApi=e.storageApi,this.identityApi=e.identityApi}async list(e){let t=[...await this.retrieveAll()];return(e?.orderBy??[]).reverse().forEach((e=>{"asc"===e.direction?t.sort(((t,i)=>this.compare(e,t,i))):t.sort(((t,i)=>this.compare(e,i,t)))})),(e?.filterBy??[]).reverse().forEach((e=>{t=t.filter((t=>{const i=t[e.field];return">"===e.operator?i>e.value:">="===e.operator?i>=e.value:"<"===e.operator?i<e.value:"<="===e.operator?i<=e.value:"=="===e.operator?i===e.value:"!="===e.operator?i!==e.value:"contains"===e.operator&&`${i}`.includes(`${e.value}`)}))})),t.slice(0,e?.limit??8)}async save(e){const t=[...await this.retrieveAll()],i={...e.visit,id:window.crypto.randomUUID(),hits:1,timestamp:Date.now()},r=t.findIndex((e=>e.pathname===i.pathname));return r>=0?(i.id=t[r].id,i.hits=t[r].hits+1,t[r]=i):t.push(i),t.sort(((e,t)=>t.timestamp-e.timestamp)),await this.persistAll(t.splice(0,this.limit)),i}async persistAll(e){const t=await this.getStorageKey();return this.storageApi.set(t,e)}async retrieveAll(){const e=await this.getStorageKey(),t=this.storageApi.snapshot(e);return"unknown"!==t?.presence?t?.value??[]:new Promise(((t,i)=>{const r=this.storageApi.observe$(e).subscribe({next:e=>{const i=e.value??[];r.unsubscribe(),t(i)},error:e=>{r.unsubscribe(),i(e)}})}))}async getStorageKey(){const{userEntityRef:e}=await this.identityApi.getBackstageIdentity();return`${this.storageKeyPrefix}:${e}`}compare(e,t,i){return"number"==typeof t[e.field]?t[e.field]-i[e.field]:`${t[e.field]}`.localeCompare(`${i[e.field]}`)}}},98590:(e,t,i)=>{i.d(t,{Z:()=>a,y:()=>s});var r=i(18439);const a=e=>["<","<=","==","!=",">",">=","contains"].includes(e),s=(0,r.createApiRef)({id:"homepage.visits"})}}]);
2
+ //# sourceMappingURL=exposed-PluginRoot.995e7d70.chunk.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"static/exposed-PluginRoot.7c0308e7.chunk.js","mappings":"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","sources":["webpack://veecode-platform.plugin-veecode-homepage/./src/routes.ts","webpack://veecode-platform.plugin-veecode-homepage/./src/plugin.ts","webpack://veecode-platform.plugin-veecode-homepage/../../node_modules/@backstage/plugin-home/dist/api/VisitsStorageApi.esm.js","webpack://veecode-platform.plugin-veecode-homepage/../../node_modules/@backstage/plugin-home/dist/api/VisitsApi.esm.js"],"sourcesContent":["import { createRouteRef } from '@backstage/core-plugin-api';\n\nexport const rootRouteRef = createRouteRef({\n id: 'veecode-homepage',\n});\n","import {\n createApiFactory,\n // createComponentExtension,\n createPlugin,\n createRoutableExtension,\n identityApiRef,\n storageApiRef,\n} from '@backstage/core-plugin-api';\nimport {\n // type StarredEntitiesProps,\n // type VisitedByTypeProps,\n // type FeaturedDocsCardProps,\n visitsApiRef,\n VisitsStorageApi,\n} from '@backstage/plugin-home';\n\nimport { rootRouteRef } from './routes';\n\nexport const veecodeHomepagePlugin = createPlugin({\n id: 'veecode-homepage',\n routes: {\n root: rootRouteRef,\n },\n apis: [\n createApiFactory({\n api: visitsApiRef,\n deps: {\n storageApi: storageApiRef,\n identityApi: identityApiRef,\n },\n factory: ({ storageApi, identityApi }) =>\n VisitsStorageApi.create({ storageApi, identityApi }),\n }),\n ],\n});\n\nexport const VeecodeHomepagePage = veecodeHomepagePlugin.provide(\n createRoutableExtension({\n name: 'c',\n component: () =>\n import('./components/VeeCodeHomePage').then(m => m.VeeCodeHomePage),\n mountPoint: rootRouteRef,\n }),\n);\n","const DEFAULT_LIST_LIMIT = 8;\nclass VisitsStorageApi {\n limit;\n storageApi;\n storageKeyPrefix = \"@backstage/plugin-home:visits\";\n identityApi;\n static create(options) {\n return new VisitsStorageApi(options);\n }\n constructor(options) {\n this.limit = Math.abs(options.limit ?? 100);\n this.storageApi = options.storageApi;\n this.identityApi = options.identityApi;\n }\n /**\n * Returns a list of visits through the visitsApi\n */\n async list(queryParams) {\n let visits = [...await this.retrieveAll()];\n (queryParams?.orderBy ?? []).reverse().forEach((order) => {\n if (order.direction === \"asc\") {\n visits.sort((a, b) => this.compare(order, a, b));\n } else {\n visits.sort((a, b) => this.compare(order, b, a));\n }\n });\n (queryParams?.filterBy ?? []).reverse().forEach((filter) => {\n visits = visits.filter((visit) => {\n const field = visit[filter.field];\n if (filter.operator === \">\") return field > filter.value;\n if (filter.operator === \">=\") return field >= filter.value;\n if (filter.operator === \"<\") return field < filter.value;\n if (filter.operator === \"<=\") return field <= filter.value;\n if (filter.operator === \"==\") return field === filter.value;\n if (filter.operator === \"!=\") return field !== filter.value;\n if (filter.operator === \"contains\")\n return `${field}`.includes(`${filter.value}`);\n return false;\n });\n });\n return visits.slice(0, queryParams?.limit ?? DEFAULT_LIST_LIMIT);\n }\n /**\n * Saves a visit through the visitsApi\n */\n async save(saveParams) {\n const visits = [...await this.retrieveAll()];\n const visit = {\n ...saveParams.visit,\n id: window.crypto.randomUUID(),\n hits: 1,\n timestamp: Date.now()\n };\n const visitIndex = visits.findIndex((e) => e.pathname === visit.pathname);\n if (visitIndex >= 0) {\n visit.id = visits[visitIndex].id;\n visit.hits = visits[visitIndex].hits + 1;\n visits[visitIndex] = visit;\n } else {\n visits.push(visit);\n }\n visits.sort((a, b) => b.timestamp - a.timestamp);\n await this.persistAll(visits.splice(0, this.limit));\n return visit;\n }\n async persistAll(visits) {\n const storageKey = await this.getStorageKey();\n return this.storageApi.set(storageKey, visits);\n }\n async retrieveAll() {\n const storageKey = await this.getStorageKey();\n const snapshot = this.storageApi.snapshot(storageKey);\n if (snapshot?.presence !== \"unknown\") {\n return snapshot?.value ?? [];\n }\n return new Promise((resolve, reject) => {\n const subscription = this.storageApi.observe$(storageKey).subscribe({\n next: (next) => {\n const visits = next.value ?? [];\n subscription.unsubscribe();\n resolve(visits);\n },\n error: (err) => {\n subscription.unsubscribe();\n reject(err);\n }\n });\n });\n }\n async getStorageKey() {\n const { userEntityRef } = await this.identityApi.getBackstageIdentity();\n const storageKey = `${this.storageKeyPrefix}:${userEntityRef}`;\n return storageKey;\n }\n // This assumes Visit fields are either numbers or strings\n compare(order, a, b) {\n const isNumber = typeof a[order.field] === \"number\";\n return isNumber ? a[order.field] - b[order.field] : `${a[order.field]}`.localeCompare(`${b[order.field]}`);\n }\n}\n\nexport { VisitsStorageApi };\n//# sourceMappingURL=VisitsStorageApi.esm.js.map\n","import { createApiRef } from '@backstage/core-plugin-api';\n\nconst isOperator = (s) => {\n return [\"<\", \"<=\", \"==\", \"!=\", \">\", \">=\", \"contains\"].includes(s);\n};\nconst visitsApiRef = createApiRef({\n id: \"homepage.visits\"\n});\n\nexport { isOperator, visitsApiRef };\n//# sourceMappingURL=VisitsApi.esm.js.map\n"],"names":["rootRouteRef","createRouteRef","id","veecodeHomepagePlugin","createPlugin","routes","root","apis","createApiFactory","api","visitsApiRef","deps","storageApi","storageApiRef","identityApi","identityApiRef","factory","VisitsStorageApi","create","VeecodeHomepagePage","provide","createRoutableExtension","name","component","then","m","VeeCodeHomePage","mountPoint","limit","storageKeyPrefix","options","constructor","this","Math","abs","list","queryParams","visits","retrieveAll","orderBy","reverse","forEach","order","direction","sort","a","b","compare","filterBy","filter","visit","field","operator","value","includes","slice","save","saveParams","window","crypto","randomUUID","hits","timestamp","Date","now","visitIndex","findIndex","e","pathname","push","persistAll","splice","storageKey","getStorageKey","set","snapshot","presence","Promise","resolve","reject","subscription","observe$","subscribe","next","unsubscribe","error","err","userEntityRef","getBackstageIdentity","localeCompare","isOperator","s","createApiRef"],"sourceRoot":""}
1
+ {"version":3,"file":"static/exposed-PluginRoot.995e7d70.chunk.js","mappings":"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","sources":["webpack://veecode-platform.plugin-veecode-homepage/./src/routes.ts","webpack://veecode-platform.plugin-veecode-homepage/./src/plugin.ts","webpack://veecode-platform.plugin-veecode-homepage/../../node_modules/@backstage/plugin-home/dist/api/VisitsStorageApi.esm.js","webpack://veecode-platform.plugin-veecode-homepage/../../node_modules/@backstage/plugin-home/dist/api/VisitsApi.esm.js"],"sourcesContent":["import { createRouteRef } from '@backstage/core-plugin-api';\n\nexport const rootRouteRef = createRouteRef({\n id: 'veecode-homepage',\n});\n","import {\n createApiFactory,\n // createComponentExtension,\n createPlugin,\n createRoutableExtension,\n identityApiRef,\n storageApiRef,\n} from '@backstage/core-plugin-api';\nimport {\n // type StarredEntitiesProps,\n // type VisitedByTypeProps,\n // type FeaturedDocsCardProps,\n visitsApiRef,\n VisitsStorageApi,\n} from '@backstage/plugin-home';\n\nimport { rootRouteRef } from './routes';\n\nexport const veecodeHomepagePlugin = createPlugin({\n id: 'veecode-homepage',\n routes: {\n root: rootRouteRef,\n },\n apis: [\n createApiFactory({\n api: visitsApiRef,\n deps: {\n storageApi: storageApiRef,\n identityApi: identityApiRef,\n },\n factory: ({ storageApi, identityApi }) =>\n VisitsStorageApi.create({ storageApi, identityApi }),\n }),\n ],\n});\n\nexport const VeecodeHomepagePage = veecodeHomepagePlugin.provide(\n createRoutableExtension({\n name: 'c',\n component: () =>\n import('./components/VeeCodeHomePage').then(m => m.VeeCodeHomePage),\n mountPoint: rootRouteRef,\n }),\n);\n","const DEFAULT_LIST_LIMIT = 8;\nclass VisitsStorageApi {\n limit;\n storageApi;\n storageKeyPrefix = \"@backstage/plugin-home:visits\";\n identityApi;\n static create(options) {\n return new VisitsStorageApi(options);\n }\n constructor(options) {\n this.limit = Math.abs(options.limit ?? 100);\n this.storageApi = options.storageApi;\n this.identityApi = options.identityApi;\n }\n /**\n * Returns a list of visits through the visitsApi\n */\n async list(queryParams) {\n let visits = [...await this.retrieveAll()];\n (queryParams?.orderBy ?? []).reverse().forEach((order) => {\n if (order.direction === \"asc\") {\n visits.sort((a, b) => this.compare(order, a, b));\n } else {\n visits.sort((a, b) => this.compare(order, b, a));\n }\n });\n (queryParams?.filterBy ?? []).reverse().forEach((filter) => {\n visits = visits.filter((visit) => {\n const field = visit[filter.field];\n if (filter.operator === \">\") return field > filter.value;\n if (filter.operator === \">=\") return field >= filter.value;\n if (filter.operator === \"<\") return field < filter.value;\n if (filter.operator === \"<=\") return field <= filter.value;\n if (filter.operator === \"==\") return field === filter.value;\n if (filter.operator === \"!=\") return field !== filter.value;\n if (filter.operator === \"contains\")\n return `${field}`.includes(`${filter.value}`);\n return false;\n });\n });\n return visits.slice(0, queryParams?.limit ?? DEFAULT_LIST_LIMIT);\n }\n /**\n * Saves a visit through the visitsApi\n */\n async save(saveParams) {\n const visits = [...await this.retrieveAll()];\n const visit = {\n ...saveParams.visit,\n id: window.crypto.randomUUID(),\n hits: 1,\n timestamp: Date.now()\n };\n const visitIndex = visits.findIndex((e) => e.pathname === visit.pathname);\n if (visitIndex >= 0) {\n visit.id = visits[visitIndex].id;\n visit.hits = visits[visitIndex].hits + 1;\n visits[visitIndex] = visit;\n } else {\n visits.push(visit);\n }\n visits.sort((a, b) => b.timestamp - a.timestamp);\n await this.persistAll(visits.splice(0, this.limit));\n return visit;\n }\n async persistAll(visits) {\n const storageKey = await this.getStorageKey();\n return this.storageApi.set(storageKey, visits);\n }\n async retrieveAll() {\n const storageKey = await this.getStorageKey();\n const snapshot = this.storageApi.snapshot(storageKey);\n if (snapshot?.presence !== \"unknown\") {\n return snapshot?.value ?? [];\n }\n return new Promise((resolve, reject) => {\n const subscription = this.storageApi.observe$(storageKey).subscribe({\n next: (next) => {\n const visits = next.value ?? [];\n subscription.unsubscribe();\n resolve(visits);\n },\n error: (err) => {\n subscription.unsubscribe();\n reject(err);\n }\n });\n });\n }\n async getStorageKey() {\n const { userEntityRef } = await this.identityApi.getBackstageIdentity();\n const storageKey = `${this.storageKeyPrefix}:${userEntityRef}`;\n return storageKey;\n }\n // This assumes Visit fields are either numbers or strings\n compare(order, a, b) {\n const isNumber = typeof a[order.field] === \"number\";\n return isNumber ? a[order.field] - b[order.field] : `${a[order.field]}`.localeCompare(`${b[order.field]}`);\n }\n}\n\nexport { VisitsStorageApi };\n//# sourceMappingURL=VisitsStorageApi.esm.js.map\n","import { createApiRef } from '@backstage/core-plugin-api';\n\nconst isOperator = (s) => {\n return [\"<\", \"<=\", \"==\", \"!=\", \">\", \">=\", \"contains\"].includes(s);\n};\nconst visitsApiRef = createApiRef({\n id: \"homepage.visits\"\n});\n\nexport { isOperator, visitsApiRef };\n//# sourceMappingURL=VisitsApi.esm.js.map\n"],"names":["rootRouteRef","createRouteRef","id","veecodeHomepagePlugin","createPlugin","routes","root","apis","createApiFactory","api","visitsApiRef","deps","storageApi","storageApiRef","identityApi","identityApiRef","factory","VisitsStorageApi","create","VeecodeHomepagePage","provide","createRoutableExtension","name","component","then","m","VeeCodeHomePage","mountPoint","limit","storageKeyPrefix","options","constructor","this","Math","abs","list","queryParams","visits","retrieveAll","orderBy","reverse","forEach","order","direction","sort","a","b","compare","filterBy","filter","visit","field","operator","value","includes","slice","save","saveParams","window","crypto","randomUUID","hits","timestamp","Date","now","visitIndex","findIndex","e","pathname","push","persistAll","splice","storageKey","getStorageKey","set","snapshot","presence","Promise","resolve","reject","subscription","observe$","subscribe","next","unsubscribe","error","err","userEntityRef","getBackstageIdentity","localeCompare","isOperator","s","createApiRef"],"sourceRoot":""}
@@ -1,2 +1,2 @@
1
- __load_plugin_entry__("veecode-platform.plugin-veecode-homepage",(()=>{"use strict";var e,a,h,g,t,i,l,r,n,s,_,c,u,o,d,f,y,p,x,b,m,v={11004:(e,a,h)=>{var g={PluginRoot:()=>Promise.all([h.e(2097),h.e(8439),h.e(879)]).then((()=>()=>h(1614)))},t=(e,a)=>(h.R=a,a=h.o(g,e)?g[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),h.R=void 0,a),i=(e,a)=>{if(h.S){var g="default",t=h.S[g];if(t&&t!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return h.S[g]=e,h.I(g,a)}};h.d(a,{get:()=>t,init:()=>i})}},k={};function P(e){var a=k[e];if(void 0!==a)return a.exports;var h=k[e]={id:e,loaded:!1,exports:{}};return v[e].call(h.exports,h,h.exports,P),h.loaded=!0,h.exports}return P.m=v,P.c=k,P.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return P.d(a,{a}),a},a=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,P.t=function(h,g){if(1&g&&(h=this(h)),8&g)return h;if("object"==typeof h&&h){if(4&g&&h.__esModule)return h;if(16&g&&"function"==typeof h.then)return h}var t=Object.create(null);P.r(t);var i={};e=e||[null,a({}),a([]),a(a)];for(var l=2&g&&h;"object"==typeof l&&!~e.indexOf(l);l=a(l))Object.getOwnPropertyNames(l).forEach((e=>i[e]=()=>h[e]));return i.default=()=>h,P.d(t,i),t},P.d=(e,a)=>{for(var h in a)P.o(a,h)&&!P.o(e,h)&&Object.defineProperty(e,h,{enumerable:!0,get:a[h]})},P.f={},P.e=e=>Promise.all(Object.keys(P.f).reduce(((a,h)=>(P.f[h](e,a),a)),[])),P.u=e=>"static/"+({51:"react-syntax-highlighter_languages_highlight_prolog",200:"react-syntax-highlighter_languages_highlight_mel",206:"react-syntax-highlighter_languages_highlight_gml",371:"react-syntax-highlighter_languages_highlight_excel",456:"react-syntax-highlighter_languages_highlight_roboconf",460:"react-syntax-highlighter_languages_highlight_avrasm",464:"react-syntax-highlighter_languages_highlight_shell",557:"react-syntax-highlighter_languages_highlight_oneC",579:"react-syntax-highlighter_languages_highlight_vbnet",634:"react-syntax-highlighter_languages_highlight_scilab",879:"exposed-PluginRoot",927:"react-syntax-highlighter_languages_highlight_javascript",946:"react-syntax-highlighter_languages_highlight_clojure",985:"react-syntax-highlighter_languages_highlight_monkey",1062:"react-syntax-highlighter_languages_highlight_nim",1084:"react-syntax-highlighter_languages_highlight_aspectj",1099:"react-syntax-highlighter_languages_highlight_ebnf",1173:"react-syntax-highlighter_languages_highlight_autohotkey",1177:"react-syntax-highlighter_languages_highlight_profile",1214:"react-syntax-highlighter_languages_highlight_properties",1276:"react-syntax-highlighter_languages_highlight_phpTemplate",1325:"react-syntax-highlighter_languages_highlight_actionscript",1352:"react-syntax-highlighter_languages_highlight_fortran",1362:"react-syntax-highlighter_languages_highlight_mathematica",1418:"react-syntax-highlighter_languages_highlight_pony",1441:"react-syntax-highlighter_languages_highlight_coq",1461:"react-syntax-highlighter_languages_highlight_livescript",1489:"react-syntax-highlighter_languages_highlight_reasonml",1496:"react-syntax-highlighter_languages_highlight_lua",1522:"react-syntax-highlighter_languages_highlight_dust",1679:"react-syntax-highlighter_languages_highlight_scheme",1694:"react-syntax-highlighter_languages_highlight_accesslog",1727:"react-syntax-highlighter_languages_highlight_oxygene",1750:"react-syntax-highlighter_languages_highlight_makefile",1828:"react-syntax-highlighter_languages_highlight_dockerfile",1895:"react-syntax-highlighter_languages_highlight_pythonRepl",1956:"react-syntax-highlighter_languages_highlight_puppet",1961:"react-syntax-highlighter_languages_highlight_stan",1972:"react-syntax-highlighter_languages_highlight_fsharp",2007:"react-syntax-highlighter_languages_highlight_css",2064:"react-syntax-highlighter_languages_highlight_vhdl",2108:"react-syntax-highlighter_languages_highlight_cLike",2180:"react-syntax-highlighter_languages_highlight_sqf",2234:"react-syntax-highlighter_languages_highlight_lisp",2267:"react-syntax-highlighter_languages_highlight_maxima",2346:"react-syntax-highlighter_languages_highlight_d",2362:"react-syntax-highlighter_languages_highlight_xquery",2378:"react-syntax-highlighter_languages_highlight_parser3",2383:"react-syntax-highlighter_languages_highlight_crmsh",2438:"react-syntax-highlighter_languages_highlight_haxe",2488:"react-syntax-highlighter_languages_highlight_verilog",2496:"react-syntax-highlighter_languages_highlight_erlangRepl",2512:"react-syntax-highlighter_languages_highlight_stylus",2516:"react-syntax-highlighter_languages_highlight_apache",2665:"react-syntax-highlighter_languages_highlight_powershell",2693:"react-syntax-highlighter_languages_highlight_tap",2727:"react-syntax-highlighter_languages_highlight_q",2743:"react-syntax-highlighter_languages_highlight_asciidoc",2762:"react-syntax-highlighter_languages_highlight_haskell",2795:"react-syntax-highlighter_languages_highlight_dns",2871:"react-syntax-highlighter_languages_highlight_typescript",2882:"react-syntax-highlighter_languages_highlight_sml",2979:"react-syntax-highlighter_languages_highlight_plaintext",2981:"react-syntax-highlighter_languages_highlight_ruleslanguage",2983:"react-syntax-highlighter_languages_highlight_golo",3146:"react-syntax-highlighter_languages_highlight_purebasic",3193:"react-syntax-highlighter_languages_highlight_xml",3299:"react-syntax-highlighter_languages_highlight_fix",3357:"react-syntax-highlighter_languages_highlight_x86asm",3384:"react-syntax-highlighter_languages_highlight_ini",3418:"react-syntax-highlighter_languages_highlight_ruby",3419:"react-syntax-highlighter_languages_highlight_nix",3487:"react-syntax-highlighter_languages_highlight_mipsasm",3500:"react-syntax-highlighter_languages_highlight_autoit",3540:"react-syntax-highlighter_languages_highlight_moonscript",3562:"react-syntax-highlighter_languages_highlight_gams",3580:"react-syntax-highlighter_languages_highlight_csp",3607:"react-syntax-highlighter_languages_highlight_abnf",3623:"react-syntax-highlighter_languages_highlight_yaml",3722:"react-syntax-highlighter_languages_highlight_latex",3736:"react-syntax-highlighter_languages_highlight_json",3811:"react-syntax-highlighter_languages_highlight_erb",3885:"react-syntax-highlighter_languages_highlight_stata",3923:"react-syntax-highlighter_languages_highlight_applescript",3988:"react-syntax-highlighter_languages_highlight_vala",4014:"react-syntax-highlighter_languages_highlight_scss",4075:"react-syntax-highlighter_languages_highlight_hsp",4110:"react-syntax-highlighter_languages_highlight_tp",4135:"react-syntax-highlighter_languages_highlight_mizar",4282:"react-syntax-highlighter_languages_highlight_livecodeserver",4300:"react-syntax-highlighter_languages_highlight_r",4342:"react-syntax-highlighter_languages_highlight_php",4383:"react-syntax-highlighter_languages_highlight_dsconfig",4436:"react-syntax-highlighter_languages_highlight_zephir",4446:"react-syntax-highlighter_languages_highlight_leaf",4493:"react-syntax-highlighter_languages_highlight_gauss",4575:"react-syntax-highlighter_languages_highlight_processing",4635:"react-syntax-highlighter_languages_highlight_jbossCli",4733:"react-syntax-highlighter_languages_highlight_llvm",4835:"react-syntax-highlighter_languages_highlight_cos",4931:"react-syntax-highlighter_languages_highlight_step21",4956:"react-syntax-highlighter_languages_highlight_angelscript",4971:"react-syntax-highlighter_languages_highlight_lsl",5034:"react-syntax-highlighter_languages_highlight_ada",5051:"react-syntax-highlighter_languages_highlight_coffeescript",5099:"react-syntax-highlighter_languages_highlight_nsis",5123:"react-syntax-highlighter_languages_highlight_erlang",5189:"react-syntax-highlighter_languages_highlight_dts",5251:"react-syntax-highlighter_languages_highlight_pgsql",5253:"react-syntax-highlighter_languages_highlight_clojureRepl",5286:"react-syntax-highlighter_languages_highlight_nginx",5446:"react-syntax-highlighter_languages_highlight_ocaml",5565:"react-syntax-highlighter_languages_highlight_kotlin",5613:"react-syntax-highlighter_languages_highlight_rib",5664:"react-syntax-highlighter_languages_highlight_dos",5773:"react-syntax-highlighter_languages_highlight_mojolicious",5813:"react-syntax-highlighter_languages_highlight_less",5819:"react-syntax-highlighter_languages_highlight_gradle",5868:"react-syntax-highlighter_languages_highlight_inform7",5900:"react-syntax-highlighter_languages_highlight_lasso",6057:"react-syntax-highlighter_languages_highlight_sqlMore",6152:"react-syntax-highlighter_languages_highlight_vbscriptHtml",6161:"react-syntax-highlighter_languages_highlight_clean",6177:"react-syntax-highlighter_languages_highlight_taggerscript",6195:"react-syntax-highlighter_languages_highlight_ldif",6228:"react-syntax-highlighter_languages_highlight_rust",6267:"react-syntax-highlighter_languages_highlight_swift",6354:"react-syntax-highlighter_languages_highlight_java",6501:"react-syntax-highlighter_languages_highlight_armasm",6512:"react-syntax-highlighter_languages_highlight_scala",6542:"react-syntax-highlighter_languages_highlight_vim",6555:"react-syntax-highlighter_languages_highlight_openscad",6573:"react-syntax-highlighter_languages_highlight_cpp",6780:"react-syntax-highlighter_languages_highlight_qml",6835:"react-syntax-highlighter_languages_highlight_brainfuck",6848:"react-syntax-highlighter_languages_highlight_crystal",6924:"react-syntax-highlighter_languages_highlight_isbl",6977:"react-syntax-highlighter_languages_highlight_rsl",6986:"react-syntax-highlighter_languages_highlight_capnproto",7048:"react-syntax-highlighter_languages_highlight_gherkin",7079:"react-syntax-highlighter_languages_highlight_diff",7131:"react-syntax-highlighter_languages_highlight_protobuf",7209:"react-syntax-highlighter_languages_highlight_perl",7247:"react-syntax-highlighter_languages_highlight_cmake",7254:"react-syntax-highlighter_languages_highlight_subunit",7351:"react-syntax-highlighter_languages_highlight_elixir",7401:"react-syntax-highlighter_languages_highlight_sas",7406:"react-syntax-highlighter_languages_highlight_sql",7439:"react-syntax-highlighter_languages_highlight_flix",7533:"react-syntax-highlighter_languages_highlight_awk",7572:"react-syntax-highlighter_languages_highlight_basic",7764:"react-syntax-highlighter_languages_highlight_go",7776:"react-syntax-highlighter_languages_highlight_haml",7794:"react-syntax-highlighter_languages_highlight_http",7818:"react-syntax-highlighter_languages_highlight_arduino",7879:"react-syntax-highlighter_languages_highlight_csharp",7934:"react-syntax-highlighter_languages_highlight_glsl",7959:"react-syntax-highlighter_languages_highlight_htmlbars",8001:"react-syntax-highlighter_languages_highlight_matlab",8030:"react-syntax-highlighter_languages_highlight_handlebars",8058:"react-syntax-highlighter_languages_highlight_n1ql",8078:"react-syntax-highlighter_languages_highlight_delphi",8138:"react-syntax-highlighter_languages_highlight_elm",8140:"react-syntax-highlighter_languages_highlight_pf",8216:"react-syntax-highlighter_languages_highlight_bnf",8217:"react-syntax-highlighter_languages_highlight_twig",8331:"react-syntax-highlighter_languages_highlight_thrift",8338:"react-syntax-highlighter_languages_highlight_objectivec",8549:"react-syntax-highlighter_languages_highlight_c",8595:"react-syntax-highlighter_languages_highlight_hy",8705:"react-syntax-highlighter_languages_highlight_nodeRepl",8725:"react-syntax-highlighter_languages_highlight_smalltalk",8727:"react-syntax-highlighter/lowlight-import",8753:"react-syntax-highlighter_languages_highlight_mercury",8755:"react-syntax-highlighter_languages_highlight_tcl",8763:"react-syntax-highlighter_languages_highlight_routeros",8833:"react-syntax-highlighter_languages_highlight_markdown",8874:"react-syntax-highlighter_languages_highlight_smali",8903:"react-syntax-highlighter_languages_highlight_axapta",8904:"react-syntax-highlighter_languages_highlight_python",8948:"react-syntax-highlighter_languages_highlight_groovy",9078:"react-syntax-highlighter_languages_highlight_irpf90",9118:"react-syntax-highlighter_languages_highlight_juliaRepl",9139:"react-syntax-highlighter_languages_highlight_django",9162:"react-syntax-highlighter_languages_highlight_ceylon",9175:"react-syntax-highlighter_languages_highlight_vbscript",9229:"react-syntax-highlighter_languages_highlight_julia",9265:"react-syntax-highlighter_languages_highlight_dart",9406:"react-syntax-highlighter_languages_highlight_cal",9612:"react-syntax-highlighter_languages_highlight_bash",9702:"react-syntax-highlighter_languages_highlight_gcode",9726:"react-syntax-highlighter_languages_highlight_xl",9882:"react-syntax-highlighter_languages_highlight_arcade"}[e]||e)+"."+{41:"d501449b",51:"bbb984b8",200:"46438ada",206:"d574ba56",371:"0684a435",456:"fc606c55",457:"470f64c6",460:"dd77ed45",464:"df02cac6",490:"26cb9a33",557:"52219f09",579:"f28da4ad",634:"7ac192fd",635:"e53c8856",879:"7c0308e7",927:"83370951",946:"5ff80104",985:"2f8520c6",1062:"4dd5a6ea",1084:"29300b02",1085:"d7638660",1099:"984a414e",1173:"bfe4b7d5",1177:"710504f6",1214:"6584e2e2",1276:"f64cf467",1325:"527af9f8",1352:"d9dc2b4a",1362:"e3aca0a1",1418:"d74962a2",1441:"fe72ec1e",1461:"f19dd770",1489:"a5fc883a",1496:"16d73335",1522:"cc8fb347",1613:"a5bd2b12",1679:"7d986ec9",1694:"47379a35",1727:"acca2b1b",1750:"3607fe6b",1807:"7765cd90",1828:"be4b4747",1895:"55ffbc41",1956:"c3e74b5f",1961:"9d91169b",1972:"0b6aea50",2007:"37aa2b74",2023:"ff975c4d",2033:"6b0b77ff",2041:"3e80b463",2064:"edb054b2",2108:"2693efb9",2180:"5c264189",2195:"091166f7",2203:"d986afc7",2234:"90c8c72a",2235:"1e9c55f2",2267:"8b78f4f6",2346:"64dbaba6",2362:"73e73388",2378:"18c6ca26",2383:"e0f1557b",2438:"c32e3aba",2488:"54837be8",2496:"cf5ab1d8",2512:"67e51fa2",2516:"e35d59c7",2533:"3e0d85f9",2665:"03ddcaad",2693:"4bc0de2c",2727:"b2f50635",2743:"6591737f",2762:"070ecb76",2795:"21cde99c",2871:"18007218",2882:"9510155b",2952:"39d17d87",2979:"a2edb187",2981:"3b59fd48",2983:"32202fd6",3007:"90f10c4a",3051:"47c66b73",3144:"a9b55bd2",3146:"f3a4c42e",3178:"db995f48",3193:"c29f1160",3299:"8c9b70cd",3338:"42e2a3d8",3357:"acac0e71",3384:"2e812fd1",3418:"d3a5659e",3419:"208c57d1",3487:"5f71d6b2",3500:"988ffec6",3540:"ad0cc5e2",3562:"58f59a68",3580:"8388369e",3607:"8bac8220",3623:"c6a867c5",3657:"65239c7c",3722:"b49d1c73",3736:"9507188b",3810:"1fe96b32",3811:"3f88555b",3822:"a1500e8a",3885:"176fb519",3923:"5562da24",3941:"39719880",3988:"9767d1fb",4014:"9d317333",4041:"20cf320d",4075:"9d7fa337",4110:"32e04e9c",4135:"f5e2af95",4197:"1835bc6b",4282:"646859b0",4300:"be096533",4342:"7efc1261",4383:"125dd6b5",4436:"c811e425",4446:"f471ee4c",4491:"874a402e",4493:"4ccbb358",4570:"b69c6b4a",4575:"78d3cf48",4628:"534b666b",4635:"0a73fc5d",4733:"69635fcb",4833:"ea8133e1",4835:"dabaf89f",4931:"2dd8585f",4956:"69f49242",4971:"76bcf838",5034:"e9747a55",5051:"3a428211",5099:"4e50db82",5123:"4859d37f",5189:"d59ed556",5199:"eea63cd3",5251:"c45c0cc6",5253:"e6f90aa8",5286:"a3c50e3b",5446:"de93e7f8",5565:"0a1d2b75",5568:"4064575e",5603:"e600b2a6",5613:"b913f099",5664:"f28c19cb",5689:"ba470bd3",5750:"632fe15d",5773:"75d94312",5813:"b6a4579a",5819:"b643a188",5868:"07cf6844",5900:"7ecf787b",5966:"500f0c16",6027:"a65f07f7",6038:"12d64862",6057:"88a56e6e",6075:"e91c9741",6123:"62368d58",6152:"58aa5b84",6161:"88d8cbf1",6177:"95379ede",6195:"58de69d1",6228:"369a8ecd",6267:"17c56cd6",6272:"b5e8e462",6354:"75fc0e6d",6501:"0a63ca15",6512:"40c9612e",6542:"7d8e10d1",6555:"180c0ebb",6573:"4ce0267f",6700:"51b77dd3",6780:"ee212c66",6835:"8f05b8c5",6848:"e64d1b21",6924:"a8d05ec9",6977:"8f12d096",6986:"5c508056",7048:"8591bfee",7079:"302201c5",7131:"a1eea142",7164:"f5d1a9db",7209:"0b03583f",7247:"7399010d",7254:"4b36a9ea",7332:"c9233bad",7351:"cfe977ae",7401:"ee2faa85",7406:"b57dba85",7424:"e5480751",7439:"cfc16049",7499:"92139132",7503:"968b37ed",7533:"dddd9b57",7572:"957d68b4",7645:"119794aa",7658:"d3e2a42a",7764:"d8d2cd29",7776:"0501a84f",7794:"b5ef68eb",7818:"52873dcf",7879:"6c044471",7934:"34a9c1c9",7959:"d1860275",7984:"6ba18f0e",8001:"bd27b4ec",8030:"95159451",8058:"821cae6b",8078:"2a88b316",8138:"6a532fd1",8140:"5c9080bd",8216:"7ecc4ccd",8217:"824bed1a",8331:"45c98f91",8338:"63cc306b",8354:"1d98abad",8419:"21a54ecf",8456:"465372e7",8505:"bd5ab33a",8549:"79509804",8595:"9f8a0ef9",8690:"4b8f8fe0",8705:"7e5eed13",8725:"af0d4ffb",8727:"ae7e9533",8753:"2fd4ae80",8755:"77ade059",8763:"6daee7c7",8833:"03821188",8874:"a9dd314a",8903:"951dd585",8904:"a9d73955",8948:"f040c7a8",9078:"5a22b888",9118:"cc4777cc",9139:"f632cc03",9162:"42cde732",9169:"c2d8f9c1",9175:"7a4ad6ac",9229:"cdb810e1",9265:"ad940bbd",9286:"0bf88601",9379:"7c15854f",9406:"e6bfe02d",9498:"330b1b6c",9612:"f5397a6c",9702:"4ed1ac12",9724:"598c0f76",9726:"65dac7c3",9882:"92ebeb7d",9884:"ad0b46a4",9996:"ba465181"}[e]+".chunk.js",P.miniCssF=e=>"static/"+e+"."+e+".6601bedc.css",P.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),P.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),h={},g="veecode-platform.plugin-veecode-homepage:",P.l=(e,a,t,i)=>{if(h[e])h[e].push(a);else{var l,r;if(void 0!==t)for(var n=document.getElementsByTagName("script"),s=0;s<n.length;s++){var _=n[s];if(_.getAttribute("src")==e||_.getAttribute("data-webpack")==g+t){l=_;break}}l||(r=!0,(l=document.createElement("script")).charset="utf-8",l.timeout=120,P.nc&&l.setAttribute("nonce",P.nc),l.setAttribute("data-webpack",g+t),l.src=e),h[e]=[a];var c=(a,g)=>{l.onerror=l.onload=null,clearTimeout(u);var t=h[e];if(delete h[e],l.parentNode&&l.parentNode.removeChild(l),t&&t.forEach((e=>e(g))),a)return a(g)},u=setTimeout(c.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=c.bind(null,l.onerror),l.onload=c.bind(null,l.onload),r&&document.head.appendChild(l)}},P.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},P.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{P.S={};var e={},a={};P.I=(h,g)=>{g||(g=[]);var t=a[h];if(t||(t=a[h]={}),!(g.indexOf(t)>=0)){if(g.push(t),e[h])return e[h];P.o(P.S,h)||(P.S[h]={});var i=P.S[h],l="veecode-platform.plugin-veecode-homepage",r=(e,a,h,g)=>{var t=i[e]=i[e]||{},r=t[a];(!r||!r.loaded&&(!g!=!r.eager?g:l>r.from))&&(t[a]={get:h,from:l,eager:!!g})},n=[];return"default"===h&&(r("@backstage/core-app-api","1.17.1",(()=>Promise.all([P.e(6123),P.e(2041),P.e(7424),P.e(9724),P.e(1807),P.e(2033),P.e(5478),P.e(7326),P.e(8439),P.e(1085)]).then((()=>()=>P(2033))))),r("@backstage/core-app-api","1.17.1",(()=>Promise.all([P.e(6123),P.e(7424),P.e(5689),P.e(9724),P.e(1807),P.e(9286),P.e(5478),P.e(7326),P.e(2097)]).then((()=>()=>P(69286))))),r("@backstage/core-plugin-api","1.10.7",(()=>Promise.all([P.e(5568),P.e(9379),P.e(5478),P.e(7326)]).then((()=>()=>P(79379))))),r("@backstage/core-plugin-api","1.10.8",(()=>Promise.all([P.e(5568),P.e(5478),P.e(7326),P.e(9884)]).then((()=>()=>P(69884))))),r("@backstage/core-plugin-api","1.10.8",(()=>Promise.all([P.e(5568),P.e(5966),P.e(5478),P.e(7326)]).then((()=>()=>P(65966))))),r("@backstage/core-plugin-api","1.10.8",(()=>Promise.all([P.e(5568),P.e(4833),P.e(5478),P.e(7326)]).then((()=>()=>P(74833))))),r("@backstage/core-plugin-api","1.10.8",(()=>Promise.all([P.e(5568),P.e(3338),P.e(5478),P.e(7326)]).then((()=>()=>P(93338))))),r("@backstage/core-plugin-api","1.10.8",(()=>Promise.all([P.e(5568),P.e(6272),P.e(5478),P.e(7326)]).then((()=>()=>P(26272))))),r("@backstage/frontend-plugin-api","0.10.3",(()=>Promise.all([P.e(5568),P.e(3941),P.e(5478),P.e(7326),P.e(4129),P.e(3178)]).then((()=>()=>P(76322))))),r("@backstage/frontend-plugin-api","0.10.3",(()=>Promise.all([P.e(5568),P.e(2041),P.e(3810),P.e(5478),P.e(7326),P.e(8439)]).then((()=>()=>P(43810))))),r("@backstage/frontend-plugin-api","0.10.3",(()=>Promise.all([P.e(5568),P.e(5689),P.e(8505),P.e(5478),P.e(7326),P.e(2097)]).then((()=>()=>P(58505))))),r("@backstage/version-bridge","1.0.11",(()=>Promise.all([P.e(5478),P.e(5603)]).then((()=>()=>P(65603))))),r("@emotion/cache","11.14.0",(()=>P.e(7164).then((()=>()=>P(67164))))),r("@emotion/react","11.14.0",(()=>Promise.all([P.e(5478),P.e(6322),P.e(3657)]).then((()=>()=>P(53657))))),r("@material-ui/core/styles","4.12.4",(()=>Promise.all([P.e(7332),P.e(5478),P.e(1942),P.e(3051)]).then((()=>()=>P(64491))))),r("@material-ui/styles","4.11.5",(()=>Promise.all([P.e(4570),P.e(5478),P.e(3007)]).then((()=>()=>P(94570))))),r("@mui/private-theming","5.17.1",(()=>Promise.all([P.e(5478),P.e(6075)]).then((()=>()=>P(28456))))),r("@mui/styled-engine","5.16.14",(()=>Promise.all([P.e(2952),P.e(5478),P.e(6322),P.e(5277),P.e(635)]).then((()=>()=>P(92952))))),r("@mui/system","5.17.1",(()=>Promise.all([P.e(4628),P.e(2533),P.e(5478),P.e(9096),P.e(9811),P.e(7645)]).then((()=>()=>P(84628))))),r("react-dom","18.3.1",(()=>Promise.all([P.e(3144),P.e(5478)]).then((()=>()=>P(43144))))),r("react-router-dom","6.30.1",(()=>Promise.all([P.e(1613),P.e(8419),P.e(5478),P.e(484),P.e(9829)]).then((()=>()=>P(73657))))),r("react-router","6.30.1",(()=>Promise.all([P.e(1613),P.e(8690),P.e(5478)]).then((()=>()=>P(18690))))),r("react","18.3.1",(()=>P.e(4041).then((()=>()=>P(14041)))))),e[h]=n.length?Promise.all(n).then((()=>e[h]=1)):1}}})(),(()=>{var e;P.g.importScripts&&(e=P.g.location+"");var a=P.g.document;if(!e&&a&&(a.currentScript&&"SCRIPT"===a.currentScript.tagName.toUpperCase()&&(e=a.currentScript.src),!e)){var h=a.getElementsByTagName("script");if(h.length)for(var g=h.length-1;g>-1&&(!e||!/^http(s?):/.test(e));)e=h[g--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),P.p=e})(),t=e=>{var a=e=>e.split(".").map((e=>+e==e?+e:e)),h=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),g=h[1]?a(h[1]):[];return h[2]&&(g.length++,g.push.apply(g,a(h[2]))),h[3]&&(g.push([]),g.push.apply(g,a(h[3]))),g},i=(e,a)=>{e=t(e),a=t(a);for(var h=0;;){if(h>=e.length)return h<a.length&&"u"!=(typeof a[h])[0];var g=e[h],i=(typeof g)[0];if(h>=a.length)return"u"==i;var l=a[h],r=(typeof l)[0];if(i!=r)return"o"==i&&"n"==r||"s"==r||"u"==i;if("o"!=i&&"u"!=i&&g!=l)return g<l;h++}},l=e=>{var a=e[0],h="";if(1===e.length)return"*";if(a+.5){h+=0==a?">=":-1==a?"<":1==a?"^":2==a?"~":a>0?"=":"!=";for(var g=1,t=1;t<e.length;t++)g--,h+="u"==(typeof(r=e[t]))[0]?"-":(g>0?".":"")+(g=2,r);return h}var i=[];for(t=1;t<e.length;t++){var r=e[t];i.push(0===r?"not("+n()+")":1===r?"("+n()+" || "+n()+")":2===r?i.pop()+" "+i.pop():l(r))}return n();function n(){return i.pop().replace(/^\((.+)\)$/,"$1")}},r=(e,a)=>{if(0 in e){a=t(a);var h=e[0],g=h<0;g&&(h=-h-1);for(var i=0,l=1,n=!0;;l++,i++){var s,_,c=l<e.length?(typeof e[l])[0]:"";if(i>=a.length||"o"==(_=(typeof(s=a[i]))[0]))return!n||("u"==c?l>h&&!g:""==c!=g);if("u"==_){if(!n||"u"!=c)return!1}else if(n)if(c==_)if(l<=h){if(s!=e[l])return!1}else{if(g?s>e[l]:s<e[l])return!1;s!=e[l]&&(n=!1)}else if("s"!=c&&"n"!=c){if(g||l<=h)return!1;n=!1,l--}else{if(l<=h||_<c!=g)return!1;n=!1}else"s"!=c&&"n"!=c&&(n=!1,l--)}}var u=[],o=u.pop.bind(u);for(i=1;i<e.length;i++){var d=e[i];u.push(1==d?o()|o():2==d?o()&o():d?r(d,a):!o())}return!!o()},n=(e,a)=>e&&P.o(e,a),s=e=>(e.loaded=1,e.get()),_=e=>Object.keys(e).reduce(((a,h)=>(e[h].eager&&(a[h]=e[h]),a)),{}),c=(e,a,h)=>{var g=h?_(e[a]):e[a];return Object.keys(g).reduce(((e,a)=>!e||!g[e].loaded&&i(e,a)?a:e),0)},u=(e,a,h,g)=>"Unsatisfied version "+h+" from "+(h&&e[a][h].from)+" of shared singleton module "+a+" (required "+l(g)+")",o=e=>{throw new Error(e)},d=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},f=(e,a,h)=>h?h():((e,a)=>o("Shared module "+a+" doesn't exist in shared scope "+e))(e,a),y=(e=>function(a,h,g,t,i){var l=P.I(a);return l&&l.then&&!g?l.then(e.bind(e,a,P.S[a],h,!1,t,i)):e(a,P.S[a],h,g,t,i)})(((e,a,h,g,t,i)=>{if(!n(a,h))return f(e,h,i);var l=c(a,h,g);return r(t,l)||d(u(a,h,l,t)),s(a[h][l])})),p={},x={22097:()=>y("default","@backstage/core-plugin-api",!1,[0],(()=>Promise.all([P.e(5568),P.e(6272),P.e(5478),P.e(7326)]).then((()=>()=>P(26272))))),18439:()=>y("default","@backstage/core-plugin-api",!1,[0],(()=>Promise.all([P.e(5568),P.e(5966),P.e(5478),P.e(7326)]).then((()=>()=>P(65966))))),95478:()=>y("default","react",!1,[0],(()=>P.e(4041).then((()=>()=>P(14041))))),42469:()=>y("default","react-router-dom",!1,[0],(()=>Promise.all([P.e(1613),P.e(8419),P.e(484),P.e(9829)]).then((()=>()=>P(73657))))),64218:()=>y("default","@backstage/version-bridge",!1,[0],(()=>P.e(7984).then((()=>()=>P(65603))))),44129:()=>y("default","@backstage/core-plugin-api",!1,[0],(()=>P.e(7503).then((()=>()=>P(69884))))),53941:()=>y("default","@emotion/cache",!1,[0],(()=>P.e(7164).then((()=>()=>P(67164))))),11942:()=>y("default","@material-ui/styles",!1,[0],(()=>P.e(4570).then((()=>()=>P(94570))))),5277:()=>y("default","@emotion/react",!1,[0],(()=>P.e(6038).then((()=>()=>P(53657))))),79096:()=>y("default","@mui/styled-engine",!1,[0],(()=>Promise.all([P.e(2952),P.e(6322),P.e(5277)]).then((()=>()=>P(92952))))),89811:()=>y("default","@mui/private-theming",!1,[0],(()=>P.e(8456).then((()=>()=>P(28456))))),40484:()=>y("default","react-dom",!1,[0],(()=>P.e(3144).then((()=>()=>P(43144))))),9829:()=>y("default","react-router",!1,[0],(()=>P.e(8690).then((()=>()=>P(18690))))),9122:()=>y("default","@backstage/core-plugin-api",!1,[0],(()=>P.e(4833).then((()=>()=>P(74833))))),9490:()=>y("default","@backstage/core-plugin-api",!1,[0],(()=>P.e(9379).then((()=>()=>P(79379))))),37976:()=>y("default","@material-ui/core/styles",!1,[0],(()=>P.e(4491).then((()=>()=>P(64491))))),39813:()=>y("default","@backstage/core-app-api",!1,[0],(()=>Promise.all([P.e(6123),P.e(2041),P.e(7424),P.e(9724),P.e(2033)]).then((()=>()=>P(2033))))),54994:()=>y("default","@mui/system",!1,[0],(()=>Promise.all([P.e(4628),P.e(9811)]).then((()=>()=>P(84628))))),75501:()=>y("default","@backstage/frontend-plugin-api",!1,[0],(()=>Promise.all([P.e(5689),P.e(8505)]).then((()=>()=>P(58505))))),94697:()=>y("default","@backstage/core-plugin-api",!1,[0],(()=>P.e(3338).then((()=>()=>P(93338))))),96569:()=>y("default","@backstage/frontend-plugin-api",!1,[0],(()=>P.e(3941).then((()=>()=>P(76322))))),71943:()=>y("default","@backstage/frontend-plugin-api",!1,[0],(()=>Promise.all([P.e(2041),P.e(3810)]).then((()=>()=>P(43810)))))},b={484:[40484],1942:[11942],1943:[71943],2097:[22097],4129:[44129],5277:[5277],5478:[95478],6322:[53941],7326:[42469,64218],7499:[9122,9490,37976,39813,54994,75501,94697,96569],8439:[18439],9096:[79096],9811:[89811],9829:[9829]},m={},P.f.consumes=(e,a)=>{P.o(b,e)&&b[e].forEach((e=>{if(P.o(p,e))return a.push(p[e]);if(!m[e]){var h=a=>{p[e]=0,P.m[e]=h=>{delete P.c[e],h.exports=a()}};m[e]=!0;var g=a=>{delete p[e],P.m[e]=h=>{throw delete P.c[e],a}};try{var t=x[e]();t.then?a.push(p[e]=t.then(h).catch(g)):h(t)}catch(e){g(e)}}}))},(()=>{if("undefined"!=typeof document){var e={3786:0};P.f.miniCss=(a,h)=>{e[a]?h.push(e[a]):0!==e[a]&&{9141:1}[a]&&h.push(e[a]=(e=>new Promise(((a,h)=>{var g=P.miniCssF(e),t=P.p+g;if(((e,a)=>{for(var h=document.getElementsByTagName("link"),g=0;g<h.length;g++){var t=(l=h[g]).getAttribute("data-href")||l.getAttribute("href");if("stylesheet"===l.rel&&(t===e||t===a))return l}var i=document.getElementsByTagName("style");for(g=0;g<i.length;g++){var l;if((t=(l=i[g]).getAttribute("data-href"))===e||t===a)return l}})(g,t))return a();((e,a,h,g,t)=>{var i=document.createElement("link");i.rel="stylesheet",i.type="text/css",P.nc&&(i.nonce=P.nc),i.onerror=i.onload=h=>{if(i.onerror=i.onload=null,"load"===h.type)g();else{var l=h&&h.type,r=h&&h.target&&h.target.href||a,n=new Error("Loading CSS chunk "+e+" failed.\n("+l+": "+r+")");n.name="ChunkLoadError",n.code="CSS_CHUNK_LOAD_FAILED",n.type=l,n.request=r,i.parentNode&&i.parentNode.removeChild(i),t(n)}},i.href=a,function(e){const a=document.head,h=a.querySelector("style[data-jss]");h?a.insertBefore(e,h):a.appendChild(e)}(i)})(e,t,0,a,h)})))(a).then((()=>{e[a]=0}),(h=>{throw delete e[a],h})))}}})(),(()=>{var e={3786:0};P.f.j=(a,h)=>{var g=P.o(e,a)?e[a]:void 0;if(0!==g)if(g)h.push(g[2]);else if(/^(194[23]|9(096|141|811|829)|2097|4129|484|5277|5478|6322|7326|8439)$/.test(a))e[a]=0;else{var t=new Promise(((h,t)=>g=e[a]=[h,t]));h.push(g[2]=t);var i=P.p+P.u(a),l=new Error;P.l(i,(h=>{if(P.o(e,a)&&(0!==(g=e[a])&&(e[a]=void 0),g)){var t=h&&("load"===h.type?"missing":h.type),i=h&&h.target&&h.target.src;l.message="Loading chunk "+a+" failed.\n("+t+": "+i+")",l.name="ChunkLoadError",l.type=t,l.request=i,g[1](l)}}),"chunk-"+a,a)}};var a=(a,h)=>{var g,t,[i,l,r]=h,n=0;if(i.some((a=>0!==e[a]))){for(g in l)P.o(l,g)&&(P.m[g]=l[g]);r&&r(P)}for(a&&a(h);n<i.length;n++)t=i[n],P.o(e,t)&&e[t]&&e[t][0](),e[t]=0},h=self.webpackChunkveecode_platform_plugin_veecode_homepage=self.webpackChunkveecode_platform_plugin_veecode_homepage||[];h.forEach(a.bind(null,0)),h.push=a.bind(null,h.push.bind(h))})(),P(11004)})());
2
- //# sourceMappingURL=veecode-platform.plugin-veecode-homepage.dae22c6ba0f08bd5f5e0.js.map
1
+ __load_plugin_entry__("veecode-platform.plugin-veecode-homepage",(()=>{"use strict";var e,a,h,g,t,i,l,r,n,s,_,c,u,o,d,f,y,p,x,b,m,v={11004:(e,a,h)=>{var g={PluginRoot:()=>Promise.all([h.e(2097),h.e(8439),h.e(879)]).then((()=>()=>h(1614)))},t=(e,a)=>(h.R=a,a=h.o(g,e)?g[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),h.R=void 0,a),i=(e,a)=>{if(h.S){var g="default",t=h.S[g];if(t&&t!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return h.S[g]=e,h.I(g,a)}};h.d(a,{get:()=>t,init:()=>i})}},k={};function P(e){var a=k[e];if(void 0!==a)return a.exports;var h=k[e]={id:e,loaded:!1,exports:{}};return v[e].call(h.exports,h,h.exports,P),h.loaded=!0,h.exports}return P.m=v,P.c=k,P.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return P.d(a,{a}),a},a=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,P.t=function(h,g){if(1&g&&(h=this(h)),8&g)return h;if("object"==typeof h&&h){if(4&g&&h.__esModule)return h;if(16&g&&"function"==typeof h.then)return h}var t=Object.create(null);P.r(t);var i={};e=e||[null,a({}),a([]),a(a)];for(var l=2&g&&h;"object"==typeof l&&!~e.indexOf(l);l=a(l))Object.getOwnPropertyNames(l).forEach((e=>i[e]=()=>h[e]));return i.default=()=>h,P.d(t,i),t},P.d=(e,a)=>{for(var h in a)P.o(a,h)&&!P.o(e,h)&&Object.defineProperty(e,h,{enumerable:!0,get:a[h]})},P.f={},P.e=e=>Promise.all(Object.keys(P.f).reduce(((a,h)=>(P.f[h](e,a),a)),[])),P.u=e=>"static/"+({51:"react-syntax-highlighter_languages_highlight_prolog",200:"react-syntax-highlighter_languages_highlight_mel",206:"react-syntax-highlighter_languages_highlight_gml",371:"react-syntax-highlighter_languages_highlight_excel",456:"react-syntax-highlighter_languages_highlight_roboconf",460:"react-syntax-highlighter_languages_highlight_avrasm",464:"react-syntax-highlighter_languages_highlight_shell",557:"react-syntax-highlighter_languages_highlight_oneC",579:"react-syntax-highlighter_languages_highlight_vbnet",634:"react-syntax-highlighter_languages_highlight_scilab",879:"exposed-PluginRoot",927:"react-syntax-highlighter_languages_highlight_javascript",946:"react-syntax-highlighter_languages_highlight_clojure",985:"react-syntax-highlighter_languages_highlight_monkey",1062:"react-syntax-highlighter_languages_highlight_nim",1084:"react-syntax-highlighter_languages_highlight_aspectj",1099:"react-syntax-highlighter_languages_highlight_ebnf",1173:"react-syntax-highlighter_languages_highlight_autohotkey",1177:"react-syntax-highlighter_languages_highlight_profile",1214:"react-syntax-highlighter_languages_highlight_properties",1276:"react-syntax-highlighter_languages_highlight_phpTemplate",1325:"react-syntax-highlighter_languages_highlight_actionscript",1352:"react-syntax-highlighter_languages_highlight_fortran",1362:"react-syntax-highlighter_languages_highlight_mathematica",1418:"react-syntax-highlighter_languages_highlight_pony",1441:"react-syntax-highlighter_languages_highlight_coq",1461:"react-syntax-highlighter_languages_highlight_livescript",1489:"react-syntax-highlighter_languages_highlight_reasonml",1496:"react-syntax-highlighter_languages_highlight_lua",1522:"react-syntax-highlighter_languages_highlight_dust",1679:"react-syntax-highlighter_languages_highlight_scheme",1694:"react-syntax-highlighter_languages_highlight_accesslog",1727:"react-syntax-highlighter_languages_highlight_oxygene",1750:"react-syntax-highlighter_languages_highlight_makefile",1828:"react-syntax-highlighter_languages_highlight_dockerfile",1895:"react-syntax-highlighter_languages_highlight_pythonRepl",1956:"react-syntax-highlighter_languages_highlight_puppet",1961:"react-syntax-highlighter_languages_highlight_stan",1972:"react-syntax-highlighter_languages_highlight_fsharp",2007:"react-syntax-highlighter_languages_highlight_css",2064:"react-syntax-highlighter_languages_highlight_vhdl",2108:"react-syntax-highlighter_languages_highlight_cLike",2180:"react-syntax-highlighter_languages_highlight_sqf",2234:"react-syntax-highlighter_languages_highlight_lisp",2267:"react-syntax-highlighter_languages_highlight_maxima",2346:"react-syntax-highlighter_languages_highlight_d",2362:"react-syntax-highlighter_languages_highlight_xquery",2378:"react-syntax-highlighter_languages_highlight_parser3",2383:"react-syntax-highlighter_languages_highlight_crmsh",2438:"react-syntax-highlighter_languages_highlight_haxe",2488:"react-syntax-highlighter_languages_highlight_verilog",2496:"react-syntax-highlighter_languages_highlight_erlangRepl",2512:"react-syntax-highlighter_languages_highlight_stylus",2516:"react-syntax-highlighter_languages_highlight_apache",2665:"react-syntax-highlighter_languages_highlight_powershell",2693:"react-syntax-highlighter_languages_highlight_tap",2727:"react-syntax-highlighter_languages_highlight_q",2743:"react-syntax-highlighter_languages_highlight_asciidoc",2762:"react-syntax-highlighter_languages_highlight_haskell",2795:"react-syntax-highlighter_languages_highlight_dns",2871:"react-syntax-highlighter_languages_highlight_typescript",2882:"react-syntax-highlighter_languages_highlight_sml",2979:"react-syntax-highlighter_languages_highlight_plaintext",2981:"react-syntax-highlighter_languages_highlight_ruleslanguage",2983:"react-syntax-highlighter_languages_highlight_golo",3146:"react-syntax-highlighter_languages_highlight_purebasic",3193:"react-syntax-highlighter_languages_highlight_xml",3299:"react-syntax-highlighter_languages_highlight_fix",3357:"react-syntax-highlighter_languages_highlight_x86asm",3384:"react-syntax-highlighter_languages_highlight_ini",3418:"react-syntax-highlighter_languages_highlight_ruby",3419:"react-syntax-highlighter_languages_highlight_nix",3487:"react-syntax-highlighter_languages_highlight_mipsasm",3500:"react-syntax-highlighter_languages_highlight_autoit",3540:"react-syntax-highlighter_languages_highlight_moonscript",3562:"react-syntax-highlighter_languages_highlight_gams",3580:"react-syntax-highlighter_languages_highlight_csp",3607:"react-syntax-highlighter_languages_highlight_abnf",3623:"react-syntax-highlighter_languages_highlight_yaml",3722:"react-syntax-highlighter_languages_highlight_latex",3736:"react-syntax-highlighter_languages_highlight_json",3811:"react-syntax-highlighter_languages_highlight_erb",3885:"react-syntax-highlighter_languages_highlight_stata",3923:"react-syntax-highlighter_languages_highlight_applescript",3988:"react-syntax-highlighter_languages_highlight_vala",4014:"react-syntax-highlighter_languages_highlight_scss",4075:"react-syntax-highlighter_languages_highlight_hsp",4110:"react-syntax-highlighter_languages_highlight_tp",4135:"react-syntax-highlighter_languages_highlight_mizar",4282:"react-syntax-highlighter_languages_highlight_livecodeserver",4300:"react-syntax-highlighter_languages_highlight_r",4342:"react-syntax-highlighter_languages_highlight_php",4383:"react-syntax-highlighter_languages_highlight_dsconfig",4436:"react-syntax-highlighter_languages_highlight_zephir",4446:"react-syntax-highlighter_languages_highlight_leaf",4493:"react-syntax-highlighter_languages_highlight_gauss",4575:"react-syntax-highlighter_languages_highlight_processing",4635:"react-syntax-highlighter_languages_highlight_jbossCli",4733:"react-syntax-highlighter_languages_highlight_llvm",4835:"react-syntax-highlighter_languages_highlight_cos",4931:"react-syntax-highlighter_languages_highlight_step21",4956:"react-syntax-highlighter_languages_highlight_angelscript",4971:"react-syntax-highlighter_languages_highlight_lsl",5034:"react-syntax-highlighter_languages_highlight_ada",5051:"react-syntax-highlighter_languages_highlight_coffeescript",5099:"react-syntax-highlighter_languages_highlight_nsis",5123:"react-syntax-highlighter_languages_highlight_erlang",5189:"react-syntax-highlighter_languages_highlight_dts",5251:"react-syntax-highlighter_languages_highlight_pgsql",5253:"react-syntax-highlighter_languages_highlight_clojureRepl",5286:"react-syntax-highlighter_languages_highlight_nginx",5446:"react-syntax-highlighter_languages_highlight_ocaml",5565:"react-syntax-highlighter_languages_highlight_kotlin",5613:"react-syntax-highlighter_languages_highlight_rib",5664:"react-syntax-highlighter_languages_highlight_dos",5773:"react-syntax-highlighter_languages_highlight_mojolicious",5813:"react-syntax-highlighter_languages_highlight_less",5819:"react-syntax-highlighter_languages_highlight_gradle",5868:"react-syntax-highlighter_languages_highlight_inform7",5900:"react-syntax-highlighter_languages_highlight_lasso",6057:"react-syntax-highlighter_languages_highlight_sqlMore",6152:"react-syntax-highlighter_languages_highlight_vbscriptHtml",6161:"react-syntax-highlighter_languages_highlight_clean",6177:"react-syntax-highlighter_languages_highlight_taggerscript",6195:"react-syntax-highlighter_languages_highlight_ldif",6228:"react-syntax-highlighter_languages_highlight_rust",6267:"react-syntax-highlighter_languages_highlight_swift",6354:"react-syntax-highlighter_languages_highlight_java",6501:"react-syntax-highlighter_languages_highlight_armasm",6512:"react-syntax-highlighter_languages_highlight_scala",6542:"react-syntax-highlighter_languages_highlight_vim",6555:"react-syntax-highlighter_languages_highlight_openscad",6573:"react-syntax-highlighter_languages_highlight_cpp",6780:"react-syntax-highlighter_languages_highlight_qml",6835:"react-syntax-highlighter_languages_highlight_brainfuck",6848:"react-syntax-highlighter_languages_highlight_crystal",6924:"react-syntax-highlighter_languages_highlight_isbl",6977:"react-syntax-highlighter_languages_highlight_rsl",6986:"react-syntax-highlighter_languages_highlight_capnproto",7048:"react-syntax-highlighter_languages_highlight_gherkin",7079:"react-syntax-highlighter_languages_highlight_diff",7131:"react-syntax-highlighter_languages_highlight_protobuf",7209:"react-syntax-highlighter_languages_highlight_perl",7247:"react-syntax-highlighter_languages_highlight_cmake",7254:"react-syntax-highlighter_languages_highlight_subunit",7351:"react-syntax-highlighter_languages_highlight_elixir",7401:"react-syntax-highlighter_languages_highlight_sas",7406:"react-syntax-highlighter_languages_highlight_sql",7439:"react-syntax-highlighter_languages_highlight_flix",7533:"react-syntax-highlighter_languages_highlight_awk",7572:"react-syntax-highlighter_languages_highlight_basic",7764:"react-syntax-highlighter_languages_highlight_go",7776:"react-syntax-highlighter_languages_highlight_haml",7794:"react-syntax-highlighter_languages_highlight_http",7818:"react-syntax-highlighter_languages_highlight_arduino",7879:"react-syntax-highlighter_languages_highlight_csharp",7934:"react-syntax-highlighter_languages_highlight_glsl",7959:"react-syntax-highlighter_languages_highlight_htmlbars",8001:"react-syntax-highlighter_languages_highlight_matlab",8030:"react-syntax-highlighter_languages_highlight_handlebars",8058:"react-syntax-highlighter_languages_highlight_n1ql",8078:"react-syntax-highlighter_languages_highlight_delphi",8138:"react-syntax-highlighter_languages_highlight_elm",8140:"react-syntax-highlighter_languages_highlight_pf",8216:"react-syntax-highlighter_languages_highlight_bnf",8217:"react-syntax-highlighter_languages_highlight_twig",8331:"react-syntax-highlighter_languages_highlight_thrift",8338:"react-syntax-highlighter_languages_highlight_objectivec",8549:"react-syntax-highlighter_languages_highlight_c",8595:"react-syntax-highlighter_languages_highlight_hy",8705:"react-syntax-highlighter_languages_highlight_nodeRepl",8725:"react-syntax-highlighter_languages_highlight_smalltalk",8727:"react-syntax-highlighter/lowlight-import",8753:"react-syntax-highlighter_languages_highlight_mercury",8755:"react-syntax-highlighter_languages_highlight_tcl",8763:"react-syntax-highlighter_languages_highlight_routeros",8833:"react-syntax-highlighter_languages_highlight_markdown",8874:"react-syntax-highlighter_languages_highlight_smali",8903:"react-syntax-highlighter_languages_highlight_axapta",8904:"react-syntax-highlighter_languages_highlight_python",8948:"react-syntax-highlighter_languages_highlight_groovy",9078:"react-syntax-highlighter_languages_highlight_irpf90",9118:"react-syntax-highlighter_languages_highlight_juliaRepl",9139:"react-syntax-highlighter_languages_highlight_django",9162:"react-syntax-highlighter_languages_highlight_ceylon",9175:"react-syntax-highlighter_languages_highlight_vbscript",9229:"react-syntax-highlighter_languages_highlight_julia",9265:"react-syntax-highlighter_languages_highlight_dart",9406:"react-syntax-highlighter_languages_highlight_cal",9612:"react-syntax-highlighter_languages_highlight_bash",9702:"react-syntax-highlighter_languages_highlight_gcode",9726:"react-syntax-highlighter_languages_highlight_xl",9882:"react-syntax-highlighter_languages_highlight_arcade"}[e]||e)+"."+{41:"d501449b",51:"bbb984b8",200:"46438ada",206:"d574ba56",371:"0684a435",456:"fc606c55",457:"470f64c6",460:"dd77ed45",464:"df02cac6",490:"26cb9a33",557:"52219f09",579:"f28da4ad",634:"7ac192fd",635:"e53c8856",879:"995e7d70",927:"83370951",946:"5ff80104",985:"2f8520c6",1062:"4dd5a6ea",1084:"29300b02",1085:"d7638660",1099:"984a414e",1173:"bfe4b7d5",1177:"710504f6",1214:"6584e2e2",1276:"f64cf467",1325:"527af9f8",1352:"d9dc2b4a",1362:"e3aca0a1",1418:"d74962a2",1441:"fe72ec1e",1461:"f19dd770",1489:"a5fc883a",1496:"16d73335",1522:"cc8fb347",1613:"a5bd2b12",1679:"7d986ec9",1694:"47379a35",1727:"acca2b1b",1750:"3607fe6b",1807:"7765cd90",1828:"be4b4747",1895:"55ffbc41",1956:"c3e74b5f",1961:"9d91169b",1972:"0b6aea50",2007:"37aa2b74",2023:"ff975c4d",2033:"6b0b77ff",2041:"3e80b463",2064:"edb054b2",2108:"2693efb9",2180:"5c264189",2195:"091166f7",2203:"d986afc7",2234:"90c8c72a",2235:"1e9c55f2",2267:"8b78f4f6",2346:"64dbaba6",2362:"73e73388",2378:"18c6ca26",2383:"e0f1557b",2438:"c32e3aba",2488:"54837be8",2496:"cf5ab1d8",2512:"67e51fa2",2516:"e35d59c7",2533:"3e0d85f9",2665:"03ddcaad",2693:"4bc0de2c",2727:"b2f50635",2743:"6591737f",2762:"070ecb76",2795:"21cde99c",2871:"18007218",2882:"9510155b",2952:"39d17d87",2979:"a2edb187",2981:"3b59fd48",2983:"32202fd6",3007:"90f10c4a",3051:"47c66b73",3144:"a9b55bd2",3146:"f3a4c42e",3178:"db995f48",3193:"c29f1160",3299:"8c9b70cd",3338:"42e2a3d8",3357:"acac0e71",3384:"2e812fd1",3418:"d3a5659e",3419:"208c57d1",3487:"5f71d6b2",3500:"988ffec6",3540:"ad0cc5e2",3562:"58f59a68",3580:"8388369e",3607:"8bac8220",3623:"c6a867c5",3657:"65239c7c",3722:"b49d1c73",3736:"9507188b",3810:"1fe96b32",3811:"3f88555b",3822:"a1500e8a",3885:"176fb519",3923:"5562da24",3941:"39719880",3988:"9767d1fb",4014:"9d317333",4041:"20cf320d",4075:"9d7fa337",4110:"32e04e9c",4135:"f5e2af95",4197:"1835bc6b",4282:"646859b0",4300:"be096533",4342:"7efc1261",4383:"125dd6b5",4436:"c811e425",4446:"f471ee4c",4491:"874a402e",4493:"4ccbb358",4570:"b69c6b4a",4575:"78d3cf48",4576:"e773bb92",4628:"534b666b",4635:"0a73fc5d",4733:"69635fcb",4833:"ea8133e1",4835:"dabaf89f",4931:"2dd8585f",4956:"69f49242",4971:"76bcf838",5034:"e9747a55",5051:"3a428211",5099:"4e50db82",5123:"4859d37f",5189:"d59ed556",5199:"eea63cd3",5251:"c45c0cc6",5253:"e6f90aa8",5286:"a3c50e3b",5446:"de93e7f8",5565:"0a1d2b75",5568:"4064575e",5603:"e600b2a6",5613:"b913f099",5664:"f28c19cb",5689:"44adcfd6",5750:"632fe15d",5773:"75d94312",5813:"b6a4579a",5819:"b643a188",5868:"07cf6844",5900:"7ecf787b",5966:"500f0c16",6027:"a65f07f7",6038:"12d64862",6057:"88a56e6e",6075:"e91c9741",6123:"62368d58",6152:"58aa5b84",6161:"88d8cbf1",6177:"95379ede",6195:"58de69d1",6228:"369a8ecd",6267:"17c56cd6",6272:"b5e8e462",6354:"75fc0e6d",6501:"0a63ca15",6512:"40c9612e",6542:"7d8e10d1",6555:"180c0ebb",6573:"4ce0267f",6700:"51b77dd3",6780:"ee212c66",6835:"8f05b8c5",6848:"e64d1b21",6924:"a8d05ec9",6977:"8f12d096",6986:"5c508056",7048:"8591bfee",7079:"302201c5",7131:"a1eea142",7164:"f5d1a9db",7209:"0b03583f",7247:"7399010d",7254:"4b36a9ea",7332:"c9233bad",7351:"cfe977ae",7401:"ee2faa85",7406:"b57dba85",7424:"e5480751",7439:"cfc16049",7503:"968b37ed",7533:"dddd9b57",7572:"957d68b4",7645:"119794aa",7658:"d3e2a42a",7764:"d8d2cd29",7776:"0501a84f",7794:"b5ef68eb",7818:"52873dcf",7879:"6c044471",7934:"34a9c1c9",7959:"d1860275",7984:"6ba18f0e",8001:"bd27b4ec",8030:"95159451",8058:"821cae6b",8078:"2a88b316",8138:"6a532fd1",8140:"5c9080bd",8216:"7ecc4ccd",8217:"824bed1a",8331:"45c98f91",8338:"63cc306b",8354:"1d98abad",8419:"21a54ecf",8456:"465372e7",8505:"9dd864c9",8549:"79509804",8595:"9f8a0ef9",8690:"4b8f8fe0",8705:"7e5eed13",8725:"af0d4ffb",8727:"ae7e9533",8753:"2fd4ae80",8755:"77ade059",8763:"6daee7c7",8833:"03821188",8874:"a9dd314a",8903:"951dd585",8904:"a9d73955",8948:"f040c7a8",9078:"5a22b888",9118:"cc4777cc",9139:"f632cc03",9162:"42cde732",9169:"c2d8f9c1",9175:"7a4ad6ac",9229:"cdb810e1",9265:"ad940bbd",9286:"e13da971",9379:"7c15854f",9406:"e6bfe02d",9498:"330b1b6c",9612:"f5397a6c",9702:"4ed1ac12",9724:"598c0f76",9726:"65dac7c3",9882:"92ebeb7d",9884:"ad0b46a4",9996:"ba465181"}[e]+".chunk.js",P.miniCssF=e=>"static/"+e+"."+e+".6601bedc.css",P.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),P.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),h={},g="veecode-platform.plugin-veecode-homepage:",P.l=(e,a,t,i)=>{if(h[e])h[e].push(a);else{var l,r;if(void 0!==t)for(var n=document.getElementsByTagName("script"),s=0;s<n.length;s++){var _=n[s];if(_.getAttribute("src")==e||_.getAttribute("data-webpack")==g+t){l=_;break}}l||(r=!0,(l=document.createElement("script")).charset="utf-8",l.timeout=120,P.nc&&l.setAttribute("nonce",P.nc),l.setAttribute("data-webpack",g+t),l.src=e),h[e]=[a];var c=(a,g)=>{l.onerror=l.onload=null,clearTimeout(u);var t=h[e];if(delete h[e],l.parentNode&&l.parentNode.removeChild(l),t&&t.forEach((e=>e(g))),a)return a(g)},u=setTimeout(c.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=c.bind(null,l.onerror),l.onload=c.bind(null,l.onload),r&&document.head.appendChild(l)}},P.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},P.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{P.S={};var e={},a={};P.I=(h,g)=>{g||(g=[]);var t=a[h];if(t||(t=a[h]={}),!(g.indexOf(t)>=0)){if(g.push(t),e[h])return e[h];P.o(P.S,h)||(P.S[h]={});var i=P.S[h],l="veecode-platform.plugin-veecode-homepage",r=(e,a,h,g)=>{var t=i[e]=i[e]||{},r=t[a];(!r||!r.loaded&&(!g!=!r.eager?g:l>r.from))&&(t[a]={get:h,from:l,eager:!!g})},n=[];return"default"===h&&(r("@backstage/core-app-api","1.17.1",(()=>Promise.all([P.e(6123),P.e(2041),P.e(7424),P.e(9724),P.e(1807),P.e(2033),P.e(5478),P.e(7326),P.e(8439),P.e(1085)]).then((()=>()=>P(2033))))),r("@backstage/core-app-api","1.17.1",(()=>Promise.all([P.e(6123),P.e(7424),P.e(5689),P.e(9724),P.e(1807),P.e(9286),P.e(5478),P.e(7326),P.e(2097)]).then((()=>()=>P(69286))))),r("@backstage/core-plugin-api","1.10.7",(()=>Promise.all([P.e(5568),P.e(9379),P.e(5478),P.e(7326)]).then((()=>()=>P(79379))))),r("@backstage/core-plugin-api","1.10.8",(()=>Promise.all([P.e(5568),P.e(5478),P.e(7326),P.e(9884)]).then((()=>()=>P(69884))))),r("@backstage/core-plugin-api","1.10.8",(()=>Promise.all([P.e(5568),P.e(5966),P.e(5478),P.e(7326)]).then((()=>()=>P(65966))))),r("@backstage/core-plugin-api","1.10.8",(()=>Promise.all([P.e(5568),P.e(4833),P.e(5478),P.e(7326)]).then((()=>()=>P(74833))))),r("@backstage/core-plugin-api","1.10.8",(()=>Promise.all([P.e(5568),P.e(3338),P.e(5478),P.e(7326)]).then((()=>()=>P(93338))))),r("@backstage/core-plugin-api","1.10.8",(()=>Promise.all([P.e(5568),P.e(6272),P.e(5478),P.e(7326)]).then((()=>()=>P(26272))))),r("@backstage/frontend-plugin-api","0.10.3",(()=>Promise.all([P.e(5568),P.e(3941),P.e(5478),P.e(7326),P.e(4129),P.e(3178)]).then((()=>()=>P(76322))))),r("@backstage/frontend-plugin-api","0.10.3",(()=>Promise.all([P.e(5568),P.e(2041),P.e(3810),P.e(5478),P.e(7326),P.e(8439)]).then((()=>()=>P(43810))))),r("@backstage/frontend-plugin-api","0.10.3",(()=>Promise.all([P.e(5568),P.e(5689),P.e(8505),P.e(5478),P.e(7326),P.e(2097)]).then((()=>()=>P(58505))))),r("@backstage/version-bridge","1.0.11",(()=>Promise.all([P.e(5478),P.e(5603)]).then((()=>()=>P(65603))))),r("@emotion/cache","11.14.0",(()=>P.e(7164).then((()=>()=>P(67164))))),r("@emotion/react","11.14.0",(()=>Promise.all([P.e(5478),P.e(6322),P.e(3657)]).then((()=>()=>P(53657))))),r("@material-ui/core/styles","4.12.4",(()=>Promise.all([P.e(7332),P.e(5478),P.e(1942),P.e(3051)]).then((()=>()=>P(64491))))),r("@material-ui/styles","4.11.5",(()=>Promise.all([P.e(4570),P.e(5478),P.e(3007)]).then((()=>()=>P(94570))))),r("@mui/private-theming","5.17.1",(()=>Promise.all([P.e(5478),P.e(6075)]).then((()=>()=>P(28456))))),r("@mui/styled-engine","5.16.14",(()=>Promise.all([P.e(2952),P.e(5478),P.e(6322),P.e(5277),P.e(635)]).then((()=>()=>P(92952))))),r("@mui/system","5.17.1",(()=>Promise.all([P.e(4628),P.e(2533),P.e(5478),P.e(9096),P.e(9811),P.e(7645)]).then((()=>()=>P(84628))))),r("react-dom","18.3.1",(()=>Promise.all([P.e(3144),P.e(5478)]).then((()=>()=>P(43144))))),r("react-router-dom","6.30.1",(()=>Promise.all([P.e(1613),P.e(8419),P.e(5478),P.e(484),P.e(9829)]).then((()=>()=>P(73657))))),r("react-router","6.30.1",(()=>Promise.all([P.e(1613),P.e(8690),P.e(5478)]).then((()=>()=>P(18690))))),r("react","18.3.1",(()=>P.e(4041).then((()=>()=>P(14041)))))),e[h]=n.length?Promise.all(n).then((()=>e[h]=1)):1}}})(),(()=>{var e;P.g.importScripts&&(e=P.g.location+"");var a=P.g.document;if(!e&&a&&(a.currentScript&&"SCRIPT"===a.currentScript.tagName.toUpperCase()&&(e=a.currentScript.src),!e)){var h=a.getElementsByTagName("script");if(h.length)for(var g=h.length-1;g>-1&&(!e||!/^http(s?):/.test(e));)e=h[g--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),P.p=e})(),t=e=>{var a=e=>e.split(".").map((e=>+e==e?+e:e)),h=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),g=h[1]?a(h[1]):[];return h[2]&&(g.length++,g.push.apply(g,a(h[2]))),h[3]&&(g.push([]),g.push.apply(g,a(h[3]))),g},i=(e,a)=>{e=t(e),a=t(a);for(var h=0;;){if(h>=e.length)return h<a.length&&"u"!=(typeof a[h])[0];var g=e[h],i=(typeof g)[0];if(h>=a.length)return"u"==i;var l=a[h],r=(typeof l)[0];if(i!=r)return"o"==i&&"n"==r||"s"==r||"u"==i;if("o"!=i&&"u"!=i&&g!=l)return g<l;h++}},l=e=>{var a=e[0],h="";if(1===e.length)return"*";if(a+.5){h+=0==a?">=":-1==a?"<":1==a?"^":2==a?"~":a>0?"=":"!=";for(var g=1,t=1;t<e.length;t++)g--,h+="u"==(typeof(r=e[t]))[0]?"-":(g>0?".":"")+(g=2,r);return h}var i=[];for(t=1;t<e.length;t++){var r=e[t];i.push(0===r?"not("+n()+")":1===r?"("+n()+" || "+n()+")":2===r?i.pop()+" "+i.pop():l(r))}return n();function n(){return i.pop().replace(/^\((.+)\)$/,"$1")}},r=(e,a)=>{if(0 in e){a=t(a);var h=e[0],g=h<0;g&&(h=-h-1);for(var i=0,l=1,n=!0;;l++,i++){var s,_,c=l<e.length?(typeof e[l])[0]:"";if(i>=a.length||"o"==(_=(typeof(s=a[i]))[0]))return!n||("u"==c?l>h&&!g:""==c!=g);if("u"==_){if(!n||"u"!=c)return!1}else if(n)if(c==_)if(l<=h){if(s!=e[l])return!1}else{if(g?s>e[l]:s<e[l])return!1;s!=e[l]&&(n=!1)}else if("s"!=c&&"n"!=c){if(g||l<=h)return!1;n=!1,l--}else{if(l<=h||_<c!=g)return!1;n=!1}else"s"!=c&&"n"!=c&&(n=!1,l--)}}var u=[],o=u.pop.bind(u);for(i=1;i<e.length;i++){var d=e[i];u.push(1==d?o()|o():2==d?o()&o():d?r(d,a):!o())}return!!o()},n=(e,a)=>e&&P.o(e,a),s=e=>(e.loaded=1,e.get()),_=e=>Object.keys(e).reduce(((a,h)=>(e[h].eager&&(a[h]=e[h]),a)),{}),c=(e,a,h)=>{var g=h?_(e[a]):e[a];return Object.keys(g).reduce(((e,a)=>!e||!g[e].loaded&&i(e,a)?a:e),0)},u=(e,a,h,g)=>"Unsatisfied version "+h+" from "+(h&&e[a][h].from)+" of shared singleton module "+a+" (required "+l(g)+")",o=e=>{throw new Error(e)},d=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},f=(e,a,h)=>h?h():((e,a)=>o("Shared module "+a+" doesn't exist in shared scope "+e))(e,a),y=(e=>function(a,h,g,t,i){var l=P.I(a);return l&&l.then&&!g?l.then(e.bind(e,a,P.S[a],h,!1,t,i)):e(a,P.S[a],h,g,t,i)})(((e,a,h,g,t,i)=>{if(!n(a,h))return f(e,h,i);var l=c(a,h,g);return r(t,l)||d(u(a,h,l,t)),s(a[h][l])})),p={},x={22097:()=>y("default","@backstage/core-plugin-api",!1,[0],(()=>Promise.all([P.e(5568),P.e(6272),P.e(5478),P.e(7326)]).then((()=>()=>P(26272))))),18439:()=>y("default","@backstage/core-plugin-api",!1,[0],(()=>Promise.all([P.e(5568),P.e(5966),P.e(5478),P.e(7326)]).then((()=>()=>P(65966))))),95478:()=>y("default","react",!1,[0],(()=>P.e(4041).then((()=>()=>P(14041))))),42469:()=>y("default","react-router-dom",!1,[0],(()=>Promise.all([P.e(1613),P.e(8419),P.e(484),P.e(9829)]).then((()=>()=>P(73657))))),64218:()=>y("default","@backstage/version-bridge",!1,[0],(()=>P.e(7984).then((()=>()=>P(65603))))),44129:()=>y("default","@backstage/core-plugin-api",!1,[0],(()=>P.e(7503).then((()=>()=>P(69884))))),53941:()=>y("default","@emotion/cache",!1,[0],(()=>P.e(7164).then((()=>()=>P(67164))))),11942:()=>y("default","@material-ui/styles",!1,[0],(()=>P.e(4570).then((()=>()=>P(94570))))),5277:()=>y("default","@emotion/react",!1,[0],(()=>P.e(6038).then((()=>()=>P(53657))))),79096:()=>y("default","@mui/styled-engine",!1,[0],(()=>Promise.all([P.e(2952),P.e(6322),P.e(5277)]).then((()=>()=>P(92952))))),89811:()=>y("default","@mui/private-theming",!1,[0],(()=>P.e(8456).then((()=>()=>P(28456))))),40484:()=>y("default","react-dom",!1,[0],(()=>P.e(3144).then((()=>()=>P(43144))))),9829:()=>y("default","react-router",!1,[0],(()=>P.e(8690).then((()=>()=>P(18690))))),9122:()=>y("default","@backstage/core-plugin-api",!1,[0],(()=>P.e(4833).then((()=>()=>P(74833))))),9490:()=>y("default","@backstage/core-plugin-api",!1,[0],(()=>P.e(9379).then((()=>()=>P(79379))))),37976:()=>y("default","@material-ui/core/styles",!1,[0],(()=>P.e(4491).then((()=>()=>P(64491))))),39813:()=>y("default","@backstage/core-app-api",!1,[0],(()=>Promise.all([P.e(6123),P.e(2041),P.e(7424),P.e(9724),P.e(2033)]).then((()=>()=>P(2033))))),54994:()=>y("default","@mui/system",!1,[0],(()=>Promise.all([P.e(4628),P.e(9811)]).then((()=>()=>P(84628))))),75501:()=>y("default","@backstage/frontend-plugin-api",!1,[0],(()=>Promise.all([P.e(5689),P.e(8505)]).then((()=>()=>P(58505))))),94697:()=>y("default","@backstage/core-plugin-api",!1,[0],(()=>P.e(3338).then((()=>()=>P(93338))))),96569:()=>y("default","@backstage/frontend-plugin-api",!1,[0],(()=>P.e(3941).then((()=>()=>P(76322))))),71943:()=>y("default","@backstage/frontend-plugin-api",!1,[0],(()=>Promise.all([P.e(2041),P.e(3810)]).then((()=>()=>P(43810)))))},b={484:[40484],1942:[11942],1943:[71943],2097:[22097],4129:[44129],4576:[9122,9490,37976,39813,54994,75501,94697,96569],5277:[5277],5478:[95478],6322:[53941],7326:[42469,64218],8439:[18439],9096:[79096],9811:[89811],9829:[9829]},m={},P.f.consumes=(e,a)=>{P.o(b,e)&&b[e].forEach((e=>{if(P.o(p,e))return a.push(p[e]);if(!m[e]){var h=a=>{p[e]=0,P.m[e]=h=>{delete P.c[e],h.exports=a()}};m[e]=!0;var g=a=>{delete p[e],P.m[e]=h=>{throw delete P.c[e],a}};try{var t=x[e]();t.then?a.push(p[e]=t.then(h).catch(g)):h(t)}catch(e){g(e)}}}))},(()=>{if("undefined"!=typeof document){var e={3786:0};P.f.miniCss=(a,h)=>{e[a]?h.push(e[a]):0!==e[a]&&{9141:1}[a]&&h.push(e[a]=(e=>new Promise(((a,h)=>{var g=P.miniCssF(e),t=P.p+g;if(((e,a)=>{for(var h=document.getElementsByTagName("link"),g=0;g<h.length;g++){var t=(l=h[g]).getAttribute("data-href")||l.getAttribute("href");if("stylesheet"===l.rel&&(t===e||t===a))return l}var i=document.getElementsByTagName("style");for(g=0;g<i.length;g++){var l;if((t=(l=i[g]).getAttribute("data-href"))===e||t===a)return l}})(g,t))return a();((e,a,h,g,t)=>{var i=document.createElement("link");i.rel="stylesheet",i.type="text/css",P.nc&&(i.nonce=P.nc),i.onerror=i.onload=h=>{if(i.onerror=i.onload=null,"load"===h.type)g();else{var l=h&&h.type,r=h&&h.target&&h.target.href||a,n=new Error("Loading CSS chunk "+e+" failed.\n("+l+": "+r+")");n.name="ChunkLoadError",n.code="CSS_CHUNK_LOAD_FAILED",n.type=l,n.request=r,i.parentNode&&i.parentNode.removeChild(i),t(n)}},i.href=a,function(e){const a=document.head,h=a.querySelector("style[data-jss]");h?a.insertBefore(e,h):a.appendChild(e)}(i)})(e,t,0,a,h)})))(a).then((()=>{e[a]=0}),(h=>{throw delete e[a],h})))}}})(),(()=>{var e={3786:0};P.f.j=(a,h)=>{var g=P.o(e,a)?e[a]:void 0;if(0!==g)if(g)h.push(g[2]);else if(/^(194[23]|9(096|141|811|829)|2097|4129|484|5277|5478|6322|7326|8439)$/.test(a))e[a]=0;else{var t=new Promise(((h,t)=>g=e[a]=[h,t]));h.push(g[2]=t);var i=P.p+P.u(a),l=new Error;P.l(i,(h=>{if(P.o(e,a)&&(0!==(g=e[a])&&(e[a]=void 0),g)){var t=h&&("load"===h.type?"missing":h.type),i=h&&h.target&&h.target.src;l.message="Loading chunk "+a+" failed.\n("+t+": "+i+")",l.name="ChunkLoadError",l.type=t,l.request=i,g[1](l)}}),"chunk-"+a,a)}};var a=(a,h)=>{var g,t,[i,l,r]=h,n=0;if(i.some((a=>0!==e[a]))){for(g in l)P.o(l,g)&&(P.m[g]=l[g]);r&&r(P)}for(a&&a(h);n<i.length;n++)t=i[n],P.o(e,t)&&e[t]&&e[t][0](),e[t]=0},h=self.webpackChunkveecode_platform_plugin_veecode_homepage=self.webpackChunkveecode_platform_plugin_veecode_homepage||[];h.forEach(a.bind(null,0)),h.push=a.bind(null,h.push.bind(h))})(),P(11004)})());
2
+ //# sourceMappingURL=veecode-platform.plugin-veecode-homepage.75421414c269ea7d1780.js.map