ui-process-h5 1.0.14 → 1.0.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-process-h5",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "> app端 流程插件",
5
5
  "main": "./ui-process-h5.umd.cjs",
6
6
  "style": "./style.css",
@@ -10650,19 +10650,65 @@ const yt = /* @__PURE__ */ function() {
10650
10650
  },
10651
10651
  immediate: !0
10652
10652
  },
10653
- props: {
10653
+ appId: {
10654
10654
  handler(e, n) {
10655
- this.formData = {
10656
- appId: e.appId,
10657
- processName: e.processName,
10658
- resubmit: e.resubmit,
10659
- id: e.id,
10660
- businessType: e.businessType,
10661
- todoParameter: e.todoParameter,
10662
- isClearHistory: e.isClearHistory,
10663
- title: e.title,
10664
- showType: e.showType
10665
- };
10655
+ this.formData.appId = e;
10656
+ },
10657
+ immediate: !0,
10658
+ deep: !0
10659
+ },
10660
+ processName: {
10661
+ handler(e, n) {
10662
+ this.formData.processName = e;
10663
+ },
10664
+ immediate: !0,
10665
+ deep: !0
10666
+ },
10667
+ resubmit: {
10668
+ handler(e, n) {
10669
+ this.formData.resubmit = e;
10670
+ },
10671
+ immediate: !0,
10672
+ deep: !0
10673
+ },
10674
+ id: {
10675
+ handler(e, n) {
10676
+ this.formData.id = e;
10677
+ },
10678
+ immediate: !0,
10679
+ deep: !0
10680
+ },
10681
+ businessType: {
10682
+ handler(e, n) {
10683
+ this.formData.businessType = e;
10684
+ },
10685
+ immediate: !0,
10686
+ deep: !0
10687
+ },
10688
+ todoParameter: {
10689
+ handler(e, n) {
10690
+ this.formData.todoParameter = e;
10691
+ },
10692
+ immediate: !0,
10693
+ deep: !0
10694
+ },
10695
+ isClearHistory: {
10696
+ handler(e, n) {
10697
+ this.formData.isClearHistory = e;
10698
+ },
10699
+ immediate: !0,
10700
+ deep: !0
10701
+ },
10702
+ title: {
10703
+ handler(e, n) {
10704
+ this.formData.title = e;
10705
+ },
10706
+ immediate: !0,
10707
+ deep: !0
10708
+ },
10709
+ showType: {
10710
+ handler(e, n) {
10711
+ this.formData.showType = e;
10666
10712
  },
10667
10713
  immediate: !0,
10668
10714
  deep: !0