@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,451 @@
1
+ import { addDisposableListener, EventType } from "../../../../base/browser/dom.es.js";
2
+ import { createTrustedTypesPolicy } from "../../../../base/browser/trustedTypes.es.js";
3
+ import { equals } from "../../../../base/common/arrays.es.js";
4
+ import { Disposable, DisposableStore } from "../../../../base/common/lifecycle.es.js";
5
+ import { ThemeIcon } from "../../../../base/common/themables.es.js";
6
+ /* empty css */
7
+ import { getColumnOfNodeOffset } from "../../../browser/viewParts/lines/viewLine.es.js";
8
+ import { EmbeddedCodeEditorWidget } from "../../../browser/widget/codeEditor/embeddedCodeEditorWidget.es.js";
9
+ import { Position } from "../../../common/core/position.es.js";
10
+ import { StringBuilder } from "../../../common/core/stringBuilder.es.js";
11
+ import { LineDecoration } from "../../../common/viewLayout/lineDecorations.es.js";
12
+ import { RenderLineInput, renderViewLine } from "../../../common/viewLayout/viewLineRenderer.es.js";
13
+ import { foldingCollapsedIcon, foldingExpandedIcon } from "../../folding/browser/foldingDecorations.es.js";
14
+ class StickyScrollWidgetState {
15
+ constructor(startLineNumbers, endLineNumbers, lastLineRelativePosition, showEndForLine = null) {
16
+ this.startLineNumbers = startLineNumbers;
17
+ this.endLineNumbers = endLineNumbers;
18
+ this.lastLineRelativePosition = lastLineRelativePosition;
19
+ this.showEndForLine = showEndForLine;
20
+ }
21
+ equals(other) {
22
+ return !!other && this.lastLineRelativePosition === other.lastLineRelativePosition && this.showEndForLine === other.showEndForLine && equals(this.startLineNumbers, other.startLineNumbers) && equals(this.endLineNumbers, other.endLineNumbers);
23
+ }
24
+ static get Empty() {
25
+ return new StickyScrollWidgetState([], [], 0);
26
+ }
27
+ }
28
+ const _ttPolicy = createTrustedTypesPolicy("stickyScrollViewLayer", { createHTML: (value) => value });
29
+ const STICKY_INDEX_ATTR = "data-sticky-line-index";
30
+ const STICKY_IS_LINE_ATTR = "data-sticky-is-line";
31
+ const STICKY_IS_LINE_NUMBER_ATTR = "data-sticky-is-line-number";
32
+ const STICKY_IS_FOLDING_ICON_ATTR = "data-sticky-is-folding-icon";
33
+ class StickyScrollWidget extends Disposable {
34
+ constructor(_editor) {
35
+ super();
36
+ this._editor = _editor;
37
+ this._foldingIconStore = new DisposableStore();
38
+ this._rootDomNode = document.createElement("div");
39
+ this._lineNumbersDomNode = document.createElement("div");
40
+ this._linesDomNodeScrollable = document.createElement("div");
41
+ this._linesDomNode = document.createElement("div");
42
+ this._lineHeight = this._editor.getOption(
43
+ 67
44
+ /* EditorOption.lineHeight */
45
+ );
46
+ this._renderedStickyLines = [];
47
+ this._lineNumbers = [];
48
+ this._lastLineRelativePosition = 0;
49
+ this._minContentWidthInPx = 0;
50
+ this._isOnGlyphMargin = false;
51
+ this._lineNumbersDomNode.className = "sticky-widget-line-numbers";
52
+ this._lineNumbersDomNode.setAttribute("role", "none");
53
+ this._linesDomNode.className = "sticky-widget-lines";
54
+ this._linesDomNode.setAttribute("role", "list");
55
+ this._linesDomNodeScrollable.className = "sticky-widget-lines-scrollable";
56
+ this._linesDomNodeScrollable.appendChild(this._linesDomNode);
57
+ this._rootDomNode.className = "sticky-widget";
58
+ this._rootDomNode.classList.toggle("peek", _editor instanceof EmbeddedCodeEditorWidget);
59
+ this._rootDomNode.appendChild(this._lineNumbersDomNode);
60
+ this._rootDomNode.appendChild(this._linesDomNodeScrollable);
61
+ const updateScrollLeftPosition = () => {
62
+ this._linesDomNode.style.left = this._editor.getOption(
63
+ 116
64
+ /* EditorOption.stickyScroll */
65
+ ).scrollWithEditor ? `-${this._editor.getScrollLeft()}px` : "0px";
66
+ };
67
+ this._register(this._editor.onDidChangeConfiguration((e) => {
68
+ if (e.hasChanged(
69
+ 116
70
+ /* EditorOption.stickyScroll */
71
+ )) {
72
+ updateScrollLeftPosition();
73
+ }
74
+ if (e.hasChanged(
75
+ 67
76
+ /* EditorOption.lineHeight */
77
+ )) {
78
+ this._lineHeight = this._editor.getOption(
79
+ 67
80
+ /* EditorOption.lineHeight */
81
+ );
82
+ }
83
+ }));
84
+ this._register(this._editor.onDidScrollChange((e) => {
85
+ if (e.scrollLeftChanged) {
86
+ updateScrollLeftPosition();
87
+ }
88
+ if (e.scrollWidthChanged) {
89
+ this._updateWidgetWidth();
90
+ }
91
+ }));
92
+ this._register(this._editor.onDidChangeModel(() => {
93
+ updateScrollLeftPosition();
94
+ this._updateWidgetWidth();
95
+ }));
96
+ this._register(this._foldingIconStore);
97
+ updateScrollLeftPosition();
98
+ this._register(this._editor.onDidLayoutChange((e) => {
99
+ this._updateWidgetWidth();
100
+ }));
101
+ this._updateWidgetWidth();
102
+ }
103
+ get lineNumbers() {
104
+ return this._lineNumbers;
105
+ }
106
+ get lineNumberCount() {
107
+ return this._lineNumbers.length;
108
+ }
109
+ getRenderedStickyLine(lineNumber) {
110
+ return this._renderedStickyLines.find((stickyLine) => stickyLine.lineNumber === lineNumber);
111
+ }
112
+ getCurrentLines() {
113
+ return this._lineNumbers;
114
+ }
115
+ setState(_state, foldingModel, _rebuildFromLine) {
116
+ if (_rebuildFromLine === void 0 && (!this._previousState && !_state || this._previousState && this._previousState.equals(_state))) {
117
+ return;
118
+ }
119
+ const isWidgetHeightZero = this._isWidgetHeightZero(_state);
120
+ const state = isWidgetHeightZero ? void 0 : _state;
121
+ const rebuildFromLine = isWidgetHeightZero ? 0 : this._findLineToRebuildWidgetFrom(_state, _rebuildFromLine);
122
+ this._renderRootNode(state, foldingModel, rebuildFromLine);
123
+ this._previousState = _state;
124
+ }
125
+ _isWidgetHeightZero(state) {
126
+ if (!state) {
127
+ return true;
128
+ }
129
+ const futureWidgetHeight = state.startLineNumbers.length * this._lineHeight + state.lastLineRelativePosition;
130
+ if (futureWidgetHeight > 0) {
131
+ this._lastLineRelativePosition = state.lastLineRelativePosition;
132
+ const lineNumbers = [...state.startLineNumbers];
133
+ if (state.showEndForLine !== null) {
134
+ lineNumbers[state.showEndForLine] = state.endLineNumbers[state.showEndForLine];
135
+ }
136
+ this._lineNumbers = lineNumbers;
137
+ } else {
138
+ this._lastLineRelativePosition = 0;
139
+ this._lineNumbers = [];
140
+ }
141
+ return futureWidgetHeight === 0;
142
+ }
143
+ _findLineToRebuildWidgetFrom(state, _rebuildFromLine) {
144
+ if (!state || !this._previousState) {
145
+ return 0;
146
+ }
147
+ if (_rebuildFromLine !== void 0) {
148
+ return _rebuildFromLine;
149
+ }
150
+ const previousState = this._previousState;
151
+ const indexOfLinesAlreadyRendered = state.startLineNumbers.findIndex((startLineNumber) => !previousState.startLineNumbers.includes(startLineNumber));
152
+ return indexOfLinesAlreadyRendered === -1 ? 0 : indexOfLinesAlreadyRendered;
153
+ }
154
+ _updateWidgetWidth() {
155
+ const layoutInfo = this._editor.getLayoutInfo();
156
+ const lineNumbersWidth = layoutInfo.contentLeft;
157
+ this._lineNumbersDomNode.style.width = `${lineNumbersWidth}px`;
158
+ this._linesDomNodeScrollable.style.setProperty("--vscode-editorStickyScroll-scrollableWidth", `${this._editor.getScrollWidth() - layoutInfo.verticalScrollbarWidth}px`);
159
+ this._rootDomNode.style.width = `${layoutInfo.width - layoutInfo.verticalScrollbarWidth}px`;
160
+ }
161
+ _clearStickyLinesFromLine(clearFromLine) {
162
+ this._foldingIconStore.clear();
163
+ for (let i = clearFromLine; i < this._renderedStickyLines.length; i++) {
164
+ const stickyLine = this._renderedStickyLines[i];
165
+ stickyLine.lineNumberDomNode.remove();
166
+ stickyLine.lineDomNode.remove();
167
+ }
168
+ this._renderedStickyLines = this._renderedStickyLines.slice(0, clearFromLine);
169
+ this._rootDomNode.style.display = "none";
170
+ }
171
+ _useFoldingOpacityTransition(requireTransitions) {
172
+ this._lineNumbersDomNode.style.setProperty("--vscode-editorStickyScroll-foldingOpacityTransition", `opacity ${requireTransitions ? 0.5 : 0}s`);
173
+ }
174
+ _setFoldingIconsVisibility(allVisible) {
175
+ for (const line of this._renderedStickyLines) {
176
+ const foldingIcon = line.foldingIcon;
177
+ if (!foldingIcon) {
178
+ continue;
179
+ }
180
+ foldingIcon.setVisible(allVisible ? true : foldingIcon.isCollapsed);
181
+ }
182
+ }
183
+ async _renderRootNode(state, foldingModel, rebuildFromLine) {
184
+ this._clearStickyLinesFromLine(rebuildFromLine);
185
+ if (!state) {
186
+ return;
187
+ }
188
+ for (const stickyLine of this._renderedStickyLines) {
189
+ this._updateTopAndZIndexOfStickyLine(stickyLine);
190
+ }
191
+ const layoutInfo = this._editor.getLayoutInfo();
192
+ const linesToRender = this._lineNumbers.slice(rebuildFromLine);
193
+ for (const [index, line] of linesToRender.entries()) {
194
+ const stickyLine = this._renderChildNode(index + rebuildFromLine, line, foldingModel, layoutInfo);
195
+ if (!stickyLine) {
196
+ continue;
197
+ }
198
+ this._linesDomNode.appendChild(stickyLine.lineDomNode);
199
+ this._lineNumbersDomNode.appendChild(stickyLine.lineNumberDomNode);
200
+ this._renderedStickyLines.push(stickyLine);
201
+ }
202
+ if (foldingModel) {
203
+ this._setFoldingHoverListeners();
204
+ this._useFoldingOpacityTransition(!this._isOnGlyphMargin);
205
+ }
206
+ const widgetHeight = this._lineNumbers.length * this._lineHeight + this._lastLineRelativePosition;
207
+ this._rootDomNode.style.display = "block";
208
+ this._lineNumbersDomNode.style.height = `${widgetHeight}px`;
209
+ this._linesDomNodeScrollable.style.height = `${widgetHeight}px`;
210
+ this._rootDomNode.style.height = `${widgetHeight}px`;
211
+ this._rootDomNode.style.marginLeft = "0px";
212
+ this._minContentWidthInPx = Math.max(...this._renderedStickyLines.map((l) => l.scrollWidth)) + layoutInfo.verticalScrollbarWidth;
213
+ this._editor.layoutOverlayWidget(this);
214
+ }
215
+ _setFoldingHoverListeners() {
216
+ const showFoldingControls = this._editor.getOption(
217
+ 111
218
+ /* EditorOption.showFoldingControls */
219
+ );
220
+ if (showFoldingControls !== "mouseover") {
221
+ return;
222
+ }
223
+ this._foldingIconStore.add(addDisposableListener(this._lineNumbersDomNode, EventType.MOUSE_ENTER, () => {
224
+ this._isOnGlyphMargin = true;
225
+ this._setFoldingIconsVisibility(true);
226
+ }));
227
+ this._foldingIconStore.add(addDisposableListener(this._lineNumbersDomNode, EventType.MOUSE_LEAVE, () => {
228
+ this._isOnGlyphMargin = false;
229
+ this._useFoldingOpacityTransition(true);
230
+ this._setFoldingIconsVisibility(false);
231
+ }));
232
+ }
233
+ _renderChildNode(index, line, foldingModel, layoutInfo) {
234
+ const viewModel = this._editor._getViewModel();
235
+ if (!viewModel) {
236
+ return;
237
+ }
238
+ const viewLineNumber = viewModel.coordinatesConverter.convertModelPositionToViewPosition(new Position(line, 1)).lineNumber;
239
+ const lineRenderingData = viewModel.getViewLineRenderingData(viewLineNumber);
240
+ const lineNumberOption = this._editor.getOption(
241
+ 68
242
+ /* EditorOption.lineNumbers */
243
+ );
244
+ let actualInlineDecorations;
245
+ try {
246
+ actualInlineDecorations = LineDecoration.filter(lineRenderingData.inlineDecorations, viewLineNumber, lineRenderingData.minColumn, lineRenderingData.maxColumn);
247
+ } catch (err) {
248
+ actualInlineDecorations = [];
249
+ }
250
+ const renderLineInput = new RenderLineInput(true, true, lineRenderingData.content, lineRenderingData.continuesWithWrappedLine, lineRenderingData.isBasicASCII, lineRenderingData.containsRTL, 0, lineRenderingData.tokens, actualInlineDecorations, lineRenderingData.tabSize, lineRenderingData.startVisibleColumn, 1, 1, 1, 500, "none", true, true, null);
251
+ const sb = new StringBuilder(2e3);
252
+ const renderOutput = renderViewLine(renderLineInput, sb);
253
+ let newLine;
254
+ if (_ttPolicy) {
255
+ newLine = _ttPolicy.createHTML(sb.build());
256
+ } else {
257
+ newLine = sb.build();
258
+ }
259
+ const lineHTMLNode = document.createElement("span");
260
+ lineHTMLNode.setAttribute(STICKY_INDEX_ATTR, String(index));
261
+ lineHTMLNode.setAttribute(STICKY_IS_LINE_ATTR, "");
262
+ lineHTMLNode.setAttribute("role", "listitem");
263
+ lineHTMLNode.tabIndex = 0;
264
+ lineHTMLNode.className = "sticky-line-content";
265
+ lineHTMLNode.classList.add(`stickyLine${line}`);
266
+ lineHTMLNode.style.lineHeight = `${this._lineHeight}px`;
267
+ lineHTMLNode.innerHTML = newLine;
268
+ const lineNumberHTMLNode = document.createElement("span");
269
+ lineNumberHTMLNode.setAttribute(STICKY_INDEX_ATTR, String(index));
270
+ lineNumberHTMLNode.setAttribute(STICKY_IS_LINE_NUMBER_ATTR, "");
271
+ lineNumberHTMLNode.className = "sticky-line-number";
272
+ lineNumberHTMLNode.style.lineHeight = `${this._lineHeight}px`;
273
+ const lineNumbersWidth = layoutInfo.contentLeft;
274
+ lineNumberHTMLNode.style.width = `${lineNumbersWidth}px`;
275
+ const innerLineNumberHTML = document.createElement("span");
276
+ if (lineNumberOption.renderType === 1 || lineNumberOption.renderType === 3 && line % 10 === 0) {
277
+ innerLineNumberHTML.innerText = line.toString();
278
+ } else if (lineNumberOption.renderType === 2) {
279
+ innerLineNumberHTML.innerText = Math.abs(line - this._editor.getPosition().lineNumber).toString();
280
+ }
281
+ innerLineNumberHTML.className = "sticky-line-number-inner";
282
+ innerLineNumberHTML.style.lineHeight = `${this._lineHeight}px`;
283
+ innerLineNumberHTML.style.width = `${layoutInfo.lineNumbersWidth}px`;
284
+ innerLineNumberHTML.style.paddingLeft = `${layoutInfo.lineNumbersLeft}px`;
285
+ lineNumberHTMLNode.appendChild(innerLineNumberHTML);
286
+ const foldingIcon = this._renderFoldingIconForLine(foldingModel, line);
287
+ if (foldingIcon) {
288
+ lineNumberHTMLNode.appendChild(foldingIcon.domNode);
289
+ }
290
+ this._editor.applyFontInfo(lineHTMLNode);
291
+ this._editor.applyFontInfo(innerLineNumberHTML);
292
+ lineNumberHTMLNode.style.lineHeight = `${this._lineHeight}px`;
293
+ lineHTMLNode.style.lineHeight = `${this._lineHeight}px`;
294
+ lineNumberHTMLNode.style.height = `${this._lineHeight}px`;
295
+ lineHTMLNode.style.height = `${this._lineHeight}px`;
296
+ const renderedLine = new RenderedStickyLine(index, line, lineHTMLNode, lineNumberHTMLNode, foldingIcon, renderOutput.characterMapping, lineHTMLNode.scrollWidth);
297
+ return this._updateTopAndZIndexOfStickyLine(renderedLine);
298
+ }
299
+ _updateTopAndZIndexOfStickyLine(stickyLine) {
300
+ var _a;
301
+ const index = stickyLine.index;
302
+ const lineHTMLNode = stickyLine.lineDomNode;
303
+ const lineNumberHTMLNode = stickyLine.lineNumberDomNode;
304
+ const isLastLine = index === this._lineNumbers.length - 1;
305
+ const lastLineZIndex = "0";
306
+ const intermediateLineZIndex = "1";
307
+ lineHTMLNode.style.zIndex = isLastLine ? lastLineZIndex : intermediateLineZIndex;
308
+ lineNumberHTMLNode.style.zIndex = isLastLine ? lastLineZIndex : intermediateLineZIndex;
309
+ const lastLineTop = `${index * this._lineHeight + this._lastLineRelativePosition + (((_a = stickyLine.foldingIcon) == null ? void 0 : _a.isCollapsed) ? 1 : 0)}px`;
310
+ const intermediateLineTop = `${index * this._lineHeight}px`;
311
+ lineHTMLNode.style.top = isLastLine ? lastLineTop : intermediateLineTop;
312
+ lineNumberHTMLNode.style.top = isLastLine ? lastLineTop : intermediateLineTop;
313
+ return stickyLine;
314
+ }
315
+ _renderFoldingIconForLine(foldingModel, line) {
316
+ const showFoldingControls = this._editor.getOption(
317
+ 111
318
+ /* EditorOption.showFoldingControls */
319
+ );
320
+ if (!foldingModel || showFoldingControls === "never") {
321
+ return;
322
+ }
323
+ const foldingRegions = foldingModel.regions;
324
+ const indexOfFoldingRegion = foldingRegions.findRange(line);
325
+ const startLineNumber = foldingRegions.getStartLineNumber(indexOfFoldingRegion);
326
+ const isFoldingScope = line === startLineNumber;
327
+ if (!isFoldingScope) {
328
+ return;
329
+ }
330
+ const isCollapsed = foldingRegions.isCollapsed(indexOfFoldingRegion);
331
+ const foldingIcon = new StickyFoldingIcon(isCollapsed, startLineNumber, foldingRegions.getEndLineNumber(indexOfFoldingRegion), this._lineHeight);
332
+ foldingIcon.setVisible(this._isOnGlyphMargin ? true : isCollapsed || showFoldingControls === "always");
333
+ foldingIcon.domNode.setAttribute(STICKY_IS_FOLDING_ICON_ATTR, "");
334
+ return foldingIcon;
335
+ }
336
+ getId() {
337
+ return "editor.contrib.stickyScrollWidget";
338
+ }
339
+ getDomNode() {
340
+ return this._rootDomNode;
341
+ }
342
+ getPosition() {
343
+ return {
344
+ preference: 2,
345
+ stackOridinal: 10
346
+ };
347
+ }
348
+ getMinContentWidthInPx() {
349
+ return this._minContentWidthInPx;
350
+ }
351
+ focusLineWithIndex(index) {
352
+ if (0 <= index && index < this._renderedStickyLines.length) {
353
+ this._renderedStickyLines[index].lineDomNode.focus();
354
+ }
355
+ }
356
+ /**
357
+ * Given a leaf dom node, tries to find the editor position.
358
+ */
359
+ getEditorPositionFromNode(spanDomNode) {
360
+ if (!spanDomNode || spanDomNode.children.length > 0) {
361
+ return null;
362
+ }
363
+ const renderedStickyLine = this._getRenderedStickyLineFromChildDomNode(spanDomNode);
364
+ if (!renderedStickyLine) {
365
+ return null;
366
+ }
367
+ const column = getColumnOfNodeOffset(renderedStickyLine.characterMapping, spanDomNode, 0);
368
+ return new Position(renderedStickyLine.lineNumber, column);
369
+ }
370
+ getLineNumberFromChildDomNode(domNode) {
371
+ var _a;
372
+ return ((_a = this._getRenderedStickyLineFromChildDomNode(domNode)) == null ? void 0 : _a.lineNumber) ?? null;
373
+ }
374
+ _getRenderedStickyLineFromChildDomNode(domNode) {
375
+ const index = this.getLineIndexFromChildDomNode(domNode);
376
+ if (index === null || index < 0 || index >= this._renderedStickyLines.length) {
377
+ return null;
378
+ }
379
+ return this._renderedStickyLines[index];
380
+ }
381
+ /**
382
+ * Given a child dom node, tries to find the line number attribute that was stored in the node.
383
+ * @returns the attribute value or null if none is found.
384
+ */
385
+ getLineIndexFromChildDomNode(domNode) {
386
+ const lineIndex = this._getAttributeValue(domNode, STICKY_INDEX_ATTR);
387
+ return lineIndex ? parseInt(lineIndex, 10) : null;
388
+ }
389
+ /**
390
+ * Given a child dom node, tries to find if it is (contained in) a sticky line.
391
+ * @returns a boolean.
392
+ */
393
+ isInStickyLine(domNode) {
394
+ const isInLine = this._getAttributeValue(domNode, STICKY_IS_LINE_ATTR);
395
+ return isInLine !== void 0;
396
+ }
397
+ /**
398
+ * Given a child dom node, tries to find if this dom node is (contained in) a sticky folding icon.
399
+ * @returns a boolean.
400
+ */
401
+ isInFoldingIconDomNode(domNode) {
402
+ const isInFoldingIcon = this._getAttributeValue(domNode, STICKY_IS_FOLDING_ICON_ATTR);
403
+ return isInFoldingIcon !== void 0;
404
+ }
405
+ /**
406
+ * Given the dom node, finds if it or its parent sequence contains the given attribute.
407
+ * @returns the attribute value or undefined.
408
+ */
409
+ _getAttributeValue(domNode, attribute) {
410
+ while (domNode && domNode !== this._rootDomNode) {
411
+ const line = domNode.getAttribute(attribute);
412
+ if (line !== null) {
413
+ return line;
414
+ }
415
+ domNode = domNode.parentElement;
416
+ }
417
+ return;
418
+ }
419
+ }
420
+ class RenderedStickyLine {
421
+ constructor(index, lineNumber, lineDomNode, lineNumberDomNode, foldingIcon, characterMapping, scrollWidth) {
422
+ this.index = index;
423
+ this.lineNumber = lineNumber;
424
+ this.lineDomNode = lineDomNode;
425
+ this.lineNumberDomNode = lineNumberDomNode;
426
+ this.foldingIcon = foldingIcon;
427
+ this.characterMapping = characterMapping;
428
+ this.scrollWidth = scrollWidth;
429
+ }
430
+ }
431
+ class StickyFoldingIcon {
432
+ constructor(isCollapsed, foldingStartLine, foldingEndLine, dimension) {
433
+ this.isCollapsed = isCollapsed;
434
+ this.foldingStartLine = foldingStartLine;
435
+ this.foldingEndLine = foldingEndLine;
436
+ this.dimension = dimension;
437
+ this.domNode = document.createElement("div");
438
+ this.domNode.style.width = `${dimension}px`;
439
+ this.domNode.style.height = `${dimension}px`;
440
+ this.domNode.className = ThemeIcon.asClassName(isCollapsed ? foldingCollapsedIcon : foldingExpandedIcon);
441
+ }
442
+ setVisible(visible) {
443
+ this.domNode.style.cursor = visible ? "pointer" : "default";
444
+ this.domNode.style.opacity = visible ? "1" : "0";
445
+ }
446
+ }
447
+ export {
448
+ StickyScrollWidget,
449
+ StickyScrollWidgetState
450
+ };
451
+ //# sourceMappingURL=stickyScrollWidget.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stickyScrollWidget.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollWidget.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 * as dom from '../../../../base/browser/dom.js';\nimport { createTrustedTypesPolicy } from '../../../../base/browser/trustedTypes.js';\nimport { equals } from '../../../../base/common/arrays.js';\nimport { Disposable, DisposableStore } from '../../../../base/common/lifecycle.js';\nimport { ThemeIcon } from '../../../../base/common/themables.js';\nimport './stickyScroll.css';\nimport { getColumnOfNodeOffset } from '../../../browser/viewParts/lines/viewLine.js';\nimport { EmbeddedCodeEditorWidget } from '../../../browser/widget/codeEditor/embeddedCodeEditorWidget.js';\nimport { Position } from '../../../common/core/position.js';\nimport { StringBuilder } from '../../../common/core/stringBuilder.js';\nimport { LineDecoration } from '../../../common/viewLayout/lineDecorations.js';\nimport { RenderLineInput, renderViewLine } from '../../../common/viewLayout/viewLineRenderer.js';\nimport { foldingCollapsedIcon, foldingExpandedIcon } from '../../folding/browser/foldingDecorations.js';\nexport class StickyScrollWidgetState {\n constructor(startLineNumbers, endLineNumbers, lastLineRelativePosition, showEndForLine = null) {\n this.startLineNumbers = startLineNumbers;\n this.endLineNumbers = endLineNumbers;\n this.lastLineRelativePosition = lastLineRelativePosition;\n this.showEndForLine = showEndForLine;\n }\n equals(other) {\n return !!other\n && this.lastLineRelativePosition === other.lastLineRelativePosition\n && this.showEndForLine === other.showEndForLine\n && equals(this.startLineNumbers, other.startLineNumbers)\n && equals(this.endLineNumbers, other.endLineNumbers);\n }\n static get Empty() {\n return new StickyScrollWidgetState([], [], 0);\n }\n}\nconst _ttPolicy = createTrustedTypesPolicy('stickyScrollViewLayer', { createHTML: value => value });\nconst STICKY_INDEX_ATTR = 'data-sticky-line-index';\nconst STICKY_IS_LINE_ATTR = 'data-sticky-is-line';\nconst STICKY_IS_LINE_NUMBER_ATTR = 'data-sticky-is-line-number';\nconst STICKY_IS_FOLDING_ICON_ATTR = 'data-sticky-is-folding-icon';\nexport class StickyScrollWidget extends Disposable {\n constructor(_editor) {\n super();\n this._editor = _editor;\n this._foldingIconStore = new DisposableStore();\n this._rootDomNode = document.createElement('div');\n this._lineNumbersDomNode = document.createElement('div');\n this._linesDomNodeScrollable = document.createElement('div');\n this._linesDomNode = document.createElement('div');\n this._lineHeight = this._editor.getOption(67 /* EditorOption.lineHeight */);\n this._renderedStickyLines = [];\n this._lineNumbers = [];\n this._lastLineRelativePosition = 0;\n this._minContentWidthInPx = 0;\n this._isOnGlyphMargin = false;\n this._lineNumbersDomNode.className = 'sticky-widget-line-numbers';\n this._lineNumbersDomNode.setAttribute('role', 'none');\n this._linesDomNode.className = 'sticky-widget-lines';\n this._linesDomNode.setAttribute('role', 'list');\n this._linesDomNodeScrollable.className = 'sticky-widget-lines-scrollable';\n this._linesDomNodeScrollable.appendChild(this._linesDomNode);\n this._rootDomNode.className = 'sticky-widget';\n this._rootDomNode.classList.toggle('peek', _editor instanceof EmbeddedCodeEditorWidget);\n this._rootDomNode.appendChild(this._lineNumbersDomNode);\n this._rootDomNode.appendChild(this._linesDomNodeScrollable);\n const updateScrollLeftPosition = () => {\n this._linesDomNode.style.left = this._editor.getOption(116 /* EditorOption.stickyScroll */).scrollWithEditor ? `-${this._editor.getScrollLeft()}px` : '0px';\n };\n this._register(this._editor.onDidChangeConfiguration((e) => {\n if (e.hasChanged(116 /* EditorOption.stickyScroll */)) {\n updateScrollLeftPosition();\n }\n if (e.hasChanged(67 /* EditorOption.lineHeight */)) {\n this._lineHeight = this._editor.getOption(67 /* EditorOption.lineHeight */);\n }\n }));\n this._register(this._editor.onDidScrollChange((e) => {\n if (e.scrollLeftChanged) {\n updateScrollLeftPosition();\n }\n if (e.scrollWidthChanged) {\n this._updateWidgetWidth();\n }\n }));\n this._register(this._editor.onDidChangeModel(() => {\n updateScrollLeftPosition();\n this._updateWidgetWidth();\n }));\n this._register(this._foldingIconStore);\n updateScrollLeftPosition();\n this._register(this._editor.onDidLayoutChange((e) => {\n this._updateWidgetWidth();\n }));\n this._updateWidgetWidth();\n }\n get lineNumbers() {\n return this._lineNumbers;\n }\n get lineNumberCount() {\n return this._lineNumbers.length;\n }\n getRenderedStickyLine(lineNumber) {\n return this._renderedStickyLines.find(stickyLine => stickyLine.lineNumber === lineNumber);\n }\n getCurrentLines() {\n return this._lineNumbers;\n }\n setState(_state, foldingModel, _rebuildFromLine) {\n if (_rebuildFromLine === undefined &&\n ((!this._previousState && !_state) || (this._previousState && this._previousState.equals(_state)))) {\n return;\n }\n const isWidgetHeightZero = this._isWidgetHeightZero(_state);\n const state = isWidgetHeightZero ? undefined : _state;\n const rebuildFromLine = isWidgetHeightZero ? 0 : this._findLineToRebuildWidgetFrom(_state, _rebuildFromLine);\n this._renderRootNode(state, foldingModel, rebuildFromLine);\n this._previousState = _state;\n }\n _isWidgetHeightZero(state) {\n if (!state) {\n return true;\n }\n const futureWidgetHeight = state.startLineNumbers.length * this._lineHeight + state.lastLineRelativePosition;\n if (futureWidgetHeight > 0) {\n this._lastLineRelativePosition = state.lastLineRelativePosition;\n const lineNumbers = [...state.startLineNumbers];\n if (state.showEndForLine !== null) {\n lineNumbers[state.showEndForLine] = state.endLineNumbers[state.showEndForLine];\n }\n this._lineNumbers = lineNumbers;\n }\n else {\n this._lastLineRelativePosition = 0;\n this._lineNumbers = [];\n }\n return futureWidgetHeight === 0;\n }\n _findLineToRebuildWidgetFrom(state, _rebuildFromLine) {\n if (!state || !this._previousState) {\n return 0;\n }\n if (_rebuildFromLine !== undefined) {\n return _rebuildFromLine;\n }\n const previousState = this._previousState;\n const indexOfLinesAlreadyRendered = state.startLineNumbers.findIndex(startLineNumber => !previousState.startLineNumbers.includes(startLineNumber));\n return (indexOfLinesAlreadyRendered === -1) ? 0 : indexOfLinesAlreadyRendered;\n }\n _updateWidgetWidth() {\n const layoutInfo = this._editor.getLayoutInfo();\n const lineNumbersWidth = layoutInfo.contentLeft;\n this._lineNumbersDomNode.style.width = `${lineNumbersWidth}px`;\n this._linesDomNodeScrollable.style.setProperty('--vscode-editorStickyScroll-scrollableWidth', `${this._editor.getScrollWidth() - layoutInfo.verticalScrollbarWidth}px`);\n this._rootDomNode.style.width = `${layoutInfo.width - layoutInfo.verticalScrollbarWidth}px`;\n }\n _clearStickyLinesFromLine(clearFromLine) {\n this._foldingIconStore.clear();\n // Removing only the lines that need to be rerendered\n for (let i = clearFromLine; i < this._renderedStickyLines.length; i++) {\n const stickyLine = this._renderedStickyLines[i];\n stickyLine.lineNumberDomNode.remove();\n stickyLine.lineDomNode.remove();\n }\n // Keep the lines that need to be updated\n this._renderedStickyLines = this._renderedStickyLines.slice(0, clearFromLine);\n this._rootDomNode.style.display = 'none';\n }\n _useFoldingOpacityTransition(requireTransitions) {\n this._lineNumbersDomNode.style.setProperty('--vscode-editorStickyScroll-foldingOpacityTransition', `opacity ${requireTransitions ? 0.5 : 0}s`);\n }\n _setFoldingIconsVisibility(allVisible) {\n for (const line of this._renderedStickyLines) {\n const foldingIcon = line.foldingIcon;\n if (!foldingIcon) {\n continue;\n }\n foldingIcon.setVisible(allVisible ? true : foldingIcon.isCollapsed);\n }\n }\n async _renderRootNode(state, foldingModel, rebuildFromLine) {\n this._clearStickyLinesFromLine(rebuildFromLine);\n if (!state) {\n return;\n }\n // For existing sticky lines update the top and z-index\n for (const stickyLine of this._renderedStickyLines) {\n this._updateTopAndZIndexOfStickyLine(stickyLine);\n }\n // For new sticky lines\n const layoutInfo = this._editor.getLayoutInfo();\n const linesToRender = this._lineNumbers.slice(rebuildFromLine);\n for (const [index, line] of linesToRender.entries()) {\n const stickyLine = this._renderChildNode(index + rebuildFromLine, line, foldingModel, layoutInfo);\n if (!stickyLine) {\n continue;\n }\n this._linesDomNode.appendChild(stickyLine.lineDomNode);\n this._lineNumbersDomNode.appendChild(stickyLine.lineNumberDomNode);\n this._renderedStickyLines.push(stickyLine);\n }\n if (foldingModel) {\n this._setFoldingHoverListeners();\n this._useFoldingOpacityTransition(!this._isOnGlyphMargin);\n }\n const widgetHeight = this._lineNumbers.length * this._lineHeight + this._lastLineRelativePosition;\n this._rootDomNode.style.display = 'block';\n this._lineNumbersDomNode.style.height = `${widgetHeight}px`;\n this._linesDomNodeScrollable.style.height = `${widgetHeight}px`;\n this._rootDomNode.style.height = `${widgetHeight}px`;\n this._rootDomNode.style.marginLeft = '0px';\n this._minContentWidthInPx = Math.max(...this._renderedStickyLines.map(l => l.scrollWidth)) + layoutInfo.verticalScrollbarWidth;\n this._editor.layoutOverlayWidget(this);\n }\n _setFoldingHoverListeners() {\n const showFoldingControls = this._editor.getOption(111 /* EditorOption.showFoldingControls */);\n if (showFoldingControls !== 'mouseover') {\n return;\n }\n this._foldingIconStore.add(dom.addDisposableListener(this._lineNumbersDomNode, dom.EventType.MOUSE_ENTER, () => {\n this._isOnGlyphMargin = true;\n this._setFoldingIconsVisibility(true);\n }));\n this._foldingIconStore.add(dom.addDisposableListener(this._lineNumbersDomNode, dom.EventType.MOUSE_LEAVE, () => {\n this._isOnGlyphMargin = false;\n this._useFoldingOpacityTransition(true);\n this._setFoldingIconsVisibility(false);\n }));\n }\n _renderChildNode(index, line, foldingModel, layoutInfo) {\n const viewModel = this._editor._getViewModel();\n if (!viewModel) {\n return;\n }\n const viewLineNumber = viewModel.coordinatesConverter.convertModelPositionToViewPosition(new Position(line, 1)).lineNumber;\n const lineRenderingData = viewModel.getViewLineRenderingData(viewLineNumber);\n const lineNumberOption = this._editor.getOption(68 /* EditorOption.lineNumbers */);\n let actualInlineDecorations;\n try {\n actualInlineDecorations = LineDecoration.filter(lineRenderingData.inlineDecorations, viewLineNumber, lineRenderingData.minColumn, lineRenderingData.maxColumn);\n }\n catch (err) {\n actualInlineDecorations = [];\n }\n const renderLineInput = new RenderLineInput(true, true, lineRenderingData.content, lineRenderingData.continuesWithWrappedLine, lineRenderingData.isBasicASCII, lineRenderingData.containsRTL, 0, lineRenderingData.tokens, actualInlineDecorations, lineRenderingData.tabSize, lineRenderingData.startVisibleColumn, 1, 1, 1, 500, 'none', true, true, null);\n const sb = new StringBuilder(2000);\n const renderOutput = renderViewLine(renderLineInput, sb);\n let newLine;\n if (_ttPolicy) {\n newLine = _ttPolicy.createHTML(sb.build());\n }\n else {\n newLine = sb.build();\n }\n const lineHTMLNode = document.createElement('span');\n lineHTMLNode.setAttribute(STICKY_INDEX_ATTR, String(index));\n lineHTMLNode.setAttribute(STICKY_IS_LINE_ATTR, '');\n lineHTMLNode.setAttribute('role', 'listitem');\n lineHTMLNode.tabIndex = 0;\n lineHTMLNode.className = 'sticky-line-content';\n lineHTMLNode.classList.add(`stickyLine${line}`);\n lineHTMLNode.style.lineHeight = `${this._lineHeight}px`;\n lineHTMLNode.innerHTML = newLine;\n const lineNumberHTMLNode = document.createElement('span');\n lineNumberHTMLNode.setAttribute(STICKY_INDEX_ATTR, String(index));\n lineNumberHTMLNode.setAttribute(STICKY_IS_LINE_NUMBER_ATTR, '');\n lineNumberHTMLNode.className = 'sticky-line-number';\n lineNumberHTMLNode.style.lineHeight = `${this._lineHeight}px`;\n const lineNumbersWidth = layoutInfo.contentLeft;\n lineNumberHTMLNode.style.width = `${lineNumbersWidth}px`;\n const innerLineNumberHTML = document.createElement('span');\n if (lineNumberOption.renderType === 1 /* RenderLineNumbersType.On */ || lineNumberOption.renderType === 3 /* RenderLineNumbersType.Interval */ && line % 10 === 0) {\n innerLineNumberHTML.innerText = line.toString();\n }\n else if (lineNumberOption.renderType === 2 /* RenderLineNumbersType.Relative */) {\n innerLineNumberHTML.innerText = Math.abs(line - this._editor.getPosition().lineNumber).toString();\n }\n innerLineNumberHTML.className = 'sticky-line-number-inner';\n innerLineNumberHTML.style.lineHeight = `${this._lineHeight}px`;\n innerLineNumberHTML.style.width = `${layoutInfo.lineNumbersWidth}px`;\n innerLineNumberHTML.style.paddingLeft = `${layoutInfo.lineNumbersLeft}px`;\n lineNumberHTMLNode.appendChild(innerLineNumberHTML);\n const foldingIcon = this._renderFoldingIconForLine(foldingModel, line);\n if (foldingIcon) {\n lineNumberHTMLNode.appendChild(foldingIcon.domNode);\n }\n this._editor.applyFontInfo(lineHTMLNode);\n this._editor.applyFontInfo(innerLineNumberHTML);\n lineNumberHTMLNode.style.lineHeight = `${this._lineHeight}px`;\n lineHTMLNode.style.lineHeight = `${this._lineHeight}px`;\n lineNumberHTMLNode.style.height = `${this._lineHeight}px`;\n lineHTMLNode.style.height = `${this._lineHeight}px`;\n const renderedLine = new RenderedStickyLine(index, line, lineHTMLNode, lineNumberHTMLNode, foldingIcon, renderOutput.characterMapping, lineHTMLNode.scrollWidth);\n return this._updateTopAndZIndexOfStickyLine(renderedLine);\n }\n _updateTopAndZIndexOfStickyLine(stickyLine) {\n const index = stickyLine.index;\n const lineHTMLNode = stickyLine.lineDomNode;\n const lineNumberHTMLNode = stickyLine.lineNumberDomNode;\n const isLastLine = index === this._lineNumbers.length - 1;\n const lastLineZIndex = '0';\n const intermediateLineZIndex = '1';\n lineHTMLNode.style.zIndex = isLastLine ? lastLineZIndex : intermediateLineZIndex;\n lineNumberHTMLNode.style.zIndex = isLastLine ? lastLineZIndex : intermediateLineZIndex;\n const lastLineTop = `${index * this._lineHeight + this._lastLineRelativePosition + (stickyLine.foldingIcon?.isCollapsed ? 1 : 0)}px`;\n const intermediateLineTop = `${index * this._lineHeight}px`;\n lineHTMLNode.style.top = isLastLine ? lastLineTop : intermediateLineTop;\n lineNumberHTMLNode.style.top = isLastLine ? lastLineTop : intermediateLineTop;\n return stickyLine;\n }\n _renderFoldingIconForLine(foldingModel, line) {\n const showFoldingControls = this._editor.getOption(111 /* EditorOption.showFoldingControls */);\n if (!foldingModel || showFoldingControls === 'never') {\n return;\n }\n const foldingRegions = foldingModel.regions;\n const indexOfFoldingRegion = foldingRegions.findRange(line);\n const startLineNumber = foldingRegions.getStartLineNumber(indexOfFoldingRegion);\n const isFoldingScope = line === startLineNumber;\n if (!isFoldingScope) {\n return;\n }\n const isCollapsed = foldingRegions.isCollapsed(indexOfFoldingRegion);\n const foldingIcon = new StickyFoldingIcon(isCollapsed, startLineNumber, foldingRegions.getEndLineNumber(indexOfFoldingRegion), this._lineHeight);\n foldingIcon.setVisible(this._isOnGlyphMargin ? true : (isCollapsed || showFoldingControls === 'always'));\n foldingIcon.domNode.setAttribute(STICKY_IS_FOLDING_ICON_ATTR, '');\n return foldingIcon;\n }\n getId() {\n return 'editor.contrib.stickyScrollWidget';\n }\n getDomNode() {\n return this._rootDomNode;\n }\n getPosition() {\n return {\n preference: 2 /* OverlayWidgetPositionPreference.TOP_CENTER */,\n stackOridinal: 10,\n };\n }\n getMinContentWidthInPx() {\n return this._minContentWidthInPx;\n }\n focusLineWithIndex(index) {\n if (0 <= index && index < this._renderedStickyLines.length) {\n this._renderedStickyLines[index].lineDomNode.focus();\n }\n }\n /**\n * Given a leaf dom node, tries to find the editor position.\n */\n getEditorPositionFromNode(spanDomNode) {\n if (!spanDomNode || spanDomNode.children.length > 0) {\n // This is not a leaf node\n return null;\n }\n const renderedStickyLine = this._getRenderedStickyLineFromChildDomNode(spanDomNode);\n if (!renderedStickyLine) {\n return null;\n }\n const column = getColumnOfNodeOffset(renderedStickyLine.characterMapping, spanDomNode, 0);\n return new Position(renderedStickyLine.lineNumber, column);\n }\n getLineNumberFromChildDomNode(domNode) {\n return this._getRenderedStickyLineFromChildDomNode(domNode)?.lineNumber ?? null;\n }\n _getRenderedStickyLineFromChildDomNode(domNode) {\n const index = this.getLineIndexFromChildDomNode(domNode);\n if (index === null || index < 0 || index >= this._renderedStickyLines.length) {\n return null;\n }\n return this._renderedStickyLines[index];\n }\n /**\n * Given a child dom node, tries to find the line number attribute that was stored in the node.\n * @returns the attribute value or null if none is found.\n */\n getLineIndexFromChildDomNode(domNode) {\n const lineIndex = this._getAttributeValue(domNode, STICKY_INDEX_ATTR);\n return lineIndex ? parseInt(lineIndex, 10) : null;\n }\n /**\n * Given a child dom node, tries to find if it is (contained in) a sticky line.\n * @returns a boolean.\n */\n isInStickyLine(domNode) {\n const isInLine = this._getAttributeValue(domNode, STICKY_IS_LINE_ATTR);\n return isInLine !== undefined;\n }\n /**\n * Given a child dom node, tries to find if this dom node is (contained in) a sticky folding icon.\n * @returns a boolean.\n */\n isInFoldingIconDomNode(domNode) {\n const isInFoldingIcon = this._getAttributeValue(domNode, STICKY_IS_FOLDING_ICON_ATTR);\n return isInFoldingIcon !== undefined;\n }\n /**\n * Given the dom node, finds if it or its parent sequence contains the given attribute.\n * @returns the attribute value or undefined.\n */\n _getAttributeValue(domNode, attribute) {\n while (domNode && domNode !== this._rootDomNode) {\n const line = domNode.getAttribute(attribute);\n if (line !== null) {\n return line;\n }\n domNode = domNode.parentElement;\n }\n return;\n }\n}\nclass RenderedStickyLine {\n constructor(index, lineNumber, lineDomNode, lineNumberDomNode, foldingIcon, characterMapping, scrollWidth) {\n this.index = index;\n this.lineNumber = lineNumber;\n this.lineDomNode = lineDomNode;\n this.lineNumberDomNode = lineNumberDomNode;\n this.foldingIcon = foldingIcon;\n this.characterMapping = characterMapping;\n this.scrollWidth = scrollWidth;\n }\n}\nclass StickyFoldingIcon {\n constructor(isCollapsed, foldingStartLine, foldingEndLine, dimension) {\n this.isCollapsed = isCollapsed;\n this.foldingStartLine = foldingStartLine;\n this.foldingEndLine = foldingEndLine;\n this.dimension = dimension;\n this.domNode = document.createElement('div');\n this.domNode.style.width = `${dimension}px`;\n this.domNode.style.height = `${dimension}px`;\n this.domNode.className = ThemeIcon.asClassName(isCollapsed ? foldingCollapsedIcon : foldingExpandedIcon);\n }\n setVisible(visible) {\n this.domNode.style.cursor = visible ? 'pointer' : 'default';\n this.domNode.style.opacity = visible ? '1' : '0';\n }\n}\n"],"names":["dom.addDisposableListener","dom.EventType"],"mappings":"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","x_google_ignoreList":[0]}