@wikicasa-dev/components 1.2.45 → 1.2.46
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/{BaseBtModal.js → BaseModal.js} +2 -2
- package/dist/UIKit/BaseDropDown.vue.d.ts +3 -3
- package/dist/UIKit/{BaseBtModal.vue.d.ts → BaseModal.vue.d.ts} +2 -2
- package/dist/assets/BaseModal.css +1 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +24 -22
- package/package.json +1 -1
- package/dist/assets/BaseBtModal.css +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/
|
|
1
|
+
import './assets/BaseModal.css';
|
|
2
2
|
import { defineComponent as b, resolveComponent as n, openBlock as d, createBlock as r, Teleport as f, createElementVNode as e, normalizeClass as o, withModifiers as h, withCtx as y, createVNode as C, createCommentVNode as c, renderSlot as a, createElementBlock as w } from "vue";
|
|
3
3
|
import "./chunks/js.cookie.BaTT4o7s.js";
|
|
4
4
|
import { _ as M } from "./chunks/BaseButton.vue_vue_type_script_setup_true_lang.BrJbAMJ8.js";
|
|
@@ -182,7 +182,7 @@ function O(t, i, s, l, u, H) {
|
|
|
182
182
|
], 2)
|
|
183
183
|
]);
|
|
184
184
|
}
|
|
185
|
-
const V = /* @__PURE__ */ x($, [["render", O], ["__scopeId", "data-v-
|
|
185
|
+
const V = /* @__PURE__ */ x($, [["render", O], ["__scopeId", "data-v-68392dc5"]]);
|
|
186
186
|
export {
|
|
187
187
|
V as default
|
|
188
188
|
};
|
|
@@ -14,7 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
14
14
|
openDropdown?: boolean | undefined;
|
|
15
15
|
closeWhenClickedOutside?: boolean | undefined;
|
|
16
16
|
dropdownElement?: "div" | "ul" | undefined;
|
|
17
|
-
keepState?: "" | "
|
|
17
|
+
keepState?: "" | "closed" | "opened" | undefined;
|
|
18
18
|
}>, {
|
|
19
19
|
id: string;
|
|
20
20
|
containerDropdownClasses: string;
|
|
@@ -51,7 +51,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
51
51
|
openDropdown?: boolean | undefined;
|
|
52
52
|
closeWhenClickedOutside?: boolean | undefined;
|
|
53
53
|
dropdownElement?: "div" | "ul" | undefined;
|
|
54
|
-
keepState?: "" | "
|
|
54
|
+
keepState?: "" | "closed" | "opened" | undefined;
|
|
55
55
|
}>, {
|
|
56
56
|
id: string;
|
|
57
57
|
containerDropdownClasses: string;
|
|
@@ -88,7 +88,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
88
88
|
openDropdown: boolean;
|
|
89
89
|
closeWhenClickedOutside: boolean;
|
|
90
90
|
dropdownElement: "div" | "ul";
|
|
91
|
-
keepState: "" | "
|
|
91
|
+
keepState: "" | "closed" | "opened";
|
|
92
92
|
}, {}>, {
|
|
93
93
|
btn_slot?(_: {
|
|
94
94
|
toggleDropdown: () => void;
|
|
@@ -81,7 +81,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
81
81
|
closeModal(): Promise<void>;
|
|
82
82
|
onClosed(): Promise<void>;
|
|
83
83
|
onOpened(): Promise<void>;
|
|
84
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
84
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closed" | "opened")[], "closed" | "opened", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
85
85
|
id: {
|
|
86
86
|
type: StringConstructor;
|
|
87
87
|
default: string;
|
|
@@ -150,8 +150,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
150
150
|
default: boolean;
|
|
151
151
|
};
|
|
152
152
|
}>> & {
|
|
153
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
154
153
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
154
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
155
155
|
}, {
|
|
156
156
|
id: string;
|
|
157
157
|
size: "modal-sm" | "modal-md" | "modal-lg" | "modal-xxl" | "modal-full";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.custom-modal[data-v-68392dc5]{--modal-max-height: 690px;--modal-width-sm: 496px;--modal-width-md: 592px;--modal-width-lg: 670px;--modal-max-width: var(--modal-width-sm);max-width:var(--modal-max-width)}.base-modal-md[data-v-68392dc5]{--modal-max-width: var(--modal-width-md)}.base-modal-lg[data-v-68392dc5]{--modal-max-width: var(--modal-width-lg)}.base-modal-sm[data-v-68392dc5],.base-modal-md[data-v-68392dc5],.base-modal-lg[data-v-68392dc5]{max-height:var(--modal-max-height)}@media not all and (min-width: 576px){.base-modal-sm[data-v-68392dc5],.base-modal-md[data-v-68392dc5],.base-modal-lg[data-v-68392dc5]{max-height:none;max-width:none}}@media screen and (max-width: 576px){.base-modal-sm[data-v-68392dc5],.base-modal-md[data-v-68392dc5],.base-modal-lg[data-v-68392dc5]{width:100%!important}}.base-modal-xxl[data-v-68392dc5]{max-width:1500px}.base-modal-full[data-v-68392dc5]{width:100%}.default-header[data-v-68392dc5]{justify-content:space-between;padding-top:25px}.colored-backdrop[data-v-68392dc5]{animation:backdrop-opacity-68392dc5 .3s ease-out 0s backwards;background-color:#b4c2f0b3}.custom-modal[data-v-68392dc5]{will-change:transform}@media (min-width: 576px){.custom-modal.show.transition-y[data-v-68392dc5]{animation:slide-down-68392dc5 .5s ease-out 0s backwards}}@media not all and (min-width: 576px){.custom-modal.show .uikit-modal-content.transition-y[data-v-68392dc5]{animation:slide-up-68392dc5 .5s ease-out 0s backwards}}.custom-modal.closed[data-v-68392dc5]{overflow-y:hidden!important}@media (min-width: 576px){.custom-modal.closed.transition-y[data-v-68392dc5]{animation:slide-down-back-68392dc5 .25s both}}@media not all and (min-width: 576px){.custom-modal.closed .uikit-modal-content.transition-y[data-v-68392dc5]{animation:slide-up-back-68392dc5 .25s both}}[data-v-68392dc5] #close-icon-btn{position:absolute;right:15px;top:15px}@media not all and (min-width: 576px){.full-height-mobile[data-v-68392dc5]{height:95%;max-height:none}}@keyframes slide-up-68392dc5{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-up-back-68392dc5{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes slide-down-68392dc5{0%{transform:translateY(-110%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-down-back-68392dc5{0%{transform:translateY(0)}to{transform:translateY(-110%)}}@keyframes backdrop-opacity-68392dc5{0%{opacity:0}to{opacity:1}}
|
package/dist/index.d.ts
CHANGED
|
@@ -27,8 +27,9 @@ import BaseTextarea from './UIKit/BaseTextarea.vue';
|
|
|
27
27
|
import BaseToggle from './UIKit/BaseToggle.vue';
|
|
28
28
|
import BaseTooltip from './UIKit/BaseTooltip.vue';
|
|
29
29
|
import BaseUploadFile from './UIKit/BaseUploadFile.vue';
|
|
30
|
+
import BaseModal from './UIKit/BaseModal.vue';
|
|
30
31
|
import IntersectionObservable from './components/IntersectionObserver/IntersectionObservable.vue';
|
|
31
32
|
import IntersectionObserver from './components/IntersectionObserver/IntersectionObserver.vue';
|
|
32
33
|
import SwiperCarousel from './components/carousel/SwiperCarousel.vue';
|
|
33
34
|
import { useValidator } from './composables/useValidator';
|
|
34
|
-
export { BaseAccordion, BaseAccordionBtn, BaseAccordionContent, BaseAccordionItem, SelectItem, BaseAlert, BaseAutocomplete, BaseBadge, BaseButton, AccessibleSelect, BaseComplexToggle, BaseDropDown, BaseFloatingLabel, BaseCard, BaseIcon, BaseInput, BaseNavItem, BasePagination, BasePaper, BaseSlider, BaseTab, BaseTextarea, BaseToggle, BaseTooltip, BaseUploadFile, CheckboxBtn, CheckboxGroup, RadioButton, RadioGroup, SwiperCarousel, IntersectionObservable, IntersectionObserver, useValidator, };
|
|
35
|
+
export { BaseAccordion, BaseAccordionBtn, BaseAccordionContent, BaseAccordionItem, SelectItem, BaseAlert, BaseAutocomplete, BaseBadge, BaseButton, AccessibleSelect, BaseComplexToggle, BaseDropDown, BaseFloatingLabel, BaseCard, BaseIcon, BaseInput, BaseNavItem, BasePagination, BasePaper, BaseSlider, BaseTab, BaseTextarea, BaseToggle, BaseTooltip, BaseUploadFile, CheckboxBtn, CheckboxGroup, RadioButton, RadioGroup, SwiperCarousel, IntersectionObservable, IntersectionObserver, useValidator, BaseModal, };
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { _ as t } from "./chunks/BaseAccordionBtn.vue_vue_type_script_setup_true
|
|
|
4
4
|
import { _ as f } from "./chunks/BaseAccordionContent.vue_vue_type_script_setup_true_lang.N7oILwdv.js";
|
|
5
5
|
import { _ as m } from "./chunks/BaseAccordionItem.vue_vue_type_script_setup_true_lang.B6RfqbZ9.js";
|
|
6
6
|
import { _ as l } from "./chunks/SelectItem.vue_vue_type_script_setup_true_lang.BOLdDTLM.js";
|
|
7
|
-
import { default as
|
|
7
|
+
import { default as B } from "./CheckboxBtn.js";
|
|
8
8
|
import { _ as n } from "./chunks/CheckboxGroup.vue_vue_type_script_setup_true_lang.C5jcwwv6.js";
|
|
9
9
|
import { default as i } from "./RadioButton.js";
|
|
10
10
|
import { default as b } from "./RadioGroup.js";
|
|
@@ -16,22 +16,23 @@ import { _ as w } from "./chunks/BaseButton.vue_vue_type_script_setup_true_lang.
|
|
|
16
16
|
import { _ as F } from "./chunks/BaseCard.vue_vue_type_style_index_0_lang.w5aEohzG.js";
|
|
17
17
|
import { default as O } from "./BaseComplexToggle.js";
|
|
18
18
|
import { _ as R } from "./chunks/BaseDropDown.vue_vue_type_script_setup_true_lang.D9uxpIpT.js";
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
19
|
+
import { default as M } from "./BaseFloatingLabel.js";
|
|
20
|
+
import { default as U } from "./BaseIcon.js";
|
|
21
|
+
import { default as j } from "./BaseInput.js";
|
|
22
|
+
import { default as y } from "./BaseNavItem.js";
|
|
23
|
+
import { default as E } from "./BasePagination.js";
|
|
24
|
+
import { default as J } from "./BasePaper.js";
|
|
25
25
|
import { default as Q } from "./BaseSlider.js";
|
|
26
26
|
import { default as X } from "./BaseTab.js";
|
|
27
27
|
import { default as Z } from "./BaseTextarea.js";
|
|
28
28
|
import { default as ee } from "./BaseToggle.js";
|
|
29
29
|
import { default as ae } from "./BaseTooltip.js";
|
|
30
30
|
import { default as te } from "./BaseUploadFile.js";
|
|
31
|
-
import {
|
|
32
|
-
import { _ as me } from "./chunks/
|
|
33
|
-
import { _ as le } from "./chunks/
|
|
34
|
-
import {
|
|
31
|
+
import { default as fe } from "./BaseModal.js";
|
|
32
|
+
import { _ as me } from "./chunks/IntersectionObservable.vue_vue_type_script_setup_true_lang.BBMxY-re.js";
|
|
33
|
+
import { _ as le } from "./chunks/IntersectionObserver.vue_vue_type_script_setup_true_lang.CQHjzQc3.js";
|
|
34
|
+
import { _ as Be } from "./chunks/SwiperCarousel.vue_vue_type_style_index_0_lang.BHI3p0bd.js";
|
|
35
|
+
import { useValidator as ne } from "./useValidator.js";
|
|
35
36
|
export {
|
|
36
37
|
A as AccessibleSelect,
|
|
37
38
|
a as BaseAccordion,
|
|
@@ -45,25 +46,26 @@ export {
|
|
|
45
46
|
F as BaseCard,
|
|
46
47
|
O as BaseComplexToggle,
|
|
47
48
|
R as BaseDropDown,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
49
|
+
M as BaseFloatingLabel,
|
|
50
|
+
U as BaseIcon,
|
|
51
|
+
j as BaseInput,
|
|
52
|
+
fe as BaseModal,
|
|
53
|
+
y as BaseNavItem,
|
|
54
|
+
E as BasePagination,
|
|
55
|
+
J as BasePaper,
|
|
54
56
|
Q as BaseSlider,
|
|
55
57
|
X as BaseTab,
|
|
56
58
|
Z as BaseTextarea,
|
|
57
59
|
ee as BaseToggle,
|
|
58
60
|
ae as BaseTooltip,
|
|
59
61
|
te as BaseUploadFile,
|
|
60
|
-
|
|
62
|
+
B as CheckboxBtn,
|
|
61
63
|
n as CheckboxGroup,
|
|
62
|
-
|
|
63
|
-
|
|
64
|
+
me as IntersectionObservable,
|
|
65
|
+
le as IntersectionObserver,
|
|
64
66
|
i as RadioButton,
|
|
65
67
|
b as RadioGroup,
|
|
66
68
|
l as SelectItem,
|
|
67
|
-
|
|
68
|
-
|
|
69
|
+
Be as SwiperCarousel,
|
|
70
|
+
ne as useValidator
|
|
69
71
|
};
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.custom-modal[data-v-491c7591]{--modal-max-height: 690px;--modal-width-sm: 496px;--modal-width-md: 592px;--modal-width-lg: 670px;--modal-max-width: var(--modal-width-sm);max-width:var(--modal-max-width)}.base-modal-md[data-v-491c7591]{--modal-max-width: var(--modal-width-md)}.base-modal-lg[data-v-491c7591]{--modal-max-width: var(--modal-width-lg)}.base-modal-sm[data-v-491c7591],.base-modal-md[data-v-491c7591],.base-modal-lg[data-v-491c7591]{max-height:var(--modal-max-height)}@media not all and (min-width: 576px){.base-modal-sm[data-v-491c7591],.base-modal-md[data-v-491c7591],.base-modal-lg[data-v-491c7591]{max-height:none;max-width:none}}@media screen and (max-width: 576px){.base-modal-sm[data-v-491c7591],.base-modal-md[data-v-491c7591],.base-modal-lg[data-v-491c7591]{width:100%!important}}.base-modal-xxl[data-v-491c7591]{max-width:1500px}.base-modal-full[data-v-491c7591]{width:100%}.default-header[data-v-491c7591]{justify-content:space-between;padding-top:25px}.colored-backdrop[data-v-491c7591]{animation:backdrop-opacity-491c7591 .3s ease-out 0s backwards;background-color:#b4c2f0b3}.custom-modal[data-v-491c7591]{will-change:transform}@media (min-width: 576px){.custom-modal.show.transition-y[data-v-491c7591]{animation:slide-down-491c7591 .5s ease-out 0s backwards}}@media not all and (min-width: 576px){.custom-modal.show .uikit-modal-content.transition-y[data-v-491c7591]{animation:slide-up-491c7591 .5s ease-out 0s backwards}}.custom-modal.closed[data-v-491c7591]{overflow-y:hidden!important}@media (min-width: 576px){.custom-modal.closed.transition-y[data-v-491c7591]{animation:slide-down-back-491c7591 .25s both}}@media not all and (min-width: 576px){.custom-modal.closed .uikit-modal-content.transition-y[data-v-491c7591]{animation:slide-up-back-491c7591 .25s both}}[data-v-491c7591] #close-icon-btn{position:absolute;right:15px;top:15px}@media not all and (min-width: 576px){.full-height-mobile[data-v-491c7591]{height:95%;max-height:none}}@keyframes slide-up-491c7591{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-up-back-491c7591{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes slide-down-491c7591{0%{transform:translateY(-110%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-down-back-491c7591{0%{transform:translateY(0)}to{transform:translateY(-110%)}}@keyframes backdrop-opacity-491c7591{0%{opacity:0}to{opacity:1}}
|