@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,413 @@
1
+ var _a;
2
+ import { $, addStandardDisposableGenericMouseDownListener, addDisposableListener, getDomNodePagePosition } from "../../../../base/browser/dom.es.js";
3
+ import { Gesture } from "../../../../base/browser/touch.es.js";
4
+ import { Codicon } from "../../../../base/common/codicons.es.js";
5
+ import { Emitter, Event } from "../../../../base/common/event.es.js";
6
+ import { Disposable } from "../../../../base/common/lifecycle.es.js";
7
+ import { ThemeIcon } from "../../../../base/common/themables.es.js";
8
+ /* empty css */
9
+ import { GlyphMarginLane } from "../../../common/model.es.js";
10
+ import { ModelDecorationOptions } from "../../../common/model/textModel.es.js";
11
+ import { computeIndentLevel } from "../../../common/model/utils.es.js";
12
+ import { autoFixCommandId, quickFixCommandId } from "./codeAction.es.js";
13
+ import { localize } from "../../../../nls.es.js";
14
+ import { IKeybindingService } from "../../../../platform/keybinding/common/keybinding.es.js";
15
+ import { registerIcon } from "../../../../platform/theme/common/iconRegistry.es.js";
16
+ import { Range } from "../../../common/core/range.es.js";
17
+ var __decorate = function(decorators, target, key, desc) {
18
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
19
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
20
+ 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;
21
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
22
+ };
23
+ var __param = function(paramIndex, decorator) {
24
+ return function(target, key) {
25
+ decorator(target, key, paramIndex);
26
+ };
27
+ };
28
+ var LightBulbWidget_1;
29
+ const GUTTER_LIGHTBULB_ICON = registerIcon("gutter-lightbulb", Codicon.lightBulb, localize("gutterLightbulbWidget", "Icon which spawns code actions menu from the gutter when there is no space in the editor."));
30
+ const GUTTER_LIGHTBULB_AUTO_FIX_ICON = registerIcon("gutter-lightbulb-auto-fix", Codicon.lightbulbAutofix, localize("gutterLightbulbAutoFixWidget", "Icon which spawns code actions menu from the gutter when there is no space in the editor and a quick fix is available."));
31
+ const GUTTER_LIGHTBULB_AIFIX_ICON = registerIcon("gutter-lightbulb-sparkle", Codicon.lightbulbSparkle, localize("gutterLightbulbAIFixWidget", "Icon which spawns code actions menu from the gutter when there is no space in the editor and an AI fix is available."));
32
+ const GUTTER_LIGHTBULB_AIFIX_AUTO_FIX_ICON = registerIcon("gutter-lightbulb-aifix-auto-fix", Codicon.lightbulbSparkleAutofix, localize("gutterLightbulbAIFixAutoFixWidget", "Icon which spawns code actions menu from the gutter when there is no space in the editor and an AI fix and a quick fix is available."));
33
+ const GUTTER_SPARKLE_FILLED_ICON = registerIcon("gutter-lightbulb-sparkle-filled", Codicon.sparkleFilled, localize("gutterLightbulbSparkleFilledWidget", "Icon which spawns code actions menu from the gutter when there is no space in the editor and an AI fix and a quick fix is available."));
34
+ var LightBulbState;
35
+ (function(LightBulbState2) {
36
+ LightBulbState2.Hidden = {
37
+ type: 0
38
+ /* Type.Hidden */
39
+ };
40
+ class Showing {
41
+ constructor(actions, trigger, editorPosition, widgetPosition) {
42
+ this.actions = actions;
43
+ this.trigger = trigger;
44
+ this.editorPosition = editorPosition;
45
+ this.widgetPosition = widgetPosition;
46
+ this.type = 1;
47
+ }
48
+ }
49
+ LightBulbState2.Showing = Showing;
50
+ })(LightBulbState || (LightBulbState = {}));
51
+ let LightBulbWidget = (_a = class extends Disposable {
52
+ constructor(_editor, _keybindingService) {
53
+ super();
54
+ this._editor = _editor;
55
+ this._keybindingService = _keybindingService;
56
+ this._onClick = this._register(new Emitter());
57
+ this.onClick = this._onClick.event;
58
+ this._state = LightBulbState.Hidden;
59
+ this._gutterState = LightBulbState.Hidden;
60
+ this._iconClasses = [];
61
+ this.lightbulbClasses = [
62
+ "codicon-" + GUTTER_LIGHTBULB_ICON.id,
63
+ "codicon-" + GUTTER_LIGHTBULB_AIFIX_AUTO_FIX_ICON.id,
64
+ "codicon-" + GUTTER_LIGHTBULB_AUTO_FIX_ICON.id,
65
+ "codicon-" + GUTTER_LIGHTBULB_AIFIX_ICON.id,
66
+ "codicon-" + GUTTER_SPARKLE_FILLED_ICON.id
67
+ ];
68
+ this.gutterDecoration = LightBulbWidget_1.GUTTER_DECORATION;
69
+ this._domNode = $("div.lightBulbWidget");
70
+ this._domNode.role = "listbox";
71
+ this._register(Gesture.ignoreTarget(this._domNode));
72
+ this._editor.addContentWidget(this);
73
+ this._register(this._editor.onDidChangeModelContent((_) => {
74
+ const editorModel = this._editor.getModel();
75
+ if (this.state.type !== 1 || !editorModel || this.state.editorPosition.lineNumber >= editorModel.getLineCount()) {
76
+ this.hide();
77
+ }
78
+ if (this.gutterState.type !== 1 || !editorModel || this.gutterState.editorPosition.lineNumber >= editorModel.getLineCount()) {
79
+ this.gutterHide();
80
+ }
81
+ }));
82
+ this._register(addStandardDisposableGenericMouseDownListener(this._domNode, (e) => {
83
+ if (this.state.type !== 1) {
84
+ return;
85
+ }
86
+ this._editor.focus();
87
+ e.preventDefault();
88
+ const { top, height } = getDomNodePagePosition(this._domNode);
89
+ const lineHeight = this._editor.getOption(
90
+ 67
91
+ /* EditorOption.lineHeight */
92
+ );
93
+ let pad = Math.floor(lineHeight / 3);
94
+ if (this.state.widgetPosition.position !== null && this.state.widgetPosition.position.lineNumber < this.state.editorPosition.lineNumber) {
95
+ pad += lineHeight;
96
+ }
97
+ this._onClick.fire({
98
+ x: e.posx,
99
+ y: top + height + pad,
100
+ actions: this.state.actions,
101
+ trigger: this.state.trigger
102
+ });
103
+ }));
104
+ this._register(addDisposableListener(this._domNode, "mouseenter", (e) => {
105
+ if ((e.buttons & 1) !== 1) {
106
+ return;
107
+ }
108
+ this.hide();
109
+ }));
110
+ this._register(Event.runAndSubscribe(this._keybindingService.onDidUpdateKeybindings, () => {
111
+ var _a2, _b;
112
+ this._preferredKbLabel = ((_a2 = this._keybindingService.lookupKeybinding(autoFixCommandId)) == null ? void 0 : _a2.getLabel()) ?? void 0;
113
+ this._quickFixKbLabel = ((_b = this._keybindingService.lookupKeybinding(quickFixCommandId)) == null ? void 0 : _b.getLabel()) ?? void 0;
114
+ this._updateLightBulbTitleAndIcon();
115
+ }));
116
+ this._register(this._editor.onMouseDown(async (e) => {
117
+ if (!e.target.element || !this.lightbulbClasses.some((cls) => e.target.element && e.target.element.classList.contains(cls))) {
118
+ return;
119
+ }
120
+ if (this.gutterState.type !== 1) {
121
+ return;
122
+ }
123
+ this._editor.focus();
124
+ const { top, height } = getDomNodePagePosition(e.target.element);
125
+ const lineHeight = this._editor.getOption(
126
+ 67
127
+ /* EditorOption.lineHeight */
128
+ );
129
+ let pad = Math.floor(lineHeight / 3);
130
+ if (this.gutterState.widgetPosition.position !== null && this.gutterState.widgetPosition.position.lineNumber < this.gutterState.editorPosition.lineNumber) {
131
+ pad += lineHeight;
132
+ }
133
+ this._onClick.fire({
134
+ x: e.event.posx,
135
+ y: top + height + pad,
136
+ actions: this.gutterState.actions,
137
+ trigger: this.gutterState.trigger
138
+ });
139
+ }));
140
+ }
141
+ dispose() {
142
+ super.dispose();
143
+ this._editor.removeContentWidget(this);
144
+ if (this._gutterDecorationID) {
145
+ this._removeGutterDecoration(this._gutterDecorationID);
146
+ }
147
+ }
148
+ getId() {
149
+ return "LightBulbWidget";
150
+ }
151
+ getDomNode() {
152
+ return this._domNode;
153
+ }
154
+ getPosition() {
155
+ return this._state.type === 1 ? this._state.widgetPosition : null;
156
+ }
157
+ update(actions, trigger, atPosition) {
158
+ if (actions.validActions.length <= 0) {
159
+ this.gutterHide();
160
+ return this.hide();
161
+ }
162
+ const hasTextFocus = this._editor.hasTextFocus();
163
+ if (!hasTextFocus) {
164
+ this.gutterHide();
165
+ return this.hide();
166
+ }
167
+ const options = this._editor.getOptions();
168
+ if (!options.get(
169
+ 65
170
+ /* EditorOption.lightbulb */
171
+ ).enabled) {
172
+ this.gutterHide();
173
+ return this.hide();
174
+ }
175
+ const model = this._editor.getModel();
176
+ if (!model) {
177
+ this.gutterHide();
178
+ return this.hide();
179
+ }
180
+ const { lineNumber, column } = model.validatePosition(atPosition);
181
+ const tabSize = model.getOptions().tabSize;
182
+ const fontInfo = this._editor.getOptions().get(
183
+ 50
184
+ /* EditorOption.fontInfo */
185
+ );
186
+ const lineContent = model.getLineContent(lineNumber);
187
+ const indent = computeIndentLevel(lineContent, tabSize);
188
+ const lineHasSpace = fontInfo.spaceWidth * indent > 22;
189
+ const isFolded = (lineNumber2) => {
190
+ return lineNumber2 > 2 && this._editor.getTopForLineNumber(lineNumber2) === this._editor.getTopForLineNumber(lineNumber2 - 1);
191
+ };
192
+ const currLineDecorations = this._editor.getLineDecorations(lineNumber);
193
+ let hasDecoration = false;
194
+ if (currLineDecorations) {
195
+ for (const decoration of currLineDecorations) {
196
+ const glyphClass = decoration.options.glyphMarginClassName;
197
+ if (glyphClass && !this.lightbulbClasses.some((className) => glyphClass.includes(className))) {
198
+ hasDecoration = true;
199
+ break;
200
+ }
201
+ }
202
+ }
203
+ let effectiveLineNumber = lineNumber;
204
+ let effectiveColumnNumber = 1;
205
+ if (!lineHasSpace) {
206
+ const isLineEmptyOrIndented = (lineNumber2) => {
207
+ const lineContent2 = model.getLineContent(lineNumber2);
208
+ return /^\s*$|^\s+/.test(lineContent2) || lineContent2.length <= effectiveColumnNumber;
209
+ };
210
+ if (lineNumber > 1 && !isFolded(lineNumber - 1)) {
211
+ const lineCount = model.getLineCount();
212
+ const endLine = lineNumber === lineCount;
213
+ const prevLineEmptyOrIndented = lineNumber > 1 && isLineEmptyOrIndented(lineNumber - 1);
214
+ const nextLineEmptyOrIndented = !endLine && isLineEmptyOrIndented(lineNumber + 1);
215
+ const currLineEmptyOrIndented = isLineEmptyOrIndented(lineNumber);
216
+ const notEmpty = !nextLineEmptyOrIndented && !prevLineEmptyOrIndented;
217
+ if (!nextLineEmptyOrIndented && !prevLineEmptyOrIndented && !hasDecoration) {
218
+ this.gutterState = new LightBulbState.Showing(actions, trigger, atPosition, {
219
+ position: { lineNumber: effectiveLineNumber, column: effectiveColumnNumber },
220
+ preference: LightBulbWidget_1._posPref
221
+ });
222
+ this.renderGutterLightbub();
223
+ return this.hide();
224
+ } else if (prevLineEmptyOrIndented || endLine || prevLineEmptyOrIndented && !currLineEmptyOrIndented) {
225
+ effectiveLineNumber -= 1;
226
+ } else if (nextLineEmptyOrIndented || notEmpty && currLineEmptyOrIndented) {
227
+ effectiveLineNumber += 1;
228
+ }
229
+ } else if (lineNumber === 1 && (lineNumber === model.getLineCount() || !isLineEmptyOrIndented(lineNumber + 1) && !isLineEmptyOrIndented(lineNumber))) {
230
+ this.gutterState = new LightBulbState.Showing(actions, trigger, atPosition, {
231
+ position: { lineNumber: effectiveLineNumber, column: effectiveColumnNumber },
232
+ preference: LightBulbWidget_1._posPref
233
+ });
234
+ if (hasDecoration) {
235
+ this.gutterHide();
236
+ } else {
237
+ this.renderGutterLightbub();
238
+ return this.hide();
239
+ }
240
+ } else if (lineNumber < model.getLineCount() && !isFolded(lineNumber + 1)) {
241
+ effectiveLineNumber += 1;
242
+ } else if (column * fontInfo.spaceWidth < 22) {
243
+ return this.hide();
244
+ }
245
+ effectiveColumnNumber = /^\S\s*$/.test(model.getLineContent(effectiveLineNumber)) ? 2 : 1;
246
+ }
247
+ this.state = new LightBulbState.Showing(actions, trigger, atPosition, {
248
+ position: { lineNumber: effectiveLineNumber, column: effectiveColumnNumber },
249
+ preference: LightBulbWidget_1._posPref
250
+ });
251
+ if (this._gutterDecorationID) {
252
+ this._removeGutterDecoration(this._gutterDecorationID);
253
+ this.gutterHide();
254
+ }
255
+ const validActions = actions.validActions;
256
+ const actionKind = actions.validActions[0].action.kind;
257
+ if (validActions.length !== 1 || !actionKind) {
258
+ this._editor.layoutContentWidget(this);
259
+ return;
260
+ }
261
+ this._editor.layoutContentWidget(this);
262
+ }
263
+ hide() {
264
+ if (this.state === LightBulbState.Hidden) {
265
+ return;
266
+ }
267
+ this.state = LightBulbState.Hidden;
268
+ this._editor.layoutContentWidget(this);
269
+ }
270
+ gutterHide() {
271
+ if (this.gutterState === LightBulbState.Hidden) {
272
+ return;
273
+ }
274
+ if (this._gutterDecorationID) {
275
+ this._removeGutterDecoration(this._gutterDecorationID);
276
+ }
277
+ this.gutterState = LightBulbState.Hidden;
278
+ }
279
+ get state() {
280
+ return this._state;
281
+ }
282
+ set state(value) {
283
+ this._state = value;
284
+ this._updateLightBulbTitleAndIcon();
285
+ }
286
+ get gutterState() {
287
+ return this._gutterState;
288
+ }
289
+ set gutterState(value) {
290
+ this._gutterState = value;
291
+ this._updateGutterLightBulbTitleAndIcon();
292
+ }
293
+ _updateLightBulbTitleAndIcon() {
294
+ this._domNode.classList.remove(...this._iconClasses);
295
+ this._iconClasses = [];
296
+ if (this.state.type !== 1) {
297
+ return;
298
+ }
299
+ let icon;
300
+ let autoRun = false;
301
+ if (this.state.actions.allAIFixes) {
302
+ icon = Codicon.sparkleFilled;
303
+ if (this.state.actions.validActions.length === 1) {
304
+ autoRun = true;
305
+ }
306
+ } else if (this.state.actions.hasAutoFix) {
307
+ if (this.state.actions.hasAIFix) {
308
+ icon = Codicon.lightbulbSparkleAutofix;
309
+ } else {
310
+ icon = Codicon.lightbulbAutofix;
311
+ }
312
+ } else if (this.state.actions.hasAIFix) {
313
+ icon = Codicon.lightbulbSparkle;
314
+ } else {
315
+ icon = Codicon.lightBulb;
316
+ }
317
+ this._updateLightbulbTitle(this.state.actions.hasAutoFix, autoRun);
318
+ this._iconClasses = ThemeIcon.asClassNameArray(icon);
319
+ this._domNode.classList.add(...this._iconClasses);
320
+ }
321
+ _updateGutterLightBulbTitleAndIcon() {
322
+ if (this.gutterState.type !== 1) {
323
+ return;
324
+ }
325
+ let icon;
326
+ let autoRun = false;
327
+ if (this.gutterState.actions.allAIFixes) {
328
+ icon = GUTTER_SPARKLE_FILLED_ICON;
329
+ if (this.gutterState.actions.validActions.length === 1) {
330
+ autoRun = true;
331
+ }
332
+ } else if (this.gutterState.actions.hasAutoFix) {
333
+ if (this.gutterState.actions.hasAIFix) {
334
+ icon = GUTTER_LIGHTBULB_AIFIX_AUTO_FIX_ICON;
335
+ } else {
336
+ icon = GUTTER_LIGHTBULB_AUTO_FIX_ICON;
337
+ }
338
+ } else if (this.gutterState.actions.hasAIFix) {
339
+ icon = GUTTER_LIGHTBULB_AIFIX_ICON;
340
+ } else {
341
+ icon = GUTTER_LIGHTBULB_ICON;
342
+ }
343
+ this._updateLightbulbTitle(this.gutterState.actions.hasAutoFix, autoRun);
344
+ const GUTTER_DECORATION = ModelDecorationOptions.register({
345
+ description: "codicon-gutter-lightbulb-decoration",
346
+ glyphMarginClassName: ThemeIcon.asClassName(icon),
347
+ glyphMargin: { position: GlyphMarginLane.Left },
348
+ stickiness: 1
349
+ });
350
+ this.gutterDecoration = GUTTER_DECORATION;
351
+ }
352
+ /* Gutter Helper Functions */
353
+ renderGutterLightbub() {
354
+ const selection = this._editor.getSelection();
355
+ if (!selection) {
356
+ return;
357
+ }
358
+ if (this._gutterDecorationID === void 0) {
359
+ this._addGutterDecoration(selection.startLineNumber);
360
+ } else {
361
+ this._updateGutterDecoration(this._gutterDecorationID, selection.startLineNumber);
362
+ }
363
+ }
364
+ _addGutterDecoration(lineNumber) {
365
+ this._editor.changeDecorations((accessor) => {
366
+ this._gutterDecorationID = accessor.addDecoration(new Range(lineNumber, 0, lineNumber, 0), this.gutterDecoration);
367
+ });
368
+ }
369
+ _removeGutterDecoration(decorationId) {
370
+ this._editor.changeDecorations((accessor) => {
371
+ accessor.removeDecoration(decorationId);
372
+ this._gutterDecorationID = void 0;
373
+ });
374
+ }
375
+ _updateGutterDecoration(decorationId, lineNumber) {
376
+ this._editor.changeDecorations((accessor) => {
377
+ accessor.changeDecoration(decorationId, new Range(lineNumber, 0, lineNumber, 0));
378
+ accessor.changeDecorationOptions(decorationId, this.gutterDecoration);
379
+ });
380
+ }
381
+ _updateLightbulbTitle(autoFix, autoRun) {
382
+ if (this.state.type !== 1) {
383
+ return;
384
+ }
385
+ if (autoRun) {
386
+ this.title = localize("codeActionAutoRun", "Run: {0}", this.state.actions.validActions[0].action.title);
387
+ } else if (autoFix && this._preferredKbLabel) {
388
+ this.title = localize("preferredcodeActionWithKb", "Show Code Actions. Preferred Quick Fix Available ({0})", this._preferredKbLabel);
389
+ } else if (!autoFix && this._quickFixKbLabel) {
390
+ this.title = localize("codeActionWithKb", "Show Code Actions ({0})", this._quickFixKbLabel);
391
+ } else if (!autoFix) {
392
+ this.title = localize("codeAction", "Show Code Actions");
393
+ }
394
+ }
395
+ set title(value) {
396
+ this._domNode.title = value;
397
+ }
398
+ }, LightBulbWidget_1 = _a, _a.GUTTER_DECORATION = ModelDecorationOptions.register({
399
+ description: "codicon-gutter-lightbulb-decoration",
400
+ glyphMarginClassName: ThemeIcon.asClassName(Codicon.lightBulb),
401
+ glyphMargin: { position: GlyphMarginLane.Left },
402
+ stickiness: 1
403
+ }), _a.ID = "editor.contrib.lightbulbWidget", _a._posPref = [
404
+ 0
405
+ /* ContentWidgetPositionPreference.EXACT */
406
+ ], _a);
407
+ LightBulbWidget = LightBulbWidget_1 = __decorate([
408
+ __param(1, IKeybindingService)
409
+ ], LightBulbWidget);
410
+ export {
411
+ LightBulbWidget
412
+ };
413
+ //# sourceMappingURL=lightBulbWidget.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lightBulbWidget.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.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 LightBulbWidget_1;\nimport * as dom from '../../../../base/browser/dom.js';\nimport { Gesture } from '../../../../base/browser/touch.js';\nimport { Codicon } from '../../../../base/common/codicons.js';\nimport { Emitter, Event } from '../../../../base/common/event.js';\nimport { Disposable } from '../../../../base/common/lifecycle.js';\nimport { ThemeIcon } from '../../../../base/common/themables.js';\nimport './lightBulbWidget.css';\nimport { GlyphMarginLane } from '../../../common/model.js';\nimport { ModelDecorationOptions } from '../../../common/model/textModel.js';\nimport { computeIndentLevel } from '../../../common/model/utils.js';\nimport { autoFixCommandId, quickFixCommandId } from './codeAction.js';\nimport * as nls from '../../../../nls.js';\nimport { IKeybindingService } from '../../../../platform/keybinding/common/keybinding.js';\nimport { registerIcon } from '../../../../platform/theme/common/iconRegistry.js';\nimport { Range } from '../../../common/core/range.js';\nconst GUTTER_LIGHTBULB_ICON = registerIcon('gutter-lightbulb', Codicon.lightBulb, nls.localize('gutterLightbulbWidget', 'Icon which spawns code actions menu from the gutter when there is no space in the editor.'));\nconst GUTTER_LIGHTBULB_AUTO_FIX_ICON = registerIcon('gutter-lightbulb-auto-fix', Codicon.lightbulbAutofix, nls.localize('gutterLightbulbAutoFixWidget', 'Icon which spawns code actions menu from the gutter when there is no space in the editor and a quick fix is available.'));\nconst GUTTER_LIGHTBULB_AIFIX_ICON = registerIcon('gutter-lightbulb-sparkle', Codicon.lightbulbSparkle, nls.localize('gutterLightbulbAIFixWidget', 'Icon which spawns code actions menu from the gutter when there is no space in the editor and an AI fix is available.'));\nconst GUTTER_LIGHTBULB_AIFIX_AUTO_FIX_ICON = registerIcon('gutter-lightbulb-aifix-auto-fix', Codicon.lightbulbSparkleAutofix, nls.localize('gutterLightbulbAIFixAutoFixWidget', 'Icon which spawns code actions menu from the gutter when there is no space in the editor and an AI fix and a quick fix is available.'));\nconst GUTTER_SPARKLE_FILLED_ICON = registerIcon('gutter-lightbulb-sparkle-filled', Codicon.sparkleFilled, nls.localize('gutterLightbulbSparkleFilledWidget', 'Icon which spawns code actions menu from the gutter when there is no space in the editor and an AI fix and a quick fix is available.'));\nvar LightBulbState;\n(function (LightBulbState) {\n LightBulbState.Hidden = { type: 0 /* Type.Hidden */ };\n class Showing {\n constructor(actions, trigger, editorPosition, widgetPosition) {\n this.actions = actions;\n this.trigger = trigger;\n this.editorPosition = editorPosition;\n this.widgetPosition = widgetPosition;\n this.type = 1 /* Type.Showing */;\n }\n }\n LightBulbState.Showing = Showing;\n})(LightBulbState || (LightBulbState = {}));\nlet LightBulbWidget = class LightBulbWidget extends Disposable {\n static { LightBulbWidget_1 = this; }\n static { this.GUTTER_DECORATION = ModelDecorationOptions.register({\n description: 'codicon-gutter-lightbulb-decoration',\n glyphMarginClassName: ThemeIcon.asClassName(Codicon.lightBulb),\n glyphMargin: { position: GlyphMarginLane.Left },\n stickiness: 1 /* TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges */,\n }); }\n static { this.ID = 'editor.contrib.lightbulbWidget'; }\n static { this._posPref = [0 /* ContentWidgetPositionPreference.EXACT */]; }\n constructor(_editor, _keybindingService) {\n super();\n this._editor = _editor;\n this._keybindingService = _keybindingService;\n this._onClick = this._register(new Emitter());\n this.onClick = this._onClick.event;\n this._state = LightBulbState.Hidden;\n this._gutterState = LightBulbState.Hidden;\n this._iconClasses = [];\n this.lightbulbClasses = [\n 'codicon-' + GUTTER_LIGHTBULB_ICON.id,\n 'codicon-' + GUTTER_LIGHTBULB_AIFIX_AUTO_FIX_ICON.id,\n 'codicon-' + GUTTER_LIGHTBULB_AUTO_FIX_ICON.id,\n 'codicon-' + GUTTER_LIGHTBULB_AIFIX_ICON.id,\n 'codicon-' + GUTTER_SPARKLE_FILLED_ICON.id\n ];\n this.gutterDecoration = LightBulbWidget_1.GUTTER_DECORATION;\n this._domNode = dom.$('div.lightBulbWidget');\n this._domNode.role = 'listbox';\n this._register(Gesture.ignoreTarget(this._domNode));\n this._editor.addContentWidget(this);\n this._register(this._editor.onDidChangeModelContent(_ => {\n // cancel when the line in question has been removed\n const editorModel = this._editor.getModel();\n if (this.state.type !== 1 /* LightBulbState.Type.Showing */ || !editorModel || this.state.editorPosition.lineNumber >= editorModel.getLineCount()) {\n this.hide();\n }\n if (this.gutterState.type !== 1 /* LightBulbState.Type.Showing */ || !editorModel || this.gutterState.editorPosition.lineNumber >= editorModel.getLineCount()) {\n this.gutterHide();\n }\n }));\n this._register(dom.addStandardDisposableGenericMouseDownListener(this._domNode, e => {\n if (this.state.type !== 1 /* LightBulbState.Type.Showing */) {\n return;\n }\n // Make sure that focus / cursor location is not lost when clicking widget icon\n this._editor.focus();\n e.preventDefault();\n // a bit of extra work to make sure the menu\n // doesn't cover the line-text\n const { top, height } = dom.getDomNodePagePosition(this._domNode);\n const lineHeight = this._editor.getOption(67 /* EditorOption.lineHeight */);\n let pad = Math.floor(lineHeight / 3);\n if (this.state.widgetPosition.position !== null && this.state.widgetPosition.position.lineNumber < this.state.editorPosition.lineNumber) {\n pad += lineHeight;\n }\n this._onClick.fire({\n x: e.posx,\n y: top + height + pad,\n actions: this.state.actions,\n trigger: this.state.trigger,\n });\n }));\n this._register(dom.addDisposableListener(this._domNode, 'mouseenter', (e) => {\n if ((e.buttons & 1) !== 1) {\n return;\n }\n // mouse enters lightbulb while the primary/left button\n // is being pressed -> hide the lightbulb\n this.hide();\n }));\n this._register(Event.runAndSubscribe(this._keybindingService.onDidUpdateKeybindings, () => {\n this._preferredKbLabel = this._keybindingService.lookupKeybinding(autoFixCommandId)?.getLabel() ?? undefined;\n this._quickFixKbLabel = this._keybindingService.lookupKeybinding(quickFixCommandId)?.getLabel() ?? undefined;\n this._updateLightBulbTitleAndIcon();\n }));\n this._register(this._editor.onMouseDown(async (e) => {\n if (!e.target.element || !this.lightbulbClasses.some(cls => e.target.element && e.target.element.classList.contains(cls))) {\n return;\n }\n if (this.gutterState.type !== 1 /* LightBulbState.Type.Showing */) {\n return;\n }\n // Make sure that focus / cursor location is not lost when clicking widget icon\n this._editor.focus();\n // a bit of extra work to make sure the menu\n // doesn't cover the line-text\n const { top, height } = dom.getDomNodePagePosition(e.target.element);\n const lineHeight = this._editor.getOption(67 /* EditorOption.lineHeight */);\n let pad = Math.floor(lineHeight / 3);\n if (this.gutterState.widgetPosition.position !== null && this.gutterState.widgetPosition.position.lineNumber < this.gutterState.editorPosition.lineNumber) {\n pad += lineHeight;\n }\n this._onClick.fire({\n x: e.event.posx,\n y: top + height + pad,\n actions: this.gutterState.actions,\n trigger: this.gutterState.trigger,\n });\n }));\n }\n dispose() {\n super.dispose();\n this._editor.removeContentWidget(this);\n if (this._gutterDecorationID) {\n this._removeGutterDecoration(this._gutterDecorationID);\n }\n }\n getId() {\n return 'LightBulbWidget';\n }\n getDomNode() {\n return this._domNode;\n }\n getPosition() {\n return this._state.type === 1 /* LightBulbState.Type.Showing */ ? this._state.widgetPosition : null;\n }\n update(actions, trigger, atPosition) {\n if (actions.validActions.length <= 0) {\n this.gutterHide();\n return this.hide();\n }\n const hasTextFocus = this._editor.hasTextFocus();\n if (!hasTextFocus) {\n this.gutterHide();\n return this.hide();\n }\n const options = this._editor.getOptions();\n if (!options.get(65 /* EditorOption.lightbulb */).enabled) {\n this.gutterHide();\n return this.hide();\n }\n const model = this._editor.getModel();\n if (!model) {\n this.gutterHide();\n return this.hide();\n }\n const { lineNumber, column } = model.validatePosition(atPosition);\n const tabSize = model.getOptions().tabSize;\n const fontInfo = this._editor.getOptions().get(50 /* EditorOption.fontInfo */);\n const lineContent = model.getLineContent(lineNumber);\n const indent = computeIndentLevel(lineContent, tabSize);\n const lineHasSpace = fontInfo.spaceWidth * indent > 22;\n const isFolded = (lineNumber) => {\n return lineNumber > 2 && this._editor.getTopForLineNumber(lineNumber) === this._editor.getTopForLineNumber(lineNumber - 1);\n };\n // Check for glyph margin decorations of any kind\n const currLineDecorations = this._editor.getLineDecorations(lineNumber);\n let hasDecoration = false;\n if (currLineDecorations) {\n for (const decoration of currLineDecorations) {\n const glyphClass = decoration.options.glyphMarginClassName;\n if (glyphClass && !this.lightbulbClasses.some(className => glyphClass.includes(className))) {\n hasDecoration = true;\n break;\n }\n }\n }\n let effectiveLineNumber = lineNumber;\n let effectiveColumnNumber = 1;\n if (!lineHasSpace) {\n // Checks if line is empty or starts with any amount of whitespace\n const isLineEmptyOrIndented = (lineNumber) => {\n const lineContent = model.getLineContent(lineNumber);\n return /^\\s*$|^\\s+/.test(lineContent) || lineContent.length <= effectiveColumnNumber;\n };\n if (lineNumber > 1 && !isFolded(lineNumber - 1)) {\n const lineCount = model.getLineCount();\n const endLine = lineNumber === lineCount;\n const prevLineEmptyOrIndented = lineNumber > 1 && isLineEmptyOrIndented(lineNumber - 1);\n const nextLineEmptyOrIndented = !endLine && isLineEmptyOrIndented(lineNumber + 1);\n const currLineEmptyOrIndented = isLineEmptyOrIndented(lineNumber);\n const notEmpty = !nextLineEmptyOrIndented && !prevLineEmptyOrIndented;\n // check above and below. if both are blocked, display lightbulb in the gutter.\n if (!nextLineEmptyOrIndented && !prevLineEmptyOrIndented && !hasDecoration) {\n this.gutterState = new LightBulbState.Showing(actions, trigger, atPosition, {\n position: { lineNumber: effectiveLineNumber, column: effectiveColumnNumber },\n preference: LightBulbWidget_1._posPref\n });\n this.renderGutterLightbub();\n return this.hide();\n }\n else if (prevLineEmptyOrIndented || endLine || (prevLineEmptyOrIndented && !currLineEmptyOrIndented)) {\n effectiveLineNumber -= 1;\n }\n else if (nextLineEmptyOrIndented || (notEmpty && currLineEmptyOrIndented)) {\n effectiveLineNumber += 1;\n }\n }\n else if (lineNumber === 1 && (lineNumber === model.getLineCount() || !isLineEmptyOrIndented(lineNumber + 1) && !isLineEmptyOrIndented(lineNumber))) {\n // special checks for first line blocked vs. not blocked.\n this.gutterState = new LightBulbState.Showing(actions, trigger, atPosition, {\n position: { lineNumber: effectiveLineNumber, column: effectiveColumnNumber },\n preference: LightBulbWidget_1._posPref\n });\n if (hasDecoration) {\n this.gutterHide();\n }\n else {\n this.renderGutterLightbub();\n return this.hide();\n }\n }\n else if ((lineNumber < model.getLineCount()) && !isFolded(lineNumber + 1)) {\n effectiveLineNumber += 1;\n }\n else if (column * fontInfo.spaceWidth < 22) {\n // cannot show lightbulb above/below and showing\n // it inline would overlay the cursor...\n return this.hide();\n }\n effectiveColumnNumber = /^\\S\\s*$/.test(model.getLineContent(effectiveLineNumber)) ? 2 : 1;\n }\n this.state = new LightBulbState.Showing(actions, trigger, atPosition, {\n position: { lineNumber: effectiveLineNumber, column: effectiveColumnNumber },\n preference: LightBulbWidget_1._posPref\n });\n if (this._gutterDecorationID) {\n this._removeGutterDecoration(this._gutterDecorationID);\n this.gutterHide();\n }\n const validActions = actions.validActions;\n const actionKind = actions.validActions[0].action.kind;\n if (validActions.length !== 1 || !actionKind) {\n this._editor.layoutContentWidget(this);\n return;\n }\n this._editor.layoutContentWidget(this);\n }\n hide() {\n if (this.state === LightBulbState.Hidden) {\n return;\n }\n this.state = LightBulbState.Hidden;\n this._editor.layoutContentWidget(this);\n }\n gutterHide() {\n if (this.gutterState === LightBulbState.Hidden) {\n return;\n }\n if (this._gutterDecorationID) {\n this._removeGutterDecoration(this._gutterDecorationID);\n }\n this.gutterState = LightBulbState.Hidden;\n }\n get state() { return this._state; }\n set state(value) {\n this._state = value;\n this._updateLightBulbTitleAndIcon();\n }\n get gutterState() { return this._gutterState; }\n set gutterState(value) {\n this._gutterState = value;\n this._updateGutterLightBulbTitleAndIcon();\n }\n _updateLightBulbTitleAndIcon() {\n this._domNode.classList.remove(...this._iconClasses);\n this._iconClasses = [];\n if (this.state.type !== 1 /* LightBulbState.Type.Showing */) {\n return;\n }\n let icon;\n let autoRun = false;\n if (this.state.actions.allAIFixes) {\n icon = Codicon.sparkleFilled;\n if (this.state.actions.validActions.length === 1) {\n autoRun = true;\n }\n }\n else if (this.state.actions.hasAutoFix) {\n if (this.state.actions.hasAIFix) {\n icon = Codicon.lightbulbSparkleAutofix;\n }\n else {\n icon = Codicon.lightbulbAutofix;\n }\n }\n else if (this.state.actions.hasAIFix) {\n icon = Codicon.lightbulbSparkle;\n }\n else {\n icon = Codicon.lightBulb;\n }\n this._updateLightbulbTitle(this.state.actions.hasAutoFix, autoRun);\n this._iconClasses = ThemeIcon.asClassNameArray(icon);\n this._domNode.classList.add(...this._iconClasses);\n }\n _updateGutterLightBulbTitleAndIcon() {\n if (this.gutterState.type !== 1 /* LightBulbState.Type.Showing */) {\n return;\n }\n let icon;\n let autoRun = false;\n if (this.gutterState.actions.allAIFixes) {\n icon = GUTTER_SPARKLE_FILLED_ICON;\n if (this.gutterState.actions.validActions.length === 1) {\n autoRun = true;\n }\n }\n else if (this.gutterState.actions.hasAutoFix) {\n if (this.gutterState.actions.hasAIFix) {\n icon = GUTTER_LIGHTBULB_AIFIX_AUTO_FIX_ICON;\n }\n else {\n icon = GUTTER_LIGHTBULB_AUTO_FIX_ICON;\n }\n }\n else if (this.gutterState.actions.hasAIFix) {\n icon = GUTTER_LIGHTBULB_AIFIX_ICON;\n }\n else {\n icon = GUTTER_LIGHTBULB_ICON;\n }\n this._updateLightbulbTitle(this.gutterState.actions.hasAutoFix, autoRun);\n const GUTTER_DECORATION = ModelDecorationOptions.register({\n description: 'codicon-gutter-lightbulb-decoration',\n glyphMarginClassName: ThemeIcon.asClassName(icon),\n glyphMargin: { position: GlyphMarginLane.Left },\n stickiness: 1 /* TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges */,\n });\n this.gutterDecoration = GUTTER_DECORATION;\n }\n /* Gutter Helper Functions */\n renderGutterLightbub() {\n const selection = this._editor.getSelection();\n if (!selection) {\n return;\n }\n if (this._gutterDecorationID === undefined) {\n this._addGutterDecoration(selection.startLineNumber);\n }\n else {\n this._updateGutterDecoration(this._gutterDecorationID, selection.startLineNumber);\n }\n }\n _addGutterDecoration(lineNumber) {\n this._editor.changeDecorations((accessor) => {\n this._gutterDecorationID = accessor.addDecoration(new Range(lineNumber, 0, lineNumber, 0), this.gutterDecoration);\n });\n }\n _removeGutterDecoration(decorationId) {\n this._editor.changeDecorations((accessor) => {\n accessor.removeDecoration(decorationId);\n this._gutterDecorationID = undefined;\n });\n }\n _updateGutterDecoration(decorationId, lineNumber) {\n this._editor.changeDecorations((accessor) => {\n accessor.changeDecoration(decorationId, new Range(lineNumber, 0, lineNumber, 0));\n accessor.changeDecorationOptions(decorationId, this.gutterDecoration);\n });\n }\n _updateLightbulbTitle(autoFix, autoRun) {\n if (this.state.type !== 1 /* LightBulbState.Type.Showing */) {\n return;\n }\n if (autoRun) {\n this.title = nls.localize('codeActionAutoRun', \"Run: {0}\", this.state.actions.validActions[0].action.title);\n }\n else if (autoFix && this._preferredKbLabel) {\n this.title = nls.localize('preferredcodeActionWithKb', \"Show Code Actions. Preferred Quick Fix Available ({0})\", this._preferredKbLabel);\n }\n else if (!autoFix && this._quickFixKbLabel) {\n this.title = nls.localize('codeActionWithKb', \"Show Code Actions ({0})\", this._quickFixKbLabel);\n }\n else if (!autoFix) {\n this.title = nls.localize('codeAction', \"Show Code Actions\");\n }\n }\n set title(value) {\n this._domNode.title = value;\n }\n};\nLightBulbWidget = LightBulbWidget_1 = __decorate([\n __param(1, IKeybindingService)\n], LightBulbWidget);\nexport { LightBulbWidget };\n"],"names":["nls.localize","LightBulbState","dom.$","dom.addStandardDisposableGenericMouseDownListener","dom.getDomNodePagePosition","dom.addDisposableListener","_a","lineNumber","lineContent"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,141 @@
1
+ import { onUnexpectedExternalError } from "../../../../base/common/errors.es.js";
2
+ import { HierarchicalKind } from "../../../../base/common/hierarchicalKind.es.js";
3
+ const CodeActionKind = new class {
4
+ constructor() {
5
+ this.QuickFix = new HierarchicalKind("quickfix");
6
+ this.Refactor = new HierarchicalKind("refactor");
7
+ this.RefactorExtract = this.Refactor.append("extract");
8
+ this.RefactorInline = this.Refactor.append("inline");
9
+ this.RefactorMove = this.Refactor.append("move");
10
+ this.RefactorRewrite = this.Refactor.append("rewrite");
11
+ this.Notebook = new HierarchicalKind("notebook");
12
+ this.Source = new HierarchicalKind("source");
13
+ this.SourceOrganizeImports = this.Source.append("organizeImports");
14
+ this.SourceFixAll = this.Source.append("fixAll");
15
+ this.SurroundWith = this.Refactor.append("surround");
16
+ }
17
+ }();
18
+ var CodeActionTriggerSource;
19
+ (function(CodeActionTriggerSource2) {
20
+ CodeActionTriggerSource2["Refactor"] = "refactor";
21
+ CodeActionTriggerSource2["RefactorPreview"] = "refactor preview";
22
+ CodeActionTriggerSource2["Lightbulb"] = "lightbulb";
23
+ CodeActionTriggerSource2["Default"] = "other (default)";
24
+ CodeActionTriggerSource2["SourceAction"] = "source action";
25
+ CodeActionTriggerSource2["QuickFix"] = "quick fix action";
26
+ CodeActionTriggerSource2["FixAll"] = "fix all";
27
+ CodeActionTriggerSource2["OrganizeImports"] = "organize imports";
28
+ CodeActionTriggerSource2["AutoFix"] = "auto fix";
29
+ CodeActionTriggerSource2["QuickFixHover"] = "quick fix hover window";
30
+ CodeActionTriggerSource2["OnSave"] = "save participants";
31
+ CodeActionTriggerSource2["ProblemsView"] = "problems view";
32
+ })(CodeActionTriggerSource || (CodeActionTriggerSource = {}));
33
+ function mayIncludeActionsOfKind(filter, providedKind) {
34
+ if (filter.include && !filter.include.intersects(providedKind)) {
35
+ return false;
36
+ }
37
+ if (filter.excludes) {
38
+ if (filter.excludes.some((exclude) => excludesAction(providedKind, exclude, filter.include))) {
39
+ return false;
40
+ }
41
+ }
42
+ if (!filter.includeSourceActions && CodeActionKind.Source.contains(providedKind)) {
43
+ return false;
44
+ }
45
+ return true;
46
+ }
47
+ function filtersAction(filter, action) {
48
+ const actionKind = action.kind ? new HierarchicalKind(action.kind) : void 0;
49
+ if (filter.include) {
50
+ if (!actionKind || !filter.include.contains(actionKind)) {
51
+ return false;
52
+ }
53
+ }
54
+ if (filter.excludes) {
55
+ if (actionKind && filter.excludes.some((exclude) => excludesAction(actionKind, exclude, filter.include))) {
56
+ return false;
57
+ }
58
+ }
59
+ if (!filter.includeSourceActions) {
60
+ if (actionKind && CodeActionKind.Source.contains(actionKind)) {
61
+ return false;
62
+ }
63
+ }
64
+ if (filter.onlyIncludePreferredActions) {
65
+ if (!action.isPreferred) {
66
+ return false;
67
+ }
68
+ }
69
+ return true;
70
+ }
71
+ function excludesAction(providedKind, exclude, include) {
72
+ if (!exclude.contains(providedKind)) {
73
+ return false;
74
+ }
75
+ if (include && exclude.contains(include)) {
76
+ return false;
77
+ }
78
+ return true;
79
+ }
80
+ class CodeActionCommandArgs {
81
+ static fromUser(arg, defaults) {
82
+ if (!arg || typeof arg !== "object") {
83
+ return new CodeActionCommandArgs(defaults.kind, defaults.apply, false);
84
+ }
85
+ return new CodeActionCommandArgs(CodeActionCommandArgs.getKindFromUser(arg, defaults.kind), CodeActionCommandArgs.getApplyFromUser(arg, defaults.apply), CodeActionCommandArgs.getPreferredUser(arg));
86
+ }
87
+ static getApplyFromUser(arg, defaultAutoApply) {
88
+ switch (typeof arg.apply === "string" ? arg.apply.toLowerCase() : "") {
89
+ case "first":
90
+ return "first";
91
+ case "never":
92
+ return "never";
93
+ case "ifsingle":
94
+ return "ifSingle";
95
+ default:
96
+ return defaultAutoApply;
97
+ }
98
+ }
99
+ static getKindFromUser(arg, defaultKind) {
100
+ return typeof arg.kind === "string" ? new HierarchicalKind(arg.kind) : defaultKind;
101
+ }
102
+ static getPreferredUser(arg) {
103
+ return typeof arg.preferred === "boolean" ? arg.preferred : false;
104
+ }
105
+ constructor(kind, apply, preferred) {
106
+ this.kind = kind;
107
+ this.apply = apply;
108
+ this.preferred = preferred;
109
+ }
110
+ }
111
+ class CodeActionItem {
112
+ constructor(action, provider, highlightRange) {
113
+ this.action = action;
114
+ this.provider = provider;
115
+ this.highlightRange = highlightRange;
116
+ }
117
+ async resolve(token) {
118
+ var _a;
119
+ if (((_a = this.provider) == null ? void 0 : _a.resolveCodeAction) && !this.action.edit) {
120
+ let action;
121
+ try {
122
+ action = await this.provider.resolveCodeAction(this.action, token);
123
+ } catch (err) {
124
+ onUnexpectedExternalError(err);
125
+ }
126
+ if (action) {
127
+ this.action.edit = action.edit;
128
+ }
129
+ }
130
+ return this;
131
+ }
132
+ }
133
+ export {
134
+ CodeActionCommandArgs,
135
+ CodeActionItem,
136
+ CodeActionKind,
137
+ CodeActionTriggerSource,
138
+ filtersAction,
139
+ mayIncludeActionsOfKind
140
+ };
141
+ //# sourceMappingURL=types.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/common/types.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 { onUnexpectedExternalError } from '../../../../base/common/errors.js';\nimport { HierarchicalKind } from '../../../../base/common/hierarchicalKind.js';\nexport const CodeActionKind = new class {\n constructor() {\n this.QuickFix = new HierarchicalKind('quickfix');\n this.Refactor = new HierarchicalKind('refactor');\n this.RefactorExtract = this.Refactor.append('extract');\n this.RefactorInline = this.Refactor.append('inline');\n this.RefactorMove = this.Refactor.append('move');\n this.RefactorRewrite = this.Refactor.append('rewrite');\n this.Notebook = new HierarchicalKind('notebook');\n this.Source = new HierarchicalKind('source');\n this.SourceOrganizeImports = this.Source.append('organizeImports');\n this.SourceFixAll = this.Source.append('fixAll');\n this.SurroundWith = this.Refactor.append('surround');\n }\n};\nexport var CodeActionTriggerSource;\n(function (CodeActionTriggerSource) {\n CodeActionTriggerSource[\"Refactor\"] = \"refactor\";\n CodeActionTriggerSource[\"RefactorPreview\"] = \"refactor preview\";\n CodeActionTriggerSource[\"Lightbulb\"] = \"lightbulb\";\n CodeActionTriggerSource[\"Default\"] = \"other (default)\";\n CodeActionTriggerSource[\"SourceAction\"] = \"source action\";\n CodeActionTriggerSource[\"QuickFix\"] = \"quick fix action\";\n CodeActionTriggerSource[\"FixAll\"] = \"fix all\";\n CodeActionTriggerSource[\"OrganizeImports\"] = \"organize imports\";\n CodeActionTriggerSource[\"AutoFix\"] = \"auto fix\";\n CodeActionTriggerSource[\"QuickFixHover\"] = \"quick fix hover window\";\n CodeActionTriggerSource[\"OnSave\"] = \"save participants\";\n CodeActionTriggerSource[\"ProblemsView\"] = \"problems view\";\n})(CodeActionTriggerSource || (CodeActionTriggerSource = {}));\nexport function mayIncludeActionsOfKind(filter, providedKind) {\n // A provided kind may be a subset or superset of our filtered kind.\n if (filter.include && !filter.include.intersects(providedKind)) {\n return false;\n }\n if (filter.excludes) {\n if (filter.excludes.some(exclude => excludesAction(providedKind, exclude, filter.include))) {\n return false;\n }\n }\n // Don't return source actions unless they are explicitly requested\n if (!filter.includeSourceActions && CodeActionKind.Source.contains(providedKind)) {\n return false;\n }\n return true;\n}\nexport function filtersAction(filter, action) {\n const actionKind = action.kind ? new HierarchicalKind(action.kind) : undefined;\n // Filter out actions by kind\n if (filter.include) {\n if (!actionKind || !filter.include.contains(actionKind)) {\n return false;\n }\n }\n if (filter.excludes) {\n if (actionKind && filter.excludes.some(exclude => excludesAction(actionKind, exclude, filter.include))) {\n return false;\n }\n }\n // Don't return source actions unless they are explicitly requested\n if (!filter.includeSourceActions) {\n if (actionKind && CodeActionKind.Source.contains(actionKind)) {\n return false;\n }\n }\n if (filter.onlyIncludePreferredActions) {\n if (!action.isPreferred) {\n return false;\n }\n }\n return true;\n}\nfunction excludesAction(providedKind, exclude, include) {\n if (!exclude.contains(providedKind)) {\n return false;\n }\n if (include && exclude.contains(include)) {\n // The include is more specific, don't filter out\n return false;\n }\n return true;\n}\nexport class CodeActionCommandArgs {\n static fromUser(arg, defaults) {\n if (!arg || typeof arg !== 'object') {\n return new CodeActionCommandArgs(defaults.kind, defaults.apply, false);\n }\n return new CodeActionCommandArgs(CodeActionCommandArgs.getKindFromUser(arg, defaults.kind), CodeActionCommandArgs.getApplyFromUser(arg, defaults.apply), CodeActionCommandArgs.getPreferredUser(arg));\n }\n static getApplyFromUser(arg, defaultAutoApply) {\n switch (typeof arg.apply === 'string' ? arg.apply.toLowerCase() : '') {\n case 'first': return \"first\" /* CodeActionAutoApply.First */;\n case 'never': return \"never\" /* CodeActionAutoApply.Never */;\n case 'ifsingle': return \"ifSingle\" /* CodeActionAutoApply.IfSingle */;\n default: return defaultAutoApply;\n }\n }\n static getKindFromUser(arg, defaultKind) {\n return typeof arg.kind === 'string'\n ? new HierarchicalKind(arg.kind)\n : defaultKind;\n }\n static getPreferredUser(arg) {\n return typeof arg.preferred === 'boolean'\n ? arg.preferred\n : false;\n }\n constructor(kind, apply, preferred) {\n this.kind = kind;\n this.apply = apply;\n this.preferred = preferred;\n }\n}\nexport class CodeActionItem {\n constructor(action, provider, highlightRange) {\n this.action = action;\n this.provider = provider;\n this.highlightRange = highlightRange;\n }\n async resolve(token) {\n if (this.provider?.resolveCodeAction && !this.action.edit) {\n let action;\n try {\n action = await this.provider.resolveCodeAction(this.action, token);\n }\n catch (err) {\n onUnexpectedExternalError(err);\n }\n if (action) {\n this.action.edit = action.edit;\n }\n }\n return this;\n }\n}\n"],"names":["CodeActionTriggerSource"],"mappings":"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","x_google_ignoreList":[0]}