@carto/ps-react-ui 4.20.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 +4 -4
- 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/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 -78
- 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/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
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ChatLoaderProps } from '../types';
|
|
2
|
-
export declare function ChatLoader({ size, labels, sx }: ChatLoaderProps): import("react
|
|
2
|
+
export declare function ChatLoader({ size, labels, sx }: ChatLoaderProps): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ChatRatingActionProps } from '../types';
|
|
2
|
-
export declare function ChatRatingAction({ rating, onRatingChange, labels, }: ChatRatingActionProps): import("react
|
|
2
|
+
export declare function ChatRatingAction({ rating, onRatingChange, labels, }: ChatRatingActionProps): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ChatThinkingProps } from '../types';
|
|
2
|
-
export declare function ChatThinking({ children, duration, sx, }: ChatThinkingProps): import("react
|
|
2
|
+
export declare function ChatThinking({ children, duration, sx, }: ChatThinkingProps): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ChatToolCodeAreaProps } from '../types';
|
|
2
|
-
export declare function ChatToolCodeArea({ content, title, isError, labels, sx, }: ChatToolCodeAreaProps): import("react
|
|
2
|
+
export declare function ChatToolCodeArea({ content, title, isError, labels, sx, }: ChatToolCodeAreaProps): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ChatToolFullViewDialogProps } from '../types';
|
|
2
|
-
export declare function ChatToolFullViewDialog({ open, onClose, title, content, }: ChatToolFullViewDialogProps): import("react
|
|
2
|
+
export declare function ChatToolFullViewDialog({ open, onClose, title, content, }: ChatToolFullViewDialogProps): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ChatToolGroupProps } from '../types';
|
|
2
|
-
export declare function ChatToolGroup({ tools, expanded: _expanded, onExpandedChange: _setExpanded, expandedTools: _expandedTools, onToolExpandedChange: _setExpandedTools, labels, sx, }: ChatToolGroupProps): import("react
|
|
2
|
+
export declare function ChatToolGroup({ tools, expanded: _expanded, onExpandedChange: _setExpanded, expandedTools: _expandedTools, onToolExpandedChange: _setExpandedTools, labels, sx, }: ChatToolGroupProps): import("react").JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ChatToolTraceProps } from '../types';
|
|
2
|
-
export declare function ChatToolTraceDetails({ tool, labels, }: Pick<ChatToolTraceProps, 'tool' | 'labels'>): import("react
|
|
3
|
-
export declare function ChatToolTrace({ tool, expanded, onExpandedChange, labels, sx, }: ChatToolTraceProps): import("react
|
|
2
|
+
export declare function ChatToolTraceDetails({ tool, labels, }: Pick<ChatToolTraceProps, 'tool' | 'labels'>): import("react").JSX.Element;
|
|
3
|
+
export declare function ChatToolTrace({ tool, expanded, onExpandedChange, labels, sx, }: ChatToolTraceProps): import("react").JSX.Element;
|
|
@@ -3,4 +3,4 @@ export declare function GroupWrapper({ title, children, collapsed, }: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
collapsed?: boolean;
|
|
6
|
-
}): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react
|
|
6
|
+
}): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react").JSX.Element | null | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { CopyButtonProps } from './types';
|
|
2
|
-
export declare function CopyButton({ copyText, onSuccess, onError, 'aria-label': ariaLabel, ...props }: CopyButtonProps): import("react
|
|
2
|
+
export declare function CopyButton({ copyText, onSuccess, onError, 'aria-label': ariaLabel, ...props }: CopyButtonProps): import("react").JSX.Element;
|
|
@@ -3,4 +3,4 @@ import { LassoToolsComponentProps, LassoToolsData } from './types';
|
|
|
3
3
|
export declare function LassoToolsUIChip({ chipProps, value, labels, onChipToggle, onDelete, }: Pick<LassoToolsComponentProps, 'chipProps' | 'onDelete' | 'onChipToggle'> & {
|
|
4
4
|
value: LassoToolsData;
|
|
5
5
|
labels?: PickDeep<LassoToolsComponentProps['labels'], 'chip'>['chip'];
|
|
6
|
-
}): import("react
|
|
6
|
+
}): import("react").JSX.Element;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
export declare function DrawPolygonIcon(props: SVGProps<SVGSVGElement>): import("react
|
|
3
|
-
export declare function DrawSquareIcon(props: SVGProps<SVGSVGElement>): import("react
|
|
4
|
-
export declare function DrawCircleIcon(props: SVGProps<SVGSVGElement>): import("react
|
|
5
|
-
export declare function DrawLassoIcon(props: SVGProps<SVGSVGElement>): import("react
|
|
6
|
-
export declare function SelectToolIcon(props: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function DrawPolygonIcon(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
3
|
+
export declare function DrawSquareIcon(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
4
|
+
export declare function DrawCircleIcon(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
5
|
+
export declare function DrawLassoIcon(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
6
|
+
export declare function SelectToolIcon(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
7
7
|
/** Spatial-mask glyph (circle with horizontal "globe" stripes) for the lasso
|
|
8
8
|
* geometry toolbar's mask/draw toggle. From Figma node 5960:14347. */
|
|
9
|
-
export declare function SpatialMaskIcon(props: SVGProps<SVGSVGElement>): import("react
|
|
9
|
+
export declare function SpatialMaskIcon(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
10
10
|
/** "Aa" glyph for the lasso geometry toolbar's rename action. From Figma node
|
|
11
11
|
* 5960:14347. */
|
|
12
|
-
export declare function TextAaIcon(props: SVGProps<SVGSVGElement>): import("react
|
|
12
|
+
export declare function TextAaIcon(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -26,10 +26,10 @@ export declare function LassoToolsUI({ enabled, values, actionProps, chipProps,
|
|
|
26
26
|
export declare namespace LassoToolsUI {
|
|
27
27
|
var Action: ({ modes, modesMapping, modeSelected, actionProps, enabled, labels, onActionToggle, }: Partial<Omit<LassoToolsComponentProps, "ChipsSlot" | "ActionsSlot" | "OptionsSlot" | "SecondaryActionsSlot">> & {
|
|
28
28
|
labels?: PickDeep<LassoToolsComponentProps["labels"], "actions">["actions"];
|
|
29
|
-
}) =>
|
|
30
|
-
var Chips: ({ values, labels, chipProps, onDelete, onChipToggle, onActionToggle, }: Partial<Omit<LassoToolsComponentProps, "ChipsSlot" | "ActionsSlot" | "OptionsSlot" | "SecondaryActionsSlot">>) => false |
|
|
29
|
+
}) => JSX.Element;
|
|
30
|
+
var Chips: ({ values, labels, chipProps, onDelete, onChipToggle, onActionToggle, }: Partial<Omit<LassoToolsComponentProps, "ChipsSlot" | "ActionsSlot" | "OptionsSlot" | "SecondaryActionsSlot">>) => false | JSX.Element;
|
|
31
31
|
var SecondaryActions: typeof SecondaryActionsWrapper;
|
|
32
|
-
var Options: ({ values, modes, modesMapping, modeSelected, labels, onChangeMode, ...props }: Partial<Omit<LassoToolsComponentProps, "ChipsSlot" | "ActionsSlot" | "OptionsSlot" | "SecondaryActionsSlot">> & OptionsChildrenProps) =>
|
|
32
|
+
var Options: ({ values, modes, modesMapping, modeSelected, labels, onChangeMode, ...props }: Partial<Omit<LassoToolsComponentProps, "ChipsSlot" | "ActionsSlot" | "OptionsSlot" | "SecondaryActionsSlot">> & OptionsChildrenProps) => JSX.Element;
|
|
33
33
|
}
|
|
34
|
-
declare function SecondaryActionsWrapper({ values, labels, onAllChipToggle, onAllDelete, }: Partial<Omit<LassoToolsComponentProps, 'ChipsSlot' | 'ActionsSlot' | 'OptionsSlot' | 'SecondaryActionsSlot'>>):
|
|
34
|
+
declare function SecondaryActionsWrapper({ values, labels, onAllChipToggle, onAllDelete, }: Partial<Omit<LassoToolsComponentProps, 'ChipsSlot' | 'ActionsSlot' | 'OptionsSlot' | 'SecondaryActionsSlot'>>): JSX.Element | null;
|
|
35
35
|
export {};
|
|
@@ -4,4 +4,4 @@ import { LassoMessageUIProps } from './types';
|
|
|
4
4
|
* positioned by that render-props component. Auto-hides after 5 seconds via
|
|
5
5
|
* MUI `Snackbar` (calls `onDismiss`, which removes the message from the store).
|
|
6
6
|
*/
|
|
7
|
-
export declare function LassoMessageUI({ message, onDismiss, AlertProps, SnackbarProps, }: LassoMessageUIProps): import("react
|
|
7
|
+
export declare function LassoMessageUI({ message, onDismiss, AlertProps, SnackbarProps, }: LassoMessageUIProps): import("react").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
interface ListDataSkeletonProps {
|
|
2
2
|
length?: number;
|
|
3
3
|
}
|
|
4
|
-
export declare function ListDataSkeleton({ length }: ListDataSkeletonProps): import("react
|
|
4
|
+
export declare function ListDataSkeleton({ length }: ListDataSkeletonProps): import("react").JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SVGProps } from 'react';
|
|
2
|
-
export declare function RulerIcon(props: SVGProps<SVGSVGElement>): import("react
|
|
3
|
-
export declare function BufferIcon(props: SVGProps<SVGSVGElement>): import("react
|
|
4
|
-
export declare function AreaIcon(props: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function RulerIcon(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
3
|
+
export declare function BufferIcon(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
4
|
+
export declare function AreaIcon(props: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -4,5 +4,5 @@ interface NoDataAlertProps {
|
|
|
4
4
|
body?: string;
|
|
5
5
|
severity?: AlertProps['severity'];
|
|
6
6
|
}
|
|
7
|
-
export declare function NoDataAlert({ title, body, severity, }: NoDataAlertProps): import("react
|
|
7
|
+
export declare function NoDataAlert({ title, body, severity, }: NoDataAlertProps): import("react").JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -33,5 +33,5 @@ export declare function ResponsiveDrawer<T extends {
|
|
|
33
33
|
* the anchor (e.g. a trigger hidden while the panel is open). Desktop-only.
|
|
34
34
|
*/
|
|
35
35
|
placement?: ResponsiveDrawerPlacement;
|
|
36
|
-
}): import("react
|
|
36
|
+
}): import("react").JSX.Element;
|
|
37
37
|
export {};
|
|
@@ -9,7 +9,7 @@ import { TooltipProps } from '@mui/material';
|
|
|
9
9
|
* <Button>Hover me</Button>
|
|
10
10
|
* </Tooltip>
|
|
11
11
|
*/
|
|
12
|
-
export declare function Tooltip({ children, title, enterNextDelay, ...props }: TooltipProps): import("react
|
|
12
|
+
export declare function Tooltip({ children, title, enterNextDelay, ...props }: TooltipProps): import("react").JSX.Element;
|
|
13
13
|
/**
|
|
14
14
|
* Sets the global default `enterNextDelay` for all Tooltip components in the application.
|
|
15
15
|
*
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type * as echarts from 'echarts';
|
|
1
2
|
/**
|
|
2
3
|
* Registers a DOM element ref and an ECharts instance ref with the widget store.
|
|
3
4
|
* This allows other parts of the application (e.g., screenshot export) to access the widget's DOM element.
|
|
@@ -16,5 +17,5 @@
|
|
|
16
17
|
*/
|
|
17
18
|
export declare function useWidgetRef<T extends HTMLElement = HTMLElement>(widgetId: string): {
|
|
18
19
|
ref: import('react').RefObject<T | null>;
|
|
19
|
-
instance: import('react').RefObject<
|
|
20
|
+
instance: import('react').RefObject<echarts.ECharts | null>;
|
|
20
21
|
};
|
|
@@ -12,7 +12,7 @@ export interface LegendActionsProps {
|
|
|
12
12
|
*
|
|
13
13
|
* @experimental This API is new and may change in a future release.
|
|
14
14
|
*/
|
|
15
|
-
export declare function LegendActions({ children }: LegendActionsProps): import("react
|
|
15
|
+
export declare function LegendActions({ children }: LegendActionsProps): import("react").JSX.Element;
|
|
16
16
|
/**
|
|
17
17
|
* Splits a wrapper's children by component identity: `<Legend.Actions>`
|
|
18
18
|
* elements belong in the header, everything else in the collapsible body.
|
|
@@ -10,4 +10,4 @@ export interface LegendCategoryUIProps {
|
|
|
10
10
|
*
|
|
11
11
|
* @experimental This API is new and may change in a future release.
|
|
12
12
|
*/
|
|
13
|
-
export declare function LegendCategoryUI({ data }: LegendCategoryUIProps): import("react
|
|
13
|
+
export declare function LegendCategoryUI({ data }: LegendCategoryUIProps): import("react").JSX.Element;
|
|
@@ -9,4 +9,4 @@ export interface LegendGroupProps {
|
|
|
9
9
|
*
|
|
10
10
|
* @experimental This API is new and may change in a future release.
|
|
11
11
|
*/
|
|
12
|
-
export declare function LegendGroup({ groupId, children }: LegendGroupProps): import("react
|
|
12
|
+
export declare function LegendGroup({ groupId, children }: LegendGroupProps): import("react").JSX.Element | null;
|
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @experimental This API is new and may change in a future release.
|
|
5
5
|
*/
|
|
6
|
-
export declare function LegendShowOnlyGroup(): import("react
|
|
6
|
+
export declare function LegendShowOnlyGroup(): import("react").JSX.Element | null;
|
|
7
7
|
/**
|
|
8
8
|
* Show every layer (panel-level `Legend.PanelMenu` only).
|
|
9
9
|
*
|
|
10
10
|
* @experimental This API is new and may change in a future release.
|
|
11
11
|
*/
|
|
12
|
-
export declare function LegendShowAllGroups(): import("react
|
|
12
|
+
export declare function LegendShowAllGroups(): import("react").JSX.Element | null;
|
|
13
13
|
/**
|
|
14
14
|
* Collapse / expand all groups (panel-level `Legend.PanelMenu` only).
|
|
15
15
|
*
|
|
16
16
|
* @experimental This API is new and may change in a future release.
|
|
17
17
|
*/
|
|
18
|
-
export declare function LegendCollapseAllGroups(): import("react
|
|
18
|
+
export declare function LegendCollapseAllGroups(): import("react").JSX.Element | null;
|
|
19
19
|
export interface LegendZoomToGroupProps {
|
|
20
20
|
/** Fit viewport to the group; may return a Promise for async menu feedback. */
|
|
21
21
|
onZoomTo: (groupId: string) => void | Promise<void>;
|
|
@@ -25,4 +25,4 @@ export interface LegendZoomToGroupProps {
|
|
|
25
25
|
*
|
|
26
26
|
* @experimental This API is new and may change in a future release.
|
|
27
27
|
*/
|
|
28
|
-
export declare function LegendZoomToGroup({ onZoomTo }: LegendZoomToGroupProps): import("react
|
|
28
|
+
export declare function LegendZoomToGroup({ onZoomTo }: LegendZoomToGroupProps): import("react").JSX.Element | null;
|
|
@@ -8,4 +8,4 @@ export interface LegendGroupMenuProps {
|
|
|
8
8
|
*
|
|
9
9
|
* @experimental This API is new and may change in a future release.
|
|
10
10
|
*/
|
|
11
|
-
export declare function LegendGroupMenu({ children }: LegendGroupMenuProps): import("react
|
|
11
|
+
export declare function LegendGroupMenu({ children }: LegendGroupMenuProps): import("react").JSX.Element;
|
|
@@ -7,4 +7,4 @@ export interface LegendIconUIProps {
|
|
|
7
7
|
*
|
|
8
8
|
* @experimental This API is new and may change in a future release.
|
|
9
9
|
*/
|
|
10
|
-
export declare function LegendIconUI({ data }: LegendIconUIProps): import("react
|
|
10
|
+
export declare function LegendIconUI({ data }: LegendIconUIProps): import("react").JSX.Element;
|
|
@@ -11,4 +11,4 @@ export interface LegendItemUIProps {
|
|
|
11
11
|
*
|
|
12
12
|
* @experimental This API is new and may change in a future release.
|
|
13
13
|
*/
|
|
14
|
-
export declare function LegendItemUI({ data, labels }: LegendItemUIProps): import("react
|
|
14
|
+
export declare function LegendItemUI({ data, labels }: LegendItemUIProps): import("react").JSX.Element;
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @experimental This API is new and may change in a future release.
|
|
5
5
|
*/
|
|
6
|
-
declare function OpacityItem(): import("react
|
|
6
|
+
declare function OpacityItem(): import("react").JSX.Element | null;
|
|
7
7
|
/**
|
|
8
8
|
* Inline opacity bar (first body child of `Legend.Row`). Slider commits on release; input commits live.
|
|
9
9
|
*
|
|
10
10
|
* @experimental This API is new and may change in a future release.
|
|
11
11
|
*/
|
|
12
|
-
declare function OpacityInline(): import("react
|
|
12
|
+
declare function OpacityInline(): import("react").JSX.Element | null;
|
|
13
13
|
/**
|
|
14
14
|
* Compound opacity control: `Item` in the row menu, `Inline` in the body.
|
|
15
15
|
*
|
|
@@ -9,4 +9,4 @@ export interface LegendOverflowMenuProps {
|
|
|
9
9
|
/** Extra `.active` pin (e.g. inline opacity bar open). */
|
|
10
10
|
active?: boolean;
|
|
11
11
|
}
|
|
12
|
-
export declare function LegendOverflowMenu({ children, gate, ariaLabel, active, }: LegendOverflowMenuProps): import("react
|
|
12
|
+
export declare function LegendOverflowMenu({ children, gate, ariaLabel, active, }: LegendOverflowMenuProps): import("react").JSX.Element | null;
|
|
@@ -8,4 +8,4 @@ export interface LegendPanelMenuProps {
|
|
|
8
8
|
*
|
|
9
9
|
* @experimental This API is new and may change in a future release.
|
|
10
10
|
*/
|
|
11
|
-
export declare function LegendPanelMenu({ children }: LegendPanelMenuProps): import("react
|
|
11
|
+
export declare function LegendPanelMenu({ children }: LegendPanelMenuProps): import("react").JSX.Element;
|
|
@@ -13,4 +13,4 @@ export interface LegendProportionUIProps {
|
|
|
13
13
|
*
|
|
14
14
|
* @experimental This API is new and may change in a future release.
|
|
15
15
|
*/
|
|
16
|
-
export declare function LegendProportionUI({ data, labels, }: LegendProportionUIProps): import("react
|
|
16
|
+
export declare function LegendProportionUI({ data, labels, }: LegendProportionUIProps): import("react").JSX.Element;
|
|
@@ -17,4 +17,4 @@ export interface LegendRampUIProps {
|
|
|
17
17
|
*
|
|
18
18
|
* @experimental This API is new and may change in a future release.
|
|
19
19
|
*/
|
|
20
|
-
export declare function LegendRampUI({ data, labels, }: LegendRampUIProps): import("react
|
|
20
|
+
export declare function LegendRampUI({ data, labels, }: LegendRampUIProps): import("react").JSX.Element;
|
|
@@ -13,4 +13,4 @@ export interface LegendRowProps {
|
|
|
13
13
|
*
|
|
14
14
|
* @experimental This API is new and may change in a future release.
|
|
15
15
|
*/
|
|
16
|
-
export declare function LegendRow({ layerId, children }: LegendRowProps): import("react
|
|
16
|
+
export declare function LegendRow({ layerId, children }: LegendRowProps): import("react").JSX.Element | null;
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @experimental This API is new and may change in a future release.
|
|
5
5
|
*/
|
|
6
|
-
export declare function LegendShowOnlyLayer(): import("react
|
|
6
|
+
export declare function LegendShowOnlyLayer(): import("react").JSX.Element | null;
|
|
7
7
|
/**
|
|
8
8
|
* Show all layers in the enclosing group, or all ungrouped layers at row scope.
|
|
9
9
|
*
|
|
10
10
|
* @experimental This API is new and may change in a future release.
|
|
11
11
|
*/
|
|
12
|
-
export declare function LegendShowAllLayers(): import("react
|
|
12
|
+
export declare function LegendShowAllLayers(): import("react").JSX.Element | null;
|
|
@@ -9,4 +9,4 @@ export interface LegendRowMenuProps {
|
|
|
9
9
|
*
|
|
10
10
|
* @experimental This API is new and may change in a future release.
|
|
11
11
|
*/
|
|
12
|
-
export declare function LegendRowMenu({ children }: LegendRowMenuProps): import("react
|
|
12
|
+
export declare function LegendRowMenu({ children }: LegendRowMenuProps): import("react").JSX.Element;
|
|
@@ -7,4 +7,4 @@ export interface LegendZoomToProps {
|
|
|
7
7
|
*
|
|
8
8
|
* @experimental This API is new and may change in a future release.
|
|
9
9
|
*/
|
|
10
|
-
export declare function LegendZoomTo({ onZoomTo }: LegendZoomToProps): import("react
|
|
10
|
+
export declare function LegendZoomTo({ onZoomTo }: LegendZoomToProps): import("react").JSX.Element | null;
|
|
@@ -8,4 +8,4 @@ export interface LegendSortableProps {
|
|
|
8
8
|
*
|
|
9
9
|
* @experimental This API is new and may change in a future release.
|
|
10
10
|
*/
|
|
11
|
-
export declare function LegendSortable({ children }: LegendSortableProps): import("react
|
|
11
|
+
export declare function LegendSortable({ children }: LegendSortableProps): import("react").JSX.Element;
|
|
@@ -23,4 +23,4 @@ export declare const DEFAULT_SWATCH_SIZE = 12;
|
|
|
23
23
|
*
|
|
24
24
|
* @experimental This API is new and may change in a future release.
|
|
25
25
|
*/
|
|
26
|
-
export declare function LegendSwatch({ shape, color, isStrokeColor, fillPattern, strokeStyle, size, }: LegendSwatchProps): import("react
|
|
26
|
+
export declare function LegendSwatch({ shape, color, isStrokeColor, fillPattern, strokeStyle, size, }: LegendSwatchProps): import("react").JSX.Element;
|
|
@@ -32,4 +32,4 @@ export type LegendVisibilityToggleProps = {
|
|
|
32
32
|
*
|
|
33
33
|
* @experimental This API is new and may change in a future release.
|
|
34
34
|
*/
|
|
35
|
-
export declare function LegendVisibilityToggle({ visibility, onToggle, labels, }: LegendVisibilityToggleProps): import("react
|
|
35
|
+
export declare function LegendVisibilityToggle({ visibility, onToggle, labels, }: LegendVisibilityToggleProps): import("react").JSX.Element | null;
|
|
@@ -101,8 +101,8 @@ export declare const Legend: {
|
|
|
101
101
|
readonly PanelMenu: typeof LegendPanelMenu;
|
|
102
102
|
readonly VisibleLayers: typeof LegendVisibleLayers;
|
|
103
103
|
readonly Opacity: {
|
|
104
|
-
Item: () => import("react
|
|
105
|
-
Inline: () => import("react
|
|
104
|
+
Item: () => import("react").JSX.Element | null;
|
|
105
|
+
Inline: () => import("react").JSX.Element | null;
|
|
106
106
|
};
|
|
107
107
|
readonly ConfigSelect: typeof LegendConfigSelect;
|
|
108
108
|
readonly Item: typeof LegendItem;
|
|
@@ -35,4 +35,4 @@ export interface LegendProviderProps {
|
|
|
35
35
|
*
|
|
36
36
|
* @experimental This API is new and may change in a future release.
|
|
37
37
|
*/
|
|
38
|
-
export declare function LegendProvider({ id, layers, groups, labels, keepAlive, children, }: LegendProviderProps): import("react
|
|
38
|
+
export declare function LegendProvider({ id, layers, groups, labels, keepAlive, children, }: LegendProviderProps): import("react").JSX.Element;
|
|
@@ -26,4 +26,4 @@ export declare const BRUSH_TOGGLE_TOOL_ID = "brush-toggle";
|
|
|
26
26
|
* />
|
|
27
27
|
* ```
|
|
28
28
|
*/
|
|
29
|
-
export declare function BrushToggle({ id, onBrushSelected, multiBrush, selections, defaultEnabled, labels, Icon, IconButtonProps, }: BrushToggleProps): import("react
|
|
29
|
+
export declare function BrushToggle({ id, onBrushSelected, multiBrush, selections, defaultEnabled, labels, Icon, IconButtonProps, }: BrushToggleProps): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ChangeColumnIcon: () => import("react
|
|
1
|
+
export declare const ChangeColumnIcon: () => import("react").JSX.Element;
|
|
@@ -17,4 +17,4 @@ export declare const CHANGE_COLUMN_TOOL_ID = "change-column";
|
|
|
17
17
|
* <ChangeColumn id="my-table-widget" />
|
|
18
18
|
* ```
|
|
19
19
|
*/
|
|
20
|
-
export declare function ChangeColumn({ id, labels, Icon, IconButtonProps, MenuProps, }: ChangeColumnProps): import("react
|
|
20
|
+
export declare function ChangeColumn({ id, labels, Icon, IconButtonProps, MenuProps, }: ChangeColumnProps): import("react").JSX.Element | null;
|
|
@@ -6,4 +6,4 @@ export interface SortableColumnItemProps {
|
|
|
6
6
|
* A draggable menu item for column reordering.
|
|
7
7
|
* Uses @dnd-kit/sortable for drag-and-drop functionality.
|
|
8
8
|
*/
|
|
9
|
-
export declare function SortableColumnItem({ column }: SortableColumnItemProps): import("react
|
|
9
|
+
export declare function SortableColumnItem({ column }: SortableColumnItemProps): import("react").JSX.Element;
|
|
@@ -10,4 +10,4 @@ import { DownloadProps } from './types';
|
|
|
10
10
|
* <Download id={widgetId} items={barDownloadConfig({ refUI })} />
|
|
11
11
|
* ```
|
|
12
12
|
*/
|
|
13
|
-
export declare function Download({ id, items, labels, Icon, IconButtonProps, }: DownloadProps): import("react
|
|
13
|
+
export declare function Download({ id, items, labels, Icon, IconButtonProps, }: DownloadProps): import("react").JSX.Element;
|
|
@@ -12,4 +12,4 @@ import { FullScreenProps } from './types';
|
|
|
12
12
|
* </FullScreen>
|
|
13
13
|
* ```
|
|
14
14
|
*/
|
|
15
|
-
export declare function FullScreen({ id, labels, children, Icon, IconButtonProps, DialogContentProps: { sx, ...DialogContentProps }, DialogProps, }: FullScreenProps): import("react
|
|
15
|
+
export declare function FullScreen({ id, labels, children, Icon, IconButtonProps, DialogContentProps: { sx, ...DialogContentProps }, DialogProps, }: FullScreenProps): import("react").JSX.Element;
|
|
@@ -16,4 +16,4 @@ export declare const LOCK_SELECTION_TOOL_ID = "lock-selection";
|
|
|
16
16
|
* />
|
|
17
17
|
* ```
|
|
18
18
|
*/
|
|
19
|
-
export declare function LockSelection({ id, selectedItems, order, labels, Icon, IconButtonProps, }: LockSelectionProps): import("react
|
|
19
|
+
export declare function LockSelection({ id, selectedItems, order, labels, Icon, IconButtonProps, }: LockSelectionProps): import("react").JSX.Element | null;
|
|
@@ -21,4 +21,4 @@ export declare const RELATIVE_DATA_CONFIG_TOOL_ID = "relative-data-config";
|
|
|
21
21
|
* />
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
|
24
|
-
export declare function RelativeData({ id, order, defaultIsRelative, labels, Icon, IconButtonProps, }: RelativeDataProps): import("react
|
|
24
|
+
export declare function RelativeData({ id, order, defaultIsRelative, labels, Icon, IconButtonProps, }: RelativeDataProps): import("react").JSX.Element;
|
|
@@ -15,4 +15,4 @@ import { SearcherToggleProps } from './types';
|
|
|
15
15
|
* />
|
|
16
16
|
* ```
|
|
17
17
|
*/
|
|
18
|
-
export declare function SearcherToggle({ id, defaultEnabled, labels, Icon, IconButtonProps, }: SearcherToggleProps): import("react
|
|
18
|
+
export declare function SearcherToggle({ id, defaultEnabled, labels, Icon, IconButtonProps, }: SearcherToggleProps): import("react").JSX.Element;
|
|
@@ -18,4 +18,4 @@ export declare const SEARCHER_TOOL_ID = "searcher";
|
|
|
18
18
|
* />
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
21
|
-
export declare function Searcher({ id, filterFn, order, labels, TextFieldProps, ClearIcon, debounceDelay, }: SearcherProps): import("react
|
|
21
|
+
export declare function Searcher({ id, filterFn, order, labels, TextFieldProps, ClearIcon, debounceDelay, }: SearcherProps): import("react").JSX.Element | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const GroupedBarChartIcon: () => import("react
|
|
1
|
+
export declare const GroupedBarChartIcon: () => import("react").JSX.Element;
|
|
@@ -14,4 +14,4 @@ export declare const STACK_TOGGLE_TOOL_ID = "stack-toggle";
|
|
|
14
14
|
* />
|
|
15
15
|
* ```
|
|
16
16
|
*/
|
|
17
|
-
export declare function StackToggle({ id, defaultIsStacked, labels, Icon, IconButtonProps, }: StackToggleProps): import("react
|
|
17
|
+
export declare function StackToggle({ id, defaultIsStacked, labels, Icon, IconButtonProps, }: StackToggleProps): import("react").JSX.Element | null;
|
|
@@ -23,4 +23,4 @@ export declare const ZOOM_TOGGLE_TOOL_ID = "zoom-toggle";
|
|
|
23
23
|
* />
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
|
-
export declare function ZoomToggle({ id, defaultZoom, defaultZoomStart, defaultZoomEnd, labels, Icon, ResetIcon, IconButtonProps, }: ZoomToggleProps): import("react
|
|
26
|
+
export declare function ZoomToggle({ id, defaultZoom, defaultZoomStart, defaultZoomEnd, labels, Icon, ResetIcon, IconButtonProps, }: ZoomToggleProps): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function BarSkeleton(): import("react
|
|
1
|
+
export declare function BarSkeleton(): import("react").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { CategoryUIProps } from './types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Renders a category widget displaying horizontal bars for categorical data with support for single and multi-series layouts, selection, and overflow grouping.
|
|
4
4
|
*/
|
|
5
|
-
export declare function CategoryUI({ id }: CategoryUIProps): import("react
|
|
5
|
+
export declare function CategoryUI({ id }: CategoryUIProps): import("react").JSX.Element | null;
|
|
@@ -7,4 +7,4 @@ export interface CategoryBarProps {
|
|
|
7
7
|
/**
|
|
8
8
|
* Renders a single horizontal bar fill proportional to its value relative to the maximum.
|
|
9
9
|
*/
|
|
10
|
-
export declare function CategoryBar({ value, maxValue, color, selected, }: CategoryBarProps): import("react
|
|
10
|
+
export declare function CategoryBar({ value, maxValue, color, selected, }: CategoryBarProps): import("react").JSX.Element;
|
|
@@ -6,4 +6,4 @@ export interface CategoryLegendProps {
|
|
|
6
6
|
/**
|
|
7
7
|
* Renders a color-coded legend for multi-series category widgets.
|
|
8
8
|
*/
|
|
9
|
-
export declare function CategoryLegend({ series, colors }: CategoryLegendProps): import("react
|
|
9
|
+
export declare function CategoryLegend({ series, colors }: CategoryLegendProps): import("react").JSX.Element | null;
|
|
@@ -12,4 +12,4 @@ export interface CategoryRowMultiProps {
|
|
|
12
12
|
/**
|
|
13
13
|
* Renders a multi-series category row with a label and multiple color-coded bars stacked vertically.
|
|
14
14
|
*/
|
|
15
|
-
export declare function CategoryRowMulti({ name, values, maxValue, colors, formatter, labelFormatter, onClick, selected, }: CategoryRowMultiProps): import("react
|
|
15
|
+
export declare function CategoryRowMulti({ name, values, maxValue, colors, formatter, labelFormatter, onClick, selected, }: CategoryRowMultiProps): import("react").JSX.Element;
|
|
@@ -6,4 +6,4 @@ export interface CategoryRowOtherProps {
|
|
|
6
6
|
/**
|
|
7
7
|
* Renders an "Other" summary row indicating how many additional categories are hidden beyond `maxItems`.
|
|
8
8
|
*/
|
|
9
|
-
export declare function CategoryRowOther({ hiddenCount, otherLabel, otherCountLabel, }: CategoryRowOtherProps): import("react
|
|
9
|
+
export declare function CategoryRowOther({ hiddenCount, otherLabel, otherCountLabel, }: CategoryRowOtherProps): import("react").JSX.Element;
|
|
@@ -12,4 +12,4 @@ export interface CategoryRowSingleProps {
|
|
|
12
12
|
/**
|
|
13
13
|
* Renders a single-series category row with a label, formatted value, and proportional bar.
|
|
14
14
|
*/
|
|
15
|
-
export declare function CategoryRowSingle({ name, value, maxValue, color, formatter, labelFormatter, onClick, selected, }: CategoryRowSingleProps): import("react
|
|
15
|
+
export declare function CategoryRowSingle({ name, value, maxValue, color, formatter, labelFormatter, onClick, selected, }: CategoryRowSingleProps): import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function CategorySkeleton(): import("react
|
|
1
|
+
export declare function CategorySkeleton(): import("react").JSX.Element;
|
|
@@ -6,4 +6,4 @@ import { EchartUIProps } from './types';
|
|
|
6
6
|
* Handles chart lifecycle (init, dispose), option updates, resize observation, and event listener management.
|
|
7
7
|
* Uses SVG renderer with a default height of 304px.
|
|
8
8
|
*/
|
|
9
|
-
export declare function EchartUI(props: EchartUIProps): import("react
|
|
9
|
+
export declare function EchartUI(props: EchartUIProps): import("react").JSX.Element;
|
|
@@ -5,4 +5,4 @@ import { EchartProps } from './types';
|
|
|
5
5
|
* @remarks
|
|
6
6
|
* Transforms widget data into ECharts dataset format and delegates rendering to {@link EchartUI}.
|
|
7
7
|
*/
|
|
8
|
-
export declare function Echart(props: EchartProps): import("react
|
|
8
|
+
export declare function Echart(props: EchartProps): import("react").JSX.Element | null;
|
|
@@ -9,4 +9,4 @@ import { WidgetErrorProps } from './types';
|
|
|
9
9
|
* </WidgetError>
|
|
10
10
|
* ```
|
|
11
11
|
*/
|
|
12
|
-
export declare function WidgetError({ id, children, title: titleProp, description, }: WidgetErrorProps): 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 WidgetError({ id, children, title: titleProp, description, }: WidgetErrorProps): 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 { ItemProps } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Base typography wrapper used by formula sub-components (Value, Prefix, Suffix) to render styled text.
|
|
4
4
|
*/
|
|
5
|
-
export declare function Item(props: ItemProps): import("react
|
|
5
|
+
export declare function Item(props: ItemProps): import("react").JSX.Element;
|