@wikicasa-dev/components 1.7.41 → 1.7.42

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/BaseModal.js CHANGED
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang.DR4KeMEv.js";
1
+ import { _ as f } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang.DRnvHI35.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -3,7 +3,9 @@ declare function __VLS_template(): {
3
3
  header?(_: {
4
4
  closeModal: () => Promise<void>;
5
5
  }): any;
6
- body?(_: {}): any;
6
+ body?(_: {
7
+ closeModal: () => Promise<void>;
8
+ }): any;
7
9
  footer?(_: {
8
10
  closeModal: () => Promise<void>;
9
11
  }): any;
@@ -79,7 +79,7 @@ import '../assets/BaseModal.css';const I = (l, n) => new Promise((s, u) => {
79
79
  "data-cy": t.$attrs["data-cy"],
80
80
  class: o(["uikit-modal-dialog transition-y uikit-mx-auto uikit-block uikit-w-full uikit-overflow-y-auto uikit-overflow-x-hidden uikit-rounded uikit-border-none uikit-bg-transparent uikit-bg-white uikit-p-0 uikit-shadow-lg uikit-no-scrollbar uikit-safe-bottom max-sm:uikit-fixed max-sm:uikit-bottom-0 max-sm:uikit-max-h-[95%] max-sm:uikit-rounded-bl-none max-sm:uikit-rounded-br-none sm:uikit-h-auto", [
81
81
  t.customModalDialogClasses,
82
- { "show ": e.value },
82
+ { show: e.value },
83
83
  { "closed uikit-overflow-hidden": !e.value },
84
84
  { centered: t.centered },
85
85
  `base-${t.size}`,
@@ -120,7 +120,7 @@ import '../assets/BaseModal.css';const I = (l, n) => new Promise((s, u) => {
120
120
  a("div", {
121
121
  class: o(["uikit-bbt-body uikit-flex-auto uikit-overflow-y-auto uikit-overflow-x-hidden uikit-px-4 uikit-pb-0 uikit-no-scrollbar sm:uikit-px-6 sm:uikit-pb-25px", [t.customModalBodyClasses]])
122
122
  }, [
123
- d(t.$slots, "body")
123
+ d(t.$slots, "body", { closeModal: i })
124
124
  ], 2),
125
125
  t.$slots.footer ? (c(), z("div", {
126
126
  key: 0,
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ import { default as ee } from "./BaseTextarea.js";
28
28
  import { default as re } from "./BaseToggle.js";
29
29
  import { default as te } from "./BaseTooltip.js";
30
30
  import { _ as fe } from "./chunks/BaseUploadFile.vue_vue_type_script_setup_true_lang.Dj2egDaT.js";
31
- import { _ as me } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang.DR4KeMEv.js";
31
+ import { _ as me } from "./chunks/BaseModal.vue_vue_type_style_index_0_lang.DRnvHI35.js";
32
32
  import { default as le } from "./BaseSnackbar.js";
33
33
  import { default as de } from "./BaseShimmerLoader.js";
34
34
  import { _ as ie } from "./chunks/ShimmerMultiLine.vue_vue_type_script_setup_true_lang.DuLXZx8X.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "1.7.41",
3
+ "version": "1.7.42",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",