@dxos/plugin-sheet 0.6.12-staging.e11e696 → 0.6.12

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 (277) hide show
  1. package/dist/lib/browser/{chunk-CHQAW4F4.mjs → SheetContainer-U4H5D34A.mjs} +249 -1182
  2. package/dist/lib/browser/SheetContainer-U4H5D34A.mjs.map +7 -0
  3. package/dist/lib/browser/chunk-APHOLYUB.mjs +175 -0
  4. package/dist/lib/browser/chunk-APHOLYUB.mjs.map +7 -0
  5. package/dist/lib/{node-esm/chunk-5WPZCXNS.mjs → browser/chunk-D5AGLXJP.mjs} +678 -411
  6. package/dist/lib/browser/chunk-D5AGLXJP.mjs.map +7 -0
  7. package/dist/lib/browser/{chunk-WZMOZKQZ.mjs → chunk-FUAGSXA4.mjs} +16 -9
  8. package/dist/lib/browser/chunk-FUAGSXA4.mjs.map +7 -0
  9. package/dist/lib/browser/{chunk-QILRZNE5.mjs → chunk-JRL5LGCE.mjs} +5 -2
  10. package/dist/lib/browser/chunk-JRL5LGCE.mjs.map +7 -0
  11. package/dist/lib/browser/chunk-NU4PBN33.mjs +8 -0
  12. package/dist/lib/browser/chunk-NU4PBN33.mjs.map +7 -0
  13. package/dist/lib/browser/index.mjs +60 -96
  14. package/dist/lib/browser/index.mjs.map +4 -4
  15. package/dist/lib/browser/meta.json +1 -1
  16. package/dist/lib/browser/meta.mjs +1 -1
  17. package/dist/lib/browser/testing.mjs +92 -0
  18. package/dist/lib/browser/testing.mjs.map +7 -0
  19. package/dist/lib/browser/types.mjs +6 -4
  20. package/dist/lib/node/{chunk-5FTFZL5W.cjs → SheetContainer-AXQV3ZT5.cjs} +287 -1212
  21. package/dist/lib/node/SheetContainer-AXQV3ZT5.cjs.map +7 -0
  22. package/dist/lib/node/{chunk-5XPK2V4A.cjs → chunk-5KKJ4NPP.cjs} +678 -418
  23. package/dist/lib/node/chunk-5KKJ4NPP.cjs.map +7 -0
  24. package/dist/lib/node/{chunk-BNARJ5GM.cjs → chunk-BJ6ZD7MN.cjs} +18 -5
  25. package/dist/lib/node/chunk-BJ6ZD7MN.cjs.map +7 -0
  26. package/dist/lib/node/chunk-CN3RPESU.cjs +202 -0
  27. package/dist/lib/node/chunk-CN3RPESU.cjs.map +7 -0
  28. package/dist/lib/node/{chunk-AOP42UAA.cjs → chunk-DSYKOI4E.cjs} +21 -13
  29. package/dist/lib/node/chunk-DSYKOI4E.cjs.map +7 -0
  30. package/dist/lib/node/chunk-PYXHNAAK.cjs +40 -0
  31. package/dist/lib/node/chunk-PYXHNAAK.cjs.map +7 -0
  32. package/dist/lib/node/index.cjs +66 -106
  33. package/dist/lib/node/index.cjs.map +4 -4
  34. package/dist/lib/node/meta.cjs +3 -3
  35. package/dist/lib/node/meta.cjs.map +1 -1
  36. package/dist/lib/node/meta.json +1 -1
  37. package/dist/lib/node/testing.cjs +111 -0
  38. package/dist/lib/node/testing.cjs.map +7 -0
  39. package/dist/lib/node/types.cjs +12 -10
  40. package/dist/lib/node/types.cjs.map +2 -2
  41. package/dist/types/src/SheetPlugin.d.ts.map +1 -1
  42. package/dist/types/src/components/CellEditor/CellEditor.d.ts +3 -23
  43. package/dist/types/src/components/CellEditor/CellEditor.d.ts.map +1 -1
  44. package/dist/types/src/components/CellEditor/CellEditor.stories.d.ts +2 -2
  45. package/dist/types/src/components/CellEditor/CellEditor.stories.d.ts.map +1 -1
  46. package/dist/types/src/components/CellEditor/extension.d.ts +1 -1
  47. package/dist/types/src/components/CellEditor/extension.d.ts.map +1 -1
  48. package/dist/types/src/{graph/functions → components/ComputeGraph}/async-function.d.ts +5 -14
  49. package/dist/types/src/components/ComputeGraph/async-function.d.ts.map +1 -0
  50. package/dist/types/src/components/ComputeGraph/custom.d.ts +21 -0
  51. package/dist/types/src/components/ComputeGraph/custom.d.ts.map +1 -0
  52. package/dist/types/src/components/ComputeGraph/edge-function.d.ts +20 -0
  53. package/dist/types/src/components/ComputeGraph/edge-function.d.ts.map +1 -0
  54. package/dist/types/src/components/ComputeGraph/graph-context.d.ts +12 -0
  55. package/dist/types/src/components/ComputeGraph/graph-context.d.ts.map +1 -0
  56. package/dist/types/src/components/ComputeGraph/graph.browser.test.d.ts +2 -0
  57. package/dist/types/src/components/ComputeGraph/graph.browser.test.d.ts.map +1 -0
  58. package/dist/types/src/components/ComputeGraph/graph.d.ts +26 -0
  59. package/dist/types/src/components/ComputeGraph/graph.d.ts.map +1 -0
  60. package/dist/types/src/components/ComputeGraph/index.d.ts +3 -1
  61. package/dist/types/src/components/ComputeGraph/index.d.ts.map +1 -1
  62. package/dist/types/src/components/Sheet/Sheet.d.ts +1 -1
  63. package/dist/types/src/components/Sheet/Sheet.d.ts.map +1 -1
  64. package/dist/types/src/components/Sheet/Sheet.stories.d.ts +6 -5
  65. package/dist/types/src/components/Sheet/Sheet.stories.d.ts.map +1 -1
  66. package/dist/types/src/components/Sheet/formatting.d.ts +14 -0
  67. package/dist/types/src/components/Sheet/formatting.d.ts.map +1 -0
  68. package/dist/types/src/components/Sheet/grid.d.ts +2 -2
  69. package/dist/types/src/components/Sheet/grid.d.ts.map +1 -1
  70. package/dist/types/src/components/Sheet/nav.d.ts +3 -3
  71. package/dist/types/src/components/Sheet/nav.d.ts.map +1 -1
  72. package/dist/types/src/components/Sheet/sheet-context.d.ts +7 -8
  73. package/dist/types/src/components/Sheet/sheet-context.d.ts.map +1 -1
  74. package/dist/types/src/components/SheetContainer.d.ts +3 -2
  75. package/dist/types/src/components/SheetContainer.d.ts.map +1 -1
  76. package/dist/types/src/components/Toolbar/Toolbar.d.ts +3 -19
  77. package/dist/types/src/components/Toolbar/Toolbar.d.ts.map +1 -1
  78. package/dist/types/src/components/Toolbar/Toolbar.stories.d.ts +13 -18
  79. package/dist/types/src/components/Toolbar/Toolbar.stories.d.ts.map +1 -1
  80. package/dist/types/src/components/index.d.ts +2 -2
  81. package/dist/types/src/components/index.d.ts.map +1 -1
  82. package/dist/types/src/meta.d.ts +4 -1
  83. package/dist/types/src/meta.d.ts.map +1 -1
  84. package/dist/types/src/{graph/functions/function-defs.d.ts → model/functions.d.ts} +1 -1
  85. package/dist/types/src/model/functions.d.ts.map +1 -0
  86. package/dist/types/src/model/index.d.ts +3 -2
  87. package/dist/types/src/model/index.d.ts.map +1 -1
  88. package/dist/types/src/model/model.browser.test.d.ts +2 -0
  89. package/dist/types/src/model/model.browser.test.d.ts.map +1 -0
  90. package/dist/types/src/model/{sheet-model.d.ts → model.d.ts} +65 -10
  91. package/dist/types/src/model/model.d.ts.map +1 -0
  92. package/dist/types/src/{defs → model}/types.d.ts +3 -8
  93. package/dist/types/src/model/types.d.ts.map +1 -0
  94. package/dist/types/src/model/types.test.d.ts.map +1 -0
  95. package/dist/types/src/model/util.d.ts +15 -0
  96. package/dist/types/src/model/util.d.ts.map +1 -0
  97. package/dist/types/src/testing.d.ts +9 -0
  98. package/dist/types/src/testing.d.ts.map +1 -0
  99. package/dist/types/src/translations.d.ts +12 -17
  100. package/dist/types/src/translations.d.ts.map +1 -1
  101. package/dist/types/src/types.d.ts +5 -86
  102. package/dist/types/src/types.d.ts.map +1 -1
  103. package/package.json +47 -55
  104. package/src/SheetPlugin.tsx +73 -50
  105. package/src/components/CellEditor/CellEditor.stories.tsx +6 -6
  106. package/src/components/CellEditor/CellEditor.tsx +9 -59
  107. package/src/components/CellEditor/extension.test.ts +6 -4
  108. package/src/components/CellEditor/extension.ts +6 -5
  109. package/src/{graph/functions → components/ComputeGraph}/async-function.ts +15 -25
  110. package/src/{graph/testing/test-plugin.ts → components/ComputeGraph/custom.ts} +14 -44
  111. package/src/{graph/functions → components/ComputeGraph}/edge-function.ts +14 -16
  112. package/src/components/ComputeGraph/graph-context.tsx +50 -0
  113. package/src/components/ComputeGraph/graph.browser.test.ts +50 -0
  114. package/src/components/ComputeGraph/graph.ts +62 -0
  115. package/src/components/ComputeGraph/index.ts +3 -1
  116. package/src/components/Sheet/Sheet.stories.tsx +88 -52
  117. package/src/components/Sheet/Sheet.tsx +32 -87
  118. package/src/{model/formatting-model.ts → components/Sheet/formatting.ts} +13 -20
  119. package/src/components/Sheet/grid.ts +3 -3
  120. package/src/components/Sheet/nav.ts +19 -19
  121. package/src/components/Sheet/sheet-context.tsx +80 -18
  122. package/src/components/SheetContainer.tsx +16 -68
  123. package/src/components/Toolbar/Toolbar.tsx +12 -53
  124. package/src/components/index.ts +0 -1
  125. package/src/meta.tsx +5 -1
  126. package/src/model/index.ts +3 -2
  127. package/src/model/model.browser.test.ts +100 -0
  128. package/src/model/model.ts +550 -0
  129. package/src/{defs → model}/types.test.ts +9 -8
  130. package/src/{defs → model}/types.ts +14 -24
  131. package/src/model/util.ts +36 -0
  132. package/src/testing.ts +50 -0
  133. package/src/translations.ts +1 -6
  134. package/src/types.ts +6 -31
  135. package/dist/lib/browser/SheetContainer-LG77O4RM.mjs +0 -262
  136. package/dist/lib/browser/SheetContainer-LG77O4RM.mjs.map +0 -7
  137. package/dist/lib/browser/chunk-CHQAW4F4.mjs.map +0 -7
  138. package/dist/lib/browser/chunk-GSV5QNLD.mjs +0 -2966
  139. package/dist/lib/browser/chunk-GSV5QNLD.mjs.map +0 -7
  140. package/dist/lib/browser/chunk-QILRZNE5.mjs.map +0 -7
  141. package/dist/lib/browser/chunk-WZMOZKQZ.mjs.map +0 -7
  142. package/dist/lib/browser/graph-M4IQ76QX.mjs +0 -33
  143. package/dist/lib/browser/graph-M4IQ76QX.mjs.map +0 -7
  144. package/dist/lib/node/SheetContainer-OZ7DHH4L.cjs +0 -280
  145. package/dist/lib/node/SheetContainer-OZ7DHH4L.cjs.map +0 -7
  146. package/dist/lib/node/chunk-5FTFZL5W.cjs.map +0 -7
  147. package/dist/lib/node/chunk-5XPK2V4A.cjs.map +0 -7
  148. package/dist/lib/node/chunk-AOP42UAA.cjs.map +0 -7
  149. package/dist/lib/node/chunk-BNARJ5GM.cjs.map +0 -7
  150. package/dist/lib/node/graph-Q3N2X26H.cjs +0 -55
  151. package/dist/lib/node/graph-Q3N2X26H.cjs.map +0 -7
  152. package/dist/lib/node-esm/SheetContainer-4XS2G25Z.mjs +0 -263
  153. package/dist/lib/node-esm/SheetContainer-4XS2G25Z.mjs.map +0 -7
  154. package/dist/lib/node-esm/chunk-5WPZCXNS.mjs.map +0 -7
  155. package/dist/lib/node-esm/chunk-IU2L277A.mjs +0 -17
  156. package/dist/lib/node-esm/chunk-IU2L277A.mjs.map +0 -7
  157. package/dist/lib/node-esm/chunk-KK3XL37M.mjs +0 -2706
  158. package/dist/lib/node-esm/chunk-KK3XL37M.mjs.map +0 -7
  159. package/dist/lib/node-esm/chunk-RR2AO4SM.mjs +0 -76
  160. package/dist/lib/node-esm/chunk-RR2AO4SM.mjs.map +0 -7
  161. package/dist/lib/node-esm/graph-SMPUMOV2.mjs +0 -34
  162. package/dist/lib/node-esm/graph-SMPUMOV2.mjs.map +0 -7
  163. package/dist/lib/node-esm/index.mjs +0 -285
  164. package/dist/lib/node-esm/index.mjs.map +0 -7
  165. package/dist/lib/node-esm/meta.json +0 -1
  166. package/dist/lib/node-esm/meta.mjs +0 -10
  167. package/dist/lib/node-esm/meta.mjs.map +0 -7
  168. package/dist/lib/node-esm/types.mjs +0 -21
  169. package/dist/lib/node-esm/types.mjs.map +0 -7
  170. package/dist/types/src/components/ComputeGraph/ComputeGraphContextProvider.d.ts +0 -11
  171. package/dist/types/src/components/ComputeGraph/ComputeGraphContextProvider.d.ts.map +0 -1
  172. package/dist/types/src/components/GridSheet/GridSheet.d.ts +0 -10
  173. package/dist/types/src/components/GridSheet/GridSheet.d.ts.map +0 -1
  174. package/dist/types/src/components/GridSheet/GridSheet.stories.d.ts +0 -9
  175. package/dist/types/src/components/GridSheet/GridSheet.stories.d.ts.map +0 -1
  176. package/dist/types/src/components/GridSheet/util.d.ts +0 -7
  177. package/dist/types/src/components/GridSheet/util.d.ts.map +0 -1
  178. package/dist/types/src/components/Sheet/decorations.d.ts +0 -24
  179. package/dist/types/src/components/Sheet/decorations.d.ts.map +0 -1
  180. package/dist/types/src/components/Sheet/threads.d.ts +0 -2
  181. package/dist/types/src/components/Sheet/threads.d.ts.map +0 -1
  182. package/dist/types/src/defs/index.d.ts +0 -3
  183. package/dist/types/src/defs/index.d.ts.map +0 -1
  184. package/dist/types/src/defs/types.d.ts.map +0 -1
  185. package/dist/types/src/defs/types.test.d.ts.map +0 -1
  186. package/dist/types/src/defs/util.d.ts +0 -43
  187. package/dist/types/src/defs/util.d.ts.map +0 -1
  188. package/dist/types/src/extensions/compute.d.ts +0 -6
  189. package/dist/types/src/extensions/compute.d.ts.map +0 -1
  190. package/dist/types/src/extensions/compute.stories.d.ts +0 -26
  191. package/dist/types/src/extensions/compute.stories.d.ts.map +0 -1
  192. package/dist/types/src/extensions/index.d.ts +0 -2
  193. package/dist/types/src/extensions/index.d.ts.map +0 -1
  194. package/dist/types/src/graph/compute-graph-registry.d.ts +0 -34
  195. package/dist/types/src/graph/compute-graph-registry.d.ts.map +0 -1
  196. package/dist/types/src/graph/compute-graph.d.ts +0 -64
  197. package/dist/types/src/graph/compute-graph.d.ts.map +0 -1
  198. package/dist/types/src/graph/compute-graph.stories.d.ts +0 -10
  199. package/dist/types/src/graph/compute-graph.stories.d.ts.map +0 -1
  200. package/dist/types/src/graph/compute-graph.test.d.ts +0 -2
  201. package/dist/types/src/graph/compute-graph.test.d.ts.map +0 -1
  202. package/dist/types/src/graph/compute-node.d.ts +0 -26
  203. package/dist/types/src/graph/compute-node.d.ts.map +0 -1
  204. package/dist/types/src/graph/functions/async-function.d.ts.map +0 -1
  205. package/dist/types/src/graph/functions/edge-function.d.ts +0 -21
  206. package/dist/types/src/graph/functions/edge-function.d.ts.map +0 -1
  207. package/dist/types/src/graph/functions/function-defs.d.ts.map +0 -1
  208. package/dist/types/src/graph/functions/index.d.ts +0 -4
  209. package/dist/types/src/graph/functions/index.d.ts.map +0 -1
  210. package/dist/types/src/graph/hyperformula.test.d.ts +0 -2
  211. package/dist/types/src/graph/hyperformula.test.d.ts.map +0 -1
  212. package/dist/types/src/graph/index.d.ts +0 -5
  213. package/dist/types/src/graph/index.d.ts.map +0 -1
  214. package/dist/types/src/graph/testing/index.d.ts +0 -3
  215. package/dist/types/src/graph/testing/index.d.ts.map +0 -1
  216. package/dist/types/src/graph/testing/test-builder.d.ts +0 -15
  217. package/dist/types/src/graph/testing/test-builder.d.ts.map +0 -1
  218. package/dist/types/src/graph/testing/test-plugin.d.ts +0 -36
  219. package/dist/types/src/graph/testing/test-plugin.d.ts.map +0 -1
  220. package/dist/types/src/graph/util.d.ts +0 -2
  221. package/dist/types/src/graph/util.d.ts.map +0 -1
  222. package/dist/types/src/hooks/hooks.stories.d.ts +0 -11
  223. package/dist/types/src/hooks/hooks.stories.d.ts.map +0 -1
  224. package/dist/types/src/hooks/index.d.ts +0 -4
  225. package/dist/types/src/hooks/index.d.ts.map +0 -1
  226. package/dist/types/src/hooks/useComputeGraph.d.ts +0 -7
  227. package/dist/types/src/hooks/useComputeGraph.d.ts.map +0 -1
  228. package/dist/types/src/hooks/useFormattingModel.d.ts +0 -3
  229. package/dist/types/src/hooks/useFormattingModel.d.ts.map +0 -1
  230. package/dist/types/src/hooks/useSheetModel.d.ts +0 -8
  231. package/dist/types/src/hooks/useSheetModel.d.ts.map +0 -1
  232. package/dist/types/src/model/formatting-model.d.ts +0 -16
  233. package/dist/types/src/model/formatting-model.d.ts.map +0 -1
  234. package/dist/types/src/model/sheet-model.d.ts.map +0 -1
  235. package/dist/types/src/model/sheet-model.test.d.ts +0 -2
  236. package/dist/types/src/model/sheet-model.test.d.ts.map +0 -1
  237. package/dist/types/src/sanity.test.d.ts +0 -2
  238. package/dist/types/src/sanity.test.d.ts.map +0 -1
  239. package/dist/types/src/testing/index.d.ts +0 -2
  240. package/dist/types/src/testing/index.d.ts.map +0 -1
  241. package/dist/types/src/testing/testing.d.ts +0 -8
  242. package/dist/types/src/testing/testing.d.ts.map +0 -1
  243. package/dist/vendor/hyperformula.mjs +0 -37145
  244. package/src/components/ComputeGraph/ComputeGraphContextProvider.tsx +0 -20
  245. package/src/components/GridSheet/GridSheet.stories.tsx +0 -36
  246. package/src/components/GridSheet/GridSheet.tsx +0 -153
  247. package/src/components/GridSheet/util.ts +0 -108
  248. package/src/components/Sheet/decorations.ts +0 -62
  249. package/src/components/Sheet/threads.tsx +0 -205
  250. package/src/defs/index.ts +0 -6
  251. package/src/defs/util.ts +0 -151
  252. package/src/extensions/compute.stories.tsx +0 -151
  253. package/src/extensions/compute.ts +0 -147
  254. package/src/extensions/index.ts +0 -5
  255. package/src/graph/compute-graph-registry.ts +0 -90
  256. package/src/graph/compute-graph.stories.tsx +0 -93
  257. package/src/graph/compute-graph.test.ts +0 -87
  258. package/src/graph/compute-graph.ts +0 -242
  259. package/src/graph/compute-node.ts +0 -63
  260. package/src/graph/functions/index.ts +0 -7
  261. package/src/graph/hyperformula.test.ts +0 -14
  262. package/src/graph/index.ts +0 -8
  263. package/src/graph/testing/index.ts +0 -6
  264. package/src/graph/testing/test-builder.ts +0 -54
  265. package/src/graph/util.ts +0 -8
  266. package/src/hooks/hooks.stories.tsx +0 -50
  267. package/src/hooks/index.ts +0 -7
  268. package/src/hooks/useComputeGraph.ts +0 -28
  269. package/src/hooks/useFormattingModel.ts +0 -11
  270. package/src/hooks/useSheetModel.ts +0 -40
  271. package/src/model/sheet-model.test.ts +0 -59
  272. package/src/model/sheet-model.ts +0 -416
  273. package/src/sanity.test.ts +0 -40
  274. package/src/testing/index.ts +0 -5
  275. package/src/testing/testing.tsx +0 -68
  276. /package/dist/types/src/{defs → model}/types.test.d.ts +0 -0
  277. /package/src/{graph/functions/function-defs.ts → model/functions.ts} +0 -0
@@ -1,3 +0,0 @@
1
- export * from './types';
2
- export * from './util';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/defs/index.ts"],"names":[],"mappings":"AAIA,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/defs/types.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,KAAK,CAAC;AAC/B,eAAO,MAAM,eAAe,KAAK,CAAC;AAElC,eAAO,MAAM,QAAQ,MAAM,CAAC;AAC5B,eAAO,MAAM,WAAW,QAAS,CAAC;AAElC,MAAM,MAAM,WAAW,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,CAAC;AAEvD,MAAM,MAAM,SAAS,GAAG;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,EAAE,CAAC,EAAE,WAAW,CAAA;CAAE,CAAC;AAEhE,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC;AAE/B,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;AAEhE,eAAO,MAAM,SAAS,MAAO,WAAW,GAAG,SAAS,KAAK,WAAW,GAAG,SAAS,YAE/E,CAAC;AAEF,eAAO,MAAM,YAAY,QAAS,MAAM,KAAG,MAM1C,CAAC;AAEF,eAAO,MAAM,mBAAmB,iBAAkB,WAAW,KAAG,MAE/D,CAAC;AAGF,eAAO,MAAM,qBAAqB,QAAS,MAAM,KAAG,WAOnD,CAAC;AAEF,eAAO,MAAM,iBAAiB,UAAW,SAAS,WAIjD,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAAS,MAAM,KAAG,SAGjD,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,SAAS,GAAG,SAAS,QAAQ,WAAW,KAAG,OAuBzE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.test.d.ts","sourceRoot":"","sources":["../../../../src/defs/types.test.ts"],"names":[],"mappings":""}
@@ -1,43 +0,0 @@
1
- import { type CellAddress, type CellRange } from './types';
2
- import { type CreateSheetOptions, type SheetSize, SheetType } from '../types';
3
- export declare class ApiError extends Error {
4
- }
5
- export declare class ReadonlyException extends ApiError {
6
- }
7
- export declare class RangeException extends ApiError {
8
- constructor(n: number);
9
- }
10
- /**
11
- * With a string length of 8, the chance of a collision is 0.02% for a sheet with 10,000 strings.
12
- */
13
- export declare const createIndex: (length?: number) => string;
14
- export declare const createIndices: (length: number) => string[];
15
- export declare const insertIndices: (indices: string[], i: number, n: number, max: number) => void;
16
- export declare const initialize: (sheet: SheetType, { rows, columns }?: Partial<SheetSize>) => void;
17
- export declare const createSheet: ({ name, cells, ...size }?: CreateSheetOptions) => SheetType;
18
- /**
19
- * E.g., "A1" => "CA2@CB3".
20
- */
21
- export declare const addressToIndex: (sheet: SheetType, cell: CellAddress) => string;
22
- /**
23
- * E.g., "CA2@CB3" => "A1".
24
- */
25
- export declare const addressFromIndex: (sheet: SheetType, idx: string) => CellAddress;
26
- /**
27
- * E.g., "A1:B2" => "CA2@CB3:CC4@CD5".
28
- */
29
- export declare const rangeToIndex: (sheet: SheetType, range: CellRange) => string;
30
- /**
31
- * E.g., "CA2@CB3:CC4@CD5" => "A1:B2".
32
- */
33
- export declare const rangeFromIndex: (sheet: SheetType, idx: string) => CellRange;
34
- /**
35
- * Find closest cell to cursor.
36
- */
37
- export declare const closest: (cursor: CellAddress, cells: CellAddress[]) => CellAddress | undefined;
38
- /**
39
- * Compares the positions of two cell indexes in a sheet.
40
- * Sorts primarily by row, then by column if rows are equal.
41
- */
42
- export declare const compareIndexPositions: (sheet: SheetType, indexA: string, indexB: string) => number;
43
- //# sourceMappingURL=util.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../../src/defs/util.ts"],"names":[],"mappings":"AAOA,OAAO,EAEL,KAAK,WAAW,EAChB,KAAK,SAAS,EAKf,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,SAAS,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAG9E,qBAAa,QAAS,SAAQ,KAAK;CAAG;AAEtC,qBAAa,iBAAkB,SAAQ,QAAQ;CAAG;AAElD,qBAAa,cAAe,SAAQ,QAAQ;gBAC9B,CAAC,EAAE,MAAM;CAGtB;AAED;;GAEG;AACH,eAAO,MAAM,WAAW,uBAAiB,MAKxC,CAAC;AAEF,eAAO,MAAM,aAAa,WAAY,MAAM,KAAG,MAAM,EAAqD,CAAC;AAE3G,eAAO,MAAM,aAAa,YAAa,MAAM,EAAE,KAAK,MAAM,KAAK,MAAM,OAAO,MAAM,SAOjF,CAAC;AAEF,eAAO,MAAM,UAAU,UACd,SAAS,sBACoC,OAAO,CAAC,SAAS,CAAC,SAQvE,CAAC;AAEF,eAAO,MAAM,WAAW,8BAA8B,kBAAkB,KAAQ,SAqB/E,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,UAAW,SAAS,QAAQ,WAAW,KAAG,MAEpE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,UAAW,SAAS,OAAO,MAAM,KAAG,WAMhE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,UAAW,SAAS,SAAS,SAAS,KAAG,MAEjE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,UAAW,SAAS,OAAO,MAAM,KAAG,SAG9D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,OAAO,WAAY,WAAW,SAAS,WAAW,EAAE,KAAG,WAAW,GAAG,SAajF,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,qBAAqB,UAAW,SAAS,UAAU,MAAM,UAAU,MAAM,KAAG,MAUxF,CAAC"}
@@ -1,6 +0,0 @@
1
- import { type Extension } from '@codemirror/state';
2
- import { type ComputeGraph } from '../graph';
3
- export declare const computeGraphFacet: import("@codemirror/state").Facet<ComputeGraph, ComputeGraph>;
4
- export type ComputeOptions = {};
5
- export declare const compute: (options?: ComputeOptions) => Extension;
6
- //# sourceMappingURL=compute.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"compute.d.ts","sourceRoot":"","sources":["../../../../src/extensions/compute.ts"],"names":[],"mappings":"AAKA,OAAO,EAEL,KAAK,SAAS,EAMf,MAAM,mBAAmB,CAAC;AAQ3B,OAAO,EAAE,KAAK,YAAY,EAAqC,MAAM,UAAU,CAAC;AAQhF,eAAO,MAAM,iBAAiB,+DAAmC,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG,EAAE,CAAC;AAEhC,eAAO,MAAM,OAAO,aAAa,cAAc,KAAQ,SAgGtD,CAAC"}
@@ -1,26 +0,0 @@
1
- import '@dxos-theme';
2
- import React from 'react';
3
- type EditorProps = {
4
- text?: string;
5
- };
6
- declare const _default: {
7
- title: string;
8
- decorators: import("@storybook/react").Decorator[];
9
- parameters: {
10
- layout: string;
11
- };
12
- };
13
- export default _default;
14
- export declare const Default: {
15
- render: ({ text }: EditorProps) => React.JSX.Element;
16
- args: {
17
- text: string;
18
- };
19
- };
20
- export declare const Graph: {
21
- render: (props: EditorProps) => React.JSX.Element;
22
- args: {
23
- text: string;
24
- };
25
- };
26
- //# sourceMappingURL=compute.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"compute.stories.d.ts","sourceRoot":"","sources":["../../../../src/extensions/compute.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AACrB,OAAO,KAA6B,MAAM,OAAO,CAAC;AAyBlD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;;;;;;;AAkEF,wBASE;AAGF,eAAO,MAAM,OAAO;uBArEM,WAAW;;;;CA2FpC,CAAC;AAEF,eAAO,MAAM,KAAK;oBA7CI,WAAW;;;;CA6DhC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './compute';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/extensions/index.ts"],"names":[],"mappings":"AAIA,cAAc,WAAW,CAAC"}
@@ -1,34 +0,0 @@
1
- import type { FunctionPluginDefinition } from 'hyperformula';
2
- import type { ConfigParams } from 'hyperformula/typings/ConfigParams';
3
- import type { FunctionTranslationsPackage } from 'hyperformula/typings/interpreter';
4
- import { type SpaceId, type Space } from '@dxos/client/echo';
5
- import { Resource } from '@dxos/context';
6
- import { ComputeGraph } from './compute-graph';
7
- import { type FunctionContextOptions } from './functions';
8
- export type ComputeGraphPlugin = {
9
- plugin: FunctionPluginDefinition;
10
- translations: FunctionTranslationsPackage;
11
- };
12
- export type ComputeGraphOptions = {
13
- plugins?: ComputeGraphPlugin[];
14
- } & Partial<FunctionContextOptions> & Partial<ConfigParams>;
15
- export declare const defaultOptions: ComputeGraphOptions;
16
- export declare const defaultPlugins: ComputeGraphPlugin[];
17
- /**
18
- * Manages a collection of ComputeGraph instances for each space.
19
- *
20
- * [ComputePlugin] => [ComputeGraphRegistry] => [ComputeGraph(Space)] => [ComputeNode(Object)]
21
- *
22
- * NOTE: The ComputeGraphRegistry manages the hierarchy of resources via its root Context.
23
- * NOTE: The package.json file defines the packaged #hyperformula module.
24
- */
25
- export declare class ComputeGraphRegistry extends Resource {
26
- private readonly _graphs;
27
- private readonly _options;
28
- constructor(options?: ComputeGraphOptions);
29
- getGraph(spaceId: SpaceId): ComputeGraph | undefined;
30
- getOrCreateGraph(space: Space): ComputeGraph;
31
- createGraph(space: Space): ComputeGraph;
32
- protected _close(): Promise<void>;
33
- }
34
- //# sourceMappingURL=compute-graph-registry.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"compute-graph-registry.d.ts","sourceRoot":"","sources":["../../../../src/graph/compute-graph-registry.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAGpF,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAKzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAsD,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAE9G,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,EAAE,wBAAwB,CAAC;IACjC,YAAY,EAAE,2BAA2B,CAAC;CAC3C,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;CAChC,GAAG,OAAO,CAAC,sBAAsB,CAAC,GACjC,OAAO,CAAC,YAAY,CAAC,CAAC;AAExB,eAAO,MAAM,cAAc,EAAE,mBAE5B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAAkB,EAK9C,CAAC;AAEF;;;;;;;GAOG;AAEH,qBAAa,oBAAqB,SAAQ,QAAQ;IAChD,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAoC;IAE5D,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAsB;gBAEnC,OAAO,GAAE,mBAAiD;IAQtE,QAAQ,CAAC,OAAO,EAAE,OAAO,GAAG,YAAY,GAAG,SAAS;IAIpD,gBAAgB,CAAC,KAAK,EAAE,KAAK,GAAG,YAAY;IAU5C,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,YAAY;cAQd,MAAM;CAMhC"}
@@ -1,64 +0,0 @@
1
- import { Event } from '@dxos/async';
2
- import { type Space } from '@dxos/client/echo';
3
- import { Resource } from '@dxos/context';
4
- import { type HyperFormula } from '#hyperformula';
5
- import { ComputeNode } from './compute-node';
6
- import { FunctionContext, type FunctionContextOptions, type FunctionDefinition } from './functions';
7
- type ObjectRef = {
8
- type: string;
9
- id: string;
10
- };
11
- /**
12
- * Marker for sheets that are managed by an ECHO object.
13
- * Sheet ID: `dxos.org/type/SheetType@1234`
14
- */
15
- export declare const createSheetName: ({ type, id }: ObjectRef) => string;
16
- export declare const parseSheetName: (name: string) => Partial<ObjectRef>;
17
- export type ComputeGraphEvent = 'functionsUpdated';
18
- /**
19
- * Per-space compute and dependency graph.
20
- * Consists of multiple ComputeNode (corresponding to a HyperFormula sheet).
21
- * Manages the set of custom functions.
22
- * HyperFormula manages the dependency graph.
23
- */
24
- export declare class ComputeGraph extends Resource {
25
- private readonly _hf;
26
- private readonly _space?;
27
- private readonly _options?;
28
- readonly id: string;
29
- private readonly _nodes;
30
- private _remoteFunctions;
31
- readonly update: Event<{
32
- type: ComputeGraphEvent;
33
- }>;
34
- readonly context: FunctionContext;
35
- constructor(_hf: HyperFormula, _space?: Space | undefined, _options?: Partial<FunctionContextOptions> | undefined);
36
- get hf(): HyperFormula;
37
- getFunctions({ standard, echo }?: {
38
- standard?: boolean;
39
- echo?: boolean;
40
- }): FunctionDefinition[];
41
- /**
42
- * Get or create cell representing a sheet.
43
- */
44
- getOrCreateNode(name: string): ComputeNode;
45
- /**
46
- * Map bound value to custom function invocation.
47
- * E.g., "HELLO(...args)" => "EDGE("HELLO", ...args)".
48
- */
49
- mapFormulaToNative(formula: string): string;
50
- /**
51
- * Map from binding to fully qualified ECHO ID (to store).
52
- * E.g., HELLO() => spaceId:objectId()
53
- */
54
- mapFunctionBindingToId(formula: string): string;
55
- /**
56
- * Map from fully qualified ECHO ID to binding (from store).
57
- * E.g., spaceId:objectId() => HELLO()
58
- */
59
- mapFunctionBindingFromId(formula: string): string;
60
- protected _open(): Promise<void>;
61
- protected _close(): Promise<void>;
62
- }
63
- export {};
64
- //# sourceMappingURL=compute-graph.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"compute-graph.d.ts","sourceRoot":"","sources":["../../../../src/graph/compute-graph.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,KAAK,KAAK,EAA4B,MAAM,mBAAmB,CAAC;AACzE,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAQzC,OAAO,EAAsB,KAAK,YAAY,EAAE,MAAM,eAAe,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAEL,eAAe,EACf,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EAExB,MAAM,aAAa,CAAC;AAQrB,KAAK,SAAS,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAA;CAAE,CAAC;AAE9C;;;GAGG;AACH,eAAO,MAAM,eAAe,iBAAkB,SAAS,WAAoB,CAAC;AAC5E,eAAO,MAAM,cAAc,SAAU,MAAM,KAAG,OAAO,CAAC,SAAS,CAG9D,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;AAEnD;;;;;GAKG;AACH,qBAAa,YAAa,SAAQ,QAAQ;IAetC,OAAO,CAAC,QAAQ,CAAC,GAAG;IACpB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC;IACxB,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC;IAhB5B,SAAgB,EAAE,SAA4C;IAG9D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkC;IAGzD,OAAO,CAAC,gBAAgB,CAAsB;IAE9C,SAAgB,MAAM;cAAqB,iBAAiB;OAAM;IAGlE,SAAgB,OAAO,kBAA6D;gBAGjE,GAAG,EAAE,YAAY,EACjB,MAAM,CAAC,EAAE,KAAK,YAAA,EACd,QAAQ,CAAC,EAAE,OAAO,CAAC,sBAAsB,CAAC,YAAA;IAqB7D,IAAI,EAAE,iBAEL;IAED,YAAY,CACV,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAE;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAA;KAAmC,GAC1F,kBAAkB,EAAE;IAWvB;;OAEG;IAMH,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,WAAW;IAe1C;;;OAGG;IACH,kBAAkB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM;IAiD3C;;;OAGG;IACH,sBAAsB,CAAC,OAAO,EAAE,MAAM;IAgBtC;;;OAGG;IACH,wBAAwB,CAAC,OAAO,EAAE,MAAM;cAgBf,KAAK;cAaL,MAAM;CAKhC"}
@@ -1,10 +0,0 @@
1
- import '@dxos-theme';
2
- import React from 'react';
3
- declare const _default: {
4
- title: string;
5
- decorators: import("@storybook/react").Decorator[];
6
- render: (args: any) => React.JSX.Element;
7
- };
8
- export default _default;
9
- export declare const Default: {};
10
- //# sourceMappingURL=compute-graph.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"compute-graph.stories.d.ts","sourceRoot":"","sources":["../../../../src/graph/compute-graph.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,KAAsC,MAAM,OAAO,CAAC;;;;mBAmF1C,GAAG;;AAPpB,wBAQE;AAEF,eAAO,MAAM,OAAO,IAAK,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=compute-graph.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"compute-graph.test.d.ts","sourceRoot":"","sources":["../../../../src/graph/compute-graph.test.ts"],"names":[],"mappings":""}
@@ -1,26 +0,0 @@
1
- import { type Listeners } from 'hyperformula/typings/Emitter';
2
- import { type ExportedCellChange } from 'hyperformula/typings/Exporter';
3
- import { Event } from '@dxos/async';
4
- import { Resource } from '@dxos/context';
5
- import { type ComputeGraph } from './compute-graph';
6
- import { type CellAddress } from '../defs';
7
- import { type CellScalarValue } from '../types';
8
- export type ComputeNodeEvent = {
9
- type: keyof Listeners;
10
- change?: ExportedCellChange;
11
- };
12
- /**
13
- * Individual "sheet" (typically corresponds to an ECHO object).
14
- */
15
- export declare class ComputeNode extends Resource {
16
- private readonly _graph;
17
- readonly sheetId: number;
18
- readonly update: Event<ComputeNodeEvent>;
19
- constructor(_graph: ComputeGraph, sheetId: number);
20
- get graph(): ComputeGraph;
21
- clear(): void;
22
- getValue(cell: CellAddress): CellScalarValue;
23
- setValue(cell: CellAddress, value: CellScalarValue): void;
24
- protected _open(): Promise<void>;
25
- }
26
- //# sourceMappingURL=compute-node.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"compute-node.d.ts","sourceRoot":"","sources":["../../../../src/graph/compute-node.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAExE,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAGzC,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,SAAS,CAAC;IACtB,MAAM,CAAC,EAAE,kBAAkB,CAAC;CAC7B,CAAC;AAEF;;GAEG;AAEH,qBAAa,WAAY,SAAQ,QAAQ;IAIrC,OAAO,CAAC,QAAQ,CAAC,MAAM;aACP,OAAO,EAAE,MAAM;IAJjC,SAAgB,MAAM,0BAAiC;gBAGpC,MAAM,EAAE,YAAY,EACrB,OAAO,EAAE,MAAM;IAKjC,IAAI,KAAK,iBAER;IAED,KAAK;IAIL,QAAQ,CAAC,IAAI,EAAE,WAAW,GAAG,eAAe;IAS5C,QAAQ,CAAC,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,eAAe;cAOzB,KAAK;CAI/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"async-function.d.ts","sourceRoot":"","sources":["../../../../../src/graph/functions/async-function.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAGhE,OAAO,EAAY,KAAK,mBAAmB,EAAE,MAAM,aAAa,CAAC;AACjE,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAG/C,OAAO,EAAoC,cAAc,EAAE,KAAK,YAAY,EAAE,MAAM,eAAe,CAAC;AAQpG,MAAM,MAAM,aAAa,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,gBAAgB,CAAC,CAAC;AAExE,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,iBAAiB,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAC;CAClD,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,sBAI3C,CAAC;AAEF;;;;;;;GAOG;AACH,qBAAa,eAAe;IAyBxB,OAAO,CAAC,QAAQ,CAAC,GAAG;IACpB,OAAO,CAAC,QAAQ,CAAC,MAAM;IAxBzB,MAAM,CAAC,mBAAmB,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG;IAMrD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA8D;IAGrF,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA6B;IAGtD,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA0C;IAGzE,OAAO,CAAC,YAAY,CAA8B;IAElD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAyB;IAGlD,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAwC;gBAG/C,GAAG,EAAE,YAAY,EACjB,MAAM,EAAE,KAAK,GAAG,SAAS,EAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC,sBAAsB,CAAC;IAU5C,IAAI,KAAK,sBAER;IAED,IAAI,iBAAiB,WAEpB;IAED,IAAI,IAAI;;;MAEP;IAED,KAAK;IAOL,kBAAkB,CAAC,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,mBAAmB;IAKjE;;;OAGG;IACH,cAAc,CACZ,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,gBAAgB,EACvB,IAAI,EAAE,GAAG,EAAE,EACX,EAAE,EAAE,aAAa,EACjB,OAAO,CAAC,EAAE,eAAe,GACxB,gBAAgB,GAAG,SAAS;CAgChC;AAED;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,cAAc;IACrD,IAAI,OAAO,IACqB,eAAe,CAC9C;IAED;;OAEG;IACH,SAAS,CAAC,gBAAgB,CAAC,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,gBAAgB,EAAE,EAAE,EAAE,aAAa,EAAE,OAAO,CAAC,EAAE,eAAe;CAOpH"}
@@ -1,21 +0,0 @@
1
- import { type InterpreterState } from 'hyperformula/typings/interpreter/InterpreterState';
2
- import { type ProcedureAst } from 'hyperformula/typings/parser';
3
- import { AsyncFunctionPlugin } from './async-function';
4
- export declare const EDGE_FUNCTION_NAME = "DX";
5
- /**
6
- * A hyperformula function plugin for calling remote (EDGE) functions.
7
- *
8
- * https://hyperformula.handsontable.com/guide/custom-functions.html#add-a-simple-custom-function
9
- */
10
- export declare class EdgeFunctionPlugin extends AsyncFunctionPlugin {
11
- dx(ast: ProcedureAst, state: InterpreterState): import("hyperformula/typings/interpreter/InterpreterValue").RawInterpreterValue;
12
- }
13
- export declare const EdgeFunctionPluginTranslations: {
14
- enGB: {
15
- DX: string;
16
- };
17
- enUS: {
18
- DX: string;
19
- };
20
- };
21
- //# sourceMappingURL=edge-function.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"edge-function.d.ts","sourceRoot":"","sources":["../../../../../src/graph/functions/edge-function.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAShE,OAAO,EAAsB,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE3E,eAAO,MAAM,kBAAkB,OAAO,CAAC;AAIvC;;;;GAIG;AACH,qBAAa,kBAAmB,SAAQ,mBAAmB;IACzD,EAAE,CAAC,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,gBAAgB;CA0C9C;AAuBD,eAAO,MAAM,8BAA8B;;;;;;;CAO1C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"function-defs.d.ts","sourceRoot":"","sources":["../../../../../src/graph/functions/function-defs.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,kBAAkB,EA42EhD,CAAC"}
@@ -1,4 +0,0 @@
1
- export * from './async-function';
2
- export * from './edge-function';
3
- export * from './function-defs';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/graph/functions/index.ts"],"names":[],"mappings":"AAIA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=hyperformula.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hyperformula.test.d.ts","sourceRoot":"","sources":["../../../../src/graph/hyperformula.test.ts"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- export * from './compute-graph';
2
- export * from './compute-graph-registry';
3
- export * from './compute-node';
4
- export * from './functions';
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/graph/index.ts"],"names":[],"mappings":"AAIA,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from './test-builder';
2
- export * from './test-plugin';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/graph/testing/index.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC"}
@@ -1,15 +0,0 @@
1
- import { Client, type ClientOptions } from '@dxos/client';
2
- import { type Context, Resource } from '@dxos/context';
3
- import { type ComputeGraphOptions, ComputeGraphRegistry } from '../compute-graph-registry';
4
- export type TestBuilderOptions = ClientOptions & ComputeGraphOptions;
5
- export declare class TestBuilder extends Resource {
6
- private readonly _options;
7
- private _client?;
8
- private _registry?;
9
- constructor(_options?: TestBuilderOptions);
10
- get ctx(): Context;
11
- get client(): Client;
12
- get registry(): ComputeGraphRegistry;
13
- _open(): Promise<void>;
14
- }
15
- //# sourceMappingURL=test-builder.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"test-builder.d.ts","sourceRoot":"","sources":["../../../../../src/graph/testing/test-builder.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,KAAK,aAAa,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,KAAK,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAGvD,OAAO,EAAE,KAAK,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAE3F,MAAM,MAAM,kBAAkB,GAAG,aAAa,GAAG,mBAAmB,CAAC;AAGrE,qBAAa,WAAY,SAAQ,QAAQ;IAI3B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAHrC,OAAO,CAAC,OAAO,CAAC,CAAS;IACzB,OAAO,CAAC,SAAS,CAAC,CAAuB;gBAEZ,QAAQ,GAAE,kBAAuB;IAI9D,IAAI,GAAG,IAAI,OAAO,CAEjB;IAED,IAAI,MAAM,IAAI,MAAM,CAGnB;IAED,IAAI,QAAQ,IAAI,oBAAoB,CAGnC;IAEc,KAAK;CAkBrB"}
@@ -1,36 +0,0 @@
1
- import { type InterpreterState } from 'hyperformula/typings/interpreter/InterpreterState';
2
- import { type ProcedureAst } from 'hyperformula/typings/parser';
3
- import { type ComputeGraphPlugin } from '../compute-graph-registry';
4
- import { AsyncFunctionPlugin } from '../functions';
5
- /**
6
- * Testing functions run locally (not run via EDGE).
7
- * https://hyperformula.handsontable.com/guide/custom-functions.html#add-a-simple-custom-function
8
- */
9
- export declare class TestPlugin extends AsyncFunctionPlugin {
10
- /**
11
- * Simple local function returns input value.
12
- */
13
- test(ast: ProcedureAst, state: InterpreterState): import("hyperformula/typings/interpreter/InterpreterValue").RawInterpreterValue;
14
- /**
15
- * Simple local function returns random number.
16
- */
17
- random(ast: ProcedureAst, state: InterpreterState): import("hyperformula/typings/interpreter/InterpreterValue").RawInterpreterValue;
18
- /**
19
- * Async HTTP function.
20
- */
21
- crypto(ast: ProcedureAst, state: InterpreterState): import("hyperformula/typings/interpreter/InterpreterValue").RawInterpreterValue;
22
- }
23
- export declare const TestPluginTranslations: {
24
- enGB: {
25
- TEST: string;
26
- RANDOM: string;
27
- CRYPTO: string;
28
- };
29
- enUS: {
30
- TEST: string;
31
- RANDOM: string;
32
- CRYPTO: string;
33
- };
34
- };
35
- export declare const testFunctionPlugins: ComputeGraphPlugin[];
36
- //# sourceMappingURL=test-plugin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"test-plugin.d.ts","sourceRoot":"","sources":["../../../../../src/graph/testing/test-plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAKhE,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAsB,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAGvE;;;GAGG;AACH,qBAAa,UAAW,SAAQ,mBAAmB;IACjD;;OAEG;IACH,IAAI,CAAC,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,gBAAgB;IAQ/C;;OAEG;IACH,MAAM,CAAC,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,gBAAgB;IAQjD;;OAEG;IACH,MAAM,CAAC,GAAG,EAAE,YAAY,EAAE,KAAK,EAAE,gBAAgB;CAelD;AAsBD,eAAO,MAAM,sBAAsB;;;;;;;;;;;CAWlC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,kBAAkB,EAKnD,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const parseNumberString: (str: string) => number;
2
- //# sourceMappingURL=util.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../../src/graph/util.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,QAAS,MAAM,KAAG,MAE/C,CAAC"}
@@ -1,11 +0,0 @@
1
- import '@dxos-theme';
2
- import React from 'react';
3
- declare const _default: {
4
- title: string;
5
- component: ({ registry, children }: React.PropsWithChildren<import("../components").ComputeGraphContextType>) => React.JSX.Element;
6
- decorators: import("@storybook/react").Decorator[];
7
- render: (args: any) => React.JSX.Element;
8
- };
9
- export default _default;
10
- export declare const Default: {};
11
- //# sourceMappingURL=hooks.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hooks.stories.d.ts","sourceRoot":"","sources":["../../../../src/hooks/hooks.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,KAA8B,MAAM,OAAO,CAAC;;;;;mBAwClC,GAAG;;AARpB,wBASE;AAEF,eAAO,MAAM,OAAO,IAAK,CAAC"}
@@ -1,4 +0,0 @@
1
- export * from './useComputeGraph';
2
- export * from './useFormattingModel';
3
- export * from './useSheetModel';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hooks/index.ts"],"names":[],"mappings":"AAIA,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC"}
@@ -1,7 +0,0 @@
1
- import { type Space } from '@dxos/react-client/echo';
2
- import { type ComputeGraph } from '../graph';
3
- /**
4
- * Get existing or create new compute graph for the given space.
5
- */
6
- export declare const useComputeGraph: (space?: Space) => ComputeGraph | undefined;
7
- //# sourceMappingURL=useComputeGraph.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useComputeGraph.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useComputeGraph.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAIrD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C;;GAEG;AACH,eAAO,MAAM,eAAe,WAAY,KAAK,KAAG,YAAY,GAAG,SAW9D,CAAC"}
@@ -1,3 +0,0 @@
1
- import { type SheetModel, FormattingModel } from '../model';
2
- export declare const useFormattingModel: (model: SheetModel | undefined) => FormattingModel | undefined;
3
- //# sourceMappingURL=useFormattingModel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useFormattingModel.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useFormattingModel.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,UAAU,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE5D,eAAO,MAAM,kBAAkB,UAAW,UAAU,GAAG,SAAS,KAAG,eAAe,GAAG,SAEpF,CAAC"}
@@ -1,8 +0,0 @@
1
- import { type ComputeGraph } from '../graph';
2
- import { SheetModel } from '../model';
3
- import { type SheetType } from '../types';
4
- export type UseSheetModelOptions = {
5
- readonly?: boolean;
6
- };
7
- export declare const useSheetModel: (graph?: ComputeGraph, sheet?: SheetType, { readonly }?: UseSheetModelOptions) => SheetModel | undefined;
8
- //# sourceMappingURL=useSheetModel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useSheetModel.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useSheetModel.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,MAAM,MAAM,oBAAoB,GAAG;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,aAAa,WAChB,YAAY,UACZ,SAAS,iBACH,oBAAoB,KACjC,UAAU,GAAG,SAqBf,CAAC"}
@@ -1,16 +0,0 @@
1
- import { type ClassNameValue } from '@dxos/react-ui-types';
2
- import { type SheetModel } from './sheet-model';
3
- import { type CellAddress } from '../defs';
4
- export type CellFormat = {
5
- value?: string;
6
- classNames?: ClassNameValue;
7
- };
8
- export declare class FormattingModel {
9
- private readonly _model;
10
- constructor(_model: SheetModel);
11
- /**
12
- * Get formatted string value and className for cell.
13
- */
14
- getFormatting(cell: CellAddress): CellFormat;
15
- }
16
- //# sourceMappingURL=formatting-model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"formatting-model.d.ts","sourceRoot":"","sources":["../../../../src/model/formatting-model.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,KAAK,WAAW,EAAW,MAAM,SAAS,CAAC;AAIpD,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,cAAc,CAAC;CAC7B,CAAC;AAEF,qBAAa,eAAe;IACd,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,UAAU;IAE/C;;OAEG;IACH,aAAa,CAAC,IAAI,EAAE,WAAW,GAAG,UAAU;CA0F7C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sheet-model.d.ts","sourceRoot":"","sources":["../../../../src/model/sheet-model.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAE3F,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAOzC,OAAO,EAGL,KAAK,WAAW,EAChB,KAAK,SAAS,EAGf,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAoB,KAAK,YAAY,EAAmB,KAAK,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACvG,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AA4B/F,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF;;;;GAIG;AAEH,qBAAa,UAAW,SAAQ,QAAQ;IASpC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAV3B,SAAgB,EAAE,SAA4C;IAG9D,SAAgB,MAAM,0BAAiC;IAEvD,OAAO,CAAC,KAAK,CAAC,CAAc;gBAGT,MAAM,EAAE,YAAY,EACpB,MAAM,EAAE,SAAS,EACjB,QAAQ,GAAE,iBAAsB;IAKnD,IAAI,KAAK,iBAER;IAED,IAAI,KAAK,cAER;IAED,IAAI,QAAQ,wBAEX;IAED,IAAI,MAAM;;;MAKT;IAED;;OAEG;cACsB,KAAK;IAe9B;;;;OAIG;IACH,KAAK;IAgBL;;;;;OAKG;IAEH,WAAW;IAIX,UAAU,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,SAAI;IAK3B,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,SAAI;IAU9B;;OAEG;IACH,KAAK,CAAC,KAAK,EAAE,SAAS;IAWtB,GAAG,CAAC,KAAK,EAAE,SAAS;IASpB,IAAI,CAAC,KAAK,EAAE,SAAS;IAKrB,KAAK,CAAC,IAAI,EAAE,WAAW;IAevB,IAAI;IAQJ,IAAI;IAQJ;;OAEG;IACH,YAAY,CAAC,IAAI,EAAE,WAAW,GAAG,eAAe;IAKhD;;OAEG;IACH,WAAW,CAAC,IAAI,EAAE,WAAW,GAAG,MAAM,GAAG,SAAS;IAalD;;OAEG;IACH,aAAa,CAAC,KAAK,EAAE,SAAS,GAAG,eAAe,EAAE,EAAE;IAIpD;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,WAAW,GAAG,eAAe;IAW5C;;OAEG;IACH,YAAY,CAAC,IAAI,EAAE,WAAW,GAAG,aAAa;IAO9C;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,eAAe;IAwClD;;OAEG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC;IAM3C;;OAEG;IACH,OAAO,CAAC,UAAU;IAqBlB,OAAO,CAAC,cAAc;IAKtB,OAAO,CAAC,YAAY;IAQpB;;OAEG;IACH,uBAAuB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM;IAOhD;;OAEG;IACH,uBAAuB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM;IAWhD;;;;OAIG;IACH,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAK9B,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc;IAKvC,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU;IAK/B,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU;CAIhC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=sheet-model.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sheet-model.test.d.ts","sourceRoot":"","sources":["../../../../src/model/sheet-model.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=sanity.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sanity.test.d.ts","sourceRoot":"","sources":["../../../src/sanity.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export * from './testing';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/testing/index.ts"],"names":[],"mappings":"AAIA,cAAc,WAAW,CAAC"}
@@ -1,8 +0,0 @@
1
- import { type Decorator } from '@storybook/react';
2
- import { type Space } from '@dxos/react-client/echo';
3
- import { type ComputeGraph, type ComputeGraphOptions } from '../graph';
4
- import { type CellValue, type CreateSheetOptions } from '../types';
5
- export declare const createTestCells: () => Record<string, CellValue>;
6
- export declare const useTestSheet: (space?: Space, graph?: ComputeGraph, options?: CreateSheetOptions) => import("../types").SheetType | undefined;
7
- export declare const withComputeGraphDecorator: (options?: ComputeGraphOptions) => Decorator;
8
- //# sourceMappingURL=testing.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../../src/testing/testing.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAGlD,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAKrD,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,mBAAmB,EAAwB,MAAM,UAAU,CAAC;AAC7F,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAInE,eAAO,MAAM,eAAe,QAAO,MAAM,CAAC,MAAM,EAAE,SAAS,CA0BzD,CAAC;AAEH,eAAO,MAAM,YAAY,WAAY,KAAK,UAAU,YAAY,YAAY,kBAAkB,6CAW7F,CAAC;AAEF,eAAO,MAAM,yBAAyB,aACzB,mBAAmB,KAAG,SAQhC,CAAC"}