@smallwei/avue 3.8.4 → 3.8.5
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/avue.js +4 -5
- package/dist/avue.js.map +1 -1
- package/dist/avue.min.js +2 -2
- package/es/core/detail.mjs +2 -1
- package/es/index.mjs +2 -1
- package/es/locale/index.mjs +2 -1
- package/es/packages/element-plus/chat/index.vue +6 -5
- package/es/packages/element-plus/count-up/index.vue +2 -2
- package/es/plugin/export/index.mjs +2 -1
- package/es/utils/util.mjs +6 -3
- package/es/version.mjs +1 -1
- package/es/version.ts +1 -1
- package/lib/core/detail.js +39 -8
- package/lib/index.js +36 -2
- package/lib/locale/index.js +38 -4
- package/lib/packages/element-plus/chat/index.vue +6 -5
- package/lib/packages/element-plus/count-up/index.vue +2 -2
- package/lib/plugin/export/index.js +36 -2
- package/lib/utils/util.js +42 -9
- package/lib/version.js +1 -1
- package/lib/version.ts +1 -1
- package/package.json +1 -1
package/dist/avue.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Avue.js v3.8.
|
|
2
|
+
* Avue.js v3.8.5
|
|
3
3
|
* (c) 2017-2026 Smallwei
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2484,7 +2484,6 @@ var propsDefault = {
|
|
|
2484
2484
|
/* harmony import */ var core_create__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core/create */ "./src/core/create.ts");
|
|
2485
2485
|
|
|
2486
2486
|
|
|
2487
|
-
var CountUp = countup_js__WEBPACK_IMPORTED_MODULE_0___default.a || countup_js__WEBPACK_IMPORTED_MODULE_0__;
|
|
2488
2487
|
/* harmony default export */ __webpack_exports__["a"] = (Object(core_create__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])({
|
|
2489
2488
|
name: "count-up",
|
|
2490
2489
|
props: {
|
|
@@ -2548,7 +2547,7 @@ var CountUp = countup_js__WEBPACK_IMPORTED_MODULE_0___default.a || countup_js__W
|
|
|
2548
2547
|
methods: {
|
|
2549
2548
|
init: function init() {
|
|
2550
2549
|
if (!this.c) {
|
|
2551
|
-
this.c = new
|
|
2550
|
+
this.c = new countup_js__WEBPACK_IMPORTED_MODULE_0___default.a(this.$el, this.start, this.end, this.decimals, this.duration, this.options);
|
|
2552
2551
|
this.c.start();
|
|
2553
2552
|
}
|
|
2554
2553
|
},
|
|
@@ -21789,7 +21788,7 @@ module.exports = _unsupportedIterableToArray, module.exports.__esModule = true,
|
|
|
21789
21788
|
!*** ./node_modules/countup.js/dist/countUp.min.js ***!
|
|
21790
21789
|
\*****************************************************/
|
|
21791
21790
|
/*! no static exports found */
|
|
21792
|
-
/*!
|
|
21791
|
+
/*! exports used: default */
|
|
21793
21792
|
/***/ (function(module, exports, __webpack_require__) {
|
|
21794
21793
|
|
|
21795
21794
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;!function(a,n){ true?!(__WEBPACK_AMD_DEFINE_FACTORY__ = (n),
|
|
@@ -37233,7 +37232,7 @@ function validatenull(val) {
|
|
|
37233
37232
|
|
|
37234
37233
|
"use strict";
|
|
37235
37234
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return version; });
|
|
37236
|
-
var version = '3.8.
|
|
37235
|
+
var version = '3.8.5';
|
|
37237
37236
|
|
|
37238
37237
|
/***/ }),
|
|
37239
37238
|
|