@shwfed/config 3.0.7 → 3.0.9
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.
- package/dist/module.json +1 -1
- package/dist/runtime/components/actions/ai-l1.md +24 -0
- package/dist/runtime/components/actions/buttons/2026-04-18/com.shwfed.actions.button.prototype/schema.d.ts +1 -0
- package/dist/runtime/components/actions/buttons/2026-04-18/com.shwfed.actions.button.prototype/schema.js +2 -1
- package/dist/runtime/components/actions/buttons/2026-05-11/com.shwfed.actions.button.modal.layout/prompt.md +8 -0
- package/dist/runtime/components/actions/buttons/2026-05-11/com.shwfed.actions.button.modal.layout/schema.d.ts +6 -0
- package/dist/runtime/components/actions/buttons/2026-05-11/com.shwfed.actions.button.modal.layout/schema.js +4 -0
- package/dist/runtime/components/actions/buttons/2026-05-15/com.shwfed.actions.button.event.dispatch/prompt.md +8 -0
- package/dist/runtime/components/actions/buttons/2026-05-15/com.shwfed.actions.button.event.dispatch/schema.d.ts +1 -0
- package/dist/runtime/components/actions/buttons/2026-05-15/com.shwfed.actions.button.event.dispatch/schema.js +2 -1
- package/dist/runtime/components/actions/buttons/2026-06-08/com.shwfed.actions.button.http.request.json.batch/prompt.md +9 -0
- package/dist/runtime/components/actions/buttons/2026-06-08/com.shwfed.actions.button.http.request.json.batch/schema.d.ts +1 -0
- package/dist/runtime/components/actions/buttons/2026-06-08/com.shwfed.actions.button.http.request.json.batch/schema.js +2 -1
- package/dist/runtime/components/actions/buttons/2026-07-13/com.shwfed.actions.button.state.write/prompt.md +8 -0
- package/dist/runtime/components/actions/buttons/2026-07-13/com.shwfed.actions.button.state.write/schema.d.ts +1 -0
- package/dist/runtime/components/actions/buttons/2026-07-13/com.shwfed.actions.button.state.write/schema.js +2 -1
- package/dist/runtime/components/actions/items/2026-05-21/com.shwfed.actions.item.markdown/schema.d.ts +1 -0
- package/dist/runtime/components/actions/items/2026-05-21/com.shwfed.actions.item.markdown/schema.js +2 -1
- package/dist/runtime/components/actions/utils/ai-button-tools.d.ts +29 -0
- package/dist/runtime/components/actions/utils/ai-button-tools.js +664 -0
- package/dist/runtime/components/actions/utils/resolve.d.ts +22 -0
- package/dist/runtime/components/actions/utils/resolve.js +23 -1
- package/dist/runtime/components/config/ai-generate.d.vue.ts +7 -0
- package/dist/runtime/components/config/ai-generate.system.md +40 -0
- package/dist/runtime/components/{table → config}/ai-generate.vue +55 -32
- package/dist/runtime/components/config/ai-generate.vue.d.ts +7 -0
- package/dist/runtime/components/config/ai-page-slot.l1.md +25 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.actions/schema.d.ts +6 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.actions/schema.js +4 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.form/schema.d.ts +6 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.form/schema.js +4 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/schema.d.ts +1 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/schema.js +1 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.d.vue.ts +58 -58
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.vue.d.ts +58 -58
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.d.vue.ts +58 -58
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.vue.d.ts +58 -58
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/schema.d.ts +35 -29
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/schema.js +4 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.tabs/schema.d.ts +7 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.tabs/schema.js +4 -0
- package/dist/runtime/components/config/blocks/2026-05-17/com.shwfed.block.chart.xy/schema.d.ts +1 -0
- package/dist/runtime/components/config/blocks/2026-05-17/com.shwfed.block.chart.xy/schema.js +1 -0
- package/dist/runtime/components/config/blocks/2026-06-01/com.shwfed.block.animated.number/schema.d.ts +1 -0
- package/dist/runtime/components/config/blocks/2026-06-01/com.shwfed.block.animated.number/schema.js +1 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/schema.d.ts +6 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/schema.js +4 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/schema.d.ts +1 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/schema.js +1 -0
- package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/config.d.vue.ts +18 -18
- package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/config.vue.d.ts +18 -18
- package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/runtime.d.vue.ts +18 -18
- package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/runtime.vue.d.ts +18 -18
- package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/schema.d.ts +6 -0
- package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/schema.js +4 -0
- package/dist/runtime/components/config/blocks/2026-06-25/com.shwfed.block.loop/schema.d.ts +7 -0
- package/dist/runtime/components/config/blocks/2026-06-25/com.shwfed.block.loop/schema.js +4 -0
- package/dist/runtime/components/config/config.vue +24 -3
- package/dist/runtime/components/config/use-editor.d.ts +1 -0
- package/dist/runtime/components/config/use-editor.js +18 -0
- package/dist/runtime/components/config/utils/ai-cursor.d.ts +21 -0
- package/dist/runtime/components/config/utils/ai-cursor.js +833 -0
- package/dist/runtime/components/config/utils/ai-host-manuals.d.ts +2 -0
- package/dist/runtime/components/config/utils/ai-host-manuals.js +19 -0
- package/dist/runtime/components/config/utils/linkage.d.ts +15 -6
- package/dist/runtime/components/config/utils/linkage.js +23 -7
- package/dist/runtime/components/config/utils/resolve.d.ts +19 -0
- package/dist/runtime/components/config/utils/resolve.js +25 -2
- package/dist/runtime/components/form/ai-l1.md +22 -0
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.markdown/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.markdown/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.actions/schema.d.ts +7 -0
- package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.actions/schema.js +4 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +6 -6
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +6 -6
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +8 -8
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +8 -8
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.time/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.time/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.d.vue.ts +2 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.vue.d.ts +2 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/prompt.md +8 -0
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/schema.d.ts +7 -0
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/schema.js +4 -0
- package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.checkbox.group/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.checkbox.group/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.radio.group/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.radio.group/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/prompt.md +12 -0
- package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/schema.d.ts +6 -0
- package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/schema.js +4 -0
- package/dist/runtime/components/form/fields/2026-05-20/com.shwfed.form.field.collapsible/schema.d.ts +6 -0
- package/dist/runtime/components/form/fields/2026-05-20/com.shwfed.form.field.collapsible/schema.js +4 -0
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.d.vue.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.vue.d.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.d.vue.ts +6 -6
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +6 -6
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/prompt.md +7 -0
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/prompt.md +7 -0
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.d.vue.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.vue.d.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/prompt.md +9 -0
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.d.vue.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.vue.d.ts +8 -8
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/prompt.md +11 -0
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-06-09/com.shwfed.form.field.upload/prompt.md +12 -0
- package/dist/runtime/components/form/fields/2026-06-09/com.shwfed.form.field.upload/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-06-09/com.shwfed.form.field.upload/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/prompt.md +14 -0
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/prompt.md +19 -0
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/schema.js +1 -0
- package/dist/runtime/components/form/fields/2026-06-20/com.shwfed.form.field.tabs/schema.d.ts +7 -0
- package/dist/runtime/components/form/fields/2026-06-20/com.shwfed.form.field.tabs/schema.js +4 -0
- package/dist/runtime/components/form/fields/2026-07-13/com.shwfed.form.field.dynamic/prompt.md +14 -0
- package/dist/runtime/components/form/fields/2026-07-13/com.shwfed.form.field.dynamic/schema.d.ts +1 -0
- package/dist/runtime/components/form/fields/2026-07-13/com.shwfed.form.field.dynamic/schema.js +1 -0
- package/dist/runtime/components/form/utils/ai-field-tools.d.ts +2 -2
- package/dist/runtime/components/form/utils/ai-field-tools.js +47 -30
- package/dist/runtime/components/form/utils/resolve.d.ts +11 -0
- package/dist/runtime/components/form/utils/resolve.js +13 -1
- package/dist/runtime/components/operations/2026-06-09/com.shwfed.operation.alert/schema.d.ts +1 -0
- package/dist/runtime/components/operations/2026-06-09/com.shwfed.operation.alert/schema.js +2 -1
- package/dist/runtime/components/operations/2026-06-11/com.shwfed.operation.http.request.json/schema.d.ts +1 -0
- package/dist/runtime/components/operations/2026-06-11/com.shwfed.operation.http.request.json/schema.js +1 -0
- package/dist/runtime/components/operations/2026-06-15/com.shwfed.operation.http.download/schema.d.ts +1 -0
- package/dist/runtime/components/operations/2026-06-15/com.shwfed.operation.http.download/schema.js +2 -1
- package/dist/runtime/components/operations/2026-06-15/com.shwfed.operation.navigation/schema.d.ts +1 -0
- package/dist/runtime/components/operations/2026-06-15/com.shwfed.operation.navigation/schema.js +2 -1
- package/dist/runtime/components/operations/2026-07-06/com.shwfed.operation.table.add-row/schema.d.ts +1 -0
- package/dist/runtime/components/operations/2026-07-06/com.shwfed.operation.table.add-row/schema.js +2 -1
- package/dist/runtime/components/operations/utils/resolve.d.ts +17 -0
- package/dist/runtime/components/operations/utils/resolve.js +18 -1
- package/dist/runtime/components/table/ai-l1.md +38 -0
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.actions/schema.d.ts +7 -0
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.actions/schema.js +5 -1
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.date/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.date/schema.js +2 -1
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.icon/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.icon/schema.js +2 -1
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.markdown/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.markdown/schema.js +2 -1
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.number/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.number/schema.js +2 -1
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.select/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.select/schema.js +2 -1
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.text/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.text/schema.js +2 -1
- package/dist/runtime/components/table/columns/2026-05-13/com.shwfed.table.column.switch.remote/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-05-13/com.shwfed.table.column.switch.remote/schema.js +2 -1
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/schema.js +2 -1
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch.local/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch.local/schema.js +2 -1
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.text-input/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.text-input/schema.js +2 -1
- package/dist/runtime/components/table/columns/2026-05-21/com.shwfed.table.column.drag-handle/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-05-21/com.shwfed.table.column.drag-handle/schema.js +2 -1
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +8 -8
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +8 -8
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +8 -8
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +8 -8
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +8 -8
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +8 -8
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +8 -8
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +8 -8
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/prompt.md +12 -0
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/schema.js +1 -0
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/prompt.md +16 -0
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/schema.js +1 -0
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +8 -8
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +8 -8
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/schema.js +1 -0
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +8 -8
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +8 -8
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/schema.js +1 -0
- package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.js +2 -1
- package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.d.ts +1 -0
- package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.js +2 -1
- package/dist/runtime/components/table/columns/2026-07-12/com.shwfed.table.column.dynamic/prompt.md +15 -0
- package/dist/runtime/components/table/config.d.vue.ts +3 -3
- package/dist/runtime/components/table/config.vue +1 -33
- package/dist/runtime/components/table/config.vue.d.ts +3 -3
- package/dist/runtime/components/table/row-provider.vue +7 -1
- package/dist/runtime/components/table/schema.d.ts +58 -58
- package/dist/runtime/components/table/utils/ai-tools.js +16 -7
- package/dist/runtime/components/table/utils/resolve.d.ts +5 -0
- package/dist/runtime/components/table/utils/resolve.js +12 -1
- package/dist/runtime/components/tabs/index.vue +10 -2
- package/dist/runtime/components/ui/chat/ChatMessages.vue +30 -6
- package/dist/runtime/components/ui/date-picker/DatePickerInput.d.vue.ts +1 -1
- package/dist/runtime/components/ui/date-picker/DatePickerInput.vue.d.ts +1 -1
- package/dist/runtime/components/ui/date-picker/DatePickerTimeInput.d.vue.ts +1 -1
- package/dist/runtime/components/ui/date-picker/DatePickerTimeInput.vue.d.ts +1 -1
- package/dist/runtime/components/ui/date-range-picker/DateRangePickerInput.d.vue.ts +1 -1
- package/dist/runtime/components/ui/date-range-picker/DateRangePickerInput.vue.d.ts +1 -1
- package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.d.vue.ts +2 -2
- package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.vue.d.ts +2 -2
- package/dist/runtime/share/define-registry.d.ts +66 -0
- package/dist/runtime/share/define-registry.js +37 -1
- package/dist/runtime/share/use-persisted-chat.d.ts +11 -9
- package/dist/runtime/share/use-persisted-chat.js +3 -3
- package/dist/runtime/utils/ai/index.d.ts +1 -1
- package/dist/runtime/utils/ai/index.js +18 -11
- package/dist/runtime/utils/cel-catalog.d.ts +1 -0
- package/dist/runtime/utils/cel-catalog.js +10 -0
- package/dist/runtime/utils/cel-catalog.md +42 -0
- package/dist/runtime/utils/cel-context.d.ts +15 -0
- package/dist/runtime/utils/cel-context.js +8 -0
- package/dist/runtime/utils/disabled-date.d.ts +8 -2
- package/dist/runtime/utils/disabled-date.js +2 -1
- package/package.json +1 -1
- package/dist/runtime/components/table/ai-generate.d.vue.ts +0 -16
- package/dist/runtime/components/table/ai-generate.system.md +0 -101
- package/dist/runtime/components/table/ai-generate.vue.d.ts +0 -16
- /package/dist/runtime/components/{table → config}/ai-generate.system.d.ts +0 -0
- /package/dist/runtime/components/{table → config}/ai-generate.system.js +0 -0
package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.vue.d.ts
CHANGED
|
@@ -17,6 +17,35 @@ 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 query?: {
|
|
21
|
+
readonly style?: string | undefined;
|
|
22
|
+
readonly id?: string | undefined;
|
|
23
|
+
readonly initial?: {
|
|
24
|
+
readonly data: string;
|
|
25
|
+
readonly request?: string | undefined;
|
|
26
|
+
} | undefined;
|
|
27
|
+
readonly displayName?: string | undefined;
|
|
28
|
+
readonly kind: "shwfed.component.form";
|
|
29
|
+
readonly fields: readonly any[];
|
|
30
|
+
readonly layouts: readonly {
|
|
31
|
+
readonly name: string;
|
|
32
|
+
readonly layout: {
|
|
33
|
+
readonly style?: string | undefined;
|
|
34
|
+
readonly columns: number;
|
|
35
|
+
readonly gap?: number | undefined;
|
|
36
|
+
readonly rows?: number | undefined;
|
|
37
|
+
readonly placements: {
|
|
38
|
+
readonly [x: string]: {
|
|
39
|
+
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
40
|
+
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
41
|
+
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
readonly media?: string | undefined;
|
|
46
|
+
}[];
|
|
47
|
+
readonly readonly?: string | undefined;
|
|
48
|
+
} | undefined;
|
|
20
49
|
readonly groups: readonly {
|
|
21
50
|
readonly id: string;
|
|
22
51
|
readonly title?: readonly [{
|
|
@@ -101,35 +130,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
101
130
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
102
131
|
}[];
|
|
103
132
|
} | undefined;
|
|
104
|
-
readonly query?: {
|
|
105
|
-
readonly style?: string | undefined;
|
|
106
|
-
readonly id?: string | undefined;
|
|
107
|
-
readonly initial?: {
|
|
108
|
-
readonly data: string;
|
|
109
|
-
readonly request?: string | undefined;
|
|
110
|
-
} | undefined;
|
|
111
|
-
readonly displayName?: string | undefined;
|
|
112
|
-
readonly kind: "shwfed.component.form";
|
|
113
|
-
readonly fields: readonly any[];
|
|
114
|
-
readonly layouts: readonly {
|
|
115
|
-
readonly name: string;
|
|
116
|
-
readonly layout: {
|
|
117
|
-
readonly style?: string | undefined;
|
|
118
|
-
readonly columns: number;
|
|
119
|
-
readonly gap?: number | undefined;
|
|
120
|
-
readonly rows?: number | undefined;
|
|
121
|
-
readonly placements: {
|
|
122
|
-
readonly [x: string]: {
|
|
123
|
-
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
124
|
-
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
125
|
-
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
};
|
|
129
|
-
readonly media?: string | undefined;
|
|
130
|
-
}[];
|
|
131
|
-
readonly readonly?: string | undefined;
|
|
132
|
-
} | undefined;
|
|
133
133
|
readonly dataSource?: {
|
|
134
134
|
readonly data: string;
|
|
135
135
|
readonly total?: string | undefined;
|
|
@@ -265,6 +265,35 @@ 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 query?: {
|
|
269
|
+
readonly style?: string | undefined;
|
|
270
|
+
readonly id?: string | undefined;
|
|
271
|
+
readonly initial?: {
|
|
272
|
+
readonly data: string;
|
|
273
|
+
readonly request?: string | undefined;
|
|
274
|
+
} | undefined;
|
|
275
|
+
readonly displayName?: string | undefined;
|
|
276
|
+
readonly kind: "shwfed.component.form";
|
|
277
|
+
readonly fields: readonly any[];
|
|
278
|
+
readonly layouts: readonly {
|
|
279
|
+
readonly name: string;
|
|
280
|
+
readonly layout: {
|
|
281
|
+
readonly style?: string | undefined;
|
|
282
|
+
readonly columns: number;
|
|
283
|
+
readonly gap?: number | undefined;
|
|
284
|
+
readonly rows?: number | undefined;
|
|
285
|
+
readonly placements: {
|
|
286
|
+
readonly [x: string]: {
|
|
287
|
+
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
288
|
+
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
289
|
+
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
};
|
|
293
|
+
readonly media?: string | undefined;
|
|
294
|
+
}[];
|
|
295
|
+
readonly readonly?: string | undefined;
|
|
296
|
+
} | undefined;
|
|
268
297
|
readonly groups: readonly {
|
|
269
298
|
readonly id: string;
|
|
270
299
|
readonly title?: readonly [{
|
|
@@ -349,35 +378,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
349
378
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
350
379
|
}[];
|
|
351
380
|
} | undefined;
|
|
352
|
-
readonly query?: {
|
|
353
|
-
readonly style?: string | undefined;
|
|
354
|
-
readonly id?: string | undefined;
|
|
355
|
-
readonly initial?: {
|
|
356
|
-
readonly data: string;
|
|
357
|
-
readonly request?: string | undefined;
|
|
358
|
-
} | undefined;
|
|
359
|
-
readonly displayName?: string | undefined;
|
|
360
|
-
readonly kind: "shwfed.component.form";
|
|
361
|
-
readonly fields: readonly any[];
|
|
362
|
-
readonly layouts: readonly {
|
|
363
|
-
readonly name: string;
|
|
364
|
-
readonly layout: {
|
|
365
|
-
readonly style?: string | undefined;
|
|
366
|
-
readonly columns: number;
|
|
367
|
-
readonly gap?: number | undefined;
|
|
368
|
-
readonly rows?: number | undefined;
|
|
369
|
-
readonly placements: {
|
|
370
|
-
readonly [x: string]: {
|
|
371
|
-
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
372
|
-
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
373
|
-
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
374
|
-
};
|
|
375
|
-
};
|
|
376
|
-
};
|
|
377
|
-
readonly media?: string | undefined;
|
|
378
|
-
}[];
|
|
379
|
-
readonly readonly?: string | undefined;
|
|
380
|
-
} | undefined;
|
|
381
381
|
readonly dataSource?: {
|
|
382
382
|
readonly data: string;
|
|
383
383
|
readonly total?: string | undefined;
|
package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.d.vue.ts
CHANGED
|
@@ -12,6 +12,35 @@ 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 query?: {
|
|
16
|
+
readonly style?: string | undefined;
|
|
17
|
+
readonly id?: string | undefined;
|
|
18
|
+
readonly initial?: {
|
|
19
|
+
readonly data: string;
|
|
20
|
+
readonly request?: string | undefined;
|
|
21
|
+
} | undefined;
|
|
22
|
+
readonly displayName?: string | undefined;
|
|
23
|
+
readonly kind: "shwfed.component.form";
|
|
24
|
+
readonly fields: readonly any[];
|
|
25
|
+
readonly layouts: readonly {
|
|
26
|
+
readonly name: string;
|
|
27
|
+
readonly layout: {
|
|
28
|
+
readonly style?: string | undefined;
|
|
29
|
+
readonly columns: number;
|
|
30
|
+
readonly gap?: number | undefined;
|
|
31
|
+
readonly rows?: number | undefined;
|
|
32
|
+
readonly placements: {
|
|
33
|
+
readonly [x: string]: {
|
|
34
|
+
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
35
|
+
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
36
|
+
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
readonly media?: string | undefined;
|
|
41
|
+
}[];
|
|
42
|
+
readonly readonly?: string | undefined;
|
|
43
|
+
} | undefined;
|
|
15
44
|
readonly groups: readonly {
|
|
16
45
|
readonly id: string;
|
|
17
46
|
readonly title?: readonly [{
|
|
@@ -96,35 +125,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
96
125
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
97
126
|
}[];
|
|
98
127
|
} | undefined;
|
|
99
|
-
readonly query?: {
|
|
100
|
-
readonly style?: string | undefined;
|
|
101
|
-
readonly id?: string | undefined;
|
|
102
|
-
readonly initial?: {
|
|
103
|
-
readonly data: string;
|
|
104
|
-
readonly request?: string | undefined;
|
|
105
|
-
} | undefined;
|
|
106
|
-
readonly displayName?: string | undefined;
|
|
107
|
-
readonly kind: "shwfed.component.form";
|
|
108
|
-
readonly fields: readonly any[];
|
|
109
|
-
readonly layouts: readonly {
|
|
110
|
-
readonly name: string;
|
|
111
|
-
readonly layout: {
|
|
112
|
-
readonly style?: string | undefined;
|
|
113
|
-
readonly columns: number;
|
|
114
|
-
readonly gap?: number | undefined;
|
|
115
|
-
readonly rows?: number | undefined;
|
|
116
|
-
readonly placements: {
|
|
117
|
-
readonly [x: string]: {
|
|
118
|
-
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
119
|
-
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
120
|
-
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
|
-
};
|
|
124
|
-
readonly media?: string | undefined;
|
|
125
|
-
}[];
|
|
126
|
-
readonly readonly?: string | undefined;
|
|
127
|
-
} | undefined;
|
|
128
128
|
readonly dataSource?: {
|
|
129
129
|
readonly data: string;
|
|
130
130
|
readonly total?: string | undefined;
|
|
@@ -260,6 +260,35 @@ 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 query?: {
|
|
264
|
+
readonly style?: string | undefined;
|
|
265
|
+
readonly id?: string | undefined;
|
|
266
|
+
readonly initial?: {
|
|
267
|
+
readonly data: string;
|
|
268
|
+
readonly request?: string | undefined;
|
|
269
|
+
} | undefined;
|
|
270
|
+
readonly displayName?: string | undefined;
|
|
271
|
+
readonly kind: "shwfed.component.form";
|
|
272
|
+
readonly fields: readonly any[];
|
|
273
|
+
readonly layouts: readonly {
|
|
274
|
+
readonly name: string;
|
|
275
|
+
readonly layout: {
|
|
276
|
+
readonly style?: string | undefined;
|
|
277
|
+
readonly columns: number;
|
|
278
|
+
readonly gap?: number | undefined;
|
|
279
|
+
readonly rows?: number | undefined;
|
|
280
|
+
readonly placements: {
|
|
281
|
+
readonly [x: string]: {
|
|
282
|
+
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
283
|
+
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
284
|
+
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
};
|
|
288
|
+
readonly media?: string | undefined;
|
|
289
|
+
}[];
|
|
290
|
+
readonly readonly?: string | undefined;
|
|
291
|
+
} | undefined;
|
|
263
292
|
readonly groups: readonly {
|
|
264
293
|
readonly id: string;
|
|
265
294
|
readonly title?: readonly [{
|
|
@@ -344,35 +373,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
344
373
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
345
374
|
}[];
|
|
346
375
|
} | undefined;
|
|
347
|
-
readonly query?: {
|
|
348
|
-
readonly style?: string | undefined;
|
|
349
|
-
readonly id?: string | undefined;
|
|
350
|
-
readonly initial?: {
|
|
351
|
-
readonly data: string;
|
|
352
|
-
readonly request?: string | undefined;
|
|
353
|
-
} | undefined;
|
|
354
|
-
readonly displayName?: string | undefined;
|
|
355
|
-
readonly kind: "shwfed.component.form";
|
|
356
|
-
readonly fields: readonly any[];
|
|
357
|
-
readonly layouts: readonly {
|
|
358
|
-
readonly name: string;
|
|
359
|
-
readonly layout: {
|
|
360
|
-
readonly style?: string | undefined;
|
|
361
|
-
readonly columns: number;
|
|
362
|
-
readonly gap?: number | undefined;
|
|
363
|
-
readonly rows?: number | undefined;
|
|
364
|
-
readonly placements: {
|
|
365
|
-
readonly [x: string]: {
|
|
366
|
-
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
367
|
-
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
368
|
-
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
369
|
-
};
|
|
370
|
-
};
|
|
371
|
-
};
|
|
372
|
-
readonly media?: string | undefined;
|
|
373
|
-
}[];
|
|
374
|
-
readonly readonly?: string | undefined;
|
|
375
|
-
} | undefined;
|
|
376
376
|
readonly dataSource?: {
|
|
377
377
|
readonly data: string;
|
|
378
378
|
readonly total?: string | undefined;
|
package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.vue.d.ts
CHANGED
|
@@ -12,6 +12,35 @@ 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 query?: {
|
|
16
|
+
readonly style?: string | undefined;
|
|
17
|
+
readonly id?: string | undefined;
|
|
18
|
+
readonly initial?: {
|
|
19
|
+
readonly data: string;
|
|
20
|
+
readonly request?: string | undefined;
|
|
21
|
+
} | undefined;
|
|
22
|
+
readonly displayName?: string | undefined;
|
|
23
|
+
readonly kind: "shwfed.component.form";
|
|
24
|
+
readonly fields: readonly any[];
|
|
25
|
+
readonly layouts: readonly {
|
|
26
|
+
readonly name: string;
|
|
27
|
+
readonly layout: {
|
|
28
|
+
readonly style?: string | undefined;
|
|
29
|
+
readonly columns: number;
|
|
30
|
+
readonly gap?: number | undefined;
|
|
31
|
+
readonly rows?: number | undefined;
|
|
32
|
+
readonly placements: {
|
|
33
|
+
readonly [x: string]: {
|
|
34
|
+
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
35
|
+
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
36
|
+
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
readonly media?: string | undefined;
|
|
41
|
+
}[];
|
|
42
|
+
readonly readonly?: string | undefined;
|
|
43
|
+
} | undefined;
|
|
15
44
|
readonly groups: readonly {
|
|
16
45
|
readonly id: string;
|
|
17
46
|
readonly title?: readonly [{
|
|
@@ -96,35 +125,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
96
125
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
97
126
|
}[];
|
|
98
127
|
} | undefined;
|
|
99
|
-
readonly query?: {
|
|
100
|
-
readonly style?: string | undefined;
|
|
101
|
-
readonly id?: string | undefined;
|
|
102
|
-
readonly initial?: {
|
|
103
|
-
readonly data: string;
|
|
104
|
-
readonly request?: string | undefined;
|
|
105
|
-
} | undefined;
|
|
106
|
-
readonly displayName?: string | undefined;
|
|
107
|
-
readonly kind: "shwfed.component.form";
|
|
108
|
-
readonly fields: readonly any[];
|
|
109
|
-
readonly layouts: readonly {
|
|
110
|
-
readonly name: string;
|
|
111
|
-
readonly layout: {
|
|
112
|
-
readonly style?: string | undefined;
|
|
113
|
-
readonly columns: number;
|
|
114
|
-
readonly gap?: number | undefined;
|
|
115
|
-
readonly rows?: number | undefined;
|
|
116
|
-
readonly placements: {
|
|
117
|
-
readonly [x: string]: {
|
|
118
|
-
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
119
|
-
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
120
|
-
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
|
-
};
|
|
124
|
-
readonly media?: string | undefined;
|
|
125
|
-
}[];
|
|
126
|
-
readonly readonly?: string | undefined;
|
|
127
|
-
} | undefined;
|
|
128
128
|
readonly dataSource?: {
|
|
129
129
|
readonly data: string;
|
|
130
130
|
readonly total?: string | undefined;
|
|
@@ -260,6 +260,35 @@ 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 query?: {
|
|
264
|
+
readonly style?: string | undefined;
|
|
265
|
+
readonly id?: string | undefined;
|
|
266
|
+
readonly initial?: {
|
|
267
|
+
readonly data: string;
|
|
268
|
+
readonly request?: string | undefined;
|
|
269
|
+
} | undefined;
|
|
270
|
+
readonly displayName?: string | undefined;
|
|
271
|
+
readonly kind: "shwfed.component.form";
|
|
272
|
+
readonly fields: readonly any[];
|
|
273
|
+
readonly layouts: readonly {
|
|
274
|
+
readonly name: string;
|
|
275
|
+
readonly layout: {
|
|
276
|
+
readonly style?: string | undefined;
|
|
277
|
+
readonly columns: number;
|
|
278
|
+
readonly gap?: number | undefined;
|
|
279
|
+
readonly rows?: number | undefined;
|
|
280
|
+
readonly placements: {
|
|
281
|
+
readonly [x: string]: {
|
|
282
|
+
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
283
|
+
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
284
|
+
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
};
|
|
288
|
+
readonly media?: string | undefined;
|
|
289
|
+
}[];
|
|
290
|
+
readonly readonly?: string | undefined;
|
|
291
|
+
} | undefined;
|
|
263
292
|
readonly groups: readonly {
|
|
264
293
|
readonly id: string;
|
|
265
294
|
readonly title?: readonly [{
|
|
@@ -344,35 +373,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
344
373
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
345
374
|
}[];
|
|
346
375
|
} | undefined;
|
|
347
|
-
readonly query?: {
|
|
348
|
-
readonly style?: string | undefined;
|
|
349
|
-
readonly id?: string | undefined;
|
|
350
|
-
readonly initial?: {
|
|
351
|
-
readonly data: string;
|
|
352
|
-
readonly request?: string | undefined;
|
|
353
|
-
} | undefined;
|
|
354
|
-
readonly displayName?: string | undefined;
|
|
355
|
-
readonly kind: "shwfed.component.form";
|
|
356
|
-
readonly fields: readonly any[];
|
|
357
|
-
readonly layouts: readonly {
|
|
358
|
-
readonly name: string;
|
|
359
|
-
readonly layout: {
|
|
360
|
-
readonly style?: string | undefined;
|
|
361
|
-
readonly columns: number;
|
|
362
|
-
readonly gap?: number | undefined;
|
|
363
|
-
readonly rows?: number | undefined;
|
|
364
|
-
readonly placements: {
|
|
365
|
-
readonly [x: string]: {
|
|
366
|
-
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
367
|
-
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
368
|
-
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
369
|
-
};
|
|
370
|
-
};
|
|
371
|
-
};
|
|
372
|
-
readonly media?: string | undefined;
|
|
373
|
-
}[];
|
|
374
|
-
readonly readonly?: string | undefined;
|
|
375
|
-
} | undefined;
|
|
376
376
|
readonly dataSource?: {
|
|
377
377
|
readonly data: string;
|
|
378
378
|
readonly total?: 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,6 +36,35 @@ 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";
|
|
39
|
+
readonly query?: {
|
|
40
|
+
readonly style?: string | undefined;
|
|
41
|
+
readonly id?: string | undefined;
|
|
42
|
+
readonly initial?: {
|
|
43
|
+
readonly data: string;
|
|
44
|
+
readonly request?: string | undefined;
|
|
45
|
+
} | undefined;
|
|
46
|
+
readonly displayName?: string | undefined;
|
|
47
|
+
readonly kind: "shwfed.component.form";
|
|
48
|
+
readonly fields: readonly any[];
|
|
49
|
+
readonly layouts: readonly {
|
|
50
|
+
readonly name: string;
|
|
51
|
+
readonly layout: {
|
|
52
|
+
readonly style?: string | undefined;
|
|
53
|
+
readonly columns: number;
|
|
54
|
+
readonly gap?: number | undefined;
|
|
55
|
+
readonly rows?: number | undefined;
|
|
56
|
+
readonly placements: {
|
|
57
|
+
readonly [x: string]: {
|
|
58
|
+
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
59
|
+
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
60
|
+
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
readonly media?: string | undefined;
|
|
65
|
+
}[];
|
|
66
|
+
readonly readonly?: string | undefined;
|
|
67
|
+
} | undefined;
|
|
33
68
|
readonly groups: readonly {
|
|
34
69
|
readonly id: string;
|
|
35
70
|
readonly title?: readonly [{
|
|
@@ -114,35 +149,6 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
114
149
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
115
150
|
}[];
|
|
116
151
|
} | undefined;
|
|
117
|
-
readonly query?: {
|
|
118
|
-
readonly style?: string | undefined;
|
|
119
|
-
readonly id?: string | undefined;
|
|
120
|
-
readonly initial?: {
|
|
121
|
-
readonly data: string;
|
|
122
|
-
readonly request?: string | undefined;
|
|
123
|
-
} | undefined;
|
|
124
|
-
readonly displayName?: string | undefined;
|
|
125
|
-
readonly kind: "shwfed.component.form";
|
|
126
|
-
readonly fields: readonly any[];
|
|
127
|
-
readonly layouts: readonly {
|
|
128
|
-
readonly name: string;
|
|
129
|
-
readonly layout: {
|
|
130
|
-
readonly style?: string | undefined;
|
|
131
|
-
readonly columns: number;
|
|
132
|
-
readonly gap?: number | undefined;
|
|
133
|
-
readonly rows?: number | undefined;
|
|
134
|
-
readonly placements: {
|
|
135
|
-
readonly [x: string]: {
|
|
136
|
-
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
137
|
-
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
138
|
-
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
139
|
-
};
|
|
140
|
-
};
|
|
141
|
-
};
|
|
142
|
-
readonly media?: string | undefined;
|
|
143
|
-
}[];
|
|
144
|
-
readonly readonly?: string | undefined;
|
|
145
|
-
} | undefined;
|
|
146
152
|
readonly dataSource?: {
|
|
147
153
|
readonly data: string;
|
|
148
154
|
readonly total?: 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
|
};
|
package/dist/runtime/components/config/blocks/2026-05-17/com.shwfed.block.chart.xy/schema.d.ts
CHANGED
|
@@ -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;
|
package/dist/runtime/components/config/blocks/2026-05-17/com.shwfed.block.chart.xy/schema.js
CHANGED
|
@@ -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;
|
package/dist/runtime/components/config/blocks/2026-06-01/com.shwfed.block.animated.number/schema.js
CHANGED
|
@@ -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 }
|