@wikicasa-dev/components 2.5.3-alpha.19 → 2.5.3-alpha.20
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/Swiper/Autoplay/index.js +1 -1
- package/dist/Swiper/Controller/index.js +1 -1
- package/dist/Swiper/Keyboard/index.js +1 -1
- package/dist/Swiper/Thumbs/index.js +1 -1
- package/dist/assets/SwiperRootPrimitive.css +1 -1
- package/dist/assets/SwiperRootPrimitive2.css +1 -0
- package/dist/components/carousel/Primitive/SwiperRootPrimitive.js +8 -5
- package/dist/index.js +123 -124
- package/dist/packages/components/lib/components/carousel/Primitive/SwiperNavigationPrimitive.vue.js +6 -5
- package/dist/packages/components/lib/components/carousel/Primitive/SwiperPaginationPrimitive.vue.js +6 -5
- package/dist/packages/components/lib/components/carousel/Primitive/SwiperRootPrimitive.vue.js +2 -2
- package/dist/packages/components/lib/components/carousel/Primitive/SwiperSlideImagePrimitive.vue.js +5 -4
- package/package.json +1 -1
- /package/dist/assets/{swiper-autoplay.css → swiper-keyboard.css} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
.swiper-button-disabled{pointer-events:auto!important}
|
|
1
|
+
.swiper-button-disabled{pointer-events:auto!important}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.swiper.uikit-carousel[data-v-66f4b869]{opacity:0}.swiper.uikit-carousel.is-initialized[data-v-66f4b869]{opacity:1}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import o from "../../../packages/components/lib/components/carousel/Primitive/SwiperRootPrimitive.vue.js";
|
|
2
|
-
import { addModuleDescriptorKey as
|
|
3
|
-
import '../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
2
|
+
import { addModuleDescriptorKey as d, setLazyImagesLoaderKey as f } from "../../../packages/components/lib/components/carousel/Primitive/SwiperRootPrimitive.vue.js";
|
|
3
|
+
import '../../../assets/SwiperRootPrimitive2.css';import '../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
|
+
import r from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
6
|
+
const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-66f4b869"]]);
|
|
4
7
|
export {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
+
d as addModuleDescriptorKey,
|
|
9
|
+
p as default,
|
|
10
|
+
f as setLazyImagesLoaderKey
|
|
8
11
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,141 +1,140 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
import { default as
|
|
3
|
-
import './assets/SwiperSlideImagePrimitive.css';import './assets/SwiperPaginationPrimitive.css';import './assets/
|
|
4
|
-
import { default as
|
|
5
|
-
import { default as
|
|
6
|
-
import { default as
|
|
7
|
-
import { default as
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
1
|
+
import { default as S } from "./packages/components/lib/UIKit/Accordion/BaseAccordion.vue.js";
|
|
2
|
+
import { default as g } from "./packages/components/lib/UIKit/Accordion/BaseAccordionItem.vue.js";
|
|
3
|
+
import './assets/SwiperSlideImagePrimitive.css';import './assets/SwiperPaginationPrimitive.css';import './assets/BaseSnackbar.css';import './assets/BaseModal.css';import './assets/BaseDropDown.css';import './assets/BaseCard.css';import './assets/BaseBadge.css';import './assets/ClearableAutocomplete.css';import './assets/BaseAutocomplete.css';import './assets/BaseAlert.css';import './assets/AccessibleSelect.css';import './assets/RadioButtonItem.css';import './assets/BaseTabsIndicator.css';import './assets/BaseTabs.css';import './assets/CheckboxBtn.css';import './assets/BaseAccordionItem.css';/* empty css */
|
|
4
|
+
import { default as C } from "./packages/components/lib/UIKit/Accordion/AccordionItemPrimitive.vue.js";
|
|
5
|
+
import { default as I } from "./packages/components/lib/UIKit/Accordion/AccordionHeaderPrimitive.vue.js";
|
|
6
|
+
import { default as A } from "./packages/components/lib/UIKit/Accordion/AccordionTriggerPrimitive.vue.js";
|
|
7
|
+
import { default as G } from "./packages/components/lib/UIKit/Accordion/AccordionContentPrimitive.vue.js";
|
|
8
|
+
import { default as k } from "./packages/components/lib/UIKit/BaseSelect/SelectItem.vue.js";
|
|
9
|
+
import { default as D } from "./packages/components/lib/UIKit/ProgressBar/ProgressRootPrimitive.vue.js";
|
|
10
|
+
import { default as M } from "./packages/components/lib/UIKit/ProgressBar/ProgressIndicatorPrimitive.vue.js";
|
|
11
|
+
import { default as H } from "./packages/components/lib/UIKit/Checkbox/CheckboxBtn.vue.js";
|
|
12
12
|
/* empty css */
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
13
|
+
import { default as U } from "./packages/components/lib/UIKit/Checkbox/CheckboxGroup.vue.js";
|
|
14
|
+
import { default as j } from "./packages/components/lib/UIKit/Checkbox/v2/CheckboxButtonGroup.vue.js";
|
|
15
|
+
import { default as y } from "./packages/components/lib/UIKit/Checkbox/v2/CheckboxGroupPrimitive.vue.js";
|
|
16
|
+
import { default as E } from "./packages/components/lib/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.vue.js";
|
|
17
|
+
import { default as K } from "./packages/components/lib/UIKit/Tab/BaseTabView.vue.js";
|
|
18
|
+
import { default as W } from "./packages/components/lib/UIKit/Tab/BaseTab.vue.js";
|
|
19
|
+
import { default as Y } from "./packages/components/lib/UIKit/Tab/v2/BaseTabs.vue.js";
|
|
20
20
|
/* empty css */
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
21
|
+
import { default as _ } from "./packages/components/lib/UIKit/Tab/v2/BaseTabsContent.vue.js";
|
|
22
|
+
import { default as ee } from "./packages/components/lib/UIKit/Tab/v2/BaseTabsIndicator.vue.js";
|
|
23
23
|
/* empty css */
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
24
|
+
import { default as oe } from "./packages/components/lib/UIKit/Tab/v2/BaseTabsList.vue.js";
|
|
25
|
+
import { default as ae } from "./packages/components/lib/UIKit/Tab/v2/BaseTabsTrigger.vue.js";
|
|
26
|
+
import { default as me } from "./packages/components/lib/UIKit/Radio/RadioButton.vue.js";
|
|
27
|
+
import { default as se } from "./packages/components/lib/UIKit/Radio/RadioGroup.vue.js";
|
|
28
|
+
import { default as le } from "./packages/components/lib/UIKit/Radio/v2/RadioButtonGroup.vue.js";
|
|
29
|
+
import { default as ue } from "./packages/components/lib/UIKit/Radio/v2/RadioButtonItem.vue.js";
|
|
30
30
|
/* empty css */
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
31
|
+
import { default as ne } from "./packages/components/lib/UIKit/Radio/v2/RadioGroupItemPrimitive.vue.js";
|
|
32
|
+
import { default as ce } from "./packages/components/lib/UIKit/AccessibleSelect.vue.js";
|
|
33
33
|
/* empty css */
|
|
34
|
-
import { default as
|
|
34
|
+
import { default as Se } from "./packages/components/lib/UIKit/BaseAlert.vue.js";
|
|
35
35
|
/* empty css */
|
|
36
|
-
import { default as
|
|
36
|
+
import { default as ge } from "./packages/components/lib/UIKit/BaseAutocomplete.vue.js";
|
|
37
37
|
/* empty css */
|
|
38
|
-
import { default as
|
|
38
|
+
import { default as Ce } from "./packages/components/lib/UIKit/Autocomplete/ClearableAutocomplete.vue.js";
|
|
39
39
|
/* empty css */
|
|
40
|
-
import { default as
|
|
40
|
+
import { default as Ie } from "./packages/components/lib/UIKit/BaseBadge.vue.js";
|
|
41
41
|
/* empty css */
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
42
|
+
import { default as Ae } from "./packages/components/lib/UIKit/BaseButton.vue.js";
|
|
43
|
+
import { default as Ge } from "./packages/components/lib/UIKit/BaseCard.vue.js";
|
|
44
44
|
/* empty css */
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
45
|
+
import { default as ke } from "./UIKit/BaseComplexToggle.js";
|
|
46
|
+
import { default as De } from "./packages/components/lib/UIKit/BaseDropDown.vue.js";
|
|
47
47
|
/* empty css */
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
48
|
+
import { default as Me } from "./UIKit/BaseFloatingLabel.js";
|
|
49
|
+
import { default as He } from "./UIKit/BaseInput.js";
|
|
50
|
+
import { default as Ue } from "./packages/components/lib/UIKit/BasePagination.vue.js";
|
|
51
|
+
import { default as je } from "./UIKit/BaseSlider.js";
|
|
52
|
+
import { default as ye } from "./UIKit/BaseTextarea.js";
|
|
53
|
+
import { default as Ee } from "./packages/components/lib/UIKit/BaseToggle.vue.js";
|
|
54
|
+
import { default as Ke } from "./UIKit/BaseTooltip.js";
|
|
55
|
+
import { default as We } from "./packages/components/lib/UIKit/BaseUploadFile.vue.js";
|
|
56
|
+
import { default as Ye } from "./packages/components/lib/UIKit/BaseModal.vue.js";
|
|
57
57
|
/* empty css */
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
58
|
+
import { default as _e } from "./UIKit/StaticSpinner.js";
|
|
59
|
+
import { default as er } from "./UIKit/ShimmerLoader/BaseShimmerLoader.js";
|
|
60
|
+
import { default as or } from "./packages/components/lib/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js";
|
|
61
|
+
import { default as ar } from "./packages/components/lib/chart/DoughnutChart.vue.js";
|
|
62
|
+
import { default as mr } from "./packages/components/lib/chart/LineChart.vue.js";
|
|
63
|
+
import { default as sr } from "./UIKit/Slider/SimpleSlider.js";
|
|
64
|
+
import { default as lr } from "./packages/components/lib/UIKit/BaseSnackbar.vue.js";
|
|
65
65
|
/* empty css */
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as hr } from "./packages/components/lib/components/carousel/Primitive/SwiperPaginationPrimitive.vue.js";
|
|
66
|
+
import { default as ur } from "./packages/components/lib/components/IntersectionObserver/IntersectionObservable.vue.js";
|
|
67
|
+
import { default as nr } from "./packages/components/lib/components/IntersectionObserver/IntersectionObserver.vue.js";
|
|
68
|
+
import { default as cr } from "./components/carousel/SwiperCarousel.js";
|
|
69
|
+
import { default as Sr } from "./components/carousel/SwiperSlide.js";
|
|
70
|
+
import { default as gr } from "./components/carousel/Primitive/SwiperRootPrimitive.js";
|
|
71
|
+
import { default as Cr } from "./packages/components/lib/components/carousel/Primitive/SwiperPrimitive.vue.js";
|
|
72
|
+
import { default as Ir } from "./packages/components/lib/components/carousel/Primitive/SwiperPaginationPrimitive.vue.js";
|
|
74
73
|
/* empty css */
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
74
|
+
import { default as Ar } from "./packages/components/lib/components/carousel/Primitive/SwiperNavigationPrimitive.vue.js";
|
|
75
|
+
import { default as Gr } from "./packages/components/lib/components/carousel/Primitive/SwiperSlideImagePrimitive.vue.js";
|
|
77
76
|
/* empty css */
|
|
78
|
-
import { default as
|
|
77
|
+
import { default as kr } from "./packages/components/lib/UIKit/BaseBreadcrumb.vue.js";
|
|
79
78
|
export {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
79
|
+
ce as AccessibleSelect,
|
|
80
|
+
G as AccordionContentPrimitive,
|
|
81
|
+
I as AccordionHeaderPrimitive,
|
|
82
|
+
C as AccordionItemPrimitive,
|
|
83
|
+
A as AccordionTriggerPrimitive,
|
|
84
|
+
S as BaseAccordion,
|
|
85
|
+
g as BaseAccordionItem,
|
|
86
|
+
Se as BaseAlert,
|
|
87
|
+
ge as BaseAutocomplete,
|
|
88
|
+
Ie as BaseBadge,
|
|
89
|
+
kr as BaseBreadcrumb,
|
|
90
|
+
Ae as BaseButton,
|
|
91
|
+
Ge as BaseCard,
|
|
92
|
+
ke as BaseComplexToggle,
|
|
93
|
+
De as BaseDropDown,
|
|
94
|
+
Me as BaseFloatingLabel,
|
|
95
|
+
He as BaseInput,
|
|
96
|
+
Ye as BaseModal,
|
|
97
|
+
Ue as BasePagination,
|
|
98
|
+
er as BaseShimmerLoader,
|
|
99
|
+
je as BaseSlider,
|
|
100
|
+
lr as BaseSnackbar,
|
|
101
|
+
W as BaseTab,
|
|
102
|
+
K as BaseTabView,
|
|
103
|
+
Y as BaseTabs,
|
|
104
|
+
_ as BaseTabsContent,
|
|
105
|
+
ee as BaseTabsIndicator,
|
|
106
|
+
oe as BaseTabsList,
|
|
107
|
+
ae as BaseTabsTrigger,
|
|
108
|
+
ye as BaseTextarea,
|
|
109
|
+
Ee as BaseToggle,
|
|
110
|
+
Ke as BaseTooltip,
|
|
111
|
+
We as BaseUploadFile,
|
|
112
|
+
H as CheckboxBtn,
|
|
113
|
+
j as CheckboxButtonGroup,
|
|
114
|
+
U as CheckboxGroup,
|
|
115
|
+
E as CheckboxGroupItemPrimitive,
|
|
116
|
+
y as CheckboxGroupPrimitive,
|
|
117
|
+
Ce as ClearableAutocomplete,
|
|
118
|
+
ar as DoughnutChart,
|
|
119
|
+
ur as IntersectionObservable,
|
|
120
|
+
nr as IntersectionObserver,
|
|
121
|
+
mr as LineChart,
|
|
122
|
+
M as ProgressIndicatorPrimitive,
|
|
123
|
+
D as ProgressRootPrimitive,
|
|
124
|
+
me as RadioButton,
|
|
125
|
+
le as RadioButtonGroup,
|
|
126
|
+
ue as RadioButtonItem,
|
|
127
|
+
se as RadioGroup,
|
|
128
|
+
ne as RadioGroupItemPrimitive,
|
|
129
|
+
k as SelectItem,
|
|
130
|
+
or as ShimmerMultiLine,
|
|
131
|
+
sr as SimpleSlider,
|
|
132
|
+
_e as StaticSpinner,
|
|
133
|
+
cr as SwiperCarousel,
|
|
134
|
+
Ar as SwiperNavigationPrimitive,
|
|
135
|
+
Ir as SwiperPaginationPrimitive,
|
|
136
|
+
Cr as SwiperPrimitive,
|
|
137
|
+
gr as SwiperRootPrimitive,
|
|
138
|
+
Sr as SwiperSlide,
|
|
139
|
+
Gr as SwiperSlideImagePrimitive
|
|
141
140
|
};
|
package/dist/packages/components/lib/components/carousel/Primitive/SwiperNavigationPrimitive.vue.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { defineComponent as p, inject as s, createElementBlock as a, openBlock as l, Fragment as d, createElementVNode as e, withModifiers as i } from "vue";
|
|
2
2
|
import { NavigationModule as u } from "../../../../../../Swiper/Navigation/factory.js";
|
|
3
|
-
import { addModuleDescriptorKey as
|
|
4
|
-
import '../../../../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
5
|
-
|
|
3
|
+
import { addModuleDescriptorKey as m } from "./SwiperRootPrimitive.vue.js";
|
|
4
|
+
import '../../../../../../assets/SwiperRootPrimitive2.css';import '../../../../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
const k = /* @__PURE__ */ p({
|
|
6
7
|
__name: "SwiperNavigationPrimitive",
|
|
7
8
|
props: {
|
|
8
9
|
options: { type: [Object, Boolean], default: !0 }
|
|
@@ -11,7 +12,7 @@ const y = /* @__PURE__ */ p({
|
|
|
11
12
|
const n = {
|
|
12
13
|
nextEl: ".swiper-button-next",
|
|
13
14
|
prevEl: ".swiper-button-prev"
|
|
14
|
-
}, r = s(
|
|
15
|
+
}, r = s(m, void 0);
|
|
15
16
|
return o.options && r?.(
|
|
16
17
|
u({
|
|
17
18
|
...n,
|
|
@@ -34,5 +35,5 @@ const y = /* @__PURE__ */ p({
|
|
|
34
35
|
}
|
|
35
36
|
});
|
|
36
37
|
export {
|
|
37
|
-
|
|
38
|
+
k as default
|
|
38
39
|
};
|
package/dist/packages/components/lib/components/carousel/Primitive/SwiperPaginationPrimitive.vue.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as r, inject as a, createElementBlock as p, openBlock as s, withModifiers as d } from "vue";
|
|
2
2
|
import { addModuleDescriptorKey as c } from "./SwiperRootPrimitive.vue.js";
|
|
3
|
-
import '../../../../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
3
|
+
import '../../../../../../assets/SwiperRootPrimitive2.css';import '../../../../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
4
|
+
/* empty css */
|
|
4
5
|
import { PaginationModule as u } from "../../../../../../Swiper/Pagination/factory.js";
|
|
5
|
-
const
|
|
6
|
+
const b = /* @__PURE__ */ r({
|
|
6
7
|
__name: "SwiperPaginationPrimitive",
|
|
7
8
|
props: {
|
|
8
9
|
options: { type: [Object, Boolean], default: !0 }
|
|
@@ -15,7 +16,7 @@ const g = /* @__PURE__ */ a({
|
|
|
15
16
|
/
|
|
16
17
|
<span data-cy="swiper-pagination-total" class="${i}"></span>
|
|
17
18
|
</div>`
|
|
18
|
-
}, e =
|
|
19
|
+
}, e = a(c, void 0);
|
|
19
20
|
return t.options && e?.(
|
|
20
21
|
u({
|
|
21
22
|
...n,
|
|
@@ -29,5 +30,5 @@ const g = /* @__PURE__ */ a({
|
|
|
29
30
|
}
|
|
30
31
|
});
|
|
31
32
|
export {
|
|
32
|
-
|
|
33
|
+
b as default
|
|
33
34
|
};
|
package/dist/packages/components/lib/components/carousel/Primitive/SwiperRootPrimitive.vue.js
CHANGED
|
@@ -92,10 +92,10 @@ const q = { class: "uikit-relative" }, Z = {
|
|
|
92
92
|
ref: "root",
|
|
93
93
|
class: B(["swiper uikit-carousel", [{ "is-initialized": l.value }, o.rootClasses]])
|
|
94
94
|
}, [
|
|
95
|
-
T(e.$slots, "default")
|
|
95
|
+
T(e.$slots, "default", {}, void 0, !0)
|
|
96
96
|
], 2),
|
|
97
97
|
l.value ? g("", !0) : (k(), P("div", Z, [
|
|
98
|
-
T(e.$slots, "placeholder")
|
|
98
|
+
T(e.$slots, "placeholder", {}, void 0, !0)
|
|
99
99
|
]))
|
|
100
100
|
]));
|
|
101
101
|
}
|
package/dist/packages/components/lib/components/carousel/Primitive/SwiperSlideImagePrimitive.vue.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { defineComponent as c, createPropsRestProxy as o, shallowRef as r, inject as l, createBlock as d, openBlock as m, withCtx as n, createElementVNode as g, mergeProps as u } from "vue";
|
|
2
2
|
import f from "../../../../../../components/carousel/SwiperSlide.js";
|
|
3
3
|
import { setLazyImagesLoaderKey as y } from "./SwiperRootPrimitive.vue.js";
|
|
4
|
-
import '../../../../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
5
|
-
|
|
4
|
+
import '../../../../../../assets/SwiperRootPrimitive2.css';import '../../../../../../assets/SwiperRootPrimitive.css';/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
const v = ["src", "srcset", "data-src", "data-srcset"], L = /* @__PURE__ */ c({
|
|
6
7
|
__name: "SwiperSlideImagePrimitive",
|
|
7
8
|
props: {
|
|
8
9
|
src: {},
|
|
@@ -20,7 +21,7 @@ const v = ["src", "srcset", "data-src", "data-srcset"], x = /* @__PURE__ */ c({
|
|
|
20
21
|
},
|
|
21
22
|
setup(e) {
|
|
22
23
|
const s = o(e, ["src", "srcset", "imgClasses"]), t = r(), a = r(), i = l(y, void 0);
|
|
23
|
-
return s.lazy && (t.value = e.src, a.value = e.srcset, i?.(!0)), (h,
|
|
24
|
+
return s.lazy && (t.value = e.src, a.value = e.srcset, i?.(!0)), (h, p) => (m(), d(f, null, {
|
|
24
25
|
default: n(() => [
|
|
25
26
|
g("img", u(s, {
|
|
26
27
|
class: ["swiper-slide-image-primitive", e.imgClasses],
|
|
@@ -35,5 +36,5 @@ const v = ["src", "srcset", "data-src", "data-srcset"], x = /* @__PURE__ */ c({
|
|
|
35
36
|
}
|
|
36
37
|
});
|
|
37
38
|
export {
|
|
38
|
-
|
|
39
|
+
L as default
|
|
39
40
|
};
|
package/package.json
CHANGED
|
File without changes
|