@dao42/d42paas-front 0.4.1 → 0.4.6

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 (156) hide show
  1. package/dist/1569.js +1 -1
  2. package/dist/1585.js +1 -1
  3. package/dist/1593.js +1 -1
  4. package/dist/1594.js +1 -1
  5. package/dist/162.js +1 -1
  6. package/dist/1649.js +1 -1
  7. package/dist/1742.js +1 -1
  8. package/dist/1941.js +1 -1
  9. package/dist/2014.js +1 -1
  10. package/dist/2088.js +1 -1
  11. package/dist/2235.js +3 -3
  12. package/dist/2271.js +1 -1
  13. package/dist/2287.js +3 -3
  14. package/dist/2388.js +1 -1
  15. package/dist/2583.js +1 -1
  16. package/dist/2862.js +1 -1
  17. package/dist/2906.js +1 -1
  18. package/dist/300.js +1 -1
  19. package/dist/3008.js +1 -1
  20. package/dist/317.js +1 -1
  21. package/dist/3315.js +1 -1
  22. package/dist/3399.js +1 -1
  23. package/dist/3504.js +1 -1
  24. package/dist/3553.js +2 -2
  25. package/dist/3673.js +1 -1
  26. package/dist/3780.js +1 -1
  27. package/dist/3855.js +1 -1
  28. package/dist/4035.js +1 -1
  29. package/dist/4073.js +1 -1
  30. package/dist/4246.js +1 -1
  31. package/dist/4366.js +1 -1
  32. package/dist/4369.js +1 -1
  33. package/dist/4454.js +1 -1
  34. package/dist/4511.js +2 -2
  35. package/dist/4558.js +1 -1
  36. package/dist/4610.js +1 -1
  37. package/dist/471.js +1 -1
  38. package/dist/4858.js +1 -1
  39. package/dist/4896.js +1 -1
  40. package/dist/491.js +1 -1
  41. package/dist/5257.js +1 -1
  42. package/dist/5454.js +1 -1
  43. package/dist/5524.js +1 -1
  44. package/dist/5669.js +2 -2
  45. package/dist/5881.js +1 -1
  46. package/dist/5900.js +2 -2
  47. package/dist/5924.js +1 -1
  48. package/dist/5925.js +1 -1
  49. package/dist/5972.js +1 -1
  50. package/dist/5974.js +1 -1
  51. package/dist/6022.js +2 -2
  52. package/dist/6120.js +1 -1
  53. package/dist/615.js +1 -1
  54. package/dist/6162.js +1 -1
  55. package/dist/6175.js +1 -1
  56. package/dist/622.js +1 -1
  57. package/dist/6223.js +1 -1
  58. package/dist/6330.js +1 -1
  59. package/dist/6331.js +1 -1
  60. package/dist/6354.js +2 -2
  61. package/dist/6751.js +2 -2
  62. package/dist/6792.js +1 -1
  63. package/dist/6844.js +1 -1
  64. package/dist/7125.js +1 -1
  65. package/dist/7127.js +1 -1
  66. package/dist/7135.js +2 -2
  67. package/dist/7148.js +1 -1
  68. package/dist/7447.js +1 -1
  69. package/dist/7453.js +2 -2
  70. package/dist/7483.js +1 -1
  71. package/dist/7604.js +1 -1
  72. package/dist/7971.js +1 -1
  73. package/dist/8147.js +1 -1
  74. package/dist/8308.js +1 -1
  75. package/dist/8309.js +1 -1
  76. package/dist/8327.js +1 -1
  77. package/dist/849.js +1 -1
  78. package/dist/8677.js +1 -1
  79. package/dist/868.js +1 -1
  80. package/dist/8947.js +1 -1
  81. package/dist/930.js +1 -1
  82. package/dist/9342.js +2 -2
  83. package/dist/9482.js +1 -1
  84. package/dist/9538.js +1 -1
  85. package/dist/9741.js +2 -2
  86. package/dist/9909.js +1 -1
  87. package/dist/9953.js +2 -2
  88. package/dist/daoPaaS.js +3 -3
  89. package/dist/index.d.ts +31 -31
  90. package/dist/index.html +16 -16
  91. package/package.json +163 -161
  92. package/src/app.tsx +250 -0
  93. package/src/assets/code-brackets.svg +1 -0
  94. package/src/assets/colors.svg +1 -0
  95. package/src/assets/comments.svg +1 -0
  96. package/src/assets/direction.svg +1 -0
  97. package/src/assets/flow.svg +1 -0
  98. package/src/assets/plugin.svg +1 -0
  99. package/src/assets/repo.svg +1 -0
  100. package/src/assets/stackalt.svg +1 -0
  101. package/src/components/Avatar/index.tsx +27 -0
  102. package/src/components/CanvasHelper/index.tsx +89 -0
  103. package/src/components/Console/index.tsx +88 -0
  104. package/src/components/Editor/index.tsx +979 -0
  105. package/src/components/FileTree/index.tsx +477 -0
  106. package/src/components/LiveContent/index.tsx +221 -0
  107. package/src/components/LiveContent/video.tsx +213 -0
  108. package/src/components/LottieAnim/index.tsx +41 -0
  109. package/src/components/Message/index.tsx +64 -0
  110. package/src/components/Model/index.tsx +42 -0
  111. package/src/components/OutputBrowser/index.tsx +180 -0
  112. package/src/components/Skeleton/index.tsx +41 -0
  113. package/src/components/Tabs/index.tsx +23 -0
  114. package/src/components/Terminal/index.tsx +127 -0
  115. package/src/components/ToolBar/index.tsx +169 -0
  116. package/src/components/XTerm/index.tsx +113 -0
  117. package/src/components/index.tsx +4 -0
  118. package/src/components/loading/index.tsx +282 -0
  119. package/src/enum/FExtension.ts +168 -0
  120. package/src/helpers/collections/IoClient.tsx +314 -0
  121. package/src/helpers/collections/errorCatcher.tsx +0 -0
  122. package/src/helpers/collections/idb.tsx +186 -0
  123. package/src/helpers/collections/localStorage.tsx +13 -0
  124. package/src/helpers/collections/mock.tsx +30 -0
  125. package/src/helpers/collections/playgroundInit.tsx +311 -0
  126. package/src/helpers/collections/replay.tsx +168 -0
  127. package/src/helpers/collections/socket.tsx +6 -0
  128. package/src/helpers/collections/toast.tsx +19 -0
  129. package/src/helpers/collections/userTool.tsx +12 -0
  130. package/src/helpers/collections/util.tsx +4 -0
  131. package/src/helpers/index.tsx +6 -0
  132. package/src/helpers/monaco/monaco-ot-adapter.tsx +476 -0
  133. package/src/hooks/collections/useOT.tsx +38 -0
  134. package/src/hooks/index.tsx +1 -0
  135. package/src/pages/index.tsx +450 -0
  136. package/src/public/dev.html +35 -0
  137. package/src/public/index.html +45 -0
  138. package/src/public/sdkserver.html +35 -0
  139. package/src/stores/index.tsx +1 -0
  140. package/src/stores/oTStore.tsx +288 -0
  141. package/src/stories/BrowserWindow.tsx +30 -0
  142. package/src/stories/Console.tsx +46 -0
  143. package/src/stories/Editor.tsx +37 -0
  144. package/src/stories/FileTree.tsx +50 -0
  145. package/src/stories/Shell.tsx +53 -0
  146. package/src/stories/introduction.stories.mdx +193 -0
  147. package/src/stories/page.tsx +71 -0
  148. package/src/styles/collections/iconfont.scss +1 -0
  149. package/src/styles/collections/tabs-costumers.scss +20 -0
  150. package/src/styles/collections/tailwind.scss +3 -0
  151. package/src/styles/collections/tree-costumers.scss +53 -0
  152. package/src/styles/collections/utility.scss +10 -0
  153. package/src/styles/collections/xterm-costumers.scss +47 -0
  154. package/src/styles/index.scss +19 -0
  155. package/src/types/editor.d.ts +31 -0
  156. package/src/types/index.d.ts +158 -0
package/dist/9342.js CHANGED
@@ -1,6 +1,6 @@
1
- "use strict";(this.webpackChunkDaoPaaS=this.webpackChunkDaoPaaS||[]).push([[9342],{89342:(f,o,r)=>{r.r(o),r.d(o,{conf:()=>m,language:()=>u});var l=r(90361);/*!-----------------------------------------------------------------------------
1
+ "use strict";(self.webpackChunkDaoPaaS=self.webpackChunkDaoPaaS||[]).push([[9342],{89342:(u,o,r)=>{r.r(o),r.d(o,{conf:()=>m,language:()=>f});var l=r(90361);/*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  * Version: 0.31.1(337587859b1c171314b40503171188b6cea6a32a)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
6
- *-----------------------------------------------------------------------------*/var i=Object.defineProperty,c=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,d=Object.prototype.hasOwnProperty,g=t=>i(t,"__esModule",{value:!0}),_=(t,e,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of p(e))!d.call(t,n)&&n!=="default"&&i(t,n,{get:()=>e[n],enumerable:!(a=c(e,n))||a.enumerable});return t},s={};g(s),_(s,l);var m={comments:{lineComment:"#",blockComment:["'''","'''"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],onEnterRules:[{beforeText:new RegExp("^\\s*(?:def|class|for|if|elif|else|while|try|with|finally|except|async).*?:\\s*$"),action:{indentAction:s.languages.IndentAction.Indent}}],folding:{offSide:!0,markers:{start:new RegExp("^\\s*#region\\b"),end:new RegExp("^\\s*#endregion\\b")}}},u={defaultToken:"",tokenPostfix:".python",keywords:["False","None","True","and","as","assert","async","await","break","class","continue","def","del","elif","else","except","exec","finally","for","from","global","if","import","in","is","lambda","nonlocal","not","or","pass","print","raise","return","try","while","with","yield","int","float","long","complex","hex","abs","all","any","apply","basestring","bin","bool","buffer","bytearray","callable","chr","classmethod","cmp","coerce","compile","complex","delattr","dict","dir","divmod","enumerate","eval","execfile","file","filter","format","frozenset","getattr","globals","hasattr","hash","help","id","input","intern","isinstance","issubclass","iter","len","locals","list","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","reversed","range","raw_input","reduce","reload","repr","reversed","round","self","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","unichr","unicode","vars","xrange","zip","__dict__","__methods__","__members__","__class__","__bases__","__name__","__mro__","__subclasses__","__init__","__import__"],brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.bracket"},{open:"(",close:")",token:"delimiter.parenthesis"}],tokenizer:{root:[{include:"@whitespace"},{include:"@numbers"},{include:"@strings"},[/[,:;]/,"delimiter"],[/[{}\[\]()]/,"@brackets"],[/@[a-zA-Z_]\w*/,"tag"],[/[a-zA-Z_]\w*/,{cases:{"@keywords":"keyword","@default":"identifier"}}]],whitespace:[[/\s+/,"white"],[/(^#.*$)/,"comment"],[/'''/,"string","@endDocString"],[/"""/,"string","@endDblDocString"]],endDocString:[[/[^']+/,"string"],[/\\'/,"string"],[/'''/,"string","@popall"],[/'/,"string"]],endDblDocString:[[/[^"]+/,"string"],[/\\"/,"string"],[/"""/,"string","@popall"],[/"/,"string"]],numbers:[[/-?0x([abcdef]|[ABCDEF]|\d)+[lL]?/,"number.hex"],[/-?(\d*\.)?\d+([eE][+\-]?\d+)?[jJ]?[lL]?/,"number"]],strings:[[/'$/,"string.escape","@popall"],[/'/,"string.escape","@stringBody"],[/"$/,"string.escape","@popall"],[/"/,"string.escape","@dblStringBody"]],stringBody:[[/[^\\']+$/,"string","@popall"],[/[^\\']+/,"string"],[/\\./,"string"],[/'/,"string.escape","@popall"],[/\\$/,"string"]],dblStringBody:[[/[^\\"]+$/,"string","@popall"],[/[^\\"]+/,"string"],[/\\./,"string"],[/"/,"string.escape","@popall"],[/\\$/,"string"]]}}}}]);
6
+ *-----------------------------------------------------------------------------*/var i=Object.defineProperty,c=Object.getOwnPropertyDescriptor,p=Object.getOwnPropertyNames,d=Object.prototype.hasOwnProperty,g=n=>i(n,"__esModule",{value:!0}),_=(n,e,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of p(e))!d.call(n,t)&&t!=="default"&&i(n,t,{get:()=>e[t],enumerable:!(a=c(e,t))||a.enumerable});return n},s={};g(s),_(s,l);var m={comments:{lineComment:"#",blockComment:["'''","'''"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],onEnterRules:[{beforeText:new RegExp("^\\s*(?:def|class|for|if|elif|else|while|try|with|finally|except|async).*?:\\s*$"),action:{indentAction:s.languages.IndentAction.Indent}}],folding:{offSide:!0,markers:{start:new RegExp("^\\s*#region\\b"),end:new RegExp("^\\s*#endregion\\b")}}},f={defaultToken:"",tokenPostfix:".python",keywords:["False","None","True","and","as","assert","async","await","break","class","continue","def","del","elif","else","except","exec","finally","for","from","global","if","import","in","is","lambda","nonlocal","not","or","pass","print","raise","return","try","while","with","yield","int","float","long","complex","hex","abs","all","any","apply","basestring","bin","bool","buffer","bytearray","callable","chr","classmethod","cmp","coerce","compile","complex","delattr","dict","dir","divmod","enumerate","eval","execfile","file","filter","format","frozenset","getattr","globals","hasattr","hash","help","id","input","intern","isinstance","issubclass","iter","len","locals","list","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","reversed","range","raw_input","reduce","reload","repr","reversed","round","self","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","unichr","unicode","vars","xrange","zip","__dict__","__methods__","__members__","__class__","__bases__","__name__","__mro__","__subclasses__","__init__","__import__"],brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.bracket"},{open:"(",close:")",token:"delimiter.parenthesis"}],tokenizer:{root:[{include:"@whitespace"},{include:"@numbers"},{include:"@strings"},[/[,:;]/,"delimiter"],[/[{}\[\]()]/,"@brackets"],[/@[a-zA-Z_]\w*/,"tag"],[/[a-zA-Z_]\w*/,{cases:{"@keywords":"keyword","@default":"identifier"}}]],whitespace:[[/\s+/,"white"],[/(^#.*$)/,"comment"],[/'''/,"string","@endDocString"],[/"""/,"string","@endDblDocString"]],endDocString:[[/[^']+/,"string"],[/\\'/,"string"],[/'''/,"string","@popall"],[/'/,"string"]],endDblDocString:[[/[^"]+/,"string"],[/\\"/,"string"],[/"""/,"string","@popall"],[/"/,"string"]],numbers:[[/-?0x([abcdef]|[ABCDEF]|\d)+[lL]?/,"number.hex"],[/-?(\d*\.)?\d+([eE][+\-]?\d+)?[jJ]?[lL]?/,"number"]],strings:[[/'$/,"string.escape","@popall"],[/'/,"string.escape","@stringBody"],[/"$/,"string.escape","@popall"],[/"/,"string.escape","@dblStringBody"]],stringBody:[[/[^\\']+$/,"string","@popall"],[/[^\\']+/,"string"],[/\\./,"string"],[/'/,"string.escape","@popall"],[/\\$/,"string"]],dblStringBody:[[/[^\\"]+$/,"string","@popall"],[/[^\\"]+/,"string"],[/\\./,"string"],[/"/,"string.escape","@popall"],[/\\$/,"string"]]}}}}]);
package/dist/9482.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";(this.webpackChunkDaoPaaS=this.webpackChunkDaoPaaS||[]).push([[9482],{9482:(t,e,o)=>{o.r(e),o.d(e,{conf:()=>n,language:()=>s});/*!-----------------------------------------------------------------------------
1
+ "use strict";(self.webpackChunkDaoPaaS=self.webpackChunkDaoPaaS||[]).push([[9482],{9482:(t,e,o)=>{o.r(e),o.d(e,{conf:()=>n,language:()=>s});/*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  * Version: 0.31.1(337587859b1c171314b40503171188b6cea6a32a)
4
4
  * Released under the MIT license
package/dist/9538.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";(this.webpackChunkDaoPaaS=this.webpackChunkDaoPaaS||[]).push([[9538],{59538:(s,e,t)=>{t.r(e),t.d(e,{conf:()=>i,language:()=>o});/*!-----------------------------------------------------------------------------
1
+ "use strict";(self.webpackChunkDaoPaaS=self.webpackChunkDaoPaaS||[]).push([[9538],{59538:(s,e,t)=>{t.r(e),t.d(e,{conf:()=>i,language:()=>o});/*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  * Version: 0.31.1(337587859b1c171314b40503171188b6cea6a32a)
4
4
  * Released under the MIT license
package/dist/9741.js CHANGED
@@ -1,6 +1,6 @@
1
- "use strict";(this.webpackChunkDaoPaaS=this.webpackChunkDaoPaaS||[]).push([[9741],{39741:(o,t,r)=>{r.r(t),r.d(t,{conf:()=>s,language:()=>e});/*!-----------------------------------------------------------------------------
1
+ "use strict";(self.webpackChunkDaoPaaS=self.webpackChunkDaoPaaS||[]).push([[9741],{39741:(o,t,e)=>{e.r(t),e.d(t,{conf:()=>r,language:()=>s});/*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  * Version: 0.31.1(337587859b1c171314b40503171188b6cea6a32a)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
6
- *-----------------------------------------------------------------------------*/var s={brackets:[],autoClosingPairs:[],surroundingPairs:[]},e={keywords:[],typeKeywords:[],tokenPostfix:".csp",operators:[],symbols:/[=><!~?:&|+\-*\/\^%]+/,escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,tokenizer:{root:[[/child-src/,"string.quote"],[/connect-src/,"string.quote"],[/default-src/,"string.quote"],[/font-src/,"string.quote"],[/frame-src/,"string.quote"],[/img-src/,"string.quote"],[/manifest-src/,"string.quote"],[/media-src/,"string.quote"],[/object-src/,"string.quote"],[/script-src/,"string.quote"],[/style-src/,"string.quote"],[/worker-src/,"string.quote"],[/base-uri/,"string.quote"],[/plugin-types/,"string.quote"],[/sandbox/,"string.quote"],[/disown-opener/,"string.quote"],[/form-action/,"string.quote"],[/frame-ancestors/,"string.quote"],[/report-uri/,"string.quote"],[/report-to/,"string.quote"],[/upgrade-insecure-requests/,"string.quote"],[/block-all-mixed-content/,"string.quote"],[/require-sri-for/,"string.quote"],[/reflected-xss/,"string.quote"],[/referrer/,"string.quote"],[/policy-uri/,"string.quote"],[/'self'/,"string.quote"],[/'unsafe-inline'/,"string.quote"],[/'unsafe-eval'/,"string.quote"],[/'strict-dynamic'/,"string.quote"],[/'unsafe-hashed-attributes'/,"string.quote"]]}}}}]);
6
+ *-----------------------------------------------------------------------------*/var r={brackets:[],autoClosingPairs:[],surroundingPairs:[]},s={keywords:[],typeKeywords:[],tokenPostfix:".csp",operators:[],symbols:/[=><!~?:&|+\-*\/\^%]+/,escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,tokenizer:{root:[[/child-src/,"string.quote"],[/connect-src/,"string.quote"],[/default-src/,"string.quote"],[/font-src/,"string.quote"],[/frame-src/,"string.quote"],[/img-src/,"string.quote"],[/manifest-src/,"string.quote"],[/media-src/,"string.quote"],[/object-src/,"string.quote"],[/script-src/,"string.quote"],[/style-src/,"string.quote"],[/worker-src/,"string.quote"],[/base-uri/,"string.quote"],[/plugin-types/,"string.quote"],[/sandbox/,"string.quote"],[/disown-opener/,"string.quote"],[/form-action/,"string.quote"],[/frame-ancestors/,"string.quote"],[/report-uri/,"string.quote"],[/report-to/,"string.quote"],[/upgrade-insecure-requests/,"string.quote"],[/block-all-mixed-content/,"string.quote"],[/require-sri-for/,"string.quote"],[/reflected-xss/,"string.quote"],[/referrer/,"string.quote"],[/policy-uri/,"string.quote"],[/'self'/,"string.quote"],[/'unsafe-inline'/,"string.quote"],[/'unsafe-eval'/,"string.quote"],[/'strict-dynamic'/,"string.quote"],[/'unsafe-hashed-attributes'/,"string.quote"]]}}}}]);
package/dist/9909.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";var xe=Object.defineProperty,Ce=Object.defineProperties;var De=Object.getOwnPropertyDescriptors;var q=Object.getOwnPropertySymbols;var Le=Object.prototype.hasOwnProperty,Oe=Object.prototype.propertyIsEnumerable;var ee=(v,m,f)=>m in v?xe(v,m,{enumerable:!0,configurable:!0,writable:!0,value:f}):v[m]=f,te=(v,m)=>{for(var f in m||(m={}))Le.call(m,f)&&ee(v,f,m[f]);if(q)for(var f of q(m))Oe.call(m,f)&&ee(v,f,m[f]);return v},se=(v,m)=>Ce(v,De(m));var _=(v,m,f)=>new Promise((N,D)=>{var T=k=>{try{L(f.next(k))}catch(O){D(O)}},I=k=>{try{L(f.throw(k))}catch(O){D(O)}},L=k=>k.done?N(k.value):Promise.resolve(k.value).then(T,I);L((f=f.apply(v,m)).next())});(this.webpackChunkDaoPaaS=this.webpackChunkDaoPaaS||[]).push([[9909],{9909:(v,m,f)=>{f.r(m),f.d(m,{getJavaScriptWorker:()=>ye,getTypeScriptWorker:()=>ke,setupJavaScript:()=>we,setupTypeScript:()=>ve});var N=f(90361);/*!-----------------------------------------------------------------------------
1
+ "use strict";var xe=Object.defineProperty,Ce=Object.defineProperties;var De=Object.getOwnPropertyDescriptors;var q=Object.getOwnPropertySymbols;var Le=Object.prototype.hasOwnProperty,Oe=Object.prototype.propertyIsEnumerable;var ee=(v,m,f)=>m in v?xe(v,m,{enumerable:!0,configurable:!0,writable:!0,value:f}):v[m]=f,te=(v,m)=>{for(var f in m||(m={}))Le.call(m,f)&&ee(v,f,m[f]);if(q)for(var f of q(m))Oe.call(m,f)&&ee(v,f,m[f]);return v},se=(v,m)=>Ce(v,De(m));var _=(v,m,f)=>new Promise((N,D)=>{var T=k=>{try{L(f.next(k))}catch(O){D(O)}},I=k=>{try{L(f.throw(k))}catch(O){D(O)}},L=k=>k.done?N(k.value):Promise.resolve(k.value).then(T,I);L((f=f.apply(v,m)).next())});(self.webpackChunkDaoPaaS=self.webpackChunkDaoPaaS||[]).push([[9909],{9909:(v,m,f)=>{f.r(m),f.d(m,{getJavaScriptWorker:()=>ye,getTypeScriptWorker:()=>ke,setupJavaScript:()=>we,setupTypeScript:()=>ve});var N=f(90361);/*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  * Version: 0.31.1(337587859b1c171314b40503171188b6cea6a32a)
4
4
  * Released under the MIT license
package/dist/9953.js CHANGED
@@ -1,6 +1,6 @@
1
- "use strict";(this.webpackChunkDaoPaaS=this.webpackChunkDaoPaaS||[]).push([[9953],{9953:(h,o,n)=>{n.r(o),n.d(o,{conf:()=>g,language:()=>f});var d=n(90361);/*!-----------------------------------------------------------------------------
1
+ "use strict";(self.webpackChunkDaoPaaS=self.webpackChunkDaoPaaS||[]).push([[9953],{9953:(h,o,n)=>{n.r(o),n.d(o,{conf:()=>f,language:()=>g});var d=n(90361);/*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  * Version: 0.31.1(337587859b1c171314b40503171188b6cea6a32a)
4
4
  * Released under the MIT license
5
5
  * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
6
- *-----------------------------------------------------------------------------*/var a=Object.defineProperty,u=Object.getOwnPropertyDescriptor,c=Object.getOwnPropertyNames,m=Object.prototype.hasOwnProperty,p=t=>a(t,"__esModule",{value:!0}),w=(t,e,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of c(e))!m.call(t,i)&&i!=="default"&&a(t,i,{get:()=>e[i],enumerable:!(s=u(e,i))||s.enumerable});return t},r={};p(r),w(r,d);var l=["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr"],g={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\$\^\&\*\(\)\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\s]+)/g,brackets:[["<!--","-->"],["<",">"],["{{","}}"],["{%","%}"],["{","}"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"%",close:"%"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"<",close:">"},{open:'"',close:'"'},{open:"'",close:"'"}],onEnterRules:[{beforeText:new RegExp(`<(?!(?:${l.join("|")}))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$`,"i"),afterText:/^<\/(\w[\w\d]*)\s*>$/i,action:{indentAction:r.languages.IndentAction.IndentOutdent}},{beforeText:new RegExp(`<(?!(?:${l.join("|")}))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$`,"i"),action:{indentAction:r.languages.IndentAction.Indent}}]},f={defaultToken:"",tokenPostfix:"",builtinTags:["if","else","elseif","endif","render","assign","capture","endcapture","case","endcase","comment","endcomment","cycle","decrement","for","endfor","include","increment","layout","raw","endraw","render","tablerow","endtablerow","unless","endunless"],builtinFilters:["abs","append","at_least","at_most","capitalize","ceil","compact","date","default","divided_by","downcase","escape","escape_once","first","floor","join","json","last","lstrip","map","minus","modulo","newline_to_br","plus","prepend","remove","remove_first","replace","replace_first","reverse","round","rstrip","size","slice","sort","sort_natural","split","strip","strip_html","strip_newlines","times","truncate","truncatewords","uniq","upcase","url_decode","url_encode","where"],constants:["true","false"],operators:["==","!=",">","<",">=","<="],symbol:/[=><!]+/,identifier:/[a-zA-Z_][\w]*/,tokenizer:{root:[[/\{\%\s*comment\s*\%\}/,"comment.start.liquid","@comment"],[/\{\{/,{token:"@rematch",switchTo:"@liquidState.root"}],[/\{\%/,{token:"@rematch",switchTo:"@liquidState.root"}],[/(<)([\w\-]+)(\/>)/,["delimiter.html","tag.html","delimiter.html"]],[/(<)([:\w]+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[/(<\/)([\w\-]+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[/</,"delimiter.html"],[/\{/,"delimiter.html"],[/[^<{]+/]],comment:[[/\{\%\s*endcomment\s*\%\}/,"comment.end.liquid","@pop"],[/./,"comment.content.liquid"]],otherTag:[[/\{\{/,{token:"@rematch",switchTo:"@liquidState.otherTag"}],[/\{\%/,{token:"@rematch",switchTo:"@liquidState.otherTag"}],[/\/?>/,"delimiter.html","@pop"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/]],liquidState:[[/\{\{/,"delimiter.output.liquid"],[/\}\}/,{token:"delimiter.output.liquid",switchTo:"@$S2.$S3"}],[/\{\%/,"delimiter.tag.liquid"],[/raw\s*\%\}/,"delimiter.tag.liquid","@liquidRaw"],[/\%\}/,{token:"delimiter.tag.liquid",switchTo:"@$S2.$S3"}],{include:"liquidRoot"}],liquidRaw:[[/^(?!\{\%\s*endraw\s*\%\}).+/],[/\{\%/,"delimiter.tag.liquid"],[/@identifier/],[/\%\}/,{token:"delimiter.tag.liquid",next:"@root"}]],liquidRoot:[[/\d+(\.\d+)?/,"number.liquid"],[/"[^"]*"/,"string.liquid"],[/'[^']*'/,"string.liquid"],[/\s+/],[/@symbol/,{cases:{"@operators":"operator.liquid","@default":""}}],[/\./],[/@identifier/,{cases:{"@constants":"keyword.liquid","@builtinFilters":"predefined.liquid","@builtinTags":"predefined.liquid","@default":"variable.liquid"}}],[/[^}|%]/,"variable.liquid"]]}}}}]);
6
+ *-----------------------------------------------------------------------------*/var a=Object.defineProperty,u=Object.getOwnPropertyDescriptor,c=Object.getOwnPropertyNames,m=Object.prototype.hasOwnProperty,p=t=>a(t,"__esModule",{value:!0}),w=(t,e,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of c(e))!m.call(t,i)&&i!=="default"&&a(t,i,{get:()=>e[i],enumerable:!(s=u(e,i))||s.enumerable});return t},r={};p(r),w(r,d);var l=["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr"],f={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\$\^\&\*\(\)\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\s]+)/g,brackets:[["<!--","-->"],["<",">"],["{{","}}"],["{%","%}"],["{","}"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"%",close:"%"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"<",close:">"},{open:'"',close:'"'},{open:"'",close:"'"}],onEnterRules:[{beforeText:new RegExp(`<(?!(?:${l.join("|")}))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$`,"i"),afterText:/^<\/(\w[\w\d]*)\s*>$/i,action:{indentAction:r.languages.IndentAction.IndentOutdent}},{beforeText:new RegExp(`<(?!(?:${l.join("|")}))(\\w[\\w\\d]*)([^/>]*(?!/)>)[^<]*$`,"i"),action:{indentAction:r.languages.IndentAction.Indent}}]},g={defaultToken:"",tokenPostfix:"",builtinTags:["if","else","elseif","endif","render","assign","capture","endcapture","case","endcase","comment","endcomment","cycle","decrement","for","endfor","include","increment","layout","raw","endraw","render","tablerow","endtablerow","unless","endunless"],builtinFilters:["abs","append","at_least","at_most","capitalize","ceil","compact","date","default","divided_by","downcase","escape","escape_once","first","floor","join","json","last","lstrip","map","minus","modulo","newline_to_br","plus","prepend","remove","remove_first","replace","replace_first","reverse","round","rstrip","size","slice","sort","sort_natural","split","strip","strip_html","strip_newlines","times","truncate","truncatewords","uniq","upcase","url_decode","url_encode","where"],constants:["true","false"],operators:["==","!=",">","<",">=","<="],symbol:/[=><!]+/,identifier:/[a-zA-Z_][\w]*/,tokenizer:{root:[[/\{\%\s*comment\s*\%\}/,"comment.start.liquid","@comment"],[/\{\{/,{token:"@rematch",switchTo:"@liquidState.root"}],[/\{\%/,{token:"@rematch",switchTo:"@liquidState.root"}],[/(<)([\w\-]+)(\/>)/,["delimiter.html","tag.html","delimiter.html"]],[/(<)([:\w]+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[/(<\/)([\w\-]+)/,["delimiter.html",{token:"tag.html",next:"@otherTag"}]],[/</,"delimiter.html"],[/\{/,"delimiter.html"],[/[^<{]+/]],comment:[[/\{\%\s*endcomment\s*\%\}/,"comment.end.liquid","@pop"],[/./,"comment.content.liquid"]],otherTag:[[/\{\{/,{token:"@rematch",switchTo:"@liquidState.otherTag"}],[/\{\%/,{token:"@rematch",switchTo:"@liquidState.otherTag"}],[/\/?>/,"delimiter.html","@pop"],[/"([^"]*)"/,"attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[/[ \t\r\n]+/]],liquidState:[[/\{\{/,"delimiter.output.liquid"],[/\}\}/,{token:"delimiter.output.liquid",switchTo:"@$S2.$S3"}],[/\{\%/,"delimiter.tag.liquid"],[/raw\s*\%\}/,"delimiter.tag.liquid","@liquidRaw"],[/\%\}/,{token:"delimiter.tag.liquid",switchTo:"@$S2.$S3"}],{include:"liquidRoot"}],liquidRaw:[[/^(?!\{\%\s*endraw\s*\%\}).+/],[/\{\%/,"delimiter.tag.liquid"],[/@identifier/],[/\%\}/,{token:"delimiter.tag.liquid",next:"@root"}]],liquidRoot:[[/\d+(\.\d+)?/,"number.liquid"],[/"[^"]*"/,"string.liquid"],[/'[^']*'/,"string.liquid"],[/\s+/],[/@symbol/,{cases:{"@operators":"operator.liquid","@default":""}}],[/\./],[/@identifier/,{cases:{"@constants":"keyword.liquid","@builtinFilters":"predefined.liquid","@builtinTags":"predefined.liquid","@default":"variable.liquid"}}],[/[^}|%]/,"variable.liquid"]]}}}}]);