@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 @@
1
+ {"version":3,"file":"colorPickerModel.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerModel.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 { Emitter } from '../../../../base/common/event.js';\nexport class ColorPickerModel {\n get color() {\n return this._color;\n }\n set color(color) {\n if (this._color.equals(color)) {\n return;\n }\n this._color = color;\n this._onDidChangeColor.fire(color);\n }\n get presentation() { return this.colorPresentations[this.presentationIndex]; }\n get colorPresentations() {\n return this._colorPresentations;\n }\n set colorPresentations(colorPresentations) {\n this._colorPresentations = colorPresentations;\n if (this.presentationIndex > colorPresentations.length - 1) {\n this.presentationIndex = 0;\n }\n this._onDidChangePresentation.fire(this.presentation);\n }\n constructor(color, availableColorPresentations, presentationIndex) {\n this.presentationIndex = presentationIndex;\n this._onColorFlushed = new Emitter();\n this.onColorFlushed = this._onColorFlushed.event;\n this._onDidChangeColor = new Emitter();\n this.onDidChangeColor = this._onDidChangeColor.event;\n this._onDidChangePresentation = new Emitter();\n this.onDidChangePresentation = this._onDidChangePresentation.event;\n this.originalColor = color;\n this._color = color;\n this._colorPresentations = availableColorPresentations;\n }\n selectNextColorPresentation() {\n this.presentationIndex = (this.presentationIndex + 1) % this.colorPresentations.length;\n this.flushColor();\n this._onDidChangePresentation.fire(this.presentation);\n }\n guessColorPresentation(color, originalText) {\n let presentationIndex = -1;\n for (let i = 0; i < this.colorPresentations.length; i++) {\n if (originalText.toLowerCase() === this.colorPresentations[i].label) {\n presentationIndex = i;\n break;\n }\n }\n if (presentationIndex === -1) {\n // check which color presentation text has same prefix as original text's prefix\n const originalTextPrefix = originalText.split('(')[0].toLowerCase();\n for (let i = 0; i < this.colorPresentations.length; i++) {\n if (this.colorPresentations[i].label.toLowerCase().startsWith(originalTextPrefix)) {\n presentationIndex = i;\n break;\n }\n }\n }\n if (presentationIndex !== -1 && presentationIndex !== this.presentationIndex) {\n this.presentationIndex = presentationIndex;\n this._onDidChangePresentation.fire(this.presentation);\n }\n }\n flushColor() {\n this._onColorFlushed.fire(this._color);\n }\n}\n"],"names":[],"mappings":";AAKO,MAAM,iBAAiB;AAAA,EAC1B,IAAI,QAAQ;AACR,WAAO,KAAK;AAAA,EACpB;AAAA,EACI,IAAI,MAAM,OAAO;AACb,QAAI,KAAK,OAAO,OAAO,KAAK,GAAG;AAC3B;AAAA,IACZ;AACQ,SAAK,SAAS;AACd,SAAK,kBAAkB,KAAK,KAAK;AAAA,EACzC;AAAA,EACI,IAAI,eAAe;AAAE,WAAO,KAAK,mBAAmB,KAAK,iBAAiB;AAAA,EAAE;AAAA,EAC5E,IAAI,qBAAqB;AACrB,WAAO,KAAK;AAAA,EACpB;AAAA,EACI,IAAI,mBAAmB,oBAAoB;AACvC,SAAK,sBAAsB;AAC3B,QAAI,KAAK,oBAAoB,mBAAmB,SAAS,GAAG;AACxD,WAAK,oBAAoB;AAAA,IACrC;AACQ,SAAK,yBAAyB,KAAK,KAAK,YAAY;AAAA,EAC5D;AAAA,EACI,YAAY,OAAO,6BAA6B,mBAAmB;AAC/D,SAAK,oBAAoB;AACzB,SAAK,kBAAkB,IAAI,QAAS;AACpC,SAAK,iBAAiB,KAAK,gBAAgB;AAC3C,SAAK,oBAAoB,IAAI,QAAS;AACtC,SAAK,mBAAmB,KAAK,kBAAkB;AAC/C,SAAK,2BAA2B,IAAI,QAAS;AAC7C,SAAK,0BAA0B,KAAK,yBAAyB;AAC7D,SAAK,gBAAgB;AACrB,SAAK,SAAS;AACd,SAAK,sBAAsB;AAAA,EACnC;AAAA,EACI,8BAA8B;AAC1B,SAAK,qBAAqB,KAAK,oBAAoB,KAAK,KAAK,mBAAmB;AAChF,SAAK,WAAY;AACjB,SAAK,yBAAyB,KAAK,KAAK,YAAY;AAAA,EAC5D;AAAA,EACI,uBAAuB,OAAO,cAAc;AACxC,QAAI,oBAAoB;AACxB,aAAS,IAAI,GAAG,IAAI,KAAK,mBAAmB,QAAQ,KAAK;AACrD,UAAI,aAAa,kBAAkB,KAAK,mBAAmB,CAAC,EAAE,OAAO;AACjE,4BAAoB;AACpB;AAAA,MAChB;AAAA,IACA;AACQ,QAAI,sBAAsB,IAAI;AAE1B,YAAM,qBAAqB,aAAa,MAAM,GAAG,EAAE,CAAC,EAAE,YAAa;AACnE,eAAS,IAAI,GAAG,IAAI,KAAK,mBAAmB,QAAQ,KAAK;AACrD,YAAI,KAAK,mBAAmB,CAAC,EAAE,MAAM,YAAa,EAAC,WAAW,kBAAkB,GAAG;AAC/E,8BAAoB;AACpB;AAAA,QACpB;AAAA,MACA;AAAA,IACA;AACQ,QAAI,sBAAsB,MAAM,sBAAsB,KAAK,mBAAmB;AAC1E,WAAK,oBAAoB;AACzB,WAAK,yBAAyB,KAAK,KAAK,YAAY;AAAA,IAChE;AAAA,EACA;AAAA,EACI,aAAa;AACT,SAAK,gBAAgB,KAAK,KAAK,MAAM;AAAA,EAC7C;AACA;","x_google_ignoreList":[0]}
@@ -0,0 +1,365 @@
1
+ import { PixelRatio } from "../../../../base/browser/pixelRatio.es.js";
2
+ import { getWindow, $ as $$1, append, addDisposableListener, EventType, getDomNodePagePosition } from "../../../../base/browser/dom.es.js";
3
+ import { GlobalPointerMoveMonitor } from "../../../../base/browser/globalPointerMoveMonitor.es.js";
4
+ import { Widget } from "../../../../base/browser/ui/widget.es.js";
5
+ import { Codicon } from "../../../../base/common/codicons.es.js";
6
+ import { Color, HSVA, RGBA } from "../../../../base/common/color.es.js";
7
+ import { Emitter } from "../../../../base/common/event.es.js";
8
+ import { Disposable } from "../../../../base/common/lifecycle.es.js";
9
+ import { ThemeIcon } from "../../../../base/common/themables.es.js";
10
+ /* empty css */
11
+ import { localize } from "../../../../nls.es.js";
12
+ import "../../../../platform/theme/common/colorUtils.es.js";
13
+ import "../../../../platform/theme/common/colors/baseColors.es.js";
14
+ import "../../../../platform/theme/common/colors/chartsColors.es.js";
15
+ import { editorHoverBackground } from "../../../../platform/theme/common/colors/editorColors.es.js";
16
+ import "../../../../platform/theme/common/colors/inputColors.es.js";
17
+ import "../../../../platform/theme/common/colors/listColors.es.js";
18
+ import "../../../../platform/theme/common/colors/menuColors.es.js";
19
+ import "../../../../platform/theme/common/colors/minimapColors.es.js";
20
+ import "../../../../platform/theme/common/colors/miscColors.es.js";
21
+ import "../../../../platform/theme/common/colors/quickpickColors.es.js";
22
+ import "../../../../platform/theme/common/colors/searchColors.es.js";
23
+ import { registerIcon } from "../../../../platform/theme/common/iconRegistry.es.js";
24
+ const $ = $$1;
25
+ class ColorPickerHeader extends Disposable {
26
+ constructor(container, model, themeService, showingStandaloneColorPicker = false) {
27
+ super();
28
+ this.model = model;
29
+ this.showingStandaloneColorPicker = showingStandaloneColorPicker;
30
+ this._closeButton = null;
31
+ this._domNode = $(".colorpicker-header");
32
+ append(container, this._domNode);
33
+ this._pickedColorNode = append(this._domNode, $(".picked-color"));
34
+ append(this._pickedColorNode, $("span.codicon.codicon-color-mode"));
35
+ this._pickedColorPresentation = append(this._pickedColorNode, document.createElement("span"));
36
+ this._pickedColorPresentation.classList.add("picked-color-presentation");
37
+ const tooltip = localize("clickToToggleColorOptions", "Click to toggle color options (rgb/hsl/hex)");
38
+ this._pickedColorNode.setAttribute("title", tooltip);
39
+ this._originalColorNode = append(this._domNode, $(".original-color"));
40
+ this._originalColorNode.style.backgroundColor = Color.Format.CSS.format(this.model.originalColor) || "";
41
+ this.backgroundColor = themeService.getColorTheme().getColor(editorHoverBackground) || Color.white;
42
+ this._register(themeService.onDidColorThemeChange((theme) => {
43
+ this.backgroundColor = theme.getColor(editorHoverBackground) || Color.white;
44
+ }));
45
+ this._register(addDisposableListener(this._pickedColorNode, EventType.CLICK, () => this.model.selectNextColorPresentation()));
46
+ this._register(addDisposableListener(this._originalColorNode, EventType.CLICK, () => {
47
+ this.model.color = this.model.originalColor;
48
+ this.model.flushColor();
49
+ }));
50
+ this._register(model.onDidChangeColor(this.onDidChangeColor, this));
51
+ this._register(model.onDidChangePresentation(this.onDidChangePresentation, this));
52
+ this._pickedColorNode.style.backgroundColor = Color.Format.CSS.format(model.color) || "";
53
+ this._pickedColorNode.classList.toggle("light", model.color.rgba.a < 0.5 ? this.backgroundColor.isLighter() : model.color.isLighter());
54
+ this.onDidChangeColor(this.model.color);
55
+ if (this.showingStandaloneColorPicker) {
56
+ this._domNode.classList.add("standalone-colorpicker");
57
+ this._closeButton = this._register(new CloseButton(this._domNode));
58
+ }
59
+ }
60
+ get closeButton() {
61
+ return this._closeButton;
62
+ }
63
+ get pickedColorNode() {
64
+ return this._pickedColorNode;
65
+ }
66
+ get originalColorNode() {
67
+ return this._originalColorNode;
68
+ }
69
+ onDidChangeColor(color) {
70
+ this._pickedColorNode.style.backgroundColor = Color.Format.CSS.format(color) || "";
71
+ this._pickedColorNode.classList.toggle("light", color.rgba.a < 0.5 ? this.backgroundColor.isLighter() : color.isLighter());
72
+ this.onDidChangePresentation();
73
+ }
74
+ onDidChangePresentation() {
75
+ this._pickedColorPresentation.textContent = this.model.presentation ? this.model.presentation.label : "";
76
+ }
77
+ }
78
+ class CloseButton extends Disposable {
79
+ constructor(container) {
80
+ super();
81
+ this._onClicked = this._register(new Emitter());
82
+ this.onClicked = this._onClicked.event;
83
+ this._button = document.createElement("div");
84
+ this._button.classList.add("close-button");
85
+ append(container, this._button);
86
+ const innerDiv = document.createElement("div");
87
+ innerDiv.classList.add("close-button-inner-div");
88
+ append(this._button, innerDiv);
89
+ const closeButton = append(innerDiv, $(".button" + ThemeIcon.asCSSSelector(registerIcon("color-picker-close", Codicon.close, localize("closeIcon", "Icon to close the color picker")))));
90
+ closeButton.classList.add("close-icon");
91
+ this._register(addDisposableListener(this._button, EventType.CLICK, () => {
92
+ this._onClicked.fire();
93
+ }));
94
+ }
95
+ }
96
+ class ColorPickerBody extends Disposable {
97
+ constructor(container, model, pixelRatio, isStandaloneColorPicker = false) {
98
+ super();
99
+ this.model = model;
100
+ this.pixelRatio = pixelRatio;
101
+ this._insertButton = null;
102
+ this._domNode = $(".colorpicker-body");
103
+ append(container, this._domNode);
104
+ this._saturationBox = new SaturationBox(this._domNode, this.model, this.pixelRatio);
105
+ this._register(this._saturationBox);
106
+ this._register(this._saturationBox.onDidChange(this.onDidSaturationValueChange, this));
107
+ this._register(this._saturationBox.onColorFlushed(this.flushColor, this));
108
+ this._opacityStrip = new OpacityStrip(this._domNode, this.model, isStandaloneColorPicker);
109
+ this._register(this._opacityStrip);
110
+ this._register(this._opacityStrip.onDidChange(this.onDidOpacityChange, this));
111
+ this._register(this._opacityStrip.onColorFlushed(this.flushColor, this));
112
+ this._hueStrip = new HueStrip(this._domNode, this.model, isStandaloneColorPicker);
113
+ this._register(this._hueStrip);
114
+ this._register(this._hueStrip.onDidChange(this.onDidHueChange, this));
115
+ this._register(this._hueStrip.onColorFlushed(this.flushColor, this));
116
+ if (isStandaloneColorPicker) {
117
+ this._insertButton = this._register(new InsertButton(this._domNode));
118
+ this._domNode.classList.add("standalone-colorpicker");
119
+ }
120
+ }
121
+ flushColor() {
122
+ this.model.flushColor();
123
+ }
124
+ onDidSaturationValueChange({ s, v }) {
125
+ const hsva = this.model.color.hsva;
126
+ this.model.color = new Color(new HSVA(hsva.h, s, v, hsva.a));
127
+ }
128
+ onDidOpacityChange(a) {
129
+ const hsva = this.model.color.hsva;
130
+ this.model.color = new Color(new HSVA(hsva.h, hsva.s, hsva.v, a));
131
+ }
132
+ onDidHueChange(value) {
133
+ const hsva = this.model.color.hsva;
134
+ const h = (1 - value) * 360;
135
+ this.model.color = new Color(new HSVA(h === 360 ? 0 : h, hsva.s, hsva.v, hsva.a));
136
+ }
137
+ get domNode() {
138
+ return this._domNode;
139
+ }
140
+ get saturationBox() {
141
+ return this._saturationBox;
142
+ }
143
+ get enterButton() {
144
+ return this._insertButton;
145
+ }
146
+ layout() {
147
+ this._saturationBox.layout();
148
+ this._opacityStrip.layout();
149
+ this._hueStrip.layout();
150
+ }
151
+ }
152
+ class SaturationBox extends Disposable {
153
+ constructor(container, model, pixelRatio) {
154
+ super();
155
+ this.model = model;
156
+ this.pixelRatio = pixelRatio;
157
+ this._onDidChange = new Emitter();
158
+ this.onDidChange = this._onDidChange.event;
159
+ this._onColorFlushed = new Emitter();
160
+ this.onColorFlushed = this._onColorFlushed.event;
161
+ this._domNode = $(".saturation-wrap");
162
+ append(container, this._domNode);
163
+ this._canvas = document.createElement("canvas");
164
+ this._canvas.className = "saturation-box";
165
+ append(this._domNode, this._canvas);
166
+ this.selection = $(".saturation-selection");
167
+ append(this._domNode, this.selection);
168
+ this.layout();
169
+ this._register(addDisposableListener(this._domNode, EventType.POINTER_DOWN, (e) => this.onPointerDown(e)));
170
+ this._register(this.model.onDidChangeColor(this.onDidChangeColor, this));
171
+ this.monitor = null;
172
+ }
173
+ get domNode() {
174
+ return this._domNode;
175
+ }
176
+ onPointerDown(e) {
177
+ if (!e.target || !(e.target instanceof Element)) {
178
+ return;
179
+ }
180
+ this.monitor = this._register(new GlobalPointerMoveMonitor());
181
+ const origin = getDomNodePagePosition(this._domNode);
182
+ if (e.target !== this.selection) {
183
+ this.onDidChangePosition(e.offsetX, e.offsetY);
184
+ }
185
+ this.monitor.startMonitoring(e.target, e.pointerId, e.buttons, (event) => this.onDidChangePosition(event.pageX - origin.left, event.pageY - origin.top), () => null);
186
+ const pointerUpListener = addDisposableListener(e.target.ownerDocument, EventType.POINTER_UP, () => {
187
+ this._onColorFlushed.fire();
188
+ pointerUpListener.dispose();
189
+ if (this.monitor) {
190
+ this.monitor.stopMonitoring(true);
191
+ this.monitor = null;
192
+ }
193
+ }, true);
194
+ }
195
+ onDidChangePosition(left, top) {
196
+ const s = Math.max(0, Math.min(1, left / this.width));
197
+ const v = Math.max(0, Math.min(1, 1 - top / this.height));
198
+ this.paintSelection(s, v);
199
+ this._onDidChange.fire({ s, v });
200
+ }
201
+ layout() {
202
+ this.width = this._domNode.offsetWidth;
203
+ this.height = this._domNode.offsetHeight;
204
+ this._canvas.width = this.width * this.pixelRatio;
205
+ this._canvas.height = this.height * this.pixelRatio;
206
+ this.paint();
207
+ const hsva = this.model.color.hsva;
208
+ this.paintSelection(hsva.s, hsva.v);
209
+ }
210
+ paint() {
211
+ const hsva = this.model.color.hsva;
212
+ const saturatedColor = new Color(new HSVA(hsva.h, 1, 1, 1));
213
+ const ctx = this._canvas.getContext("2d");
214
+ const whiteGradient = ctx.createLinearGradient(0, 0, this._canvas.width, 0);
215
+ whiteGradient.addColorStop(0, "rgba(255, 255, 255, 1)");
216
+ whiteGradient.addColorStop(0.5, "rgba(255, 255, 255, 0.5)");
217
+ whiteGradient.addColorStop(1, "rgba(255, 255, 255, 0)");
218
+ const blackGradient = ctx.createLinearGradient(0, 0, 0, this._canvas.height);
219
+ blackGradient.addColorStop(0, "rgba(0, 0, 0, 0)");
220
+ blackGradient.addColorStop(1, "rgba(0, 0, 0, 1)");
221
+ ctx.rect(0, 0, this._canvas.width, this._canvas.height);
222
+ ctx.fillStyle = Color.Format.CSS.format(saturatedColor);
223
+ ctx.fill();
224
+ ctx.fillStyle = whiteGradient;
225
+ ctx.fill();
226
+ ctx.fillStyle = blackGradient;
227
+ ctx.fill();
228
+ }
229
+ paintSelection(s, v) {
230
+ this.selection.style.left = `${s * this.width}px`;
231
+ this.selection.style.top = `${this.height - v * this.height}px`;
232
+ }
233
+ onDidChangeColor(color) {
234
+ if (this.monitor && this.monitor.isMonitoring()) {
235
+ return;
236
+ }
237
+ this.paint();
238
+ const hsva = color.hsva;
239
+ this.paintSelection(hsva.s, hsva.v);
240
+ }
241
+ }
242
+ class Strip extends Disposable {
243
+ constructor(container, model, showingStandaloneColorPicker = false) {
244
+ super();
245
+ this.model = model;
246
+ this._onDidChange = new Emitter();
247
+ this.onDidChange = this._onDidChange.event;
248
+ this._onColorFlushed = new Emitter();
249
+ this.onColorFlushed = this._onColorFlushed.event;
250
+ if (showingStandaloneColorPicker) {
251
+ this.domNode = append(container, $(".standalone-strip"));
252
+ this.overlay = append(this.domNode, $(".standalone-overlay"));
253
+ } else {
254
+ this.domNode = append(container, $(".strip"));
255
+ this.overlay = append(this.domNode, $(".overlay"));
256
+ }
257
+ this.slider = append(this.domNode, $(".slider"));
258
+ this.slider.style.top = `0px`;
259
+ this._register(addDisposableListener(this.domNode, EventType.POINTER_DOWN, (e) => this.onPointerDown(e)));
260
+ this._register(model.onDidChangeColor(this.onDidChangeColor, this));
261
+ this.layout();
262
+ }
263
+ layout() {
264
+ this.height = this.domNode.offsetHeight - this.slider.offsetHeight;
265
+ const value = this.getValue(this.model.color);
266
+ this.updateSliderPosition(value);
267
+ }
268
+ onDidChangeColor(color) {
269
+ const value = this.getValue(color);
270
+ this.updateSliderPosition(value);
271
+ }
272
+ onPointerDown(e) {
273
+ if (!e.target || !(e.target instanceof Element)) {
274
+ return;
275
+ }
276
+ const monitor = this._register(new GlobalPointerMoveMonitor());
277
+ const origin = getDomNodePagePosition(this.domNode);
278
+ this.domNode.classList.add("grabbing");
279
+ if (e.target !== this.slider) {
280
+ this.onDidChangeTop(e.offsetY);
281
+ }
282
+ monitor.startMonitoring(e.target, e.pointerId, e.buttons, (event) => this.onDidChangeTop(event.pageY - origin.top), () => null);
283
+ const pointerUpListener = addDisposableListener(e.target.ownerDocument, EventType.POINTER_UP, () => {
284
+ this._onColorFlushed.fire();
285
+ pointerUpListener.dispose();
286
+ monitor.stopMonitoring(true);
287
+ this.domNode.classList.remove("grabbing");
288
+ }, true);
289
+ }
290
+ onDidChangeTop(top) {
291
+ const value = Math.max(0, Math.min(1, 1 - top / this.height));
292
+ this.updateSliderPosition(value);
293
+ this._onDidChange.fire(value);
294
+ }
295
+ updateSliderPosition(value) {
296
+ this.slider.style.top = `${(1 - value) * this.height}px`;
297
+ }
298
+ }
299
+ class OpacityStrip extends Strip {
300
+ constructor(container, model, showingStandaloneColorPicker = false) {
301
+ super(container, model, showingStandaloneColorPicker);
302
+ this.domNode.classList.add("opacity-strip");
303
+ this.onDidChangeColor(this.model.color);
304
+ }
305
+ onDidChangeColor(color) {
306
+ super.onDidChangeColor(color);
307
+ const { r, g, b } = color.rgba;
308
+ const opaque = new Color(new RGBA(r, g, b, 1));
309
+ const transparent = new Color(new RGBA(r, g, b, 0));
310
+ this.overlay.style.background = `linear-gradient(to bottom, ${opaque} 0%, ${transparent} 100%)`;
311
+ }
312
+ getValue(color) {
313
+ return color.hsva.a;
314
+ }
315
+ }
316
+ class HueStrip extends Strip {
317
+ constructor(container, model, showingStandaloneColorPicker = false) {
318
+ super(container, model, showingStandaloneColorPicker);
319
+ this.domNode.classList.add("hue-strip");
320
+ }
321
+ getValue(color) {
322
+ return 1 - color.hsva.h / 360;
323
+ }
324
+ }
325
+ class InsertButton extends Disposable {
326
+ constructor(container) {
327
+ super();
328
+ this._onClicked = this._register(new Emitter());
329
+ this.onClicked = this._onClicked.event;
330
+ this._button = append(container, document.createElement("button"));
331
+ this._button.classList.add("insert-button");
332
+ this._button.textContent = "Insert";
333
+ this._register(addDisposableListener(this._button, EventType.CLICK, () => {
334
+ this._onClicked.fire();
335
+ }));
336
+ }
337
+ get button() {
338
+ return this._button;
339
+ }
340
+ }
341
+ class ColorPickerWidget extends Widget {
342
+ constructor(container, model, pixelRatio, themeService, standaloneColorPicker = false) {
343
+ super();
344
+ this.model = model;
345
+ this.pixelRatio = pixelRatio;
346
+ this._register(PixelRatio.getInstance(getWindow(container)).onDidChange(() => this.layout()));
347
+ this._domNode = $(".colorpicker-widget");
348
+ container.appendChild(this._domNode);
349
+ this.header = this._register(new ColorPickerHeader(this._domNode, this.model, themeService, standaloneColorPicker));
350
+ this.body = this._register(new ColorPickerBody(this._domNode, this.model, this.pixelRatio, standaloneColorPicker));
351
+ }
352
+ layout() {
353
+ this.body.layout();
354
+ }
355
+ get domNode() {
356
+ return this._domNode;
357
+ }
358
+ }
359
+ export {
360
+ ColorPickerBody,
361
+ ColorPickerHeader,
362
+ ColorPickerWidget,
363
+ InsertButton
364
+ };
365
+ //# sourceMappingURL=colorPickerWidget.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colorPickerWidget.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerWidget.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 { PixelRatio } from '../../../../base/browser/pixelRatio.js';\nimport * as dom from '../../../../base/browser/dom.js';\nimport { GlobalPointerMoveMonitor } from '../../../../base/browser/globalPointerMoveMonitor.js';\nimport { Widget } from '../../../../base/browser/ui/widget.js';\nimport { Codicon } from '../../../../base/common/codicons.js';\nimport { Color, HSVA, RGBA } from '../../../../base/common/color.js';\nimport { Emitter } from '../../../../base/common/event.js';\nimport { Disposable } from '../../../../base/common/lifecycle.js';\nimport { ThemeIcon } from '../../../../base/common/themables.js';\nimport './colorPicker.css';\nimport { localize } from '../../../../nls.js';\nimport { editorHoverBackground } from '../../../../platform/theme/common/colorRegistry.js';\nimport { registerIcon } from '../../../../platform/theme/common/iconRegistry.js';\nconst $ = dom.$;\nexport class ColorPickerHeader extends Disposable {\n constructor(container, model, themeService, showingStandaloneColorPicker = false) {\n super();\n this.model = model;\n this.showingStandaloneColorPicker = showingStandaloneColorPicker;\n this._closeButton = null;\n this._domNode = $('.colorpicker-header');\n dom.append(container, this._domNode);\n this._pickedColorNode = dom.append(this._domNode, $('.picked-color'));\n dom.append(this._pickedColorNode, $('span.codicon.codicon-color-mode'));\n this._pickedColorPresentation = dom.append(this._pickedColorNode, document.createElement('span'));\n this._pickedColorPresentation.classList.add('picked-color-presentation');\n const tooltip = localize('clickToToggleColorOptions', \"Click to toggle color options (rgb/hsl/hex)\");\n this._pickedColorNode.setAttribute('title', tooltip);\n this._originalColorNode = dom.append(this._domNode, $('.original-color'));\n this._originalColorNode.style.backgroundColor = Color.Format.CSS.format(this.model.originalColor) || '';\n this.backgroundColor = themeService.getColorTheme().getColor(editorHoverBackground) || Color.white;\n this._register(themeService.onDidColorThemeChange(theme => {\n this.backgroundColor = theme.getColor(editorHoverBackground) || Color.white;\n }));\n this._register(dom.addDisposableListener(this._pickedColorNode, dom.EventType.CLICK, () => this.model.selectNextColorPresentation()));\n this._register(dom.addDisposableListener(this._originalColorNode, dom.EventType.CLICK, () => {\n this.model.color = this.model.originalColor;\n this.model.flushColor();\n }));\n this._register(model.onDidChangeColor(this.onDidChangeColor, this));\n this._register(model.onDidChangePresentation(this.onDidChangePresentation, this));\n this._pickedColorNode.style.backgroundColor = Color.Format.CSS.format(model.color) || '';\n this._pickedColorNode.classList.toggle('light', model.color.rgba.a < 0.5 ? this.backgroundColor.isLighter() : model.color.isLighter());\n this.onDidChangeColor(this.model.color);\n // When the color picker widget is a standalone color picker widget, then add a close button\n if (this.showingStandaloneColorPicker) {\n this._domNode.classList.add('standalone-colorpicker');\n this._closeButton = this._register(new CloseButton(this._domNode));\n }\n }\n get closeButton() {\n return this._closeButton;\n }\n get pickedColorNode() {\n return this._pickedColorNode;\n }\n get originalColorNode() {\n return this._originalColorNode;\n }\n onDidChangeColor(color) {\n this._pickedColorNode.style.backgroundColor = Color.Format.CSS.format(color) || '';\n this._pickedColorNode.classList.toggle('light', color.rgba.a < 0.5 ? this.backgroundColor.isLighter() : color.isLighter());\n this.onDidChangePresentation();\n }\n onDidChangePresentation() {\n this._pickedColorPresentation.textContent = this.model.presentation ? this.model.presentation.label : '';\n }\n}\nclass CloseButton extends Disposable {\n constructor(container) {\n super();\n this._onClicked = this._register(new Emitter());\n this.onClicked = this._onClicked.event;\n this._button = document.createElement('div');\n this._button.classList.add('close-button');\n dom.append(container, this._button);\n const innerDiv = document.createElement('div');\n innerDiv.classList.add('close-button-inner-div');\n dom.append(this._button, innerDiv);\n const closeButton = dom.append(innerDiv, $('.button' + ThemeIcon.asCSSSelector(registerIcon('color-picker-close', Codicon.close, localize('closeIcon', 'Icon to close the color picker')))));\n closeButton.classList.add('close-icon');\n this._register(dom.addDisposableListener(this._button, dom.EventType.CLICK, () => {\n this._onClicked.fire();\n }));\n }\n}\nexport class ColorPickerBody extends Disposable {\n constructor(container, model, pixelRatio, isStandaloneColorPicker = false) {\n super();\n this.model = model;\n this.pixelRatio = pixelRatio;\n this._insertButton = null;\n this._domNode = $('.colorpicker-body');\n dom.append(container, this._domNode);\n this._saturationBox = new SaturationBox(this._domNode, this.model, this.pixelRatio);\n this._register(this._saturationBox);\n this._register(this._saturationBox.onDidChange(this.onDidSaturationValueChange, this));\n this._register(this._saturationBox.onColorFlushed(this.flushColor, this));\n this._opacityStrip = new OpacityStrip(this._domNode, this.model, isStandaloneColorPicker);\n this._register(this._opacityStrip);\n this._register(this._opacityStrip.onDidChange(this.onDidOpacityChange, this));\n this._register(this._opacityStrip.onColorFlushed(this.flushColor, this));\n this._hueStrip = new HueStrip(this._domNode, this.model, isStandaloneColorPicker);\n this._register(this._hueStrip);\n this._register(this._hueStrip.onDidChange(this.onDidHueChange, this));\n this._register(this._hueStrip.onColorFlushed(this.flushColor, this));\n if (isStandaloneColorPicker) {\n this._insertButton = this._register(new InsertButton(this._domNode));\n this._domNode.classList.add('standalone-colorpicker');\n }\n }\n flushColor() {\n this.model.flushColor();\n }\n onDidSaturationValueChange({ s, v }) {\n const hsva = this.model.color.hsva;\n this.model.color = new Color(new HSVA(hsva.h, s, v, hsva.a));\n }\n onDidOpacityChange(a) {\n const hsva = this.model.color.hsva;\n this.model.color = new Color(new HSVA(hsva.h, hsva.s, hsva.v, a));\n }\n onDidHueChange(value) {\n const hsva = this.model.color.hsva;\n const h = (1 - value) * 360;\n this.model.color = new Color(new HSVA(h === 360 ? 0 : h, hsva.s, hsva.v, hsva.a));\n }\n get domNode() {\n return this._domNode;\n }\n get saturationBox() {\n return this._saturationBox;\n }\n get enterButton() {\n return this._insertButton;\n }\n layout() {\n this._saturationBox.layout();\n this._opacityStrip.layout();\n this._hueStrip.layout();\n }\n}\nclass SaturationBox extends Disposable {\n constructor(container, model, pixelRatio) {\n super();\n this.model = model;\n this.pixelRatio = pixelRatio;\n this._onDidChange = new Emitter();\n this.onDidChange = this._onDidChange.event;\n this._onColorFlushed = new Emitter();\n this.onColorFlushed = this._onColorFlushed.event;\n this._domNode = $('.saturation-wrap');\n dom.append(container, this._domNode);\n // Create canvas, draw selected color\n this._canvas = document.createElement('canvas');\n this._canvas.className = 'saturation-box';\n dom.append(this._domNode, this._canvas);\n // Add selection circle\n this.selection = $('.saturation-selection');\n dom.append(this._domNode, this.selection);\n this.layout();\n this._register(dom.addDisposableListener(this._domNode, dom.EventType.POINTER_DOWN, e => this.onPointerDown(e)));\n this._register(this.model.onDidChangeColor(this.onDidChangeColor, this));\n this.monitor = null;\n }\n get domNode() {\n return this._domNode;\n }\n onPointerDown(e) {\n if (!e.target || !(e.target instanceof Element)) {\n return;\n }\n this.monitor = this._register(new GlobalPointerMoveMonitor());\n const origin = dom.getDomNodePagePosition(this._domNode);\n if (e.target !== this.selection) {\n this.onDidChangePosition(e.offsetX, e.offsetY);\n }\n this.monitor.startMonitoring(e.target, e.pointerId, e.buttons, event => this.onDidChangePosition(event.pageX - origin.left, event.pageY - origin.top), () => null);\n const pointerUpListener = dom.addDisposableListener(e.target.ownerDocument, dom.EventType.POINTER_UP, () => {\n this._onColorFlushed.fire();\n pointerUpListener.dispose();\n if (this.monitor) {\n this.monitor.stopMonitoring(true);\n this.monitor = null;\n }\n }, true);\n }\n onDidChangePosition(left, top) {\n const s = Math.max(0, Math.min(1, left / this.width));\n const v = Math.max(0, Math.min(1, 1 - (top / this.height)));\n this.paintSelection(s, v);\n this._onDidChange.fire({ s, v });\n }\n layout() {\n this.width = this._domNode.offsetWidth;\n this.height = this._domNode.offsetHeight;\n this._canvas.width = this.width * this.pixelRatio;\n this._canvas.height = this.height * this.pixelRatio;\n this.paint();\n const hsva = this.model.color.hsva;\n this.paintSelection(hsva.s, hsva.v);\n }\n paint() {\n const hsva = this.model.color.hsva;\n const saturatedColor = new Color(new HSVA(hsva.h, 1, 1, 1));\n const ctx = this._canvas.getContext('2d');\n const whiteGradient = ctx.createLinearGradient(0, 0, this._canvas.width, 0);\n whiteGradient.addColorStop(0, 'rgba(255, 255, 255, 1)');\n whiteGradient.addColorStop(0.5, 'rgba(255, 255, 255, 0.5)');\n whiteGradient.addColorStop(1, 'rgba(255, 255, 255, 0)');\n const blackGradient = ctx.createLinearGradient(0, 0, 0, this._canvas.height);\n blackGradient.addColorStop(0, 'rgba(0, 0, 0, 0)');\n blackGradient.addColorStop(1, 'rgba(0, 0, 0, 1)');\n ctx.rect(0, 0, this._canvas.width, this._canvas.height);\n ctx.fillStyle = Color.Format.CSS.format(saturatedColor);\n ctx.fill();\n ctx.fillStyle = whiteGradient;\n ctx.fill();\n ctx.fillStyle = blackGradient;\n ctx.fill();\n }\n paintSelection(s, v) {\n this.selection.style.left = `${s * this.width}px`;\n this.selection.style.top = `${this.height - v * this.height}px`;\n }\n onDidChangeColor(color) {\n if (this.monitor && this.monitor.isMonitoring()) {\n return;\n }\n this.paint();\n const hsva = color.hsva;\n this.paintSelection(hsva.s, hsva.v);\n }\n}\nclass Strip extends Disposable {\n constructor(container, model, showingStandaloneColorPicker = false) {\n super();\n this.model = model;\n this._onDidChange = new Emitter();\n this.onDidChange = this._onDidChange.event;\n this._onColorFlushed = new Emitter();\n this.onColorFlushed = this._onColorFlushed.event;\n if (showingStandaloneColorPicker) {\n this.domNode = dom.append(container, $('.standalone-strip'));\n this.overlay = dom.append(this.domNode, $('.standalone-overlay'));\n }\n else {\n this.domNode = dom.append(container, $('.strip'));\n this.overlay = dom.append(this.domNode, $('.overlay'));\n }\n this.slider = dom.append(this.domNode, $('.slider'));\n this.slider.style.top = `0px`;\n this._register(dom.addDisposableListener(this.domNode, dom.EventType.POINTER_DOWN, e => this.onPointerDown(e)));\n this._register(model.onDidChangeColor(this.onDidChangeColor, this));\n this.layout();\n }\n layout() {\n this.height = this.domNode.offsetHeight - this.slider.offsetHeight;\n const value = this.getValue(this.model.color);\n this.updateSliderPosition(value);\n }\n onDidChangeColor(color) {\n const value = this.getValue(color);\n this.updateSliderPosition(value);\n }\n onPointerDown(e) {\n if (!e.target || !(e.target instanceof Element)) {\n return;\n }\n const monitor = this._register(new GlobalPointerMoveMonitor());\n const origin = dom.getDomNodePagePosition(this.domNode);\n this.domNode.classList.add('grabbing');\n if (e.target !== this.slider) {\n this.onDidChangeTop(e.offsetY);\n }\n monitor.startMonitoring(e.target, e.pointerId, e.buttons, event => this.onDidChangeTop(event.pageY - origin.top), () => null);\n const pointerUpListener = dom.addDisposableListener(e.target.ownerDocument, dom.EventType.POINTER_UP, () => {\n this._onColorFlushed.fire();\n pointerUpListener.dispose();\n monitor.stopMonitoring(true);\n this.domNode.classList.remove('grabbing');\n }, true);\n }\n onDidChangeTop(top) {\n const value = Math.max(0, Math.min(1, 1 - (top / this.height)));\n this.updateSliderPosition(value);\n this._onDidChange.fire(value);\n }\n updateSliderPosition(value) {\n this.slider.style.top = `${(1 - value) * this.height}px`;\n }\n}\nclass OpacityStrip extends Strip {\n constructor(container, model, showingStandaloneColorPicker = false) {\n super(container, model, showingStandaloneColorPicker);\n this.domNode.classList.add('opacity-strip');\n this.onDidChangeColor(this.model.color);\n }\n onDidChangeColor(color) {\n super.onDidChangeColor(color);\n const { r, g, b } = color.rgba;\n const opaque = new Color(new RGBA(r, g, b, 1));\n const transparent = new Color(new RGBA(r, g, b, 0));\n this.overlay.style.background = `linear-gradient(to bottom, ${opaque} 0%, ${transparent} 100%)`;\n }\n getValue(color) {\n return color.hsva.a;\n }\n}\nclass HueStrip extends Strip {\n constructor(container, model, showingStandaloneColorPicker = false) {\n super(container, model, showingStandaloneColorPicker);\n this.domNode.classList.add('hue-strip');\n }\n getValue(color) {\n return 1 - (color.hsva.h / 360);\n }\n}\nexport class InsertButton extends Disposable {\n constructor(container) {\n super();\n this._onClicked = this._register(new Emitter());\n this.onClicked = this._onClicked.event;\n this._button = dom.append(container, document.createElement('button'));\n this._button.classList.add('insert-button');\n this._button.textContent = 'Insert';\n this._register(dom.addDisposableListener(this._button, dom.EventType.CLICK, () => {\n this._onClicked.fire();\n }));\n }\n get button() {\n return this._button;\n }\n}\nexport class ColorPickerWidget extends Widget {\n constructor(container, model, pixelRatio, themeService, standaloneColorPicker = false) {\n super();\n this.model = model;\n this.pixelRatio = pixelRatio;\n this._register(PixelRatio.getInstance(dom.getWindow(container)).onDidChange(() => this.layout()));\n this._domNode = $('.colorpicker-widget');\n container.appendChild(this._domNode);\n this.header = this._register(new ColorPickerHeader(this._domNode, this.model, themeService, standaloneColorPicker));\n this.body = this._register(new ColorPickerBody(this._domNode, this.model, this.pixelRatio, standaloneColorPicker));\n }\n layout() {\n this.body.layout();\n }\n get domNode() {\n return this._domNode;\n }\n}\n"],"names":["dom.$","dom.append","dom.addDisposableListener","dom.EventType","dom.getDomNodePagePosition","dom.getWindow"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,56 @@
1
+ import { Color, RGBA } from "../../../../base/common/color.es.js";
2
+ import { Disposable } from "../../../../base/common/lifecycle.es.js";
3
+ import { ILanguageFeaturesService } from "../../../common/services/languageFeatures.es.js";
4
+ import { registerEditorFeature } from "../../../common/editorFeatures.es.js";
5
+ import { IEditorWorkerService } from "../../../common/services/editorWorker.es.js";
6
+ var __decorate = function(decorators, target, key, desc) {
7
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
8
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
9
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
10
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
11
+ };
12
+ var __param = function(paramIndex, decorator) {
13
+ return function(target, key) {
14
+ decorator(target, key, paramIndex);
15
+ };
16
+ };
17
+ let DefaultDocumentColorProvider = class DefaultDocumentColorProvider2 {
18
+ constructor(_editorWorkerService) {
19
+ this._editorWorkerService = _editorWorkerService;
20
+ }
21
+ async provideDocumentColors(model, _token) {
22
+ return this._editorWorkerService.computeDefaultDocumentColors(model.uri);
23
+ }
24
+ provideColorPresentations(_model, colorInfo, _token) {
25
+ const range = colorInfo.range;
26
+ const colorFromInfo = colorInfo.color;
27
+ const alpha = colorFromInfo.alpha;
28
+ const color = new Color(new RGBA(Math.round(255 * colorFromInfo.red), Math.round(255 * colorFromInfo.green), Math.round(255 * colorFromInfo.blue), alpha));
29
+ const rgb = alpha ? Color.Format.CSS.formatRGB(color) : Color.Format.CSS.formatRGBA(color);
30
+ const hsl = alpha ? Color.Format.CSS.formatHSL(color) : Color.Format.CSS.formatHSLA(color);
31
+ const hex = alpha ? Color.Format.CSS.formatHex(color) : Color.Format.CSS.formatHexA(color);
32
+ const colorPresentations = [];
33
+ colorPresentations.push({ label: rgb, textEdit: { range, text: rgb } });
34
+ colorPresentations.push({ label: hsl, textEdit: { range, text: hsl } });
35
+ colorPresentations.push({ label: hex, textEdit: { range, text: hex } });
36
+ return colorPresentations;
37
+ }
38
+ };
39
+ DefaultDocumentColorProvider = __decorate([
40
+ __param(0, IEditorWorkerService)
41
+ ], DefaultDocumentColorProvider);
42
+ let DefaultDocumentColorProviderFeature = class DefaultDocumentColorProviderFeature2 extends Disposable {
43
+ constructor(_languageFeaturesService, editorWorkerService) {
44
+ super();
45
+ this._register(_languageFeaturesService.colorProvider.register("*", new DefaultDocumentColorProvider(editorWorkerService)));
46
+ }
47
+ };
48
+ DefaultDocumentColorProviderFeature = __decorate([
49
+ __param(0, ILanguageFeaturesService),
50
+ __param(1, IEditorWorkerService)
51
+ ], DefaultDocumentColorProviderFeature);
52
+ registerEditorFeature(DefaultDocumentColorProviderFeature);
53
+ export {
54
+ DefaultDocumentColorProvider
55
+ };
56
+ //# sourceMappingURL=defaultDocumentColorProvider.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaultDocumentColorProvider.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.js"],"sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nvar __param = (this && this.__param) || function (paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n};\nimport { Color, RGBA } from '../../../../base/common/color.js';\nimport { Disposable } from '../../../../base/common/lifecycle.js';\nimport { ILanguageFeaturesService } from '../../../common/services/languageFeatures.js';\nimport { registerEditorFeature } from '../../../common/editorFeatures.js';\nimport { IEditorWorkerService } from '../../../common/services/editorWorker.js';\nlet DefaultDocumentColorProvider = class DefaultDocumentColorProvider {\n constructor(_editorWorkerService) {\n this._editorWorkerService = _editorWorkerService;\n }\n async provideDocumentColors(model, _token) {\n return this._editorWorkerService.computeDefaultDocumentColors(model.uri);\n }\n provideColorPresentations(_model, colorInfo, _token) {\n const range = colorInfo.range;\n const colorFromInfo = colorInfo.color;\n const alpha = colorFromInfo.alpha;\n const color = new Color(new RGBA(Math.round(255 * colorFromInfo.red), Math.round(255 * colorFromInfo.green), Math.round(255 * colorFromInfo.blue), alpha));\n const rgb = alpha ? Color.Format.CSS.formatRGB(color) : Color.Format.CSS.formatRGBA(color);\n const hsl = alpha ? Color.Format.CSS.formatHSL(color) : Color.Format.CSS.formatHSLA(color);\n const hex = alpha ? Color.Format.CSS.formatHex(color) : Color.Format.CSS.formatHexA(color);\n const colorPresentations = [];\n colorPresentations.push({ label: rgb, textEdit: { range: range, text: rgb } });\n colorPresentations.push({ label: hsl, textEdit: { range: range, text: hsl } });\n colorPresentations.push({ label: hex, textEdit: { range: range, text: hex } });\n return colorPresentations;\n }\n};\nDefaultDocumentColorProvider = __decorate([\n __param(0, IEditorWorkerService)\n], DefaultDocumentColorProvider);\nexport { DefaultDocumentColorProvider };\nlet DefaultDocumentColorProviderFeature = class DefaultDocumentColorProviderFeature extends Disposable {\n constructor(_languageFeaturesService, editorWorkerService) {\n super();\n this._register(_languageFeaturesService.colorProvider.register('*', new DefaultDocumentColorProvider(editorWorkerService)));\n }\n};\nDefaultDocumentColorProviderFeature = __decorate([\n __param(0, ILanguageFeaturesService),\n __param(1, IEditorWorkerService)\n], DefaultDocumentColorProviderFeature);\nregisterEditorFeature(DefaultDocumentColorProviderFeature);\n"],"names":["DefaultDocumentColorProvider","DefaultDocumentColorProviderFeature"],"mappings":";;;;;AAIA,IAAI,aAA0C,SAAU,YAAY,QAAQ,KAAK,MAAM;AACnF,MAAI,IAAI,UAAU,QAAQ,IAAI,IAAI,IAAI,SAAS,SAAS,OAAO,OAAO,OAAO,yBAAyB,QAAQ,GAAG,IAAI,MAAM;AAC3H,MAAI,OAAO,YAAY,YAAY,OAAO,QAAQ,aAAa,WAAY,KAAI,QAAQ,SAAS,YAAY,QAAQ,KAAK,IAAI;AAAA,MACxH,UAAS,IAAI,WAAW,SAAS,GAAG,KAAK,GAAG,IAAK,KAAI,IAAI,WAAW,CAAC,EAAG,MAAK,IAAI,IAAI,EAAE,CAAC,IAAI,IAAI,IAAI,EAAE,QAAQ,KAAK,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM;AAChJ,SAAO,IAAI,KAAK,KAAK,OAAO,eAAe,QAAQ,KAAK,CAAC,GAAG;AAChE;AACA,IAAI,UAAoC,SAAU,YAAY,WAAW;AACrE,SAAO,SAAU,QAAQ,KAAK;AAAE,cAAU,QAAQ,KAAK,UAAU;AAAA,EAAE;AACvE;AAMG,IAAC,+BAA+B,MAAMA,8BAA6B;AAAA,EAClE,YAAY,sBAAsB;AAC9B,SAAK,uBAAuB;AAAA,EACpC;AAAA,EACI,MAAM,sBAAsB,OAAO,QAAQ;AACvC,WAAO,KAAK,qBAAqB,6BAA6B,MAAM,GAAG;AAAA,EAC/E;AAAA,EACI,0BAA0B,QAAQ,WAAW,QAAQ;AACjD,UAAM,QAAQ,UAAU;AACxB,UAAM,gBAAgB,UAAU;AAChC,UAAM,QAAQ,cAAc;AAC5B,UAAM,QAAQ,IAAI,MAAM,IAAI,KAAK,KAAK,MAAM,MAAM,cAAc,GAAG,GAAG,KAAK,MAAM,MAAM,cAAc,KAAK,GAAG,KAAK,MAAM,MAAM,cAAc,IAAI,GAAG,KAAK,CAAC;AACzJ,UAAM,MAAM,QAAQ,MAAM,OAAO,IAAI,UAAU,KAAK,IAAI,MAAM,OAAO,IAAI,WAAW,KAAK;AACzF,UAAM,MAAM,QAAQ,MAAM,OAAO,IAAI,UAAU,KAAK,IAAI,MAAM,OAAO,IAAI,WAAW,KAAK;AACzF,UAAM,MAAM,QAAQ,MAAM,OAAO,IAAI,UAAU,KAAK,IAAI,MAAM,OAAO,IAAI,WAAW,KAAK;AACzF,UAAM,qBAAqB,CAAE;AAC7B,uBAAmB,KAAK,EAAE,OAAO,KAAK,UAAU,EAAE,OAAc,MAAM,IAAK,EAAA,CAAE;AAC7E,uBAAmB,KAAK,EAAE,OAAO,KAAK,UAAU,EAAE,OAAc,MAAM,IAAK,EAAA,CAAE;AAC7E,uBAAmB,KAAK,EAAE,OAAO,KAAK,UAAU,EAAE,OAAc,MAAM,IAAK,EAAA,CAAE;AAC7E,WAAO;AAAA,EACf;AACA;AACA,+BAA+B,WAAW;AAAA,EACtC,QAAQ,GAAG,oBAAoB;AACnC,GAAG,4BAA4B;AAE/B,IAAI,sCAAsC,MAAMC,6CAA4C,WAAW;AAAA,EACnG,YAAY,0BAA0B,qBAAqB;AACvD,UAAO;AACP,SAAK,UAAU,yBAAyB,cAAc,SAAS,KAAK,IAAI,6BAA6B,mBAAmB,CAAC,CAAC;AAAA,EAClI;AACA;AACA,sCAAsC,WAAW;AAAA,EAC7C,QAAQ,GAAG,wBAAwB;AAAA,EACnC,QAAQ,GAAG,oBAAoB;AACnC,GAAG,mCAAmC;AACtC,sBAAsB,mCAAmC;","x_google_ignoreList":[0]}
@@ -0,0 +1,89 @@
1
+ import { registerEditorAction, EditorAction, EditorAction2 } from "../../../browser/editorExtensions.es.js";
2
+ import { localize2, localize } from "../../../../nls.es.js";
3
+ import { StandaloneColorPickerController } from "./standaloneColorPickerWidget.es.js";
4
+ import { EditorContextKeys } from "../../../common/editorContextKeys.es.js";
5
+ import { registerAction2, MenuId } from "../../../../platform/actions/common/actions.es.js";
6
+ /* empty css */
7
+ class ShowOrFocusStandaloneColorPicker extends EditorAction2 {
8
+ constructor() {
9
+ super({
10
+ id: "editor.action.showOrFocusStandaloneColorPicker",
11
+ title: {
12
+ ...localize2("showOrFocusStandaloneColorPicker", "Show or Focus Standalone Color Picker"),
13
+ mnemonicTitle: localize({ key: "mishowOrFocusStandaloneColorPicker", comment: ["&& denotes a mnemonic"] }, "&&Show or Focus Standalone Color Picker")
14
+ },
15
+ precondition: void 0,
16
+ menu: [
17
+ { id: MenuId.CommandPalette }
18
+ ],
19
+ metadata: {
20
+ description: localize2("showOrFocusStandaloneColorPickerDescription", "Show or focus a standalone color picker which uses the default color provider. It displays hex/rgb/hsl colors.")
21
+ }
22
+ });
23
+ }
24
+ runEditorCommand(_accessor, editor) {
25
+ var _a;
26
+ (_a = StandaloneColorPickerController.get(editor)) == null ? void 0 : _a.showOrFocus();
27
+ }
28
+ }
29
+ class HideStandaloneColorPicker extends EditorAction {
30
+ constructor() {
31
+ super({
32
+ id: "editor.action.hideColorPicker",
33
+ label: localize({
34
+ key: "hideColorPicker",
35
+ comment: [
36
+ "Action that hides the color picker"
37
+ ]
38
+ }, "Hide the Color Picker"),
39
+ alias: "Hide the Color Picker",
40
+ precondition: EditorContextKeys.standaloneColorPickerVisible.isEqualTo(true),
41
+ kbOpts: {
42
+ primary: 9,
43
+ weight: 100
44
+ /* KeybindingWeight.EditorContrib */
45
+ },
46
+ metadata: {
47
+ description: localize2("hideColorPickerDescription", "Hide the standalone color picker.")
48
+ }
49
+ });
50
+ }
51
+ run(_accessor, editor) {
52
+ var _a;
53
+ (_a = StandaloneColorPickerController.get(editor)) == null ? void 0 : _a.hide();
54
+ }
55
+ }
56
+ class InsertColorWithStandaloneColorPicker extends EditorAction {
57
+ constructor() {
58
+ super({
59
+ id: "editor.action.insertColorWithStandaloneColorPicker",
60
+ label: localize({
61
+ key: "insertColorWithStandaloneColorPicker",
62
+ comment: [
63
+ "Action that inserts color with standalone color picker"
64
+ ]
65
+ }, "Insert Color with Standalone Color Picker"),
66
+ alias: "Insert Color with Standalone Color Picker",
67
+ precondition: EditorContextKeys.standaloneColorPickerFocused.isEqualTo(true),
68
+ kbOpts: {
69
+ primary: 3,
70
+ weight: 100
71
+ /* KeybindingWeight.EditorContrib */
72
+ },
73
+ metadata: {
74
+ description: localize2("insertColorWithStandaloneColorPickerDescription", "Insert hex/rgb/hsl colors with the focused standalone color picker.")
75
+ }
76
+ });
77
+ }
78
+ run(_accessor, editor) {
79
+ var _a;
80
+ (_a = StandaloneColorPickerController.get(editor)) == null ? void 0 : _a.insertColor();
81
+ }
82
+ }
83
+ registerEditorAction(HideStandaloneColorPicker);
84
+ registerEditorAction(InsertColorWithStandaloneColorPicker);
85
+ registerAction2(ShowOrFocusStandaloneColorPicker);
86
+ export {
87
+ ShowOrFocusStandaloneColorPicker
88
+ };
89
+ //# sourceMappingURL=standaloneColorPickerActions.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"standaloneColorPickerActions.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions.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 { EditorAction, EditorAction2, registerEditorAction } from '../../../browser/editorExtensions.js';\nimport { localize, localize2 } from '../../../../nls.js';\nimport { StandaloneColorPickerController } from './standaloneColorPickerWidget.js';\nimport { EditorContextKeys } from '../../../common/editorContextKeys.js';\nimport { MenuId, registerAction2 } from '../../../../platform/actions/common/actions.js';\nimport './colorPicker.css';\nexport class ShowOrFocusStandaloneColorPicker extends EditorAction2 {\n constructor() {\n super({\n id: 'editor.action.showOrFocusStandaloneColorPicker',\n title: {\n ...localize2('showOrFocusStandaloneColorPicker', \"Show or Focus Standalone Color Picker\"),\n mnemonicTitle: localize({ key: 'mishowOrFocusStandaloneColorPicker', comment: ['&& denotes a mnemonic'] }, \"&&Show or Focus Standalone Color Picker\"),\n },\n precondition: undefined,\n menu: [\n { id: MenuId.CommandPalette },\n ],\n metadata: {\n description: localize2('showOrFocusStandaloneColorPickerDescription', \"Show or focus a standalone color picker which uses the default color provider. It displays hex/rgb/hsl colors.\"),\n }\n });\n }\n runEditorCommand(_accessor, editor) {\n StandaloneColorPickerController.get(editor)?.showOrFocus();\n }\n}\nclass HideStandaloneColorPicker extends EditorAction {\n constructor() {\n super({\n id: 'editor.action.hideColorPicker',\n label: localize({\n key: 'hideColorPicker',\n comment: [\n 'Action that hides the color picker'\n ]\n }, \"Hide the Color Picker\"),\n alias: 'Hide the Color Picker',\n precondition: EditorContextKeys.standaloneColorPickerVisible.isEqualTo(true),\n kbOpts: {\n primary: 9 /* KeyCode.Escape */,\n weight: 100 /* KeybindingWeight.EditorContrib */\n },\n metadata: {\n description: localize2('hideColorPickerDescription', \"Hide the standalone color picker.\"),\n }\n });\n }\n run(_accessor, editor) {\n StandaloneColorPickerController.get(editor)?.hide();\n }\n}\nclass InsertColorWithStandaloneColorPicker extends EditorAction {\n constructor() {\n super({\n id: 'editor.action.insertColorWithStandaloneColorPicker',\n label: localize({\n key: 'insertColorWithStandaloneColorPicker',\n comment: [\n 'Action that inserts color with standalone color picker'\n ]\n }, \"Insert Color with Standalone Color Picker\"),\n alias: 'Insert Color with Standalone Color Picker',\n precondition: EditorContextKeys.standaloneColorPickerFocused.isEqualTo(true),\n kbOpts: {\n primary: 3 /* KeyCode.Enter */,\n weight: 100 /* KeybindingWeight.EditorContrib */\n },\n metadata: {\n description: localize2('insertColorWithStandaloneColorPickerDescription', \"Insert hex/rgb/hsl colors with the focused standalone color picker.\"),\n }\n });\n }\n run(_accessor, editor) {\n StandaloneColorPickerController.get(editor)?.insertColor();\n }\n}\nregisterEditorAction(HideStandaloneColorPicker);\nregisterEditorAction(InsertColorWithStandaloneColorPicker);\nregisterAction2(ShowOrFocusStandaloneColorPicker);\n"],"names":[],"mappings":";;;;;;AAUO,MAAM,yCAAyC,cAAc;AAAA,EAChE,cAAc;AACV,UAAM;AAAA,MACF,IAAI;AAAA,MACJ,OAAO;AAAA,QACH,GAAG,UAAU,oCAAoC,uCAAuC;AAAA,QACxF,eAAe,SAAS,EAAE,KAAK,sCAAsC,SAAS,CAAC,uBAAuB,EAAG,GAAE,yCAAyC;AAAA,MACvJ;AAAA,MACD,cAAc;AAAA,MACd,MAAM;AAAA,QACF,EAAE,IAAI,OAAO,eAAgB;AAAA,MAChC;AAAA,MACD,UAAU;AAAA,QACN,aAAa,UAAU,+CAA+C,gHAAgH;AAAA,MACtM;AAAA,IACA,CAAS;AAAA,EACT;AAAA,EACI,iBAAiB,WAAW,QAAQ;;AAChC,0CAAgC,IAAI,MAAM,MAA1C,mBAA6C;AAAA,EACrD;AACA;AACA,MAAM,kCAAkC,aAAa;AAAA,EACjD,cAAc;AACV,UAAM;AAAA,MACF,IAAI;AAAA,MACJ,OAAO,SAAS;AAAA,QACZ,KAAK;AAAA,QACL,SAAS;AAAA,UACL;AAAA,QACpB;AAAA,MACa,GAAE,uBAAuB;AAAA,MAC1B,OAAO;AAAA,MACP,cAAc,kBAAkB,6BAA6B,UAAU,IAAI;AAAA,MAC3E,QAAQ;AAAA,QACJ,SAAS;AAAA,QACT,QAAQ;AAAA;AAAA,MACX;AAAA,MACD,UAAU;AAAA,QACN,aAAa,UAAU,8BAA8B,mCAAmC;AAAA,MACxG;AAAA,IACA,CAAS;AAAA,EACT;AAAA,EACI,IAAI,WAAW,QAAQ;;AACnB,0CAAgC,IAAI,MAAM,MAA1C,mBAA6C;AAAA,EACrD;AACA;AACA,MAAM,6CAA6C,aAAa;AAAA,EAC5D,cAAc;AACV,UAAM;AAAA,MACF,IAAI;AAAA,MACJ,OAAO,SAAS;AAAA,QACZ,KAAK;AAAA,QACL,SAAS;AAAA,UACL;AAAA,QACpB;AAAA,MACa,GAAE,2CAA2C;AAAA,MAC9C,OAAO;AAAA,MACP,cAAc,kBAAkB,6BAA6B,UAAU,IAAI;AAAA,MAC3E,QAAQ;AAAA,QACJ,SAAS;AAAA,QACT,QAAQ;AAAA;AAAA,MACX;AAAA,MACD,UAAU;AAAA,QACN,aAAa,UAAU,mDAAmD,qEAAqE;AAAA,MAC/J;AAAA,IACA,CAAS;AAAA,EACT;AAAA,EACI,IAAI,WAAW,QAAQ;;AACnB,0CAAgC,IAAI,MAAM,MAA1C,mBAA6C;AAAA,EACrD;AACA;AACA,qBAAqB,yBAAyB;AAC9C,qBAAqB,oCAAoC;AACzD,gBAAgB,gCAAgC;","x_google_ignoreList":[0]}