@bsgoal/common 2.42.3 → 2.42.4

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 CHANGED
@@ -10256,6 +10256,10 @@ const um = { class: "bsgoal-base-dialog-form" }, cm = Object.assign({
10256
10256
  hasFooter: {
10257
10257
  type: [Boolean],
10258
10258
  default: !0
10259
+ },
10260
+ closeOnClickModal: {
10261
+ type: [Boolean],
10262
+ default: !0
10259
10263
  }
10260
10264
  },
10261
10265
  emits: ["on-confirm", "on-show", "on-hide", "on-change"],
@@ -10327,7 +10331,8 @@ const um = { class: "bsgoal-base-dialog-form" }, cm = Object.assign({
10327
10331
  title: P.value,
10328
10332
  footer: r.hasFooter,
10329
10333
  onOnConfirm: Q,
10330
- onOnHide: $
10334
+ onOnHide: $,
10335
+ "close-on-click-modal": r.closeOnClickModal
10331
10336
  }), {
10332
10337
  footer: Z(() => [
10333
10338
  ke(K.$slots, "footer")
@@ -10354,7 +10359,7 @@ const um = { class: "bsgoal-base-dialog-form" }, cm = Object.assign({
10354
10359
  ])
10355
10360
  ]),
10356
10361
  _: 3
10357
- }, 16, ["title", "footer"])
10362
+ }, 16, ["title", "footer", "close-on-click-modal"])
10358
10363
  ]));
10359
10364
  }
10360
10365
  }), dm = { class: "bsgoal-base-time-select" }, fm = Object.assign({