@shwfed/config 2.11.6 → 2.12.1
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/module.mjs +1 -0
- package/dist/runtime/components/actions/buttons/2026-04-18/com.shwfed.actions.button.http.request.json.confirm/schema.d.ts +13 -7
- package/dist/runtime/components/actions/buttons/2026-05-11/com.shwfed.actions.button.modal.layout/schema.d.ts +13 -7
- package/dist/runtime/components/actions/buttons/2026-06-08/com.shwfed.actions.button.http.request.json.batch/schema.d.ts +13 -7
- package/dist/runtime/components/actions/items/2026-05-21/com.shwfed.actions.item.markdown/schema.d.ts +13 -7
- package/dist/runtime/components/actions/schema.d.ts +82 -52
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.actions/schema.d.ts +5 -5
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/schema.d.ts +13 -7
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.d.vue.ts +68 -68
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.vue.d.ts +68 -68
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.d.vue.ts +68 -68
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.vue.d.ts +68 -68
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/schema.d.ts +96 -72
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.tabs/schema.d.ts +26 -14
- package/dist/runtime/components/config/blocks/2026-05-17/com.shwfed.block.chart.xy/schema.d.ts +39 -21
- package/dist/runtime/components/config/blocks/2026-06-01/com.shwfed.block.animated.number/schema.d.ts +13 -7
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/schema.d.ts +26 -14
- package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/schema.d.ts +44 -26
- package/dist/runtime/components/config/schema.d.ts +13 -7
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.markdown/schema.d.ts +26 -14
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/config.d.vue.ts +22 -22
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/config.vue.d.ts +22 -22
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/schema.d.ts +57 -33
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/schema.d.ts +52 -28
- package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.actions/schema.d.ts +18 -12
- package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/schema.d.ts +65 -35
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.d.vue.ts +18 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.vue +22 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.vue.d.ts +18 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/runtime.vue +5 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/schema.d.ts +79 -42
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/schema.js +12 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +20 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue +22 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +20 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/runtime.vue +5 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/schema.d.ts +92 -49
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/schema.js +12 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.d.vue.ts +18 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue +22 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue.d.ts +18 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/runtime.vue +5 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/schema.d.ts +79 -42
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/schema.js +12 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +20 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue +22 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +20 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/runtime.vue +5 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.d.ts +92 -49
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.js +12 -0
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.time/schema.d.ts +39 -21
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/schema.d.ts +39 -21
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/config.d.vue.ts +28 -28
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/config.vue.d.ts +28 -28
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/schema.d.ts +57 -33
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.d.vue.ts +6 -6
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.vue.d.ts +6 -6
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/schema.d.ts +65 -35
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/config.d.vue.ts +22 -22
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/config.vue.d.ts +22 -22
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/schema.d.ts +65 -35
- package/dist/runtime/components/form/fields/2026-04-29/com.shwfed.form.field.combobox.single/schema.d.ts +104 -56
- package/dist/runtime/components/form/fields/2026-05-12/com.shwfed.form.field.upload/schema.d.ts +78 -42
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/schema.d.ts +65 -35
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/schema.d.ts +78 -42
- package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.checkbox.group/schema.d.ts +91 -49
- package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.radio.group/schema.d.ts +91 -49
- package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/schema.d.ts +39 -21
- package/dist/runtime/components/form/fields/2026-05-20/com.shwfed.form.field.collapsible/schema.d.ts +13 -7
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.d.vue.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.vue.d.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/schema.d.ts +78 -42
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.d.vue.ts +18 -16
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.vue +22 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.vue.d.ts +18 -16
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/runtime.vue +5 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.d.ts +79 -42
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.js +12 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.d.vue.ts +20 -18
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue +22 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +20 -18
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/runtime.vue +5 -0
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.d.ts +92 -49
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.js +12 -0
- package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/schema.d.ts +65 -35
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/schema.d.ts +78 -42
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/schema.d.ts +78 -42
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.multi/schema.d.ts +169 -91
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.single/schema.d.ts +169 -91
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/schema.d.ts +78 -42
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/schema.d.ts +78 -42
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.d.vue.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.vue.d.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/schema.d.ts +78 -42
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.d.vue.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.vue.d.ts +30 -30
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/schema.d.ts +78 -42
- package/dist/runtime/components/form/fields/2026-06-09/com.shwfed.form.field.upload/schema.d.ts +78 -42
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/schema.d.ts +130 -70
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/schema.d.ts +130 -70
- package/dist/runtime/components/form/fields/2026-06-20/com.shwfed.form.field.tabs/schema.d.ts +26 -14
- package/dist/runtime/components/form/utils/ai-field-tools.d.ts +11 -0
- package/dist/runtime/components/form/utils/ai-field-tools.js +282 -0
- package/dist/runtime/components/form/utils/common.d.ts +26 -14
- package/dist/runtime/components/form/utils/resolve.d.ts +15 -0
- package/dist/runtime/components/form/utils/resolve.js +13 -0
- package/dist/runtime/components/operations/2026-06-09/com.shwfed.operation.alert/schema.d.ts +13 -7
- package/dist/runtime/components/operations/2026-06-11/com.shwfed.operation.http.request.json/schema.d.ts +13 -7
- package/dist/runtime/components/operations/2026-06-15/com.shwfed.operation.http.download/schema.d.ts +13 -7
- package/dist/runtime/components/table/ai-generate.d.vue.ts +16 -0
- package/dist/runtime/components/table/ai-generate.system.d.ts +1 -0
- package/dist/runtime/components/table/ai-generate.system.js +10 -0
- package/dist/runtime/components/table/ai-generate.system.md +101 -0
- package/dist/runtime/components/table/ai-generate.vue +173 -0
- package/dist/runtime/components/table/ai-generate.vue.d.ts +16 -0
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.actions/schema.d.ts +18 -12
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.date/schema.d.ts +26 -14
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.icon/schema.d.ts +26 -14
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.markdown/schema.d.ts +39 -21
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.number/schema.d.ts +26 -14
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.text/schema.d.ts +26 -14
- package/dist/runtime/components/table/columns/2026-05-13/com.shwfed.table.column.switch/schema.d.ts +26 -14
- package/dist/runtime/components/table/columns/2026-05-13/com.shwfed.table.column.switch.remote/schema.d.ts +26 -14
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/schema.d.ts +91 -49
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/schema.d.ts +44 -26
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch/schema.d.ts +52 -28
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.switch.local/schema.d.ts +52 -28
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.text-input/schema.d.ts +44 -26
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.d.vue.ts +6 -6
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.vue.d.ts +6 -6
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/schema.d.ts +52 -28
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/schema.d.ts +91 -49
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/schema.d.ts +91 -49
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.d.vue.ts +6 -6
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.vue.d.ts +6 -6
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/schema.d.ts +52 -28
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/schema.d.ts +91 -49
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/schema.d.ts +156 -84
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/schema.d.ts +156 -84
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/schema.d.ts +156 -84
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/schema.d.ts +156 -84
- 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-multi/schema.d.ts +65 -35
- 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-27/com.shwfed.table.column.tree-combobox-single/schema.d.ts +65 -35
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/schema.d.ts +156 -84
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/schema.d.ts +156 -84
- 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-multi/schema.d.ts +65 -35
- 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-05-28/com.shwfed.table.column.tree-combobox-single/schema.d.ts +65 -35
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/schema.d.ts +117 -63
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/schema.d.ts +117 -63
- 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 +52 -28
- 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 +52 -28
- package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/config.vue +33 -0
- package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/runtime.vue +5 -0
- package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.d.ts +71 -40
- package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.js +6 -1
- package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/config.vue +33 -0
- package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/runtime.vue +5 -0
- package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.d.ts +79 -42
- package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.js +6 -1
- package/dist/runtime/components/table/config.d.vue.ts +3 -3
- package/dist/runtime/components/table/config.vue +37 -3
- package/dist/runtime/components/table/config.vue.d.ts +3 -3
- package/dist/runtime/components/table/schema.d.ts +182 -134
- package/dist/runtime/components/table/utils/ai-tools.d.ts +11 -0
- package/dist/runtime/components/table/utils/ai-tools.js +507 -0
- package/dist/runtime/components/table/utils/resolve.d.ts +23 -0
- package/dist/runtime/components/table/utils/resolve.js +3 -0
- package/dist/runtime/components/table/utils/shared.d.ts +66 -35
- package/dist/runtime/components/table/utils/shared.js +26 -17
- package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue +1 -1
- package/dist/runtime/components/ui/chat/ChatMessage.d.vue.ts +7 -0
- package/dist/runtime/components/ui/chat/ChatMessage.vue +35 -0
- package/dist/runtime/components/ui/chat/ChatMessage.vue.d.ts +7 -0
- package/dist/runtime/components/ui/chat/ChatMessagePart.d.vue.ts +7 -0
- package/dist/runtime/components/ui/chat/ChatMessagePart.vue +43 -0
- package/dist/runtime/components/ui/chat/ChatMessagePart.vue.d.ts +7 -0
- package/dist/runtime/components/ui/chat/ChatMessages.d.vue.ts +18 -0
- package/dist/runtime/components/ui/chat/ChatMessages.vue +63 -0
- package/dist/runtime/components/ui/chat/ChatMessages.vue.d.ts +18 -0
- package/dist/runtime/components/ui/chat/ChatPrompt.d.vue.ts +34 -0
- package/dist/runtime/components/ui/chat/ChatPrompt.vue +53 -0
- package/dist/runtime/components/ui/chat/ChatPrompt.vue.d.ts +34 -0
- package/dist/runtime/components/ui/chat/ChatPromptSubmit.d.vue.ts +18 -0
- package/dist/runtime/components/ui/chat/ChatPromptSubmit.vue +41 -0
- package/dist/runtime/components/ui/chat/ChatPromptSubmit.vue.d.ts +18 -0
- package/dist/runtime/components/ui/chat/ChatReasoning.d.vue.ts +7 -0
- package/dist/runtime/components/ui/chat/ChatReasoning.vue +33 -0
- package/dist/runtime/components/ui/chat/ChatReasoning.vue.d.ts +7 -0
- package/dist/runtime/components/ui/chat/ChatToolCall.d.vue.ts +10 -0
- package/dist/runtime/components/ui/chat/ChatToolCall.vue +92 -0
- package/dist/runtime/components/ui/chat/ChatToolCall.vue.d.ts +10 -0
- package/dist/runtime/components/ui/chat/index.d.ts +9 -0
- package/dist/runtime/components/ui/chat/index.js +8 -0
- package/dist/runtime/components/ui/stream-markdown/StreamMarkdown.d.vue.ts +15 -0
- package/dist/runtime/components/ui/stream-markdown/StreamMarkdown.vue +22 -0
- package/dist/runtime/components/ui/stream-markdown/StreamMarkdown.vue.d.ts +15 -0
- package/dist/runtime/components/ui/stream-markdown/index.d.ts +1 -0
- package/dist/runtime/components/ui/stream-markdown/index.js +1 -0
- package/dist/runtime/share/coerce-from-string.d.ts +62 -0
- package/dist/runtime/share/coerce-from-string.js +154 -0
- package/dist/runtime/share/disabled-date.d.ts +34 -0
- package/dist/runtime/share/disabled-date.js +13 -0
- package/dist/runtime/share/locale.d.ts +13 -7
- package/dist/runtime/share/locale.js +27 -5
- package/dist/runtime/share/use-persisted-chat.d.ts +30 -0
- package/dist/runtime/share/use-persisted-chat.js +34 -0
- package/dist/runtime/utils/ai/index.d.ts +10 -0
- package/dist/runtime/utils/ai/index.js +145 -32
- package/dist/runtime/utils/ai/parts.d.ts +30 -0
- package/dist/runtime/utils/ai/parts.js +9 -0
- package/dist/runtime/utils/disabled-date.d.ts +26 -0
- package/dist/runtime/utils/disabled-date.js +21 -0
- package/package.json +2 -1
|
@@ -47,40 +47,6 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
47
47
|
readonly message: string;
|
|
48
48
|
}[]] | undefined;
|
|
49
49
|
}[];
|
|
50
|
-
readonly query?: {
|
|
51
|
-
readonly style?: string | undefined;
|
|
52
|
-
readonly id?: string | undefined;
|
|
53
|
-
readonly initial?: {
|
|
54
|
-
readonly data: string;
|
|
55
|
-
readonly request?: string | undefined;
|
|
56
|
-
} | undefined;
|
|
57
|
-
readonly displayName?: string | undefined;
|
|
58
|
-
readonly kind: "shwfed.component.form";
|
|
59
|
-
readonly fields: readonly any[];
|
|
60
|
-
readonly layouts: readonly {
|
|
61
|
-
readonly name: string;
|
|
62
|
-
readonly layout: {
|
|
63
|
-
readonly style?: string | undefined;
|
|
64
|
-
readonly columns: number;
|
|
65
|
-
readonly gap?: number | undefined;
|
|
66
|
-
readonly rows?: number | undefined;
|
|
67
|
-
readonly placements: {
|
|
68
|
-
readonly [x: string]: {
|
|
69
|
-
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
70
|
-
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
71
|
-
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
readonly media?: string | undefined;
|
|
76
|
-
}[];
|
|
77
|
-
readonly readonly?: string | undefined;
|
|
78
|
-
} | undefined;
|
|
79
|
-
readonly dataSource?: {
|
|
80
|
-
readonly data: string;
|
|
81
|
-
readonly total?: string | undefined;
|
|
82
|
-
readonly request?: string | undefined;
|
|
83
|
-
} | undefined;
|
|
84
50
|
readonly actions?: {
|
|
85
51
|
readonly size: "default" | "sm" | "xs";
|
|
86
52
|
readonly style?: string | undefined;
|
|
@@ -148,6 +114,40 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
148
114
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
149
115
|
}[];
|
|
150
116
|
} | 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
|
+
readonly dataSource?: {
|
|
147
|
+
readonly data: string;
|
|
148
|
+
readonly total?: string | undefined;
|
|
149
|
+
readonly request?: string | undefined;
|
|
150
|
+
} | undefined;
|
|
151
151
|
readonly bottomActions?: {
|
|
152
152
|
readonly size: "default" | "sm" | "xs";
|
|
153
153
|
readonly style?: string | undefined;
|
|
@@ -272,20 +272,32 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
272
272
|
columns: Schema.Array$<Schema.Schema<any, any, never>>;
|
|
273
273
|
groups: Schema.optionalWith<Schema.Array$<Schema.Struct<{
|
|
274
274
|
id: Schema.refine<string, typeof Schema.String>;
|
|
275
|
-
title: Schema.optional<Schema.
|
|
276
|
-
locale:
|
|
277
|
-
message:
|
|
278
|
-
}
|
|
279
|
-
locale:
|
|
280
|
-
message:
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
275
|
+
title: Schema.optional<Schema.suspend<readonly [{
|
|
276
|
+
readonly locale: "zh";
|
|
277
|
+
readonly message: string;
|
|
278
|
+
}, ...{
|
|
279
|
+
readonly locale: "en" | "ja" | "ko";
|
|
280
|
+
readonly message: string;
|
|
281
|
+
}[]], string | readonly [{
|
|
282
|
+
readonly locale: "zh";
|
|
283
|
+
readonly message: string;
|
|
284
|
+
}, ...{
|
|
285
|
+
readonly locale: "en" | "ja" | "ko";
|
|
286
|
+
readonly message: string;
|
|
287
|
+
}[]], never>>;
|
|
288
|
+
tooltip: Schema.optional<Schema.suspend<readonly [{
|
|
289
|
+
readonly locale: "zh";
|
|
290
|
+
readonly message: string;
|
|
291
|
+
}, ...{
|
|
292
|
+
readonly locale: "en" | "ja" | "ko";
|
|
293
|
+
readonly message: string;
|
|
294
|
+
}[]], string | readonly [{
|
|
295
|
+
readonly locale: "zh";
|
|
296
|
+
readonly message: string;
|
|
297
|
+
}, ...{
|
|
298
|
+
readonly locale: "en" | "ja" | "ko";
|
|
299
|
+
readonly message: string;
|
|
300
|
+
}[]], never>>;
|
|
289
301
|
}>>, {
|
|
290
302
|
default: () => never[];
|
|
291
303
|
}>;
|
|
@@ -365,7 +377,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
365
377
|
readonly hideTitle?: boolean | undefined;
|
|
366
378
|
}, import("../../../../actions/schema.js").RegistryItemValue | {
|
|
367
379
|
readonly id: string;
|
|
368
|
-
readonly title: readonly [{
|
|
380
|
+
readonly title: string | readonly [{
|
|
369
381
|
readonly locale: "zh";
|
|
370
382
|
readonly message: string;
|
|
371
383
|
}, ...{
|
|
@@ -376,7 +388,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
376
388
|
readonly disabled?: string | undefined;
|
|
377
389
|
readonly icon?: string | undefined;
|
|
378
390
|
readonly hidden?: string | undefined;
|
|
379
|
-
readonly tooltip?: readonly [{
|
|
391
|
+
readonly tooltip?: string | readonly [{
|
|
380
392
|
readonly locale: "zh";
|
|
381
393
|
readonly message: string;
|
|
382
394
|
}, ...{
|
|
@@ -388,7 +400,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
388
400
|
readonly hideTitle?: boolean | undefined;
|
|
389
401
|
} | {
|
|
390
402
|
readonly id: string;
|
|
391
|
-
readonly title: readonly [{
|
|
403
|
+
readonly title: string | readonly [{
|
|
392
404
|
readonly locale: "zh";
|
|
393
405
|
readonly message: string;
|
|
394
406
|
}, ...{
|
|
@@ -397,7 +409,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
397
409
|
}[]];
|
|
398
410
|
readonly items: readonly (import("../../../../actions/schema.js").RegistrySubItemValue | {
|
|
399
411
|
readonly id: string;
|
|
400
|
-
readonly title: readonly [{
|
|
412
|
+
readonly title: string | readonly [{
|
|
401
413
|
readonly locale: "zh";
|
|
402
414
|
readonly message: string;
|
|
403
415
|
}, ...{
|
|
@@ -407,7 +419,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
407
419
|
readonly disabled?: string | undefined;
|
|
408
420
|
readonly icon?: string | undefined;
|
|
409
421
|
readonly hidden?: string | undefined;
|
|
410
|
-
readonly tooltip?: readonly [{
|
|
422
|
+
readonly tooltip?: string | readonly [{
|
|
411
423
|
readonly locale: "zh";
|
|
412
424
|
readonly message: string;
|
|
413
425
|
}, ...{
|
|
@@ -493,7 +505,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
493
505
|
readonly hideTitle?: boolean | undefined;
|
|
494
506
|
}, import("../../../../actions/schema.js").RegistryItemValue | {
|
|
495
507
|
readonly id: string;
|
|
496
|
-
readonly title: readonly [{
|
|
508
|
+
readonly title: string | readonly [{
|
|
497
509
|
readonly locale: "zh";
|
|
498
510
|
readonly message: string;
|
|
499
511
|
}, ...{
|
|
@@ -504,7 +516,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
504
516
|
readonly disabled?: string | undefined;
|
|
505
517
|
readonly icon?: string | undefined;
|
|
506
518
|
readonly hidden?: string | undefined;
|
|
507
|
-
readonly tooltip?: readonly [{
|
|
519
|
+
readonly tooltip?: string | readonly [{
|
|
508
520
|
readonly locale: "zh";
|
|
509
521
|
readonly message: string;
|
|
510
522
|
}, ...{
|
|
@@ -516,7 +528,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
516
528
|
readonly hideTitle?: boolean | undefined;
|
|
517
529
|
} | {
|
|
518
530
|
readonly id: string;
|
|
519
|
-
readonly title: readonly [{
|
|
531
|
+
readonly title: string | readonly [{
|
|
520
532
|
readonly locale: "zh";
|
|
521
533
|
readonly message: string;
|
|
522
534
|
}, ...{
|
|
@@ -525,7 +537,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
525
537
|
}[]];
|
|
526
538
|
readonly items: readonly (import("../../../../actions/schema.js").RegistrySubItemValue | {
|
|
527
539
|
readonly id: string;
|
|
528
|
-
readonly title: readonly [{
|
|
540
|
+
readonly title: string | readonly [{
|
|
529
541
|
readonly locale: "zh";
|
|
530
542
|
readonly message: string;
|
|
531
543
|
}, ...{
|
|
@@ -535,7 +547,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
535
547
|
readonly disabled?: string | undefined;
|
|
536
548
|
readonly icon?: string | undefined;
|
|
537
549
|
readonly hidden?: string | undefined;
|
|
538
|
-
readonly tooltip?: readonly [{
|
|
550
|
+
readonly tooltip?: string | readonly [{
|
|
539
551
|
readonly locale: "zh";
|
|
540
552
|
readonly message: string;
|
|
541
553
|
}, ...{
|
|
@@ -631,20 +643,32 @@ export declare function schema(configure: (env: Environment) => void, _blockRef:
|
|
|
631
643
|
pageSize: Schema.refine<number, Schema.filter<typeof Schema.Number>>;
|
|
632
644
|
pageSizes: Schema.optional<Schema.Array$<Schema.filter<Schema.filter<typeof Schema.Number>>>>;
|
|
633
645
|
pageIndex: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
|
|
634
|
-
left: Schema.optional<Schema.
|
|
635
|
-
locale:
|
|
636
|
-
message:
|
|
637
|
-
}
|
|
638
|
-
locale:
|
|
639
|
-
message:
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
646
|
+
left: Schema.optional<Schema.suspend<readonly [{
|
|
647
|
+
readonly locale: "zh";
|
|
648
|
+
readonly message: string;
|
|
649
|
+
}, ...{
|
|
650
|
+
readonly locale: "en" | "ja" | "ko";
|
|
651
|
+
readonly message: string;
|
|
652
|
+
}[]], string | readonly [{
|
|
653
|
+
readonly locale: "zh";
|
|
654
|
+
readonly message: string;
|
|
655
|
+
}, ...{
|
|
656
|
+
readonly locale: "en" | "ja" | "ko";
|
|
657
|
+
readonly message: string;
|
|
658
|
+
}[]], never>>;
|
|
659
|
+
right: Schema.optional<Schema.suspend<readonly [{
|
|
660
|
+
readonly locale: "zh";
|
|
661
|
+
readonly message: string;
|
|
662
|
+
}, ...{
|
|
663
|
+
readonly locale: "en" | "ja" | "ko";
|
|
664
|
+
readonly message: string;
|
|
665
|
+
}[]], string | readonly [{
|
|
666
|
+
readonly locale: "zh";
|
|
667
|
+
readonly message: string;
|
|
668
|
+
}, ...{
|
|
669
|
+
readonly locale: "en" | "ja" | "ko";
|
|
670
|
+
readonly message: string;
|
|
671
|
+
}[]], never>>;
|
|
648
672
|
}>>;
|
|
649
673
|
persistQuery: Schema.optional<Schema.SchemaClass<boolean, boolean, never>>;
|
|
650
674
|
initialState: Schema.optional<Schema.Struct<{
|
|
@@ -19,13 +19,19 @@ export declare const metadata: {
|
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
export declare const TabPaneMeta: Schema.Struct<{
|
|
22
|
-
label: Schema.
|
|
23
|
-
locale:
|
|
24
|
-
message:
|
|
25
|
-
}
|
|
26
|
-
locale:
|
|
27
|
-
message:
|
|
28
|
-
}
|
|
22
|
+
label: Schema.suspend<readonly [{
|
|
23
|
+
readonly locale: "zh";
|
|
24
|
+
readonly message: string;
|
|
25
|
+
}, ...{
|
|
26
|
+
readonly locale: "en" | "ja" | "ko";
|
|
27
|
+
readonly message: string;
|
|
28
|
+
}[]], string | readonly [{
|
|
29
|
+
readonly locale: "zh";
|
|
30
|
+
readonly message: string;
|
|
31
|
+
}, ...{
|
|
32
|
+
readonly locale: "en" | "ja" | "ko";
|
|
33
|
+
readonly message: string;
|
|
34
|
+
}[]], never>;
|
|
29
35
|
}>;
|
|
30
36
|
export declare function schema(configure: (env: Environment) => void, blockRef: AnySchema): Schema.refine<{
|
|
31
37
|
readonly type: "com.shwfed.block.tabs";
|
|
@@ -152,13 +158,19 @@ export declare function schema(configure: (env: Environment) => void, blockRef:
|
|
|
152
158
|
}>;
|
|
153
159
|
}>>>;
|
|
154
160
|
}>>;
|
|
155
|
-
label: Schema.
|
|
156
|
-
locale:
|
|
157
|
-
message:
|
|
158
|
-
}
|
|
159
|
-
locale:
|
|
160
|
-
message:
|
|
161
|
-
}
|
|
161
|
+
label: Schema.suspend<readonly [{
|
|
162
|
+
readonly locale: "zh";
|
|
163
|
+
readonly message: string;
|
|
164
|
+
}, ...{
|
|
165
|
+
readonly locale: "en" | "ja" | "ko";
|
|
166
|
+
readonly message: string;
|
|
167
|
+
}[]], string | readonly [{
|
|
168
|
+
readonly locale: "zh";
|
|
169
|
+
readonly message: string;
|
|
170
|
+
}, ...{
|
|
171
|
+
readonly locale: "en" | "ja" | "ko";
|
|
172
|
+
readonly message: string;
|
|
173
|
+
}[]], never>;
|
|
162
174
|
id: Schema.refine<string, typeof Schema.String>;
|
|
163
175
|
}>>>>;
|
|
164
176
|
}>>;
|
package/dist/runtime/components/config/blocks/2026-05-17/com.shwfed.block.chart.xy/schema.d.ts
CHANGED
|
@@ -44,13 +44,19 @@ export declare function dataSourceSchema(configure: Configure): Schema.Struct<{
|
|
|
44
44
|
export declare function ySeriesSchema(configure: Configure): Schema.Struct<{
|
|
45
45
|
id: Schema.refine<string, typeof Schema.String>;
|
|
46
46
|
value: Schema.Schema<string, string, never>;
|
|
47
|
-
label: Schema.optional<Schema.
|
|
48
|
-
locale:
|
|
49
|
-
message:
|
|
50
|
-
}
|
|
51
|
-
locale:
|
|
52
|
-
message:
|
|
53
|
-
}
|
|
47
|
+
label: Schema.optional<Schema.suspend<readonly [{
|
|
48
|
+
readonly locale: "zh";
|
|
49
|
+
readonly message: string;
|
|
50
|
+
}, ...{
|
|
51
|
+
readonly locale: "en" | "ja" | "ko";
|
|
52
|
+
readonly message: string;
|
|
53
|
+
}[]], string | readonly [{
|
|
54
|
+
readonly locale: "zh";
|
|
55
|
+
readonly message: string;
|
|
56
|
+
}, ...{
|
|
57
|
+
readonly locale: "en" | "ja" | "ko";
|
|
58
|
+
readonly message: string;
|
|
59
|
+
}[]], never>>;
|
|
54
60
|
chart: Schema.optionalWith<Schema.Literal<["line", "area", "groupedBar", "scatter", "stackedBar"]>, {
|
|
55
61
|
default: () => "line";
|
|
56
62
|
}>;
|
|
@@ -109,13 +115,19 @@ export declare function schema(configure: Configure, _blockRef?: AnySchema): Sch
|
|
|
109
115
|
type: Schema.tag<"com.shwfed.block.chart.xy">;
|
|
110
116
|
compatibilityDate: Schema.tag<"2026-05-17">;
|
|
111
117
|
displayName: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
112
|
-
caption: Schema.optional<Schema.
|
|
113
|
-
locale:
|
|
114
|
-
message:
|
|
115
|
-
}
|
|
116
|
-
locale:
|
|
117
|
-
message:
|
|
118
|
-
}
|
|
118
|
+
caption: Schema.optional<Schema.suspend<readonly [{
|
|
119
|
+
readonly locale: "zh";
|
|
120
|
+
readonly message: string;
|
|
121
|
+
}, ...{
|
|
122
|
+
readonly locale: "en" | "ja" | "ko";
|
|
123
|
+
readonly message: string;
|
|
124
|
+
}[]], string | readonly [{
|
|
125
|
+
readonly locale: "zh";
|
|
126
|
+
readonly message: string;
|
|
127
|
+
}, ...{
|
|
128
|
+
readonly locale: "en" | "ja" | "ko";
|
|
129
|
+
readonly message: string;
|
|
130
|
+
}[]], never>>;
|
|
119
131
|
dataSources: Schema.Array$<Schema.Struct<{
|
|
120
132
|
id: Schema.refine<string, typeof Schema.String>;
|
|
121
133
|
name: Schema.refine<string, typeof Schema.String>;
|
|
@@ -144,13 +156,19 @@ export declare function schema(configure: Configure, _blockRef?: AnySchema): Sch
|
|
|
144
156
|
}[], Schema.Array$<Schema.Struct<{
|
|
145
157
|
id: Schema.refine<string, typeof Schema.String>;
|
|
146
158
|
value: Schema.Schema<string, string, never>;
|
|
147
|
-
label: Schema.optional<Schema.
|
|
148
|
-
locale:
|
|
149
|
-
message:
|
|
150
|
-
}
|
|
151
|
-
locale:
|
|
152
|
-
message:
|
|
153
|
-
}
|
|
159
|
+
label: Schema.optional<Schema.suspend<readonly [{
|
|
160
|
+
readonly locale: "zh";
|
|
161
|
+
readonly message: string;
|
|
162
|
+
}, ...{
|
|
163
|
+
readonly locale: "en" | "ja" | "ko";
|
|
164
|
+
readonly message: string;
|
|
165
|
+
}[]], string | readonly [{
|
|
166
|
+
readonly locale: "zh";
|
|
167
|
+
readonly message: string;
|
|
168
|
+
}, ...{
|
|
169
|
+
readonly locale: "en" | "ja" | "ko";
|
|
170
|
+
readonly message: string;
|
|
171
|
+
}[]], never>>;
|
|
154
172
|
chart: Schema.optionalWith<Schema.Literal<["line", "area", "groupedBar", "scatter", "stackedBar"]>, {
|
|
155
173
|
default: () => "line";
|
|
156
174
|
}>;
|
|
@@ -55,13 +55,19 @@ export declare function schema(configure: Configure, _blockRef?: AnySchema): Sch
|
|
|
55
55
|
}, ...{
|
|
56
56
|
readonly locale: "en" | "ja" | "ko";
|
|
57
57
|
readonly message: string;
|
|
58
|
-
}[]], Schema.
|
|
59
|
-
locale:
|
|
60
|
-
message:
|
|
61
|
-
}
|
|
62
|
-
locale:
|
|
63
|
-
message:
|
|
64
|
-
}
|
|
58
|
+
}[]], Schema.suspend<readonly [{
|
|
59
|
+
readonly locale: "zh";
|
|
60
|
+
readonly message: string;
|
|
61
|
+
}, ...{
|
|
62
|
+
readonly locale: "en" | "ja" | "ko";
|
|
63
|
+
readonly message: string;
|
|
64
|
+
}[]], string | readonly [{
|
|
65
|
+
readonly locale: "zh";
|
|
66
|
+
readonly message: string;
|
|
67
|
+
}, ...{
|
|
68
|
+
readonly locale: "en" | "ja" | "ko";
|
|
69
|
+
readonly message: string;
|
|
70
|
+
}[]], never>>>;
|
|
65
71
|
items: Schema.refine<readonly {
|
|
66
72
|
readonly name?: string | undefined;
|
|
67
73
|
readonly style?: string | undefined;
|
|
@@ -35,13 +35,19 @@ export declare const BADGE_VARIANTS: readonly ["default", "secondary", "destruct
|
|
|
35
35
|
*/
|
|
36
36
|
export declare function badgeSchema(configure: Configure): Schema.Struct<{
|
|
37
37
|
request: Schema.optional<Schema.Schema<string, string, never>>;
|
|
38
|
-
content: Schema.optional<Schema.filter<Schema.
|
|
39
|
-
locale:
|
|
40
|
-
message:
|
|
41
|
-
}
|
|
42
|
-
locale:
|
|
43
|
-
message:
|
|
44
|
-
}
|
|
38
|
+
content: Schema.optional<Schema.filter<Schema.suspend<readonly [{
|
|
39
|
+
readonly locale: "zh";
|
|
40
|
+
readonly message: string;
|
|
41
|
+
}, ...{
|
|
42
|
+
readonly locale: "en" | "ja" | "ko";
|
|
43
|
+
readonly message: string;
|
|
44
|
+
}[]], string | readonly [{
|
|
45
|
+
readonly locale: "zh";
|
|
46
|
+
readonly message: string;
|
|
47
|
+
}, ...{
|
|
48
|
+
readonly locale: "en" | "ja" | "ko";
|
|
49
|
+
readonly message: string;
|
|
50
|
+
}[]], never>>>;
|
|
45
51
|
show: Schema.optional<Schema.Schema<string, string, never>>;
|
|
46
52
|
interval: Schema.optional<Schema.refine<number, Schema.filter<typeof Schema.Number>>>;
|
|
47
53
|
dot: Schema.optional<Schema.SchemaClass<boolean, boolean, never>>;
|
|
@@ -56,13 +62,19 @@ export declare function schema(configure: Configure, blockRef: AnySchema): Schem
|
|
|
56
62
|
url: Schema.optional<Schema.Schema<string, string, never>>;
|
|
57
63
|
badge: Schema.optional<Schema.Struct<{
|
|
58
64
|
request: Schema.optional<Schema.Schema<string, string, never>>;
|
|
59
|
-
content: Schema.optional<Schema.filter<Schema.
|
|
60
|
-
locale:
|
|
61
|
-
message:
|
|
62
|
-
}
|
|
63
|
-
locale:
|
|
64
|
-
message:
|
|
65
|
-
}
|
|
65
|
+
content: Schema.optional<Schema.filter<Schema.suspend<readonly [{
|
|
66
|
+
readonly locale: "zh";
|
|
67
|
+
readonly message: string;
|
|
68
|
+
}, ...{
|
|
69
|
+
readonly locale: "en" | "ja" | "ko";
|
|
70
|
+
readonly message: string;
|
|
71
|
+
}[]], string | readonly [{
|
|
72
|
+
readonly locale: "zh";
|
|
73
|
+
readonly message: string;
|
|
74
|
+
}, ...{
|
|
75
|
+
readonly locale: "en" | "ja" | "ko";
|
|
76
|
+
readonly message: string;
|
|
77
|
+
}[]], never>>>;
|
|
66
78
|
show: Schema.optional<Schema.Schema<string, string, never>>;
|
|
67
79
|
interval: Schema.optional<Schema.refine<number, Schema.filter<typeof Schema.Number>>>;
|
|
68
80
|
dot: Schema.optional<Schema.SchemaClass<boolean, boolean, never>>;
|
package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/schema.d.ts
CHANGED
|
@@ -58,39 +58,57 @@ export declare function schema(configure: (env: Environment) => void, _blockRef?
|
|
|
58
58
|
}, ...{
|
|
59
59
|
readonly locale: "en" | "ja" | "ko";
|
|
60
60
|
readonly message: string;
|
|
61
|
-
}[]], Schema.
|
|
62
|
-
locale:
|
|
63
|
-
message:
|
|
64
|
-
}
|
|
65
|
-
locale:
|
|
66
|
-
message:
|
|
67
|
-
}
|
|
61
|
+
}[]], Schema.suspend<readonly [{
|
|
62
|
+
readonly locale: "zh";
|
|
63
|
+
readonly message: string;
|
|
64
|
+
}, ...{
|
|
65
|
+
readonly locale: "en" | "ja" | "ko";
|
|
66
|
+
readonly message: string;
|
|
67
|
+
}[]], string | readonly [{
|
|
68
|
+
readonly locale: "zh";
|
|
69
|
+
readonly message: string;
|
|
70
|
+
}, ...{
|
|
71
|
+
readonly locale: "en" | "ja" | "ko";
|
|
72
|
+
readonly message: string;
|
|
73
|
+
}[]], never>>;
|
|
68
74
|
nodeTooltip: Schema.optional<Schema.refine<readonly [{
|
|
69
75
|
readonly locale: "zh";
|
|
70
76
|
readonly message: string;
|
|
71
77
|
}, ...{
|
|
72
78
|
readonly locale: "en" | "ja" | "ko";
|
|
73
79
|
readonly message: string;
|
|
74
|
-
}[]], Schema.
|
|
75
|
-
locale:
|
|
76
|
-
message:
|
|
77
|
-
}
|
|
78
|
-
locale:
|
|
79
|
-
message:
|
|
80
|
-
}
|
|
80
|
+
}[]], Schema.suspend<readonly [{
|
|
81
|
+
readonly locale: "zh";
|
|
82
|
+
readonly message: string;
|
|
83
|
+
}, ...{
|
|
84
|
+
readonly locale: "en" | "ja" | "ko";
|
|
85
|
+
readonly message: string;
|
|
86
|
+
}[]], string | readonly [{
|
|
87
|
+
readonly locale: "zh";
|
|
88
|
+
readonly message: string;
|
|
89
|
+
}, ...{
|
|
90
|
+
readonly locale: "en" | "ja" | "ko";
|
|
91
|
+
readonly message: string;
|
|
92
|
+
}[]], never>>>;
|
|
81
93
|
nodeSelectable: Schema.optional<Schema.Schema<string, string, never>>;
|
|
82
94
|
expandAll: Schema.optionalWith<typeof Schema.Boolean, {
|
|
83
95
|
default: () => false;
|
|
84
96
|
}>;
|
|
85
97
|
filter: Schema.optional<Schema.Struct<{
|
|
86
98
|
enabled: Schema.SchemaClass<boolean, boolean, never>;
|
|
87
|
-
label: Schema.optional<Schema.
|
|
88
|
-
locale:
|
|
89
|
-
message:
|
|
90
|
-
}
|
|
91
|
-
locale:
|
|
92
|
-
message:
|
|
93
|
-
}
|
|
99
|
+
label: Schema.optional<Schema.suspend<readonly [{
|
|
100
|
+
readonly locale: "zh";
|
|
101
|
+
readonly message: string;
|
|
102
|
+
}, ...{
|
|
103
|
+
readonly locale: "en" | "ja" | "ko";
|
|
104
|
+
readonly message: string;
|
|
105
|
+
}[]], string | readonly [{
|
|
106
|
+
readonly locale: "zh";
|
|
107
|
+
readonly message: string;
|
|
108
|
+
}, ...{
|
|
109
|
+
readonly locale: "en" | "ja" | "ko";
|
|
110
|
+
readonly message: string;
|
|
111
|
+
}[]], never>>;
|
|
94
112
|
keywords: Schema.optional<Schema.Schema<string, string, never>>;
|
|
95
113
|
}>>;
|
|
96
114
|
nodeActions: Schema.Struct<{
|
|
@@ -164,7 +182,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef?
|
|
|
164
182
|
readonly hideTitle?: boolean | undefined;
|
|
165
183
|
}, import("../../../../actions/schema.js").RegistryItemValue | {
|
|
166
184
|
readonly id: string;
|
|
167
|
-
readonly title: readonly [{
|
|
185
|
+
readonly title: string | readonly [{
|
|
168
186
|
readonly locale: "zh";
|
|
169
187
|
readonly message: string;
|
|
170
188
|
}, ...{
|
|
@@ -175,7 +193,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef?
|
|
|
175
193
|
readonly disabled?: string | undefined;
|
|
176
194
|
readonly icon?: string | undefined;
|
|
177
195
|
readonly hidden?: string | undefined;
|
|
178
|
-
readonly tooltip?: readonly [{
|
|
196
|
+
readonly tooltip?: string | readonly [{
|
|
179
197
|
readonly locale: "zh";
|
|
180
198
|
readonly message: string;
|
|
181
199
|
}, ...{
|
|
@@ -187,7 +205,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef?
|
|
|
187
205
|
readonly hideTitle?: boolean | undefined;
|
|
188
206
|
} | {
|
|
189
207
|
readonly id: string;
|
|
190
|
-
readonly title: readonly [{
|
|
208
|
+
readonly title: string | readonly [{
|
|
191
209
|
readonly locale: "zh";
|
|
192
210
|
readonly message: string;
|
|
193
211
|
}, ...{
|
|
@@ -196,7 +214,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef?
|
|
|
196
214
|
}[]];
|
|
197
215
|
readonly items: readonly (import("../../../../actions/schema.js").RegistrySubItemValue | {
|
|
198
216
|
readonly id: string;
|
|
199
|
-
readonly title: readonly [{
|
|
217
|
+
readonly title: string | readonly [{
|
|
200
218
|
readonly locale: "zh";
|
|
201
219
|
readonly message: string;
|
|
202
220
|
}, ...{
|
|
@@ -206,7 +224,7 @@ export declare function schema(configure: (env: Environment) => void, _blockRef?
|
|
|
206
224
|
readonly disabled?: string | undefined;
|
|
207
225
|
readonly icon?: string | undefined;
|
|
208
226
|
readonly hidden?: string | undefined;
|
|
209
|
-
readonly tooltip?: readonly [{
|
|
227
|
+
readonly tooltip?: string | readonly [{
|
|
210
228
|
readonly locale: "zh";
|
|
211
229
|
readonly message: string;
|
|
212
230
|
}, ...{
|
|
@@ -41,13 +41,19 @@ export declare const metadata: {
|
|
|
41
41
|
};
|
|
42
42
|
export declare function PageConfig(configure: (env: Environment) => void): Schema.Struct<{
|
|
43
43
|
kind: Schema.tag<"shwfed.component.page">;
|
|
44
|
-
title: Schema.optional<Schema.
|
|
45
|
-
locale:
|
|
46
|
-
message:
|
|
47
|
-
}
|
|
48
|
-
locale:
|
|
49
|
-
message:
|
|
50
|
-
}
|
|
44
|
+
title: Schema.optional<Schema.suspend<readonly [{
|
|
45
|
+
readonly locale: "zh";
|
|
46
|
+
readonly message: string;
|
|
47
|
+
}, ...{
|
|
48
|
+
readonly locale: "en" | "ja" | "ko";
|
|
49
|
+
readonly message: string;
|
|
50
|
+
}[]], string | readonly [{
|
|
51
|
+
readonly locale: "zh";
|
|
52
|
+
readonly message: string;
|
|
53
|
+
}, ...{
|
|
54
|
+
readonly locale: "en" | "ja" | "ko";
|
|
55
|
+
readonly message: string;
|
|
56
|
+
}[]], never>>;
|
|
51
57
|
style: Schema.optional<Schema.Schema<string, string, never>>;
|
|
52
58
|
slot: Schema.refine<{
|
|
53
59
|
readonly blocks: readonly any[];
|