byt-ui 0.0.9 → 0.0.11

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  * @Description:
3
3
  * @Author: 王国火
4
4
  * @Date: 2022-09-15 16:57:23
5
- * @LastEditTime: 2022-10-08 13:00:05
5
+ * @LastEditTime: 2022-10-18 12:49:32
6
6
  * @LastEditors: 王国火
7
7
  -->
8
8
  # byt-ui
@@ -48,23 +48,7 @@ export default {
48
48
  }
49
49
  ```
50
50
 
51
- ## npm公司账号
52
- ```
53
- 邮箱bytdev@bonyear.com
54
- 账号bytdev
55
- 密码BYTdev2020
56
- ```
57
51
 
58
- ## npm登录
59
- ```
60
- 执行npm login
61
- 按要求输入以下内容
62
-
63
- Username:bytdev
64
- Password:BYTdev2020
65
- Email:bytdev@bonyear.com
66
- one-time password:一次性密码,每次执行登录会发一封动态密码邮件至该邮箱,需要输入该一次性密码
67
- ```
68
52
 
69
53
  ## npm 发布执行顺序
70
54
  ```
@@ -73,6 +57,12 @@ one-time password:一次性密码,每次执行登录会发一封动态密码
73
57
  3. npm publish
74
58
  ```
75
59
 
60
+ ## 升级依赖包
61
+ ```
62
+ yarn upgrade byt-ui --latest
63
+
64
+ ```
65
+
76
66
  ## 删除已发版本,非必要情况,不允许删除包,删除后24小时内无法上传
77
67
  ```
78
68
  运行 npm unpublish 包名 --force 命令,即可从npm删除已发布的包。
@@ -127143,11 +127143,8 @@ __webpack_require__.r(__webpack_exports__);
127143
127143
 
127144
127144
  // EXPORTS
127145
127145
  __webpack_require__.d(__webpack_exports__, {
127146
- "cookie": function() { return /* reexport */ cookie; },
127147
127146
  "default": function() { return /* binding */ entry_lib; },
127148
- "store": function() { return /* reexport */ store; },
127149
- "validate": function() { return /* reexport */ validate; },
127150
- "website": function() { return /* reexport */ website; }
127147
+ "utils": function() { return /* reexport */ utils; }
127151
127148
  });
127152
127149
 
127153
127150
  ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
@@ -127947,7 +127944,7 @@ const components = [basic_view, form_view];
127947
127944
  * @Description:
127948
127945
  * @Author: 王国火
127949
127946
  * @Date: 2022-09-19 10:17:14
127950
- * @LastEditTime: 2022-10-17 11:11:54
127947
+ * @LastEditTime: 2022-10-25 09:48:55
127951
127948
  * @LastEditors: 王国火
127952
127949
  */
127953
127950
  // 动态引入
@@ -127958,7 +127955,12 @@ const requireContext = __webpack_require__(26745);
127958
127955
  requireContext.keys().map(key => {
127959
127956
  const reg = /\w+/;
127960
127957
  const k = key.match(reg)[0];
127961
- conmmon[k] = requireContext(key).default || requireContext(key); //conmmon=Object.assign(conmmon,requireContext(key).default||requireContext(key))
127958
+
127959
+ if (requireContext(key).default) {
127960
+ conmmon[k] = requireContext(key).default;
127961
+ } else {
127962
+ conmmon = Object.assign(conmmon, requireContext(key));
127963
+ }
127962
127964
  });
127963
127965
  /* harmony default export */ var common = (conmmon);
127964
127966
  // EXTERNAL MODULE: ./node_modules/xe-utils/index.js
@@ -127974,7 +127976,7 @@ var element_ui_common_default = /*#__PURE__*/__webpack_require__.n(element_ui_co
127974
127976
  * @Description:
127975
127977
  * @Author: 王国火
127976
127978
  * @Date: 2022-09-15 17:02:55
127977
- * @LastEditTime: 2022-10-18 12:39:29
127979
+ * @LastEditTime: 2022-10-25 09:47:57
127978
127980
  * @LastEditors: 王国火
127979
127981
  */
127980
127982
  //通用组件
@@ -128010,10 +128012,7 @@ const install = function (Vue) {
128010
128012
  ...Cmps,
128011
128013
  ...common
128012
128014
  });
128013
- const cookie = common.cookie;
128014
- const store = common.store;
128015
- const validate = common.validate;
128016
- const website = common.website;
128015
+ const utils = common;
128017
128016
  ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
128018
128017
 
128019
128018
 
package/lib/byt-ui.umd.js CHANGED
@@ -127153,11 +127153,8 @@ __webpack_require__.r(__webpack_exports__);
127153
127153
 
127154
127154
  // EXPORTS
127155
127155
  __webpack_require__.d(__webpack_exports__, {
127156
- "cookie": function() { return /* reexport */ cookie; },
127157
127156
  "default": function() { return /* binding */ entry_lib; },
127158
- "store": function() { return /* reexport */ store; },
127159
- "validate": function() { return /* reexport */ validate; },
127160
- "website": function() { return /* reexport */ website; }
127157
+ "utils": function() { return /* reexport */ utils; }
127161
127158
  });
127162
127159
 
127163
127160
  ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
@@ -127957,7 +127954,7 @@ const components = [basic_view, form_view];
127957
127954
  * @Description:
127958
127955
  * @Author: 王国火
127959
127956
  * @Date: 2022-09-19 10:17:14
127960
- * @LastEditTime: 2022-10-17 11:11:54
127957
+ * @LastEditTime: 2022-10-25 09:48:55
127961
127958
  * @LastEditors: 王国火
127962
127959
  */
127963
127960
  // 动态引入
@@ -127968,7 +127965,12 @@ const requireContext = __webpack_require__(26745);
127968
127965
  requireContext.keys().map(key => {
127969
127966
  const reg = /\w+/;
127970
127967
  const k = key.match(reg)[0];
127971
- conmmon[k] = requireContext(key).default || requireContext(key); //conmmon=Object.assign(conmmon,requireContext(key).default||requireContext(key))
127968
+
127969
+ if (requireContext(key).default) {
127970
+ conmmon[k] = requireContext(key).default;
127971
+ } else {
127972
+ conmmon = Object.assign(conmmon, requireContext(key));
127973
+ }
127972
127974
  });
127973
127975
  /* harmony default export */ var common = (conmmon);
127974
127976
  // EXTERNAL MODULE: ./node_modules/xe-utils/index.js
@@ -127984,7 +127986,7 @@ var element_ui_common_default = /*#__PURE__*/__webpack_require__.n(element_ui_co
127984
127986
  * @Description:
127985
127987
  * @Author: 王国火
127986
127988
  * @Date: 2022-09-15 17:02:55
127987
- * @LastEditTime: 2022-10-18 12:39:29
127989
+ * @LastEditTime: 2022-10-25 09:47:57
127988
127990
  * @LastEditors: 王国火
127989
127991
  */
127990
127992
  //通用组件
@@ -128020,10 +128022,7 @@ const install = function (Vue) {
128020
128022
  ...Cmps,
128021
128023
  ...common
128022
128024
  });
128023
- const cookie = common.cookie;
128024
- const store = common.store;
128025
- const validate = common.validate;
128026
- const website = common.website;
128025
+ const utils = common;
128027
128026
  ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
128028
128027
 
128029
128028