eoss-ui 0.4.75 → 0.4.76

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.
Files changed (107) hide show
  1. package/lib/button-group.js +1 -1
  2. package/lib/button.js +1 -1
  3. package/lib/checkbox-group.js +1 -1
  4. package/lib/data-table-form.js +1 -1
  5. package/lib/data-table.js +1 -1
  6. package/lib/date-picker.js +1 -1
  7. package/lib/dialog.js +1 -1
  8. package/lib/eoss-ui.common.js +36 -29
  9. package/lib/flow-group.js +1 -1
  10. package/lib/flow-list.js +1 -1
  11. package/lib/flow.js +1 -1
  12. package/lib/form.js +9 -3
  13. package/lib/handle-user.js +1 -1
  14. package/lib/handler.js +1 -1
  15. package/lib/index.js +1 -1
  16. package/lib/input-number.js +1 -1
  17. package/lib/input.js +1 -1
  18. package/lib/login.js +1 -1
  19. package/lib/main.js +16 -8
  20. package/lib/menu.js +1 -8
  21. package/lib/nav.js +1 -1
  22. package/lib/page.js +1 -1
  23. package/lib/player.js +1 -1
  24. package/lib/qr-code.js +1 -1
  25. package/lib/radio-group.js +1 -1
  26. package/lib/retrial-auth.js +1 -1
  27. package/lib/select-ganged.js +1 -1
  28. package/lib/select.js +1 -1
  29. package/lib/selector-panel.js +1 -1
  30. package/lib/selector.js +1 -1
  31. package/lib/sizer.js +1 -1
  32. package/lib/steps.js +1 -1
  33. package/lib/switch.js +1 -1
  34. package/lib/table-form.js +1 -1
  35. package/lib/tabs.js +1 -1
  36. package/lib/tips.js +1 -1
  37. package/lib/tree-group.js +1 -1
  38. package/lib/tree.js +1 -1
  39. package/lib/upload.js +1 -1
  40. package/lib/utils/util.js +1 -1
  41. package/lib/wujie.js +1 -1
  42. package/lib/wxlogin.js +1 -1
  43. package/package.json +1 -1
  44. package/packages/form/src/main.vue +6 -0
  45. package/packages/main/src/main.vue +13 -5
  46. package/packages/menu/src/main.vue +3 -10
  47. package/packages/theme-chalk/gulpfile.js +25 -0
  48. package/src/index.js +1 -1
  49. package/src/utils/util.js +1 -1
  50. package/CHANGELOG.md +0 -929
  51. package/packages/theme-chalk/lib/base.css +0 -1
  52. package/packages/theme-chalk/lib/button-group.css +0 -1
  53. package/packages/theme-chalk/lib/button.css +0 -0
  54. package/packages/theme-chalk/lib/card.css +0 -1
  55. package/packages/theme-chalk/lib/cascader.css +0 -0
  56. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  57. package/packages/theme-chalk/lib/clients.css +0 -1
  58. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  59. package/packages/theme-chalk/lib/data-table.css +0 -1
  60. package/packages/theme-chalk/lib/date-picker.css +0 -1
  61. package/packages/theme-chalk/lib/dialog.css +0 -1
  62. package/packages/theme-chalk/lib/enterprise.css +0 -1
  63. package/packages/theme-chalk/lib/error-page.css +0 -1
  64. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  65. package/packages/theme-chalk/lib/flow-group.css +0 -1
  66. package/packages/theme-chalk/lib/flow-list.css +0 -1
  67. package/packages/theme-chalk/lib/flow.css +0 -1
  68. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  69. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  70. package/packages/theme-chalk/lib/form.css +0 -1
  71. package/packages/theme-chalk/lib/handle-user.css +0 -1
  72. package/packages/theme-chalk/lib/handler.css +0 -1
  73. package/packages/theme-chalk/lib/icon.css +0 -1
  74. package/packages/theme-chalk/lib/icons.css +0 -1
  75. package/packages/theme-chalk/lib/index.css +0 -1
  76. package/packages/theme-chalk/lib/input-number.css +0 -0
  77. package/packages/theme-chalk/lib/input.css +0 -1
  78. package/packages/theme-chalk/lib/label.css +0 -1
  79. package/packages/theme-chalk/lib/login.css +0 -1
  80. package/packages/theme-chalk/lib/main.css +0 -1
  81. package/packages/theme-chalk/lib/mainComp.css +0 -0
  82. package/packages/theme-chalk/lib/menu.css +0 -1
  83. package/packages/theme-chalk/lib/nav.css +0 -1
  84. package/packages/theme-chalk/lib/notify.css +0 -0
  85. package/packages/theme-chalk/lib/page.css +0 -1
  86. package/packages/theme-chalk/lib/pagination.css +0 -1
  87. package/packages/theme-chalk/lib/player.css +0 -1
  88. package/packages/theme-chalk/lib/qr-code.css +0 -1
  89. package/packages/theme-chalk/lib/radio-group.css +0 -1
  90. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  91. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  92. package/packages/theme-chalk/lib/select.css +0 -0
  93. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  94. package/packages/theme-chalk/lib/selector.css +0 -1
  95. package/packages/theme-chalk/lib/sizer.css +0 -1
  96. package/packages/theme-chalk/lib/steps.css +0 -1
  97. package/packages/theme-chalk/lib/switch.css +0 -1
  98. package/packages/theme-chalk/lib/table-form.css +0 -0
  99. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  100. package/packages/theme-chalk/lib/tabs.css +0 -1
  101. package/packages/theme-chalk/lib/tips.css +0 -1
  102. package/packages/theme-chalk/lib/toolbar.css +0 -1
  103. package/packages/theme-chalk/lib/tree-group.css +0 -1
  104. package/packages/theme-chalk/lib/tree.css +0 -1
  105. package/packages/theme-chalk/lib/upload.css +0 -1
  106. package/packages/theme-chalk/lib/wujie.css +0 -0
  107. package/packages/theme-chalk/lib/wxlogin.css +0 -1
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/button.js CHANGED
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
@@ -1848,7 +1848,7 @@ var isFunction = function isFunction(obj) {
1848
1848
  * @param {object} [to] - 路由跳转信息
1849
1849
  * @param {object} [from] - 路由来源信息
1850
1850
  * @param {function} [next] - 跳转函数
1851
- * @param {function} [exclude] - 不拦截的路由
1851
+ * @param {array} [exclude] - 不拦截的路由
1852
1852
  * @param {boolean} [open] - 是否新窗口打开
1853
1853
  * @param {boolean} [cookie] - 是否尝试采用
1854
1854
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/data-table.js CHANGED
@@ -1848,7 +1848,7 @@ var isFunction = function isFunction(obj) {
1848
1848
  * @param {object} [to] - 路由跳转信息
1849
1849
  * @param {object} [from] - 路由来源信息
1850
1850
  * @param {function} [next] - 跳转函数
1851
- * @param {function} [exclude] - 不拦截的路由
1851
+ * @param {array} [exclude] - 不拦截的路由
1852
1852
  * @param {boolean} [open] - 是否新窗口打开
1853
1853
  * @param {boolean} [cookie] - 是否尝试采用
1854
1854
  * @param {sting} [loginPage] - 第三方登录页面地址
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/dialog.js CHANGED
@@ -1848,7 +1848,7 @@ var isFunction = function isFunction(obj) {
1848
1848
  * @param {object} [to] - 路由跳转信息
1849
1849
  * @param {object} [from] - 路由来源信息
1850
1850
  * @param {function} [next] - 跳转函数
1851
- * @param {function} [exclude] - 不拦截的路由
1851
+ * @param {array} [exclude] - 不拦截的路由
1852
1852
  * @param {boolean} [open] - 是否新窗口打开
1853
1853
  * @param {boolean} [cookie] - 是否尝试采用
1854
1854
  * @param {sting} [loginPage] - 第三方登录页面地址
@@ -1848,7 +1848,7 @@ var isFunction = function isFunction(obj) {
1848
1848
  * @param {object} [to] - 路由跳转信息
1849
1849
  * @param {object} [from] - 路由来源信息
1850
1850
  * @param {function} [next] - 跳转函数
1851
- * @param {function} [exclude] - 不拦截的路由
1851
+ * @param {array} [exclude] - 不拦截的路由
1852
1852
  * @param {boolean} [open] - 是否新窗口打开
1853
1853
  * @param {boolean} [cookie] - 是否尝试采用
1854
1854
  * @param {sting} [loginPage] - 第三方登录页面地址
@@ -12502,8 +12502,8 @@ error_page_src_main.install = function (Vue) {
12502
12502
  };
12503
12503
 
12504
12504
  /* harmony default export */ var error_page = (error_page_src_main);
12505
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=2d02d533&
12506
- var mainvue_type_template_id_2d02d533_render = function () {
12505
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=84c3a3ea&
12506
+ var mainvue_type_template_id_84c3a3ea_render = function () {
12507
12507
  var _vm = this
12508
12508
  var _h = _vm.$createElement
12509
12509
  var _c = _vm._self._c || _h
@@ -23133,11 +23133,11 @@ var mainvue_type_template_id_2d02d533_render = function () {
23133
23133
  )
23134
23134
  : _vm._e()
23135
23135
  }
23136
- var mainvue_type_template_id_2d02d533_staticRenderFns = []
23137
- mainvue_type_template_id_2d02d533_render._withStripped = true
23136
+ var mainvue_type_template_id_84c3a3ea_staticRenderFns = []
23137
+ mainvue_type_template_id_84c3a3ea_render._withStripped = true
23138
23138
 
23139
23139
 
23140
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=2d02d533&
23140
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=84c3a3ea&
23141
23141
 
23142
23142
  // CONCATENATED MODULE: ./src/utils/rules.js
23143
23143
  // 手机号
@@ -27339,6 +27339,12 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
27339
27339
  }
27340
27340
  }
27341
27341
  },
27342
+ value: {
27343
+ deep: true,
27344
+ handler: function handler(val) {
27345
+ this.values = form_src_mainvue_type_script_lang_js_extends({}, this.values, val);
27346
+ }
27347
+ },
27342
27348
  values: {
27343
27349
  deep: true,
27344
27350
  handler: function handler(val) {
@@ -28119,8 +28125,8 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
28119
28125
 
28120
28126
  var form_src_main_component = normalizeComponent(
28121
28127
  packages_form_src_mainvue_type_script_lang_js_,
28122
- mainvue_type_template_id_2d02d533_render,
28123
- mainvue_type_template_id_2d02d533_staticRenderFns,
28128
+ mainvue_type_template_id_84c3a3ea_render,
28129
+ mainvue_type_template_id_84c3a3ea_staticRenderFns,
28124
28130
  false,
28125
28131
  null,
28126
28132
  null,
@@ -46192,8 +46198,8 @@ login_src_main.install = function (Vue) {
46192
46198
  };
46193
46199
 
46194
46200
  /* harmony default export */ var login = (login_src_main);
46195
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=9f5f5106&
46196
- var mainvue_type_template_id_9f5f5106_render = function () {
46201
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=0c933a5f&
46202
+ var mainvue_type_template_id_0c933a5f_render = function () {
46197
46203
  var _vm = this
46198
46204
  var _h = _vm.$createElement
46199
46205
  var _c = _vm._self._c || _h
@@ -46618,11 +46624,11 @@ var mainvue_type_template_id_9f5f5106_render = function () {
46618
46624
  1
46619
46625
  )
46620
46626
  }
46621
- var mainvue_type_template_id_9f5f5106_staticRenderFns = []
46622
- mainvue_type_template_id_9f5f5106_render._withStripped = true
46627
+ var mainvue_type_template_id_0c933a5f_staticRenderFns = []
46628
+ mainvue_type_template_id_0c933a5f_render._withStripped = true
46623
46629
 
46624
46630
 
46625
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=9f5f5106&
46631
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=0c933a5f&
46626
46632
 
46627
46633
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=799780ee&
46628
46634
  var userinfovue_type_template_id_799780ee_render = function () {
@@ -48810,6 +48816,10 @@ var log = utils_util["a" /* default */].getParams('console');
48810
48816
  history: {
48811
48817
  type: Boolean,
48812
48818
  default: true
48819
+ },
48820
+ loadHomePage: {
48821
+ type: [Boolean, String],
48822
+ default: true
48813
48823
  }
48814
48824
  },
48815
48825
  computed: {
@@ -49239,9 +49249,13 @@ var log = utils_util["a" /* default */].getParams('console');
49239
49249
  if (i === 'initApplication' && results[i]) {
49240
49250
  this.results[i] = results[i].split(',');
49241
49251
  }
49242
- if (i === 'indexUrl') {
49243
- this.homePage = results[i];
49244
- if (this.isHomePage) {
49252
+ if (this.loadHomePage) {
49253
+ if (typeof this.loadHomePage === 'string') {
49254
+ this.homePage = this.loadHomePage;
49255
+ } else if (i === 'indexUrl') {
49256
+ this.homePage = results[i];
49257
+ }
49258
+ if (this.isHomePage && this.homePage) {
49245
49259
  if (this.menus && this.menus.length) {
49246
49260
  var ids = null;
49247
49261
  this.homePage && (ids = this.getId(this.menus, this.homePage));
@@ -49498,7 +49512,7 @@ var log = utils_util["a" /* default */].getParams('console');
49498
49512
  this.menu = res[0].children;
49499
49513
  this.title = res[0].text;
49500
49514
  }
49501
- if (!this.isDefault) {
49515
+ if (!this.isDefault || this.isDefault && !this.homePage) {
49502
49516
  this.active = this.getFirst(this.menu[0]).id;
49503
49517
  }
49504
49518
  } else if (this.layout === 'topnav') {
@@ -49513,7 +49527,7 @@ var log = utils_util["a" /* default */].getParams('console');
49513
49527
  this.nav = [];
49514
49528
  this.subsystem = [];
49515
49529
  this.menu = res;
49516
- if (!this.isDefault) {
49530
+ if (!this.isDefault || this.isDefault && !this.homePage) {
49517
49531
  this.active = [this.menu[0].id];
49518
49532
  var id = this.getFirst(this.menu[0]).id;
49519
49533
  if (id && this.menu[0].id !== id) {
@@ -50340,8 +50354,8 @@ var log = utils_util["a" /* default */].getParams('console');
50340
50354
 
50341
50355
  var main_src_main_component = normalizeComponent(
50342
50356
  packages_main_src_mainvue_type_script_lang_js_,
50343
- mainvue_type_template_id_9f5f5106_render,
50344
- mainvue_type_template_id_9f5f5106_staticRenderFns,
50357
+ mainvue_type_template_id_0c933a5f_render,
50358
+ mainvue_type_template_id_0c933a5f_staticRenderFns,
50345
50359
  false,
50346
50360
  null,
50347
50361
  null,
@@ -50397,7 +50411,6 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
50397
50411
  },
50398
50412
  popperClass: String,
50399
50413
  biserial: Boolean,
50400
- isDefault: Boolean,
50401
50414
  paddingLeft: {
50402
50415
  type: Number,
50403
50416
  default: 14
@@ -50412,12 +50425,6 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
50412
50425
  return this.width;
50413
50426
  }
50414
50427
  return this.maxW;
50415
- },
50416
- active: function active() {
50417
- if (this.isDefault || !this.defaultActive) {
50418
- return '';
50419
- }
50420
- return this.defaultActive;
50421
50428
  }
50422
50429
  },
50423
50430
  watch: {
@@ -50658,7 +50665,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
50658
50665
  ref: 'menu',
50659
50666
  props: {
50660
50667
  defaultOpeneds: this.defaultOpeneds,
50661
- defaultActive: this.active,
50668
+ defaultActive: this.defaultActive,
50662
50669
  collapse: this.collapse,
50663
50670
  mode: this.mode,
50664
50671
  uniqueOpened: this.uniqueOpened
@@ -69268,7 +69275,7 @@ if (typeof window !== 'undefined' && window.Vue) {
69268
69275
  }
69269
69276
 
69270
69277
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
69271
- version: '0.4.75',
69278
+ version: '0.4.76',
69272
69279
  install: install,
69273
69280
  Button: packages_button,
69274
69281
  ButtonGroup: button_group,
package/lib/flow-group.js CHANGED
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/flow-list.js CHANGED
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/flow.js CHANGED
@@ -1848,7 +1848,7 @@ var isFunction = function isFunction(obj) {
1848
1848
  * @param {object} [to] - 路由跳转信息
1849
1849
  * @param {object} [from] - 路由来源信息
1850
1850
  * @param {function} [next] - 跳转函数
1851
- * @param {function} [exclude] - 不拦截的路由
1851
+ * @param {array} [exclude] - 不拦截的路由
1852
1852
  * @param {boolean} [open] - 是否新窗口打开
1853
1853
  * @param {boolean} [cookie] - 是否尝试采用
1854
1854
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/form.js CHANGED
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
@@ -3377,7 +3377,7 @@ module.exports = require("axios");
3377
3377
  // ESM COMPAT FLAG
3378
3378
  __webpack_require__.r(__webpack_exports__);
3379
3379
 
3380
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=2d02d533&
3380
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=84c3a3ea&
3381
3381
  var render = function () {
3382
3382
  var _vm = this
3383
3383
  var _h = _vm.$createElement
@@ -14012,7 +14012,7 @@ var staticRenderFns = []
14012
14012
  render._withStripped = true
14013
14013
 
14014
14014
 
14015
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=2d02d533&
14015
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=84c3a3ea&
14016
14016
 
14017
14017
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
14018
14018
  var regenerator_ = __webpack_require__(9);
@@ -18208,6 +18208,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18208
18208
  }
18209
18209
  }
18210
18210
  },
18211
+ value: {
18212
+ deep: true,
18213
+ handler: function handler(val) {
18214
+ this.values = _extends({}, this.values, val);
18215
+ }
18216
+ },
18211
18217
  values: {
18212
18218
  deep: true,
18213
18219
  handler: function handler(val) {
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址
package/lib/handler.js CHANGED
@@ -1849,7 +1849,7 @@ var isFunction = function isFunction(obj) {
1849
1849
  * @param {object} [to] - 路由跳转信息
1850
1850
  * @param {object} [from] - 路由来源信息
1851
1851
  * @param {function} [next] - 跳转函数
1852
- * @param {function} [exclude] - 不拦截的路由
1852
+ * @param {array} [exclude] - 不拦截的路由
1853
1853
  * @param {boolean} [open] - 是否新窗口打开
1854
1854
  * @param {boolean} [cookie] - 是否尝试采用
1855
1855
  * @param {sting} [loginPage] - 第三方登录页面地址