eoss-mobiles 0.1.73 → 0.1.75

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/CHANGELOG.md CHANGED
@@ -1,11 +1,15 @@
1
1
  ## 更新日志
2
2
 
3
- ### 0.1.34
3
+ ### 0.1.73
4
+
5
+ - 2023-11-29
6
+ - feat:<br/>1. flow 组件新增会签流程、接口前缀 base-url、优化驳回和分阅流程意见乱码问题<br/>2. form 组件新增表格配置、show-btn 是否展示按钮属性<br/>3. picker 组件新增接口 befor-response 返回成功后回调<br/>4. input 组件新增接口 label-position 表单域提示文字的位置
7
+ - 版本号:0.1.73
4
8
  - 2023-11-06
5
- - feat:<br/>1. Date 组件优化<br/>2. flow 组件配置优化
9
+ - fix:<br/>1. Date 组件优化<br/>2. flow 组件配置优化
6
10
  - 版本号:0.1.34
7
11
  - 2023-10-24
8
- - feat:<br/>1. Selector 组件新增分类选择人员部门,配置多个tabs类型时有效<br/>2. flow 组件新增联合审核、征求意见、稿件递送流程
12
+ - feat:<br/>1. Selector 组件新增分类选择人员部门,配置多个 tabs 类型时有效<br/>2. flow 组件新增联合审核、征求意见、稿件递送流程
9
13
  - 版本号:0.1.28
10
14
  - 2023-08-04
11
15
  - feat:<br/>1.新增 Rate 评分组件<br/>2.新增 Loading 加载组件<br/>3.新增 ActionSheet 动作面板
@@ -4273,8 +4273,8 @@ selector_src_main.install = function (Vue) {
4273
4273
  };
4274
4274
 
4275
4275
  /* harmony default export */ var selector = (selector_src_main);
4276
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=template&id=3d273344&
4277
- var mainvue_type_template_id_3d273344_render = function () {
4276
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=template&id=6bf22457&
4277
+ var mainvue_type_template_id_6bf22457_render = function () {
4278
4278
  var _vm = this
4279
4279
  var _h = _vm.$createElement
4280
4280
  var _c = _vm._self._c || _h
@@ -4287,7 +4287,10 @@ var mainvue_type_template_id_3d273344_render = function () {
4287
4287
  _vm._g(
4288
4288
  _vm._b(
4289
4289
  {
4290
- class: { "hide-label": _vm.hideLabel },
4290
+ class: {
4291
+ "hide-label": _vm.hideLabel,
4292
+ "input-wrap": _vm.labelPosition == "top",
4293
+ },
4291
4294
  attrs: {
4292
4295
  autocomplete: "new-password",
4293
4296
  "label-width": _vm.labelWidth,
@@ -4337,11 +4340,11 @@ var mainvue_type_template_id_3d273344_render = function () {
4337
4340
  1
4338
4341
  )
4339
4342
  }
4340
- var mainvue_type_template_id_3d273344_staticRenderFns = []
4341
- mainvue_type_template_id_3d273344_render._withStripped = true
4343
+ var mainvue_type_template_id_6bf22457_staticRenderFns = []
4344
+ mainvue_type_template_id_6bf22457_render._withStripped = true
4342
4345
 
4343
4346
 
4344
- // CONCATENATED MODULE: ./packages/field/src/main.vue?vue&type=template&id=3d273344&
4347
+ // CONCATENATED MODULE: ./packages/field/src/main.vue?vue&type=template&id=6bf22457&
4345
4348
 
4346
4349
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=script&lang=js&
4347
4350
  //
@@ -4407,6 +4410,10 @@ mainvue_type_template_id_3d273344_render._withStripped = true
4407
4410
  errorMessage: {
4408
4411
  type: String,
4409
4412
  default: ''
4413
+ },
4414
+ labelPosition: {
4415
+ type: String,
4416
+ default: 'left'
4410
4417
  }
4411
4418
  },
4412
4419
  data: function data() {
@@ -4487,8 +4494,8 @@ mainvue_type_template_id_3d273344_render._withStripped = true
4487
4494
 
4488
4495
  var field_src_main_component = normalizeComponent(
4489
4496
  packages_field_src_mainvue_type_script_lang_js_,
4490
- mainvue_type_template_id_3d273344_render,
4491
- mainvue_type_template_id_3d273344_staticRenderFns,
4497
+ mainvue_type_template_id_6bf22457_render,
4498
+ mainvue_type_template_id_6bf22457_staticRenderFns,
4492
4499
  false,
4493
4500
  null,
4494
4501
  null,
@@ -16192,8 +16199,8 @@ count_down_src_main.install = function (Vue) {
16192
16199
  };
16193
16200
 
16194
16201
  /* harmony default export */ var count_down = (count_down_src_main);
16195
- // 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=42762a90&
16196
- var mainvue_type_template_id_42762a90_render = function () {
16202
+ // 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=b1136098&
16203
+ var mainvue_type_template_id_b1136098_render = function () {
16197
16204
  var _vm = this
16198
16205
  var _h = _vm.$createElement
16199
16206
  var _c = _vm._self._c || _h
@@ -16226,6 +16233,8 @@ var mainvue_type_template_id_42762a90_render = function () {
16226
16233
  refInFor: true,
16227
16234
  staticClass: "em-table-input",
16228
16235
  attrs: {
16236
+ "label-position":
16237
+ item.labelPosition || _vm.labelPosition,
16229
16238
  disabled: item.disabled || _vm.disabled,
16230
16239
  readonly: item.readonly || _vm.readonly,
16231
16240
  label: item.label.text || item.label,
@@ -16257,6 +16266,8 @@ var mainvue_type_template_id_42762a90_render = function () {
16257
16266
  ref: "select",
16258
16267
  refInFor: true,
16259
16268
  attrs: {
16269
+ "label-position":
16270
+ item.labelPosition || _vm.labelPosition,
16260
16271
  disabled: item.disabled || _vm.disabled,
16261
16272
  readonly: item.readonly || _vm.readonly,
16262
16273
  columns: item.data || [],
@@ -16295,6 +16306,8 @@ var mainvue_type_template_id_42762a90_render = function () {
16295
16306
  ref: "date",
16296
16307
  refInFor: true,
16297
16308
  attrs: {
16309
+ "label-position":
16310
+ item.labelPosition || _vm.labelPosition,
16298
16311
  disabled: item.disabled || _vm.disabled,
16299
16312
  readonly: item.readonly || _vm.readonly,
16300
16313
  joinStr: item.joinStr || "",
@@ -16321,7 +16334,14 @@ var mainvue_type_template_id_42762a90_render = function () {
16321
16334
  ? _c(
16322
16335
  "em-input",
16323
16336
  _vm._b(
16324
- { ref: "radio", refInFor: true },
16337
+ {
16338
+ ref: "radio",
16339
+ refInFor: true,
16340
+ attrs: {
16341
+ "label-position":
16342
+ item.labelPosition || _vm.labelPosition,
16343
+ },
16344
+ },
16325
16345
  "em-input",
16326
16346
  Object.assign({}, _vm.$attrs, item),
16327
16347
  false
@@ -16371,7 +16391,14 @@ var mainvue_type_template_id_42762a90_render = function () {
16371
16391
  ? _c(
16372
16392
  "em-input",
16373
16393
  _vm._b(
16374
- { ref: "checkbox", refInFor: true },
16394
+ {
16395
+ ref: "checkbox",
16396
+ refInFor: true,
16397
+ attrs: {
16398
+ "label-position":
16399
+ item.labelPosition || _vm.labelPosition,
16400
+ },
16401
+ },
16375
16402
  "em-input",
16376
16403
  Object.assign({}, _vm.$attrs, item),
16377
16404
  false
@@ -16420,7 +16447,14 @@ var mainvue_type_template_id_42762a90_render = function () {
16420
16447
  ? _c(
16421
16448
  "em-input",
16422
16449
  _vm._b(
16423
- { ref: "switch", refInFor: true },
16450
+ {
16451
+ ref: "switch",
16452
+ refInFor: true,
16453
+ attrs: {
16454
+ "label-position":
16455
+ item.labelPosition || _vm.labelPosition,
16456
+ },
16457
+ },
16424
16458
  "em-input",
16425
16459
  Object.assign({}, _vm.$attrs, item),
16426
16460
  false
@@ -16474,6 +16508,8 @@ var mainvue_type_template_id_42762a90_render = function () {
16474
16508
  refInFor: true,
16475
16509
  attrs: {
16476
16510
  label: item.label,
16511
+ "label-position":
16512
+ item.labelPosition || _vm.labelPosition,
16477
16513
  disabled:
16478
16514
  item.disabled ||
16479
16515
  _vm.disabled ||
@@ -16507,7 +16543,6 @@ var mainvue_type_template_id_42762a90_render = function () {
16507
16543
  style: "margin:" + (item.margin || 10) + "px 0px",
16508
16544
  attrs: {
16509
16545
  thead: item.tHead,
16510
- border: "",
16511
16546
  form:
16512
16547
  !item.disabled &&
16513
16548
  !_vm.disabled &&
@@ -16577,11 +16612,11 @@ var mainvue_type_template_id_42762a90_render = function () {
16577
16612
  2
16578
16613
  )
16579
16614
  }
16580
- var mainvue_type_template_id_42762a90_staticRenderFns = []
16581
- mainvue_type_template_id_42762a90_render._withStripped = true
16615
+ var mainvue_type_template_id_b1136098_staticRenderFns = []
16616
+ mainvue_type_template_id_b1136098_render._withStripped = true
16582
16617
 
16583
16618
 
16584
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=42762a90&
16619
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=b1136098&
16585
16620
 
16586
16621
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=script&lang=js&
16587
16622
  //
@@ -16762,6 +16797,12 @@ mainvue_type_template_id_42762a90_render._withStripped = true
16762
16797
  //
16763
16798
  //
16764
16799
  //
16800
+ //
16801
+ //
16802
+ //
16803
+ //
16804
+ //
16805
+ //
16765
16806
 
16766
16807
  /* harmony default export */ var form_src_mainvue_type_script_lang_js_ = ({
16767
16808
  name: 'EmForm',
@@ -16791,6 +16832,10 @@ mainvue_type_template_id_42762a90_render._withStripped = true
16791
16832
  readonly: {
16792
16833
  type: Boolean,
16793
16834
  default: false
16835
+ },
16836
+ labelPosition: {
16837
+ type: String,
16838
+ default: 'left'
16794
16839
  }
16795
16840
  },
16796
16841
  computed: {
@@ -16867,8 +16912,8 @@ mainvue_type_template_id_42762a90_render._withStripped = true
16867
16912
 
16868
16913
  var form_src_main_component = normalizeComponent(
16869
16914
  packages_form_src_mainvue_type_script_lang_js_,
16870
- mainvue_type_template_id_42762a90_render,
16871
- mainvue_type_template_id_42762a90_staticRenderFns,
16915
+ mainvue_type_template_id_b1136098_render,
16916
+ mainvue_type_template_id_b1136098_staticRenderFns,
16872
16917
  false,
16873
16918
  null,
16874
16919
  null,
@@ -17866,7 +17911,7 @@ if (typeof window !== 'undefined' && window.Vue) {
17866
17911
  }
17867
17912
 
17868
17913
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
17869
- version: '0.1.73',
17914
+ version: '0.1.75',
17870
17915
  install: install,
17871
17916
  Button: packages_button,
17872
17917
  ButtonGroup: button_group,
package/lib/field.js CHANGED
@@ -199,7 +199,7 @@ function normalizeComponent(
199
199
  // ESM COMPAT FLAG
200
200
  __webpack_require__.r(__webpack_exports__);
201
201
 
202
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=template&id=3d273344&
202
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=template&id=6bf22457&
203
203
  var render = function () {
204
204
  var _vm = this
205
205
  var _h = _vm.$createElement
@@ -213,7 +213,10 @@ var render = function () {
213
213
  _vm._g(
214
214
  _vm._b(
215
215
  {
216
- class: { "hide-label": _vm.hideLabel },
216
+ class: {
217
+ "hide-label": _vm.hideLabel,
218
+ "input-wrap": _vm.labelPosition == "top",
219
+ },
217
220
  attrs: {
218
221
  autocomplete: "new-password",
219
222
  "label-width": _vm.labelWidth,
@@ -267,7 +270,7 @@ var staticRenderFns = []
267
270
  render._withStripped = true
268
271
 
269
272
 
270
- // CONCATENATED MODULE: ./packages/field/src/main.vue?vue&type=template&id=3d273344&
273
+ // CONCATENATED MODULE: ./packages/field/src/main.vue?vue&type=template&id=6bf22457&
271
274
 
272
275
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=script&lang=js&
273
276
  //
@@ -333,6 +336,10 @@ render._withStripped = true
333
336
  errorMessage: {
334
337
  type: String,
335
338
  default: ''
339
+ },
340
+ labelPosition: {
341
+ type: String,
342
+ default: 'left'
336
343
  }
337
344
  },
338
345
  data: function data() {
package/lib/form.js CHANGED
@@ -199,7 +199,7 @@ function normalizeComponent(
199
199
  // ESM COMPAT FLAG
200
200
  __webpack_require__.r(__webpack_exports__);
201
201
 
202
- // 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=42762a90&
202
+ // 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=b1136098&
203
203
  var render = function () {
204
204
  var _vm = this
205
205
  var _h = _vm.$createElement
@@ -233,6 +233,8 @@ var render = function () {
233
233
  refInFor: true,
234
234
  staticClass: "em-table-input",
235
235
  attrs: {
236
+ "label-position":
237
+ item.labelPosition || _vm.labelPosition,
236
238
  disabled: item.disabled || _vm.disabled,
237
239
  readonly: item.readonly || _vm.readonly,
238
240
  label: item.label.text || item.label,
@@ -264,6 +266,8 @@ var render = function () {
264
266
  ref: "select",
265
267
  refInFor: true,
266
268
  attrs: {
269
+ "label-position":
270
+ item.labelPosition || _vm.labelPosition,
267
271
  disabled: item.disabled || _vm.disabled,
268
272
  readonly: item.readonly || _vm.readonly,
269
273
  columns: item.data || [],
@@ -302,6 +306,8 @@ var render = function () {
302
306
  ref: "date",
303
307
  refInFor: true,
304
308
  attrs: {
309
+ "label-position":
310
+ item.labelPosition || _vm.labelPosition,
305
311
  disabled: item.disabled || _vm.disabled,
306
312
  readonly: item.readonly || _vm.readonly,
307
313
  joinStr: item.joinStr || "",
@@ -328,7 +334,14 @@ var render = function () {
328
334
  ? _c(
329
335
  "em-input",
330
336
  _vm._b(
331
- { ref: "radio", refInFor: true },
337
+ {
338
+ ref: "radio",
339
+ refInFor: true,
340
+ attrs: {
341
+ "label-position":
342
+ item.labelPosition || _vm.labelPosition,
343
+ },
344
+ },
332
345
  "em-input",
333
346
  Object.assign({}, _vm.$attrs, item),
334
347
  false
@@ -378,7 +391,14 @@ var render = function () {
378
391
  ? _c(
379
392
  "em-input",
380
393
  _vm._b(
381
- { ref: "checkbox", refInFor: true },
394
+ {
395
+ ref: "checkbox",
396
+ refInFor: true,
397
+ attrs: {
398
+ "label-position":
399
+ item.labelPosition || _vm.labelPosition,
400
+ },
401
+ },
382
402
  "em-input",
383
403
  Object.assign({}, _vm.$attrs, item),
384
404
  false
@@ -427,7 +447,14 @@ var render = function () {
427
447
  ? _c(
428
448
  "em-input",
429
449
  _vm._b(
430
- { ref: "switch", refInFor: true },
450
+ {
451
+ ref: "switch",
452
+ refInFor: true,
453
+ attrs: {
454
+ "label-position":
455
+ item.labelPosition || _vm.labelPosition,
456
+ },
457
+ },
431
458
  "em-input",
432
459
  Object.assign({}, _vm.$attrs, item),
433
460
  false
@@ -481,6 +508,8 @@ var render = function () {
481
508
  refInFor: true,
482
509
  attrs: {
483
510
  label: item.label,
511
+ "label-position":
512
+ item.labelPosition || _vm.labelPosition,
484
513
  disabled:
485
514
  item.disabled ||
486
515
  _vm.disabled ||
@@ -514,7 +543,6 @@ var render = function () {
514
543
  style: "margin:" + (item.margin || 10) + "px 0px",
515
544
  attrs: {
516
545
  thead: item.tHead,
517
- border: "",
518
546
  form:
519
547
  !item.disabled &&
520
548
  !_vm.disabled &&
@@ -588,7 +616,7 @@ var staticRenderFns = []
588
616
  render._withStripped = true
589
617
 
590
618
 
591
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=42762a90&
619
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=b1136098&
592
620
 
593
621
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=script&lang=js&
594
622
  //
@@ -769,6 +797,12 @@ render._withStripped = true
769
797
  //
770
798
  //
771
799
  //
800
+ //
801
+ //
802
+ //
803
+ //
804
+ //
805
+ //
772
806
 
773
807
  /* harmony default export */ var mainvue_type_script_lang_js_ = ({
774
808
  name: 'EmForm',
@@ -798,6 +832,10 @@ render._withStripped = true
798
832
  readonly: {
799
833
  type: Boolean,
800
834
  default: false
835
+ },
836
+ labelPosition: {
837
+ type: String,
838
+ default: 'left'
801
839
  }
802
840
  },
803
841
  computed: {