@devtable/dashboard 10.2.0 → 10.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (267) hide show
  1. package/dist/components/about-function-utils/index.d.ts +1 -2
  2. package/dist/components/function-editor.tsx/index.d.ts +1 -2
  3. package/dist/components/minimal-monaco-editor.d.ts +1 -2
  4. package/dist/components/rich-text-editor/font-size-extension.d.ts +26 -0
  5. package/dist/{panel/settings/common → components/rich-text-editor}/readonly-rich-text-editor.d.ts +1 -2
  6. package/dist/dashboard.es.js +15886 -12389
  7. package/dist/dashboard.umd.js +141 -131
  8. package/dist/filter/error-message-or-not-found.d.ts +1 -2
  9. package/dist/filter/filter-checkbox/render.d.ts +1 -2
  10. package/dist/filter/filter-date-range/render.d.ts +1 -2
  11. package/dist/filter/filter-multi-select/render/index.d.ts +1 -2
  12. package/dist/filter/filter-multi-select/render/widget.d.ts +1 -2
  13. package/dist/filter/filter-select/render.d.ts +1 -2
  14. package/dist/filter/filter-text-input/render.d.ts +1 -2
  15. package/dist/filter/filter-tree-select/expected-structure.d.ts +1 -2
  16. package/dist/filter/filter-tree-select/render/index.d.ts +1 -2
  17. package/dist/filter/filter-tree-select/render/switcher-icon.d.ts +1 -2
  18. package/dist/filter/filter-tree-select/render/tree-icon.d.ts +1 -2
  19. package/dist/filter/filter-tree-select/render/widget.d.ts +1 -2
  20. package/dist/filter/pick-query-for-filter/expected-structure-for-select.d.ts +1 -2
  21. package/dist/filter/pick-query-for-filter/index.d.ts +1 -2
  22. package/dist/interactions/components/interaction-settings.d.ts +2 -3
  23. package/dist/interactions/components/operation-select.d.ts +1 -2
  24. package/dist/interactions/components/trigger-select.d.ts +1 -2
  25. package/dist/interactions/components/variable-list.d.ts +1 -2
  26. package/dist/interactions/interactions-viewer/index.d.ts +1 -2
  27. package/dist/interactions/interactions-viewer/node-with-interactions/index.d.ts +1 -1
  28. package/dist/interactions/interactions-viewer/viewer.d.ts +1 -2
  29. package/dist/main/dashboard-editor/header/header-menu.d.ts +1 -1
  30. package/dist/main/dashboard-editor/header/index.d.ts +1 -2
  31. package/dist/main/dashboard-editor/header/main-header.d.ts +1 -1
  32. package/dist/main/dashboard-editor/header/save-changes-or-more.d.ts +1 -2
  33. package/dist/main/dashboard-editor/header/sub-header.d.ts +1 -2
  34. package/dist/main/dashboard-editor/navbar/index.d.ts +1 -2
  35. package/dist/main/dashboard-editor/navbar/view-links.d.ts +1 -2
  36. package/dist/main/dashboard-editor/settings/content/data-preview/data-table.d.ts +1 -2
  37. package/dist/main/dashboard-editor/settings/content/data-preview/query-state-message.d.ts +1 -2
  38. package/dist/main/dashboard-editor/settings/content/db-explorer-modal/db-explorer/full-space-loading.d.ts +1 -2
  39. package/dist/main/dashboard-editor/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -2
  40. package/dist/main/dashboard-editor/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -2
  41. package/dist/main/dashboard-editor/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -2
  42. package/dist/main/dashboard-editor/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +3 -4
  43. package/dist/main/dashboard-editor/settings/content/db-explorer-modal/db-explorer/structure/loading-skeleton.d.ts +1 -2
  44. package/dist/main/dashboard-editor/settings/content/db-explorer-modal/db-explorer/structure/tooltip-value.d.ts +1 -2
  45. package/dist/main/dashboard-editor/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -2
  46. package/dist/main/dashboard-editor/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -2
  47. package/dist/main/dashboard-editor/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -2
  48. package/dist/main/dashboard-editor/settings/content/db-explorer-modal/index.d.ts +1 -2
  49. package/dist/main/dashboard-editor/settings/content/edit-filter/index.d.ts +1 -2
  50. package/dist/main/dashboard-editor/settings/content/edit-mock-context/index.d.ts +1 -2
  51. package/dist/main/dashboard-editor/settings/content/edit-panel/change-view-of-panel.d.ts +1 -2
  52. package/dist/main/dashboard-editor/settings/content/edit-panel/index.d.ts +1 -2
  53. package/dist/main/dashboard-editor/settings/content/edit-panel/panel-config/description.d.ts +1 -2
  54. package/dist/main/dashboard-editor/settings/content/edit-panel/panel-config/edit-style.d.ts +1 -2
  55. package/dist/main/dashboard-editor/settings/content/edit-panel/panel-config/index.d.ts +1 -2
  56. package/dist/main/dashboard-editor/settings/content/edit-panel/panel-config/title.d.ts +1 -2
  57. package/dist/main/dashboard-editor/settings/content/edit-panel/panel-editor.d.ts +1 -2
  58. package/dist/main/dashboard-editor/settings/content/edit-panel/preview-panel.d.ts +1 -2
  59. package/dist/main/dashboard-editor/settings/content/edit-panel/select-viz-type.d.ts +1 -2
  60. package/dist/main/dashboard-editor/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +2 -3
  61. package/dist/main/dashboard-editor/settings/content/edit-panel/viz-conf.d.ts +1 -2
  62. package/dist/main/dashboard-editor/settings/content/edit-query/index.d.ts +1 -2
  63. package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/configurations.d.ts +1 -2
  64. package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/delete-query.d.ts +1 -2
  65. package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/index.d.ts +1 -2
  66. package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/query-usage.d.ts +1 -2
  67. package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -2
  68. package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +1 -2
  69. package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +1 -2
  70. package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql-in-monaco-editor.d.ts +1 -2
  71. package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql.d.ts +1 -2
  72. package/dist/main/dashboard-editor/settings/content/edit-sql-snippet/index.d.ts +1 -2
  73. package/dist/main/dashboard-editor/settings/content/edit-sql-snippet/item-editor.d.ts +1 -2
  74. package/dist/main/dashboard-editor/settings/content/edit-sql-snippet/preview-snippet.d.ts +1 -2
  75. package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +1 -2
  76. package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +1 -2
  77. package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +1 -2
  78. package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +1 -2
  79. package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/function-editor.d.ts +1 -2
  80. package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -2
  81. package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/index.d.ts +1 -2
  82. package/dist/main/dashboard-editor/settings/content/edit-view/index.d.ts +1 -2
  83. package/dist/main/dashboard-editor/settings/content/index.d.ts +1 -2
  84. package/dist/main/dashboard-editor/settings/content/view-query-vars/global-sql-snippets-table.d.ts +1 -2
  85. package/dist/main/dashboard-editor/settings/content/view-query-vars/index.d.ts +1 -2
  86. package/dist/main/dashboard-editor/settings/content/view-query-vars/query-variables-modal.d.ts +1 -2
  87. package/dist/main/dashboard-editor/settings/index.d.ts +1 -2
  88. package/dist/main/dashboard-editor/settings/navbar/add-item-button/add-a-filter.d.ts +1 -2
  89. package/dist/main/dashboard-editor/settings/navbar/add-item-button/add-a-panel.d.ts +1 -2
  90. package/dist/main/dashboard-editor/settings/navbar/add-item-button/add-a-query.d.ts +1 -2
  91. package/dist/main/dashboard-editor/settings/navbar/add-item-button/add-a-sql-snippet.d.ts +1 -2
  92. package/dist/main/dashboard-editor/settings/navbar/add-item-button/add-a-view.d.ts +1 -2
  93. package/dist/main/dashboard-editor/settings/navbar/add-item-button/index.d.ts +1 -2
  94. package/dist/main/dashboard-editor/settings/navbar/index.d.ts +1 -2
  95. package/dist/main/dashboard-editor/settings/navbar/nav-links.d.ts +1 -2
  96. package/dist/main/dashboard-render/index.d.ts +1 -2
  97. package/dist/panel/panel-description.d.ts +1 -2
  98. package/dist/panel/panel-dropdown-menu.d.ts +1 -2
  99. package/dist/panel/panel-error-or-state-message.d.ts +1 -2
  100. package/dist/panel/panel-viz-section.d.ts +1 -2
  101. package/dist/panel/plugin-adaptor.d.ts +2 -2
  102. package/dist/panel/settings/common/mantine-color-swatches.d.ts +1 -2
  103. package/dist/panel/settings/common/mantine-size-selector.d.ts +1 -2
  104. package/dist/plugins/common-echarts-fields/x-axis-label-formatter/function-editor.d.ts +1 -2
  105. package/dist/plugins/controls/color-interpolation-select/index.d.ts +1 -2
  106. package/dist/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +1 -2
  107. package/dist/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +1 -2
  108. package/dist/plugins/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +1 -2
  109. package/dist/plugins/viz-components/boxplot-chart/editors/reference-lines/reference-line.d.ts +1 -2
  110. package/dist/plugins/viz-components/boxplot-chart/editors/tooltip/index.d.ts +1 -2
  111. package/dist/plugins/viz-components/boxplot-chart/editors/tooltip/metric.d.ts +1 -2
  112. package/dist/plugins/viz-components/boxplot-chart/editors/tooltip/metrics.d.ts +1 -2
  113. package/dist/plugins/viz-components/boxplot-chart/editors/x-axis.d.ts +1 -2
  114. package/dist/plugins/viz-components/boxplot-chart/editors/y-axis.d.ts +1 -2
  115. package/dist/plugins/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +1 -2
  116. package/dist/plugins/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +1 -2
  117. package/dist/plugins/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +1 -2
  118. package/dist/plugins/viz-components/button/triggers/click-button.d.ts +1 -2
  119. package/dist/plugins/viz-components/button/viz-button-editor.d.ts +1 -2
  120. package/dist/plugins/viz-components/button/viz-button.d.ts +1 -2
  121. package/dist/plugins/viz-components/calendar-heatmap/editors/calendar/index.d.ts +1 -2
  122. package/dist/plugins/viz-components/calendar-heatmap/editors/heat_block/index.d.ts +1 -2
  123. package/dist/plugins/viz-components/calendar-heatmap/editors/tooltip/index.d.ts +1 -2
  124. package/dist/plugins/viz-components/calendar-heatmap/editors/tooltip/metric.d.ts +1 -2
  125. package/dist/plugins/viz-components/calendar-heatmap/editors/tooltip/metrics.d.ts +1 -2
  126. package/dist/plugins/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +1 -2
  127. package/dist/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +1 -2
  128. package/dist/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +1 -2
  129. package/dist/plugins/viz-components/cartesian/editors/reference-areas/index.d.ts +1 -2
  130. package/dist/plugins/viz-components/cartesian/editors/reference-areas/reference-area.d.ts +1 -2
  131. package/dist/plugins/viz-components/cartesian/editors/reference-lines/index.d.ts +1 -2
  132. package/dist/plugins/viz-components/cartesian/editors/reference-lines/reference-line.d.ts +1 -2
  133. package/dist/plugins/viz-components/cartesian/editors/regressions/index.d.ts +1 -2
  134. package/dist/plugins/viz-components/cartesian/editors/regressions/regression-item.d.ts +1 -2
  135. package/dist/plugins/viz-components/cartesian/editors/scatter-size-select/dynamic-size-function-editor.d.ts +1 -2
  136. package/dist/plugins/viz-components/cartesian/editors/scatter-size-select/dynamic.d.ts +1 -2
  137. package/dist/plugins/viz-components/cartesian/editors/scatter-size-select/static.d.ts +1 -2
  138. package/dist/plugins/viz-components/cartesian/editors/series/fields.bar.d.ts +1 -2
  139. package/dist/plugins/viz-components/cartesian/editors/series/fields.line.d.ts +1 -2
  140. package/dist/plugins/viz-components/cartesian/editors/series/fields.scatter.d.ts +1 -2
  141. package/dist/plugins/viz-components/cartesian/editors/series/index.d.ts +1 -2
  142. package/dist/plugins/viz-components/cartesian/editors/series/series-item.d.ts +1 -2
  143. package/dist/plugins/viz-components/cartesian/editors/stats/index.d.ts +1 -2
  144. package/dist/plugins/viz-components/cartesian/editors/x-axis/index.d.ts +1 -2
  145. package/dist/plugins/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +1 -2
  146. package/dist/plugins/viz-components/cartesian/editors/y-axes.d.ts +1 -2
  147. package/dist/plugins/viz-components/cartesian/triggers/click-echart.d.ts +1 -2
  148. package/dist/plugins/viz-components/cartesian/viz-cartesian-chart.d.ts +1 -2
  149. package/dist/plugins/viz-components/cartesian/viz-cartesian-editor.d.ts +1 -2
  150. package/dist/plugins/viz-components/funnel/editors/series/index.d.ts +1 -2
  151. package/dist/plugins/viz-components/funnel/editors/series/series-item.d.ts +1 -2
  152. package/dist/plugins/viz-components/funnel/viz-funnel-chart.d.ts +1 -2
  153. package/dist/plugins/viz-components/funnel/viz-funnel-editor.d.ts +1 -2
  154. package/dist/plugins/viz-components/heatmap/editors/heat_block/index.d.ts +1 -2
  155. package/dist/plugins/viz-components/heatmap/editors/tooltip/index.d.ts +1 -2
  156. package/dist/plugins/viz-components/heatmap/editors/tooltip/metric.d.ts +1 -2
  157. package/dist/plugins/viz-components/heatmap/editors/tooltip/metrics.d.ts +1 -2
  158. package/dist/plugins/viz-components/heatmap/editors/x-axis/index.d.ts +1 -2
  159. package/dist/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +1 -2
  160. package/dist/plugins/viz-components/heatmap/editors/y-axis/index.d.ts +1 -2
  161. package/dist/plugins/viz-components/heatmap/triggers/click-heat-block.d.ts +1 -2
  162. package/dist/plugins/viz-components/heatmap/viz-heatmap-editor.d.ts +1 -2
  163. package/dist/plugins/viz-components/heatmap/viz-heatmap.d.ts +1 -2
  164. package/dist/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +1 -2
  165. package/dist/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/reference-line.d.ts +1 -2
  166. package/dist/plugins/viz-components/horizontal-bar-chart/editors/series/fields.bar.d.ts +1 -2
  167. package/dist/plugins/viz-components/horizontal-bar-chart/editors/series/index.d.ts +1 -2
  168. package/dist/plugins/viz-components/horizontal-bar-chart/editors/series/series-item.d.ts +1 -2
  169. package/dist/plugins/viz-components/horizontal-bar-chart/editors/x-axes/index.d.ts +1 -2
  170. package/dist/plugins/viz-components/horizontal-bar-chart/editors/x-axes/x-axis.d.ts +1 -2
  171. package/dist/plugins/viz-components/horizontal-bar-chart/editors/y-axis/index.d.ts +1 -2
  172. package/dist/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -2
  173. package/dist/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +1 -2
  174. package/dist/plugins/viz-components/merico-estimation-chart/editors/deviation.d.ts +1 -2
  175. package/dist/plugins/viz-components/merico-estimation-chart/editors/metrics/index.d.ts +1 -2
  176. package/dist/plugins/viz-components/merico-estimation-chart/editors/metrics/metric.d.ts +1 -2
  177. package/dist/plugins/viz-components/merico-estimation-chart/editors/x_axis.d.ts +1 -2
  178. package/dist/plugins/viz-components/merico-estimation-chart/toolbox/basis-metric-selector.d.ts +1 -2
  179. package/dist/plugins/viz-components/merico-estimation-chart/toolbox/index.d.ts +1 -2
  180. package/dist/plugins/viz-components/merico-estimation-chart/toolbox/metric-description.d.ts +1 -2
  181. package/dist/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -2
  182. package/dist/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +1 -2
  183. package/dist/plugins/viz-components/pareto-chart/editors/bar.d.ts +1 -2
  184. package/dist/plugins/viz-components/pareto-chart/editors/line.d.ts +1 -2
  185. package/dist/plugins/viz-components/pareto-chart/editors/mark-line.d.ts +2 -3
  186. package/dist/plugins/viz-components/pareto-chart/editors/x-axis.d.ts +1 -2
  187. package/dist/plugins/viz-components/pareto-chart/editors/y-axis.d.ts +1 -2
  188. package/dist/plugins/viz-components/pareto-chart/triggers/click-pareto.d.ts +1 -2
  189. package/dist/plugins/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +1 -2
  190. package/dist/plugins/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -2
  191. package/dist/plugins/viz-components/pie-chart/triggers/click-pie-chart.d.ts +1 -2
  192. package/dist/plugins/viz-components/pie-chart/viz-pie-chart-editor.d.ts +1 -2
  193. package/dist/plugins/viz-components/pie-chart/viz-pie-chart.d.ts +1 -2
  194. package/dist/plugins/viz-components/radar-chart/editors/dimensions/dimension.d.ts +1 -2
  195. package/dist/plugins/viz-components/radar-chart/editors/dimensions/index.d.ts +1 -2
  196. package/dist/plugins/viz-components/radar-chart/triggers/click-radar-chart.d.ts +1 -2
  197. package/dist/plugins/viz-components/radar-chart/viz-radar-chart-editor.d.ts +1 -2
  198. package/dist/plugins/viz-components/radar-chart/viz-radar-chart.d.ts +1 -2
  199. package/dist/plugins/viz-components/regression-chart/editors/regression-field.d.ts +1 -2
  200. package/dist/plugins/viz-components/regression-chart/editors/x-axis.d.ts +1 -2
  201. package/dist/plugins/viz-components/regression-chart/editors/y-axis.d.ts +1 -2
  202. package/dist/plugins/viz-components/regression-chart/toolbox/index.d.ts +1 -2
  203. package/dist/plugins/viz-components/regression-chart/toolbox/regression-description/index.d.ts +1 -2
  204. package/dist/plugins/viz-components/regression-chart/viz-regression-chart-editor.d.ts +1 -2
  205. package/dist/plugins/viz-components/regression-chart/viz-regression-chart.d.ts +1 -2
  206. package/dist/plugins/viz-components/rich-text/parse-rich-text-content.d.ts +3 -0
  207. package/dist/plugins/viz-components/rich-text/viz-rich-text-editor.d.ts +1 -2
  208. package/dist/plugins/viz-components/rich-text/viz-rich-text.d.ts +3 -2
  209. package/dist/plugins/viz-components/scatter-chart/editors/reference-areas/index.d.ts +1 -2
  210. package/dist/plugins/viz-components/scatter-chart/editors/reference-lines/index.d.ts +1 -2
  211. package/dist/plugins/viz-components/scatter-chart/editors/reference-lines/reference-line.d.ts +1 -2
  212. package/dist/plugins/viz-components/scatter-chart/editors/scatter/index.d.ts +1 -2
  213. package/dist/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic-size-function-editor.d.ts +1 -2
  214. package/dist/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic.d.ts +1 -2
  215. package/dist/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/static.d.ts +1 -2
  216. package/dist/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic-color-function-editor.d.ts +1 -2
  217. package/dist/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic.d.ts +1 -2
  218. package/dist/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/static.d.ts +1 -2
  219. package/dist/plugins/viz-components/scatter-chart/editors/stats/index.d.ts +1 -2
  220. package/dist/plugins/viz-components/scatter-chart/editors/tooltip/index.d.ts +1 -2
  221. package/dist/plugins/viz-components/scatter-chart/editors/tooltip/metric.d.ts +1 -2
  222. package/dist/plugins/viz-components/scatter-chart/editors/tooltip/metrics.d.ts +1 -2
  223. package/dist/plugins/viz-components/scatter-chart/editors/x-axis/index.d.ts +1 -2
  224. package/dist/plugins/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +1 -2
  225. package/dist/plugins/viz-components/scatter-chart/editors/y-axes/index.d.ts +1 -2
  226. package/dist/plugins/viz-components/scatter-chart/editors/y-axes/y-axis.d.ts +1 -2
  227. package/dist/plugins/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +1 -2
  228. package/dist/plugins/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +1 -2
  229. package/dist/plugins/viz-components/scatter-chart/viz-scatter-chart.d.ts +1 -2
  230. package/dist/plugins/viz-components/stats/viz-stats-editor.d.ts +1 -2
  231. package/dist/plugins/viz-components/stats/viz-stats.d.ts +1 -2
  232. package/dist/plugins/viz-components/sunburst/editors/data-field.d.ts +1 -2
  233. package/dist/plugins/viz-components/sunburst/editors/levels/index.d.ts +1 -2
  234. package/dist/plugins/viz-components/sunburst/editors/levels/level.d.ts +1 -2
  235. package/dist/plugins/viz-components/sunburst/viz-sunburst-editor.d.ts +1 -2
  236. package/dist/plugins/viz-components/sunburst/viz-sunburst.d.ts +1 -2
  237. package/dist/plugins/viz-components/table/components/head-cell.d.ts +1 -2
  238. package/dist/plugins/viz-components/table/editors/columns/column.d.ts +1 -2
  239. package/dist/plugins/viz-components/table/editors/columns/index.d.ts +1 -2
  240. package/dist/plugins/viz-components/table/editors/styling.d.ts +1 -2
  241. package/dist/plugins/viz-components/table/triggers/click-cell-content.d.ts +1 -2
  242. package/dist/plugins/viz-components/table/value-type-selector.d.ts +2 -1
  243. package/dist/plugins/viz-components/table/value.d.ts +1 -2
  244. package/dist/plugins/viz-components/table/viz-table-editor.d.ts +1 -2
  245. package/dist/plugins/viz-components/table/viz-table.d.ts +1 -2
  246. package/dist/plugins/viz-components/text/editors/func-content/func-content-editor.d.ts +1 -2
  247. package/dist/plugins/viz-components/text/viz-text-editor.d.ts +1 -2
  248. package/dist/plugins/viz-components/text/viz-text.d.ts +1 -2
  249. package/dist/plugins/viz-components/viz-merico-gqm/error-figure.d.ts +1 -2
  250. package/dist/plugins/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -2
  251. package/dist/plugins/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -2
  252. package/dist/plugins/viz-manager/components.d.ts +2 -3
  253. package/dist/service-locator/use-service-locator.d.ts +1 -1
  254. package/dist/stats.html +1 -1
  255. package/dist/utils/error-boundary.d.ts +1 -1
  256. package/dist/utils/template/render/render-jsx.d.ts +2 -2
  257. package/dist/view/layout/main-layout.d.ts +1 -2
  258. package/dist/view/view-component/preview/division.d.ts +1 -1
  259. package/dist/view/view-component/preview/index.d.ts +1 -1
  260. package/dist/view/view-component/preview/modal.d.ts +1 -1
  261. package/dist/view/view-component/preview/tabs.d.ts +1 -1
  262. package/dist/view/view-component/render/division.d.ts +1 -1
  263. package/dist/view/view-component/render/index.d.ts +1 -1
  264. package/dist/view/view-component/render/modal.d.ts +1 -1
  265. package/dist/view/view-component/render/tabs.d.ts +1 -1
  266. package/package.json +1 -1
  267. /package/dist/{panel/settings/common → components/rich-text-editor}/custom-rich-text-editor.d.ts +0 -0
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IParetoChartConf } from '../type';
4
3
  interface IBarField {
5
4
  control: Control<IParetoChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IParetoChartConf>;
7
6
  }
8
- export declare function BarField({ control, watch }: IBarField): JSX.Element;
7
+ export declare function BarField({ control, watch }: IBarField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IParetoChartConf } from '../type';
4
3
  interface ILineField {
5
4
  control: Control<IParetoChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IParetoChartConf>;
7
6
  }
8
- export declare function LineField({ control, watch }: ILineField): JSX.Element;
7
+ export declare function LineField({ control, watch }: ILineField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,10 +1,9 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IParetoChartConf } from '../type';
4
- export declare const DescribeParetoParams: () => JSX.Element;
3
+ export declare const DescribeParetoParams: () => import('./react/jsx-runtime').JSX.Element;
5
4
  interface IMarkLineField {
6
5
  control: Control<IParetoChartConf, $TSFixMe>;
7
6
  watch: UseFormWatch<IParetoChartConf>;
8
7
  }
9
- export declare function MarkLineField({ control, watch }: IMarkLineField): JSX.Element;
8
+ export declare function MarkLineField({ control, watch }: IMarkLineField): import('./react/jsx-runtime').JSX.Element;
10
9
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IParetoChartConf } from '../type';
4
3
  interface IXAxisField {
5
4
  control: Control<IParetoChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IParetoChartConf>;
7
6
  }
8
- export declare function XAxisField({ control, watch }: IXAxisField): JSX.Element;
7
+ export declare function XAxisField({ control, watch }: IXAxisField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IParetoChartConf } from '../type';
4
3
  interface IYAxisField {
5
4
  control: Control<IParetoChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IParetoChartConf>;
7
6
  }
8
- export declare function YAxisField({ control, watch }: IYAxisField): JSX.Element;
7
+ export declare function YAxisField({ control, watch }: IYAxisField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { ITriggerConfigProps, ITriggerSchema } from '~/types/plugin';
3
2
  export declare const ClickParetoSeries: ITriggerSchema;
4
3
  export interface IClickEchartSeriesConfig {
5
4
  foo: '';
6
5
  }
7
- export declare function ClickEchartSeriesSettings(props: ITriggerConfigProps): JSX.Element;
6
+ export declare function ClickEchartSeriesSettings(props: ITriggerConfigProps): import('./react/jsx-runtime').JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizParetoChartEditor({ context }: VizConfigProps): JSX.Element;
2
+ export declare function VizParetoChartEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizViewProps } from '../../../types/plugin';
3
- export declare function VizParetoChart({ context, instance }: VizViewProps): JSX.Element | null;
2
+ export declare function VizParetoChart({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { ITriggerConfigProps, ITriggerSchema } from '~/types/plugin';
3
2
  export declare const ClickPieChart: ITriggerSchema;
4
3
  export interface IClickPieChartConfig {
5
4
  foo: '';
6
5
  }
7
- export declare function ClickPieChartSettings(props: ITriggerConfigProps): JSX.Element;
6
+ export declare function ClickPieChartSettings(props: ITriggerConfigProps): import('./react/jsx-runtime').JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizPieChartEditor({ context }: VizConfigProps): JSX.Element;
2
+ export declare function VizPieChartEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizViewProps } from '~/types/plugin';
3
- export declare function VizPieChart({ context, instance }: VizViewProps): JSX.Element | null;
2
+ export declare function VizPieChart({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFieldArrayRemove } from 'react-hook-form';
3
2
  import { IRadarChartConf } from '../../type';
4
3
  interface IDimensionField {
@@ -6,5 +5,5 @@ interface IDimensionField {
6
5
  index: number;
7
6
  remove: UseFieldArrayRemove;
8
7
  }
9
- export declare function DimensionField({ control, index, remove }: IDimensionField): JSX.Element;
8
+ export declare function DimensionField({ control, index, remove }: IDimensionField): import('./react/jsx-runtime').JSX.Element;
10
9
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IRadarChartConf } from '../../type';
4
3
  interface IDimensionsField {
5
4
  control: Control<IRadarChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IRadarChartConf>;
7
6
  }
8
- export declare function DimensionsField({ control, watch }: IDimensionsField): JSX.Element;
7
+ export declare function DimensionsField({ control, watch }: IDimensionsField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  import { ITriggerConfigProps, ITriggerSchema } from '~/types/plugin';
3
- export declare function ClickRadarChartSeriesSettings(props: ITriggerConfigProps): JSX.Element;
2
+ export declare function ClickRadarChartSeriesSettings(props: ITriggerConfigProps): import('./react/jsx-runtime').JSX.Element;
4
3
  export declare const ClickRadarChartSeries: ITriggerSchema;
5
4
  export interface IClickRadarChartSeriesConfig {
6
5
  foo: '';
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizRadarChartEditor({ context }: VizConfigProps): JSX.Element;
2
+ export declare function VizRadarChartEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizViewProps } from '~/types/plugin';
3
- export declare function VizRadarChart({ context, instance }: VizViewProps): JSX.Element | null;
2
+ export declare function VizRadarChart({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IRegressionChartConf } from '../type';
4
3
  interface IRegressionField {
5
4
  control: Control<IRegressionChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IRegressionChartConf>;
7
6
  }
8
- export declare function RegressionField({ control, watch }: IRegressionField): JSX.Element;
7
+ export declare function RegressionField({ control, watch }: IRegressionField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IRegressionChartConf } from '../type';
4
3
  interface IXAxisField {
5
4
  control: Control<IRegressionChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IRegressionChartConf>;
7
6
  }
8
- export declare function XAxisField({ control, watch }: IXAxisField): JSX.Element;
7
+ export declare function XAxisField({ control, watch }: IXAxisField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IRegressionChartConf } from '../type';
4
3
  interface IYAxisField {
5
4
  control: Control<IRegressionChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IRegressionChartConf>;
7
6
  }
8
- export declare function YAxisField({ control, watch }: IYAxisField): JSX.Element;
7
+ export declare function YAxisField({ control, watch }: IYAxisField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { IRegressionDescription } from './regression-description';
3
- export declare function Toolbox(props: IRegressionDescription): JSX.Element;
2
+ export declare function Toolbox(props: IRegressionDescription): import('./react/jsx-runtime').JSX.Element;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { IRegressionChartConf } from '../../type';
3
2
  export interface IRegressionDescription {
4
3
  conf: IRegressionChartConf;
5
4
  queryData: TQueryData;
6
5
  }
7
- export declare function RegressionDescription({ conf, queryData }: IRegressionDescription): JSX.Element;
6
+ export declare function RegressionDescription({ conf, queryData }: IRegressionDescription): import('./react/jsx-runtime').JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizRegressionChartEditor({ context }: VizConfigProps): JSX.Element;
2
+ export declare function VizRegressionChartEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizViewProps } from '~/types/plugin';
3
- export declare function VizRegressionChart({ context }: VizViewProps): JSX.Element | null;
2
+ export declare function VizRegressionChart({ context }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
@@ -0,0 +1,3 @@
1
+ import { TPayloadForViz } from '~/model';
2
+ import { ITemplateVariable } from '~/utils/template';
3
+ export declare function parseRichTextContent(rawContent: string, variables: ITemplateVariable[], payload: TPayloadForViz, data: TPanelData): string;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizRichTextEditor({ context }: VizConfigProps): JSX.Element;
2
+ export declare function VizRichTextEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
@@ -1,3 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { VizViewProps } from '~/types/plugin';
3
- export declare function VizRichText({ context }: VizViewProps): JSX.Element | null;
2
+ export declare const VizRichText: (({ context }: VizViewProps) => import('./react/jsx-runtime').JSX.Element | null) & {
3
+ displayName: string;
4
+ };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { ITemplateVariable } from '~/utils/template';
4
3
  import { IScatterChartConf } from '../../type';
@@ -7,5 +6,5 @@ interface IReferenceAreasField {
7
6
  watch: UseFormWatch<IScatterChartConf>;
8
7
  variables: ITemplateVariable[];
9
8
  }
10
- export declare function ReferenceAreasField({ control, watch, variables }: IReferenceAreasField): JSX.Element;
9
+ export declare function ReferenceAreasField({ control, watch, variables }: IReferenceAreasField): import('./react/jsx-runtime').JSX.Element;
11
10
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { ITemplateVariable } from '~/utils/template';
4
3
  import { IScatterChartConf } from '../../type';
@@ -7,5 +6,5 @@ interface IReferenceLinesField {
7
6
  watch: UseFormWatch<IScatterChartConf>;
8
7
  variables: ITemplateVariable[];
9
8
  }
10
- export declare function ReferenceLinesField({ control, watch, variables }: IReferenceLinesField): JSX.Element;
9
+ export declare function ReferenceLinesField({ control, watch, variables }: IReferenceLinesField): import('./react/jsx-runtime').JSX.Element;
11
10
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFieldArrayRemove, UseFormWatch } from 'react-hook-form';
3
2
  import { IScatterChartConf } from '../../type';
4
3
  interface IReferenceLineField {
@@ -15,5 +14,5 @@ interface IReferenceLineField {
15
14
  value: string;
16
15
  }[];
17
16
  }
18
- export declare function ReferenceLineField({ control, index, remove, watch, variableOptions, yAxisOptions, }: IReferenceLineField): JSX.Element;
17
+ export declare function ReferenceLineField({ control, index, remove, watch, variableOptions, yAxisOptions, }: IReferenceLineField): import('./react/jsx-runtime').JSX.Element;
19
18
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IScatterChartConf } from '../../type';
4
3
  interface IScatterField {
5
4
  control: Control<IScatterChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IScatterChartConf>;
7
6
  }
8
- export declare function ScatterField({ control, watch }: IScatterField): JSX.Element;
7
+ export declare function ScatterField({ control, watch }: IScatterField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import { TScatterSize_Dynamic } from './types';
3
2
  interface IDynamicSizeFunctionEditor {
4
3
  value: TScatterSize_Dynamic['func_content'];
5
4
  onChange: (v: TScatterSize_Dynamic['func_content']) => void;
6
5
  }
7
- export declare const DynamicSizeFunctionEditor: ({ value, onChange }: IDynamicSizeFunctionEditor) => JSX.Element;
6
+ export declare const DynamicSizeFunctionEditor: ({ value, onChange }: IDynamicSizeFunctionEditor) => import('./react/jsx-runtime').JSX.Element;
8
7
  export {};
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { TScatterSize } from './types';
3
2
  export interface IDynamicScatterSizeField {
4
3
  value: TScatterSize;
5
4
  onChange: (v: TScatterSize) => void;
6
5
  }
7
- export declare const DynamicScatterSizeField: ({ value, onChange }: IDynamicScatterSizeField) => JSX.Element | null;
6
+ export declare const DynamicScatterSizeField: ({ value, onChange }: IDynamicScatterSizeField) => import('./react/jsx-runtime').JSX.Element | null;
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import { TScatterSize } from './types';
3
2
  interface IStaticScatterSizeField {
4
3
  value: TScatterSize;
5
4
  onChange: (v: TScatterSize) => void;
6
5
  }
7
- export declare const StaticScatterSizeField: ({ value, onChange }: IStaticScatterSizeField) => JSX.Element | null;
6
+ export declare const StaticScatterSizeField: ({ value, onChange }: IStaticScatterSizeField) => import('./react/jsx-runtime').JSX.Element | null;
8
7
  export {};
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import { TSeriesColor_Dynamic } from './types';
3
2
  interface IDynamicColorFunctionEditor {
4
3
  value: TSeriesColor_Dynamic['func_content'];
5
4
  onChange: (v: TSeriesColor_Dynamic['func_content']) => void;
6
5
  }
7
- export declare const DynamicColorFunctionEditor: ({ value, onChange }: IDynamicColorFunctionEditor) => JSX.Element;
6
+ export declare const DynamicColorFunctionEditor: ({ value, onChange }: IDynamicColorFunctionEditor) => import('./react/jsx-runtime').JSX.Element;
8
7
  export {};
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { TSeriesColor } from './types';
3
2
  export interface IDynamicSeriesColorField {
4
3
  value: TSeriesColor;
5
4
  onChange: (v: TSeriesColor) => void;
6
5
  }
7
- export declare const DynamicSeriesColorField: ({ value, onChange }: IDynamicSeriesColorField) => JSX.Element | null;
6
+ export declare const DynamicSeriesColorField: ({ value, onChange }: IDynamicSeriesColorField) => import('./react/jsx-runtime').JSX.Element | null;
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import { TSeriesColor } from './types';
3
2
  interface IStaticSeriesColorField {
4
3
  value: TSeriesColor;
5
4
  onChange: (v: TSeriesColor) => void;
6
5
  }
7
- export declare const StaticSeriesColorField: ({ value, onChange }: IStaticSeriesColorField) => JSX.Element | null;
6
+ export declare const StaticSeriesColorField: ({ value, onChange }: IStaticSeriesColorField) => import('./react/jsx-runtime').JSX.Element | null;
8
7
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IScatterChartConf } from '../../type';
4
3
  interface IVariablesField {
5
4
  control: Control<IScatterChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IScatterChartConf>;
7
6
  }
8
- export declare function StatsField({ control, watch }: IVariablesField): JSX.Element;
7
+ export declare function StatsField({ control, watch }: IVariablesField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IScatterChartConf } from '../../type';
4
3
  interface ITooltipField {
5
4
  control: Control<IScatterChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IScatterChartConf>;
7
6
  }
8
- export declare function TooltipField({ control, watch }: ITooltipField): JSX.Element;
7
+ export declare function TooltipField({ control, watch }: ITooltipField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Control } from 'react-hook-form';
3
2
  import { IScatterChartConf } from '../../type';
4
3
  interface ITooltipMetricField {
@@ -6,5 +5,5 @@ interface ITooltipMetricField {
6
5
  index: number;
7
6
  remove: (index: number) => void;
8
7
  }
9
- export declare const TooltipMetricField: ({ control, index, remove }: ITooltipMetricField) => JSX.Element;
8
+ export declare const TooltipMetricField: ({ control, index, remove }: ITooltipMetricField) => import('./react/jsx-runtime').JSX.Element;
10
9
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IScatterChartConf } from '../../type';
4
3
  interface ITooltipMetricsField {
5
4
  control: Control<IScatterChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IScatterChartConf>;
7
6
  }
8
- export declare const TooltipMetricsField: ({ control, watch }: ITooltipMetricsField) => JSX.Element;
7
+ export declare const TooltipMetricsField: ({ control, watch }: ITooltipMetricsField) => import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IScatterChartConf } from '../../type';
4
3
  interface IXAxisField {
5
4
  control: Control<IScatterChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IScatterChartConf>;
7
6
  }
8
- export declare function XAxisField({ control, watch }: IXAxisField): JSX.Element;
7
+ export declare function XAxisField({ control, watch }: IXAxisField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  interface IXAxisLabelFormatterFunctionEditor {
3
2
  disabled: boolean;
4
3
  value: string;
5
4
  onChange: (v: string) => void;
6
5
  }
7
- export declare const XAxisLabelFormatterFunctionEditor: ({ disabled, value, onChange, }: IXAxisLabelFormatterFunctionEditor) => JSX.Element;
6
+ export declare const XAxisLabelFormatterFunctionEditor: ({ disabled, value, onChange, }: IXAxisLabelFormatterFunctionEditor) => import('./react/jsx-runtime').JSX.Element;
8
7
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { IScatterChartConf } from '../../type';
4
3
  interface IYAxesField {
5
4
  control: Control<IScatterChartConf, $TSFixMe>;
6
5
  watch: UseFormWatch<IScatterChartConf>;
7
6
  }
8
- export declare function YAxesField({ control, watch }: IYAxesField): JSX.Element;
7
+ export declare function YAxesField({ control, watch }: IYAxesField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFieldArrayRemove } from 'react-hook-form';
3
2
  import { IScatterChartConf } from '../../type';
4
3
  interface IYAxisField {
@@ -6,5 +5,5 @@ interface IYAxisField {
6
5
  index: number;
7
6
  remove: UseFieldArrayRemove;
8
7
  }
9
- export declare function YAxisField({ control, index, remove }: IYAxisField): JSX.Element;
8
+ export declare function YAxisField({ control, index, remove }: IYAxisField): import('./react/jsx-runtime').JSX.Element;
10
9
  export {};
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { ITriggerConfigProps, ITriggerSchema } from '~/types/plugin';
3
2
  export declare const ClickScatterChartSeries: ITriggerSchema;
4
3
  export interface IClickScatterChartSeriesConfig {
5
4
  foo: '';
6
5
  }
7
- export declare function ClickScatterChartSeriesSettings(props: ITriggerConfigProps): JSX.Element;
6
+ export declare function ClickScatterChartSeriesSettings(props: ITriggerConfigProps): import('./react/jsx-runtime').JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizScatterChartEditor({ context }: VizConfigProps): JSX.Element;
2
+ export declare function VizScatterChartEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizViewProps } from '~/types/plugin';
3
- export declare function VizScatterChart({ context, instance }: VizViewProps): JSX.Element | null;
2
+ export declare function VizScatterChart({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizStatsEditor({ context }: VizConfigProps): JSX.Element;
2
+ export declare function VizStatsEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { VizViewProps } from '~/types/plugin';
3
- export declare const VizStats: (({ context }: VizViewProps) => JSX.Element) & {
2
+ export declare const VizStats: (({ context }: VizViewProps) => import('./react/jsx-runtime').JSX.Element) & {
4
3
  displayName: string;
5
4
  };
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { ISunburstConf } from '../type';
4
3
  interface IDataField {
5
4
  control: Control<ISunburstConf, $TSFixMe>;
6
5
  watch: UseFormWatch<ISunburstConf>;
7
6
  }
8
- export declare function DataField({ control, watch }: IDataField): JSX.Element;
7
+ export declare function DataField({ control, watch }: IDataField): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { ISunburstConf } from '../../type';
4
3
  interface ILevelsField {
5
4
  control: Control<ISunburstConf, $TSFixMe>;
6
5
  watch: UseFormWatch<ISunburstConf>;
7
6
  }
8
- export declare const LevelsField: ({ control, watch }: ILevelsField) => JSX.Element;
7
+ export declare const LevelsField: ({ control, watch }: ILevelsField) => import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Control } from 'react-hook-form';
3
2
  import { ISunburstConf } from '../../type';
4
3
  interface ILevelField {
@@ -6,5 +5,5 @@ interface ILevelField {
6
5
  index: number;
7
6
  remove: (index: number) => void;
8
7
  }
9
- export declare const LevelField: ({ control, index, remove }: ILevelField) => JSX.Element;
8
+ export declare const LevelField: ({ control, index, remove }: ILevelField) => import('./react/jsx-runtime').JSX.Element;
10
9
  export {};
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizConfigProps } from '~/types/plugin';
3
- export declare function VizSunburstEditor({ context }: VizConfigProps): JSX.Element;
2
+ export declare function VizSunburstEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import { VizViewProps } from '~/types/plugin';
3
- export declare function VizSunburst({ context }: VizViewProps): JSX.Element | null;
2
+ export declare function VizSunburst({ context }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import { Header } from '@tanstack/react-table';
3
2
  import { AnyObject } from '~/types';
4
3
  export declare const HeadCell: ({ header, cx, }: {
5
4
  header: Header<AnyObject, unknown>;
6
5
  cx: (...args: unknown[]) => string;
7
- }) => JSX.Element;
6
+ }) => import('./react/jsx-runtime').JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFieldArrayRemove, UseFormWatch } from 'react-hook-form';
3
2
  import { IColumnConf, ITableConf } from '../../type';
4
3
  interface IColumnField {
@@ -8,5 +7,5 @@ interface IColumnField {
8
7
  remove: UseFieldArrayRemove;
9
8
  column: IColumnConf;
10
9
  }
11
- export declare const ColumnField: ({ control, index, watch, remove, column }: IColumnField) => JSX.Element;
10
+ export declare const ColumnField: ({ control, index, watch, remove, column }: IColumnField) => import('./react/jsx-runtime').JSX.Element;
12
11
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { ITableConf } from '../../type';
4
3
  interface IColumnsField {
5
4
  control: Control<ITableConf, $TSFixMe>;
6
5
  watch: UseFormWatch<ITableConf>;
7
6
  }
8
- export declare const ColumnsField: ({ control, watch }: IColumnsField) => JSX.Element;
7
+ export declare const ColumnsField: ({ control, watch }: IColumnsField) => import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Control, UseFormWatch } from 'react-hook-form';
3
2
  import { ITableConf } from '../type';
4
3
  interface IStylingFields {
5
4
  control: Control<ITableConf, $TSFixMe>;
6
5
  watch: UseFormWatch<ITableConf>;
7
6
  }
8
- export declare function StylingFields({ control, watch }: IStylingFields): JSX.Element;
7
+ export declare function StylingFields({ control, watch }: IStylingFields): import('./react/jsx-runtime').JSX.Element;
9
8
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ITriggerConfigProps, ITriggerSchema } from '~/types/plugin';
3
2
  export declare const ClickCellContent: ITriggerSchema;
4
3
  export interface IClickCellContentConfig {
@@ -8,4 +7,4 @@ export interface IClickCellContentConfig {
8
7
  */
9
8
  column: string | number;
10
9
  }
11
- export declare function ClickCellContentSettings(props: ITriggerConfigProps): JSX.Element;
10
+ export declare function ClickCellContentSettings(props: ITriggerConfigProps): import('./react/jsx-runtime').JSX.Element;