@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
|
@@ -58,12 +58,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
58
58
|
readonly message: string;
|
|
59
59
|
}[]] | undefined;
|
|
60
60
|
readonly readonly?: string | undefined;
|
|
61
|
+
readonly enableSorting?: boolean | undefined;
|
|
61
62
|
readonly binding: string;
|
|
62
63
|
readonly derived?: {
|
|
63
64
|
readonly mode: "formula" | "prefill";
|
|
64
65
|
readonly expression: string;
|
|
65
66
|
} | undefined;
|
|
66
|
-
readonly enableSorting?: boolean | undefined;
|
|
67
67
|
readonly sortKey?: string | undefined;
|
|
68
68
|
}) => any;
|
|
69
69
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -122,12 +122,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
122
122
|
readonly message: string;
|
|
123
123
|
}[]] | undefined;
|
|
124
124
|
readonly readonly?: string | undefined;
|
|
125
|
+
readonly enableSorting?: boolean | undefined;
|
|
125
126
|
readonly binding: string;
|
|
126
127
|
readonly derived?: {
|
|
127
128
|
readonly mode: "formula" | "prefill";
|
|
128
129
|
readonly expression: string;
|
|
129
130
|
} | undefined;
|
|
130
|
-
readonly enableSorting?: boolean | undefined;
|
|
131
131
|
readonly sortKey?: string | undefined;
|
|
132
132
|
}) => any) | undefined;
|
|
133
133
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -58,12 +58,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
58
58
|
readonly message: string;
|
|
59
59
|
}[]] | undefined;
|
|
60
60
|
readonly readonly?: string | undefined;
|
|
61
|
+
readonly enableSorting?: boolean | undefined;
|
|
61
62
|
readonly binding: string;
|
|
62
63
|
readonly derived?: {
|
|
63
64
|
readonly mode: "formula" | "prefill";
|
|
64
65
|
readonly expression: string;
|
|
65
66
|
} | undefined;
|
|
66
|
-
readonly enableSorting?: boolean | undefined;
|
|
67
67
|
readonly sortKey?: string | undefined;
|
|
68
68
|
}) => any;
|
|
69
69
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -122,12 +122,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
122
122
|
readonly message: string;
|
|
123
123
|
}[]] | undefined;
|
|
124
124
|
readonly readonly?: string | undefined;
|
|
125
|
+
readonly enableSorting?: boolean | undefined;
|
|
125
126
|
readonly binding: string;
|
|
126
127
|
readonly derived?: {
|
|
127
128
|
readonly mode: "formula" | "prefill";
|
|
128
129
|
readonly expression: string;
|
|
129
130
|
} | undefined;
|
|
130
|
-
readonly enableSorting?: boolean | undefined;
|
|
131
131
|
readonly sortKey?: string | undefined;
|
|
132
132
|
}) => any) | undefined;
|
|
133
133
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -45,6 +45,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
45
45
|
readonly readonly?: string | undefined;
|
|
46
46
|
readonly request: string;
|
|
47
47
|
readonly enableSorting?: boolean | undefined;
|
|
48
|
+
readonly accessor?: string | undefined;
|
|
49
|
+
readonly sortKey?: string | undefined;
|
|
50
|
+
readonly successMessage?: string | undefined;
|
|
48
51
|
readonly optionValue: string;
|
|
49
52
|
readonly optionLabel: readonly [{
|
|
50
53
|
readonly locale: "zh";
|
|
@@ -53,9 +56,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
56
|
readonly locale: "en" | "ja" | "ko";
|
|
54
57
|
readonly message: string;
|
|
55
58
|
}[]];
|
|
56
|
-
readonly accessor?: string | undefined;
|
|
57
|
-
readonly sortKey?: string | undefined;
|
|
58
|
-
readonly successMessage?: string | undefined;
|
|
59
59
|
}) => any;
|
|
60
60
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
61
61
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -100,6 +100,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
100
100
|
readonly readonly?: string | undefined;
|
|
101
101
|
readonly request: string;
|
|
102
102
|
readonly enableSorting?: boolean | undefined;
|
|
103
|
+
readonly accessor?: string | undefined;
|
|
104
|
+
readonly sortKey?: string | undefined;
|
|
105
|
+
readonly successMessage?: string | undefined;
|
|
103
106
|
readonly optionValue: string;
|
|
104
107
|
readonly optionLabel: readonly [{
|
|
105
108
|
readonly locale: "zh";
|
|
@@ -108,9 +111,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
108
111
|
readonly locale: "en" | "ja" | "ko";
|
|
109
112
|
readonly message: string;
|
|
110
113
|
}[]];
|
|
111
|
-
readonly accessor?: string | undefined;
|
|
112
|
-
readonly sortKey?: string | undefined;
|
|
113
|
-
readonly successMessage?: string | undefined;
|
|
114
114
|
}) => any) | undefined;
|
|
115
115
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
116
116
|
declare const _default: typeof __VLS_export;
|
|
@@ -45,6 +45,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
45
45
|
readonly readonly?: string | undefined;
|
|
46
46
|
readonly request: string;
|
|
47
47
|
readonly enableSorting?: boolean | undefined;
|
|
48
|
+
readonly accessor?: string | undefined;
|
|
49
|
+
readonly sortKey?: string | undefined;
|
|
50
|
+
readonly successMessage?: string | undefined;
|
|
48
51
|
readonly optionValue: string;
|
|
49
52
|
readonly optionLabel: readonly [{
|
|
50
53
|
readonly locale: "zh";
|
|
@@ -53,9 +56,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
56
|
readonly locale: "en" | "ja" | "ko";
|
|
54
57
|
readonly message: string;
|
|
55
58
|
}[]];
|
|
56
|
-
readonly accessor?: string | undefined;
|
|
57
|
-
readonly sortKey?: string | undefined;
|
|
58
|
-
readonly successMessage?: string | undefined;
|
|
59
59
|
}) => any;
|
|
60
60
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
61
61
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -100,6 +100,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
100
100
|
readonly readonly?: string | undefined;
|
|
101
101
|
readonly request: string;
|
|
102
102
|
readonly enableSorting?: boolean | undefined;
|
|
103
|
+
readonly accessor?: string | undefined;
|
|
104
|
+
readonly sortKey?: string | undefined;
|
|
105
|
+
readonly successMessage?: string | undefined;
|
|
103
106
|
readonly optionValue: string;
|
|
104
107
|
readonly optionLabel: readonly [{
|
|
105
108
|
readonly locale: "zh";
|
|
@@ -108,9 +111,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
108
111
|
readonly locale: "en" | "ja" | "ko";
|
|
109
112
|
readonly message: string;
|
|
110
113
|
}[]];
|
|
111
|
-
readonly accessor?: string | undefined;
|
|
112
|
-
readonly sortKey?: string | undefined;
|
|
113
|
-
readonly successMessage?: string | undefined;
|
|
114
114
|
}) => any) | undefined;
|
|
115
115
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
116
116
|
declare const _default: typeof __VLS_export;
|
|
@@ -73,12 +73,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
73
73
|
readonly message: string;
|
|
74
74
|
}[]] | undefined;
|
|
75
75
|
readonly readonly?: string | undefined;
|
|
76
|
+
readonly enableSorting?: boolean | undefined;
|
|
76
77
|
readonly binding: string;
|
|
77
78
|
readonly derived?: {
|
|
78
79
|
readonly mode: "formula" | "prefill";
|
|
79
80
|
readonly expression: string;
|
|
80
81
|
} | undefined;
|
|
81
|
-
readonly enableSorting?: boolean | undefined;
|
|
82
82
|
readonly sortKey?: string | undefined;
|
|
83
83
|
}) => any;
|
|
84
84
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -152,12 +152,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
152
152
|
readonly message: string;
|
|
153
153
|
}[]] | undefined;
|
|
154
154
|
readonly readonly?: string | undefined;
|
|
155
|
+
readonly enableSorting?: boolean | undefined;
|
|
155
156
|
readonly binding: string;
|
|
156
157
|
readonly derived?: {
|
|
157
158
|
readonly mode: "formula" | "prefill";
|
|
158
159
|
readonly expression: string;
|
|
159
160
|
} | undefined;
|
|
160
|
-
readonly enableSorting?: boolean | undefined;
|
|
161
161
|
readonly sortKey?: string | undefined;
|
|
162
162
|
}) => any) | undefined;
|
|
163
163
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -73,12 +73,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
73
73
|
readonly message: string;
|
|
74
74
|
}[]] | undefined;
|
|
75
75
|
readonly readonly?: string | undefined;
|
|
76
|
+
readonly enableSorting?: boolean | undefined;
|
|
76
77
|
readonly binding: string;
|
|
77
78
|
readonly derived?: {
|
|
78
79
|
readonly mode: "formula" | "prefill";
|
|
79
80
|
readonly expression: string;
|
|
80
81
|
} | undefined;
|
|
81
|
-
readonly enableSorting?: boolean | undefined;
|
|
82
82
|
readonly sortKey?: string | undefined;
|
|
83
83
|
}) => any;
|
|
84
84
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -152,12 +152,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
152
152
|
readonly message: string;
|
|
153
153
|
}[]] | undefined;
|
|
154
154
|
readonly readonly?: string | undefined;
|
|
155
|
+
readonly enableSorting?: boolean | undefined;
|
|
155
156
|
readonly binding: string;
|
|
156
157
|
readonly derived?: {
|
|
157
158
|
readonly mode: "formula" | "prefill";
|
|
158
159
|
readonly expression: string;
|
|
159
160
|
} | undefined;
|
|
160
|
-
readonly enableSorting?: boolean | undefined;
|
|
161
161
|
readonly sortKey?: string | undefined;
|
|
162
162
|
}) => any) | undefined;
|
|
163
163
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -73,12 +73,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
73
73
|
readonly message: string;
|
|
74
74
|
}[]] | undefined;
|
|
75
75
|
readonly readonly?: string | undefined;
|
|
76
|
+
readonly enableSorting?: boolean | undefined;
|
|
76
77
|
readonly binding: string;
|
|
77
78
|
readonly derived?: {
|
|
78
79
|
readonly mode: "formula" | "prefill";
|
|
79
80
|
readonly expression: string;
|
|
80
81
|
} | undefined;
|
|
81
|
-
readonly enableSorting?: boolean | undefined;
|
|
82
82
|
readonly sortKey?: string | undefined;
|
|
83
83
|
}) => any;
|
|
84
84
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -152,12 +152,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
152
152
|
readonly message: string;
|
|
153
153
|
}[]] | undefined;
|
|
154
154
|
readonly readonly?: string | undefined;
|
|
155
|
+
readonly enableSorting?: boolean | undefined;
|
|
155
156
|
readonly binding: string;
|
|
156
157
|
readonly derived?: {
|
|
157
158
|
readonly mode: "formula" | "prefill";
|
|
158
159
|
readonly expression: string;
|
|
159
160
|
} | undefined;
|
|
160
|
-
readonly enableSorting?: boolean | undefined;
|
|
161
161
|
readonly sortKey?: string | undefined;
|
|
162
162
|
}) => any) | undefined;
|
|
163
163
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -73,12 +73,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
73
73
|
readonly message: string;
|
|
74
74
|
}[]] | undefined;
|
|
75
75
|
readonly readonly?: string | undefined;
|
|
76
|
+
readonly enableSorting?: boolean | undefined;
|
|
76
77
|
readonly binding: string;
|
|
77
78
|
readonly derived?: {
|
|
78
79
|
readonly mode: "formula" | "prefill";
|
|
79
80
|
readonly expression: string;
|
|
80
81
|
} | undefined;
|
|
81
|
-
readonly enableSorting?: boolean | undefined;
|
|
82
82
|
readonly sortKey?: string | undefined;
|
|
83
83
|
}) => any;
|
|
84
84
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -152,12 +152,12 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
152
152
|
readonly message: string;
|
|
153
153
|
}[]] | undefined;
|
|
154
154
|
readonly readonly?: string | undefined;
|
|
155
|
+
readonly enableSorting?: boolean | undefined;
|
|
155
156
|
readonly binding: string;
|
|
156
157
|
readonly derived?: {
|
|
157
158
|
readonly mode: "formula" | "prefill";
|
|
158
159
|
readonly expression: string;
|
|
159
160
|
} | undefined;
|
|
160
|
-
readonly enableSorting?: boolean | undefined;
|
|
161
161
|
readonly sortKey?: string | undefined;
|
|
162
162
|
}) => any) | undefined;
|
|
163
163
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -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;
|
|
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;
|
|
@@ -53,6 +48,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
48
|
readonly message: string;
|
|
54
49
|
}[]];
|
|
55
50
|
readonly enableSorting?: boolean | undefined;
|
|
51
|
+
readonly binding: string;
|
|
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";
|
|
@@ -97,11 +97,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
97
97
|
readonly message: string;
|
|
98
98
|
}[]] | undefined;
|
|
99
99
|
readonly readonly?: string | undefined;
|
|
100
|
-
readonly binding: string;
|
|
101
|
-
readonly derived?: {
|
|
102
|
-
readonly mode: "formula" | "prefill";
|
|
103
|
-
readonly expression: string;
|
|
104
|
-
} | undefined;
|
|
105
100
|
readonly dataSource: {
|
|
106
101
|
readonly data: string;
|
|
107
102
|
readonly request?: string | undefined;
|
|
@@ -116,6 +111,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
116
111
|
readonly message: string;
|
|
117
112
|
}[]];
|
|
118
113
|
readonly enableSorting?: boolean | undefined;
|
|
114
|
+
readonly binding: string;
|
|
115
|
+
readonly derived?: {
|
|
116
|
+
readonly mode: "formula" | "prefill";
|
|
117
|
+
readonly expression: string;
|
|
118
|
+
} | undefined;
|
|
119
119
|
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
120
120
|
readonly nodeTooltip?: readonly [{
|
|
121
121
|
readonly locale: "zh";
|
|
@@ -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;
|
|
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;
|
|
@@ -53,6 +48,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
48
|
readonly message: string;
|
|
54
49
|
}[]];
|
|
55
50
|
readonly enableSorting?: boolean | undefined;
|
|
51
|
+
readonly binding: string;
|
|
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";
|
|
@@ -97,11 +97,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
97
97
|
readonly message: string;
|
|
98
98
|
}[]] | undefined;
|
|
99
99
|
readonly readonly?: string | undefined;
|
|
100
|
-
readonly binding: string;
|
|
101
|
-
readonly derived?: {
|
|
102
|
-
readonly mode: "formula" | "prefill";
|
|
103
|
-
readonly expression: string;
|
|
104
|
-
} | undefined;
|
|
105
100
|
readonly dataSource: {
|
|
106
101
|
readonly data: string;
|
|
107
102
|
readonly request?: string | undefined;
|
|
@@ -116,6 +111,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
116
111
|
readonly message: string;
|
|
117
112
|
}[]];
|
|
118
113
|
readonly enableSorting?: boolean | undefined;
|
|
114
|
+
readonly binding: string;
|
|
115
|
+
readonly derived?: {
|
|
116
|
+
readonly mode: "formula" | "prefill";
|
|
117
|
+
readonly expression: string;
|
|
118
|
+
} | undefined;
|
|
119
119
|
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
120
120
|
readonly nodeTooltip?: readonly [{
|
|
121
121
|
readonly locale: "zh";
|
|
@@ -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;
|
|
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;
|
|
@@ -53,6 +48,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
48
|
readonly message: string;
|
|
54
49
|
}[]];
|
|
55
50
|
readonly enableSorting?: boolean | undefined;
|
|
51
|
+
readonly binding: string;
|
|
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;
|
|
@@ -96,11 +96,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
96
96
|
readonly message: string;
|
|
97
97
|
}[]] | undefined;
|
|
98
98
|
readonly readonly?: string | undefined;
|
|
99
|
-
readonly binding: string;
|
|
100
|
-
readonly derived?: {
|
|
101
|
-
readonly mode: "formula" | "prefill";
|
|
102
|
-
readonly expression: string;
|
|
103
|
-
} | undefined;
|
|
104
99
|
readonly dataSource: {
|
|
105
100
|
readonly data: string;
|
|
106
101
|
readonly request?: string | undefined;
|
|
@@ -115,6 +110,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
115
110
|
readonly message: string;
|
|
116
111
|
}[]];
|
|
117
112
|
readonly enableSorting?: boolean | undefined;
|
|
113
|
+
readonly binding: string;
|
|
114
|
+
readonly derived?: {
|
|
115
|
+
readonly mode: "formula" | "prefill";
|
|
116
|
+
readonly expression: string;
|
|
117
|
+
} | undefined;
|
|
118
118
|
readonly nodeTooltip?: readonly [{
|
|
119
119
|
readonly locale: "zh";
|
|
120
120
|
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;
|
|
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;
|
|
@@ -53,6 +48,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
48
|
readonly message: string;
|
|
54
49
|
}[]];
|
|
55
50
|
readonly enableSorting?: boolean | undefined;
|
|
51
|
+
readonly binding: string;
|
|
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;
|
|
@@ -96,11 +96,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
96
96
|
readonly message: string;
|
|
97
97
|
}[]] | undefined;
|
|
98
98
|
readonly readonly?: string | undefined;
|
|
99
|
-
readonly binding: string;
|
|
100
|
-
readonly derived?: {
|
|
101
|
-
readonly mode: "formula" | "prefill";
|
|
102
|
-
readonly expression: string;
|
|
103
|
-
} | undefined;
|
|
104
99
|
readonly dataSource: {
|
|
105
100
|
readonly data: string;
|
|
106
101
|
readonly request?: string | undefined;
|
|
@@ -115,6 +110,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
115
110
|
readonly message: string;
|
|
116
111
|
}[]];
|
|
117
112
|
readonly enableSorting?: boolean | undefined;
|
|
113
|
+
readonly binding: string;
|
|
114
|
+
readonly derived?: {
|
|
115
|
+
readonly mode: "formula" | "prefill";
|
|
116
|
+
readonly expression: string;
|
|
117
|
+
} | undefined;
|
|
118
118
|
readonly nodeTooltip?: readonly [{
|
|
119
119
|
readonly locale: "zh";
|
|
120
120
|
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;
|
|
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;
|
|
@@ -54,6 +49,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
54
49
|
readonly message: string;
|
|
55
50
|
}[]];
|
|
56
51
|
readonly enableSorting?: boolean | undefined;
|
|
52
|
+
readonly binding: string;
|
|
53
|
+
readonly derived?: {
|
|
54
|
+
readonly mode: "formula" | "prefill";
|
|
55
|
+
readonly expression: string;
|
|
56
|
+
} | undefined;
|
|
57
57
|
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
58
58
|
readonly nodeTooltip?: readonly [{
|
|
59
59
|
readonly locale: "zh";
|
|
@@ -99,11 +99,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
99
99
|
}[]] | undefined;
|
|
100
100
|
readonly keywords?: string | undefined;
|
|
101
101
|
readonly readonly?: string | undefined;
|
|
102
|
-
readonly binding: string;
|
|
103
|
-
readonly derived?: {
|
|
104
|
-
readonly mode: "formula" | "prefill";
|
|
105
|
-
readonly expression: string;
|
|
106
|
-
} | undefined;
|
|
107
102
|
readonly dataSource: {
|
|
108
103
|
readonly data: string;
|
|
109
104
|
readonly request?: string | undefined;
|
|
@@ -118,6 +113,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
118
113
|
readonly message: string;
|
|
119
114
|
}[]];
|
|
120
115
|
readonly enableSorting?: boolean | undefined;
|
|
116
|
+
readonly binding: string;
|
|
117
|
+
readonly derived?: {
|
|
118
|
+
readonly mode: "formula" | "prefill";
|
|
119
|
+
readonly expression: string;
|
|
120
|
+
} | undefined;
|
|
121
121
|
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
122
122
|
readonly nodeTooltip?: readonly [{
|
|
123
123
|
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;
|
|
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;
|
|
@@ -54,6 +49,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
54
49
|
readonly message: string;
|
|
55
50
|
}[]];
|
|
56
51
|
readonly enableSorting?: boolean | undefined;
|
|
52
|
+
readonly binding: string;
|
|
53
|
+
readonly derived?: {
|
|
54
|
+
readonly mode: "formula" | "prefill";
|
|
55
|
+
readonly expression: string;
|
|
56
|
+
} | undefined;
|
|
57
57
|
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
58
58
|
readonly nodeTooltip?: readonly [{
|
|
59
59
|
readonly locale: "zh";
|
|
@@ -99,11 +99,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
99
99
|
}[]] | undefined;
|
|
100
100
|
readonly keywords?: string | undefined;
|
|
101
101
|
readonly readonly?: string | undefined;
|
|
102
|
-
readonly binding: string;
|
|
103
|
-
readonly derived?: {
|
|
104
|
-
readonly mode: "formula" | "prefill";
|
|
105
|
-
readonly expression: string;
|
|
106
|
-
} | undefined;
|
|
107
102
|
readonly dataSource: {
|
|
108
103
|
readonly data: string;
|
|
109
104
|
readonly request?: string | undefined;
|
|
@@ -118,6 +113,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
118
113
|
readonly message: string;
|
|
119
114
|
}[]];
|
|
120
115
|
readonly enableSorting?: boolean | undefined;
|
|
116
|
+
readonly binding: string;
|
|
117
|
+
readonly derived?: {
|
|
118
|
+
readonly mode: "formula" | "prefill";
|
|
119
|
+
readonly expression: string;
|
|
120
|
+
} | undefined;
|
|
121
121
|
readonly cascade: "independent" | "cascade-down" | "cascade-both";
|
|
122
122
|
readonly nodeTooltip?: readonly [{
|
|
123
123
|
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;
|
|
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;
|
|
@@ -54,6 +49,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
54
49
|
readonly message: string;
|
|
55
50
|
}[]];
|
|
56
51
|
readonly enableSorting?: boolean | undefined;
|
|
52
|
+
readonly binding: string;
|
|
53
|
+
readonly derived?: {
|
|
54
|
+
readonly mode: "formula" | "prefill";
|
|
55
|
+
readonly expression: string;
|
|
56
|
+
} | undefined;
|
|
57
57
|
readonly nodeTooltip?: readonly [{
|
|
58
58
|
readonly locale: "zh";
|
|
59
59
|
readonly message: string;
|
|
@@ -98,11 +98,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
98
98
|
}[]] | undefined;
|
|
99
99
|
readonly keywords?: string | undefined;
|
|
100
100
|
readonly readonly?: string | undefined;
|
|
101
|
-
readonly binding: string;
|
|
102
|
-
readonly derived?: {
|
|
103
|
-
readonly mode: "formula" | "prefill";
|
|
104
|
-
readonly expression: string;
|
|
105
|
-
} | undefined;
|
|
106
101
|
readonly dataSource: {
|
|
107
102
|
readonly data: string;
|
|
108
103
|
readonly request?: string | undefined;
|
|
@@ -117,6 +112,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
117
112
|
readonly message: string;
|
|
118
113
|
}[]];
|
|
119
114
|
readonly enableSorting?: boolean | undefined;
|
|
115
|
+
readonly binding: string;
|
|
116
|
+
readonly derived?: {
|
|
117
|
+
readonly mode: "formula" | "prefill";
|
|
118
|
+
readonly expression: string;
|
|
119
|
+
} | undefined;
|
|
120
120
|
readonly nodeTooltip?: readonly [{
|
|
121
121
|
readonly locale: "zh";
|
|
122
122
|
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;
|
|
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;
|
|
@@ -54,6 +49,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
54
49
|
readonly message: string;
|
|
55
50
|
}[]];
|
|
56
51
|
readonly enableSorting?: boolean | undefined;
|
|
52
|
+
readonly binding: string;
|
|
53
|
+
readonly derived?: {
|
|
54
|
+
readonly mode: "formula" | "prefill";
|
|
55
|
+
readonly expression: string;
|
|
56
|
+
} | undefined;
|
|
57
57
|
readonly nodeTooltip?: readonly [{
|
|
58
58
|
readonly locale: "zh";
|
|
59
59
|
readonly message: string;
|
|
@@ -98,11 +98,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
98
98
|
}[]] | undefined;
|
|
99
99
|
readonly keywords?: string | undefined;
|
|
100
100
|
readonly readonly?: string | undefined;
|
|
101
|
-
readonly binding: string;
|
|
102
|
-
readonly derived?: {
|
|
103
|
-
readonly mode: "formula" | "prefill";
|
|
104
|
-
readonly expression: string;
|
|
105
|
-
} | undefined;
|
|
106
101
|
readonly dataSource: {
|
|
107
102
|
readonly data: string;
|
|
108
103
|
readonly request?: string | undefined;
|
|
@@ -117,6 +112,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
117
112
|
readonly message: string;
|
|
118
113
|
}[]];
|
|
119
114
|
readonly enableSorting?: boolean | undefined;
|
|
115
|
+
readonly binding: string;
|
|
116
|
+
readonly derived?: {
|
|
117
|
+
readonly mode: "formula" | "prefill";
|
|
118
|
+
readonly expression: string;
|
|
119
|
+
} | undefined;
|
|
120
120
|
readonly nodeTooltip?: readonly [{
|
|
121
121
|
readonly locale: "zh";
|
|
122
122
|
readonly message: string;
|