@malloydata/render 0.0.293 → 0.0.294

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 (132) hide show
  1. package/.storybook/malloy-stories-indexer.ts +20 -7
  2. package/README.md +8 -0
  3. package/dist/module/api/json-schema-types.d.ts +36 -0
  4. package/dist/{api → module/api}/malloy-renderer.d.ts +4 -1
  5. package/dist/{api → module/api}/malloy-viz.d.ts +6 -3
  6. package/dist/module/api/plugin-types.d.ts +42 -0
  7. package/dist/{api → module/api}/types.d.ts +5 -2
  8. package/dist/module/component/bar-chart/generate-bar_chart-vega-spec.d.ts +4 -0
  9. package/dist/{component → module/component}/bar-chart/get-bar_chart-settings.d.ts +3 -3
  10. package/dist/{component → module/component}/bar-chart/get-custom-tooltips-entries.d.ts +2 -2
  11. package/dist/{component → module/component}/chart/chart-dev-tool.d.ts +2 -2
  12. package/dist/{component → module/component/chart}/chart-layout-settings.d.ts +4 -4
  13. package/dist/module/component/chart/chart-v2.d.ts +23 -0
  14. package/dist/{component → module/component}/chart/chart.d.ts +3 -3
  15. package/dist/{component → module/component}/chart/default-chart-tooltip.d.ts +1 -1
  16. package/dist/{component → module/component}/dashboard/dashboard.d.ts +1 -1
  17. package/dist/{component → module/component}/legacy-charts/legacy_chart.d.ts +1 -1
  18. package/dist/{component → module/component}/malloy-modal/malloy-modal.d.ts +1 -1
  19. package/dist/{component → module/component}/render-image.d.ts +1 -1
  20. package/dist/{component → module/component}/render-link.d.ts +1 -1
  21. package/dist/{component → module/component}/render-list.d.ts +1 -1
  22. package/dist/{component → module/component}/render-numeric-field.d.ts +1 -1
  23. package/dist/{component → module/component}/render-result-metadata.d.ts +9 -6
  24. package/dist/{component → module/component}/render-time.d.ts +1 -1
  25. package/dist/{component → module/component}/render.d.ts +5 -2
  26. package/dist/{component → module/component/renderer}/apply-renderer.d.ts +1 -1
  27. package/dist/module/component/renderer/plugin-render-container.d.ts +8 -0
  28. package/dist/module/component/result-context.d.ts +4 -0
  29. package/dist/{component → module/component}/result-store/result-store.d.ts +3 -3
  30. package/dist/{component → module/component}/table/table-context.d.ts +3 -4
  31. package/dist/{component → module/component}/table/table-layout.d.ts +2 -2
  32. package/dist/{component → module/component}/table/table.d.ts +2 -2
  33. package/dist/{component → module/component}/tag-utils.d.ts +1 -1
  34. package/dist/{component → module/component}/tooltip/tooltip.d.ts +1 -1
  35. package/dist/{component → module/component}/types.d.ts +13 -4
  36. package/dist/{component → module/component}/util.d.ts +1 -1
  37. package/dist/{component → module/component}/vega/base-vega-config.d.ts +1 -1
  38. package/dist/{component → module/component}/vega/measure-axis.d.ts +2 -2
  39. package/dist/{component → module/component}/vega/vega-chart.d.ts +2 -4
  40. package/dist/{component → module/component}/vega/vega-utils.d.ts +1 -1
  41. package/dist/{component → module/component}/vega-types.d.ts +2 -2
  42. package/dist/{data_tree → module/data_tree}/cells/atomic.d.ts +3 -3
  43. package/dist/{data_tree → module/data_tree}/cells/base.d.ts +3 -4
  44. package/dist/{data_tree → module/data_tree}/cells/index.d.ts +2 -2
  45. package/dist/{data_tree → module/data_tree}/cells/nest.d.ts +9 -12
  46. package/dist/{data_tree → module/data_tree}/drilling.d.ts +2 -2
  47. package/dist/{data_tree → module/data_tree}/fields/atomic.d.ts +12 -12
  48. package/dist/{data_tree → module/data_tree}/fields/base.d.ts +9 -13
  49. package/dist/{data_tree → module/data_tree}/fields/index.d.ts +3 -4
  50. package/dist/{data_tree → module/data_tree}/fields/nest.d.ts +9 -11
  51. package/dist/{data_tree → module/data_tree}/index.d.ts +3 -4
  52. package/dist/{data_tree → module/data_tree}/types.d.ts +2 -7
  53. package/dist/{data_tree → module/data_tree}/utils.d.ts +8 -5
  54. package/dist/{html → module/html}/area_sparkline.d.ts +5 -5
  55. package/dist/{html → module/html}/bar_chart.d.ts +4 -4
  56. package/dist/{html → module/html}/bar_sparkline.d.ts +5 -5
  57. package/dist/{html → module/html}/boolean.d.ts +4 -4
  58. package/dist/{html → module/html}/bytes.d.ts +4 -4
  59. package/dist/{html → module/html}/cartesian_chart.d.ts +2 -2
  60. package/dist/{html → module/html}/chart.d.ts +4 -4
  61. package/dist/{html → module/html}/column_sparkline.d.ts +5 -5
  62. package/dist/{html → module/html}/container.d.ts +5 -6
  63. package/dist/{html → module/html}/currency.d.ts +4 -4
  64. package/dist/{html → module/html}/dashboard.d.ts +2 -2
  65. package/dist/{html → module/html}/data_styles.d.ts +1 -1
  66. package/dist/{html → module/html}/data_volume.d.ts +4 -4
  67. package/dist/{html → module/html}/date.d.ts +4 -4
  68. package/dist/{html → module/html}/duration.d.ts +4 -5
  69. package/dist/{html → module/html}/html_view.d.ts +5 -5
  70. package/dist/{html → module/html}/image.d.ts +4 -4
  71. package/dist/{html → module/html}/json.d.ts +4 -4
  72. package/dist/{html → module/html}/line_chart.d.ts +4 -4
  73. package/dist/{html → module/html}/link.d.ts +4 -4
  74. package/dist/{html → module/html}/list.d.ts +2 -2
  75. package/dist/{html → module/html}/list_detail.d.ts +1 -1
  76. package/dist/{html → module/html}/main_renderer_factory.d.ts +6 -6
  77. package/dist/{html → module/html}/number.d.ts +4 -4
  78. package/dist/{html → module/html}/percent.d.ts +4 -4
  79. package/dist/{html → module/html}/point_map.d.ts +5 -5
  80. package/dist/{html → module/html}/renderer.d.ts +3 -3
  81. package/dist/{html → module/html}/renderer_factory.d.ts +5 -5
  82. package/dist/{html → module/html}/renderer_types.d.ts +2 -2
  83. package/dist/{html → module/html}/scatter_chart.d.ts +4 -4
  84. package/dist/{html → module/html}/segment_map.d.ts +5 -5
  85. package/dist/{html → module/html}/shape_map.d.ts +5 -5
  86. package/dist/{html → module/html}/sparkline.d.ts +5 -5
  87. package/dist/{html → module/html}/table.d.ts +3 -3
  88. package/dist/{html → module/html}/text.d.ts +4 -4
  89. package/dist/{html → module/html}/unsupported.d.ts +4 -4
  90. package/dist/{html → module/html}/utils.d.ts +3 -3
  91. package/dist/{html → module/html}/vega_spec.d.ts +5 -5
  92. package/dist/module/index.d.ts +11 -0
  93. package/dist/module/index.mjs +34397 -32554
  94. package/dist/module/index.umd.js +423 -401
  95. package/dist/module/plugins/bar-chart/bar-chart-plugin.d.ts +14 -0
  96. package/dist/module/plugins/bar-chart/bar-chart-settings.d.ts +49 -0
  97. package/dist/module/plugins/bar-chart/generate-bar_chart-vega-spec.d.ts +4 -0
  98. package/dist/module/plugins/bar-chart/get-bar_chart-settings.d.ts +5 -0
  99. package/dist/module/plugins/bar-chart/settings-to-tag.d.ts +3 -0
  100. package/dist/module/plugins/dummy-dom-plugin.d.ts +8 -0
  101. package/dist/module/plugins/dummy-plugin.d.ts +8 -0
  102. package/dist/module/plugins/index.d.ts +3 -0
  103. package/dist/module/plugins/line-chart/generate-line_chart-vega-spec.d.ts +17 -0
  104. package/dist/module/plugins/line-chart/get-line_chart-settings.d.ts +5 -0
  105. package/dist/module/plugins/line-chart/line-chart-plugin.d.ts +21 -0
  106. package/dist/module/plugins/line-chart/line-chart-settings.d.ts +52 -0
  107. package/dist/module/plugins/line-chart/settings-to-tag.d.ts +3 -0
  108. package/dist/module/registry/types.d.ts +15 -0
  109. package/dist/module/render-field-metadata.d.ts +18 -0
  110. package/dist/{stories → module/stories}/themes.stories.d.ts +1 -2
  111. package/dist/{stories → module/stories}/util.d.ts +4 -4
  112. package/dist/{stories → module/stories}/vega-config-override.stories.d.ts +1 -2
  113. package/dist/module/stories/wrapped-table.stories.d.ts +9 -0
  114. package/dist/{util.d.ts → module/util.d.ts} +11 -4
  115. package/package.json +10 -10
  116. package/{vite.config.base.ts → vite.config.base.mts} +11 -1
  117. package/{vite.config.ts → vite.config.mts} +1 -1
  118. package/dist/component/bar-chart/generate-bar_chart-vega-spec.d.ts +0 -4
  119. package/dist/component/line-chart/generate-line_chart-vega-spec.d.ts +0 -4
  120. package/dist/component/line-chart/get-line_chart-settings.d.ts +0 -11
  121. package/dist/component/result-context.d.ts +0 -4
  122. package/dist/data_tree/plugins.d.ts +0 -14
  123. package/dist/index.d.ts +0 -7
  124. package/dist/plugins/line-chart-series-plugin.d.ts +0 -7
  125. package/dist/render-field-metadata.d.ts +0 -33
  126. /package/dist/{component → module/component}/chart/debug_icon.d.ts +0 -0
  127. /package/dist/{component → module/component}/default-settings.d.ts +0 -0
  128. /package/dist/{component → module/component}/error-message/error-message.d.ts +0 -0
  129. /package/dist/{component → module/component}/vega/merge-vega-configs.d.ts +0 -0
  130. /package/dist/{component → module/component}/vega/vega-expr-addons.d.ts +0 -0
  131. /package/dist/{html → module/html}/index.d.ts +0 -0
  132. /package/dist/{html → module/html}/state_codes.d.ts +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.