@egova/egova-api 1.0.68 → 1.0.69

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.
@@ -51934,6 +51934,8 @@ function (_super) {
51934
51934
  };
51935
51935
 
51936
51936
  AfterExecutionTransfer.prototype.initDataList = function () {
51937
+ var _this = this;
51938
+
51937
51939
  var _a;
51938
51940
 
51939
51941
  if ((_a = this.interfaceModel.fieldMappings) === null || _a === void 0 ? void 0 : _a.length) {
@@ -51944,6 +51946,11 @@ function (_super) {
51944
51946
  });
51945
51947
  this.lastDataList = this.dataList.$clone();
51946
51948
  }
51949
+
51950
+ this.$subscribe("api://project-detail-save", function () {
51951
+ console.log("api://project-detail-save", _this.dataList);
51952
+ _this.lastDataList = _this.dataList.$clone();
51953
+ });
51947
51954
  };
51948
51955
 
51949
51956
  AfterExecutionTransfer.prototype.getFiledMappings = function () {
@@ -52008,11 +52015,6 @@ function (_super) {
52008
52015
  });
52009
52016
  };
52010
52017
 
52011
- AfterExecutionTransfer.prototype.refreshLastDataList = function () {
52012
- console.log("api://project-detail-save", this.dataList);
52013
- this.lastDataList = this.dataList.$clone();
52014
- };
52015
-
52016
52018
  AfterExecutionTransfer.prototype.onToggleAll = function (checkAll) {
52017
52019
  this.dataList = this.dataList.map(function (d) {
52018
52020
  return after_execution_transfer_assign(after_execution_transfer_assign({}, d), {
@@ -52071,8 +52073,6 @@ function (_super) {
52071
52073
  immediate: true
52072
52074
  }), after_execution_transfer_metadata("design:type", Function), after_execution_transfer_metadata("design:paramtypes", []), after_execution_transfer_metadata("design:returntype", Promise)], AfterExecutionTransfer.prototype, "getFiledMappings", null);
52073
52075
 
52074
- after_execution_transfer_decorate([Object(flagwind_web_["receivable"])("api://project-detail-save"), after_execution_transfer_metadata("design:type", Function), after_execution_transfer_metadata("design:paramtypes", []), after_execution_transfer_metadata("design:returntype", void 0)], AfterExecutionTransfer.prototype, "refreshLastDataList", null);
52075
-
52076
52076
  AfterExecutionTransfer = after_execution_transfer_decorate([Object(flagwind_web_["component"])({
52077
52077
  template: __webpack_require__("236b"),
52078
52078
  components: {}
package/dist/index.umd.js CHANGED
@@ -51943,6 +51943,8 @@ function (_super) {
51943
51943
  };
51944
51944
 
51945
51945
  AfterExecutionTransfer.prototype.initDataList = function () {
51946
+ var _this = this;
51947
+
51946
51948
  var _a;
51947
51949
 
51948
51950
  if ((_a = this.interfaceModel.fieldMappings) === null || _a === void 0 ? void 0 : _a.length) {
@@ -51953,6 +51955,11 @@ function (_super) {
51953
51955
  });
51954
51956
  this.lastDataList = this.dataList.$clone();
51955
51957
  }
51958
+
51959
+ this.$subscribe("api://project-detail-save", function () {
51960
+ console.log("api://project-detail-save", _this.dataList);
51961
+ _this.lastDataList = _this.dataList.$clone();
51962
+ });
51956
51963
  };
51957
51964
 
51958
51965
  AfterExecutionTransfer.prototype.getFiledMappings = function () {
@@ -52017,11 +52024,6 @@ function (_super) {
52017
52024
  });
52018
52025
  };
52019
52026
 
52020
- AfterExecutionTransfer.prototype.refreshLastDataList = function () {
52021
- console.log("api://project-detail-save", this.dataList);
52022
- this.lastDataList = this.dataList.$clone();
52023
- };
52024
-
52025
52027
  AfterExecutionTransfer.prototype.onToggleAll = function (checkAll) {
52026
52028
  this.dataList = this.dataList.map(function (d) {
52027
52029
  return after_execution_transfer_assign(after_execution_transfer_assign({}, d), {
@@ -52080,8 +52082,6 @@ function (_super) {
52080
52082
  immediate: true
52081
52083
  }), after_execution_transfer_metadata("design:type", Function), after_execution_transfer_metadata("design:paramtypes", []), after_execution_transfer_metadata("design:returntype", Promise)], AfterExecutionTransfer.prototype, "getFiledMappings", null);
52082
52084
 
52083
- after_execution_transfer_decorate([Object(flagwind_web_["receivable"])("api://project-detail-save"), after_execution_transfer_metadata("design:type", Function), after_execution_transfer_metadata("design:paramtypes", []), after_execution_transfer_metadata("design:returntype", void 0)], AfterExecutionTransfer.prototype, "refreshLastDataList", null);
52084
-
52085
52085
  AfterExecutionTransfer = after_execution_transfer_decorate([Object(flagwind_web_["component"])({
52086
52086
  template: __webpack_require__("236b"),
52087
52087
  components: {}