@shwfed/config 2.12.4 → 2.12.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/dist/module.mjs +5 -0
- 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/blocks/2026-05-06/com.shwfed.block.table/config.d.vue.ts +68 -68
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.vue.d.ts +68 -68
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.d.vue.ts +68 -68
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.vue.d.ts +68 -68
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/schema.d.ts +34 -34
- 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 +31 -4
- 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/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/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/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 +6 -6
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +6 -6
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/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 +2 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue.d.ts +2 -2
- 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 +8 -8
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +8 -8
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/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 +2 -2
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/config.vue.d.ts +2 -2
- 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 +2 -2
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.vue.d.ts +2 -2
- 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/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/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/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 +18 -18
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.vue.d.ts +18 -18
- 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/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 +6 -6
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +6 -6
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/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/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 +18 -18
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +18 -18
- 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 +18 -18
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +18 -18
- 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 +18 -18
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +18 -18
- 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 +18 -18
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +18 -18
- 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 +18 -18
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.vue.d.ts +18 -18
- 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 +18 -18
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.vue.d.ts +18 -18
- 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/sidebar/index.d.vue.ts +22 -3
- package/dist/runtime/components/sidebar/index.vue +66 -5
- package/dist/runtime/components/sidebar/index.vue.d.ts +22 -3
- package/dist/runtime/components/sidebar/node.d.vue.ts +1 -1
- package/dist/runtime/components/sidebar/node.vue +33 -13
- package/dist/runtime/components/sidebar/node.vue.d.ts +1 -1
- package/dist/runtime/components/sidebar/tree.vue +113 -83
- package/dist/runtime/components/sidebar/types.d.ts +8 -0
- package/dist/runtime/components/sidebar/types.js +1 -0
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.vue +224 -133
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
- 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.combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
- 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/schema.d.ts +68 -68
- 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/table/utils/row-reorder.d.ts +3 -2
- package/dist/runtime/components/table/utils/row-reorder.js +1 -12
- package/dist/runtime/components/tabs/index.d.vue.ts +9 -0
- package/dist/runtime/components/tabs/index.vue +92 -0
- package/dist/runtime/components/tabs/index.vue.d.ts +9 -0
- package/dist/runtime/components/tabs/tab.d.vue.ts +22 -0
- package/dist/runtime/components/tabs/tab.vue +85 -0
- package/dist/runtime/components/tabs/tab.vue.d.ts +22 -0
- package/dist/runtime/components/tabs/types.d.ts +19 -0
- package/dist/runtime/components/tabs/types.js +0 -0
- package/dist/runtime/components/tabs/use-reorder.d.ts +10 -0
- package/dist/runtime/components/tabs/use-reorder.js +90 -0
- package/dist/runtime/components/tabs/use-tabs.d.ts +46 -0
- package/dist/runtime/components/tabs/use-tabs.js +101 -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/components/ui/sidebar/SidebarMenuAction.vue +1 -1
- package/dist/runtime/components/ui/sidebar/index.js +2 -2
- package/dist/runtime/share/reorder.d.ts +2 -0
- package/dist/runtime/share/reorder.js +12 -0
- package/dist/runtime/utils/nav-registry.d.ts +19 -0
- package/dist/runtime/utils/nav-registry.js +14 -0
- package/dist/runtime/utils/page-title-registry.d.ts +3 -0
- package/dist/runtime/utils/page-title-registry.js +11 -0
- 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
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -109,6 +109,7 @@ const module$1 = defineNuxtModule({
|
|
|
109
109
|
"@atlaskit/pragmatic-drag-and-drop/combine",
|
|
110
110
|
"@atlaskit/pragmatic-drag-and-drop/element/adapter",
|
|
111
111
|
"@atlaskit/pragmatic-drag-and-drop-hitbox/tree-item",
|
|
112
|
+
"@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge",
|
|
112
113
|
"@atlaskit/pragmatic-drag-and-drop/element/preserve-offset-on-source",
|
|
113
114
|
"@atlaskit/pragmatic-drag-and-drop/element/set-custom-native-drag-preview",
|
|
114
115
|
"vaul-vue",
|
|
@@ -142,6 +143,10 @@ const module$1 = defineNuxtModule({
|
|
|
142
143
|
name: "ShwfedSidebar",
|
|
143
144
|
filePath: resolver.resolve("./runtime/components/sidebar/index.vue")
|
|
144
145
|
});
|
|
146
|
+
addComponent({
|
|
147
|
+
name: "ShwfedTabs",
|
|
148
|
+
filePath: resolver.resolve("./runtime/components/tabs/index.vue")
|
|
149
|
+
});
|
|
145
150
|
for (const folder of EXPOSED_UI_FOLDERS) {
|
|
146
151
|
const folderPath = resolver.resolve(`./runtime/components/ui/${folder}`);
|
|
147
152
|
for (const file of readdirSync(folderPath)) {
|
|
@@ -5,7 +5,9 @@ import { useI18n } from "vue-i18n";
|
|
|
5
5
|
import { openModal } from "../../../../../composables/useOverlay";
|
|
6
6
|
import { getLocalizedText } from "../../../../../share/locale";
|
|
7
7
|
import { lookupFindBlock } from "../../../../config/utils/block-ref-cache";
|
|
8
|
-
import {
|
|
8
|
+
import { cel as _rawCel } from "../../../../../utils/cel";
|
|
9
|
+
import { celBindings, injectCELContext, provideCELContext } from "../../../../../utils/cel-context";
|
|
10
|
+
import { interpolateMarkdown } from "../../../../table/utils/runtime";
|
|
9
11
|
import {
|
|
10
12
|
EVENT_CHANNEL_KEY,
|
|
11
13
|
createEventChannel,
|
|
@@ -24,6 +26,7 @@ const { locale } = useI18n();
|
|
|
24
26
|
const configure = (_env) => {
|
|
25
27
|
};
|
|
26
28
|
const inheritedCelContext = injectCELContext();
|
|
29
|
+
const $cel = (expression, context) => _rawCel(expression, { ...celBindings(inheritedCelContext), ...context });
|
|
27
30
|
const inheritedFormState = inject(FORM_STATE_KEY, void 0);
|
|
28
31
|
const outerEventChannel = useEventChannel();
|
|
29
32
|
const currentClose = ref(null);
|
|
@@ -45,7 +48,11 @@ const ModalBoundaryBridge = defineComponent({
|
|
|
45
48
|
});
|
|
46
49
|
const findBlock = (type, compatibilityDate) => lookupFindBlock()?.(type, compatibilityDate);
|
|
47
50
|
const effect = Effect.gen(function* () {
|
|
48
|
-
const title =
|
|
51
|
+
const title = interpolateMarkdown(
|
|
52
|
+
getLocalizedText(props.config.modalTitle, locale.value) ?? getLocalizedText(props.buttonTitle, locale.value) ?? "",
|
|
53
|
+
$cel,
|
|
54
|
+
{}
|
|
55
|
+
);
|
|
49
56
|
const { modal, close } = yield* openModal({
|
|
50
57
|
title,
|
|
51
58
|
width: props.config.modalWidth
|
|
@@ -15,7 +15,13 @@ export declare const metadata: {
|
|
|
15
15
|
export declare function schema(configure: (env: Environment) => void): Schema.Struct<{
|
|
16
16
|
type: Schema.Literal<["com.shwfed.actions.button.modal.layout"]>;
|
|
17
17
|
compatibilityDate: Schema.Literal<["2026-05-11"]>;
|
|
18
|
-
modalTitle: Schema.optional<Schema.
|
|
18
|
+
modalTitle: Schema.optional<Schema.refine<readonly [{
|
|
19
|
+
readonly locale: "zh";
|
|
20
|
+
readonly message: string;
|
|
21
|
+
}, ...{
|
|
22
|
+
readonly locale: "en" | "ja" | "ko";
|
|
23
|
+
readonly message: string;
|
|
24
|
+
}[]], Schema.suspend<readonly [{
|
|
19
25
|
readonly locale: "zh";
|
|
20
26
|
readonly message: string;
|
|
21
27
|
}, ...{
|
|
@@ -27,7 +33,7 @@ export declare function schema(configure: (env: Environment) => void): Schema.St
|
|
|
27
33
|
}, ...{
|
|
28
34
|
readonly locale: "en" | "ja" | "ko";
|
|
29
35
|
readonly message: string;
|
|
30
|
-
}[]], never
|
|
36
|
+
}[]], never>>>;
|
|
31
37
|
modalWidth: Schema.optional<Schema.refine<string, typeof Schema.String>>;
|
|
32
38
|
modalMinHeight: Schema.optional<Schema.refine<string, typeof Schema.String>>;
|
|
33
39
|
slot: Schema.refine<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Schema } from "effect";
|
|
2
|
-
import {
|
|
2
|
+
import { LocaleMarkdown } from "../../../../../share/expression.js";
|
|
3
3
|
import { Slot, defaultSlot } from "../../../../../share/layout.js";
|
|
4
4
|
import { lookupBlockRef } from "../../../../config/utils/block-ref-cache.js";
|
|
5
5
|
export const type = "com.shwfed.actions.button.modal.layout";
|
|
@@ -21,9 +21,9 @@ export function schema(configure) {
|
|
|
21
21
|
return Schema.Struct({
|
|
22
22
|
type: Schema.Literal(type),
|
|
23
23
|
compatibilityDate: Schema.Literal(compatibilityDate),
|
|
24
|
-
modalTitle: Schema.optional(
|
|
24
|
+
modalTitle: Schema.optional(LocaleMarkdown({ configure }).annotations({
|
|
25
25
|
title: "\u5F39\u7A97\u6807\u9898",
|
|
26
|
-
description: "\u5F39\u7A97\u9876\u90E8\u5C55\u793A\u7684\u672C\u5730\u5316\u6807\u9898\uFF0C\u652F\u6301\u884C\u5185 Markdown\uFF1B\u4E0D\u586B\u5219\u56DE\u9000\u4F7F\u7528\u6309\u94AE\u81EA\u8EAB\u7684\u540D\u79F0"
|
|
26
|
+
description: "\u5F39\u7A97\u9876\u90E8\u5C55\u793A\u7684\u672C\u5730\u5316\u6807\u9898\uFF0C\u652F\u6301\u884C\u5185 Markdown \u4E0E `{{ \u8868\u8FBE\u5F0F }}` \u63D2\u503C\uFF1B\u4E0D\u586B\u5219\u56DE\u9000\u4F7F\u7528\u6309\u94AE\u81EA\u8EAB\u7684\u540D\u79F0"
|
|
27
27
|
})),
|
|
28
28
|
modalWidth: Schema.optional(CssLength.annotations({
|
|
29
29
|
title: "\u5F39\u7A97\u5BBD\u5EA6",
|
|
@@ -13,6 +13,7 @@ import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigge
|
|
|
13
13
|
import { Tooltip, TooltipContent, TooltipTrigger } from "../../ui/tooltip";
|
|
14
14
|
import { cel as _rawCel } from "../../../utils/cel";
|
|
15
15
|
import { celBindings, injectCELContext } from "../../../utils/cel-context";
|
|
16
|
+
import { interpolateMarkdown } from "../../table/utils/runtime";
|
|
16
17
|
import { buttonRegistryKey } from "../utils/button-registry";
|
|
17
18
|
import { findButton, findItem } from "../utils/resolve";
|
|
18
19
|
import { Fetch } from "fx-fetch";
|
|
@@ -246,7 +247,8 @@ function getDropdownLabel(dropdown) {
|
|
|
246
247
|
return getLocalizedText(dropdown.title, locale.value) ?? t("untitled-dropdown");
|
|
247
248
|
}
|
|
248
249
|
function getButtonTooltip(button) {
|
|
249
|
-
|
|
250
|
+
const raw = getLocalizedText(button.tooltip, locale.value);
|
|
251
|
+
return raw ? interpolateMarkdown(raw, $cel, {}) : void 0;
|
|
250
252
|
}
|
|
251
253
|
function hasButtonTooltip(button) {
|
|
252
254
|
return hasVisibleLocaleValue(button.tooltip);
|
|
@@ -147,7 +147,13 @@ export declare function ActionSchemaFields(configure: (env: Environment) => void
|
|
|
147
147
|
readonly locale: "en" | "ja" | "ko";
|
|
148
148
|
readonly message: string;
|
|
149
149
|
}[]], never>;
|
|
150
|
-
tooltip: Schema.optional<Schema.
|
|
150
|
+
tooltip: Schema.optional<Schema.refine<readonly [{
|
|
151
|
+
readonly locale: "zh";
|
|
152
|
+
readonly message: string;
|
|
153
|
+
}, ...{
|
|
154
|
+
readonly locale: "en" | "ja" | "ko";
|
|
155
|
+
readonly message: string;
|
|
156
|
+
}[]], Schema.suspend<readonly [{
|
|
151
157
|
readonly locale: "zh";
|
|
152
158
|
readonly message: string;
|
|
153
159
|
}, ...{
|
|
@@ -159,7 +165,7 @@ export declare function ActionSchemaFields(configure: (env: Environment) => void
|
|
|
159
165
|
}, ...{
|
|
160
166
|
readonly locale: "en" | "ja" | "ko";
|
|
161
167
|
readonly message: string;
|
|
162
|
-
}[]], never
|
|
168
|
+
}[]], never>>>;
|
|
163
169
|
icon: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
164
170
|
hidden: Schema.optional<Schema.Schema<string, string, never>>;
|
|
165
171
|
disabled: Schema.optional<Schema.Schema<string, string, never>>;
|
|
@@ -182,7 +188,13 @@ export declare function ActionSchemaFields(configure: (env: Environment) => void
|
|
|
182
188
|
readonly locale: "en" | "ja" | "ko";
|
|
183
189
|
readonly message: string;
|
|
184
190
|
}[]], never>;
|
|
185
|
-
tooltip: Schema.optional<Schema.
|
|
191
|
+
tooltip: Schema.optional<Schema.refine<readonly [{
|
|
192
|
+
readonly locale: "zh";
|
|
193
|
+
readonly message: string;
|
|
194
|
+
}, ...{
|
|
195
|
+
readonly locale: "en" | "ja" | "ko";
|
|
196
|
+
readonly message: string;
|
|
197
|
+
}[]], Schema.suspend<readonly [{
|
|
186
198
|
readonly locale: "zh";
|
|
187
199
|
readonly message: string;
|
|
188
200
|
}, ...{
|
|
@@ -194,7 +206,7 @@ export declare function ActionSchemaFields(configure: (env: Environment) => void
|
|
|
194
206
|
}, ...{
|
|
195
207
|
readonly locale: "en" | "ja" | "ko";
|
|
196
208
|
readonly message: string;
|
|
197
|
-
}[]], never
|
|
209
|
+
}[]], never>>>;
|
|
198
210
|
icon: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
199
211
|
hidden: Schema.optional<Schema.Schema<string, string, never>>;
|
|
200
212
|
disabled: Schema.optional<Schema.Schema<string, string, never>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Option, Schema, SchemaAST } from "effect";
|
|
2
|
-
import { Expression } from "../../share/expression.js";
|
|
2
|
+
import { Expression, LocaleMarkdown } from "../../share/expression.js";
|
|
3
3
|
import { Locale } from "../../share/locale.js";
|
|
4
4
|
import { allButtonSchemas, allItemSchemas } from "./utils/resolve.js";
|
|
5
5
|
import { md } from "../../share/markdown.js";
|
|
@@ -24,9 +24,9 @@ export function ActionSchemaFields(configure) {
|
|
|
24
24
|
id: Schema.UUID.annotations({ description: "Action \u552F\u4E00\u6807\u8BC6" }),
|
|
25
25
|
groupId: Schema.UUID.annotations({ description: "\u6240\u5C5E\u6309\u94AE\u7EC4\u6807\u8BC6" }),
|
|
26
26
|
title: Locale.annotations({ title: "\u540D\u79F0", description: "\u6309\u94AE\u4E0A\u7684\u6587\u5B57" }),
|
|
27
|
-
tooltip: Schema.optional(
|
|
27
|
+
tooltip: Schema.optional(LocaleMarkdown({ configure }).annotations({
|
|
28
28
|
title: "\u63D0\u793A",
|
|
29
|
-
description: "\u5F53\u7528\u6237\u5C06\u9F20\u6807\u79FB\u52A8\u81F3\u8BE5\u6309\u94AE\u4E0A\uFF0C\u5C06\u5C55\u793A\u7684\u63D0\u793A\u5185\u5BB9"
|
|
29
|
+
description: "\u5F53\u7528\u6237\u5C06\u9F20\u6807\u79FB\u52A8\u81F3\u8BE5\u6309\u94AE\u4E0A\uFF0C\u5C06\u5C55\u793A\u7684\u63D0\u793A\u5185\u5BB9\uFF1B\u652F\u6301\u884C\u5185 Markdown \u4E0E `{{ \u8868\u8FBE\u5F0F }}` \u63D2\u503C"
|
|
30
30
|
})),
|
|
31
31
|
icon: Schema.optional(Schema.String.annotations({
|
|
32
32
|
title: "\u56FE\u6807",
|
|
@@ -59,9 +59,9 @@ export function ActionSchemaFields(configure) {
|
|
|
59
59
|
const DropdownAction = Schema.Struct({
|
|
60
60
|
id: Schema.UUID.annotations({ description: "\u4E0B\u62C9\u9879\u6309\u94AE\u552F\u4E00\u6807\u8BC6" }),
|
|
61
61
|
title: Locale.annotations({ title: "\u540D\u79F0", description: "\u4E0B\u62C9\u9879\u6309\u94AE\u540D\u79F0\u7684\u672C\u5730\u5316\u663E\u793A\u6587\u672C" }),
|
|
62
|
-
tooltip: Schema.optional(
|
|
62
|
+
tooltip: Schema.optional(LocaleMarkdown({ configure }).annotations({
|
|
63
63
|
title: "\u63D0\u793A",
|
|
64
|
-
description: "\u4E0B\u62C9\u9879\u6309\u94AE\u63D0\u793A\u7684\u672C\u5730\u5316\u663E\u793A\u6587\u672C"
|
|
64
|
+
description: "\u4E0B\u62C9\u9879\u6309\u94AE\u63D0\u793A\u7684\u672C\u5730\u5316\u663E\u793A\u6587\u672C\uFF1B\u652F\u6301\u884C\u5185 Markdown \u4E0E `{{ \u8868\u8FBE\u5F0F }}` \u63D2\u503C"
|
|
65
65
|
})),
|
|
66
66
|
icon: Schema.optional(Schema.String.annotations({
|
|
67
67
|
title: "\u56FE\u6807",
|
package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.d.vue.ts
CHANGED
|
@@ -34,40 +34,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
34
34
|
readonly message: string;
|
|
35
35
|
}[]] | undefined;
|
|
36
36
|
}[];
|
|
37
|
-
readonly query?: {
|
|
38
|
-
readonly style?: string | undefined;
|
|
39
|
-
readonly id?: string | undefined;
|
|
40
|
-
readonly initial?: {
|
|
41
|
-
readonly data: string;
|
|
42
|
-
readonly request?: string | undefined;
|
|
43
|
-
} | undefined;
|
|
44
|
-
readonly displayName?: string | undefined;
|
|
45
|
-
readonly kind: "shwfed.component.form";
|
|
46
|
-
readonly fields: readonly any[];
|
|
47
|
-
readonly layouts: readonly {
|
|
48
|
-
readonly name: string;
|
|
49
|
-
readonly layout: {
|
|
50
|
-
readonly style?: string | undefined;
|
|
51
|
-
readonly columns: number;
|
|
52
|
-
readonly gap?: number | undefined;
|
|
53
|
-
readonly rows?: number | undefined;
|
|
54
|
-
readonly placements: {
|
|
55
|
-
readonly [x: string]: {
|
|
56
|
-
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
57
|
-
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
58
|
-
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
readonly media?: string | undefined;
|
|
63
|
-
}[];
|
|
64
|
-
readonly readonly?: string | undefined;
|
|
65
|
-
} | undefined;
|
|
66
|
-
readonly dataSource?: {
|
|
67
|
-
readonly data: string;
|
|
68
|
-
readonly total?: string | undefined;
|
|
69
|
-
readonly request?: string | undefined;
|
|
70
|
-
} | undefined;
|
|
71
37
|
readonly actions?: {
|
|
72
38
|
readonly size: "default" | "sm" | "xs";
|
|
73
39
|
readonly style?: string | undefined;
|
|
@@ -135,6 +101,40 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
135
101
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
136
102
|
}[];
|
|
137
103
|
} | undefined;
|
|
104
|
+
readonly query?: {
|
|
105
|
+
readonly style?: string | undefined;
|
|
106
|
+
readonly id?: string | undefined;
|
|
107
|
+
readonly initial?: {
|
|
108
|
+
readonly data: string;
|
|
109
|
+
readonly request?: string | undefined;
|
|
110
|
+
} | undefined;
|
|
111
|
+
readonly displayName?: string | undefined;
|
|
112
|
+
readonly kind: "shwfed.component.form";
|
|
113
|
+
readonly fields: readonly any[];
|
|
114
|
+
readonly layouts: readonly {
|
|
115
|
+
readonly name: string;
|
|
116
|
+
readonly layout: {
|
|
117
|
+
readonly style?: string | undefined;
|
|
118
|
+
readonly columns: number;
|
|
119
|
+
readonly gap?: number | undefined;
|
|
120
|
+
readonly rows?: number | undefined;
|
|
121
|
+
readonly placements: {
|
|
122
|
+
readonly [x: string]: {
|
|
123
|
+
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
124
|
+
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
125
|
+
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
readonly media?: string | undefined;
|
|
130
|
+
}[];
|
|
131
|
+
readonly readonly?: string | undefined;
|
|
132
|
+
} | undefined;
|
|
133
|
+
readonly dataSource?: {
|
|
134
|
+
readonly data: string;
|
|
135
|
+
readonly total?: string | undefined;
|
|
136
|
+
readonly request?: string | undefined;
|
|
137
|
+
} | undefined;
|
|
138
138
|
readonly bottomActions?: {
|
|
139
139
|
readonly size: "default" | "sm" | "xs";
|
|
140
140
|
readonly style?: string | undefined;
|
|
@@ -282,40 +282,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
282
282
|
readonly message: string;
|
|
283
283
|
}[]] | undefined;
|
|
284
284
|
}[];
|
|
285
|
-
readonly query?: {
|
|
286
|
-
readonly style?: string | undefined;
|
|
287
|
-
readonly id?: string | undefined;
|
|
288
|
-
readonly initial?: {
|
|
289
|
-
readonly data: string;
|
|
290
|
-
readonly request?: string | undefined;
|
|
291
|
-
} | undefined;
|
|
292
|
-
readonly displayName?: string | undefined;
|
|
293
|
-
readonly kind: "shwfed.component.form";
|
|
294
|
-
readonly fields: readonly any[];
|
|
295
|
-
readonly layouts: readonly {
|
|
296
|
-
readonly name: string;
|
|
297
|
-
readonly layout: {
|
|
298
|
-
readonly style?: string | undefined;
|
|
299
|
-
readonly columns: number;
|
|
300
|
-
readonly gap?: number | undefined;
|
|
301
|
-
readonly rows?: number | undefined;
|
|
302
|
-
readonly placements: {
|
|
303
|
-
readonly [x: string]: {
|
|
304
|
-
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
305
|
-
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
306
|
-
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
-
};
|
|
310
|
-
readonly media?: string | undefined;
|
|
311
|
-
}[];
|
|
312
|
-
readonly readonly?: string | undefined;
|
|
313
|
-
} | undefined;
|
|
314
|
-
readonly dataSource?: {
|
|
315
|
-
readonly data: string;
|
|
316
|
-
readonly total?: string | undefined;
|
|
317
|
-
readonly request?: string | undefined;
|
|
318
|
-
} | undefined;
|
|
319
285
|
readonly actions?: {
|
|
320
286
|
readonly size: "default" | "sm" | "xs";
|
|
321
287
|
readonly style?: string | undefined;
|
|
@@ -383,6 +349,40 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
383
349
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
384
350
|
}[];
|
|
385
351
|
} | undefined;
|
|
352
|
+
readonly query?: {
|
|
353
|
+
readonly style?: string | undefined;
|
|
354
|
+
readonly id?: string | undefined;
|
|
355
|
+
readonly initial?: {
|
|
356
|
+
readonly data: string;
|
|
357
|
+
readonly request?: string | undefined;
|
|
358
|
+
} | undefined;
|
|
359
|
+
readonly displayName?: string | undefined;
|
|
360
|
+
readonly kind: "shwfed.component.form";
|
|
361
|
+
readonly fields: readonly any[];
|
|
362
|
+
readonly layouts: readonly {
|
|
363
|
+
readonly name: string;
|
|
364
|
+
readonly layout: {
|
|
365
|
+
readonly style?: string | undefined;
|
|
366
|
+
readonly columns: number;
|
|
367
|
+
readonly gap?: number | undefined;
|
|
368
|
+
readonly rows?: number | undefined;
|
|
369
|
+
readonly placements: {
|
|
370
|
+
readonly [x: string]: {
|
|
371
|
+
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
372
|
+
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
373
|
+
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
};
|
|
377
|
+
readonly media?: string | undefined;
|
|
378
|
+
}[];
|
|
379
|
+
readonly readonly?: string | undefined;
|
|
380
|
+
} | undefined;
|
|
381
|
+
readonly dataSource?: {
|
|
382
|
+
readonly data: string;
|
|
383
|
+
readonly total?: string | undefined;
|
|
384
|
+
readonly request?: string | undefined;
|
|
385
|
+
} | undefined;
|
|
386
386
|
readonly bottomActions?: {
|
|
387
387
|
readonly size: "default" | "sm" | "xs";
|
|
388
388
|
readonly style?: string | undefined;
|
package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.vue.d.ts
CHANGED
|
@@ -34,40 +34,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
34
34
|
readonly message: string;
|
|
35
35
|
}[]] | undefined;
|
|
36
36
|
}[];
|
|
37
|
-
readonly query?: {
|
|
38
|
-
readonly style?: string | undefined;
|
|
39
|
-
readonly id?: string | undefined;
|
|
40
|
-
readonly initial?: {
|
|
41
|
-
readonly data: string;
|
|
42
|
-
readonly request?: string | undefined;
|
|
43
|
-
} | undefined;
|
|
44
|
-
readonly displayName?: string | undefined;
|
|
45
|
-
readonly kind: "shwfed.component.form";
|
|
46
|
-
readonly fields: readonly any[];
|
|
47
|
-
readonly layouts: readonly {
|
|
48
|
-
readonly name: string;
|
|
49
|
-
readonly layout: {
|
|
50
|
-
readonly style?: string | undefined;
|
|
51
|
-
readonly columns: number;
|
|
52
|
-
readonly gap?: number | undefined;
|
|
53
|
-
readonly rows?: number | undefined;
|
|
54
|
-
readonly placements: {
|
|
55
|
-
readonly [x: string]: {
|
|
56
|
-
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
57
|
-
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
58
|
-
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
readonly media?: string | undefined;
|
|
63
|
-
}[];
|
|
64
|
-
readonly readonly?: string | undefined;
|
|
65
|
-
} | undefined;
|
|
66
|
-
readonly dataSource?: {
|
|
67
|
-
readonly data: string;
|
|
68
|
-
readonly total?: string | undefined;
|
|
69
|
-
readonly request?: string | undefined;
|
|
70
|
-
} | undefined;
|
|
71
37
|
readonly actions?: {
|
|
72
38
|
readonly size: "default" | "sm" | "xs";
|
|
73
39
|
readonly style?: string | undefined;
|
|
@@ -135,6 +101,40 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
135
101
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
136
102
|
}[];
|
|
137
103
|
} | undefined;
|
|
104
|
+
readonly query?: {
|
|
105
|
+
readonly style?: string | undefined;
|
|
106
|
+
readonly id?: string | undefined;
|
|
107
|
+
readonly initial?: {
|
|
108
|
+
readonly data: string;
|
|
109
|
+
readonly request?: string | undefined;
|
|
110
|
+
} | undefined;
|
|
111
|
+
readonly displayName?: string | undefined;
|
|
112
|
+
readonly kind: "shwfed.component.form";
|
|
113
|
+
readonly fields: readonly any[];
|
|
114
|
+
readonly layouts: readonly {
|
|
115
|
+
readonly name: string;
|
|
116
|
+
readonly layout: {
|
|
117
|
+
readonly style?: string | undefined;
|
|
118
|
+
readonly columns: number;
|
|
119
|
+
readonly gap?: number | undefined;
|
|
120
|
+
readonly rows?: number | undefined;
|
|
121
|
+
readonly placements: {
|
|
122
|
+
readonly [x: string]: {
|
|
123
|
+
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
124
|
+
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
125
|
+
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
readonly media?: string | undefined;
|
|
130
|
+
}[];
|
|
131
|
+
readonly readonly?: string | undefined;
|
|
132
|
+
} | undefined;
|
|
133
|
+
readonly dataSource?: {
|
|
134
|
+
readonly data: string;
|
|
135
|
+
readonly total?: string | undefined;
|
|
136
|
+
readonly request?: string | undefined;
|
|
137
|
+
} | undefined;
|
|
138
138
|
readonly bottomActions?: {
|
|
139
139
|
readonly size: "default" | "sm" | "xs";
|
|
140
140
|
readonly style?: string | undefined;
|
|
@@ -282,40 +282,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
282
282
|
readonly message: string;
|
|
283
283
|
}[]] | undefined;
|
|
284
284
|
}[];
|
|
285
|
-
readonly query?: {
|
|
286
|
-
readonly style?: string | undefined;
|
|
287
|
-
readonly id?: string | undefined;
|
|
288
|
-
readonly initial?: {
|
|
289
|
-
readonly data: string;
|
|
290
|
-
readonly request?: string | undefined;
|
|
291
|
-
} | undefined;
|
|
292
|
-
readonly displayName?: string | undefined;
|
|
293
|
-
readonly kind: "shwfed.component.form";
|
|
294
|
-
readonly fields: readonly any[];
|
|
295
|
-
readonly layouts: readonly {
|
|
296
|
-
readonly name: string;
|
|
297
|
-
readonly layout: {
|
|
298
|
-
readonly style?: string | undefined;
|
|
299
|
-
readonly columns: number;
|
|
300
|
-
readonly gap?: number | undefined;
|
|
301
|
-
readonly rows?: number | undefined;
|
|
302
|
-
readonly placements: {
|
|
303
|
-
readonly [x: string]: {
|
|
304
|
-
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
305
|
-
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
306
|
-
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
-
};
|
|
310
|
-
readonly media?: string | undefined;
|
|
311
|
-
}[];
|
|
312
|
-
readonly readonly?: string | undefined;
|
|
313
|
-
} | undefined;
|
|
314
|
-
readonly dataSource?: {
|
|
315
|
-
readonly data: string;
|
|
316
|
-
readonly total?: string | undefined;
|
|
317
|
-
readonly request?: string | undefined;
|
|
318
|
-
} | undefined;
|
|
319
285
|
readonly actions?: {
|
|
320
286
|
readonly size: "default" | "sm" | "xs";
|
|
321
287
|
readonly style?: string | undefined;
|
|
@@ -383,6 +349,40 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
383
349
|
readonly variant?: "default" | "link" | "destructive" | "primary" | "ghost" | undefined;
|
|
384
350
|
}[];
|
|
385
351
|
} | undefined;
|
|
352
|
+
readonly query?: {
|
|
353
|
+
readonly style?: string | undefined;
|
|
354
|
+
readonly id?: string | undefined;
|
|
355
|
+
readonly initial?: {
|
|
356
|
+
readonly data: string;
|
|
357
|
+
readonly request?: string | undefined;
|
|
358
|
+
} | undefined;
|
|
359
|
+
readonly displayName?: string | undefined;
|
|
360
|
+
readonly kind: "shwfed.component.form";
|
|
361
|
+
readonly fields: readonly any[];
|
|
362
|
+
readonly layouts: readonly {
|
|
363
|
+
readonly name: string;
|
|
364
|
+
readonly layout: {
|
|
365
|
+
readonly style?: string | undefined;
|
|
366
|
+
readonly columns: number;
|
|
367
|
+
readonly gap?: number | undefined;
|
|
368
|
+
readonly rows?: number | undefined;
|
|
369
|
+
readonly placements: {
|
|
370
|
+
readonly [x: string]: {
|
|
371
|
+
readonly area: readonly [readonly [number, number], readonly [number, number]];
|
|
372
|
+
readonly v?: "stretch" | "center" | "end" | "start" | undefined;
|
|
373
|
+
readonly h?: "stretch" | "center" | "end" | "start" | undefined;
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
};
|
|
377
|
+
readonly media?: string | undefined;
|
|
378
|
+
}[];
|
|
379
|
+
readonly readonly?: string | undefined;
|
|
380
|
+
} | undefined;
|
|
381
|
+
readonly dataSource?: {
|
|
382
|
+
readonly data: string;
|
|
383
|
+
readonly total?: string | undefined;
|
|
384
|
+
readonly request?: string | undefined;
|
|
385
|
+
} | undefined;
|
|
386
386
|
readonly bottomActions?: {
|
|
387
387
|
readonly size: "default" | "sm" | "xs";
|
|
388
388
|
readonly style?: string | undefined;
|