bxs-tools-ui 3.2.0-5 → 3.2.0
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/es/index.js +1 -1
- package/lib/add-and-take/index.js +7 -5
- package/lib/adjust-baoe/index.js +7 -5
- package/lib/business-card/index.js +7 -5
- package/lib/canvas-poster/index.js +7 -5
- package/lib/index.js +2 -2
- package/lib/insure-calculate/index.js +7 -5
- package/lib/person-info/index.js +7 -5
- package/lib/product-info/index.js +7 -5
- package/lib/share-sheet/index.js +7 -5
- package/lib/utils/index.js +1 -1
- package/package.json +1 -1
- package/packages/index.ts +1 -1
package/es/index.js
CHANGED
|
@@ -48350,7 +48350,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
48350
48350
|
install(window.Vue);
|
|
48351
48351
|
}
|
|
48352
48352
|
const index = {
|
|
48353
|
-
version: '3.2.0
|
|
48353
|
+
version: '3.2.0',
|
|
48354
48354
|
install: install
|
|
48355
48355
|
};
|
|
48356
48356
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ?
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['vant/lib/dialog/index.css', 'vant/lib/dialog', 'vant/lib/toast/index.css', 'vant/lib/toast', 'vant/lib/index.css', 'vant/lib', 'vue', 'lodash', 'qs', 'vant/lib/icon/index.css', 'vant/lib/icon'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT =
|
|
5
|
-
})(this, (function (index_css, _Dialog, index_css$1, _Toast, index_css$2, _Vant, Vue, lodash, QS, index_css$3, _Icon) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vant/lib/dialog/index.css'), require('vant/lib/dialog'), require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('vant/lib/index.css'), require('vant/lib'), require('vue'), require('lodash'), require('qs'), require('vant/lib/icon/index.css'), require('vant/lib/icon')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'vant/lib/dialog/index.css', 'vant/lib/dialog', 'vant/lib/toast/index.css', 'vant/lib/toast', 'vant/lib/index.css', 'vant/lib', 'vue', 'lodash', 'qs', 'vant/lib/icon/index.css', 'vant/lib/icon'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, null, global._Dialog, null, global._Toast, null, global._Vant, global.Vue, global._, global.QS, null, global._Icon));
|
|
5
|
+
})(this, (function (exports, index_css, _Dialog, index_css$1, _Toast, index_css$2, _Vant, Vue, lodash, QS, index_css$3, _Icon) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _typeof$1(o) {
|
|
8
8
|
"@babel/helpers - typeof";
|
|
@@ -10960,6 +10960,8 @@
|
|
|
10960
10960
|
staticRenderFns: __vue_staticRenderFns__
|
|
10961
10961
|
}, __vue_inject_styles__, __vue_script__);
|
|
10962
10962
|
|
|
10963
|
-
|
|
10963
|
+
exports.default = __vue_component__;
|
|
10964
|
+
|
|
10965
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
10964
10966
|
|
|
10965
10967
|
}));
|
package/lib/adjust-baoe/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ?
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['vant/lib/toast/index.css', 'vant/lib/toast', 'qs', 'vue', 'lodash/cloneDeep', 'lodash'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT =
|
|
5
|
-
})(this, (function (index_css, _Toast, QS, Vue, cloneDeep, lodash) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('qs'), require('vue'), require('lodash/cloneDeep'), require('lodash')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'vant/lib/toast/index.css', 'vant/lib/toast', 'qs', 'vue', 'lodash/cloneDeep', 'lodash'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, null, global._Toast, global.QS, global.Vue, global.cloneDeep, global._));
|
|
5
|
+
})(this, (function (exports, index_css, _Toast, QS, Vue, cloneDeep, lodash) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _initializerDefineProperty(e, i, r, l) {
|
|
8
8
|
r && Object.defineProperty(e, i, {
|
|
@@ -9700,6 +9700,8 @@
|
|
|
9700
9700
|
staticRenderFns: __vue_staticRenderFns__
|
|
9701
9701
|
}, __vue_inject_styles__, __vue_script__);
|
|
9702
9702
|
|
|
9703
|
-
|
|
9703
|
+
exports.default = __vue_component__;
|
|
9704
|
+
|
|
9705
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
9704
9706
|
|
|
9705
9707
|
}));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ?
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['vue'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT =
|
|
5
|
-
})(this, (function (Vue) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'vue'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, global.Vue));
|
|
5
|
+
})(this, (function (exports, Vue) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _initializerDefineProperty(e, i, r, l) {
|
|
8
8
|
r && Object.defineProperty(e, i, {
|
|
@@ -617,6 +617,8 @@
|
|
|
617
617
|
staticRenderFns: __vue_staticRenderFns__
|
|
618
618
|
}, __vue_inject_styles__, __vue_script__);
|
|
619
619
|
|
|
620
|
-
|
|
620
|
+
exports.default = __vue_component__;
|
|
621
|
+
|
|
622
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
621
623
|
|
|
622
624
|
}));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ?
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['vue'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT =
|
|
5
|
-
})(this, (function (Vue) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'vue'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, global.Vue));
|
|
5
|
+
})(this, (function (exports, Vue) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _initializerDefineProperty(e, i, r, l) {
|
|
8
8
|
r && Object.defineProperty(e, i, {
|
|
@@ -699,6 +699,8 @@
|
|
|
699
699
|
staticRenderFns: __vue_staticRenderFns__
|
|
700
700
|
}, __vue_inject_styles__, __vue_script__);
|
|
701
701
|
|
|
702
|
-
|
|
702
|
+
exports.default = __vue_component__;
|
|
703
|
+
|
|
704
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
703
705
|
|
|
704
706
|
}));
|
package/lib/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vant/lib/dialog/index.css'), require('vant/lib/dialog'), require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('vant/lib/index.css'), require('vant/lib'), require('vue'), require('lodash'), require('qs'), require('vant/lib/icon/index.css'), require('vant/lib/icon'), require('lodash/cloneDeep'), require('axios'), require('md5'), require('crypto-js'), require('vant/lib/button/index.css'), require('vant/lib/button'), require('vant/lib/radio/index.css'), require('vant/lib/radio'), require('vant/lib/radio-group/index.css'), require('vant/lib/radio-group'), require('vant/lib/popup/index.css'), require('vant/lib/popup')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['exports', 'vant/lib/dialog/index.css', 'vant/lib/dialog', 'vant/lib/toast/index.css', 'vant/lib/toast', 'vant/lib/index.css', 'vant/lib', 'vue', 'lodash', 'qs', 'vant/lib/icon/index.css', 'vant/lib/icon', 'lodash/cloneDeep', 'axios', 'md5', 'crypto-js', 'vant/lib/button/index.css', 'vant/lib/button', 'vant/lib/radio/index.css', 'vant/lib/radio', 'vant/lib/radio-group/index.css', 'vant/lib/radio-group', 'vant/lib/popup/index.css', 'vant/lib/popup'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, null, global._Dialog, null, global._Toast, null, global._Vant, global.Vue, global.
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, null, global._Dialog, null, global._Toast, null, global._Vant, global.Vue, global._, global.QS, null, global._Icon, global.cloneDeep, global.axios, global.md5, global.CryptoJS, null, global._Button, null, global._Radio, null, global._RadioGroup, null, global._Popup));
|
|
5
5
|
})(this, (function (exports, index_css, _Dialog, index_css$1, _Toast, index_css$2, _Vant, Vue, lodash, QS, index_css$3, _Icon, cloneDeep, axios, MD5, CryptoJS, index_css$4, _Button, index_css$5, _Radio, index_css$6, _RadioGroup, index_css$7, _Popup) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _typeof$2(o) {
|
|
@@ -48332,7 +48332,7 @@
|
|
|
48332
48332
|
install(window.Vue);
|
|
48333
48333
|
}
|
|
48334
48334
|
var index = {
|
|
48335
|
-
version: '3.2.0
|
|
48335
|
+
version: '3.2.0',
|
|
48336
48336
|
install: install
|
|
48337
48337
|
};
|
|
48338
48338
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ?
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['vant/lib/toast/index.css', 'vant/lib/toast', 'vue', 'lodash', 'qs', 'axios'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT =
|
|
5
|
-
})(this, (function (index_css, _Toast, Vue, lodash, QS, axios) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('vue'), require('lodash'), require('qs'), require('axios')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'vant/lib/toast/index.css', 'vant/lib/toast', 'vue', 'lodash', 'qs', 'axios'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, null, global._Toast, global.Vue, global._, global.QS, global.axios));
|
|
5
|
+
})(this, (function (exports, index_css, _Toast, Vue, lodash, QS, axios) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function asyncGeneratorStep(n, t, e, r, o, a, c) {
|
|
8
8
|
try {
|
|
@@ -39175,6 +39175,8 @@
|
|
|
39175
39175
|
staticRenderFns: __vue_staticRenderFns__
|
|
39176
39176
|
}, __vue_inject_styles__, __vue_script__);
|
|
39177
39177
|
|
|
39178
|
-
|
|
39178
|
+
exports.default = __vue_component__;
|
|
39179
|
+
|
|
39180
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
39179
39181
|
|
|
39180
39182
|
}));
|
package/lib/person-info/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ?
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['vue', 'lodash', 'qs', 'axios', 'vant/lib/toast/index.css', 'vant/lib/toast'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT =
|
|
5
|
-
})(this, (function (Vue, lodash, QS, axios, index_css, _Toast) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('lodash'), require('qs'), require('axios'), require('vant/lib/toast/index.css'), require('vant/lib/toast')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'vue', 'lodash', 'qs', 'axios', 'vant/lib/toast/index.css', 'vant/lib/toast'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, global.Vue, global._, global.QS, global.axios, null, global._Toast));
|
|
5
|
+
})(this, (function (exports, Vue, lodash, QS, axios, index_css, _Toast) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function asyncGeneratorStep(n, t, e, r, o, a, c) {
|
|
8
8
|
try {
|
|
@@ -12405,6 +12405,8 @@
|
|
|
12405
12405
|
staticRenderFns: __vue_staticRenderFns__
|
|
12406
12406
|
}, __vue_inject_styles__, __vue_script__);
|
|
12407
12407
|
|
|
12408
|
-
|
|
12408
|
+
exports.default = __vue_component__;
|
|
12409
|
+
|
|
12410
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
12409
12411
|
|
|
12410
12412
|
}));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ?
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['vue', 'lodash', 'qs', 'axios', 'vant/lib/toast/index.css', 'vant/lib/toast', 'md5', 'crypto-js'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT =
|
|
5
|
-
})(this, (function (Vue, lodash, QS, axios, index_css, _Toast, MD5, CryptoJS) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('lodash'), require('qs'), require('axios'), require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('md5'), require('crypto-js')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'vue', 'lodash', 'qs', 'axios', 'vant/lib/toast/index.css', 'vant/lib/toast', 'md5', 'crypto-js'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, global.Vue, global._, global.QS, global.axios, null, global._Toast, global.md5, global.CryptoJS));
|
|
5
|
+
})(this, (function (exports, Vue, lodash, QS, axios, index_css, _Toast, MD5, CryptoJS) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _typeof$2(o) {
|
|
8
8
|
"@babel/helpers - typeof";
|
|
@@ -12809,6 +12809,8 @@
|
|
|
12809
12809
|
staticRenderFns: __vue_staticRenderFns__
|
|
12810
12810
|
}, __vue_inject_styles__, __vue_script__);
|
|
12811
12811
|
|
|
12812
|
-
|
|
12812
|
+
exports.default = __vue_component__;
|
|
12813
|
+
|
|
12814
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
12813
12815
|
|
|
12814
12816
|
}));
|
package/lib/share-sheet/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ?
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['vant/lib/button/index.css', 'vant/lib/button', 'vant/lib/radio/index.css', 'vant/lib/radio', 'vant/lib/radio-group/index.css', 'vant/lib/radio-group', 'vant/lib/popup/index.css', 'vant/lib/popup', 'lodash', 'qs'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT =
|
|
5
|
-
})(this, (function (index_css, _Button, index_css$1, _Radio, index_css$2, _RadioGroup, index_css$3, _Popup, lodash, QS) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vant/lib/button/index.css'), require('vant/lib/button'), require('vant/lib/radio/index.css'), require('vant/lib/radio'), require('vant/lib/radio-group/index.css'), require('vant/lib/radio-group'), require('vant/lib/popup/index.css'), require('vant/lib/popup'), require('lodash'), require('qs')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'vant/lib/button/index.css', 'vant/lib/button', 'vant/lib/radio/index.css', 'vant/lib/radio', 'vant/lib/radio-group/index.css', 'vant/lib/radio-group', 'vant/lib/popup/index.css', 'vant/lib/popup', 'lodash', 'qs'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, null, global._Button, null, global._Radio, null, global._RadioGroup, null, global._Popup, global._, global.QS));
|
|
5
|
+
})(this, (function (exports, index_css, _Button, index_css$1, _Radio, index_css$2, _RadioGroup, index_css$3, _Popup, lodash, QS) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _typeof$1(o) {
|
|
8
8
|
"@babel/helpers - typeof";
|
|
@@ -9002,6 +9002,8 @@
|
|
|
9002
9002
|
staticRenderFns: __vue_staticRenderFns__
|
|
9003
9003
|
}, __vue_inject_styles__, __vue_script__);
|
|
9004
9004
|
|
|
9005
|
-
|
|
9005
|
+
exports.default = __vue_component__;
|
|
9006
|
+
|
|
9007
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
9006
9008
|
|
|
9007
9009
|
}));
|
package/lib/utils/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('qs'), require('lodash'), require('axios'), require('vant/lib/toast/index.css'), require('vant/lib/toast')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['exports', 'qs', 'lodash', 'axios', 'vant/lib/toast/index.css', 'vant/lib/toast'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, global.QS, global.
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, global.QS, global._, global.axios, null, global._Toast));
|
|
5
5
|
})(this, (function (exports, QS, lodash, axios, index_css, _Toast) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _typeof$1(o) {
|
package/package.json
CHANGED