@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,138 @@
1
+ import { Codicon } from "../../../../base/common/codicons.es.js";
2
+ import { transaction, asyncTransaction } from "../../../../base/common/observableInternal/base.es.js";
3
+ import "../../../../base/common/observableInternal/derived.es.js";
4
+ import "../../../../base/common/observableInternal/autorun.es.js";
5
+ import "../../../../base/common/observableInternal/utils.es.js";
6
+ import "../../../../base/common/arrays.es.js";
7
+ import { EditorAction } from "../../../browser/editorExtensions.es.js";
8
+ import { EmbeddedCodeEditorWidget } from "../../../browser/widget/codeEditor/embeddedCodeEditorWidget.es.js";
9
+ import { EditorContextKeys } from "../../../common/editorContextKeys.es.js";
10
+ import { showNextInlineEditActionId, inlineEditVisible, showPreviousInlineEditActionId, inlineEditAcceptId } from "./consts.es.js";
11
+ import { InlineEditsController } from "./inlineEditsController.es.js";
12
+ import { localize2, localize } from "../../../../nls.es.js";
13
+ import { MenuId } from "../../../../platform/actions/common/actions.es.js";
14
+ import { ContextKeyExpr } from "../../../../platform/contextkey/common/contextkey.es.js";
15
+ function labelAndAlias(str) {
16
+ return {
17
+ label: str.value,
18
+ alias: str.original
19
+ };
20
+ }
21
+ const _ShowNextInlineEditAction = class _ShowNextInlineEditAction extends EditorAction {
22
+ constructor() {
23
+ super({
24
+ id: _ShowNextInlineEditAction.ID,
25
+ ...labelAndAlias(localize2("action.inlineEdits.showNext", "Show Next Inline Edit")),
26
+ precondition: ContextKeyExpr.and(EditorContextKeys.writable, inlineEditVisible),
27
+ kbOpts: {
28
+ weight: 100,
29
+ primary: 512 | 94
30
+ }
31
+ });
32
+ }
33
+ async run(accessor, editor) {
34
+ var _a;
35
+ const controller = InlineEditsController.get(editor);
36
+ (_a = controller == null ? void 0 : controller.model.get()) == null ? void 0 : _a.next();
37
+ }
38
+ };
39
+ _ShowNextInlineEditAction.ID = showNextInlineEditActionId;
40
+ let ShowNextInlineEditAction = _ShowNextInlineEditAction;
41
+ const _ShowPreviousInlineEditAction = class _ShowPreviousInlineEditAction extends EditorAction {
42
+ constructor() {
43
+ super({
44
+ id: _ShowPreviousInlineEditAction.ID,
45
+ ...labelAndAlias(localize2("action.inlineEdits.showPrevious", "Show Previous Inline Edit")),
46
+ precondition: ContextKeyExpr.and(EditorContextKeys.writable, inlineEditVisible),
47
+ kbOpts: {
48
+ weight: 100,
49
+ primary: 512 | 92
50
+ }
51
+ });
52
+ }
53
+ async run(accessor, editor) {
54
+ var _a;
55
+ const controller = InlineEditsController.get(editor);
56
+ (_a = controller == null ? void 0 : controller.model.get()) == null ? void 0 : _a.previous();
57
+ }
58
+ };
59
+ _ShowPreviousInlineEditAction.ID = showPreviousInlineEditActionId;
60
+ let ShowPreviousInlineEditAction = _ShowPreviousInlineEditAction;
61
+ class TriggerInlineEditAction extends EditorAction {
62
+ constructor() {
63
+ super({
64
+ id: "editor.action.inlineEdits.trigger",
65
+ ...labelAndAlias(localize2("action.inlineEdits.trigger", "Trigger Inline Edit")),
66
+ precondition: EditorContextKeys.writable
67
+ });
68
+ }
69
+ async run(accessor, editor) {
70
+ const controller = InlineEditsController.get(editor);
71
+ await asyncTransaction(async (tx) => {
72
+ var _a;
73
+ await ((_a = controller == null ? void 0 : controller.model.get()) == null ? void 0 : _a.triggerExplicitly(tx));
74
+ });
75
+ }
76
+ }
77
+ class AcceptInlineEdit extends EditorAction {
78
+ constructor() {
79
+ super({
80
+ id: inlineEditAcceptId,
81
+ ...labelAndAlias(localize2("action.inlineEdits.accept", "Accept Inline Edit")),
82
+ precondition: inlineEditVisible,
83
+ menuOpts: {
84
+ menuId: MenuId.InlineEditsActions,
85
+ title: localize("inlineEditsActions", "Accept Inline Edit"),
86
+ group: "primary",
87
+ order: 1,
88
+ icon: Codicon.check
89
+ },
90
+ kbOpts: {
91
+ primary: 2048 | 10,
92
+ weight: 2e4,
93
+ kbExpr: inlineEditVisible
94
+ }
95
+ });
96
+ }
97
+ async run(accessor, editor) {
98
+ var _a;
99
+ if (editor instanceof EmbeddedCodeEditorWidget) {
100
+ editor = editor.getParentEditor();
101
+ }
102
+ const controller = InlineEditsController.get(editor);
103
+ if (controller) {
104
+ (_a = controller.model.get()) == null ? void 0 : _a.accept(controller.editor);
105
+ controller.editor.focus();
106
+ }
107
+ }
108
+ }
109
+ const _HideInlineEdit = class _HideInlineEdit extends EditorAction {
110
+ constructor() {
111
+ super({
112
+ id: _HideInlineEdit.ID,
113
+ ...labelAndAlias(localize2("action.inlineEdits.hide", "Hide Inline Edit")),
114
+ precondition: inlineEditVisible,
115
+ kbOpts: {
116
+ weight: 100,
117
+ primary: 9
118
+ }
119
+ });
120
+ }
121
+ async run(accessor, editor) {
122
+ const controller = InlineEditsController.get(editor);
123
+ transaction((tx) => {
124
+ var _a;
125
+ (_a = controller == null ? void 0 : controller.model.get()) == null ? void 0 : _a.stop(tx);
126
+ });
127
+ }
128
+ };
129
+ _HideInlineEdit.ID = "editor.action.inlineEdits.hide";
130
+ let HideInlineEdit = _HideInlineEdit;
131
+ export {
132
+ AcceptInlineEdit,
133
+ HideInlineEdit,
134
+ ShowNextInlineEditAction,
135
+ ShowPreviousInlineEditAction,
136
+ TriggerInlineEditAction
137
+ };
138
+ //# sourceMappingURL=commands.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commands.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/commands.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 *--------------------------------------------------------------------------------------------*/\nimport { Codicon } from '../../../../base/common/codicons.js';\nimport { transaction } from '../../../../base/common/observable.js';\nimport { asyncTransaction } from '../../../../base/common/observableInternal/base.js';\nimport { EditorAction } from '../../../browser/editorExtensions.js';\nimport { EmbeddedCodeEditorWidget } from '../../../browser/widget/codeEditor/embeddedCodeEditorWidget.js';\nimport { EditorContextKeys } from '../../../common/editorContextKeys.js';\nimport { inlineEditAcceptId, inlineEditVisible, showNextInlineEditActionId, showPreviousInlineEditActionId } from './consts.js';\nimport { InlineEditsController } from './inlineEditsController.js';\nimport * as nls from '../../../../nls.js';\nimport { MenuId } from '../../../../platform/actions/common/actions.js';\nimport { ContextKeyExpr } from '../../../../platform/contextkey/common/contextkey.js';\nfunction labelAndAlias(str) {\n return {\n label: str.value,\n alias: str.original,\n };\n}\nexport class ShowNextInlineEditAction extends EditorAction {\n static { this.ID = showNextInlineEditActionId; }\n constructor() {\n super({\n id: ShowNextInlineEditAction.ID,\n ...labelAndAlias(nls.localize2('action.inlineEdits.showNext', \"Show Next Inline Edit\")),\n precondition: ContextKeyExpr.and(EditorContextKeys.writable, inlineEditVisible),\n kbOpts: {\n weight: 100,\n primary: 512 /* KeyMod.Alt */ | 94 /* KeyCode.BracketRight */,\n },\n });\n }\n async run(accessor, editor) {\n const controller = InlineEditsController.get(editor);\n controller?.model.get()?.next();\n }\n}\nexport class ShowPreviousInlineEditAction extends EditorAction {\n static { this.ID = showPreviousInlineEditActionId; }\n constructor() {\n super({\n id: ShowPreviousInlineEditAction.ID,\n ...labelAndAlias(nls.localize2('action.inlineEdits.showPrevious', \"Show Previous Inline Edit\")),\n precondition: ContextKeyExpr.and(EditorContextKeys.writable, inlineEditVisible),\n kbOpts: {\n weight: 100,\n primary: 512 /* KeyMod.Alt */ | 92 /* KeyCode.BracketLeft */,\n },\n });\n }\n async run(accessor, editor) {\n const controller = InlineEditsController.get(editor);\n controller?.model.get()?.previous();\n }\n}\nexport class TriggerInlineEditAction extends EditorAction {\n constructor() {\n super({\n id: 'editor.action.inlineEdits.trigger',\n ...labelAndAlias(nls.localize2('action.inlineEdits.trigger', \"Trigger Inline Edit\")),\n precondition: EditorContextKeys.writable\n });\n }\n async run(accessor, editor) {\n const controller = InlineEditsController.get(editor);\n await asyncTransaction(async (tx) => {\n /** @description triggerExplicitly from command */\n await controller?.model.get()?.triggerExplicitly(tx);\n });\n }\n}\nexport class AcceptInlineEdit extends EditorAction {\n constructor() {\n super({\n id: inlineEditAcceptId,\n ...labelAndAlias(nls.localize2('action.inlineEdits.accept', \"Accept Inline Edit\")),\n precondition: inlineEditVisible,\n menuOpts: {\n menuId: MenuId.InlineEditsActions,\n title: nls.localize('inlineEditsActions', \"Accept Inline Edit\"),\n group: 'primary',\n order: 1,\n icon: Codicon.check,\n },\n kbOpts: {\n primary: 2048 /* KeyMod.CtrlCmd */ | 10 /* KeyCode.Space */,\n weight: 20000,\n kbExpr: inlineEditVisible,\n }\n });\n }\n async run(accessor, editor) {\n if (editor instanceof EmbeddedCodeEditorWidget) {\n editor = editor.getParentEditor();\n }\n const controller = InlineEditsController.get(editor);\n if (controller) {\n controller.model.get()?.accept(controller.editor);\n controller.editor.focus();\n }\n }\n}\n/*\nTODO@hediet\nexport class PinInlineEdit extends EditorAction {\n constructor() {\n super({\n id: 'editor.action.inlineEdits.pin',\n ...labelAndAlias(nls.localize2('action.inlineEdits.pin', \"Pin Inline Edit\")),\n precondition: undefined,\n kbOpts: {\n primary: KeyMod.Shift | KeyCode.Space,\n weight: 20000,\n }\n });\n }\n\n public async run(accessor: ServicesAccessor | undefined, editor: ICodeEditor): Promise<void> {\n const controller = InlineEditsController.get(editor);\n if (controller) {\n controller.model.get()?.togglePin();\n }\n }\n}\n\nMenuRegistry.appendMenuItem(MenuId.InlineEditsActions, {\n command: {\n id: 'editor.action.inlineEdits.pin',\n title: nls.localize('Pin', \"Pin\"),\n icon: Codicon.pin,\n },\n group: 'primary',\n order: 1,\n when: isPinnedContextKey.negate(),\n});\n\nMenuRegistry.appendMenuItem(MenuId.InlineEditsActions, {\n command: {\n id: 'editor.action.inlineEdits.unpin',\n title: nls.localize('Unpin', \"Unpin\"),\n icon: Codicon.pinned,\n },\n group: 'primary',\n order: 1,\n when: isPinnedContextKey,\n});*/\nexport class HideInlineEdit extends EditorAction {\n static { this.ID = 'editor.action.inlineEdits.hide'; }\n constructor() {\n super({\n id: HideInlineEdit.ID,\n ...labelAndAlias(nls.localize2('action.inlineEdits.hide', \"Hide Inline Edit\")),\n precondition: inlineEditVisible,\n kbOpts: {\n weight: 100,\n primary: 9 /* KeyCode.Escape */,\n }\n });\n }\n async run(accessor, editor) {\n const controller = InlineEditsController.get(editor);\n transaction(tx => {\n controller?.model.get()?.stop(tx);\n });\n }\n}\n"],"names":["nls.localize2","nls.localize"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,15 @@
1
+ import { localize } from "../../../../nls.es.js";
2
+ import { RawContextKey } from "../../../../platform/contextkey/common/contextkey.es.js";
3
+ const inlineEditAcceptId = "editor.action.inlineEdits.accept";
4
+ const showPreviousInlineEditActionId = "editor.action.inlineEdits.showPrevious";
5
+ const showNextInlineEditActionId = "editor.action.inlineEdits.showNext";
6
+ const inlineEditVisible = new RawContextKey("inlineEditsVisible", false, localize("inlineEditsVisible", "Whether an inline edit is visible"));
7
+ const isPinnedContextKey = new RawContextKey("inlineEditsIsPinned", false, localize("isPinned", "Whether an inline edit is visible"));
8
+ export {
9
+ inlineEditAcceptId,
10
+ inlineEditVisible,
11
+ isPinnedContextKey,
12
+ showNextInlineEditActionId,
13
+ showPreviousInlineEditActionId
14
+ };
15
+ //# sourceMappingURL=consts.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"consts.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/consts.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 *--------------------------------------------------------------------------------------------*/\nimport { localize } from '../../../../nls.js';\nimport { RawContextKey } from '../../../../platform/contextkey/common/contextkey.js';\nexport const inlineEditAcceptId = 'editor.action.inlineEdits.accept';\nexport const showPreviousInlineEditActionId = 'editor.action.inlineEdits.showPrevious';\nexport const showNextInlineEditActionId = 'editor.action.inlineEdits.showNext';\nexport const inlineEditVisible = new RawContextKey('inlineEditsVisible', false, localize('inlineEditsVisible', \"Whether an inline edit is visible\"));\nexport const isPinnedContextKey = new RawContextKey('inlineEditsIsPinned', false, localize('isPinned', \"Whether an inline edit is visible\"));\n"],"names":[],"mappings":";;AAMY,MAAC,qBAAqB;AACtB,MAAC,iCAAiC;AAClC,MAAC,6BAA6B;AAC9B,MAAC,oBAAoB,IAAI,cAAc,sBAAsB,OAAO,SAAS,sBAAsB,mCAAmC,CAAC;AACvI,MAAC,qBAAqB,IAAI,cAAc,uBAAuB,OAAO,SAAS,YAAY,mCAAmC,CAAC;","x_google_ignoreList":[0]}
@@ -0,0 +1,15 @@
1
+ import { registerEditorContribution, registerEditorAction } from "../../../browser/editorExtensions.es.js";
2
+ import { TriggerInlineEditAction, ShowNextInlineEditAction, ShowPreviousInlineEditAction, AcceptInlineEdit, HideInlineEdit } from "./commands.es.js";
3
+ import { InlineEditsController } from "./inlineEditsController.es.js";
4
+ registerEditorContribution(
5
+ InlineEditsController.ID,
6
+ InlineEditsController,
7
+ 3
8
+ /* EditorContributionInstantiation.Eventually */
9
+ );
10
+ registerEditorAction(TriggerInlineEditAction);
11
+ registerEditorAction(ShowNextInlineEditAction);
12
+ registerEditorAction(ShowPreviousInlineEditAction);
13
+ registerEditorAction(AcceptInlineEdit);
14
+ registerEditorAction(HideInlineEdit);
15
+ //# sourceMappingURL=inlineEdits.contribution.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inlineEdits.contribution.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEdits.contribution.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 *--------------------------------------------------------------------------------------------*/\nimport { registerEditorAction, registerEditorContribution } from '../../../browser/editorExtensions.js';\nimport { TriggerInlineEditAction, ShowNextInlineEditAction, ShowPreviousInlineEditAction, AcceptInlineEdit, HideInlineEdit } from './commands.js';\nimport { InlineEditsController } from './inlineEditsController.js';\nregisterEditorContribution(InlineEditsController.ID, InlineEditsController, 3 /* EditorContributionInstantiation.Eventually */);\nregisterEditorAction(TriggerInlineEditAction);\nregisterEditorAction(ShowNextInlineEditAction);\nregisterEditorAction(ShowPreviousInlineEditAction);\nregisterEditorAction(AcceptInlineEdit);\nregisterEditorAction(HideInlineEdit);\n"],"names":[],"mappings":";;;AAOA;AAAA,EAA2B,sBAAsB;AAAA,EAAI;AAAA,EAAuB;AAAA;AAAmD;AAC/H,qBAAqB,uBAAuB;AAC5C,qBAAqB,wBAAwB;AAC7C,qBAAqB,4BAA4B;AACjD,qBAAqB,gBAAgB;AACrC,qBAAqB,cAAc;","x_google_ignoreList":[0]}
@@ -0,0 +1,105 @@
1
+ var _a;
2
+ import { Disposable } from "../../../../base/common/lifecycle.es.js";
3
+ import { observableValue } from "../../../../base/common/observableInternal/base.es.js";
4
+ import { derived, derivedDisposable, derivedWithSetter } from "../../../../base/common/observableInternal/derived.es.js";
5
+ import "../../../../base/common/observableInternal/autorun.es.js";
6
+ import { derivedObservableWithCache } from "../../../../base/common/observableInternal/utils.es.js";
7
+ import "../../../../base/common/arrays.es.js";
8
+ import { observableCodeEditor } from "../../../browser/observableCodeEditor.es.js";
9
+ import { readHotReloadableExport } from "../../../../base/common/hotReloadHelpers.es.js";
10
+ import { Selection } from "../../../common/core/selection.es.js";
11
+ import { ILanguageFeatureDebounceService } from "../../../common/services/languageFeatureDebounce.es.js";
12
+ import { ILanguageFeaturesService } from "../../../common/services/languageFeatures.es.js";
13
+ import { inlineEditVisible, isPinnedContextKey } from "./consts.es.js";
14
+ import { InlineEditsModel } from "./inlineEditsModel.es.js";
15
+ import { InlineEditsWidget } from "./inlineEditsWidget.es.js";
16
+ import { IConfigurationService } from "../../../../platform/configuration/common/configuration.es.js";
17
+ import { IContextKeyService } from "../../../../platform/contextkey/common/contextkey.es.js";
18
+ import { IInstantiationService } from "../../../../platform/instantiation/common/instantiation.es.js";
19
+ import { observableConfigValue, bindContextKey } from "../../../../platform/observable/common/platformObservableUtils.es.js";
20
+ var __decorate = function(decorators, target, key, desc) {
21
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
22
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
23
+ 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;
24
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
25
+ };
26
+ var __param = function(paramIndex, decorator) {
27
+ return function(target, key) {
28
+ decorator(target, key, paramIndex);
29
+ };
30
+ };
31
+ var InlineEditsController_1;
32
+ let InlineEditsController = (_a = class extends Disposable {
33
+ static get(editor) {
34
+ return editor.getContribution(InlineEditsController_1.ID);
35
+ }
36
+ constructor(editor, _instantiationService, _contextKeyService, _debounceService, _languageFeaturesService, _configurationService) {
37
+ super();
38
+ this.editor = editor;
39
+ this._instantiationService = _instantiationService;
40
+ this._contextKeyService = _contextKeyService;
41
+ this._debounceService = _debounceService;
42
+ this._languageFeaturesService = _languageFeaturesService;
43
+ this._configurationService = _configurationService;
44
+ this._enabled = observableConfigValue("editor.inlineEdits.enabled", false, this._configurationService);
45
+ this._editorObs = observableCodeEditor(this.editor);
46
+ this._selection = derived(this, (reader) => this._editorObs.cursorSelection.read(reader) ?? new Selection(1, 1, 1, 1));
47
+ this._debounceValue = this._debounceService.for(this._languageFeaturesService.inlineCompletionsProvider, "InlineEditsDebounce", { min: 50, max: 50 });
48
+ this.model = derivedDisposable(this, (reader) => {
49
+ if (!this._enabled.read(reader)) {
50
+ return void 0;
51
+ }
52
+ if (this._editorObs.isReadonly.read(reader)) {
53
+ return void 0;
54
+ }
55
+ const textModel = this._editorObs.model.read(reader);
56
+ if (!textModel) {
57
+ return void 0;
58
+ }
59
+ const model = this._instantiationService.createInstance(readHotReloadableExport(InlineEditsModel, reader), textModel, this._editorObs.versionId, this._selection, this._debounceValue);
60
+ return model;
61
+ });
62
+ this._hadInlineEdit = derivedObservableWithCache(this, (reader, lastValue) => {
63
+ var _a2;
64
+ return lastValue || ((_a2 = this.model.read(reader)) == null ? void 0 : _a2.inlineEdit.read(reader)) !== void 0;
65
+ });
66
+ this._widget = derivedDisposable(this, (reader) => {
67
+ if (!this._hadInlineEdit.read(reader)) {
68
+ return void 0;
69
+ }
70
+ return this._instantiationService.createInstance(readHotReloadableExport(InlineEditsWidget, reader), this.editor, this.model.map((m, reader2) => m == null ? void 0 : m.inlineEdit.read(reader2)), flattenSettableObservable((reader2) => {
71
+ var _a2;
72
+ return ((_a2 = this.model.read(reader2)) == null ? void 0 : _a2.userPrompt) ?? observableValue("empty", "");
73
+ }));
74
+ });
75
+ this._register(bindContextKey(inlineEditVisible, this._contextKeyService, (r) => {
76
+ var _a2;
77
+ return !!((_a2 = this.model.read(r)) == null ? void 0 : _a2.inlineEdit.read(r));
78
+ }));
79
+ this._register(bindContextKey(isPinnedContextKey, this._contextKeyService, (r) => {
80
+ var _a2;
81
+ return !!((_a2 = this.model.read(r)) == null ? void 0 : _a2.isPinned.read(r));
82
+ }));
83
+ this.model.recomputeInitiallyAndOnChange(this._store);
84
+ this._widget.recomputeInitiallyAndOnChange(this._store);
85
+ }
86
+ }, InlineEditsController_1 = _a, _a.ID = "editor.contrib.inlineEditsController", _a);
87
+ InlineEditsController = InlineEditsController_1 = __decorate([
88
+ __param(1, IInstantiationService),
89
+ __param(2, IContextKeyService),
90
+ __param(3, ILanguageFeatureDebounceService),
91
+ __param(4, ILanguageFeaturesService),
92
+ __param(5, IConfigurationService)
93
+ ], InlineEditsController);
94
+ function flattenSettableObservable(fn) {
95
+ return derivedWithSetter(void 0, (reader) => {
96
+ const obs = fn(reader);
97
+ return obs.read(reader);
98
+ }, (value, tx) => {
99
+ fn(void 0).set(value, tx);
100
+ });
101
+ }
102
+ export {
103
+ InlineEditsController
104
+ };
105
+ //# sourceMappingURL=inlineEditsController.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inlineEditsController.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsController.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 InlineEditsController_1;\nimport { Disposable } from '../../../../base/common/lifecycle.js';\nimport { derived, derivedObservableWithCache, observableValue } from '../../../../base/common/observable.js';\nimport { derivedDisposable, derivedWithSetter } from '../../../../base/common/observableInternal/derived.js';\nimport { observableCodeEditor } from '../../../browser/observableCodeEditor.js';\nimport { readHotReloadableExport } from '../../../../base/common/hotReloadHelpers.js';\nimport { Selection } from '../../../common/core/selection.js';\nimport { ILanguageFeatureDebounceService } from '../../../common/services/languageFeatureDebounce.js';\nimport { ILanguageFeaturesService } from '../../../common/services/languageFeatures.js';\nimport { inlineEditVisible, isPinnedContextKey } from './consts.js';\nimport { InlineEditsModel } from './inlineEditsModel.js';\nimport { InlineEditsWidget } from './inlineEditsWidget.js';\nimport { IConfigurationService } from '../../../../platform/configuration/common/configuration.js';\nimport { IContextKeyService } from '../../../../platform/contextkey/common/contextkey.js';\nimport { IInstantiationService } from '../../../../platform/instantiation/common/instantiation.js';\nimport { bindContextKey, observableConfigValue } from '../../../../platform/observable/common/platformObservableUtils.js';\nlet InlineEditsController = class InlineEditsController extends Disposable {\n static { InlineEditsController_1 = this; }\n static { this.ID = 'editor.contrib.inlineEditsController'; }\n static get(editor) {\n return editor.getContribution(InlineEditsController_1.ID);\n }\n constructor(editor, _instantiationService, _contextKeyService, _debounceService, _languageFeaturesService, _configurationService) {\n super();\n this.editor = editor;\n this._instantiationService = _instantiationService;\n this._contextKeyService = _contextKeyService;\n this._debounceService = _debounceService;\n this._languageFeaturesService = _languageFeaturesService;\n this._configurationService = _configurationService;\n this._enabled = observableConfigValue('editor.inlineEdits.enabled', false, this._configurationService);\n this._editorObs = observableCodeEditor(this.editor);\n this._selection = derived(this, reader => this._editorObs.cursorSelection.read(reader) ?? new Selection(1, 1, 1, 1));\n this._debounceValue = this._debounceService.for(this._languageFeaturesService.inlineCompletionsProvider, 'InlineEditsDebounce', { min: 50, max: 50 });\n this.model = derivedDisposable(this, reader => {\n if (!this._enabled.read(reader)) {\n return undefined;\n }\n if (this._editorObs.isReadonly.read(reader)) {\n return undefined;\n }\n const textModel = this._editorObs.model.read(reader);\n if (!textModel) {\n return undefined;\n }\n const model = this._instantiationService.createInstance(readHotReloadableExport(InlineEditsModel, reader), textModel, this._editorObs.versionId, this._selection, this._debounceValue);\n return model;\n });\n this._hadInlineEdit = derivedObservableWithCache(this, (reader, lastValue) => lastValue || this.model.read(reader)?.inlineEdit.read(reader) !== undefined);\n this._widget = derivedDisposable(this, reader => {\n if (!this._hadInlineEdit.read(reader)) {\n return undefined;\n }\n return this._instantiationService.createInstance(readHotReloadableExport(InlineEditsWidget, reader), this.editor, this.model.map((m, reader) => m?.inlineEdit.read(reader)), flattenSettableObservable((reader) => this.model.read(reader)?.userPrompt ?? observableValue('empty', '')));\n });\n this._register(bindContextKey(inlineEditVisible, this._contextKeyService, r => !!this.model.read(r)?.inlineEdit.read(r)));\n this._register(bindContextKey(isPinnedContextKey, this._contextKeyService, r => !!this.model.read(r)?.isPinned.read(r)));\n this.model.recomputeInitiallyAndOnChange(this._store);\n this._widget.recomputeInitiallyAndOnChange(this._store);\n }\n};\nInlineEditsController = InlineEditsController_1 = __decorate([\n __param(1, IInstantiationService),\n __param(2, IContextKeyService),\n __param(3, ILanguageFeatureDebounceService),\n __param(4, ILanguageFeaturesService),\n __param(5, IConfigurationService)\n], InlineEditsController);\nexport { InlineEditsController };\nfunction flattenSettableObservable(fn) {\n return derivedWithSetter(undefined, reader => {\n const obs = fn(reader);\n return obs.read(reader);\n }, (value, tx) => {\n fn(undefined).set(value, tx);\n });\n}\n"],"names":["_a","reader"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,236 @@
1
+ var _a;
2
+ import { timeout } from "../../../../base/common/async.es.js";
3
+ import { cancelOnDispose, CancellationToken } from "../../../../base/common/cancellation.es.js";
4
+ import { structuralEquals, itemsEquals } from "../../../../base/common/equals.es.js";
5
+ import { BugIndicatingError } from "../../../../base/common/errors.es.js";
6
+ import { Disposable, DisposableStore, toDisposable } from "../../../../base/common/lifecycle.es.js";
7
+ import { observableValue, disposableObservableValue, subtransaction } from "../../../../base/common/observableInternal/base.es.js";
8
+ import { derivedDisposable, derived, derivedOpts, derivedHandleChanges } from "../../../../base/common/observableInternal/derived.es.js";
9
+ import "../../../../base/common/observableInternal/autorun.es.js";
10
+ import { observableSignal, recomputeInitiallyAndOnChange } from "../../../../base/common/observableInternal/utils.es.js";
11
+ import { ObservablePromise } from "../../../../base/common/observableInternal/promise.es.js";
12
+ import { URI } from "../../../../base/common/uri.es.js";
13
+ import { IDiffProviderFactoryService } from "../../../browser/widget/diffEditor/diffProviderFactoryService.es.js";
14
+ import { LineRange } from "../../../common/core/lineRange.es.js";
15
+ import { InlineCompletionTriggerKind } from "../../../common/languages.es.js";
16
+ import { ILanguageFeaturesService } from "../../../common/services/languageFeatures.es.js";
17
+ import { IModelService } from "../../../common/services/model.es.js";
18
+ import { provideInlineCompletions } from "../../inlineCompletions/browser/model/provideInlineCompletions.es.js";
19
+ import { InlineEdit } from "./inlineEditsWidget.es.js";
20
+ var __decorate = function(decorators, target, key, desc) {
21
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
22
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
23
+ 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;
24
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
25
+ };
26
+ var __param = function(paramIndex, decorator) {
27
+ return function(target, key) {
28
+ decorator(target, key, paramIndex);
29
+ };
30
+ };
31
+ var InlineEditsModel_1;
32
+ let InlineEditsModel = (_a = class extends Disposable {
33
+ static _createUniqueUri() {
34
+ return URI.from({ scheme: "inline-edits", path: (/* @__PURE__ */ new Date()).toString() + String(InlineEditsModel_1._modelId++) });
35
+ }
36
+ constructor(textModel, _textModelVersionId, _selection, _debounceValue, languageFeaturesService, _diffProviderFactoryService, _modelService) {
37
+ super();
38
+ this.textModel = textModel;
39
+ this._textModelVersionId = _textModelVersionId;
40
+ this._selection = _selection;
41
+ this._debounceValue = _debounceValue;
42
+ this.languageFeaturesService = languageFeaturesService;
43
+ this._diffProviderFactoryService = _diffProviderFactoryService;
44
+ this._modelService = _modelService;
45
+ this._forceUpdateExplicitlySignal = observableSignal(this);
46
+ this._selectedInlineCompletionId = observableValue(this, void 0);
47
+ this._isActive = observableValue(this, false);
48
+ this._originalModel = derivedDisposable(() => this._modelService.createModel("", null, InlineEditsModel_1._createUniqueUri())).keepObserved(this._store);
49
+ this._modifiedModel = derivedDisposable(() => this._modelService.createModel("", null, InlineEditsModel_1._createUniqueUri())).keepObserved(this._store);
50
+ this._pinnedRange = new TrackedRange(this.textModel, this._textModelVersionId);
51
+ this.isPinned = this._pinnedRange.range.map((range) => !!range);
52
+ this.userPrompt = observableValue(this, void 0);
53
+ this.inlineEdit = derived(this, (reader) => {
54
+ var _a2, _b;
55
+ return (_b = (_a2 = this._inlineEdit.read(reader)) == null ? void 0 : _a2.promiseResult.read(reader)) == null ? void 0 : _b.data;
56
+ });
57
+ this._inlineEdit = derived(this, (reader) => {
58
+ const edit = this.selectedInlineEdit.read(reader);
59
+ if (!edit) {
60
+ return void 0;
61
+ }
62
+ const range = edit.inlineCompletion.range;
63
+ if (edit.inlineCompletion.insertText.trim() === "") {
64
+ return void 0;
65
+ }
66
+ let newLines = edit.inlineCompletion.insertText.split(/\r\n|\r|\n/);
67
+ function removeIndentation(lines) {
68
+ var _a2;
69
+ const indentation = ((_a2 = lines[0].match(/^\s*/)) == null ? void 0 : _a2[0]) ?? "";
70
+ return lines.map((l) => l.replace(new RegExp("^" + indentation), ""));
71
+ }
72
+ newLines = removeIndentation(newLines);
73
+ const existing = this.textModel.getValueInRange(range);
74
+ let existingLines = existing.split(/\r\n|\r|\n/);
75
+ existingLines = removeIndentation(existingLines);
76
+ this._originalModel.get().setValue(existingLines.join("\n"));
77
+ this._modifiedModel.get().setValue(newLines.join("\n"));
78
+ const d = this._diffProviderFactoryService.createDiffProvider({ diffAlgorithm: "advanced" });
79
+ return ObservablePromise.fromFn(async () => {
80
+ const result = await d.computeDiff(this._originalModel.get(), this._modifiedModel.get(), {
81
+ computeMoves: false,
82
+ ignoreTrimWhitespace: false,
83
+ maxComputationTimeMs: 1e3
84
+ }, CancellationToken.None);
85
+ if (result.identical) {
86
+ return void 0;
87
+ }
88
+ return new InlineEdit(LineRange.fromRangeInclusive(range), removeIndentation(newLines), result.changes);
89
+ });
90
+ });
91
+ this._fetchStore = this._register(new DisposableStore());
92
+ this._inlineEditsFetchResult = disposableObservableValue(this, void 0);
93
+ this._inlineEdits = derivedOpts({ owner: this, equalsFn: structuralEquals }, (reader) => {
94
+ var _a2;
95
+ return ((_a2 = this._inlineEditsFetchResult.read(reader)) == null ? void 0 : _a2.completions.map((c) => new InlineEditData(c))) ?? [];
96
+ });
97
+ this._fetchInlineEditsPromise = derivedHandleChanges({
98
+ owner: this,
99
+ createEmptyChangeSummary: () => ({
100
+ inlineCompletionTriggerKind: InlineCompletionTriggerKind.Automatic
101
+ }),
102
+ handleChange: (ctx, changeSummary) => {
103
+ if (ctx.didChange(this._forceUpdateExplicitlySignal)) {
104
+ changeSummary.inlineCompletionTriggerKind = InlineCompletionTriggerKind.Explicit;
105
+ }
106
+ return true;
107
+ }
108
+ }, async (reader, changeSummary) => {
109
+ this._fetchStore.clear();
110
+ this._forceUpdateExplicitlySignal.read(reader);
111
+ this._textModelVersionId.read(reader);
112
+ function mapValue(value, fn) {
113
+ return fn(value);
114
+ }
115
+ const selection = this._pinnedRange.range.read(reader) ?? mapValue(this._selection.read(reader), (v) => v.isEmpty() ? void 0 : v);
116
+ if (!selection) {
117
+ this._inlineEditsFetchResult.set(void 0, void 0);
118
+ this.userPrompt.set(void 0, void 0);
119
+ return void 0;
120
+ }
121
+ const context = {
122
+ triggerKind: changeSummary.inlineCompletionTriggerKind,
123
+ selectedSuggestionInfo: void 0,
124
+ userPrompt: this.userPrompt.read(reader)
125
+ };
126
+ const token = cancelOnDispose(this._fetchStore);
127
+ await timeout(200, token);
128
+ const result = await provideInlineCompletions(this.languageFeaturesService.inlineCompletionsProvider, selection, this.textModel, context, token);
129
+ if (token.isCancellationRequested) {
130
+ return;
131
+ }
132
+ this._inlineEditsFetchResult.set(result, void 0);
133
+ });
134
+ this._filteredInlineEditItems = derivedOpts({ owner: this, equalsFn: itemsEquals() }, (reader) => {
135
+ return this._inlineEdits.read(reader);
136
+ });
137
+ this.selectedInlineCompletionIndex = derived(this, (reader) => {
138
+ const selectedInlineCompletionId = this._selectedInlineCompletionId.read(reader);
139
+ const filteredCompletions = this._filteredInlineEditItems.read(reader);
140
+ const idx = this._selectedInlineCompletionId === void 0 ? -1 : filteredCompletions.findIndex((v) => v.semanticId === selectedInlineCompletionId);
141
+ if (idx === -1) {
142
+ this._selectedInlineCompletionId.set(void 0, void 0);
143
+ return 0;
144
+ }
145
+ return idx;
146
+ });
147
+ this.selectedInlineEdit = derived(this, (reader) => {
148
+ const filteredCompletions = this._filteredInlineEditItems.read(reader);
149
+ const idx = this.selectedInlineCompletionIndex.read(reader);
150
+ return filteredCompletions[idx];
151
+ });
152
+ this._register(recomputeInitiallyAndOnChange(this._fetchInlineEditsPromise));
153
+ }
154
+ async triggerExplicitly(tx) {
155
+ subtransaction(tx, (tx2) => {
156
+ this._isActive.set(true, tx2);
157
+ this._forceUpdateExplicitlySignal.trigger(tx2);
158
+ });
159
+ await this._fetchInlineEditsPromise.get();
160
+ }
161
+ stop(tx) {
162
+ subtransaction(tx, (tx2) => {
163
+ this.userPrompt.set(void 0, tx2);
164
+ this._isActive.set(false, tx2);
165
+ this._inlineEditsFetchResult.set(void 0, tx2);
166
+ this._pinnedRange.setRange(void 0, tx2);
167
+ });
168
+ }
169
+ async _deltaSelectedInlineCompletionIndex(delta) {
170
+ await this.triggerExplicitly();
171
+ const completions = this._filteredInlineEditItems.get() || [];
172
+ if (completions.length > 0) {
173
+ const newIdx = (this.selectedInlineCompletionIndex.get() + delta + completions.length) % completions.length;
174
+ this._selectedInlineCompletionId.set(completions[newIdx].semanticId, void 0);
175
+ } else {
176
+ this._selectedInlineCompletionId.set(void 0, void 0);
177
+ }
178
+ }
179
+ async next() {
180
+ await this._deltaSelectedInlineCompletionIndex(1);
181
+ }
182
+ async previous() {
183
+ await this._deltaSelectedInlineCompletionIndex(-1);
184
+ }
185
+ async accept(editor) {
186
+ if (editor.getModel() !== this.textModel) {
187
+ throw new BugIndicatingError();
188
+ }
189
+ const edit = this.selectedInlineEdit.get();
190
+ if (!edit) {
191
+ return;
192
+ }
193
+ editor.pushUndoStop();
194
+ editor.executeEdits("inlineSuggestion.accept", [
195
+ edit.inlineCompletion.toSingleTextEdit().toSingleEditOperation()
196
+ ]);
197
+ this.stop();
198
+ }
199
+ }, InlineEditsModel_1 = _a, _a._modelId = 0, _a);
200
+ InlineEditsModel = InlineEditsModel_1 = __decorate([
201
+ __param(4, ILanguageFeaturesService),
202
+ __param(5, IDiffProviderFactoryService),
203
+ __param(6, IModelService)
204
+ ], InlineEditsModel);
205
+ class InlineEditData {
206
+ constructor(inlineCompletion) {
207
+ this.inlineCompletion = inlineCompletion;
208
+ this.semanticId = this.inlineCompletion.hash();
209
+ }
210
+ }
211
+ class TrackedRange extends Disposable {
212
+ constructor(_textModel, _versionId) {
213
+ super();
214
+ this._textModel = _textModel;
215
+ this._versionId = _versionId;
216
+ this._decorations = observableValue(this, []);
217
+ this.range = derived(this, (reader) => {
218
+ this._versionId.read(reader);
219
+ const deco = this._decorations.read(reader)[0];
220
+ if (!deco) {
221
+ return null;
222
+ }
223
+ return this._textModel.getDecorationRange(deco) ?? null;
224
+ });
225
+ this._register(toDisposable(() => {
226
+ this._textModel.deltaDecorations(this._decorations.get(), []);
227
+ }));
228
+ }
229
+ setRange(range, tx) {
230
+ this._decorations.set(this._textModel.deltaDecorations(this._decorations.get(), range ? [{ range, options: { description: "trackedRange" } }] : []), tx);
231
+ }
232
+ }
233
+ export {
234
+ InlineEditsModel
235
+ };
236
+ //# sourceMappingURL=inlineEditsModel.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inlineEditsModel.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsModel.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 InlineEditsModel_1;\nimport { timeout } from '../../../../base/common/async.js';\nimport { CancellationToken, cancelOnDispose } from '../../../../base/common/cancellation.js';\nimport { itemsEquals, structuralEquals } from '../../../../base/common/equals.js';\nimport { BugIndicatingError } from '../../../../base/common/errors.js';\nimport { Disposable, DisposableStore, toDisposable } from '../../../../base/common/lifecycle.js';\nimport { ObservablePromise, derived, derivedHandleChanges, derivedOpts, disposableObservableValue, observableSignal, observableValue, recomputeInitiallyAndOnChange, subtransaction } from '../../../../base/common/observable.js';\nimport { derivedDisposable } from '../../../../base/common/observableInternal/derived.js';\nimport { URI } from '../../../../base/common/uri.js';\nimport { IDiffProviderFactoryService } from '../../../browser/widget/diffEditor/diffProviderFactoryService.js';\nimport { LineRange } from '../../../common/core/lineRange.js';\nimport { InlineCompletionTriggerKind } from '../../../common/languages.js';\nimport { ILanguageFeaturesService } from '../../../common/services/languageFeatures.js';\nimport { IModelService } from '../../../common/services/model.js';\nimport { provideInlineCompletions } from '../../inlineCompletions/browser/model/provideInlineCompletions.js';\nimport { InlineEdit } from './inlineEditsWidget.js';\nlet InlineEditsModel = class InlineEditsModel extends Disposable {\n static { InlineEditsModel_1 = this; }\n static { this._modelId = 0; }\n static _createUniqueUri() {\n return URI.from({ scheme: 'inline-edits', path: new Date().toString() + String(InlineEditsModel_1._modelId++) });\n }\n constructor(textModel, _textModelVersionId, _selection, _debounceValue, languageFeaturesService, _diffProviderFactoryService, _modelService) {\n super();\n this.textModel = textModel;\n this._textModelVersionId = _textModelVersionId;\n this._selection = _selection;\n this._debounceValue = _debounceValue;\n this.languageFeaturesService = languageFeaturesService;\n this._diffProviderFactoryService = _diffProviderFactoryService;\n this._modelService = _modelService;\n this._forceUpdateExplicitlySignal = observableSignal(this);\n // We use a semantic id to keep the same inline completion selected even if the provider reorders the completions.\n this._selectedInlineCompletionId = observableValue(this, undefined);\n this._isActive = observableValue(this, false);\n this._originalModel = derivedDisposable(() => this._modelService.createModel('', null, InlineEditsModel_1._createUniqueUri())).keepObserved(this._store);\n this._modifiedModel = derivedDisposable(() => this._modelService.createModel('', null, InlineEditsModel_1._createUniqueUri())).keepObserved(this._store);\n this._pinnedRange = new TrackedRange(this.textModel, this._textModelVersionId);\n this.isPinned = this._pinnedRange.range.map(range => !!range);\n this.userPrompt = observableValue(this, undefined);\n this.inlineEdit = derived(this, reader => {\n return this._inlineEdit.read(reader)?.promiseResult.read(reader)?.data;\n });\n this._inlineEdit = derived(this, reader => {\n const edit = this.selectedInlineEdit.read(reader);\n if (!edit) {\n return undefined;\n }\n const range = edit.inlineCompletion.range;\n if (edit.inlineCompletion.insertText.trim() === '') {\n return undefined;\n }\n let newLines = edit.inlineCompletion.insertText.split(/\\r\\n|\\r|\\n/);\n function removeIndentation(lines) {\n const indentation = lines[0].match(/^\\s*/)?.[0] ?? '';\n return lines.map(l => l.replace(new RegExp('^' + indentation), ''));\n }\n newLines = removeIndentation(newLines);\n const existing = this.textModel.getValueInRange(range);\n let existingLines = existing.split(/\\r\\n|\\r|\\n/);\n existingLines = removeIndentation(existingLines);\n this._originalModel.get().setValue(existingLines.join('\\n'));\n this._modifiedModel.get().setValue(newLines.join('\\n'));\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 new InlineEdit(LineRange.fromRangeInclusive(range), removeIndentation(newLines), result.changes);\n });\n });\n this._fetchStore = this._register(new DisposableStore());\n this._inlineEditsFetchResult = disposableObservableValue(this, undefined);\n this._inlineEdits = derivedOpts({ owner: this, equalsFn: structuralEquals }, reader => {\n return this._inlineEditsFetchResult.read(reader)?.completions.map(c => new InlineEditData(c)) ?? [];\n });\n this._fetchInlineEditsPromise = derivedHandleChanges({\n owner: this,\n createEmptyChangeSummary: () => ({\n inlineCompletionTriggerKind: InlineCompletionTriggerKind.Automatic\n }),\n handleChange: (ctx, changeSummary) => {\n /** @description fetch inline completions */\n if (ctx.didChange(this._forceUpdateExplicitlySignal)) {\n changeSummary.inlineCompletionTriggerKind = InlineCompletionTriggerKind.Explicit;\n }\n return true;\n },\n }, async (reader, changeSummary) => {\n this._fetchStore.clear();\n this._forceUpdateExplicitlySignal.read(reader);\n /*if (!this._isActive.read(reader)) {\n return undefined;\n }*/\n this._textModelVersionId.read(reader);\n function mapValue(value, fn) {\n return fn(value);\n }\n const selection = this._pinnedRange.range.read(reader) ?? mapValue(this._selection.read(reader), v => v.isEmpty() ? undefined : v);\n if (!selection) {\n this._inlineEditsFetchResult.set(undefined, undefined);\n this.userPrompt.set(undefined, undefined);\n return undefined;\n }\n const context = {\n triggerKind: changeSummary.inlineCompletionTriggerKind,\n selectedSuggestionInfo: undefined,\n userPrompt: this.userPrompt.read(reader),\n };\n const token = cancelOnDispose(this._fetchStore);\n await timeout(200, token);\n const result = await provideInlineCompletions(this.languageFeaturesService.inlineCompletionsProvider, selection, this.textModel, context, token);\n if (token.isCancellationRequested) {\n return;\n }\n this._inlineEditsFetchResult.set(result, undefined);\n });\n this._filteredInlineEditItems = derivedOpts({ owner: this, equalsFn: itemsEquals() }, reader => {\n return this._inlineEdits.read(reader);\n });\n this.selectedInlineCompletionIndex = derived(this, (reader) => {\n const selectedInlineCompletionId = this._selectedInlineCompletionId.read(reader);\n const filteredCompletions = this._filteredInlineEditItems.read(reader);\n const idx = this._selectedInlineCompletionId === undefined ? -1\n : filteredCompletions.findIndex(v => v.semanticId === selectedInlineCompletionId);\n if (idx === -1) {\n // Reset the selection so that the selection does not jump back when it appears again\n this._selectedInlineCompletionId.set(undefined, undefined);\n return 0;\n }\n return idx;\n });\n this.selectedInlineEdit = derived(this, (reader) => {\n const filteredCompletions = this._filteredInlineEditItems.read(reader);\n const idx = this.selectedInlineCompletionIndex.read(reader);\n return filteredCompletions[idx];\n });\n this._register(recomputeInitiallyAndOnChange(this._fetchInlineEditsPromise));\n }\n async triggerExplicitly(tx) {\n subtransaction(tx, tx => {\n this._isActive.set(true, tx);\n this._forceUpdateExplicitlySignal.trigger(tx);\n });\n await this._fetchInlineEditsPromise.get();\n }\n stop(tx) {\n subtransaction(tx, tx => {\n this.userPrompt.set(undefined, tx);\n this._isActive.set(false, tx);\n this._inlineEditsFetchResult.set(undefined, tx);\n this._pinnedRange.setRange(undefined, tx);\n //this._source.clear(tx);\n });\n }\n async _deltaSelectedInlineCompletionIndex(delta) {\n await this.triggerExplicitly();\n const completions = this._filteredInlineEditItems.get() || [];\n if (completions.length > 0) {\n const newIdx = (this.selectedInlineCompletionIndex.get() + delta + completions.length) % completions.length;\n this._selectedInlineCompletionId.set(completions[newIdx].semanticId, undefined);\n }\n else {\n this._selectedInlineCompletionId.set(undefined, undefined);\n }\n }\n async next() {\n await this._deltaSelectedInlineCompletionIndex(1);\n }\n async previous() {\n await this._deltaSelectedInlineCompletionIndex(-1);\n }\n async accept(editor) {\n if (editor.getModel() !== this.textModel) {\n throw new BugIndicatingError();\n }\n const edit = this.selectedInlineEdit.get();\n if (!edit) {\n return;\n }\n editor.pushUndoStop();\n editor.executeEdits('inlineSuggestion.accept', [\n edit.inlineCompletion.toSingleTextEdit().toSingleEditOperation()\n ]);\n this.stop();\n }\n};\nInlineEditsModel = InlineEditsModel_1 = __decorate([\n __param(4, ILanguageFeaturesService),\n __param(5, IDiffProviderFactoryService),\n __param(6, IModelService)\n], InlineEditsModel);\nexport { InlineEditsModel };\nclass InlineEditData {\n constructor(inlineCompletion) {\n this.inlineCompletion = inlineCompletion;\n this.semanticId = this.inlineCompletion.hash();\n }\n}\nclass TrackedRange extends Disposable {\n constructor(_textModel, _versionId) {\n super();\n this._textModel = _textModel;\n this._versionId = _versionId;\n this._decorations = observableValue(this, []);\n this.range = derived(this, reader => {\n this._versionId.read(reader);\n const deco = this._decorations.read(reader)[0];\n if (!deco) {\n return null;\n }\n return this._textModel.getDecorationRange(deco) ?? null;\n });\n this._register(toDisposable(() => {\n this._textModel.deltaDecorations(this._decorations.get(), []);\n }));\n }\n setRange(range, tx) {\n this._decorations.set(this._textModel.deltaDecorations(this._decorations.get(), range ? [{ range, options: { description: 'trackedRange' } }] : []), tx);\n }\n}\n"],"names":["_a","tx"],"mappings":"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","x_google_ignoreList":[0]}