@carto/ps-react-ui 4.20.2 → 4.21.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 (406) hide show
  1. package/dist/{actions-Dy9JVr7F.js → actions-C7ZAO0FG.js} +4 -4
  2. package/dist/{actions-Dy9JVr7F.js.map → actions-C7ZAO0FG.js.map} +1 -1
  3. package/dist/{actions-DKX98LlI.js → actions-DZGaL_uT.js} +2 -2
  4. package/dist/{actions-DKX98LlI.js.map → actions-DZGaL_uT.js.map} +1 -1
  5. package/dist/{category-DHZscHaS.js → category-DZt6yiST.js} +3 -3
  6. package/dist/{category-DHZscHaS.js.map → category-DZt6yiST.js.map} +1 -1
  7. package/dist/{chart-config-BGt7wkK7.js → chart-config-BWxjodlt.js} +2 -2
  8. package/dist/chart-config-BWxjodlt.js.map +1 -0
  9. package/dist/chat.js.map +1 -1
  10. package/dist/{components-DDt4mOQn.js → components-DKjBezcJ.js} +73 -73
  11. package/dist/components-DKjBezcJ.js.map +1 -0
  12. package/dist/components.js +1 -1
  13. package/dist/{download-BT6qBamM.js → download-C7he8mSh.js} +2 -2
  14. package/dist/{download-BT6qBamM.js.map → download-C7he8mSh.js.map} +1 -1
  15. package/dist/{formula-Bk9CBzm2.js → formula-BNuRXsmh.js} +2 -2
  16. package/dist/{formula-Bk9CBzm2.js.map → formula-BNuRXsmh.js.map} +1 -1
  17. package/dist/{formula-Dsru_p-g.js → formula-Cqj84ZGX.js} +2 -2
  18. package/dist/{formula-Dsru_p-g.js.map → formula-Cqj84ZGX.js.map} +1 -1
  19. package/dist/legend.js +2 -0
  20. package/dist/legend.js.map +1 -1
  21. package/dist/{markdown-DnSJMPjQ.js → markdown-CV_KP-at.js} +2 -2
  22. package/dist/{markdown-DnSJMPjQ.js.map → markdown-CV_KP-at.js.map} +1 -1
  23. package/dist/{spread-Dy8pshpN.js → spread-C8T12Nfh.js} +3 -3
  24. package/dist/{spread-Dy8pshpN.js.map → spread-C8T12Nfh.js.map} +1 -1
  25. package/dist/{table-BfTG6rrs.js → table-CNQijNNB.js} +2 -2
  26. package/dist/{table-BfTG6rrs.js.map → table-CNQijNNB.js.map} +1 -1
  27. package/dist/types/chat/bubbles/chat-agent-message-markdown.d.ts +1 -1
  28. package/dist/types/chat/bubbles/chat-agent-message.d.ts +1 -1
  29. package/dist/types/chat/bubbles/chat-error-message.d.ts +1 -1
  30. package/dist/types/chat/bubbles/chat-suggestion-button.d.ts +1 -1
  31. package/dist/types/chat/bubbles/chat-user-message.d.ts +1 -1
  32. package/dist/types/chat/bubbles/index.d.ts +5 -5
  33. package/dist/types/chat/bubbles/styles.d.ts +88 -0
  34. package/dist/types/chat/containers/chat-content.d.ts +1 -1
  35. package/dist/types/chat/containers/chat-footer.d.ts +1 -1
  36. package/dist/types/chat/containers/chat-header.d.ts +1 -1
  37. package/dist/types/chat/containers/chat-starter.d.ts +1 -1
  38. package/dist/types/chat/containers/index.d.ts +4 -4
  39. package/dist/types/chat/feedback/chat-actions-container.d.ts +3 -0
  40. package/dist/types/chat/feedback/chat-loader.d.ts +1 -1
  41. package/dist/types/chat/feedback/chat-rating-action.d.ts +1 -1
  42. package/dist/types/chat/feedback/chat-thinking.d.ts +1 -1
  43. package/dist/types/chat/feedback/chat-tool-code-area.d.ts +1 -1
  44. package/dist/types/chat/feedback/chat-tool-full-view-dialog.d.ts +1 -1
  45. package/dist/types/chat/feedback/chat-tool-group.d.ts +1 -1
  46. package/dist/types/chat/feedback/chat-tool-trace.d.ts +1 -1
  47. package/dist/types/chat/feedback/get-tool-label.d.ts +1 -1
  48. package/dist/types/chat/feedback/index.d.ts +8 -8
  49. package/dist/types/chat/feedback/styles.d.ts +212 -0
  50. package/dist/types/chat/index.d.ts +21 -21
  51. package/dist/types/components/basemaps/basemaps.d.ts +1 -1
  52. package/dist/types/components/basemaps/const.d.ts +1 -1
  53. package/dist/types/components/basemaps/group.d.ts +1 -1
  54. package/dist/types/components/basemaps/header.d.ts +1 -1
  55. package/dist/types/components/copy-button/copy-button.d.ts +1 -1
  56. package/dist/types/components/geolocation-controls/geolocation-controls.d.ts +1 -1
  57. package/dist/types/components/index.d.ts +26 -26
  58. package/dist/types/components/lasso-tool/chip.d.ts +1 -1
  59. package/dist/types/components/lasso-tool/const.d.ts +2 -2
  60. package/dist/types/components/lasso-tool/geometry-toolbar.d.ts +1 -1
  61. package/dist/types/components/lasso-tool/lasso-tool-inline.d.ts +1 -1
  62. package/dist/types/components/lasso-tool/lasso-tool.d.ts +1 -1
  63. package/dist/types/components/lasso-tool/layer-filters.d.ts +1 -1
  64. package/dist/types/components/lasso-tool/message.d.ts +1 -1
  65. package/dist/types/components/lasso-tool/types.d.ts +1 -1
  66. package/dist/types/components/list-data/list-data.d.ts +1 -1
  67. package/dist/types/components/measurement-tools/const.d.ts +2 -2
  68. package/dist/types/components/measurement-tools/measurement-tools.d.ts +1 -1
  69. package/dist/types/components/measurement-tools/types.d.ts +1 -1
  70. package/dist/types/components/responsive-drawer/responsive-drawer.d.ts +10 -3
  71. package/dist/types/components/types.d.ts +1 -1
  72. package/dist/types/components/zoom-controls/zoom-controls.d.ts +1 -1
  73. package/dist/types/hooks/index.d.ts +1 -1
  74. package/dist/types/legend/components/icons.d.ts +1 -1
  75. package/dist/types/legend/components/index.d.ts +26 -26
  76. package/dist/types/legend/components/legend-category/legend-category-ui.d.ts +1 -1
  77. package/dist/types/legend/components/legend-icon/legend-icon-ui.d.ts +1 -1
  78. package/dist/types/legend/components/legend-item/legend-item-ui.d.ts +2 -2
  79. package/dist/types/legend/components/legend-proportion/legend-proportion-ui.d.ts +2 -2
  80. package/dist/types/legend/components/legend-ramp/legend-ramp-ui.d.ts +2 -2
  81. package/dist/types/legend/components/legend-sortable/sortable-entity.d.ts +1 -1
  82. package/dist/types/legend/components/legend-swatch/legend-swatch.d.ts +1 -1
  83. package/dist/types/legend/components/legend-visibility-toggle/legend-visibility-toggle.d.ts +2 -2
  84. package/dist/types/legend/components/run-async-menu-action.d.ts +1 -1
  85. package/dist/types/legend/index.d.ts +41 -41
  86. package/dist/types/legend/provider/index.d.ts +6 -6
  87. package/dist/types/legend/provider/legend-config-context.d.ts +1 -1
  88. package/dist/types/legend/provider/legend-provider.d.ts +2 -2
  89. package/dist/types/legend/stores/index.d.ts +5 -5
  90. package/dist/types/legend/stores/legend-store-registry.d.ts +1 -1
  91. package/dist/types/legend/stores/selectors.d.ts +1 -1
  92. package/dist/types/widgets/actions/brush-toggle/brush-toggle.d.ts +1 -1
  93. package/dist/types/widgets/actions/brush-toggle/hit-test.d.ts +1 -1
  94. package/dist/types/widgets/actions/brush-toggle/types.d.ts +1 -1
  95. package/dist/types/widgets/actions/change-column/change-column.d.ts +1 -1
  96. package/dist/types/widgets/actions/change-column/sortable-column-item.d.ts +1 -1
  97. package/dist/types/widgets/actions/download/download.d.ts +1 -1
  98. package/dist/types/widgets/actions/download/exports.d.ts +1 -1
  99. package/dist/types/widgets/actions/download/types.d.ts +1 -1
  100. package/dist/types/widgets/actions/fullscreen/fullscreen.d.ts +1 -1
  101. package/dist/types/widgets/actions/fullscreen/types.d.ts +1 -1
  102. package/dist/types/widgets/actions/index.d.ts +20 -20
  103. package/dist/types/widgets/actions/lock-selection/lock-selection.d.ts +1 -1
  104. package/dist/types/widgets/actions/lock-selection/types.d.ts +1 -1
  105. package/dist/types/widgets/actions/relative-data/relative-data.d.ts +1 -1
  106. package/dist/types/widgets/actions/relative-data/types.d.ts +1 -1
  107. package/dist/types/widgets/actions/relative-data/utils.d.ts +1 -1
  108. package/dist/types/widgets/actions/searcher/searcher-toggle.d.ts +1 -1
  109. package/dist/types/widgets/actions/searcher/searcher.d.ts +1 -1
  110. package/dist/types/widgets/actions/searcher/types.d.ts +2 -2
  111. package/dist/types/widgets/actions/stack-toggle/stack-toggle.d.ts +1 -1
  112. package/dist/types/widgets/actions/stack-toggle/types.d.ts +1 -1
  113. package/dist/types/widgets/actions/zoom-toggle/types.d.ts +1 -1
  114. package/dist/types/widgets/actions/zoom-toggle/zoom-toggle.d.ts +1 -1
  115. package/dist/types/widgets/bar/config.d.ts +2 -2
  116. package/dist/types/widgets/bar/index.d.ts +3 -3
  117. package/dist/types/widgets/bar/types.d.ts +3 -3
  118. package/dist/types/widgets/category/category-ui.d.ts +1 -1
  119. package/dist/types/widgets/category/components/category-legend.d.ts +1 -1
  120. package/dist/types/widgets/category/components/category-row-multi.d.ts +1 -1
  121. package/dist/types/widgets/category/components/category-row-single.d.ts +1 -1
  122. package/dist/types/widgets/category/config.d.ts +3 -3
  123. package/dist/types/widgets/category/index.d.ts +14 -14
  124. package/dist/types/widgets/category/types.d.ts +3 -3
  125. package/dist/types/widgets/echart/echart-ui.d.ts +1 -1
  126. package/dist/types/widgets/echart/echart.d.ts +1 -1
  127. package/dist/types/widgets/echart/index.d.ts +5 -5
  128. package/dist/types/widgets/echart/options.d.ts +1 -1
  129. package/dist/types/widgets/echart/types.d.ts +1 -1
  130. package/dist/types/widgets/echart/utils.d.ts +1 -1
  131. package/dist/types/widgets/error/error.d.ts +1 -1
  132. package/dist/types/widgets/error/index.d.ts +2 -2
  133. package/dist/types/widgets/error/types.d.ts +1 -1
  134. package/dist/types/widgets/formula/components/item.d.ts +1 -1
  135. package/dist/types/widgets/formula/components/prefix.d.ts +1 -1
  136. package/dist/types/widgets/formula/components/row.d.ts +1 -1
  137. package/dist/types/widgets/formula/components/series.d.ts +1 -1
  138. package/dist/types/widgets/formula/components/suffix.d.ts +1 -1
  139. package/dist/types/widgets/formula/components/value.d.ts +1 -1
  140. package/dist/types/widgets/formula/config.d.ts +2 -2
  141. package/dist/types/widgets/formula/formula-ui.d.ts +1 -1
  142. package/dist/types/widgets/formula/index.d.ts +11 -11
  143. package/dist/types/widgets/formula/serializer.d.ts +1 -1
  144. package/dist/types/widgets/formula/types.d.ts +3 -3
  145. package/dist/types/widgets/histogram/config.d.ts +3 -3
  146. package/dist/types/widgets/histogram/index.d.ts +4 -4
  147. package/dist/types/widgets/histogram/types.d.ts +3 -3
  148. package/dist/types/widgets/loader/index.d.ts +3 -3
  149. package/dist/types/widgets/loader/loader.d.ts +1 -1
  150. package/dist/types/widgets/loader/types.d.ts +1 -1
  151. package/dist/types/widgets/markdown/config.d.ts +2 -2
  152. package/dist/types/widgets/markdown/index.d.ts +5 -5
  153. package/dist/types/widgets/markdown/markdown-ui.d.ts +1 -1
  154. package/dist/types/widgets/markdown/markdown.d.ts +1 -1
  155. package/dist/types/widgets/markdown/types.d.ts +3 -3
  156. package/dist/types/widgets/no-data/index.d.ts +2 -2
  157. package/dist/types/widgets/no-data/no-data.d.ts +1 -1
  158. package/dist/types/widgets/no-data/types.d.ts +1 -1
  159. package/dist/types/widgets/note/index.d.ts +2 -2
  160. package/dist/types/widgets/note/note.d.ts +1 -1
  161. package/dist/types/widgets/note/types.d.ts +1 -1
  162. package/dist/types/widgets/pie/config.d.ts +2 -2
  163. package/dist/types/widgets/pie/index.d.ts +3 -3
  164. package/dist/types/widgets/pie/types.d.ts +3 -3
  165. package/dist/types/widgets/range/components/range-item.d.ts +1 -1
  166. package/dist/types/widgets/range/config.d.ts +1 -1
  167. package/dist/types/widgets/range/index.d.ts +6 -6
  168. package/dist/types/widgets/range/range-ui.d.ts +1 -1
  169. package/dist/types/widgets/range/serializer.d.ts +1 -1
  170. package/dist/types/widgets/range/types.d.ts +3 -3
  171. package/dist/types/widgets/scatterplot/config.d.ts +2 -2
  172. package/dist/types/widgets/scatterplot/index.d.ts +3 -3
  173. package/dist/types/widgets/scatterplot/types.d.ts +3 -3
  174. package/dist/types/widgets/selection-summary/index.d.ts +2 -2
  175. package/dist/types/widgets/selection-summary/selection-summary.d.ts +1 -1
  176. package/dist/types/widgets/skeleton-loader/index.d.ts +2 -2
  177. package/dist/types/widgets/skeleton-loader/skeleton-loader.d.ts +1 -1
  178. package/dist/types/widgets/skeleton-loader/types.d.ts +1 -1
  179. package/dist/types/widgets/spread/components/max-value.d.ts +1 -1
  180. package/dist/types/widgets/spread/components/min-value.d.ts +1 -1
  181. package/dist/types/widgets/spread/components/separator.d.ts +1 -1
  182. package/dist/types/widgets/spread/config.d.ts +3 -3
  183. package/dist/types/widgets/spread/index.d.ts +9 -9
  184. package/dist/types/widgets/spread/spread-ui.d.ts +1 -1
  185. package/dist/types/widgets/spread/types.d.ts +4 -4
  186. package/dist/types/widgets/stores/index.d.ts +3 -3
  187. package/dist/types/widgets/stores/use-widget-selector.d.ts +1 -1
  188. package/dist/types/widgets/stores/widget-store.d.ts +2 -2
  189. package/dist/types/widgets/subheader/index.d.ts +2 -2
  190. package/dist/types/widgets/subheader/subheader.d.ts +1 -1
  191. package/dist/types/widgets/table/components/cell-header.d.ts +1 -1
  192. package/dist/types/widgets/table/components/cell.d.ts +1 -1
  193. package/dist/types/widgets/table/components/pagination-actions.d.ts +1 -1
  194. package/dist/types/widgets/table/components/pagination.d.ts +1 -1
  195. package/dist/types/widgets/table/components/row.d.ts +1 -1
  196. package/dist/types/widgets/table/config.d.ts +2 -2
  197. package/dist/types/widgets/table/hooks/use-pagination.d.ts +1 -1
  198. package/dist/types/widgets/table/hooks/use-selection.d.ts +1 -1
  199. package/dist/types/widgets/table/hooks/use-sort.d.ts +1 -1
  200. package/dist/types/widgets/table/index.d.ts +17 -17
  201. package/dist/types/widgets/table/serializer.d.ts +1 -1
  202. package/dist/types/widgets/table/table-ui.d.ts +8 -8
  203. package/dist/types/widgets/table/types.d.ts +3 -3
  204. package/dist/types/widgets/timeseries/config.d.ts +2 -2
  205. package/dist/types/widgets/timeseries/index.d.ts +3 -3
  206. package/dist/types/widgets/timeseries/types.d.ts +3 -3
  207. package/dist/types/widgets/toolbar-actions/index.d.ts +2 -2
  208. package/dist/types/widgets/toolbar-actions/toolbar-actions.d.ts +1 -1
  209. package/dist/types/widgets/utils/chart-config/config-factory.d.ts +1 -1
  210. package/dist/types/widgets/utils/chart-config/download-config.d.ts +2 -2
  211. package/dist/types/widgets/utils/chart-config/index.d.ts +6 -6
  212. package/dist/types/widgets/utils/chart-config/option-builders.d.ts +142 -0
  213. package/dist/types/widgets/utils/index.d.ts +7 -7
  214. package/dist/types/widgets/utils/skeleton/index.d.ts +1 -1
  215. package/dist/types/widgets/wrapper/components/actions.d.ts +1 -1
  216. package/dist/types/widgets/wrapper/components/options.d.ts +1 -1
  217. package/dist/types/widgets/wrapper/components/title.d.ts +1 -1
  218. package/dist/types/widgets/wrapper/index.d.ts +6 -6
  219. package/dist/types/widgets/wrapper/types.d.ts +1 -1
  220. package/dist/types/widgets/wrapper/wrapper-ui.d.ts +1 -1
  221. package/dist/types/widgets/wrapper/wrapper.d.ts +1 -1
  222. package/dist/types/widgets-v2/actions/brush-toggle/brush-toggle.d.ts +1 -1
  223. package/dist/types/widgets-v2/actions/brush-toggle/index.d.ts +3 -3
  224. package/dist/types/widgets-v2/actions/change-column/change-column.d.ts +1 -1
  225. package/dist/types/widgets-v2/actions/change-column/index.d.ts +3 -3
  226. package/dist/types/widgets-v2/actions/change-column/types.d.ts +1 -1
  227. package/dist/types/widgets-v2/actions/download/csv-item.d.ts +1 -1
  228. package/dist/types/widgets-v2/actions/download/download.d.ts +2 -2
  229. package/dist/types/widgets-v2/actions/download/index.d.ts +8 -8
  230. package/dist/types/widgets-v2/actions/download/png-item.d.ts +1 -1
  231. package/dist/types/widgets-v2/actions/fullscreen/fullscreen.d.ts +1 -1
  232. package/dist/types/widgets-v2/actions/fullscreen/index.d.ts +3 -3
  233. package/dist/types/widgets-v2/actions/fullscreen/types.d.ts +1 -1
  234. package/dist/types/widgets-v2/actions/index.d.ts +10 -10
  235. package/dist/types/widgets-v2/actions/lock-selection/index.d.ts +3 -3
  236. package/dist/types/widgets-v2/actions/lock-selection/lock-selection.d.ts +1 -1
  237. package/dist/types/widgets-v2/actions/relative-data/index.d.ts +3 -3
  238. package/dist/types/widgets-v2/actions/relative-data/relative-data.d.ts +1 -1
  239. package/dist/types/widgets-v2/actions/searcher/index.d.ts +4 -4
  240. package/dist/types/widgets-v2/actions/searcher/searcher-toggle.d.ts +1 -1
  241. package/dist/types/widgets-v2/actions/searcher/searcher.d.ts +1 -1
  242. package/dist/types/widgets-v2/actions/show-all/index.d.ts +2 -2
  243. package/dist/types/widgets-v2/actions/show-all/show-all.d.ts +1 -1
  244. package/dist/types/widgets-v2/actions/stack-toggle/index.d.ts +3 -3
  245. package/dist/types/widgets-v2/actions/stack-toggle/stack-toggle.d.ts +1 -1
  246. package/dist/types/widgets-v2/actions/zoom-toggle/index.d.ts +3 -3
  247. package/dist/types/widgets-v2/actions/zoom-toggle/zoom-toggle.d.ts +2 -2
  248. package/dist/types/widgets-v2/bar/download.d.ts +2 -2
  249. package/dist/types/widgets-v2/bar/index.d.ts +4 -4
  250. package/dist/types/widgets-v2/bar/options.d.ts +2 -2
  251. package/dist/types/widgets-v2/bar/types.d.ts +1 -1
  252. package/dist/types/widgets-v2/category/category-ui.d.ts +1 -1
  253. package/dist/types/widgets-v2/category/category.d.ts +1 -1
  254. package/dist/types/widgets-v2/category/components/category-bar-stacked.d.ts +1 -1
  255. package/dist/types/widgets-v2/category/components/category-bar.d.ts +1 -1
  256. package/dist/types/widgets-v2/category/components/category-legend.d.ts +1 -1
  257. package/dist/types/widgets-v2/category/components/category-row-multi.d.ts +1 -1
  258. package/dist/types/widgets-v2/category/components/category-row-single.d.ts +1 -1
  259. package/dist/types/widgets-v2/category/components/category-row-stacked.d.ts +1 -1
  260. package/dist/types/widgets-v2/category/download.d.ts +2 -2
  261. package/dist/types/widgets-v2/category/index.d.ts +10 -10
  262. package/dist/types/widgets-v2/category/skeleton.d.ts +1 -1
  263. package/dist/types/widgets-v2/category/style.d.ts +1 -1
  264. package/dist/types/widgets-v2/category/types.d.ts +1 -1
  265. package/dist/types/widgets-v2/echart/echart.d.ts +1 -1
  266. package/dist/types/widgets-v2/echart/index.d.ts +4 -4
  267. package/dist/types/widgets-v2/echart/use-chart-selection.d.ts +1 -1
  268. package/dist/types/widgets-v2/formula/delta.d.ts +1 -1
  269. package/dist/types/widgets-v2/formula/download.d.ts +2 -2
  270. package/dist/types/widgets-v2/formula/formula-ui.d.ts +1 -1
  271. package/dist/types/widgets-v2/formula/index.d.ts +11 -11
  272. package/dist/types/widgets-v2/formula/types.d.ts +1 -1
  273. package/dist/types/widgets-v2/histogram/download.d.ts +2 -2
  274. package/dist/types/widgets-v2/histogram/index.d.ts +5 -5
  275. package/dist/types/widgets-v2/histogram/options.d.ts +3 -3
  276. package/dist/types/widgets-v2/histogram/types.d.ts +1 -1
  277. package/dist/types/widgets-v2/index.d.ts +45 -45
  278. package/dist/types/widgets-v2/markdown/download.d.ts +2 -2
  279. package/dist/types/widgets-v2/markdown/index.d.ts +6 -6
  280. package/dist/types/widgets-v2/note/widget-note.d.ts +1 -1
  281. package/dist/types/widgets-v2/pie/download.d.ts +2 -2
  282. package/dist/types/widgets-v2/pie/index.d.ts +4 -4
  283. package/dist/types/widgets-v2/pie/options.d.ts +2 -2
  284. package/dist/types/widgets-v2/pie/types.d.ts +1 -1
  285. package/dist/types/widgets-v2/range/index.d.ts +4 -4
  286. package/dist/types/widgets-v2/range/range-ui.d.ts +1 -1
  287. package/dist/types/widgets-v2/range/range.d.ts +1 -1
  288. package/dist/types/widgets-v2/scatterplot/download.d.ts +2 -2
  289. package/dist/types/widgets-v2/scatterplot/index.d.ts +5 -5
  290. package/dist/types/widgets-v2/scatterplot/options.d.ts +2 -2
  291. package/dist/types/widgets-v2/scatterplot/types.d.ts +1 -1
  292. package/dist/types/widgets-v2/selection-summary/selection-summary.d.ts +1 -1
  293. package/dist/types/widgets-v2/spread/download.d.ts +2 -2
  294. package/dist/types/widgets-v2/spread/index.d.ts +7 -7
  295. package/dist/types/widgets-v2/spread/spread-ui.d.ts +1 -1
  296. package/dist/types/widgets-v2/spread/types.d.ts +1 -1
  297. package/dist/types/widgets-v2/state/widget-state.d.ts +1 -1
  298. package/dist/types/widgets-v2/stores/index.d.ts +8 -8
  299. package/dist/types/widgets-v2/stores/pipeline-middleware.d.ts +1 -1
  300. package/dist/types/widgets-v2/stores/transforms.d.ts +1 -1
  301. package/dist/types/widgets-v2/stores/use-transform.d.ts +1 -1
  302. package/dist/types/widgets-v2/stores/widget-store-registry.d.ts +1 -1
  303. package/dist/types/widgets-v2/table/download.d.ts +2 -2
  304. package/dist/types/widgets-v2/table/helpers.d.ts +1 -1
  305. package/dist/types/widgets-v2/table/index.d.ts +8 -8
  306. package/dist/types/widgets-v2/table/table-ui.d.ts +2 -2
  307. package/dist/types/widgets-v2/table/table.d.ts +2 -2
  308. package/dist/types/widgets-v2/table/types.d.ts +1 -1
  309. package/dist/types/widgets-v2/timeseries/download.d.ts +2 -2
  310. package/dist/types/widgets-v2/timeseries/index.d.ts +5 -5
  311. package/dist/types/widgets-v2/timeseries/options.d.ts +4 -4
  312. package/dist/types/widgets-v2/timeseries/types.d.ts +1 -1
  313. package/dist/types/widgets-v2/toolbox/toolbox.d.ts +1 -1
  314. package/dist/types/widgets-v2/utils/index.d.ts +3 -3
  315. package/dist/types/widgets-v2/wrapper/index.d.ts +4 -4
  316. package/dist/types/widgets-v2/wrapper/widget-wrapper.d.ts +1 -1
  317. package/dist/{utils-DtvTjjMq.js → utils-ClB6nn4w.js} +2 -2
  318. package/dist/{utils-DtvTjjMq.js.map → utils-ClB6nn4w.js.map} +1 -1
  319. package/dist/widgets/actions.js +1 -1
  320. package/dist/widgets/bar.js +1 -1
  321. package/dist/widgets/category.js +1 -1
  322. package/dist/widgets/formula.js +1 -1
  323. package/dist/widgets/histogram.js +2 -2
  324. package/dist/widgets/markdown.js +1 -1
  325. package/dist/widgets/pie.js +1 -1
  326. package/dist/widgets/scatterplot.js +1 -1
  327. package/dist/widgets/spread.js +2 -2
  328. package/dist/widgets/table.js +1 -1
  329. package/dist/widgets/timeseries.js +1 -1
  330. package/dist/widgets/utils.js +1 -1
  331. package/dist/widgets/wrapper.js +1 -1
  332. package/dist/widgets-v2/actions.js +3 -3
  333. package/dist/widgets-v2/bar.js +4 -4
  334. package/dist/widgets-v2/category.js +1 -1
  335. package/dist/widgets-v2/formula.js +1 -1
  336. package/dist/widgets-v2/histogram.js +4 -4
  337. package/dist/widgets-v2/markdown.js +1 -1
  338. package/dist/widgets-v2/pie.js +3 -3
  339. package/dist/widgets-v2/scatterplot.js +4 -4
  340. package/dist/widgets-v2/spread.js +1 -1
  341. package/dist/widgets-v2/table.js +1 -1
  342. package/dist/widgets-v2/timeseries.js +4 -4
  343. package/dist/widgets-v2/utils.js +1 -1
  344. package/dist/widgets-v2.js +9 -9
  345. package/dist/{zoom-toggle-CA0ifG23.js → zoom-toggle-KA63b6-J.js} +2 -2
  346. package/dist/{zoom-toggle-CA0ifG23.js.map → zoom-toggle-KA63b6-J.js.map} +1 -1
  347. package/package.json +5 -4
  348. package/src/chat/bubbles/styles.ts +27 -8
  349. package/src/chat/feedback/chat-actions-container.tsx +5 -2
  350. package/src/chat/feedback/styles.ts +8 -5
  351. package/src/components/basemaps/basemaps.tsx +4 -4
  352. package/src/components/responsive-drawer/responsive-drawer.test.tsx +37 -23
  353. package/src/components/responsive-drawer/responsive-drawer.tsx +15 -8
  354. package/src/legend/components/legend-row/legend-row.test.tsx +19 -0
  355. package/src/legend/components/legend-row/legend-row.tsx +15 -2
  356. package/src/widgets/utils/chart-config/option-builders.ts +5 -1
  357. package/dist/chart-config-BGt7wkK7.js.map +0 -1
  358. package/dist/components-DDt4mOQn.js.map +0 -1
  359. package/dist/types/legend/stores/legend-store.test.d.ts +0 -1
  360. package/dist/types/widgets/actions/brush-toggle/hit-test.test.d.ts +0 -1
  361. package/dist/types/widgets/actions/relative-data/utils.test.d.ts +0 -1
  362. package/dist/types/widgets/echart/utils.test.d.ts +0 -1
  363. package/dist/types/widgets/formula/config.test.d.ts +0 -1
  364. package/dist/types/widgets/loader/utils.test.d.ts +0 -1
  365. package/dist/types/widgets/range/serializer.test.d.ts +0 -1
  366. package/dist/types/widgets/stores/widget-store-branches.test.d.ts +0 -1
  367. package/dist/types/widgets/stores/widget-store-performance.test.d.ts +0 -1
  368. package/dist/types/widgets/stores/widget-store.test.d.ts +0 -1
  369. package/dist/types/widgets/table/config.test.d.ts +0 -1
  370. package/dist/types/widgets/table/helpers.test.d.ts +0 -1
  371. package/dist/types/widgets/table/hooks/use-pagination.test.d.ts +0 -1
  372. package/dist/types/widgets/table/hooks/use-selection.test.d.ts +0 -1
  373. package/dist/types/widgets/table/hooks/use-sort.test.d.ts +0 -1
  374. package/dist/types/widgets/utils/chart-config/option-builders.test.d.ts +0 -1
  375. package/dist/types/widgets-v2/actions/brush-toggle/transforms.test.d.ts +0 -1
  376. package/dist/types/widgets-v2/actions/relative-data/transforms.test.d.ts +0 -1
  377. package/dist/types/widgets-v2/actions/stack-toggle/transforms.test.d.ts +0 -1
  378. package/dist/types/widgets-v2/actions/zoom-toggle/transforms.test.d.ts +0 -1
  379. package/dist/types/widgets-v2/bar/options.test.d.ts +0 -1
  380. package/dist/types/widgets-v2/category/download.test.d.ts +0 -1
  381. package/dist/types/widgets-v2/echart/edge-label-clamp.test.d.ts +0 -1
  382. package/dist/types/widgets-v2/echart/shared-resize-observer.test.d.ts +0 -1
  383. package/dist/types/widgets-v2/histogram/download.test.d.ts +0 -1
  384. package/dist/types/widgets-v2/histogram/options.test.d.ts +0 -1
  385. package/dist/types/widgets-v2/histogram/transforms.test.d.ts +0 -1
  386. package/dist/types/widgets-v2/markdown/download.test.d.ts +0 -1
  387. package/dist/types/widgets-v2/pie/download.test.d.ts +0 -1
  388. package/dist/types/widgets-v2/pie/options.test.d.ts +0 -1
  389. package/dist/types/widgets-v2/scatterplot/download.test.d.ts +0 -1
  390. package/dist/types/widgets-v2/scatterplot/options.test.d.ts +0 -1
  391. package/dist/types/widgets-v2/scatterplot/transforms.test.d.ts +0 -1
  392. package/dist/types/widgets-v2/spread/band.test.d.ts +0 -1
  393. package/dist/types/widgets-v2/spread/download.test.d.ts +0 -1
  394. package/dist/types/widgets-v2/state/labels.test.d.ts +0 -1
  395. package/dist/types/widgets-v2/stores/pipeline-middleware.test.d.ts +0 -1
  396. package/dist/types/widgets-v2/stores/transforms.test.d.ts +0 -1
  397. package/dist/types/widgets-v2/stores/widget-store-registry.test.d.ts +0 -1
  398. package/dist/types/widgets-v2/table/download.test.d.ts +0 -1
  399. package/dist/types/widgets-v2/table/helpers.test.d.ts +0 -1
  400. package/dist/types/widgets-v2/table/transforms.test.d.ts +0 -1
  401. package/dist/types/widgets-v2/test-utils.d.ts +0 -52
  402. package/dist/types/widgets-v2/timeseries/download.test.d.ts +0 -1
  403. package/dist/types/widgets-v2/timeseries/options.test.d.ts +0 -1
  404. package/dist/types/widgets-v2/timeseries/transforms.test.d.ts +0 -1
  405. package/dist/types/widgets-v2/utils/merge-options.test.d.ts +0 -1
  406. package/dist/types/widgets-v2/utils/resolve-theme-color.test.d.ts +0 -1
@@ -1,26 +1,26 @@
1
- export { LegendGroup } from './legend-group/legend-group';
2
- export type { LegendGroupProps } from './legend-group/legend-group';
3
- export { LegendRow } from './legend-row/legend-row';
4
- export type { LegendRowProps } from './legend-row/legend-row';
5
- export { LegendActions } from './legend-actions/legend-actions';
6
- export type { LegendActionsProps } from './legend-actions/legend-actions';
7
- export { LegendRowContext, LegendGroupContext, LegendMenuContext, useLegendRow, useLegendGroupId, useLegendMenu, } from './contexts';
8
- export type { LegendRowContextValue, LegendMenuController } from './contexts';
9
- export { LegendVisibilityToggle } from './legend-visibility-toggle/legend-visibility-toggle';
10
- export { LegendRowMenu } from './legend-row-menu/legend-row-menu';
11
- export { LegendZoomTo } from './legend-row-menu/legend-zoom-to';
12
- export { LegendOpacity } from './legend-opacity/legend-opacity';
13
- export { LegendConfigSelect } from './legend-config-select/legend-config-select';
14
- export { LegendItem } from './legend-item/legend-item';
15
- export { LegendItemUI } from './legend-item/legend-item-ui';
16
- export type { LegendItemUIProps } from './legend-item/legend-item-ui';
17
- export { LegendSwatch, DEFAULT_SWATCH_SIZE, } from './legend-swatch/legend-swatch';
18
- export type { LegendSwatchProps } from './legend-swatch/legend-swatch';
19
- export { LegendCategoryUI } from './legend-category/legend-category-ui';
20
- export type { LegendCategoryUIProps } from './legend-category/legend-category-ui';
21
- export { LegendRampUI } from './legend-ramp/legend-ramp-ui';
22
- export type { LegendRampUIProps } from './legend-ramp/legend-ramp-ui';
23
- export { LegendProportionUI } from './legend-proportion/legend-proportion-ui';
24
- export type { LegendProportionUIProps } from './legend-proportion/legend-proportion-ui';
25
- export { LegendIconUI } from './legend-icon/legend-icon-ui';
26
- export type { LegendIconUIProps } from './legend-icon/legend-icon-ui';
1
+ export { LegendGroup } from './legend-group/legend-group.js';
2
+ export type { LegendGroupProps } from './legend-group/legend-group.js';
3
+ export { LegendRow } from './legend-row/legend-row.js';
4
+ export type { LegendRowProps } from './legend-row/legend-row.js';
5
+ export { LegendActions } from './legend-actions/legend-actions.js';
6
+ export type { LegendActionsProps } from './legend-actions/legend-actions.js';
7
+ export { LegendRowContext, LegendGroupContext, LegendMenuContext, useLegendRow, useLegendGroupId, useLegendMenu, } from './contexts.js';
8
+ export type { LegendRowContextValue, LegendMenuController } from './contexts.js';
9
+ export { LegendVisibilityToggle } from './legend-visibility-toggle/legend-visibility-toggle.js';
10
+ export { LegendRowMenu } from './legend-row-menu/legend-row-menu.js';
11
+ export { LegendZoomTo } from './legend-row-menu/legend-zoom-to.js';
12
+ export { LegendOpacity } from './legend-opacity/legend-opacity.js';
13
+ export { LegendConfigSelect } from './legend-config-select/legend-config-select.js';
14
+ export { LegendItem } from './legend-item/legend-item.js';
15
+ export { LegendItemUI } from './legend-item/legend-item-ui.js';
16
+ export type { LegendItemUIProps } from './legend-item/legend-item-ui.js';
17
+ export { LegendSwatch, DEFAULT_SWATCH_SIZE, } from './legend-swatch/legend-swatch.js';
18
+ export type { LegendSwatchProps } from './legend-swatch/legend-swatch.js';
19
+ export { LegendCategoryUI } from './legend-category/legend-category-ui.js';
20
+ export type { LegendCategoryUIProps } from './legend-category/legend-category-ui.js';
21
+ export { LegendRampUI } from './legend-ramp/legend-ramp-ui.js';
22
+ export type { LegendRampUIProps } from './legend-ramp/legend-ramp-ui.js';
23
+ export { LegendProportionUI } from './legend-proportion/legend-proportion-ui.js';
24
+ export type { LegendProportionUIProps } from './legend-proportion/legend-proportion-ui.js';
25
+ export { LegendIconUI } from './legend-icon/legend-icon-ui.js';
26
+ export type { LegendIconUIProps } from './legend-icon/legend-icon-ui.js';
@@ -1,4 +1,4 @@
1
- import { LegendCategoryVariable } from '../../stores';
1
+ import { LegendCategoryVariable } from '../../stores/index.js';
2
2
  export interface LegendCategoryUIProps {
3
3
  data: LegendCategoryVariable;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { LegendIconVariable } from '../../stores';
1
+ import { LegendIconVariable } from '../../stores/index.js';
2
2
  export interface LegendIconUIProps {
3
3
  data: LegendIconVariable;
4
4
  }
@@ -1,5 +1,5 @@
1
- import { LegendLabels } from '../../provider/labels';
2
- import { LegendVariable } from '../../stores';
1
+ import { LegendLabels } from '../../provider/labels.js';
2
+ import { LegendVariable } from '../../stores/index.js';
3
3
  export interface LegendItemUIProps {
4
4
  data: LegendVariable;
5
5
  /** Forwarded to the renderers that show text (ramp header, proportion labels). */
@@ -1,5 +1,5 @@
1
- import { LegendLabels } from '../../provider/labels';
2
- import { LegendProportionVariable } from '../../stores';
1
+ import { LegendLabels } from '../../provider/labels.js';
2
+ import { LegendProportionVariable } from '../../stores/index.js';
3
3
  export interface LegendProportionUIProps {
4
4
  data: LegendProportionVariable;
5
5
  /** Override the renderer's user-facing strings. */
@@ -1,5 +1,5 @@
1
- import { LegendLabels } from '../../provider/labels';
2
- import { LegendRampVariable } from '../../stores';
1
+ import { LegendLabels } from '../../provider/labels.js';
2
+ import { LegendRampVariable } from '../../stores/index.js';
3
3
  export interface LegendRampUIProps {
4
4
  data: LegendRampVariable;
5
5
  /** Override the renderer's user-facing strings. */
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties, ReactElement, ReactNode } from 'react';
2
- import { SortableKind } from './sortable-ids';
2
+ import { SortableKind } from './sortable-ids.js';
3
3
  /** What `SortableEntity` hands to its render callback. */
4
4
  export interface SortableEntityRenderProps {
5
5
  /** Attach to the entity's existing root element. */
@@ -1,4 +1,4 @@
1
- import { LegendFillPattern, LegendStrokeStyle, LegendSwatchShape } from '../../stores';
1
+ import { LegendFillPattern, LegendStrokeStyle, LegendSwatchShape } from '../../stores/index.js';
2
2
  export interface LegendSwatchProps {
3
3
  /** Shape to render. Default `'circle'`. */
4
4
  shape?: LegendSwatchShape;
@@ -1,5 +1,5 @@
1
- import { LegendVisibility } from '../../stores';
2
- import { LegendLabels } from '../../provider/labels';
1
+ import { LegendVisibility } from '../../stores/index.js';
2
+ import { LegendLabels } from '../../provider/labels.js';
3
3
  export type LegendVisibilityToggleProps = {
4
4
  /**
5
5
  * Override the aria labels (defaults: the layer pair in rows and controlled
@@ -1,4 +1,4 @@
1
- import { LegendMenuController } from './contexts';
1
+ import { LegendMenuController } from './contexts.js';
2
2
  /**
3
3
  * Run an async menu action with busy gating. Uses `isBusy()` (ref-backed) so a
4
4
  * second click before React re-renders cannot fire the handler twice. Keeps
@@ -1,24 +1,24 @@
1
- import { LegendProvider } from './provider/legend-provider';
2
- import { LegendGroup } from './components/legend-group/legend-group';
3
- import { LegendRow } from './components/legend-row/legend-row';
4
- import { LegendActions } from './components/legend-actions/legend-actions';
5
- import { LegendVisibilityToggle } from './components/legend-visibility-toggle/legend-visibility-toggle';
6
- import { LegendRowMenu } from './components/legend-row-menu/legend-row-menu';
7
- import { LegendZoomTo } from './components/legend-row-menu/legend-zoom-to';
8
- import { LegendShowOnlyLayer, LegendShowAllLayers } from './components/legend-row-menu/legend-row-menu-items';
9
- import { LegendGroupMenu } from './components/legend-group-menu/legend-group-menu';
10
- import { LegendShowOnlyGroup, LegendShowAllGroups, LegendCollapseAllGroups, LegendZoomToGroup } from './components/legend-group-menu/legend-group-menu-items';
11
- import { LegendPanelMenu } from './components/legend-panel-menu/legend-panel-menu';
12
- import { LegendVisibleLayers } from './components/legend-visible-layers/legend-visible-layers';
13
- import { LegendSortable } from './components/legend-sortable/legend-sortable';
14
- import { LegendConfigSelect } from './components/legend-config-select/legend-config-select';
15
- import { LegendItem } from './components/legend-item/legend-item';
16
- import { LegendItemUI } from './components/legend-item/legend-item-ui';
17
- import { LegendSwatch } from './components/legend-swatch/legend-swatch';
18
- import { LegendCategoryUI } from './components/legend-category/legend-category-ui';
19
- import { LegendRampUI } from './components/legend-ramp/legend-ramp-ui';
20
- import { LegendProportionUI } from './components/legend-proportion/legend-proportion-ui';
21
- import { LegendIconUI } from './components/legend-icon/legend-icon-ui';
1
+ import { LegendProvider } from './provider/legend-provider.js';
2
+ import { LegendGroup } from './components/legend-group/legend-group.js';
3
+ import { LegendRow } from './components/legend-row/legend-row.js';
4
+ import { LegendActions } from './components/legend-actions/legend-actions.js';
5
+ import { LegendVisibilityToggle } from './components/legend-visibility-toggle/legend-visibility-toggle.js';
6
+ import { LegendRowMenu } from './components/legend-row-menu/legend-row-menu.js';
7
+ import { LegendZoomTo } from './components/legend-row-menu/legend-zoom-to.js';
8
+ import { LegendShowOnlyLayer, LegendShowAllLayers } from './components/legend-row-menu/legend-row-menu-items.js';
9
+ import { LegendGroupMenu } from './components/legend-group-menu/legend-group-menu.js';
10
+ import { LegendShowOnlyGroup, LegendShowAllGroups, LegendCollapseAllGroups, LegendZoomToGroup } from './components/legend-group-menu/legend-group-menu-items.js';
11
+ import { LegendPanelMenu } from './components/legend-panel-menu/legend-panel-menu.js';
12
+ import { LegendVisibleLayers } from './components/legend-visible-layers/legend-visible-layers.js';
13
+ import { LegendSortable } from './components/legend-sortable/legend-sortable.js';
14
+ import { LegendConfigSelect } from './components/legend-config-select/legend-config-select.js';
15
+ import { LegendItem } from './components/legend-item/legend-item.js';
16
+ import { LegendItemUI } from './components/legend-item/legend-item-ui.js';
17
+ import { LegendSwatch } from './components/legend-swatch/legend-swatch.js';
18
+ import { LegendCategoryUI } from './components/legend-category/legend-category-ui.js';
19
+ import { LegendRampUI } from './components/legend-ramp/legend-ramp-ui.js';
20
+ import { LegendProportionUI } from './components/legend-proportion/legend-proportion-ui.js';
21
+ import { LegendIconUI } from './components/legend-icon/legend-icon-ui.js';
22
22
  /**
23
23
  * Curated namespace export — the entry point to the legend module.
24
24
  *
@@ -113,23 +113,23 @@ export declare const Legend: {
113
113
  readonly ProportionUI: typeof LegendProportionUI;
114
114
  readonly IconUI: typeof LegendIconUI;
115
115
  };
116
- export { DEFAULT_LEGEND_LABELS } from './provider';
117
- export type { LegendProviderProps, LegendLabels } from './provider';
118
- export type { LegendGroupProps } from './components/legend-group/legend-group';
119
- export type { LegendRowProps } from './components/legend-row/legend-row';
120
- export type { LegendActionsProps } from './components/legend-actions/legend-actions';
121
- export type { LegendSortableProps } from './components/legend-sortable/legend-sortable';
122
- export type { LegendVisibilityToggleProps } from './components/legend-visibility-toggle/legend-visibility-toggle';
123
- export type { LegendRowMenuProps } from './components/legend-row-menu/legend-row-menu';
124
- export type { LegendZoomToProps } from './components/legend-row-menu/legend-zoom-to';
125
- export type { LegendGroupMenuProps } from './components/legend-group-menu/legend-group-menu';
126
- export type { LegendZoomToGroupProps } from './components/legend-group-menu/legend-group-menu-items';
127
- export type { LegendPanelMenuProps } from './components/legend-panel-menu/legend-panel-menu';
128
- export type { LegendRowContextValue } from './components/contexts';
129
- export type { LegendItemUIProps } from './components/legend-item/legend-item-ui';
130
- export type { LegendSwatchProps } from './components/legend-swatch/legend-swatch';
131
- export type { LegendCategoryUIProps } from './components/legend-category/legend-category-ui';
132
- export type { LegendRampUIProps } from './components/legend-ramp/legend-ramp-ui';
133
- export type { LegendProportionUIProps } from './components/legend-proportion/legend-proportion-ui';
134
- export type { LegendIconUIProps } from './components/legend-icon/legend-icon-ui';
135
- export type { LegendPosition, LegendVisibility, LegendOrientation, LegendSwatchShape, LegendFillPattern, LegendStrokeStyle, LegendVariable, LegendCategoryItem, LegendCategoryVariable, LegendRampStop, LegendRampVariable, LegendProportionVariable, LegendIconItem, LegendIconVariable, LegendConfigSection, LegendLayer, LegendGroup as LegendGroupModel, LegendLayerInput, LegendGroupInput, } from './stores';
116
+ export { DEFAULT_LEGEND_LABELS } from './provider/index.js';
117
+ export type { LegendProviderProps, LegendLabels } from './provider/index.js';
118
+ export type { LegendGroupProps } from './components/legend-group/legend-group.js';
119
+ export type { LegendRowProps } from './components/legend-row/legend-row.js';
120
+ export type { LegendActionsProps } from './components/legend-actions/legend-actions.js';
121
+ export type { LegendSortableProps } from './components/legend-sortable/legend-sortable.js';
122
+ export type { LegendVisibilityToggleProps } from './components/legend-visibility-toggle/legend-visibility-toggle.js';
123
+ export type { LegendRowMenuProps } from './components/legend-row-menu/legend-row-menu.js';
124
+ export type { LegendZoomToProps } from './components/legend-row-menu/legend-zoom-to.js';
125
+ export type { LegendGroupMenuProps } from './components/legend-group-menu/legend-group-menu.js';
126
+ export type { LegendZoomToGroupProps } from './components/legend-group-menu/legend-group-menu-items.js';
127
+ export type { LegendPanelMenuProps } from './components/legend-panel-menu/legend-panel-menu.js';
128
+ export type { LegendRowContextValue } from './components/contexts.js';
129
+ export type { LegendItemUIProps } from './components/legend-item/legend-item-ui.js';
130
+ export type { LegendSwatchProps } from './components/legend-swatch/legend-swatch.js';
131
+ export type { LegendCategoryUIProps } from './components/legend-category/legend-category-ui.js';
132
+ export type { LegendRampUIProps } from './components/legend-ramp/legend-ramp-ui.js';
133
+ export type { LegendProportionUIProps } from './components/legend-proportion/legend-proportion-ui.js';
134
+ export type { LegendIconUIProps } from './components/legend-icon/legend-icon-ui.js';
135
+ export type { LegendPosition, LegendVisibility, LegendOrientation, LegendSwatchShape, LegendFillPattern, LegendStrokeStyle, LegendVariable, LegendCategoryItem, LegendCategoryVariable, LegendRampStop, LegendRampVariable, LegendProportionVariable, LegendIconItem, LegendIconVariable, LegendConfigSection, LegendLayer, LegendGroup as LegendGroupModel, LegendLayerInput, LegendGroupInput, } from './stores/index.js';
@@ -1,6 +1,6 @@
1
- export { LegendProvider } from './legend-provider';
2
- export type { LegendProviderProps } from './legend-provider';
3
- export { LegendConfigContext, useLegendConfig } from './legend-config-context';
4
- export type { LegendConfig } from './legend-config-context';
5
- export { DEFAULT_LEGEND_LABELS } from './labels';
6
- export type { LegendLabels } from './labels';
1
+ export { LegendProvider } from './legend-provider.js';
2
+ export type { LegendProviderProps } from './legend-provider.js';
3
+ export { LegendConfigContext, useLegendConfig } from './legend-config-context.js';
4
+ export type { LegendConfig } from './legend-config-context.js';
5
+ export { DEFAULT_LEGEND_LABELS } from './labels.js';
6
+ export type { LegendLabels } from './labels.js';
@@ -1,4 +1,4 @@
1
- import { LegendLabels } from './labels';
1
+ import { LegendLabels } from './labels.js';
2
2
  /** Per-panel configuration delivered by `Legend.Provider` to all containers. */
3
3
  export interface LegendConfig {
4
4
  labels: LegendLabels;
@@ -1,6 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
- import { LegendGroupInput, LegendLayerInput } from '../stores';
3
- import { LegendLabels } from './labels';
2
+ import { LegendGroupInput, LegendLayerInput } from '../stores/index.js';
3
+ import { LegendLabels } from './labels.js';
4
4
  export interface LegendProviderProps {
5
5
  /** Unique id for this legend panel — keys its store. */
6
6
  id: string;
@@ -1,5 +1,5 @@
1
- export type { LegendPosition, LegendOrientation, LegendSwatchShape, LegendFillPattern, LegendStrokeStyle, LegendCategoryItem, LegendCategoryVariable, LegendRampStop, LegendRampVariable, LegendProportionVariable, LegendIconItem, LegendIconVariable, LegendVariable, LegendConfigSection, LegendLayer, LegendGroup, LegendLayerInput, LegendGroupInput, LegendState, LegendStoreApi, LegendInit, } from './types';
2
- export { LegendContext, useLegendId } from './legend-context';
3
- export { createLegendStore, getLegendStore, hasLegendStore, deleteLegendStore, clearAllLegendStores, setLegendStoreEntry, registerLegendStore, unregisterLegendStore, useLegendStore, useLegendShallow, } from './legend-store-registry';
4
- export type { LegendVisibility } from './selectors';
5
- export { selectOrderedGroups, selectLayersByGroup, selectOrderedLayers, selectGroupVisibility, selectLayerCollapsible, selectAllGroupsCollapsed, selectVisibleLayersGrouped, selectHasGroups, } from './selectors';
1
+ export type { LegendPosition, LegendOrientation, LegendSwatchShape, LegendFillPattern, LegendStrokeStyle, LegendCategoryItem, LegendCategoryVariable, LegendRampStop, LegendRampVariable, LegendProportionVariable, LegendIconItem, LegendIconVariable, LegendVariable, LegendConfigSection, LegendLayer, LegendGroup, LegendLayerInput, LegendGroupInput, LegendState, LegendStoreApi, LegendInit, } from './types.js';
2
+ export { LegendContext, useLegendId } from './legend-context.js';
3
+ export { createLegendStore, getLegendStore, hasLegendStore, deleteLegendStore, clearAllLegendStores, setLegendStoreEntry, registerLegendStore, unregisterLegendStore, useLegendStore, useLegendShallow, } from './legend-store-registry.js';
4
+ export type { LegendVisibility } from './selectors.js';
5
+ export { selectOrderedGroups, selectLayersByGroup, selectOrderedLayers, selectGroupVisibility, selectLayerCollapsible, selectAllGroupsCollapsed, selectVisibleLayersGrouped, selectHasGroups, } from './selectors.js';
@@ -1,4 +1,4 @@
1
- import { LegendInit, LegendState, LegendStoreApi } from './types';
1
+ import { LegendInit, LegendState, LegendStoreApi } from './types.js';
2
2
  /**
3
3
  * @internal — used by Provider; not part of the public API.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { LegendGroup, LegendLayer, LegendState } from './types';
1
+ import { LegendGroup, LegendLayer, LegendState } from './types.js';
2
2
  /**
3
3
  * Groups sorted by `order`.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { BrushToggleProps } from './types';
1
+ import { BrushToggleProps } from './types.js';
2
2
  /**
3
3
  * Kept for backwards compatibility. The tool is no longer registered with the
4
4
  * widget store — brush state is now owned directly by this component and the
@@ -1,4 +1,4 @@
1
- import { BrushRect } from './types';
1
+ import { BrushRect } from './types.js';
2
2
  /**
3
3
  * Returns integer dataIndices covered by a brush rectangle on a category axis.
4
4
  *
@@ -1,6 +1,6 @@
1
1
  import { IconButtonProps } from '@mui/material';
2
2
  import { ReactNode } from 'react';
3
- import { BaseWidgetState } from '../../stores/types';
3
+ import { BaseWidgetState } from '../../stores/types.js';
4
4
  /**
5
5
  * Brush selection result emitted by BrushToggle.
6
6
  * Contains raw indices so consumers can resolve data according to their widget type.
@@ -1,4 +1,4 @@
1
- import { ChangeColumnProps } from './types';
1
+ import { ChangeColumnProps } from './types.js';
2
2
  export declare const CHANGE_COLUMN_TOOL_ID = "change-column";
3
3
  /**
4
4
  * Widget action to reorder columns in a table widget via drag-and-drop.
@@ -1,4 +1,4 @@
1
- import { TableColumn } from '../../table/types';
1
+ import { TableColumn } from '../../table/types.js';
2
2
  export interface SortableColumnItemProps {
3
3
  column: TableColumn;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { DownloadProps } from './types';
1
+ import { DownloadProps } from './types.js';
2
2
  /**
3
3
  * Dropdown menu action for exporting widget data in various formats (CSV, PNG, etc.).
4
4
  *
@@ -1,5 +1,5 @@
1
1
  import { Ref } from 'react';
2
- import { DownloadItem } from './types';
2
+ import { DownloadItem } from './types.js';
3
3
  /**
4
4
  * Pre-configured download item for exporting widget data as a CSV file.
5
5
  *
@@ -1,6 +1,6 @@
1
1
  import { JSX, ReactNode } from 'react';
2
2
  import { IconButtonProps } from '@mui/material';
3
- import { WidgetState } from '../../stores/types';
3
+ import { WidgetState } from '../../stores/types.js';
4
4
  export interface DownloadItem<D = unknown> {
5
5
  id: string;
6
6
  label: string;
@@ -1,4 +1,4 @@
1
- import { FullScreenProps } from './types';
1
+ import { FullScreenProps } from './types.js';
2
2
  /**
3
3
  * Displays widget content in a fullscreen modal dialog.
4
4
  *
@@ -1,6 +1,6 @@
1
1
  import { DialogContentProps, IconButtonProps, DialogProps } from '@mui/material';
2
2
  import { ReactNode } from 'react';
3
- import { BaseWidgetState } from '../../../widgets/stores/types';
3
+ import { BaseWidgetState } from '../../../widgets/stores/types.js';
4
4
  export type FullScreenState<T = unknown> = BaseWidgetState<T & FullScreenConfigProps & {
5
5
  title: string;
6
6
  }>;
@@ -1,20 +1,20 @@
1
- export { FullScreen } from './fullscreen/fullscreen';
2
- export type { FullScreenState, FullScreenConfig, FullScreenProps, } from './fullscreen/types';
3
- export { Download } from './download/download';
4
- export type { DownloadItem, DownloadProps } from './download/types';
5
- export { downloadToCSV, downloadToPNG } from './download/exports';
6
- export { RelativeData, RELATIVE_DATA_TOOL_ID, RELATIVE_DATA_CONFIG_TOOL_ID, } from './relative-data/relative-data';
7
- export type { RelativeDataProps, RelativeDataState, } from './relative-data/types';
8
- export { ZoomToggle, ZOOM_TOGGLE_TOOL_ID } from './zoom-toggle/zoom-toggle';
9
- export type { ZoomToggleProps, ZoomState, ZoomConfig, } from './zoom-toggle/types';
10
- export { StackToggle, STACK_TOGGLE_TOOL_ID } from './stack-toggle/stack-toggle';
11
- export type { StackToggleProps, StackToggleState } from './stack-toggle/types';
12
- export { Searcher, SEARCHER_TOOL_ID } from './searcher/searcher';
13
- export { SearcherToggle } from './searcher/searcher-toggle';
14
- export type { SearcherToggleProps, SearcherProps, SearcherFilterFn, SearcherState, SearcherStateProps, } from './searcher/types';
15
- export { ChangeColumn, CHANGE_COLUMN_TOOL_ID, } from './change-column/change-column';
16
- export type { ChangeColumnProps } from './change-column/types';
17
- export { LockSelection, LOCK_SELECTION_TOOL_ID, } from './lock-selection/lock-selection';
18
- export type { LockSelectionProps, LockSelectionState, LockSelectionStateProps, } from './lock-selection/types';
19
- export { BrushToggle, BRUSH_TOGGLE_TOOL_ID } from './brush-toggle/brush-toggle';
20
- export type { BrushToggleProps, BrushState, BrushConfig, BrushSelectedItems, } from './brush-toggle/types';
1
+ export { FullScreen } from './fullscreen/fullscreen.js';
2
+ export type { FullScreenState, FullScreenConfig, FullScreenProps, } from './fullscreen/types.js';
3
+ export { Download } from './download/download.js';
4
+ export type { DownloadItem, DownloadProps } from './download/types.js';
5
+ export { downloadToCSV, downloadToPNG } from './download/exports.js';
6
+ export { RelativeData, RELATIVE_DATA_TOOL_ID, RELATIVE_DATA_CONFIG_TOOL_ID, } from './relative-data/relative-data.js';
7
+ export type { RelativeDataProps, RelativeDataState, } from './relative-data/types.js';
8
+ export { ZoomToggle, ZOOM_TOGGLE_TOOL_ID } from './zoom-toggle/zoom-toggle.js';
9
+ export type { ZoomToggleProps, ZoomState, ZoomConfig, } from './zoom-toggle/types.js';
10
+ export { StackToggle, STACK_TOGGLE_TOOL_ID } from './stack-toggle/stack-toggle.js';
11
+ export type { StackToggleProps, StackToggleState } from './stack-toggle/types.js';
12
+ export { Searcher, SEARCHER_TOOL_ID } from './searcher/searcher.js';
13
+ export { SearcherToggle } from './searcher/searcher-toggle.js';
14
+ export type { SearcherToggleProps, SearcherProps, SearcherFilterFn, SearcherState, SearcherStateProps, } from './searcher/types.js';
15
+ export { ChangeColumn, CHANGE_COLUMN_TOOL_ID, } from './change-column/change-column.js';
16
+ export type { ChangeColumnProps } from './change-column/types.js';
17
+ export { LockSelection, LOCK_SELECTION_TOOL_ID, } from './lock-selection/lock-selection.js';
18
+ export type { LockSelectionProps, LockSelectionState, LockSelectionStateProps, } from './lock-selection/types.js';
19
+ export { BrushToggle, BRUSH_TOGGLE_TOOL_ID } from './brush-toggle/brush-toggle.js';
20
+ export type { BrushToggleProps, BrushState, BrushConfig, BrushSelectedItems, } from './brush-toggle/types.js';
@@ -1,4 +1,4 @@
1
- import { LockSelectionProps } from './types';
1
+ import { LockSelectionProps } from './types.js';
2
2
  export declare const LOCK_SELECTION_TOOL_ID = "lock-selection";
3
3
  /**
4
4
  * Widget action button to lock the current selection.
@@ -1,6 +1,6 @@
1
1
  import { IconButtonProps } from '@mui/material';
2
2
  import { ReactNode } from 'react';
3
- import { BaseWidgetState } from '../../stores/types';
3
+ import { BaseWidgetState } from '../../stores/types.js';
4
4
  /**
5
5
  * Widget state extension for lock selection functionality.
6
6
  * Extends the base widget state with lock-specific properties.
@@ -1,4 +1,4 @@
1
- import { RelativeDataProps } from './types';
1
+ import { RelativeDataProps } from './types.js';
2
2
  export declare const RELATIVE_DATA_TOOL_ID = "relative-data";
3
3
  export declare const RELATIVE_DATA_CONFIG_TOOL_ID = "relative-data-config";
4
4
  /**
@@ -1,6 +1,6 @@
1
1
  import { IconButtonProps } from '@mui/material';
2
2
  import { ReactNode } from 'react';
3
- import { BaseWidgetState } from '../../../widgets/stores';
3
+ import { BaseWidgetState } from '../../../widgets/stores/index.js';
4
4
  export interface RelativeDataProps {
5
5
  /** Widget ID to update data in the widget store */
6
6
  id: string;
@@ -1,4 +1,4 @@
1
- import { EchartWidgetData } from '../../echart/types';
1
+ import { EchartWidgetData } from '../../echart/types.js';
2
2
  /**
3
3
  * Calculates the sum of all numeric values in the data
4
4
  */
@@ -1,4 +1,4 @@
1
- import { SearcherToggleProps } from './types';
1
+ import { SearcherToggleProps } from './types.js';
2
2
  /**
3
3
  * Widget action button to toggle search functionality.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { SearcherProps } from './types';
1
+ import { SearcherProps } from './types.js';
2
2
  export declare const SEARCHER_TOOL_ID = "searcher";
3
3
  /**
4
4
  * Search input component that works with SearcherToggle.
@@ -1,7 +1,7 @@
1
1
  import { IconButtonProps, TextFieldProps } from '@mui/material';
2
2
  import { ReactNode } from 'react';
3
- import { EchartWidgetData } from '../../echart/types';
4
- import { BaseWidgetState } from '../../stores/types';
3
+ import { EchartWidgetData } from '../../echart/types.js';
4
+ import { BaseWidgetState } from '../../stores/types.js';
5
5
  /**
6
6
  * Filter function type for custom search filtering logic.
7
7
  * Receives the original data and search text, returns filtered data.
@@ -1,4 +1,4 @@
1
- import { StackToggleProps } from './types';
1
+ import { StackToggleProps } from './types.js';
2
2
  export declare const STACK_TOGGLE_TOOL_ID = "stack-toggle";
3
3
  /**
4
4
  * Widget action to toggle stacking behavior in ECharts bar and histogram widgets.
@@ -1,6 +1,6 @@
1
1
  import { IconButtonProps } from '@mui/material';
2
2
  import { ReactNode } from 'react';
3
- import { BaseWidgetState } from '../../stores/types';
3
+ import { BaseWidgetState } from '../../stores/types.js';
4
4
  export interface StackToggleProps {
5
5
  /** Widget ID to update stack configuration in the widget store */
6
6
  id: string;
@@ -1,6 +1,6 @@
1
1
  import { IconButtonProps } from '@mui/material';
2
2
  import { ReactNode } from 'react';
3
- import { BaseWidgetState } from '../../stores/types';
3
+ import { BaseWidgetState } from '../../stores/types.js';
4
4
  /**
5
5
  * State stored in widget store for zoom functionality
6
6
  */
@@ -1,4 +1,4 @@
1
- import { ZoomToggleProps } from './types';
1
+ import { ZoomToggleProps } from './types.js';
2
2
  export declare const ZOOM_TOGGLE_TOOL_ID = "zoom-toggle";
3
3
  /**
4
4
  * Widget action to toggle EChart zoom functionality.
@@ -1,5 +1,5 @@
1
- import { BarConfig, BarWidgetConfig } from './types';
2
- export declare const barDownloadConfig: ({ refUI }: import('../loader').ConfigProps) => import('../actions').DownloadItem<import('../echart').EchartWidgetData>[];
1
+ import { BarConfig, BarWidgetConfig } from './types.js';
2
+ export declare const barDownloadConfig: ({ refUI }: import('../loader/index.js').ConfigProps) => import('../actions/index.js').DownloadItem<import('../echart/index.js').EchartWidgetData>[];
3
3
  /**
4
4
  * Generates ECharts configuration for bar chart widgets (vertical and horizontal), including axis, tooltip, legend, and series options styled with the CARTO theme.
5
5
  *
@@ -1,3 +1,3 @@
1
- export { barConfig, barDownloadConfig } from './config';
2
- export { BarSkeleton } from './skeleton';
3
- export type { BarWidgetData, BarWidgetState, BarConfig, BarWidgetConfig, } from './types';
1
+ export { barConfig, barDownloadConfig } from './config.js';
2
+ export { BarSkeleton } from './skeleton.js';
3
+ export type { BarWidgetData, BarWidgetState, BarConfig, BarWidgetConfig, } from './types.js';
@@ -1,6 +1,6 @@
1
- import { EchartWidgetData, EchartWidgetState } from '../echart';
2
- import { EchartWidgetOptionProps, EchartWidgetProps } from '../echart/types';
3
- import { ConfigProps } from '../loader';
1
+ import { EchartWidgetData, EchartWidgetState } from '../echart/index.js';
2
+ import { EchartWidgetOptionProps, EchartWidgetProps } from '../echart/types.js';
3
+ import { ConfigProps } from '../loader/index.js';
4
4
  export type BarWidgetData = EchartWidgetData;
5
5
  export type BarWidgetState = EchartWidgetState;
6
6
  export type BarWidgetConfig = EchartWidgetProps & {
@@ -1,4 +1,4 @@
1
- import { CategoryUIProps } from './types';
1
+ import { CategoryUIProps } from './types.js';
2
2
  /**
3
3
  * Renders a category widget displaying horizontal bars for categorical data with support for single and multi-series layouts, selection, and overflow grouping.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CategorySeriesConfig } from '../types';
1
+ import { CategorySeriesConfig } from '../types.js';
2
2
  export interface CategoryLegendProps {
3
3
  series: CategorySeriesConfig[];
4
4
  colors: string[];
@@ -1,4 +1,4 @@
1
- import { CategoryWidgetConfig } from '../types';
1
+ import { CategoryWidgetConfig } from '../types.js';
2
2
  export interface CategoryRowMultiProps {
3
3
  name: string;
4
4
  values: number[];
@@ -1,4 +1,4 @@
1
- import { CategoryWidgetConfig } from '../types';
1
+ import { CategoryWidgetConfig } from '../types.js';
2
2
  export interface CategoryRowSingleProps {
3
3
  name: string;
4
4
  value: number;
@@ -1,6 +1,6 @@
1
- import { DownloadItem } from '../actions';
2
- import { ConfigProps } from '../loader/types';
3
- import { CategoryWidgetConfig, CategoryWidgetData, CategorySeriesConfig } from './types';
1
+ import { DownloadItem } from '../actions/index.js';
2
+ import { ConfigProps } from '../loader/types.js';
3
+ import { CategoryWidgetConfig, CategoryWidgetData, CategorySeriesConfig } from './types.js';
4
4
  interface CategoryDownloadConfigProps extends ConfigProps {
5
5
  series?: CategorySeriesConfig[];
6
6
  }