@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
|
@@ -33,9 +33,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
33
33
|
readonly expression: string;
|
|
34
34
|
} | undefined;
|
|
35
35
|
readonly hourCycle?: 12 | 24 | undefined;
|
|
36
|
+
readonly rangeSeparatorIcon?: string | undefined;
|
|
36
37
|
readonly valueFormat?: string | undefined;
|
|
37
38
|
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
38
|
-
readonly rangeSeparatorIcon?: string | undefined;
|
|
39
39
|
readonly validations?: readonly {
|
|
40
40
|
readonly message: readonly [{
|
|
41
41
|
readonly locale: "zh";
|
|
@@ -79,9 +79,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
79
79
|
readonly expression: string;
|
|
80
80
|
} | undefined;
|
|
81
81
|
readonly hourCycle?: 12 | 24 | undefined;
|
|
82
|
+
readonly rangeSeparatorIcon?: string | undefined;
|
|
82
83
|
readonly valueFormat?: string | undefined;
|
|
83
84
|
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
84
|
-
readonly rangeSeparatorIcon?: string | undefined;
|
|
85
85
|
readonly validations?: readonly {
|
|
86
86
|
readonly message: readonly [{
|
|
87
87
|
readonly locale: "zh";
|
package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/schema.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export declare const compatibilityDate: "2026-04-27";
|
|
|
5
5
|
export declare const metadata: {
|
|
6
6
|
readonly name: "时间范围";
|
|
7
7
|
readonly icon: "fluent:clock-arrow-download-20-regular";
|
|
8
|
+
readonly description: "选择一个时间区间";
|
|
8
9
|
readonly w: {
|
|
9
10
|
readonly initial: 14;
|
|
10
11
|
readonly min: 14;
|
package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/schema.js
CHANGED
|
@@ -17,6 +17,7 @@ const bindingSchema = Schema.Union(BindingPath, SplitBinding).annotations({
|
|
|
17
17
|
export const metadata = {
|
|
18
18
|
name: "\u65F6\u95F4\u8303\u56F4",
|
|
19
19
|
icon: "fluent:clock-arrow-download-20-regular",
|
|
20
|
+
description: "\u9009\u62E9\u4E00\u4E2A\u65F6\u95F4\u533A\u95F4",
|
|
20
21
|
w: { initial: 14, min: 14, max: Infinity },
|
|
21
22
|
h: { initial: 2, min: 2, max: 2 }
|
|
22
23
|
};
|
package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/schema.js
CHANGED
|
@@ -19,6 +19,7 @@ export const compatibilityDate = "2026-04-28";
|
|
|
19
19
|
export const metadata = {
|
|
20
20
|
name: "\u6570\u503C\u8F93\u5165",
|
|
21
21
|
icon: "fluent:number-symbol-20-regular",
|
|
22
|
+
description: "\u6570\u503C\u8F93\u5165",
|
|
22
23
|
w: { initial: 8, min: 4, max: Infinity },
|
|
23
24
|
h: { initial: 2, min: 2, max: 2 }
|
|
24
25
|
};
|
package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/schema.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export declare const compatibilityDate: "2026-04-28";
|
|
|
5
5
|
export declare const metadata: {
|
|
6
6
|
readonly name: "数值范围";
|
|
7
7
|
readonly icon: "fluent:arrow-bidirectional-left-right-20-regular";
|
|
8
|
+
readonly description: "数值区间输入";
|
|
8
9
|
readonly w: {
|
|
9
10
|
readonly initial: 8;
|
|
10
11
|
readonly min: 4;
|
package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/schema.js
CHANGED
|
@@ -17,6 +17,7 @@ const bindingSchema = Schema.Union(BindingPath, SplitBinding).annotations({
|
|
|
17
17
|
export const metadata = {
|
|
18
18
|
name: "\u6570\u503C\u8303\u56F4",
|
|
19
19
|
icon: "fluent:arrow-bidirectional-left-right-20-regular",
|
|
20
|
+
description: "\u6570\u503C\u533A\u95F4\u8F93\u5165",
|
|
20
21
|
w: { initial: 8, min: 4, max: Infinity },
|
|
21
22
|
h: { initial: 2, min: 2, max: 2 }
|
|
22
23
|
};
|
package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/schema.js
CHANGED
|
@@ -7,6 +7,7 @@ export const compatibilityDate = "2026-04-28";
|
|
|
7
7
|
export const metadata = {
|
|
8
8
|
name: "\u5F00\u5173",
|
|
9
9
|
icon: "fluent:toggle-left-20-regular",
|
|
10
|
+
description: "\u5E03\u5C14\u5F00\u5173",
|
|
10
11
|
w: { initial: 4, min: 4, max: Infinity },
|
|
11
12
|
h: { initial: 2, min: 2, max: 2 }
|
|
12
13
|
};
|
|
@@ -5,6 +5,7 @@ export declare const compatibilityDate: "2026-05-13";
|
|
|
5
5
|
export declare const metadata: {
|
|
6
6
|
readonly name: "下拉单选(远程)";
|
|
7
7
|
readonly icon: "fluent:cloud-arrow-down-20-regular";
|
|
8
|
+
readonly description: "下拉单选,选项从远端接口按输入搜索加载";
|
|
8
9
|
readonly w: {
|
|
9
10
|
readonly initial: 8;
|
|
10
11
|
readonly min: 4;
|
|
@@ -7,6 +7,7 @@ export const compatibilityDate = "2026-05-13";
|
|
|
7
7
|
export const metadata = {
|
|
8
8
|
name: "\u4E0B\u62C9\u5355\u9009\uFF08\u8FDC\u7A0B\uFF09",
|
|
9
9
|
icon: "fluent:cloud-arrow-down-20-regular",
|
|
10
|
+
description: "\u4E0B\u62C9\u5355\u9009\uFF0C\u9009\u9879\u4ECE\u8FDC\u7AEF\u63A5\u53E3\u6309\u8F93\u5165\u641C\u7D22\u52A0\u8F7D",
|
|
10
11
|
w: { initial: 8, min: 4, max: Infinity },
|
|
11
12
|
h: { initial: 2, min: 2, max: 2 }
|
|
12
13
|
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
## 列表字段
|
|
2
|
+
|
|
3
|
+
可新增 / 删除 / 重排的同构子表单列表:`unit` 定义**每一行**的字段与布局(enter_node 进入后用表单字段工具族配置),`binding` 存整个列表(行对象数组)。
|
|
4
|
+
|
|
5
|
+
- unit 里字段的 CEL(默认值 / 隐藏 / 校验等)额外可用 `item`(当前行对象)与 `index`(行序号,0 起)——引用兄弟字段写 `item.<绑定路径>` 而不是 `form.<...>`。
|
|
6
|
+
- `locale`(列表项摘要)配置后行可折叠,折叠时渲染该行内 Markdown 摘要,插值同样可用 `item` / `index` / `form`。
|
|
7
|
+
- 关闭 `addable` 后新增交给外部按钮:用「写入表单状态」按钮向绑定路径追加,如 `form.<路径> + [{}]`。
|
|
8
|
+
- `min` / `max` 约束行数;`reorderable` 控制能否上下移动。
|
package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/schema.d.ts
CHANGED
|
@@ -2,9 +2,16 @@ 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.list";
|
|
4
4
|
export declare const compatibilityDate: "2026-05-13";
|
|
5
|
+
export declare const edges: readonly [{
|
|
6
|
+
readonly key: "unit";
|
|
7
|
+
readonly host: "form";
|
|
8
|
+
readonly label: "列表项配置";
|
|
9
|
+
readonly celScope: "loop-item";
|
|
10
|
+
}];
|
|
5
11
|
export declare const metadata: {
|
|
6
12
|
readonly name: "列表";
|
|
7
13
|
readonly icon: "fluent:list-20-regular";
|
|
14
|
+
readonly description: "可新增 / 删除 / 重排的同构子表单列表";
|
|
8
15
|
readonly w: {
|
|
9
16
|
readonly initial: 12;
|
|
10
17
|
readonly min: 4;
|
|
@@ -5,9 +5,13 @@ import { FormUnit } from "../../../schema.js";
|
|
|
5
5
|
import { commonFieldFields } from "../../../utils/common.js";
|
|
6
6
|
export const type = "com.shwfed.form.field.list";
|
|
7
7
|
export const compatibilityDate = "2026-05-13";
|
|
8
|
+
export const edges = [
|
|
9
|
+
{ key: "unit", host: "form", label: "\u5217\u8868\u9879\u914D\u7F6E", celScope: "loop-item" }
|
|
10
|
+
];
|
|
8
11
|
export const metadata = {
|
|
9
12
|
name: "\u5217\u8868",
|
|
10
13
|
icon: "fluent:list-20-regular",
|
|
14
|
+
description: "\u53EF\u65B0\u589E / \u5220\u9664 / \u91CD\u6392\u7684\u540C\u6784\u5B50\u8868\u5355\u5217\u8868",
|
|
11
15
|
w: { initial: 12, min: 4, max: Infinity },
|
|
12
16
|
h: { initial: 6, min: 4, max: Infinity, grow: true },
|
|
13
17
|
// Hosts a nested sub-form (its own fields + layout) — too complex for the
|
|
@@ -5,6 +5,7 @@ export declare const compatibilityDate: "2026-05-17";
|
|
|
5
5
|
export declare const metadata: {
|
|
6
6
|
readonly name: "复选框组";
|
|
7
7
|
readonly icon: "fluent:checkbox-checked-20-regular";
|
|
8
|
+
readonly description: "从一组选项中多选(复选框组)";
|
|
8
9
|
readonly w: {
|
|
9
10
|
readonly initial: 8;
|
|
10
11
|
readonly min: 2;
|
|
@@ -7,6 +7,7 @@ export const compatibilityDate = "2026-05-17";
|
|
|
7
7
|
export const metadata = {
|
|
8
8
|
name: "\u590D\u9009\u6846\u7EC4",
|
|
9
9
|
icon: "fluent:checkbox-checked-20-regular",
|
|
10
|
+
description: "\u4ECE\u4E00\u7EC4\u9009\u9879\u4E2D\u591A\u9009\uFF08\u590D\u9009\u6846\u7EC4\uFF09",
|
|
10
11
|
w: { initial: 8, min: 2, max: Infinity },
|
|
11
12
|
h: { initial: 2, min: 2, max: 2 }
|
|
12
13
|
};
|
package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.radio.group/schema.js
CHANGED
|
@@ -7,6 +7,7 @@ export const compatibilityDate = "2026-05-17";
|
|
|
7
7
|
export const metadata = {
|
|
8
8
|
name: "\u5355\u9009\u6846\u7EC4",
|
|
9
9
|
icon: "fluent:radio-button-20-regular",
|
|
10
|
+
description: "\u4ECE\u4E00\u7EC4\u9009\u9879\u4E2D\u5355\u9009\uFF08\u5355\u9009\u6846\u7EC4\uFF09",
|
|
10
11
|
w: { initial: 8, min: 2, max: Infinity },
|
|
11
12
|
h: { initial: 2, min: 2, max: 2 }
|
|
12
13
|
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
**何时用我**:在表单里嵌入一个**可本地编辑的表格**(明细行、子项列表),其行数据实时读写表单状态的某个路径。适合「主表单 + 一组可增删改的明细」。
|
|
2
|
+
|
|
3
|
+
**配置配方**
|
|
4
|
+
|
|
5
|
+
- `binding`:表格行数据在表单状态里的 dot-prop 路径(如 `rows`)。表格从 `form.<binding>` 读取行、本地增删改实时写回**同一路径**。留空则表格无数据、行编辑不持久化。
|
|
6
|
+
- `table`:内嵌表格的完整配置。**数据源自动绑定到 `form.<binding>`,无需单独配置 `dataSource`**——不要给它配 request / data,行数据来自表单本身。
|
|
7
|
+
- 其余就是一张普通表格:用列工具配列(文本 / 数值 / 日期 / 可编辑列等)。
|
|
8
|
+
|
|
9
|
+
**坑**
|
|
10
|
+
|
|
11
|
+
- 别给内嵌表配数据源;行数据来自 `form.<binding>`,配了 `dataSource` 会与表单的 `initial` 抢喋。
|
|
12
|
+
- 这是嵌套的表格宿主:`describe_specific_field_type` 里 `table` 字段是一整份 TableConfig,配列请像配普通表格那样思考(在当前实现中,字段内嵌表格的深层列配置尚需在编辑器画布内微调)。
|
package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/schema.d.ts
CHANGED
|
@@ -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.table";
|
|
4
4
|
export declare const compatibilityDate: "2026-05-18";
|
|
5
|
+
export declare const edges: readonly [{
|
|
6
|
+
readonly key: "table";
|
|
7
|
+
readonly host: "table";
|
|
8
|
+
readonly label: "表格配置";
|
|
9
|
+
}];
|
|
5
10
|
export declare const metadata: {
|
|
6
11
|
readonly name: "表格";
|
|
7
12
|
readonly icon: "fluent:table-20-regular";
|
|
13
|
+
readonly description: "内嵌一个可本地编辑的表格,其数据写入绑定路径";
|
|
8
14
|
readonly w: {
|
|
9
15
|
readonly initial: 12;
|
|
10
16
|
readonly min: 6;
|
package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/schema.js
CHANGED
|
@@ -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
|
package/dist/runtime/components/form/fields/2026-05-20/com.shwfed.form.field.collapsible/schema.d.ts
CHANGED
|
@@ -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;
|
package/dist/runtime/components/form/fields/2026-05-20/com.shwfed.form.field.collapsible/schema.js
CHANGED
|
@@ -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 [{
|
|
@@ -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 [{
|
|
@@ -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 [{
|
|
@@ -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 [{
|
package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.js
CHANGED
|
@@ -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
|
};
|
|
@@ -32,10 +32,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
32
32
|
readonly mode: "formula" | "prefill";
|
|
33
33
|
readonly expression: string;
|
|
34
34
|
} | undefined;
|
|
35
|
-
readonly format?: string | undefined;
|
|
36
|
-
readonly valueFormat?: string | undefined;
|
|
37
|
-
readonly disabledDate?: string | undefined;
|
|
38
35
|
readonly rangeSeparatorIcon?: string | undefined;
|
|
36
|
+
readonly format?: string | undefined;
|
|
39
37
|
readonly startPlaceholder?: readonly [{
|
|
40
38
|
readonly locale: "zh";
|
|
41
39
|
readonly message: string;
|
|
@@ -50,6 +48,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
50
48
|
readonly locale: "en" | "ja" | "ko";
|
|
51
49
|
readonly message: string;
|
|
52
50
|
}[]] | undefined;
|
|
51
|
+
readonly valueFormat?: string | undefined;
|
|
52
|
+
readonly disabledDate?: string | undefined;
|
|
53
53
|
readonly validations?: readonly {
|
|
54
54
|
readonly message: readonly [{
|
|
55
55
|
readonly locale: "zh";
|
|
@@ -104,10 +104,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
104
104
|
readonly mode: "formula" | "prefill";
|
|
105
105
|
readonly expression: string;
|
|
106
106
|
} | undefined;
|
|
107
|
-
readonly format?: string | undefined;
|
|
108
|
-
readonly valueFormat?: string | undefined;
|
|
109
|
-
readonly disabledDate?: string | undefined;
|
|
110
107
|
readonly rangeSeparatorIcon?: string | undefined;
|
|
108
|
+
readonly format?: string | undefined;
|
|
111
109
|
readonly startPlaceholder?: readonly [{
|
|
112
110
|
readonly locale: "zh";
|
|
113
111
|
readonly message: string;
|
|
@@ -122,6 +120,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
122
120
|
readonly locale: "en" | "ja" | "ko";
|
|
123
121
|
readonly message: string;
|
|
124
122
|
}[]] | undefined;
|
|
123
|
+
readonly valueFormat?: string | undefined;
|
|
124
|
+
readonly disabledDate?: string | undefined;
|
|
125
125
|
readonly validations?: readonly {
|
|
126
126
|
readonly message: readonly [{
|
|
127
127
|
readonly locale: "zh";
|
|
@@ -32,10 +32,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
32
32
|
readonly mode: "formula" | "prefill";
|
|
33
33
|
readonly expression: string;
|
|
34
34
|
} | undefined;
|
|
35
|
-
readonly format?: string | undefined;
|
|
36
|
-
readonly valueFormat?: string | undefined;
|
|
37
|
-
readonly disabledDate?: string | undefined;
|
|
38
35
|
readonly rangeSeparatorIcon?: string | undefined;
|
|
36
|
+
readonly format?: string | undefined;
|
|
39
37
|
readonly startPlaceholder?: readonly [{
|
|
40
38
|
readonly locale: "zh";
|
|
41
39
|
readonly message: string;
|
|
@@ -50,6 +48,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
50
48
|
readonly locale: "en" | "ja" | "ko";
|
|
51
49
|
readonly message: string;
|
|
52
50
|
}[]] | undefined;
|
|
51
|
+
readonly valueFormat?: string | undefined;
|
|
52
|
+
readonly disabledDate?: string | undefined;
|
|
53
53
|
readonly validations?: readonly {
|
|
54
54
|
readonly message: readonly [{
|
|
55
55
|
readonly locale: "zh";
|
|
@@ -104,10 +104,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
104
104
|
readonly mode: "formula" | "prefill";
|
|
105
105
|
readonly expression: string;
|
|
106
106
|
} | undefined;
|
|
107
|
-
readonly format?: string | undefined;
|
|
108
|
-
readonly valueFormat?: string | undefined;
|
|
109
|
-
readonly disabledDate?: string | undefined;
|
|
110
107
|
readonly rangeSeparatorIcon?: string | undefined;
|
|
108
|
+
readonly format?: string | undefined;
|
|
111
109
|
readonly startPlaceholder?: readonly [{
|
|
112
110
|
readonly locale: "zh";
|
|
113
111
|
readonly message: string;
|
|
@@ -122,6 +120,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
122
120
|
readonly locale: "en" | "ja" | "ko";
|
|
123
121
|
readonly message: string;
|
|
124
122
|
}[]] | undefined;
|
|
123
|
+
readonly valueFormat?: string | undefined;
|
|
124
|
+
readonly disabledDate?: string | undefined;
|
|
125
125
|
readonly validations?: readonly {
|
|
126
126
|
readonly message: readonly [{
|
|
127
127
|
readonly locale: "zh";
|
package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.d.ts
CHANGED
|
@@ -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;
|
package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.js
CHANGED
|
@@ -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 [{
|
|
@@ -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 [{
|
|
@@ -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 [{
|
|
@@ -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 [{
|
|
@@ -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 [{
|
|
@@ -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 [{
|
|
@@ -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 [{
|
|
@@ -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 [{
|