y-design-ssr 0.0.21 → 0.0.24
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/libs/button.js +6 -17
- package/libs/cell.js +6 -18
- package/libs/checkbox.css +2 -0
- package/libs/checkbox.js +197 -43
- package/libs/checkboxGroup.js +85 -109
- package/libs/col.css +2 -0
- package/libs/col.js +175 -41
- package/libs/countdown.js +6 -18
- package/libs/dialog.js +10 -21
- package/libs/empty.js +9 -20
- package/libs/form.js +32 -51
- package/libs/formItem.js +788 -45
- package/libs/icon.js +6 -18
- package/libs/input.js +6 -18
- package/libs/list.js +6 -18
- package/libs/loading.js +9 -24
- package/libs/mask.js +6 -18
- package/libs/popup.js +6 -18
- package/libs/progress.js +6 -18
- package/libs/pullrefresh.js +8 -20
- package/libs/row.js +40 -66
- package/libs/slider.js +6 -18
- package/libs/stepper.js +6 -18
- package/libs/style.js +6 -22
- package/libs/swipe.js +84 -87
- package/libs/swipeItem.css +2 -0
- package/libs/swipeItem.js +733 -42
- package/libs/switch.js +6 -18
- package/libs/tab.css +4 -0
- package/libs/tab.js +2051 -62
- package/libs/tabs.css +2 -0
- package/libs/tabs.js +165 -169
- package/libs/toast.js +9 -20
- package/libs/tooltip.js +9 -20
- package/libs/yui.css +4 -4
- package/libs/yui.js +332 -404
- package/package.json +1 -1
- package/libs/locale.js +0 -1166
package/libs/icon.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory(require("vue"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("yui-lib", ["vue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["yui-lib"] = factory(require("vue"));
|
|
8
|
+
else
|
|
9
|
+
root["yui-lib"] = factory(root["vue"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__4103__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
@@ -3133,24 +3133,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4103__;
|
|
|
3133
3133
|
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
3134
3134
|
/******/ }();
|
|
3135
3135
|
/******/
|
|
3136
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
3137
|
-
/******/ !function() {
|
|
3138
|
-
/******/ // define __esModule on exports
|
|
3139
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
3140
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
3141
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
3142
|
-
/******/ }
|
|
3143
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
3144
|
-
/******/ };
|
|
3145
|
-
/******/ }();
|
|
3146
|
-
/******/
|
|
3147
3136
|
/************************************************************************/
|
|
3148
3137
|
var __webpack_exports__ = {};
|
|
3149
3138
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
3150
3139
|
!function() {
|
|
3151
3140
|
"use strict";
|
|
3152
|
-
// ESM COMPAT FLAG
|
|
3153
|
-
__webpack_require__.r(__webpack_exports__);
|
|
3154
3141
|
|
|
3155
3142
|
// EXPORTS
|
|
3156
3143
|
__webpack_require__.d(__webpack_exports__, {
|
|
@@ -3333,6 +3320,7 @@ icon.install = function (app) {
|
|
|
3333
3320
|
|
|
3334
3321
|
/* harmony default export */ var packages_icon = (icon);
|
|
3335
3322
|
}();
|
|
3323
|
+
__webpack_exports__ = __webpack_exports__.default;
|
|
3336
3324
|
/******/ return __webpack_exports__;
|
|
3337
3325
|
/******/ })()
|
|
3338
3326
|
;
|
package/libs/input.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory(require("vue"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("yui-lib", ["vue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["yui-lib"] = factory(require("vue"));
|
|
8
|
+
else
|
|
9
|
+
root["yui-lib"] = factory(root["vue"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__4103__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
@@ -3881,24 +3881,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4103__;
|
|
|
3881
3881
|
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
3882
3882
|
/******/ }();
|
|
3883
3883
|
/******/
|
|
3884
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
3885
|
-
/******/ !function() {
|
|
3886
|
-
/******/ // define __esModule on exports
|
|
3887
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
3888
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
3889
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
3890
|
-
/******/ }
|
|
3891
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
3892
|
-
/******/ };
|
|
3893
|
-
/******/ }();
|
|
3894
|
-
/******/
|
|
3895
3884
|
/************************************************************************/
|
|
3896
3885
|
var __webpack_exports__ = {};
|
|
3897
3886
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
3898
3887
|
!function() {
|
|
3899
3888
|
"use strict";
|
|
3900
|
-
// ESM COMPAT FLAG
|
|
3901
|
-
__webpack_require__.r(__webpack_exports__);
|
|
3902
3889
|
|
|
3903
3890
|
// EXPORTS
|
|
3904
3891
|
__webpack_require__.d(__webpack_exports__, {
|
|
@@ -4162,6 +4149,7 @@ input.install = function (Vue) {
|
|
|
4162
4149
|
|
|
4163
4150
|
/* harmony default export */ var packages_input = (input);
|
|
4164
4151
|
}();
|
|
4152
|
+
__webpack_exports__ = __webpack_exports__.default;
|
|
4165
4153
|
/******/ return __webpack_exports__;
|
|
4166
4154
|
/******/ })()
|
|
4167
4155
|
;
|
package/libs/list.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory(require("vue"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("yui-lib", ["vue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["yui-lib"] = factory(require("vue"));
|
|
8
|
+
else
|
|
9
|
+
root["yui-lib"] = factory(root["vue"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__4103__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
@@ -4571,24 +4571,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4103__;
|
|
|
4571
4571
|
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
4572
4572
|
/******/ }();
|
|
4573
4573
|
/******/
|
|
4574
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
4575
|
-
/******/ !function() {
|
|
4576
|
-
/******/ // define __esModule on exports
|
|
4577
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
4578
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
4579
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4580
|
-
/******/ }
|
|
4581
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
4582
|
-
/******/ };
|
|
4583
|
-
/******/ }();
|
|
4584
|
-
/******/
|
|
4585
4574
|
/************************************************************************/
|
|
4586
4575
|
var __webpack_exports__ = {};
|
|
4587
4576
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
4588
4577
|
!function() {
|
|
4589
4578
|
"use strict";
|
|
4590
|
-
// ESM COMPAT FLAG
|
|
4591
|
-
__webpack_require__.r(__webpack_exports__);
|
|
4592
4579
|
|
|
4593
4580
|
// EXPORTS
|
|
4594
4581
|
__webpack_require__.d(__webpack_exports__, {
|
|
@@ -5101,6 +5088,7 @@ list.install = function (Vue) {
|
|
|
5101
5088
|
|
|
5102
5089
|
/* harmony default export */ var packages_list = (list);
|
|
5103
5090
|
}();
|
|
5091
|
+
__webpack_exports__ = __webpack_exports__.default;
|
|
5104
5092
|
/******/ return __webpack_exports__;
|
|
5105
5093
|
/******/ })()
|
|
5106
5094
|
;
|
package/libs/loading.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory(require("vue"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("yui-lib", ["vue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["yui-lib"] = factory(require("vue"));
|
|
8
|
+
else
|
|
9
|
+
root["yui-lib"] = factory(root["vue"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__4103__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
@@ -3676,35 +3676,19 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4103__;
|
|
|
3676
3676
|
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
3677
3677
|
/******/ }();
|
|
3678
3678
|
/******/
|
|
3679
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
3680
|
-
/******/ !function() {
|
|
3681
|
-
/******/ // define __esModule on exports
|
|
3682
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
3683
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
3684
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
3685
|
-
/******/ }
|
|
3686
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
3687
|
-
/******/ };
|
|
3688
|
-
/******/ }();
|
|
3689
|
-
/******/
|
|
3690
3679
|
/************************************************************************/
|
|
3691
3680
|
var __webpack_exports__ = {};
|
|
3692
3681
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
3693
3682
|
!function() {
|
|
3694
3683
|
"use strict";
|
|
3695
|
-
// ESM COMPAT FLAG
|
|
3696
|
-
__webpack_require__.r(__webpack_exports__);
|
|
3697
3684
|
|
|
3698
3685
|
// EXPORTS
|
|
3699
3686
|
__webpack_require__.d(__webpack_exports__, {
|
|
3700
|
-
"
|
|
3701
|
-
"default": function() { return /* binding */ packages_loading; },
|
|
3702
|
-
"directive": function() { return /* reexport */ directive; },
|
|
3703
|
-
"directiveProps": function() { return /* reexport */ directiveProps; },
|
|
3704
|
-
"directiveSlots": function() { return /* reexport */ directiveSlots; },
|
|
3705
|
-
"loadingDirective": function() { return /* reexport */ src_directive; }
|
|
3687
|
+
"default": function() { return /* binding */ packages_loading; }
|
|
3706
3688
|
});
|
|
3707
3689
|
|
|
3690
|
+
// UNUSED EXPORTS: createLoading, directive, directiveProps, directiveSlots, loadingDirective
|
|
3691
|
+
|
|
3708
3692
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
3709
3693
|
var es_function_name = __webpack_require__(8309);
|
|
3710
3694
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
@@ -4049,6 +4033,7 @@ loading.install = function (app) {
|
|
|
4049
4033
|
/* harmony default export */ var packages_loading = (loading);
|
|
4050
4034
|
|
|
4051
4035
|
}();
|
|
4036
|
+
__webpack_exports__ = __webpack_exports__.default;
|
|
4052
4037
|
/******/ return __webpack_exports__;
|
|
4053
4038
|
/******/ })()
|
|
4054
4039
|
;
|
package/libs/mask.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory(require("vue"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("yui-lib", ["vue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["yui-lib"] = factory(require("vue"));
|
|
8
|
+
else
|
|
9
|
+
root["yui-lib"] = factory(root["vue"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__4103__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
@@ -3749,24 +3749,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4103__;
|
|
|
3749
3749
|
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
3750
3750
|
/******/ }();
|
|
3751
3751
|
/******/
|
|
3752
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
3753
|
-
/******/ !function() {
|
|
3754
|
-
/******/ // define __esModule on exports
|
|
3755
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
3756
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
3757
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
3758
|
-
/******/ }
|
|
3759
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
3760
|
-
/******/ };
|
|
3761
|
-
/******/ }();
|
|
3762
|
-
/******/
|
|
3763
3752
|
/************************************************************************/
|
|
3764
3753
|
var __webpack_exports__ = {};
|
|
3765
3754
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
3766
3755
|
!function() {
|
|
3767
3756
|
"use strict";
|
|
3768
|
-
// ESM COMPAT FLAG
|
|
3769
|
-
__webpack_require__.r(__webpack_exports__);
|
|
3770
3757
|
|
|
3771
3758
|
// EXPORTS
|
|
3772
3759
|
__webpack_require__.d(__webpack_exports__, {
|
|
@@ -4027,6 +4014,7 @@ mask.install = function (app) {
|
|
|
4027
4014
|
|
|
4028
4015
|
/* harmony default export */ var packages_mask = (mask);
|
|
4029
4016
|
}();
|
|
4017
|
+
__webpack_exports__ = __webpack_exports__.default;
|
|
4030
4018
|
/******/ return __webpack_exports__;
|
|
4031
4019
|
/******/ })()
|
|
4032
4020
|
;
|
package/libs/popup.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory(require("vue"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("yui-lib", ["vue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["yui-lib"] = factory(require("vue"));
|
|
8
|
+
else
|
|
9
|
+
root["yui-lib"] = factory(root["vue"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__4103__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
@@ -4016,24 +4016,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4103__;
|
|
|
4016
4016
|
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
4017
4017
|
/******/ }();
|
|
4018
4018
|
/******/
|
|
4019
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
4020
|
-
/******/ !function() {
|
|
4021
|
-
/******/ // define __esModule on exports
|
|
4022
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
4023
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
4024
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4025
|
-
/******/ }
|
|
4026
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
4027
|
-
/******/ };
|
|
4028
|
-
/******/ }();
|
|
4029
|
-
/******/
|
|
4030
4019
|
/************************************************************************/
|
|
4031
4020
|
var __webpack_exports__ = {};
|
|
4032
4021
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
4033
4022
|
!function() {
|
|
4034
4023
|
"use strict";
|
|
4035
|
-
// ESM COMPAT FLAG
|
|
4036
|
-
__webpack_require__.r(__webpack_exports__);
|
|
4037
4024
|
|
|
4038
4025
|
// EXPORTS
|
|
4039
4026
|
__webpack_require__.d(__webpack_exports__, {
|
|
@@ -4265,6 +4252,7 @@ popup.install = function (app) {
|
|
|
4265
4252
|
|
|
4266
4253
|
/* harmony default export */ var packages_popup = (popup);
|
|
4267
4254
|
}();
|
|
4255
|
+
__webpack_exports__ = __webpack_exports__.default;
|
|
4268
4256
|
/******/ return __webpack_exports__;
|
|
4269
4257
|
/******/ })()
|
|
4270
4258
|
;
|
package/libs/progress.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory(require("vue"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("yui-lib", ["vue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["yui-lib"] = factory(require("vue"));
|
|
8
|
+
else
|
|
9
|
+
root["yui-lib"] = factory(root["vue"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__4103__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
@@ -3206,24 +3206,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4103__;
|
|
|
3206
3206
|
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
3207
3207
|
/******/ }();
|
|
3208
3208
|
/******/
|
|
3209
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
3210
|
-
/******/ !function() {
|
|
3211
|
-
/******/ // define __esModule on exports
|
|
3212
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
3213
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
3214
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
3215
|
-
/******/ }
|
|
3216
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
3217
|
-
/******/ };
|
|
3218
|
-
/******/ }();
|
|
3219
|
-
/******/
|
|
3220
3209
|
/************************************************************************/
|
|
3221
3210
|
var __webpack_exports__ = {};
|
|
3222
3211
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
3223
3212
|
!function() {
|
|
3224
3213
|
"use strict";
|
|
3225
|
-
// ESM COMPAT FLAG
|
|
3226
|
-
__webpack_require__.r(__webpack_exports__);
|
|
3227
3214
|
|
|
3228
3215
|
// EXPORTS
|
|
3229
3216
|
__webpack_require__.d(__webpack_exports__, {
|
|
@@ -3575,6 +3562,7 @@ progress.install = function (Vue) {
|
|
|
3575
3562
|
|
|
3576
3563
|
/* harmony default export */ var packages_progress = (progress);
|
|
3577
3564
|
}();
|
|
3565
|
+
__webpack_exports__ = __webpack_exports__.default;
|
|
3578
3566
|
/******/ return __webpack_exports__;
|
|
3579
3567
|
/******/ })()
|
|
3580
3568
|
;
|
package/libs/pullrefresh.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory(require("vue"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("yui-lib", ["vue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["yui-lib"] = factory(require("vue"));
|
|
8
|
+
else
|
|
9
|
+
root["yui-lib"] = factory(root["vue"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__4103__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
@@ -180,7 +180,7 @@ function _unsupportedIterableToArray(o, minLen) {
|
|
|
180
180
|
|
|
181
181
|
// EXPORTS
|
|
182
182
|
__webpack_require__.d(__webpack_exports__, {
|
|
183
|
-
"
|
|
183
|
+
"Z": function() { return /* binding */ locale; }
|
|
184
184
|
});
|
|
185
185
|
|
|
186
186
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
@@ -356,7 +356,7 @@ var createNamespace = function createNamespace(name) {
|
|
|
356
356
|
return [prefixedName, createBEM(prefixedName), createGlobalBem()];
|
|
357
357
|
};
|
|
358
358
|
var createLocale = function createLocale(name) {
|
|
359
|
-
return locale
|
|
359
|
+
return locale/* default.text */.Z.text()[name];
|
|
360
360
|
};
|
|
361
361
|
;// CONCATENATED MODULE: ./packages/utils/types.ts
|
|
362
362
|
var Size;
|
|
@@ -3153,24 +3153,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4103__;
|
|
|
3153
3153
|
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
3154
3154
|
/******/ }();
|
|
3155
3155
|
/******/
|
|
3156
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
3157
|
-
/******/ !function() {
|
|
3158
|
-
/******/ // define __esModule on exports
|
|
3159
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
3160
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
3161
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
3162
|
-
/******/ }
|
|
3163
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
3164
|
-
/******/ };
|
|
3165
|
-
/******/ }();
|
|
3166
|
-
/******/
|
|
3167
3156
|
/************************************************************************/
|
|
3168
3157
|
var __webpack_exports__ = {};
|
|
3169
3158
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
3170
3159
|
!function() {
|
|
3171
3160
|
"use strict";
|
|
3172
|
-
// ESM COMPAT FLAG
|
|
3173
|
-
__webpack_require__.r(__webpack_exports__);
|
|
3174
3161
|
|
|
3175
3162
|
// EXPORTS
|
|
3176
3163
|
__webpack_require__.d(__webpack_exports__, {
|
|
@@ -3477,6 +3464,7 @@ pullrefresh.install = function (Vue) {
|
|
|
3477
3464
|
|
|
3478
3465
|
/* harmony default export */ var packages_pullrefresh = (pullrefresh);
|
|
3479
3466
|
}();
|
|
3467
|
+
__webpack_exports__ = __webpack_exports__.default;
|
|
3480
3468
|
/******/ return __webpack_exports__;
|
|
3481
3469
|
/******/ })()
|
|
3482
3470
|
;
|
package/libs/row.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory(require("vue"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define(["vue"], factory);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
define("yui-lib", ["vue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["yui-lib"] = factory(require("vue"));
|
|
8
|
+
else
|
|
9
|
+
root["yui-lib"] = factory(root["vue"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__4103__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
@@ -377,44 +377,6 @@ var langs = (0,external_vue_.reactive)({
|
|
|
377
377
|
|
|
378
378
|
/***/ }),
|
|
379
379
|
|
|
380
|
-
/***/ 3544:
|
|
381
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
382
|
-
|
|
383
|
-
"use strict";
|
|
384
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
385
|
-
/* harmony export */ "y": function() { return /* binding */ ROW_PROVIDE; },
|
|
386
|
-
/* harmony export */ "aC": function() { return /* binding */ RowType; },
|
|
387
|
-
/* harmony export */ "xl": function() { return /* binding */ RowJustify; }
|
|
388
|
-
/* harmony export */ });
|
|
389
|
-
/* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2526);
|
|
390
|
-
/* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
391
|
-
/* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1817);
|
|
392
|
-
/* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
393
|
-
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1539);
|
|
394
|
-
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
var ROW_PROVIDE = Symbol('Y-Row');
|
|
399
|
-
var RowType;
|
|
400
|
-
|
|
401
|
-
(function (RowType) {
|
|
402
|
-
RowType["Flex"] = "flex";
|
|
403
|
-
RowType["Default"] = "";
|
|
404
|
-
})(RowType || (RowType = {}));
|
|
405
|
-
|
|
406
|
-
var RowJustify;
|
|
407
|
-
|
|
408
|
-
(function (RowJustify) {
|
|
409
|
-
RowJustify["Start"] = "start";
|
|
410
|
-
RowJustify["Center"] = "center";
|
|
411
|
-
RowJustify["End"] = "end";
|
|
412
|
-
RowJustify["SpaceBetween"] = "space-between";
|
|
413
|
-
RowJustify["SpaceAround"] = "space-around";
|
|
414
|
-
})(RowJustify || (RowJustify = {}));
|
|
415
|
-
|
|
416
|
-
/***/ }),
|
|
417
|
-
|
|
418
380
|
/***/ 4105:
|
|
419
381
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
420
382
|
|
|
@@ -4060,33 +4022,19 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4103__;
|
|
|
4060
4022
|
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
4061
4023
|
/******/ }();
|
|
4062
4024
|
/******/
|
|
4063
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
4064
|
-
/******/ !function() {
|
|
4065
|
-
/******/ // define __esModule on exports
|
|
4066
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
4067
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
4068
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4069
|
-
/******/ }
|
|
4070
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
4071
|
-
/******/ };
|
|
4072
|
-
/******/ }();
|
|
4073
|
-
/******/
|
|
4074
4025
|
/************************************************************************/
|
|
4075
4026
|
var __webpack_exports__ = {};
|
|
4076
4027
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
4077
4028
|
!function() {
|
|
4078
4029
|
"use strict";
|
|
4079
|
-
// ESM COMPAT FLAG
|
|
4080
|
-
__webpack_require__.r(__webpack_exports__);
|
|
4081
4030
|
|
|
4082
4031
|
// EXPORTS
|
|
4083
4032
|
__webpack_require__.d(__webpack_exports__, {
|
|
4084
|
-
"
|
|
4085
|
-
"RowJustify": function() { return /* reexport */ constants/* RowJustify */.xl; },
|
|
4086
|
-
"RowType": function() { return /* reexport */ constants/* RowType */.aC; },
|
|
4087
|
-
"default": function() { return /* binding */ packages_row; }
|
|
4033
|
+
"default": function() { return /* reexport */ row; }
|
|
4088
4034
|
});
|
|
4089
4035
|
|
|
4036
|
+
// UNUSED EXPORTS: ROW_PROVIDE, RowJustify, RowType
|
|
4037
|
+
|
|
4090
4038
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
4091
4039
|
var es_function_name = __webpack_require__(8309);
|
|
4092
4040
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
@@ -4095,14 +4043,35 @@ var defineProperty = __webpack_require__(6156);
|
|
|
4095
4043
|
var slicedToArray = __webpack_require__(4699);
|
|
4096
4044
|
// EXTERNAL MODULE: external "vue"
|
|
4097
4045
|
var external_vue_ = __webpack_require__(4103);
|
|
4046
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.js
|
|
4047
|
+
var es_symbol = __webpack_require__(2526);
|
|
4048
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.description.js
|
|
4049
|
+
var es_symbol_description = __webpack_require__(1817);
|
|
4050
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.object.to-string.js
|
|
4051
|
+
var es_object_to_string = __webpack_require__(1539);
|
|
4098
4052
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.constructor.js
|
|
4099
4053
|
var es_number_constructor = __webpack_require__(9653);
|
|
4100
4054
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-collections.for-each.js
|
|
4101
4055
|
var web_dom_collections_for_each = __webpack_require__(4747);
|
|
4102
4056
|
// EXTERNAL MODULE: ./packages/utils/index.ts + 4 modules
|
|
4103
4057
|
var utils = __webpack_require__(4105);
|
|
4104
|
-
|
|
4105
|
-
var
|
|
4058
|
+
;// CONCATENATED MODULE: ./packages/row/src/constants.ts
|
|
4059
|
+
var RowType;
|
|
4060
|
+
|
|
4061
|
+
(function (RowType) {
|
|
4062
|
+
RowType["Flex"] = "flex";
|
|
4063
|
+
RowType["Default"] = "";
|
|
4064
|
+
})(RowType || (RowType = {}));
|
|
4065
|
+
|
|
4066
|
+
var RowJustify;
|
|
4067
|
+
|
|
4068
|
+
(function (RowJustify) {
|
|
4069
|
+
RowJustify["Start"] = "start";
|
|
4070
|
+
RowJustify["Center"] = "center";
|
|
4071
|
+
RowJustify["End"] = "end";
|
|
4072
|
+
RowJustify["SpaceBetween"] = "space-between";
|
|
4073
|
+
RowJustify["SpaceAround"] = "space-around";
|
|
4074
|
+
})(RowJustify || (RowJustify = {}));
|
|
4106
4075
|
// EXTERNAL MODULE: ./packages/context/relation/index.ts + 2 modules
|
|
4107
4076
|
var relation = __webpack_require__(874);
|
|
4108
4077
|
;// CONCATENATED MODULE: ./packages/row/src/row.tsx
|
|
@@ -4112,11 +4081,14 @@ var relation = __webpack_require__(874);
|
|
|
4112
4081
|
|
|
4113
4082
|
|
|
4114
4083
|
|
|
4084
|
+
|
|
4085
|
+
|
|
4086
|
+
|
|
4115
4087
|
/*
|
|
4116
4088
|
* @Author: liuwentao
|
|
4117
4089
|
* @Date: 2021-05-12 16:55:52
|
|
4118
4090
|
* @LastEditors: ruan fei
|
|
4119
|
-
* @LastEditTime: 2022-08-
|
|
4091
|
+
* @LastEditTime: 2022-08-11 15:11:09
|
|
4120
4092
|
* @Description: row component
|
|
4121
4093
|
* @FilePath: /yui-vue/packages/row/src/row.tsx
|
|
4122
4094
|
*/
|
|
@@ -4130,6 +4102,7 @@ var _createNamespace = (0,utils/* createNamespace */.do)('row'),
|
|
|
4130
4102
|
row_name = _createNamespace2[0],
|
|
4131
4103
|
bem = _createNamespace2[1];
|
|
4132
4104
|
|
|
4105
|
+
var ROW_PROVIDE = Symbol(row_name);
|
|
4133
4106
|
/* harmony default export */ var row = ((0,external_vue_.defineComponent)({
|
|
4134
4107
|
name: row_name,
|
|
4135
4108
|
props: {
|
|
@@ -4148,13 +4121,13 @@ var _createNamespace = (0,utils/* createNamespace */.do)('row'),
|
|
|
4148
4121
|
},
|
|
4149
4122
|
justify: {
|
|
4150
4123
|
type: String,
|
|
4151
|
-
default:
|
|
4124
|
+
default: RowJustify.Start
|
|
4152
4125
|
}
|
|
4153
4126
|
},
|
|
4154
4127
|
setup: function setup(props, _ref) {
|
|
4155
4128
|
var slots = _ref.slots;
|
|
4156
4129
|
|
|
4157
|
-
var _setRelation = (0,relation/* setRelation */.tG)(
|
|
4130
|
+
var _setRelation = (0,relation/* setRelation */.tG)(ROW_PROVIDE),
|
|
4158
4131
|
childrens = _setRelation.childrens,
|
|
4159
4132
|
initProvide = _setRelation.initProvide;
|
|
4160
4133
|
|
|
@@ -4224,9 +4197,10 @@ row.install = function (app) {
|
|
|
4224
4197
|
app.component(name, row);
|
|
4225
4198
|
};
|
|
4226
4199
|
|
|
4227
|
-
|
|
4200
|
+
|
|
4228
4201
|
|
|
4229
4202
|
}();
|
|
4203
|
+
__webpack_exports__ = __webpack_exports__.default;
|
|
4230
4204
|
/******/ return __webpack_exports__;
|
|
4231
4205
|
/******/ })()
|
|
4232
4206
|
;
|