eoss-ui 0.5.47 → 0.5.48

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 (72) hide show
  1. package/CHANGELOG.md +929 -0
  2. package/lib/data-table.js +7 -7
  3. package/lib/eoss-ui.common.js +22 -22
  4. package/lib/flow.js +7 -7
  5. package/lib/index.js +1 -1
  6. package/lib/theme-chalk/flow.css +1 -1
  7. package/lib/theme-chalk/index.css +1 -1
  8. package/package.json +1 -1
  9. package/packages/data-table/src/main.vue +2 -2
  10. package/packages/flow/src/main.vue +5 -5
  11. package/packages/theme-chalk/lib/base.css +1 -0
  12. package/packages/theme-chalk/lib/button-group.css +1 -0
  13. package/packages/theme-chalk/lib/button.css +1 -0
  14. package/packages/theme-chalk/lib/calendar.css +0 -0
  15. package/packages/theme-chalk/lib/card.css +1 -0
  16. package/packages/theme-chalk/lib/cascader.css +1 -0
  17. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  18. package/packages/theme-chalk/lib/clients.css +1 -0
  19. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  20. package/packages/theme-chalk/lib/data-table.css +1 -0
  21. package/packages/theme-chalk/lib/date-picker.css +1 -0
  22. package/packages/theme-chalk/lib/dialog.css +1 -0
  23. package/packages/theme-chalk/lib/enterprise.css +1 -0
  24. package/packages/theme-chalk/lib/error-page.css +1 -0
  25. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  26. package/packages/theme-chalk/lib/flow-group.css +1 -0
  27. package/packages/theme-chalk/lib/flow-list.css +1 -0
  28. package/packages/theme-chalk/lib/flow.css +1 -0
  29. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  30. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  31. package/packages/theme-chalk/lib/form.css +1 -0
  32. package/packages/theme-chalk/lib/handle-user.css +1 -0
  33. package/packages/theme-chalk/lib/handler.css +1 -0
  34. package/packages/theme-chalk/lib/icon.css +1 -0
  35. package/packages/theme-chalk/lib/icons.css +1 -0
  36. package/packages/theme-chalk/lib/index.css +1 -0
  37. package/packages/theme-chalk/lib/input-number.css +0 -0
  38. package/packages/theme-chalk/lib/input.css +1 -0
  39. package/packages/theme-chalk/lib/label.css +1 -0
  40. package/packages/theme-chalk/lib/layout.css +1 -0
  41. package/packages/theme-chalk/lib/login.css +1 -0
  42. package/packages/theme-chalk/lib/main.css +1 -0
  43. package/packages/theme-chalk/lib/mainComp.css +0 -0
  44. package/packages/theme-chalk/lib/menu.css +1 -0
  45. package/packages/theme-chalk/lib/nav.css +1 -0
  46. package/packages/theme-chalk/lib/notify.css +0 -0
  47. package/packages/theme-chalk/lib/page.css +1 -0
  48. package/packages/theme-chalk/lib/pagination.css +1 -0
  49. package/packages/theme-chalk/lib/player.css +1 -0
  50. package/packages/theme-chalk/lib/qr-code.css +1 -0
  51. package/packages/theme-chalk/lib/radio-group.css +1 -0
  52. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  53. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  54. package/packages/theme-chalk/lib/select.css +1 -0
  55. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  56. package/packages/theme-chalk/lib/selector.css +1 -0
  57. package/packages/theme-chalk/lib/sizer.css +1 -0
  58. package/packages/theme-chalk/lib/steps.css +1 -0
  59. package/packages/theme-chalk/lib/switch.css +1 -0
  60. package/packages/theme-chalk/lib/table-form.css +0 -0
  61. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  62. package/packages/theme-chalk/lib/tabs.css +1 -0
  63. package/packages/theme-chalk/lib/tips.css +1 -0
  64. package/packages/theme-chalk/lib/toolbar.css +1 -0
  65. package/packages/theme-chalk/lib/tree-group.css +1 -0
  66. package/packages/theme-chalk/lib/tree.css +1 -0
  67. package/packages/theme-chalk/lib/upload.css +1 -0
  68. package/packages/theme-chalk/lib/wujie.css +0 -0
  69. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  70. package/packages/theme-chalk/src/flow.scss +2 -2
  71. package/src/index.js +1 -1
  72. package/packages/theme-chalk/gulpfile.js +0 -25
package/lib/data-table.js CHANGED
@@ -3748,8 +3748,8 @@ module.exports = require("vue");
3748
3748
  // ESM COMPAT FLAG
3749
3749
  __webpack_require__.r(__webpack_exports__);
3750
3750
 
3751
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=5745f486&
3752
- var mainvue_type_template_id_5745f486_render = function () {
3751
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=3b2cc05b&
3752
+ var mainvue_type_template_id_3b2cc05b_render = function () {
3753
3753
  var _vm = this
3754
3754
  var _h = _vm.$createElement
3755
3755
  var _c = _vm._self._c || _h
@@ -4015,10 +4015,10 @@ var mainvue_type_template_id_5745f486_render = function () {
4015
4015
  )
4016
4016
  }
4017
4017
  var staticRenderFns = []
4018
- mainvue_type_template_id_5745f486_render._withStripped = true
4018
+ mainvue_type_template_id_3b2cc05b_render._withStripped = true
4019
4019
 
4020
4020
 
4021
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=5745f486&
4021
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=3b2cc05b&
4022
4022
 
4023
4023
  // EXTERNAL MODULE: ./src/config/api.js
4024
4024
  var api = __webpack_require__(1);
@@ -7188,7 +7188,7 @@ var mainvue_type_script_lang_js_components, _watch;
7188
7188
  data: JSON.parse(JSON.stringify(data))
7189
7189
  }) : data;
7190
7190
  if (this.url) {
7191
- this.getTableData();
7191
+ this.getTableData({ where: this.wheres });
7192
7192
  }
7193
7193
  this.$emit('search', this.wheres);
7194
7194
  },
@@ -7208,7 +7208,7 @@ var mainvue_type_script_lang_js_components, _watch;
7208
7208
  data: JSON.parse(JSON.stringify(data))
7209
7209
  }) : data;
7210
7210
  if (this.url) {
7211
- this.getTableData();
7211
+ this.getTableData({ where: this.wheres });
7212
7212
  }
7213
7213
  this.$emit('submit', { data: this.wheres, show: show });
7214
7214
  },
@@ -7343,7 +7343,7 @@ var mainvue_type_script_lang_js_components, _watch;
7343
7343
 
7344
7344
  var main_component = Object(componentNormalizer["a" /* default */])(
7345
7345
  src_mainvue_type_script_lang_js_,
7346
- mainvue_type_template_id_5745f486_render,
7346
+ mainvue_type_template_id_3b2cc05b_render,
7347
7347
  staticRenderFns,
7348
7348
  false,
7349
7349
  null,
@@ -6255,8 +6255,8 @@ clients_src_main.install = function (Vue) {
6255
6255
  };
6256
6256
 
6257
6257
  /* harmony default export */ var clients = (clients_src_main);
6258
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=5745f486&
6259
- var mainvue_type_template_id_5745f486_render = function () {
6258
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=3b2cc05b&
6259
+ var mainvue_type_template_id_3b2cc05b_render = function () {
6260
6260
  var _vm = this
6261
6261
  var _h = _vm.$createElement
6262
6262
  var _c = _vm._self._c || _h
@@ -6521,11 +6521,11 @@ var mainvue_type_template_id_5745f486_render = function () {
6521
6521
  1
6522
6522
  )
6523
6523
  }
6524
- var mainvue_type_template_id_5745f486_staticRenderFns = []
6525
- mainvue_type_template_id_5745f486_render._withStripped = true
6524
+ var mainvue_type_template_id_3b2cc05b_staticRenderFns = []
6525
+ mainvue_type_template_id_3b2cc05b_render._withStripped = true
6526
6526
 
6527
6527
 
6528
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=5745f486&
6528
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=3b2cc05b&
6529
6529
 
6530
6530
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/children.vue?vue&type=template&id=29bcbc72&
6531
6531
  var childrenvue_type_template_id_29bcbc72_render = function () {
@@ -9683,7 +9683,7 @@ var mainvue_type_script_lang_js_components, _watch;
9683
9683
  data: JSON.parse(JSON.stringify(data))
9684
9684
  }) : data;
9685
9685
  if (this.url) {
9686
- this.getTableData();
9686
+ this.getTableData({ where: this.wheres });
9687
9687
  }
9688
9688
  this.$emit('search', this.wheres);
9689
9689
  },
@@ -9703,7 +9703,7 @@ var mainvue_type_script_lang_js_components, _watch;
9703
9703
  data: JSON.parse(JSON.stringify(data))
9704
9704
  }) : data;
9705
9705
  if (this.url) {
9706
- this.getTableData();
9706
+ this.getTableData({ where: this.wheres });
9707
9707
  }
9708
9708
  this.$emit('submit', { data: this.wheres, show: show });
9709
9709
  },
@@ -9838,8 +9838,8 @@ var mainvue_type_script_lang_js_components, _watch;
9838
9838
 
9839
9839
  var data_table_src_main_component = normalizeComponent(
9840
9840
  packages_data_table_src_mainvue_type_script_lang_js_,
9841
- mainvue_type_template_id_5745f486_render,
9842
- mainvue_type_template_id_5745f486_staticRenderFns,
9841
+ mainvue_type_template_id_3b2cc05b_render,
9842
+ mainvue_type_template_id_3b2cc05b_staticRenderFns,
9843
9843
  false,
9844
9844
  null,
9845
9845
  null,
@@ -29386,8 +29386,8 @@ form_src_main.install = function (Vue) {
29386
29386
  };
29387
29387
 
29388
29388
  /* harmony default export */ var packages_form = (form_src_main);
29389
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=53041718&
29390
- var mainvue_type_template_id_53041718_render = function () {
29389
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=5512ddf8&
29390
+ var mainvue_type_template_id_5512ddf8_render = function () {
29391
29391
  var _vm = this
29392
29392
  var _h = _vm.$createElement
29393
29393
  var _c = _vm._self._c || _h
@@ -30615,7 +30615,7 @@ var mainvue_type_template_id_53041718_render = function () {
30615
30615
  ? _c(
30616
30616
  "el-button",
30617
30617
  {
30618
- staticClass: "btn",
30618
+ staticClass: "es-flow-btn",
30619
30619
  on: {
30620
30620
  click: _vm.taskReadBtn,
30621
30621
  },
@@ -30628,7 +30628,7 @@ var mainvue_type_template_id_53041718_render = function () {
30628
30628
  "el-button",
30629
30629
  {
30630
30630
  key: item.key,
30631
- staticClass: "btn",
30631
+ staticClass: "es-flow-btn",
30632
30632
  on: {
30633
30633
  click: function ($event) {
30634
30634
  _vm.goView(item)
@@ -30739,7 +30739,7 @@ var mainvue_type_template_id_53041718_render = function () {
30739
30739
  "div",
30740
30740
  {
30741
30741
  staticClass:
30742
- "btn",
30742
+ "es-flow-btn",
30743
30743
  on: {
30744
30744
  click:
30745
30745
  function (
@@ -30773,7 +30773,7 @@ var mainvue_type_template_id_53041718_render = function () {
30773
30773
  "div",
30774
30774
  {
30775
30775
  staticClass:
30776
- "btn",
30776
+ "es-flow-btn",
30777
30777
  on: {
30778
30778
  click:
30779
30779
  _vm.taskReadBtn,
@@ -30858,7 +30858,7 @@ var mainvue_type_template_id_53041718_render = function () {
30858
30858
  ? _c(
30859
30859
  "el-button",
30860
30860
  {
30861
- staticClass: "btn",
30861
+ staticClass: "es-flow-btn",
30862
30862
  staticStyle: { "margin-left": "0px" },
30863
30863
  attrs: { size: "medium" },
30864
30864
  on: { click: _vm.taskReadBtn },
@@ -31106,11 +31106,11 @@ var mainvue_type_template_id_53041718_render = function () {
31106
31106
  )
31107
31107
  : _vm._e()
31108
31108
  }
31109
- var mainvue_type_template_id_53041718_staticRenderFns = []
31110
- mainvue_type_template_id_53041718_render._withStripped = true
31109
+ var mainvue_type_template_id_5512ddf8_staticRenderFns = []
31110
+ mainvue_type_template_id_5512ddf8_render._withStripped = true
31111
31111
 
31112
31112
 
31113
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=53041718&
31113
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5512ddf8&
31114
31114
 
31115
31115
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=4e1f4030&
31116
31116
  var CommonOpinionsvue_type_template_id_4e1f4030_render = function () {
@@ -40553,8 +40553,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
40553
40553
 
40554
40554
  var flow_src_main_component = normalizeComponent(
40555
40555
  packages_flow_src_mainvue_type_script_lang_js_,
40556
- mainvue_type_template_id_53041718_render,
40557
- mainvue_type_template_id_53041718_staticRenderFns,
40556
+ mainvue_type_template_id_5512ddf8_render,
40557
+ mainvue_type_template_id_5512ddf8_staticRenderFns,
40558
40558
  false,
40559
40559
  null,
40560
40560
  null,
@@ -72501,7 +72501,7 @@ if (typeof window !== 'undefined' && window.Vue) {
72501
72501
  }
72502
72502
 
72503
72503
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
72504
- version: '0.5.47',
72504
+ version: '0.5.48',
72505
72505
  install: install,
72506
72506
  Button: packages_button,
72507
72507
  ButtonGroup: button_group,
package/lib/flow.js CHANGED
@@ -3905,7 +3905,7 @@ var component = Object(componentNormalizer["a" /* default */])(
3905
3905
  // ESM COMPAT FLAG
3906
3906
  __webpack_require__.r(__webpack_exports__);
3907
3907
 
3908
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=53041718&
3908
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=5512ddf8&
3909
3909
  var render = function () {
3910
3910
  var _vm = this
3911
3911
  var _h = _vm.$createElement
@@ -5134,7 +5134,7 @@ var render = function () {
5134
5134
  ? _c(
5135
5135
  "el-button",
5136
5136
  {
5137
- staticClass: "btn",
5137
+ staticClass: "es-flow-btn",
5138
5138
  on: {
5139
5139
  click: _vm.taskReadBtn,
5140
5140
  },
@@ -5147,7 +5147,7 @@ var render = function () {
5147
5147
  "el-button",
5148
5148
  {
5149
5149
  key: item.key,
5150
- staticClass: "btn",
5150
+ staticClass: "es-flow-btn",
5151
5151
  on: {
5152
5152
  click: function ($event) {
5153
5153
  _vm.goView(item)
@@ -5258,7 +5258,7 @@ var render = function () {
5258
5258
  "div",
5259
5259
  {
5260
5260
  staticClass:
5261
- "btn",
5261
+ "es-flow-btn",
5262
5262
  on: {
5263
5263
  click:
5264
5264
  function (
@@ -5292,7 +5292,7 @@ var render = function () {
5292
5292
  "div",
5293
5293
  {
5294
5294
  staticClass:
5295
- "btn",
5295
+ "es-flow-btn",
5296
5296
  on: {
5297
5297
  click:
5298
5298
  _vm.taskReadBtn,
@@ -5377,7 +5377,7 @@ var render = function () {
5377
5377
  ? _c(
5378
5378
  "el-button",
5379
5379
  {
5380
- staticClass: "btn",
5380
+ staticClass: "es-flow-btn",
5381
5381
  staticStyle: { "margin-left": "0px" },
5382
5382
  attrs: { size: "medium" },
5383
5383
  on: { click: _vm.taskReadBtn },
@@ -5629,7 +5629,7 @@ var staticRenderFns = []
5629
5629
  render._withStripped = true
5630
5630
 
5631
5631
 
5632
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=53041718&
5632
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5512ddf8&
5633
5633
 
5634
5634
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
5635
5635
  var regenerator_ = __webpack_require__(12);