@bsgoal/common 2.24.32 → 2.24.33
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/index.mjs +7 -0
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9104,6 +9104,13 @@ const Im = { class: "bsgoal-base-dialog-form" }, Cm = Object.assign({
|
|
|
9104
9104
|
type: [String, Number],
|
|
9105
9105
|
default: "medium",
|
|
9106
9106
|
validator: (i) => ["small", "medium", "lagre", "max", "dnymic"].includes(i)
|
|
9107
|
+
},
|
|
9108
|
+
/**
|
|
9109
|
+
* 隐藏项
|
|
9110
|
+
*/
|
|
9111
|
+
conceal: {
|
|
9112
|
+
type: [Array],
|
|
9113
|
+
default: () => []
|
|
9107
9114
|
}
|
|
9108
9115
|
},
|
|
9109
9116
|
emits: ["on-confirm", "on-show", "on-hide", "on-change"],
|