@egova/egova-api 1.0.268 → 1.1.1

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.
Files changed (86) hide show
  1. package/README.md +15 -1
  2. package/dist/index.common.js +26843 -56265
  3. package/dist/index.css +1 -1
  4. package/dist/index.umd.js +26847 -56269
  5. package/dist/index.umd.min.js +9 -16
  6. package/dist/static/img/empty_result.98fe48d0.svg +232 -0
  7. package/package.json +95 -84
  8. package/LICENSE +0 -201
  9. package/dist/types/src/common/index.d.ts +0 -2
  10. package/dist/types/src/common/object-factory.d.ts +0 -29
  11. package/dist/types/src/common/utils/index.d.ts +0 -1
  12. package/dist/types/src/common/utils/tree-data.d.ts +0 -5
  13. package/dist/types/src/components/code-editor/index.d.ts +0 -8
  14. package/dist/types/src/components/common-tree/index.d.ts +0 -56
  15. package/dist/types/src/components/groovy-editor/index.d.ts +0 -10
  16. package/dist/types/src/components/tips-form-label/index.d.ts +0 -6
  17. package/dist/types/src/decorator.d.ts +0 -17
  18. package/dist/types/src/decorators/autowired.d.ts +0 -1
  19. package/dist/types/src/decorators/receivable.d.ts +0 -9
  20. package/dist/types/src/decorators/service-handler.d.ts +0 -11
  21. package/dist/types/src/index.d.ts +0 -7
  22. package/dist/types/src/models/common/index.d.ts +0 -6
  23. package/dist/types/src/models/common/page-path.d.ts +0 -5
  24. package/dist/types/src/models/common/paging.d.ts +0 -5
  25. package/dist/types/src/models/common/query-model.d.ts +0 -8
  26. package/dist/types/src/models/common/sorts.d.ts +0 -5
  27. package/dist/types/src/models/common/user-info.d.ts +0 -13
  28. package/dist/types/src/models/index.d.ts +0 -1
  29. package/dist/types/src/services/base-service.d.ts +0 -37
  30. package/dist/types/src/services/common-service.d.ts +0 -8
  31. package/dist/types/src/services/index.d.ts +0 -3
  32. package/dist/types/src/settings/index.d.ts +0 -5
  33. package/dist/types/src/views/project-combine/api-project/api-project-detail/api/index.d.ts +0 -16
  34. package/dist/types/src/views/project-combine/api-project/api-project-detail/catalog/index.d.ts +0 -6
  35. package/dist/types/src/views/project-combine/api-project/api-project-detail/ddcat/index.d.ts +0 -6
  36. package/dist/types/src/views/project-combine/api-project/api-project-detail/index.d.ts +0 -10
  37. package/dist/types/src/views/project-combine/api-project/api-project-list/index.d.ts +0 -61
  38. package/dist/types/src/views/project-combine/api-project/index.d.ts +0 -73
  39. package/dist/types/src/views/project-combine/api-project/service.d.ts +0 -6
  40. package/dist/types/src/views/project-combine/combine-model/base-editor/index.d.ts +0 -9
  41. package/dist/types/src/views/project-combine/combine-model/index.d.ts +0 -64
  42. package/dist/types/src/views/project-combine/combine-model/request-parameter-list/index.d.ts +0 -26
  43. package/dist/types/src/views/project-combine/combine-model/response-parameter-list/index.d.ts +0 -4
  44. package/dist/types/src/views/project-combine/combine-model/test-run-modal/index.d.ts +0 -19
  45. package/dist/types/src/views/project-combine/data-model/data-model-doc/index.d.ts +0 -18
  46. package/dist/types/src/views/project-combine/data-model/data-model-list/index.d.ts +0 -53
  47. package/dist/types/src/views/project-combine/data-model/index.d.ts +0 -63
  48. package/dist/types/src/views/project-combine/data-model/service.d.ts +0 -6
  49. package/dist/types/src/views/project-combine/index.d.ts +0 -47
  50. package/dist/types/src/views/project-combine/service.d.ts +0 -14
  51. package/dist/types/src/views/project-combine/tree/add-node-modal/index.d.ts +0 -20
  52. package/dist/types/src/views/project-combine/tree/index.d.ts +0 -62
  53. package/dist/types/src/views/project-combine/tree/node/index.d.ts +0 -19
  54. package/dist/types/src/views/project-combine/tree/service.d.ts +0 -9
  55. package/dist/types/src/views/project-combine/tree-selector/index.d.ts +0 -21
  56. package/dist/types/src/views/project-combine/tree-selector/tree-node/index.d.ts +0 -7
  57. package/dist/types/src/views/project-comment/index.d.ts +0 -15
  58. package/dist/types/src/views/project-comment/item/index.d.ts +0 -10
  59. package/dist/types/src/views/project-comment/service.d.ts +0 -5
  60. package/dist/types/src/views/project-detail/after-execution-script/index.d.ts +0 -7
  61. package/dist/types/src/views/project-detail/after-execution-transfer/index.d.ts +0 -27
  62. package/dist/types/src/views/project-detail/base-editor-setting.d.ts +0 -7
  63. package/dist/types/src/views/project-detail/batch-api-modal/index.d.ts +0 -72
  64. package/dist/types/src/views/project-detail/current-variable-modal/index.d.ts +0 -5
  65. package/dist/types/src/views/project-detail/environment-variable-modal/index.d.ts +0 -44
  66. package/dist/types/src/views/project-detail/global-variable-modal/index.d.ts +0 -15
  67. package/dist/types/src/views/project-detail/group-select/index.d.ts +0 -15
  68. package/dist/types/src/views/project-detail/headers-setting/index.d.ts +0 -10
  69. package/dist/types/src/views/project-detail/index.d.ts +0 -39
  70. package/dist/types/src/views/project-detail/interface-settings/index.d.ts +0 -52
  71. package/dist/types/src/views/project-detail/interface-settings/model.d.ts +0 -44
  72. package/dist/types/src/views/project-detail/params-setting/index.d.ts +0 -46
  73. package/dist/types/src/views/project-detail/pre-execution-setting/index.d.ts +0 -37
  74. package/dist/types/src/views/project-detail/response/index.d.ts +0 -43
  75. package/dist/types/src/views/project-detail/security-modal/index.d.ts +0 -37
  76. package/dist/types/src/views/project-detail/security-setting/index.d.ts +0 -18
  77. package/dist/types/src/views/project-detail/security-setting-v2/index.d.ts +0 -23
  78. package/dist/types/src/views/project-detail/security-setting-v2/tips-form-label/index.d.ts +0 -7
  79. package/dist/types/src/views/project-detail/service.d.ts +0 -30
  80. package/dist/types/src/views/project-detail/tree/index.d.ts +0 -66
  81. package/dist/types/src/views/project-detail/tree-node/index.d.ts +0 -9
  82. package/dist/types/src/views/project-list/add-project-modal/index.d.ts +0 -6
  83. package/dist/types/src/views/project-list/card/index.d.ts +0 -9
  84. package/dist/types/src/views/project-list/confirm/index.d.ts +0 -10
  85. package/dist/types/src/views/project-list/index.d.ts +0 -30
  86. package/dist/types/src/views/project-list/service.d.ts +0 -7
@@ -0,0 +1,232 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="174.125px" height="200px" viewBox="12.938 0.576 174.125 200" enable-background="new 12.938 0.576 174.125 200"
6
+ xml:space="preserve">
7
+ <g>
8
+ <path fill="#F0EFEF" d="M187.063,134.373c0-5.73-4.955-10.475-11.449-11.4c-0.178-4.361-4.426-7.857-9.656-7.857
9
+ c-5.342,0-9.672,3.646-9.672,8.139c0,2.811,1.713,5.27,4.289,6.729c-0.023,0.043-0.037,0.092-0.057,0.131
10
+ c-15.574-3.25-37.658-5.279-62.16-5.279c-17.148,0-33.113,0.994-46.493,2.705c-0.512-5.998-6.446-10.732-13.708-10.732
11
+ c-6.995,0-12.759,4.395-13.633,10.08c-3.454,1.244-5.877,4.123-5.877,7.486c0,0.395,0.044,0.779,0.112,1.156
12
+ c-3.752,1.893-5.821,3.949-5.821,6.102c0,9.273,38.241,16.791,85.417,16.791c46.737,0,84.702-7.383,85.403-16.533
13
+ C185.814,139.867,187.063,137.244,187.063,134.373"/>
14
+ <path fill="#DFDFDF" d="M171.047,138.844c0,4.434-31.053,8.031-69.359,8.031c-38.306,0-69.358-3.596-69.358-8.031
15
+ c0-4.432,31.053-8.029,69.358-8.029C139.994,130.814,171.047,134.41,171.047,138.844"/>
16
+ <path fill="#D9D9D9" d="M133.936,117.656c-1.273,0-2.576-0.016-3.896-0.049l0.029-1.1c1.313,0.031,2.602,0.047,3.869,0.047
17
+ l0.553-0.002l0.012,1.102L133.936,117.656L133.936,117.656z M135.611,117.648l-0.016-1.104c1.475-0.016,2.947-0.059,4.42-0.129
18
+ l0.049,1.102C138.619,117.582,137.133,117.627,135.611,117.648L135.611,117.648z M128.93,117.576
19
+ c-1.461-0.045-2.945-0.111-4.453-0.191l0.061-1.1c1.5,0.084,2.975,0.146,4.424,0.191L128.93,117.576z M141.182,117.455
20
+ l-0.064-1.098c1.469-0.084,2.938-0.203,4.4-0.357l0.115,1.096C144.221,117.246,142.727,117.365,141.182,117.455z M123.365,117.318
21
+ c-1.48-0.09-2.961-0.195-4.441-0.314l0.092-1.098c1.492,0.117,2.965,0.225,4.418,0.314L123.365,117.318z M146.742,116.969
22
+ l-0.129-1.092c1.523-0.184,2.988-0.408,4.35-0.666l0.205,1.082C149.781,116.557,148.293,116.785,146.742,116.969z M117.818,116.91
23
+ c-1.479-0.127-2.955-0.268-4.432-0.42l0.113-1.094c1.486,0.152,2.957,0.291,4.414,0.418L117.818,116.91z M112.279,116.379
24
+ c-1.477-0.16-2.949-0.33-4.422-0.514l0.137-1.09c1.467,0.182,2.936,0.352,4.404,0.508L112.279,116.379L112.279,116.379z
25
+ M152.264,116.072l-0.227-1.076c1.428-0.297,2.842-0.67,4.23-1.121l0.348,1.045C155.301,115.354,153.84,115.738,152.264,116.072
26
+ L152.264,116.072z M106.754,115.729c-1.471-0.189-2.941-0.389-4.41-0.598l0.156-1.088c1.463,0.207,2.928,0.406,4.395,0.594
27
+ L106.754,115.729z M101.246,114.971c-1.468-0.215-2.934-0.439-4.398-0.674l0.175-1.088c1.459,0.236,2.919,0.459,4.382,0.672
28
+ L101.246,114.971z M157.676,114.557l-0.377-1.033c1.359-0.484,2.668-1.104,3.906-1.846l0.574,0.936
29
+ C160.613,113.334,159.23,113.986,157.676,114.557z M95.749,114.119c-1.464-0.242-2.928-0.492-4.39-0.75l0.191-1.084
30
+ c1.457,0.26,2.916,0.508,4.377,0.746L95.749,114.119z M90.264,113.172c-1.459-0.266-2.916-0.539-4.372-0.82l0.21-1.08
31
+ c1.45,0.283,2.903,0.555,4.358,0.816L90.264,113.172z M84.8,112.139c-1.453-0.289-2.903-0.586-4.353-0.891l0.227-1.076
32
+ c1.445,0.305,2.893,0.6,4.342,0.885L84.8,112.139z M162.738,111.982l-0.639-0.896c1.256-0.893,2.234-1.904,2.91-3.004l0.938,0.576
33
+ C165.193,109.885,164.113,111.004,162.738,111.982z M79.365,111.018c-1.45-0.311-2.898-0.631-4.345-0.961l0.245-1.074
34
+ c1.44,0.33,2.885,0.65,4.33,0.959L79.365,111.018z M73.938,109.813c-1.445-0.336-2.889-0.68-4.33-1.033l0.264-1.07
35
+ c1.426,0.35,2.863,0.695,4.313,1.029L73.938,109.813z M68.528,108.512c-1.438-0.357-2.875-0.727-4.309-1.107l0.279-1.063
36
+ c1.43,0.377,2.861,0.744,4.296,1.104L68.528,108.512L68.528,108.512z M166.5,107.623l-1.002-0.455
37
+ c0.48-1.057,0.721-2.217,0.721-3.447c0-0.199-0.006-0.404-0.02-0.611l1.102-0.064c0.012,0.229,0.02,0.453,0.02,0.676
38
+ C167.328,105.064,167.049,106.395,166.5,107.623z M63.144,107.123c-1.433-0.383-2.862-0.779-4.29-1.184l0.301-1.059
39
+ c1.422,0.404,2.846,0.797,4.273,1.18L63.144,107.123z M57.787,105.635c-1.448-0.418-2.873-0.842-4.269-1.271l0.324-1.051
40
+ c1.392,0.426,2.808,0.852,4.25,1.266L57.787,105.635z M52.454,104.035c-1.417-0.441-2.829-0.896-4.237-1.363l0.348-1.045
41
+ c1.373,0.459,2.78,0.912,4.217,1.357L52.454,104.035z M47.164,102.311c-1.406-0.477-2.808-0.969-4.202-1.479l0.378-1.034
42
+ c1.387,0.505,2.778,0.995,4.177,1.469L47.164,102.311z M166.084,102.061c-0.199-1.27-0.629-2.644-1.275-4.08l1.004-0.453
43
+ c0.688,1.525,1.146,2.994,1.359,4.363L166.084,102.061L166.084,102.061z M41.915,100.448c-1.393-0.518-2.778-1.057-4.154-1.616
44
+ l0.415-1.021c1.366,0.556,2.74,1.091,4.123,1.605L41.915,100.448L41.915,100.448z M36.732,98.408
45
+ c-1.375-0.571-2.738-1.171-4.088-1.798l0.465-0.998c1.337,0.619,2.686,1.213,4.046,1.779L36.732,98.408z M164.34,97
46
+ c-0.664-1.293-1.416-2.539-2.25-3.73l0.904-0.627c0.916,1.324,1.699,2.622,2.326,3.861L164.34,97z M161.453,92.379
47
+ c-0.867-1.181-1.779-2.327-2.732-3.438l0.834-0.718c0.975,1.132,1.904,2.302,2.789,3.505L161.453,92.379z M157.994,88.112
48
+ c-0.922-1.041-1.938-2.123-3.016-3.218l0.785-0.772c1.047,1.06,2.064,2.147,3.055,3.258L157.994,88.112z M154.201,84.11
49
+ c-1.049-1.047-2.09-2.101-3.125-3.161l0.789-0.769c1.031,1.057,2.068,2.108,3.113,3.152l-0.779,0.778H154.201z M150.299,80.152
50
+ c-1.031-1.064-2.053-2.137-3.064-3.218l0.803-0.752c1.012,1.075,2.029,2.144,3.057,3.205L150.299,80.152z M146.473,76.123
51
+ c-1.01-1.085-2.01-2.18-3-3.283l0.816-0.733c0.988,1.098,1.984,2.187,2.99,3.267L146.473,76.123L146.473,76.123z M142.734,72.01
52
+ c-0.984-1.109-1.959-2.229-2.922-3.358l0.84-0.714c0.955,1.124,1.924,2.237,2.904,3.34L142.734,72.01z M139.096,67.802
53
+ c-0.955-1.136-1.895-2.285-2.818-3.447l0.861-0.685c0.918,1.153,1.852,2.294,2.801,3.422L139.096,67.802z M135.586,63.482
54
+ c-0.914-1.169-1.811-2.355-2.684-3.556l0.889-0.646c0.828,1.139,1.717,2.313,2.662,3.523L135.586,63.482z M132.25,59.021
55
+ c-0.865-1.21-1.701-2.44-2.512-3.688l0.926-0.598c0.766,1.188,1.602,2.414,2.482,3.648L132.25,59.021L132.25,59.021z
56
+ M129.139,54.393c-0.791-1.262-1.547-2.548-2.262-3.856l0.963-0.526c0.705,1.289,1.449,2.555,2.23,3.797L129.139,54.393z
57
+ M126.354,49.546c-0.691-1.327-1.32-2.686-1.883-4.072l1.023-0.411c0.502,1.261,1.121,2.598,1.836,3.978L126.354,49.546z
58
+ M124.066,44.423c-0.527-1.414-0.941-2.867-1.24-4.345l1.082-0.21c0.256,1.313,0.656,2.718,1.191,4.177L124.066,44.423z
59
+ M122.641,38.957c-0.117-0.826-0.18-1.659-0.184-2.493c0-0.71,0.051-1.411,0.148-2.08l1.088,0.159
60
+ c-0.09,0.636-0.133,1.278-0.131,1.921c0,0.743,0.057,1.531,0.17,2.339L122.641,38.957z M123.893,33.505l-1.068-0.255
61
+ c0.369-1.538,1.027-2.949,1.957-4.188l0.881,0.66C124.818,30.848,124.217,32.136,123.893,33.505z M126.334,28.914l-0.811-0.743
62
+ c0.977-1.066,2.203-2.008,3.639-2.805l0.533,0.962C128.361,27.066,127.232,27.937,126.334,28.914z M130.652,25.834l-0.477-0.992
63
+ c1.371-0.644,2.799-1.159,4.264-1.54l0.285,1.063C133.227,24.766,131.854,25.26,130.652,25.834z M135.783,24.103l-0.246-1.074
64
+ c1.463-0.331,2.943-0.581,4.436-0.747l0.125,1.094C138.572,23.549,137.121,23.794,135.783,24.103L135.783,24.103z M153.076,23.324
65
+ l-0.889-0.076l0.086-1.098l0.902,0.076L153.076,23.324z M141.195,23.261l-0.102-1.097c1.426-0.131,2.932-0.209,4.477-0.23
66
+ l0.016,1.1C144.068,23.056,142.592,23.132,141.195,23.261z M151.092,23.171c-1.467-0.092-2.936-0.141-4.404-0.144l0.004-1.102
67
+ c1.49,0.003,2.98,0.052,4.469,0.146L151.092,23.171z"/>
68
+ <path fill="#0391FD" d="M132.271,30.682c-0.863,0.001-1.563-0.698-1.564-1.56c0,0,0,0,0,0c0-0.862,0.699-1.563,1.563-1.563h0.002
69
+ c0.863,0,1.561,0.701,1.561,1.563C133.832,29.983,133.135,30.682,132.271,30.682z M132.271,28.025
70
+ c-0.605-0.043-1.129,0.413-1.172,1.017s0.412,1.129,1.016,1.172c0.053,0.004,0.104,0.004,0.156,0
71
+ c0.604,0.024,1.113-0.445,1.139-1.049c0.025-0.605-0.445-1.115-1.049-1.14C132.332,28.023,132.301,28.023,132.271,28.025z"/>
72
+ <path fill="#FFFFFF" d="M68.503,65.825l-12.72,8.673v60.135c0,0,0,3.758,4.338,4.336c4.336,0.576,87.891,0,87.891,0
73
+ s4.334-1.732,4.334-4.627v-61l-12.717-7.517H68.503z"/>
74
+ <path fill="#A9B1B6" d="M84.831,140.521c-22.871,0-24.388-0.201-24.883-0.27c-4.321-0.574-5.462-3.926-5.462-5.619V73.812
75
+ l13.616-9.286h71.876l13.662,8.074v61.74c0,3.666-4.623,5.619-5.15,5.828l-0.471,0.096
76
+ C147.648,140.268,110.58,140.521,84.831,140.521z M57.08,75.185v59.45c0.009,0.428,0.21,2.652,3.21,3.049
77
+ c0.841,0.113,5.78,0.246,24.544,0.246c24.6,0,59.535-0.232,62.906-0.256c1.049-0.477,3.309-1.811,3.309-3.332V74.081l-11.779-6.959
78
+ H68.902L57.08,75.185z"/>
79
+ <path fill="#FFFFFF" d="M122.385,62.1v36.679l-19.447,14.01L68.994,86.577V50.403c0,0-0.374-4.146,2.917-4.421
80
+ c1.783-0.157,13.379-0.07,23.628,0.031h0.284c8.536,0.092,16.052,0.192,16.052,0.192l10.492,15.869L122.385,62.1z"/>
81
+ <path fill="#A9B1B6" d="M102.916,114.082L67.955,87.086V50.403c-0.018-0.167-0.188-2.506,1.151-4.101
82
+ c0.666-0.793,1.606-1.262,2.718-1.356c0.686-0.058,2.69-0.088,6.128-0.088c4.718,0,11.403,0.056,17.598,0.116h0.275
83
+ c8.548,0.093,16.067,0.192,16.067,0.192l0.547,0.007l10.969,16.588l0.018,0.337v37.211L102.916,114.082L102.916,114.082z
84
+ M70.03,86.069l32.927,25.425l18.391-13.249V62.411l-10.033-15.178c-1.879-0.023-8.332-0.109-15.501-0.185H95.54
85
+ c-6.198-0.06-12.876-0.116-17.588-0.116c-4.147,0-5.525,0.045-5.95,0.082c-2.173,0.183-2.002,2.982-1.976,3.301L70.03,86.069z"/>
86
+ <path fill="#EAE9E9" d="M71.596,57.867h40.934v8.671H71.596V57.867z M76.748,70.424h29.883v3.112H76.748V70.424z M76.748,77.965
87
+ h39.553v2.497H76.748V77.965z"/>
88
+ <path fill="#FFFFFF" d="M86.666,62.1l-0.127,37.991l16.783,12.998l36.736-26.826V50.403c0,0,0.379-4.146-2.916-4.421
89
+ c-1.785-0.157-13.379-0.07-23.629,0.031h-0.285c-8.533,0.092-16.051,0.192-16.051,0.192L86.687,62.073L86.666,62.1z"/>
90
+ <path fill="#A9B1B6" d="M103.305,114.383L85.5,100.596l0.132-38.832l0.191-0.269l10.792-16.321l0.55-0.007
91
+ c0,0,7.519-0.101,16.054-0.192h0.297c6.186-0.061,12.871-0.116,17.586-0.116c3.436,0,5.441,0.03,6.131,0.09
92
+ c1.111,0.095,2.049,0.563,2.719,1.358c1.336,1.594,1.166,3.932,1.141,4.194l0.006,36.29L103.305,114.383L103.305,114.383z
93
+ M87.579,99.581l15.763,12.208l35.68-26.056v-35.33c0.029-0.409,0.203-3.207-1.967-3.39c-0.428-0.039-1.807-0.083-5.955-0.083
94
+ c-4.711,0-11.389,0.056-17.574,0.116h-0.297c-7.16,0.078-13.61,0.161-15.488,0.185L87.703,62.413L87.579,99.581z"/>
95
+ <path fill="#EAE9E9" d="M96.523,57.867h40.934v8.671H96.523V57.867z M107.57,70.424h29.887v3.112H107.57V70.424z M97.903,77.965
96
+ h39.554v2.497H97.903V77.965z"/>
97
+ <path fill="#19AA97" d="M103.316,113.613l-0.252-0.193L77.115,93.324V56.071l0.075-0.109l10.627-16.073l0.223-0.002
98
+ c0,0,7.517-0.1,16.05-0.191h0.291c8.539,0.093,16.057,0.191,16.057,0.191l0.223,0.002l10.686,16.165l0.018,37.04l-0.17,0.125
99
+ L103.316,113.613z M77.956,92.915l25.372,19.646l27.193-19.892l-0.018-36.361l-10.303-15.582
100
+ c-1.303-0.016-8.152-0.106-15.826-0.189h-0.281c-7.668,0.083-14.52,0.173-15.823,0.189L77.954,56.332v36.583H77.956L77.956,92.915z
101
+ "/>
102
+ <path fill="#0391FD" d="M158.213,18.642l-5.645,9.079v0.061h5.705v1.503h-8.021v-1.013l5.705-9.171V19.04h-5.215v-1.487h7.471
103
+ V18.642z M167.773,12.711l-3.594,5.781v0.039h3.635v0.957h-5.109v-0.646l3.633-5.839v-0.039h-3.318V12.02h4.754V12.711
104
+ L167.773,12.711z"/>
105
+ <path fill="#CEE0F4" d="M130.943,56.203v36.679l-27.621,20.205l-0.385-0.299L77.538,93.118l0.015-48.608
106
+ c0,0-0.378-4.148,2.917-4.424c1.781-0.155,13.376-0.069,23.626,0.031h0.285c8.533,0.094,16.051,0.192,16.051,0.192l10.494,15.871
107
+ L130.943,56.203L130.943,56.203z"/>
108
+ <path fill="#0391FD" d="M103.305,114.385L76.501,93.625l0.015-49.118c-0.019-0.168-0.189-2.506,1.146-4.102
109
+ c0.666-0.794,1.608-1.264,2.722-1.357c0.682-0.058,2.677-0.089,6.096-0.089c4.718,0,11.418,0.056,17.628,0.115h0.273
110
+ c8.547,0.094,16.064,0.191,16.064,0.191l0.549,0.008l10.969,16.589l0.018,0.336v37.205L103.305,114.385z M78.575,92.61
111
+ l24.767,19.177l26.564-19.434V56.511l-10.035-15.173c-1.879-0.023-8.332-0.106-15.498-0.186h-0.275
112
+ c-6.212-0.061-12.904-0.115-17.616-0.115c-4.125,0-5.495,0.043-5.92,0.08c-2.173,0.183-2,2.983-1.975,3.3L78.575,92.61z"/>
113
+ <path fill="#0391FD" d="M86.166,54.044h36.148v5.894H86.166V54.044z M86.166,65.563h22.301v1.559H86.166V65.563z M86.166,74.356
114
+ h34.463v1.247H86.166V74.356z M86.166,81.266h19.371v1.35H86.166V81.266z M86.166,88.329h35.014V90.2H86.166V88.329z"/>
115
+ <path fill="#9DC7ED" d="M119.52,50.938l9.855,4.032l-8.721-13.563c-4.766,6.834-4.465,6.455-0.27-0.64
116
+ c-4.885,8.257-2.559,4.332-3.553,5.975C115.232,49.392,119.52,50.938,119.52,50.938L119.52,50.938z"/>
117
+ <path fill="#0391FD" d="M132.025,57.173L119.129,51.9c-0.254-0.091-2.832-1.07-3.521-3.016c-0.215-0.609-0.332-1.568,0.338-2.675
118
+ c0.107-0.176,0.197-0.329,0.289-0.456h-0.002c0.035-0.054,0.189-0.314,0.766-1.292l2.498-4.219l0.502,0.297l0.691-0.994
119
+ L132.025,57.173z M117.865,47.045l-0.145,0.234c-0.27,0.442-0.227,0.72-0.16,0.91c0.271,0.776,1.566,1.5,2.314,1.774l6.85,2.801
120
+ l-6.105-9.494C118.979,45.625,118.275,46.623,117.865,47.045L117.865,47.045z"/>
121
+ <path fill="#A9B1B6" d="M103.215,126.137L84.641,112.82l1.513-2.107l17.007,12.197l15.775-12.119l1.578,2.057L103.215,126.137z"/>
122
+ <path fill="#0391FD" d="M26.922,94.308c-0.689-0.662-1.877-1.22-3.364-1.22c0,0,1.811-0.002,3.171-1.123
123
+ c0.839-0.693,1.488-1.89,1.488-3.539c0,0-0.003,2.211,1.489,3.588c0.688,0.633,1.784,1.074,3.173,1.074c0,0-1.772,0.049-3.12,1.117
124
+ c-0.878,0.701-1.54,1.902-1.54,3.542C28.215,97.749,28.363,95.687,26.922,94.308 M168.703,95.811
125
+ c-0.355-0.339-0.971-0.631-1.738-0.631c0,0,0.936,0,1.637-0.576c0.434-0.355,0.77-0.977,0.77-1.824c0,0-0.002,1.139,0.766,1.852
126
+ c0.355,0.326,0.92,0.551,1.637,0.551c0,0-0.916,0.027-1.609,0.581c-0.453,0.357-0.793,0.979-0.793,1.823
127
+ C169.369,97.586,169.445,96.523,168.703,95.811 M37.39,85.482c-0.535-0.515-1.455-0.95-2.609-0.95c0,0,1.405-0.002,2.456-0.869
128
+ c0.652-0.539,1.152-1.47,1.152-2.74c0,0-0.002,1.712,1.154,2.777c0.535,0.491,1.384,0.832,2.46,0.832c0,0-1.375,0.041-2.418,0.871
129
+ c-0.68,0.54-1.194,1.471-1.194,2.744C38.389,88.149,38.506,86.547,37.39,85.482"/>
130
+ <path fill="#A9B1B6" d="M103.301,114.707L62.695,83.473l1.563-2.068l5.955,4.49l33.131,25.572l41.184-30.075l1.529,2.095
131
+ L103.301,114.707z"/>
132
+ </g>
133
+ <g>
134
+ <path fill="#989A9B" d="M56.571,173.744h-2.063c-0.544,0-0.944,0.048-1.2,0.144l-0.432-1.008c0.336,0.08,0.735,0.12,1.199,0.12
135
+ h2.809c0.399-0.944,0.76-2.008,1.08-3.192c0.703,0.288,1.26,0.532,1.668,0.732s0.68,0.34,0.815,0.42s0.204,0.177,0.204,0.288
136
+ c0,0.112-0.088,0.184-0.264,0.216c-0.576,0.08-0.912,0.216-1.008,0.408L58.852,173h3.096l0.721-0.888
137
+ c0.128-0.176,0.252-0.265,0.372-0.265c0.119,0,0.468,0.249,1.044,0.744c0.575,0.496,0.863,0.813,0.863,0.948
138
+ s-0.168,0.204-0.504,0.204h-5.976c-0.32,0.624-0.888,1.664-1.704,3.12h2.256c-0.032-1.632-0.057-2.521-0.072-2.664
139
+ c0.944,0.16,1.6,0.32,1.969,0.479c0.367,0.16,0.552,0.288,0.552,0.385c0,0.128-0.185,0.271-0.552,0.432v1.368h1.151l0.696-0.84
140
+ c0.144-0.177,0.276-0.265,0.396-0.265c0.12,0,0.396,0.185,0.828,0.552l0.864,0.721c0.144,0.128,0.216,0.256,0.216,0.384
141
+ s-0.104,0.192-0.312,0.192h-3.84v1.512l3.479-0.456l0.024,0.456l-3.504,0.792v1.728c0,0.192-0.076,0.349-0.229,0.469
142
+ c-0.152,0.119-0.412,0.26-0.78,0.42s-0.64,0.239-0.815,0.239c-0.097,0-0.145-0.063-0.145-0.191l0.072-2.208
143
+ c-2.496,0.656-3.928,1.096-4.296,1.32c-0.128,0.08-0.216,0.119-0.264,0.119c-0.192,0-0.601-0.632-1.225-1.896
144
+ c1.488-0.048,3.416-0.224,5.784-0.528v-1.775h-2.208l-0.456,0.6c-0.08,0.112-0.164,0.168-0.252,0.168s-0.34-0.132-0.756-0.396
145
+ c-0.416-0.265-0.784-0.532-1.104-0.805c0.385-0.224,0.652-0.411,0.805-0.563c0.151-0.152,0.384-0.528,0.695-1.128
146
+ C56.056,174.884,56.332,174.305,56.571,173.744z M59.523,183.344h8.856l0.552-0.815c0.08-0.112,0.168-0.168,0.264-0.168
147
+ c0.16,0,0.54,0.176,1.141,0.527c0.6,0.353,0.955,0.572,1.067,0.66s0.168,0.196,0.168,0.324s-0.248,0.296-0.744,0.504v4.44
148
+ c0,0.464,0.017,0.96,0.049,1.487l0.023,0.744c0,0.16-0.084,0.3-0.252,0.42s-0.46,0.26-0.876,0.42s-0.7,0.24-0.852,0.24
149
+ c-0.152,0-0.229-0.064-0.229-0.192v-1.752h-9.288v0.769c0,0.208-0.071,0.363-0.216,0.468c-0.144,0.104-0.436,0.252-0.876,0.444
150
+ c-0.44,0.191-0.724,0.288-0.852,0.288c-0.129,0-0.185-0.081-0.168-0.24c0.079-0.736,0.119-1.528,0.119-2.376v-5.064
151
+ c0-0.912-0.016-1.584-0.048-2.016C58.228,182.712,58.947,183.008,59.523,183.344z M68.691,186.272v-2.137h-9.288v2.137H68.691z
152
+ M68.691,189.392v-2.327h-9.288v2.327H68.691z M67.3,172.328c2.464-0.72,4.136-1.376,5.016-1.968
153
+ c1.232,1.231,1.849,1.96,1.849,2.184c0,0.112-0.061,0.168-0.181,0.168s-0.292-0.04-0.516-0.12c-0.225-0.08-0.448-0.12-0.672-0.12
154
+ c-0.225,0-0.872,0.104-1.944,0.313s-2.224,0.344-3.456,0.408c0.016,0.911-0.016,1.88-0.096,2.903h3.983l0.841-1.128
155
+ c0.144-0.191,0.264-0.288,0.359-0.288c0.16,0,0.576,0.276,1.248,0.828s1.008,0.9,1.008,1.044c0,0.192-0.152,0.288-0.456,0.288
156
+ h-2.76V179c0,0.768,0.008,1.313,0.024,1.632l0.023,0.864c0,0.128-0.04,0.225-0.12,0.288s-0.352,0.184-0.815,0.359
157
+ c-0.465,0.177-0.752,0.265-0.864,0.265s-0.168-0.104-0.168-0.313v-5.256h-2.376c-0.16,1.713-0.616,3.004-1.368,3.876
158
+ s-1.775,1.629-3.071,2.269l-0.385-0.36c1.072-0.896,1.82-1.808,2.244-2.736c0.424-0.928,0.676-1.855,0.756-2.784
159
+ c0.08-0.928,0.112-2.76,0.097-5.495C66.075,171.752,66.676,171.992,67.3,172.328z"/>
160
+ <path fill="#989A9B" d="M90.771,179.432v8.688c0,0.496,0.145,0.815,0.432,0.96c0.288,0.144,0.784,0.216,1.488,0.216
161
+ s1.32-0.032,1.849-0.096c0.527-0.064,0.888-0.137,1.079-0.216c0.192-0.081,0.364-0.4,0.517-0.96
162
+ c0.151-0.561,0.34-1.888,0.563-3.984h0.624c-0.016,1.104,0.008,1.948,0.072,2.532c0.063,0.584,0.168,1.012,0.313,1.284
163
+ c0.144,0.271,0.352,0.512,0.624,0.72c0.271,0.208,0.407,0.376,0.407,0.504s-0.111,0.368-0.336,0.72
164
+ c-0.224,0.352-0.468,0.64-0.731,0.864c-0.265,0.224-0.837,0.368-1.716,0.432c-0.881,0.064-1.736,0.097-2.568,0.097
165
+ c-1.328,0-2.368-0.053-3.12-0.156c-0.752-0.104-1.2-0.296-1.344-0.576c-0.145-0.28-0.216-0.884-0.216-1.812v-9.217h-1.225
166
+ c-0.352,2.528-0.888,4.5-1.607,5.916c-0.721,1.416-1.709,2.576-2.965,3.48c-1.256,0.903-3.147,1.964-5.676,3.18l-0.168-0.432
167
+ c3.408-2.24,5.588-4.188,6.54-5.844c0.952-1.656,1.532-3.757,1.74-6.301H78.58c-0.433,0-0.769,0.057-1.009,0.168l-0.432-1.128
168
+ c0.336,0.081,0.735,0.12,1.2,0.12h7.08c0.144-1.536,0.216-3.336,0.216-5.399h-5.28c-0.432,0-0.768,0.056-1.008,0.168l-0.48-1.057
169
+ c0.336,0.08,0.736,0.12,1.2,0.12h12.744l1.176-1.464c0.16-0.192,0.288-0.288,0.385-0.288c0.096,0,0.211,0.057,0.348,0.168
170
+ c0.136,0.112,0.42,0.389,0.852,0.828c0.433,0.44,0.732,0.76,0.9,0.96s0.252,0.345,0.252,0.432c0,0.089-0.256,0.133-0.768,0.133
171
+ h-7.921c-0.096,2.032-0.239,3.832-0.432,5.399h6.84l1.128-1.464c0.16-0.208,0.324-0.312,0.492-0.312s0.612,0.376,1.332,1.128
172
+ s1.08,1.188,1.08,1.308s-0.185,0.18-0.552,0.18H90.771z"/>
173
+ <path fill="#989A9B" d="M108.867,175.496h2.04l0.744-1.056c0.112-0.16,0.248-0.24,0.408-0.24s0.504,0.272,1.032,0.815
174
+ c0.527,0.545,0.792,0.881,0.792,1.009s-0.152,0.191-0.456,0.191h-4.561v0.433c0.977,0.224,1.82,0.483,2.532,0.779
175
+ c0.712,0.297,1.068,0.677,1.068,1.141c0,0.336-0.072,0.695-0.216,1.08c-0.145,0.384-0.301,0.575-0.469,0.575
176
+ s-0.296-0.044-0.384-0.132s-0.22-0.275-0.396-0.563c-0.177-0.288-0.48-0.66-0.912-1.116c-0.433-0.456-0.84-0.828-1.225-1.116
177
+ c0.032,1.185,0.049,1.929,0.049,2.232s-0.017,0.504-0.049,0.6s-0.252,0.212-0.659,0.348c-0.408,0.137-0.717,0.229-0.925,0.276
178
+ c0.8,0.304,1.2,0.568,1.2,0.792c0,0.128-0.08,0.204-0.24,0.229c-0.16,0.023-0.296,0.088-0.407,0.191
179
+ c-0.112,0.104-0.272,0.324-0.48,0.66h2.424l0.624-0.696c0.128-0.144,0.24-0.216,0.336-0.216c0.097,0,0.469,0.244,1.116,0.732
180
+ c0.648,0.488,0.972,0.804,0.972,0.947c0,0.145-0.14,0.244-0.42,0.301c-0.279,0.056-0.491,0.132-0.636,0.228
181
+ c-0.144,0.096-0.288,0.28-0.432,0.552c-0.513,0.944-1.032,1.736-1.561,2.376c1.009,0.257,1.628,0.593,1.86,1.009
182
+ c0.231,0.415,0.348,0.792,0.348,1.128s-0.048,0.592-0.144,0.768s-0.204,0.264-0.324,0.264s-0.477-0.2-1.068-0.6
183
+ c-0.592-0.4-1.264-0.809-2.016-1.224c-1.536,1.344-3.904,2.52-7.104,3.527l-0.192-0.432c2.512-1.265,4.44-2.536,5.784-3.816
184
+ c-1.089-0.464-2.376-0.88-3.864-1.248c0.848-1.199,1.456-2.136,1.824-2.808h-2.4c-0.432,0-0.768,0.04-1.008,0.12l-0.432-0.984
185
+ c0.256,0.048,0.655,0.072,1.199,0.072h3.049c0.464-0.976,0.775-1.728,0.936-2.256c0.32,0.096,0.544,0.168,0.672,0.216
186
+ c0.048-1.344,0.072-2.464,0.072-3.36c-1.168,1.872-3.177,3.448-6.024,4.729l-0.144-0.384c2.08-1.536,3.712-3.32,4.896-5.353h-3.6
187
+ c-0.304,0-0.552,0.04-0.744,0.12l-0.336-0.96c0.288,0.08,0.6,0.12,0.937,0.12h5.016v-3.048c0-1.376-0.017-2.288-0.048-2.736
188
+ c1.792,0.384,2.688,0.664,2.688,0.84c0,0.112-0.248,0.305-0.744,0.576V175.496z M102.34,171.08
189
+ c1.296,0.464,2.172,0.852,2.628,1.164c0.456,0.312,0.684,0.688,0.684,1.128s-0.104,0.828-0.312,1.164
190
+ c-0.208,0.336-0.416,0.504-0.624,0.504s-0.36-0.048-0.456-0.144c-0.096-0.097-0.196-0.32-0.3-0.673
191
+ c-0.104-0.352-0.336-0.808-0.696-1.367c-0.36-0.561-0.748-1.048-1.164-1.465L102.34,171.08z M106.852,183.416l-1.608,2.448
192
+ c1.216,0.224,2.104,0.399,2.664,0.527c0.688-0.831,1.305-1.823,1.849-2.976H106.852z M116.115,175.736h3.36l0.984-1.2
193
+ c0.159-0.176,0.315-0.264,0.468-0.264c0.151,0,0.563,0.3,1.236,0.899c0.672,0.601,1.008,0.98,1.008,1.14
194
+ c0,0.112-0.192,0.169-0.576,0.169h-3.769c1.473,0.368,2.208,0.695,2.208,0.983c0,0.096-0.119,0.18-0.359,0.252
195
+ s-0.412,0.196-0.517,0.372c-0.104,0.177-0.188,0.432-0.252,0.769c-0.624,3.424-1.359,5.823-2.208,7.199
196
+ c1.28,1.761,3.225,3.217,5.832,4.368l-0.216,0.48c-0.416-0.112-0.808-0.168-1.176-0.168c-0.688,0-1.296,0.216-1.824,0.647
197
+ c-0.144,0.112-0.248,0.168-0.312,0.168c-0.16,0-0.696-0.516-1.608-1.548s-1.521-1.828-1.824-2.388
198
+ c-0.832,1.008-1.82,1.859-2.964,2.556s-2.628,1.396-4.452,2.101l-0.216-0.505c3.072-1.744,5.32-3.68,6.744-5.808
199
+ c-0.672-1.52-1.088-3.768-1.248-6.744c-0.561,0.992-1.256,2.057-2.088,3.192l-0.408-0.24c1.84-3.52,2.96-7.672,3.36-12.456
200
+ c0.56,0.112,1.128,0.256,1.704,0.432c0.576,0.177,0.943,0.316,1.104,0.421c0.16,0.104,0.24,0.212,0.24,0.323
201
+ c0,0.112-0.136,0.2-0.408,0.265c-0.272,0.063-0.472,0.2-0.6,0.407c-0.129,0.209-0.272,0.721-0.433,1.536
202
+ C116.747,173.912,116.483,174.792,116.115,175.736z M111.531,170.744c0.4,0.191,0.836,0.416,1.309,0.672
203
+ c0.472,0.256,0.744,0.424,0.815,0.504c0.072,0.08,0.108,0.164,0.108,0.252s-0.032,0.152-0.096,0.192
204
+ c-0.064,0.04-0.232,0.06-0.504,0.06c-0.272,0-0.553,0.145-0.841,0.433c-0.896,0.896-1.88,1.703-2.951,2.424l-0.24-0.36
205
+ C110.235,173.384,111.035,171.992,111.531,170.744z M118.155,176.48h-2.328l-0.695,1.464c0.191,2.72,0.68,4.848,1.464,6.384
206
+ C117.268,182.729,117.787,180.112,118.155,176.48z"/>
207
+ <path fill="#989A9B" d="M128.619,176.432h-2.544c-0.399,0-0.743,0.04-1.031,0.12l-0.408-0.936c0.336,0.08,0.735,0.12,1.2,0.12
208
+ h2.783v-3.145c0-0.928-0.016-1.792-0.048-2.592c0.928,0.256,1.632,0.484,2.112,0.684c0.48,0.2,0.72,0.345,0.72,0.433
209
+ s-0.28,0.244-0.84,0.468v4.152h0.384l0.744-1.08c0.112-0.16,0.229-0.24,0.349-0.24c0.119,0,0.224,0.04,0.312,0.12
210
+ s0.32,0.309,0.696,0.684c0.376,0.376,0.604,0.612,0.684,0.708c0.08,0.097,0.12,0.185,0.12,0.265c0,0.16-0.136,0.239-0.408,0.239
211
+ h-2.88v3.192l2.904-1.392l0.191,0.456l-3.096,2.184v8.184c0,0.353-0.088,0.652-0.264,0.9c-0.177,0.248-0.557,0.548-1.141,0.9
212
+ c-0.584,0.352-0.947,0.527-1.092,0.527c-0.112,0-0.2-0.112-0.264-0.336c-0.128-0.464-0.356-0.815-0.685-1.056
213
+ s-0.956-0.488-1.884-0.744l0.145-0.432c1.023,0.111,1.76,0.168,2.208,0.168c0.447,0,0.731-0.057,0.852-0.168
214
+ c0.12-0.112,0.18-0.328,0.18-0.648v-5.904c-1.023,0.736-1.636,1.229-1.836,1.477s-0.359,0.372-0.479,0.372
215
+ s-0.204-0.032-0.252-0.097l-0.601-0.792c-0.336-0.432-0.615-0.815-0.84-1.151c1.521-0.48,2.856-0.992,4.008-1.536V176.432z
216
+ M136.275,171.584h6l0.624-0.912c0.128-0.208,0.256-0.312,0.384-0.312c0.097,0,0.484,0.236,1.164,0.708
217
+ c0.681,0.472,1.021,0.764,1.021,0.876c0,0.144-0.297,0.359-0.888,0.647v2.76c0,0.385,0.012,0.652,0.035,0.805
218
+ c0.024,0.152,0.036,0.272,0.036,0.359c0,0.089-0.076,0.185-0.228,0.288c-0.152,0.104-0.437,0.24-0.853,0.408
219
+ s-0.692,0.252-0.828,0.252s-0.203-0.12-0.203-0.36v-0.863h-6.553c-0.096,2.111-0.16,3.408-0.191,3.888h3.456v-1.872
220
+ c0-0.528-0.024-1.111-0.072-1.752c1.695,0.256,2.544,0.488,2.544,0.696c0,0.112-0.2,0.28-0.6,0.504v2.424h2.592l0.912-1.224
221
+ c0.128-0.176,0.224-0.265,0.288-0.265c0.111,0,0.508,0.316,1.188,0.948c0.68,0.633,1.021,1,1.021,1.104
222
+ c0,0.104-0.185,0.155-0.553,0.155h-5.447v3.601h1.319l0.433-0.816c0.111-0.224,0.228-0.336,0.348-0.336s0.5,0.212,1.14,0.636
223
+ c0.64,0.425,0.96,0.692,0.96,0.805c0,0.111-0.208,0.264-0.624,0.456v4.104l0.049,1.104c0,0.128-0.072,0.247-0.217,0.359
224
+ c-0.144,0.112-0.42,0.252-0.828,0.42c-0.407,0.168-0.68,0.252-0.815,0.252s-0.204-0.111-0.204-0.336v-1.464h-4.872v1.2
225
+ c0,0.24-0.048,0.396-0.144,0.468c-0.097,0.072-0.345,0.176-0.744,0.313c-0.4,0.136-0.688,0.204-0.864,0.204
226
+ c-0.096,0-0.136-0.104-0.12-0.313c0.063-0.528,0.096-1.096,0.096-1.704v-4.176c0-0.672-0.023-1.352-0.071-2.04
227
+ c0.688,0.208,1.368,0.496,2.04,0.864h1.248v-3.601h-3.504c-0.16,2.608-0.621,4.633-1.381,6.072c-0.76,1.44-2.107,3.048-4.044,4.824
228
+ l-0.336-0.288c2-2.256,3.181-4.563,3.54-6.924c0.36-2.36,0.54-5.244,0.54-8.652c0-1.488-0.04-3.256-0.12-5.304
229
+ C134.907,170.896,135.684,171.232,136.275,171.584z M142.54,175.568v-3.265h-6.433c0,0.513-0.032,1.601-0.096,3.265H142.54z
230
+ M142.684,188.984v-3.841h-4.872v3.841H142.684z"/>
231
+ </g>
232
+ </svg>
package/package.json CHANGED
@@ -1,84 +1,95 @@
1
- {
2
- "name": "@egova/egova-api",
3
- "version": "1.0.268",
4
- "description": "api",
5
- "author": "egova",
6
- "publishConfig": {
7
- "access": "public"
8
- },
9
- "files": [
10
- "dist"
11
- ],
12
- "keywords": [
13
- "api",
14
- "typescript"
15
- ],
16
- "license": "MIT",
17
- "main": "dist/index.umd.min.js",
18
- "types": "dist/types/src/index.d.ts",
19
- "scripts": {
20
- "dist:build": "vue-cli-service build --target lib --name index src/index.ts",
21
- "dist:types": "tsc -d --emitDeclarationOnly --declarationDir dist/types",
22
- "dist": "rimraf tsconfig.tsbuildinfo && npm run dist:build && npm run dist:types",
23
- "lint": "vue-cli-service lint"
24
- },
25
- "peerDependencies": {
26
- "@egova/flagwind-core": ">=1.1.4",
27
- "@egova/flagwind-web": ">=1.0.23",
28
- "axios": ">=0.19.2",
29
- "equals": ">=1.0.5",
30
- "halo-math": ">=1.0.9",
31
- "js-cookie": ">=2.2.1",
32
- "view-design": ">=4.6.0",
33
- "vue": ">=2.6.11",
34
- "vue-class-component": ">=7.2.3",
35
- "vue-property-decorator": ">=8.4.0"
36
- },
37
- "devDependencies": {
38
- "@egova/flagwind-core": "^1.1.4",
39
- "@egova/flagwind-web": "^1.0.24",
40
- "@types/node": "^13.7.4",
41
- "@vue/cli-plugin-babel": "~4.5.0",
42
- "@vue/cli-plugin-typescript": "~4.5.0",
43
- "@vue/cli-service": "~4.5.0",
44
- "axios": "^0.21.1",
45
- "equals": "^1.0.5",
46
- "friendly-errors-webpack-plugin": "^1.7.0",
47
- "halo-math": "^1.0.9",
48
- "js-cookie": "^2.2.1",
49
- "lodash.debounce": "^4.0.8",
50
- "mavon-editor": "^2.10.4",
51
- "node-sass": "^4.14.1",
52
- "raw-loader": "^1.0.0",
53
- "sass-loader": "^8.0.2",
54
- "style-resources-loader": "^1.3.3",
55
- "swiper": "^6.5.7",
56
- "tslib": "^2.1.0",
57
- "tslint": "^6.1.3",
58
- "tslint-config-flagwind": "^1.0.1",
59
- "tslint-loader": "^3.5.4",
60
- "typescript": "^4.2.0",
61
- "view-design": "^4.6.0",
62
- "vue": "^2.6.11",
63
- "vue-awesome-swiper": "^4.1.1",
64
- "vue-class-component": "^7.2.3",
65
- "vue-json-viewer": "^2.2.21",
66
- "vue-property-decorator": "^8.4.0",
67
- "vue-router": "^3.2.0",
68
- "vue-template-compiler": "^2.6.11",
69
- "vue-virtual-scroll-list": "^2.3.2",
70
- "vue2-ace-editor": "0.0.15",
71
- "vuex": "^3.4.0"
72
- },
73
- "postcss": {
74
- "plugins": {
75
- "autoprefixer": {}
76
- }
77
- },
78
- "browserslist": [
79
- "> 1%",
80
- "last 2 versions",
81
- "not ie <= 8"
82
- ],
83
- "gitHead": "4784ba8c61b89d2c834f6b865d6bb9c7323d7197"
84
- }
1
+ {
2
+ "name": "@egova/egova-api",
3
+ "version": "1.1.1",
4
+ "description": "api",
5
+ "author": "egova",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "keywords": [
13
+ "api",
14
+ "typescript"
15
+ ],
16
+ "license": "MIT",
17
+ "main": "dist/index.umd.min.js",
18
+ "types": "dist/types/src/index.d.ts",
19
+ "scripts": {
20
+ "serve": "vue-cli-service serve",
21
+ "build": "vue-cli-service build",
22
+ "lint": "vue-cli-service lint",
23
+ "build:serve": "http-server ./dist -a 127.0.0.1 -p 5050",
24
+ "dist:types": "tsc -d --emitDeclarationOnly --declarationDir dist/types",
25
+ "dist:lib": "vue-cli-service build --mode lib --target lib --name index src/index.ts",
26
+ "dll": "vue-cli-service dll",
27
+ "template:deploy": "cd .template && git init && git add -A && git commit -m 'deploy' && git push -f https://github.com/egova-safety/vue-preset-web-template.git master:master"
28
+ },
29
+ "peerDependencies":{
30
+ "@egova/flagwind-core": ">=1.1.4",
31
+ "@egova/flagwind-web": ">=1.0.23",
32
+ "axios": ">=0.19.2",
33
+ "equals": ">=1.0.5",
34
+ "halo-math": ">=1.0.9",
35
+ "js-cookie": ">=2.2.1",
36
+ "sm-crypto": ">=0.3.11",
37
+ "view-design": ">=4.6.0",
38
+ "vue": ">=2.6.11",
39
+ "vue-class-component": ">=7.2.3",
40
+ "vue-property-decorator": ">=8.4.0",
41
+ "mavon-editor": ">=2.9.0",
42
+ "moment": ">=2.29.1"
43
+ },
44
+ "dependencies": {
45
+ "@egova/flagwind-core": "^1.1.4",
46
+ "@egova/flagwind-echarts": "^1.0.10",
47
+ "@egova/flagwind-web": "^1.0.23",
48
+ "axios": "^0.21.1",
49
+ "core-js": "^3.6.5",
50
+ "echarts": "^4.6.0",
51
+ "equals": "^1.0.5",
52
+ "halo-math": "^1.0.9",
53
+ "js-cookie": "^2.2.1",
54
+ "jsencrypt": "^3.0.1",
55
+ "lodash.debounce": "^4.0.8",
56
+ "mavon-editor": "^2.10.4",
57
+ "moment": "^2.29.1",
58
+ "swiper": "^6.5.7",
59
+ "view-design": "^4.6.0",
60
+ "vue": "^2.6.11",
61
+ "vue-awesome-swiper": "^4.1.1",
62
+ "vue-class-component": "^7.2.3",
63
+ "vue-draggable-resizable": "^2.3.0",
64
+ "vue-json-viewer": "^2.2.21",
65
+ "vue-property-decorator": "^8.4.0",
66
+ "vue-router": "^3.2.0",
67
+ "vue-virtual-scroll-list": "^2.3.2",
68
+ "vue2-ace-editor": "0.0.15",
69
+ "vuex": "^3.4.0"
70
+ },
71
+ "devDependencies": {
72
+ "@egova/vue-cli-plugin-dll": "^1.1.7",
73
+ "@types/echarts": "^4.4.3",
74
+ "@types/js-cookie": "^2.2.4",
75
+ "@types/node": "^13.7.4",
76
+ "@vue/cli-plugin-babel": "~4.5.0",
77
+ "@vue/cli-plugin-router": "~4.5.0",
78
+ "@vue/cli-plugin-typescript": "~4.5.0",
79
+ "@vue/cli-plugin-vuex": "~4.5.0",
80
+ "@vue/cli-service": "~4.5.0",
81
+ "add-asset-html-webpack-plugin": "^3.1.3",
82
+ "compression-webpack-plugin": "^3.1.0",
83
+ "friendly-errors-webpack-plugin": "^1.7.0",
84
+ "node-sass": "^4.14.1",
85
+ "raw-loader": "^1.0.0",
86
+ "sass-loader": "^8.0.2",
87
+ "style-resources-loader": "^1.3.3",
88
+ "tslint-config-flagwind": "^1.0.1",
89
+ "tslint-loader": "^3.5.4",
90
+ "typescript": "^4.2.0",
91
+ "tslib": "^2.1.0",
92
+ "vue-template-compiler": "^2.6.11",
93
+ "webpack-cli": "^3.3.11"
94
+ }
95
+ }
package/LICENSE DELETED
@@ -1,201 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
177
-
178
- APPENDIX: How to apply the Apache License to your work.
179
-
180
- To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "[]"
182
- replaced with your own identifying information. (Don't include
183
- the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. We also recommend that a
185
- file or class name and description of purpose be included on the
186
- same "printed page" as the copyright notice for easier
187
- identification within third-party archives.
188
-
189
- Copyright [yyyy] [name of copyright owner]
190
-
191
- Licensed under the Apache License, Version 2.0 (the "License");
192
- you may not use this file except in compliance with the License.
193
- You may obtain a copy of the License at
194
-
195
- http://www.apache.org/licenses/LICENSE-2.0
196
-
197
- Unless required by applicable law or agreed to in writing, software
198
- distributed under the License is distributed on an "AS IS" BASIS,
199
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
- See the License for the specific language governing permissions and
201
- limitations under the License.
@@ -1,2 +0,0 @@
1
- export * from "./utils";
2
- export * from "./object-factory";