@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,14 +1,14 @@
1
- export { CategoryUI } from './category-ui';
2
- export { CategorySkeleton } from './skeleton';
3
- export { categoryConfig, categoryDownloadConfig } from './config';
4
- export { CategoryBar } from './components/category-bar';
5
- export type { CategoryBarProps } from './components/category-bar';
6
- export { CategoryRowSingle } from './components/category-row-single';
7
- export type { CategoryRowSingleProps } from './components/category-row-single';
8
- export { CategoryRowMulti } from './components/category-row-multi';
9
- export type { CategoryRowMultiProps } from './components/category-row-multi';
10
- export { CategoryRowOther } from './components/category-row-other';
11
- export type { CategoryRowOtherProps } from './components/category-row-other';
12
- export { CategoryLegend } from './components/category-legend';
13
- export type { CategoryLegendProps } from './components/category-legend';
14
- export type { CategoryUIProps, CategoryWidgetData, CategoryWidgetState, CategoryWidgetConfig, CategoryDownloadConfig, CategoryDataItem, CategorySeriesConfig, CategoryLabels, } from './types';
1
+ export { CategoryUI } from './category-ui.js';
2
+ export { CategorySkeleton } from './skeleton.js';
3
+ export { categoryConfig, categoryDownloadConfig } from './config.js';
4
+ export { CategoryBar } from './components/category-bar.js';
5
+ export type { CategoryBarProps } from './components/category-bar.js';
6
+ export { CategoryRowSingle } from './components/category-row-single.js';
7
+ export type { CategoryRowSingleProps } from './components/category-row-single.js';
8
+ export { CategoryRowMulti } from './components/category-row-multi.js';
9
+ export type { CategoryRowMultiProps } from './components/category-row-multi.js';
10
+ export { CategoryRowOther } from './components/category-row-other.js';
11
+ export type { CategoryRowOtherProps } from './components/category-row-other.js';
12
+ export { CategoryLegend } from './components/category-legend.js';
13
+ export type { CategoryLegendProps } from './components/category-legend.js';
14
+ export type { CategoryUIProps, CategoryWidgetData, CategoryWidgetState, CategoryWidgetConfig, CategoryDownloadConfig, CategoryDataItem, CategorySeriesConfig, CategoryLabels, } from './types.js';
@@ -1,6 +1,6 @@
1
- import { BaseWidgetState, WidgetsStoreProps } from '../stores/types';
2
- import { WrapperState } from '../wrapper/types';
3
- import { DownloadItem } from '../actions/download/types';
1
+ import { BaseWidgetState, WidgetsStoreProps } from '../stores/types.js';
2
+ import { WrapperState } from '../wrapper/types.js';
3
+ import { DownloadItem } from '../actions/download/types.js';
4
4
  export interface CategoryUIProps {
5
5
  id: WidgetsStoreProps['id'];
6
6
  }
@@ -1,4 +1,4 @@
1
- import { EchartUIProps } from './types';
1
+ import { EchartUIProps } from './types.js';
2
2
  /**
3
3
  * Presentational component that initializes and manages an Apache ECharts instance.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { EchartProps } from './types';
1
+ import { EchartProps } from './types.js';
2
2
  /**
3
3
  * Stateful EChart widget component that reads data and options from the widget store and renders an ECharts chart.
4
4
  *
@@ -1,5 +1,5 @@
1
- export { Echart } from './echart';
2
- export { EchartUI } from './echart-ui';
3
- export type { EchartProps, EchartOptionsProps, EchartUIProps, EchartWidgetData, EchartWidgetState, } from './types';
4
- export { getCommonOptions } from './options';
5
- export { mergeEchartWidgetConfig, getEChartBrushConfig, getEChartStackConfig, getEChartZoomConfig, } from './utils';
1
+ export { Echart } from './echart.js';
2
+ export { EchartUI } from './echart-ui.js';
3
+ export type { EchartProps, EchartOptionsProps, EchartUIProps, EchartWidgetData, EchartWidgetState, } from './types.js';
4
+ export { getCommonOptions } from './options.js';
5
+ export { mergeEchartWidgetConfig, getEChartBrushConfig, getEChartStackConfig, getEChartZoomConfig, } from './utils.js';
@@ -1,4 +1,4 @@
1
- import { EchartOptionsProps, EchartWidgetOptionProps } from './types';
1
+ import { EchartOptionsProps, EchartWidgetOptionProps } from './types.js';
2
2
  /**
3
3
  * Returns the shared base ECharts options used across all EChart-based widgets (bar, pie, histogram, etc.).
4
4
  *
@@ -1,5 +1,5 @@
1
1
  import { EChartsOption } from 'echarts';
2
- import { BaseWidgetState } from '../stores/types';
2
+ import { BaseWidgetState } from '../stores/types.js';
3
3
  import { Ref, RefObject } from 'react';
4
4
  import { theme as CartoTheme } from '@carto/meridian-ds/theme';
5
5
  import type * as echarts from 'echarts';
@@ -1,4 +1,4 @@
1
- import { EchartOptionsProps } from './types';
1
+ import { EchartOptionsProps } from './types.js';
2
2
  import { Theme } from '@mui/material';
3
3
  /**
4
4
  * Deep-merges two ECharts option objects with smart handling for `color`, `axisLabel`, and `series` keys.
@@ -1,4 +1,4 @@
1
- import { WidgetErrorProps } from './types';
1
+ import { WidgetErrorProps } from './types.js';
2
2
  /**
3
3
  * Displays an error alert when a widget encounters an error during data loading. Reads error state from the widget store and hides errors during loading/fetching to prevent flashing.
4
4
  *
@@ -1,2 +1,2 @@
1
- export { WidgetError } from './error';
2
- export type { WidgetErrorProps } from './types';
1
+ export { WidgetError } from './error.js';
2
+ export type { WidgetErrorProps } from './types.js';
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { WidgetState } from '../stores/types';
2
+ import { WidgetState } from '../stores/types.js';
3
3
  export interface WidgetErrorProps {
4
4
  /**
5
5
  * Widget ID to fetch error state from store
@@ -1,4 +1,4 @@
1
- import { ItemProps } from '../types';
1
+ import { ItemProps } from '../types.js';
2
2
  /**
3
3
  * Base typography wrapper used by formula sub-components (Value, Prefix, Suffix) to render styled text.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { ValueProps } from '../types';
1
+ import { ValueProps } from '../types.js';
2
2
  /**
3
3
  * Renders the prefix content (e.g., currency symbol) before a formula value, if defined in the data item.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { RowProps } from '../types';
1
+ import { RowProps } from '../types.js';
2
2
  /**
3
3
  * Iterates over the widget's data items and renders a row for each one using render props.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { ValueProps } from '../types';
1
+ import { ValueProps } from '../types.js';
2
2
  /**
3
3
  * Renders a colored avatar badge showing the first letter of the series name for multi-value formula widgets.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { ValueProps } from '../types';
1
+ import { ValueProps } from '../types.js';
2
2
  /**
3
3
  * Renders the suffix content (e.g., unit label) after a formula value, if defined in the data item.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { ValueProps } from '../types';
1
+ import { ValueProps } from '../types.js';
2
2
  /**
3
3
  * Displays the formatted numeric value for a formula widget data item, applying the widget's formatter and color.
4
4
  */
@@ -1,5 +1,5 @@
1
- import { ConfigProps } from '../loader/types';
2
- import { FormulaDownloadConfig, FormulaWidgetConfig } from './types';
1
+ import { ConfigProps } from '../loader/types.js';
2
+ import { FormulaDownloadConfig, FormulaWidgetConfig } from './types.js';
3
3
  /**
4
4
  * Creates download configuration for formula widgets, supporting PNG (screenshot) and CSV (data) exports.
5
5
  *
@@ -1,4 +1,4 @@
1
- import { FormulaUIProps } from './types';
1
+ import { FormulaUIProps } from './types.js';
2
2
  /**
3
3
  * Renders a formula widget displaying one or more KPI values with optional prefixes, suffixes, and series indicators.
4
4
  */
@@ -1,11 +1,11 @@
1
- export { Item } from './components/item';
2
- export { Value } from './components/value';
3
- export { Prefix } from './components/prefix';
4
- export { Suffix } from './components/suffix';
5
- export { Series } from './components/series';
6
- export { Row } from './components/row';
7
- export { formulaConfig, formulaDownloadConfig } from './config';
8
- export { FormulaUI } from './formula-ui';
9
- export { FormulaSkeleton } from './skeleton';
10
- export { sanitizeDataItem, sanitizeDataItems } from './serializer';
11
- export type { DataItem, FormulaDownloadConfig, FormulaUIProps, FormulaWidgetConfig, FormulaWidgetData, FormulaWidgetState, ItemProps, RowProps, SeriesConfig, ValueProps, } from './types';
1
+ export { Item } from './components/item.js';
2
+ export { Value } from './components/value.js';
3
+ export { Prefix } from './components/prefix.js';
4
+ export { Suffix } from './components/suffix.js';
5
+ export { Series } from './components/series.js';
6
+ export { Row } from './components/row.js';
7
+ export { formulaConfig, formulaDownloadConfig } from './config.js';
8
+ export { FormulaUI } from './formula-ui.js';
9
+ export { FormulaSkeleton } from './skeleton.js';
10
+ export { sanitizeDataItem, sanitizeDataItems } from './serializer.js';
11
+ export type { DataItem, FormulaDownloadConfig, FormulaUIProps, FormulaWidgetConfig, FormulaWidgetData, FormulaWidgetState, ItemProps, RowProps, SeriesConfig, ValueProps, } from './types.js';
@@ -1,4 +1,4 @@
1
- import { DataItem } from './types';
1
+ import { DataItem } from './types.js';
2
2
  /**
3
3
  * Sanitizes DataItem by converting ReactNode prefix/suffix values to undefined.
4
4
  * This ensures only string values are stored in the widget state.
@@ -1,8 +1,8 @@
1
1
  import { TypographyProps } from '@mui/material';
2
2
  import { ReactNode } from 'react';
3
- import { BaseWidgetState, WidgetsStoreProps } from '../stores/types';
4
- import { WrapperState } from '../wrapper/types';
5
- import { DownloadItem } from '../actions/download/types';
3
+ import { BaseWidgetState, WidgetsStoreProps } from '../stores/types.js';
4
+ import { WrapperState } from '../wrapper/types.js';
5
+ import { DownloadItem } from '../actions/download/types.js';
6
6
  export interface FormulaUIProps {
7
7
  id: WidgetsStoreProps['id'];
8
8
  }
@@ -1,6 +1,6 @@
1
- import { HistogramConfig, HistogramWidgetConfig } from './types';
2
- import { DownloadItem } from '../actions';
3
- import { ConfigProps } from '../loader/types';
1
+ import { HistogramConfig, HistogramWidgetConfig } from './types.js';
2
+ import { DownloadItem } from '../actions/index.js';
3
+ import { ConfigProps } from '../loader/types.js';
4
4
  export interface HistogramDownloadConfigProps extends ConfigProps {
5
5
  ticks: number[];
6
6
  labelFormatter?: (value: string | number) => string | number;
@@ -1,4 +1,4 @@
1
- export type { HistogramConfig, HistogramWidgetConfig, HistogramWidgetData, HistogramWidgetState, } from './types';
2
- export type { HistogramDownloadConfigProps } from './config';
3
- export { histogramConfig, histogramDataToCSV, histogramDownloadConfig, } from './config';
4
- export { HistogramSkeleton } from './skeleton';
1
+ export type { HistogramConfig, HistogramWidgetConfig, HistogramWidgetData, HistogramWidgetState, } from './types.js';
2
+ export type { HistogramDownloadConfigProps } from './config.js';
3
+ export { histogramConfig, histogramDataToCSV, histogramDownloadConfig, } from './config.js';
4
+ export { HistogramSkeleton } from './skeleton.js';
@@ -1,6 +1,6 @@
1
- import { EchartWidgetState } from '../echart';
2
- import { EchartWidgetOptionProps, EchartWidgetProps } from '../echart/types';
3
- import { ConfigProps } from '../loader';
1
+ import { EchartWidgetState } from '../echart/index.js';
2
+ import { EchartWidgetOptionProps, EchartWidgetProps } from '../echart/types.js';
3
+ import { ConfigProps } from '../loader/index.js';
4
4
  export type HistogramWidgetData = number[][];
5
5
  export type HistogramWidgetState = EchartWidgetState;
6
6
  export type HistogramWidgetConfig = EchartWidgetProps & {
@@ -1,3 +1,3 @@
1
- export { WidgetLoader } from './loader';
2
- export { mergeWidgetConfig, resolveConfig, type ConfigOrFn } from './utils';
3
- export type { WidgetLoaderProps, ConfigProps } from './types';
1
+ export { WidgetLoader } from './loader.js';
2
+ export { mergeWidgetConfig, resolveConfig, type ConfigOrFn } from './utils.js';
3
+ export type { WidgetLoaderProps, ConfigProps } from './types.js';
@@ -1,4 +1,4 @@
1
- import { WidgetLoaderProps } from './types';
1
+ import { WidgetLoaderProps } from './types.js';
2
2
  /**
3
3
  * Foundation component for all widgets that manages state initialization, synchronization with the widget store, and data transformation pipeline execution.
4
4
  *
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { WidgetsStoreProps, WidgetState } from '../stores/types';
2
+ import { WidgetsStoreProps, WidgetState } from '../stores/types.js';
3
3
  export interface WidgetLoaderProps<T extends object = Record<string, unknown>> extends WidgetsStoreProps {
4
4
  children: ReactNode;
5
5
  config?: T;
@@ -1,5 +1,5 @@
1
- import { DownloadItem } from '../actions';
2
- import { MarkdownWidgetConfig, MarkdownWidgetData } from './types';
1
+ import { DownloadItem } from '../actions/index.js';
2
+ import { MarkdownWidgetConfig, MarkdownWidgetData } from './types.js';
3
3
  /**
4
4
  * Creates download configuration for markdown widgets, supporting CSV export of text content. Does not require `refUI` since it only exports text.
5
5
  *
@@ -1,5 +1,5 @@
1
- export { Markdown } from './markdown';
2
- export { MarkdownUI } from './markdown-ui';
3
- export { MarkdownSkeleton } from './skeleton';
4
- export { markdownConfig, markdownDownloadConfig } from './config';
5
- export type { MarkdownComponentProps, MarkdownUIProps, MarkdownWidgetData, MarkdownWidgetState, MarkdownWidgetConfig, MarkdownDownloadConfig, MarkdownDataItem, } from './types';
1
+ export { Markdown } from './markdown.js';
2
+ export { MarkdownUI } from './markdown-ui.js';
3
+ export { MarkdownSkeleton } from './skeleton.js';
4
+ export { markdownConfig, markdownDownloadConfig } from './config.js';
5
+ export type { MarkdownComponentProps, MarkdownUIProps, MarkdownWidgetData, MarkdownWidgetState, MarkdownWidgetConfig, MarkdownDownloadConfig, MarkdownDataItem, } from './types.js';
@@ -1,4 +1,4 @@
1
- import { MarkdownComponentProps } from './types';
1
+ import { MarkdownComponentProps } from './types.js';
2
2
  /**
3
3
  * Presentational component that renders a Markdown string as MUI-styled HTML using react-markdown.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { MarkdownUIProps } from './types';
1
+ import { MarkdownUIProps } from './types.js';
2
2
  /**
3
3
  * Stateful markdown widget component that reads content from the widget store and renders it as formatted rich text.
4
4
  */
@@ -1,6 +1,6 @@
1
- import { BaseWidgetState, WidgetsStoreProps } from '../stores/types';
2
- import { WrapperState } from '../wrapper/types';
3
- import { DownloadItem } from '../actions/download/types';
1
+ import { BaseWidgetState, WidgetsStoreProps } from '../stores/types.js';
2
+ import { WrapperState } from '../wrapper/types.js';
3
+ import { DownloadItem } from '../actions/download/types.js';
4
4
  import { Components } from 'react-markdown';
5
5
  export interface MarkdownComponentProps {
6
6
  children: string;
@@ -1,2 +1,2 @@
1
- export { WidgetNoData } from './no-data';
2
- export type { WidgetNoDataProps } from './types';
1
+ export { WidgetNoData } from './no-data.js';
2
+ export type { WidgetNoDataProps } from './types.js';
@@ -1,4 +1,4 @@
1
- import { WidgetNoDataProps } from './types';
1
+ import { WidgetNoDataProps } from './types.js';
2
2
  /**
3
3
  * NoData wrapper component that displays empty state UI when widget has no data
4
4
  *
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { WidgetState } from '../stores/types';
2
+ import { WidgetState } from '../stores/types.js';
3
3
  /**
4
4
  * Props for the WidgetNoData wrapper component
5
5
  *
@@ -1,2 +1,2 @@
1
- export { WidgetNote } from './note';
2
- export type { WidgetNoteProps } from './types';
1
+ export { WidgetNote } from './note.js';
2
+ export type { WidgetNoteProps } from './types.js';
@@ -1,4 +1,4 @@
1
- import { WidgetNoteProps } from './types';
1
+ import { WidgetNoteProps } from './types.js';
2
2
  /**
3
3
  * Displays text content with markdown support and automatic show more/less functionality for long content. Automatically detects content exceeding 3 lines and shows an expand/collapse button.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { MarkdownComponentProps } from '../markdown';
1
+ import { MarkdownComponentProps } from '../markdown/index.js';
2
2
  export interface WidgetNoteProps {
3
3
  children: MarkdownComponentProps['children'];
4
4
  labels?: {
@@ -1,5 +1,5 @@
1
- import { PieConfig, PieWidgetConfig } from './types';
2
- export declare const pieDownloadConfig: ({ refUI }: import('../loader').ConfigProps) => import('../actions').DownloadItem<import('../echart').EchartWidgetData>[];
1
+ import { PieConfig, PieWidgetConfig } from './types.js';
2
+ export declare const pieDownloadConfig: ({ refUI }: import('../loader/index.js').ConfigProps) => import('../actions/index.js').DownloadItem<import('../echart/index.js').EchartWidgetData>[];
3
3
  /**
4
4
  * Generates ECharts configuration for pie and donut chart widgets. Falls back to a horizontal bar layout when multiple data series are provided.
5
5
  *
@@ -1,3 +1,3 @@
1
- export type { PieWidgetData, PieWidgetState, PieWidgetConfig, PieConfig, } from './types';
2
- export { pieConfig, pieDownloadConfig } from './config';
3
- export { PieSkeleton } from './skeleton';
1
+ export type { PieWidgetData, PieWidgetState, PieWidgetConfig, PieConfig, } from './types.js';
2
+ export { pieConfig, pieDownloadConfig } from './config.js';
3
+ export { PieSkeleton } from './skeleton.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 PieWidgetData = EchartWidgetData;
5
5
  export type PieWidgetState = EchartWidgetState;
6
6
  export type PieWidgetConfig = EchartWidgetProps & {
@@ -1,4 +1,4 @@
1
- import { RangeItemProps } from '../types';
1
+ import { RangeItemProps } from '../types.js';
2
2
  /**
3
3
  * Renders a single range slider with editable min/max text inputs, reading its configuration from the widget store.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { RangeWidgetConfig } from './types';
1
+ import { RangeWidgetConfig } from './types.js';
2
2
  /**
3
3
  * Returns the default configuration for range (value range with labels) widgets.
4
4
  *
@@ -1,6 +1,6 @@
1
- export { RangeUI } from './range-ui';
2
- export { RangeSkeleton } from './skeleton';
3
- export { rangeConfig } from './config';
4
- export { RangeItem } from './components/range-item';
5
- export type { RangeWidgetState, RangeWidgetConfig, RangeDownloadConfig, RangeUIProps, RangeDataItem, RangeWidgetData, RangeItemProps, } from './types';
6
- export { sanitizeRangeDataItem, sanitizeRangeDataItems } from './serializer';
1
+ export { RangeUI } from './range-ui.js';
2
+ export { RangeSkeleton } from './skeleton.js';
3
+ export { rangeConfig } from './config.js';
4
+ export { RangeItem } from './components/range-item.js';
5
+ export type { RangeWidgetState, RangeWidgetConfig, RangeDownloadConfig, RangeUIProps, RangeDataItem, RangeWidgetData, RangeItemProps, } from './types.js';
6
+ export { sanitizeRangeDataItem, sanitizeRangeDataItems } from './serializer.js';
@@ -1,4 +1,4 @@
1
- import { RangeUIProps } from './types';
1
+ import { RangeUIProps } from './types.js';
2
2
  /**
3
3
  * Renders a range widget with one or more interactive dual-slider controls for selecting value ranges.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { RangeDataItem } from './types';
1
+ import { RangeDataItem } from './types.js';
2
2
  /**
3
3
  * Sanitizes RangeDataItem by converting ReactNode note values to undefined.
4
4
  * This ensures only string values are stored in the widget state.
@@ -1,7 +1,7 @@
1
1
  import { ReactNode } from 'react';
2
- import { BaseWidgetState, WidgetsStoreProps } from '../stores/types';
3
- import { WrapperState } from '../wrapper/types';
4
- import { DownloadItem } from '../actions/download/types';
2
+ import { BaseWidgetState, WidgetsStoreProps } from '../stores/types.js';
3
+ import { WrapperState } from '../wrapper/types.js';
4
+ import { DownloadItem } from '../actions/download/types.js';
5
5
  export interface RangeUIProps {
6
6
  id: WidgetsStoreProps['id'];
7
7
  }
@@ -1,5 +1,5 @@
1
- import { ScatterplotConfig, ScatterplotWidgetConfig, ScatterplotWidgetData } from './types';
2
- export declare const scatterplotDownloadConfig: ({ refUI }: import('../loader').ConfigProps) => import('../actions').DownloadItem<ScatterplotWidgetData>[];
1
+ import { ScatterplotConfig, ScatterplotWidgetConfig, ScatterplotWidgetData } from './types.js';
2
+ export declare const scatterplotDownloadConfig: ({ refUI }: import('../loader/index.js').ConfigProps) => import('../actions/index.js').DownloadItem<ScatterplotWidgetData>[];
3
3
  /**
4
4
  * Generates ECharts configuration for X-Y scatter plot widgets with value axes, legend support, and CARTO qualitative color palette.
5
5
  *
@@ -1,3 +1,3 @@
1
- export type { ScatterplotWidgetData, ScatterplotWidgetState, ScatterplotWidgetConfig, ScatterplotConfig, } from './types';
2
- export { scatterplotConfig, scatterplotDownloadConfig } from './config';
3
- export { ScatterplotSkeleton } from './skeleton';
1
+ export type { ScatterplotWidgetData, ScatterplotWidgetState, ScatterplotWidgetConfig, ScatterplotConfig, } from './types.js';
2
+ export { scatterplotConfig, scatterplotDownloadConfig } from './config.js';
3
+ export { ScatterplotSkeleton } from './skeleton.js';
@@ -1,6 +1,6 @@
1
- import { EchartWidgetState } from '../echart';
2
- import { EchartWidgetOptionProps, EchartWidgetProps } from '../echart/types';
3
- import { ConfigProps } from '../loader';
1
+ import { EchartWidgetState } from '../echart/index.js';
2
+ import { EchartWidgetOptionProps, EchartWidgetProps } from '../echart/types.js';
3
+ import { ConfigProps } from '../loader/index.js';
4
4
  export type ScatterplotWidgetData = [number, number][][];
5
5
  export type ScatterplotWidgetState = EchartWidgetState;
6
6
  export type ScatterplotWidgetConfig = EchartWidgetProps & {
@@ -1,2 +1,2 @@
1
- export { WidgetSelectionSummary } from './selection-summary';
2
- export type { WidgetSelectionSummaryProps, SelectionSummaryLabels, } from './types';
1
+ export { WidgetSelectionSummary } from './selection-summary.js';
2
+ export type { WidgetSelectionSummaryProps, SelectionSummaryLabels, } from './types.js';
@@ -1,4 +1,4 @@
1
- import { WidgetSelectionSummaryProps } from './types';
1
+ import { WidgetSelectionSummaryProps } from './types.js';
2
2
  /**
3
3
  * Displays the count of selected items with an optional clear button. Commonly used with the LockSelection action to show selection state in widgets.
4
4
  *
@@ -1,2 +1,2 @@
1
- export { SkeletonLoader } from './skeleton-loader';
2
- export type { SkeletonLoaderProps } from './types';
1
+ export { SkeletonLoader } from './skeleton-loader.js';
2
+ export type { SkeletonLoaderProps } from './types.js';
@@ -1,4 +1,4 @@
1
- import { SkeletonLoaderProps } from './types';
1
+ import { SkeletonLoaderProps } from './types.js';
2
2
  /**
3
3
  * Displays a skeleton loading placeholder while widget data is loading. Subscribes to widget loading state in the store and renders the provided Skeleton component or children accordingly.
4
4
  *
@@ -1,5 +1,5 @@
1
1
  import { ElementType, ReactNode } from 'react';
2
- import { WidgetState } from '../stores/types';
2
+ import { WidgetState } from '../stores/types.js';
3
3
  export interface SkeletonLoaderProps {
4
4
  id: WidgetState['id'];
5
5
  Skeleton: ElementType | null;
@@ -1,4 +1,4 @@
1
- import { ValueProps } from '../types';
1
+ import { ValueProps } from '../types.js';
2
2
  /**
3
3
  * Displays the formatted maximum value for a spread widget data item.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { ValueProps } from '../types';
1
+ import { ValueProps } from '../types.js';
2
2
  /**
3
3
  * Displays the formatted minimum value for a spread widget data item.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { ItemProps } from '../../formula/types';
1
+ import { ItemProps } from '../../formula/types.js';
2
2
  /**
3
3
  * Renders a dash separator between the min and max values in a spread widget.
4
4
  */
@@ -1,6 +1,6 @@
1
- import { DownloadItem } from '../actions';
2
- import { ConfigProps } from '../loader/types';
3
- import { SpreadWidgetConfig, SpreadWidgetData } from './types';
1
+ import { DownloadItem } from '../actions/index.js';
2
+ import { ConfigProps } from '../loader/types.js';
3
+ import { SpreadWidgetConfig, SpreadWidgetData } from './types.js';
4
4
  /**
5
5
  * Creates download configuration for spread widgets, supporting PNG (screenshot) and CSV (min/max data) exports.
6
6
  *
@@ -1,9 +1,9 @@
1
- export { SpreadUI } from './spread-ui';
2
- export { SpreadSkeleton } from './skeleton';
3
- export { spreadConfig, spreadDownloadConfig } from './config';
4
- export { MinValue } from './components/min-value';
5
- export { MaxValue } from './components/max-value';
6
- export { Separator } from './components/separator';
7
- export { Item, Row, Prefix, Suffix, Series } from '../formula';
8
- export type { RowProps, ValueProps, SpreadWidgetState, SpreadWidgetConfig, SpreadWidgetData, SpreadDownloadConfig, ItemProps, SpreadDataItem, SpreadUIProps, } from './types';
9
- export type { SeriesConfig } from '../formula/types';
1
+ export { SpreadUI } from './spread-ui.js';
2
+ export { SpreadSkeleton } from './skeleton.js';
3
+ export { spreadConfig, spreadDownloadConfig } from './config.js';
4
+ export { MinValue } from './components/min-value.js';
5
+ export { MaxValue } from './components/max-value.js';
6
+ export { Separator } from './components/separator.js';
7
+ export { Item, Row, Prefix, Suffix, Series } from '../formula/index.js';
8
+ export type { RowProps, ValueProps, SpreadWidgetState, SpreadWidgetConfig, SpreadWidgetData, SpreadDownloadConfig, ItemProps, SpreadDataItem, SpreadUIProps, } from './types.js';
9
+ export type { SeriesConfig } from '../formula/types.js';
@@ -1,4 +1,4 @@
1
- import { SpreadUIProps } from './types';
1
+ import { SpreadUIProps } from './types.js';
2
2
  /**
3
3
  * Renders a spread widget displaying min-max value pairs with optional prefixes, suffixes, and series indicators.
4
4
  */
@@ -1,9 +1,9 @@
1
1
  import { TypographyProps } from '@mui/material';
2
2
  import { ReactNode } from 'react';
3
- import { BaseWidgetState, WidgetsStoreProps } from '../stores/types';
4
- import { WrapperState } from '../wrapper/types';
5
- import { DownloadItem } from '../actions/download/types';
6
- import { SeriesConfig } from '../formula/types';
3
+ import { BaseWidgetState, WidgetsStoreProps } from '../stores/types.js';
4
+ import { WrapperState } from '../wrapper/types.js';
5
+ import { DownloadItem } from '../actions/download/types.js';
6
+ import { SeriesConfig } from '../formula/types.js';
7
7
  export interface SpreadUIProps {
8
8
  id: WidgetsStoreProps['id'];
9
9
  }