@web-utils/component 2.0.13 → 2.7.0

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 (315) hide show
  1. package/dist/chunks/config.46422d7f.js +73 -0
  2. package/dist/chunks/confirmable-mixin.3a79781b.js +75 -0
  3. package/dist/chunks/dataformat.fb35ee10.js +61 -0
  4. package/dist/chunks/detail.a3249549.js +28 -0
  5. package/dist/chunks/dic.5f7e3523.js +132 -0
  6. package/dist/chunks/event.50c365eb.js +235 -0
  7. package/dist/chunks/form-input-mixin.ff5b58f7.js +24 -0
  8. package/dist/chunks/form-item-mixin.79f6eaff.js +128 -0
  9. package/dist/chunks/{822300f3.js → form-pick-mixin.61ad06b2.js} +3 -3
  10. package/dist/chunks/init.352281f5.js +121 -0
  11. package/dist/chunks/{44b78389.js → input-number-mixin.41a066be.js} +8 -8
  12. package/dist/chunks/{e1939731.js → mixins.5a78e0db.js} +5 -6
  13. package/dist/chunks/packages.5d7a86c4.js +114 -0
  14. package/dist/chunks/permission.ce5d2121.js +16 -0
  15. package/dist/chunks/slot.1b8d2b1b.js +27 -0
  16. package/dist/chunks/tab-mixin.8c0142e0.js +81 -0
  17. package/dist/chunks/util.5053d54e.js +264 -0
  18. package/dist/chunks/utils.97652d86.js +26 -0
  19. package/dist/chunks/utils.fa73de78.js +185 -0
  20. package/dist/chunks/vueComponentNormalizer.71e2aa87.js +32 -0
  21. package/dist/components/address-input/index.js +43 -56
  22. package/dist/components/address-input/style.css +1 -15
  23. package/dist/components/affix/index.js +102 -0
  24. package/dist/components/affix/style.css +1 -0
  25. package/dist/components/array/index.js +156 -0
  26. package/dist/components/array/style.css +1 -0
  27. package/dist/components/article/index.js +93 -0
  28. package/dist/components/article/style.css +1 -0
  29. package/dist/components/aside-menu/index.js +30 -36
  30. package/dist/components/aside-menu/style.css +1 -9
  31. package/dist/components/avatar/index.js +106 -0
  32. package/dist/components/avatar/style.css +1 -0
  33. package/dist/components/awesome-button/index.js +32 -35
  34. package/dist/components/base.css +1 -66
  35. package/dist/components/capsule-tab/index.js +27 -33
  36. package/dist/components/capsule-tab/style.css +1 -32
  37. package/dist/components/card/index.js +130 -0
  38. package/dist/components/card/style.css +1 -0
  39. package/dist/components/carousel/index.js +70 -0
  40. package/dist/components/carousel/style.css +1 -0
  41. package/dist/components/chat/index.js +567 -0
  42. package/dist/components/chat/style.css +1 -0
  43. package/dist/components/chunk-file-uploader/index.js +54 -88
  44. package/dist/components/chunk-file-uploader/style.css +1 -4
  45. package/dist/components/chunk-file-uploader-button/index.js +25 -31
  46. package/dist/components/chunk-file-uploader-button/style.css +1 -17
  47. package/dist/components/chunk-file-uploader-drop/index.js +28 -42
  48. package/dist/components/chunk-file-uploader-drop/style.css +1 -12
  49. package/dist/components/chunk-file-uploader-file/index.js +134 -211
  50. package/dist/components/chunk-file-uploader-file/style.css +1 -125
  51. package/dist/components/chunk-file-uploader-files/index.js +28 -34
  52. package/dist/components/chunk-file-uploader-files/style.css +1 -9
  53. package/dist/components/chunk-file-uploader-list/index.js +29 -35
  54. package/dist/components/chunk-file-uploader-list/style.css +1 -9
  55. package/dist/components/chunk-file-uploader-un-support/index.js +30 -38
  56. package/dist/components/chunk-file-uploader-un-support/style.css +1 -6
  57. package/dist/components/code/index.js +66 -0
  58. package/dist/components/code-mirror-editor/index.js +156 -181
  59. package/dist/components/code-mirror-editor/style.css +1 -17
  60. package/dist/components/color-picker/index.js +49 -68
  61. package/dist/components/column/index.js +114 -0
  62. package/dist/components/column-default/index.js +105 -0
  63. package/dist/components/column-dynamic/index.js +93 -0
  64. package/dist/components/column-menu/index.js +286 -0
  65. package/dist/components/column-slot/index.js +265 -0
  66. package/dist/components/comment/index.js +94 -0
  67. package/dist/components/comment/style.css +1 -0
  68. package/dist/components/confirm-button/index.js +19 -21
  69. package/dist/components/confirmable/index.js +18 -19
  70. package/dist/components/context-menu/index.js +118 -130
  71. package/dist/components/context-menu/style.css +1 -88
  72. package/dist/components/count-up/index.js +120 -0
  73. package/dist/components/custom-scrollbar/index.js +50 -68
  74. package/dist/components/data-box/index.js +97 -0
  75. package/dist/components/data-box/style.css +1 -0
  76. package/dist/components/data-card/index.js +98 -0
  77. package/dist/components/data-card/style.css +1 -0
  78. package/dist/components/data-cardtext/index.js +82 -0
  79. package/dist/components/data-cardtext/style.css +1 -0
  80. package/dist/components/data-display/index.js +93 -0
  81. package/dist/components/data-display/style.css +1 -0
  82. package/dist/components/data-icons/index.js +104 -0
  83. package/dist/components/data-icons/style.css +1 -0
  84. package/dist/components/data-imgtext/index.js +106 -0
  85. package/dist/components/data-imgtext/style.css +1 -0
  86. package/dist/components/data-operatext/index.js +99 -0
  87. package/dist/components/data-operatext/style.css +1 -0
  88. package/dist/components/data-panel/index.js +93 -0
  89. package/dist/components/data-panel/style.css +1 -0
  90. package/dist/components/data-pay/index.js +149 -0
  91. package/dist/components/data-pay/style.css +1 -0
  92. package/dist/components/data-price/index.js +84 -0
  93. package/dist/components/data-price/style.css +1 -0
  94. package/dist/components/data-progress/index.js +97 -0
  95. package/dist/components/data-progress/style.css +1 -0
  96. package/dist/components/data-rotate/index.js +96 -0
  97. package/dist/components/data-rotate/style.css +1 -0
  98. package/dist/components/data-table-picker/index.js +62 -81
  99. package/dist/components/data-tabs/index.js +94 -0
  100. package/dist/components/data-tabs/style.css +1 -0
  101. package/dist/components/dialog-column/index.js +138 -0
  102. package/dist/components/dialog-excel/index.js +214 -0
  103. package/dist/components/dialog-filter/index.js +245 -0
  104. package/dist/components/dialog-form/index.js +275 -0
  105. package/dist/components/draggable/index.js +384 -0
  106. package/dist/components/draggable/style.css +1 -0
  107. package/dist/components/dynamic-table/index.js +89 -113
  108. package/dist/components/dynamic-table/style.css +1 -30
  109. package/dist/components/e-charts/index.js +126 -201
  110. package/dist/components/e-charts/style.css +1 -10
  111. package/dist/components/editable-progress/index.js +60 -93
  112. package/dist/components/editable-progress/style.css +1 -37
  113. package/dist/components/editable-tree/index.js +423 -638
  114. package/dist/components/editable-tree/style.css +1 -82
  115. package/dist/components/egd-collapse/index.js +33 -46
  116. package/dist/components/egd-collapse-item/index.js +60 -76
  117. package/dist/components/element-dialog/index.js +95 -147
  118. package/dist/components/element-dialog/style.css +1 -102
  119. package/dist/components/empty/index.js +59 -0
  120. package/dist/components/empty/style.css +1 -0
  121. package/dist/components/empty-view/index.js +28 -34
  122. package/dist/components/empty-view/style.css +1 -17
  123. package/dist/components/error-view/index.js +26 -32
  124. package/dist/components/error-view/style.css +1 -17
  125. package/dist/components/flex-column/index.js +25 -40
  126. package/dist/components/flex-item/index.js +29 -57
  127. package/dist/components/flex-row/index.js +25 -40
  128. package/dist/components/flex-scroller/index.js +26 -32
  129. package/dist/components/flex-scroller/style.css +1 -20
  130. package/dist/components/flow/index.js +278 -0
  131. package/dist/components/flow/style.css +1 -0
  132. package/dist/components/flow-node/index.js +102 -0
  133. package/dist/components/form-button/index.js +34 -38
  134. package/dist/components/form-cascader/index.js +71 -81
  135. package/dist/components/form-checkbox-group/index.js +88 -113
  136. package/dist/components/form-checkbox-group/style.css +1 -51
  137. package/dist/components/form-date-picker/index.js +70 -132
  138. package/dist/components/form-group/index.js +122 -0
  139. package/dist/components/form-group/style.css +1 -0
  140. package/dist/components/form-holder/index.js +53 -39
  141. package/dist/components/form-input/index.js +56 -62
  142. package/dist/components/form-input-email/index.js +48 -60
  143. package/dist/components/form-input-id-card/index.js +53 -59
  144. package/dist/components/form-input-number/index.js +61 -68
  145. package/dist/components/form-input-number/style.css +1 -12
  146. package/dist/components/form-input-phone-number/index.js +49 -55
  147. package/dist/components/form-input-time/index.js +53 -59
  148. package/dist/components/form-item/index.js +80 -123
  149. package/dist/components/form-item/style.css +1 -11
  150. package/dist/components/form-item-config-provider/index.js +25 -26
  151. package/dist/components/form-item-group/index.js +85 -111
  152. package/dist/components/form-item-group/style.css +1 -30
  153. package/dist/components/form-radio-group/index.js +85 -104
  154. package/dist/components/form-radio-group/style.css +1 -53
  155. package/dist/components/form-select/index.js +76 -91
  156. package/dist/components/form-switch/index.js +51 -57
  157. package/dist/components/form-temp/index.js +149 -0
  158. package/dist/components/form-textarea/index.js +51 -57
  159. package/dist/components/form-view/index.js +165 -232
  160. package/dist/components/form-view/style.css +1 -158
  161. package/dist/components/fy-cascader/index.js +132 -0
  162. package/dist/components/fy-checkbox/index.js +116 -0
  163. package/dist/components/fy-checkbox/style.css +1 -0
  164. package/dist/components/fy-curd/index.js +846 -0
  165. package/dist/components/fy-curd/style.css +1 -0
  166. package/dist/components/fy-date/index.js +84 -0
  167. package/dist/components/fy-date/style.css +1 -0
  168. package/dist/components/fy-dialog-form/index.js +278 -0
  169. package/dist/components/fy-dialog-form/style.css +1 -0
  170. package/dist/components/fy-dynamic/index.js +335 -0
  171. package/dist/components/fy-dynamic/style.css +1 -0
  172. package/dist/components/fy-form/index.js +754 -0
  173. package/dist/components/fy-form/style.css +1 -0
  174. package/dist/components/fy-form-menu/index.js +95 -0
  175. package/dist/components/fy-input/index.js +162 -0
  176. package/dist/components/fy-input-color/index.js +96 -0
  177. package/dist/components/fy-input-icon/index.js +161 -0
  178. package/dist/components/fy-input-icon/style.css +1 -0
  179. package/dist/components/fy-input-map/index.js +275 -0
  180. package/dist/components/fy-input-map/style.css +1 -0
  181. package/dist/components/fy-input-number/index.js +87 -0
  182. package/dist/components/fy-input-table/index.js +172 -0
  183. package/dist/components/fy-input-table/style.css +1 -0
  184. package/dist/components/fy-input-tree/index.js +265 -0
  185. package/dist/components/fy-input-tree/style.css +1 -0
  186. package/dist/components/fy-radio/index.js +68 -0
  187. package/dist/components/fy-radio/style.css +1 -0
  188. package/dist/components/fy-rate/index.js +105 -0
  189. package/dist/components/fy-rate/style.css +1 -0
  190. package/dist/components/fy-select/index.js +223 -0
  191. package/dist/components/fy-select/style.css +1 -0
  192. package/dist/components/fy-slider/index.js +79 -0
  193. package/dist/components/fy-switch/index.js +73 -0
  194. package/dist/components/fy-time/index.js +95 -0
  195. package/dist/components/fy-title/index.js +40 -0
  196. package/dist/components/fy-title/style.css +1 -0
  197. package/dist/components/fy-upload/index.js +704 -0
  198. package/dist/components/fy-upload/style.css +1 -0
  199. package/dist/components/guide-steps/index.js +44 -58
  200. package/dist/components/guide-steps/style.css +1 -34
  201. package/dist/components/header-menu/index.js +238 -0
  202. package/dist/components/header-search/index.js +246 -0
  203. package/dist/components/icon-card/index.js +29 -35
  204. package/dist/components/icon-card/style.css +1 -56
  205. package/dist/components/icon-temp/index.js +50 -0
  206. package/dist/components/icon-temp/style.css +1 -0
  207. package/dist/components/iframe-window/index.js +29 -35
  208. package/dist/components/iframe-window/style.css +1 -20
  209. package/dist/components/image-viewer/index.js +48 -66
  210. package/dist/components/image-viewer/style.css +1 -21
  211. package/dist/components/input-number/index.js +127 -193
  212. package/dist/components/input-number/style.css +1 -15
  213. package/dist/components/input-number-range/index.js +45 -57
  214. package/dist/components/input-number-range/style.css +1 -12
  215. package/dist/components/j-s-x-component/index.js +4 -4
  216. package/dist/components/keep-view-alive/index.js +77 -120
  217. package/dist/components/keyboard/index.js +389 -0
  218. package/dist/components/keyboard/style.css +1 -0
  219. package/dist/components/license/index.js +134 -0
  220. package/dist/components/loading-view/index.js +26 -32
  221. package/dist/components/loading-view/style.css +1 -17
  222. package/dist/components/login/index.js +244 -0
  223. package/dist/components/login/style.css +1 -0
  224. package/dist/components/name-avatar/index.js +66 -0
  225. package/dist/components/name-avatar/style.css +1 -0
  226. package/dist/components/nav-bar/index.js +27 -37
  227. package/dist/components/nav-bar/style.css +1 -17
  228. package/dist/components/not-implement/index.js +23 -31
  229. package/dist/components/not-implement/style.css +1 -15
  230. package/dist/components/notice/index.js +143 -0
  231. package/dist/components/notice/style.css +1 -0
  232. package/dist/components/page/index.js +22 -28
  233. package/dist/components/page/style.css +1 -12
  234. package/dist/components/page-header/index.js +30 -36
  235. package/dist/components/page-header/style.css +1 -14
  236. package/dist/components/page-index/index.js +62 -83
  237. package/dist/components/page-index/style.css +1 -23
  238. package/dist/components/page-index-top/index.js +53 -68
  239. package/dist/components/page-skeleton/index.js +31 -37
  240. package/dist/components/page-skeleton/style.css +1 -23
  241. package/dist/components/page-skeleton-new/index.js +42 -48
  242. package/dist/components/page-skeleton-new/style.css +1 -42
  243. package/dist/components/pageable-table/index.js +190 -253
  244. package/dist/components/pageable-table/style.css +1 -72
  245. package/dist/components/pageable-view/index.js +134 -199
  246. package/dist/components/pageable-view/style.css +1 -69
  247. package/dist/components/photo-swipe/index.js +116 -151
  248. package/dist/components/photo-swipe/style.css +1 -20
  249. package/dist/components/progress/index.js +60 -0
  250. package/dist/components/queue/index.js +76 -0
  251. package/dist/components/record-video/index.js +173 -0
  252. package/dist/components/record-video/style.css +1 -0
  253. package/dist/components/resize-observer/index.js +34 -68
  254. package/dist/components/resize-observer/style.css +1 -31
  255. package/dist/components/search/index.js +142 -0
  256. package/dist/components/search/style.css +1 -0
  257. package/dist/components/search-popover/index.js +153 -211
  258. package/dist/components/search-popover/style.css +1 -93
  259. package/dist/components/sign/index.js +128 -0
  260. package/dist/components/sign/style.css +1 -0
  261. package/dist/components/sign-panel/index.js +105 -142
  262. package/dist/components/sign-panel/style.css +1 -97
  263. package/dist/components/skeleton/index.js +82 -0
  264. package/dist/components/skeleton/style.css +1 -0
  265. package/dist/components/split-pane/index.js +107 -162
  266. package/dist/components/split-pane/style.css +1 -100
  267. package/dist/components/stateful/index.js +31 -34
  268. package/dist/components/stateful/style.css +1 -33
  269. package/dist/components/static-pageable-table/index.js +37 -44
  270. package/dist/components/static-pageable-table/style.css +1 -9
  271. package/dist/components/swiper/index.js +85 -150
  272. package/dist/components/swiper/style.css +1 -43
  273. package/dist/components/tab/index.js +56 -72
  274. package/dist/components/tab/style.css +1 -122
  275. package/dist/components/tab-item/index.js +30 -35
  276. package/dist/components/table-column/index.js +30 -32
  277. package/dist/components/table-page/index.js +129 -0
  278. package/dist/components/table-view/index.js +156 -227
  279. package/dist/components/table-view/style.css +1 -95
  280. package/dist/components/tabs/index.js +90 -0
  281. package/dist/components/tabs/style.css +0 -0
  282. package/dist/components/tag-render/index.js +44 -58
  283. package/dist/components/tag-render/style.css +1 -33
  284. package/dist/components/text-ellipsis/index.js +107 -0
  285. package/dist/components/text-ellipsis/style.css +1 -0
  286. package/dist/components/tinymce-editor/index.js +79 -95
  287. package/dist/components/tinymce-editor/style.css +1 -43
  288. package/dist/components/tinymce-wrapper/index.js +92 -121
  289. package/dist/components/tinymce-wrapper/style.css +1 -36
  290. package/dist/components/toolbar/index.js +63 -84
  291. package/dist/components/toolbar/style.css +1 -39
  292. package/dist/components/toolbar-button/index.js +41 -48
  293. package/dist/components/toolbar-button/style.css +1 -21
  294. package/dist/components/tree/index.js +427 -0
  295. package/dist/components/tree/style.css +1 -0
  296. package/dist/components/trigger/index.js +29 -36
  297. package/dist/components/verify/index.js +80 -0
  298. package/dist/components/verify/style.css +1 -0
  299. package/dist/components/vue-tags-input/index.js +305 -311
  300. package/dist/components/vue-tags-input/style.css +1 -682
  301. package/dist/components/watermark/index.js +43 -37
  302. package/dist/components/watermark/style.css +1 -11
  303. package/dist/index.css +4157 -1686
  304. package/dist/index.es.js +23131 -11014
  305. package/package.json +20 -4
  306. package/web-types.json +12777 -2788
  307. package/dist/chunks/3d28cc08.js +0 -57
  308. package/dist/chunks/5d33812d.js +0 -147
  309. package/dist/chunks/9d848bf6.js +0 -99
  310. package/dist/chunks/a0bb327b.js +0 -96
  311. package/dist/chunks/a8891d2c.js +0 -30
  312. package/dist/chunks/c69d5628.js +0 -248
  313. package/dist/chunks/de9fe802.js +0 -24
  314. package/dist/components/x-dialog/index.js +0 -199
  315. package/dist/components/x-dialog/style.css +0 -15
@@ -1,4 +1,4 @@
1
- import CodeMirror from "codemirror";
1
+ import F from "codemirror";
2
2
  import "codemirror/lib/codemirror.css";
3
3
  import "codemirror/theme/idea.css";
4
4
  import "codemirror/mode/javascript/javascript";
@@ -12,186 +12,175 @@ import "codemirror/addon/fold/foldgutter";
12
12
  import "codemirror/addon/fold/foldgutter.css";
13
13
  import "codemirror/addon/fold/brace-fold";
14
14
  import "codemirror/addon/fold/comment-fold";
15
- import { n as normalizeComponent } from "../../chunks/3d28cc08.js";
16
- var jsonlint = function() {
17
- var c = {}, d = function() {
18
- var a = { trace: function() {
19
- }, yy: {}, symbols_: { error: 2, JSONString: 3, STRING: 4, JSONNumber: 5, NUMBER: 6, JSONNullLiteral: 7, NULL: 8, JSONBooleanLiteral: 9, TRUE: 10, FALSE: 11, JSONText: 12, JSONValue: 13, EOF: 14, JSONObject: 15, JSONArray: 16, "{": 17, "}": 18, JSONMemberList: 19, JSONMember: 20, ":": 21, ",": 22, "[": 23, "]": 24, JSONElementList: 25, $accept: 0, $end: 1 }, terminals_: { 2: "error", 4: "STRING", 6: "NUMBER", 8: "NULL", 10: "TRUE", 11: "FALSE", 14: "EOF", 17: "{", 18: "}", 21: ":", 22: ",", 23: "[", 24: "]" }, productions_: [0, [3, 1], [5, 1], [7, 1], [9, 1], [9, 1], [12, 2], [13, 1], [13, 1], [13, 1], [13, 1], [13, 1], [13, 1], [15, 2], [15, 3], [20, 3], [19, 1], [19, 3], [16, 2], [16, 3], [25, 1], [25, 3]], performAction: function(b2, c2, d2, e, f, g, h) {
20
- var i = g.length - 1;
21
- switch (f) {
15
+ import { n as j } from "../../chunks/vueComponentNormalizer.71e2aa87.js";
16
+ var M = function() {
17
+ var i = {}, l = function() {
18
+ var m = { trace: function() {
19
+ }, yy: {}, symbols_: { error: 2, JSONString: 3, STRING: 4, JSONNumber: 5, NUMBER: 6, JSONNullLiteral: 7, NULL: 8, JSONBooleanLiteral: 9, TRUE: 10, FALSE: 11, JSONText: 12, JSONValue: 13, EOF: 14, JSONObject: 15, JSONArray: 16, "{": 17, "}": 18, JSONMemberList: 19, JSONMember: 20, ":": 21, ",": 22, "[": 23, "]": 24, JSONElementList: 25, $accept: 0, $end: 1 }, terminals_: { 2: "error", 4: "STRING", 6: "NUMBER", 8: "NULL", 10: "TRUE", 11: "FALSE", 14: "EOF", 17: "{", 18: "}", 21: ":", 22: ",", 23: "[", 24: "]" }, productions_: [0, [3, 1], [5, 1], [7, 1], [9, 1], [9, 1], [12, 2], [13, 1], [13, 1], [13, 1], [13, 1], [13, 1], [13, 1], [15, 2], [15, 3], [20, 3], [19, 1], [19, 3], [16, 2], [16, 3], [25, 1], [25, 3]], performAction: function(u, t, n, p, s, e, o) {
20
+ var r = e.length - 1;
21
+ switch (s) {
22
22
  case 1:
23
- this.$ = b2.replace(/\\(\\|")/g, "$1").replace(/\\n/g, "\n").replace(/\\r/g, "\r").replace(/\\t/g, " ").replace(/\\v/g, "\v").replace(/\\f/g, "\f").replace(/\\b/g, "\b");
23
+ this.$ = u.replace(/\\(\\|")/g, "$1").replace(/\\n/g, `
24
+ `).replace(/\\r/g, "\r").replace(/\\t/g, " ").replace(/\\v/g, "\v").replace(/\\f/g, "\f").replace(/\\b/g, "\b");
24
25
  break;
25
26
  case 2:
26
- this.$ = Number(b2);
27
+ this.$ = Number(u);
27
28
  break;
28
29
  case 3:
29
30
  this.$ = null;
30
31
  break;
31
32
  case 4:
32
- this.$ = true;
33
+ this.$ = !0;
33
34
  break;
34
35
  case 5:
35
- this.$ = false;
36
+ this.$ = !1;
36
37
  break;
37
38
  case 6:
38
- return this.$ = g[i - 1];
39
+ return this.$ = e[r - 1];
39
40
  case 13:
40
41
  this.$ = {};
41
42
  break;
42
43
  case 14:
43
- this.$ = g[i - 1];
44
+ this.$ = e[r - 1];
44
45
  break;
45
46
  case 15:
46
- this.$ = [g[i - 2], g[i]];
47
+ this.$ = [e[r - 2], e[r]];
47
48
  break;
48
49
  case 16:
49
- this.$ = {}, this.$[g[i][0]] = g[i][1];
50
+ this.$ = {}, this.$[e[r][0]] = e[r][1];
50
51
  break;
51
52
  case 17:
52
- this.$ = g[i - 2], g[i - 2][g[i][0]] = g[i][1];
53
+ this.$ = e[r - 2], e[r - 2][e[r][0]] = e[r][1];
53
54
  break;
54
55
  case 18:
55
56
  this.$ = [];
56
57
  break;
57
58
  case 19:
58
- this.$ = g[i - 1];
59
+ this.$ = e[r - 1];
59
60
  break;
60
61
  case 20:
61
- this.$ = [g[i]];
62
+ this.$ = [e[r]];
62
63
  break;
63
64
  case 21:
64
- this.$ = g[i - 2], g[i - 2].push(g[i]);
65
+ this.$ = e[r - 2], e[r - 2].push(e[r]);
65
66
  }
66
- }, table: [{ 3: 5, 4: [1, 12], 5: 6, 6: [1, 13], 7: 3, 8: [1, 9], 9: 4, 10: [1, 10], 11: [1, 11], 12: 1, 13: 2, 15: 7, 16: 8, 17: [1, 14], 23: [1, 15] }, { 1: [3] }, { 14: [1, 16] }, { 14: [2, 7], 18: [2, 7], 22: [2, 7], 24: [2, 7] }, { 14: [2, 8], 18: [2, 8], 22: [2, 8], 24: [2, 8] }, { 14: [2, 9], 18: [2, 9], 22: [2, 9], 24: [2, 9] }, { 14: [2, 10], 18: [2, 10], 22: [2, 10], 24: [2, 10] }, { 14: [2, 11], 18: [2, 11], 22: [2, 11], 24: [2, 11] }, { 14: [2, 12], 18: [2, 12], 22: [2, 12], 24: [2, 12] }, { 14: [2, 3], 18: [2, 3], 22: [2, 3], 24: [2, 3] }, { 14: [2, 4], 18: [2, 4], 22: [2, 4], 24: [2, 4] }, { 14: [2, 5], 18: [2, 5], 22: [2, 5], 24: [2, 5] }, { 14: [2, 1], 18: [2, 1], 21: [2, 1], 22: [2, 1], 24: [2, 1] }, { 14: [2, 2], 18: [2, 2], 22: [2, 2], 24: [2, 2] }, { 3: 20, 4: [1, 12], 18: [1, 17], 19: 18, 20: 19 }, { 3: 5, 4: [1, 12], 5: 6, 6: [1, 13], 7: 3, 8: [1, 9], 9: 4, 10: [1, 10], 11: [1, 11], 13: 23, 15: 7, 16: 8, 17: [1, 14], 23: [1, 15], 24: [1, 21], 25: 22 }, { 1: [2, 6] }, { 14: [2, 13], 18: [2, 13], 22: [2, 13], 24: [2, 13] }, { 18: [1, 24], 22: [1, 25] }, { 18: [2, 16], 22: [2, 16] }, { 21: [1, 26] }, { 14: [2, 18], 18: [2, 18], 22: [2, 18], 24: [2, 18] }, { 22: [1, 28], 24: [1, 27] }, { 22: [2, 20], 24: [2, 20] }, { 14: [2, 14], 18: [2, 14], 22: [2, 14], 24: [2, 14] }, { 3: 20, 4: [1, 12], 20: 29 }, { 3: 5, 4: [1, 12], 5: 6, 6: [1, 13], 7: 3, 8: [1, 9], 9: 4, 10: [1, 10], 11: [1, 11], 13: 30, 15: 7, 16: 8, 17: [1, 14], 23: [1, 15] }, { 14: [2, 19], 18: [2, 19], 22: [2, 19], 24: [2, 19] }, { 3: 5, 4: [1, 12], 5: 6, 6: [1, 13], 7: 3, 8: [1, 9], 9: 4, 10: [1, 10], 11: [1, 11], 13: 31, 15: 7, 16: 8, 17: [1, 14], 23: [1, 15] }, { 18: [2, 17], 22: [2, 17] }, { 18: [2, 15], 22: [2, 15] }, { 22: [2, 21], 24: [2, 21] }], defaultActions: { 16: [2, 6] }, parseError: function(b2, c2) {
67
- throw new Error(b2);
68
- }, parse: function(b2) {
69
- function o(a2) {
70
- d2.length = d2.length - 2 * a2, e.length = e.length - a2, f.length = f.length - a2;
67
+ }, table: [{ 3: 5, 4: [1, 12], 5: 6, 6: [1, 13], 7: 3, 8: [1, 9], 9: 4, 10: [1, 10], 11: [1, 11], 12: 1, 13: 2, 15: 7, 16: 8, 17: [1, 14], 23: [1, 15] }, { 1: [3] }, { 14: [1, 16] }, { 14: [2, 7], 18: [2, 7], 22: [2, 7], 24: [2, 7] }, { 14: [2, 8], 18: [2, 8], 22: [2, 8], 24: [2, 8] }, { 14: [2, 9], 18: [2, 9], 22: [2, 9], 24: [2, 9] }, { 14: [2, 10], 18: [2, 10], 22: [2, 10], 24: [2, 10] }, { 14: [2, 11], 18: [2, 11], 22: [2, 11], 24: [2, 11] }, { 14: [2, 12], 18: [2, 12], 22: [2, 12], 24: [2, 12] }, { 14: [2, 3], 18: [2, 3], 22: [2, 3], 24: [2, 3] }, { 14: [2, 4], 18: [2, 4], 22: [2, 4], 24: [2, 4] }, { 14: [2, 5], 18: [2, 5], 22: [2, 5], 24: [2, 5] }, { 14: [2, 1], 18: [2, 1], 21: [2, 1], 22: [2, 1], 24: [2, 1] }, { 14: [2, 2], 18: [2, 2], 22: [2, 2], 24: [2, 2] }, { 3: 20, 4: [1, 12], 18: [1, 17], 19: 18, 20: 19 }, { 3: 5, 4: [1, 12], 5: 6, 6: [1, 13], 7: 3, 8: [1, 9], 9: 4, 10: [1, 10], 11: [1, 11], 13: 23, 15: 7, 16: 8, 17: [1, 14], 23: [1, 15], 24: [1, 21], 25: 22 }, { 1: [2, 6] }, { 14: [2, 13], 18: [2, 13], 22: [2, 13], 24: [2, 13] }, { 18: [1, 24], 22: [1, 25] }, { 18: [2, 16], 22: [2, 16] }, { 21: [1, 26] }, { 14: [2, 18], 18: [2, 18], 22: [2, 18], 24: [2, 18] }, { 22: [1, 28], 24: [1, 27] }, { 22: [2, 20], 24: [2, 20] }, { 14: [2, 14], 18: [2, 14], 22: [2, 14], 24: [2, 14] }, { 3: 20, 4: [1, 12], 20: 29 }, { 3: 5, 4: [1, 12], 5: 6, 6: [1, 13], 7: 3, 8: [1, 9], 9: 4, 10: [1, 10], 11: [1, 11], 13: 30, 15: 7, 16: 8, 17: [1, 14], 23: [1, 15] }, { 14: [2, 19], 18: [2, 19], 22: [2, 19], 24: [2, 19] }, { 3: 5, 4: [1, 12], 5: 6, 6: [1, 13], 7: 3, 8: [1, 9], 9: 4, 10: [1, 10], 11: [1, 11], 13: 31, 15: 7, 16: 8, 17: [1, 14], 23: [1, 15] }, { 18: [2, 17], 22: [2, 17] }, { 18: [2, 15], 22: [2, 15] }, { 22: [2, 21], 24: [2, 21] }], defaultActions: { 16: [2, 6] }, parseError: function(u, t) {
68
+ throw new Error(u);
69
+ }, parse: function(u) {
70
+ function t(y) {
71
+ s.length = s.length - 2 * y, e.length = e.length - y, o.length = o.length - y;
71
72
  }
72
- function p() {
73
- var a2;
74
- return a2 = c2.lexer.lex() || 1, typeof a2 != "number" && (a2 = c2.symbols_[a2] || a2), a2;
73
+ function n() {
74
+ var y;
75
+ return y = p.lexer.lex() || 1, typeof y != "number" && (y = p.symbols_[y] || y), y;
75
76
  }
76
- var c2 = this, d2 = [0], e = [null], f = [], g = this.table, h = "", i = 0, j = 0, k = 0, l = 2, m = 1;
77
- this.lexer.setInput(b2), this.lexer.yy = this.yy, this.yy.lexer = this.lexer, typeof this.lexer.yylloc == "undefined" && (this.lexer.yylloc = {});
78
- var n = this.lexer.yylloc;
79
- f.push(n), typeof this.yy.parseError == "function" && (this.parseError = this.yy.parseError);
80
- var q, r, s, t, v, w = {}, x, y, z, A;
81
- for (; ; ) {
82
- s = d2[d2.length - 1], this.defaultActions[s] ? t = this.defaultActions[s] : (q == null && (q = p()), t = g[s] && g[s][q]);
83
- if (typeof t == "undefined" || !t.length || !t[0]) {
84
- if (!k) {
85
- A = [];
86
- for (x in g[s])
87
- this.terminals_[x] && x > 2 && A.push("'" + this.terminals_[x] + "'");
88
- var B = "";
89
- this.lexer.showPosition ? B = "Parse error on line " + (i + 1) + ":\n" + this.lexer.showPosition() + "\nExpecting " + A.join(", ") + ", got '" + this.terminals_[q] + "'" : B = "Parse error on line " + (i + 1) + ": Unexpected " + (q == 1 ? "end of input" : "'" + (this.terminals_[q] || q) + "'"), this.parseError(B, { text: this.lexer.match, token: this.terminals_[q] || q, line: this.lexer.yylineno, loc: n, expected: A });
77
+ var p = this, s = [0], e = [null], o = [], r = this.table, k = "", d = 0, N = 0, _ = 0, $ = 2, L = 1;
78
+ this.lexer.setInput(u), this.lexer.yy = this.yy, this.yy.lexer = this.lexer, typeof this.lexer.yylloc > "u" && (this.lexer.yylloc = {});
79
+ var b = this.lexer.yylloc;
80
+ o.push(b), typeof this.yy.parseError == "function" && (this.parseError = this.yy.parseError);
81
+ for (var h, S, a, c, w, g = {}, v, f, A, E; ; ) {
82
+ if (a = s[s.length - 1], this.defaultActions[a] ? c = this.defaultActions[a] : (h == null && (h = n()), c = r[a] && r[a][h]), typeof c > "u" || !c.length || !c[0]) {
83
+ if (!_) {
84
+ E = [];
85
+ for (v in r[a])
86
+ this.terminals_[v] && v > 2 && E.push("'" + this.terminals_[v] + "'");
87
+ var x = "";
88
+ this.lexer.showPosition ? x = "Parse error on line " + (d + 1) + `:
89
+ ` + this.lexer.showPosition() + `
90
+ Expecting ` + E.join(", ") + ", got '" + this.terminals_[h] + "'" : x = "Parse error on line " + (d + 1) + ": Unexpected " + (h == 1 ? "end of input" : "'" + (this.terminals_[h] || h) + "'"), this.parseError(x, { text: this.lexer.match, token: this.terminals_[h] || h, line: this.lexer.yylineno, loc: b, expected: E });
90
91
  }
91
- if (k == 3) {
92
- if (q == m)
93
- throw new Error(B || "Parsing halted.");
94
- j = this.lexer.yyleng, h = this.lexer.yytext, i = this.lexer.yylineno, n = this.lexer.yylloc, q = p();
92
+ if (_ == 3) {
93
+ if (h == L)
94
+ throw new Error(x || "Parsing halted.");
95
+ N = this.lexer.yyleng, k = this.lexer.yytext, d = this.lexer.yylineno, b = this.lexer.yylloc, h = n();
95
96
  }
96
- for (; ; ) {
97
- if (l.toString() in g[s])
98
- break;
99
- if (s == 0)
100
- throw new Error(B || "Parsing halted.");
101
- o(1), s = d2[d2.length - 1];
97
+ for (; !($.toString() in r[a]); ) {
98
+ if (a == 0)
99
+ throw new Error(x || "Parsing halted.");
100
+ t(1), a = s[s.length - 1];
102
101
  }
103
- r = q, q = l, s = d2[d2.length - 1], t = g[s] && g[s][l], k = 3;
102
+ S = h, h = $, a = s[s.length - 1], c = r[a] && r[a][$], _ = 3;
104
103
  }
105
- if (t[0] instanceof Array && t.length > 1)
106
- throw new Error("Parse Error: multiple actions possible at state: " + s + ", token: " + q);
107
- switch (t[0]) {
104
+ if (c[0] instanceof Array && c.length > 1)
105
+ throw new Error("Parse Error: multiple actions possible at state: " + a + ", token: " + h);
106
+ switch (c[0]) {
108
107
  case 1:
109
- d2.push(q), e.push(this.lexer.yytext), f.push(this.lexer.yylloc), d2.push(t[1]), q = null, r ? (q = r, r = null) : (j = this.lexer.yyleng, h = this.lexer.yytext, i = this.lexer.yylineno, n = this.lexer.yylloc, k > 0 && k--);
108
+ s.push(h), e.push(this.lexer.yytext), o.push(this.lexer.yylloc), s.push(c[1]), h = null, S ? (h = S, S = null) : (N = this.lexer.yyleng, k = this.lexer.yytext, d = this.lexer.yylineno, b = this.lexer.yylloc, _ > 0 && _--);
110
109
  break;
111
110
  case 2:
112
- y = this.productions_[t[1]][1], w.$ = e[e.length - y], w._$ = { first_line: f[f.length - (y || 1)].first_line, last_line: f[f.length - 1].last_line, first_column: f[f.length - (y || 1)].first_column, last_column: f[f.length - 1].last_column }, v = this.performAction.call(w, h, j, i, this.yy, t[1], e, f);
113
- if (typeof v != "undefined")
114
- return v;
115
- y && (d2 = d2.slice(0, -1 * y * 2), e = e.slice(0, -1 * y), f = f.slice(0, -1 * y)), d2.push(this.productions_[t[1]][0]), e.push(w.$), f.push(w._$), z = g[d2[d2.length - 2]][d2[d2.length - 1]], d2.push(z);
111
+ if (f = this.productions_[c[1]][1], g.$ = e[e.length - f], g._$ = { first_line: o[o.length - (f || 1)].first_line, last_line: o[o.length - 1].last_line, first_column: o[o.length - (f || 1)].first_column, last_column: o[o.length - 1].last_column }, w = this.performAction.call(g, k, N, d, this.yy, c[1], e, o), typeof w < "u")
112
+ return w;
113
+ f && (s = s.slice(0, -1 * f * 2), e = e.slice(0, -1 * f), o = o.slice(0, -1 * f)), s.push(this.productions_[c[1]][0]), e.push(g.$), o.push(g._$), A = r[s[s.length - 2]][s[s.length - 1]], s.push(A);
116
114
  break;
117
115
  case 3:
118
- return true;
116
+ return !0;
119
117
  }
120
118
  }
121
- return true;
122
- } }, b = function() {
123
- var a2 = { EOF: 1, parseError: function(b2, c2) {
119
+ return !0;
120
+ } }, J = function() {
121
+ var u = { EOF: 1, parseError: function(t, n) {
124
122
  if (!this.yy.parseError)
125
- throw new Error(b2);
126
- this.yy.parseError(b2, c2);
127
- }, setInput: function(a3) {
128
- return this._input = a3, this._more = this._less = this.done = false, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = { first_line: 1, first_column: 0, last_line: 1, last_column: 0 }, this;
123
+ throw new Error(t);
124
+ this.yy.parseError(t, n);
125
+ }, setInput: function(t) {
126
+ return this._input = t, this._more = this._less = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = { first_line: 1, first_column: 0, last_line: 1, last_column: 0 }, this;
129
127
  }, input: function() {
130
- var a3 = this._input[0];
131
- this.yytext += a3, this.yyleng++, this.match += a3, this.matched += a3;
132
- var b2 = a3.match(/\n/);
133
- return b2 && this.yylineno++, this._input = this._input.slice(1), a3;
134
- }, unput: function(a3) {
135
- return this._input = a3 + this._input, this;
128
+ var t = this._input[0];
129
+ this.yytext += t, this.yyleng++, this.match += t, this.matched += t;
130
+ var n = t.match(/\n/);
131
+ return n && this.yylineno++, this._input = this._input.slice(1), t;
132
+ }, unput: function(t) {
133
+ return this._input = t + this._input, this;
136
134
  }, more: function() {
137
- return this._more = true, this;
138
- }, less: function(a3) {
139
- this._input = this.match.slice(a3) + this._input;
135
+ return this._more = !0, this;
136
+ }, less: function(t) {
137
+ this._input = this.match.slice(t) + this._input;
140
138
  }, pastInput: function() {
141
- var a3 = this.matched.substr(0, this.matched.length - this.match.length);
142
- return (a3.length > 20 ? "..." : "") + a3.substr(-20).replace(/\n/g, "");
139
+ var t = this.matched.substr(0, this.matched.length - this.match.length);
140
+ return (t.length > 20 ? "..." : "") + t.substr(-20).replace(/\n/g, "");
143
141
  }, upcomingInput: function() {
144
- var a3 = this.match;
145
- return a3.length < 20 && (a3 += this._input.substr(0, 20 - a3.length)), (a3.substr(0, 20) + (a3.length > 20 ? "..." : "")).replace(/\n/g, "");
142
+ var t = this.match;
143
+ return t.length < 20 && (t += this._input.substr(0, 20 - t.length)), (t.substr(0, 20) + (t.length > 20 ? "..." : "")).replace(/\n/g, "");
146
144
  }, showPosition: function() {
147
- var a3 = this.pastInput(), b2 = new Array(a3.length + 1).join("-");
148
- return a3 + this.upcomingInput() + "\n" + b2 + "^";
145
+ var t = this.pastInput(), n = new Array(t.length + 1).join("-");
146
+ return t + this.upcomingInput() + `
147
+ ` + n + "^";
149
148
  }, next: function() {
150
149
  if (this.done)
151
150
  return this.EOF;
152
- this._input || (this.done = true);
153
- var a3, b2, c2, d2, f;
151
+ this._input || (this.done = !0);
152
+ var t, n, p, s, e;
154
153
  this._more || (this.yytext = "", this.match = "");
155
- var g = this._currentRules();
156
- for (var h = 0; h < g.length; h++) {
157
- c2 = this._input.match(this.rules[g[h]]);
158
- if (c2 && (!b2 || c2[0].length > b2[0].length)) {
159
- b2 = c2, d2 = h;
160
- if (!this.options.flex)
161
- break;
162
- }
163
- }
164
- if (b2) {
165
- f = b2[0].match(/\n.*/g), f && (this.yylineno += f.length), this.yylloc = { first_line: this.yylloc.last_line, last_line: this.yylineno + 1, first_column: this.yylloc.last_column, last_column: f ? f[f.length - 1].length - 1 : this.yylloc.last_column + b2[0].length }, this.yytext += b2[0], this.match += b2[0], this.yyleng = this.yytext.length, this._more = false, this._input = this._input.slice(b2[0].length), this.matched += b2[0], a3 = this.performAction.call(this, this.yy, this, g[d2], this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = false);
166
- if (a3)
167
- return a3;
168
- return;
169
- }
154
+ for (var o = this._currentRules(), r = 0; r < o.length && (p = this._input.match(this.rules[o[r]]), !(p && (!n || p[0].length > n[0].length) && (n = p, s = r, !this.options.flex))); r++)
155
+ ;
156
+ if (n)
157
+ return e = n[0].match(/\n.*/g), e && (this.yylineno += e.length), this.yylloc = { first_line: this.yylloc.last_line, last_line: this.yylineno + 1, first_column: this.yylloc.last_column, last_column: e ? e[e.length - 1].length - 1 : this.yylloc.last_column + n[0].length }, this.yytext += n[0], this.match += n[0], this.yyleng = this.yytext.length, this._more = !1, this._input = this._input.slice(n[0].length), this.matched += n[0], t = this.performAction.call(this, this.yy, this, o[s], this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), t || void 0;
170
158
  if (this._input === "")
171
159
  return this.EOF;
172
- this.parseError("Lexical error on line " + (this.yylineno + 1) + ". Unrecognized text.\n" + this.showPosition(), { text: "", token: null, line: this.yylineno });
160
+ this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
161
+ ` + this.showPosition(), { text: "", token: null, line: this.yylineno });
173
162
  }, lex: function() {
174
- var b2 = this.next();
175
- return typeof b2 != "undefined" ? b2 : this.lex();
176
- }, begin: function(b2) {
177
- this.conditionStack.push(b2);
163
+ var t = this.next();
164
+ return typeof t < "u" ? t : this.lex();
165
+ }, begin: function(t) {
166
+ this.conditionStack.push(t);
178
167
  }, popState: function() {
179
168
  return this.conditionStack.pop();
180
169
  }, _currentRules: function() {
181
170
  return this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules;
182
171
  }, topState: function() {
183
172
  return this.conditionStack[this.conditionStack.length - 2];
184
- }, pushState: function(b2) {
185
- this.begin(b2);
173
+ }, pushState: function(t) {
174
+ this.begin(t);
186
175
  } };
187
- return a2.options = {}, a2.performAction = function(b2, c2, d2, e) {
188
- switch (d2) {
176
+ return u.options = {}, u.performAction = function(t, n, p, s) {
177
+ switch (p) {
189
178
  case 0:
190
179
  break;
191
180
  case 1:
192
181
  return 6;
193
182
  case 2:
194
- return c2.yytext = c2.yytext.substr(1, c2.yyleng - 2), 4;
183
+ return n.yytext = n.yytext.substr(1, n.yyleng - 2), 4;
195
184
  case 3:
196
185
  return 17;
197
186
  case 4:
@@ -215,47 +204,37 @@ var jsonlint = function() {
215
204
  case 13:
216
205
  return "INVALID";
217
206
  }
218
- }, a2.rules = [/^(?:\s+)/, /^(?:(-?([0-9]|[1-9][0-9]+))(\.[0-9]+)?([eE][-+]?[0-9]+)?\b)/, /^(?:"(?:\\[\\"bfnrt/]|\\u[a-fA-F0-9]{4}|[^\\\0-\x09\x0a-\x1f"])*")/, /^(?:\{)/, /^(?:\})/, /^(?:\[)/, /^(?:\])/, /^(?:,)/, /^(?::)/, /^(?:true\b)/, /^(?:false\b)/, /^(?:null\b)/, /^(?:$)/, /^(?:.)/], a2.conditions = { INITIAL: { rules: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], inclusive: true } }, a2;
207
+ }, u.rules = [/^(?:\s+)/, /^(?:(-?([0-9]|[1-9][0-9]+))(\.[0-9]+)?([eE][-+]?[0-9]+)?\b)/, /^(?:"(?:\\[\\"bfnrt/]|\\u[a-fA-F0-9]{4}|[^\\\0-\x09\x0a-\x1f"])*")/, /^(?:\{)/, /^(?:\})/, /^(?:\[)/, /^(?:\])/, /^(?:,)/, /^(?::)/, /^(?:true\b)/, /^(?:false\b)/, /^(?:null\b)/, /^(?:$)/, /^(?:.)/], u.conditions = { INITIAL: { rules: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], inclusive: !0 } }, u;
219
208
  }();
220
- return a.lexer = b, a;
209
+ return m.lexer = J, m;
221
210
  }();
222
- c.parser = d, c.parse = function() {
223
- return d.parse.apply(d, arguments);
224
- };
225
- return c;
226
- }();
227
- var render = function() {
228
- var _vm = this;
229
- var _h = _vm.$createElement;
230
- var _c = _vm._self._c || _h;
231
- return _c("div", {
211
+ return i.parser = l, i.parse = function() {
212
+ return l.parse.apply(l, arguments);
213
+ }, i;
214
+ }(), P = function() {
215
+ var i = this, l = i.$createElement, m = i._self._c || l;
216
+ return m("div", {
232
217
  staticClass: "code-mirror-editor"
233
- }, [_c("textarea", {
218
+ }, [m("textarea", {
234
219
  ref: "editor"
235
220
  })]);
236
- };
237
- var staticRenderFns = [];
238
- const CodeMirrorEditor_vue_vue_type_style_index_0_lang = "";
239
- window.jsonlint = jsonlint;
240
- const format = (value) => {
241
- if (value) {
221
+ }, R = [];
222
+ window.jsonlint = M;
223
+ const O = (i) => {
224
+ if (i)
242
225
  try {
243
- return JSON.stringify(JSON.parse(value), null, 1);
244
- } catch (e) {
226
+ return JSON.stringify(JSON.parse(i), null, 1);
227
+ } catch {
245
228
  }
246
- }
247
- return value;
248
- };
249
- const parse = (value) => {
250
- if (value) {
229
+ return i;
230
+ }, T = (i) => {
231
+ if (i)
251
232
  try {
252
- return JSON.stringify(JSON.parse(value));
253
- } catch (e) {
233
+ return JSON.stringify(JSON.parse(i));
234
+ } catch {
254
235
  }
255
- }
256
- return value;
257
- };
258
- const __vue2_script = {
236
+ return i;
237
+ }, U = {
259
238
  name: "CodeMirrorEditor",
260
239
  inject: {
261
240
  elForm: {
@@ -272,67 +251,63 @@ const __vue2_script = {
272
251
  }
273
252
  },
274
253
  watch: {
275
- value(newVal) {
276
- var _a;
277
- (_a = this.editor) == null ? void 0 : _a.setValue(format(newVal));
254
+ value(i) {
255
+ var l;
256
+ (l = this.editor) == null || l.setValue(O(i));
278
257
  }
279
258
  },
280
259
  mounted() {
281
- this.editor = CodeMirror.fromTextArea(this.$refs.editor, {
260
+ this.editor = F.fromTextArea(this.$refs.editor, {
282
261
  mode: "application/json",
283
262
  theme: "idea",
284
263
  tabSize: 2,
285
264
  indentUnit: 2,
286
- lint: true,
287
- foldGutter: true,
288
- smartIndent: true,
289
- lineWrapping: true,
290
- matchBrackets: true
291
- });
292
- this.editor.setValue(format(this.value));
293
- this.editor.on("blur", this.change);
294
- this.editor.on("focus", this.focus);
295
- this.editor.setOption("extraKeys", {
296
- "Ctrl-Alt-L"(cm) {
297
- cm.setValue(format(cm.getValue()), null, 1);
265
+ lint: !0,
266
+ foldGutter: !0,
267
+ // lineNumbers: true,
268
+ smartIndent: !0,
269
+ lineWrapping: !0,
270
+ matchBrackets: !0
271
+ // styleActiveLine: true,
272
+ // gutters: ['CodeMirror-linenumbers', 'CodeMirror-foldgutter', 'CodeMirror-lint-markers']
273
+ }), this.editor.setValue(O(this.value)), this.editor.on("blur", this.change), this.editor.on("focus", this.focus), this.editor.setOption("extraKeys", {
274
+ "Ctrl-Alt-L"(i) {
275
+ i.setValue(O(i.getValue()), null, 1);
298
276
  }
299
277
  });
300
278
  },
301
279
  beforeDestroy() {
302
- var _a, _b;
303
- (_a = this.editor) == null ? void 0 : _a.off("blur", this.change);
304
- (_b = this.editor) == null ? void 0 : _b.toTextArea();
280
+ var i, l;
281
+ (i = this.editor) == null || i.off("blur", this.change), (l = this.editor) == null || l.toTextArea();
305
282
  },
306
283
  methods: {
307
284
  focus() {
308
- var _a, _b;
309
- (_b = (_a = this.elFormItem).clearValidate) == null ? void 0 : _b.call(_a);
285
+ var i, l;
286
+ (l = (i = this.elFormItem).clearValidate) == null || l.call(i);
310
287
  },
311
288
  change() {
312
- var _a;
313
- this.$emit("input", parse((_a = this.editor) == null ? void 0 : _a.getValue()));
289
+ var i;
290
+ this.$emit("input", T((i = this.editor) == null ? void 0 : i.getValue()));
314
291
  }
315
292
  }
316
- };
317
- const __cssModules = {};
318
- var __component__ = /* @__PURE__ */ normalizeComponent(
319
- __vue2_script,
320
- render,
321
- staticRenderFns,
322
- false,
323
- __vue2_injectStyles,
293
+ }, I = {};
294
+ var V = /* @__PURE__ */ j(
295
+ U,
296
+ P,
297
+ R,
298
+ !1,
299
+ C,
324
300
  null,
325
301
  null,
326
302
  null
327
303
  );
328
- function __vue2_injectStyles(context) {
329
- for (let o in __cssModules) {
330
- this[o] = __cssModules[o];
331
- }
304
+ function C(i) {
305
+ for (let l in I)
306
+ this[l] = I[l];
332
307
  }
333
- const CodeMirrorEditor = /* @__PURE__ */ function() {
334
- return __component__.exports;
308
+ const rt = /* @__PURE__ */ function() {
309
+ return V.exports;
335
310
  }();
336
311
  export {
337
- CodeMirrorEditor as default
312
+ rt as default
338
313
  };
@@ -1,17 +1 @@
1
- /* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
2
- /* 应用头部高度 */
3
- /* 页面宽度 */
4
- /* 侧栏宽度 */
5
- /* 标签高度 */
6
- /* 页面头部工具条高度 */
7
- .code-mirror-editor {
8
- line-height: normal;
9
- }
10
- .code-mirror-editor .CodeMirror {
11
- overflow: hidden;
12
- border: 1px solid #dcdfe6;
13
- border-radius: 4px;
14
- }
15
- .code-mirror-editor .CodeMirror.CodeMirror-focused {
16
- border-color: #e34e55;
17
- }
1
+ .code-mirror-editor{line-height:normal}.code-mirror-editor .CodeMirror{overflow:hidden;border:1px solid #dcdfe6;border-radius:4px}.code-mirror-editor .CodeMirror.CodeMirror-focused{border-color:#e34e55}