@wikicasa-dev/components 1.2.44 → 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/BaseTextarea.js +25 -24
- package/dist/UIKit/BaseDropDown.vue.d.ts +3 -3
- package/dist/UIKit/BaseInput.vue.d.ts +1 -1
- package/dist/UIKit/{BaseBtModal.vue.d.ts → BaseModal.vue.d.ts} +2 -2
- package/dist/UIKit/BaseTextarea.vue.d.ts +2 -1
- package/dist/assets/BaseModal.css +1 -0
- package/dist/assets/BaseTextarea.css +1 -1
- 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
|
};
|
package/dist/BaseTextarea.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import './assets/BaseTextarea.css';
|
|
2
2
|
import f from "./BaseFloatingLabel.js";
|
|
3
3
|
import { useFloatingLabel as m } from "./useFloatingLabel.js";
|
|
4
|
-
import { defineComponent as h, resolveComponent as v, openBlock as
|
|
5
|
-
import { _ as
|
|
4
|
+
import { defineComponent as h, resolveComponent as v, openBlock as o, createElementBlock as r, normalizeClass as t, createElementVNode as l, withModifiers as s, createCommentVNode as b, createVNode as w } from "vue";
|
|
5
|
+
import { _ as g } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
|
|
6
6
|
const y = h({
|
|
7
7
|
name: "BaseTextarea",
|
|
8
8
|
components: { BaseFloatingLabel: f },
|
|
@@ -16,14 +16,14 @@ const y = h({
|
|
|
16
16
|
isDisabled: { type: Boolean, default: !1 },
|
|
17
17
|
resize: { type: Boolean, default: !1 }
|
|
18
18
|
},
|
|
19
|
-
emits: ["update:modelValue", "focusin", "focusout"],
|
|
19
|
+
emits: ["update:modelValue", "focusin", "focusout", "keydown"],
|
|
20
20
|
setup(e, i) {
|
|
21
|
-
const { labelState:
|
|
21
|
+
const { labelState: n, setInitialLabelState: u, handleFocusIn: d, handleFocusOut: k } = m(i.emit);
|
|
22
22
|
return {
|
|
23
|
-
labelState:
|
|
23
|
+
labelState: n,
|
|
24
24
|
setInitialLabelState: u,
|
|
25
|
-
handleFocusIn:
|
|
26
|
-
handleFocusOut:
|
|
25
|
+
handleFocusIn: d,
|
|
26
|
+
handleFocusOut: k
|
|
27
27
|
};
|
|
28
28
|
},
|
|
29
29
|
data() {
|
|
@@ -65,21 +65,21 @@ const y = h({
|
|
|
65
65
|
});
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
}), V = ["id", "data-cy", "rows", "disabled", "aria-labelledby", "innerHTML"],
|
|
68
|
+
}), V = ["id", "data-cy", "rows", "disabled", "aria-labelledby", "innerHTML"], $ = {
|
|
69
69
|
key: 0,
|
|
70
70
|
class: "uikit-visible uikit-float-none uikit-ml-2 uikit-block uikit-h-3 uikit-w-auto uikit-max-w-full uikit-overflow-hidden uikit-whitespace-nowrap uikit-p-0 uikit-text uikit-duration-[50s] uikit-ease-out"
|
|
71
|
-
},
|
|
72
|
-
function L(e, i,
|
|
71
|
+
}, T = ["innerHTML"], c = ["innerHTML"];
|
|
72
|
+
function L(e, i, n, u, d, k) {
|
|
73
73
|
const p = v("base-floating-label");
|
|
74
|
-
return
|
|
74
|
+
return o(), r("div", {
|
|
75
75
|
class: t(e.$attrs["wrapper-classes"])
|
|
76
76
|
}, [
|
|
77
|
-
|
|
77
|
+
l("div", {
|
|
78
78
|
class: t(["input-wrapper uikit-relative uikit-mt-15px uikit-rounded-xs uikit-px-0", [
|
|
79
79
|
e.labelState === "floating-label" ? "floating-state" : "inline-state"
|
|
80
80
|
]])
|
|
81
81
|
}, [
|
|
82
|
-
|
|
82
|
+
l("textarea", {
|
|
83
83
|
id: e.$attrs.id,
|
|
84
84
|
ref: "textarea",
|
|
85
85
|
"data-cy": e.$attrs["data-cy"],
|
|
@@ -92,12 +92,13 @@ function L(e, i, o, u, n, d) {
|
|
|
92
92
|
rows: e.$attrs.rows,
|
|
93
93
|
disabled: e.$attrs.disabled,
|
|
94
94
|
"aria-labelledby": e.$attrs.id,
|
|
95
|
-
onFocusin: i[0] || (i[0] =
|
|
96
|
-
onFocusout: i[1] || (i[1] =
|
|
97
|
-
onInput: i[2] || (i[2] =
|
|
95
|
+
onFocusin: i[0] || (i[0] = s(() => e.handleFocusIn(), ["stop"])),
|
|
96
|
+
onFocusout: i[1] || (i[1] = s((a) => e.handleFocusOut(`${e.modelValue}`.trim() || e.value), ["stop"])),
|
|
97
|
+
onInput: i[2] || (i[2] = s((...a) => e.handleOnChange && e.handleOnChange(...a), ["stop"])),
|
|
98
|
+
onKeydown: i[3] || (i[3] = s((a) => e.$emit("keydown", a), ["stop"])),
|
|
98
99
|
innerHTML: e.modelValue
|
|
99
100
|
}, null, 42, V),
|
|
100
|
-
|
|
101
|
+
l("fieldset", {
|
|
101
102
|
class: t(["uikit-pointer-events-none uikit-absolute -uikit-top-5px uikit-bottom-5px uikit-left-0 uikit-right-0 uikit-m-0 uikit-min-w-0 uikit-overflow-hidden uikit-rounded-xs uikit-border uikit-border-solid uikit-px-2 uikit-text-start uikit-transition-[border] uikit-duration-100 uikit-ease-out peer-focus/fieldset:uikit-border-2 peer-focus/fieldset:uikit-border-w-primary", [
|
|
102
103
|
{ "is-invalid": e.isValid === !1, "is-valid": e.isValid },
|
|
103
104
|
{ "uikit-border-w-danger": e.isValid === !1 },
|
|
@@ -105,8 +106,8 @@ function L(e, i, o, u, n, d) {
|
|
|
105
106
|
{ "uikit-border-w-secondary": e.isValid === null }
|
|
106
107
|
]])
|
|
107
108
|
}, [
|
|
108
|
-
e.labelText ? (
|
|
109
|
-
|
|
109
|
+
e.labelText ? (o(), r("legend", $, [
|
|
110
|
+
l("span", {
|
|
110
111
|
class: t(["uikit-px-5px uikit-opacity-0", [
|
|
111
112
|
{
|
|
112
113
|
"uikit-visible uikit-inline-block": e.labelState === "floating-label"
|
|
@@ -116,10 +117,10 @@ function L(e, i, o, u, n, d) {
|
|
|
116
117
|
}
|
|
117
118
|
]]),
|
|
118
119
|
innerHTML: e.labelText
|
|
119
|
-
}, null, 10,
|
|
120
|
+
}, null, 10, T)
|
|
120
121
|
])) : b("", !0)
|
|
121
122
|
], 2),
|
|
122
|
-
|
|
123
|
+
w(p, {
|
|
123
124
|
for: e.$attrs.id,
|
|
124
125
|
"label-text": e.labelText,
|
|
125
126
|
"label-state": e.labelState,
|
|
@@ -128,16 +129,16 @@ function L(e, i, o, u, n, d) {
|
|
|
128
129
|
onClick: e.handleFloatingLabelClick
|
|
129
130
|
}, null, 8, ["for", "label-text", "label-state", "required", "is-valid", "onClick"])
|
|
130
131
|
], 2),
|
|
131
|
-
(e.isValid || e.isValid === !1) && e.feedback ? (
|
|
132
|
+
(e.isValid || e.isValid === !1) && e.feedback ? (o(), r("div", {
|
|
132
133
|
key: 0,
|
|
133
134
|
class: t(
|
|
134
135
|
e.isValid === !1 ? "uikit-mt-1 uikit-text-12 uikit-text-w-danger" : "uikit-mt-1 uikit-text-12 uikit-text-w-primary"
|
|
135
136
|
),
|
|
136
137
|
innerHTML: e.isValid === !1 ? e.feedback.invalid : e.feedback.valid
|
|
137
|
-
}, null, 10,
|
|
138
|
+
}, null, 10, c)) : b("", !0)
|
|
138
139
|
], 2);
|
|
139
140
|
}
|
|
140
|
-
const x = /* @__PURE__ */
|
|
141
|
+
const x = /* @__PURE__ */ g(y, [["render", L], ["__scopeId", "data-v-afed12a6"]]);
|
|
141
142
|
export {
|
|
142
143
|
x as default
|
|
143
144
|
};
|
|
@@ -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;
|
|
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
72
|
handleClick(e: Event): void;
|
|
73
73
|
handleClean(): void;
|
|
74
74
|
handleShowPasswd(): void;
|
|
75
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue" | "focusout" | "focusin" | "keydown
|
|
75
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:modelValue" | "focusout" | "focusin" | "keydown" | "keydown-enter-pressed")[], "click" | "update:modelValue" | "focusout" | "focusin" | "keydown" | "keydown-enter-pressed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
76
|
inputClass: {
|
|
77
77
|
type: (ArrayConstructor | StringConstructor)[];
|
|
78
78
|
required: false;
|
|
@@ -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";
|
|
@@ -41,7 +41,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
disableTextarea(): void;
|
|
42
42
|
clearTextareaElem(): void;
|
|
43
43
|
disableAndFocusTextarea(): void;
|
|
44
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focusout" | "focusin")[], "update:modelValue" | "focusout" | "focusin", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focusout" | "focusin" | "keydown")[], "update:modelValue" | "focusout" | "focusin" | "keydown", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
45
|
labelText: {
|
|
46
46
|
type: StringConstructor;
|
|
47
47
|
default: string;
|
|
@@ -71,6 +71,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
71
|
}>> & {
|
|
72
72
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
73
73
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
74
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
74
75
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
75
76
|
}, {
|
|
76
77
|
resize: boolean;
|
|
@@ -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}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.invalid-bg[data-v-
|
|
1
|
+
.invalid-bg[data-v-afed12a6]{--invalid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjRkE0RjY0Jz48Y2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8+PHBhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8+PGNpcmNsZSBjeD0nNicgY3k9JzguMicgcj0nLjYnIGZpbGw9JyNGQTRGNjQnIHN0cm9rZT0nbm9uZScvPjwvc3ZnPg==);background-image:var(--invalid-img)}.valid-bg[data-v-afed12a6]{--valid-img: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyQjVERkYnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xeicvPjwvc3ZnPg==);background-image:var(--valid-img)}.invalid-bg[data-v-afed12a6],.valid-bg[data-v-afed12a6]{background-position:top 12px right 12px;background-size:20px}.textarea-scrollbar[data-v-afed12a6]::-webkit-scrollbar{width:8px;height:6px}.textarea-scrollbar[data-v-afed12a6]::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(244 247 255 / var(--tw-bg-opacity))}.textarea-scrollbar[data-v-afed12a6]::-webkit-scrollbar-thumb{border-radius:5px;--tw-bg-opacity: 1;background-color:rgb(180 194 240 / var(--tw-bg-opacity))}.is-valid.textarea-scrollbar[data-v-afed12a6]::-webkit-scrollbar-thumb{background-color:#2b5dff!important}.is-invalid.textarea-scrollbar[data-v-afed12a6]::-webkit-scrollbar-thumb{background-color:#fa4f64!important}
|
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}}
|