@next-bricks/visual-builder 1.39.16 → 1.39.17

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 (114) hide show
  1. package/dist/bricks.json +1 -1
  2. package/dist/chunks/{5522.678c03f6.js → 4577.f016e9de.js} +3 -3
  3. package/dist/chunks/4577.f016e9de.js.map +1 -0
  4. package/dist/chunks/7085.3c330b29.js +3 -0
  5. package/dist/chunks/7085.3c330b29.js.map +1 -0
  6. package/dist/chunks/9653.ac443b19.js +2 -0
  7. package/dist/chunks/9653.ac443b19.js.map +1 -0
  8. package/dist/chunks/chat-conversation.0ffc333f.js.map +1 -1
  9. package/dist/chunks/chat-preview.36976c55.js.map +1 -1
  10. package/dist/chunks/contract-select.252b9e45.js +3 -0
  11. package/dist/chunks/contract-select.252b9e45.js.map +1 -0
  12. package/dist/chunks/generate-snippets-context-menu.56acf448.js.map +1 -1
  13. package/dist/chunks/{main.819ae305.js → main.1cb52df3.js} +2 -2
  14. package/dist/chunks/{main.819ae305.js.map → main.1cb52df3.js.map} +1 -1
  15. package/dist/chunks/page-arch-node.379284ad.js +3 -0
  16. package/dist/chunks/page-arch-node.379284ad.js.map +1 -0
  17. package/dist/chunks/pre-generated-config-preview.cfbc2a1e.js.map +1 -1
  18. package/dist/chunks/pre-generated-config.a027788b.js.map +1 -1
  19. package/dist/chunks/pre-generated-container.dcfa8cc9.js.map +1 -1
  20. package/dist/chunks/pre-generated-preview.8e699675.js.map +1 -1
  21. package/dist/chunks/pre-generated-table-view.8a9d5527.js.map +1 -1
  22. package/dist/chunks/property-editor.dea9895b.js +2 -0
  23. package/dist/chunks/property-editor.dea9895b.js.map +1 -0
  24. package/dist/chunks/raw-data-preview.0bf12da3.js.map +1 -1
  25. package/dist/chunks/raw-metric-preview.c503481e.js.map +1 -1
  26. package/dist/chunks/workbench-action-list.c67329ed.js.map +1 -1
  27. package/dist/chunks/workbench-action.5b993227.js.map +1 -1
  28. package/dist/chunks/workbench-pane.5c4866a6.js +3 -0
  29. package/dist/chunks/workbench-pane.5c4866a6.js.map +1 -0
  30. package/dist/chunks/workbench-sidebar.01731e99.js.map +1 -1
  31. package/dist/chunks/{workbench-tree.e71a583f.js → workbench-tree.7097bd88.js} +3 -3
  32. package/dist/chunks/workbench-tree.7097bd88.js.map +1 -0
  33. package/dist/examples.json +47 -5
  34. package/dist/{index.e12e6fc9.js → index.93f39de8.js} +2 -2
  35. package/dist/{index.e12e6fc9.js.map → index.93f39de8.js.map} +1 -1
  36. package/dist/manifest.json +182 -28
  37. package/dist/types.json +1 -1
  38. package/dist-types/chat-conversation/index.d.ts +7 -1
  39. package/dist-types/chat-preview/index.d.ts +20 -1
  40. package/dist-types/contract-select/index.d.ts +16 -1
  41. package/dist-types/generate-snippets-context-menu/index.d.ts +17 -1
  42. package/dist-types/page-arch-node/index.d.ts +25 -1
  43. package/dist-types/pre-generated-config/index.d.ts +16 -1
  44. package/dist-types/pre-generated-config-preview/index.d.ts +13 -1
  45. package/dist-types/pre-generated-container/index.d.ts +3 -1
  46. package/dist-types/pre-generated-preview/index.d.ts +6 -1
  47. package/dist-types/pre-generated-table-view/index.d.ts +1 -1
  48. package/dist-types/property-editor/index.d.ts +10 -4
  49. package/dist-types/raw-data-preview/index.d.ts +9 -1
  50. package/dist-types/raw-metric-preview/index.d.ts +8 -1
  51. package/dist-types/workbench-action/index.d.ts +7 -0
  52. package/dist-types/workbench-action-list/index.d.ts +3 -0
  53. package/dist-types/workbench-pane/index.d.ts +4 -0
  54. package/dist-types/workbench-sidebar/index.d.ts +2 -0
  55. package/dist-types/workbench-tree/index.d.ts +19 -6
  56. package/docs/chat-conversation.md +51 -31
  57. package/docs/chat-conversation.react.md +115 -0
  58. package/docs/chat-preview.md +83 -0
  59. package/docs/chat-preview.react.md +105 -0
  60. package/docs/contract-select.md +97 -0
  61. package/docs/contract-select.react.md +95 -0
  62. package/docs/generate-snippets-context-menu.md +141 -0
  63. package/docs/generate-snippets-context-menu.react.md +134 -0
  64. package/docs/page-arch-node.md +87 -1
  65. package/docs/page-arch-node.react.md +97 -0
  66. package/docs/pre-generated-config-preview.md +74 -0
  67. package/docs/pre-generated-config-preview.react.md +82 -0
  68. package/docs/pre-generated-config.md +96 -0
  69. package/docs/pre-generated-config.react.md +78 -0
  70. package/docs/pre-generated-container.md +56 -0
  71. package/docs/pre-generated-container.react.md +62 -0
  72. package/docs/pre-generated-preview.md +83 -0
  73. package/docs/pre-generated-preview.react.md +92 -0
  74. package/docs/pre-generated-table-view.md +46 -0
  75. package/docs/pre-generated-table-view.react.md +36 -0
  76. package/docs/property-editor.md +44 -1
  77. package/docs/property-editor.react.md +97 -0
  78. package/docs/raw-data-preview.md +75 -1643
  79. package/docs/raw-data-preview.react.md +154 -0
  80. package/docs/raw-metric-preview.md +93 -0
  81. package/docs/raw-metric-preview.react.md +94 -0
  82. package/docs/workbench-action-list.md +80 -0
  83. package/docs/workbench-action-list.react.md +85 -0
  84. package/docs/workbench-action.md +80 -0
  85. package/docs/workbench-action.react.md +76 -0
  86. package/docs/workbench-history-action.md +42 -1
  87. package/docs/workbench-history-action.react.md +54 -0
  88. package/docs/workbench-pane.md +105 -0
  89. package/docs/workbench-pane.react.md +90 -0
  90. package/docs/workbench-sidebar.md +88 -0
  91. package/docs/workbench-sidebar.react.md +66 -0
  92. package/docs/workbench-tree.md +217 -0
  93. package/docs/workbench-tree.react.md +180 -0
  94. package/package.json +2 -2
  95. package/dist/chunks/5522.678c03f6.js.map +0 -1
  96. package/dist/chunks/7085.c58ac475.js +0 -3
  97. package/dist/chunks/7085.c58ac475.js.map +0 -1
  98. package/dist/chunks/9653.39737577.js +0 -2
  99. package/dist/chunks/9653.39737577.js.map +0 -1
  100. package/dist/chunks/contract-select.ff891ded.js +0 -3
  101. package/dist/chunks/contract-select.ff891ded.js.map +0 -1
  102. package/dist/chunks/page-arch-node.974674c0.js +0 -3
  103. package/dist/chunks/page-arch-node.974674c0.js.map +0 -1
  104. package/dist/chunks/property-editor.6de6adf4.js +0 -2
  105. package/dist/chunks/property-editor.6de6adf4.js.map +0 -1
  106. package/dist/chunks/workbench-pane.7e85de42.js +0 -3
  107. package/dist/chunks/workbench-pane.7e85de42.js.map +0 -1
  108. package/dist/chunks/workbench-tree.e71a583f.js.map +0 -1
  109. /package/dist/chunks/{5522.678c03f6.js.LICENSE.txt → 4577.f016e9de.js.LICENSE.txt} +0 -0
  110. /package/dist/chunks/{7085.c58ac475.js.LICENSE.txt → 7085.3c330b29.js.LICENSE.txt} +0 -0
  111. /package/dist/chunks/{contract-select.ff891ded.js.LICENSE.txt → contract-select.252b9e45.js.LICENSE.txt} +0 -0
  112. /package/dist/chunks/{page-arch-node.974674c0.js.LICENSE.txt → page-arch-node.379284ad.js.LICENSE.txt} +0 -0
  113. /package/dist/chunks/{workbench-pane.7e85de42.js.LICENSE.txt → workbench-pane.5c4866a6.js.LICENSE.txt} +0 -0
  114. /package/dist/chunks/{workbench-tree.e71a583f.js.LICENSE.txt → workbench-tree.7097bd88.js.LICENSE.txt} +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.