@panpanzhao/component-ui 0.0.41 → 0.0.42

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.
@@ -3516,18 +3516,18 @@ var message_default = /*#__PURE__*/__webpack_require__.n(message_);
3516
3516
  formModel: {},
3517
3517
  expandModel: null,
3518
3518
  defaultTools: [{
3519
- label: this.dialog.confirmButtonText || "确认",
3520
- type: this.confirmButtonType || "primary",
3519
+ label: this.dialog.cancelButtonText || "取消",
3520
+ type: this.confirmButtonType,
3521
3521
  loading: false,
3522
3522
  on: {
3523
- click: this.submit
3523
+ click: this.close
3524
3524
  }
3525
3525
  }, {
3526
- label: this.dialog.cancelButtonText || "取消",
3527
- type: this.confirmButtonType,
3526
+ label: this.dialog.confirmButtonText || "确认",
3527
+ type: this.confirmButtonType || "primary",
3528
3528
  loading: false,
3529
3529
  on: {
3530
- click: this.close
3530
+ click: this.submit
3531
3531
  }
3532
3532
  }]
3533
3533
  };
@@ -3861,18 +3861,18 @@ var drawer_default = /*#__PURE__*/__webpack_require__.n(drawer_);
3861
3861
  show: false,
3862
3862
  formModel: {},
3863
3863
  defaultTools: [{
3864
- label: this.drawer.confirmButtonText || "确认",
3865
- type: this.confirmButtonType || "primary",
3864
+ label: this.drawer.cancelButtonText || "取消",
3865
+ type: this.confirmButtonType,
3866
3866
  loading: false,
3867
3867
  on: {
3868
- click: this.submit
3868
+ click: this.close
3869
3869
  }
3870
3870
  }, {
3871
- label: this.drawer.cancelButtonText || "取消",
3872
- type: this.confirmButtonType,
3871
+ label: this.drawer.confirmButtonText || "确认",
3872
+ type: this.confirmButtonType || "primary",
3873
3873
  loading: false,
3874
3874
  on: {
3875
- click: this.close
3875
+ click: this.submit
3876
3876
  }
3877
3877
  }]
3878
3878
  };
@@ -1556,18 +1556,18 @@ var external_lodash_ = __webpack_require__(2);
1556
1556
  formModel: {},
1557
1557
  expandModel: null,
1558
1558
  defaultTools: [{
1559
- label: this.dialog.confirmButtonText || "确认",
1560
- type: this.confirmButtonType || "primary",
1559
+ label: this.dialog.cancelButtonText || "取消",
1560
+ type: this.confirmButtonType,
1561
1561
  loading: false,
1562
1562
  on: {
1563
- click: this.submit
1563
+ click: this.close
1564
1564
  }
1565
1565
  }, {
1566
- label: this.dialog.cancelButtonText || "取消",
1567
- type: this.confirmButtonType,
1566
+ label: this.dialog.confirmButtonText || "确认",
1567
+ type: this.confirmButtonType || "primary",
1568
1568
  loading: false,
1569
1569
  on: {
1570
- click: this.close
1570
+ click: this.submit
1571
1571
  }
1572
1572
  }]
1573
1573
  };
@@ -1127,18 +1127,18 @@ var external_lodash_ = __webpack_require__(2);
1127
1127
  formModel: {},
1128
1128
  expandModel: null,
1129
1129
  defaultTools: [{
1130
- label: this.dialog.confirmButtonText || "确认",
1131
- type: this.confirmButtonType || "primary",
1130
+ label: this.dialog.cancelButtonText || "取消",
1131
+ type: this.confirmButtonType,
1132
1132
  loading: false,
1133
1133
  on: {
1134
- click: this.submit
1134
+ click: this.close
1135
1135
  }
1136
1136
  }, {
1137
- label: this.dialog.cancelButtonText || "取消",
1138
- type: this.confirmButtonType,
1137
+ label: this.dialog.confirmButtonText || "确认",
1138
+ type: this.confirmButtonType || "primary",
1139
1139
  loading: false,
1140
1140
  on: {
1141
- click: this.close
1141
+ click: this.submit
1142
1142
  }
1143
1143
  }]
1144
1144
  };
@@ -1108,18 +1108,18 @@ var external_lodash_ = __webpack_require__(2);
1108
1108
  show: false,
1109
1109
  formModel: {},
1110
1110
  defaultTools: [{
1111
- label: this.drawer.confirmButtonText || "确认",
1112
- type: this.confirmButtonType || "primary",
1111
+ label: this.drawer.cancelButtonText || "取消",
1112
+ type: this.confirmButtonType,
1113
1113
  loading: false,
1114
1114
  on: {
1115
- click: this.submit
1115
+ click: this.close
1116
1116
  }
1117
1117
  }, {
1118
- label: this.drawer.cancelButtonText || "取消",
1119
- type: this.confirmButtonType,
1118
+ label: this.drawer.confirmButtonText || "确认",
1119
+ type: this.confirmButtonType || "primary",
1120
1120
  loading: false,
1121
1121
  on: {
1122
- click: this.close
1122
+ click: this.submit
1123
1123
  }
1124
1124
  }]
1125
1125
  };
@@ -1556,18 +1556,18 @@ var external_lodash_ = __webpack_require__(2);
1556
1556
  formModel: {},
1557
1557
  expandModel: null,
1558
1558
  defaultTools: [{
1559
- label: this.dialog.confirmButtonText || "确认",
1560
- type: this.confirmButtonType || "primary",
1559
+ label: this.dialog.cancelButtonText || "取消",
1560
+ type: this.confirmButtonType,
1561
1561
  loading: false,
1562
1562
  on: {
1563
- click: this.submit
1563
+ click: this.close
1564
1564
  }
1565
1565
  }, {
1566
- label: this.dialog.cancelButtonText || "取消",
1567
- type: this.confirmButtonType,
1566
+ label: this.dialog.confirmButtonText || "确认",
1567
+ type: this.confirmButtonType || "primary",
1568
1568
  loading: false,
1569
1569
  on: {
1570
- click: this.close
1570
+ click: this.submit
1571
1571
  }
1572
1572
  }]
1573
1573
  };