@egova/egova-api 1.0.33 → 1.0.34
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 +3 -0
- package/dist/index.umd.js +3 -0
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.common.js
CHANGED
|
@@ -47792,6 +47792,7 @@ function (_super) {
|
|
|
47792
47792
|
project_list_decorate([autowired(project_list_service), project_list_metadata("design:type", typeof (_a = typeof project_list_service !== "undefined" && project_list_service) === "function" ? _a : Object)], ProjectList.prototype, "service", void 0);
|
|
47793
47793
|
|
|
47794
47794
|
ProjectList = project_list_decorate([Object(flagwind_web_["component"])({
|
|
47795
|
+
name: "ApiProjectList",
|
|
47795
47796
|
template: __webpack_require__("cfb3"),
|
|
47796
47797
|
components: {
|
|
47797
47798
|
"u-card": project_list_card,
|
|
@@ -48799,6 +48800,7 @@ function (_super) {
|
|
|
48799
48800
|
project_comment_decorate([autowired(project_comment_service), project_comment_metadata("design:type", typeof (_a = typeof project_comment_service !== "undefined" && project_comment_service) === "function" ? _a : Object)], ProjectComment.prototype, "service", void 0);
|
|
48800
48801
|
|
|
48801
48802
|
ProjectComment = project_comment_decorate([Object(flagwind_web_["component"])({
|
|
48803
|
+
name: "ApiProjectComment",
|
|
48802
48804
|
template: __webpack_require__("b769"),
|
|
48803
48805
|
components: {
|
|
48804
48806
|
VirtualList: dist_default.a
|
|
@@ -52978,6 +52980,7 @@ function (_super) {
|
|
|
52978
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);
|
|
52979
52981
|
|
|
52980
52982
|
ProjectDetail = project_detail_decorate([Object(flagwind_web_["component"])({
|
|
52983
|
+
name: "ApiProjectDetail",
|
|
52981
52984
|
template: __webpack_require__("d63e"),
|
|
52982
52985
|
components: {
|
|
52983
52986
|
"u-tree": project_detail_tree,
|
package/dist/index.umd.js
CHANGED
|
@@ -47801,6 +47801,7 @@ function (_super) {
|
|
|
47801
47801
|
project_list_decorate([autowired(project_list_service), project_list_metadata("design:type", typeof (_a = typeof project_list_service !== "undefined" && project_list_service) === "function" ? _a : Object)], ProjectList.prototype, "service", void 0);
|
|
47802
47802
|
|
|
47803
47803
|
ProjectList = project_list_decorate([Object(flagwind_web_["component"])({
|
|
47804
|
+
name: "ApiProjectList",
|
|
47804
47805
|
template: __webpack_require__("cfb3"),
|
|
47805
47806
|
components: {
|
|
47806
47807
|
"u-card": project_list_card,
|
|
@@ -48808,6 +48809,7 @@ function (_super) {
|
|
|
48808
48809
|
project_comment_decorate([autowired(project_comment_service), project_comment_metadata("design:type", typeof (_a = typeof project_comment_service !== "undefined" && project_comment_service) === "function" ? _a : Object)], ProjectComment.prototype, "service", void 0);
|
|
48809
48810
|
|
|
48810
48811
|
ProjectComment = project_comment_decorate([Object(flagwind_web_["component"])({
|
|
48812
|
+
name: "ApiProjectComment",
|
|
48811
48813
|
template: __webpack_require__("b769"),
|
|
48812
48814
|
components: {
|
|
48813
48815
|
VirtualList: dist_default.a
|
|
@@ -52987,6 +52989,7 @@ function (_super) {
|
|
|
52987
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);
|
|
52988
52990
|
|
|
52989
52991
|
ProjectDetail = project_detail_decorate([Object(flagwind_web_["component"])({
|
|
52992
|
+
name: "ApiProjectDetail",
|
|
52990
52993
|
template: __webpack_require__("d63e"),
|
|
52991
52994
|
components: {
|
|
52992
52995
|
"u-tree": project_detail_tree,
|