@shwfed/config 2.7.3 → 2.7.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.
Files changed (108) hide show
  1. package/dist/mcp.mjs +36 -5
  2. package/dist/module.json +1 -1
  3. package/dist/preview/assets/badge-DamXUB_x.js +1 -0
  4. package/dist/preview/assets/{config-5JFmp62X.js → config-CXgHZFVu.js} +1 -1
  5. package/dist/preview/assets/{config-BkS5uufU.js → config-CYixJlBY.js} +1 -1
  6. package/dist/preview/assets/{config-DE97oObU.js → config-CtPQb6dK.js} +1 -1
  7. package/dist/preview/assets/{config-Ck5_8YaL.js → config-DBviu6U0.js} +1 -1
  8. package/dist/preview/assets/{config-Bo4cd_u5.js → config-Dtj6xvFB.js} +1 -1
  9. package/dist/preview/assets/{config-CMcqX_mc.js → config-DyKtOYYU.js} +1 -1
  10. package/dist/preview/assets/{config-BoVPp04e.js → config-ISM4vT-S.js} +1 -1
  11. package/dist/preview/assets/{config-dk7L4924.js → config-ulTPyAGw.js} +1 -1
  12. package/dist/preview/assets/{config-L72ON8PT.js → config-v7KXfP3A.js} +1 -1
  13. package/dist/preview/assets/{definition.vue_vue_type_script_setup_true_lang-Cr7UNELp.js → definition.vue_vue_type_script_setup_true_lang-C-3KP_in.js} +1 -1
  14. package/dist/preview/assets/index-CqWUukUH.css +1 -0
  15. package/dist/preview/assets/index-CzxZSeNm.js +680 -0
  16. package/dist/preview/assets/{index-DumuGVME.js → index-D6fhWrrp.js} +1 -1
  17. package/dist/preview/assets/index-DUSkLHHf.js +1 -0
  18. package/dist/preview/assets/{item-BhBaPg4Z.js → item-BAj_4_7-.js} +1 -1
  19. package/dist/preview/assets/{runtime-BbGu9CHo.js → runtime-B7NcvR9y.js} +1 -1
  20. package/dist/preview/assets/{runtime-DrxczhTW.js → runtime-BqlrYWt_.js} +1 -1
  21. package/dist/preview/assets/{runtime-luMscNiE.js → runtime-CiWg_Jub.js} +1 -1
  22. package/dist/preview/assets/{runtime-CILO8PDD.js → runtime-CpMT9U1z.js} +1 -1
  23. package/dist/preview/assets/{runtime-C6Pc6N3T.js → runtime-CswN1gKf.js} +1 -1
  24. package/dist/preview/assets/{runtime-iR16bMIx.js → runtime-DOK5OTJn.js} +1 -1
  25. package/dist/preview/assets/{runtime-DZuxXJrv.js → runtime-DldmFxn1.js} +1 -1
  26. package/dist/preview/assets/{runtime-CrNhb4dv.js → runtime-WZBVKYom.js} +1 -1
  27. package/dist/preview/assets/{runtime-KTenCV-J.js → runtime-jVzpCkuu.js} +1 -1
  28. package/dist/preview/index.html +2 -2
  29. package/dist/runtime/components/block-layout-editor/index.d.vue.ts +19 -1
  30. package/dist/runtime/components/block-layout-editor/index.vue +131 -38
  31. package/dist/runtime/components/block-layout-editor/index.vue.d.ts +19 -1
  32. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.form/config.d.vue.ts +4 -0
  33. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.form/config.vue.d.ts +4 -0
  34. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.form/runtime.d.vue.ts +4 -0
  35. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.form/runtime.vue.d.ts +4 -0
  36. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.form/schema.d.ts +4 -0
  37. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.d.vue.ts +4 -0
  38. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/config.vue.d.ts +4 -0
  39. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.d.vue.ts +4 -0
  40. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/runtime.vue.d.ts +4 -0
  41. package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.table/schema.d.ts +6 -0
  42. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/badge.vue +11 -1
  43. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/config.d.vue.ts +2 -0
  44. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/config.vue +48 -21
  45. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/config.vue.d.ts +2 -0
  46. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/runtime.d.vue.ts +2 -0
  47. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/runtime.vue +46 -26
  48. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/runtime.vue.d.ts +2 -0
  49. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/schema.d.ts +2 -0
  50. package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/schema.js +12 -1
  51. package/dist/runtime/components/form/FormUnitRenderer.vue +2 -8
  52. package/dist/runtime/components/form/config.vue +49 -1
  53. package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.actions/schema.d.ts +1 -0
  54. package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.actions/schema.js +4 -1
  55. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.d.vue.ts +16 -16
  56. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.vue.d.ts +16 -16
  57. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +18 -18
  58. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +18 -18
  59. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.d.vue.ts +16 -16
  60. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue.d.ts +16 -16
  61. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +18 -18
  62. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +18 -18
  63. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/schema.d.ts +1 -0
  64. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/schema.js +4 -1
  65. package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/schema.d.ts +1 -0
  66. package/dist/runtime/components/form/fields/2026-05-18/com.shwfed.form.field.table/schema.js +4 -1
  67. package/dist/runtime/components/form/fields/2026-05-20/com.shwfed.form.field.collapsible/schema.d.ts +1 -0
  68. package/dist/runtime/components/form/fields/2026-05-20/com.shwfed.form.field.collapsible/schema.js +4 -1
  69. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.d.vue.ts +16 -16
  70. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.vue.d.ts +16 -16
  71. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.d.vue.ts +18 -18
  72. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +18 -18
  73. package/dist/runtime/components/form/index.d.vue.ts +1 -0
  74. package/dist/runtime/components/form/index.vue +8 -0
  75. package/dist/runtime/components/form/index.vue.d.ts +1 -0
  76. package/dist/runtime/components/form/schema.d.ts +25 -0
  77. package/dist/runtime/components/form/schema.js +17 -0
  78. package/dist/runtime/components/form/unit-config.vue +32 -4
  79. package/dist/runtime/components/form/utils/history.d.ts +8 -0
  80. package/dist/runtime/components/form/utils/history.js +8 -0
  81. package/dist/runtime/components/form/utils/resolve.d.ts +9 -0
  82. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.d.vue.ts +26 -26
  83. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.vue.d.ts +26 -26
  84. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.d.vue.ts +26 -26
  85. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.vue.d.ts +26 -26
  86. package/dist/runtime/components/table/schema.d.ts +8 -0
  87. package/dist/runtime/components/ui/command/CommandItem.d.vue.ts +2 -2
  88. package/dist/runtime/components/ui/command/CommandItem.vue +1 -0
  89. package/dist/runtime/components/ui/command/CommandItem.vue.d.ts +2 -2
  90. package/dist/runtime/components/ui/context-menu/ContextMenuContent.d.vue.ts +0 -1
  91. package/dist/runtime/components/ui/context-menu/ContextMenuContent.vue +3 -4
  92. package/dist/runtime/components/ui/context-menu/ContextMenuContent.vue.d.ts +0 -1
  93. package/dist/runtime/components/ui/expression-editor/CodeMirrorInput.vue +17 -2
  94. package/dist/runtime/components/ui/input-group/InputGroupCombobox.d.vue.ts +2 -8
  95. package/dist/runtime/components/ui/input-group/InputGroupCombobox.vue +6 -5
  96. package/dist/runtime/components/ui/input-group/InputGroupCombobox.vue.d.ts +2 -8
  97. package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +0 -1
  98. package/dist/runtime/components/ui/popover/PopoverContent.vue +3 -4
  99. package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +0 -1
  100. package/dist/runtime/components/ui/tooltip/TooltipContent.d.vue.ts +0 -1
  101. package/dist/runtime/components/ui/tooltip/TooltipContent.vue +3 -4
  102. package/dist/runtime/components/ui/tooltip/TooltipContent.vue.d.ts +0 -1
  103. package/dist/runtime/share/slot-renderer.vue +2 -8
  104. package/package.json +1 -1
  105. package/dist/preview/assets/badge-CV7CwAKY.js +0 -1
  106. package/dist/preview/assets/index-C2PrdVxC.css +0 -1
  107. package/dist/preview/assets/index-CTZy_nrf.js +0 -680
  108. package/dist/preview/assets/index-CY99yvOi.js +0 -1
@@ -1 +0,0 @@
1
- import{b1 as e}from"./index-CTZy_nrf.js";import{b2 as f,b3 as r,b4 as s}from"./index-CTZy_nrf.js";export{f as TableConfig,r as createTableConfig,e as default,s as getColumnTechnicalKey};