@egova/egova-api 1.0.34 → 1.0.35

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.
@@ -52953,7 +52953,7 @@ function (_super) {
52953
52953
  this.showCurrentModal = true;
52954
52954
  };
52955
52955
 
52956
- ProjectDetail.prototype.mounted = function () {
52956
+ ProjectDetail.prototype.onRouteChange = function () {
52957
52957
  var _a;
52958
52958
 
52959
52959
  this.projectId = (_a = this.$route.params) === null || _a === void 0 ? void 0 : _a.id;
@@ -52979,6 +52979,11 @@ function (_super) {
52979
52979
 
52980
52980
  project_detail_decorate([autowired(project_detail_service), project_detail_metadata("design:type", typeof (_a = typeof project_detail_service !== "undefined" && project_detail_service) === "function" ? _a : Object)], ProjectDetail.prototype, "service", void 0);
52981
52981
 
52982
+ project_detail_decorate([Object(flagwind_web_["watch"])("$route", {
52983
+ deep: true,
52984
+ immediate: true
52985
+ }), project_detail_metadata("design:type", Function), project_detail_metadata("design:paramtypes", []), project_detail_metadata("design:returntype", void 0)], ProjectDetail.prototype, "onRouteChange", null);
52986
+
52982
52987
  ProjectDetail = project_detail_decorate([Object(flagwind_web_["component"])({
52983
52988
  name: "ApiProjectDetail",
52984
52989
  template: __webpack_require__("d63e"),
package/dist/index.umd.js CHANGED
@@ -52962,7 +52962,7 @@ function (_super) {
52962
52962
  this.showCurrentModal = true;
52963
52963
  };
52964
52964
 
52965
- ProjectDetail.prototype.mounted = function () {
52965
+ ProjectDetail.prototype.onRouteChange = function () {
52966
52966
  var _a;
52967
52967
 
52968
52968
  this.projectId = (_a = this.$route.params) === null || _a === void 0 ? void 0 : _a.id;
@@ -52988,6 +52988,11 @@ function (_super) {
52988
52988
 
52989
52989
  project_detail_decorate([autowired(project_detail_service), project_detail_metadata("design:type", typeof (_a = typeof project_detail_service !== "undefined" && project_detail_service) === "function" ? _a : Object)], ProjectDetail.prototype, "service", void 0);
52990
52990
 
52991
+ project_detail_decorate([Object(flagwind_web_["watch"])("$route", {
52992
+ deep: true,
52993
+ immediate: true
52994
+ }), project_detail_metadata("design:type", Function), project_detail_metadata("design:paramtypes", []), project_detail_metadata("design:returntype", void 0)], ProjectDetail.prototype, "onRouteChange", null);
52995
+
52991
52996
  ProjectDetail = project_detail_decorate([Object(flagwind_web_["component"])({
52992
52997
  name: "ApiProjectDetail",
52993
52998
  template: __webpack_require__("d63e"),