@egova/egova-api 1.0.35 → 1.0.36
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/dist/index.common.js
CHANGED
|
@@ -52951,9 +52951,10 @@ function (_super) {
|
|
|
52951
52951
|
|
|
52952
52952
|
ProjectDetail.prototype.onOpenCurrentModal = function () {
|
|
52953
52953
|
this.showCurrentModal = true;
|
|
52954
|
-
};
|
|
52954
|
+
}; // @watch("$route", { deep: true, immediate: true })
|
|
52955
|
+
|
|
52955
52956
|
|
|
52956
|
-
ProjectDetail.prototype.
|
|
52957
|
+
ProjectDetail.prototype.mounted = function () {
|
|
52957
52958
|
var _a;
|
|
52958
52959
|
|
|
52959
52960
|
this.projectId = (_a = this.$route.params) === null || _a === void 0 ? void 0 : _a.id;
|
|
@@ -52979,11 +52980,6 @@ function (_super) {
|
|
|
52979
52980
|
|
|
52980
52981
|
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
52982
|
|
|
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
|
-
|
|
52987
52983
|
ProjectDetail = project_detail_decorate([Object(flagwind_web_["component"])({
|
|
52988
52984
|
name: "ApiProjectDetail",
|
|
52989
52985
|
template: __webpack_require__("d63e"),
|
package/dist/index.umd.js
CHANGED
|
@@ -52960,9 +52960,10 @@ function (_super) {
|
|
|
52960
52960
|
|
|
52961
52961
|
ProjectDetail.prototype.onOpenCurrentModal = function () {
|
|
52962
52962
|
this.showCurrentModal = true;
|
|
52963
|
-
};
|
|
52963
|
+
}; // @watch("$route", { deep: true, immediate: true })
|
|
52964
|
+
|
|
52964
52965
|
|
|
52965
|
-
ProjectDetail.prototype.
|
|
52966
|
+
ProjectDetail.prototype.mounted = function () {
|
|
52966
52967
|
var _a;
|
|
52967
52968
|
|
|
52968
52969
|
this.projectId = (_a = this.$route.params) === null || _a === void 0 ? void 0 : _a.id;
|
|
@@ -52988,11 +52989,6 @@ function (_super) {
|
|
|
52988
52989
|
|
|
52989
52990
|
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
52991
|
|
|
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
|
-
|
|
52996
52992
|
ProjectDetail = project_detail_decorate([Object(flagwind_web_["component"])({
|
|
52997
52993
|
name: "ApiProjectDetail",
|
|
52998
52994
|
template: __webpack_require__("d63e"),
|