@marimo-team/islands 0.21.2-dev77 → 0.21.2-dev79

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 (73) hide show
  1. package/dist/{any-language-editor-CSvBdMtG.js → any-language-editor-BBegsg-m.js} +17 -17
  2. package/dist/{chat-ui-CedqKBe3.js → chat-ui-D4ay_SFE.js} +9 -9
  3. package/dist/{dist-CEmSeYaL.js → dist-1-E4bC9V.js} +2 -2
  4. package/dist/{dist-DoO66t8e.js → dist-APyhcmvq.js} +1 -1
  5. package/dist/{dist-B6ZvKwIz.js → dist-B5thW2rT.js} +1 -1
  6. package/dist/{dist-mpvRA2Bc.js → dist-BFe8Nc_2.js} +3 -3
  7. package/dist/dist-BHGf2Zey.js +5 -0
  8. package/dist/dist-BImOGJZM.js +5 -0
  9. package/dist/{dist-DKr1M-ru.js → dist-BJvk9DSp.js} +1 -1
  10. package/dist/{dist-fRW2mZtS.js → dist-BLrc9iNb.js} +2 -2
  11. package/dist/{dist-DqweMfpO.js → dist-BYr4a-wE.js} +1 -1
  12. package/dist/dist-BbJfmCHJ.js +5 -0
  13. package/dist/{dist-Bc-mOFlk.js → dist-BrJQDkv_.js} +2 -2
  14. package/dist/dist-C0v-nFs_.js +8 -0
  15. package/dist/{dist-D2nC1On3.js → dist-C16JG-Ok.js} +2 -2
  16. package/dist/{dist-N1lm7LVK.js → dist-C4EV3aDt.js} +37 -71
  17. package/dist/dist-C8N7114Z.js +5 -0
  18. package/dist/dist-C9TDg2aq.js +8 -0
  19. package/dist/{dist-DvjVNme1.js → dist-CGH6Jw-c.js} +1 -1
  20. package/dist/{dist-CXsGjNbR.js → dist-CKVkWFcB.js} +2 -2
  21. package/dist/dist-CN4RKgNR.js +5 -0
  22. package/dist/{dist--MUqhsBh.js → dist-CQ3XmGIH.js} +1 -1
  23. package/dist/{dist-B771Ewvn.js → dist-CSiTW5NO.js} +3 -3
  24. package/dist/dist-CVOkf_3P.js +6 -0
  25. package/dist/{dist-8-jPFKws.js → dist-CYuoqvce.js} +2 -2
  26. package/dist/dist-Cbkga3s5.js +5 -0
  27. package/dist/{dist-TuFHGVp2.js → dist-Cm4SOB1A.js} +1 -1
  28. package/dist/{dist-BsyHyGqX.js → dist-CxczluAk.js} +2 -2
  29. package/dist/dist-D6YTv0Kj.js +5 -0
  30. package/dist/{dist-DlacJSaE.js → dist-D75XqRaT.js} +2 -2
  31. package/dist/dist-D9vawryf.js +8 -0
  32. package/dist/{dist-CpNdP46s.js → dist-DFBjYgbq.js} +2 -2
  33. package/dist/{dist-DqT0O-4m.js → dist-DUg5n_x5.js} +5 -5
  34. package/dist/dist-DasJgTvL.js +6 -0
  35. package/dist/{dist-DNSJBJI7.js → dist-DbyoYfBn.js} +2 -2
  36. package/dist/{dist-CsToCMcA.js → dist-Dd9vDQtp.js} +2 -2
  37. package/dist/{dist-QxBlbqgj.js → dist-Dk13KZ54.js} +3 -3
  38. package/dist/dist-Ui51qXMz.js +8 -0
  39. package/dist/{dist-DEmPLkH9.js → dist-XYBhoeSX.js} +4 -4
  40. package/dist/{dist-CwP9oyR8.js → dist-Y9GfSR6_.js} +2 -2
  41. package/dist/{dist-BjYGwQ65.js → dist-aW74oyUt.js} +1 -1
  42. package/dist/dist-d2msfN-B.js +5 -0
  43. package/dist/{dist-Bg1YGq2b.js → dist-iM9VwH8Z.js} +1 -1
  44. package/dist/{dist-DSSPn3fP.js → dist-uR-o9IVx.js} +2 -2
  45. package/dist/{dist-CJEfzjG5.js → dist-zGOEySUQ.js} +4 -4
  46. package/dist/{esm-B_4hpmV_.js → esm-CCD9xN05.js} +22 -22
  47. package/dist/{esm-Bcbo0Yvz.js → esm-CxoKu9RN.js} +3 -3
  48. package/dist/main.js +948 -334
  49. package/dist/{process-output-Xg5O7mVz.js → process-output-Cv8vQ4At.js} +33 -33
  50. package/package.json +2 -1
  51. package/src/__tests__/setup.ts +15 -0
  52. package/src/components/data-table/TableActions.tsx +8 -2
  53. package/src/components/data-table/__tests__/data-table.test.tsx +63 -0
  54. package/src/components/data-table/data-table.tsx +10 -31
  55. package/src/components/data-table/hooks/use-scroll-container-height.ts +97 -0
  56. package/src/components/data-table/renderers.tsx +103 -46
  57. package/src/components/data-table/types.ts +14 -0
  58. package/src/core/islands/main.ts +0 -1
  59. package/src/core/websocket/useMarimoKernelConnection.tsx +1 -10
  60. package/dist/dist-BK8Ch8me.js +0 -5
  61. package/dist/dist-BPlAe3w3.js +0 -6
  62. package/dist/dist-BQnLGf1A.js +0 -8
  63. package/dist/dist-BZRBnAnM.js +0 -5
  64. package/dist/dist-BmTKj-5m.js +0 -5
  65. package/dist/dist-C1UyhB0b.js +0 -5
  66. package/dist/dist-C1uqqTuH.js +0 -5
  67. package/dist/dist-CCeSY9xv.js +0 -5
  68. package/dist/dist-CMWhb0s1.js +0 -5
  69. package/dist/dist-DYoFz28E.js +0 -8
  70. package/dist/dist-DeSnQwvL.js +0 -6
  71. package/dist/dist-e8VqCQ_P.js +0 -5
  72. package/dist/dist-kGaha3sX.js +0 -8
  73. package/dist/dist-wQD8nhf9.js +0 -8
@@ -1,5 +1,5 @@
1
- import { B as tags, G as NodeWeakMap, I as syntaxTree, O as indentNodeProp, S as foldInside, V as IterMode, h as continuedIndent, i as LocalTokenGroup, n as ExternalTokenizer, r as LRParser, s as LRLanguage, t as ContextTracker, u as LanguageSupport, v as delimitedIndent, w as foldNodeProp, y as flatIndent, z as styleTags } from "./dist-N1lm7LVK.js";
2
- import { f as snippetCompletion, l as ifNotIn, s as completeFromList } from "./dist-DqweMfpO.js";
1
+ import { B as tags, G as NodeWeakMap, I as syntaxTree, O as indentNodeProp, S as foldInside, V as IterMode, h as continuedIndent, i as LocalTokenGroup, n as ExternalTokenizer, r as LRParser, s as LRLanguage, t as ContextTracker, u as LanguageSupport, v as delimitedIndent, w as foldNodeProp, y as flatIndent, z as styleTags } from "./dist-C4EV3aDt.js";
2
+ import { f as snippetCompletion, l as ifNotIn, s as completeFromList } from "./dist-BYr4a-wE.js";
3
3
  var insertedSemi = 177, space$1 = 179, identifier = 184, String = 12, closeParen$1 = 13, Number = 17, Rune = 20, closeBrace$1 = 25, closeBracket = 53, IncDecOp = 95, _return = 142, _break = 144, _continue = 145, fallthrough = 148, newline = 10, carriageReturn = 13, space = 32, tab = 9, slash = 47, closeParen = 41, closeBrace = 125, semicolon = new ExternalTokenizer((y, J) => {
4
4
  for (let Y = 0, X = y.next; (J.context && (X < 0 || X == newline || X == carriageReturn || X == slash && y.peek(Y + 1) == slash) || X == closeParen || X == closeBrace) && y.acceptToken(insertedSemi), !(X != space && X != tab); ) X = y.peek(++Y);
5
5
  }, { contextual: true }), trackedTokens = /* @__PURE__ */ new Set([
@@ -1,5 +1,5 @@
1
- import "./dist-N1lm7LVK.js";
2
- import { a as PLSQL, c as SQLite, d as schemaCompletionSource, f as sql, i as MySQL, l as StandardSQL, n as MSSQL, o as PostgreSQL, r as MariaSQL, s as SQLDialect, t as Cassandra, u as keywordCompletionSource } from "./dist-DlacJSaE.js";
1
+ import "./dist-C4EV3aDt.js";
2
+ import { a as PLSQL, c as SQLite, d as schemaCompletionSource, f as sql, i as MySQL, l as StandardSQL, n as MSSQL, o as PostgreSQL, r as MariaSQL, s as SQLDialect, t as Cassandra, u as keywordCompletionSource } from "./dist-D75XqRaT.js";
3
3
  export {
4
4
  Cassandra,
5
5
  MSSQL,
@@ -1,6 +1,6 @@
1
- import { B as tags, J as parseMixed, i as LocalTokenGroup, r as LRParser, s as LRLanguage, u as LanguageSupport, z as styleTags } from "./dist-N1lm7LVK.js";
2
- import { n as html } from "./dist-mpvRA2Bc.js";
3
- import { r as javascriptLanguage } from "./dist-Bc-mOFlk.js";
1
+ import { B as tags, J as parseMixed, i as LocalTokenGroup, r as LRParser, s as LRLanguage, u as LanguageSupport, z as styleTags } from "./dist-C4EV3aDt.js";
2
+ import { n as html } from "./dist-BFe8Nc_2.js";
3
+ import { r as javascriptLanguage } from "./dist-BrJQDkv_.js";
4
4
  var parser = /* @__PURE__ */ LRParser.deserialize({
5
5
  version: 14,
6
6
  states: "%pOVOWOOObQPOOOpOSO'#C_OOOO'#Cp'#CpQVOWOOQxQPOOO!TQQOOQ!YQPOOOOOO,58y,58yO!_OSO,58yOOOO-E6n-E6nO!dQQO'#CqQ{QPOOO!iQPOOQ{QPOOO!qQPOOOOOO1G.e1G.eOOQO,59],59]OOQO-E6o-E6oO!yOpO'#CiO#RO`O'#CiQOQPOOO#ZO#tO'#CmO#fO!bO'#CmOOQO,59T,59TO#qOpO,59TO#vO`O,59TOOOO'#Cr'#CrO#{O#tO,59XOOQO,59X,59XOOOO'#Cs'#CsO$WO!bO,59XOOQO1G.o1G.oOOOO-E6p-E6pOOQO1G.s1G.sOOOO-E6q-E6q",
@@ -0,0 +1,8 @@
1
+ import "./dist-C4EV3aDt.js";
2
+ import "./dist-BFe8Nc_2.js";
3
+ import "./dist-Cm4SOB1A.js";
4
+ import "./dist-BrJQDkv_.js";
5
+ import { i as jinjaLanguage, n as jinja, r as jinjaCompletionSource, t as closePercentBrace } from "./dist-DFBjYgbq.js";
6
+ export {
7
+ jinja
8
+ };
@@ -1,7 +1,7 @@
1
- import "./dist-N1lm7LVK.js";
2
- import { a as htmlLanguage, i as htmlCompletionSourceWith, n as html, o as htmlPlain, r as htmlCompletionSource, t as autoCloseTags } from "./dist-mpvRA2Bc.js";
3
- import "./dist-TuFHGVp2.js";
4
- import "./dist-Bc-mOFlk.js";
1
+ import "./dist-C4EV3aDt.js";
2
+ import { a as htmlLanguage, i as htmlCompletionSourceWith, n as html, o as htmlPlain, r as htmlCompletionSource, t as autoCloseTags } from "./dist-BFe8Nc_2.js";
3
+ import "./dist-Cm4SOB1A.js";
4
+ import "./dist-BrJQDkv_.js";
5
5
  export {
6
6
  html
7
7
  };
@@ -1,5 +1,5 @@
1
- import "./dist-N1lm7LVK.js";
2
- import { a as localCompletionSource, c as typescriptLanguage, i as jsxLanguage, l as typescriptSnippets, n as javascript, o as snippets, r as javascriptLanguage, s as tsxLanguage, t as autoCloseTags } from "./dist-Bc-mOFlk.js";
1
+ import "./dist-C4EV3aDt.js";
2
+ import { a as localCompletionSource, c as typescriptLanguage, i as jsxLanguage, l as typescriptSnippets, n as javascript, o as snippets, r as javascriptLanguage, s as tsxLanguage, t as autoCloseTags } from "./dist-BrJQDkv_.js";
3
3
  export {
4
4
  javascript
5
5
  };
@@ -1,4 +1,4 @@
1
- import { B as tags, O as indentNodeProp, S as foldInside, h as continuedIndent, r as LRParser, s as LRLanguage, u as LanguageSupport, v as delimitedIndent, w as foldNodeProp, y as flatIndent, z as styleTags } from "./dist-N1lm7LVK.js";
1
+ import { B as tags, O as indentNodeProp, S as foldInside, h as continuedIndent, r as LRParser, s as LRLanguage, u as LanguageSupport, v as delimitedIndent, w as foldNodeProp, y as flatIndent, z as styleTags } from "./dist-C4EV3aDt.js";
2
2
  var javaHighlighting = styleTags({
3
3
  null: tags.null,
4
4
  instanceof: tags.operatorKeyword,
@@ -0,0 +1,5 @@
1
+ import "./dist-C4EV3aDt.js";
2
+ import { n as wastLanguage, t as wast } from "./dist-APyhcmvq.js";
3
+ export {
4
+ wast
5
+ };
@@ -1,4 +1,4 @@
1
- import { B as tags, Et as EditorSelection, I as syntaxTree, O as indentNodeProp, Z as EditorView, m as bracketMatchingHandle, n as ExternalTokenizer, r as LRParser, s as LRLanguage, t as ContextTracker, u as LanguageSupport, w as foldNodeProp, z as styleTags } from "./dist-N1lm7LVK.js";
1
+ import { B as tags, Et as EditorSelection, I as syntaxTree, O as indentNodeProp, Z as EditorView, m as bracketMatchingHandle, n as ExternalTokenizer, r as LRParser, s as LRLanguage, t as ContextTracker, u as LanguageSupport, w as foldNodeProp, z as styleTags } from "./dist-C4EV3aDt.js";
2
2
  var StartTag = 1, StartCloseTag = 2, MissingCloseTag = 3, mismatchedStartCloseTag = 4, incompleteStartCloseTag = 5, commentContent$1 = 36, piContent$1 = 37, cdataContent$1 = 38, Element$1 = 11, OpenTag = 13;
3
3
  function nameChar(m) {
4
4
  return m == 45 || m == 46 || m == 58 || m >= 65 && m <= 90 || m == 95 || m >= 97 && m <= 122 || m >= 161;
@@ -1,5 +1,5 @@
1
- import "./dist-N1lm7LVK.js";
2
- import { i as xmlLanguage, n as completeFromSchema, r as xml, t as autoCloseTags } from "./dist-Bg1YGq2b.js";
1
+ import "./dist-C4EV3aDt.js";
2
+ import { i as xmlLanguage, n as completeFromSchema, r as xml, t as autoCloseTags } from "./dist-iM9VwH8Z.js";
3
3
  export {
4
4
  xml
5
5
  };
@@ -1,7 +1,7 @@
1
- import { B as tags, J as parseMixed, n as ExternalTokenizer, r as LRParser, s as LRLanguage, u as LanguageSupport, z as styleTags } from "./dist-N1lm7LVK.js";
2
- import { n as html } from "./dist-mpvRA2Bc.js";
3
- import "./dist-TuFHGVp2.js";
4
- import { r as javascriptLanguage } from "./dist-Bc-mOFlk.js";
1
+ import { B as tags, J as parseMixed, n as ExternalTokenizer, r as LRParser, s as LRLanguage, u as LanguageSupport, z as styleTags } from "./dist-C4EV3aDt.js";
2
+ import { n as html } from "./dist-BFe8Nc_2.js";
3
+ import "./dist-Cm4SOB1A.js";
4
+ import { r as javascriptLanguage } from "./dist-BrJQDkv_.js";
5
5
  var Text = 1, attributeContentSingle = 33, attributeContentDouble = 34, scriptAttributeContentSingle = 35, scriptAttributeContentDouble = 36, text = /* @__PURE__ */ new ExternalTokenizer((p) => {
6
6
  let A = p.pos;
7
7
  for (; ; ) {
@@ -1,25 +1,25 @@
1
- import { B as tags, Et as EditorSelection, I as syntaxTree, J as parseMixed, O as indentNodeProp, R as Tag, S as foldInside, Z as EditorView, f as StreamLanguage, h as continuedIndent, n as ExternalTokenizer, r as LRParser, s as LRLanguage, t as ContextTracker, u as LanguageSupport, v as delimitedIndent, w as foldNodeProp, z as styleTags } from "./dist-N1lm7LVK.js";
2
- import { f as snippetCompletion, l as ifNotIn, s as completeFromList } from "./dist-DqweMfpO.js";
3
- import { a as PLSQL, f as sql, l as StandardSQL, t as Cassandra } from "./dist-DlacJSaE.js";
4
- import { a as markdown } from "./dist-B771Ewvn.js";
5
- import { n as html, r as htmlCompletionSource } from "./dist-mpvRA2Bc.js";
6
- import { r as cssLanguage, t as css } from "./dist-TuFHGVp2.js";
7
- import { c as typescriptLanguage, n as javascript, r as javascriptLanguage, u as parser$1 } from "./dist-Bc-mOFlk.js";
8
- import { r as python } from "./dist-D2nC1On3.js";
1
+ import { B as tags, Et as EditorSelection, I as syntaxTree, J as parseMixed, O as indentNodeProp, R as Tag, S as foldInside, Z as EditorView, f as StreamLanguage, h as continuedIndent, n as ExternalTokenizer, r as LRParser, s as LRLanguage, t as ContextTracker, u as LanguageSupport, v as delimitedIndent, w as foldNodeProp, z as styleTags } from "./dist-C4EV3aDt.js";
2
+ import { f as snippetCompletion, l as ifNotIn, s as completeFromList } from "./dist-BYr4a-wE.js";
3
+ import { a as PLSQL, f as sql, l as StandardSQL, t as Cassandra } from "./dist-D75XqRaT.js";
4
+ import { a as markdown } from "./dist-CSiTW5NO.js";
5
+ import { n as html, r as htmlCompletionSource } from "./dist-BFe8Nc_2.js";
6
+ import { r as cssLanguage, t as css } from "./dist-Cm4SOB1A.js";
7
+ import { c as typescriptLanguage, n as javascript, r as javascriptLanguage, u as parser$1 } from "./dist-BrJQDkv_.js";
8
+ import { r as python } from "./dist-C16JG-Ok.js";
9
9
  import { t as stex } from "./stex-7yEw16Ww.js";
10
- import { t as cpp } from "./dist-DKr1M-ru.js";
11
- import { t as go } from "./dist-DNSJBJI7.js";
12
- import { t as java } from "./dist-BjYGwQ65.js";
13
- import { n as jinja } from "./dist-CpNdP46s.js";
14
- import { t as json } from "./dist-DvjVNme1.js";
15
- import { t as less } from "./dist-BsyHyGqX.js";
16
- import { n as liquid } from "./dist-fRW2mZtS.js";
17
- import { t as php } from "./dist-CEmSeYaL.js";
18
- import { t as rust } from "./dist-B6ZvKwIz.js";
19
- import { t as sass } from "./dist-8-jPFKws.js";
20
- import { t as wast } from "./dist-DoO66t8e.js";
21
- import { r as xml } from "./dist-Bg1YGq2b.js";
22
- import { t as yaml } from "./dist--MUqhsBh.js";
10
+ import { t as cpp } from "./dist-BJvk9DSp.js";
11
+ import { t as go } from "./dist-DbyoYfBn.js";
12
+ import { t as java } from "./dist-aW74oyUt.js";
13
+ import { n as jinja } from "./dist-DFBjYgbq.js";
14
+ import { t as json } from "./dist-CGH6Jw-c.js";
15
+ import { t as less } from "./dist-CxczluAk.js";
16
+ import { n as liquid } from "./dist-BLrc9iNb.js";
17
+ import { t as php } from "./dist-1-E4bC9V.js";
18
+ import { t as rust } from "./dist-B5thW2rT.js";
19
+ import { t as sass } from "./dist-CYuoqvce.js";
20
+ import { t as wast } from "./dist-APyhcmvq.js";
21
+ import { r as xml } from "./dist-iM9VwH8Z.js";
22
+ import { t as yaml } from "./dist-CQ3XmGIH.js";
23
23
  import { t as apl } from "./apl-99A7dLQe.js";
24
24
  import { t as asciiArmor } from "./asciiarmor-DLEhpFDx.js";
25
25
  import { t as asn1 } from "./asn1-CMrcTsT4.js";
@@ -102,7 +102,7 @@ import { t as xQuery } from "./xquery-D2q16GaM.js";
102
102
  import { t as yacas } from "./yacas-DHGOHnNa.js";
103
103
  import { t as z80 } from "./z80-BPhTmO22.js";
104
104
  import { n as msgenny, r as xu, t as mscgen } from "./mscgen-BkbzgGGI.js";
105
- import { t as vue } from "./dist-QxBlbqgj.js";
105
+ import { t as vue } from "./dist-Dk13KZ54.js";
106
106
  var strContent = 63, strDollarBrace = 64, strEnd = 65, escapeSequence = 66, indStrContent = 67, indStrDollarBrace = 68, indStrEnd = 69, indEscapeSequence = 70, quote = 34, backslack = 92, braceL = 123, dollar = 36, apostrophe = 39, scanString = /* @__PURE__ */ new ExternalTokenizer((y) => {
107
107
  for (let G = false, K = 0; ; K++) {
108
108
  let { next: J } = y;
@@ -6,8 +6,8 @@ import { t as Check } from "./check-B2OoWw2h.js";
6
6
  import { h as Events, y as cn } from "./button-B1ZgJ7Cc.js";
7
7
  import { t as require_jsx_runtime } from "./jsx-runtime-9hcJiI23.js";
8
8
  import { t as Tooltip } from "./tooltip-DnI4CwIS.js";
9
- import { $ as ViewPlugin, A as indentString, At as Prec, B as tags, Bt as combineConfig, C as foldKeymap, Ct as ChangeSet, D as getIndentation, Dt as EditorState, E as getIndentUnit, Et as EditorSelection, F as syntaxHighlighting, Ft as StateField, H as NodeProp, Ht as findClusterBreak, I as syntaxTree, It as Text, Lt as Transaction, Mt as RangeSetBuilder, N as matchBrackets, Ot as Facet, Pt as StateEffect, Rt as codePointAt, St as ChangeDesc, Ut as fromCodePoint, Vt as countColumn, X as Direction, Y as Decoration, Z as EditorView, _t as showDialog, a as HighlightStyle, bt as crelt, ct as highlightActiveLineGutter, dt as keymap, et as WidgetType, ft as lineNumbers, g as defaultHighlightStyle, gt as runScopeHandlers, ht as rectangularSelection, it as getPanel, j as indentUnit, jt as RangeSet, k as indentOnInput, lt as highlightSpecialChars, mt as placeholder, nt as drawSelection, o as IndentContext, p as bracketMatching, pt as logException, rt as dropCursor, st as highlightActiveLine, tt as crosshairCursor, ut as hoverTooltip, vt as showPanel, wt as CharCategory, x as foldGutter, xt as Annotation, zt as codePointSize } from "./dist-N1lm7LVK.js";
10
- import { a as closeBracketsKeymap, c as completionKeymap, i as closeBrackets, r as autocompletion } from "./dist-DqweMfpO.js";
9
+ import { $ as ViewPlugin, A as indentString, At as Prec, B as tags, Bt as combineConfig, C as foldKeymap, Ct as ChangeSet, D as getIndentation, Dt as EditorState, E as getIndentUnit, Et as EditorSelection, F as syntaxHighlighting, Ft as StateField, H as NodeProp, Ht as findClusterBreak, I as syntaxTree, It as Text, Lt as Transaction, Mt as RangeSetBuilder, N as matchBrackets, Ot as Facet, Pt as StateEffect, Rt as codePointAt, St as ChangeDesc, Ut as fromCodePoint, Vt as countColumn, X as Direction, Y as Decoration, Z as EditorView, _t as showDialog, a as HighlightStyle, bt as crelt, ct as highlightActiveLineGutter, dt as keymap, et as WidgetType, ft as lineNumbers, g as defaultHighlightStyle, gt as runScopeHandlers, ht as rectangularSelection, it as getPanel, j as indentUnit, jt as RangeSet, k as indentOnInput, lt as highlightSpecialChars, mt as placeholder, nt as drawSelection, o as IndentContext, p as bracketMatching, pt as logException, rt as dropCursor, st as highlightActiveLine, tt as crosshairCursor, ut as hoverTooltip, vt as showPanel, wt as CharCategory, x as foldGutter, xt as Annotation, zt as codePointSize } from "./dist-C4EV3aDt.js";
10
+ import { a as closeBracketsKeymap, c as completionKeymap, i as closeBrackets, r as autocompletion } from "./dist-BYr4a-wE.js";
11
11
  var import_compiler_runtime = require_compiler_runtime(), import_react = /* @__PURE__ */ __toESM(require_react(), 1), import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime(), 1);
12
12
  const CopyClipboardIcon = (e6) => {
13
13
  let x = (0, import_compiler_runtime.c)(14), { value: S, className: k, buttonClassName: j, tooltip: M, toastTitle: N, ariaLabel: P } = e6, [F, I] = (0, import_react.useState)(false), L;
@@ -486,7 +486,7 @@ var cursorMatchingBracket = ({ state: e6, dispatch: x }) => toMatchingBracket(e6
486
486
  function extendSel(e6, x) {
487
487
  let S = updateSel(e6.state.selection, (e7) => {
488
488
  let S2 = x(e7);
489
- return EditorSelection.range(e7.anchor, S2.head, S2.goalColumn, S2.bidiLevel || void 0, S2.assoc);
489
+ return EditorSelection.range(e7.anchor, S2.head, S2.goalColumn, S2.bidiLevel || void 0);
490
490
  });
491
491
  return S.eq(e6.state.selection) ? false : (e6.dispatch(setSel(e6.state, S)), true);
492
492
  }