@shwfed/config 2.12.3 → 2.12.5
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/buttons/2026-05-11/com.shwfed.actions.button.modal.layout/runtime.vue +9 -2
- package/dist/runtime/components/actions/buttons/2026-05-11/com.shwfed.actions.button.modal.layout/schema.d.ts +8 -2
- package/dist/runtime/components/actions/buttons/2026-05-11/com.shwfed.actions.button.modal.layout/schema.js +3 -3
- package/dist/runtime/components/actions/components/group.vue +3 -1
- package/dist/runtime/components/actions/schema.d.ts +16 -4
- package/dist/runtime/components/actions/schema.js +5 -5
- package/dist/runtime/components/config/footer.d.vue.ts +4 -0
- package/dist/runtime/components/config/footer.vue +25 -12
- package/dist/runtime/components/config/footer.vue.d.ts +4 -0
- package/dist/runtime/components/config/history-picker.d.vue.ts +15 -0
- package/dist/runtime/components/config/history-picker.vue +155 -0
- package/dist/runtime/components/config/history-picker.vue.d.ts +15 -0
- package/dist/runtime/components/config/index.d.vue.ts +4 -0
- package/dist/runtime/components/config/index.vue +8 -1
- package/dist/runtime/components/config/index.vue.d.ts +4 -0
- 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/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/schema.js +2 -2
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.textarea/schema.js +2 -2
- 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/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/schema.js +1 -1
- 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/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/schema.js +2 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +24 -24
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +24 -24
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/schema.js +2 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.d.vue.ts +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue.d.ts +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/schema.js +2 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +26 -26
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +26 -26
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.js +2 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.time/config.d.vue.ts +2 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.time/config.vue.d.ts +2 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.time/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.time/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.time/schema.js +2 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.d.vue.ts +4 -4
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.vue.d.ts +4 -4
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/schema.js +2 -2
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/config.d.vue.ts +30 -30
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/config.vue.d.ts +30 -30
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/schema.js +2 -2
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.d.vue.ts +8 -8
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.vue.d.ts +8 -8
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/schema.js +2 -2
- 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/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/schema.js +2 -2
- package/dist/runtime/components/form/fields/2026-04-29/com.shwfed.form.field.combobox.single/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-04-29/com.shwfed.form.field.combobox.single/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-04-29/com.shwfed.form.field.combobox.single/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-05-12/com.shwfed.form.field.upload/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-05-12/com.shwfed.form.field.upload/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-12/com.shwfed.form.field.upload/schema.js +1 -1
- 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/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/config.d.vue.ts +2 -2
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/config.vue.d.ts +2 -2
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/row.vue +6 -1
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/schema.d.ts +9 -3
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/schema.js +2 -2
- package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.checkbox.group/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.checkbox.group/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.checkbox.group/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.radio.group/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.radio.group/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-17/com.shwfed.form.field.radio.group/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/schema.js +2 -1
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/schema.js +1 -1
- 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/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.js +2 -2
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.d.vue.ts +24 -24
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +24 -24
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.js +2 -2
- 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/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.multi/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.multi/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.multi/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.single/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.single/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.single/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.vue.d.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-06-09/com.shwfed.form.field.upload/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-06-09/com.shwfed.form.field.upload/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-06-09/com.shwfed.form.field.upload/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/runtime.vue +5 -3
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/schema.js +1 -1
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/runtime.vue +4 -3
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/schema.d.ts +8 -2
- package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/schema.js +1 -1
- package/dist/runtime/components/form/index.vue +5 -1
- package/dist/runtime/components/form/utils/derived.d.ts +9 -0
- package/dist/runtime/components/form/utils/derived.js +1 -1
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
- 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-25/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
- 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-26/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +10 -10
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.vue +224 -133
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.vue +224 -133
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +10 -10
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +10 -10
- package/dist/runtime/components/table/customization.d.vue.ts +15 -0
- package/dist/runtime/components/table/customization.vue +633 -0
- package/dist/runtime/components/table/customization.vue.d.ts +15 -0
- package/dist/runtime/components/table/index.vue +69 -6
- package/dist/runtime/components/table/utils/customization.d.ts +158 -0
- package/dist/runtime/components/table/utils/customization.js +315 -0
- 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/vendor/cel-js/CLAUDE.md +6 -5
- package/dist/runtime/vendor/cel-js/PROMPT.md +97 -19
- package/dist/runtime/vendor/cel-js/lib/decimal.d.ts +4 -0
- package/dist/runtime/vendor/cel-js/lib/decimal.js +35 -0
- package/dist/runtime/vendor/cel-js/lib/evaluator.js +2 -0
- package/dist/runtime/vendor/cel-js/lib/functions.js +107 -134
- package/dist/runtime/vendor/cel-js/lib/macros.js +125 -16
- package/dist/runtime/vendor/cel-js/lib/math-builtins.d.ts +2 -0
- package/dist/runtime/vendor/cel-js/lib/math-builtins.js +39 -0
- package/dist/runtime/vendor/cel-js/lib/optional.d.ts +4 -0
- package/dist/runtime/vendor/cel-js/lib/optional.js +73 -21
- package/dist/runtime/vendor/cel-js/lib/parser.js +2 -6
- package/dist/runtime/vendor/cel-js/lib/registry.js +2 -2
- package/package.json +1 -1
|
@@ -34,11 +34,6 @@ 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 binding?: string | undefined;
|
|
38
|
-
readonly derived?: {
|
|
39
|
-
readonly mode: "formula" | "prefill";
|
|
40
|
-
readonly expression: string;
|
|
41
|
-
} | undefined;
|
|
42
37
|
readonly dataSource: {
|
|
43
38
|
readonly data: string;
|
|
44
39
|
readonly request?: string | undefined;
|
|
@@ -52,6 +47,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
52
47
|
readonly locale: "en" | "ja" | "ko";
|
|
53
48
|
readonly message: string;
|
|
54
49
|
}[]];
|
|
50
|
+
readonly binding?: string | undefined;
|
|
51
|
+
readonly derived?: {
|
|
52
|
+
readonly mode: "formula" | "prefill";
|
|
53
|
+
readonly expression: string;
|
|
54
|
+
} | undefined;
|
|
55
55
|
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
56
56
|
readonly nodeTooltip?: readonly [{
|
|
57
57
|
readonly locale: "zh";
|
|
@@ -106,11 +106,6 @@ 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 binding?: string | undefined;
|
|
110
|
-
readonly derived?: {
|
|
111
|
-
readonly mode: "formula" | "prefill";
|
|
112
|
-
readonly expression: string;
|
|
113
|
-
} | undefined;
|
|
114
109
|
readonly dataSource: {
|
|
115
110
|
readonly data: string;
|
|
116
111
|
readonly request?: string | undefined;
|
|
@@ -124,6 +119,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
124
119
|
readonly locale: "en" | "ja" | "ko";
|
|
125
120
|
readonly message: string;
|
|
126
121
|
}[]];
|
|
122
|
+
readonly binding?: string | undefined;
|
|
123
|
+
readonly derived?: {
|
|
124
|
+
readonly mode: "formula" | "prefill";
|
|
125
|
+
readonly expression: string;
|
|
126
|
+
} | undefined;
|
|
127
127
|
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
128
128
|
readonly nodeTooltip?: readonly [{
|
|
129
129
|
readonly locale: "zh";
|
|
@@ -62,9 +62,10 @@ const formScope = useFormScope();
|
|
|
62
62
|
const inherited = injectCELContext();
|
|
63
63
|
const $cel = (expression, context) => _rawCel(expression, { ...celBindings(inherited), ...context });
|
|
64
64
|
const labelText = computed(() => getLocalizedText(props.config.label, locale.value));
|
|
65
|
-
const tooltipText = computed(
|
|
66
|
-
|
|
67
|
-
);
|
|
65
|
+
const tooltipText = computed(() => {
|
|
66
|
+
const raw = props.config.tooltip ? getLocalizedText(props.config.tooltip, locale.value) : void 0;
|
|
67
|
+
return raw ? interpolateMarkdown(raw, $cel, { form: formScope.state.value ?? {} }) : void 0;
|
|
68
|
+
});
|
|
68
69
|
const placeholderText = computed(
|
|
69
70
|
() => props.config.placeholder ? getLocalizedText(props.config.placeholder, locale.value) : t("tree-combobox-multi-placeholder")
|
|
70
71
|
);
|
|
@@ -43,7 +43,13 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
43
43
|
readonly locale: "en" | "ja" | "ko";
|
|
44
44
|
readonly message: string;
|
|
45
45
|
}[]], never>>;
|
|
46
|
-
tooltip: Schema.optional<Schema.
|
|
46
|
+
tooltip: Schema.optional<Schema.refine<readonly [{
|
|
47
|
+
readonly locale: "zh";
|
|
48
|
+
readonly message: string;
|
|
49
|
+
}, ...{
|
|
50
|
+
readonly locale: "en" | "ja" | "ko";
|
|
51
|
+
readonly message: string;
|
|
52
|
+
}[]], Schema.suspend<readonly [{
|
|
47
53
|
readonly locale: "zh";
|
|
48
54
|
readonly message: string;
|
|
49
55
|
}, ...{
|
|
@@ -55,7 +61,7 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
55
61
|
}, ...{
|
|
56
62
|
readonly locale: "en" | "ja" | "ko";
|
|
57
63
|
readonly message: string;
|
|
58
|
-
}[]], never
|
|
64
|
+
}[]], never>>>;
|
|
59
65
|
orientation: Schema.optional<Schema.Literal<["vertical", "floating"]>>;
|
|
60
66
|
binding: Schema.optional<Schema.refine<string, typeof Schema.String>>;
|
|
61
67
|
disabled: Schema.optional<Schema.Schema<string, string, never>>;
|
|
@@ -43,7 +43,7 @@ export function schema(configure) {
|
|
|
43
43
|
title: "\u5360\u4F4D\u7B26",
|
|
44
44
|
description: "\u672A\u9009\u4E2D\u4EFB\u4F55\u9009\u9879\u65F6\u89E6\u53D1\u5668\u4E2D\u7684\u5360\u4F4D\u6587\u672C"
|
|
45
45
|
})),
|
|
46
|
-
tooltip: Schema.optional(
|
|
46
|
+
tooltip: Schema.optional(LocaleMarkdown({ configure }).annotations({
|
|
47
47
|
title: "\u63D0\u793A",
|
|
48
48
|
description: "\u9F20\u6807\u60AC\u505C\u5728\u6807\u7B7E\u4E0A\u65F6\u5C55\u793A\u7684\u8BF4\u660E"
|
|
49
49
|
})),
|
|
@@ -34,11 +34,6 @@ 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 binding?: string | undefined;
|
|
38
|
-
readonly derived?: {
|
|
39
|
-
readonly mode: "formula" | "prefill";
|
|
40
|
-
readonly expression: string;
|
|
41
|
-
} | undefined;
|
|
42
37
|
readonly dataSource: {
|
|
43
38
|
readonly data: string;
|
|
44
39
|
readonly request?: string | undefined;
|
|
@@ -52,6 +47,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
52
47
|
readonly locale: "en" | "ja" | "ko";
|
|
53
48
|
readonly message: string;
|
|
54
49
|
}[]];
|
|
50
|
+
readonly binding?: string | undefined;
|
|
51
|
+
readonly derived?: {
|
|
52
|
+
readonly mode: "formula" | "prefill";
|
|
53
|
+
readonly expression: string;
|
|
54
|
+
} | undefined;
|
|
55
55
|
readonly nodeTooltip?: readonly [{
|
|
56
56
|
readonly locale: "zh";
|
|
57
57
|
readonly message: string;
|
|
@@ -105,11 +105,6 @@ 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 binding?: string | undefined;
|
|
109
|
-
readonly derived?: {
|
|
110
|
-
readonly mode: "formula" | "prefill";
|
|
111
|
-
readonly expression: string;
|
|
112
|
-
} | undefined;
|
|
113
108
|
readonly dataSource: {
|
|
114
109
|
readonly data: string;
|
|
115
110
|
readonly request?: string | undefined;
|
|
@@ -123,6 +118,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
123
118
|
readonly locale: "en" | "ja" | "ko";
|
|
124
119
|
readonly message: string;
|
|
125
120
|
}[]];
|
|
121
|
+
readonly binding?: string | undefined;
|
|
122
|
+
readonly derived?: {
|
|
123
|
+
readonly mode: "formula" | "prefill";
|
|
124
|
+
readonly expression: string;
|
|
125
|
+
} | undefined;
|
|
126
126
|
readonly nodeTooltip?: readonly [{
|
|
127
127
|
readonly locale: "zh";
|
|
128
128
|
readonly message: string;
|
|
@@ -34,11 +34,6 @@ 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 binding?: string | undefined;
|
|
38
|
-
readonly derived?: {
|
|
39
|
-
readonly mode: "formula" | "prefill";
|
|
40
|
-
readonly expression: string;
|
|
41
|
-
} | undefined;
|
|
42
37
|
readonly dataSource: {
|
|
43
38
|
readonly data: string;
|
|
44
39
|
readonly request?: string | undefined;
|
|
@@ -52,6 +47,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
52
47
|
readonly locale: "en" | "ja" | "ko";
|
|
53
48
|
readonly message: string;
|
|
54
49
|
}[]];
|
|
50
|
+
readonly binding?: string | undefined;
|
|
51
|
+
readonly derived?: {
|
|
52
|
+
readonly mode: "formula" | "prefill";
|
|
53
|
+
readonly expression: string;
|
|
54
|
+
} | undefined;
|
|
55
55
|
readonly nodeTooltip?: readonly [{
|
|
56
56
|
readonly locale: "zh";
|
|
57
57
|
readonly message: string;
|
|
@@ -105,11 +105,6 @@ 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 binding?: string | undefined;
|
|
109
|
-
readonly derived?: {
|
|
110
|
-
readonly mode: "formula" | "prefill";
|
|
111
|
-
readonly expression: string;
|
|
112
|
-
} | undefined;
|
|
113
108
|
readonly dataSource: {
|
|
114
109
|
readonly data: string;
|
|
115
110
|
readonly request?: string | undefined;
|
|
@@ -123,6 +118,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
123
118
|
readonly locale: "en" | "ja" | "ko";
|
|
124
119
|
readonly message: string;
|
|
125
120
|
}[]];
|
|
121
|
+
readonly binding?: string | undefined;
|
|
122
|
+
readonly derived?: {
|
|
123
|
+
readonly mode: "formula" | "prefill";
|
|
124
|
+
readonly expression: string;
|
|
125
|
+
} | undefined;
|
|
126
126
|
readonly nodeTooltip?: readonly [{
|
|
127
127
|
readonly locale: "zh";
|
|
128
128
|
readonly message: string;
|
|
@@ -62,9 +62,10 @@ const formScope = useFormScope();
|
|
|
62
62
|
const inherited = injectCELContext();
|
|
63
63
|
const $cel = (expression, context) => _rawCel(expression, { ...celBindings(inherited), ...context });
|
|
64
64
|
const labelText = computed(() => getLocalizedText(props.config.label, locale.value));
|
|
65
|
-
const tooltipText = computed(
|
|
66
|
-
|
|
67
|
-
);
|
|
65
|
+
const tooltipText = computed(() => {
|
|
66
|
+
const raw = props.config.tooltip ? getLocalizedText(props.config.tooltip, locale.value) : void 0;
|
|
67
|
+
return raw ? interpolateMarkdown(raw, $cel, { form: formScope.state.value ?? {} }) : void 0;
|
|
68
|
+
});
|
|
68
69
|
const placeholderText = computed(
|
|
69
70
|
() => props.config.placeholder ? getLocalizedText(props.config.placeholder, locale.value) : t("tree-combobox-single-placeholder")
|
|
70
71
|
);
|
|
@@ -43,7 +43,13 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
43
43
|
readonly locale: "en" | "ja" | "ko";
|
|
44
44
|
readonly message: string;
|
|
45
45
|
}[]], never>>;
|
|
46
|
-
tooltip: Schema.optional<Schema.
|
|
46
|
+
tooltip: Schema.optional<Schema.refine<readonly [{
|
|
47
|
+
readonly locale: "zh";
|
|
48
|
+
readonly message: string;
|
|
49
|
+
}, ...{
|
|
50
|
+
readonly locale: "en" | "ja" | "ko";
|
|
51
|
+
readonly message: string;
|
|
52
|
+
}[]], Schema.suspend<readonly [{
|
|
47
53
|
readonly locale: "zh";
|
|
48
54
|
readonly message: string;
|
|
49
55
|
}, ...{
|
|
@@ -55,7 +61,7 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
55
61
|
}, ...{
|
|
56
62
|
readonly locale: "en" | "ja" | "ko";
|
|
57
63
|
readonly message: string;
|
|
58
|
-
}[]], never
|
|
64
|
+
}[]], never>>>;
|
|
59
65
|
orientation: Schema.optional<Schema.Literal<["vertical", "floating"]>>;
|
|
60
66
|
binding: Schema.optional<Schema.refine<string, typeof Schema.String>>;
|
|
61
67
|
disabled: Schema.optional<Schema.Schema<string, string, never>>;
|
|
@@ -43,7 +43,7 @@ export function schema(configure) {
|
|
|
43
43
|
title: "\u5360\u4F4D\u7B26",
|
|
44
44
|
description: "\u672A\u9009\u4E2D\u4EFB\u4F55\u9009\u9879\u65F6\u89E6\u53D1\u5668\u4E2D\u7684\u5360\u4F4D\u6587\u672C"
|
|
45
45
|
})),
|
|
46
|
-
tooltip: Schema.optional(
|
|
46
|
+
tooltip: Schema.optional(LocaleMarkdown({ configure }).annotations({
|
|
47
47
|
title: "\u63D0\u793A",
|
|
48
48
|
description: "\u9F20\u6807\u60AC\u505C\u5728\u6807\u7B7E\u4E0A\u65F6\u5C55\u793A\u7684\u8BF4\u660E"
|
|
49
49
|
})),
|
|
@@ -63,9 +63,10 @@ const labelText = computed(() => getLocalizedText(props.config.label, locale.val
|
|
|
63
63
|
const placeholderText = computed(
|
|
64
64
|
() => props.config.placeholder ? getLocalizedText(props.config.placeholder, locale.value) : t("combobox-multi-placeholder")
|
|
65
65
|
);
|
|
66
|
-
const tooltipText = computed(
|
|
67
|
-
|
|
68
|
-
);
|
|
66
|
+
const tooltipText = computed(() => {
|
|
67
|
+
const raw = props.config.tooltip ? getLocalizedText(props.config.tooltip, locale.value) : void 0;
|
|
68
|
+
return raw ? interpolateMarkdown(raw, $cel, { form: formScope.state.value ?? {} }) : void 0;
|
|
69
|
+
});
|
|
69
70
|
function evalBool(expression, label) {
|
|
70
71
|
if (!expression) return false;
|
|
71
72
|
try {
|
|
@@ -213,7 +213,13 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
213
213
|
readonly locale: "en" | "ja" | "ko";
|
|
214
214
|
readonly message: string;
|
|
215
215
|
}[]], never>>;
|
|
216
|
-
tooltip: Schema.optional<Schema.
|
|
216
|
+
tooltip: Schema.optional<Schema.refine<readonly [{
|
|
217
|
+
readonly locale: "zh";
|
|
218
|
+
readonly message: string;
|
|
219
|
+
}, ...{
|
|
220
|
+
readonly locale: "en" | "ja" | "ko";
|
|
221
|
+
readonly message: string;
|
|
222
|
+
}[]], Schema.suspend<readonly [{
|
|
217
223
|
readonly locale: "zh";
|
|
218
224
|
readonly message: string;
|
|
219
225
|
}, ...{
|
|
@@ -225,7 +231,7 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
225
231
|
}, ...{
|
|
226
232
|
readonly locale: "en" | "ja" | "ko";
|
|
227
233
|
readonly message: string;
|
|
228
|
-
}[]], never
|
|
234
|
+
}[]], never>>>;
|
|
229
235
|
orientation: Schema.optional<Schema.Literal<["vertical", "floating"]>>;
|
|
230
236
|
binding: Schema.optional<Schema.refine<string, typeof Schema.String>>;
|
|
231
237
|
disabled: Schema.optional<Schema.Schema<string, string, never>>;
|
|
@@ -125,7 +125,7 @@ export function schema(configure) {
|
|
|
125
125
|
title: "\u5360\u4F4D\u7B26",
|
|
126
126
|
description: "\u672A\u9009\u4E2D\u4EFB\u4F55\u9009\u9879\u65F6\u8F93\u5165\u6846\u4E2D\u7684\u5360\u4F4D\u6587\u672C"
|
|
127
127
|
})),
|
|
128
|
-
tooltip: Schema.optional(
|
|
128
|
+
tooltip: Schema.optional(LocaleMarkdown({ configure }).annotations({
|
|
129
129
|
title: "\u63D0\u793A",
|
|
130
130
|
description: "\u9F20\u6807\u60AC\u505C\u5728\u6807\u7B7E\u4E0A\u65F6\u5C55\u793A\u7684\u8BF4\u660E"
|
|
131
131
|
})),
|
|
@@ -63,9 +63,10 @@ const labelText = computed(() => getLocalizedText(props.config.label, locale.val
|
|
|
63
63
|
const placeholderText = computed(
|
|
64
64
|
() => props.config.placeholder ? getLocalizedText(props.config.placeholder, locale.value) : t("combobox-single-placeholder")
|
|
65
65
|
);
|
|
66
|
-
const tooltipText = computed(
|
|
67
|
-
|
|
68
|
-
);
|
|
66
|
+
const tooltipText = computed(() => {
|
|
67
|
+
const raw = props.config.tooltip ? getLocalizedText(props.config.tooltip, locale.value) : void 0;
|
|
68
|
+
return raw ? interpolateMarkdown(raw, $cel, { form: formScope.state.value ?? {} }) : void 0;
|
|
69
|
+
});
|
|
69
70
|
function evalBool(expression, label) {
|
|
70
71
|
if (!expression) return false;
|
|
71
72
|
try {
|
|
@@ -213,7 +213,13 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
213
213
|
readonly locale: "en" | "ja" | "ko";
|
|
214
214
|
readonly message: string;
|
|
215
215
|
}[]], never>>;
|
|
216
|
-
tooltip: Schema.optional<Schema.
|
|
216
|
+
tooltip: Schema.optional<Schema.refine<readonly [{
|
|
217
|
+
readonly locale: "zh";
|
|
218
|
+
readonly message: string;
|
|
219
|
+
}, ...{
|
|
220
|
+
readonly locale: "en" | "ja" | "ko";
|
|
221
|
+
readonly message: string;
|
|
222
|
+
}[]], Schema.suspend<readonly [{
|
|
217
223
|
readonly locale: "zh";
|
|
218
224
|
readonly message: string;
|
|
219
225
|
}, ...{
|
|
@@ -225,7 +231,7 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
225
231
|
}, ...{
|
|
226
232
|
readonly locale: "en" | "ja" | "ko";
|
|
227
233
|
readonly message: string;
|
|
228
|
-
}[]], never
|
|
234
|
+
}[]], never>>>;
|
|
229
235
|
orientation: Schema.optional<Schema.Literal<["vertical", "floating"]>>;
|
|
230
236
|
binding: Schema.optional<Schema.refine<string, typeof Schema.String>>;
|
|
231
237
|
disabled: Schema.optional<Schema.Schema<string, string, never>>;
|
|
@@ -125,7 +125,7 @@ export function schema(configure) {
|
|
|
125
125
|
title: "\u5360\u4F4D\u7B26",
|
|
126
126
|
description: "\u672A\u9009\u4E2D\u4EFB\u4F55\u9009\u9879\u65F6\u8F93\u5165\u6846\u4E2D\u7684\u5360\u4F4D\u6587\u672C"
|
|
127
127
|
})),
|
|
128
|
-
tooltip: Schema.optional(
|
|
128
|
+
tooltip: Schema.optional(LocaleMarkdown({ configure }).annotations({
|
|
129
129
|
title: "\u63D0\u793A",
|
|
130
130
|
description: "\u9F20\u6807\u60AC\u505C\u5728\u6807\u7B7E\u4E0A\u65F6\u5C55\u793A\u7684\u8BF4\u660E"
|
|
131
131
|
})),
|
|
@@ -35,11 +35,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
35
35
|
}[]] | undefined;
|
|
36
36
|
readonly keywords?: string | undefined;
|
|
37
37
|
readonly readonly?: string | undefined;
|
|
38
|
-
readonly binding?: string | undefined;
|
|
39
|
-
readonly derived?: {
|
|
40
|
-
readonly mode: "formula" | "prefill";
|
|
41
|
-
readonly expression: string;
|
|
42
|
-
} | undefined;
|
|
43
38
|
readonly dataSource: {
|
|
44
39
|
readonly data: string;
|
|
45
40
|
readonly request?: string | undefined;
|
|
@@ -53,6 +48,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
48
|
readonly locale: "en" | "ja" | "ko";
|
|
54
49
|
readonly message: string;
|
|
55
50
|
}[]];
|
|
51
|
+
readonly binding?: string | undefined;
|
|
52
|
+
readonly derived?: {
|
|
53
|
+
readonly mode: "formula" | "prefill";
|
|
54
|
+
readonly expression: string;
|
|
55
|
+
} | undefined;
|
|
56
56
|
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
57
57
|
readonly nodeTooltip?: readonly [{
|
|
58
58
|
readonly locale: "zh";
|
|
@@ -108,11 +108,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
108
108
|
}[]] | undefined;
|
|
109
109
|
readonly keywords?: string | undefined;
|
|
110
110
|
readonly readonly?: string | undefined;
|
|
111
|
-
readonly binding?: string | undefined;
|
|
112
|
-
readonly derived?: {
|
|
113
|
-
readonly mode: "formula" | "prefill";
|
|
114
|
-
readonly expression: string;
|
|
115
|
-
} | undefined;
|
|
116
111
|
readonly dataSource: {
|
|
117
112
|
readonly data: string;
|
|
118
113
|
readonly request?: string | undefined;
|
|
@@ -126,6 +121,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
126
121
|
readonly locale: "en" | "ja" | "ko";
|
|
127
122
|
readonly message: string;
|
|
128
123
|
}[]];
|
|
124
|
+
readonly binding?: string | undefined;
|
|
125
|
+
readonly derived?: {
|
|
126
|
+
readonly mode: "formula" | "prefill";
|
|
127
|
+
readonly expression: string;
|
|
128
|
+
} | undefined;
|
|
129
129
|
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
130
130
|
readonly nodeTooltip?: readonly [{
|
|
131
131
|
readonly locale: "zh";
|
|
@@ -35,11 +35,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
35
35
|
}[]] | undefined;
|
|
36
36
|
readonly keywords?: string | undefined;
|
|
37
37
|
readonly readonly?: string | undefined;
|
|
38
|
-
readonly binding?: string | undefined;
|
|
39
|
-
readonly derived?: {
|
|
40
|
-
readonly mode: "formula" | "prefill";
|
|
41
|
-
readonly expression: string;
|
|
42
|
-
} | undefined;
|
|
43
38
|
readonly dataSource: {
|
|
44
39
|
readonly data: string;
|
|
45
40
|
readonly request?: string | undefined;
|
|
@@ -53,6 +48,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
48
|
readonly locale: "en" | "ja" | "ko";
|
|
54
49
|
readonly message: string;
|
|
55
50
|
}[]];
|
|
51
|
+
readonly binding?: string | undefined;
|
|
52
|
+
readonly derived?: {
|
|
53
|
+
readonly mode: "formula" | "prefill";
|
|
54
|
+
readonly expression: string;
|
|
55
|
+
} | undefined;
|
|
56
56
|
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
57
57
|
readonly nodeTooltip?: readonly [{
|
|
58
58
|
readonly locale: "zh";
|
|
@@ -108,11 +108,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
108
108
|
}[]] | undefined;
|
|
109
109
|
readonly keywords?: string | undefined;
|
|
110
110
|
readonly readonly?: string | undefined;
|
|
111
|
-
readonly binding?: string | undefined;
|
|
112
|
-
readonly derived?: {
|
|
113
|
-
readonly mode: "formula" | "prefill";
|
|
114
|
-
readonly expression: string;
|
|
115
|
-
} | undefined;
|
|
116
111
|
readonly dataSource: {
|
|
117
112
|
readonly data: string;
|
|
118
113
|
readonly request?: string | undefined;
|
|
@@ -126,6 +121,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
126
121
|
readonly locale: "en" | "ja" | "ko";
|
|
127
122
|
readonly message: string;
|
|
128
123
|
}[]];
|
|
124
|
+
readonly binding?: string | undefined;
|
|
125
|
+
readonly derived?: {
|
|
126
|
+
readonly mode: "formula" | "prefill";
|
|
127
|
+
readonly expression: string;
|
|
128
|
+
} | undefined;
|
|
129
129
|
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
130
130
|
readonly nodeTooltip?: readonly [{
|
|
131
131
|
readonly locale: "zh";
|
|
@@ -64,9 +64,10 @@ const formScope = useFormScope();
|
|
|
64
64
|
const inherited = injectCELContext();
|
|
65
65
|
const $cel = (expression, context) => _rawCel(expression, { ...celBindings(inherited), ...context });
|
|
66
66
|
const labelText = computed(() => getLocalizedText(props.config.label, locale.value));
|
|
67
|
-
const tooltipText = computed(
|
|
68
|
-
|
|
69
|
-
);
|
|
67
|
+
const tooltipText = computed(() => {
|
|
68
|
+
const raw = props.config.tooltip ? getLocalizedText(props.config.tooltip, locale.value) : void 0;
|
|
69
|
+
return raw ? interpolateMarkdown(raw, $cel, { form: formScope.state.value ?? {} }) : void 0;
|
|
70
|
+
});
|
|
70
71
|
const placeholderText = computed(
|
|
71
72
|
() => props.config.placeholder ? getLocalizedText(props.config.placeholder, locale.value) : t("tree-combobox-multi-placeholder")
|
|
72
73
|
);
|
|
@@ -45,7 +45,13 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
45
45
|
readonly locale: "en" | "ja" | "ko";
|
|
46
46
|
readonly message: string;
|
|
47
47
|
}[]], never>>;
|
|
48
|
-
tooltip: Schema.optional<Schema.
|
|
48
|
+
tooltip: Schema.optional<Schema.refine<readonly [{
|
|
49
|
+
readonly locale: "zh";
|
|
50
|
+
readonly message: string;
|
|
51
|
+
}, ...{
|
|
52
|
+
readonly locale: "en" | "ja" | "ko";
|
|
53
|
+
readonly message: string;
|
|
54
|
+
}[]], Schema.suspend<readonly [{
|
|
49
55
|
readonly locale: "zh";
|
|
50
56
|
readonly message: string;
|
|
51
57
|
}, ...{
|
|
@@ -57,7 +63,7 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
57
63
|
}, ...{
|
|
58
64
|
readonly locale: "en" | "ja" | "ko";
|
|
59
65
|
readonly message: string;
|
|
60
|
-
}[]], never
|
|
66
|
+
}[]], never>>>;
|
|
61
67
|
orientation: Schema.optional<Schema.Literal<["vertical", "floating"]>>;
|
|
62
68
|
binding: Schema.optional<Schema.refine<string, typeof Schema.String>>;
|
|
63
69
|
disabled: Schema.optional<Schema.Schema<string, string, never>>;
|
|
@@ -47,7 +47,7 @@ export function schema(configure) {
|
|
|
47
47
|
title: "\u5360\u4F4D\u7B26",
|
|
48
48
|
description: "\u672A\u9009\u4E2D\u4EFB\u4F55\u9009\u9879\u65F6\u89E6\u53D1\u5668\u4E2D\u7684\u5360\u4F4D\u6587\u672C"
|
|
49
49
|
})),
|
|
50
|
-
tooltip: Schema.optional(
|
|
50
|
+
tooltip: Schema.optional(LocaleMarkdown({ configure }).annotations({
|
|
51
51
|
title: "\u63D0\u793A",
|
|
52
52
|
description: "\u9F20\u6807\u60AC\u505C\u5728\u6807\u7B7E\u4E0A\u65F6\u5C55\u793A\u7684\u8BF4\u660E"
|
|
53
53
|
})),
|
|
@@ -35,11 +35,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
35
35
|
}[]] | undefined;
|
|
36
36
|
readonly keywords?: string | undefined;
|
|
37
37
|
readonly readonly?: string | undefined;
|
|
38
|
-
readonly binding?: string | undefined;
|
|
39
|
-
readonly derived?: {
|
|
40
|
-
readonly mode: "formula" | "prefill";
|
|
41
|
-
readonly expression: string;
|
|
42
|
-
} | undefined;
|
|
43
38
|
readonly dataSource: {
|
|
44
39
|
readonly data: string;
|
|
45
40
|
readonly request?: string | undefined;
|
|
@@ -53,6 +48,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
48
|
readonly locale: "en" | "ja" | "ko";
|
|
54
49
|
readonly message: string;
|
|
55
50
|
}[]];
|
|
51
|
+
readonly binding?: string | undefined;
|
|
52
|
+
readonly derived?: {
|
|
53
|
+
readonly mode: "formula" | "prefill";
|
|
54
|
+
readonly expression: string;
|
|
55
|
+
} | undefined;
|
|
56
56
|
readonly nodeTooltip?: readonly [{
|
|
57
57
|
readonly locale: "zh";
|
|
58
58
|
readonly message: string;
|
|
@@ -107,11 +107,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
107
107
|
}[]] | undefined;
|
|
108
108
|
readonly keywords?: string | undefined;
|
|
109
109
|
readonly readonly?: string | undefined;
|
|
110
|
-
readonly binding?: string | undefined;
|
|
111
|
-
readonly derived?: {
|
|
112
|
-
readonly mode: "formula" | "prefill";
|
|
113
|
-
readonly expression: string;
|
|
114
|
-
} | undefined;
|
|
115
110
|
readonly dataSource: {
|
|
116
111
|
readonly data: string;
|
|
117
112
|
readonly request?: string | undefined;
|
|
@@ -125,6 +120,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
125
120
|
readonly locale: "en" | "ja" | "ko";
|
|
126
121
|
readonly message: string;
|
|
127
122
|
}[]];
|
|
123
|
+
readonly binding?: string | undefined;
|
|
124
|
+
readonly derived?: {
|
|
125
|
+
readonly mode: "formula" | "prefill";
|
|
126
|
+
readonly expression: string;
|
|
127
|
+
} | undefined;
|
|
128
128
|
readonly nodeTooltip?: readonly [{
|
|
129
129
|
readonly locale: "zh";
|
|
130
130
|
readonly message: string;
|
|
@@ -35,11 +35,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
35
35
|
}[]] | undefined;
|
|
36
36
|
readonly keywords?: string | undefined;
|
|
37
37
|
readonly readonly?: string | undefined;
|
|
38
|
-
readonly binding?: string | undefined;
|
|
39
|
-
readonly derived?: {
|
|
40
|
-
readonly mode: "formula" | "prefill";
|
|
41
|
-
readonly expression: string;
|
|
42
|
-
} | undefined;
|
|
43
38
|
readonly dataSource: {
|
|
44
39
|
readonly data: string;
|
|
45
40
|
readonly request?: string | undefined;
|
|
@@ -53,6 +48,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
48
|
readonly locale: "en" | "ja" | "ko";
|
|
54
49
|
readonly message: string;
|
|
55
50
|
}[]];
|
|
51
|
+
readonly binding?: string | undefined;
|
|
52
|
+
readonly derived?: {
|
|
53
|
+
readonly mode: "formula" | "prefill";
|
|
54
|
+
readonly expression: string;
|
|
55
|
+
} | undefined;
|
|
56
56
|
readonly nodeTooltip?: readonly [{
|
|
57
57
|
readonly locale: "zh";
|
|
58
58
|
readonly message: string;
|
|
@@ -107,11 +107,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
107
107
|
}[]] | undefined;
|
|
108
108
|
readonly keywords?: string | undefined;
|
|
109
109
|
readonly readonly?: string | undefined;
|
|
110
|
-
readonly binding?: string | undefined;
|
|
111
|
-
readonly derived?: {
|
|
112
|
-
readonly mode: "formula" | "prefill";
|
|
113
|
-
readonly expression: string;
|
|
114
|
-
} | undefined;
|
|
115
110
|
readonly dataSource: {
|
|
116
111
|
readonly data: string;
|
|
117
112
|
readonly request?: string | undefined;
|
|
@@ -125,6 +120,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
125
120
|
readonly locale: "en" | "ja" | "ko";
|
|
126
121
|
readonly message: string;
|
|
127
122
|
}[]];
|
|
123
|
+
readonly binding?: string | undefined;
|
|
124
|
+
readonly derived?: {
|
|
125
|
+
readonly mode: "formula" | "prefill";
|
|
126
|
+
readonly expression: string;
|
|
127
|
+
} | undefined;
|
|
128
128
|
readonly nodeTooltip?: readonly [{
|
|
129
129
|
readonly locale: "zh";
|
|
130
130
|
readonly message: string;
|
|
@@ -64,9 +64,10 @@ const formScope = useFormScope();
|
|
|
64
64
|
const inherited = injectCELContext();
|
|
65
65
|
const $cel = (expression, context) => _rawCel(expression, { ...celBindings(inherited), ...context });
|
|
66
66
|
const labelText = computed(() => getLocalizedText(props.config.label, locale.value));
|
|
67
|
-
const tooltipText = computed(
|
|
68
|
-
|
|
69
|
-
);
|
|
67
|
+
const tooltipText = computed(() => {
|
|
68
|
+
const raw = props.config.tooltip ? getLocalizedText(props.config.tooltip, locale.value) : void 0;
|
|
69
|
+
return raw ? interpolateMarkdown(raw, $cel, { form: formScope.state.value ?? {} }) : void 0;
|
|
70
|
+
});
|
|
70
71
|
const placeholderText = computed(
|
|
71
72
|
() => props.config.placeholder ? getLocalizedText(props.config.placeholder, locale.value) : t("tree-combobox-single-placeholder")
|
|
72
73
|
);
|
|
@@ -45,7 +45,13 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
45
45
|
readonly locale: "en" | "ja" | "ko";
|
|
46
46
|
readonly message: string;
|
|
47
47
|
}[]], never>>;
|
|
48
|
-
tooltip: Schema.optional<Schema.
|
|
48
|
+
tooltip: Schema.optional<Schema.refine<readonly [{
|
|
49
|
+
readonly locale: "zh";
|
|
50
|
+
readonly message: string;
|
|
51
|
+
}, ...{
|
|
52
|
+
readonly locale: "en" | "ja" | "ko";
|
|
53
|
+
readonly message: string;
|
|
54
|
+
}[]], Schema.suspend<readonly [{
|
|
49
55
|
readonly locale: "zh";
|
|
50
56
|
readonly message: string;
|
|
51
57
|
}, ...{
|
|
@@ -57,7 +63,7 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
57
63
|
}, ...{
|
|
58
64
|
readonly locale: "en" | "ja" | "ko";
|
|
59
65
|
readonly message: string;
|
|
60
|
-
}[]], never
|
|
66
|
+
}[]], never>>>;
|
|
61
67
|
orientation: Schema.optional<Schema.Literal<["vertical", "floating"]>>;
|
|
62
68
|
binding: Schema.optional<Schema.refine<string, typeof Schema.String>>;
|
|
63
69
|
disabled: Schema.optional<Schema.Schema<string, string, never>>;
|
|
@@ -47,7 +47,7 @@ export function schema(configure) {
|
|
|
47
47
|
title: "\u5360\u4F4D\u7B26",
|
|
48
48
|
description: "\u672A\u9009\u4E2D\u4EFB\u4F55\u9009\u9879\u65F6\u89E6\u53D1\u5668\u4E2D\u7684\u5360\u4F4D\u6587\u672C"
|
|
49
49
|
})),
|
|
50
|
-
tooltip: Schema.optional(
|
|
50
|
+
tooltip: Schema.optional(LocaleMarkdown({ configure }).annotations({
|
|
51
51
|
title: "\u63D0\u793A",
|
|
52
52
|
description: "\u9F20\u6807\u60AC\u505C\u5728\u6807\u7B7E\u4E0A\u65F6\u5C55\u793A\u7684\u8BF4\u660E"
|
|
53
53
|
})),
|