eoss-ui 0.8.15 → 0.8.17

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 (96) hide show
  1. package/lib/eoss-ui.common.js +207 -207
  2. package/lib/flow-list.js +96 -96
  3. package/lib/flow.js +83 -83
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +5 -5
  6. package/lib/sizer.js +12 -12
  7. package/lib/theme-chalk/index.css +1 -1
  8. package/lib/theme-chalk/login.css +1 -1
  9. package/package.json +1 -1
  10. package/packages/button-group/src/main.vue +346 -346
  11. package/packages/calogin/src/main.vue +412 -412
  12. package/packages/clients/src/main.vue +151 -151
  13. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  14. package/packages/flow/src/component/CustomPreset.vue +2 -2
  15. package/packages/flow/src/component/FileList.vue +97 -97
  16. package/packages/flow/src/component/Preset.vue +2 -2
  17. package/packages/flow/src/component/SendMsg.vue +242 -242
  18. package/packages/flow/src/component/SortFlow.vue +110 -110
  19. package/packages/flow/src/form.vue +123 -123
  20. package/packages/flow/src/freeStartFlow.vue +2 -2
  21. package/packages/flow/src/main.vue +2 -2
  22. package/packages/flow/src/processForm.vue +2 -2
  23. package/packages/flow/src/reset.vue +2 -2
  24. package/packages/flow/src/table.vue +58 -58
  25. package/packages/flow-list/src/main.vue +2337 -2337
  26. package/packages/form/src/table.vue +1512 -1512
  27. package/packages/icon/src/main.vue +104 -104
  28. package/packages/login/src/resetPassword.vue +557 -557
  29. package/packages/main/src/public/online.vue +89 -89
  30. package/packages/main/src/public/search.vue +464 -464
  31. package/packages/main/src/public/settings.vue +273 -273
  32. package/packages/main/src/simplicity/apps.vue +388 -388
  33. package/packages/main/src/simplicity/avatar.vue +82 -82
  34. package/packages/main/src/simplicity/handler.vue +158 -158
  35. package/packages/main/src/simplicity/menu-list.vue +135 -135
  36. package/packages/main/src/simplicity/message.vue +293 -293
  37. package/packages/main/src/simplicity/notice.vue +222 -222
  38. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  39. package/packages/main/src/simplicity/user.vue +259 -259
  40. package/packages/main/src/simplicityTop/apps.vue +388 -388
  41. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  42. package/packages/main/src/simplicityTop/handler.vue +215 -215
  43. package/packages/main/src/simplicityTop/lists.vue +84 -84
  44. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  45. package/packages/main/src/simplicityTop/message.vue +293 -293
  46. package/packages/main/src/simplicityTop/notice.vue +222 -222
  47. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  48. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  49. package/packages/main/src/simplicityTop/user.vue +259 -259
  50. package/packages/nav/src/main.vue +351 -351
  51. package/packages/selector/src/main.vue +761 -761
  52. package/packages/selector-panel/src/main.vue +1036 -1036
  53. package/packages/selector-panel/src/selection.vue +174 -174
  54. package/packages/sizer/src/main.vue +7 -4
  55. package/packages/switch/src/main.vue +170 -170
  56. package/packages/theme-chalk/lib/index.css +1 -1
  57. package/packages/theme-chalk/lib/login.css +1 -1
  58. package/packages/theme-chalk/src/data-table.scss +297 -297
  59. package/packages/theme-chalk/src/flow-list.scss +55 -55
  60. package/packages/theme-chalk/src/form.scss +501 -501
  61. package/packages/theme-chalk/src/handler.scss +148 -148
  62. package/packages/theme-chalk/src/icon.scss +3452 -3452
  63. package/packages/theme-chalk/src/login.scss +1006 -1006
  64. package/packages/theme-chalk/src/main.scss +664 -664
  65. package/packages/theme-chalk/src/menu.scss +224 -224
  66. package/packages/theme-chalk/src/selector.scss +114 -114
  67. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  68. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  69. package/packages/theme-chalk/src/tree.scss +165 -165
  70. package/packages/theme-chalk/src/upload.scss +172 -172
  71. package/packages/tips/src/main.vue +141 -141
  72. package/packages/wujie/src/main.vue +146 -146
  73. package/src/config/api.js +348 -348
  74. package/src/index.js +163 -163
  75. package/src/utils/rules.js +18 -18
  76. package/packages/.DS_Store +0 -0
  77. package/packages/calogin/.DS_Store +0 -0
  78. package/packages/date-picker/.DS_Store +0 -0
  79. package/packages/date-picker/src/.DS_Store +0 -0
  80. package/packages/dialog/.DS_Store +0 -0
  81. package/packages/flow/.DS_Store +0 -0
  82. package/packages/flow/src/.DS_Store +0 -0
  83. package/packages/flow-list/.DS_Store +0 -0
  84. package/packages/form/.DS_Store +0 -0
  85. package/packages/icon/.DS_Store +0 -0
  86. package/packages/login/.DS_Store +0 -0
  87. package/packages/main/.DS_Store +0 -0
  88. package/packages/main/src/.DS_Store +0 -0
  89. package/packages/menu/.DS_Store +0 -0
  90. package/packages/select/.DS_Store +0 -0
  91. package/packages/selector/.DS_Store +0 -0
  92. package/packages/selector-panel/.DS_Store +0 -0
  93. package/packages/theme-chalk/src/.DS_Store +0 -0
  94. package/packages/upload/.DS_Store +0 -0
  95. package/src/.DS_Store +0 -0
  96. package/src/utils/.DS_Store +0 -0
@@ -253,7 +253,7 @@ module.exports = require("lodash");
253
253
 
254
254
  exports = module.exports = __webpack_require__(24)(false);
255
255
  // Module
256
- exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
256
+ exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
257
257
 
258
258
 
259
259
 
@@ -28417,8 +28417,8 @@ form_src_main.install = function (Vue) {
28417
28417
  };
28418
28418
 
28419
28419
  /* harmony default export */ var packages_form = (form_src_main);
28420
- // 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=8f765236&
28421
- var mainvue_type_template_id_8f765236_render = function () {
28420
+ // 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=56a92ecc&
28421
+ var mainvue_type_template_id_56a92ecc_render = function () {
28422
28422
  var _vm = this
28423
28423
  var _h = _vm.$createElement
28424
28424
  var _c = _vm._self._c || _h
@@ -31495,11 +31495,11 @@ var mainvue_type_template_id_8f765236_render = function () {
31495
31495
  )
31496
31496
  : _vm._e()
31497
31497
  }
31498
- var mainvue_type_template_id_8f765236_staticRenderFns = []
31499
- mainvue_type_template_id_8f765236_render._withStripped = true
31498
+ var mainvue_type_template_id_56a92ecc_staticRenderFns = []
31499
+ mainvue_type_template_id_56a92ecc_render._withStripped = true
31500
31500
 
31501
31501
 
31502
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=8f765236&
31502
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=56a92ecc&
31503
31503
 
31504
31504
  // 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=7b4f1542&
31505
31505
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32354,21 +32354,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
32354
32354
  return validSate;
32355
32355
  },
32356
32356
 
32357
- /**
32358
- * changeOpinion
32359
- * @desc:监听意见变化
32360
- * @author liufan
32361
- * @date 2022年10月28日
32357
+ /**
32358
+ * changeOpinion
32359
+ * @desc:监听意见变化
32360
+ * @author liufan
32361
+ * @date 2022年10月28日
32362
32362
  **/
32363
32363
  changeOpinion: function changeOpinion() {
32364
32364
  this.$emit('change', this.form.value);
32365
32365
  },
32366
32366
 
32367
- /**
32368
- * getCommonOpion
32369
- * @desc:获取意见
32370
- * @author liufan
32371
- * @date 2022年5月25日
32367
+ /**
32368
+ * getCommonOpion
32369
+ * @desc:获取意见
32370
+ * @author liufan
32371
+ * @date 2022年5月25日
32372
32372
  **/
32373
32373
  getCommonOpion: function getCommonOpion() {
32374
32374
  var _this = this;
@@ -32397,24 +32397,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
32397
32397
  });
32398
32398
  },
32399
32399
 
32400
- /**
32401
- * upDate
32402
- * @desc:修改常用语
32403
- * @author liufan
32404
- * @param {Object} val 修改值
32405
- * @date 2022年5月25日
32400
+ /**
32401
+ * upDate
32402
+ * @desc:修改常用语
32403
+ * @author liufan
32404
+ * @param {Object} val 修改值
32405
+ * @date 2022年5月25日
32406
32406
  **/
32407
32407
  upDate: function upDate(val) {
32408
32408
  this.FormData.id = val.id;
32409
32409
  this.addVisible = true;
32410
32410
  },
32411
32411
 
32412
- /**
32413
- * selectChange
32414
- * @desc:常用语选择
32415
- * @author liufan
32416
- * @param {String} val 选中值
32417
- * @date 2022年5月25日
32412
+ /**
32413
+ * selectChange
32414
+ * @desc:常用语选择
32415
+ * @author liufan
32416
+ * @param {String} val 选中值
32417
+ * @date 2022年5月25日
32418
32418
  **/
32419
32419
  selectChange: function selectChange(val) {
32420
32420
  var _this2 = this;
@@ -32433,12 +32433,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32433
32433
  });
32434
32434
  },
32435
32435
 
32436
- /**
32437
- * del
32438
- * @desc:删除常用语
32439
- * @author liufan
32440
- * @param {Object} val 删除的数据
32441
- * @date 2022年5月25日
32436
+ /**
32437
+ * del
32438
+ * @desc:删除常用语
32439
+ * @author liufan
32440
+ * @param {Object} val 删除的数据
32441
+ * @date 2022年5月25日
32442
32442
  **/
32443
32443
  del: function del(val) {
32444
32444
  var _this3 = this;
@@ -32480,12 +32480,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
32480
32480
  }).catch(function (e) {});
32481
32481
  },
32482
32482
 
32483
- /**
32484
- * submit
32485
- * @desc:新增/编辑意见保存
32486
- * @author liufan
32487
- * @param {Object} val 保存数据
32488
- * @date 2022年5月25日
32483
+ /**
32484
+ * submit
32485
+ * @desc:新增/编辑意见保存
32486
+ * @author liufan
32487
+ * @param {Object} val 保存数据
32488
+ * @date 2022年5月25日
32489
32489
  **/
32490
32490
  submit: function submit(val) {
32491
32491
  var _this4 = this;
@@ -32550,8 +32550,8 @@ var CommonOpinions_component = normalizeComponent(
32550
32550
  )
32551
32551
 
32552
32552
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
32553
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=a2ba210a&
32554
- var processFormvue_type_template_id_a2ba210a_render = function () {
32553
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=5c2c1688&
32554
+ var processFormvue_type_template_id_5c2c1688_render = function () {
32555
32555
  var _vm = this
32556
32556
  var _h = _vm.$createElement
32557
32557
  var _c = _vm._self._c || _h
@@ -33385,11 +33385,11 @@ var processFormvue_type_template_id_a2ba210a_render = function () {
33385
33385
  1
33386
33386
  )
33387
33387
  }
33388
- var processFormvue_type_template_id_a2ba210a_staticRenderFns = []
33389
- processFormvue_type_template_id_a2ba210a_render._withStripped = true
33388
+ var processFormvue_type_template_id_5c2c1688_staticRenderFns = []
33389
+ processFormvue_type_template_id_5c2c1688_render._withStripped = true
33390
33390
 
33391
33391
 
33392
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=a2ba210a&
33392
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=5c2c1688&
33393
33393
 
33394
33394
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
33395
33395
  var selectUservue_type_template_id_5424da0a_render = function () {
@@ -34097,8 +34097,8 @@ var selectUser_component = normalizeComponent(
34097
34097
  )
34098
34098
 
34099
34099
  /* harmony default export */ var selectUser = (selectUser_component.exports);
34100
- // 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/CustomPreset.vue?vue&type=template&id=3ce2700c&
34101
- var CustomPresetvue_type_template_id_3ce2700c_render = function () {
34100
+ // 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/CustomPreset.vue?vue&type=template&id=9f7598ce&
34101
+ var CustomPresetvue_type_template_id_9f7598ce_render = function () {
34102
34102
  var _vm = this
34103
34103
  var _h = _vm.$createElement
34104
34104
  var _c = _vm._self._c || _h
@@ -34201,11 +34201,11 @@ var CustomPresetvue_type_template_id_3ce2700c_render = function () {
34201
34201
  1
34202
34202
  )
34203
34203
  }
34204
- var CustomPresetvue_type_template_id_3ce2700c_staticRenderFns = []
34205
- CustomPresetvue_type_template_id_3ce2700c_render._withStripped = true
34204
+ var CustomPresetvue_type_template_id_9f7598ce_staticRenderFns = []
34205
+ CustomPresetvue_type_template_id_9f7598ce_render._withStripped = true
34206
34206
 
34207
34207
 
34208
- // CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=3ce2700c&
34208
+ // CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=9f7598ce&
34209
34209
 
34210
34210
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=script&lang=js&
34211
34211
  var CustomPresetvue_type_script_lang_js_components;
@@ -34411,9 +34411,9 @@ var CustomPresetvue_type_script_lang_js_components;
34411
34411
  }
34412
34412
  if (val == 5 || val == 6) {
34413
34413
  params.filid = utils_util.getStorage('orgId');
34414
- params.deptid = utils_util.getStorage('orgId');
34414
+ params.mydeptid = utils_util.getStorage('depId');
34415
34415
  if (choiceDeptId) {
34416
- params.deptid = choiceDeptId;
34416
+ params.mydeptid = choiceDeptId;
34417
34417
  }
34418
34418
  if (choiceOrgId) {
34419
34419
  params.filid = choiceOrgId;
@@ -34528,8 +34528,8 @@ var CustomPresetvue_type_script_lang_js_components;
34528
34528
 
34529
34529
  var CustomPreset_component = normalizeComponent(
34530
34530
  component_CustomPresetvue_type_script_lang_js_,
34531
- CustomPresetvue_type_template_id_3ce2700c_render,
34532
- CustomPresetvue_type_template_id_3ce2700c_staticRenderFns,
34531
+ CustomPresetvue_type_template_id_9f7598ce_render,
34532
+ CustomPresetvue_type_template_id_9f7598ce_staticRenderFns,
34533
34533
  false,
34534
34534
  null,
34535
34535
  null,
@@ -34538,8 +34538,8 @@ var CustomPreset_component = normalizeComponent(
34538
34538
  )
34539
34539
 
34540
34540
  /* harmony default export */ var CustomPreset = (CustomPreset_component.exports);
34541
- // 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/Preset.vue?vue&type=template&id=6605ae22&
34542
- var Presetvue_type_template_id_6605ae22_render = function () {
34541
+ // 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/Preset.vue?vue&type=template&id=02818a75&
34542
+ var Presetvue_type_template_id_02818a75_render = function () {
34543
34543
  var _vm = this
34544
34544
  var _h = _vm.$createElement
34545
34545
  var _c = _vm._self._c || _h
@@ -34636,11 +34636,11 @@ var Presetvue_type_template_id_6605ae22_render = function () {
34636
34636
  1
34637
34637
  )
34638
34638
  }
34639
- var Presetvue_type_template_id_6605ae22_staticRenderFns = []
34640
- Presetvue_type_template_id_6605ae22_render._withStripped = true
34639
+ var Presetvue_type_template_id_02818a75_staticRenderFns = []
34640
+ Presetvue_type_template_id_02818a75_render._withStripped = true
34641
34641
 
34642
34642
 
34643
- // CONCATENATED MODULE: ./packages/flow/src/component/Preset.vue?vue&type=template&id=6605ae22&
34643
+ // CONCATENATED MODULE: ./packages/flow/src/component/Preset.vue?vue&type=template&id=02818a75&
34644
34644
 
34645
34645
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Preset.vue?vue&type=script&lang=js&
34646
34646
  var Presetvue_type_script_lang_js_components;
@@ -34886,9 +34886,9 @@ var Presetvue_type_script_lang_js_components;
34886
34886
  }
34887
34887
  if (val == 5 || val == 6) {
34888
34888
  params.filid = utils_util.getStorage('orgId');
34889
- params.deptid = utils_util.getStorage('orgId');
34889
+ params.mydeptid = utils_util.getStorage('depId');
34890
34890
  if (choiceDeptId) {
34891
- params.deptid = choiceDeptId;
34891
+ params.mydeptid = choiceDeptId;
34892
34892
  }
34893
34893
  if (choiceOrgId) {
34894
34894
  params.filid = choiceOrgId;
@@ -34916,8 +34916,8 @@ var Presetvue_type_script_lang_js_components;
34916
34916
 
34917
34917
  var Preset_component = normalizeComponent(
34918
34918
  component_Presetvue_type_script_lang_js_,
34919
- Presetvue_type_template_id_6605ae22_render,
34920
- Presetvue_type_template_id_6605ae22_staticRenderFns,
34919
+ Presetvue_type_template_id_02818a75_render,
34920
+ Presetvue_type_template_id_02818a75_staticRenderFns,
34921
34921
  false,
34922
34922
  null,
34923
34923
  null,
@@ -36344,9 +36344,9 @@ var processFormvue_type_script_lang_js_components;
36344
36344
  }
36345
36345
  if (val == 5 || val == 6) {
36346
36346
  params.filid = this.userModel.orgId;
36347
- params.deptid = this.userModel.orgId;
36347
+ params.mydeptid = this.userModel.depId;
36348
36348
  if (choiceDeptId) {
36349
- params.deptid = choiceDeptId;
36349
+ params.mydeptid = choiceDeptId;
36350
36350
  }
36351
36351
  if (choiceOrgId) {
36352
36352
  params.filid = choiceOrgId;
@@ -36503,8 +36503,8 @@ var processFormvue_type_script_lang_js_components;
36503
36503
 
36504
36504
  var processForm_component = normalizeComponent(
36505
36505
  src_processFormvue_type_script_lang_js_,
36506
- processFormvue_type_template_id_a2ba210a_render,
36507
- processFormvue_type_template_id_a2ba210a_staticRenderFns,
36506
+ processFormvue_type_template_id_5c2c1688_render,
36507
+ processFormvue_type_template_id_5c2c1688_staticRenderFns,
36508
36508
  false,
36509
36509
  null,
36510
36510
  null,
@@ -39292,8 +39292,8 @@ var startTaskRead_component = normalizeComponent(
39292
39292
  )
39293
39293
 
39294
39294
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
39295
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=f881f0ca&
39296
- var resetvue_type_template_id_f881f0ca_render = function () {
39295
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=2cd31ca4&
39296
+ var resetvue_type_template_id_2cd31ca4_render = function () {
39297
39297
  var _vm = this
39298
39298
  var _h = _vm.$createElement
39299
39299
  var _c = _vm._self._c || _h
@@ -39785,11 +39785,11 @@ var resetvue_type_template_id_f881f0ca_render = function () {
39785
39785
  1
39786
39786
  )
39787
39787
  }
39788
- var resetvue_type_template_id_f881f0ca_staticRenderFns = []
39789
- resetvue_type_template_id_f881f0ca_render._withStripped = true
39788
+ var resetvue_type_template_id_2cd31ca4_staticRenderFns = []
39789
+ resetvue_type_template_id_2cd31ca4_render._withStripped = true
39790
39790
 
39791
39791
 
39792
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=f881f0ca&
39792
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=2cd31ca4&
39793
39793
 
39794
39794
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
39795
39795
  var resetvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -40586,9 +40586,9 @@ var resetvue_type_script_lang_js_components;
40586
40586
  }
40587
40587
  if (val == 5 || val == 6) {
40588
40588
  params.filid = this.userModel.orgId;
40589
- params.deptid = this.userModel.orgId;
40589
+ params.mydeptid = this.userModel.depId;
40590
40590
  if (choiceDeptId) {
40591
- params.deptid = choiceDeptId;
40591
+ params.mydeptid = choiceDeptId;
40592
40592
  }
40593
40593
  if (choiceOrgId) {
40594
40594
  params.filid = choiceOrgId;
@@ -40703,8 +40703,8 @@ var resetvue_type_script_lang_js_components;
40703
40703
 
40704
40704
  var reset_component = normalizeComponent(
40705
40705
  src_resetvue_type_script_lang_js_,
40706
- resetvue_type_template_id_f881f0ca_render,
40707
- resetvue_type_template_id_f881f0ca_staticRenderFns,
40706
+ resetvue_type_template_id_2cd31ca4_render,
40707
+ resetvue_type_template_id_2cd31ca4_staticRenderFns,
40708
40708
  false,
40709
40709
  null,
40710
40710
  null,
@@ -41733,8 +41733,8 @@ var taskUnionExamine_component = normalizeComponent(
41733
41733
  )
41734
41734
 
41735
41735
  /* harmony default export */ var component_taskUnionExamine = (taskUnionExamine_component.exports);
41736
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=158663d8&
41737
- var freeStartFlowvue_type_template_id_158663d8_render = function () {
41736
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=458144cd&
41737
+ var freeStartFlowvue_type_template_id_458144cd_render = function () {
41738
41738
  var _vm = this
41739
41739
  var _h = _vm.$createElement
41740
41740
  var _c = _vm._self._c || _h
@@ -43851,11 +43851,11 @@ var freeStartFlowvue_type_template_id_158663d8_render = function () {
43851
43851
  )
43852
43852
  : _vm._e()
43853
43853
  }
43854
- var freeStartFlowvue_type_template_id_158663d8_staticRenderFns = []
43855
- freeStartFlowvue_type_template_id_158663d8_render._withStripped = true
43854
+ var freeStartFlowvue_type_template_id_458144cd_staticRenderFns = []
43855
+ freeStartFlowvue_type_template_id_458144cd_render._withStripped = true
43856
43856
 
43857
43857
 
43858
- // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=158663d8&
43858
+ // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=458144cd&
43859
43859
 
43860
43860
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
43861
43861
 
@@ -45959,9 +45959,9 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45959
45959
  }
45960
45960
  if (val == 5 || val == 6) {
45961
45961
  this.params.filid = this.userModel.orgId;
45962
- this.params.deptid = this.userModel.orgId;
45962
+ this.params.mydeptid = this.userModel.depId;
45963
45963
  if (choiceDeptId) {
45964
- this.params.deptid = choiceDeptId;
45964
+ this.params.mydeptid = choiceDeptId;
45965
45965
  }
45966
45966
  if (choiceOrgId) {
45967
45967
  this.params.filid = choiceOrgId;
@@ -46611,8 +46611,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46611
46611
 
46612
46612
  var freeStartFlow_component = normalizeComponent(
46613
46613
  src_freeStartFlowvue_type_script_lang_js_,
46614
- freeStartFlowvue_type_template_id_158663d8_render,
46615
- freeStartFlowvue_type_template_id_158663d8_staticRenderFns,
46614
+ freeStartFlowvue_type_template_id_458144cd_render,
46615
+ freeStartFlowvue_type_template_id_458144cd_staticRenderFns,
46616
46616
  false,
46617
46617
  null,
46618
46618
  null,
@@ -51138,9 +51138,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51138
51138
  }
51139
51139
  if (val == 5 || val == 6) {
51140
51140
  this.params.filid = this.userModel.orgId;
51141
- this.params.deptid = this.userModel.orgId;
51141
+ this.params.mydeptid = this.userModel.depId;
51142
51142
  if (choiceDeptId) {
51143
- this.params.deptid = choiceDeptId;
51143
+ this.params.mydeptid = choiceDeptId;
51144
51144
  }
51145
51145
  if (choiceOrgId) {
51146
51146
  this.params.filid = choiceOrgId;
@@ -52153,8 +52153,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
52153
52153
 
52154
52154
  var flow_src_main_component = normalizeComponent(
52155
52155
  packages_flow_src_mainvue_type_script_lang_js_,
52156
- mainvue_type_template_id_8f765236_render,
52157
- mainvue_type_template_id_8f765236_staticRenderFns,
52156
+ mainvue_type_template_id_56a92ecc_render,
52157
+ mainvue_type_template_id_56a92ecc_staticRenderFns,
52158
52158
  false,
52159
52159
  null,
52160
52160
  null,
@@ -55987,11 +55987,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
55987
55987
 
55988
55988
 
55989
55989
  methods: {
55990
- /**
55991
- * handleBatchDelete
55992
- * @desc:批量删除
55993
- * @author liufan
55994
- * @date 2025年12月31日
55990
+ /**
55991
+ * handleBatchDelete
55992
+ * @desc:批量删除
55993
+ * @author liufan
55994
+ * @date 2025年12月31日
55995
55995
  **/
55996
55996
  handleBatchDelete: function handleBatchDelete() {
55997
55997
  var _this6 = this;
@@ -56288,12 +56288,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56288
56288
  }
56289
56289
  },
56290
56290
 
56291
- /**
56292
- * handleFormSubmit
56293
- * @desc:删除节点点击事件
56294
- * @param {Object} formData 点击删除的form数据
56295
- * @author liufan
56296
- * @date 2022年11月29日
56291
+ /**
56292
+ * handleFormSubmit
56293
+ * @desc:删除节点点击事件
56294
+ * @param {Object} formData 点击删除的form数据
56295
+ * @author liufan
56296
+ * @date 2022年11月29日
56297
56297
  **/
56298
56298
  handleFormSubmit: function handleFormSubmit(formData) {
56299
56299
  var _this12 = this;
@@ -56329,12 +56329,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56329
56329
  });
56330
56330
  },
56331
56331
 
56332
- /**
56333
- * del
56334
- * @desc:展示删除弹窗
56335
- * @param {String} id 当前点击数据id
56336
- * @author liufan
56337
- * @date 2022年11月29日
56332
+ /**
56333
+ * del
56334
+ * @desc:展示删除弹窗
56335
+ * @param {String} id 当前点击数据id
56336
+ * @author liufan
56337
+ * @date 2022年11月29日
56338
56338
  **/
56339
56339
  del: function del(id, type) {
56340
56340
  this.modalType = type;
@@ -56342,12 +56342,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56342
56342
  this.showDel = true;
56343
56343
  },
56344
56344
 
56345
- /**
56346
- * handleCurrentChange
56347
- * @desc:监听页码变化
56348
- * @param {String} val 当前页
56349
- * @author liufan
56350
- * @date 2022年11月29日
56345
+ /**
56346
+ * handleCurrentChange
56347
+ * @desc:监听页码变化
56348
+ * @param {String} val 当前页
56349
+ * @author liufan
56350
+ * @date 2022年11月29日
56351
56351
  **/
56352
56352
  handleCurrentChange: function handleCurrentChange(val, type) {
56353
56353
  this.currentPage = val;
@@ -56356,12 +56356,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56356
56356
  }
56357
56357
  },
56358
56358
 
56359
- /**
56360
- * handleSizeChange
56361
- * @desc:监听每页数据显示数量变化
56362
- * @param {String} val 每页展示数量
56363
- * @author liufan
56364
- * @date 2022年11月29日
56359
+ /**
56360
+ * handleSizeChange
56361
+ * @desc:监听每页数据显示数量变化
56362
+ * @param {String} val 每页展示数量
56363
+ * @author liufan
56364
+ * @date 2022年11月29日
56365
56365
  **/
56366
56366
  handleSizeChange: function handleSizeChange(val) {
56367
56367
  this.pageSize = val;
@@ -56370,12 +56370,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56370
56370
  }
56371
56371
  },
56372
56372
 
56373
- /**
56374
- * sortChange
56375
- * @desc:监听排序变化
56376
- * @param {Object} info 需要排序的字段及排序方式
56377
- * @author liufan
56378
- * @date 2022年11月29日
56373
+ /**
56374
+ * sortChange
56375
+ * @desc:监听排序变化
56376
+ * @param {Object} info 需要排序的字段及排序方式
56377
+ * @author liufan
56378
+ * @date 2022年11月29日
56379
56379
  **/
56380
56380
  sortChange: function sortChange(info, type) {
56381
56381
  var prop = info.prop;
@@ -56391,11 +56391,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56391
56391
  }
56392
56392
  },
56393
56393
 
56394
- /**
56395
- * getDeletList
56396
- * @desc:删除列表数据
56397
- * @author liufan
56398
- * @date 2025年12月30日
56394
+ /**
56395
+ * getDeletList
56396
+ * @desc:删除列表数据
56397
+ * @author liufan
56398
+ * @date 2025年12月30日
56399
56399
  **/
56400
56400
  getDeletList: function getDeletList() {
56401
56401
  var _this13 = this;
@@ -56424,11 +56424,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56424
56424
  });
56425
56425
  },
56426
56426
 
56427
- /**
56428
- * getResetList
56429
- * @desc:重设列表数据
56430
- * @author liufan
56431
- * @date 2025年12月30日
56427
+ /**
56428
+ * getResetList
56429
+ * @desc:重设列表数据
56430
+ * @author liufan
56431
+ * @date 2025年12月30日
56432
56432
  **/
56433
56433
  getResetList: function getResetList() {
56434
56434
  var _this14 = this;
@@ -56458,11 +56458,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56458
56458
  });
56459
56459
  },
56460
56460
 
56461
- /**
56462
- * getPressList
56463
- * @desc:催办列表数据
56464
- * @author liufan
56465
- * @date 2022年11月29日
56461
+ /**
56462
+ * getPressList
56463
+ * @desc:催办列表数据
56464
+ * @author liufan
56465
+ * @date 2022年11月29日
56466
56466
  **/
56467
56467
  getPressList: function getPressList() {
56468
56468
  var _this15 = this;
@@ -56492,12 +56492,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56492
56492
  });
56493
56493
  },
56494
56494
 
56495
- /**
56496
- * goPress
56497
- * @desc:催办列表查看
56498
- * @param {String} id 催办列表id
56499
- * @author liufan
56500
- * @date 2022年11月29日
56495
+ /**
56496
+ * goPress
56497
+ * @desc:催办列表查看
56498
+ * @param {String} id 催办列表id
56499
+ * @author liufan
56500
+ * @date 2022年11月29日
56501
56501
  **/
56502
56502
  goPress: function goPress(id) {
56503
56503
  this.historyId = id;
@@ -56505,23 +56505,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56505
56505
  this.getPressList();
56506
56506
  },
56507
56507
 
56508
- /**
56509
- * showFile
56510
- * @desc:附件查看
56511
- * @param {String} ownId 附件id
56512
- * @author liufan
56513
- * @date 2022年11月29日
56508
+ /**
56509
+ * showFile
56510
+ * @desc:附件查看
56511
+ * @param {String} ownId 附件id
56512
+ * @author liufan
56513
+ * @date 2022年11月29日
56514
56514
  **/
56515
56515
  showFile: function showFile(ownId) {
56516
56516
  this.wfpendingid = ownId;
56517
56517
  this.showFileList = true;
56518
56518
  },
56519
56519
 
56520
- /**
56521
- * handleChange
56522
- * @desc:切换排序方式
56523
- * @author liufan
56524
- * @date 2022年11月22日
56520
+ /**
56521
+ * handleChange
56522
+ * @desc:切换排序方式
56523
+ * @author liufan
56524
+ * @date 2022年11月22日
56525
56525
  **/
56526
56526
  handleChange: function handleChange(key, value) {
56527
56527
  if (value) {
@@ -56571,11 +56571,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56571
56571
  }))();
56572
56572
  },
56573
56573
 
56574
- /**
56575
- * getFlowList
56576
- * @desc:获取流程列表
56577
- * @author liufan
56578
- * @date 2022年11月22日
56574
+ /**
56575
+ * getFlowList
56576
+ * @desc:获取流程列表
56577
+ * @author liufan
56578
+ * @date 2022年11月22日
56579
56579
  **/
56580
56580
  getFlowList: function getFlowList(type) {
56581
56581
  var _this17 = this;
@@ -56655,12 +56655,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56655
56655
  });
56656
56656
  },
56657
56657
 
56658
- /**
56659
- * handleClick
56660
- * @desc:表单点击事件
56661
- * @param {Object} val 当前点击行数据及按钮
56662
- * @author liufan
56663
- * @date 2022年11月10日
56658
+ /**
56659
+ * handleClick
56660
+ * @desc:表单点击事件
56661
+ * @param {Object} val 当前点击行数据及按钮
56662
+ * @author liufan
56663
+ * @date 2022年11月10日
56664
56664
  **/
56665
56665
  handleClick: function handleClick(val) {
56666
56666
  var _this18 = this;
@@ -56706,13 +56706,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56706
56706
  }
56707
56707
  },
56708
56708
 
56709
- /**
56710
- * getCodeValue
56711
- * @desc:获取代码表过滤后的值
56712
- * @param {String} value 展示数据的代码值
56713
- * @param {String} type 代码表类型
56714
- * @author liufan
56715
- * @date 2022年11月10日
56709
+ /**
56710
+ * getCodeValue
56711
+ * @desc:获取代码表过滤后的值
56712
+ * @param {String} value 展示数据的代码值
56713
+ * @param {String} type 代码表类型
56714
+ * @author liufan
56715
+ * @date 2022年11月10日
56716
56716
  **/
56717
56717
  getCodeValue: function getCodeValue(value, type) {
56718
56718
  var val = this[type].filter(function (item) {
@@ -56721,12 +56721,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56721
56721
  return val[0].shortName;
56722
56722
  },
56723
56723
 
56724
- /**
56725
- * getSysInfo
56726
- * @desc:获取代码表
56727
- * @param {String} code 编码code值
56728
- * @author liufan
56729
- * @date 2022年11月10日
56724
+ /**
56725
+ * getSysInfo
56726
+ * @desc:获取代码表
56727
+ * @param {String} code 编码code值
56728
+ * @author liufan
56729
+ * @date 2022年11月10日
56730
56730
  **/
56731
56731
  getSysInfo: function getSysInfo(code) {
56732
56732
  var _this19 = this;
@@ -56748,11 +56748,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
56748
56748
  }).catch(function (e) {});
56749
56749
  },
56750
56750
 
56751
- /**
56752
- * getListInfo
56753
- * @desc:获取预设列表数据
56754
- * @author liufan
56755
- * @date 2022年11月10日
56751
+ /**
56752
+ * getListInfo
56753
+ * @desc:获取预设列表数据
56754
+ * @author liufan
56755
+ * @date 2022年11月10日
56756
56756
  **/
56757
56757
  getListInfo: function getListInfo() {
56758
56758
  var _this20 = this;
@@ -66266,10 +66266,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
66266
66266
  this.$emit('click', res);
66267
66267
  },
66268
66268
 
66269
- /**
66270
- * @desc:获取气泡提醒
66271
- * @author huangbo
66272
- * @date 2024年9月7日
66269
+ /**
66270
+ * @desc:获取气泡提醒
66271
+ * @author huangbo
66272
+ * @date 2024年9月7日
66273
66273
  **/
66274
66274
  getBadge: function getBadge(res) {
66275
66275
  var num = res.tips || 0;
@@ -90483,8 +90483,8 @@ selector_panel_src_main.install = function (Vue) {
90483
90483
  };
90484
90484
 
90485
90485
  /* harmony default export */ var selector_panel = (selector_panel_src_main);
90486
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/sizer/src/main.vue?vue&type=template&id=1eb537ec&
90487
- var mainvue_type_template_id_1eb537ec_render = function () {
90486
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/sizer/src/main.vue?vue&type=template&id=1cf37159&
90487
+ var mainvue_type_template_id_1cf37159_render = function () {
90488
90488
  var _vm = this
90489
90489
  var _h = _vm.$createElement
90490
90490
  var _c = _vm._self._c || _h
@@ -90513,6 +90513,7 @@ var mainvue_type_template_id_1eb537ec_render = function () {
90513
90513
  attrs: {
90514
90514
  param: _vm.params,
90515
90515
  parseParams: _vm.handleParams,
90516
+ url: _vm.url,
90516
90517
  "show-search": "",
90517
90518
  "show-checkbox": "",
90518
90519
  "check-strictly": "",
@@ -90585,11 +90586,11 @@ var mainvue_type_template_id_1eb537ec_render = function () {
90585
90586
  1
90586
90587
  )
90587
90588
  }
90588
- var mainvue_type_template_id_1eb537ec_staticRenderFns = []
90589
- mainvue_type_template_id_1eb537ec_render._withStripped = true
90589
+ var mainvue_type_template_id_1cf37159_staticRenderFns = []
90590
+ mainvue_type_template_id_1cf37159_render._withStripped = true
90590
90591
 
90591
90592
 
90592
- // CONCATENATED MODULE: ./packages/sizer/src/main.vue?vue&type=template&id=1eb537ec&
90593
+ // CONCATENATED MODULE: ./packages/sizer/src/main.vue?vue&type=template&id=1cf37159&
90593
90594
 
90594
90595
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/sizer/src/main.vue?vue&type=script&lang=js&
90595
90596
 
@@ -90640,6 +90641,7 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
90640
90641
  //
90641
90642
  //
90642
90643
  //
90644
+ //
90643
90645
 
90644
90646
 
90645
90647
 
@@ -90784,7 +90786,8 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
90784
90786
  var _this = this;
90785
90787
 
90786
90788
  return sizer_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee() {
90787
- var ids, creditCodes, carry, params;
90789
+ var ids, creditCodes, carry, params, _this$$emit;
90790
+
90788
90791
  return regenerator_default.a.wrap(function _callee$(_context) {
90789
90792
  while (1) {
90790
90793
  switch (_context.prev = _context.next) {
@@ -90809,9 +90812,9 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
90809
90812
  ids = ['all'];
90810
90813
  } else {
90811
90814
  _this.checkeds.forEach(function (item) {
90812
- var data = JSON.parse(item.data.objdata);
90813
- if (data.creditCode && data.creditCode !== 'undefined') {
90814
- creditCodes.push(data.creditCode);
90815
+ var data = item.data.objdata ? JSON.parse(item.data.objdata) : item.data;
90816
+ if (data[_this.selectField] && data[_this.selectField] !== 'undefined') {
90817
+ creditCodes.push(data[_this.selectField]);
90815
90818
  }
90816
90819
  if (item.isParent && item.children) {
90817
90820
  ids.push(item.id);
@@ -90857,12 +90860,9 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
90857
90860
 
90858
90861
  case 13:
90859
90862
  if (carry) {
90860
- _this.$emit('confirm', {
90861
- checkeds: _this.checkeds,
90862
- creditCode: creditCodes.join(','),
90863
- selectIds: ids,
90864
- count: creditCodes.length
90865
- });
90863
+ _this.$emit('confirm', (_this$$emit = {
90864
+ checkeds: _this.checkeds
90865
+ }, _this$$emit[_this.selectField] = creditCodes.join(','), _this$$emit.selectIds = ids, _this$$emit.count = creditCodes.length, _this$$emit));
90866
90866
  _this.esDialog && _this.esDialog.handleClose();
90867
90867
  }
90868
90868
 
@@ -90892,8 +90892,8 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
90892
90892
 
90893
90893
  var sizer_src_main_component = normalizeComponent(
90894
90894
  packages_sizer_src_mainvue_type_script_lang_js_,
90895
- mainvue_type_template_id_1eb537ec_render,
90896
- mainvue_type_template_id_1eb537ec_staticRenderFns,
90895
+ mainvue_type_template_id_1cf37159_render,
90896
+ mainvue_type_template_id_1cf37159_staticRenderFns,
90897
90897
  false,
90898
90898
  null,
90899
90899
  null,
@@ -102997,7 +102997,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102997
102997
  }
102998
102998
 
102999
102999
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
103000
- version: '0.8.15',
103000
+ version: '0.8.17',
103001
103001
  install: install,
103002
103002
  Button: packages_button,
103003
103003
  ButtonGroup: button_group,