@shwfed/config 3.0.6 → 3.0.8

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 (260) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/actions/ai-l1.md +24 -0
  3. package/dist/runtime/components/actions/buttons/2026-04-18/com.shwfed.actions.button.prototype/schema.d.ts +1 -0
  4. package/dist/runtime/components/actions/buttons/2026-04-18/com.shwfed.actions.button.prototype/schema.js +2 -1
  5. package/dist/runtime/components/actions/buttons/2026-05-11/com.shwfed.actions.button.modal.layout/prompt.md +8 -0
  6. package/dist/runtime/components/actions/buttons/2026-05-11/com.shwfed.actions.button.modal.layout/schema.d.ts +6 -0
  7. package/dist/runtime/components/actions/buttons/2026-05-11/com.shwfed.actions.button.modal.layout/schema.js +4 -0
  8. package/dist/runtime/components/actions/buttons/2026-05-15/com.shwfed.actions.button.event.dispatch/prompt.md +8 -0
  9. package/dist/runtime/components/actions/buttons/2026-05-15/com.shwfed.actions.button.event.dispatch/schema.d.ts +1 -0
  10. package/dist/runtime/components/actions/buttons/2026-05-15/com.shwfed.actions.button.event.dispatch/schema.js +2 -1
  11. package/dist/runtime/components/actions/buttons/2026-06-08/com.shwfed.actions.button.http.request.json.batch/prompt.md +9 -0
  12. package/dist/runtime/components/actions/buttons/2026-06-08/com.shwfed.actions.button.http.request.json.batch/schema.d.ts +1 -0
  13. package/dist/runtime/components/actions/buttons/2026-06-08/com.shwfed.actions.button.http.request.json.batch/schema.js +2 -1
  14. package/dist/runtime/components/actions/buttons/2026-07-13/com.shwfed.actions.button.state.write/prompt.md +8 -0
  15. package/dist/runtime/components/actions/buttons/2026-07-13/com.shwfed.actions.button.state.write/schema.d.ts +1 -0
  16. package/dist/runtime/components/actions/buttons/2026-07-13/com.shwfed.actions.button.state.write/schema.js +2 -1
  17. package/dist/runtime/components/actions/config.vue +109 -3
  18. package/dist/runtime/components/actions/items/2026-05-21/com.shwfed.actions.item.markdown/schema.d.ts +1 -0
  19. package/dist/runtime/components/actions/items/2026-05-21/com.shwfed.actions.item.markdown/schema.js +2 -1
  20. package/dist/runtime/components/actions/utils/ai-button-tools.d.ts +29 -0
  21. package/dist/runtime/components/actions/utils/ai-button-tools.js +664 -0
  22. package/dist/runtime/components/actions/utils/resolve.d.ts +22 -0
  23. package/dist/runtime/components/actions/utils/resolve.js +23 -1
  24. package/dist/runtime/components/config/ai-generate.d.vue.ts +7 -0
  25. package/dist/runtime/components/config/ai-generate.system.md +39 -0
  26. package/dist/runtime/components/{table → config}/ai-generate.vue +55 -32
  27. package/dist/runtime/components/config/ai-generate.vue.d.ts +7 -0
  28. package/dist/runtime/components/config/ai-page-slot.l1.md +25 -0
  29. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.actions/schema.d.ts +6 -0
  30. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.actions/schema.js +4 -0
  31. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.form/schema.d.ts +6 -0
  32. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.form/schema.js +4 -0
  33. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/schema.d.ts +1 -0
  34. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/schema.js +1 -0
  35. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.d.vue.ts +44 -44
  36. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.vue.d.ts +44 -44
  37. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.d.vue.ts +44 -44
  38. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.vue.d.ts +44 -44
  39. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/schema.d.ts +28 -22
  40. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/schema.js +4 -0
  41. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.tabs/schema.d.ts +7 -0
  42. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.tabs/schema.js +4 -0
  43. package/dist/runtime/components/config/blocks/2026-05-17/com.shwfed.block.chart.xy/schema.d.ts +1 -0
  44. package/dist/runtime/components/config/blocks/2026-05-17/com.shwfed.block.chart.xy/schema.js +1 -0
  45. package/dist/runtime/components/config/blocks/2026-06-01/com.shwfed.block.animated.number/schema.d.ts +1 -0
  46. package/dist/runtime/components/config/blocks/2026-06-01/com.shwfed.block.animated.number/schema.js +1 -0
  47. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/schema.d.ts +6 -0
  48. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/schema.js +4 -0
  49. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/schema.d.ts +1 -0
  50. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/schema.js +1 -0
  51. package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/config.d.vue.ts +18 -18
  52. package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/config.vue.d.ts +18 -18
  53. package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/runtime.d.vue.ts +18 -18
  54. package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/runtime.vue.d.ts +18 -18
  55. package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/schema.d.ts +6 -0
  56. package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/schema.js +4 -0
  57. package/dist/runtime/components/config/blocks/2026-06-25/com.shwfed.block.loop/schema.d.ts +7 -0
  58. package/dist/runtime/components/config/blocks/2026-06-25/com.shwfed.block.loop/schema.js +4 -0
  59. package/dist/runtime/components/config/config.vue +24 -3
  60. package/dist/runtime/components/config/history-picker.vue +6 -4
  61. package/dist/runtime/components/config/prune-dialog.vue +15 -4
  62. package/dist/runtime/components/config/use-editor.d.ts +1 -0
  63. package/dist/runtime/components/config/use-editor.js +20 -2
  64. package/dist/runtime/components/config/utils/ai-cursor.d.ts +21 -0
  65. package/dist/runtime/components/config/utils/ai-cursor.js +827 -0
  66. package/dist/runtime/components/config/utils/ai-host-manuals.d.ts +2 -0
  67. package/dist/runtime/components/config/utils/ai-host-manuals.js +19 -0
  68. package/dist/runtime/components/config/utils/linkage.d.ts +15 -6
  69. package/dist/runtime/components/config/utils/linkage.js +23 -7
  70. package/dist/runtime/components/config/utils/resolve.d.ts +19 -0
  71. package/dist/runtime/components/config/utils/resolve.js +25 -2
  72. package/dist/runtime/components/form/ai-l1.md +22 -0
  73. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.markdown/schema.d.ts +1 -0
  74. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.markdown/schema.js +1 -0
  75. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/schema.d.ts +1 -0
  76. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/schema.js +1 -0
  77. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/schema.d.ts +1 -0
  78. package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/schema.js +1 -0
  79. package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.actions/schema.d.ts +7 -0
  80. package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.actions/schema.js +4 -0
  81. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/schema.d.ts +1 -0
  82. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/schema.js +1 -0
  83. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/schema.d.ts +1 -0
  84. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/schema.js +1 -0
  85. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/schema.d.ts +1 -0
  86. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/schema.js +1 -0
  87. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.d.ts +1 -0
  88. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.js +1 -0
  89. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.time/schema.d.ts +1 -0
  90. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.time/schema.js +1 -0
  91. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/schema.d.ts +1 -0
  92. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/schema.js +1 -0
  93. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/schema.d.ts +1 -0
  94. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/schema.js +1 -0
  95. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/schema.d.ts +1 -0
  96. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/schema.js +1 -0
  97. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/schema.d.ts +1 -0
  98. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/schema.js +1 -0
  99. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/schema.d.ts +1 -0
  100. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/schema.js +1 -0
  101. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/prompt.md +8 -0
  102. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/schema.d.ts +7 -0
  103. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/schema.js +4 -0
  104. package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.checkbox.group/schema.d.ts +1 -0
  105. package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.checkbox.group/schema.js +1 -0
  106. package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.radio.group/schema.d.ts +1 -0
  107. package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.radio.group/schema.js +1 -0
  108. package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/prompt.md +12 -0
  109. package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/schema.d.ts +6 -0
  110. package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/schema.js +4 -0
  111. package/dist/runtime/components/form/fields/2026-05-20/com.shwfed.form.field.collapsible/schema.d.ts +6 -0
  112. package/dist/runtime/components/form/fields/2026-05-20/com.shwfed.form.field.collapsible/schema.js +4 -0
  113. package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.d.vue.ts +26 -26
  114. package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.vue.d.ts +26 -26
  115. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.d.ts +1 -0
  116. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.js +1 -0
  117. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.d.ts +1 -0
  118. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.js +1 -0
  119. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +26 -26
  120. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +26 -26
  121. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +26 -26
  122. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +26 -26
  123. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +26 -26
  124. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +26 -26
  125. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/prompt.md +7 -0
  126. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/schema.d.ts +1 -0
  127. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/schema.js +1 -0
  128. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +26 -26
  129. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +26 -26
  130. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/prompt.md +7 -0
  131. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/schema.d.ts +1 -0
  132. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/schema.js +1 -0
  133. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.d.vue.ts +26 -26
  134. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.vue.d.ts +26 -26
  135. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/prompt.md +9 -0
  136. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/schema.d.ts +1 -0
  137. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/schema.js +1 -0
  138. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.d.vue.ts +26 -26
  139. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.vue.d.ts +26 -26
  140. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/prompt.md +11 -0
  141. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/schema.d.ts +1 -0
  142. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/schema.js +1 -0
  143. package/dist/runtime/components/form/fields/2026-06-09/com.shwfed.form.field.upload/prompt.md +12 -0
  144. package/dist/runtime/components/form/fields/2026-06-09/com.shwfed.form.field.upload/schema.d.ts +1 -0
  145. package/dist/runtime/components/form/fields/2026-06-09/com.shwfed.form.field.upload/schema.js +1 -0
  146. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/prompt.md +14 -0
  147. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/schema.d.ts +1 -0
  148. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/schema.js +1 -0
  149. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/prompt.md +19 -0
  150. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/schema.d.ts +1 -0
  151. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/schema.js +1 -0
  152. package/dist/runtime/components/form/fields/2026-06-20/com.shwfed.form.field.tabs/schema.d.ts +7 -0
  153. package/dist/runtime/components/form/fields/2026-06-20/com.shwfed.form.field.tabs/schema.js +4 -0
  154. package/dist/runtime/components/form/fields/2026-07-13/com.shwfed.form.field.dynamic/prompt.md +14 -0
  155. package/dist/runtime/components/form/fields/2026-07-13/com.shwfed.form.field.dynamic/schema.d.ts +1 -0
  156. package/dist/runtime/components/form/fields/2026-07-13/com.shwfed.form.field.dynamic/schema.js +1 -0
  157. package/dist/runtime/components/form/unit-config.vue +2 -2
  158. package/dist/runtime/components/form/utils/ai-field-tools.d.ts +2 -2
  159. package/dist/runtime/components/form/utils/ai-field-tools.js +47 -30
  160. package/dist/runtime/components/form/utils/resolve.d.ts +11 -0
  161. package/dist/runtime/components/form/utils/resolve.js +13 -1
  162. package/dist/runtime/components/operations/2026-06-09/com.shwfed.operation.alert/schema.d.ts +1 -0
  163. package/dist/runtime/components/operations/2026-06-09/com.shwfed.operation.alert/schema.js +2 -1
  164. package/dist/runtime/components/operations/2026-06-11/com.shwfed.operation.http.request.json/schema.d.ts +1 -0
  165. package/dist/runtime/components/operations/2026-06-11/com.shwfed.operation.http.request.json/schema.js +1 -0
  166. package/dist/runtime/components/operations/2026-06-15/com.shwfed.operation.http.download/schema.d.ts +1 -0
  167. package/dist/runtime/components/operations/2026-06-15/com.shwfed.operation.http.download/schema.js +2 -1
  168. package/dist/runtime/components/operations/2026-06-15/com.shwfed.operation.navigation/schema.d.ts +1 -0
  169. package/dist/runtime/components/operations/2026-06-15/com.shwfed.operation.navigation/schema.js +2 -1
  170. package/dist/runtime/components/operations/2026-07-06/com.shwfed.operation.table.add-row/schema.d.ts +1 -0
  171. package/dist/runtime/components/operations/2026-07-06/com.shwfed.operation.table.add-row/schema.js +2 -1
  172. package/dist/runtime/components/operations/utils/resolve.d.ts +17 -0
  173. package/dist/runtime/components/operations/utils/resolve.js +18 -1
  174. package/dist/runtime/components/table/ai-l1.md +38 -0
  175. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.actions/schema.d.ts +7 -0
  176. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.actions/schema.js +5 -1
  177. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.date/schema.d.ts +1 -0
  178. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.date/schema.js +2 -1
  179. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.icon/schema.d.ts +1 -0
  180. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.icon/schema.js +2 -1
  181. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.markdown/schema.d.ts +1 -0
  182. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.markdown/schema.js +2 -1
  183. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.number/schema.d.ts +1 -0
  184. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.number/schema.js +2 -1
  185. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.select/schema.d.ts +1 -0
  186. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.select/schema.js +2 -1
  187. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.text/schema.d.ts +1 -0
  188. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.text/schema.js +2 -1
  189. package/dist/runtime/components/table/columns/2026-05-13/com.shwfed.table.column.switch.remote/schema.d.ts +1 -0
  190. package/dist/runtime/components/table/columns/2026-05-13/com.shwfed.table.column.switch.remote/schema.js +2 -1
  191. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/schema.d.ts +1 -0
  192. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/schema.js +2 -1
  193. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch.local/schema.d.ts +1 -0
  194. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch.local/schema.js +2 -1
  195. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.text-input/schema.d.ts +1 -0
  196. package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.text-input/schema.js +2 -1
  197. package/dist/runtime/components/table/columns/2026-05-21/com.shwfed.table.column.drag-handle/schema.d.ts +1 -0
  198. package/dist/runtime/components/table/columns/2026-05-21/com.shwfed.table.column.drag-handle/schema.js +2 -1
  199. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +8 -8
  200. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +8 -8
  201. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +8 -8
  202. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +8 -8
  203. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +8 -8
  204. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +8 -8
  205. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +8 -8
  206. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +8 -8
  207. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/prompt.md +12 -0
  208. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/schema.d.ts +1 -0
  209. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/schema.js +1 -0
  210. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/prompt.md +16 -0
  211. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/schema.d.ts +1 -0
  212. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/schema.js +1 -0
  213. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +8 -8
  214. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +8 -8
  215. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/schema.d.ts +1 -0
  216. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/schema.js +1 -0
  217. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +8 -8
  218. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +8 -8
  219. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/schema.d.ts +1 -0
  220. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/schema.js +1 -0
  221. package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.d.ts +1 -0
  222. package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.js +2 -1
  223. package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.d.ts +1 -0
  224. package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.js +2 -1
  225. package/dist/runtime/components/table/columns/2026-07-12/com.shwfed.table.column.dynamic/prompt.md +15 -0
  226. package/dist/runtime/components/table/config.d.vue.ts +3 -3
  227. package/dist/runtime/components/table/config.vue +3 -35
  228. package/dist/runtime/components/table/config.vue.d.ts +3 -3
  229. package/dist/runtime/components/table/row-provider.vue +7 -1
  230. package/dist/runtime/components/table/schema.d.ts +44 -44
  231. package/dist/runtime/components/table/utils/ai-tools.js +16 -7
  232. package/dist/runtime/components/table/utils/resolve.d.ts +5 -0
  233. package/dist/runtime/components/table/utils/resolve.js +12 -1
  234. package/dist/runtime/share/clipboard.d.ts +15 -9
  235. package/dist/runtime/share/clipboard.js +22 -10
  236. package/dist/runtime/share/define-registry.d.ts +66 -0
  237. package/dist/runtime/share/define-registry.js +37 -1
  238. package/dist/runtime/share/use-persisted-chat.d.ts +11 -9
  239. package/dist/runtime/share/use-persisted-chat.js +3 -3
  240. package/dist/runtime/utils/ai/index.d.ts +1 -1
  241. package/dist/runtime/utils/ai/index.js +18 -11
  242. package/dist/runtime/utils/cel-catalog.d.ts +1 -0
  243. package/dist/runtime/utils/cel-catalog.js +10 -0
  244. package/dist/runtime/utils/cel-catalog.md +42 -0
  245. package/dist/runtime/utils/cel-context.d.ts +15 -0
  246. package/dist/runtime/utils/cel-context.js +8 -0
  247. package/dist/runtime/vendor/cel-js/CLAUDE.md +7 -2
  248. package/dist/runtime/vendor/cel-js/PROMPT.md +27 -0
  249. package/dist/runtime/vendor/cel-js/lib/evaluator.js +2 -0
  250. package/dist/runtime/vendor/cel-js/lib/globals.d.ts +2 -0
  251. package/dist/runtime/vendor/cel-js/lib/globals.js +10 -0
  252. package/dist/runtime/vendor/cel-js/lib/map-builtins.d.ts +2 -0
  253. package/dist/runtime/vendor/cel-js/lib/map-builtins.js +80 -0
  254. package/dist/runtime/vendor/cel-js/lib/operators.js +2 -12
  255. package/package.json +1 -1
  256. package/dist/runtime/components/table/ai-generate.d.vue.ts +0 -16
  257. package/dist/runtime/components/table/ai-generate.system.md +0 -101
  258. package/dist/runtime/components/table/ai-generate.vue.d.ts +0 -16
  259. /package/dist/runtime/components/{table → config}/ai-generate.system.d.ts +0 -0
  260. /package/dist/runtime/components/{table → config}/ai-generate.system.js +0 -0
@@ -17,23 +17,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
17
17
  readonly displayName?: string | undefined;
18
18
  readonly columns: readonly any[];
19
19
  readonly kind: "shwfed.component.table";
20
- readonly groups: readonly {
21
- readonly id: string;
22
- readonly title?: readonly [{
23
- readonly locale: "zh";
24
- readonly message: string;
25
- }, ...{
26
- readonly locale: "en" | "ja" | "ko";
27
- readonly message: string;
28
- }[]] | undefined;
29
- readonly tooltip?: readonly [{
30
- readonly locale: "zh";
31
- readonly message: string;
32
- }, ...{
33
- readonly locale: "en" | "ja" | "ko";
34
- readonly message: string;
35
- }[]] | undefined;
36
- }[];
37
20
  readonly query?: {
38
21
  readonly style?: string | undefined;
39
22
  readonly id?: string | undefined;
@@ -63,11 +46,23 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
63
46
  }[];
64
47
  readonly readonly?: string | undefined;
65
48
  } | undefined;
66
- readonly dataSource?: {
67
- readonly data: string;
68
- readonly total?: string | undefined;
69
- readonly request?: string | undefined;
70
- } | undefined;
49
+ readonly groups: readonly {
50
+ readonly id: string;
51
+ readonly title?: readonly [{
52
+ readonly locale: "zh";
53
+ readonly message: string;
54
+ }, ...{
55
+ readonly locale: "en" | "ja" | "ko";
56
+ readonly message: string;
57
+ }[]] | undefined;
58
+ readonly tooltip?: readonly [{
59
+ readonly locale: "zh";
60
+ readonly message: string;
61
+ }, ...{
62
+ readonly locale: "en" | "ja" | "ko";
63
+ readonly message: string;
64
+ }[]] | undefined;
65
+ }[];
71
66
  readonly actions?: {
72
67
  readonly size: "default" | "sm" | "xs";
73
68
  readonly style?: string | undefined;
@@ -135,6 +130,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
135
130
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
136
131
  }[];
137
132
  } | undefined;
133
+ readonly dataSource?: {
134
+ readonly data: string;
135
+ readonly total?: string | undefined;
136
+ readonly request?: string | undefined;
137
+ } | undefined;
138
138
  readonly bottomActions?: {
139
139
  readonly size: "default" | "sm" | "xs";
140
140
  readonly style?: string | undefined;
@@ -265,23 +265,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
265
265
  readonly displayName?: string | undefined;
266
266
  readonly columns: readonly any[];
267
267
  readonly kind: "shwfed.component.table";
268
- readonly groups: readonly {
269
- readonly id: string;
270
- readonly title?: readonly [{
271
- readonly locale: "zh";
272
- readonly message: string;
273
- }, ...{
274
- readonly locale: "en" | "ja" | "ko";
275
- readonly message: string;
276
- }[]] | undefined;
277
- readonly tooltip?: readonly [{
278
- readonly locale: "zh";
279
- readonly message: string;
280
- }, ...{
281
- readonly locale: "en" | "ja" | "ko";
282
- readonly message: string;
283
- }[]] | undefined;
284
- }[];
285
268
  readonly query?: {
286
269
  readonly style?: string | undefined;
287
270
  readonly id?: string | undefined;
@@ -311,11 +294,23 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
311
294
  }[];
312
295
  readonly readonly?: string | undefined;
313
296
  } | undefined;
314
- readonly dataSource?: {
315
- readonly data: string;
316
- readonly total?: string | undefined;
317
- readonly request?: string | undefined;
318
- } | undefined;
297
+ readonly groups: readonly {
298
+ readonly id: string;
299
+ readonly title?: readonly [{
300
+ readonly locale: "zh";
301
+ readonly message: string;
302
+ }, ...{
303
+ readonly locale: "en" | "ja" | "ko";
304
+ readonly message: string;
305
+ }[]] | undefined;
306
+ readonly tooltip?: readonly [{
307
+ readonly locale: "zh";
308
+ readonly message: string;
309
+ }, ...{
310
+ readonly locale: "en" | "ja" | "ko";
311
+ readonly message: string;
312
+ }[]] | undefined;
313
+ }[];
319
314
  readonly actions?: {
320
315
  readonly size: "default" | "sm" | "xs";
321
316
  readonly style?: string | undefined;
@@ -383,6 +378,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
383
378
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
384
379
  }[];
385
380
  } | undefined;
381
+ readonly dataSource?: {
382
+ readonly data: string;
383
+ readonly total?: string | undefined;
384
+ readonly request?: string | undefined;
385
+ } | undefined;
386
386
  readonly bottomActions?: {
387
387
  readonly size: "default" | "sm" | "xs";
388
388
  readonly style?: string | undefined;
@@ -12,23 +12,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
12
12
  readonly displayName?: string | undefined;
13
13
  readonly columns: readonly any[];
14
14
  readonly kind: "shwfed.component.table";
15
- readonly groups: readonly {
16
- readonly id: string;
17
- readonly title?: readonly [{
18
- readonly locale: "zh";
19
- readonly message: string;
20
- }, ...{
21
- readonly locale: "en" | "ja" | "ko";
22
- readonly message: string;
23
- }[]] | undefined;
24
- readonly tooltip?: readonly [{
25
- readonly locale: "zh";
26
- readonly message: string;
27
- }, ...{
28
- readonly locale: "en" | "ja" | "ko";
29
- readonly message: string;
30
- }[]] | undefined;
31
- }[];
32
15
  readonly query?: {
33
16
  readonly style?: string | undefined;
34
17
  readonly id?: string | undefined;
@@ -58,11 +41,23 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
58
41
  }[];
59
42
  readonly readonly?: string | undefined;
60
43
  } | undefined;
61
- readonly dataSource?: {
62
- readonly data: string;
63
- readonly total?: string | undefined;
64
- readonly request?: string | undefined;
65
- } | undefined;
44
+ readonly groups: readonly {
45
+ readonly id: string;
46
+ readonly title?: readonly [{
47
+ readonly locale: "zh";
48
+ readonly message: string;
49
+ }, ...{
50
+ readonly locale: "en" | "ja" | "ko";
51
+ readonly message: string;
52
+ }[]] | undefined;
53
+ readonly tooltip?: readonly [{
54
+ readonly locale: "zh";
55
+ readonly message: string;
56
+ }, ...{
57
+ readonly locale: "en" | "ja" | "ko";
58
+ readonly message: string;
59
+ }[]] | undefined;
60
+ }[];
66
61
  readonly actions?: {
67
62
  readonly size: "default" | "sm" | "xs";
68
63
  readonly style?: string | undefined;
@@ -130,6 +125,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
130
125
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
131
126
  }[];
132
127
  } | undefined;
128
+ readonly dataSource?: {
129
+ readonly data: string;
130
+ readonly total?: string | undefined;
131
+ readonly request?: string | undefined;
132
+ } | undefined;
133
133
  readonly bottomActions?: {
134
134
  readonly size: "default" | "sm" | "xs";
135
135
  readonly style?: string | undefined;
@@ -260,23 +260,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
260
260
  readonly displayName?: string | undefined;
261
261
  readonly columns: readonly any[];
262
262
  readonly kind: "shwfed.component.table";
263
- readonly groups: readonly {
264
- readonly id: string;
265
- readonly title?: readonly [{
266
- readonly locale: "zh";
267
- readonly message: string;
268
- }, ...{
269
- readonly locale: "en" | "ja" | "ko";
270
- readonly message: string;
271
- }[]] | undefined;
272
- readonly tooltip?: readonly [{
273
- readonly locale: "zh";
274
- readonly message: string;
275
- }, ...{
276
- readonly locale: "en" | "ja" | "ko";
277
- readonly message: string;
278
- }[]] | undefined;
279
- }[];
280
263
  readonly query?: {
281
264
  readonly style?: string | undefined;
282
265
  readonly id?: string | undefined;
@@ -306,11 +289,23 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
306
289
  }[];
307
290
  readonly readonly?: string | undefined;
308
291
  } | undefined;
309
- readonly dataSource?: {
310
- readonly data: string;
311
- readonly total?: string | undefined;
312
- readonly request?: string | undefined;
313
- } | undefined;
292
+ readonly groups: readonly {
293
+ readonly id: string;
294
+ readonly title?: readonly [{
295
+ readonly locale: "zh";
296
+ readonly message: string;
297
+ }, ...{
298
+ readonly locale: "en" | "ja" | "ko";
299
+ readonly message: string;
300
+ }[]] | undefined;
301
+ readonly tooltip?: readonly [{
302
+ readonly locale: "zh";
303
+ readonly message: string;
304
+ }, ...{
305
+ readonly locale: "en" | "ja" | "ko";
306
+ readonly message: string;
307
+ }[]] | undefined;
308
+ }[];
314
309
  readonly actions?: {
315
310
  readonly size: "default" | "sm" | "xs";
316
311
  readonly style?: string | undefined;
@@ -378,6 +373,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
378
373
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
379
374
  }[];
380
375
  } | undefined;
376
+ readonly dataSource?: {
377
+ readonly data: string;
378
+ readonly total?: string | undefined;
379
+ readonly request?: string | undefined;
380
+ } | undefined;
381
381
  readonly bottomActions?: {
382
382
  readonly size: "default" | "sm" | "xs";
383
383
  readonly style?: string | undefined;
@@ -12,23 +12,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
12
12
  readonly displayName?: string | undefined;
13
13
  readonly columns: readonly any[];
14
14
  readonly kind: "shwfed.component.table";
15
- readonly groups: readonly {
16
- readonly id: string;
17
- readonly title?: readonly [{
18
- readonly locale: "zh";
19
- readonly message: string;
20
- }, ...{
21
- readonly locale: "en" | "ja" | "ko";
22
- readonly message: string;
23
- }[]] | undefined;
24
- readonly tooltip?: readonly [{
25
- readonly locale: "zh";
26
- readonly message: string;
27
- }, ...{
28
- readonly locale: "en" | "ja" | "ko";
29
- readonly message: string;
30
- }[]] | undefined;
31
- }[];
32
15
  readonly query?: {
33
16
  readonly style?: string | undefined;
34
17
  readonly id?: string | undefined;
@@ -58,11 +41,23 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
58
41
  }[];
59
42
  readonly readonly?: string | undefined;
60
43
  } | undefined;
61
- readonly dataSource?: {
62
- readonly data: string;
63
- readonly total?: string | undefined;
64
- readonly request?: string | undefined;
65
- } | undefined;
44
+ readonly groups: readonly {
45
+ readonly id: string;
46
+ readonly title?: readonly [{
47
+ readonly locale: "zh";
48
+ readonly message: string;
49
+ }, ...{
50
+ readonly locale: "en" | "ja" | "ko";
51
+ readonly message: string;
52
+ }[]] | undefined;
53
+ readonly tooltip?: readonly [{
54
+ readonly locale: "zh";
55
+ readonly message: string;
56
+ }, ...{
57
+ readonly locale: "en" | "ja" | "ko";
58
+ readonly message: string;
59
+ }[]] | undefined;
60
+ }[];
66
61
  readonly actions?: {
67
62
  readonly size: "default" | "sm" | "xs";
68
63
  readonly style?: string | undefined;
@@ -130,6 +125,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
130
125
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
131
126
  }[];
132
127
  } | undefined;
128
+ readonly dataSource?: {
129
+ readonly data: string;
130
+ readonly total?: string | undefined;
131
+ readonly request?: string | undefined;
132
+ } | undefined;
133
133
  readonly bottomActions?: {
134
134
  readonly size: "default" | "sm" | "xs";
135
135
  readonly style?: string | undefined;
@@ -260,23 +260,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
260
260
  readonly displayName?: string | undefined;
261
261
  readonly columns: readonly any[];
262
262
  readonly kind: "shwfed.component.table";
263
- readonly groups: readonly {
264
- readonly id: string;
265
- readonly title?: readonly [{
266
- readonly locale: "zh";
267
- readonly message: string;
268
- }, ...{
269
- readonly locale: "en" | "ja" | "ko";
270
- readonly message: string;
271
- }[]] | undefined;
272
- readonly tooltip?: readonly [{
273
- readonly locale: "zh";
274
- readonly message: string;
275
- }, ...{
276
- readonly locale: "en" | "ja" | "ko";
277
- readonly message: string;
278
- }[]] | undefined;
279
- }[];
280
263
  readonly query?: {
281
264
  readonly style?: string | undefined;
282
265
  readonly id?: string | undefined;
@@ -306,11 +289,23 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
306
289
  }[];
307
290
  readonly readonly?: string | undefined;
308
291
  } | undefined;
309
- readonly dataSource?: {
310
- readonly data: string;
311
- readonly total?: string | undefined;
312
- readonly request?: string | undefined;
313
- } | undefined;
292
+ readonly groups: readonly {
293
+ readonly id: string;
294
+ readonly title?: readonly [{
295
+ readonly locale: "zh";
296
+ readonly message: string;
297
+ }, ...{
298
+ readonly locale: "en" | "ja" | "ko";
299
+ readonly message: string;
300
+ }[]] | undefined;
301
+ readonly tooltip?: readonly [{
302
+ readonly locale: "zh";
303
+ readonly message: string;
304
+ }, ...{
305
+ readonly locale: "en" | "ja" | "ko";
306
+ readonly message: string;
307
+ }[]] | undefined;
308
+ }[];
314
309
  readonly actions?: {
315
310
  readonly size: "default" | "sm" | "xs";
316
311
  readonly style?: string | undefined;
@@ -378,6 +373,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
378
373
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
379
374
  }[];
380
375
  } | undefined;
376
+ readonly dataSource?: {
377
+ readonly data: string;
378
+ readonly total?: string | undefined;
379
+ readonly request?: string | undefined;
380
+ } | undefined;
381
381
  readonly bottomActions?: {
382
382
  readonly size: "default" | "sm" | "xs";
383
383
  readonly style?: string | undefined;
@@ -3,9 +3,15 @@ import type { Environment } from '../../../../../vendor/cel-js/lib/index.js';
3
3
  type AnySchema = Schema.Schema<any, any, never>;
4
4
  export declare const type: "com.shwfed.block.table";
5
5
  export declare const compatibilityDate: "2026-05-06";
6
+ export declare const edges: readonly [{
7
+ readonly key: "table";
8
+ readonly host: "table";
9
+ readonly label: "表格";
10
+ }];
6
11
  export declare const metadata: {
7
12
  readonly name: "表格";
8
13
  readonly icon: "fluent:table-20-regular";
14
+ readonly description: "将一个 Table 组件作为页面块嵌入";
9
15
  readonly selection: true;
10
16
  readonly instanceName: (value: Record<string, unknown>) => string | undefined;
11
17
  readonly w: {
@@ -30,23 +36,6 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
30
36
  readonly displayName?: string | undefined;
31
37
  readonly columns: readonly any[];
32
38
  readonly kind: "shwfed.component.table";
33
- readonly groups: readonly {
34
- readonly id: string;
35
- readonly title?: readonly [{
36
- readonly locale: "zh";
37
- readonly message: string;
38
- }, ...{
39
- readonly locale: "en" | "ja" | "ko";
40
- readonly message: string;
41
- }[]] | undefined;
42
- readonly tooltip?: readonly [{
43
- readonly locale: "zh";
44
- readonly message: string;
45
- }, ...{
46
- readonly locale: "en" | "ja" | "ko";
47
- readonly message: string;
48
- }[]] | undefined;
49
- }[];
50
39
  readonly query?: {
51
40
  readonly style?: string | undefined;
52
41
  readonly id?: string | undefined;
@@ -76,11 +65,23 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
76
65
  }[];
77
66
  readonly readonly?: string | undefined;
78
67
  } | undefined;
79
- readonly dataSource?: {
80
- readonly data: string;
81
- readonly total?: string | undefined;
82
- readonly request?: string | undefined;
83
- } | undefined;
68
+ readonly groups: readonly {
69
+ readonly id: string;
70
+ readonly title?: readonly [{
71
+ readonly locale: "zh";
72
+ readonly message: string;
73
+ }, ...{
74
+ readonly locale: "en" | "ja" | "ko";
75
+ readonly message: string;
76
+ }[]] | undefined;
77
+ readonly tooltip?: readonly [{
78
+ readonly locale: "zh";
79
+ readonly message: string;
80
+ }, ...{
81
+ readonly locale: "en" | "ja" | "ko";
82
+ readonly message: string;
83
+ }[]] | undefined;
84
+ }[];
84
85
  readonly actions?: {
85
86
  readonly size: "default" | "sm" | "xs";
86
87
  readonly style?: string | undefined;
@@ -148,6 +149,11 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
148
149
  readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
149
150
  }[];
150
151
  } | undefined;
152
+ readonly dataSource?: {
153
+ readonly data: string;
154
+ readonly total?: string | undefined;
155
+ readonly request?: string | undefined;
156
+ } | undefined;
151
157
  readonly bottomActions?: {
152
158
  readonly size: "default" | "sm" | "xs";
153
159
  readonly style?: string | undefined;
@@ -2,9 +2,13 @@ import { Schema } from "effect";
2
2
  import { TableConfig, defaultTableConfig } from "../../../../table/schema.js";
3
3
  export const type = "com.shwfed.block.table";
4
4
  export const compatibilityDate = "2026-05-06";
5
+ export const edges = [
6
+ { key: "table", host: "table", label: "\u8868\u683C" }
7
+ ];
5
8
  export const metadata = {
6
9
  name: "\u8868\u683C",
7
10
  icon: "fluent:table-20-regular",
11
+ description: "\u5C06\u4E00\u4E2A Table \u7EC4\u4EF6\u4F5C\u4E3A\u9875\u9762\u5757\u5D4C\u5165",
8
12
  // Publishes the table's selected rows to the page `selections` registry
9
13
  // under this block's id (see `runtime.vue`'s `publishSelection`), so a
10
14
  // sibling block can read `selections["<block-id>"]` — the array of selected
@@ -4,9 +4,16 @@ export { getStructFieldDescription, getStructFieldTitle } from '../../../../tabl
4
4
  type AnySchema = Schema.Schema<any, any, never>;
5
5
  export declare const type: "com.shwfed.block.tabs";
6
6
  export declare const compatibilityDate: "2026-05-06";
7
+ export declare const edges: readonly [{
8
+ readonly key: "tabs";
9
+ readonly host: "slot";
10
+ readonly label: "标签页内容";
11
+ readonly itemSlot: "slot";
12
+ }];
7
13
  export declare const metadata: {
8
14
  readonly name: "标签页";
9
15
  readonly icon: "fluent:tabs-20-regular";
16
+ readonly description: "将一组带标签的子 Slot 作为页面块嵌入;支持任意层级嵌套";
10
17
  readonly w: {
11
18
  readonly initial: 12;
12
19
  readonly min: 4;
@@ -4,9 +4,13 @@ import { Slot, defaultSlot } from "../../../../../share/layout.js";
4
4
  export { getStructFieldDescription, getStructFieldTitle } from "../../../../table/utils/schema-meta.js";
5
5
  export const type = "com.shwfed.block.tabs";
6
6
  export const compatibilityDate = "2026-05-06";
7
+ export const edges = [
8
+ { key: "tabs", host: "slot", label: "\u6807\u7B7E\u9875\u5185\u5BB9", itemSlot: "slot" }
9
+ ];
7
10
  export const metadata = {
8
11
  name: "\u6807\u7B7E\u9875",
9
12
  icon: "fluent:tabs-20-regular",
13
+ description: "\u5C06\u4E00\u7EC4\u5E26\u6807\u7B7E\u7684\u5B50 Slot \u4F5C\u4E3A\u9875\u9762\u5757\u5D4C\u5165\uFF1B\u652F\u6301\u4EFB\u610F\u5C42\u7EA7\u5D4C\u5957",
10
14
  w: { initial: 12, min: 4, max: Infinity },
11
15
  h: { initial: 6, min: 4, max: Infinity }
12
16
  };
@@ -7,6 +7,7 @@ export declare const type: "com.shwfed.block.chart.xy";
7
7
  export declare const compatibilityDate: "2026-05-17";
8
8
  export declare const metadata: {
9
9
  readonly name: "笛卡尔坐标图表";
10
+ readonly description: "从命名数据源取数,把 X / Y 列表渲染为折线 / 面积 / 柱 / 散点图";
10
11
  readonly icon: "fluent:chart-multiple-20-regular";
11
12
  readonly w: {
12
13
  readonly initial: 20;
@@ -7,6 +7,7 @@ export const type = "com.shwfed.block.chart.xy";
7
7
  export const compatibilityDate = "2026-05-17";
8
8
  export const metadata = {
9
9
  name: "\u7B1B\u5361\u5C14\u5750\u6807\u56FE\u8868",
10
+ description: "\u4ECE\u547D\u540D\u6570\u636E\u6E90\u53D6\u6570\uFF0C\u628A X / Y \u5217\u8868\u6E32\u67D3\u4E3A\u6298\u7EBF / \u9762\u79EF / \u67F1 / \u6563\u70B9\u56FE",
10
11
  icon: "fluent:chart-multiple-20-regular",
11
12
  w: { initial: 20, min: 8, max: Infinity },
12
13
  h: { initial: 9, min: 5, max: Infinity }
@@ -7,6 +7,7 @@ export declare const type: "com.shwfed.block.animated.number";
7
7
  export declare const compatibilityDate: "2026-06-01";
8
8
  export declare const metadata: {
9
9
  readonly name: "动画数字";
10
+ readonly description: "把一个或多个数据源各取一个数字,以动画过渡并排渲染,可选逐项轮询";
10
11
  readonly icon: "fluent:number-symbol-20-regular";
11
12
  readonly w: {
12
13
  readonly initial: 8;
@@ -5,6 +5,7 @@ export const type = "com.shwfed.block.animated.number";
5
5
  export const compatibilityDate = "2026-06-01";
6
6
  export const metadata = {
7
7
  name: "\u52A8\u753B\u6570\u5B57",
8
+ description: "\u628A\u4E00\u4E2A\u6216\u591A\u4E2A\u6570\u636E\u6E90\u5404\u53D6\u4E00\u4E2A\u6570\u5B57\uFF0C\u4EE5\u52A8\u753B\u8FC7\u6E21\u5E76\u6392\u6E32\u67D3\uFF0C\u53EF\u9009\u9010\u9879\u8F6E\u8BE2",
8
9
  icon: "fluent:number-symbol-20-regular",
9
10
  w: { initial: 8, min: 2, max: Infinity },
10
11
  h: { initial: 3, min: 2, max: Infinity }
@@ -5,9 +5,15 @@ type AnySchema = Schema.Schema<any, any, never>;
5
5
  type Configure = (env: Environment) => void;
6
6
  export declare const type: "com.shwfed.block.card";
7
7
  export declare const compatibilityDate: "2026-06-02";
8
+ export declare const edges: readonly [{
9
+ readonly key: "slot";
10
+ readonly host: "slot";
11
+ readonly label: "卡片内容";
12
+ }];
8
13
  export declare const metadata: {
9
14
  readonly name: "卡片";
10
15
  readonly icon: "fluent:card-ui-20-regular";
16
+ readonly description: "带可选徽章的样式化容器,可放入任意块与布局;支持任意层级嵌套";
11
17
  readonly w: {
12
18
  readonly initial: 12;
13
19
  readonly min: 4;
@@ -4,9 +4,13 @@ import { Slot, defaultSlot } from "../../../../../share/layout.js";
4
4
  export { getStructFieldDescription, getStructFieldTitle } from "../../../../table/utils/schema-meta.js";
5
5
  export const type = "com.shwfed.block.card";
6
6
  export const compatibilityDate = "2026-06-02";
7
+ export const edges = [
8
+ { key: "slot", host: "slot", label: "\u5361\u7247\u5185\u5BB9" }
9
+ ];
7
10
  export const metadata = {
8
11
  name: "\u5361\u7247",
9
12
  icon: "fluent:card-ui-20-regular",
13
+ description: "\u5E26\u53EF\u9009\u5FBD\u7AE0\u7684\u6837\u5F0F\u5316\u5BB9\u5668\uFF0C\u53EF\u653E\u5165\u4EFB\u610F\u5757\u4E0E\u5E03\u5C40\uFF1B\u652F\u6301\u4EFB\u610F\u5C42\u7EA7\u5D4C\u5957",
10
14
  w: { initial: 12, min: 4, max: Infinity },
11
15
  h: { initial: 6, min: 4, max: Infinity }
12
16
  };
@@ -7,6 +7,7 @@ export declare const type: "com.shwfed.block.icon";
7
7
  export declare const compatibilityDate: "2026-06-02";
8
8
  export declare const metadata: {
9
9
  readonly name: "图标";
10
+ readonly description: "渲染单个 Iconify 图标作为页面块";
10
11
  readonly icon: "fluent:emoji-20-regular";
11
12
  readonly w: {
12
13
  readonly initial: 4;
@@ -4,6 +4,7 @@ export const type = "com.shwfed.block.icon";
4
4
  export const compatibilityDate = "2026-06-02";
5
5
  export const metadata = {
6
6
  name: "\u56FE\u6807",
7
+ description: "\u6E32\u67D3\u5355\u4E2A Iconify \u56FE\u6807\u4F5C\u4E3A\u9875\u9762\u5757",
7
8
  icon: "fluent:emoji-20-regular",
8
9
  w: { initial: 4, min: 1, max: Infinity },
9
10
  h: { initial: 4, min: 1, max: Infinity }