@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
@@ -5,9 +5,13 @@ import { TableConfig, defaultTableConfig } from "../../../../table/schema.js";
5
5
  import { commonFieldFields } from "../../../utils/common.js";
6
6
  export const type = "com.shwfed.form.field.table";
7
7
  export const compatibilityDate = "2026-05-18";
8
+ export const edges = [
9
+ { key: "table", host: "table", label: "\u8868\u683C\u914D\u7F6E" }
10
+ ];
8
11
  export const metadata = {
9
12
  name: "\u8868\u683C",
10
13
  icon: "fluent:table-20-regular",
14
+ description: "\u5185\u5D4C\u4E00\u4E2A\u53EF\u672C\u5730\u7F16\u8F91\u7684\u8868\u683C\uFF0C\u5176\u6570\u636E\u5199\u5165\u7ED1\u5B9A\u8DEF\u5F84",
11
15
  w: { initial: 12, min: 6, max: Infinity },
12
16
  h: { initial: 10, min: 5, max: Infinity, grow: true },
13
17
  // Nested table/column editor — too complex for the fullscreen inline-config
@@ -2,9 +2,15 @@ import { Schema } from 'effect';
2
2
  import type { Environment } from '../../../../../vendor/cel-js/lib/index.js';
3
3
  export declare const type: "com.shwfed.form.field.collapsible";
4
4
  export declare const compatibilityDate: "2026-05-20";
5
+ export declare const edges: readonly [{
6
+ readonly key: "unit";
7
+ readonly host: "form";
8
+ readonly label: "区域内容";
9
+ }];
5
10
  export declare const metadata: {
6
11
  readonly name: "可折叠区域";
7
12
  readonly icon: "fluent:chevron-down-20-regular";
13
+ readonly description: "带 Markdown 标题的可折叠分组区域(仅视觉分组)";
8
14
  readonly w: {
9
15
  readonly initial: 12;
10
16
  readonly min: 4;
@@ -3,9 +3,13 @@ import { Locale } from "../../../../../share/locale.js";
3
3
  import { FormUnit } from "../../../schema.js";
4
4
  export const type = "com.shwfed.form.field.collapsible";
5
5
  export const compatibilityDate = "2026-05-20";
6
+ export const edges = [
7
+ { key: "unit", host: "form", label: "\u533A\u57DF\u5185\u5BB9" }
8
+ ];
6
9
  export const metadata = {
7
10
  name: "\u53EF\u6298\u53E0\u533A\u57DF",
8
11
  icon: "fluent:chevron-down-20-regular",
12
+ description: "\u5E26 Markdown \u6807\u9898\u7684\u53EF\u6298\u53E0\u5206\u7EC4\u533A\u57DF\uFF08\u4EC5\u89C6\u89C9\u5206\u7EC4\uFF09",
9
13
  w: { initial: 12, min: 4, max: Infinity },
10
14
  h: { initial: 4, min: 2, max: Infinity, grow: true },
11
15
  // Hosts a nested sub-form (its own fields + layout) — too complex for the
@@ -37,15 +37,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
37
37
  readonly displayName?: string | undefined;
38
38
  readonly compatibilityDate: "2026-05-23";
39
39
  readonly readonly?: string | undefined;
40
+ readonly dataSource: {
41
+ readonly data: string;
42
+ readonly request?: string | undefined;
43
+ };
40
44
  readonly binding?: string | undefined;
41
45
  readonly derived?: {
42
46
  readonly mode: "formula" | "prefill";
43
47
  readonly expression: string;
44
48
  } | undefined;
45
- readonly dataSource: {
46
- readonly data: string;
47
- readonly request?: string | undefined;
48
- };
49
49
  readonly nodeKey: string;
50
50
  readonly nodeChildren: string;
51
51
  readonly nodeLabel: readonly [{
@@ -56,15 +56,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
56
56
  readonly message: string;
57
57
  }[]];
58
58
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
59
- readonly nodeTooltip?: readonly [{
60
- readonly locale: "zh";
61
- readonly message: string;
62
- }, ...{
63
- readonly locale: "en" | "ja" | "ko";
64
- readonly message: string;
65
- }[]] | undefined;
66
- readonly nodeSelectable?: string | undefined;
67
- readonly expandAll: boolean;
68
59
  readonly validations?: readonly {
69
60
  readonly message: readonly [{
70
61
  readonly locale: "zh";
@@ -76,6 +67,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
76
67
  readonly warning?: boolean | undefined;
77
68
  readonly when: string;
78
69
  }[] | undefined;
70
+ readonly nodeTooltip?: readonly [{
71
+ readonly locale: "zh";
72
+ readonly message: string;
73
+ }, ...{
74
+ readonly locale: "en" | "ja" | "ko";
75
+ readonly message: string;
76
+ }[]] | undefined;
77
+ readonly nodeSelectable?: string | undefined;
78
+ readonly expandAll: boolean;
79
79
  }) => any;
80
80
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
81
81
  "onUpdate:modelValue"?: ((value: {
@@ -112,15 +112,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
112
112
  readonly displayName?: string | undefined;
113
113
  readonly compatibilityDate: "2026-05-23";
114
114
  readonly readonly?: string | undefined;
115
+ readonly dataSource: {
116
+ readonly data: string;
117
+ readonly request?: string | undefined;
118
+ };
115
119
  readonly binding?: string | undefined;
116
120
  readonly derived?: {
117
121
  readonly mode: "formula" | "prefill";
118
122
  readonly expression: string;
119
123
  } | undefined;
120
- readonly dataSource: {
121
- readonly data: string;
122
- readonly request?: string | undefined;
123
- };
124
124
  readonly nodeKey: string;
125
125
  readonly nodeChildren: string;
126
126
  readonly nodeLabel: readonly [{
@@ -131,15 +131,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
131
131
  readonly message: string;
132
132
  }[]];
133
133
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
134
- readonly nodeTooltip?: readonly [{
135
- readonly locale: "zh";
136
- readonly message: string;
137
- }, ...{
138
- readonly locale: "en" | "ja" | "ko";
139
- readonly message: string;
140
- }[]] | undefined;
141
- readonly nodeSelectable?: string | undefined;
142
- readonly expandAll: boolean;
143
134
  readonly validations?: readonly {
144
135
  readonly message: readonly [{
145
136
  readonly locale: "zh";
@@ -151,6 +142,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
151
142
  readonly warning?: boolean | undefined;
152
143
  readonly when: string;
153
144
  }[] | undefined;
145
+ readonly nodeTooltip?: readonly [{
146
+ readonly locale: "zh";
147
+ readonly message: string;
148
+ }, ...{
149
+ readonly locale: "en" | "ja" | "ko";
150
+ readonly message: string;
151
+ }[]] | undefined;
152
+ readonly nodeSelectable?: string | undefined;
153
+ readonly expandAll: boolean;
154
154
  }) => any) | undefined;
155
155
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
156
156
  declare const _default: typeof __VLS_export;
@@ -37,15 +37,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
37
37
  readonly displayName?: string | undefined;
38
38
  readonly compatibilityDate: "2026-05-23";
39
39
  readonly readonly?: string | undefined;
40
+ readonly dataSource: {
41
+ readonly data: string;
42
+ readonly request?: string | undefined;
43
+ };
40
44
  readonly binding?: string | undefined;
41
45
  readonly derived?: {
42
46
  readonly mode: "formula" | "prefill";
43
47
  readonly expression: string;
44
48
  } | undefined;
45
- readonly dataSource: {
46
- readonly data: string;
47
- readonly request?: string | undefined;
48
- };
49
49
  readonly nodeKey: string;
50
50
  readonly nodeChildren: string;
51
51
  readonly nodeLabel: readonly [{
@@ -56,15 +56,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
56
56
  readonly message: string;
57
57
  }[]];
58
58
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
59
- readonly nodeTooltip?: readonly [{
60
- readonly locale: "zh";
61
- readonly message: string;
62
- }, ...{
63
- readonly locale: "en" | "ja" | "ko";
64
- readonly message: string;
65
- }[]] | undefined;
66
- readonly nodeSelectable?: string | undefined;
67
- readonly expandAll: boolean;
68
59
  readonly validations?: readonly {
69
60
  readonly message: readonly [{
70
61
  readonly locale: "zh";
@@ -76,6 +67,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
76
67
  readonly warning?: boolean | undefined;
77
68
  readonly when: string;
78
69
  }[] | undefined;
70
+ readonly nodeTooltip?: readonly [{
71
+ readonly locale: "zh";
72
+ readonly message: string;
73
+ }, ...{
74
+ readonly locale: "en" | "ja" | "ko";
75
+ readonly message: string;
76
+ }[]] | undefined;
77
+ readonly nodeSelectable?: string | undefined;
78
+ readonly expandAll: boolean;
79
79
  }) => any;
80
80
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
81
81
  "onUpdate:modelValue"?: ((value: {
@@ -112,15 +112,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
112
112
  readonly displayName?: string | undefined;
113
113
  readonly compatibilityDate: "2026-05-23";
114
114
  readonly readonly?: string | undefined;
115
+ readonly dataSource: {
116
+ readonly data: string;
117
+ readonly request?: string | undefined;
118
+ };
115
119
  readonly binding?: string | undefined;
116
120
  readonly derived?: {
117
121
  readonly mode: "formula" | "prefill";
118
122
  readonly expression: string;
119
123
  } | undefined;
120
- readonly dataSource: {
121
- readonly data: string;
122
- readonly request?: string | undefined;
123
- };
124
124
  readonly nodeKey: string;
125
125
  readonly nodeChildren: string;
126
126
  readonly nodeLabel: readonly [{
@@ -131,15 +131,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
131
131
  readonly message: string;
132
132
  }[]];
133
133
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
134
- readonly nodeTooltip?: readonly [{
135
- readonly locale: "zh";
136
- readonly message: string;
137
- }, ...{
138
- readonly locale: "en" | "ja" | "ko";
139
- readonly message: string;
140
- }[]] | undefined;
141
- readonly nodeSelectable?: string | undefined;
142
- readonly expandAll: boolean;
143
134
  readonly validations?: readonly {
144
135
  readonly message: readonly [{
145
136
  readonly locale: "zh";
@@ -151,6 +142,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
151
142
  readonly warning?: boolean | undefined;
152
143
  readonly when: string;
153
144
  }[] | undefined;
145
+ readonly nodeTooltip?: readonly [{
146
+ readonly locale: "zh";
147
+ readonly message: string;
148
+ }, ...{
149
+ readonly locale: "en" | "ja" | "ko";
150
+ readonly message: string;
151
+ }[]] | undefined;
152
+ readonly nodeSelectable?: string | undefined;
153
+ readonly expandAll: boolean;
154
154
  }) => any) | undefined;
155
155
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
156
156
  declare const _default: typeof __VLS_export;
@@ -5,6 +5,7 @@ export declare const compatibilityDate: "2026-05-24";
5
5
  export declare const metadata: {
6
6
  readonly name: "月份";
7
7
  readonly icon: "fluent:calendar-month-20-regular";
8
+ readonly description: "选择一个月份";
8
9
  readonly w: {
9
10
  readonly initial: 8;
10
11
  readonly min: 4;
@@ -8,6 +8,7 @@ export const compatibilityDate = "2026-05-24";
8
8
  export const metadata = {
9
9
  name: "\u6708\u4EFD",
10
10
  icon: "fluent:calendar-month-20-regular",
11
+ description: "\u9009\u62E9\u4E00\u4E2A\u6708\u4EFD",
11
12
  w: { initial: 8, min: 4, max: Infinity },
12
13
  h: { initial: 2, min: 2, max: 2 }
13
14
  };
@@ -5,6 +5,7 @@ export declare const compatibilityDate: "2026-05-24";
5
5
  export declare const metadata: {
6
6
  readonly name: "月份范围";
7
7
  readonly icon: "fluent:calendar-arrow-right-20-regular";
8
+ readonly description: "选择一个月份区间";
8
9
  readonly w: {
9
10
  readonly initial: 10;
10
11
  readonly min: 10;
@@ -18,6 +18,7 @@ const bindingSchema = Schema.Union(BindingPath, SplitBinding).annotations({
18
18
  export const metadata = {
19
19
  name: "\u6708\u4EFD\u8303\u56F4",
20
20
  icon: "fluent:calendar-arrow-right-20-regular",
21
+ description: "\u9009\u62E9\u4E00\u4E2A\u6708\u4EFD\u533A\u95F4",
21
22
  w: { initial: 10, min: 10, max: Infinity },
22
23
  h: { initial: 2, min: 2, max: 2 }
23
24
  };
@@ -34,15 +34,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
34
34
  readonly message: string;
35
35
  }[]] | undefined;
36
36
  readonly readonly?: string | undefined;
37
+ readonly dataSource: {
38
+ readonly data: string;
39
+ readonly request?: string | undefined;
40
+ };
37
41
  readonly binding?: string | undefined;
38
42
  readonly derived?: {
39
43
  readonly mode: "formula" | "prefill";
40
44
  readonly expression: string;
41
45
  } | undefined;
42
- readonly dataSource: {
43
- readonly data: string;
44
- readonly request?: string | undefined;
45
- };
46
46
  readonly nodeKey: string;
47
47
  readonly nodeChildren: string;
48
48
  readonly nodeLabel: readonly [{
@@ -53,15 +53,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
53
  readonly message: string;
54
54
  }[]];
55
55
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
56
- readonly nodeTooltip?: readonly [{
57
- readonly locale: "zh";
58
- readonly message: string;
59
- }, ...{
60
- readonly locale: "en" | "ja" | "ko";
61
- readonly message: string;
62
- }[]] | undefined;
63
- readonly nodeSelectable?: string | undefined;
64
- readonly expandAll: boolean;
65
56
  readonly validations?: readonly {
66
57
  readonly message: readonly [{
67
58
  readonly locale: "zh";
@@ -73,6 +64,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
73
64
  readonly warning?: boolean | undefined;
74
65
  readonly when: string;
75
66
  }[] | undefined;
67
+ readonly nodeTooltip?: readonly [{
68
+ readonly locale: "zh";
69
+ readonly message: string;
70
+ }, ...{
71
+ readonly locale: "en" | "ja" | "ko";
72
+ readonly message: string;
73
+ }[]] | undefined;
74
+ readonly nodeSelectable?: string | undefined;
75
+ readonly expandAll: boolean;
76
76
  }) => any;
77
77
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
78
78
  "onUpdate:modelValue"?: ((value: {
@@ -106,15 +106,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
106
106
  readonly message: string;
107
107
  }[]] | undefined;
108
108
  readonly readonly?: string | undefined;
109
+ readonly dataSource: {
110
+ readonly data: string;
111
+ readonly request?: string | undefined;
112
+ };
109
113
  readonly binding?: string | undefined;
110
114
  readonly derived?: {
111
115
  readonly mode: "formula" | "prefill";
112
116
  readonly expression: string;
113
117
  } | undefined;
114
- readonly dataSource: {
115
- readonly data: string;
116
- readonly request?: string | undefined;
117
- };
118
118
  readonly nodeKey: string;
119
119
  readonly nodeChildren: string;
120
120
  readonly nodeLabel: readonly [{
@@ -125,15 +125,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
125
125
  readonly message: string;
126
126
  }[]];
127
127
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
128
- readonly nodeTooltip?: readonly [{
129
- readonly locale: "zh";
130
- readonly message: string;
131
- }, ...{
132
- readonly locale: "en" | "ja" | "ko";
133
- readonly message: string;
134
- }[]] | undefined;
135
- readonly nodeSelectable?: string | undefined;
136
- readonly expandAll: boolean;
137
128
  readonly validations?: readonly {
138
129
  readonly message: readonly [{
139
130
  readonly locale: "zh";
@@ -145,6 +136,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
145
136
  readonly warning?: boolean | undefined;
146
137
  readonly when: string;
147
138
  }[] | undefined;
139
+ readonly nodeTooltip?: readonly [{
140
+ readonly locale: "zh";
141
+ readonly message: string;
142
+ }, ...{
143
+ readonly locale: "en" | "ja" | "ko";
144
+ readonly message: string;
145
+ }[]] | undefined;
146
+ readonly nodeSelectable?: string | undefined;
147
+ readonly expandAll: boolean;
148
148
  }) => any) | undefined;
149
149
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
150
150
  declare const _default: typeof __VLS_export;
@@ -34,15 +34,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
34
34
  readonly message: string;
35
35
  }[]] | undefined;
36
36
  readonly readonly?: string | undefined;
37
+ readonly dataSource: {
38
+ readonly data: string;
39
+ readonly request?: string | undefined;
40
+ };
37
41
  readonly binding?: string | undefined;
38
42
  readonly derived?: {
39
43
  readonly mode: "formula" | "prefill";
40
44
  readonly expression: string;
41
45
  } | undefined;
42
- readonly dataSource: {
43
- readonly data: string;
44
- readonly request?: string | undefined;
45
- };
46
46
  readonly nodeKey: string;
47
47
  readonly nodeChildren: string;
48
48
  readonly nodeLabel: readonly [{
@@ -53,15 +53,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
53
  readonly message: string;
54
54
  }[]];
55
55
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
56
- readonly nodeTooltip?: readonly [{
57
- readonly locale: "zh";
58
- readonly message: string;
59
- }, ...{
60
- readonly locale: "en" | "ja" | "ko";
61
- readonly message: string;
62
- }[]] | undefined;
63
- readonly nodeSelectable?: string | undefined;
64
- readonly expandAll: boolean;
65
56
  readonly validations?: readonly {
66
57
  readonly message: readonly [{
67
58
  readonly locale: "zh";
@@ -73,6 +64,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
73
64
  readonly warning?: boolean | undefined;
74
65
  readonly when: string;
75
66
  }[] | undefined;
67
+ readonly nodeTooltip?: readonly [{
68
+ readonly locale: "zh";
69
+ readonly message: string;
70
+ }, ...{
71
+ readonly locale: "en" | "ja" | "ko";
72
+ readonly message: string;
73
+ }[]] | undefined;
74
+ readonly nodeSelectable?: string | undefined;
75
+ readonly expandAll: boolean;
76
76
  }) => any;
77
77
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
78
78
  "onUpdate:modelValue"?: ((value: {
@@ -106,15 +106,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
106
106
  readonly message: string;
107
107
  }[]] | undefined;
108
108
  readonly readonly?: string | undefined;
109
+ readonly dataSource: {
110
+ readonly data: string;
111
+ readonly request?: string | undefined;
112
+ };
109
113
  readonly binding?: string | undefined;
110
114
  readonly derived?: {
111
115
  readonly mode: "formula" | "prefill";
112
116
  readonly expression: string;
113
117
  } | undefined;
114
- readonly dataSource: {
115
- readonly data: string;
116
- readonly request?: string | undefined;
117
- };
118
118
  readonly nodeKey: string;
119
119
  readonly nodeChildren: string;
120
120
  readonly nodeLabel: readonly [{
@@ -125,15 +125,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
125
125
  readonly message: string;
126
126
  }[]];
127
127
  readonly cascade: "independent" | "cascade-down" | "cascade-both";
128
- readonly nodeTooltip?: readonly [{
129
- readonly locale: "zh";
130
- readonly message: string;
131
- }, ...{
132
- readonly locale: "en" | "ja" | "ko";
133
- readonly message: string;
134
- }[]] | undefined;
135
- readonly nodeSelectable?: string | undefined;
136
- readonly expandAll: boolean;
137
128
  readonly validations?: readonly {
138
129
  readonly message: readonly [{
139
130
  readonly locale: "zh";
@@ -145,6 +136,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
145
136
  readonly warning?: boolean | undefined;
146
137
  readonly when: string;
147
138
  }[] | undefined;
139
+ readonly nodeTooltip?: readonly [{
140
+ readonly locale: "zh";
141
+ readonly message: string;
142
+ }, ...{
143
+ readonly locale: "en" | "ja" | "ko";
144
+ readonly message: string;
145
+ }[]] | undefined;
146
+ readonly nodeSelectable?: string | undefined;
147
+ readonly expandAll: boolean;
148
148
  }) => any) | undefined;
149
149
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
150
150
  declare const _default: typeof __VLS_export;
@@ -34,15 +34,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
34
34
  readonly message: string;
35
35
  }[]] | undefined;
36
36
  readonly readonly?: string | undefined;
37
+ readonly dataSource: {
38
+ readonly data: string;
39
+ readonly request?: string | undefined;
40
+ };
37
41
  readonly binding?: string | undefined;
38
42
  readonly derived?: {
39
43
  readonly mode: "formula" | "prefill";
40
44
  readonly expression: string;
41
45
  } | undefined;
42
- readonly dataSource: {
43
- readonly data: string;
44
- readonly request?: string | undefined;
45
- };
46
46
  readonly nodeKey: string;
47
47
  readonly nodeChildren: string;
48
48
  readonly nodeLabel: readonly [{
@@ -52,15 +52,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
52
52
  readonly locale: "en" | "ja" | "ko";
53
53
  readonly message: string;
54
54
  }[]];
55
- readonly nodeTooltip?: readonly [{
56
- readonly locale: "zh";
57
- readonly message: string;
58
- }, ...{
59
- readonly locale: "en" | "ja" | "ko";
60
- readonly message: string;
61
- }[]] | undefined;
62
- readonly nodeSelectable?: string | undefined;
63
- readonly expandAll: boolean;
64
55
  readonly validations?: readonly {
65
56
  readonly message: readonly [{
66
57
  readonly locale: "zh";
@@ -72,6 +63,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
72
63
  readonly warning?: boolean | undefined;
73
64
  readonly when: string;
74
65
  }[] | undefined;
66
+ readonly nodeTooltip?: readonly [{
67
+ readonly locale: "zh";
68
+ readonly message: string;
69
+ }, ...{
70
+ readonly locale: "en" | "ja" | "ko";
71
+ readonly message: string;
72
+ }[]] | undefined;
73
+ readonly nodeSelectable?: string | undefined;
74
+ readonly expandAll: boolean;
75
75
  }) => any;
76
76
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
77
77
  "onUpdate:modelValue"?: ((value: {
@@ -105,15 +105,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
105
105
  readonly message: string;
106
106
  }[]] | undefined;
107
107
  readonly readonly?: string | undefined;
108
+ readonly dataSource: {
109
+ readonly data: string;
110
+ readonly request?: string | undefined;
111
+ };
108
112
  readonly binding?: string | undefined;
109
113
  readonly derived?: {
110
114
  readonly mode: "formula" | "prefill";
111
115
  readonly expression: string;
112
116
  } | undefined;
113
- readonly dataSource: {
114
- readonly data: string;
115
- readonly request?: string | undefined;
116
- };
117
117
  readonly nodeKey: string;
118
118
  readonly nodeChildren: string;
119
119
  readonly nodeLabel: readonly [{
@@ -123,15 +123,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
123
123
  readonly locale: "en" | "ja" | "ko";
124
124
  readonly message: string;
125
125
  }[]];
126
- readonly nodeTooltip?: readonly [{
127
- readonly locale: "zh";
128
- readonly message: string;
129
- }, ...{
130
- readonly locale: "en" | "ja" | "ko";
131
- readonly message: string;
132
- }[]] | undefined;
133
- readonly nodeSelectable?: string | undefined;
134
- readonly expandAll: boolean;
135
126
  readonly validations?: readonly {
136
127
  readonly message: readonly [{
137
128
  readonly locale: "zh";
@@ -143,6 +134,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
143
134
  readonly warning?: boolean | undefined;
144
135
  readonly when: string;
145
136
  }[] | undefined;
137
+ readonly nodeTooltip?: readonly [{
138
+ readonly locale: "zh";
139
+ readonly message: string;
140
+ }, ...{
141
+ readonly locale: "en" | "ja" | "ko";
142
+ readonly message: string;
143
+ }[]] | undefined;
144
+ readonly nodeSelectable?: string | undefined;
145
+ readonly expandAll: boolean;
146
146
  }) => any) | undefined;
147
147
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
148
148
  declare const _default: typeof __VLS_export;