@easyv/biz-components 0.0.52-beta.0 → 0.0.52-beta.1

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 (588) hide show
  1. package/dist/_virtual/index.es2.js +2 -2
  2. package/dist/_virtual/index.es3.js +2 -2
  3. package/dist/_virtual/index.es4.js +2 -2
  4. package/dist/components/easyv-monaco-editor/easyv-monaco-editor.d.ts +12 -0
  5. package/dist/components/easyv-monaco-editor/easyv-monaco-editor.es.js +15 -2
  6. package/dist/components/easyv-monaco-editor/easyv-monaco-editor.es.js.map +1 -1
  7. package/dist/components/easyv-monaco-editor/monaco-setup.es.js +82 -1
  8. package/dist/components/easyv-monaco-editor/monaco-setup.es.js.map +1 -1
  9. package/dist/index.css +1 -1
  10. package/dist/monaco/editor.worker.bundle.js +13517 -0
  11. package/dist/monaco/json.worker.bundle.js +21318 -0
  12. package/dist/monaco/ts.worker.bundle.js +256351 -0
  13. package/dist/node_modules/.pnpm/classnames@2.3.2/node_modules/classnames/index.es.js +1 -1
  14. package/dist/node_modules/.pnpm/co-web-worker@1.0.1/node_modules/co-web-worker/index.es.js +1 -1
  15. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/dnd.es.js +11 -1
  16. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/dnd.es.js.map +1 -1
  17. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/dom.es.js +156 -2
  18. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/dom.es.js.map +1 -1
  19. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/domObservable.es.js +18 -0
  20. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/domObservable.es.js.map +1 -0
  21. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/findinput/replaceInput.es.js +186 -0
  22. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/findinput/replaceInput.es.js.map +1 -0
  23. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/keybindingLabel/keybindingLabel.es.js +9 -1
  24. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/keybindingLabel/keybindingLabel.es.js.map +1 -1
  25. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/resizable/resizable.es.js +153 -0
  26. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/resizable/resizable.es.js.map +1 -0
  27. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/arrays.es.js +75 -0
  28. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/arrays.es.js.map +1 -1
  29. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/arraysFind.es.js +11 -1
  30. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/arraysFind.es.js.map +1 -1
  31. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/async.es.js +65 -0
  32. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/async.es.js.map +1 -1
  33. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/cancellation.es.js +9 -1
  34. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/cancellation.es.js.map +1 -1
  35. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/dataTransfer.es.js +129 -0
  36. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/dataTransfer.es.js.map +1 -0
  37. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/equals.es.js +53 -4
  38. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/equals.es.js.map +1 -1
  39. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/errorMessage.es.js +60 -0
  40. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/errorMessage.es.js.map +1 -0
  41. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/extpath.es.js +8 -1
  42. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/extpath.es.js.map +1 -1
  43. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/filters.es.js +48 -0
  44. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/filters.es.js.map +1 -1
  45. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/hierarchicalKind.es.js +25 -0
  46. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/hierarchicalKind.es.js.map +1 -0
  47. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/htmlContent.es.js +10 -0
  48. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/htmlContent.es.js.map +1 -1
  49. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/labels.es.js +12 -0
  50. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/labels.es.js.map +1 -0
  51. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/lifecycle.es.js +17 -0
  52. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/lifecycle.es.js.map +1 -1
  53. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/objects.es.js +23 -1
  54. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/objects.es.js.map +1 -1
  55. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/autorun.es.js +19 -1
  56. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/autorun.es.js.map +1 -1
  57. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/base.es.js +9 -0
  58. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/base.es.js.map +1 -1
  59. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/derived.es.js +4 -0
  60. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/derived.es.js.map +1 -1
  61. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/promise.es.js +44 -2
  62. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/promise.es.js.map +1 -1
  63. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/utils.es.js +59 -1
  64. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/utils.es.js.map +1 -1
  65. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/platform.es.js +2 -0
  66. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/platform.es.js.map +1 -1
  67. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/resources.es.js +10 -6
  68. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/resources.es.js.map +1 -1
  69. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/search.es.js +42 -0
  70. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/search.es.js.map +1 -0
  71. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/strings.es.js +21 -0
  72. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/strings.es.js.map +1 -1
  73. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/types.es.js +1 -1
  74. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/types.es.js.map +1 -1
  75. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/uuid.es.js +53 -0
  76. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/uuid.es.js.map +1 -0
  77. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/controller/textAreaHandler.es.js +2 -2
  78. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/controller/textAreaHandler.es.js.map +1 -1
  79. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/controller/textAreaInput.es.js +4 -0
  80. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/controller/textAreaInput.es.js.map +1 -1
  81. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/dnd.es.js +70 -0
  82. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/dnd.es.js.map +1 -0
  83. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/editorBrowser.es.js +20 -0
  84. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/editorBrowser.es.js.map +1 -0
  85. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/editorExtensions.es.js +148 -8
  86. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/editorExtensions.es.js.map +1 -1
  87. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/observableCodeEditor.es.js +37 -2
  88. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/observableCodeEditor.es.js.map +1 -1
  89. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget.es.js +57 -0
  90. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget.es.js.map +1 -0
  91. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/commands.es.js +254 -0
  92. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/commands.es.js.map +1 -0
  93. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.es.js +79 -0
  94. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.es.js.map +1 -0
  95. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/utils.es.js +7 -1
  96. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/utils.es.js.map +1 -1
  97. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/commands/replaceCommand.es.js +19 -0
  98. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/commands/replaceCommand.es.js.map +1 -1
  99. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/commands/trimTrailingWhitespaceCommand.es.js +81 -0
  100. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/commands/trimTrailingWhitespaceCommand.es.js.map +1 -0
  101. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/core/characterClassifier.es.js +23 -1
  102. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/core/characterClassifier.es.js.map +1 -1
  103. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/core/editorColorRegistry.es.js +4 -2
  104. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/core/editorColorRegistry.es.js.map +1 -1
  105. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/cursor/cursorWordOperations.es.js +71 -1
  106. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/cursor/cursorWordOperations.es.js.map +1 -1
  107. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/editorFeatures.es.js +5 -1
  108. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/editorFeatures.es.js.map +1 -1
  109. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/languages/autoIndent.es.js +74 -0
  110. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/languages/autoIndent.es.js.map +1 -1
  111. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/languages.es.js +6 -3
  112. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/languages.es.js.map +1 -1
  113. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/model/bracketPairsTextModelPart/fixBrackets.es.js +61 -0
  114. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/model/bracketPairsTextModelPart/fixBrackets.es.js.map +1 -0
  115. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/getIconClasses.es.js +84 -0
  116. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/getIconClasses.es.js.map +1 -0
  117. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/semanticTokensDto.es.js +67 -0
  118. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/semanticTokensDto.es.js.map +1 -0
  119. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/semanticTokensProviderStyling.es.js +82 -1
  120. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/semanticTokensProviderStyling.es.js.map +1 -1
  121. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/treeViewsDnd.es.js +23 -0
  122. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/treeViewsDnd.es.js.map +1 -0
  123. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/treeViewsDndService.es.js +14 -0
  124. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/treeViewsDndService.es.js.map +1 -0
  125. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/tokens/lineTokens.es.js +13 -1
  126. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/tokens/lineTokens.es.js.map +1 -1
  127. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/tokens/sparseMultilineTokens.es.js +389 -0
  128. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/tokens/sparseMultilineTokens.es.js.map +1 -0
  129. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.es.js +182 -0
  130. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.es.js.map +1 -0
  131. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.es.js +370 -0
  132. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.es.js.map +1 -0
  133. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/caretOperations.es.js +46 -0
  134. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/caretOperations.es.js.map +1 -0
  135. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/moveCaretCommand.es.js +44 -0
  136. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/moveCaretCommand.es.js.map +1 -0
  137. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/transpose.es.js +59 -0
  138. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/transpose.es.js.map +1 -0
  139. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/clipboard/browser/clipboard.es.js +258 -0
  140. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/clipboard/browser/clipboard.es.js.map +1 -0
  141. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeAction.es.js +271 -0
  142. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeAction.es.js.map +1 -0
  143. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.es.js +231 -0
  144. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.es.js.map +1 -0
  145. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.es.js +61 -0
  146. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.es.js.map +1 -0
  147. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionController.es.js +368 -0
  148. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionController.es.js.map +1 -0
  149. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver.es.js +78 -0
  150. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver.es.js.map +1 -0
  151. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.es.js +65 -0
  152. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.es.js.map +1 -0
  153. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionModel.es.js +317 -0
  154. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionModel.es.js.map +1 -0
  155. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.es.js +413 -0
  156. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.es.js.map +1 -0
  157. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/common/types.es.js +141 -0
  158. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/common/types.es.js.map +1 -0
  159. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codeLensCache.es.js +123 -0
  160. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codeLensCache.es.js.map +1 -0
  161. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelens.es.js +94 -0
  162. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelens.es.js.map +1 -0
  163. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelensController.es.js +479 -0
  164. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelensController.es.js.map +1 -0
  165. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelensWidget.es.js +249 -0
  166. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelensWidget.es.js.map +1 -0
  167. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/color.es.js +113 -0
  168. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/color.es.js.map +1 -0
  169. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorContributions.es.js +61 -0
  170. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorContributions.es.js.map +1 -0
  171. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorDetector.es.js +263 -0
  172. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorDetector.es.js.map +1 -0
  173. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorHoverParticipant.es.js +254 -0
  174. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorHoverParticipant.es.js.map +1 -0
  175. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerModel.es.js +72 -0
  176. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerModel.es.js.map +1 -0
  177. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerWidget.es.js +365 -0
  178. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerWidget.es.js.map +1 -0
  179. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.es.js +56 -0
  180. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.es.js.map +1 -0
  181. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions.es.js +89 -0
  182. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions.es.js.map +1 -0
  183. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget.es.js +265 -0
  184. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget.es.js.map +1 -0
  185. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/blockCommentCommand.es.js +127 -0
  186. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/blockCommentCommand.es.js.map +1 -0
  187. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/comment.es.js +159 -0
  188. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/comment.es.js.map +1 -0
  189. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/lineCommentCommand.es.js +302 -0
  190. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/lineCommentCommand.es.js.map +1 -0
  191. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/contextmenu/browser/contextmenu.es.js +358 -0
  192. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/contextmenu/browser/contextmenu.es.js.map +1 -0
  193. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.es.js +142 -0
  194. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.es.js.map +1 -0
  195. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/diffEditorBreadcrumbs/browser/contribution.es.js +60 -0
  196. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/diffEditorBreadcrumbs/browser/contribution.es.js.map +1 -0
  197. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dnd/browser/dnd.es.js +207 -0
  198. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dnd/browser/dnd.es.js.map +1 -0
  199. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dnd/browser/dragAndDropCommand.es.js +45 -0
  200. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dnd/browser/dragAndDropCommand.es.js.map +1 -0
  201. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/documentSymbols/browser/documentSymbols.es.js +19 -0
  202. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/documentSymbols/browser/documentSymbols.es.js.map +1 -0
  203. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/documentSymbols/browser/outlineModel.es.js +260 -0
  204. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/documentSymbols/browser/outlineModel.es.js.map +1 -0
  205. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.es.js +95 -0
  206. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.es.js.map +1 -0
  207. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.es.js +504 -0
  208. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.es.js.map +1 -0
  209. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.es.js +214 -0
  210. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.es.js.map +1 -0
  211. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution.es.js +62 -0
  212. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution.es.js.map +1 -0
  213. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.es.js +168 -0
  214. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.es.js.map +1 -0
  215. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/edit.es.js +75 -0
  216. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/edit.es.js.map +1 -0
  217. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.es.js +211 -0
  218. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.es.js.map +1 -0
  219. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/editorState/browser/editorState.es.js +102 -0
  220. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/editorState/browser/editorState.es.js.map +1 -0
  221. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.es.js +15 -1
  222. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.es.js.map +1 -1
  223. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findController.es.js +1074 -0
  224. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findController.es.js.map +1 -0
  225. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findDecorations.es.js +301 -0
  226. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findDecorations.es.js.map +1 -0
  227. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findModel.es.js +517 -0
  228. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findModel.es.js.map +1 -0
  229. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findOptionsWidget.es.js +155 -0
  230. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findOptionsWidget.es.js.map +1 -0
  231. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findState.es.js +273 -0
  232. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findState.es.js.map +1 -0
  233. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findWidget.es.js +1208 -0
  234. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findWidget.es.js.map +1 -0
  235. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/replaceAllCommand.es.js +46 -0
  236. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/replaceAllCommand.es.js.map +1 -0
  237. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/replacePattern.es.js +237 -0
  238. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/replacePattern.es.js.map +1 -0
  239. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/folding.es.js +1258 -0
  240. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/folding.es.js.map +1 -0
  241. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingDecorations.es.js +161 -0
  242. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingDecorations.es.js.map +1 -0
  243. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingModel.es.js +453 -0
  244. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingModel.es.js.map +1 -0
  245. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingRanges.es.js +347 -0
  246. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingRanges.es.js.map +1 -0
  247. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/hiddenRangeModel.es.js +124 -0
  248. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/hiddenRangeModel.es.js.map +1 -0
  249. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/indentRangeProvider.es.js +152 -0
  250. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/indentRangeProvider.es.js.map +1 -0
  251. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/syntaxRangeProvider.es.js +169 -0
  252. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/syntaxRangeProvider.es.js.map +1 -0
  253. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/fontZoom/browser/fontZoom.es.js +46 -0
  254. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/fontZoom/browser/fontZoom.es.js.map +1 -0
  255. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/format.es.js +236 -8
  256. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/format.es.js.map +1 -1
  257. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/formatActions.es.js +271 -0
  258. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/formatActions.es.js.map +1 -0
  259. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/formattingEdit.es.js +52 -0
  260. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/formattingEdit.es.js.map +1 -0
  261. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/gotoError.es.js +281 -0
  262. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/gotoError.es.js.map +1 -0
  263. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.es.js +350 -0
  264. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.es.js.map +1 -0
  265. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/markerNavigationService.es.js +194 -0
  266. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/markerNavigationService.es.js.map +1 -0
  267. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.es.js +709 -0
  268. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.es.js.map +1 -0
  269. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/goToSymbol.es.js +126 -0
  270. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/goToSymbol.es.js.map +1 -0
  271. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture.es.js +143 -0
  272. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture.es.js.map +1 -0
  273. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.es.js +248 -0
  274. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.es.js.map +1 -0
  275. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.es.js +393 -0
  276. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.es.js.map +1 -0
  277. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.es.js +189 -0
  278. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.es.js.map +1 -0
  279. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.es.js +458 -0
  280. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.es.js.map +1 -0
  281. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.es.js +232 -0
  282. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.es.js.map +1 -0
  283. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.es.js +181 -0
  284. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.es.js.map +1 -0
  285. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverComputer.es.js +92 -0
  286. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverComputer.es.js.map +1 -0
  287. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverController2.es.js +298 -0
  288. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverController2.es.js.map +1 -0
  289. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverRendered.es.js +259 -0
  290. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverRendered.es.js.map +1 -0
  291. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverStatusBar.es.js +50 -0
  292. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverStatusBar.es.js.map +1 -0
  293. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverTypes.es.js +28 -0
  294. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverTypes.es.js.map +1 -0
  295. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverWidget.es.js +383 -0
  296. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverWidget.es.js.map +1 -0
  297. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverWidgetWrapper.es.js +340 -0
  298. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverWidgetWrapper.es.js.map +1 -0
  299. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/getHover.es.js +46 -0
  300. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/getHover.es.js.map +1 -0
  301. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverAccessibleViews.es.js +12 -0
  302. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverAccessibleViews.es.js.map +1 -0
  303. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverActionIds.es.js +32 -0
  304. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverActionIds.es.js.map +1 -0
  305. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverActions.es.js +452 -0
  306. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverActions.es.js.map +1 -0
  307. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverContribution.es.js +60 -0
  308. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverContribution.es.js.map +1 -0
  309. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverOperation.es.js +152 -0
  310. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverOperation.es.js.map +1 -0
  311. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverTypes.es.js +60 -0
  312. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverTypes.es.js.map +1 -0
  313. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverUtils.es.js +12 -0
  314. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverUtils.es.js.map +1 -0
  315. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverComputer.es.js +52 -0
  316. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverComputer.es.js.map +1 -0
  317. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverController.es.js +174 -0
  318. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverController.es.js.map +1 -0
  319. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverWidget.es.js +172 -0
  320. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverWidget.es.js.map +1 -0
  321. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.es.js +386 -0
  322. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.es.js.map +1 -0
  323. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.es.js +239 -0
  324. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.es.js.map +1 -0
  325. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/resizableContentWidget.es.js +91 -0
  326. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/resizableContentWidget.es.js.map +1 -0
  327. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.es.js +153 -0
  328. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.es.js.map +1 -0
  329. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand.es.js +23 -0
  330. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand.es.js.map +1 -0
  331. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/browser/indentation.es.js +605 -0
  332. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/browser/indentation.es.js.map +1 -0
  333. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/common/indentUtils.es.js +31 -0
  334. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/common/indentUtils.es.js.map +1 -0
  335. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/common/indentation.es.js +83 -0
  336. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/common/indentation.es.js.map +1 -0
  337. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHints.es.js +142 -0
  338. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHints.es.js.map +1 -0
  339. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsContribution.es.js +12 -0
  340. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsContribution.es.js.map +1 -0
  341. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsController.es.js +566 -0
  342. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsController.es.js.map +1 -0
  343. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.es.js +147 -0
  344. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.es.js.map +1 -0
  345. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsLocations.es.js +94 -0
  346. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsLocations.es.js.map +1 -0
  347. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/commandIds.es.js +9 -0
  348. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/commandIds.es.js.map +1 -0
  349. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.es.js +212 -0
  350. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.es.js.map +1 -0
  351. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.es.js +62 -0
  352. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.es.js.map +1 -0
  353. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.es.js +286 -0
  354. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.es.js.map +1 -0
  355. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.es.js +153 -0
  356. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.es.js.map +1 -0
  357. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.es.js +323 -0
  358. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.es.js.map +1 -0
  359. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution.es.js +25 -0
  360. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution.es.js.map +1 -0
  361. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsAccessibleView.es.js +6 -0
  362. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsAccessibleView.es.js.map +1 -0
  363. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/ghostText.es.js +92 -0
  364. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/ghostText.es.js.map +1 -0
  365. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.es.js +484 -0
  366. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.es.js.map +1 -0
  367. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsSource.es.js +268 -0
  368. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsSource.es.js.map +1 -0
  369. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions.es.js +224 -0
  370. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions.es.js.map +1 -0
  371. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/singleTextEdit.es.js +166 -0
  372. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/singleTextEdit.es.js.map +1 -0
  373. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/suggestWidgetAdaptor.es.js +173 -0
  374. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/suggestWidgetAdaptor.es.js.map +1 -0
  375. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/utils.es.js +55 -0
  376. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/utils.es.js.map +1 -0
  377. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/view/ghostTextView.es.js +311 -0
  378. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/view/ghostTextView.es.js.map +1 -0
  379. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/commandIds.es.js +11 -0
  380. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/commandIds.es.js.map +1 -0
  381. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/commands.es.js +141 -0
  382. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/commands.es.js.map +1 -0
  383. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/ghostTextWidget.es.js +198 -0
  384. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/ghostTextWidget.es.js.map +1 -0
  385. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEdit.contribution.es.js +15 -0
  386. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEdit.contribution.es.js.map +1 -0
  387. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditController.es.js +327 -0
  388. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditController.es.js.map +1 -0
  389. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget.es.js +208 -0
  390. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget.es.js.map +1 -0
  391. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget.es.js +310 -0
  392. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget.es.js.map +1 -0
  393. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/commands.es.js +138 -0
  394. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/commands.es.js.map +1 -0
  395. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/consts.es.js +15 -0
  396. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/consts.es.js.map +1 -0
  397. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEdits.contribution.es.js +15 -0
  398. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEdits.contribution.es.js.map +1 -0
  399. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsController.es.js +105 -0
  400. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsController.es.js.map +1 -0
  401. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsModel.es.js +236 -0
  402. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsModel.es.js.map +1 -0
  403. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsWidget.es.js +322 -0
  404. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsWidget.es.js.map +1 -0
  405. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineProgress/browser/inlineProgress.es.js +149 -0
  406. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineProgress/browser/inlineProgress.es.js.map +1 -0
  407. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/lineSelection/browser/lineSelection.es.js +35 -0
  408. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/lineSelection/browser/lineSelection.es.js.map +1 -0
  409. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/copyLinesCommand.es.js +67 -0
  410. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/copyLinesCommand.es.js.map +1 -0
  411. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/linesOperations.es.js +1114 -0
  412. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/linesOperations.es.js.map +1 -0
  413. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/moveLinesCommand.es.js +347 -0
  414. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/moveLinesCommand.es.js.map +1 -0
  415. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/sortLinesCommand.es.js +78 -0
  416. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/sortLinesCommand.es.js.map +1 -0
  417. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.es.js +382 -0
  418. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.es.js.map +1 -0
  419. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/links/browser/getLinks.es.js +141 -0
  420. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/links/browser/getLinks.es.js.map +1 -0
  421. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/links/browser/links.es.js +374 -0
  422. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/links/browser/links.es.js.map +1 -0
  423. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/longLinesHelper/browser/longLinesHelper.es.js +28 -0
  424. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/longLinesHelper/browser/longLinesHelper.es.js.map +1 -0
  425. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/message/browser/messageController.es.js +190 -0
  426. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/message/browser/messageController.es.js.map +1 -0
  427. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/multicursor/browser/multicursor.es.js +1088 -0
  428. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/multicursor/browser/multicursor.es.js.map +1 -0
  429. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHints.es.js +151 -0
  430. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHints.es.js.map +1 -0
  431. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHintsModel.es.js +262 -0
  432. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHintsModel.es.js.map +1 -0
  433. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.es.js +328 -0
  434. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.es.js.map +1 -0
  435. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/provideSignatureHelp.es.js +55 -0
  436. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/provideSignatureHelp.es.js.map +1 -0
  437. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/peekView/browser/peekView.es.js +267 -0
  438. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/peekView/browser/peekView.es.js.map +1 -0
  439. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.es.js +15 -0
  440. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.es.js.map +1 -0
  441. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/placeholderText/browser/placeholderTextContribution.es.js +85 -0
  442. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/placeholderText/browser/placeholderTextContribution.es.js.map +1 -0
  443. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.es.js +41 -0
  444. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.es.js.map +1 -0
  445. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/rename/browser/rename.es.js +475 -0
  446. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/rename/browser/rename.es.js.map +1 -0
  447. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/rename/browser/renameWidget.es.js +756 -0
  448. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/rename/browser/renameWidget.es.js.map +1 -0
  449. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/sectionHeaders/browser/sectionHeaders.es.js +195 -0
  450. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/sectionHeaders/browser/sectionHeaders.es.js.map +1 -0
  451. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/browser/documentSemanticTokens.es.js +334 -0
  452. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/browser/documentSemanticTokens.es.js.map +1 -0
  453. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/browser/viewportSemanticTokens.es.js +137 -0
  454. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/browser/viewportSemanticTokens.es.js.map +1 -0
  455. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/common/getSemanticTokens.es.js +197 -0
  456. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/common/getSemanticTokens.es.js.map +1 -0
  457. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/common/semanticTokensConfig.es.js +14 -0
  458. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/common/semanticTokensConfig.es.js.map +1 -0
  459. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/bracketSelections.es.js +134 -0
  460. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/bracketSelections.es.js.map +1 -0
  461. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/smartSelect.es.js +277 -0
  462. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/smartSelect.es.js.map +1 -0
  463. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/wordSelections.es.js +69 -0
  464. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/wordSelections.es.js.map +1 -0
  465. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetController2.es.js +281 -0
  466. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetController2.es.js.map +1 -0
  467. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetParser.es.js +926 -0
  468. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetParser.es.js.map +1 -0
  469. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetSession.es.js +547 -0
  470. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetSession.es.js.map +1 -0
  471. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetVariables.es.js +282 -0
  472. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetVariables.es.js.map +1 -0
  473. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.es.js +139 -0
  474. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.es.js.map +1 -0
  475. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollContribution.es.js +17 -0
  476. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollContribution.es.js.map +1 -0
  477. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollController.es.js +537 -0
  478. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollController.es.js.map +1 -0
  479. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollElement.es.js +27 -0
  480. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollElement.es.js.map +1 -0
  481. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider.es.js +321 -0
  482. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider.es.js.map +1 -0
  483. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.es.js +175 -0
  484. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.es.js.map +1 -0
  485. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollWidget.es.js +451 -0
  486. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollWidget.es.js.map +1 -0
  487. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/completionModel.es.js +176 -0
  488. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/completionModel.es.js.map +1 -0
  489. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggest.es.js +305 -0
  490. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggest.es.js.map +1 -0
  491. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestAlternatives.es.js +90 -0
  492. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestAlternatives.es.js.map +1 -0
  493. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestCommitCharacters.es.js +56 -0
  494. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestCommitCharacters.es.js.map +1 -0
  495. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestController.es.js +983 -0
  496. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestController.es.js.map +1 -0
  497. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestInlineCompletions.es.js +185 -0
  498. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestInlineCompletions.es.js.map +1 -0
  499. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestMemory.es.js +253 -0
  500. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestMemory.es.js.map +1 -0
  501. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestModel.es.js +724 -0
  502. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestModel.es.js.map +1 -0
  503. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestOvertypingCapturer.es.js +58 -0
  504. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestOvertypingCapturer.es.js.map +1 -0
  505. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidget.es.js +909 -0
  506. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidget.es.js.map +1 -0
  507. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.es.js +402 -0
  508. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.es.js.map +1 -0
  509. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.es.js +212 -0
  510. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.es.js.map +1 -0
  511. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetStatus.es.js +72 -0
  512. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetStatus.es.js.map +1 -0
  513. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/wordContextKey.es.js +71 -0
  514. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/wordContextKey.es.js.map +1 -0
  515. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/wordDistance.es.js +66 -0
  516. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/wordDistance.es.js.map +1 -0
  517. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.es.js +97 -0
  518. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.es.js.map +1 -0
  519. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.es.js +43 -0
  520. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.es.js.map +1 -0
  521. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/tokenization/browser/tokenization.es.js +26 -0
  522. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/tokenization/browser/tokenization.es.js.map +1 -0
  523. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.es.js +113 -0
  524. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.es.js.map +1 -0
  525. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.es.js +702 -0
  526. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.es.js.map +1 -0
  527. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.es.js +121 -0
  528. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.es.js.map +1 -0
  529. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.es.js +110 -0
  530. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.es.js.map +1 -0
  531. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/textualHighlightProvider.es.js +77 -0
  532. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/textualHighlightProvider.es.js.map +1 -0
  533. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.es.js +712 -0
  534. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.es.js.map +1 -0
  535. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordOperations/browser/wordOperations.es.js +523 -0
  536. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordOperations/browser/wordOperations.es.js.map +1 -0
  537. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordPartOperations/browser/wordPartOperations.es.js +171 -0
  538. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordPartOperations/browser/wordPartOperations.es.js.map +1 -0
  539. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/zoneWidget/browser/zoneWidget.es.js +401 -0
  540. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/zoneWidget/browser/zoneWidget.es.js.map +1 -0
  541. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/nls.es.js +15 -1
  542. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/nls.es.js.map +1 -1
  543. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/accessibility/browser/accessibleViewRegistry.es.js +23 -0
  544. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/accessibility/browser/accessibleViewRegistry.es.js.map +1 -0
  545. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/action/common/actionCommonCategories.es.js +13 -0
  546. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/action/common/actionCommonCategories.es.js.map +1 -0
  547. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actionWidget/browser/actionList.es.js +285 -0
  548. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actionWidget/browser/actionList.es.js.map +1 -0
  549. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actionWidget/browser/actionWidget.es.js +265 -0
  550. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actionWidget/browser/actionWidget.es.js.map +1 -0
  551. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actions/browser/menuEntryActionViewItem.es.js +30 -0
  552. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actions/browser/menuEntryActionViewItem.es.js.map +1 -1
  553. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actions/common/actions.es.js +56 -5
  554. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actions/common/actions.es.js.map +1 -1
  555. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/contextkey/common/contextkeys.es.js +5 -3
  556. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/contextkey/common/contextkeys.es.js.map +1 -1
  557. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/dnd/browser/dnd.es.js +35 -0
  558. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/dnd/browser/dnd.es.js.map +1 -0
  559. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/files/common/files.es.js +10 -0
  560. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/files/common/files.es.js.map +1 -0
  561. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/history/browser/contextScopedHistoryWidget.es.js +113 -0
  562. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/history/browser/contextScopedHistoryWidget.es.js.map +1 -0
  563. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/history/browser/historyWidgetKeybindingHint.es.js +8 -0
  564. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/history/browser/historyWidgetKeybindingHint.es.js.map +1 -0
  565. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/list/browser/listService.es.js +2 -1
  566. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/list/browser/listService.es.js.map +1 -1
  567. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/observable/common/platformObservableUtils.es.js +10 -2
  568. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/observable/common/platformObservableUtils.es.js.map +1 -1
  569. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/observable/common/wrapInReloadableClass.es.js +59 -0
  570. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/observable/common/wrapInReloadableClass.es.js.map +1 -0
  571. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/opener/browser/link.es.js +95 -0
  572. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/opener/browser/link.es.js.map +1 -0
  573. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/severityIcon/browser/severityIcon.es.js +26 -0
  574. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/severityIcon/browser/severityIcon.es.js.map +1 -0
  575. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/editorColors.es.js +22 -11
  576. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/editorColors.es.js.map +1 -1
  577. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/listColors.es.js +2 -1
  578. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/listColors.es.js.map +1 -1
  579. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/minimapColors.es.js +2 -1
  580. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/minimapColors.es.js.map +1 -1
  581. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/iconRegistry.es.js +3 -2
  582. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/iconRegistry.es.js.map +1 -1
  583. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/workspace/common/workspace.es.js +51 -3
  584. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/workspace/common/workspace.es.js.map +1 -1
  585. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js +1 -1
  586. package/dist/stats.html +4949 -0
  587. package/dist/style.css +1 -1
  588. package/package.json +3 -2
@@ -0,0 +1,208 @@
1
+ var _a;
2
+ import { h } from "../../../../base/browser/dom.es.js";
3
+ import { KeybindingLabel, unthemedKeybindingLabelOptions } from "../../../../base/browser/ui/keybindingLabel/keybindingLabel.es.js";
4
+ import { Separator } from "../../../../base/common/actions.es.js";
5
+ import { equals } from "../../../../base/common/arrays.es.js";
6
+ import { Disposable, toDisposable } from "../../../../base/common/lifecycle.es.js";
7
+ import { derived } from "../../../../base/common/observableInternal/derived.es.js";
8
+ import { autorun, autorunWithStore } from "../../../../base/common/observableInternal/autorun.es.js";
9
+ import { observableFromEvent } from "../../../../base/common/observableInternal/utils.es.js";
10
+ import { OS } from "../../../../base/common/platform.es.js";
11
+ /* empty css */
12
+ import { Position } from "../../../common/core/position.es.js";
13
+ import { MenuEntryActionViewItem, createAndFillInActionBarActions } from "../../../../platform/actions/browser/menuEntryActionViewItem.es.js";
14
+ import { WorkbenchToolBar } from "../../../../platform/actions/browser/toolbar.es.js";
15
+ import { MenuId, MenuItemAction, IMenuService } from "../../../../platform/actions/common/actions.es.js";
16
+ import { ICommandService } from "../../../../platform/commands/common/commands.es.js";
17
+ import { IContextKeyService } from "../../../../platform/contextkey/common/contextkey.es.js";
18
+ import { IContextMenuService } from "../../../../platform/contextview/browser/contextView.es.js";
19
+ import { IInstantiationService } from "../../../../platform/instantiation/common/instantiation.es.js";
20
+ import { IKeybindingService } from "../../../../platform/keybinding/common/keybinding.es.js";
21
+ import { ITelemetryService } from "../../../../platform/telemetry/common/telemetry.es.js";
22
+ var __decorate = function(decorators, target, key, desc) {
23
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
24
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
25
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
26
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
27
+ };
28
+ var __param = function(paramIndex, decorator) {
29
+ return function(target, key) {
30
+ decorator(target, key, paramIndex);
31
+ };
32
+ };
33
+ var InlineEditHintsContentWidget_1;
34
+ let InlineEditHintsWidget = class InlineEditHintsWidget2 extends Disposable {
35
+ constructor(editor, model, instantiationService) {
36
+ super();
37
+ this.editor = editor;
38
+ this.model = model;
39
+ this.instantiationService = instantiationService;
40
+ this.alwaysShowToolbar = observableFromEvent(this, this.editor.onDidChangeConfiguration, () => this.editor.getOption(
41
+ 63
42
+ /* EditorOption.inlineEdit */
43
+ ).showToolbar === "always");
44
+ this.sessionPosition = void 0;
45
+ this.position = derived(this, (reader) => {
46
+ var _a2, _b;
47
+ const ghostText = (_a2 = this.model.read(reader)) == null ? void 0 : _a2.model.ghostText.read(reader);
48
+ if (!this.alwaysShowToolbar.read(reader) || !ghostText || ghostText.parts.length === 0) {
49
+ this.sessionPosition = void 0;
50
+ return null;
51
+ }
52
+ const firstColumn = ghostText.parts[0].column;
53
+ if (this.sessionPosition && this.sessionPosition.lineNumber !== ghostText.lineNumber) {
54
+ this.sessionPosition = void 0;
55
+ }
56
+ const position = new Position(ghostText.lineNumber, Math.min(firstColumn, ((_b = this.sessionPosition) == null ? void 0 : _b.column) ?? Number.MAX_SAFE_INTEGER));
57
+ this.sessionPosition = position;
58
+ return position;
59
+ });
60
+ this._register(autorunWithStore((reader, store) => {
61
+ const model2 = this.model.read(reader);
62
+ if (!model2 || !this.alwaysShowToolbar.read(reader)) {
63
+ return;
64
+ }
65
+ const contentWidget = store.add(this.instantiationService.createInstance(InlineEditHintsContentWidget, this.editor, true, this.position));
66
+ editor.addContentWidget(contentWidget);
67
+ store.add(toDisposable(() => editor.removeContentWidget(contentWidget)));
68
+ }));
69
+ }
70
+ };
71
+ InlineEditHintsWidget = __decorate([
72
+ __param(2, IInstantiationService)
73
+ ], InlineEditHintsWidget);
74
+ let InlineEditHintsContentWidget = (_a = class extends Disposable {
75
+ constructor(editor, withBorder, _position, instantiationService, _contextKeyService, _menuService) {
76
+ super();
77
+ this.editor = editor;
78
+ this.withBorder = withBorder;
79
+ this._position = _position;
80
+ this._contextKeyService = _contextKeyService;
81
+ this._menuService = _menuService;
82
+ this.id = `InlineEditHintsContentWidget${InlineEditHintsContentWidget_1.id++}`;
83
+ this.allowEditorOverflow = true;
84
+ this.suppressMouseDown = false;
85
+ this.nodes = h("div.inlineEditHints", { className: this.withBorder ? ".withBorder" : "" }, [
86
+ h("div@toolBar")
87
+ ]);
88
+ this.inlineCompletionsActionsMenus = this._register(this._menuService.createMenu(MenuId.InlineEditActions, this._contextKeyService));
89
+ this.toolBar = this._register(instantiationService.createInstance(CustomizedMenuWorkbenchToolBar, this.nodes.toolBar, this.editor, MenuId.InlineEditToolbar, {
90
+ menuOptions: { renderShortTitle: true },
91
+ toolbarOptions: { primaryGroup: (g) => g.startsWith("primary") },
92
+ actionViewItemProvider: (action, options) => {
93
+ if (action instanceof MenuItemAction) {
94
+ return instantiationService.createInstance(StatusBarViewItem, action, void 0);
95
+ }
96
+ return void 0;
97
+ },
98
+ telemetrySource: "InlineEditToolbar"
99
+ }));
100
+ this._register(this.toolBar.onDidChangeDropdownVisibility((e) => {
101
+ InlineEditHintsContentWidget_1._dropDownVisible = e;
102
+ }));
103
+ this._register(autorun((reader) => {
104
+ this._position.read(reader);
105
+ this.editor.layoutContentWidget(this);
106
+ }));
107
+ this._register(autorun((reader) => {
108
+ const extraActions = [];
109
+ for (const [_, group] of this.inlineCompletionsActionsMenus.getActions()) {
110
+ for (const action of group) {
111
+ if (action instanceof MenuItemAction) {
112
+ extraActions.push(action);
113
+ }
114
+ }
115
+ }
116
+ if (extraActions.length > 0) {
117
+ extraActions.unshift(new Separator());
118
+ }
119
+ this.toolBar.setAdditionalSecondaryActions(extraActions);
120
+ }));
121
+ }
122
+ getId() {
123
+ return this.id;
124
+ }
125
+ getDomNode() {
126
+ return this.nodes.root;
127
+ }
128
+ getPosition() {
129
+ return {
130
+ position: this._position.get(),
131
+ preference: [
132
+ 1,
133
+ 2
134
+ /* ContentWidgetPositionPreference.BELOW */
135
+ ],
136
+ positionAffinity: 3
137
+ };
138
+ }
139
+ }, InlineEditHintsContentWidget_1 = _a, _a._dropDownVisible = false, _a.id = 0, _a);
140
+ InlineEditHintsContentWidget = InlineEditHintsContentWidget_1 = __decorate([
141
+ __param(3, IInstantiationService),
142
+ __param(4, IContextKeyService),
143
+ __param(5, IMenuService)
144
+ ], InlineEditHintsContentWidget);
145
+ class StatusBarViewItem extends MenuEntryActionViewItem {
146
+ updateLabel() {
147
+ const kb = this._keybindingService.lookupKeybinding(this._action.id, this._contextKeyService);
148
+ if (!kb) {
149
+ return super.updateLabel();
150
+ }
151
+ if (this.label) {
152
+ const div = h("div.keybinding").root;
153
+ const k = this._register(new KeybindingLabel(div, OS, { disableTitle: true, ...unthemedKeybindingLabelOptions }));
154
+ k.set(kb);
155
+ this.label.textContent = this._action.label;
156
+ this.label.appendChild(div);
157
+ this.label.classList.add("inlineEditStatusBarItemLabel");
158
+ }
159
+ }
160
+ updateTooltip() {
161
+ }
162
+ }
163
+ let CustomizedMenuWorkbenchToolBar = class CustomizedMenuWorkbenchToolBar2 extends WorkbenchToolBar {
164
+ constructor(container, editor, menuId, options2, menuService, contextKeyService, contextMenuService, keybindingService, commandService, telemetryService) {
165
+ super(container, { resetMenu: menuId, ...options2 }, menuService, contextKeyService, contextMenuService, keybindingService, commandService, telemetryService);
166
+ this.editor = editor;
167
+ this.menuId = menuId;
168
+ this.options2 = options2;
169
+ this.menuService = menuService;
170
+ this.contextKeyService = contextKeyService;
171
+ this.menu = this._store.add(this.menuService.createMenu(this.menuId, this.contextKeyService, { emitEventsForSubmenuChanges: true }));
172
+ this.additionalActions = [];
173
+ this.prependedPrimaryActions = [];
174
+ this._store.add(this.menu.onDidChange(() => this.updateToolbar()));
175
+ this._store.add(this.editor.onDidChangeCursorPosition(() => this.updateToolbar()));
176
+ this.updateToolbar();
177
+ }
178
+ updateToolbar() {
179
+ var _a2, _b, _c, _d, _e, _f, _g;
180
+ const primary = [];
181
+ const secondary = [];
182
+ createAndFillInActionBarActions(this.menu, (_a2 = this.options2) == null ? void 0 : _a2.menuOptions, { primary, secondary }, (_c = (_b = this.options2) == null ? void 0 : _b.toolbarOptions) == null ? void 0 : _c.primaryGroup, (_e = (_d = this.options2) == null ? void 0 : _d.toolbarOptions) == null ? void 0 : _e.shouldInlineSubmenu, (_g = (_f = this.options2) == null ? void 0 : _f.toolbarOptions) == null ? void 0 : _g.useSeparatorsInPrimaryActions);
183
+ secondary.push(...this.additionalActions);
184
+ primary.unshift(...this.prependedPrimaryActions);
185
+ this.setActions(primary, secondary);
186
+ }
187
+ setAdditionalSecondaryActions(actions) {
188
+ if (equals(this.additionalActions, actions, (a, b) => a === b)) {
189
+ return;
190
+ }
191
+ this.additionalActions = actions;
192
+ this.updateToolbar();
193
+ }
194
+ };
195
+ CustomizedMenuWorkbenchToolBar = __decorate([
196
+ __param(4, IMenuService),
197
+ __param(5, IContextKeyService),
198
+ __param(6, IContextMenuService),
199
+ __param(7, IKeybindingService),
200
+ __param(8, ICommandService),
201
+ __param(9, ITelemetryService)
202
+ ], CustomizedMenuWorkbenchToolBar);
203
+ export {
204
+ CustomizedMenuWorkbenchToolBar,
205
+ InlineEditHintsContentWidget,
206
+ InlineEditHintsWidget
207
+ };
208
+ //# sourceMappingURL=inlineEditHintsWidget.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inlineEditHintsWidget.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget.js"],"sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nvar __param = (this && this.__param) || function (paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n};\nvar InlineEditHintsContentWidget_1;\nimport { h } from '../../../../base/browser/dom.js';\nimport { KeybindingLabel, unthemedKeybindingLabelOptions } from '../../../../base/browser/ui/keybindingLabel/keybindingLabel.js';\nimport { Separator } from '../../../../base/common/actions.js';\nimport { equals } from '../../../../base/common/arrays.js';\nimport { Disposable, toDisposable } from '../../../../base/common/lifecycle.js';\nimport { autorun, autorunWithStore, derived, observableFromEvent } from '../../../../base/common/observable.js';\nimport { OS } from '../../../../base/common/platform.js';\nimport './inlineEditHintsWidget.css';\nimport { Position } from '../../../common/core/position.js';\nimport { MenuEntryActionViewItem, createAndFillInActionBarActions } from '../../../../platform/actions/browser/menuEntryActionViewItem.js';\nimport { WorkbenchToolBar } from '../../../../platform/actions/browser/toolbar.js';\nimport { IMenuService, MenuId, MenuItemAction } from '../../../../platform/actions/common/actions.js';\nimport { ICommandService } from '../../../../platform/commands/common/commands.js';\nimport { IContextKeyService } from '../../../../platform/contextkey/common/contextkey.js';\nimport { IContextMenuService } from '../../../../platform/contextview/browser/contextView.js';\nimport { IInstantiationService } from '../../../../platform/instantiation/common/instantiation.js';\nimport { IKeybindingService } from '../../../../platform/keybinding/common/keybinding.js';\nimport { ITelemetryService } from '../../../../platform/telemetry/common/telemetry.js';\nlet InlineEditHintsWidget = class InlineEditHintsWidget extends Disposable {\n constructor(editor, model, instantiationService) {\n super();\n this.editor = editor;\n this.model = model;\n this.instantiationService = instantiationService;\n this.alwaysShowToolbar = observableFromEvent(this, this.editor.onDidChangeConfiguration, () => this.editor.getOption(63 /* EditorOption.inlineEdit */).showToolbar === 'always');\n this.sessionPosition = undefined;\n this.position = derived(this, reader => {\n const ghostText = this.model.read(reader)?.model.ghostText.read(reader);\n if (!this.alwaysShowToolbar.read(reader) || !ghostText || ghostText.parts.length === 0) {\n this.sessionPosition = undefined;\n return null;\n }\n const firstColumn = ghostText.parts[0].column;\n if (this.sessionPosition && this.sessionPosition.lineNumber !== ghostText.lineNumber) {\n this.sessionPosition = undefined;\n }\n const position = new Position(ghostText.lineNumber, Math.min(firstColumn, this.sessionPosition?.column ?? Number.MAX_SAFE_INTEGER));\n this.sessionPosition = position;\n return position;\n });\n this._register(autorunWithStore((reader, store) => {\n /** @description setup content widget */\n const model = this.model.read(reader);\n if (!model || !this.alwaysShowToolbar.read(reader)) {\n return;\n }\n const contentWidget = store.add(this.instantiationService.createInstance(InlineEditHintsContentWidget, this.editor, true, this.position));\n editor.addContentWidget(contentWidget);\n store.add(toDisposable(() => editor.removeContentWidget(contentWidget)));\n }));\n }\n};\nInlineEditHintsWidget = __decorate([\n __param(2, IInstantiationService)\n], InlineEditHintsWidget);\nexport { InlineEditHintsWidget };\nlet InlineEditHintsContentWidget = class InlineEditHintsContentWidget extends Disposable {\n static { InlineEditHintsContentWidget_1 = this; }\n static { this._dropDownVisible = false; }\n static { this.id = 0; }\n constructor(editor, withBorder, _position, instantiationService, _contextKeyService, _menuService) {\n super();\n this.editor = editor;\n this.withBorder = withBorder;\n this._position = _position;\n this._contextKeyService = _contextKeyService;\n this._menuService = _menuService;\n this.id = `InlineEditHintsContentWidget${InlineEditHintsContentWidget_1.id++}`;\n this.allowEditorOverflow = true;\n this.suppressMouseDown = false;\n this.nodes = h('div.inlineEditHints', { className: this.withBorder ? '.withBorder' : '' }, [\n h('div@toolBar'),\n ]);\n this.inlineCompletionsActionsMenus = this._register(this._menuService.createMenu(MenuId.InlineEditActions, this._contextKeyService));\n this.toolBar = this._register(instantiationService.createInstance(CustomizedMenuWorkbenchToolBar, this.nodes.toolBar, this.editor, MenuId.InlineEditToolbar, {\n menuOptions: { renderShortTitle: true },\n toolbarOptions: { primaryGroup: g => g.startsWith('primary') },\n actionViewItemProvider: (action, options) => {\n if (action instanceof MenuItemAction) {\n return instantiationService.createInstance(StatusBarViewItem, action, undefined);\n }\n return undefined;\n },\n telemetrySource: 'InlineEditToolbar',\n }));\n this._register(this.toolBar.onDidChangeDropdownVisibility(e => {\n InlineEditHintsContentWidget_1._dropDownVisible = e;\n }));\n this._register(autorun(reader => {\n /** @description update position */\n this._position.read(reader);\n this.editor.layoutContentWidget(this);\n }));\n this._register(autorun(reader => {\n /** @description actions menu */\n const extraActions = [];\n for (const [_, group] of this.inlineCompletionsActionsMenus.getActions()) {\n for (const action of group) {\n if (action instanceof MenuItemAction) {\n extraActions.push(action);\n }\n }\n }\n if (extraActions.length > 0) {\n extraActions.unshift(new Separator());\n }\n this.toolBar.setAdditionalSecondaryActions(extraActions);\n }));\n }\n getId() { return this.id; }\n getDomNode() {\n return this.nodes.root;\n }\n getPosition() {\n return {\n position: this._position.get(),\n preference: [1 /* ContentWidgetPositionPreference.ABOVE */, 2 /* ContentWidgetPositionPreference.BELOW */],\n positionAffinity: 3 /* PositionAffinity.LeftOfInjectedText */,\n };\n }\n};\nInlineEditHintsContentWidget = InlineEditHintsContentWidget_1 = __decorate([\n __param(3, IInstantiationService),\n __param(4, IContextKeyService),\n __param(5, IMenuService)\n], InlineEditHintsContentWidget);\nexport { InlineEditHintsContentWidget };\nclass StatusBarViewItem extends MenuEntryActionViewItem {\n updateLabel() {\n const kb = this._keybindingService.lookupKeybinding(this._action.id, this._contextKeyService);\n if (!kb) {\n return super.updateLabel();\n }\n if (this.label) {\n const div = h('div.keybinding').root;\n const k = this._register(new KeybindingLabel(div, OS, { disableTitle: true, ...unthemedKeybindingLabelOptions }));\n k.set(kb);\n this.label.textContent = this._action.label;\n this.label.appendChild(div);\n this.label.classList.add('inlineEditStatusBarItemLabel');\n }\n }\n updateTooltip() {\n // NOOP, disable tooltip\n }\n}\nlet CustomizedMenuWorkbenchToolBar = class CustomizedMenuWorkbenchToolBar extends WorkbenchToolBar {\n constructor(container, editor, menuId, options2, menuService, contextKeyService, contextMenuService, keybindingService, commandService, telemetryService) {\n super(container, { resetMenu: menuId, ...options2 }, menuService, contextKeyService, contextMenuService, keybindingService, commandService, telemetryService);\n this.editor = editor;\n this.menuId = menuId;\n this.options2 = options2;\n this.menuService = menuService;\n this.contextKeyService = contextKeyService;\n this.menu = this._store.add(this.menuService.createMenu(this.menuId, this.contextKeyService, { emitEventsForSubmenuChanges: true }));\n this.additionalActions = [];\n this.prependedPrimaryActions = [];\n this._store.add(this.menu.onDidChange(() => this.updateToolbar()));\n this._store.add(this.editor.onDidChangeCursorPosition(() => this.updateToolbar()));\n this.updateToolbar();\n }\n updateToolbar() {\n const primary = [];\n const secondary = [];\n createAndFillInActionBarActions(this.menu, this.options2?.menuOptions, { primary, secondary }, this.options2?.toolbarOptions?.primaryGroup, this.options2?.toolbarOptions?.shouldInlineSubmenu, this.options2?.toolbarOptions?.useSeparatorsInPrimaryActions);\n secondary.push(...this.additionalActions);\n primary.unshift(...this.prependedPrimaryActions);\n this.setActions(primary, secondary);\n }\n setAdditionalSecondaryActions(actions) {\n if (equals(this.additionalActions, actions, (a, b) => a === b)) {\n return;\n }\n this.additionalActions = actions;\n this.updateToolbar();\n }\n};\nCustomizedMenuWorkbenchToolBar = __decorate([\n __param(4, IMenuService),\n __param(5, IContextKeyService),\n __param(6, IContextMenuService),\n __param(7, IKeybindingService),\n __param(8, ICommandService),\n __param(9, ITelemetryService)\n], CustomizedMenuWorkbenchToolBar);\nexport { CustomizedMenuWorkbenchToolBar };\n"],"names":["InlineEditHintsWidget","_a","model","CustomizedMenuWorkbenchToolBar"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,310 @@
1
+ var _a, _b;
2
+ import { $ } from "../../../../base/browser/dom.es.js";
3
+ import { CancellationToken } from "../../../../base/common/cancellation.es.js";
4
+ import { Disposable, toDisposable } from "../../../../base/common/lifecycle.es.js";
5
+ import "../../../../base/common/arrays.es.js";
6
+ import { derived, derivedDisposable } from "../../../../base/common/observableInternal/derived.es.js";
7
+ import { autorunWithStore, autorun } from "../../../../base/common/observableInternal/autorun.es.js";
8
+ import { observableSignalFromEvent } from "../../../../base/common/observableInternal/utils.es.js";
9
+ import { ObservablePromise } from "../../../../base/common/observableInternal/promise.es.js";
10
+ import { URI } from "../../../../base/common/uri.es.js";
11
+ /* empty css */
12
+ import { observableCodeEditor } from "../../../browser/observableCodeEditor.es.js";
13
+ import { EmbeddedCodeEditorWidget } from "../../../browser/widget/codeEditor/embeddedCodeEditorWidget.es.js";
14
+ import { IDiffProviderFactoryService } from "../../../browser/widget/diffEditor/diffProviderFactoryService.es.js";
15
+ import { diffLineDeleteDecorationBackgroundWithIndicator, diffLineAddDecorationBackgroundWithIndicator, diffWholeLineDeleteDecoration, diffWholeLineAddDecoration, diffDeleteDecorationEmpty, diffDeleteDecoration, diffAddDecorationEmpty, diffAddDecoration } from "../../../browser/widget/diffEditor/registrations.contribution.es.js";
16
+ import { Position } from "../../../common/core/position.es.js";
17
+ import { Range } from "../../../common/core/range.es.js";
18
+ import { PLAINTEXT_LANGUAGE_ID } from "../../../common/languages/modesRegistry.es.js";
19
+ import { TextModel } from "../../../common/model/textModel.es.js";
20
+ import { IModelService } from "../../../common/services/model.es.js";
21
+ import { IInstantiationService } from "../../../../platform/instantiation/common/instantiation.es.js";
22
+ var __decorate = function(decorators, target, key, desc) {
23
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
24
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
25
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
26
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
27
+ };
28
+ var __param = function(paramIndex, decorator) {
29
+ return function(target, key) {
30
+ decorator(target, key, paramIndex);
31
+ };
32
+ };
33
+ var InlineEditSideBySideWidget_1, InlineEditSideBySideContentWidget_1;
34
+ function* range(start, end, step = 1) {
35
+ if (end === void 0) {
36
+ [end, start] = [start, 0];
37
+ }
38
+ for (let n = start; n < end; n += step) {
39
+ yield n;
40
+ }
41
+ }
42
+ function removeIndentation(lines) {
43
+ var _a2;
44
+ const indentation = ((_a2 = lines[0].match(/^\s*/)) == null ? void 0 : _a2[0]) ?? "";
45
+ const length = indentation.length;
46
+ return {
47
+ text: lines.map((l) => l.replace(new RegExp("^" + indentation), "")),
48
+ shift: length
49
+ };
50
+ }
51
+ let InlineEditSideBySideWidget = (_a = class extends Disposable {
52
+ static _createUniqueUri() {
53
+ return URI.from({ scheme: "inline-edit-widget", path: (/* @__PURE__ */ new Date()).toString() + String(InlineEditSideBySideWidget_1._modelId++) });
54
+ }
55
+ constructor(_editor, _model, _instantiationService, _diffProviderFactoryService, _modelService) {
56
+ super();
57
+ this._editor = _editor;
58
+ this._model = _model;
59
+ this._instantiationService = _instantiationService;
60
+ this._diffProviderFactoryService = _diffProviderFactoryService;
61
+ this._modelService = _modelService;
62
+ this._position = derived(this, (reader) => {
63
+ const ghostText = this._model.read(reader);
64
+ if (!ghostText || ghostText.text.length === 0) {
65
+ return null;
66
+ }
67
+ if (ghostText.range.startLineNumber === ghostText.range.endLineNumber && !(ghostText.range.startColumn === ghostText.range.endColumn && ghostText.range.startColumn === 1)) {
68
+ return null;
69
+ }
70
+ const editorModel = this._editor.getModel();
71
+ if (!editorModel) {
72
+ return null;
73
+ }
74
+ const lines = Array.from(range(ghostText.range.startLineNumber, ghostText.range.endLineNumber + 1));
75
+ const lengths = lines.map((lineNumber) => editorModel.getLineLastNonWhitespaceColumn(lineNumber));
76
+ const maxColumn = Math.max(...lengths);
77
+ const lineOfMaxColumn = lines[lengths.indexOf(maxColumn)];
78
+ const position = new Position(lineOfMaxColumn, maxColumn);
79
+ const pos = {
80
+ top: ghostText.range.startLineNumber,
81
+ left: position
82
+ };
83
+ return pos;
84
+ });
85
+ this._text = derived(this, (reader) => {
86
+ const ghostText = this._model.read(reader);
87
+ if (!ghostText) {
88
+ return { text: "", shift: 0 };
89
+ }
90
+ const t = removeIndentation(ghostText.text.split("\n"));
91
+ return {
92
+ text: t.text.join("\n"),
93
+ shift: t.shift
94
+ };
95
+ });
96
+ this._originalModel = derivedDisposable(() => this._modelService.createModel("", null, InlineEditSideBySideWidget_1._createUniqueUri())).keepObserved(this._store);
97
+ this._modifiedModel = derivedDisposable(() => this._modelService.createModel("", null, InlineEditSideBySideWidget_1._createUniqueUri())).keepObserved(this._store);
98
+ this._diff = derived(this, (reader) => {
99
+ var _a2, _b2;
100
+ return (_b2 = (_a2 = this._diffPromise.read(reader)) == null ? void 0 : _a2.promiseResult.read(reader)) == null ? void 0 : _b2.data;
101
+ });
102
+ this._diffPromise = derived(this, (reader) => {
103
+ const ghostText = this._model.read(reader);
104
+ if (!ghostText) {
105
+ return;
106
+ }
107
+ const editorModel = this._editor.getModel();
108
+ if (!editorModel) {
109
+ return;
110
+ }
111
+ const originalText = removeIndentation(editorModel.getValueInRange(ghostText.range).split("\n")).text.join("\n");
112
+ const modifiedText = removeIndentation(ghostText.text.split("\n")).text.join("\n");
113
+ this._originalModel.get().setValue(originalText);
114
+ this._modifiedModel.get().setValue(modifiedText);
115
+ const d = this._diffProviderFactoryService.createDiffProvider({ diffAlgorithm: "advanced" });
116
+ return ObservablePromise.fromFn(async () => {
117
+ const result = await d.computeDiff(this._originalModel.get(), this._modifiedModel.get(), {
118
+ computeMoves: false,
119
+ ignoreTrimWhitespace: false,
120
+ maxComputationTimeMs: 1e3
121
+ }, CancellationToken.None);
122
+ if (result.identical) {
123
+ return void 0;
124
+ }
125
+ return result.changes;
126
+ });
127
+ });
128
+ this._register(autorunWithStore((reader, store) => {
129
+ const model = this._model.read(reader);
130
+ if (!model) {
131
+ return;
132
+ }
133
+ if (this._position.get() === null) {
134
+ return;
135
+ }
136
+ const contentWidget = store.add(this._instantiationService.createInstance(InlineEditSideBySideContentWidget, this._editor, this._position, this._text.map((t) => t.text), this._text.map((t) => t.shift), this._diff));
137
+ _editor.addOverlayWidget(contentWidget);
138
+ store.add(toDisposable(() => _editor.removeOverlayWidget(contentWidget)));
139
+ }));
140
+ }
141
+ }, InlineEditSideBySideWidget_1 = _a, _a._modelId = 0, _a);
142
+ InlineEditSideBySideWidget = InlineEditSideBySideWidget_1 = __decorate([
143
+ __param(2, IInstantiationService),
144
+ __param(3, IDiffProviderFactoryService),
145
+ __param(4, IModelService)
146
+ ], InlineEditSideBySideWidget);
147
+ let InlineEditSideBySideContentWidget = (_b = class extends Disposable {
148
+ constructor(_editor, _position, _text, _shift, _diff, _instantiationService) {
149
+ var _a2;
150
+ super();
151
+ this._editor = _editor;
152
+ this._position = _position;
153
+ this._text = _text;
154
+ this._shift = _shift;
155
+ this._diff = _diff;
156
+ this._instantiationService = _instantiationService;
157
+ this.id = `InlineEditSideBySideContentWidget${InlineEditSideBySideContentWidget_1.id++}`;
158
+ this.allowEditorOverflow = false;
159
+ this._nodes = $("div.inlineEditSideBySide", void 0);
160
+ this._scrollChanged = observableSignalFromEvent("editor.onDidScrollChange", this._editor.onDidScrollChange);
161
+ this._previewEditor = this._register(this._instantiationService.createInstance(EmbeddedCodeEditorWidget, this._nodes, {
162
+ glyphMargin: false,
163
+ lineNumbers: "off",
164
+ minimap: { enabled: false },
165
+ guides: {
166
+ indentation: false,
167
+ bracketPairs: false,
168
+ bracketPairsHorizontal: false,
169
+ highlightActiveIndentation: false
170
+ },
171
+ folding: false,
172
+ selectOnLineNumbers: false,
173
+ selectionHighlight: false,
174
+ columnSelection: false,
175
+ overviewRulerBorder: false,
176
+ overviewRulerLanes: 0,
177
+ lineDecorationsWidth: 0,
178
+ lineNumbersMinChars: 0,
179
+ scrollbar: { vertical: "hidden", horizontal: "hidden", alwaysConsumeMouseWheel: false, handleMouseWheel: false },
180
+ readOnly: true,
181
+ wordWrap: "off",
182
+ wordWrapOverride1: "off",
183
+ wordWrapOverride2: "off",
184
+ wrappingIndent: "none",
185
+ wrappingStrategy: void 0
186
+ }, { contributions: [], isSimpleWidget: true }, this._editor));
187
+ this._previewEditorObs = observableCodeEditor(this._previewEditor);
188
+ this._editorObs = observableCodeEditor(this._editor);
189
+ this._previewTextModel = this._register(this._instantiationService.createInstance(TextModel, "", ((_a2 = this._editor.getModel()) == null ? void 0 : _a2.getLanguageId()) ?? PLAINTEXT_LANGUAGE_ID, TextModel.DEFAULT_CREATION_OPTIONS, null));
190
+ this._setText = derived((reader) => {
191
+ const edit = this._text.read(reader);
192
+ if (!edit) {
193
+ return;
194
+ }
195
+ this._previewTextModel.setValue(edit);
196
+ }).recomputeInitiallyAndOnChange(this._store);
197
+ this._decorations = derived(this, (reader) => {
198
+ this._setText.read(reader);
199
+ const position = this._position.read(reader);
200
+ if (!position) {
201
+ return { org: [], mod: [] };
202
+ }
203
+ const diff = this._diff.read(reader);
204
+ if (!diff) {
205
+ return { org: [], mod: [] };
206
+ }
207
+ const originalDecorations = [];
208
+ const modifiedDecorations = [];
209
+ if (diff.length === 1 && diff[0].innerChanges[0].modifiedRange.equalsRange(this._previewTextModel.getFullModelRange())) {
210
+ return { org: [], mod: [] };
211
+ }
212
+ const shift = this._shift.get();
213
+ const moveRange = (range2) => {
214
+ return new Range(range2.startLineNumber + position.top - 1, range2.startColumn + shift, range2.endLineNumber + position.top - 1, range2.endColumn + shift);
215
+ };
216
+ for (const m of diff) {
217
+ if (!m.original.isEmpty) {
218
+ originalDecorations.push({ range: moveRange(m.original.toInclusiveRange()), options: diffLineDeleteDecorationBackgroundWithIndicator });
219
+ }
220
+ if (!m.modified.isEmpty) {
221
+ modifiedDecorations.push({ range: m.modified.toInclusiveRange(), options: diffLineAddDecorationBackgroundWithIndicator });
222
+ }
223
+ if (m.modified.isEmpty || m.original.isEmpty) {
224
+ if (!m.original.isEmpty) {
225
+ originalDecorations.push({ range: moveRange(m.original.toInclusiveRange()), options: diffWholeLineDeleteDecoration });
226
+ }
227
+ if (!m.modified.isEmpty) {
228
+ modifiedDecorations.push({ range: m.modified.toInclusiveRange(), options: diffWholeLineAddDecoration });
229
+ }
230
+ } else {
231
+ for (const i of m.innerChanges || []) {
232
+ if (m.original.contains(i.originalRange.startLineNumber)) {
233
+ originalDecorations.push({ range: moveRange(i.originalRange), options: i.originalRange.isEmpty() ? diffDeleteDecorationEmpty : diffDeleteDecoration });
234
+ }
235
+ if (m.modified.contains(i.modifiedRange.startLineNumber)) {
236
+ modifiedDecorations.push({ range: i.modifiedRange, options: i.modifiedRange.isEmpty() ? diffAddDecorationEmpty : diffAddDecoration });
237
+ }
238
+ }
239
+ }
240
+ }
241
+ return { org: originalDecorations, mod: modifiedDecorations };
242
+ });
243
+ this._originalDecorations = derived(this, (reader) => {
244
+ return this._decorations.read(reader).org;
245
+ });
246
+ this._modifiedDecorations = derived(this, (reader) => {
247
+ return this._decorations.read(reader).mod;
248
+ });
249
+ this._previewEditor.setModel(this._previewTextModel);
250
+ this._register(this._editorObs.setDecorations(this._originalDecorations));
251
+ this._register(this._previewEditorObs.setDecorations(this._modifiedDecorations));
252
+ this._register(autorun((reader) => {
253
+ const width = this._previewEditorObs.contentWidth.read(reader);
254
+ const lines = this._text.read(reader).split("\n").length - 1;
255
+ const height = this._editor.getOption(
256
+ 67
257
+ /* EditorOption.lineHeight */
258
+ ) * lines;
259
+ if (width <= 0) {
260
+ return;
261
+ }
262
+ this._previewEditor.layout({ height, width });
263
+ }));
264
+ this._register(autorun((reader) => {
265
+ this._position.read(reader);
266
+ this._editor.layoutOverlayWidget(this);
267
+ }));
268
+ this._register(autorun((reader) => {
269
+ this._scrollChanged.read(reader);
270
+ const position = this._position.read(reader);
271
+ if (!position) {
272
+ return;
273
+ }
274
+ this._editor.layoutOverlayWidget(this);
275
+ }));
276
+ }
277
+ getId() {
278
+ return this.id;
279
+ }
280
+ getDomNode() {
281
+ return this._nodes;
282
+ }
283
+ getPosition() {
284
+ const position = this._position.get();
285
+ if (!position) {
286
+ return null;
287
+ }
288
+ const layoutInfo = this._editor.getLayoutInfo();
289
+ const visibPos = this._editor.getScrolledVisiblePosition(new Position(position.top, 1));
290
+ if (!visibPos) {
291
+ return null;
292
+ }
293
+ const top = visibPos.top - 1;
294
+ const offset = this._editor.getOffsetForColumn(position.left.lineNumber, position.left.column);
295
+ const left = layoutInfo.contentLeft + offset + 10;
296
+ return {
297
+ preference: {
298
+ left,
299
+ top
300
+ }
301
+ };
302
+ }
303
+ }, InlineEditSideBySideContentWidget_1 = _b, _b.id = 0, _b);
304
+ InlineEditSideBySideContentWidget = InlineEditSideBySideContentWidget_1 = __decorate([
305
+ __param(5, IInstantiationService)
306
+ ], InlineEditSideBySideContentWidget);
307
+ export {
308
+ InlineEditSideBySideWidget
309
+ };
310
+ //# sourceMappingURL=inlineEditSideBySideWidget.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inlineEditSideBySideWidget.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget.js"],"sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nvar __param = (this && this.__param) || function (paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n};\nvar InlineEditSideBySideWidget_1, InlineEditSideBySideContentWidget_1;\nimport { $ } from '../../../../base/browser/dom.js';\nimport { CancellationToken } from '../../../../base/common/cancellation.js';\nimport { Disposable, toDisposable } from '../../../../base/common/lifecycle.js';\nimport { ObservablePromise, autorun, autorunWithStore, derived, observableSignalFromEvent } from '../../../../base/common/observable.js';\nimport { derivedDisposable } from '../../../../base/common/observableInternal/derived.js';\nimport { URI } from '../../../../base/common/uri.js';\nimport './inlineEditSideBySideWidget.css';\nimport { observableCodeEditor } from '../../../browser/observableCodeEditor.js';\nimport { EmbeddedCodeEditorWidget } from '../../../browser/widget/codeEditor/embeddedCodeEditorWidget.js';\nimport { IDiffProviderFactoryService } from '../../../browser/widget/diffEditor/diffProviderFactoryService.js';\nimport { diffAddDecoration, diffAddDecorationEmpty, diffDeleteDecoration, diffDeleteDecorationEmpty, diffLineAddDecorationBackgroundWithIndicator, diffLineDeleteDecorationBackgroundWithIndicator, diffWholeLineAddDecoration, diffWholeLineDeleteDecoration } from '../../../browser/widget/diffEditor/registrations.contribution.js';\nimport { Position } from '../../../common/core/position.js';\nimport { Range } from '../../../common/core/range.js';\nimport { PLAINTEXT_LANGUAGE_ID } from '../../../common/languages/modesRegistry.js';\nimport { TextModel } from '../../../common/model/textModel.js';\nimport { IModelService } from '../../../common/services/model.js';\nimport { IInstantiationService } from '../../../../platform/instantiation/common/instantiation.js';\nfunction* range(start, end, step = 1) {\n if (end === undefined) {\n [end, start] = [start, 0];\n }\n for (let n = start; n < end; n += step) {\n yield n;\n }\n}\nfunction removeIndentation(lines) {\n const indentation = lines[0].match(/^\\s*/)?.[0] ?? '';\n const length = indentation.length;\n return {\n text: lines.map(l => l.replace(new RegExp('^' + indentation), '')),\n shift: length\n };\n}\nlet InlineEditSideBySideWidget = class InlineEditSideBySideWidget extends Disposable {\n static { InlineEditSideBySideWidget_1 = this; }\n static { this._modelId = 0; }\n static _createUniqueUri() {\n return URI.from({ scheme: 'inline-edit-widget', path: new Date().toString() + String(InlineEditSideBySideWidget_1._modelId++) });\n }\n constructor(_editor, _model, _instantiationService, _diffProviderFactoryService, _modelService) {\n super();\n this._editor = _editor;\n this._model = _model;\n this._instantiationService = _instantiationService;\n this._diffProviderFactoryService = _diffProviderFactoryService;\n this._modelService = _modelService;\n this._position = derived(this, reader => {\n const ghostText = this._model.read(reader);\n if (!ghostText || ghostText.text.length === 0) {\n return null;\n }\n if (ghostText.range.startLineNumber === ghostText.range.endLineNumber && !(ghostText.range.startColumn === ghostText.range.endColumn && ghostText.range.startColumn === 1)) {\n //for inner-line suggestions we still want to use minimal ghost text\n return null;\n }\n const editorModel = this._editor.getModel();\n if (!editorModel) {\n return null;\n }\n const lines = Array.from(range(ghostText.range.startLineNumber, ghostText.range.endLineNumber + 1));\n const lengths = lines.map(lineNumber => editorModel.getLineLastNonWhitespaceColumn(lineNumber));\n const maxColumn = Math.max(...lengths);\n const lineOfMaxColumn = lines[lengths.indexOf(maxColumn)];\n const position = new Position(lineOfMaxColumn, maxColumn);\n const pos = {\n top: ghostText.range.startLineNumber,\n left: position\n };\n return pos;\n });\n this._text = derived(this, reader => {\n const ghostText = this._model.read(reader);\n if (!ghostText) {\n return { text: '', shift: 0 };\n }\n const t = removeIndentation(ghostText.text.split('\\n'));\n return {\n text: t.text.join('\\n'),\n shift: t.shift\n };\n });\n this._originalModel = derivedDisposable(() => this._modelService.createModel('', null, InlineEditSideBySideWidget_1._createUniqueUri())).keepObserved(this._store);\n this._modifiedModel = derivedDisposable(() => this._modelService.createModel('', null, InlineEditSideBySideWidget_1._createUniqueUri())).keepObserved(this._store);\n this._diff = derived(this, reader => {\n return this._diffPromise.read(reader)?.promiseResult.read(reader)?.data;\n });\n this._diffPromise = derived(this, reader => {\n const ghostText = this._model.read(reader);\n if (!ghostText) {\n return;\n }\n const editorModel = this._editor.getModel();\n if (!editorModel) {\n return;\n }\n const originalText = removeIndentation(editorModel.getValueInRange(ghostText.range).split('\\n')).text.join('\\n');\n const modifiedText = removeIndentation(ghostText.text.split('\\n')).text.join('\\n');\n this._originalModel.get().setValue(originalText);\n this._modifiedModel.get().setValue(modifiedText);\n const d = this._diffProviderFactoryService.createDiffProvider({ diffAlgorithm: 'advanced' });\n return ObservablePromise.fromFn(async () => {\n const result = await d.computeDiff(this._originalModel.get(), this._modifiedModel.get(), {\n computeMoves: false,\n ignoreTrimWhitespace: false,\n maxComputationTimeMs: 1000,\n }, CancellationToken.None);\n if (result.identical) {\n return undefined;\n }\n return result.changes;\n });\n });\n this._register(autorunWithStore((reader, store) => {\n /** @description setup content widget */\n const model = this._model.read(reader);\n if (!model) {\n return;\n }\n if (this._position.get() === null) {\n return;\n }\n const contentWidget = store.add(this._instantiationService.createInstance(InlineEditSideBySideContentWidget, this._editor, this._position, this._text.map(t => t.text), this._text.map(t => t.shift), this._diff));\n _editor.addOverlayWidget(contentWidget);\n store.add(toDisposable(() => _editor.removeOverlayWidget(contentWidget)));\n }));\n }\n};\nInlineEditSideBySideWidget = InlineEditSideBySideWidget_1 = __decorate([\n __param(2, IInstantiationService),\n __param(3, IDiffProviderFactoryService),\n __param(4, IModelService)\n], InlineEditSideBySideWidget);\nexport { InlineEditSideBySideWidget };\nlet InlineEditSideBySideContentWidget = class InlineEditSideBySideContentWidget extends Disposable {\n static { InlineEditSideBySideContentWidget_1 = this; }\n static { this.id = 0; }\n constructor(_editor, _position, _text, _shift, _diff, _instantiationService) {\n super();\n this._editor = _editor;\n this._position = _position;\n this._text = _text;\n this._shift = _shift;\n this._diff = _diff;\n this._instantiationService = _instantiationService;\n this.id = `InlineEditSideBySideContentWidget${InlineEditSideBySideContentWidget_1.id++}`;\n this.allowEditorOverflow = false;\n this._nodes = $('div.inlineEditSideBySide', undefined);\n this._scrollChanged = observableSignalFromEvent('editor.onDidScrollChange', this._editor.onDidScrollChange);\n this._previewEditor = this._register(this._instantiationService.createInstance(EmbeddedCodeEditorWidget, this._nodes, {\n glyphMargin: false,\n lineNumbers: 'off',\n minimap: { enabled: false },\n guides: {\n indentation: false,\n bracketPairs: false,\n bracketPairsHorizontal: false,\n highlightActiveIndentation: false,\n },\n folding: false,\n selectOnLineNumbers: false,\n selectionHighlight: false,\n columnSelection: false,\n overviewRulerBorder: false,\n overviewRulerLanes: 0,\n lineDecorationsWidth: 0,\n lineNumbersMinChars: 0,\n scrollbar: { vertical: 'hidden', horizontal: 'hidden', alwaysConsumeMouseWheel: false, handleMouseWheel: false },\n readOnly: true,\n wordWrap: 'off',\n wordWrapOverride1: 'off',\n wordWrapOverride2: 'off',\n wrappingIndent: 'none',\n wrappingStrategy: undefined,\n }, { contributions: [], isSimpleWidget: true }, this._editor));\n this._previewEditorObs = observableCodeEditor(this._previewEditor);\n this._editorObs = observableCodeEditor(this._editor);\n this._previewTextModel = this._register(this._instantiationService.createInstance(TextModel, '', this._editor.getModel()?.getLanguageId() ?? PLAINTEXT_LANGUAGE_ID, TextModel.DEFAULT_CREATION_OPTIONS, null));\n this._setText = derived(reader => {\n const edit = this._text.read(reader);\n if (!edit) {\n return;\n }\n this._previewTextModel.setValue(edit);\n }).recomputeInitiallyAndOnChange(this._store);\n this._decorations = derived(this, (reader) => {\n this._setText.read(reader);\n const position = this._position.read(reader);\n if (!position) {\n return { org: [], mod: [] };\n }\n const diff = this._diff.read(reader);\n if (!diff) {\n return { org: [], mod: [] };\n }\n const originalDecorations = [];\n const modifiedDecorations = [];\n if (diff.length === 1 && diff[0].innerChanges[0].modifiedRange.equalsRange(this._previewTextModel.getFullModelRange())) {\n return { org: [], mod: [] };\n }\n const shift = this._shift.get();\n const moveRange = (range) => {\n return new Range(range.startLineNumber + position.top - 1, range.startColumn + shift, range.endLineNumber + position.top - 1, range.endColumn + shift);\n };\n for (const m of diff) {\n if (!m.original.isEmpty) {\n originalDecorations.push({ range: moveRange(m.original.toInclusiveRange()), options: diffLineDeleteDecorationBackgroundWithIndicator });\n }\n if (!m.modified.isEmpty) {\n modifiedDecorations.push({ range: m.modified.toInclusiveRange(), options: diffLineAddDecorationBackgroundWithIndicator });\n }\n if (m.modified.isEmpty || m.original.isEmpty) {\n if (!m.original.isEmpty) {\n originalDecorations.push({ range: moveRange(m.original.toInclusiveRange()), options: diffWholeLineDeleteDecoration });\n }\n if (!m.modified.isEmpty) {\n modifiedDecorations.push({ range: m.modified.toInclusiveRange(), options: diffWholeLineAddDecoration });\n }\n }\n else {\n for (const i of m.innerChanges || []) {\n // Don't show empty markers outside the line range\n if (m.original.contains(i.originalRange.startLineNumber)) {\n originalDecorations.push({ range: moveRange(i.originalRange), options: i.originalRange.isEmpty() ? diffDeleteDecorationEmpty : diffDeleteDecoration });\n }\n if (m.modified.contains(i.modifiedRange.startLineNumber)) {\n modifiedDecorations.push({ range: i.modifiedRange, options: i.modifiedRange.isEmpty() ? diffAddDecorationEmpty : diffAddDecoration });\n }\n }\n }\n }\n return { org: originalDecorations, mod: modifiedDecorations };\n });\n this._originalDecorations = derived(this, reader => {\n return this._decorations.read(reader).org;\n });\n this._modifiedDecorations = derived(this, reader => {\n return this._decorations.read(reader).mod;\n });\n this._previewEditor.setModel(this._previewTextModel);\n this._register(this._editorObs.setDecorations(this._originalDecorations));\n this._register(this._previewEditorObs.setDecorations(this._modifiedDecorations));\n this._register(autorun(reader => {\n const width = this._previewEditorObs.contentWidth.read(reader);\n const lines = this._text.read(reader).split('\\n').length - 1;\n const height = this._editor.getOption(67 /* EditorOption.lineHeight */) * lines;\n if (width <= 0) {\n return;\n }\n this._previewEditor.layout({ height: height, width: width });\n }));\n this._register(autorun(reader => {\n /** @description update position */\n this._position.read(reader);\n this._editor.layoutOverlayWidget(this);\n }));\n this._register(autorun(reader => {\n /** @description scroll change */\n this._scrollChanged.read(reader);\n const position = this._position.read(reader);\n if (!position) {\n return;\n }\n this._editor.layoutOverlayWidget(this);\n }));\n }\n getId() { return this.id; }\n getDomNode() {\n return this._nodes;\n }\n getPosition() {\n const position = this._position.get();\n if (!position) {\n return null;\n }\n const layoutInfo = this._editor.getLayoutInfo();\n const visibPos = this._editor.getScrolledVisiblePosition(new Position(position.top, 1));\n if (!visibPos) {\n return null;\n }\n const top = visibPos.top - 1; //-1 to offset the border width\n const offset = this._editor.getOffsetForColumn(position.left.lineNumber, position.left.column);\n const left = layoutInfo.contentLeft + offset + 10;\n return {\n preference: {\n left,\n top,\n }\n };\n }\n};\nInlineEditSideBySideContentWidget = InlineEditSideBySideContentWidget_1 = __decorate([\n __param(5, IInstantiationService)\n], InlineEditSideBySideContentWidget);\n"],"names":["_a","_b","range"],"mappings":"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","x_google_ignoreList":[0]}