@maxax/ui 1.1.3 → 1.1.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.
@@ -1 +1 @@
1
- {"version":3,"file":"BasicModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-modal/BasicModal.vue"],"names":[],"mappings":"AAyHA,OAAO,KAAK,EAAmB,eAAe,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;;;;;AAqSnE,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"BasicModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/basic-modal/BasicModal.vue"],"names":[],"mappings":"AA2HA,OAAO,KAAK,EAAmB,eAAe,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;;;;;AAsSnE,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
package/dist/index.cjs CHANGED
@@ -15468,7 +15468,6 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
15468
15468
  );
15469
15469
  const slotNames = ["cover", "header-extra", "header"];
15470
15470
  return (_ctx, _cache) => {
15471
- const _component_XBasicTitle = vue.resolveComponent("XBasicTitle");
15472
15471
  return vue.openBlock(), vue.createBlock(vue.unref(naiveUi.NModal), vue.mergeProps(getBindValues.value, {
15473
15472
  show: visibleRef.value,
15474
15473
  "onUpdate:show": _cache[0] || (_cache[0] = ($event) => visibleRef.value = $event),
@@ -15490,7 +15489,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
15490
15489
  !_ctx.$slots.header && __props.title ? {
15491
15490
  name: "header",
15492
15491
  fn: vue.withCtx(() => [
15493
- vue.createVNode(_component_XBasicTitle, null, {
15492
+ vue.createVNode(vue.unref(XBasicTitle), null, {
15494
15493
  default: vue.withCtx(() => [
15495
15494
  vue.createTextVNode(vue.toDisplayString(__props.title), 1)
15496
15495
  ]),