@shwfed/config 2.11.6 → 2.12.0
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/schema.d.ts +62 -38
- 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 +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/schema.d.ts +78 -42
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/schema.d.ts +91 -49
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/schema.d.ts +78 -42
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.d.ts +91 -49
- 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 +16 -16
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.d.ts +78 -42
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.d.vue.ts +18 -18
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +18 -18
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.d.ts +91 -49
- 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/common.d.ts +26 -14
- 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 +95 -0
- package/dist/runtime/components/table/ai-generate.vue +172 -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/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/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/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/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/schema.d.ts +156 -84
- 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/schema.d.ts +117 -63
- 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/schema.d.ts +70 -40
- package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.d.ts +78 -42
- 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 +114 -66
- package/dist/runtime/components/table/utils/ai-tools.d.ts +11 -0
- package/dist/runtime/components/table/utils/ai-tools.js +458 -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 +65 -35
- package/dist/runtime/components/table/utils/shared.js +16 -17
- 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 +24 -0
- package/dist/runtime/components/ui/chat/ChatPrompt.vue +43 -0
- package/dist/runtime/components/ui/chat/ChatPrompt.vue.d.ts +24 -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/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 +123 -33
- package/dist/runtime/utils/ai/parts.d.ts +30 -0
- package/dist/runtime/utils/ai/parts.js +9 -0
- package/package.json +2 -1
package/dist/runtime/components/form/fields/2026-06-09/com.shwfed.form.field.upload/schema.d.ts
CHANGED
|
@@ -38,40 +38,64 @@ export declare const FILE_VAR: {
|
|
|
38
38
|
readonly description: "表单状态中的单个文件项(服务端回填或上传响应映射所得);返回其展示文件名";
|
|
39
39
|
};
|
|
40
40
|
export declare function schema(configure: (env: Environment) => void): Schema.Struct<{
|
|
41
|
-
label: Schema.optional<Schema.
|
|
42
|
-
locale:
|
|
43
|
-
message:
|
|
44
|
-
}
|
|
45
|
-
locale:
|
|
46
|
-
message:
|
|
47
|
-
}
|
|
41
|
+
label: Schema.optional<Schema.suspend<readonly [{
|
|
42
|
+
readonly locale: "zh";
|
|
43
|
+
readonly message: string;
|
|
44
|
+
}, ...{
|
|
45
|
+
readonly locale: "en" | "ja" | "ko";
|
|
46
|
+
readonly message: string;
|
|
47
|
+
}[]], string | readonly [{
|
|
48
|
+
readonly locale: "zh";
|
|
49
|
+
readonly message: string;
|
|
50
|
+
}, ...{
|
|
51
|
+
readonly locale: "en" | "ja" | "ko";
|
|
52
|
+
readonly message: string;
|
|
53
|
+
}[]], never>>;
|
|
48
54
|
description: Schema.optional<Schema.refine<readonly [{
|
|
49
55
|
readonly locale: "zh";
|
|
50
56
|
readonly message: string;
|
|
51
57
|
}, ...{
|
|
52
58
|
readonly locale: "en" | "ja" | "ko";
|
|
53
59
|
readonly message: string;
|
|
54
|
-
}[]], Schema.
|
|
55
|
-
locale:
|
|
56
|
-
message:
|
|
57
|
-
}
|
|
58
|
-
locale:
|
|
59
|
-
message:
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
60
|
+
}[]], Schema.suspend<readonly [{
|
|
61
|
+
readonly locale: "zh";
|
|
62
|
+
readonly message: string;
|
|
63
|
+
}, ...{
|
|
64
|
+
readonly locale: "en" | "ja" | "ko";
|
|
65
|
+
readonly message: string;
|
|
66
|
+
}[]], string | readonly [{
|
|
67
|
+
readonly locale: "zh";
|
|
68
|
+
readonly message: string;
|
|
69
|
+
}, ...{
|
|
70
|
+
readonly locale: "en" | "ja" | "ko";
|
|
71
|
+
readonly message: string;
|
|
72
|
+
}[]], never>>>;
|
|
73
|
+
placeholder: Schema.optional<Schema.suspend<readonly [{
|
|
74
|
+
readonly locale: "zh";
|
|
75
|
+
readonly message: string;
|
|
76
|
+
}, ...{
|
|
77
|
+
readonly locale: "en" | "ja" | "ko";
|
|
78
|
+
readonly message: string;
|
|
79
|
+
}[]], string | readonly [{
|
|
80
|
+
readonly locale: "zh";
|
|
81
|
+
readonly message: string;
|
|
82
|
+
}, ...{
|
|
83
|
+
readonly locale: "en" | "ja" | "ko";
|
|
84
|
+
readonly message: string;
|
|
85
|
+
}[]], never>>;
|
|
86
|
+
tooltip: Schema.optional<Schema.suspend<readonly [{
|
|
87
|
+
readonly locale: "zh";
|
|
88
|
+
readonly message: string;
|
|
89
|
+
}, ...{
|
|
90
|
+
readonly locale: "en" | "ja" | "ko";
|
|
91
|
+
readonly message: string;
|
|
92
|
+
}[]], string | readonly [{
|
|
93
|
+
readonly locale: "zh";
|
|
94
|
+
readonly message: string;
|
|
95
|
+
}, ...{
|
|
96
|
+
readonly locale: "en" | "ja" | "ko";
|
|
97
|
+
readonly message: string;
|
|
98
|
+
}[]], never>>;
|
|
75
99
|
orientation: Schema.optional<Schema.Literal<["vertical", "floating"]>>;
|
|
76
100
|
binding: Schema.optional<Schema.refine<string, typeof Schema.String>>;
|
|
77
101
|
disabled: Schema.optional<Schema.Schema<string, string, never>>;
|
|
@@ -90,13 +114,19 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
90
114
|
request: Schema.Schema<string, string, never>;
|
|
91
115
|
download: Schema.optional<Schema.Schema<string, string, never>>;
|
|
92
116
|
icon: Schema.optional<Schema.refine<string, typeof Schema.String>>;
|
|
93
|
-
label: Schema.optional<Schema.
|
|
94
|
-
locale:
|
|
95
|
-
message:
|
|
96
|
-
}
|
|
97
|
-
locale:
|
|
98
|
-
message:
|
|
99
|
-
}
|
|
117
|
+
label: Schema.optional<Schema.suspend<readonly [{
|
|
118
|
+
readonly locale: "zh";
|
|
119
|
+
readonly message: string;
|
|
120
|
+
}, ...{
|
|
121
|
+
readonly locale: "en" | "ja" | "ko";
|
|
122
|
+
readonly message: string;
|
|
123
|
+
}[]], string | readonly [{
|
|
124
|
+
readonly locale: "zh";
|
|
125
|
+
readonly message: string;
|
|
126
|
+
}, ...{
|
|
127
|
+
readonly locale: "en" | "ja" | "ko";
|
|
128
|
+
readonly message: string;
|
|
129
|
+
}[]], never>>;
|
|
100
130
|
}>>>;
|
|
101
131
|
id: Schema.refine<string, typeof Schema.String>;
|
|
102
132
|
displayName: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
@@ -111,13 +141,19 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
111
141
|
}, ...{
|
|
112
142
|
readonly locale: "en" | "ja" | "ko";
|
|
113
143
|
readonly message: string;
|
|
114
|
-
}[]], Schema.
|
|
115
|
-
locale:
|
|
116
|
-
message:
|
|
117
|
-
}
|
|
118
|
-
locale:
|
|
119
|
-
message:
|
|
120
|
-
}
|
|
144
|
+
}[]], Schema.suspend<readonly [{
|
|
145
|
+
readonly locale: "zh";
|
|
146
|
+
readonly message: string;
|
|
147
|
+
}, ...{
|
|
148
|
+
readonly locale: "en" | "ja" | "ko";
|
|
149
|
+
readonly message: string;
|
|
150
|
+
}[]], string | readonly [{
|
|
151
|
+
readonly locale: "zh";
|
|
152
|
+
readonly message: string;
|
|
153
|
+
}, ...{
|
|
154
|
+
readonly locale: "en" | "ja" | "ko";
|
|
155
|
+
readonly message: string;
|
|
156
|
+
}[]], never>>;
|
|
121
157
|
}>>>;
|
|
122
158
|
type: Schema.Literal<["com.shwfed.form.field.upload"]>;
|
|
123
159
|
compatibilityDate: Schema.Literal<["2026-06-09"]>;
|
|
@@ -20,13 +20,19 @@ export declare const metadata: {
|
|
|
20
20
|
};
|
|
21
21
|
export declare function itemSchema(configure: (env: Environment) => void): Schema.Struct<{
|
|
22
22
|
id: Schema.refine<string, typeof Schema.String>;
|
|
23
|
-
label: Schema.
|
|
24
|
-
locale:
|
|
25
|
-
message:
|
|
26
|
-
}
|
|
27
|
-
locale:
|
|
28
|
-
message:
|
|
29
|
-
}
|
|
23
|
+
label: Schema.suspend<readonly [{
|
|
24
|
+
readonly locale: "zh";
|
|
25
|
+
readonly message: string;
|
|
26
|
+
}, ...{
|
|
27
|
+
readonly locale: "en" | "ja" | "ko";
|
|
28
|
+
readonly message: string;
|
|
29
|
+
}[]], string | readonly [{
|
|
30
|
+
readonly locale: "zh";
|
|
31
|
+
readonly message: string;
|
|
32
|
+
}, ...{
|
|
33
|
+
readonly locale: "en" | "ja" | "ko";
|
|
34
|
+
readonly message: string;
|
|
35
|
+
}[]], never>;
|
|
30
36
|
value: Schema.Union<[Schema.Struct<{
|
|
31
37
|
kind: Schema.Literal<["text"]>;
|
|
32
38
|
value: typeof Schema.String;
|
|
@@ -40,13 +46,19 @@ export declare function itemSchema(configure: (env: Environment) => void): Schem
|
|
|
40
46
|
}, ...{
|
|
41
47
|
readonly locale: "en" | "ja" | "ko";
|
|
42
48
|
readonly message: string;
|
|
43
|
-
}[]], Schema.
|
|
44
|
-
locale:
|
|
45
|
-
message:
|
|
46
|
-
}
|
|
47
|
-
locale:
|
|
48
|
-
message:
|
|
49
|
-
}
|
|
49
|
+
}[]], Schema.suspend<readonly [{
|
|
50
|
+
readonly locale: "zh";
|
|
51
|
+
readonly message: string;
|
|
52
|
+
}, ...{
|
|
53
|
+
readonly locale: "en" | "ja" | "ko";
|
|
54
|
+
readonly message: string;
|
|
55
|
+
}[]], string | readonly [{
|
|
56
|
+
readonly locale: "zh";
|
|
57
|
+
readonly message: string;
|
|
58
|
+
}, ...{
|
|
59
|
+
readonly locale: "en" | "ja" | "ko";
|
|
60
|
+
readonly message: string;
|
|
61
|
+
}[]], never>>>;
|
|
50
62
|
keywords: Schema.optional<Schema.Array$<typeof Schema.String>>;
|
|
51
63
|
}>;
|
|
52
64
|
export declare function remoteOptionsSchema(configure: (env: Environment) => void): Schema.Struct<{
|
|
@@ -63,13 +75,19 @@ export declare function optionsSchema(configure: (env: Environment) => void): Sc
|
|
|
63
75
|
kind: Schema.Literal<["static"]>;
|
|
64
76
|
items: Schema.optionalWith<Schema.Array$<Schema.Struct<{
|
|
65
77
|
id: Schema.refine<string, typeof Schema.String>;
|
|
66
|
-
label: Schema.
|
|
67
|
-
locale:
|
|
68
|
-
message:
|
|
69
|
-
}
|
|
70
|
-
locale:
|
|
71
|
-
message:
|
|
72
|
-
}
|
|
78
|
+
label: Schema.suspend<readonly [{
|
|
79
|
+
readonly locale: "zh";
|
|
80
|
+
readonly message: string;
|
|
81
|
+
}, ...{
|
|
82
|
+
readonly locale: "en" | "ja" | "ko";
|
|
83
|
+
readonly message: string;
|
|
84
|
+
}[]], string | readonly [{
|
|
85
|
+
readonly locale: "zh";
|
|
86
|
+
readonly message: string;
|
|
87
|
+
}, ...{
|
|
88
|
+
readonly locale: "en" | "ja" | "ko";
|
|
89
|
+
readonly message: string;
|
|
90
|
+
}[]], never>;
|
|
73
91
|
value: Schema.Union<[Schema.Struct<{
|
|
74
92
|
kind: Schema.Literal<["text"]>;
|
|
75
93
|
value: typeof Schema.String;
|
|
@@ -83,13 +101,19 @@ export declare function optionsSchema(configure: (env: Environment) => void): Sc
|
|
|
83
101
|
}, ...{
|
|
84
102
|
readonly locale: "en" | "ja" | "ko";
|
|
85
103
|
readonly message: string;
|
|
86
|
-
}[]], Schema.
|
|
87
|
-
locale:
|
|
88
|
-
message:
|
|
89
|
-
}
|
|
90
|
-
locale:
|
|
91
|
-
message:
|
|
92
|
-
}
|
|
104
|
+
}[]], Schema.suspend<readonly [{
|
|
105
|
+
readonly locale: "zh";
|
|
106
|
+
readonly message: string;
|
|
107
|
+
}, ...{
|
|
108
|
+
readonly locale: "en" | "ja" | "ko";
|
|
109
|
+
readonly message: string;
|
|
110
|
+
}[]], string | readonly [{
|
|
111
|
+
readonly locale: "zh";
|
|
112
|
+
readonly message: string;
|
|
113
|
+
}, ...{
|
|
114
|
+
readonly locale: "en" | "ja" | "ko";
|
|
115
|
+
readonly message: string;
|
|
116
|
+
}[]], never>>>;
|
|
93
117
|
keywords: Schema.optional<Schema.Array$<typeof Schema.String>>;
|
|
94
118
|
}>>, {
|
|
95
119
|
default: () => readonly [];
|
|
@@ -105,27 +129,45 @@ export declare function optionsSchema(configure: (env: Environment) => void): Sc
|
|
|
105
129
|
optionKeywords: Schema.optional<Schema.Schema<string, string, never>>;
|
|
106
130
|
}>]>;
|
|
107
131
|
export declare function schema(configure: (env: Environment) => void): Schema.Struct<{
|
|
108
|
-
label: Schema.optional<Schema.
|
|
109
|
-
locale:
|
|
110
|
-
message:
|
|
111
|
-
}
|
|
112
|
-
locale:
|
|
113
|
-
message:
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
132
|
+
label: Schema.optional<Schema.suspend<readonly [{
|
|
133
|
+
readonly locale: "zh";
|
|
134
|
+
readonly message: string;
|
|
135
|
+
}, ...{
|
|
136
|
+
readonly locale: "en" | "ja" | "ko";
|
|
137
|
+
readonly message: string;
|
|
138
|
+
}[]], string | readonly [{
|
|
139
|
+
readonly locale: "zh";
|
|
140
|
+
readonly message: string;
|
|
141
|
+
}, ...{
|
|
142
|
+
readonly locale: "en" | "ja" | "ko";
|
|
143
|
+
readonly message: string;
|
|
144
|
+
}[]], never>>;
|
|
145
|
+
placeholder: Schema.optional<Schema.suspend<readonly [{
|
|
146
|
+
readonly locale: "zh";
|
|
147
|
+
readonly message: string;
|
|
148
|
+
}, ...{
|
|
149
|
+
readonly locale: "en" | "ja" | "ko";
|
|
150
|
+
readonly message: string;
|
|
151
|
+
}[]], string | readonly [{
|
|
152
|
+
readonly locale: "zh";
|
|
153
|
+
readonly message: string;
|
|
154
|
+
}, ...{
|
|
155
|
+
readonly locale: "en" | "ja" | "ko";
|
|
156
|
+
readonly message: string;
|
|
157
|
+
}[]], never>>;
|
|
158
|
+
tooltip: Schema.optional<Schema.suspend<readonly [{
|
|
159
|
+
readonly locale: "zh";
|
|
160
|
+
readonly message: string;
|
|
161
|
+
}, ...{
|
|
162
|
+
readonly locale: "en" | "ja" | "ko";
|
|
163
|
+
readonly message: string;
|
|
164
|
+
}[]], string | readonly [{
|
|
165
|
+
readonly locale: "zh";
|
|
166
|
+
readonly message: string;
|
|
167
|
+
}, ...{
|
|
168
|
+
readonly locale: "en" | "ja" | "ko";
|
|
169
|
+
readonly message: string;
|
|
170
|
+
}[]], never>>;
|
|
129
171
|
orientation: Schema.optional<Schema.Literal<["vertical", "floating"]>>;
|
|
130
172
|
binding: Schema.optional<Schema.refine<string, typeof Schema.String>>;
|
|
131
173
|
disabled: Schema.optional<Schema.Schema<string, string, never>>;
|
|
@@ -138,13 +180,19 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
138
180
|
kind: Schema.Literal<["static"]>;
|
|
139
181
|
items: Schema.optionalWith<Schema.Array$<Schema.Struct<{
|
|
140
182
|
id: Schema.refine<string, typeof Schema.String>;
|
|
141
|
-
label: Schema.
|
|
142
|
-
locale:
|
|
143
|
-
message:
|
|
144
|
-
}
|
|
145
|
-
locale:
|
|
146
|
-
message:
|
|
147
|
-
}
|
|
183
|
+
label: Schema.suspend<readonly [{
|
|
184
|
+
readonly locale: "zh";
|
|
185
|
+
readonly message: string;
|
|
186
|
+
}, ...{
|
|
187
|
+
readonly locale: "en" | "ja" | "ko";
|
|
188
|
+
readonly message: string;
|
|
189
|
+
}[]], string | readonly [{
|
|
190
|
+
readonly locale: "zh";
|
|
191
|
+
readonly message: string;
|
|
192
|
+
}, ...{
|
|
193
|
+
readonly locale: "en" | "ja" | "ko";
|
|
194
|
+
readonly message: string;
|
|
195
|
+
}[]], never>;
|
|
148
196
|
value: Schema.Union<[Schema.Struct<{
|
|
149
197
|
kind: Schema.Literal<["text"]>;
|
|
150
198
|
value: typeof Schema.String;
|
|
@@ -158,13 +206,19 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
158
206
|
}, ...{
|
|
159
207
|
readonly locale: "en" | "ja" | "ko";
|
|
160
208
|
readonly message: string;
|
|
161
|
-
}[]], Schema.
|
|
162
|
-
locale:
|
|
163
|
-
message:
|
|
164
|
-
}
|
|
165
|
-
locale:
|
|
166
|
-
message:
|
|
167
|
-
}
|
|
209
|
+
}[]], Schema.suspend<readonly [{
|
|
210
|
+
readonly locale: "zh";
|
|
211
|
+
readonly message: string;
|
|
212
|
+
}, ...{
|
|
213
|
+
readonly locale: "en" | "ja" | "ko";
|
|
214
|
+
readonly message: string;
|
|
215
|
+
}[]], string | readonly [{
|
|
216
|
+
readonly locale: "zh";
|
|
217
|
+
readonly message: string;
|
|
218
|
+
}, ...{
|
|
219
|
+
readonly locale: "en" | "ja" | "ko";
|
|
220
|
+
readonly message: string;
|
|
221
|
+
}[]], never>>>;
|
|
168
222
|
keywords: Schema.optional<Schema.Array$<typeof Schema.String>>;
|
|
169
223
|
}>>, {
|
|
170
224
|
default: () => readonly [];
|
|
@@ -197,13 +251,19 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
197
251
|
}, ...{
|
|
198
252
|
readonly locale: "en" | "ja" | "ko";
|
|
199
253
|
readonly message: string;
|
|
200
|
-
}[]], Schema.
|
|
201
|
-
locale:
|
|
202
|
-
message:
|
|
203
|
-
}
|
|
204
|
-
locale:
|
|
205
|
-
message:
|
|
206
|
-
}
|
|
254
|
+
}[]], Schema.suspend<readonly [{
|
|
255
|
+
readonly locale: "zh";
|
|
256
|
+
readonly message: string;
|
|
257
|
+
}, ...{
|
|
258
|
+
readonly locale: "en" | "ja" | "ko";
|
|
259
|
+
readonly message: string;
|
|
260
|
+
}[]], string | readonly [{
|
|
261
|
+
readonly locale: "zh";
|
|
262
|
+
readonly message: string;
|
|
263
|
+
}, ...{
|
|
264
|
+
readonly locale: "en" | "ja" | "ko";
|
|
265
|
+
readonly message: string;
|
|
266
|
+
}[]], never>>;
|
|
207
267
|
}>>>;
|
|
208
268
|
type: Schema.Literal<["com.shwfed.form.field.combobox.multi"]>;
|
|
209
269
|
compatibilityDate: Schema.Literal<["2026-06-14"]>;
|