@wikicasa-dev/components 2.1.24-alpha.2 → 2.1.24-alpha.3
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/index.d.ts +2 -2
- package/dist/index.js +14 -14
- package/dist/lazyModules/Swiper/autoplay.js +1 -1
- package/dist/lazyModules/Swiper/controller.js +1 -1
- package/dist/lazyModules/Swiper/keyboard.js +1 -1
- package/dist/lazyModules/Swiper/thumbs.js +1 -1
- package/package.json +1 -1
- /package/dist/assets/node_modules/swiper/modules/{controller.css → autoplay.css} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ import { default as BaseToggle } from './UIKit/BaseToggle';
|
|
|
28
28
|
import { default as BaseTooltip } from './UIKit/BaseTooltip';
|
|
29
29
|
import { default as BaseUploadFile } from './UIKit/BaseUploadFile';
|
|
30
30
|
import { default as BaseModal } from './UIKit/BaseModal';
|
|
31
|
-
import { default as BaseSnackbar } from './UIKit/BaseSnackbar';
|
|
32
31
|
import { default as StaticSpinner } from './UIKit/StaticSpinner';
|
|
33
32
|
import { default as BaseShimmerLoader } from './UIKit/ShimmerLoader/BaseShimmerLoader';
|
|
34
33
|
import { default as ShimmerMultiLine } from './UIKit/ShimmerLoader/ShimmerMultiLine';
|
|
@@ -41,5 +40,6 @@ import { default as SwiperCarousel } from './components/carousel/SwiperCarousel'
|
|
|
41
40
|
import { default as SwiperSlide } from './components/carousel/SwiperSlide';
|
|
42
41
|
import { default as BaseBreadcrumb } from './UIKit/BaseBreadcrumb';
|
|
43
42
|
export * from './UIKit/types';
|
|
43
|
+
export { default as BaseSnackbar, type SnackbarProps, } from './UIKit/BaseSnackbar';
|
|
44
44
|
export type { ChartOptions, ChartData } from 'chart.js';
|
|
45
|
-
export { DoughnutChart, LineChart, BaseAccordion, BaseAccordionBtn, BaseAccordionContent, BaseAccordionItem, SelectItem, BaseAlert, BaseAutocomplete, BaseBadge, BaseButton, AccessibleSelect, BaseComplexToggle, BaseDropDown, BaseFloatingLabel, BaseCard, BaseIcon, BaseInput, BasePagination, BasePaper, BaseSlider, BaseTab, BaseTextarea, BaseToggle, BaseTooltip, BaseUploadFile, CheckboxBtn, CheckboxGroup, RadioButton, RadioGroup, SwiperCarousel, SwiperSlide, IntersectionObservable, IntersectionObserver, BaseModal,
|
|
45
|
+
export { DoughnutChart, LineChart, BaseAccordion, BaseAccordionBtn, BaseAccordionContent, BaseAccordionItem, SelectItem, BaseAlert, BaseAutocomplete, BaseBadge, BaseButton, AccessibleSelect, BaseComplexToggle, BaseDropDown, BaseFloatingLabel, BaseCard, BaseIcon, BaseInput, BasePagination, BasePaper, BaseSlider, BaseTab, BaseTextarea, BaseToggle, BaseTooltip, BaseUploadFile, CheckboxBtn, CheckboxGroup, RadioButton, RadioGroup, SwiperCarousel, SwiperSlide, IntersectionObservable, IntersectionObserver, BaseModal, BaseTabView, BaseShimmerLoader, ShimmerMultiLine, StaticSpinner, BaseBreadcrumb, SimpleSlider, };
|
package/dist/index.js
CHANGED
|
@@ -32,14 +32,14 @@ import { default as le } from "./UIKit/BaseTooltip.js";
|
|
|
32
32
|
import { default as de } from "./lib/UIKit/BaseUploadFile.vue.js";
|
|
33
33
|
import { default as ue } from "./lib/UIKit/BaseModal.vue.js";
|
|
34
34
|
/* empty css */
|
|
35
|
-
import { default as ie } from "./
|
|
35
|
+
import { default as ie } from "./UIKit/StaticSpinner.js";
|
|
36
|
+
import { default as ne } from "./UIKit/ShimmerLoader/BaseShimmerLoader.js";
|
|
37
|
+
import { default as Se } from "./lib/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js";
|
|
38
|
+
import { default as ge } from "./lib/chart/DoughnutChart.vue.js";
|
|
39
|
+
import { default as he } from "./lib/chart/LineChart.vue.js";
|
|
40
|
+
import { default as Ie } from "./UIKit/Slider/SimpleSlider.js";
|
|
41
|
+
import { default as we } from "./lib/UIKit/BaseSnackbar.vue.js";
|
|
36
42
|
/* empty css */
|
|
37
|
-
import { default as ne } from "./UIKit/StaticSpinner.js";
|
|
38
|
-
import { default as Se } from "./UIKit/ShimmerLoader/BaseShimmerLoader.js";
|
|
39
|
-
import { default as ge } from "./lib/UIKit/ShimmerLoader/ShimmerMultiLine.vue.js";
|
|
40
|
-
import { default as he } from "./lib/chart/DoughnutChart.vue.js";
|
|
41
|
-
import { default as Ie } from "./lib/chart/LineChart.vue.js";
|
|
42
|
-
import { default as we } from "./UIKit/Slider/SimpleSlider.js";
|
|
43
43
|
import { default as ke } from "./lib/components/IntersectionObserver/IntersectionObservable.vue.js";
|
|
44
44
|
import { default as ve } from "./lib/components/IntersectionObserver/IntersectionObserver.vue.js";
|
|
45
45
|
import { default as Ge } from "./components/carousel/SwiperCarousel.js";
|
|
@@ -65,9 +65,9 @@ export {
|
|
|
65
65
|
ue as BaseModal,
|
|
66
66
|
Z as BasePagination,
|
|
67
67
|
$ as BasePaper,
|
|
68
|
-
|
|
68
|
+
ne as BaseShimmerLoader,
|
|
69
69
|
ae as BaseSlider,
|
|
70
|
-
|
|
70
|
+
we as BaseSnackbar,
|
|
71
71
|
h as BaseTab,
|
|
72
72
|
I as BaseTabView,
|
|
73
73
|
re as BaseTextarea,
|
|
@@ -76,16 +76,16 @@ export {
|
|
|
76
76
|
de as BaseUploadFile,
|
|
77
77
|
S as CheckboxBtn,
|
|
78
78
|
g as CheckboxGroup,
|
|
79
|
-
|
|
79
|
+
ge as DoughnutChart,
|
|
80
80
|
ke as IntersectionObservable,
|
|
81
81
|
ve as IntersectionObserver,
|
|
82
|
-
|
|
82
|
+
he as LineChart,
|
|
83
83
|
w as RadioButton,
|
|
84
84
|
k as RadioGroup,
|
|
85
85
|
n as SelectItem,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
86
|
+
Se as ShimmerMultiLine,
|
|
87
|
+
Ie as SimpleSlider,
|
|
88
|
+
ie as StaticSpinner,
|
|
89
89
|
Ge as SwiperCarousel,
|
|
90
90
|
Oe as SwiperSlide
|
|
91
91
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as p } from "../../node_modules/swiper/modules/autoplay.js";
|
|
2
|
-
import '../../assets/node_modules/swiper/modules/
|
|
2
|
+
import '../../assets/node_modules/swiper/modules/autoplay.css';/* empty css */
|
|
3
3
|
export {
|
|
4
4
|
p as Autoplay
|
|
5
5
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as e } from "../../node_modules/swiper/modules/controller.js";
|
|
2
|
-
import '../../assets/node_modules/swiper/modules/
|
|
2
|
+
import '../../assets/node_modules/swiper/modules/autoplay.css';/* empty css */
|
|
3
3
|
export {
|
|
4
4
|
e as Controller
|
|
5
5
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as e } from "../../node_modules/swiper/modules/keyboard.js";
|
|
2
|
-
import '../../assets/node_modules/swiper/modules/
|
|
2
|
+
import '../../assets/node_modules/swiper/modules/autoplay.css';/* empty css */
|
|
3
3
|
export {
|
|
4
4
|
e as Keyboard
|
|
5
5
|
};
|
package/package.json
CHANGED
|
File without changes
|