@shwfed/config 2.7.2 → 2.7.3
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/mcp.mjs +1095 -1019
- package/dist/module.json +1 -1
- package/dist/preview/assets/{badge-CJpxWUkB.js → badge-CV7CwAKY.js} +1 -1
- package/dist/preview/assets/{config-BRiILJ2a.js → config-5JFmp62X.js} +1 -1
- package/dist/preview/assets/{config-CbMKku2N.js → config-BkS5uufU.js} +1 -1
- package/dist/preview/assets/{config-D8tXo17l.js → config-Bo4cd_u5.js} +1 -1
- package/dist/preview/assets/{config-QHRydAV_.js → config-BoVPp04e.js} +1 -1
- package/dist/preview/assets/{config-dtgP-3mj.js → config-CMcqX_mc.js} +1 -1
- package/dist/preview/assets/{config-OQtpit00.js → config-Ck5_8YaL.js} +1 -1
- package/dist/preview/assets/{config-DtCRvYa9.js → config-DE97oObU.js} +1 -1
- package/dist/preview/assets/{config-B-uvT_pb.js → config-L72ON8PT.js} +1 -1
- package/dist/preview/assets/{config-D9pA2oC8.js → config-dk7L4924.js} +1 -1
- package/dist/preview/assets/{definition.vue_vue_type_script_setup_true_lang-Dp8O3US_.js → definition.vue_vue_type_script_setup_true_lang-Cr7UNELp.js} +1 -1
- package/dist/preview/assets/index-C2PrdVxC.css +1 -0
- package/dist/preview/assets/{index-BBJQYeyQ.js → index-CTZy_nrf.js} +167 -167
- package/dist/preview/assets/index-CY99yvOi.js +1 -0
- package/dist/preview/assets/{index-BWNTkzpm.js → index-DumuGVME.js} +1 -1
- package/dist/preview/assets/{item-BpzTGOEt.js → item-BhBaPg4Z.js} +1 -1
- package/dist/preview/assets/{runtime-BDyVuoP3.js → runtime-BbGu9CHo.js} +1 -1
- package/dist/preview/assets/{runtime-C29fORZL.js → runtime-C6Pc6N3T.js} +1 -1
- package/dist/preview/assets/{runtime-DMsEFiBw.js → runtime-CILO8PDD.js} +1 -1
- package/dist/preview/assets/{runtime-By0VH4uC.js → runtime-CrNhb4dv.js} +1 -1
- package/dist/preview/assets/{runtime-DiTvLHpE.js → runtime-DZuxXJrv.js} +1 -1
- package/dist/preview/assets/{runtime-Busbr90M.js → runtime-DrxczhTW.js} +1 -1
- package/dist/preview/assets/{runtime-B5S6icpw.js → runtime-KTenCV-J.js} +1 -1
- package/dist/preview/assets/{runtime-DfP3qvGT.js → runtime-iR16bMIx.js} +1 -1
- package/dist/preview/assets/{runtime-BjB2wvFX.js → runtime-luMscNiE.js} +1 -1
- package/dist/preview/index.html +2 -2
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/config.d.vue.ts +2 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/config.vue +27 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/config.vue.d.ts +2 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/runtime.d.vue.ts +2 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/runtime.vue +18 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/runtime.vue.d.ts +2 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/schema.d.ts +2 -1
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/schema.js +10 -1
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/config.d.vue.ts +34 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/config.vue +153 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/config.vue.d.ts +34 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/runtime.d.vue.ts +34 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/runtime.vue +41 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/runtime.vue.d.ts +34 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/schema.d.ts +33 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/schema.js +45 -0
- package/dist/runtime/components/config/config.vue +135 -22
- package/dist/runtime/components/config/index.d.vue.ts +4 -0
- package/dist/runtime/components/config/index.vue +26 -2
- package/dist/runtime/components/config/index.vue.d.ts +4 -0
- package/dist/runtime/components/config/schema.d.ts +20 -0
- package/dist/runtime/components/config/schema.js +15 -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.daterange/config.d.vue.ts +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +18 -18
- package/dist/runtime/components/form/fields/2026-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.monthrange/config.d.vue.ts +18 -18
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +18 -18
- package/package.json +1 -1
- package/dist/preview/assets/index-ChitoGhE.js +0 -1
- package/dist/preview/assets/index-DFKLSxdT.css +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.