@carto/ps-react-ui 4.19.0 → 4.20.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.
- package/dist/actions-DKX98LlI.js +1318 -0
- package/dist/actions-DKX98LlI.js.map +1 -0
- package/dist/actions-Dy9JVr7F.js +1004 -0
- package/dist/actions-Dy9JVr7F.js.map +1 -0
- package/dist/category-DHZscHaS.js +826 -0
- package/dist/category-DHZscHaS.js.map +1 -0
- package/dist/chart-config-BGt7wkK7.js +108 -0
- package/dist/chart-config-BGt7wkK7.js.map +1 -0
- package/dist/chat.js +1589 -1711
- package/dist/chat.js.map +1 -1
- package/dist/cjs-CBrZjPCj.js +75 -0
- package/dist/cjs-CBrZjPCj.js.map +1 -0
- package/dist/components-DDt4mOQn.js +2403 -0
- package/dist/components-DDt4mOQn.js.map +1 -0
- package/dist/components.js +5 -1841
- package/dist/copy-button-DaQqWVu0.js +25 -0
- package/dist/copy-button-DaQqWVu0.js.map +1 -0
- package/dist/csv-modifiers-D6HGC24b.js +26 -0
- package/dist/csv-modifiers-D6HGC24b.js.map +1 -0
- package/dist/download-BT6qBamM.js +232 -0
- package/dist/download-BT6qBamM.js.map +1 -0
- package/dist/echart-BkaV3V5G.js +133 -0
- package/dist/echart-BkaV3V5G.js.map +1 -0
- package/dist/echart-DSz2Tu0z.js +250 -0
- package/dist/echart-DSz2Tu0z.js.map +1 -0
- package/dist/formatter-wVO81tYk.js +6 -0
- package/dist/formatter-wVO81tYk.js.map +1 -0
- package/dist/formula-Bk9CBzm2.js +190 -0
- package/dist/formula-Bk9CBzm2.js.map +1 -0
- package/dist/formula-Dsru_p-g.js +285 -0
- package/dist/formula-Dsru_p-g.js.map +1 -0
- package/dist/hooks-zf5gKZYq.js +22 -0
- package/dist/hooks-zf5gKZYq.js.map +1 -0
- package/dist/legend/stores.js +2 -24
- package/dist/legend.js +2274 -2323
- package/dist/legend.js.map +1 -1
- package/dist/markdown-DnSJMPjQ.js +165 -0
- package/dist/markdown-DnSJMPjQ.js.map +1 -0
- package/dist/markdown-content-BzKoX3eu.js +8764 -0
- package/dist/markdown-content-BzKoX3eu.js.map +1 -0
- package/dist/range-BPWVrAsY.js +277 -0
- package/dist/range-BPWVrAsY.js.map +1 -0
- package/dist/rolldown-runtime-B0aSnxlc.js +20 -0
- package/dist/row-CvVGBuy_.js +35 -0
- package/dist/row-CvVGBuy_.js.map +1 -0
- package/dist/shared-resize-observer-BEiP2rQt.js +157 -0
- package/dist/shared-resize-observer-BEiP2rQt.js.map +1 -0
- package/dist/smart-tooltip-CwGHCqab.js +34 -0
- package/dist/smart-tooltip-CwGHCqab.js.map +1 -0
- package/dist/spread-Dy8pshpN.js +149 -0
- package/dist/spread-Dy8pshpN.js.map +1 -0
- package/dist/stores-B81-IU1G.js +374 -0
- package/dist/stores-B81-IU1G.js.map +1 -0
- package/dist/stores-BVFMfgyo.js +248 -0
- package/dist/stores-BVFMfgyo.js.map +1 -0
- package/dist/styles-Y-qGBELO.js +13 -0
- package/dist/styles-Y-qGBELO.js.map +1 -0
- package/dist/table-BfTG6rrs.js +439 -0
- package/dist/table-BfTG6rrs.js.map +1 -0
- package/dist/tooltip-DJUGNZxY.js +23 -0
- package/dist/tooltip-DJUGNZxY.js.map +1 -0
- package/dist/types/chat/bubbles/chat-agent-message-markdown.d.ts +1 -1
- package/dist/types/chat/bubbles/chat-error-message.d.ts +1 -1
- package/dist/types/chat/bubbles/chat-suggestion-button.d.ts +1 -1
- package/dist/types/chat/bubbles/chat-user-message.d.ts +1 -1
- package/dist/types/chat/containers/chat-footer.d.ts +1 -1
- package/dist/types/chat/containers/chat-header.d.ts +1 -1
- package/dist/types/chat/containers/chat-starter.d.ts +1 -1
- package/dist/types/chat/feedback/chat-loader.d.ts +1 -1
- package/dist/types/chat/feedback/chat-rating-action.d.ts +1 -1
- package/dist/types/chat/feedback/chat-thinking.d.ts +1 -1
- package/dist/types/chat/feedback/chat-tool-code-area.d.ts +1 -1
- package/dist/types/chat/feedback/chat-tool-full-view-dialog.d.ts +1 -1
- package/dist/types/chat/feedback/chat-tool-group.d.ts +1 -1
- package/dist/types/chat/feedback/chat-tool-trace.d.ts +2 -2
- package/dist/types/components/basemaps/group-wrapper.d.ts +1 -1
- package/dist/types/components/basemaps/group.d.ts +1 -1
- package/dist/types/components/basemaps/header.d.ts +1 -1
- package/dist/types/components/copy-button/copy-button.d.ts +1 -1
- package/dist/types/components/lasso-tool/chip.d.ts +1 -1
- package/dist/types/components/lasso-tool/icons.d.ts +7 -7
- package/dist/types/components/lasso-tool/lasso-tool.d.ts +4 -4
- package/dist/types/components/lasso-tool/message.d.ts +1 -1
- package/dist/types/components/list-data/list-data-skeleton.d.ts +1 -1
- package/dist/types/components/measurement-tools/icons.d.ts +3 -3
- package/dist/types/components/no-data-alert/no-data-alert.d.ts +1 -1
- package/dist/types/components/responsive-drawer/responsive-drawer.d.ts +1 -1
- package/dist/types/components/smart-tooltip/smart-tooltip.d.ts +1 -1
- package/dist/types/components/tooltip/tooltip.d.ts +1 -1
- package/dist/types/hooks/use-widget-ref.d.ts +2 -1
- package/dist/types/legend/components/legend-actions/legend-actions.d.ts +1 -1
- package/dist/types/legend/components/legend-category/legend-category-ui.d.ts +1 -1
- package/dist/types/legend/components/legend-config-select/legend-config-select.d.ts +1 -1
- package/dist/types/legend/components/legend-group/legend-group.d.ts +1 -1
- package/dist/types/legend/components/legend-group-menu/legend-group-menu-items.d.ts +4 -4
- package/dist/types/legend/components/legend-group-menu/legend-group-menu.d.ts +1 -1
- package/dist/types/legend/components/legend-icon/legend-icon-ui.d.ts +1 -1
- package/dist/types/legend/components/legend-item/legend-item-ui.d.ts +1 -1
- package/dist/types/legend/components/legend-item/legend-item.d.ts +1 -1
- package/dist/types/legend/components/legend-opacity/legend-opacity.d.ts +2 -2
- package/dist/types/legend/components/legend-overflow-menu/legend-overflow-menu.d.ts +1 -1
- package/dist/types/legend/components/legend-panel-menu/legend-panel-menu.d.ts +1 -1
- package/dist/types/legend/components/legend-proportion/legend-proportion-ui.d.ts +1 -1
- package/dist/types/legend/components/legend-ramp/legend-ramp-ui.d.ts +1 -1
- package/dist/types/legend/components/legend-row/legend-row.d.ts +1 -1
- package/dist/types/legend/components/legend-row-menu/legend-row-menu-items.d.ts +2 -2
- package/dist/types/legend/components/legend-row-menu/legend-row-menu.d.ts +1 -1
- package/dist/types/legend/components/legend-row-menu/legend-zoom-to.d.ts +1 -1
- package/dist/types/legend/components/legend-sortable/legend-sortable.d.ts +1 -1
- package/dist/types/legend/components/legend-swatch/legend-swatch.d.ts +1 -1
- package/dist/types/legend/components/legend-visibility-toggle/legend-visibility-toggle.d.ts +1 -1
- package/dist/types/legend/components/legend-visible-layers/legend-visible-layers.d.ts +1 -1
- package/dist/types/legend/index.d.ts +2 -2
- package/dist/types/legend/provider/legend-provider.d.ts +1 -1
- package/dist/types/widgets/actions/brush-toggle/brush-toggle.d.ts +1 -1
- package/dist/types/widgets/actions/change-column/change-column-icon.d.ts +1 -1
- package/dist/types/widgets/actions/change-column/change-column.d.ts +1 -1
- package/dist/types/widgets/actions/change-column/sortable-column-item.d.ts +1 -1
- package/dist/types/widgets/actions/download/download.d.ts +1 -1
- package/dist/types/widgets/actions/fullscreen/fullscreen.d.ts +1 -1
- package/dist/types/widgets/actions/lock-selection/lock-selection.d.ts +1 -1
- package/dist/types/widgets/actions/relative-data/relative-data.d.ts +1 -1
- package/dist/types/widgets/actions/searcher/searcher-toggle.d.ts +1 -1
- package/dist/types/widgets/actions/searcher/searcher.d.ts +1 -1
- package/dist/types/widgets/actions/stack-toggle/grouped-bar-chart-icon.d.ts +1 -1
- package/dist/types/widgets/actions/stack-toggle/stack-toggle.d.ts +1 -1
- package/dist/types/widgets/actions/zoom-toggle/zoom-toggle.d.ts +1 -1
- package/dist/types/widgets/bar/skeleton.d.ts +1 -1
- package/dist/types/widgets/category/category-ui.d.ts +1 -1
- package/dist/types/widgets/category/components/category-bar.d.ts +1 -1
- package/dist/types/widgets/category/components/category-legend.d.ts +1 -1
- package/dist/types/widgets/category/components/category-row-multi.d.ts +1 -1
- package/dist/types/widgets/category/components/category-row-other.d.ts +1 -1
- package/dist/types/widgets/category/components/category-row-single.d.ts +1 -1
- package/dist/types/widgets/category/skeleton.d.ts +1 -1
- package/dist/types/widgets/echart/echart-ui.d.ts +1 -1
- package/dist/types/widgets/echart/echart.d.ts +1 -1
- package/dist/types/widgets/error/error.d.ts +1 -1
- package/dist/types/widgets/formula/components/item.d.ts +1 -1
- package/dist/types/widgets/formula/components/prefix.d.ts +1 -1
- package/dist/types/widgets/formula/components/row.d.ts +1 -1
- package/dist/types/widgets/formula/components/series.d.ts +1 -1
- package/dist/types/widgets/formula/components/suffix.d.ts +1 -1
- package/dist/types/widgets/formula/components/value.d.ts +1 -1
- package/dist/types/widgets/formula/formula-ui.d.ts +1 -1
- package/dist/types/widgets/formula/skeleton.d.ts +1 -1
- package/dist/types/widgets/histogram/skeleton.d.ts +1 -1
- package/dist/types/widgets/markdown/markdown-ui.d.ts +1 -1
- package/dist/types/widgets/markdown/markdown.d.ts +1 -1
- package/dist/types/widgets/markdown/skeleton.d.ts +1 -1
- package/dist/types/widgets/no-data/no-data.d.ts +1 -1
- package/dist/types/widgets/note/note.d.ts +1 -1
- package/dist/types/widgets/pie/skeleton.d.ts +1 -1
- package/dist/types/widgets/range/components/range-item.d.ts +1 -1
- package/dist/types/widgets/range/range-ui.d.ts +1 -1
- package/dist/types/widgets/range/skeleton.d.ts +1 -1
- package/dist/types/widgets/scatterplot/skeleton.d.ts +1 -1
- package/dist/types/widgets/selection-summary/selection-summary.d.ts +1 -1
- package/dist/types/widgets/skeleton-loader/skeleton-loader.d.ts +1 -1
- package/dist/types/widgets/spread/components/max-value.d.ts +1 -1
- package/dist/types/widgets/spread/components/min-value.d.ts +1 -1
- package/dist/types/widgets/spread/components/separator.d.ts +1 -1
- package/dist/types/widgets/spread/skeleton.d.ts +1 -1
- package/dist/types/widgets/spread/spread-ui.d.ts +1 -1
- package/dist/types/widgets/subheader/subheader.d.ts +1 -1
- package/dist/types/widgets/table/components/cell-header.d.ts +1 -1
- package/dist/types/widgets/table/components/cell.d.ts +1 -1
- package/dist/types/widgets/table/components/pagination-actions.d.ts +1 -1
- package/dist/types/widgets/table/components/pagination.d.ts +1 -1
- package/dist/types/widgets/table/components/row.d.ts +1 -1
- package/dist/types/widgets/table/skeleton.d.ts +1 -1
- package/dist/types/widgets/table/table-ui.d.ts +2 -2
- package/dist/types/widgets/timeseries/skeleton.d.ts +1 -1
- package/dist/types/widgets/wrapper/components/actions.d.ts +1 -1
- package/dist/types/widgets/wrapper/components/options.d.ts +1 -1
- package/dist/types/widgets/wrapper/components/title.d.ts +1 -1
- package/dist/types/widgets/wrapper/wrapper-ui.d.ts +1 -1
- package/dist/types/widgets/wrapper/wrapper.d.ts +1 -1
- package/dist/types/widgets-v2/actions/brush-toggle/brush-toggle.d.ts +1 -1
- package/dist/types/widgets-v2/actions/change-column/change-column-icon.d.ts +1 -1
- package/dist/types/widgets-v2/actions/change-column/change-column.d.ts +1 -1
- package/dist/types/widgets-v2/actions/change-column/sortable-column-item.d.ts +1 -1
- package/dist/types/widgets-v2/actions/download/download.d.ts +1 -1
- package/dist/types/widgets-v2/actions/download/icons.d.ts +3 -3
- package/dist/types/widgets-v2/actions/fullscreen/fullscreen.d.ts +2 -2
- package/dist/types/widgets-v2/actions/lock-selection/lock-selection.d.ts +1 -1
- package/dist/types/widgets-v2/actions/relative-data/relative-data.d.ts +1 -1
- package/dist/types/widgets-v2/actions/searcher/searcher-toggle.d.ts +1 -1
- package/dist/types/widgets-v2/actions/searcher/searcher.d.ts +1 -1
- package/dist/types/widgets-v2/actions/show-all/show-all.d.ts +1 -1
- package/dist/types/widgets-v2/actions/stack-toggle/stack-toggle.d.ts +1 -1
- package/dist/types/widgets-v2/actions/zoom-toggle/zoom-toggle.d.ts +1 -1
- package/dist/types/widgets-v2/bar/skeleton.d.ts +1 -1
- package/dist/types/widgets-v2/category/category-ui.d.ts +1 -1
- package/dist/types/widgets-v2/category/category.d.ts +1 -1
- package/dist/types/widgets-v2/category/components/category-bar-stacked.d.ts +1 -1
- package/dist/types/widgets-v2/category/components/category-bar.d.ts +1 -1
- package/dist/types/widgets-v2/category/components/category-legend.d.ts +1 -1
- package/dist/types/widgets-v2/category/components/category-row-multi.d.ts +1 -1
- package/dist/types/widgets-v2/category/components/category-row-other.d.ts +1 -1
- package/dist/types/widgets-v2/category/components/category-row-single.d.ts +1 -1
- package/dist/types/widgets-v2/category/components/category-row-stacked.d.ts +1 -1
- package/dist/types/widgets-v2/category/skeleton.d.ts +1 -1
- package/dist/types/widgets-v2/echart/echart-ui.d.ts +1 -1
- package/dist/types/widgets-v2/echart/echart.d.ts +1 -1
- package/dist/types/widgets-v2/formula/delta.d.ts +1 -1
- package/dist/types/widgets-v2/formula/formula-ui.d.ts +1 -1
- package/dist/types/widgets-v2/formula/formula.d.ts +1 -1
- package/dist/types/widgets-v2/formula/note.d.ts +1 -1
- package/dist/types/widgets-v2/formula/prefix.d.ts +1 -1
- package/dist/types/widgets-v2/formula/series.d.ts +1 -1
- package/dist/types/widgets-v2/formula/skeleton.d.ts +1 -1
- package/dist/types/widgets-v2/formula/suffix.d.ts +1 -1
- package/dist/types/widgets-v2/formula/value.d.ts +1 -1
- package/dist/types/widgets-v2/histogram/skeleton.d.ts +1 -1
- package/dist/types/widgets-v2/index.d.ts +5 -5
- package/dist/types/widgets-v2/markdown/markdown-content.d.ts +1 -1
- package/dist/types/widgets-v2/markdown/markdown-ui.d.ts +1 -1
- package/dist/types/widgets-v2/markdown/markdown.d.ts +1 -1
- package/dist/types/widgets-v2/markdown/skeleton.d.ts +1 -1
- package/dist/types/widgets-v2/note/widget-note.d.ts +2 -2
- package/dist/types/widgets-v2/pie/skeleton.d.ts +1 -1
- package/dist/types/widgets-v2/provider/widget-provider.d.ts +1 -1
- package/dist/types/widgets-v2/range/range-ui.d.ts +1 -1
- package/dist/types/widgets-v2/range/range.d.ts +1 -1
- package/dist/types/widgets-v2/range/skeleton.d.ts +1 -1
- package/dist/types/widgets-v2/scatterplot/skeleton.d.ts +1 -1
- package/dist/types/widgets-v2/selection-summary/selection-summary.d.ts +1 -1
- package/dist/types/widgets-v2/spread/band.d.ts +37 -0
- package/dist/types/widgets-v2/spread/band.test.d.ts +1 -0
- package/dist/types/widgets-v2/spread/index.d.ts +1 -0
- package/dist/types/widgets-v2/spread/separator.d.ts +1 -1
- package/dist/types/widgets-v2/spread/skeleton.d.ts +1 -1
- package/dist/types/widgets-v2/spread/spread-ui.d.ts +1 -1
- package/dist/types/widgets-v2/spread/spread.d.ts +1 -1
- package/dist/types/widgets-v2/state/widget-state.d.ts +1 -1
- package/dist/types/widgets-v2/subheader/subheader.d.ts +1 -1
- package/dist/types/widgets-v2/table/skeleton.d.ts +1 -1
- package/dist/types/widgets-v2/table/table-ui.d.ts +1 -1
- package/dist/types/widgets-v2/table/table.d.ts +1 -1
- package/dist/types/widgets-v2/timeseries/skeleton.d.ts +1 -1
- package/dist/types/widgets-v2/toolbox/toolbox.d.ts +1 -1
- package/dist/types/widgets-v2/wrapper/widget-actions.d.ts +2 -2
- package/dist/types/widgets-v2/wrapper/widget-content.d.ts +2 -2
- package/dist/types/widgets-v2/wrapper/widget-wrapper.d.ts +1 -1
- package/dist/use-widget-selector-VSPhfhNm.js +12 -0
- package/dist/{use-widget-selector-DFl2hW0R.js.map → use-widget-selector-VSPhfhNm.js.map} +1 -1
- package/dist/utils-DtvTjjMq.js +58 -0
- package/dist/utils-DtvTjjMq.js.map +1 -0
- package/dist/widget-store-BFPKYm4R.js +187 -0
- package/dist/widget-store-BFPKYm4R.js.map +1 -0
- package/dist/widgets/actions.js +2 -1317
- package/dist/widgets/bar.js +183 -175
- package/dist/widgets/bar.js.map +1 -1
- package/dist/widgets/category.js +429 -434
- package/dist/widgets/category.js.map +1 -1
- package/dist/widgets/echart.js +3 -120
- package/dist/widgets/error.js +28 -38
- package/dist/widgets/error.js.map +1 -1
- package/dist/widgets/formula.js +3 -123
- package/dist/widgets/histogram.js +183 -202
- package/dist/widgets/histogram.js.map +1 -1
- package/dist/widgets/loader.js +63 -61
- package/dist/widgets/loader.js.map +1 -1
- package/dist/widgets/markdown.js +141 -123
- package/dist/widgets/markdown.js.map +1 -1
- package/dist/widgets/no-data.js +52 -58
- package/dist/widgets/no-data.js.map +1 -1
- package/dist/widgets/note.js +125 -122
- package/dist/widgets/note.js.map +1 -1
- package/dist/widgets/pie.js +245 -259
- package/dist/widgets/pie.js.map +1 -1
- package/dist/widgets/range.js +225 -204
- package/dist/widgets/range.js.map +1 -1
- package/dist/widgets/scatterplot.js +220 -215
- package/dist/widgets/scatterplot.js.map +1 -1
- package/dist/widgets/selection-summary.js +39 -38
- package/dist/widgets/selection-summary.js.map +1 -1
- package/dist/widgets/skeleton-loader.js +22 -23
- package/dist/widgets/skeleton-loader.js.map +1 -1
- package/dist/widgets/spread.js +150 -156
- package/dist/widgets/spread.js.map +1 -1
- package/dist/widgets/stores.js +3 -8
- package/dist/widgets/subheader.js +49 -50
- package/dist/widgets/subheader.js.map +1 -1
- package/dist/widgets/table.js +576 -644
- package/dist/widgets/table.js.map +1 -1
- package/dist/widgets/timeseries.js +175 -170
- package/dist/widgets/timeseries.js.map +1 -1
- package/dist/widgets/toolbar-actions.js +140 -145
- package/dist/widgets/toolbar-actions.js.map +1 -1
- package/dist/widgets/utils.js +17 -33
- package/dist/widgets/utils.js.map +1 -1
- package/dist/widgets/wrapper.js +265 -276
- package/dist/widgets/wrapper.js.map +1 -1
- package/dist/widgets-v2/actions.js +4 -51
- package/dist/widgets-v2/bar.js +253 -307
- package/dist/widgets-v2/bar.js.map +1 -1
- package/dist/widgets-v2/category.js +2 -98
- package/dist/widgets-v2/echart.js +2 -57
- package/dist/widgets-v2/formula.js +2 -68
- package/dist/widgets-v2/histogram.js +285 -350
- package/dist/widgets-v2/histogram.js.map +1 -1
- package/dist/widgets-v2/markdown.js +3 -69
- package/dist/widgets-v2/pie.js +363 -461
- package/dist/widgets-v2/pie.js.map +1 -1
- package/dist/widgets-v2/range.js +2 -52
- package/dist/widgets-v2/scatterplot.js +316 -391
- package/dist/widgets-v2/scatterplot.js.map +1 -1
- package/dist/widgets-v2/spread.js +2 -66
- package/dist/widgets-v2/stores.js +2 -42
- package/dist/widgets-v2/table.js +2 -78
- package/dist/widgets-v2/timeseries.js +285 -340
- package/dist/widgets-v2/timeseries.js.map +1 -1
- package/dist/widgets-v2/utils.js +2 -8
- package/dist/widgets-v2.js +955 -951
- package/dist/widgets-v2.js.map +1 -1
- package/dist/zoom-toggle-CA0ifG23.js +164 -0
- package/dist/zoom-toggle-CA0ifG23.js.map +1 -0
- package/package.json +4 -4
- package/src/hooks/use-widget-ref.ts +1 -0
- package/src/widgets-v2/index.ts +6 -1
- package/src/widgets-v2/spread/band.test.ts +46 -0
- package/src/widgets-v2/spread/band.ts +47 -0
- package/src/widgets-v2/spread/index.ts +1 -0
- package/dist/category-Ct2BzADB.js +0 -753
- package/dist/category-Ct2BzADB.js.map +0 -1
- package/dist/change-column-Fu1DCYQ3.js +0 -1186
- package/dist/change-column-Fu1DCYQ3.js.map +0 -1
- package/dist/cjs-D4KH3azB.js +0 -85
- package/dist/cjs-D4KH3azB.js.map +0 -1
- package/dist/components.js.map +0 -1
- package/dist/copy-button-DGL1tyli.js +0 -26
- package/dist/copy-button-DGL1tyli.js.map +0 -1
- package/dist/csv-item-hH_Gt7ur.js +0 -32
- package/dist/csv-item-hH_Gt7ur.js.map +0 -1
- package/dist/data-zoom-layout-D_FYdnap.js +0 -28
- package/dist/data-zoom-layout-D_FYdnap.js.map +0 -1
- package/dist/download-config-OKlLLSW_.js +0 -58
- package/dist/download-config-OKlLLSW_.js.map +0 -1
- package/dist/echart-B10dhEaM.js +0 -262
- package/dist/echart-B10dhEaM.js.map +0 -1
- package/dist/exports-Cr43OCul.js +0 -51
- package/dist/exports-Cr43OCul.js.map +0 -1
- package/dist/exports-Cx-f6m6U.js +0 -63
- package/dist/exports-Cx-f6m6U.js.map +0 -1
- package/dist/formatter-B9Bxn1k7.js +0 -6
- package/dist/formatter-B9Bxn1k7.js.map +0 -1
- package/dist/formula-DuC0NQLH.js +0 -79
- package/dist/formula-DuC0NQLH.js.map +0 -1
- package/dist/lasso-tool-YLFRgb-S.js +0 -582
- package/dist/lasso-tool-YLFRgb-S.js.map +0 -1
- package/dist/legend/stores.js.map +0 -1
- package/dist/legend-store-registry-p1tSwJXH.js +0 -472
- package/dist/legend-store-registry-p1tSwJXH.js.map +0 -1
- package/dist/markdown-DdqANCiN.js +0 -102
- package/dist/markdown-DdqANCiN.js.map +0 -1
- package/dist/markdown-content-Dk2DSgbf.js +0 -10287
- package/dist/markdown-content-Dk2DSgbf.js.map +0 -1
- package/dist/option-builders-DPeoyQaM.js +0 -130
- package/dist/option-builders-DPeoyQaM.js.map +0 -1
- package/dist/options-CthfUJDz.js +0 -46
- package/dist/options-CthfUJDz.js.map +0 -1
- package/dist/png-item-9dNbB37T.js +0 -57
- package/dist/png-item-9dNbB37T.js.map +0 -1
- package/dist/range-l4fNHLEg.js +0 -213
- package/dist/range-l4fNHLEg.js.map +0 -1
- package/dist/resolve-theme-color-BdojIw0K.js +0 -47
- package/dist/resolve-theme-color-BdojIw0K.js.map +0 -1
- package/dist/row-DZSP99LW.js +0 -34
- package/dist/row-DZSP99LW.js.map +0 -1
- package/dist/series-DLNHDWs0.js +0 -90
- package/dist/series-DLNHDWs0.js.map +0 -1
- package/dist/shared-resize-observer-98b1SK1e.js +0 -17
- package/dist/shared-resize-observer-98b1SK1e.js.map +0 -1
- package/dist/smart-tooltip-DFV6GD8R.js +0 -40
- package/dist/smart-tooltip-DFV6GD8R.js.map +0 -1
- package/dist/spread-4MYPOntd.js +0 -66
- package/dist/spread-4MYPOntd.js.map +0 -1
- package/dist/style-DVnT6HC1.js +0 -131
- package/dist/style-DVnT6HC1.js.map +0 -1
- package/dist/styles-cohnxh9F.js +0 -23
- package/dist/styles-cohnxh9F.js.map +0 -1
- package/dist/table-CTcLOycx.js +0 -383
- package/dist/table-CTcLOycx.js.map +0 -1
- package/dist/tooltip-BDnrRKrp.js +0 -25
- package/dist/tooltip-BDnrRKrp.js.map +0 -1
- package/dist/transforms-Cdx4fkU5.js +0 -106
- package/dist/transforms-Cdx4fkU5.js.map +0 -1
- package/dist/use-transform-DXPN3nY7.js +0 -110
- package/dist/use-transform-DXPN3nY7.js.map +0 -1
- package/dist/use-widget-ref-Ddr_SlJJ.js +0 -22
- package/dist/use-widget-ref-Ddr_SlJJ.js.map +0 -1
- package/dist/use-widget-selector-DFl2hW0R.js +0 -12
- package/dist/utils-BOhInag6.js +0 -170
- package/dist/utils-BOhInag6.js.map +0 -1
- package/dist/widget-context-DTGO0Yta.js +0 -13
- package/dist/widget-context-DTGO0Yta.js.map +0 -1
- package/dist/widget-store-Bw5zRUGg.js +0 -261
- package/dist/widget-store-Bw5zRUGg.js.map +0 -1
- package/dist/widget-store-registry-_W4Z4xp-.js +0 -178
- package/dist/widget-store-registry-_W4Z4xp-.js.map +0 -1
- package/dist/widgets/actions.js.map +0 -1
- package/dist/widgets/echart.js.map +0 -1
- package/dist/widgets/formula.js.map +0 -1
- package/dist/widgets/stores.js.map +0 -1
- package/dist/widgets-v2/actions.js.map +0 -1
- package/dist/widgets-v2/category.js.map +0 -1
- package/dist/widgets-v2/echart.js.map +0 -1
- package/dist/widgets-v2/formula.js.map +0 -1
- package/dist/widgets-v2/markdown.js.map +0 -1
- package/dist/widgets-v2/range.js.map +0 -1
- package/dist/widgets-v2/spread.js.map +0 -1
- package/dist/widgets-v2/stores.js.map +0 -1
- package/dist/widgets-v2/table.js.map +0 -1
- package/dist/widgets-v2/utils.js.map +0 -1
|
@@ -2,4 +2,4 @@ import { ValueProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Renders the prefix content (e.g., currency symbol) before a formula value, if defined in the data item.
|
|
4
4
|
*/
|
|
5
|
-
export declare function Prefix({ id, index, ...props }: ValueProps): import("react
|
|
5
|
+
export declare function Prefix({ id, index, ...props }: ValueProps): import("react").JSX.Element | null;
|
|
@@ -2,4 +2,4 @@ import { RowProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Iterates over the widget's data items and renders a row for each one using render props.
|
|
4
4
|
*/
|
|
5
|
-
export declare function Row(props: RowProps): import("react
|
|
5
|
+
export declare function Row(props: RowProps): import("react").JSX.Element[] | undefined;
|
|
@@ -2,4 +2,4 @@ import { ValueProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Renders a colored avatar badge showing the first letter of the series name for multi-value formula widgets.
|
|
4
4
|
*/
|
|
5
|
-
export declare function Series({ id, index }: Pick<ValueProps, 'id' | 'index'>): import("react
|
|
5
|
+
export declare function Series({ id, index }: Pick<ValueProps, 'id' | 'index'>): import("react").JSX.Element | null;
|
|
@@ -2,4 +2,4 @@ import { ValueProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Renders the suffix content (e.g., unit label) after a formula value, if defined in the data item.
|
|
4
4
|
*/
|
|
5
|
-
export declare function Suffix({ id, index, ...props }: ValueProps): import("react
|
|
5
|
+
export declare function Suffix({ id, index, ...props }: ValueProps): import("react").JSX.Element | null;
|
|
@@ -2,4 +2,4 @@ import { ValueProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Displays the formatted numeric value for a formula widget data item, applying the widget's formatter and color.
|
|
4
4
|
*/
|
|
5
|
-
export declare function Value({ id, index, ...props }: ValueProps): import("react
|
|
5
|
+
export declare function Value({ id, index, ...props }: ValueProps): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { FormulaUIProps } from './types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Renders a formula widget displaying one or more KPI values with optional prefixes, suffixes, and series indicators.
|
|
4
4
|
*/
|
|
5
|
-
export declare function FormulaUI(props: FormulaUIProps): import("react
|
|
5
|
+
export declare function FormulaUI(props: FormulaUIProps): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function FormulaSkeleton(): import("react
|
|
1
|
+
export declare function FormulaSkeleton(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function HistogramSkeleton(): import("react
|
|
1
|
+
export declare function HistogramSkeleton(): import("react").JSX.Element;
|
|
@@ -6,4 +6,4 @@ import { MarkdownComponentProps } from './types';
|
|
|
6
6
|
* Maps Markdown elements (headings, paragraphs, links, lists) to MUI Typography and Link components.
|
|
7
7
|
* Custom component overrides can be passed via the `overrides` prop.
|
|
8
8
|
*/
|
|
9
|
-
export declare function MarkdownUI({ children, overrides }: MarkdownComponentProps): import("react
|
|
9
|
+
export declare function MarkdownUI({ children, overrides }: MarkdownComponentProps): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { MarkdownUIProps } from './types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Stateful markdown widget component that reads content from the widget store and renders it as formatted rich text.
|
|
4
4
|
*/
|
|
5
|
-
export declare function Markdown({ id }: MarkdownUIProps): import("react
|
|
5
|
+
export declare function Markdown({ id }: MarkdownUIProps): import("react").JSX.Element | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function MarkdownSkeleton(): import("react
|
|
1
|
+
export declare function MarkdownSkeleton(): import("react").JSX.Element;
|
|
@@ -33,4 +33,4 @@ import { WidgetNoDataProps } from './types';
|
|
|
33
33
|
* </NoData>
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
|
-
export declare function WidgetNoData({ id, children, title, description, isEmpty, }: WidgetNoDataProps): string | number | bigint | boolean | Iterable<import('react').ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined> | import("react
|
|
36
|
+
export declare function WidgetNoData({ id, children, title, description, isEmpty, }: WidgetNoDataProps): string | number | bigint | boolean | Iterable<import('react').ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined> | import("react").JSX.Element | null | undefined;
|
|
@@ -9,4 +9,4 @@ import { WidgetNoteProps } from './types';
|
|
|
9
9
|
* </WidgetNote>
|
|
10
10
|
* ```
|
|
11
11
|
*/
|
|
12
|
-
export declare function WidgetNote({ children, labels, }: WidgetNoteProps): import("react
|
|
12
|
+
export declare function WidgetNote({ children, labels, }: WidgetNoteProps): import("react").JSX.Element | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function PieSkeleton(): import("react
|
|
1
|
+
export declare function PieSkeleton(): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { RangeItemProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Renders a single range slider with editable min/max text inputs, reading its configuration from the widget store.
|
|
4
4
|
*/
|
|
5
|
-
export declare function RangeItem({ id, index }: RangeItemProps): import("react
|
|
5
|
+
export declare function RangeItem({ id, index }: RangeItemProps): import("react").JSX.Element | null;
|
|
@@ -2,4 +2,4 @@ import { RangeUIProps } from './types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Renders a range widget with one or more interactive dual-slider controls for selecting value ranges.
|
|
4
4
|
*/
|
|
5
|
-
export declare function RangeUI(props: RangeUIProps): import("react
|
|
5
|
+
export declare function RangeUI(props: RangeUIProps): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function RangeSkeleton(): import("react
|
|
1
|
+
export declare function RangeSkeleton(): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function ScatterplotSkeleton(): import("react
|
|
1
|
+
export declare function ScatterplotSkeleton(): import("react").JSX.Element;
|
|
@@ -10,4 +10,4 @@ import { WidgetSelectionSummaryProps } from './types';
|
|
|
10
10
|
* />
|
|
11
11
|
* ```
|
|
12
12
|
*/
|
|
13
|
-
export declare function WidgetSelectionSummary({ selections, onClear, labels, }: WidgetSelectionSummaryProps): import("react
|
|
13
|
+
export declare function WidgetSelectionSummary({ selections, onClear, labels, }: WidgetSelectionSummaryProps): import("react").JSX.Element;
|
|
@@ -9,4 +9,4 @@ import { SkeletonLoaderProps } from './types';
|
|
|
9
9
|
* </SkeletonLoader>
|
|
10
10
|
* ```
|
|
11
11
|
*/
|
|
12
|
-
export declare function SkeletonLoader({ id, children, Skeleton, }: SkeletonLoaderProps): string | number | bigint | boolean | Iterable<import('react').ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined> | import("react
|
|
12
|
+
export declare function SkeletonLoader({ id, children, Skeleton, }: SkeletonLoaderProps): string | number | bigint | boolean | Iterable<import('react').ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined> | import("react").JSX.Element | null | undefined;
|
|
@@ -2,4 +2,4 @@ import { ValueProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Displays the formatted maximum value for a spread widget data item.
|
|
4
4
|
*/
|
|
5
|
-
export declare function MaxValue({ id, index, ...props }: ValueProps): import("react
|
|
5
|
+
export declare function MaxValue({ id, index, ...props }: ValueProps): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { ValueProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Displays the formatted minimum value for a spread widget data item.
|
|
4
4
|
*/
|
|
5
|
-
export declare function MinValue({ id, index, ...props }: ValueProps): import("react
|
|
5
|
+
export declare function MinValue({ id, index, ...props }: ValueProps): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { ItemProps } from '../../formula/types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Renders a dash separator between the min and max values in a spread widget.
|
|
4
4
|
*/
|
|
5
|
-
export declare function Separator(props: Omit<ItemProps, 'children'>): import("react
|
|
5
|
+
export declare function Separator(props: Omit<ItemProps, 'children'>): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function SpreadSkeleton(): import("react
|
|
1
|
+
export declare function SpreadSkeleton(): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { SpreadUIProps } from './types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Renders a spread widget displaying min-max value pairs with optional prefixes, suffixes, and series indicators.
|
|
4
4
|
*/
|
|
5
|
-
export declare function SpreadUI(props: SpreadUIProps): import("react
|
|
5
|
+
export declare function SpreadUI(props: SpreadUIProps): import("react").JSX.Element;
|
|
@@ -10,4 +10,4 @@ import { WidgetSubHeaderProps } from './types';
|
|
|
10
10
|
* />
|
|
11
11
|
* ```
|
|
12
12
|
*/
|
|
13
|
-
export declare function WidgetSubHeader({ slotLeft, slotRight, sx, }: WidgetSubHeaderProps): import("react
|
|
13
|
+
export declare function WidgetSubHeader({ slotLeft, slotRight, sx, }: WidgetSubHeaderProps): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { CellHeaderProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Table cell header component with optional sorting and select-all checkbox
|
|
4
4
|
*/
|
|
5
|
-
export declare function CellHeader({ column, sortState, onSort, isSelectAll, isAllSelected, isIndeterminate, onSelectAll, }: CellHeaderProps): import("react
|
|
5
|
+
export declare function CellHeader({ column, sortState, onSort, isSelectAll, isAllSelected, isIndeterminate, onSelectAll, }: CellHeaderProps): import("react").JSX.Element;
|
|
@@ -15,4 +15,4 @@ export interface CellProps {
|
|
|
15
15
|
* Markdown is rendered when the raw value is a string and no formatter is defined.
|
|
16
16
|
* If a formatter is used, its output is rendered directly without markdown parsing.
|
|
17
17
|
*/
|
|
18
|
-
export declare function Cell({ column, row, value }: CellProps): import("react
|
|
18
|
+
export declare function Cell({ column, row, value }: CellProps): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { PaginationActionsProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Custom pagination actions with first/prev/next/last buttons
|
|
4
4
|
*/
|
|
5
|
-
export declare function PaginationActions({ count, page, rowsPerPage, onPageChange, }: PaginationActionsProps): import("react
|
|
5
|
+
export declare function PaginationActions({ count, page, rowsPerPage, onPageChange, }: PaginationActionsProps): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { PaginationProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Table pagination component
|
|
4
4
|
*/
|
|
5
|
-
export declare function Pagination({ page, rowsPerPage, total, rowsPerPageOptions, onPageChange, onRowsPerPageChange, }: PaginationProps): import("react
|
|
5
|
+
export declare function Pagination({ page, rowsPerPage, total, rowsPerPageOptions, onPageChange, onRowsPerPageChange, }: PaginationProps): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { RowProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Table row component with selection and hover support
|
|
4
4
|
*/
|
|
5
|
-
export declare function Row({ row, columns, isSelected, selectable, onClick, onSelect, onMouseEnter, onMouseLeave, }: RowProps): import("react
|
|
5
|
+
export declare function Row({ row, columns, isSelected, selectable, onClick, onSelect, onMouseEnter, onMouseLeave, }: RowProps): import("react").JSX.Element;
|
|
@@ -7,4 +7,4 @@ export interface TableSkeletonProps {
|
|
|
7
7
|
/**
|
|
8
8
|
* Table skeleton loader component
|
|
9
9
|
*/
|
|
10
|
-
export declare function TableSkeleton({ columns, rows }: TableSkeletonProps): import("react
|
|
10
|
+
export declare function TableSkeleton({ columns, rows }: TableSkeletonProps): import("react").JSX.Element;
|
|
@@ -12,7 +12,7 @@ interface TableComponentProps extends MuiTableProps {
|
|
|
12
12
|
* Base Table component with compound component pattern
|
|
13
13
|
* Provides Table.Head, Table.Body, Table.Row, Table.Cell, Table.CellHeader, Table.Pagination
|
|
14
14
|
*/
|
|
15
|
-
declare function Table({ children, ref, stickyHeader, ...props }: TableComponentProps): import("react
|
|
15
|
+
declare function Table({ children, ref, stickyHeader, ...props }: TableComponentProps): import("react").JSX.Element;
|
|
16
16
|
declare namespace Table {
|
|
17
17
|
var Head: import("node_modules/@mui/material/OverridableComponent").OverridableComponent<import("node_modules/@mui/material").TableHeadTypeMap<{}, "thead">>;
|
|
18
18
|
var CellHeader: typeof import(".").CellHeader;
|
|
@@ -29,4 +29,4 @@ export { Table };
|
|
|
29
29
|
* TableContainer widget component
|
|
30
30
|
* Integrates with widget store and provides ref registration using custom hook
|
|
31
31
|
*/
|
|
32
|
-
declare function TableContainer(props: TableUIProps): import("react
|
|
32
|
+
declare function TableContainer(props: TableUIProps): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function TimeseriesSkeleton(): import("react
|
|
1
|
+
export declare function TimeseriesSkeleton(): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { WrapperActionsProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Renders action buttons in the widget wrapper header. Each action click event is stopped from propagating to the accordion.
|
|
4
4
|
*/
|
|
5
|
-
export declare function Actions({ actions }: WrapperActionsProps): import("react
|
|
5
|
+
export declare function Actions({ actions }: WrapperActionsProps): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { WrapperOptionsProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Renders a dropdown options menu in the widget wrapper header, triggered by a vertical ellipsis icon button.
|
|
4
4
|
*/
|
|
5
|
-
export declare function Options({ labels, options, }: WrapperOptionsProps): import("react
|
|
5
|
+
export declare function Options({ labels, options, }: WrapperOptionsProps): import("react").JSX.Element;
|
|
@@ -13,4 +13,4 @@ import { WrapperUIProps } from './types';
|
|
|
13
13
|
* </WrapperUI>
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
16
|
-
export declare function WrapperUI({ children, id, actions, sx, labels, options, onChangeCollapsed, }: WrapperUIProps): import("react
|
|
16
|
+
export declare function WrapperUI({ children, id, actions, sx, labels, options, onChangeCollapsed, }: WrapperUIProps): import("react").JSX.Element;
|
|
@@ -13,4 +13,4 @@ import { WrapperProps } from './types';
|
|
|
13
13
|
* </WidgetWrapper>
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
16
|
-
export declare function WidgetWrapper({ id, title, defaultCollapsed, disabled, sx, actions, options, labels, children, onChangeCollapsed, }: WrapperProps): import("react
|
|
16
|
+
export declare function WidgetWrapper({ id, title, defaultCollapsed, disabled, sx, actions, options, labels, children, onChangeCollapsed, }: WrapperProps): import("react").JSX.Element;
|
|
@@ -53,4 +53,4 @@ export interface BrushToggleProps {
|
|
|
53
53
|
* existing `useChartSelection` wiring at the consumer level — no extra
|
|
54
54
|
* plumbing here.
|
|
55
55
|
*/
|
|
56
|
-
export declare function BrushToggle({ initialEnabled, brushType, brushMode, selection, labels, icon: Icon, iconProps, }: BrushToggleProps): import("react
|
|
56
|
+
export declare function BrushToggle({ initialEnabled, brushType, brushMode, selection, labels, icon: Icon, iconProps, }: BrushToggleProps): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SvgIconProps } from '@mui/material';
|
|
2
|
-
export declare function ChangeColumnIcon(props: SvgIconProps): import("react
|
|
2
|
+
export declare function ChangeColumnIcon(props: SvgIconProps): import("react").JSX.Element;
|
|
@@ -26,4 +26,4 @@ export interface ChangeColumnProps {
|
|
|
26
26
|
*
|
|
27
27
|
* Returns `null` when there are fewer than two columns to reorder.
|
|
28
28
|
*/
|
|
29
|
-
export declare function ChangeColumn({ columns, labels, icon: Icon, iconProps, dragHandleIcon, }: ChangeColumnProps): import("react
|
|
29
|
+
export declare function ChangeColumn({ columns, labels, icon: Icon, iconProps, dragHandleIcon, }: ChangeColumnProps): import("react").JSX.Element | null;
|
|
@@ -11,4 +11,4 @@ export interface SortableColumnItemProps {
|
|
|
11
11
|
* the dnd-kit listeners on the whole row so the user can grab anywhere on
|
|
12
12
|
* the row to reorder.
|
|
13
13
|
*/
|
|
14
|
-
export declare function SortableColumnItem({ id, label, dragHandleIcon: HandleIcon, }: SortableColumnItemProps): import("react
|
|
14
|
+
export declare function SortableColumnItem({ id, label, dragHandleIcon: HandleIcon, }: SortableColumnItemProps): import("react").JSX.Element;
|
|
@@ -15,4 +15,4 @@ export interface DownloadProps {
|
|
|
15
15
|
*/
|
|
16
16
|
onError?: (err: Error) => void;
|
|
17
17
|
}
|
|
18
|
-
export declare function Download({ items, labels, icon: Icon, iconProps, onError, }: DownloadProps): import("react
|
|
18
|
+
export declare function Download({ items, labels, icon: Icon, iconProps, onError, }: DownloadProps): import("react").JSX.Element;
|
|
@@ -4,15 +4,15 @@ import { SvgIconProps } from '@mui/material';
|
|
|
4
4
|
* `ImageOutlined` so callers can swap it via the per-widget download
|
|
5
5
|
* config's `icon` override without pulling MUI directly.
|
|
6
6
|
*/
|
|
7
|
-
export declare function PNGIcon(props: SvgIconProps): import("react
|
|
7
|
+
export declare function PNGIcon(props: SvgIconProps): import("react").JSX.Element;
|
|
8
8
|
/**
|
|
9
9
|
* Generic "document" glyph used for the Markdown download item. Wraps MUI's
|
|
10
10
|
* `ArticleOutlined`, mirroring {@link PNGIcon}, so the Markdown menu item
|
|
11
11
|
* carries an icon consistent with the other download formats.
|
|
12
12
|
*/
|
|
13
|
-
export declare function MarkdownIcon(props: SvgIconProps): import("react
|
|
13
|
+
export declare function MarkdownIcon(props: SvgIconProps): import("react").JSX.Element;
|
|
14
14
|
/**
|
|
15
15
|
* "CSV" rectangle with the letters spelled inside — matches v1 visual and is
|
|
16
16
|
* easier to recognise in a download menu than a generic table glyph.
|
|
17
17
|
*/
|
|
18
|
-
export declare function CSVIcon(props: SvgIconProps): import("react
|
|
18
|
+
export declare function CSVIcon(props: SvgIconProps): import("react").JSX.Element;
|
|
@@ -26,7 +26,7 @@ export interface FullScreenSlotProps {
|
|
|
26
26
|
* matching modal is rendered by {@link FullScreenSlot} (typically inside
|
|
27
27
|
* `<Widget.Content>`).
|
|
28
28
|
*/
|
|
29
|
-
declare function FullScreenTrigger({ labels, enterIcon: EnterIcon, exitIcon: ExitIcon, iconProps, }: FullScreenTriggerProps): import("react
|
|
29
|
+
declare function FullScreenTrigger({ labels, enterIcon: EnterIcon, exitIcon: ExitIcon, iconProps, }: FullScreenTriggerProps): import("react").JSX.Element;
|
|
30
30
|
/**
|
|
31
31
|
* Body wrapper. Renders its render-prop children once, via a single
|
|
32
32
|
* `createPortal` call whose container is a stable `<div>` we hold as a ref.
|
|
@@ -37,7 +37,7 @@ declare function FullScreenTrigger({ labels, enterIcon: EnterIcon, exitIcon: Exi
|
|
|
37
37
|
* ECharts (or any other heavy child) stays mounted while only its DOM
|
|
38
38
|
* parent changes.
|
|
39
39
|
*/
|
|
40
|
-
declare function FullScreenSlot({ children, title, labels, closeIcon: CloseSvg, iconProps, }: FullScreenSlotProps): import("react
|
|
40
|
+
declare function FullScreenSlot({ children, title, labels, closeIcon: CloseSvg, iconProps, }: FullScreenSlotProps): import("react").JSX.Element;
|
|
41
41
|
/**
|
|
42
42
|
* Namespace export. Consumers compose with:
|
|
43
43
|
*
|
|
@@ -43,4 +43,4 @@ export interface LockSelectionProps<K extends LockSelectionKey = LockSelectionKe
|
|
|
43
43
|
*
|
|
44
44
|
* The trigger is disabled when there is nothing to lock and nothing locked.
|
|
45
45
|
*/
|
|
46
|
-
export declare function LockSelection<K extends LockSelectionKey = LockSelectionKey>({ selection, lockedItems, onLockChange, labels, lockIcon: LockSvg, unlockIcon: UnlockSvg, iconProps, filterFn, }: LockSelectionProps<K>): import("react
|
|
46
|
+
export declare function LockSelection<K extends LockSelectionKey = LockSelectionKey>({ selection, lockedItems, onLockChange, labels, lockIcon: LockSvg, unlockIcon: UnlockSvg, iconProps, filterFn, }: LockSelectionProps<K>): import("react").JSX.Element;
|
|
@@ -36,4 +36,4 @@ export interface RelativeDataProps {
|
|
|
36
36
|
* and writes it back to `formatter`. No "original" snapshot is captured —
|
|
37
37
|
* `rawFormatter` is the original.
|
|
38
38
|
*/
|
|
39
|
-
export declare function RelativeData({ initialEnabled, locale, labels, icon: Icon, iconProps, transform, }: RelativeDataProps): import("react
|
|
39
|
+
export declare function RelativeData({ initialEnabled, locale, labels, icon: Icon, iconProps, transform, }: RelativeDataProps): import("react").JSX.Element;
|
|
@@ -14,7 +14,7 @@ export interface SearcherToggleProps {
|
|
|
14
14
|
*/
|
|
15
15
|
initialEnabled?: boolean;
|
|
16
16
|
}
|
|
17
|
-
export declare function SearcherToggle({ labels, icon: Icon, iconProps, initialEnabled, }: SearcherToggleProps): import("react
|
|
17
|
+
export declare function SearcherToggle({ labels, icon: Icon, iconProps, initialEnabled, }: SearcherToggleProps): import("react").JSX.Element;
|
|
18
18
|
/**
|
|
19
19
|
* Imperatively writes the search text into the widget store. Used by the
|
|
20
20
|
* Searcher input to update text inside transformStates without going through
|
|
@@ -8,4 +8,4 @@ export interface SearcherProps {
|
|
|
8
8
|
* Renders only when the matching `<SearcherToggle />` is enabled — drives the
|
|
9
9
|
* `transformStates['searcher'].searchText` field via a debounced setter.
|
|
10
10
|
*/
|
|
11
|
-
export declare function Searcher({ labels, debounceMs, }: SearcherProps): import("react
|
|
11
|
+
export declare function Searcher({ labels, debounceMs, }: SearcherProps): import("react").JSX.Element | null;
|
|
@@ -23,7 +23,7 @@ export interface ShowAllToggleProps {
|
|
|
23
23
|
* set) so it doesn't occupy a `Widget.Toolbox` visibility-budget slot when
|
|
24
24
|
* the widget is collapsed.
|
|
25
25
|
*/
|
|
26
|
-
export declare function ShowAllToggle({ labels, icon: Icon, iconProps, }: ShowAllToggleProps): import("react
|
|
26
|
+
export declare function ShowAllToggle({ labels, icon: Icon, iconProps, }: ShowAllToggleProps): import("react").JSX.Element;
|
|
27
27
|
/**
|
|
28
28
|
* Imperatively writes the `show-all` flag into the widget store. Mirrors
|
|
29
29
|
* {@link setSearcherText} — used by the Category overflow row (to expand)
|
|
@@ -7,4 +7,4 @@ export interface StackToggleProps {
|
|
|
7
7
|
icon?: ComponentType<SvgIconProps>;
|
|
8
8
|
iconProps?: SvgIconProps;
|
|
9
9
|
}
|
|
10
|
-
export declare function StackToggle({ initialEnabled, labels, icon: Icon, iconProps, }: StackToggleProps): import("react
|
|
10
|
+
export declare function StackToggle({ initialEnabled, labels, icon: Icon, iconProps, }: StackToggleProps): import("react").JSX.Element;
|
|
@@ -32,4 +32,4 @@ export interface ZoomToggleProps {
|
|
|
32
32
|
* instance via {@link getEchartInstance} — this bypasses the pipeline so
|
|
33
33
|
* unrelated transforms aren't disturbed.
|
|
34
34
|
*/
|
|
35
|
-
export declare function ZoomToggle({ initialEnabled, labels, icon: Icon, iconProps, axes, }: ZoomToggleProps): import("react
|
|
35
|
+
export declare function ZoomToggle({ initialEnabled, labels, icon: Icon, iconProps, axes, }: ZoomToggleProps): import("react").JSX.Element;
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* vertical bars at staggered heights anchored to the bottom, plus a legend
|
|
4
4
|
* stub — so the skeleton reads as "a bar chart" rather than a generic list.
|
|
5
5
|
*/
|
|
6
|
-
export declare function BarSkeleton(): import("react
|
|
6
|
+
export declare function BarSkeleton(): import("react").JSX.Element;
|
|
@@ -85,4 +85,4 @@ export interface CategoryUIProps {
|
|
|
85
85
|
* Returns `null` when there's nothing to render — `Widget.State` is the
|
|
86
86
|
* empty-state authority in the canonical compositor.
|
|
87
87
|
*/
|
|
88
|
-
export declare function CategoryUI({ data, selection, onSelectionChange, formatter, labelFormatter, series, maxItems, labels, onShowAll, maxOverride, size, stacked, }: CategoryUIProps): import("react
|
|
88
|
+
export declare function CategoryUI({ data, selection, onSelectionChange, formatter, labelFormatter, series, maxItems, labels, onShowAll, maxOverride, size, stacked, }: CategoryUIProps): import("react").JSX.Element | null;
|
|
@@ -52,4 +52,4 @@ export interface CategoryProps {
|
|
|
52
52
|
* `onSelectionChange` follow the destination-owned principle: the
|
|
53
53
|
* consumer keeps the list in their own store and passes it through.
|
|
54
54
|
*/
|
|
55
|
-
export declare function Category({ selection, onSelectionChange, series, maxItems, labels, onShowAll, maxOverride, size, stacked, }: CategoryProps): import("react
|
|
55
|
+
export declare function Category({ selection, onSelectionChange, series, maxItems, labels, onShowAll, maxOverride, size, stacked, }: CategoryProps): import("react").JSX.Element;
|
|
@@ -25,4 +25,4 @@ export interface CategoryBarStackedProps {
|
|
|
25
25
|
* via the `colors` prop. Each segment carries `data-bar-fill='true'` so the
|
|
26
26
|
* existing row-hover brightening selector still fires on every segment.
|
|
27
27
|
*/
|
|
28
|
-
export declare function CategoryBarStacked({ values, colors, maxValue, size, }: CategoryBarStackedProps): import("react
|
|
28
|
+
export declare function CategoryBarStacked({ values, colors, maxValue, size, }: CategoryBarStackedProps): import("react").JSX.Element;
|
|
@@ -20,4 +20,4 @@ export interface CategoryBarProps {
|
|
|
20
20
|
* both — bars stay vivid regardless of selection state (per the v2
|
|
21
21
|
* "row-bg + row-dim, never muted bar" rule).
|
|
22
22
|
*/
|
|
23
|
-
export declare function CategoryBar({ value, maxValue, color, size, }: CategoryBarProps): import("react
|
|
23
|
+
export declare function CategoryBar({ value, maxValue, color, size, }: CategoryBarProps): import("react").JSX.Element;
|
|
@@ -31,4 +31,4 @@ export interface CategoryLegendProps {
|
|
|
31
31
|
* item toggles that series' visibility in the rows above (mirrors ECharts'
|
|
32
32
|
* native legend click-to-hide).
|
|
33
33
|
*/
|
|
34
|
-
export declare function CategoryLegend({ series, colorAt, hiddenSeries, onToggle, }: CategoryLegendProps): import("react
|
|
34
|
+
export declare function CategoryLegend({ series, colorAt, hiddenSeries, onToggle, }: CategoryLegendProps): import("react").JSX.Element | null;
|
|
@@ -28,4 +28,4 @@ export interface CategoryRowMultiProps {
|
|
|
28
28
|
* rows receive their real palette colors. Computed upstream by
|
|
29
29
|
* `CategoryUI`. The row itself has no bg tint, no opacity rule.
|
|
30
30
|
*/
|
|
31
|
-
export declare function CategoryRowMulti({ name, displayName, values, colors, maxValue, formatter, selected, onToggle, size, }: CategoryRowMultiProps): import("react
|
|
31
|
+
export declare function CategoryRowMulti({ name, displayName, values, colors, maxValue, formatter, selected, onToggle, size, }: CategoryRowMultiProps): import("react").JSX.Element;
|
|
@@ -23,4 +23,4 @@ export interface CategoryRowOtherProps {
|
|
|
23
23
|
* the Searcher's full-list view. Without `onShowAll` it stays a static,
|
|
24
24
|
* non-interactive summary (backward-compatible default).
|
|
25
25
|
*/
|
|
26
|
-
export declare function CategoryRowOther({ hiddenCount, otherLabel, otherCountLabel, onShowAll, showAllLabel, }: CategoryRowOtherProps): import("react
|
|
26
|
+
export declare function CategoryRowOther({ hiddenCount, otherLabel, otherCountLabel, onShowAll, showAllLabel, }: CategoryRowOtherProps): import("react").JSX.Element;
|
|
@@ -25,4 +25,4 @@ export interface CategoryRowSingleProps {
|
|
|
25
25
|
* when a selection exists and this row isn't in it). The row itself
|
|
26
26
|
* has no bg tint, no opacity rule.
|
|
27
27
|
*/
|
|
28
|
-
export declare function CategoryRowSingle({ name, displayName, value, maxValue, color, formatter, selected, onToggle, size, }: CategoryRowSingleProps): import("react
|
|
28
|
+
export declare function CategoryRowSingle({ name, displayName, value, maxValue, color, formatter, selected, onToggle, size, }: CategoryRowSingleProps): import("react").JSX.Element;
|
|
@@ -40,4 +40,4 @@ export interface CategoryRowStackedProps {
|
|
|
40
40
|
* grey shape when dimmed, but the breakdown text stays at full color so the
|
|
41
41
|
* per-series values remain legible.
|
|
42
42
|
*/
|
|
43
|
-
export declare function CategoryRowStacked({ name, displayName, values, colors, seriesNames, formatter, selected, onToggle, size, }: CategoryRowStackedProps): import("react
|
|
43
|
+
export declare function CategoryRowStacked({ name, displayName, values, colors, seriesNames, formatter, selected, onToggle, size, }: CategoryRowStackedProps): import("react").JSX.Element;
|
|
@@ -8,4 +8,4 @@ export interface CategorySkeletonProps {
|
|
|
8
8
|
*/
|
|
9
9
|
size?: CategorySize;
|
|
10
10
|
}
|
|
11
|
-
export declare function CategorySkeleton({ rows, size, }: CategorySkeletonProps): import("react
|
|
11
|
+
export declare function CategorySkeleton({ rows, size, }: CategorySkeletonProps): import("react").JSX.Element;
|
|
@@ -41,4 +41,4 @@ export interface EchartUIProps {
|
|
|
41
41
|
className?: string;
|
|
42
42
|
sx?: SxProps<Theme>;
|
|
43
43
|
}
|
|
44
|
-
export declare function EchartUI({ option, replaceMerge, onEvents, init, onInstance, className, sx, }: EchartUIProps): import("react
|
|
44
|
+
export declare function EchartUI({ option, replaceMerge, onEvents, init, onInstance, className, sx, }: EchartUIProps): import("react").JSX.Element;
|
|
@@ -72,4 +72,4 @@ export interface EchartProps {
|
|
|
72
72
|
* a renderer-agnostic shell. The `ProviderProps` surface has no ECharts
|
|
73
73
|
* coupling, so non-Echart widgets don't transitively import the type.
|
|
74
74
|
*/
|
|
75
|
-
export declare function Echart({ optionFactory, onEvents, init, className, }: EchartProps): import("react
|
|
75
|
+
export declare function Echart({ optionFactory, onEvents, init, className, }: EchartProps): import("react").JSX.Element;
|
|
@@ -19,4 +19,4 @@ export interface DeltaProps {
|
|
|
19
19
|
* `severity` (or the sign of `value`); content is `label`, the result of
|
|
20
20
|
* `format(value)`, or the default percent format.
|
|
21
21
|
*/
|
|
22
|
-
export declare function Delta({ value, label, severity, format, ChipProps: chipProps, }: DeltaProps): import("react
|
|
22
|
+
export declare function Delta({ value, label, severity, format, ChipProps: chipProps, }: DeltaProps): import("react").JSX.Element;
|
|
@@ -17,4 +17,4 @@ export interface FormulaUIProps {
|
|
|
17
17
|
* {@link Value}, {@link Suffix}, {@link Note}, and {@link Delta} directly
|
|
18
18
|
* instead of passing `items`.
|
|
19
19
|
*/
|
|
20
|
-
export declare function FormulaUI({ items, formatter, ref }: FormulaUIProps): import("react
|
|
20
|
+
export declare function FormulaUI({ items, formatter, ref }: FormulaUIProps): import("react").JSX.Element;
|
|
@@ -8,4 +8,4 @@ export interface NoteProps {
|
|
|
8
8
|
* Small subdued caption rendered below a Formula value. Use for short
|
|
9
9
|
* descriptive text (e.g. "Last 7 days", "Excludes refunds").
|
|
10
10
|
*/
|
|
11
|
-
export declare function Note({ children, TypographyProps }: NoteProps): import("react
|
|
11
|
+
export declare function Note({ children, TypographyProps }: NoteProps): import("react").JSX.Element;
|
|
@@ -9,4 +9,4 @@ export interface PrefixProps {
|
|
|
9
9
|
* Composable building block for custom formula layouts; the canonical
|
|
10
10
|
* {@link FormulaUI} renders one of these per item when `prefix` is set.
|
|
11
11
|
*/
|
|
12
|
-
export declare function Prefix({ children, TypographyProps }: PrefixProps): import("react
|
|
12
|
+
export declare function Prefix({ children, TypographyProps }: PrefixProps): import("react").JSX.Element;
|
|
@@ -13,4 +13,4 @@ export interface SeriesProps {
|
|
|
13
13
|
* Background colour is `color` (consumer-supplied) or a neutral disabled
|
|
14
14
|
* colour, with text colour computed for contrast against it.
|
|
15
15
|
*/
|
|
16
|
-
export declare function Series({ name, color, size, AvatarProps: avatarProps, }: SeriesProps): import("react
|
|
16
|
+
export declare function Series({ name, color, size, AvatarProps: avatarProps, }: SeriesProps): import("react").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export interface FormulaSkeletonProps {
|
|
2
2
|
count?: number;
|
|
3
3
|
}
|
|
4
|
-
export declare function FormulaSkeleton({ count }: FormulaSkeletonProps): import("react
|
|
4
|
+
export declare function FormulaSkeleton({ count }: FormulaSkeletonProps): import("react").JSX.Element;
|
|
@@ -9,4 +9,4 @@ export interface SuffixProps {
|
|
|
9
9
|
* Composable building block for custom formula layouts; the canonical
|
|
10
10
|
* {@link FormulaUI} renders one of these per item when `suffix` is set.
|
|
11
11
|
*/
|
|
12
|
-
export declare function Suffix({ children, TypographyProps }: SuffixProps): import("react
|
|
12
|
+
export declare function Suffix({ children, TypographyProps }: SuffixProps): import("react").JSX.Element;
|
|
@@ -11,4 +11,4 @@ export interface ValueProps {
|
|
|
11
11
|
* building block for custom formula layouts; the canonical {@link FormulaUI}
|
|
12
12
|
* renders one of these per item.
|
|
13
13
|
*/
|
|
14
|
-
export declare function Value({ children, color, TypographyProps }: ValueProps): import("react
|
|
14
|
+
export declare function Value({ children, color, TypographyProps }: ValueProps): import("react").JSX.Element;
|
|
@@ -6,4 +6,4 @@ export interface HistogramSkeletonProps {
|
|
|
6
6
|
* — a grid of bars (bin-shaped silhouette, anchored to the bottom) plus a
|
|
7
7
|
* legend stub — so the placeholder reads consistently with Bar.
|
|
8
8
|
*/
|
|
9
|
-
export declare function HistogramSkeleton({ bins }: HistogramSkeletonProps): import("react
|
|
9
|
+
export declare function HistogramSkeleton({ bins }: HistogramSkeletonProps): import("react").JSX.Element;
|