wargerm 0.2.7 → 0.2.8
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.esm.js +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -38,7 +38,7 @@ import _TreeSelect from 'antd/es/tree-select';
|
|
38
38
|
import uniqBy from 'lodash/uniqBy';
|
39
39
|
import CountUp from 'react-countup';
|
40
40
|
import { Swiper, SwiperSlide } from 'swiper/react';
|
41
|
-
import SwiperCore, { Pagination, Navigation } from 'swiper';
|
41
|
+
import SwiperCore, { Pagination, Navigation, Autoplay } from 'swiper';
|
42
42
|
import 'antd/es/breadcrumb/style';
|
43
43
|
import _Breadcrumb from 'antd/es/breadcrumb';
|
44
44
|
import ReactDOM from 'react-dom';
|
@@ -8483,7 +8483,7 @@ var Index$8 = function Index(_ref) {
|
|
8483
8483
|
|
8484
8484
|
var _excluded$9 = ["data", "onClick", "renderItem"];
|
8485
8485
|
|
8486
|
-
SwiperCore.use([Pagination, Navigation]);
|
8486
|
+
SwiperCore.use([Pagination, Navigation, Autoplay]);
|
8487
8487
|
|
8488
8488
|
var Index$9 = function Index(props) {
|
8489
8489
|
var data = props.data,
|
package/dist/index.js
CHANGED
@@ -8516,7 +8516,7 @@ var Index$8 = function Index(_ref) {
|
|
8516
8516
|
|
8517
8517
|
var _excluded$9 = ["data", "onClick", "renderItem"];
|
8518
8518
|
|
8519
|
-
SwiperCore__default['default'].use([SwiperCore.Pagination, SwiperCore.Navigation]);
|
8519
|
+
SwiperCore__default['default'].use([SwiperCore.Pagination, SwiperCore.Navigation, SwiperCore.Autoplay]);
|
8520
8520
|
|
8521
8521
|
var Index$9 = function Index(props) {
|
8522
8522
|
var data = props.data,
|