@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,17 @@
1
+ import { registerEditorContribution } from "../../../browser/editorExtensions.es.js";
2
+ import { ToggleStickyScroll, FocusStickyScroll, SelectPreviousStickyScrollLine, SelectNextStickyScrollLine, GoToStickyScrollLine, SelectEditor } from "./stickyScrollActions.es.js";
3
+ import { StickyScrollController } from "./stickyScrollController.es.js";
4
+ import { registerAction2 } from "../../../../platform/actions/common/actions.es.js";
5
+ registerEditorContribution(
6
+ StickyScrollController.ID,
7
+ StickyScrollController,
8
+ 1
9
+ /* EditorContributionInstantiation.AfterFirstRender */
10
+ );
11
+ registerAction2(ToggleStickyScroll);
12
+ registerAction2(FocusStickyScroll);
13
+ registerAction2(SelectPreviousStickyScrollLine);
14
+ registerAction2(SelectNextStickyScrollLine);
15
+ registerAction2(GoToStickyScrollLine);
16
+ registerAction2(SelectEditor);
17
+ //# sourceMappingURL=stickyScrollContribution.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stickyScrollContribution.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollContribution.js"],"sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nimport { registerEditorContribution } from '../../../browser/editorExtensions.js';\nimport { ToggleStickyScroll, FocusStickyScroll, SelectEditor, SelectPreviousStickyScrollLine, SelectNextStickyScrollLine, GoToStickyScrollLine } from './stickyScrollActions.js';\nimport { StickyScrollController } from './stickyScrollController.js';\nimport { registerAction2 } from '../../../../platform/actions/common/actions.js';\nregisterEditorContribution(StickyScrollController.ID, StickyScrollController, 1 /* EditorContributionInstantiation.AfterFirstRender */);\nregisterAction2(ToggleStickyScroll);\nregisterAction2(FocusStickyScroll);\nregisterAction2(SelectPreviousStickyScrollLine);\nregisterAction2(SelectNextStickyScrollLine);\nregisterAction2(GoToStickyScrollLine);\nregisterAction2(SelectEditor);\n"],"names":[],"mappings":";;;;AAQA;AAAA,EAA2B,uBAAuB;AAAA,EAAI;AAAA,EAAwB;AAAA;AAAyD;AACvI,gBAAgB,kBAAkB;AAClC,gBAAgB,iBAAiB;AACjC,gBAAgB,8BAA8B;AAC9C,gBAAgB,0BAA0B;AAC1C,gBAAgB,oBAAoB;AACpC,gBAAgB,YAAY;","x_google_ignoreList":[0]}
@@ -0,0 +1,537 @@
1
+ var _a;
2
+ import { Disposable, DisposableStore, toDisposable } from "../../../../base/common/lifecycle.es.js";
3
+ import { ILanguageFeaturesService } from "../../../common/services/languageFeatures.es.js";
4
+ import { StickyScrollWidget, StickyScrollWidgetState } from "./stickyScrollWidget.es.js";
5
+ import { StickyLineCandidateProvider } from "./stickyScrollProvider.es.js";
6
+ import { IInstantiationService } from "../../../../platform/instantiation/common/instantiation.es.js";
7
+ import { IContextMenuService } from "../../../../platform/contextview/browser/contextView.es.js";
8
+ import { MenuId } from "../../../../platform/actions/common/actions.es.js";
9
+ import { IContextKeyService } from "../../../../platform/contextkey/common/contextkey.es.js";
10
+ import { EditorContextKeys } from "../../../common/editorContextKeys.es.js";
11
+ import { ClickLinkGesture } from "../../gotoSymbol/browser/link/clickLinkGesture.es.js";
12
+ import { Range } from "../../../common/core/range.es.js";
13
+ import { getDefinitionsAtPosition } from "../../gotoSymbol/browser/goToSymbol.es.js";
14
+ import { goToDefinitionWithLocation } from "../../inlayHints/browser/inlayHintsLocations.es.js";
15
+ import { Position } from "../../../common/core/position.es.js";
16
+ import { CancellationTokenSource } from "../../../../base/common/cancellation.es.js";
17
+ import { ILanguageConfigurationService } from "../../../common/languages/languageConfigurationRegistry.es.js";
18
+ import { ILanguageFeatureDebounceService } from "../../../common/services/languageFeatureDebounce.es.js";
19
+ import { addDisposableListener, getWindow, EventType, trackFocus, addStandardDisposableListener } from "../../../../base/browser/dom.es.js";
20
+ import { StickyRange } from "./stickyScrollElement.es.js";
21
+ import { StandardMouseEvent } from "../../../../base/browser/mouseEvent.es.js";
22
+ import { FoldingController } from "../../folding/browser/folding.es.js";
23
+ import { toggleCollapseState } from "../../folding/browser/foldingModel.es.js";
24
+ var __decorate = function(decorators, target, key, desc) {
25
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
26
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
27
+ 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;
28
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
29
+ };
30
+ var __param = function(paramIndex, decorator) {
31
+ return function(target, key) {
32
+ decorator(target, key, paramIndex);
33
+ };
34
+ };
35
+ var StickyScrollController_1;
36
+ let StickyScrollController = (_a = class extends Disposable {
37
+ constructor(_editor, _contextMenuService, _languageFeaturesService, _instaService, _languageConfigurationService, _languageFeatureDebounceService, _contextKeyService) {
38
+ super();
39
+ this._editor = _editor;
40
+ this._contextMenuService = _contextMenuService;
41
+ this._languageFeaturesService = _languageFeaturesService;
42
+ this._instaService = _instaService;
43
+ this._contextKeyService = _contextKeyService;
44
+ this._sessionStore = new DisposableStore();
45
+ this._maxStickyLines = Number.MAX_SAFE_INTEGER;
46
+ this._candidateDefinitionsLength = -1;
47
+ this._focusedStickyElementIndex = -1;
48
+ this._enabled = false;
49
+ this._focused = false;
50
+ this._positionRevealed = false;
51
+ this._onMouseDown = false;
52
+ this._endLineNumbers = [];
53
+ this._stickyScrollWidget = new StickyScrollWidget(this._editor);
54
+ this._stickyLineCandidateProvider = new StickyLineCandidateProvider(this._editor, _languageFeaturesService, _languageConfigurationService);
55
+ this._register(this._stickyScrollWidget);
56
+ this._register(this._stickyLineCandidateProvider);
57
+ this._widgetState = StickyScrollWidgetState.Empty;
58
+ this._onDidResize();
59
+ this._readConfiguration();
60
+ const stickyScrollDomNode = this._stickyScrollWidget.getDomNode();
61
+ this._register(this._editor.onDidChangeConfiguration((e) => {
62
+ this._readConfigurationChange(e);
63
+ }));
64
+ this._register(addDisposableListener(stickyScrollDomNode, EventType.CONTEXT_MENU, async (event) => {
65
+ this._onContextMenu(getWindow(stickyScrollDomNode), event);
66
+ }));
67
+ this._stickyScrollFocusedContextKey = EditorContextKeys.stickyScrollFocused.bindTo(this._contextKeyService);
68
+ this._stickyScrollVisibleContextKey = EditorContextKeys.stickyScrollVisible.bindTo(this._contextKeyService);
69
+ const focusTracker = this._register(trackFocus(stickyScrollDomNode));
70
+ this._register(focusTracker.onDidBlur((_) => {
71
+ if (this._positionRevealed === false && stickyScrollDomNode.clientHeight === 0) {
72
+ this._focusedStickyElementIndex = -1;
73
+ this.focus();
74
+ } else {
75
+ this._disposeFocusStickyScrollStore();
76
+ }
77
+ }));
78
+ this._register(focusTracker.onDidFocus((_) => {
79
+ this.focus();
80
+ }));
81
+ this._registerMouseListeners();
82
+ this._register(addDisposableListener(stickyScrollDomNode, EventType.MOUSE_DOWN, (e) => {
83
+ this._onMouseDown = true;
84
+ }));
85
+ }
86
+ static get(editor) {
87
+ return editor.getContribution(StickyScrollController_1.ID);
88
+ }
89
+ _disposeFocusStickyScrollStore() {
90
+ var _a2;
91
+ this._stickyScrollFocusedContextKey.set(false);
92
+ (_a2 = this._focusDisposableStore) == null ? void 0 : _a2.dispose();
93
+ this._focused = false;
94
+ this._positionRevealed = false;
95
+ this._onMouseDown = false;
96
+ }
97
+ focus() {
98
+ if (this._onMouseDown) {
99
+ this._onMouseDown = false;
100
+ this._editor.focus();
101
+ return;
102
+ }
103
+ const focusState = this._stickyScrollFocusedContextKey.get();
104
+ if (focusState === true) {
105
+ return;
106
+ }
107
+ this._focused = true;
108
+ this._focusDisposableStore = new DisposableStore();
109
+ this._stickyScrollFocusedContextKey.set(true);
110
+ this._focusedStickyElementIndex = this._stickyScrollWidget.lineNumbers.length - 1;
111
+ this._stickyScrollWidget.focusLineWithIndex(this._focusedStickyElementIndex);
112
+ }
113
+ focusNext() {
114
+ if (this._focusedStickyElementIndex < this._stickyScrollWidget.lineNumberCount - 1) {
115
+ this._focusNav(true);
116
+ }
117
+ }
118
+ focusPrevious() {
119
+ if (this._focusedStickyElementIndex > 0) {
120
+ this._focusNav(false);
121
+ }
122
+ }
123
+ selectEditor() {
124
+ this._editor.focus();
125
+ }
126
+ // True is next, false is previous
127
+ _focusNav(direction) {
128
+ this._focusedStickyElementIndex = direction ? this._focusedStickyElementIndex + 1 : this._focusedStickyElementIndex - 1;
129
+ this._stickyScrollWidget.focusLineWithIndex(this._focusedStickyElementIndex);
130
+ }
131
+ goToFocused() {
132
+ const lineNumbers = this._stickyScrollWidget.lineNumbers;
133
+ this._disposeFocusStickyScrollStore();
134
+ this._revealPosition({ lineNumber: lineNumbers[this._focusedStickyElementIndex], column: 1 });
135
+ }
136
+ _revealPosition(position) {
137
+ this._reveaInEditor(position, () => this._editor.revealPosition(position));
138
+ }
139
+ _revealLineInCenterIfOutsideViewport(position) {
140
+ this._reveaInEditor(position, () => this._editor.revealLineInCenterIfOutsideViewport(
141
+ position.lineNumber,
142
+ 0
143
+ /* ScrollType.Smooth */
144
+ ));
145
+ }
146
+ _reveaInEditor(position, revealFunction) {
147
+ if (this._focused) {
148
+ this._disposeFocusStickyScrollStore();
149
+ }
150
+ this._positionRevealed = true;
151
+ revealFunction();
152
+ this._editor.setSelection(Range.fromPositions(position));
153
+ this._editor.focus();
154
+ }
155
+ _registerMouseListeners() {
156
+ const sessionStore = this._register(new DisposableStore());
157
+ const gesture = this._register(new ClickLinkGesture(this._editor, {
158
+ extractLineNumberFromMouseEvent: (e) => {
159
+ const position = this._stickyScrollWidget.getEditorPositionFromNode(e.target.element);
160
+ return position ? position.lineNumber : 0;
161
+ }
162
+ }));
163
+ const getMouseEventTarget = (mouseEvent) => {
164
+ if (!this._editor.hasModel()) {
165
+ return null;
166
+ }
167
+ if (mouseEvent.target.type !== 12 || mouseEvent.target.detail !== this._stickyScrollWidget.getId()) {
168
+ return null;
169
+ }
170
+ const mouseTargetElement = mouseEvent.target.element;
171
+ if (!mouseTargetElement || mouseTargetElement.innerText !== mouseTargetElement.innerHTML) {
172
+ return null;
173
+ }
174
+ const position = this._stickyScrollWidget.getEditorPositionFromNode(mouseTargetElement);
175
+ if (!position) {
176
+ return null;
177
+ }
178
+ return {
179
+ range: new Range(position.lineNumber, position.column, position.lineNumber, position.column + mouseTargetElement.innerText.length),
180
+ textElement: mouseTargetElement
181
+ };
182
+ };
183
+ const stickyScrollWidgetDomNode = this._stickyScrollWidget.getDomNode();
184
+ this._register(addStandardDisposableListener(stickyScrollWidgetDomNode, EventType.CLICK, (mouseEvent) => {
185
+ if (mouseEvent.ctrlKey || mouseEvent.altKey || mouseEvent.metaKey) {
186
+ return;
187
+ }
188
+ if (!mouseEvent.leftButton) {
189
+ return;
190
+ }
191
+ if (mouseEvent.shiftKey) {
192
+ const lineIndex = this._stickyScrollWidget.getLineIndexFromChildDomNode(mouseEvent.target);
193
+ if (lineIndex === null) {
194
+ return;
195
+ }
196
+ const position2 = new Position(this._endLineNumbers[lineIndex], 1);
197
+ this._revealLineInCenterIfOutsideViewport(position2);
198
+ return;
199
+ }
200
+ const isInFoldingIconDomNode = this._stickyScrollWidget.isInFoldingIconDomNode(mouseEvent.target);
201
+ if (isInFoldingIconDomNode) {
202
+ const lineNumber = this._stickyScrollWidget.getLineNumberFromChildDomNode(mouseEvent.target);
203
+ this._toggleFoldingRegionForLine(lineNumber);
204
+ return;
205
+ }
206
+ const isInStickyLine = this._stickyScrollWidget.isInStickyLine(mouseEvent.target);
207
+ if (!isInStickyLine) {
208
+ return;
209
+ }
210
+ let position = this._stickyScrollWidget.getEditorPositionFromNode(mouseEvent.target);
211
+ if (!position) {
212
+ const lineNumber = this._stickyScrollWidget.getLineNumberFromChildDomNode(mouseEvent.target);
213
+ if (lineNumber === null) {
214
+ return;
215
+ }
216
+ position = new Position(lineNumber, 1);
217
+ }
218
+ this._revealPosition(position);
219
+ }));
220
+ this._register(addStandardDisposableListener(stickyScrollWidgetDomNode, EventType.MOUSE_MOVE, (mouseEvent) => {
221
+ if (mouseEvent.shiftKey) {
222
+ const currentEndForLineIndex = this._stickyScrollWidget.getLineIndexFromChildDomNode(mouseEvent.target);
223
+ if (currentEndForLineIndex === null || this._showEndForLine !== null && this._showEndForLine === currentEndForLineIndex) {
224
+ return;
225
+ }
226
+ this._showEndForLine = currentEndForLineIndex;
227
+ this._renderStickyScroll();
228
+ return;
229
+ }
230
+ if (this._showEndForLine !== void 0) {
231
+ this._showEndForLine = void 0;
232
+ this._renderStickyScroll();
233
+ }
234
+ }));
235
+ this._register(addDisposableListener(stickyScrollWidgetDomNode, EventType.MOUSE_LEAVE, (e) => {
236
+ if (this._showEndForLine !== void 0) {
237
+ this._showEndForLine = void 0;
238
+ this._renderStickyScroll();
239
+ }
240
+ }));
241
+ this._register(gesture.onMouseMoveOrRelevantKeyDown(([mouseEvent, _keyboardEvent]) => {
242
+ const mouseTarget = getMouseEventTarget(mouseEvent);
243
+ if (!mouseTarget || !mouseEvent.hasTriggerModifier || !this._editor.hasModel()) {
244
+ sessionStore.clear();
245
+ return;
246
+ }
247
+ const { range, textElement } = mouseTarget;
248
+ if (!range.equalsRange(this._stickyRangeProjectedOnEditor)) {
249
+ this._stickyRangeProjectedOnEditor = range;
250
+ sessionStore.clear();
251
+ } else if (textElement.style.textDecoration === "underline") {
252
+ return;
253
+ }
254
+ const cancellationToken = new CancellationTokenSource();
255
+ sessionStore.add(toDisposable(() => cancellationToken.dispose(true)));
256
+ let currentHTMLChild;
257
+ getDefinitionsAtPosition(this._languageFeaturesService.definitionProvider, this._editor.getModel(), new Position(range.startLineNumber, range.startColumn + 1), false, cancellationToken.token).then((candidateDefinitions) => {
258
+ if (cancellationToken.token.isCancellationRequested) {
259
+ return;
260
+ }
261
+ if (candidateDefinitions.length !== 0) {
262
+ this._candidateDefinitionsLength = candidateDefinitions.length;
263
+ const childHTML = textElement;
264
+ if (currentHTMLChild !== childHTML) {
265
+ sessionStore.clear();
266
+ currentHTMLChild = childHTML;
267
+ currentHTMLChild.style.textDecoration = "underline";
268
+ sessionStore.add(toDisposable(() => {
269
+ currentHTMLChild.style.textDecoration = "none";
270
+ }));
271
+ } else if (!currentHTMLChild) {
272
+ currentHTMLChild = childHTML;
273
+ currentHTMLChild.style.textDecoration = "underline";
274
+ sessionStore.add(toDisposable(() => {
275
+ currentHTMLChild.style.textDecoration = "none";
276
+ }));
277
+ }
278
+ } else {
279
+ sessionStore.clear();
280
+ }
281
+ });
282
+ }));
283
+ this._register(gesture.onCancel(() => {
284
+ sessionStore.clear();
285
+ }));
286
+ this._register(gesture.onExecute(async (e) => {
287
+ if (e.target.type !== 12 || e.target.detail !== this._stickyScrollWidget.getId()) {
288
+ return;
289
+ }
290
+ const position = this._stickyScrollWidget.getEditorPositionFromNode(e.target.element);
291
+ if (!position) {
292
+ return;
293
+ }
294
+ if (!this._editor.hasModel() || !this._stickyRangeProjectedOnEditor) {
295
+ return;
296
+ }
297
+ if (this._candidateDefinitionsLength > 1) {
298
+ if (this._focused) {
299
+ this._disposeFocusStickyScrollStore();
300
+ }
301
+ this._revealPosition({ lineNumber: position.lineNumber, column: 1 });
302
+ }
303
+ this._instaService.invokeFunction(goToDefinitionWithLocation, e, this._editor, { uri: this._editor.getModel().uri, range: this._stickyRangeProjectedOnEditor });
304
+ }));
305
+ }
306
+ _onContextMenu(targetWindow, e) {
307
+ const event = new StandardMouseEvent(targetWindow, e);
308
+ this._contextMenuService.showContextMenu({
309
+ menuId: MenuId.StickyScrollContext,
310
+ getAnchor: () => event
311
+ });
312
+ }
313
+ _toggleFoldingRegionForLine(line) {
314
+ if (!this._foldingModel || line === null) {
315
+ return;
316
+ }
317
+ const stickyLine = this._stickyScrollWidget.getRenderedStickyLine(line);
318
+ const foldingIcon = stickyLine == null ? void 0 : stickyLine.foldingIcon;
319
+ if (!foldingIcon) {
320
+ return;
321
+ }
322
+ toggleCollapseState(this._foldingModel, Number.MAX_VALUE, [line]);
323
+ foldingIcon.isCollapsed = !foldingIcon.isCollapsed;
324
+ const scrollTop = (foldingIcon.isCollapsed ? this._editor.getTopForLineNumber(foldingIcon.foldingEndLine) : this._editor.getTopForLineNumber(foldingIcon.foldingStartLine)) - this._editor.getOption(
325
+ 67
326
+ /* EditorOption.lineHeight */
327
+ ) * stickyLine.index + 1;
328
+ this._editor.setScrollTop(scrollTop);
329
+ this._renderStickyScroll(line);
330
+ }
331
+ _readConfiguration() {
332
+ const options = this._editor.getOption(
333
+ 116
334
+ /* EditorOption.stickyScroll */
335
+ );
336
+ if (options.enabled === false) {
337
+ this._editor.removeOverlayWidget(this._stickyScrollWidget);
338
+ this._sessionStore.clear();
339
+ this._enabled = false;
340
+ return;
341
+ } else if (options.enabled && !this._enabled) {
342
+ this._editor.addOverlayWidget(this._stickyScrollWidget);
343
+ this._sessionStore.add(this._editor.onDidScrollChange((e) => {
344
+ if (e.scrollTopChanged) {
345
+ this._showEndForLine = void 0;
346
+ this._renderStickyScroll();
347
+ }
348
+ }));
349
+ this._sessionStore.add(this._editor.onDidLayoutChange(() => this._onDidResize()));
350
+ this._sessionStore.add(this._editor.onDidChangeModelTokens((e) => this._onTokensChange(e)));
351
+ this._sessionStore.add(this._stickyLineCandidateProvider.onDidChangeStickyScroll(() => {
352
+ this._showEndForLine = void 0;
353
+ this._renderStickyScroll();
354
+ }));
355
+ this._enabled = true;
356
+ }
357
+ const lineNumberOption = this._editor.getOption(
358
+ 68
359
+ /* EditorOption.lineNumbers */
360
+ );
361
+ if (lineNumberOption.renderType === 2) {
362
+ this._sessionStore.add(this._editor.onDidChangeCursorPosition(() => {
363
+ this._showEndForLine = void 0;
364
+ this._renderStickyScroll(0);
365
+ }));
366
+ }
367
+ }
368
+ _readConfigurationChange(event) {
369
+ if (event.hasChanged(
370
+ 116
371
+ /* EditorOption.stickyScroll */
372
+ ) || event.hasChanged(
373
+ 73
374
+ /* EditorOption.minimap */
375
+ ) || event.hasChanged(
376
+ 67
377
+ /* EditorOption.lineHeight */
378
+ ) || event.hasChanged(
379
+ 111
380
+ /* EditorOption.showFoldingControls */
381
+ ) || event.hasChanged(
382
+ 68
383
+ /* EditorOption.lineNumbers */
384
+ )) {
385
+ this._readConfiguration();
386
+ }
387
+ if (event.hasChanged(
388
+ 68
389
+ /* EditorOption.lineNumbers */
390
+ )) {
391
+ this._renderStickyScroll(0);
392
+ }
393
+ }
394
+ _needsUpdate(event) {
395
+ const stickyLineNumbers = this._stickyScrollWidget.getCurrentLines();
396
+ for (const stickyLineNumber of stickyLineNumbers) {
397
+ for (const range of event.ranges) {
398
+ if (stickyLineNumber >= range.fromLineNumber && stickyLineNumber <= range.toLineNumber) {
399
+ return true;
400
+ }
401
+ }
402
+ }
403
+ return false;
404
+ }
405
+ _onTokensChange(event) {
406
+ if (this._needsUpdate(event)) {
407
+ this._renderStickyScroll(0);
408
+ }
409
+ }
410
+ _onDidResize() {
411
+ const layoutInfo = this._editor.getLayoutInfo();
412
+ const theoreticalLines = layoutInfo.height / this._editor.getOption(
413
+ 67
414
+ /* EditorOption.lineHeight */
415
+ );
416
+ this._maxStickyLines = Math.round(theoreticalLines * 0.25);
417
+ }
418
+ async _renderStickyScroll(rebuildFromLine) {
419
+ const model = this._editor.getModel();
420
+ if (!model || model.isTooLargeForTokenization()) {
421
+ this._resetState();
422
+ return;
423
+ }
424
+ const nextRebuildFromLine = this._updateAndGetMinRebuildFromLine(rebuildFromLine);
425
+ const stickyWidgetVersion = this._stickyLineCandidateProvider.getVersionId();
426
+ const shouldUpdateState = stickyWidgetVersion === void 0 || stickyWidgetVersion === model.getVersionId();
427
+ if (shouldUpdateState) {
428
+ if (!this._focused) {
429
+ await this._updateState(nextRebuildFromLine);
430
+ } else {
431
+ if (this._focusedStickyElementIndex === -1) {
432
+ await this._updateState(nextRebuildFromLine);
433
+ this._focusedStickyElementIndex = this._stickyScrollWidget.lineNumberCount - 1;
434
+ if (this._focusedStickyElementIndex !== -1) {
435
+ this._stickyScrollWidget.focusLineWithIndex(this._focusedStickyElementIndex);
436
+ }
437
+ } else {
438
+ const focusedStickyElementLineNumber = this._stickyScrollWidget.lineNumbers[this._focusedStickyElementIndex];
439
+ await this._updateState(nextRebuildFromLine);
440
+ if (this._stickyScrollWidget.lineNumberCount === 0) {
441
+ this._focusedStickyElementIndex = -1;
442
+ } else {
443
+ const previousFocusedLineNumberExists = this._stickyScrollWidget.lineNumbers.includes(focusedStickyElementLineNumber);
444
+ if (!previousFocusedLineNumberExists) {
445
+ this._focusedStickyElementIndex = this._stickyScrollWidget.lineNumberCount - 1;
446
+ }
447
+ this._stickyScrollWidget.focusLineWithIndex(this._focusedStickyElementIndex);
448
+ }
449
+ }
450
+ }
451
+ }
452
+ }
453
+ _updateAndGetMinRebuildFromLine(rebuildFromLine) {
454
+ if (rebuildFromLine !== void 0) {
455
+ const minRebuildFromLineOrInfinity = this._minRebuildFromLine !== void 0 ? this._minRebuildFromLine : Infinity;
456
+ this._minRebuildFromLine = Math.min(rebuildFromLine, minRebuildFromLineOrInfinity);
457
+ }
458
+ return this._minRebuildFromLine;
459
+ }
460
+ async _updateState(rebuildFromLine) {
461
+ var _a2;
462
+ this._minRebuildFromLine = void 0;
463
+ this._foldingModel = await ((_a2 = FoldingController.get(this._editor)) == null ? void 0 : _a2.getFoldingModel()) ?? void 0;
464
+ this._widgetState = this.findScrollWidgetState();
465
+ const stickyWidgetHasLines = this._widgetState.startLineNumbers.length > 0;
466
+ this._stickyScrollVisibleContextKey.set(stickyWidgetHasLines);
467
+ this._stickyScrollWidget.setState(this._widgetState, this._foldingModel, rebuildFromLine);
468
+ }
469
+ async _resetState() {
470
+ this._minRebuildFromLine = void 0;
471
+ this._foldingModel = void 0;
472
+ this._widgetState = StickyScrollWidgetState.Empty;
473
+ this._stickyScrollVisibleContextKey.set(false);
474
+ this._stickyScrollWidget.setState(void 0, void 0);
475
+ }
476
+ findScrollWidgetState() {
477
+ const lineHeight = this._editor.getOption(
478
+ 67
479
+ /* EditorOption.lineHeight */
480
+ );
481
+ const maxNumberStickyLines = Math.min(this._maxStickyLines, this._editor.getOption(
482
+ 116
483
+ /* EditorOption.stickyScroll */
484
+ ).maxLineCount);
485
+ const scrollTop = this._editor.getScrollTop();
486
+ let lastLineRelativePosition = 0;
487
+ const startLineNumbers = [];
488
+ const endLineNumbers = [];
489
+ const arrayVisibleRanges = this._editor.getVisibleRanges();
490
+ if (arrayVisibleRanges.length !== 0) {
491
+ const fullVisibleRange = new StickyRange(arrayVisibleRanges[0].startLineNumber, arrayVisibleRanges[arrayVisibleRanges.length - 1].endLineNumber);
492
+ const candidateRanges = this._stickyLineCandidateProvider.getCandidateStickyLinesIntersecting(fullVisibleRange);
493
+ for (const range of candidateRanges) {
494
+ const start = range.startLineNumber;
495
+ const end = range.endLineNumber;
496
+ const depth = range.nestingDepth;
497
+ if (end - start > 0) {
498
+ const topOfElementAtDepth = (depth - 1) * lineHeight;
499
+ const bottomOfElementAtDepth = depth * lineHeight;
500
+ const bottomOfBeginningLine = this._editor.getBottomForLineNumber(start) - scrollTop;
501
+ const topOfEndLine = this._editor.getTopForLineNumber(end) - scrollTop;
502
+ const bottomOfEndLine = this._editor.getBottomForLineNumber(end) - scrollTop;
503
+ if (topOfElementAtDepth > topOfEndLine && topOfElementAtDepth <= bottomOfEndLine) {
504
+ startLineNumbers.push(start);
505
+ endLineNumbers.push(end + 1);
506
+ lastLineRelativePosition = bottomOfEndLine - bottomOfElementAtDepth;
507
+ break;
508
+ } else if (bottomOfElementAtDepth > bottomOfBeginningLine && bottomOfElementAtDepth <= bottomOfEndLine) {
509
+ startLineNumbers.push(start);
510
+ endLineNumbers.push(end + 1);
511
+ }
512
+ if (startLineNumbers.length === maxNumberStickyLines) {
513
+ break;
514
+ }
515
+ }
516
+ }
517
+ }
518
+ this._endLineNumbers = endLineNumbers;
519
+ return new StickyScrollWidgetState(startLineNumbers, endLineNumbers, lastLineRelativePosition, this._showEndForLine);
520
+ }
521
+ dispose() {
522
+ super.dispose();
523
+ this._sessionStore.dispose();
524
+ }
525
+ }, StickyScrollController_1 = _a, _a.ID = "store.contrib.stickyScrollController", _a);
526
+ StickyScrollController = StickyScrollController_1 = __decorate([
527
+ __param(1, IContextMenuService),
528
+ __param(2, ILanguageFeaturesService),
529
+ __param(3, IInstantiationService),
530
+ __param(4, ILanguageConfigurationService),
531
+ __param(5, ILanguageFeatureDebounceService),
532
+ __param(6, IContextKeyService)
533
+ ], StickyScrollController);
534
+ export {
535
+ StickyScrollController
536
+ };
537
+ //# sourceMappingURL=stickyScrollController.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stickyScrollController.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollController.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 StickyScrollController_1;\nimport { Disposable, DisposableStore, toDisposable } from '../../../../base/common/lifecycle.js';\nimport { ILanguageFeaturesService } from '../../../common/services/languageFeatures.js';\nimport { StickyScrollWidget, StickyScrollWidgetState } from './stickyScrollWidget.js';\nimport { StickyLineCandidateProvider } from './stickyScrollProvider.js';\nimport { IInstantiationService } from '../../../../platform/instantiation/common/instantiation.js';\nimport { IContextMenuService } from '../../../../platform/contextview/browser/contextView.js';\nimport { MenuId } from '../../../../platform/actions/common/actions.js';\nimport { IContextKeyService } from '../../../../platform/contextkey/common/contextkey.js';\nimport { EditorContextKeys } from '../../../common/editorContextKeys.js';\nimport { ClickLinkGesture } from '../../gotoSymbol/browser/link/clickLinkGesture.js';\nimport { Range } from '../../../common/core/range.js';\nimport { getDefinitionsAtPosition } from '../../gotoSymbol/browser/goToSymbol.js';\nimport { goToDefinitionWithLocation } from '../../inlayHints/browser/inlayHintsLocations.js';\nimport { Position } from '../../../common/core/position.js';\nimport { CancellationTokenSource } from '../../../../base/common/cancellation.js';\nimport { ILanguageConfigurationService } from '../../../common/languages/languageConfigurationRegistry.js';\nimport { ILanguageFeatureDebounceService } from '../../../common/services/languageFeatureDebounce.js';\nimport * as dom from '../../../../base/browser/dom.js';\nimport { StickyRange } from './stickyScrollElement.js';\nimport { StandardMouseEvent } from '../../../../base/browser/mouseEvent.js';\nimport { FoldingController } from '../../folding/browser/folding.js';\nimport { toggleCollapseState } from '../../folding/browser/foldingModel.js';\nlet StickyScrollController = class StickyScrollController extends Disposable {\n static { StickyScrollController_1 = this; }\n static { this.ID = 'store.contrib.stickyScrollController'; }\n constructor(_editor, _contextMenuService, _languageFeaturesService, _instaService, _languageConfigurationService, _languageFeatureDebounceService, _contextKeyService) {\n super();\n this._editor = _editor;\n this._contextMenuService = _contextMenuService;\n this._languageFeaturesService = _languageFeaturesService;\n this._instaService = _instaService;\n this._contextKeyService = _contextKeyService;\n this._sessionStore = new DisposableStore();\n this._maxStickyLines = Number.MAX_SAFE_INTEGER;\n this._candidateDefinitionsLength = -1;\n this._focusedStickyElementIndex = -1;\n this._enabled = false;\n this._focused = false;\n this._positionRevealed = false;\n this._onMouseDown = false;\n this._endLineNumbers = [];\n this._stickyScrollWidget = new StickyScrollWidget(this._editor);\n this._stickyLineCandidateProvider = new StickyLineCandidateProvider(this._editor, _languageFeaturesService, _languageConfigurationService);\n this._register(this._stickyScrollWidget);\n this._register(this._stickyLineCandidateProvider);\n this._widgetState = StickyScrollWidgetState.Empty;\n this._onDidResize();\n this._readConfiguration();\n const stickyScrollDomNode = this._stickyScrollWidget.getDomNode();\n this._register(this._editor.onDidChangeConfiguration(e => {\n this._readConfigurationChange(e);\n }));\n this._register(dom.addDisposableListener(stickyScrollDomNode, dom.EventType.CONTEXT_MENU, async (event) => {\n this._onContextMenu(dom.getWindow(stickyScrollDomNode), event);\n }));\n this._stickyScrollFocusedContextKey = EditorContextKeys.stickyScrollFocused.bindTo(this._contextKeyService);\n this._stickyScrollVisibleContextKey = EditorContextKeys.stickyScrollVisible.bindTo(this._contextKeyService);\n const focusTracker = this._register(dom.trackFocus(stickyScrollDomNode));\n this._register(focusTracker.onDidBlur(_ => {\n // Suppose that the blurring is caused by scrolling, then keep the focus on the sticky scroll\n // This is determined by the fact that the height of the widget has become zero and there has been no position revealing\n if (this._positionRevealed === false && stickyScrollDomNode.clientHeight === 0) {\n this._focusedStickyElementIndex = -1;\n this.focus();\n }\n // In all other casees, dispose the focus on the sticky scroll\n else {\n this._disposeFocusStickyScrollStore();\n }\n }));\n this._register(focusTracker.onDidFocus(_ => {\n this.focus();\n }));\n this._registerMouseListeners();\n // Suppose that mouse down on the sticky scroll, then do not focus on the sticky scroll because this will be followed by the revealing of a position\n this._register(dom.addDisposableListener(stickyScrollDomNode, dom.EventType.MOUSE_DOWN, (e) => {\n this._onMouseDown = true;\n }));\n }\n static get(editor) {\n return editor.getContribution(StickyScrollController_1.ID);\n }\n _disposeFocusStickyScrollStore() {\n this._stickyScrollFocusedContextKey.set(false);\n this._focusDisposableStore?.dispose();\n this._focused = false;\n this._positionRevealed = false;\n this._onMouseDown = false;\n }\n focus() {\n // If the mouse is down, do not focus on the sticky scroll\n if (this._onMouseDown) {\n this._onMouseDown = false;\n this._editor.focus();\n return;\n }\n const focusState = this._stickyScrollFocusedContextKey.get();\n if (focusState === true) {\n return;\n }\n this._focused = true;\n this._focusDisposableStore = new DisposableStore();\n this._stickyScrollFocusedContextKey.set(true);\n this._focusedStickyElementIndex = this._stickyScrollWidget.lineNumbers.length - 1;\n this._stickyScrollWidget.focusLineWithIndex(this._focusedStickyElementIndex);\n }\n focusNext() {\n if (this._focusedStickyElementIndex < this._stickyScrollWidget.lineNumberCount - 1) {\n this._focusNav(true);\n }\n }\n focusPrevious() {\n if (this._focusedStickyElementIndex > 0) {\n this._focusNav(false);\n }\n }\n selectEditor() {\n this._editor.focus();\n }\n // True is next, false is previous\n _focusNav(direction) {\n this._focusedStickyElementIndex = direction ? this._focusedStickyElementIndex + 1 : this._focusedStickyElementIndex - 1;\n this._stickyScrollWidget.focusLineWithIndex(this._focusedStickyElementIndex);\n }\n goToFocused() {\n const lineNumbers = this._stickyScrollWidget.lineNumbers;\n this._disposeFocusStickyScrollStore();\n this._revealPosition({ lineNumber: lineNumbers[this._focusedStickyElementIndex], column: 1 });\n }\n _revealPosition(position) {\n this._reveaInEditor(position, () => this._editor.revealPosition(position));\n }\n _revealLineInCenterIfOutsideViewport(position) {\n this._reveaInEditor(position, () => this._editor.revealLineInCenterIfOutsideViewport(position.lineNumber, 0 /* ScrollType.Smooth */));\n }\n _reveaInEditor(position, revealFunction) {\n if (this._focused) {\n this._disposeFocusStickyScrollStore();\n }\n this._positionRevealed = true;\n revealFunction();\n this._editor.setSelection(Range.fromPositions(position));\n this._editor.focus();\n }\n _registerMouseListeners() {\n const sessionStore = this._register(new DisposableStore());\n const gesture = this._register(new ClickLinkGesture(this._editor, {\n extractLineNumberFromMouseEvent: (e) => {\n const position = this._stickyScrollWidget.getEditorPositionFromNode(e.target.element);\n return position ? position.lineNumber : 0;\n }\n }));\n const getMouseEventTarget = (mouseEvent) => {\n if (!this._editor.hasModel()) {\n return null;\n }\n if (mouseEvent.target.type !== 12 /* MouseTargetType.OVERLAY_WIDGET */ || mouseEvent.target.detail !== this._stickyScrollWidget.getId()) {\n // not hovering over our widget\n return null;\n }\n const mouseTargetElement = mouseEvent.target.element;\n if (!mouseTargetElement || mouseTargetElement.innerText !== mouseTargetElement.innerHTML) {\n // not on a span element rendering text\n return null;\n }\n const position = this._stickyScrollWidget.getEditorPositionFromNode(mouseTargetElement);\n if (!position) {\n // not hovering a sticky scroll line\n return null;\n }\n return {\n range: new Range(position.lineNumber, position.column, position.lineNumber, position.column + mouseTargetElement.innerText.length),\n textElement: mouseTargetElement\n };\n };\n const stickyScrollWidgetDomNode = this._stickyScrollWidget.getDomNode();\n this._register(dom.addStandardDisposableListener(stickyScrollWidgetDomNode, dom.EventType.CLICK, (mouseEvent) => {\n if (mouseEvent.ctrlKey || mouseEvent.altKey || mouseEvent.metaKey) {\n // modifier pressed\n return;\n }\n if (!mouseEvent.leftButton) {\n // not left click\n return;\n }\n if (mouseEvent.shiftKey) {\n // shift click\n const lineIndex = this._stickyScrollWidget.getLineIndexFromChildDomNode(mouseEvent.target);\n if (lineIndex === null) {\n return;\n }\n const position = new Position(this._endLineNumbers[lineIndex], 1);\n this._revealLineInCenterIfOutsideViewport(position);\n return;\n }\n const isInFoldingIconDomNode = this._stickyScrollWidget.isInFoldingIconDomNode(mouseEvent.target);\n if (isInFoldingIconDomNode) {\n // clicked on folding icon\n const lineNumber = this._stickyScrollWidget.getLineNumberFromChildDomNode(mouseEvent.target);\n this._toggleFoldingRegionForLine(lineNumber);\n return;\n }\n const isInStickyLine = this._stickyScrollWidget.isInStickyLine(mouseEvent.target);\n if (!isInStickyLine) {\n return;\n }\n // normal click\n let position = this._stickyScrollWidget.getEditorPositionFromNode(mouseEvent.target);\n if (!position) {\n const lineNumber = this._stickyScrollWidget.getLineNumberFromChildDomNode(mouseEvent.target);\n if (lineNumber === null) {\n // not hovering a sticky scroll line\n return;\n }\n position = new Position(lineNumber, 1);\n }\n this._revealPosition(position);\n }));\n this._register(dom.addStandardDisposableListener(stickyScrollWidgetDomNode, dom.EventType.MOUSE_MOVE, (mouseEvent) => {\n if (mouseEvent.shiftKey) {\n const currentEndForLineIndex = this._stickyScrollWidget.getLineIndexFromChildDomNode(mouseEvent.target);\n if (currentEndForLineIndex === null || this._showEndForLine !== null && this._showEndForLine === currentEndForLineIndex) {\n return;\n }\n this._showEndForLine = currentEndForLineIndex;\n this._renderStickyScroll();\n return;\n }\n if (this._showEndForLine !== undefined) {\n this._showEndForLine = undefined;\n this._renderStickyScroll();\n }\n }));\n this._register(dom.addDisposableListener(stickyScrollWidgetDomNode, dom.EventType.MOUSE_LEAVE, (e) => {\n if (this._showEndForLine !== undefined) {\n this._showEndForLine = undefined;\n this._renderStickyScroll();\n }\n }));\n this._register(gesture.onMouseMoveOrRelevantKeyDown(([mouseEvent, _keyboardEvent]) => {\n const mouseTarget = getMouseEventTarget(mouseEvent);\n if (!mouseTarget || !mouseEvent.hasTriggerModifier || !this._editor.hasModel()) {\n sessionStore.clear();\n return;\n }\n const { range, textElement } = mouseTarget;\n if (!range.equalsRange(this._stickyRangeProjectedOnEditor)) {\n this._stickyRangeProjectedOnEditor = range;\n sessionStore.clear();\n }\n else if (textElement.style.textDecoration === 'underline') {\n return;\n }\n const cancellationToken = new CancellationTokenSource();\n sessionStore.add(toDisposable(() => cancellationToken.dispose(true)));\n let currentHTMLChild;\n getDefinitionsAtPosition(this._languageFeaturesService.definitionProvider, this._editor.getModel(), new Position(range.startLineNumber, range.startColumn + 1), false, cancellationToken.token).then((candidateDefinitions => {\n if (cancellationToken.token.isCancellationRequested) {\n return;\n }\n if (candidateDefinitions.length !== 0) {\n this._candidateDefinitionsLength = candidateDefinitions.length;\n const childHTML = textElement;\n if (currentHTMLChild !== childHTML) {\n sessionStore.clear();\n currentHTMLChild = childHTML;\n currentHTMLChild.style.textDecoration = 'underline';\n sessionStore.add(toDisposable(() => {\n currentHTMLChild.style.textDecoration = 'none';\n }));\n }\n else if (!currentHTMLChild) {\n currentHTMLChild = childHTML;\n currentHTMLChild.style.textDecoration = 'underline';\n sessionStore.add(toDisposable(() => {\n currentHTMLChild.style.textDecoration = 'none';\n }));\n }\n }\n else {\n sessionStore.clear();\n }\n }));\n }));\n this._register(gesture.onCancel(() => {\n sessionStore.clear();\n }));\n this._register(gesture.onExecute(async (e) => {\n if (e.target.type !== 12 /* MouseTargetType.OVERLAY_WIDGET */ || e.target.detail !== this._stickyScrollWidget.getId()) {\n // not hovering over our widget\n return;\n }\n const position = this._stickyScrollWidget.getEditorPositionFromNode(e.target.element);\n if (!position) {\n // not hovering a sticky scroll line\n return;\n }\n if (!this._editor.hasModel() || !this._stickyRangeProjectedOnEditor) {\n return;\n }\n if (this._candidateDefinitionsLength > 1) {\n if (this._focused) {\n this._disposeFocusStickyScrollStore();\n }\n this._revealPosition({ lineNumber: position.lineNumber, column: 1 });\n }\n this._instaService.invokeFunction(goToDefinitionWithLocation, e, this._editor, { uri: this._editor.getModel().uri, range: this._stickyRangeProjectedOnEditor });\n }));\n }\n _onContextMenu(targetWindow, e) {\n const event = new StandardMouseEvent(targetWindow, e);\n this._contextMenuService.showContextMenu({\n menuId: MenuId.StickyScrollContext,\n getAnchor: () => event,\n });\n }\n _toggleFoldingRegionForLine(line) {\n if (!this._foldingModel || line === null) {\n return;\n }\n const stickyLine = this._stickyScrollWidget.getRenderedStickyLine(line);\n const foldingIcon = stickyLine?.foldingIcon;\n if (!foldingIcon) {\n return;\n }\n toggleCollapseState(this._foldingModel, Number.MAX_VALUE, [line]);\n foldingIcon.isCollapsed = !foldingIcon.isCollapsed;\n const scrollTop = (foldingIcon.isCollapsed ?\n this._editor.getTopForLineNumber(foldingIcon.foldingEndLine)\n : this._editor.getTopForLineNumber(foldingIcon.foldingStartLine))\n - this._editor.getOption(67 /* EditorOption.lineHeight */) * stickyLine.index + 1;\n this._editor.setScrollTop(scrollTop);\n this._renderStickyScroll(line);\n }\n _readConfiguration() {\n const options = this._editor.getOption(116 /* EditorOption.stickyScroll */);\n if (options.enabled === false) {\n this._editor.removeOverlayWidget(this._stickyScrollWidget);\n this._sessionStore.clear();\n this._enabled = false;\n return;\n }\n else if (options.enabled && !this._enabled) {\n // When sticky scroll was just enabled, add the listeners on the sticky scroll\n this._editor.addOverlayWidget(this._stickyScrollWidget);\n this._sessionStore.add(this._editor.onDidScrollChange((e) => {\n if (e.scrollTopChanged) {\n this._showEndForLine = undefined;\n this._renderStickyScroll();\n }\n }));\n this._sessionStore.add(this._editor.onDidLayoutChange(() => this._onDidResize()));\n this._sessionStore.add(this._editor.onDidChangeModelTokens((e) => this._onTokensChange(e)));\n this._sessionStore.add(this._stickyLineCandidateProvider.onDidChangeStickyScroll(() => {\n this._showEndForLine = undefined;\n this._renderStickyScroll();\n }));\n this._enabled = true;\n }\n const lineNumberOption = this._editor.getOption(68 /* EditorOption.lineNumbers */);\n if (lineNumberOption.renderType === 2 /* RenderLineNumbersType.Relative */) {\n this._sessionStore.add(this._editor.onDidChangeCursorPosition(() => {\n this._showEndForLine = undefined;\n this._renderStickyScroll(0);\n }));\n }\n }\n _readConfigurationChange(event) {\n if (event.hasChanged(116 /* EditorOption.stickyScroll */)\n || event.hasChanged(73 /* EditorOption.minimap */)\n || event.hasChanged(67 /* EditorOption.lineHeight */)\n || event.hasChanged(111 /* EditorOption.showFoldingControls */)\n || event.hasChanged(68 /* EditorOption.lineNumbers */)) {\n this._readConfiguration();\n }\n if (event.hasChanged(68 /* EditorOption.lineNumbers */)) {\n this._renderStickyScroll(0);\n }\n }\n _needsUpdate(event) {\n const stickyLineNumbers = this._stickyScrollWidget.getCurrentLines();\n for (const stickyLineNumber of stickyLineNumbers) {\n for (const range of event.ranges) {\n if (stickyLineNumber >= range.fromLineNumber && stickyLineNumber <= range.toLineNumber) {\n return true;\n }\n }\n }\n return false;\n }\n _onTokensChange(event) {\n if (this._needsUpdate(event)) {\n // Rebuilding the whole widget from line 0\n this._renderStickyScroll(0);\n }\n }\n _onDidResize() {\n const layoutInfo = this._editor.getLayoutInfo();\n // Make sure sticky scroll doesn't take up more than 25% of the editor\n const theoreticalLines = layoutInfo.height / this._editor.getOption(67 /* EditorOption.lineHeight */);\n this._maxStickyLines = Math.round(theoreticalLines * .25);\n }\n async _renderStickyScroll(rebuildFromLine) {\n const model = this._editor.getModel();\n if (!model || model.isTooLargeForTokenization()) {\n this._resetState();\n return;\n }\n const nextRebuildFromLine = this._updateAndGetMinRebuildFromLine(rebuildFromLine);\n const stickyWidgetVersion = this._stickyLineCandidateProvider.getVersionId();\n const shouldUpdateState = stickyWidgetVersion === undefined || stickyWidgetVersion === model.getVersionId();\n if (shouldUpdateState) {\n if (!this._focused) {\n await this._updateState(nextRebuildFromLine);\n }\n else {\n // Suppose that previously the sticky scroll widget had height 0, then if there are visible lines, set the last line as focused\n if (this._focusedStickyElementIndex === -1) {\n await this._updateState(nextRebuildFromLine);\n this._focusedStickyElementIndex = this._stickyScrollWidget.lineNumberCount - 1;\n if (this._focusedStickyElementIndex !== -1) {\n this._stickyScrollWidget.focusLineWithIndex(this._focusedStickyElementIndex);\n }\n }\n else {\n const focusedStickyElementLineNumber = this._stickyScrollWidget.lineNumbers[this._focusedStickyElementIndex];\n await this._updateState(nextRebuildFromLine);\n // Suppose that after setting the state, there are no sticky lines, set the focused index to -1\n if (this._stickyScrollWidget.lineNumberCount === 0) {\n this._focusedStickyElementIndex = -1;\n }\n else {\n const previousFocusedLineNumberExists = this._stickyScrollWidget.lineNumbers.includes(focusedStickyElementLineNumber);\n // If the line number is still there, do not change anything\n // If the line number is not there, set the new focused line to be the last line\n if (!previousFocusedLineNumberExists) {\n this._focusedStickyElementIndex = this._stickyScrollWidget.lineNumberCount - 1;\n }\n this._stickyScrollWidget.focusLineWithIndex(this._focusedStickyElementIndex);\n }\n }\n }\n }\n }\n _updateAndGetMinRebuildFromLine(rebuildFromLine) {\n if (rebuildFromLine !== undefined) {\n const minRebuildFromLineOrInfinity = this._minRebuildFromLine !== undefined ? this._minRebuildFromLine : Infinity;\n this._minRebuildFromLine = Math.min(rebuildFromLine, minRebuildFromLineOrInfinity);\n }\n return this._minRebuildFromLine;\n }\n async _updateState(rebuildFromLine) {\n this._minRebuildFromLine = undefined;\n this._foldingModel = await FoldingController.get(this._editor)?.getFoldingModel() ?? undefined;\n this._widgetState = this.findScrollWidgetState();\n const stickyWidgetHasLines = this._widgetState.startLineNumbers.length > 0;\n this._stickyScrollVisibleContextKey.set(stickyWidgetHasLines);\n this._stickyScrollWidget.setState(this._widgetState, this._foldingModel, rebuildFromLine);\n }\n async _resetState() {\n this._minRebuildFromLine = undefined;\n this._foldingModel = undefined;\n this._widgetState = StickyScrollWidgetState.Empty;\n this._stickyScrollVisibleContextKey.set(false);\n this._stickyScrollWidget.setState(undefined, undefined);\n }\n findScrollWidgetState() {\n const lineHeight = this._editor.getOption(67 /* EditorOption.lineHeight */);\n const maxNumberStickyLines = Math.min(this._maxStickyLines, this._editor.getOption(116 /* EditorOption.stickyScroll */).maxLineCount);\n const scrollTop = this._editor.getScrollTop();\n let lastLineRelativePosition = 0;\n const startLineNumbers = [];\n const endLineNumbers = [];\n const arrayVisibleRanges = this._editor.getVisibleRanges();\n if (arrayVisibleRanges.length !== 0) {\n const fullVisibleRange = new StickyRange(arrayVisibleRanges[0].startLineNumber, arrayVisibleRanges[arrayVisibleRanges.length - 1].endLineNumber);\n const candidateRanges = this._stickyLineCandidateProvider.getCandidateStickyLinesIntersecting(fullVisibleRange);\n for (const range of candidateRanges) {\n const start = range.startLineNumber;\n const end = range.endLineNumber;\n const depth = range.nestingDepth;\n if (end - start > 0) {\n const topOfElementAtDepth = (depth - 1) * lineHeight;\n const bottomOfElementAtDepth = depth * lineHeight;\n const bottomOfBeginningLine = this._editor.getBottomForLineNumber(start) - scrollTop;\n const topOfEndLine = this._editor.getTopForLineNumber(end) - scrollTop;\n const bottomOfEndLine = this._editor.getBottomForLineNumber(end) - scrollTop;\n if (topOfElementAtDepth > topOfEndLine && topOfElementAtDepth <= bottomOfEndLine) {\n startLineNumbers.push(start);\n endLineNumbers.push(end + 1);\n lastLineRelativePosition = bottomOfEndLine - bottomOfElementAtDepth;\n break;\n }\n else if (bottomOfElementAtDepth > bottomOfBeginningLine && bottomOfElementAtDepth <= bottomOfEndLine) {\n startLineNumbers.push(start);\n endLineNumbers.push(end + 1);\n }\n if (startLineNumbers.length === maxNumberStickyLines) {\n break;\n }\n }\n }\n }\n this._endLineNumbers = endLineNumbers;\n return new StickyScrollWidgetState(startLineNumbers, endLineNumbers, lastLineRelativePosition, this._showEndForLine);\n }\n dispose() {\n super.dispose();\n this._sessionStore.dispose();\n }\n};\nStickyScrollController = StickyScrollController_1 = __decorate([\n __param(1, IContextMenuService),\n __param(2, ILanguageFeaturesService),\n __param(3, IInstantiationService),\n __param(4, ILanguageConfigurationService),\n __param(5, ILanguageFeatureDebounceService),\n __param(6, IContextKeyService)\n], StickyScrollController);\nexport { StickyScrollController };\n"],"names":["dom.addDisposableListener","dom.EventType","dom.getWindow","dom.trackFocus","_a","dom.addStandardDisposableListener","position"],"mappings":"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","x_google_ignoreList":[0]}