@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,566 @@
1
+ var _a;
2
+ import { ModifierKeyEmitter, isHTMLElement } from "../../../../base/browser/dom.es.js";
3
+ import { isNonEmptyArray } from "../../../../base/common/arrays.es.js";
4
+ import { RunOnceScheduler } from "../../../../base/common/async.es.js";
5
+ import { CancellationTokenSource, CancellationToken } from "../../../../base/common/cancellation.es.js";
6
+ import { onUnexpectedError } from "../../../../base/common/errors.es.js";
7
+ import { DisposableStore, toDisposable } from "../../../../base/common/lifecycle.es.js";
8
+ import { LRUCache } from "../../../../base/common/map.es.js";
9
+ import { assertType } from "../../../../base/common/types.es.js";
10
+ import { URI } from "../../../../base/common/uri.es.js";
11
+ import { DynamicCssRules } from "../../../browser/editorDom.es.js";
12
+ import { StableEditorScrollState } from "../../../browser/stableEditorScroll.es.js";
13
+ import { EDITOR_FONT_DEFAULTS } from "../../../common/config/editorOptions.es.js";
14
+ import { EditOperation } from "../../../common/core/editOperation.es.js";
15
+ import { Range } from "../../../common/core/range.es.js";
16
+ import { Command, InlayHintKind } from "../../../common/languages.es.js";
17
+ import { InjectedTextCursorStops } from "../../../common/model.es.js";
18
+ import { ModelDecorationInjectedTextOptions } from "../../../common/model/textModel.es.js";
19
+ import { ILanguageFeatureDebounceService } from "../../../common/services/languageFeatureDebounce.es.js";
20
+ import { ILanguageFeaturesService } from "../../../common/services/languageFeatures.es.js";
21
+ import { ITextModelService } from "../../../common/services/resolverService.es.js";
22
+ import { ClickLinkGesture } from "../../gotoSymbol/browser/link/clickLinkGesture.es.js";
23
+ import { InlayHintsFragments, InlayHintAnchor } from "./inlayHints.es.js";
24
+ import { goToDefinitionWithLocation, showGoToContextMenu } from "./inlayHintsLocations.es.js";
25
+ import { ICommandService, CommandsRegistry } from "../../../../platform/commands/common/commands.es.js";
26
+ import { registerSingleton } from "../../../../platform/instantiation/common/extensions.es.js";
27
+ import { createDecorator, IInstantiationService } from "../../../../platform/instantiation/common/instantiation.es.js";
28
+ import { Severity, INotificationService } from "../../../../platform/notification/common/notification.es.js";
29
+ import "../../../../platform/theme/common/colorUtils.es.js";
30
+ import "../../../../platform/theme/common/colors/baseColors.es.js";
31
+ import "../../../../platform/theme/common/colors/chartsColors.es.js";
32
+ import { editorActiveLinkForeground, editorInlayHintParameterBackground, editorInlayHintParameterForeground, editorInlayHintTypeBackground, editorInlayHintTypeForeground, editorInlayHintBackground, editorInlayHintForeground } from "../../../../platform/theme/common/colors/editorColors.es.js";
33
+ import "../../../../platform/theme/common/colors/inputColors.es.js";
34
+ import "../../../../platform/theme/common/colors/listColors.es.js";
35
+ import "../../../../platform/theme/common/colors/menuColors.es.js";
36
+ import "../../../../platform/theme/common/colors/minimapColors.es.js";
37
+ import "../../../../platform/theme/common/colors/miscColors.es.js";
38
+ import "../../../../platform/theme/common/colors/quickpickColors.es.js";
39
+ import "../../../../platform/theme/common/colors/searchColors.es.js";
40
+ import { themeColorFromId } from "../../../../platform/theme/common/themeService.es.js";
41
+ var __decorate = function(decorators, target, key, desc) {
42
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
43
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
44
+ 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;
45
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
46
+ };
47
+ var __param = function(paramIndex, decorator) {
48
+ return function(target, key) {
49
+ decorator(target, key, paramIndex);
50
+ };
51
+ };
52
+ var InlayHintsController_1;
53
+ class InlayHintsCache {
54
+ constructor() {
55
+ this._entries = new LRUCache(50);
56
+ }
57
+ get(model) {
58
+ const key = InlayHintsCache._key(model);
59
+ return this._entries.get(key);
60
+ }
61
+ set(model, value) {
62
+ const key = InlayHintsCache._key(model);
63
+ this._entries.set(key, value);
64
+ }
65
+ static _key(model) {
66
+ return `${model.uri.toString()}/${model.getVersionId()}`;
67
+ }
68
+ }
69
+ const IInlayHintsCache = createDecorator("IInlayHintsCache");
70
+ registerSingleton(
71
+ IInlayHintsCache,
72
+ InlayHintsCache,
73
+ 1
74
+ /* InstantiationType.Delayed */
75
+ );
76
+ class RenderedInlayHintLabelPart {
77
+ constructor(item, index) {
78
+ this.item = item;
79
+ this.index = index;
80
+ }
81
+ get part() {
82
+ const label = this.item.hint.label;
83
+ if (typeof label === "string") {
84
+ return { label };
85
+ } else {
86
+ return label[this.index];
87
+ }
88
+ }
89
+ }
90
+ class ActiveInlayHintInfo {
91
+ constructor(part, hasTriggerModifier) {
92
+ this.part = part;
93
+ this.hasTriggerModifier = hasTriggerModifier;
94
+ }
95
+ }
96
+ let InlayHintsController = (_a = class {
97
+ static get(editor) {
98
+ return editor.getContribution(InlayHintsController_1.ID) ?? void 0;
99
+ }
100
+ constructor(_editor, _languageFeaturesService, _featureDebounce, _inlayHintsCache, _commandService, _notificationService, _instaService) {
101
+ this._editor = _editor;
102
+ this._languageFeaturesService = _languageFeaturesService;
103
+ this._inlayHintsCache = _inlayHintsCache;
104
+ this._commandService = _commandService;
105
+ this._notificationService = _notificationService;
106
+ this._instaService = _instaService;
107
+ this._disposables = new DisposableStore();
108
+ this._sessionDisposables = new DisposableStore();
109
+ this._decorationsMetadata = /* @__PURE__ */ new Map();
110
+ this._ruleFactory = new DynamicCssRules(this._editor);
111
+ this._activeRenderMode = 0;
112
+ this._debounceInfo = _featureDebounce.for(_languageFeaturesService.inlayHintsProvider, "InlayHint", { min: 25 });
113
+ this._disposables.add(_languageFeaturesService.inlayHintsProvider.onDidChange(() => this._update()));
114
+ this._disposables.add(_editor.onDidChangeModel(() => this._update()));
115
+ this._disposables.add(_editor.onDidChangeModelLanguage(() => this._update()));
116
+ this._disposables.add(_editor.onDidChangeConfiguration((e) => {
117
+ if (e.hasChanged(
118
+ 142
119
+ /* EditorOption.inlayHints */
120
+ )) {
121
+ this._update();
122
+ }
123
+ }));
124
+ this._update();
125
+ }
126
+ dispose() {
127
+ this._sessionDisposables.dispose();
128
+ this._removeAllDecorations();
129
+ this._disposables.dispose();
130
+ }
131
+ _update() {
132
+ this._sessionDisposables.clear();
133
+ this._removeAllDecorations();
134
+ const options = this._editor.getOption(
135
+ 142
136
+ /* EditorOption.inlayHints */
137
+ );
138
+ if (options.enabled === "off") {
139
+ return;
140
+ }
141
+ const model = this._editor.getModel();
142
+ if (!model || !this._languageFeaturesService.inlayHintsProvider.has(model)) {
143
+ return;
144
+ }
145
+ if (options.enabled === "on") {
146
+ this._activeRenderMode = 0;
147
+ } else {
148
+ let defaultMode;
149
+ let altMode;
150
+ if (options.enabled === "onUnlessPressed") {
151
+ defaultMode = 0;
152
+ altMode = 1;
153
+ } else {
154
+ defaultMode = 1;
155
+ altMode = 0;
156
+ }
157
+ this._activeRenderMode = defaultMode;
158
+ this._sessionDisposables.add(ModifierKeyEmitter.getInstance().event((e) => {
159
+ if (!this._editor.hasModel()) {
160
+ return;
161
+ }
162
+ const newRenderMode = e.altKey && e.ctrlKey && !(e.shiftKey || e.metaKey) ? altMode : defaultMode;
163
+ if (newRenderMode !== this._activeRenderMode) {
164
+ this._activeRenderMode = newRenderMode;
165
+ const model2 = this._editor.getModel();
166
+ const copies = this._copyInlayHintsWithCurrentAnchor(model2);
167
+ this._updateHintsDecorators([model2.getFullModelRange()], copies);
168
+ scheduler.schedule(0);
169
+ }
170
+ }));
171
+ }
172
+ const cached = this._inlayHintsCache.get(model);
173
+ if (cached) {
174
+ this._updateHintsDecorators([model.getFullModelRange()], cached);
175
+ }
176
+ this._sessionDisposables.add(toDisposable(() => {
177
+ if (!model.isDisposed()) {
178
+ this._cacheHintsForFastRestore(model);
179
+ }
180
+ }));
181
+ let cts;
182
+ const watchedProviders = /* @__PURE__ */ new Set();
183
+ const scheduler = new RunOnceScheduler(async () => {
184
+ const t1 = Date.now();
185
+ cts == null ? void 0 : cts.dispose(true);
186
+ cts = new CancellationTokenSource();
187
+ const listener = model.onWillDispose(() => cts == null ? void 0 : cts.cancel());
188
+ try {
189
+ const myToken = cts.token;
190
+ const inlayHints = await InlayHintsFragments.create(this._languageFeaturesService.inlayHintsProvider, model, this._getHintsRanges(), myToken);
191
+ scheduler.delay = this._debounceInfo.update(model, Date.now() - t1);
192
+ if (myToken.isCancellationRequested) {
193
+ inlayHints.dispose();
194
+ return;
195
+ }
196
+ for (const provider of inlayHints.provider) {
197
+ if (typeof provider.onDidChangeInlayHints === "function" && !watchedProviders.has(provider)) {
198
+ watchedProviders.add(provider);
199
+ this._sessionDisposables.add(provider.onDidChangeInlayHints(() => {
200
+ if (!scheduler.isScheduled()) {
201
+ scheduler.schedule();
202
+ }
203
+ }));
204
+ }
205
+ }
206
+ this._sessionDisposables.add(inlayHints);
207
+ this._updateHintsDecorators(inlayHints.ranges, inlayHints.items);
208
+ this._cacheHintsForFastRestore(model);
209
+ } catch (err) {
210
+ onUnexpectedError(err);
211
+ } finally {
212
+ cts.dispose();
213
+ listener.dispose();
214
+ }
215
+ }, this._debounceInfo.get(model));
216
+ this._sessionDisposables.add(scheduler);
217
+ this._sessionDisposables.add(toDisposable(() => cts == null ? void 0 : cts.dispose(true)));
218
+ scheduler.schedule(0);
219
+ this._sessionDisposables.add(this._editor.onDidScrollChange((e) => {
220
+ if (e.scrollTopChanged || !scheduler.isScheduled()) {
221
+ scheduler.schedule();
222
+ }
223
+ }));
224
+ this._sessionDisposables.add(this._editor.onDidChangeModelContent((e) => {
225
+ cts == null ? void 0 : cts.cancel();
226
+ const delay = Math.max(scheduler.delay, 1250);
227
+ scheduler.schedule(delay);
228
+ }));
229
+ this._sessionDisposables.add(this._installDblClickGesture(() => scheduler.schedule(0)));
230
+ this._sessionDisposables.add(this._installLinkGesture());
231
+ this._sessionDisposables.add(this._installContextMenu());
232
+ }
233
+ _installLinkGesture() {
234
+ const store = new DisposableStore();
235
+ const gesture = store.add(new ClickLinkGesture(this._editor));
236
+ const sessionStore = new DisposableStore();
237
+ store.add(sessionStore);
238
+ store.add(gesture.onMouseMoveOrRelevantKeyDown((e) => {
239
+ const [mouseEvent] = e;
240
+ const labelPart = this._getInlayHintLabelPart(mouseEvent);
241
+ const model = this._editor.getModel();
242
+ if (!labelPart || !model) {
243
+ sessionStore.clear();
244
+ return;
245
+ }
246
+ const cts = new CancellationTokenSource();
247
+ sessionStore.add(toDisposable(() => cts.dispose(true)));
248
+ labelPart.item.resolve(cts.token);
249
+ this._activeInlayHintPart = labelPart.part.command || labelPart.part.location ? new ActiveInlayHintInfo(labelPart, mouseEvent.hasTriggerModifier) : void 0;
250
+ const lineNumber = model.validatePosition(labelPart.item.hint.position).lineNumber;
251
+ const range = new Range(lineNumber, 1, lineNumber, model.getLineMaxColumn(lineNumber));
252
+ const lineHints = this._getInlineHintsForRange(range);
253
+ this._updateHintsDecorators([range], lineHints);
254
+ sessionStore.add(toDisposable(() => {
255
+ this._activeInlayHintPart = void 0;
256
+ this._updateHintsDecorators([range], lineHints);
257
+ }));
258
+ }));
259
+ store.add(gesture.onCancel(() => sessionStore.clear()));
260
+ store.add(gesture.onExecute(async (e) => {
261
+ const label = this._getInlayHintLabelPart(e);
262
+ if (label) {
263
+ const part = label.part;
264
+ if (part.location) {
265
+ this._instaService.invokeFunction(goToDefinitionWithLocation, e, this._editor, part.location);
266
+ } else if (Command.is(part.command)) {
267
+ await this._invokeCommand(part.command, label.item);
268
+ }
269
+ }
270
+ }));
271
+ return store;
272
+ }
273
+ _getInlineHintsForRange(range) {
274
+ const lineHints = /* @__PURE__ */ new Set();
275
+ for (const data of this._decorationsMetadata.values()) {
276
+ if (range.containsRange(data.item.anchor.range)) {
277
+ lineHints.add(data.item);
278
+ }
279
+ }
280
+ return Array.from(lineHints);
281
+ }
282
+ _installDblClickGesture(updateInlayHints) {
283
+ return this._editor.onMouseUp(async (e) => {
284
+ if (e.event.detail !== 2) {
285
+ return;
286
+ }
287
+ const part = this._getInlayHintLabelPart(e);
288
+ if (!part) {
289
+ return;
290
+ }
291
+ e.event.preventDefault();
292
+ await part.item.resolve(CancellationToken.None);
293
+ if (isNonEmptyArray(part.item.hint.textEdits)) {
294
+ const edits = part.item.hint.textEdits.map((edit) => EditOperation.replace(Range.lift(edit.range), edit.text));
295
+ this._editor.executeEdits("inlayHint.default", edits);
296
+ updateInlayHints();
297
+ }
298
+ });
299
+ }
300
+ _installContextMenu() {
301
+ return this._editor.onContextMenu(async (e) => {
302
+ if (!isHTMLElement(e.event.target)) {
303
+ return;
304
+ }
305
+ const part = this._getInlayHintLabelPart(e);
306
+ if (part) {
307
+ await this._instaService.invokeFunction(showGoToContextMenu, this._editor, e.event.target, part);
308
+ }
309
+ });
310
+ }
311
+ _getInlayHintLabelPart(e) {
312
+ var _a2;
313
+ if (e.target.type !== 6) {
314
+ return void 0;
315
+ }
316
+ const options = (_a2 = e.target.detail.injectedText) == null ? void 0 : _a2.options;
317
+ if (options instanceof ModelDecorationInjectedTextOptions && (options == null ? void 0 : options.attachedData) instanceof RenderedInlayHintLabelPart) {
318
+ return options.attachedData;
319
+ }
320
+ return void 0;
321
+ }
322
+ async _invokeCommand(command, item) {
323
+ try {
324
+ await this._commandService.executeCommand(command.id, ...command.arguments ?? []);
325
+ } catch (err) {
326
+ this._notificationService.notify({
327
+ severity: Severity.Error,
328
+ source: item.provider.displayName,
329
+ message: err
330
+ });
331
+ }
332
+ }
333
+ _cacheHintsForFastRestore(model) {
334
+ const hints = this._copyInlayHintsWithCurrentAnchor(model);
335
+ this._inlayHintsCache.set(model, hints);
336
+ }
337
+ // return inlay hints but with an anchor that reflects "updates"
338
+ // that happened after receiving them, e.g adding new lines before a hint
339
+ _copyInlayHintsWithCurrentAnchor(model) {
340
+ const items = /* @__PURE__ */ new Map();
341
+ for (const [id, obj] of this._decorationsMetadata) {
342
+ if (items.has(obj.item)) {
343
+ continue;
344
+ }
345
+ const range = model.getDecorationRange(id);
346
+ if (range) {
347
+ const anchor = new InlayHintAnchor(range, obj.item.anchor.direction);
348
+ const copy = obj.item.with({ anchor });
349
+ items.set(obj.item, copy);
350
+ }
351
+ }
352
+ return Array.from(items.values());
353
+ }
354
+ _getHintsRanges() {
355
+ const extra = 30;
356
+ const model = this._editor.getModel();
357
+ const visibleRanges = this._editor.getVisibleRangesPlusViewportAboveBelow();
358
+ const result = [];
359
+ for (const range of visibleRanges.sort(Range.compareRangesUsingStarts)) {
360
+ const extendedRange = model.validateRange(new Range(range.startLineNumber - extra, range.startColumn, range.endLineNumber + extra, range.endColumn));
361
+ if (result.length === 0 || !Range.areIntersectingOrTouching(result[result.length - 1], extendedRange)) {
362
+ result.push(extendedRange);
363
+ } else {
364
+ result[result.length - 1] = Range.plusRange(result[result.length - 1], extendedRange);
365
+ }
366
+ }
367
+ return result;
368
+ }
369
+ _updateHintsDecorators(ranges, items) {
370
+ var _a2, _b;
371
+ const newDecorationsData = [];
372
+ const addInjectedText = (item, ref, content, cursorStops, attachedData) => {
373
+ const opts = {
374
+ content,
375
+ inlineClassNameAffectsLetterSpacing: true,
376
+ inlineClassName: ref.className,
377
+ cursorStops,
378
+ attachedData
379
+ };
380
+ newDecorationsData.push({
381
+ item,
382
+ classNameRef: ref,
383
+ decoration: {
384
+ range: item.anchor.range,
385
+ options: {
386
+ // className: "rangeHighlight", // DEBUG highlight to see to what range a hint is attached
387
+ description: "InlayHint",
388
+ showIfCollapsed: item.anchor.range.isEmpty(),
389
+ // "original" range is empty
390
+ collapseOnReplaceEdit: !item.anchor.range.isEmpty(),
391
+ stickiness: 0,
392
+ [item.anchor.direction]: this._activeRenderMode === 0 ? opts : void 0
393
+ }
394
+ }
395
+ });
396
+ };
397
+ const addInjectedWhitespace = (item, isLast) => {
398
+ const marginRule = this._ruleFactory.createClassNameRef({
399
+ width: `${fontSize / 3 | 0}px`,
400
+ display: "inline-block"
401
+ });
402
+ addInjectedText(item, marginRule, " ", isLast ? InjectedTextCursorStops.Right : InjectedTextCursorStops.None);
403
+ };
404
+ const { fontSize, fontFamily, padding, isUniform } = this._getLayoutInfo();
405
+ const fontFamilyVar = "--code-editorInlayHintsFontFamily";
406
+ this._editor.getContainerDomNode().style.setProperty(fontFamilyVar, fontFamily);
407
+ let currentLineInfo = { line: 0, totalLen: 0 };
408
+ for (const item of items) {
409
+ if (currentLineInfo.line !== item.anchor.range.startLineNumber) {
410
+ currentLineInfo = { line: item.anchor.range.startLineNumber, totalLen: 0 };
411
+ }
412
+ if (currentLineInfo.totalLen > InlayHintsController_1._MAX_LABEL_LEN) {
413
+ continue;
414
+ }
415
+ if (item.hint.paddingLeft) {
416
+ addInjectedWhitespace(item, false);
417
+ }
418
+ const parts = typeof item.hint.label === "string" ? [{ label: item.hint.label }] : item.hint.label;
419
+ for (let i = 0; i < parts.length; i++) {
420
+ const part = parts[i];
421
+ const isFirst = i === 0;
422
+ const isLast = i === parts.length - 1;
423
+ const cssProperties = {
424
+ fontSize: `${fontSize}px`,
425
+ fontFamily: `var(${fontFamilyVar}), ${EDITOR_FONT_DEFAULTS.fontFamily}`,
426
+ verticalAlign: isUniform ? "baseline" : "middle",
427
+ unicodeBidi: "isolate"
428
+ };
429
+ if (isNonEmptyArray(item.hint.textEdits)) {
430
+ cssProperties.cursor = "default";
431
+ }
432
+ this._fillInColors(cssProperties, item.hint);
433
+ if ((part.command || part.location) && ((_a2 = this._activeInlayHintPart) == null ? void 0 : _a2.part.item) === item && this._activeInlayHintPart.part.index === i) {
434
+ cssProperties.textDecoration = "underline";
435
+ if (this._activeInlayHintPart.hasTriggerModifier) {
436
+ cssProperties.color = themeColorFromId(editorActiveLinkForeground);
437
+ cssProperties.cursor = "pointer";
438
+ }
439
+ }
440
+ if (padding) {
441
+ if (isFirst && isLast) {
442
+ cssProperties.padding = `1px ${Math.max(1, fontSize / 4) | 0}px`;
443
+ cssProperties.borderRadius = `${fontSize / 4 | 0}px`;
444
+ } else if (isFirst) {
445
+ cssProperties.padding = `1px 0 1px ${Math.max(1, fontSize / 4) | 0}px`;
446
+ cssProperties.borderRadius = `${fontSize / 4 | 0}px 0 0 ${fontSize / 4 | 0}px`;
447
+ } else if (isLast) {
448
+ cssProperties.padding = `1px ${Math.max(1, fontSize / 4) | 0}px 1px 0`;
449
+ cssProperties.borderRadius = `0 ${fontSize / 4 | 0}px ${fontSize / 4 | 0}px 0`;
450
+ } else {
451
+ cssProperties.padding = `1px 0 1px 0`;
452
+ }
453
+ }
454
+ let textlabel = part.label;
455
+ currentLineInfo.totalLen += textlabel.length;
456
+ let tooLong = false;
457
+ const over = currentLineInfo.totalLen - InlayHintsController_1._MAX_LABEL_LEN;
458
+ if (over > 0) {
459
+ textlabel = textlabel.slice(0, -over) + "…";
460
+ tooLong = true;
461
+ }
462
+ addInjectedText(item, this._ruleFactory.createClassNameRef(cssProperties), fixSpace(textlabel), isLast && !item.hint.paddingRight ? InjectedTextCursorStops.Right : InjectedTextCursorStops.None, new RenderedInlayHintLabelPart(item, i));
463
+ if (tooLong) {
464
+ break;
465
+ }
466
+ }
467
+ if (item.hint.paddingRight) {
468
+ addInjectedWhitespace(item, true);
469
+ }
470
+ if (newDecorationsData.length > InlayHintsController_1._MAX_DECORATORS) {
471
+ break;
472
+ }
473
+ }
474
+ const decorationIdsToReplace = [];
475
+ for (const [id, metadata] of this._decorationsMetadata) {
476
+ const range = (_b = this._editor.getModel()) == null ? void 0 : _b.getDecorationRange(id);
477
+ if (range && ranges.some((r) => r.containsRange(range))) {
478
+ decorationIdsToReplace.push(id);
479
+ metadata.classNameRef.dispose();
480
+ this._decorationsMetadata.delete(id);
481
+ }
482
+ }
483
+ const scrollState = StableEditorScrollState.capture(this._editor);
484
+ this._editor.changeDecorations((accessor) => {
485
+ const newDecorationIds = accessor.deltaDecorations(decorationIdsToReplace, newDecorationsData.map((d) => d.decoration));
486
+ for (let i = 0; i < newDecorationIds.length; i++) {
487
+ const data = newDecorationsData[i];
488
+ this._decorationsMetadata.set(newDecorationIds[i], data);
489
+ }
490
+ });
491
+ scrollState.restore(this._editor);
492
+ }
493
+ _fillInColors(props, hint) {
494
+ if (hint.kind === InlayHintKind.Parameter) {
495
+ props.backgroundColor = themeColorFromId(editorInlayHintParameterBackground);
496
+ props.color = themeColorFromId(editorInlayHintParameterForeground);
497
+ } else if (hint.kind === InlayHintKind.Type) {
498
+ props.backgroundColor = themeColorFromId(editorInlayHintTypeBackground);
499
+ props.color = themeColorFromId(editorInlayHintTypeForeground);
500
+ } else {
501
+ props.backgroundColor = themeColorFromId(editorInlayHintBackground);
502
+ props.color = themeColorFromId(editorInlayHintForeground);
503
+ }
504
+ }
505
+ _getLayoutInfo() {
506
+ const options = this._editor.getOption(
507
+ 142
508
+ /* EditorOption.inlayHints */
509
+ );
510
+ const padding = options.padding;
511
+ const editorFontSize = this._editor.getOption(
512
+ 52
513
+ /* EditorOption.fontSize */
514
+ );
515
+ const editorFontFamily = this._editor.getOption(
516
+ 49
517
+ /* EditorOption.fontFamily */
518
+ );
519
+ let fontSize = options.fontSize;
520
+ if (!fontSize || fontSize < 5 || fontSize > editorFontSize) {
521
+ fontSize = editorFontSize;
522
+ }
523
+ const fontFamily = options.fontFamily || editorFontFamily;
524
+ const isUniform = !padding && fontFamily === editorFontFamily && fontSize === editorFontSize;
525
+ return { fontSize, fontFamily, padding, isUniform };
526
+ }
527
+ _removeAllDecorations() {
528
+ this._editor.removeDecorations(Array.from(this._decorationsMetadata.keys()));
529
+ for (const obj of this._decorationsMetadata.values()) {
530
+ obj.classNameRef.dispose();
531
+ }
532
+ this._decorationsMetadata.clear();
533
+ }
534
+ }, InlayHintsController_1 = _a, _a.ID = "editor.contrib.InlayHints", _a._MAX_DECORATORS = 1500, _a._MAX_LABEL_LEN = 43, _a);
535
+ InlayHintsController = InlayHintsController_1 = __decorate([
536
+ __param(1, ILanguageFeaturesService),
537
+ __param(2, ILanguageFeatureDebounceService),
538
+ __param(3, IInlayHintsCache),
539
+ __param(4, ICommandService),
540
+ __param(5, INotificationService),
541
+ __param(6, IInstantiationService)
542
+ ], InlayHintsController);
543
+ function fixSpace(str) {
544
+ const noBreakWhitespace = " ";
545
+ return str.replace(/[ \t]/g, noBreakWhitespace);
546
+ }
547
+ CommandsRegistry.registerCommand("_executeInlayHintProvider", async (accessor, ...args) => {
548
+ const [uri, range] = args;
549
+ assertType(URI.isUri(uri));
550
+ assertType(Range.isIRange(range));
551
+ const { inlayHintsProvider } = accessor.get(ILanguageFeaturesService);
552
+ const ref = await accessor.get(ITextModelService).createModelReference(uri);
553
+ try {
554
+ const model = await InlayHintsFragments.create(inlayHintsProvider, ref.object.textEditorModel, [Range.lift(range)], CancellationToken.None);
555
+ const result = model.items.map((i) => i.hint);
556
+ setTimeout(() => model.dispose(), 0);
557
+ return result;
558
+ } finally {
559
+ ref.dispose();
560
+ }
561
+ });
562
+ export {
563
+ InlayHintsController,
564
+ RenderedInlayHintLabelPart
565
+ };
566
+ //# sourceMappingURL=inlayHintsController.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inlayHintsController.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsController.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 InlayHintsController_1;\nimport { isHTMLElement, ModifierKeyEmitter } from '../../../../base/browser/dom.js';\nimport { isNonEmptyArray } from '../../../../base/common/arrays.js';\nimport { RunOnceScheduler } from '../../../../base/common/async.js';\nimport { CancellationToken, CancellationTokenSource } from '../../../../base/common/cancellation.js';\nimport { onUnexpectedError } from '../../../../base/common/errors.js';\nimport { DisposableStore, toDisposable } from '../../../../base/common/lifecycle.js';\nimport { LRUCache } from '../../../../base/common/map.js';\nimport { assertType } from '../../../../base/common/types.js';\nimport { URI } from '../../../../base/common/uri.js';\nimport { DynamicCssRules } from '../../../browser/editorDom.js';\nimport { StableEditorScrollState } from '../../../browser/stableEditorScroll.js';\nimport { EDITOR_FONT_DEFAULTS } from '../../../common/config/editorOptions.js';\nimport { EditOperation } from '../../../common/core/editOperation.js';\nimport { Range } from '../../../common/core/range.js';\nimport * as languages from '../../../common/languages.js';\nimport { InjectedTextCursorStops } from '../../../common/model.js';\nimport { ModelDecorationInjectedTextOptions } from '../../../common/model/textModel.js';\nimport { ILanguageFeatureDebounceService } from '../../../common/services/languageFeatureDebounce.js';\nimport { ILanguageFeaturesService } from '../../../common/services/languageFeatures.js';\nimport { ITextModelService } from '../../../common/services/resolverService.js';\nimport { ClickLinkGesture } from '../../gotoSymbol/browser/link/clickLinkGesture.js';\nimport { InlayHintAnchor, InlayHintsFragments } from './inlayHints.js';\nimport { goToDefinitionWithLocation, showGoToContextMenu } from './inlayHintsLocations.js';\nimport { CommandsRegistry, ICommandService } from '../../../../platform/commands/common/commands.js';\nimport { registerSingleton } from '../../../../platform/instantiation/common/extensions.js';\nimport { createDecorator, IInstantiationService } from '../../../../platform/instantiation/common/instantiation.js';\nimport { INotificationService, Severity } from '../../../../platform/notification/common/notification.js';\nimport * as colors from '../../../../platform/theme/common/colorRegistry.js';\nimport { themeColorFromId } from '../../../../platform/theme/common/themeService.js';\n// --- hint caching service (per session)\nclass InlayHintsCache {\n constructor() {\n this._entries = new LRUCache(50);\n }\n get(model) {\n const key = InlayHintsCache._key(model);\n return this._entries.get(key);\n }\n set(model, value) {\n const key = InlayHintsCache._key(model);\n this._entries.set(key, value);\n }\n static _key(model) {\n return `${model.uri.toString()}/${model.getVersionId()}`;\n }\n}\nconst IInlayHintsCache = createDecorator('IInlayHintsCache');\nregisterSingleton(IInlayHintsCache, InlayHintsCache, 1 /* InstantiationType.Delayed */);\n// --- rendered label\nexport class RenderedInlayHintLabelPart {\n constructor(item, index) {\n this.item = item;\n this.index = index;\n }\n get part() {\n const label = this.item.hint.label;\n if (typeof label === 'string') {\n return { label };\n }\n else {\n return label[this.index];\n }\n }\n}\nclass ActiveInlayHintInfo {\n constructor(part, hasTriggerModifier) {\n this.part = part;\n this.hasTriggerModifier = hasTriggerModifier;\n }\n}\n// --- controller\nlet InlayHintsController = class InlayHintsController {\n static { InlayHintsController_1 = this; }\n static { this.ID = 'editor.contrib.InlayHints'; }\n static { this._MAX_DECORATORS = 1500; }\n static { this._MAX_LABEL_LEN = 43; }\n static get(editor) {\n return editor.getContribution(InlayHintsController_1.ID) ?? undefined;\n }\n constructor(_editor, _languageFeaturesService, _featureDebounce, _inlayHintsCache, _commandService, _notificationService, _instaService) {\n this._editor = _editor;\n this._languageFeaturesService = _languageFeaturesService;\n this._inlayHintsCache = _inlayHintsCache;\n this._commandService = _commandService;\n this._notificationService = _notificationService;\n this._instaService = _instaService;\n this._disposables = new DisposableStore();\n this._sessionDisposables = new DisposableStore();\n this._decorationsMetadata = new Map();\n this._ruleFactory = new DynamicCssRules(this._editor);\n this._activeRenderMode = 0 /* RenderMode.Normal */;\n this._debounceInfo = _featureDebounce.for(_languageFeaturesService.inlayHintsProvider, 'InlayHint', { min: 25 });\n this._disposables.add(_languageFeaturesService.inlayHintsProvider.onDidChange(() => this._update()));\n this._disposables.add(_editor.onDidChangeModel(() => this._update()));\n this._disposables.add(_editor.onDidChangeModelLanguage(() => this._update()));\n this._disposables.add(_editor.onDidChangeConfiguration(e => {\n if (e.hasChanged(142 /* EditorOption.inlayHints */)) {\n this._update();\n }\n }));\n this._update();\n }\n dispose() {\n this._sessionDisposables.dispose();\n this._removeAllDecorations();\n this._disposables.dispose();\n }\n _update() {\n this._sessionDisposables.clear();\n this._removeAllDecorations();\n const options = this._editor.getOption(142 /* EditorOption.inlayHints */);\n if (options.enabled === 'off') {\n return;\n }\n const model = this._editor.getModel();\n if (!model || !this._languageFeaturesService.inlayHintsProvider.has(model)) {\n return;\n }\n if (options.enabled === 'on') {\n // different \"on\" modes: always\n this._activeRenderMode = 0 /* RenderMode.Normal */;\n }\n else {\n // different \"on\" modes: offUnlessPressed, or onUnlessPressed\n let defaultMode;\n let altMode;\n if (options.enabled === 'onUnlessPressed') {\n defaultMode = 0 /* RenderMode.Normal */;\n altMode = 1 /* RenderMode.Invisible */;\n }\n else {\n defaultMode = 1 /* RenderMode.Invisible */;\n altMode = 0 /* RenderMode.Normal */;\n }\n this._activeRenderMode = defaultMode;\n this._sessionDisposables.add(ModifierKeyEmitter.getInstance().event(e => {\n if (!this._editor.hasModel()) {\n return;\n }\n const newRenderMode = e.altKey && e.ctrlKey && !(e.shiftKey || e.metaKey) ? altMode : defaultMode;\n if (newRenderMode !== this._activeRenderMode) {\n this._activeRenderMode = newRenderMode;\n const model = this._editor.getModel();\n const copies = this._copyInlayHintsWithCurrentAnchor(model);\n this._updateHintsDecorators([model.getFullModelRange()], copies);\n scheduler.schedule(0);\n }\n }));\n }\n // iff possible, quickly update from cache\n const cached = this._inlayHintsCache.get(model);\n if (cached) {\n this._updateHintsDecorators([model.getFullModelRange()], cached);\n }\n this._sessionDisposables.add(toDisposable(() => {\n // cache items when switching files etc\n if (!model.isDisposed()) {\n this._cacheHintsForFastRestore(model);\n }\n }));\n let cts;\n const watchedProviders = new Set();\n const scheduler = new RunOnceScheduler(async () => {\n const t1 = Date.now();\n cts?.dispose(true);\n cts = new CancellationTokenSource();\n const listener = model.onWillDispose(() => cts?.cancel());\n try {\n const myToken = cts.token;\n const inlayHints = await InlayHintsFragments.create(this._languageFeaturesService.inlayHintsProvider, model, this._getHintsRanges(), myToken);\n scheduler.delay = this._debounceInfo.update(model, Date.now() - t1);\n if (myToken.isCancellationRequested) {\n inlayHints.dispose();\n return;\n }\n // listen to provider changes\n for (const provider of inlayHints.provider) {\n if (typeof provider.onDidChangeInlayHints === 'function' && !watchedProviders.has(provider)) {\n watchedProviders.add(provider);\n this._sessionDisposables.add(provider.onDidChangeInlayHints(() => {\n if (!scheduler.isScheduled()) { // ignore event when request is already scheduled\n scheduler.schedule();\n }\n }));\n }\n }\n this._sessionDisposables.add(inlayHints);\n this._updateHintsDecorators(inlayHints.ranges, inlayHints.items);\n this._cacheHintsForFastRestore(model);\n }\n catch (err) {\n onUnexpectedError(err);\n }\n finally {\n cts.dispose();\n listener.dispose();\n }\n }, this._debounceInfo.get(model));\n this._sessionDisposables.add(scheduler);\n this._sessionDisposables.add(toDisposable(() => cts?.dispose(true)));\n scheduler.schedule(0);\n this._sessionDisposables.add(this._editor.onDidScrollChange((e) => {\n // update when scroll position changes\n // uses scrollTopChanged has weak heuristic to differenatiate between scrolling due to\n // typing or due to \"actual\" scrolling\n if (e.scrollTopChanged || !scheduler.isScheduled()) {\n scheduler.schedule();\n }\n }));\n this._sessionDisposables.add(this._editor.onDidChangeModelContent((e) => {\n cts?.cancel();\n // update less aggressive when typing\n const delay = Math.max(scheduler.delay, 1250);\n scheduler.schedule(delay);\n }));\n // mouse gestures\n this._sessionDisposables.add(this._installDblClickGesture(() => scheduler.schedule(0)));\n this._sessionDisposables.add(this._installLinkGesture());\n this._sessionDisposables.add(this._installContextMenu());\n }\n _installLinkGesture() {\n const store = new DisposableStore();\n const gesture = store.add(new ClickLinkGesture(this._editor));\n // let removeHighlight = () => { };\n const sessionStore = new DisposableStore();\n store.add(sessionStore);\n store.add(gesture.onMouseMoveOrRelevantKeyDown(e => {\n const [mouseEvent] = e;\n const labelPart = this._getInlayHintLabelPart(mouseEvent);\n const model = this._editor.getModel();\n if (!labelPart || !model) {\n sessionStore.clear();\n return;\n }\n // resolve the item\n const cts = new CancellationTokenSource();\n sessionStore.add(toDisposable(() => cts.dispose(true)));\n labelPart.item.resolve(cts.token);\n // render link => when the modifier is pressed and when there is a command or location\n this._activeInlayHintPart = labelPart.part.command || labelPart.part.location\n ? new ActiveInlayHintInfo(labelPart, mouseEvent.hasTriggerModifier)\n : undefined;\n const lineNumber = model.validatePosition(labelPart.item.hint.position).lineNumber;\n const range = new Range(lineNumber, 1, lineNumber, model.getLineMaxColumn(lineNumber));\n const lineHints = this._getInlineHintsForRange(range);\n this._updateHintsDecorators([range], lineHints);\n sessionStore.add(toDisposable(() => {\n this._activeInlayHintPart = undefined;\n this._updateHintsDecorators([range], lineHints);\n }));\n }));\n store.add(gesture.onCancel(() => sessionStore.clear()));\n store.add(gesture.onExecute(async (e) => {\n const label = this._getInlayHintLabelPart(e);\n if (label) {\n const part = label.part;\n if (part.location) {\n // location -> execute go to def\n this._instaService.invokeFunction(goToDefinitionWithLocation, e, this._editor, part.location);\n }\n else if (languages.Command.is(part.command)) {\n // command -> execute it\n await this._invokeCommand(part.command, label.item);\n }\n }\n }));\n return store;\n }\n _getInlineHintsForRange(range) {\n const lineHints = new Set();\n for (const data of this._decorationsMetadata.values()) {\n if (range.containsRange(data.item.anchor.range)) {\n lineHints.add(data.item);\n }\n }\n return Array.from(lineHints);\n }\n _installDblClickGesture(updateInlayHints) {\n return this._editor.onMouseUp(async (e) => {\n if (e.event.detail !== 2) {\n return;\n }\n const part = this._getInlayHintLabelPart(e);\n if (!part) {\n return;\n }\n e.event.preventDefault();\n await part.item.resolve(CancellationToken.None);\n if (isNonEmptyArray(part.item.hint.textEdits)) {\n const edits = part.item.hint.textEdits.map(edit => EditOperation.replace(Range.lift(edit.range), edit.text));\n this._editor.executeEdits('inlayHint.default', edits);\n updateInlayHints();\n }\n });\n }\n _installContextMenu() {\n return this._editor.onContextMenu(async (e) => {\n if (!(isHTMLElement(e.event.target))) {\n return;\n }\n const part = this._getInlayHintLabelPart(e);\n if (part) {\n await this._instaService.invokeFunction(showGoToContextMenu, this._editor, e.event.target, part);\n }\n });\n }\n _getInlayHintLabelPart(e) {\n if (e.target.type !== 6 /* MouseTargetType.CONTENT_TEXT */) {\n return undefined;\n }\n const options = e.target.detail.injectedText?.options;\n if (options instanceof ModelDecorationInjectedTextOptions && options?.attachedData instanceof RenderedInlayHintLabelPart) {\n return options.attachedData;\n }\n return undefined;\n }\n async _invokeCommand(command, item) {\n try {\n await this._commandService.executeCommand(command.id, ...(command.arguments ?? []));\n }\n catch (err) {\n this._notificationService.notify({\n severity: Severity.Error,\n source: item.provider.displayName,\n message: err\n });\n }\n }\n _cacheHintsForFastRestore(model) {\n const hints = this._copyInlayHintsWithCurrentAnchor(model);\n this._inlayHintsCache.set(model, hints);\n }\n // return inlay hints but with an anchor that reflects \"updates\"\n // that happened after receiving them, e.g adding new lines before a hint\n _copyInlayHintsWithCurrentAnchor(model) {\n const items = new Map();\n for (const [id, obj] of this._decorationsMetadata) {\n if (items.has(obj.item)) {\n // an inlay item can be rendered as multiple decorations\n // but they will all uses the same range\n continue;\n }\n const range = model.getDecorationRange(id);\n if (range) {\n // update range with whatever the editor has tweaked it to\n const anchor = new InlayHintAnchor(range, obj.item.anchor.direction);\n const copy = obj.item.with({ anchor });\n items.set(obj.item, copy);\n }\n }\n return Array.from(items.values());\n }\n _getHintsRanges() {\n const extra = 30;\n const model = this._editor.getModel();\n const visibleRanges = this._editor.getVisibleRangesPlusViewportAboveBelow();\n const result = [];\n for (const range of visibleRanges.sort(Range.compareRangesUsingStarts)) {\n const extendedRange = model.validateRange(new Range(range.startLineNumber - extra, range.startColumn, range.endLineNumber + extra, range.endColumn));\n if (result.length === 0 || !Range.areIntersectingOrTouching(result[result.length - 1], extendedRange)) {\n result.push(extendedRange);\n }\n else {\n result[result.length - 1] = Range.plusRange(result[result.length - 1], extendedRange);\n }\n }\n return result;\n }\n _updateHintsDecorators(ranges, items) {\n // utils to collect/create injected text decorations\n const newDecorationsData = [];\n const addInjectedText = (item, ref, content, cursorStops, attachedData) => {\n const opts = {\n content,\n inlineClassNameAffectsLetterSpacing: true,\n inlineClassName: ref.className,\n cursorStops,\n attachedData\n };\n newDecorationsData.push({\n item,\n classNameRef: ref,\n decoration: {\n range: item.anchor.range,\n options: {\n // className: \"rangeHighlight\", // DEBUG highlight to see to what range a hint is attached\n description: 'InlayHint',\n showIfCollapsed: item.anchor.range.isEmpty(), // \"original\" range is empty\n collapseOnReplaceEdit: !item.anchor.range.isEmpty(),\n stickiness: 0 /* TrackedRangeStickiness.AlwaysGrowsWhenTypingAtEdges */,\n [item.anchor.direction]: this._activeRenderMode === 0 /* RenderMode.Normal */ ? opts : undefined\n }\n }\n });\n };\n const addInjectedWhitespace = (item, isLast) => {\n const marginRule = this._ruleFactory.createClassNameRef({\n width: `${(fontSize / 3) | 0}px`,\n display: 'inline-block'\n });\n addInjectedText(item, marginRule, '\\u200a', isLast ? InjectedTextCursorStops.Right : InjectedTextCursorStops.None);\n };\n //\n const { fontSize, fontFamily, padding, isUniform } = this._getLayoutInfo();\n const fontFamilyVar = '--code-editorInlayHintsFontFamily';\n this._editor.getContainerDomNode().style.setProperty(fontFamilyVar, fontFamily);\n let currentLineInfo = { line: 0, totalLen: 0 };\n for (const item of items) {\n if (currentLineInfo.line !== item.anchor.range.startLineNumber) {\n currentLineInfo = { line: item.anchor.range.startLineNumber, totalLen: 0 };\n }\n if (currentLineInfo.totalLen > InlayHintsController_1._MAX_LABEL_LEN) {\n continue;\n }\n // whitespace leading the actual label\n if (item.hint.paddingLeft) {\n addInjectedWhitespace(item, false);\n }\n // the label with its parts\n const parts = typeof item.hint.label === 'string'\n ? [{ label: item.hint.label }]\n : item.hint.label;\n for (let i = 0; i < parts.length; i++) {\n const part = parts[i];\n const isFirst = i === 0;\n const isLast = i === parts.length - 1;\n const cssProperties = {\n fontSize: `${fontSize}px`,\n fontFamily: `var(${fontFamilyVar}), ${EDITOR_FONT_DEFAULTS.fontFamily}`,\n verticalAlign: isUniform ? 'baseline' : 'middle',\n unicodeBidi: 'isolate'\n };\n if (isNonEmptyArray(item.hint.textEdits)) {\n cssProperties.cursor = 'default';\n }\n this._fillInColors(cssProperties, item.hint);\n if ((part.command || part.location) && this._activeInlayHintPart?.part.item === item && this._activeInlayHintPart.part.index === i) {\n // active link!\n cssProperties.textDecoration = 'underline';\n if (this._activeInlayHintPart.hasTriggerModifier) {\n cssProperties.color = themeColorFromId(colors.editorActiveLinkForeground);\n cssProperties.cursor = 'pointer';\n }\n }\n if (padding) {\n if (isFirst && isLast) {\n // only element\n cssProperties.padding = `1px ${Math.max(1, fontSize / 4) | 0}px`;\n cssProperties.borderRadius = `${(fontSize / 4) | 0}px`;\n }\n else if (isFirst) {\n // first element\n cssProperties.padding = `1px 0 1px ${Math.max(1, fontSize / 4) | 0}px`;\n cssProperties.borderRadius = `${(fontSize / 4) | 0}px 0 0 ${(fontSize / 4) | 0}px`;\n }\n else if (isLast) {\n // last element\n cssProperties.padding = `1px ${Math.max(1, fontSize / 4) | 0}px 1px 0`;\n cssProperties.borderRadius = `0 ${(fontSize / 4) | 0}px ${(fontSize / 4) | 0}px 0`;\n }\n else {\n cssProperties.padding = `1px 0 1px 0`;\n }\n }\n let textlabel = part.label;\n currentLineInfo.totalLen += textlabel.length;\n let tooLong = false;\n const over = currentLineInfo.totalLen - InlayHintsController_1._MAX_LABEL_LEN;\n if (over > 0) {\n textlabel = textlabel.slice(0, -over) + '…';\n tooLong = true;\n }\n addInjectedText(item, this._ruleFactory.createClassNameRef(cssProperties), fixSpace(textlabel), isLast && !item.hint.paddingRight ? InjectedTextCursorStops.Right : InjectedTextCursorStops.None, new RenderedInlayHintLabelPart(item, i));\n if (tooLong) {\n break;\n }\n }\n // whitespace trailing the actual label\n if (item.hint.paddingRight) {\n addInjectedWhitespace(item, true);\n }\n if (newDecorationsData.length > InlayHintsController_1._MAX_DECORATORS) {\n break;\n }\n }\n // collect all decoration ids that are affected by the ranges\n // and only update those decorations\n const decorationIdsToReplace = [];\n for (const [id, metadata] of this._decorationsMetadata) {\n const range = this._editor.getModel()?.getDecorationRange(id);\n if (range && ranges.some(r => r.containsRange(range))) {\n decorationIdsToReplace.push(id);\n metadata.classNameRef.dispose();\n this._decorationsMetadata.delete(id);\n }\n }\n const scrollState = StableEditorScrollState.capture(this._editor);\n this._editor.changeDecorations(accessor => {\n const newDecorationIds = accessor.deltaDecorations(decorationIdsToReplace, newDecorationsData.map(d => d.decoration));\n for (let i = 0; i < newDecorationIds.length; i++) {\n const data = newDecorationsData[i];\n this._decorationsMetadata.set(newDecorationIds[i], data);\n }\n });\n scrollState.restore(this._editor);\n }\n _fillInColors(props, hint) {\n if (hint.kind === languages.InlayHintKind.Parameter) {\n props.backgroundColor = themeColorFromId(colors.editorInlayHintParameterBackground);\n props.color = themeColorFromId(colors.editorInlayHintParameterForeground);\n }\n else if (hint.kind === languages.InlayHintKind.Type) {\n props.backgroundColor = themeColorFromId(colors.editorInlayHintTypeBackground);\n props.color = themeColorFromId(colors.editorInlayHintTypeForeground);\n }\n else {\n props.backgroundColor = themeColorFromId(colors.editorInlayHintBackground);\n props.color = themeColorFromId(colors.editorInlayHintForeground);\n }\n }\n _getLayoutInfo() {\n const options = this._editor.getOption(142 /* EditorOption.inlayHints */);\n const padding = options.padding;\n const editorFontSize = this._editor.getOption(52 /* EditorOption.fontSize */);\n const editorFontFamily = this._editor.getOption(49 /* EditorOption.fontFamily */);\n let fontSize = options.fontSize;\n if (!fontSize || fontSize < 5 || fontSize > editorFontSize) {\n fontSize = editorFontSize;\n }\n const fontFamily = options.fontFamily || editorFontFamily;\n const isUniform = !padding\n && fontFamily === editorFontFamily\n && fontSize === editorFontSize;\n return { fontSize, fontFamily, padding, isUniform };\n }\n _removeAllDecorations() {\n this._editor.removeDecorations(Array.from(this._decorationsMetadata.keys()));\n for (const obj of this._decorationsMetadata.values()) {\n obj.classNameRef.dispose();\n }\n this._decorationsMetadata.clear();\n }\n};\nInlayHintsController = InlayHintsController_1 = __decorate([\n __param(1, ILanguageFeaturesService),\n __param(2, ILanguageFeatureDebounceService),\n __param(3, IInlayHintsCache),\n __param(4, ICommandService),\n __param(5, INotificationService),\n __param(6, IInstantiationService)\n], InlayHintsController);\nexport { InlayHintsController };\n// Prevents the view from potentially visible whitespace\nfunction fixSpace(str) {\n const noBreakWhitespace = '\\xa0';\n return str.replace(/[ \\t]/g, noBreakWhitespace);\n}\nCommandsRegistry.registerCommand('_executeInlayHintProvider', async (accessor, ...args) => {\n const [uri, range] = args;\n assertType(URI.isUri(uri));\n assertType(Range.isIRange(range));\n const { inlayHintsProvider } = accessor.get(ILanguageFeaturesService);\n const ref = await accessor.get(ITextModelService).createModelReference(uri);\n try {\n const model = await InlayHintsFragments.create(inlayHintsProvider, ref.object.textEditorModel, [Range.lift(range)], CancellationToken.None);\n const result = model.items.map(i => i.hint);\n setTimeout(() => model.dispose(), 0); // dispose after sending to ext host\n return result;\n }\n finally {\n ref.dispose();\n }\n});\n"],"names":["model","languages.Command","_a","colors.editorActiveLinkForeground","languages.InlayHintKind","colors.editorInlayHintParameterBackground","colors.editorInlayHintParameterForeground","colors.editorInlayHintTypeBackground","colors.editorInlayHintTypeForeground","colors.editorInlayHintBackground","colors.editorInlayHintForeground"],"mappings":"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","x_google_ignoreList":[0]}