@web-utils/component 2.7.30 → 2.7.31

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 (330) hide show
  1. package/dist/chunks/{config.7dec2bf2.js → config.75161c38.js} +29 -29
  2. package/dist/chunks/confirmable-mixin.851d6299.js +137 -0
  3. package/dist/chunks/dataformat.b8c8c01a.js +237 -0
  4. package/dist/chunks/detail.6135ade5.js +55 -0
  5. package/dist/chunks/dic.e57b75f2.js +215 -0
  6. package/dist/chunks/{event.fc358074.js → event.812c361c.js} +54 -23
  7. package/dist/chunks/{form-input-mixin.760cd65d.js → form-input-mixin.3e63b57f.js} +4 -4
  8. package/dist/chunks/{form-item-mixin.fa314b67.js → form-item-mixin.a56c101a.js} +44 -17
  9. package/dist/chunks/{form-pick-mixin.c4e0391b.js → form-pick-mixin.822300f3.js} +1 -1
  10. package/dist/chunks/{init.e0133910.js → init.38cbb3a2.js} +41 -21
  11. package/dist/chunks/{input-number-mixin.6849fa63.js → input-number-mixin.44b78389.js} +4 -4
  12. package/dist/chunks/{mixins.6a394a6c.js → mixins.e1939731.js} +3 -2
  13. package/dist/chunks/{packages.419bde01.js → packages.c4ea639d.js} +12 -6
  14. package/dist/chunks/{permission.07c49abf.js → permission.9c766972.js} +6 -1
  15. package/dist/chunks/slot.55598d0f.js +35 -0
  16. package/dist/chunks/{tab-mixin.9d568df9.js → tab-mixin.9d848bf6.js} +29 -11
  17. package/dist/chunks/util.b0d0b0ad.js +478 -0
  18. package/dist/chunks/{utils.d7f73f8d.js → utils.2a3ffac9.js} +89 -24
  19. package/dist/chunks/{utils.f44207f4.js → utils.a8891d2c.js} +9 -5
  20. package/dist/chunks/vueComponentNormalizer.9c6b8b3d.js +59 -0
  21. package/dist/components/address-input/index.js +30 -17
  22. package/dist/components/address-input/style.css +15 -1
  23. package/dist/components/affix/index.js +78 -28
  24. package/dist/components/affix/style.css +5 -1
  25. package/dist/components/aside-menu/index.js +14 -8
  26. package/dist/components/aside-menu/style.css +9 -1
  27. package/dist/components/avatar/index.js +33 -15
  28. package/dist/components/avatar/style.css +57 -1
  29. package/dist/components/awesome-button/index.js +45 -31
  30. package/dist/components/base.css +410 -1
  31. package/dist/components/capsule-tab/index.js +13 -7
  32. package/dist/components/capsule-tab/style.css +32 -1
  33. package/dist/components/card/index.js +33 -20
  34. package/dist/components/card/style.css +90 -1
  35. package/dist/components/carousel/index.js +18 -12
  36. package/dist/components/carousel/style.css +41 -1
  37. package/dist/components/chat/index.js +245 -139
  38. package/dist/components/chat/style.css +279 -1
  39. package/dist/components/chunk-file-uploader/index.js +63 -29
  40. package/dist/components/chunk-file-uploader/style.css +4 -1
  41. package/dist/components/chunk-file-uploader-button/index.js +15 -9
  42. package/dist/components/chunk-file-uploader-button/style.css +17 -1
  43. package/dist/components/chunk-file-uploader-drop/index.js +45 -27
  44. package/dist/components/chunk-file-uploader-drop/style.css +12 -1
  45. package/dist/components/chunk-file-uploader-file/index.js +150 -73
  46. package/dist/components/chunk-file-uploader-file/style.css +125 -1
  47. package/dist/components/chunk-file-uploader-files/index.js +15 -9
  48. package/dist/components/chunk-file-uploader-files/style.css +9 -1
  49. package/dist/components/chunk-file-uploader-list/index.js +16 -10
  50. package/dist/components/chunk-file-uploader-list/style.css +9 -1
  51. package/dist/components/chunk-file-uploader-un-support/index.js +18 -10
  52. package/dist/components/chunk-file-uploader-un-support/style.css +6 -1
  53. package/dist/components/code-mirror-editor/index.js +75 -47
  54. package/dist/components/code-mirror-editor/style.css +17 -1
  55. package/dist/components/color-picker/index.js +62 -39
  56. package/dist/components/column/index.js +54 -29
  57. package/dist/components/column-default/index.js +47 -33
  58. package/dist/components/column-dynamic/index.js +26 -19
  59. package/dist/components/column-menu/index.js +98 -86
  60. package/dist/components/column-slot/index.js +135 -75
  61. package/dist/components/comment/index.js +28 -15
  62. package/dist/components/comment/style.css +92 -1
  63. package/dist/components/confirm-button/index.js +7 -5
  64. package/dist/components/confirmable/index.js +5 -4
  65. package/dist/components/context-menu/index.js +54 -32
  66. package/dist/components/context-menu/style.css +88 -1
  67. package/dist/components/count-up/index.js +55 -38
  68. package/dist/components/custom-scrollbar/index.js +45 -21
  69. package/dist/components/data-box/index.js +22 -16
  70. package/dist/components/data-box/style.css +58 -1
  71. package/dist/components/data-card/index.js +21 -15
  72. package/dist/components/data-card/style.css +46 -1
  73. package/dist/components/data-cardtext/index.js +19 -13
  74. package/dist/components/data-cardtext/style.css +36 -1
  75. package/dist/components/data-display/index.js +22 -16
  76. package/dist/components/data-display/style.css +37 -1
  77. package/dist/components/data-icons/index.js +23 -17
  78. package/dist/components/data-icons/style.css +53 -1
  79. package/dist/components/data-imgtext/index.js +26 -20
  80. package/dist/components/data-imgtext/style.css +70 -1
  81. package/dist/components/data-operatext/index.js +20 -14
  82. package/dist/components/data-operatext/style.css +81 -1
  83. package/dist/components/data-panel/index.js +21 -15
  84. package/dist/components/data-panel/style.css +37 -1
  85. package/dist/components/data-pay/index.js +29 -23
  86. package/dist/components/data-pay/style.css +102 -1
  87. package/dist/components/data-price/index.js +19 -13
  88. package/dist/components/data-price/style.css +81 -1
  89. package/dist/components/data-progress/index.js +26 -20
  90. package/dist/components/data-progress/style.css +30 -1
  91. package/dist/components/data-rotate/index.js +21 -15
  92. package/dist/components/data-rotate/style.css +50 -1
  93. package/dist/components/data-table-picker/index.js +47 -28
  94. package/dist/components/data-tabs/index.js +22 -16
  95. package/dist/components/data-tabs/style.css +70 -1
  96. package/dist/components/dialog-column/index.js +46 -33
  97. package/dist/components/dialog-excel/index.js +102 -53
  98. package/dist/components/dialog-filter/index.js +64 -51
  99. package/dist/components/dialog-form/index.js +54 -34
  100. package/dist/components/dialog-form/style.css +10 -0
  101. package/dist/components/dynamic-table/index.js +66 -42
  102. package/dist/components/dynamic-table/style.css +30 -1
  103. package/dist/components/e-charts/index.js +127 -46
  104. package/dist/components/e-charts/style.css +10 -1
  105. package/dist/components/easy-popup/index.js +32 -14
  106. package/dist/components/easy-popup/style.css +18 -1
  107. package/dist/components/editable-progress/index.js +64 -31
  108. package/dist/components/editable-progress/style.css +37 -1
  109. package/dist/components/editable-tree/index.js +513 -287
  110. package/dist/components/editable-tree/style.css +82 -1
  111. package/dist/components/egd-collapse/index.js +25 -12
  112. package/dist/components/egd-collapse-item/index.js +41 -25
  113. package/dist/components/element-dialog/index.js +101 -48
  114. package/dist/components/element-dialog/style.css +88 -1
  115. package/dist/components/empty-view/index.js +13 -7
  116. package/dist/components/empty-view/style.css +17 -1
  117. package/dist/components/error-view/index.js +12 -6
  118. package/dist/components/error-view/style.css +17 -1
  119. package/dist/components/flex-column/index.js +39 -17
  120. package/dist/components/flex-item/index.js +59 -24
  121. package/dist/components/flex-row/index.js +39 -17
  122. package/dist/components/flex-scroller/index.js +13 -7
  123. package/dist/components/flex-scroller/style.css +20 -1
  124. package/dist/components/flow/index.js +116 -64
  125. package/dist/components/flow/style.css +44 -1
  126. package/dist/components/flow-node/index.js +29 -21
  127. package/dist/components/flow-viewer/index.js +97 -52
  128. package/dist/components/flow-viewer/style.css +19 -1
  129. package/dist/components/form-button/index.js +12 -8
  130. package/dist/components/form-cascader/index.js +55 -40
  131. package/dist/components/form-checkbox-group/index.js +90 -60
  132. package/dist/components/form-checkbox-group/style.css +51 -1
  133. package/dist/components/form-date-picker/index.js +113 -44
  134. package/dist/components/form-group/index.js +23 -17
  135. package/dist/components/form-group/style.css +76 -1
  136. package/dist/components/form-holder/index.js +41 -30
  137. package/dist/components/form-input/index.js +42 -31
  138. package/dist/components/form-input-email/index.js +47 -30
  139. package/dist/components/form-input-id-card/index.js +40 -29
  140. package/dist/components/form-input-number/index.js +50 -38
  141. package/dist/components/form-input-number/style.css +12 -1
  142. package/dist/components/form-input-phone-number/index.js +40 -29
  143. package/dist/components/form-input-time/index.js +40 -29
  144. package/dist/components/form-item/index.js +99 -47
  145. package/dist/components/form-item/style.css +11 -1
  146. package/dist/components/form-item-config-provider/index.js +9 -8
  147. package/dist/components/form-item-group/index.js +69 -43
  148. package/dist/components/form-item-group/style.css +30 -1
  149. package/dist/components/form-radio-group/index.js +77 -53
  150. package/dist/components/form-radio-group/style.css +53 -1
  151. package/dist/components/form-select/index.js +71 -51
  152. package/dist/components/form-switch/index.js +41 -30
  153. package/dist/components/form-temp/index.js +49 -29
  154. package/dist/components/form-textarea/index.js +45 -34
  155. package/dist/components/form-view/index.js +152 -81
  156. package/dist/components/form-view/style.css +158 -1
  157. package/dist/components/fy-array/index.js +51 -43
  158. package/dist/components/fy-array/style.css +18 -1
  159. package/dist/components/fy-article/index.js +24 -13
  160. package/dist/components/fy-article/style.css +40 -1
  161. package/dist/components/fy-cascader/index.js +39 -29
  162. package/dist/components/fy-checkbox/index.js +38 -27
  163. package/dist/components/fy-checkbox/style.css +15 -1
  164. package/dist/components/fy-code/index.js +19 -12
  165. package/dist/components/fy-curd/index.js +290 -152
  166. package/dist/components/fy-curd/style.css +239 -1
  167. package/dist/components/fy-date/index.js +24 -18
  168. package/dist/components/fy-date/style.css +21 -1
  169. package/dist/components/fy-dialog-form/index.js +127 -54
  170. package/dist/components/fy-draggable/index.js +196 -73
  171. package/dist/components/fy-draggable/style.css +136 -1
  172. package/dist/components/fy-dynamic/index.js +116 -73
  173. package/dist/components/fy-dynamic/style.css +35 -1
  174. package/dist/components/fy-empty/index.js +15 -9
  175. package/dist/components/fy-empty/style.css +24 -1
  176. package/dist/components/fy-form/index.js +399 -221
  177. package/dist/components/fy-form/style.css +79 -1
  178. package/dist/components/fy-form-design/index.js +2267 -1630
  179. package/dist/components/fy-form-design/style.css +578 -1
  180. package/dist/components/fy-form-menu/index.js +43 -35
  181. package/dist/components/fy-input/index.js +46 -35
  182. package/dist/components/fy-input-color/index.js +40 -33
  183. package/dist/components/fy-input-icon/index.js +58 -37
  184. package/dist/components/fy-input-icon/style.css +39 -1
  185. package/dist/components/fy-input-map/index.js +113 -68
  186. package/dist/components/fy-input-map/style.css +50 -1
  187. package/dist/components/fy-input-number/index.js +29 -24
  188. package/dist/components/fy-input-table/index.js +82 -48
  189. package/dist/components/fy-input-table/style.css +10 -1
  190. package/dist/components/fy-input-tree/index.js +104 -60
  191. package/dist/components/fy-input-tree/style.css +25 -1
  192. package/dist/components/fy-progress/index.js +15 -10
  193. package/dist/components/fy-radio/index.js +20 -14
  194. package/dist/components/fy-radio/style.css +12 -1
  195. package/dist/components/fy-rate/index.js +21 -15
  196. package/dist/components/fy-rate/style.css +9 -1
  197. package/dist/components/fy-select/index.js +73 -55
  198. package/dist/components/fy-select/style.css +25 -1
  199. package/dist/components/fy-slider/index.js +22 -17
  200. package/dist/components/fy-switch/index.js +17 -12
  201. package/dist/components/fy-tabs/index.js +20 -12
  202. package/dist/components/fy-tabs/style.css +6 -0
  203. package/dist/components/fy-time/index.js +29 -18
  204. package/dist/components/fy-title/index.js +16 -8
  205. package/dist/components/fy-title/style.css +11 -1
  206. package/dist/components/fy-tree/index.js +135 -72
  207. package/dist/components/fy-tree/style.css +46 -1
  208. package/dist/components/fy-u-editor/index.js +172 -67
  209. package/dist/components/fy-u-editor/style.css +15 -1
  210. package/dist/components/fy-upload/index.js +317 -148
  211. package/dist/components/fy-upload/style.css +60 -1
  212. package/dist/components/guide-steps/index.js +31 -17
  213. package/dist/components/guide-steps/style.css +34 -1
  214. package/dist/components/header-menu/index.js +86 -66
  215. package/dist/components/header-search/index.js +92 -60
  216. package/dist/components/highlight-j-s/index.js +28 -15
  217. package/dist/components/highlight-j-s/style.css +21 -1
  218. package/dist/components/icon-card/index.js +13 -7
  219. package/dist/components/icon-card/style.css +56 -1
  220. package/dist/components/icon-temp/index.js +12 -6
  221. package/dist/components/icon-temp/style.css +21 -1
  222. package/dist/components/iframe-window/index.js +20 -14
  223. package/dist/components/iframe-window/style.css +20 -1
  224. package/dist/components/image-cropper/index.js +69 -51
  225. package/dist/components/image-cropper/style.css +34 -1
  226. package/dist/components/image-preview/index.js +77 -46
  227. package/dist/components/image-preview/style.css +72 -1
  228. package/dist/components/image-viewer/index.js +40 -22
  229. package/dist/components/image-viewer/style.css +21 -1
  230. package/dist/components/input-number/index.js +122 -56
  231. package/dist/components/input-number/style.css +15 -1
  232. package/dist/components/input-number-range/index.js +32 -20
  233. package/dist/components/input-number-range/style.css +12 -1
  234. package/dist/components/keep-view-alive/index.js +68 -21
  235. package/dist/components/keyboard/index.js +217 -132
  236. package/dist/components/keyboard/style.css +547 -1
  237. package/dist/components/license/index.js +81 -35
  238. package/dist/components/loading-view/index.js +12 -6
  239. package/dist/components/loading-view/style.css +17 -1
  240. package/dist/components/login/index.js +91 -62
  241. package/dist/components/login/style.css +25 -1
  242. package/dist/components/name-avatar/index.js +32 -10
  243. package/dist/components/name-avatar/style.css +35 -1
  244. package/dist/components/nav-bar/index.js +21 -11
  245. package/dist/components/nav-bar/style.css +17 -1
  246. package/dist/components/not-implement/index.js +16 -8
  247. package/dist/components/not-implement/style.css +15 -1
  248. package/dist/components/notice/index.js +40 -27
  249. package/dist/components/notice/style.css +54 -1
  250. package/dist/components/page/index.js +13 -7
  251. package/dist/components/page/style.css +12 -1
  252. package/dist/components/page-header/index.js +15 -9
  253. package/dist/components/page-header/style.css +14 -1
  254. package/dist/components/page-index/index.js +62 -37
  255. package/dist/components/page-index/style.css +23 -1
  256. package/dist/components/page-index-top/index.js +53 -34
  257. package/dist/components/page-skeleton/index.js +15 -9
  258. package/dist/components/page-skeleton/style.css +23 -1
  259. package/dist/components/page-skeleton-new/index.js +15 -9
  260. package/dist/components/page-skeleton-new/style.css +42 -1
  261. package/dist/components/pageable-table/index.js +187 -106
  262. package/dist/components/pageable-table/style.css +72 -1
  263. package/dist/components/pageable-view/index.js +164 -80
  264. package/dist/components/pageable-view/style.css +69 -1
  265. package/dist/components/photo-swipe/index.js +92 -46
  266. package/dist/components/process-designer/index.js +961 -772
  267. package/dist/components/process-designer/style.css +1186 -1
  268. package/dist/components/properties-panel/index.js +1488 -1044
  269. package/dist/components/properties-panel/style.css +122 -1
  270. package/dist/components/queue/index.js +24 -12
  271. package/dist/components/record-video/index.js +53 -27
  272. package/dist/components/record-video/style.css +53 -1
  273. package/dist/components/resize-observer/index.js +52 -18
  274. package/dist/components/resize-observer/style.css +31 -1
  275. package/dist/components/search/index.js +41 -22
  276. package/dist/components/search/style.css +57 -1
  277. package/dist/components/search-popover/index.js +153 -91
  278. package/dist/components/search-popover/style.css +93 -1
  279. package/dist/components/sign/index.js +138 -35
  280. package/dist/components/sign/style.css +12 -1
  281. package/dist/components/sign-panel/index.js +96 -46
  282. package/dist/components/sign-panel/style.css +97 -1
  283. package/dist/components/skeleton/index.js +22 -12
  284. package/dist/components/skeleton/style.css +61 -1
  285. package/dist/components/split-pane/index.js +125 -60
  286. package/dist/components/split-pane/style.css +100 -1
  287. package/dist/components/stateful/index.js +8 -5
  288. package/dist/components/stateful/style.css +33 -1
  289. package/dist/components/static-pageable-table/index.js +22 -15
  290. package/dist/components/static-pageable-table/style.css +9 -1
  291. package/dist/components/swiper/index.js +127 -58
  292. package/dist/components/swiper/style.css +43 -1
  293. package/dist/components/tab/index.js +34 -16
  294. package/dist/components/tab/style.css +122 -1
  295. package/dist/components/tab-item/index.js +14 -9
  296. package/dist/components/table-column/index.js +26 -17
  297. package/dist/components/table-page/index.js +42 -23
  298. package/dist/components/table-view/index.js +162 -87
  299. package/dist/components/table-view/style.css +95 -1
  300. package/dist/components/tag-render/index.js +41 -22
  301. package/dist/components/tag-render/style.css +33 -1
  302. package/dist/components/text-ellipsis/index.js +48 -26
  303. package/dist/components/text-ellipsis/style.css +9 -1
  304. package/dist/components/tinymce-editor/index.js +80 -60
  305. package/dist/components/tinymce-editor/style.css +43 -1
  306. package/dist/components/tinymce-wrapper/index.js +77 -41
  307. package/dist/components/tinymce-wrapper/style.css +36 -1
  308. package/dist/components/toolbar/index.js +46 -25
  309. package/dist/components/toolbar/style.css +39 -1
  310. package/dist/components/toolbar-button/index.js +46 -35
  311. package/dist/components/toolbar-button/style.css +21 -1
  312. package/dist/components/trigger/index.js +15 -8
  313. package/dist/components/verify/index.js +15 -8
  314. package/dist/components/verify/style.css +15 -1
  315. package/dist/components/vue-tags-input/index.js +233 -113
  316. package/dist/components/vue-tags-input/style.css +688 -1
  317. package/dist/components/watermark/index.js +33 -14
  318. package/dist/components/watermark/style.css +11 -1
  319. package/dist/index.css +2434 -1750
  320. package/dist/index.es.js +15944 -9317
  321. package/package.json +4 -4
  322. package/web-types.json +1 -1
  323. package/dist/chunks/confirmable-mixin.35bd1934.js +0 -104
  324. package/dist/chunks/dataformat.9cc4428a.js +0 -158
  325. package/dist/chunks/detail.544c52b0.js +0 -29
  326. package/dist/chunks/dic.9de2fe5a.js +0 -135
  327. package/dist/chunks/slot.a7387ecc.js +0 -27
  328. package/dist/chunks/util.89913643.js +0 -261
  329. package/dist/chunks/vueComponentNormalizer.77ec6792.js +0 -32
  330. package/dist/components/fy-dialog-form/style.css +0 -1
@@ -1,7 +1,9 @@
1
- import { u as uploaderMixin, s as supportMixin } from "../../chunks/mixins.6a394a6c.js";
2
- import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.77ec6792.js";
1
+ import { u as uploaderMixin, s as supportMixin } from "../../chunks/mixins.e1939731.js";
2
+ import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
3
3
  var render = function() {
4
- var _vm = this, _h = _vm.$createElement, _c = _vm._self._c || _h;
4
+ var _vm = this;
5
+ var _h = _vm.$createElement;
6
+ var _c = _vm._self._c || _h;
5
7
  return _c("div", {
6
8
  directives: [{
7
9
  name: "show",
@@ -13,35 +15,41 @@ var render = function() {
13
15
  }, [_vm._t("default", function() {
14
16
  return [_vm._m(0)];
15
17
  })], 2);
16
- }, staticRenderFns = [function() {
17
- var _vm = this, _h = _vm.$createElement, _c = _vm._self._c || _h;
18
+ };
19
+ var staticRenderFns = [function() {
20
+ var _vm = this;
21
+ var _h = _vm.$createElement;
22
+ var _c = _vm._self._c || _h;
18
23
  return _c("p", [_vm._v(" Your browser, unfortunately, is not supported by Uploader.js. The library requires support for "), _c("a", {
19
24
  attrs: {
20
- href: "http://www.w3.org/TR/FileAPI/"
25
+ "href": "http://www.w3.org/TR/FileAPI/"
21
26
  }
22
27
  }, [_vm._v("the HTML5 File API")]), _vm._v(" along with "), _c("a", {
23
28
  attrs: {
24
- href: "http://www.w3.org/TR/FileAPI/#normalization-of-params"
29
+ "href": "http://www.w3.org/TR/FileAPI/#normalization-of-params"
25
30
  }
26
31
  }, [_vm._v("file slicing")]), _vm._v(". ")]);
27
32
  }];
33
+ const ChunkFileUploaderUnSupport_vue_vue_type_style_index_0_lang = "";
28
34
  const __vue2_script = {
29
35
  name: "ChunkFileUploaderUnSupport",
30
36
  mixins: [uploaderMixin, supportMixin]
31
- }, __cssModules = {};
37
+ };
38
+ const __cssModules = {};
32
39
  var __component__ = /* @__PURE__ */ normalizeComponent(
33
40
  __vue2_script,
34
41
  render,
35
42
  staticRenderFns,
36
- !1,
43
+ false,
37
44
  __vue2_injectStyles,
38
45
  null,
39
46
  null,
40
47
  null
41
48
  );
42
49
  function __vue2_injectStyles(context) {
43
- for (let o in __cssModules)
50
+ for (let o in __cssModules) {
44
51
  this[o] = __cssModules[o];
52
+ }
45
53
  }
46
54
  const ChunkFileUploaderUnSupport = /* @__PURE__ */ function() {
47
55
  return __component__.exports;
@@ -1 +1,6 @@
1
- .uploader-unsupport{position:relative;z-index:10;overflow:hidden}
1
+
2
+ .uploader-unsupport {
3
+ position: relative;
4
+ z-index: 10;
5
+ overflow: hidden;
6
+ }
@@ -12,7 +12,7 @@ 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/vueComponentNormalizer.77ec6792.js";
15
+ import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
16
16
  var jsonlint = function() {
17
17
  var c = {}, d = function() {
18
18
  var a = { trace: function() {
@@ -20,8 +20,7 @@ var jsonlint = function() {
20
20
  var i = g.length - 1;
21
21
  switch (f) {
22
22
  case 1:
23
- this.$ = b2.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");
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");
25
24
  break;
26
25
  case 2:
27
26
  this.$ = Number(b2);
@@ -30,10 +29,10 @@ var jsonlint = function() {
30
29
  this.$ = null;
31
30
  break;
32
31
  case 4:
33
- this.$ = !0;
32
+ this.$ = true;
34
33
  break;
35
34
  case 5:
36
- this.$ = !1;
35
+ this.$ = false;
37
36
  break;
38
37
  case 6:
39
38
  return this.$ = g[i - 1];
@@ -78,23 +77,25 @@ var jsonlint = function() {
78
77
  this.lexer.setInput(b2), this.lexer.yy = this.yy, this.yy.lexer = this.lexer, typeof this.lexer.yylloc == "undefined" && (this.lexer.yylloc = {});
79
78
  var n = this.lexer.yylloc;
80
79
  f.push(n), typeof this.yy.parseError == "function" && (this.parseError = this.yy.parseError);
81
- for (var q, r, s, t, v, w = {}, x, y, z, A; ; ) {
82
- if (s = d2[d2.length - 1], this.defaultActions[s] ? t = this.defaultActions[s] : (q == null && (q = p()), t = g[s] && g[s][q]), typeof t == "undefined" || !t.length || !t[0]) {
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]) {
83
84
  if (!k) {
84
85
  A = [];
85
86
  for (x in g[s])
86
87
  this.terminals_[x] && x > 2 && A.push("'" + this.terminals_[x] + "'");
87
88
  var B = "";
88
- this.lexer.showPosition ? B = "Parse error on line " + (i + 1) + `:
89
- ` + this.lexer.showPosition() + `
90
- Expecting ` + 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 });
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 });
91
90
  }
92
91
  if (k == 3) {
93
92
  if (q == m)
94
93
  throw new Error(B || "Parsing halted.");
95
94
  j = this.lexer.yyleng, h = this.lexer.yytext, i = this.lexer.yylineno, n = this.lexer.yylloc, q = p();
96
95
  }
97
- for (; !(l.toString() in g[s]); ) {
96
+ for (; ; ) {
97
+ if (l.toString() in g[s])
98
+ break;
98
99
  if (s == 0)
99
100
  throw new Error(B || "Parsing halted.");
100
101
  o(1), s = d2[d2.length - 1];
@@ -108,22 +109,23 @@ Expecting ` + A.join(", ") + ", got '" + this.terminals_[q] + "'" : B = "Parse e
108
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--);
109
110
  break;
110
111
  case 2:
111
- if (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), typeof v != "undefined")
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")
112
114
  return v;
113
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);
114
116
  break;
115
117
  case 3:
116
- return !0;
118
+ return true;
117
119
  }
118
120
  }
119
- return !0;
121
+ return true;
120
122
  } }, b = function() {
121
123
  var a2 = { EOF: 1, parseError: function(b2, c2) {
122
124
  if (!this.yy.parseError)
123
125
  throw new Error(b2);
124
126
  this.yy.parseError(b2, c2);
125
127
  }, setInput: function(a3) {
126
- return this._input = a3, 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;
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;
127
129
  }, input: function() {
128
130
  var a3 = this._input[0];
129
131
  this.yytext += a3, this.yyleng++, this.match += a3, this.matched += a3;
@@ -132,7 +134,7 @@ Expecting ` + A.join(", ") + ", got '" + this.terminals_[q] + "'" : B = "Parse e
132
134
  }, unput: function(a3) {
133
135
  return this._input = a3 + this._input, this;
134
136
  }, more: function() {
135
- return this._more = !0, this;
137
+ return this._more = true, this;
136
138
  }, less: function(a3) {
137
139
  this._input = this.match.slice(a3) + this._input;
138
140
  }, pastInput: function() {
@@ -143,22 +145,31 @@ Expecting ` + A.join(", ") + ", got '" + this.terminals_[q] + "'" : B = "Parse e
143
145
  return a3.length < 20 && (a3 += this._input.substr(0, 20 - a3.length)), (a3.substr(0, 20) + (a3.length > 20 ? "..." : "")).replace(/\n/g, "");
144
146
  }, showPosition: function() {
145
147
  var a3 = this.pastInput(), b2 = new Array(a3.length + 1).join("-");
146
- return a3 + this.upcomingInput() + `
147
- ` + b2 + "^";
148
+ return a3 + this.upcomingInput() + "\n" + b2 + "^";
148
149
  }, next: function() {
149
150
  if (this.done)
150
151
  return this.EOF;
151
- this._input || (this.done = !0);
152
+ this._input || (this.done = true);
152
153
  var a3, b2, c2, d2, f;
153
154
  this._more || (this.yytext = "", this.match = "");
154
- for (var g = this._currentRules(), h = 0; h < g.length && (c2 = this._input.match(this.rules[g[h]]), !(c2 && (!b2 || c2[0].length > b2[0].length) && (b2 = c2, d2 = h, !this.options.flex))); h++)
155
- ;
156
- if (b2)
157
- return 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 = !1, 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 = !1), a3 || void 0;
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
+ }
158
170
  if (this._input === "")
159
171
  return this.EOF;
160
- this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
161
- ` + this.showPosition(), { text: "", token: null, line: this.yylineno });
172
+ this.parseError("Lexical error on line " + (this.yylineno + 1) + ". Unrecognized text.\n" + this.showPosition(), { text: "", token: null, line: this.yylineno });
162
173
  }, lex: function() {
163
174
  var b2 = this.next();
164
175
  return typeof b2 != "undefined" ? b2 : this.lex();
@@ -204,37 +215,47 @@ Expecting ` + A.join(", ") + ", got '" + this.terminals_[q] + "'" : B = "Parse e
204
215
  case 13:
205
216
  return "INVALID";
206
217
  }
207
- }, 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: !0 } }, a2;
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;
208
219
  }();
209
220
  return a.lexer = b, a;
210
221
  }();
211
- return c.parser = d, c.parse = function() {
222
+ c.parser = d, c.parse = function() {
212
223
  return d.parse.apply(d, arguments);
213
- }, c;
214
- }(), render = function() {
215
- var _vm = this, _h = _vm.$createElement, _c = _vm._self._c || _h;
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;
216
231
  return _c("div", {
217
232
  staticClass: "code-mirror-editor"
218
233
  }, [_c("textarea", {
219
234
  ref: "editor"
220
235
  })]);
221
- }, staticRenderFns = [];
236
+ };
237
+ var staticRenderFns = [];
238
+ const CodeMirrorEditor_vue_vue_type_style_index_0_lang = "";
222
239
  window.jsonlint = jsonlint;
223
240
  const format = (value) => {
224
- if (value)
241
+ if (value) {
225
242
  try {
226
243
  return JSON.stringify(JSON.parse(value), null, 1);
227
244
  } catch (e) {
228
245
  }
246
+ }
229
247
  return value;
230
- }, parse = (value) => {
231
- if (value)
248
+ };
249
+ const parse = (value) => {
250
+ if (value) {
232
251
  try {
233
252
  return JSON.stringify(JSON.parse(value));
234
253
  } catch (e) {
235
254
  }
255
+ }
236
256
  return value;
237
- }, __vue2_script = {
257
+ };
258
+ const __vue2_script = {
238
259
  name: "CodeMirrorEditor",
239
260
  inject: {
240
261
  elForm: {
@@ -253,7 +274,7 @@ const format = (value) => {
253
274
  watch: {
254
275
  value(newVal) {
255
276
  var _a;
256
- (_a = this.editor) == null || _a.setValue(format(newVal));
277
+ (_a = this.editor) == null ? void 0 : _a.setValue(format(newVal));
257
278
  }
258
279
  },
259
280
  mounted() {
@@ -262,15 +283,19 @@ const format = (value) => {
262
283
  theme: "idea",
263
284
  tabSize: 2,
264
285
  indentUnit: 2,
265
- lint: !0,
266
- foldGutter: !0,
286
+ lint: true,
287
+ foldGutter: true,
267
288
  // lineNumbers: true,
268
- smartIndent: !0,
269
- lineWrapping: !0,
270
- matchBrackets: !0
289
+ smartIndent: true,
290
+ lineWrapping: true,
291
+ matchBrackets: true
271
292
  // styleActiveLine: true,
272
293
  // gutters: ['CodeMirror-linenumbers', 'CodeMirror-foldgutter', 'CodeMirror-lint-markers']
273
- }), this.editor.setValue(format(this.value)), this.editor.on("blur", this.change), this.editor.on("focus", this.focus), this.editor.setOption("extraKeys", {
294
+ });
295
+ this.editor.setValue(format(this.value));
296
+ this.editor.on("blur", this.change);
297
+ this.editor.on("focus", this.focus);
298
+ this.editor.setOption("extraKeys", {
274
299
  "Ctrl-Alt-L"(cm) {
275
300
  cm.setValue(format(cm.getValue()), null, 1);
276
301
  }
@@ -278,32 +303,35 @@ const format = (value) => {
278
303
  },
279
304
  beforeDestroy() {
280
305
  var _a, _b;
281
- (_a = this.editor) == null || _a.off("blur", this.change), (_b = this.editor) == null || _b.toTextArea();
306
+ (_a = this.editor) == null ? void 0 : _a.off("blur", this.change);
307
+ (_b = this.editor) == null ? void 0 : _b.toTextArea();
282
308
  },
283
309
  methods: {
284
310
  focus() {
285
311
  var _a, _b;
286
- (_b = (_a = this.elFormItem).clearValidate) == null || _b.call(_a);
312
+ (_b = (_a = this.elFormItem).clearValidate) == null ? void 0 : _b.call(_a);
287
313
  },
288
314
  change() {
289
315
  var _a;
290
316
  this.$emit("input", parse((_a = this.editor) == null ? void 0 : _a.getValue()));
291
317
  }
292
318
  }
293
- }, __cssModules = {};
319
+ };
320
+ const __cssModules = {};
294
321
  var __component__ = /* @__PURE__ */ normalizeComponent(
295
322
  __vue2_script,
296
323
  render,
297
324
  staticRenderFns,
298
- !1,
325
+ false,
299
326
  __vue2_injectStyles,
300
327
  null,
301
328
  null,
302
329
  null
303
330
  );
304
331
  function __vue2_injectStyles(context) {
305
- for (let o in __cssModules)
332
+ for (let o in __cssModules) {
306
333
  this[o] = __cssModules[o];
334
+ }
307
335
  }
308
336
  const CodeMirrorEditor = /* @__PURE__ */ function() {
309
337
  return __component__.exports;
@@ -1 +1,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}
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,24 +1,30 @@
1
- var __async = (__this, __arguments, generator) => new Promise((resolve, reject) => {
2
- var fulfilled = (value) => {
3
- try {
4
- step(generator.next(value));
5
- } catch (e) {
6
- reject(e);
7
- }
8
- }, rejected = (value) => {
9
- try {
10
- step(generator.throw(value));
11
- } catch (e) {
12
- reject(e);
13
- }
14
- }, step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
15
- step((generator = generator.apply(__this, __arguments)).next());
16
- });
1
+ var __async = (__this, __arguments, generator) => {
2
+ return new Promise((resolve, reject) => {
3
+ var fulfilled = (value) => {
4
+ try {
5
+ step(generator.next(value));
6
+ } catch (e) {
7
+ reject(e);
8
+ }
9
+ };
10
+ var rejected = (value) => {
11
+ try {
12
+ step(generator.throw(value));
13
+ } catch (e) {
14
+ reject(e);
15
+ }
16
+ };
17
+ var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
18
+ step((generator = generator.apply(__this, __arguments)).next());
19
+ });
20
+ };
17
21
  import Color from "element-ui/packages/color-picker/src/color";
18
22
  import Clickoutside from "element-ui/src/utils/clickoutside";
19
- import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.77ec6792.js";
23
+ import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
20
24
  var render = function() {
21
- var _vm = this, _h = _vm.$createElement, _c = _vm._self._c || _h;
25
+ var _vm = this;
26
+ var _h = _vm.$createElement;
27
+ var _c = _vm._self._c || _h;
22
28
  return _c("ElColorPickerDropdown", {
23
29
  directives: [{
24
30
  name: "clickoutside",
@@ -29,14 +35,14 @@ var render = function() {
29
35
  ref: "dropdown",
30
36
  class: ["el-color-picker__panel", _vm.popperClass || ""],
31
37
  attrs: {
32
- offset: _vm.offset,
38
+ "offset": _vm.offset,
33
39
  "append-to-body": _vm.appendToBody,
34
- color: _vm.color,
35
- predefine: _vm.predefine
40
+ "color": _vm.color,
41
+ "predefine": _vm.predefine
36
42
  },
37
43
  on: {
38
- pick: _vm.confirmValue,
39
- clear: _vm.clearValue
44
+ "pick": _vm.confirmValue,
45
+ "clear": _vm.clearValue
40
46
  },
41
47
  model: {
42
48
  value: _vm.showPicker,
@@ -46,7 +52,8 @@ var render = function() {
46
52
  expression: "showPicker"
47
53
  }
48
54
  });
49
- }, staticRenderFns = [];
55
+ };
56
+ var staticRenderFns = [];
50
57
  const __vue2_script = {
51
58
  name: "ColorPicker",
52
59
  directives: { Clickoutside },
@@ -56,69 +63,85 @@ const __vue2_script = {
56
63
  visible: Boolean,
57
64
  hideOnClickOutside: {
58
65
  type: Boolean,
59
- default: !0
66
+ default: true
60
67
  },
61
68
  value: String,
62
69
  offset: Number,
63
70
  anchor: HTMLElement,
64
71
  appendToBody: {
65
72
  type: Boolean,
66
- default: !0
73
+ default: true
67
74
  }
68
75
  },
69
76
  data() {
77
+ const color = new Color({ enableAlpha: false });
70
78
  return {
71
- color: new Color({ enableAlpha: !1 }),
72
- showPicker: !1
79
+ color,
80
+ showPicker: false
73
81
  };
74
82
  },
75
83
  watch: {
76
84
  value: {
77
- immediate: !0,
85
+ immediate: true,
78
86
  handler(val) {
79
- val && val !== this.color.value && this.color.fromString(val);
87
+ if (val && val !== this.color.value) {
88
+ this.color.fromString(val);
89
+ }
80
90
  }
81
91
  },
82
92
  visible: {
83
- immediate: !0,
93
+ immediate: true,
84
94
  handler(newVal) {
85
95
  return __async(this, null, function* () {
86
- newVal ? (yield this.$nextTick(), this.$refs.dropdown.referenceElm = this.anchor) : this.$refs.dropdown && this.$refs.dropdown.doDestroy(!0), this.showPicker = newVal;
96
+ if (newVal) {
97
+ yield this.$nextTick();
98
+ this.$refs.dropdown.referenceElm = this.anchor;
99
+ } else {
100
+ this.$refs.dropdown && this.$refs.dropdown.doDestroy(true);
101
+ }
102
+ this.showPicker = newVal;
87
103
  });
88
104
  }
89
105
  }
90
106
  },
91
107
  methods: {
92
108
  confirmValue() {
93
- this.emitInput(this.color), this.$emit("pick", this.color.value), this.hide();
109
+ this.emitInput(this.color);
110
+ this.$emit("pick", this.color.value);
111
+ this.hide();
94
112
  },
95
113
  clearValue() {
96
- this.$emit("clear"), this.hide();
114
+ this.$emit("clear");
115
+ this.hide();
97
116
  },
98
117
  emitInput(color) {
99
118
  this.$emit("input", color.value);
100
119
  },
101
120
  onClickOutside() {
102
- this.hideOnClickOutside && this.hide();
121
+ if (this.hideOnClickOutside) {
122
+ this.hide();
123
+ }
103
124
  },
104
125
  hide() {
105
- this.$emit("update:visible", !1);
126
+ this.$emit("update:visible", false);
106
127
  }
107
128
  }
108
- }, __cssModules = {};
129
+ };
130
+ const __cssModules = {};
109
131
  var __component__ = /* @__PURE__ */ normalizeComponent(
110
132
  __vue2_script,
111
133
  render,
112
134
  staticRenderFns,
113
- !1,
135
+ false,
114
136
  __vue2_injectStyles,
115
137
  null,
116
138
  null,
117
139
  null
118
140
  );
119
141
  function __vue2_injectStyles(context) {
120
- for (let o in __cssModules)
142
+ for (let o in __cssModules) {
121
143
  this[o] = __cssModules[o];
144
+ }
122
145
  }
123
146
  const ColorPicker = /* @__PURE__ */ function() {
124
147
  return __component__.exports;