@openli1115/lowcode-edit-pro-table 1.0.23

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 (410) hide show
  1. package/CHANGELOG.md +0 -0
  2. package/README.md +25 -0
  3. package/build/docs/404.html +47 -0
  4. package/build/docs/_demos/:uuid +47 -0
  5. package/build/docs/colorful-button.html +48 -0
  6. package/build/docs/colorful-input.html +48 -0
  7. package/build/docs/index.html +48 -0
  8. package/build/docs/umi.9219e122.js +1 -0
  9. package/build/docs/umi.a7e52c7a.css +8 -0
  10. package/build/docs/~demos/:uuid.html +47 -0
  11. package/build/docs/~demos/colorful-button-demo.html +47 -0
  12. package/build/docs/~demos/colorful-input-demo.html +47 -0
  13. package/build/index.css +2 -0
  14. package/build/index.html +1 -0
  15. package/build/index.js +53 -0
  16. package/build/lowcode/assets-daily.json +103 -0
  17. package/build/lowcode/assets-dev.json +103 -0
  18. package/build/lowcode/assets-prod.json +103 -0
  19. package/build/lowcode/designer.html +302 -0
  20. package/build/lowcode/index.html +304 -0
  21. package/build/lowcode/index.js +1 -0
  22. package/build/lowcode/meta.design.js +1 -0
  23. package/build/lowcode/meta.js +1 -0
  24. package/build/lowcode/preview.css +1 -0
  25. package/build/lowcode/preview.html +33 -0
  26. package/build/lowcode/preview.js +310 -0
  27. package/build/lowcode/render/default/view.css +1 -0
  28. package/build/lowcode/render/default/view.js +375 -0
  29. package/build/lowcode/view.css +1 -0
  30. package/build/lowcode/view.js +375 -0
  31. package/dist/BizComps.css +1 -0
  32. package/dist/BizComps.js +75 -0
  33. package/dist/BizComps.js.map +1 -0
  34. package/es/components/PrintButton/index.d.ts +7 -0
  35. package/es/components/PrintButton/index.js +97 -0
  36. package/es/components/ProCascaderSelect/index.d.ts +3 -0
  37. package/es/components/ProCascaderSelect/index.js +48 -0
  38. package/es/components/ProCheckbox/index.d.ts +14 -0
  39. package/es/components/ProCheckbox/index.js +59 -0
  40. package/es/components/ProDatePicker/index.d.ts +3 -0
  41. package/es/components/ProDatePicker/index.js +45 -0
  42. package/es/components/ProInput/index.d.ts +10 -0
  43. package/es/components/ProInput/index.js +53 -0
  44. package/es/components/ProNextText/index.js +160 -0
  45. package/es/components/ProNextText/index.scss +283 -0
  46. package/es/components/ProRadio/index.d.ts +14 -0
  47. package/es/components/ProRadio/index.js +60 -0
  48. package/es/components/ProSelect/index.d.ts +3 -0
  49. package/es/components/ProSelect/index.js +48 -0
  50. package/es/components/ProTextArea/index.d.ts +3 -0
  51. package/es/components/ProTextArea/index.js +45 -0
  52. package/es/components/ProTimePicker/index.d.ts +3 -0
  53. package/es/components/ProTimePicker/index.js +61 -0
  54. package/es/components/colorful-button/colorful-button.d.ts +12 -0
  55. package/es/components/colorful-button/colorful-button.js +29 -0
  56. package/es/components/colorful-button/index.d.ts +3 -0
  57. package/es/components/colorful-button/index.js +2 -0
  58. package/es/components/colorful-button/index.scss +5 -0
  59. package/es/components/colorful-input/colorful-input.d.ts +8 -0
  60. package/es/components/colorful-input/colorful-input.js +23 -0
  61. package/es/components/colorful-input/index.d.ts +3 -0
  62. package/es/components/colorful-input/index.js +2 -0
  63. package/es/components/colorful-input/index.scss +5 -0
  64. package/es/components/edit-pro-table/components/ExportExcelButton.d.ts +7 -0
  65. package/es/components/edit-pro-table/components/ExportExcelButton.js +91 -0
  66. package/es/components/edit-pro-table/components/ImportExcelButton.d.ts +6 -0
  67. package/es/components/edit-pro-table/components/ImportExcelButton.js +105 -0
  68. package/es/components/edit-pro-table/edit-pro-table.d.ts +38 -0
  69. package/es/components/edit-pro-table/edit-pro-table.js +458 -0
  70. package/es/components/edit-pro-table/index.d.ts +3 -0
  71. package/es/components/edit-pro-table/index.js +2 -0
  72. package/es/components/pro-table/index.d.ts +3 -0
  73. package/es/components/pro-table/index.js +2 -0
  74. package/es/components/pro-table/pro-table.d.ts +25 -0
  75. package/es/components/pro-table/pro-table.js +144 -0
  76. package/es/components/utils/index.d.ts +6 -0
  77. package/es/components/utils/index.js +27 -0
  78. package/es/context/FormProvider.d.ts +5 -0
  79. package/es/context/FormProvider.js +32 -0
  80. package/es/context/useComponentContext.d.ts +4 -0
  81. package/es/context/useComponentContext.js +29 -0
  82. package/es/index.d.ts +17 -0
  83. package/es/index.js +15 -0
  84. package/es/index.scss +1 -0
  85. package/es/shared/index.d.ts +7 -0
  86. package/es/shared/index.js +43 -0
  87. package/es/style.js +18 -0
  88. package/es/variables.d.ts +2 -0
  89. package/es/variables.js +2 -0
  90. package/es/variables.scss +51 -0
  91. package/lib/components/PrintButton/index.d.ts +7 -0
  92. package/lib/components/PrintButton/index.js +102 -0
  93. package/lib/components/ProCascaderSelect/index.d.ts +3 -0
  94. package/lib/components/ProCascaderSelect/index.js +53 -0
  95. package/lib/components/ProCheckbox/index.d.ts +14 -0
  96. package/lib/components/ProCheckbox/index.js +64 -0
  97. package/lib/components/ProDatePicker/index.d.ts +3 -0
  98. package/lib/components/ProDatePicker/index.js +50 -0
  99. package/lib/components/ProInput/index.d.ts +10 -0
  100. package/lib/components/ProInput/index.js +58 -0
  101. package/lib/components/ProNextText/index.js +165 -0
  102. package/lib/components/ProNextText/index.scss +283 -0
  103. package/lib/components/ProRadio/index.d.ts +14 -0
  104. package/lib/components/ProRadio/index.js +65 -0
  105. package/lib/components/ProSelect/index.d.ts +3 -0
  106. package/lib/components/ProSelect/index.js +53 -0
  107. package/lib/components/ProTextArea/index.d.ts +3 -0
  108. package/lib/components/ProTextArea/index.js +50 -0
  109. package/lib/components/ProTimePicker/index.d.ts +3 -0
  110. package/lib/components/ProTimePicker/index.js +66 -0
  111. package/lib/components/colorful-button/colorful-button.d.ts +12 -0
  112. package/lib/components/colorful-button/colorful-button.js +34 -0
  113. package/lib/components/colorful-button/index.d.ts +3 -0
  114. package/lib/components/colorful-button/index.js +7 -0
  115. package/lib/components/colorful-button/index.scss +5 -0
  116. package/lib/components/colorful-input/colorful-input.d.ts +8 -0
  117. package/lib/components/colorful-input/colorful-input.js +28 -0
  118. package/lib/components/colorful-input/index.d.ts +3 -0
  119. package/lib/components/colorful-input/index.js +7 -0
  120. package/lib/components/colorful-input/index.scss +5 -0
  121. package/lib/components/edit-pro-table/components/ExportExcelButton.d.ts +7 -0
  122. package/lib/components/edit-pro-table/components/ExportExcelButton.js +96 -0
  123. package/lib/components/edit-pro-table/components/ImportExcelButton.d.ts +6 -0
  124. package/lib/components/edit-pro-table/components/ImportExcelButton.js +110 -0
  125. package/lib/components/edit-pro-table/edit-pro-table.d.ts +38 -0
  126. package/lib/components/edit-pro-table/edit-pro-table.js +463 -0
  127. package/lib/components/edit-pro-table/index.d.ts +3 -0
  128. package/lib/components/edit-pro-table/index.js +7 -0
  129. package/lib/components/pro-table/index.d.ts +3 -0
  130. package/lib/components/pro-table/index.js +7 -0
  131. package/lib/components/pro-table/pro-table.d.ts +25 -0
  132. package/lib/components/pro-table/pro-table.js +150 -0
  133. package/lib/components/utils/index.d.ts +6 -0
  134. package/lib/components/utils/index.js +31 -0
  135. package/lib/context/FormProvider.d.ts +5 -0
  136. package/lib/context/FormProvider.js +37 -0
  137. package/lib/context/useComponentContext.d.ts +4 -0
  138. package/lib/context/useComponentContext.js +34 -0
  139. package/lib/index.d.ts +17 -0
  140. package/lib/index.js +38 -0
  141. package/lib/index.scss +1 -0
  142. package/lib/shared/index.d.ts +7 -0
  143. package/lib/shared/index.js +48 -0
  144. package/lib/style.js +18 -0
  145. package/lib/variables.d.ts +2 -0
  146. package/lib/variables.js +5 -0
  147. package/lib/variables.scss +51 -0
  148. package/lowcode/auto-complete/meta.ts +1159 -0
  149. package/lowcode/combobox/meta.ts +10330 -0
  150. package/lowcode/component-provider/meta.ts +56 -0
  151. package/lowcode/date-picker/meta.ts +1912 -0
  152. package/lowcode/edit-pro-table/actionColumnFields.ts +265 -0
  153. package/lowcode/edit-pro-table/meta.ts +642 -0
  154. package/lowcode/edit-pro-table/snippets.ts +20 -0
  155. package/lowcode/form-provider/meta.ts +78 -0
  156. package/lowcode/group/meta.ts +333 -0
  157. package/lowcode/month-picker/meta.ts +9860 -0
  158. package/lowcode/next-text/meta.ts +180 -0
  159. package/lowcode/next-text/snippets.ts +27 -0
  160. package/lowcode/option/meta.ts +364 -0
  161. package/lowcode/option-group/meta.ts +259 -0
  162. package/lowcode/password/meta.ts +1121 -0
  163. package/lowcode/print-button/iconprint.png +0 -0
  164. package/lowcode/print-button/meta.ts +168 -0
  165. package/lowcode/print-button/printer.svg +1 -0
  166. package/lowcode/pro-cascader-select/adaptor.ts +23 -0
  167. package/lowcode/pro-cascader-select/meta.design.ts +440 -0
  168. package/lowcode/pro-cascader-select/meta.ts +493 -0
  169. package/lowcode/pro-cascader-select/snippets.design.ts +46 -0
  170. package/lowcode/pro-cascader-select/snippets.ts +39 -0
  171. package/lowcode/pro-checkbox/meta.ts +257 -0
  172. package/lowcode/pro-checkbox/snippets.ts +15 -0
  173. package/lowcode/pro-date-picker/meta.ts +310 -0
  174. package/lowcode/pro-date-picker/snippets.ts +50 -0
  175. package/lowcode/pro-input/meta.ts +649 -0
  176. package/lowcode/pro-input/snippets.ts +40 -0
  177. package/lowcode/pro-next-text/meta.ts +182 -0
  178. package/lowcode/pro-next-text/snippets.ts +27 -0
  179. package/lowcode/pro-radio/meta.ts +105 -0
  180. package/lowcode/pro-radio/radio-group.png +0 -0
  181. package/lowcode/pro-radio/snippets.ts +42 -0
  182. package/lowcode/pro-radio-group/meta.ts +291 -0
  183. package/lowcode/pro-select/meta.design.ts +231 -0
  184. package/lowcode/pro-select/meta.ts +316 -0
  185. package/lowcode/pro-select/snippets.design.ts +37 -0
  186. package/lowcode/pro-select/snippets.ts +29 -0
  187. package/lowcode/pro-select-option/meta.ts +36 -0
  188. package/lowcode/pro-table/meta.ts +437 -0
  189. package/lowcode/pro-table/snippets.ts +20 -0
  190. package/lowcode/pro-text-area/meta.ts +454 -0
  191. package/lowcode/pro-time-picker/meta.ts +361 -0
  192. package/lowcode/pro-time-picker/snippets.ts +18 -0
  193. package/lowcode/quarter-picker/meta.ts +1559 -0
  194. package/lowcode/range-picker/meta.ts +10097 -0
  195. package/lowcode/text-area/meta.ts +823 -0
  196. package/lowcode/time-picker/meta.ts +1636 -0
  197. package/lowcode/utils/component-wrapper.ts +36 -0
  198. package/lowcode/utils/index.ts +81 -0
  199. package/lowcode/utils/parse-data.ts +113 -0
  200. package/lowcode/week-picker/meta.ts +9781 -0
  201. package/lowcode/year-picker/meta.ts +9829 -0
  202. package/lowcode_es/auto-complete/meta.d.ts +22 -0
  203. package/lowcode_es/auto-complete/meta.js +1046 -0
  204. package/lowcode_es/combobox/meta.d.ts +22 -0
  205. package/lowcode_es/combobox/meta.js +1 -0
  206. package/lowcode_es/component-provider/meta.d.ts +22 -0
  207. package/lowcode_es/component-provider/meta.js +48 -0
  208. package/lowcode_es/date-picker/meta.d.ts +22 -0
  209. package/lowcode_es/date-picker/meta.js +1722 -0
  210. package/lowcode_es/edit-pro-table/actionColumnFields.d.ts +12 -0
  211. package/lowcode_es/edit-pro-table/actionColumnFields.js +232 -0
  212. package/lowcode_es/edit-pro-table/meta.d.ts +22 -0
  213. package/lowcode_es/edit-pro-table/meta.js +591 -0
  214. package/lowcode_es/edit-pro-table/snippets.d.ts +2 -0
  215. package/lowcode_es/edit-pro-table/snippets.js +16 -0
  216. package/lowcode_es/form-provider/meta.d.ts +22 -0
  217. package/lowcode_es/form-provider/meta.js +69 -0
  218. package/lowcode_es/group/meta.d.ts +22 -0
  219. package/lowcode_es/group/meta.js +301 -0
  220. package/lowcode_es/meta.js +194 -0
  221. package/lowcode_es/month-picker/meta.d.ts +22 -0
  222. package/lowcode_es/month-picker/meta.js +9064 -0
  223. package/lowcode_es/next-text/meta.js +154 -0
  224. package/lowcode_es/next-text/snippets.js +25 -0
  225. package/lowcode_es/option/meta.d.ts +22 -0
  226. package/lowcode_es/option/meta.js +325 -0
  227. package/lowcode_es/option-group/meta.d.ts +22 -0
  228. package/lowcode_es/option-group/meta.js +231 -0
  229. package/lowcode_es/password/meta.d.ts +22 -0
  230. package/lowcode_es/password/meta.js +1026 -0
  231. package/lowcode_es/print-button/iconprint.png +0 -0
  232. package/lowcode_es/print-button/meta.d.ts +22 -0
  233. package/lowcode_es/print-button/meta.js +143 -0
  234. package/lowcode_es/print-button/printer.svg +1 -0
  235. package/lowcode_es/pro-cascader-select/adaptor.d.ts +1 -0
  236. package/lowcode_es/pro-cascader-select/adaptor.js +29 -0
  237. package/lowcode_es/pro-cascader-select/meta.d.ts +287 -0
  238. package/lowcode_es/pro-cascader-select/meta.design.d.ts +304 -0
  239. package/lowcode_es/pro-cascader-select/meta.design.js +388 -0
  240. package/lowcode_es/pro-cascader-select/meta.js +435 -0
  241. package/lowcode_es/pro-cascader-select/snippets.d.ts +25 -0
  242. package/lowcode_es/pro-cascader-select/snippets.design.d.ts +38 -0
  243. package/lowcode_es/pro-cascader-select/snippets.design.js +44 -0
  244. package/lowcode_es/pro-cascader-select/snippets.js +30 -0
  245. package/lowcode_es/pro-checkbox/meta.d.ts +164 -0
  246. package/lowcode_es/pro-checkbox/meta.js +230 -0
  247. package/lowcode_es/pro-checkbox/snippets.d.ts +12 -0
  248. package/lowcode_es/pro-checkbox/snippets.js +13 -0
  249. package/lowcode_es/pro-date-picker/meta.d.ts +119 -0
  250. package/lowcode_es/pro-date-picker/meta.js +278 -0
  251. package/lowcode_es/pro-date-picker/snippets.d.ts +9 -0
  252. package/lowcode_es/pro-date-picker/snippets.js +49 -0
  253. package/lowcode_es/pro-input/meta.d.ts +273 -0
  254. package/lowcode_es/pro-input/meta.js +585 -0
  255. package/lowcode_es/pro-input/snippets.d.ts +14 -0
  256. package/lowcode_es/pro-input/snippets.js +39 -0
  257. package/lowcode_es/pro-next-text/meta.d.ts +130 -0
  258. package/lowcode_es/pro-next-text/meta.js +155 -0
  259. package/lowcode_es/pro-next-text/snippets.d.ts +12 -0
  260. package/lowcode_es/pro-next-text/snippets.js +25 -0
  261. package/lowcode_es/pro-radio/meta.d.ts +50 -0
  262. package/lowcode_es/pro-radio/meta.js +87 -0
  263. package/lowcode_es/pro-radio/radio-group.png +0 -0
  264. package/lowcode_es/pro-radio/snippets.d.ts +14 -0
  265. package/lowcode_es/pro-radio/snippets.js +35 -0
  266. package/lowcode_es/pro-radio-group/meta.d.ts +192 -0
  267. package/lowcode_es/pro-radio-group/meta.js +263 -0
  268. package/lowcode_es/pro-select/meta.d.ts +271 -0
  269. package/lowcode_es/pro-select/meta.design.d.ts +220 -0
  270. package/lowcode_es/pro-select/meta.design.js +216 -0
  271. package/lowcode_es/pro-select/meta.js +288 -0
  272. package/lowcode_es/pro-select/snippets.d.ts +17 -0
  273. package/lowcode_es/pro-select/snippets.design.d.ts +17 -0
  274. package/lowcode_es/pro-select/snippets.design.js +34 -0
  275. package/lowcode_es/pro-select/snippets.js +22 -0
  276. package/lowcode_es/pro-select-option/meta.js +33 -0
  277. package/lowcode_es/pro-table/meta.d.ts +22 -0
  278. package/lowcode_es/pro-table/meta.js +449 -0
  279. package/lowcode_es/pro-table/snippets.d.ts +2 -0
  280. package/lowcode_es/pro-table/snippets.js +16 -0
  281. package/lowcode_es/pro-text-area/meta.d.ts +245 -0
  282. package/lowcode_es/pro-text-area/meta.js +414 -0
  283. package/lowcode_es/pro-time-picker/meta.d.ts +244 -0
  284. package/lowcode_es/pro-time-picker/meta.js +318 -0
  285. package/lowcode_es/pro-time-picker/snippets.d.ts +16 -0
  286. package/lowcode_es/pro-time-picker/snippets.js +15 -0
  287. package/lowcode_es/quarter-picker/meta.d.ts +22 -0
  288. package/lowcode_es/quarter-picker/meta.js +1407 -0
  289. package/lowcode_es/range-picker/meta.d.ts +22 -0
  290. package/lowcode_es/range-picker/meta.js +9281 -0
  291. package/lowcode_es/text-area/meta.d.ts +22 -0
  292. package/lowcode_es/text-area/meta.js +736 -0
  293. package/lowcode_es/time-picker/meta.d.ts +22 -0
  294. package/lowcode_es/time-picker/meta.js +1475 -0
  295. package/lowcode_es/utils/component-wrapper.d.ts +11 -0
  296. package/lowcode_es/utils/component-wrapper.js +38 -0
  297. package/lowcode_es/utils/index.d.ts +10 -0
  298. package/lowcode_es/utils/index.js +79 -0
  299. package/lowcode_es/utils/parse-data.d.ts +25 -0
  300. package/lowcode_es/utils/parse-data.js +89 -0
  301. package/lowcode_es/view.js +18 -0
  302. package/lowcode_es/week-picker/meta.d.ts +22 -0
  303. package/lowcode_es/week-picker/meta.js +8989 -0
  304. package/lowcode_es/year-picker/meta.d.ts +22 -0
  305. package/lowcode_es/year-picker/meta.js +9035 -0
  306. package/lowcode_lib/auto-complete/meta.d.ts +22 -0
  307. package/lowcode_lib/auto-complete/meta.js +1051 -0
  308. package/lowcode_lib/combobox/meta.d.ts +22 -0
  309. package/lowcode_lib/combobox/meta.js +1 -0
  310. package/lowcode_lib/component-provider/meta.d.ts +22 -0
  311. package/lowcode_lib/component-provider/meta.js +53 -0
  312. package/lowcode_lib/date-picker/meta.d.ts +22 -0
  313. package/lowcode_lib/date-picker/meta.js +1727 -0
  314. package/lowcode_lib/edit-pro-table/actionColumnFields.d.ts +12 -0
  315. package/lowcode_lib/edit-pro-table/actionColumnFields.js +237 -0
  316. package/lowcode_lib/edit-pro-table/meta.d.ts +22 -0
  317. package/lowcode_lib/edit-pro-table/meta.js +596 -0
  318. package/lowcode_lib/edit-pro-table/snippets.d.ts +2 -0
  319. package/lowcode_lib/edit-pro-table/snippets.js +20 -0
  320. package/lowcode_lib/form-provider/meta.d.ts +22 -0
  321. package/lowcode_lib/form-provider/meta.js +74 -0
  322. package/lowcode_lib/group/meta.d.ts +22 -0
  323. package/lowcode_lib/group/meta.js +306 -0
  324. package/lowcode_lib/meta.js +198 -0
  325. package/lowcode_lib/month-picker/meta.d.ts +22 -0
  326. package/lowcode_lib/month-picker/meta.js +9069 -0
  327. package/lowcode_lib/next-text/meta.js +156 -0
  328. package/lowcode_lib/next-text/snippets.js +27 -0
  329. package/lowcode_lib/option/meta.d.ts +22 -0
  330. package/lowcode_lib/option/meta.js +330 -0
  331. package/lowcode_lib/option-group/meta.d.ts +22 -0
  332. package/lowcode_lib/option-group/meta.js +236 -0
  333. package/lowcode_lib/password/meta.d.ts +22 -0
  334. package/lowcode_lib/password/meta.js +1031 -0
  335. package/lowcode_lib/print-button/iconprint.png +0 -0
  336. package/lowcode_lib/print-button/meta.d.ts +22 -0
  337. package/lowcode_lib/print-button/meta.js +148 -0
  338. package/lowcode_lib/print-button/printer.svg +1 -0
  339. package/lowcode_lib/pro-cascader-select/adaptor.d.ts +1 -0
  340. package/lowcode_lib/pro-cascader-select/adaptor.js +32 -0
  341. package/lowcode_lib/pro-cascader-select/meta.d.ts +287 -0
  342. package/lowcode_lib/pro-cascader-select/meta.design.d.ts +304 -0
  343. package/lowcode_lib/pro-cascader-select/meta.design.js +393 -0
  344. package/lowcode_lib/pro-cascader-select/meta.js +440 -0
  345. package/lowcode_lib/pro-cascader-select/snippets.d.ts +25 -0
  346. package/lowcode_lib/pro-cascader-select/snippets.design.d.ts +38 -0
  347. package/lowcode_lib/pro-cascader-select/snippets.design.js +49 -0
  348. package/lowcode_lib/pro-cascader-select/snippets.js +34 -0
  349. package/lowcode_lib/pro-checkbox/meta.d.ts +164 -0
  350. package/lowcode_lib/pro-checkbox/meta.js +235 -0
  351. package/lowcode_lib/pro-checkbox/snippets.d.ts +12 -0
  352. package/lowcode_lib/pro-checkbox/snippets.js +17 -0
  353. package/lowcode_lib/pro-date-picker/meta.d.ts +119 -0
  354. package/lowcode_lib/pro-date-picker/meta.js +283 -0
  355. package/lowcode_lib/pro-date-picker/snippets.d.ts +9 -0
  356. package/lowcode_lib/pro-date-picker/snippets.js +53 -0
  357. package/lowcode_lib/pro-input/meta.d.ts +273 -0
  358. package/lowcode_lib/pro-input/meta.js +590 -0
  359. package/lowcode_lib/pro-input/snippets.d.ts +14 -0
  360. package/lowcode_lib/pro-input/snippets.js +43 -0
  361. package/lowcode_lib/pro-next-text/meta.d.ts +130 -0
  362. package/lowcode_lib/pro-next-text/meta.js +160 -0
  363. package/lowcode_lib/pro-next-text/snippets.d.ts +12 -0
  364. package/lowcode_lib/pro-next-text/snippets.js +29 -0
  365. package/lowcode_lib/pro-radio/meta.d.ts +50 -0
  366. package/lowcode_lib/pro-radio/meta.js +92 -0
  367. package/lowcode_lib/pro-radio/radio-group.png +0 -0
  368. package/lowcode_lib/pro-radio/snippets.d.ts +14 -0
  369. package/lowcode_lib/pro-radio/snippets.js +40 -0
  370. package/lowcode_lib/pro-radio-group/meta.d.ts +192 -0
  371. package/lowcode_lib/pro-radio-group/meta.js +267 -0
  372. package/lowcode_lib/pro-select/meta.d.ts +271 -0
  373. package/lowcode_lib/pro-select/meta.design.d.ts +220 -0
  374. package/lowcode_lib/pro-select/meta.design.js +221 -0
  375. package/lowcode_lib/pro-select/meta.js +293 -0
  376. package/lowcode_lib/pro-select/snippets.d.ts +17 -0
  377. package/lowcode_lib/pro-select/snippets.design.d.ts +17 -0
  378. package/lowcode_lib/pro-select/snippets.design.js +39 -0
  379. package/lowcode_lib/pro-select/snippets.js +26 -0
  380. package/lowcode_lib/pro-select-option/meta.js +35 -0
  381. package/lowcode_lib/pro-table/meta.d.ts +22 -0
  382. package/lowcode_lib/pro-table/meta.js +454 -0
  383. package/lowcode_lib/pro-table/snippets.d.ts +2 -0
  384. package/lowcode_lib/pro-table/snippets.js +20 -0
  385. package/lowcode_lib/pro-text-area/meta.d.ts +245 -0
  386. package/lowcode_lib/pro-text-area/meta.js +418 -0
  387. package/lowcode_lib/pro-time-picker/meta.d.ts +244 -0
  388. package/lowcode_lib/pro-time-picker/meta.js +323 -0
  389. package/lowcode_lib/pro-time-picker/snippets.d.ts +16 -0
  390. package/lowcode_lib/pro-time-picker/snippets.js +19 -0
  391. package/lowcode_lib/quarter-picker/meta.d.ts +22 -0
  392. package/lowcode_lib/quarter-picker/meta.js +1412 -0
  393. package/lowcode_lib/range-picker/meta.d.ts +22 -0
  394. package/lowcode_lib/range-picker/meta.js +9286 -0
  395. package/lowcode_lib/text-area/meta.d.ts +22 -0
  396. package/lowcode_lib/text-area/meta.js +741 -0
  397. package/lowcode_lib/time-picker/meta.d.ts +22 -0
  398. package/lowcode_lib/time-picker/meta.js +1480 -0
  399. package/lowcode_lib/utils/component-wrapper.d.ts +11 -0
  400. package/lowcode_lib/utils/component-wrapper.js +43 -0
  401. package/lowcode_lib/utils/index.d.ts +10 -0
  402. package/lowcode_lib/utils/index.js +84 -0
  403. package/lowcode_lib/utils/parse-data.d.ts +25 -0
  404. package/lowcode_lib/utils/parse-data.js +93 -0
  405. package/lowcode_lib/view.js +28 -0
  406. package/lowcode_lib/week-picker/meta.d.ts +22 -0
  407. package/lowcode_lib/week-picker/meta.js +8994 -0
  408. package/lowcode_lib/year-picker/meta.d.ts +22 -0
  409. package/lowcode_lib/year-picker/meta.js +9040 -0
  410. package/package.json +109 -0
@@ -0,0 +1,304 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <meta http-equiv="X-UA-Compatible" content="ie=edge" />
7
+ <title>DEMO 预览</title>
8
+ <style>
9
+ body {
10
+ font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial,
11
+ PingFang SC-Light, Microsoft YaHei;
12
+ font-size: 12px;
13
+
14
+ * {
15
+ box-sizing: border-box;
16
+ }
17
+ }
18
+
19
+ body,
20
+ #lce-container {
21
+ position: fixed;
22
+ left: 0;
23
+ right: 0;
24
+ bottom: 0;
25
+ top: 0;
26
+ box-sizing: border-box;
27
+ padding: 0;
28
+ margin: 0;
29
+ overflow: hidden;
30
+ text-rendering: optimizeLegibility;
31
+ -webkit-user-select: none;
32
+ -webkit-user-drag: none;
33
+ -webkit-text-size-adjust: none;
34
+ -webkit-touch-callout: none;
35
+ -webkit-font-smoothing: antialiased;
36
+ }
37
+
38
+ html {
39
+ min-width: 1024px;
40
+ }
41
+ </style>
42
+ </head>
43
+
44
+ <body>
45
+ <link rel="stylesheet" href="https://uipaas-assets.com/prod/npm/@alilc/lowcode-engine/1.1.7-beta.11/dist/css/engine-core.css" />
46
+ <link rel="stylesheet" href="https://uipaas-assets.com/prod/npm/@alilc/lowcode-engine-ext/1.0.6-beta.25/dist/css/engine-ext.css" />
47
+ <link rel="stylesheet" href="https://alifd.alicdn.com/npm/@alilc/lowcode-preset-plugin@0.1.2/dist/lowcode-preset-plugin.css" />
48
+ <link href="https://alifd.alicdn.com/npm/@alifd/theme-lowcode-light@0.2.1/variables.css" rel="stylesheet" />
49
+ <link href="https://alifd.alicdn.com/npm/@alifd/theme-lowcode-light@0.2.1/dist/next.var.min.css" rel="stylesheet" />
50
+
51
+ <div id="lce-container"></div>
52
+ <script src="https://g.alicdn.com/code/lib/rax/1.1.0/rax.umd.min.js"></script>
53
+ <script src="https://g.alicdn.com/code/lib/react/16.9.0/umd/react.development.js"></script>
54
+ <script src="https://g.alicdn.com/code/lib/react-dom/16.9.0/umd/react-dom.development.js"></script>
55
+ <script src="https://g.alicdn.com/code/lib/prop-types/15.7.2/prop-types.js"></script>
56
+ <script>
57
+ React.PropTypes = PropTypes;
58
+ </script>
59
+ <script src="https://g.alicdn.com/platform/c/??react15-polyfill/0.0.1/dist/index.js,lodash/4.6.1/lodash.min.js,immutable/3.7.6/dist/immutable.min.js,natty-storage/2.0.2/dist/natty-storage.min.js,natty-fetch/2.6.0/dist/natty-fetch.pc.min.js,tinymce/4.2.5/tinymce-full.js"></script>
60
+ <script src="https://g.alicdn.com/mylib/moment/2.24.0/min/moment.min.js"></script>
61
+ <script src="https://g.alicdn.com/code/lib/alifd__next/1.23.20/next-with-locales.min.js"></script>
62
+
63
+ <script crossorigin="anonymous" src="https://uipaas-assets.com/prod/npm/@alilc/lowcode-engine/1.1.7-beta.11/dist/js/engine-core.js"></script>
64
+ <script crossorigin="anonymous" src="https://uipaas-assets.com/prod/npm/@alilc/lowcode-engine-ext/1.0.6-beta.25/dist/js/engine-ext.js"></script>
65
+ <script>
66
+ if (!window.AliLowCodeEngine.common) {
67
+ window.AliLowCodeEngine.common = {
68
+ designerCabin: window.AliLowCodeEngine.designerCabin,
69
+ editorCabin: window.AliLowCodeEngine.editorCabin,
70
+ skeletonCabin: window.AliLowCodeEngine.skeletonCabin,
71
+ utils: window.AliLowCodeEngine.utils,
72
+ };
73
+ }
74
+ </script>
75
+ <script src="https://alifd.alicdn.com/npm/@alilc/lowcode-preset-plugin@0.1.2/dist/lowcode-preset-plugin.js"></script>
76
+ <script type="text/javascript" charset="utf-8" src="./index.js"></script>
77
+ <script>
78
+ (function (factory) {
79
+ if (typeof define === 'function' && define.amd) {
80
+ define([], factory);
81
+ } else if (typeof module === 'object' && module.exports) {
82
+ module.exports = factory();
83
+ } else {
84
+ window.idleCallbackShim = factory();
85
+ }
86
+ })(function () {
87
+ 'use strict';
88
+ var scheduleStart, throttleDelay, lazytimer, lazyraf;
89
+ var root =
90
+ typeof window != 'undefined' ? window : typeof global != undefined ? global : this || {};
91
+ var requestAnimationFrame =
92
+ (root.cancelRequestAnimationFrame && root.requestAnimationFrame) || setTimeout;
93
+ var cancelRequestAnimationFrame = root.cancelRequestAnimationFrame || clearTimeout;
94
+ var tasks = [];
95
+ var runAttempts = 0;
96
+ var isRunning = false;
97
+ var remainingTime = 7;
98
+ var minThrottle = 35;
99
+ var throttle = 125;
100
+ var index = 0;
101
+ var taskStart = 0;
102
+ var tasklength = 0;
103
+ var IdleDeadline = {
104
+ get didTimeout() {
105
+ return false;
106
+ },
107
+ timeRemaining: function () {
108
+ var timeRemaining = remainingTime - (Date.now() - taskStart);
109
+ return Math.max(0, timeRemaining);
110
+ },
111
+ };
112
+ var setInactive = debounce(function () {
113
+ remainingTime = 22;
114
+ throttle = 66;
115
+ minThrottle = 0;
116
+ });
117
+
118
+ function debounce(fn) {
119
+ var id, timestamp;
120
+ var wait = 99;
121
+ var check = function () {
122
+ var last = Date.now() - timestamp;
123
+
124
+ if (last < wait) {
125
+ id = setTimeout(check, wait - last);
126
+ } else {
127
+ id = null;
128
+ fn();
129
+ }
130
+ };
131
+ return function () {
132
+ timestamp = Date.now();
133
+ if (!id) {
134
+ id = setTimeout(check, wait);
135
+ }
136
+ };
137
+ }
138
+
139
+ function abortRunning() {
140
+ if (isRunning) {
141
+ if (lazyraf) {
142
+ cancelRequestAnimationFrame(lazyraf);
143
+ }
144
+ if (lazytimer) {
145
+ clearTimeout(lazytimer);
146
+ }
147
+ isRunning = false;
148
+ }
149
+ }
150
+
151
+ function onInputorMutation() {
152
+ if (throttle != 125) {
153
+ remainingTime = 7;
154
+ throttle = 125;
155
+ minThrottle = 35;
156
+
157
+ if (isRunning) {
158
+ abortRunning();
159
+ scheduleLazy();
160
+ }
161
+ }
162
+ setInactive();
163
+ }
164
+
165
+ function scheduleAfterRaf() {
166
+ lazyraf = null;
167
+ lazytimer = setTimeout(runTasks, 0);
168
+ }
169
+
170
+ function scheduleRaf() {
171
+ lazytimer = null;
172
+ requestAnimationFrame(scheduleAfterRaf);
173
+ }
174
+
175
+ function scheduleLazy() {
176
+ if (isRunning) {
177
+ return;
178
+ }
179
+ throttleDelay = throttle - (Date.now() - taskStart);
180
+
181
+ scheduleStart = Date.now();
182
+
183
+ isRunning = true;
184
+
185
+ if (minThrottle && throttleDelay < minThrottle) {
186
+ throttleDelay = minThrottle;
187
+ }
188
+
189
+ if (throttleDelay > 9) {
190
+ lazytimer = setTimeout(scheduleRaf, throttleDelay);
191
+ } else {
192
+ throttleDelay = 0;
193
+ scheduleRaf();
194
+ }
195
+ }
196
+
197
+ function runTasks() {
198
+ var task, i, len;
199
+ var timeThreshold = remainingTime > 9 ? 9 : 1;
200
+ taskStart = Date.now();
201
+ isRunning = false;
202
+
203
+ lazytimer = null;
204
+
205
+ if (runAttempts > 2 || taskStart - throttleDelay - 50 < scheduleStart) {
206
+ for (
207
+ i = 0, len = tasks.length;
208
+ i < len && IdleDeadline.timeRemaining() > timeThreshold;
209
+ i++
210
+ ) {
211
+ task = tasks.shift();
212
+ tasklength++;
213
+ if (task) {
214
+ task(IdleDeadline);
215
+ }
216
+ }
217
+ }
218
+
219
+ if (tasks.length) {
220
+ scheduleLazy();
221
+ } else {
222
+ runAttempts = 0;
223
+ }
224
+ }
225
+
226
+ function requestIdleCallbackShim(task) {
227
+ index++;
228
+ tasks.push(task);
229
+ scheduleLazy();
230
+ return index;
231
+ }
232
+
233
+ function cancelIdleCallbackShim(id) {
234
+ var index = id - 1 - tasklength;
235
+ if (tasks[index]) {
236
+ tasks[index] = null;
237
+ }
238
+ }
239
+
240
+ if (!root.requestIdleCallback || !root.cancelIdleCallback) {
241
+ root.requestIdleCallback = requestIdleCallbackShim;
242
+ root.cancelIdleCallback = cancelIdleCallbackShim;
243
+
244
+ if (root.document && document.addEventListener) {
245
+ root.addEventListener('scroll', onInputorMutation, true);
246
+ root.addEventListener('resize', onInputorMutation);
247
+
248
+ document.addEventListener('focus', onInputorMutation, true);
249
+ document.addEventListener('mouseover', onInputorMutation, true);
250
+ ['click', 'keypress', 'touchstart', 'mousedown'].forEach(function (name) {
251
+ document.addEventListener(name, onInputorMutation, { capture: true, passive: true });
252
+ });
253
+
254
+ if (root.MutationObserver) {
255
+ new MutationObserver(onInputorMutation).observe(document.documentElement, {
256
+ childList: true,
257
+ subtree: true,
258
+ attributes: true,
259
+ });
260
+ }
261
+ }
262
+ } else {
263
+ try {
264
+ root.requestIdleCallback(function () {}, { timeout: 0 });
265
+ } catch (e) {
266
+ (function (rIC) {
267
+ var timeRemainingProto, timeRemaining;
268
+ root.requestIdleCallback = function (fn, timeout) {
269
+ if (timeout && typeof timeout.timeout == 'number') {
270
+ return rIC(fn, timeout.timeout);
271
+ }
272
+ return rIC(fn);
273
+ };
274
+ if (
275
+ root.IdleCallbackDeadline &&
276
+ (timeRemainingProto = IdleCallbackDeadline.prototype)
277
+ ) {
278
+ timeRemaining = Object.getOwnPropertyDescriptor(
279
+ timeRemainingProto,
280
+ 'timeRemaining',
281
+ );
282
+ if (!timeRemaining || !timeRemaining.configurable || !timeRemaining.get) {
283
+ return;
284
+ }
285
+ Object.defineProperty(timeRemainingProto, 'timeRemaining', {
286
+ value: function () {
287
+ return timeRemaining.get.call(this);
288
+ },
289
+ enumerable: true,
290
+ configurable: true,
291
+ });
292
+ }
293
+ })(root.requestIdleCallback);
294
+ }
295
+ }
296
+
297
+ return {
298
+ request: requestIdleCallbackShim,
299
+ cancel: cancelIdleCallbackShim,
300
+ };
301
+ });
302
+ </script>
303
+ </body>
304
+ </html>
@@ -0,0 +1 @@
1
+ !function t(n,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define([],r):"object"==typeof exports?exports.BizComps=r():n.BizComps=r()}(window,(function(){return function(t){var n={};function r(e){if(n[e])return n[e].exports;var o=n[e]={i:e,l:!1,exports:{}};return t[e].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=t,r.c=n,r.d=function(t,n,e){r.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:e})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,n){if(1&n&&(t=r(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var e=Object.create(null);if(r.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)r.d(e,o,function(n){return t[n]}.bind(null,o));return e},r.n=function(t){var n=t&&t.__esModule?function n(){return t.default}:function n(){return t};return r.d(n,"a",n),n},r.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},r.p="",r(r.s=588)}({102:function(t,n){function r(t){return function(n){return t(n)}}t.exports=r},103:function(t,n,r){(function(t){var e=r(89),o=n&&!n.nodeType&&n,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,u=i&&i.exports===o&&e.process,a=function(){try{var t=i&&i.require&&i.require("util").types;return t||u&&u.binding&&u.binding("util")}catch(t){}}();t.exports=a}).call(this,r(51)(t))},104:function(t,n,r){var e=r(148),o=r(155),i=r(157),c=r(158),u=r(159);function a(t){var n=-1,r=null==t?0:t.length;for(this.clear();++n<r;){var e=t[n];this.set(e[0],e[1])}}a.prototype.clear=e,a.prototype.delete=o,a.prototype.get=i,a.prototype.has=c,a.prototype.set=u,t.exports=a},105:function(t,n,r){var e=r(112);function o(t){var n=new t.constructor(t.byteLength);return new e(n).set(new e(t)),n}t.exports=o},107:function(t,n,r){var e,o=r(128)();t.exports=o},108:function(t,n,r){var e=r(130),o=r(80),i=r(47),c=r(76),u=r(81),a=r(82),s,f=Object.prototype.hasOwnProperty;function p(t,n){var r=i(t),s=!r&&o(t),p=!r&&!s&&c(t),l=!r&&!s&&!p&&a(t),v=r||s||p||l,y=v?e(t.length,String):[],d=y.length;for(var b in t)!n&&!f.call(t,b)||v&&("length"==b||p&&("offset"==b||"parent"==b)||l&&("buffer"==b||"byteLength"==b||"byteOffset"==b)||u(b,d))||y.push(b);return y}t.exports=p},109:function(t,n){function r(t,n){return function(r){return t(n(r))}}t.exports=r},110:function(t,n,r){var e=r(50),o=r(85),i=r(40),c="[object Object]",u=Function.prototype,a=Object.prototype,s=u.toString,f=a.hasOwnProperty,p=s.call(Object);function l(t){if(!i(t)||e(t)!=c)return!1;var n=o(t);if(null===n)return!0;var r=f.call(n,"constructor")&&n.constructor;return"function"==typeof r&&r instanceof r&&s.call(r)==p}t.exports=l},111:function(t,n){var r,e=Function.prototype.toString;function o(t){if(null!=t){try{return e.call(t)}catch(t){}try{return t+""}catch(t){}}return""}t.exports=o},112:function(t,n,r){var e,o=r(37).Uint8Array;t.exports=o},113:function(t,n,r){var e=r(73),o=r(57),i,c=Object.prototype.hasOwnProperty;function u(t,n,r){var i=t[n];c.call(t,n)&&o(i,r)&&(void 0!==r||n in t)||e(t,n,r)}t.exports=u},114:function(t,n,r){(function(t){var e=r(37),o=n&&!n.nodeType&&n,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,u=i&&i.exports===o?e.Buffer:void 0,a=u?u.allocUnsafe:void 0;function s(t,n){if(n)return t.slice();var r=t.length,e=a?a(r):new t.constructor(r);return t.copy(e),e}t.exports=s}).call(this,r(51)(t))},115:function(t,n){function r(t,n){var r=-1,e=t.length;for(n||(n=Array(e));++r<e;)n[r]=t[r];return n}t.exports=r},116:function(t,n,r){var e=r(105);function o(t,n){var r=n?e(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}t.exports=o},117:function(t,n,r){var e=r(162),o=r(85),i=r(84);function c(t){return"function"!=typeof t.constructor||i(t)?{}:e(o(t))}t.exports=c},126:function(t,n,r){var e=r(71),o=Object.prototype,i=o.hasOwnProperty,c=o.toString,u=e?e.toStringTag:void 0;function a(t){var n=i.call(t,u),r=t[u];try{t[u]=void 0;var e=!0}catch(t){}var o=c.call(t);return e&&(n?t[u]=r:delete t[u]),o}t.exports=a},127:function(t,n){var r,e=Object.prototype.toString;function o(t){return e.call(t)}t.exports=o},128:function(t,n){function r(t){return function(n,r,e){for(var o=-1,i=Object(n),c=e(n),u=c.length;u--;){var a=c[t?u:++o];if(!1===r(i[a],a,i))break}return n}}t.exports=r},130:function(t,n){function r(t,n){for(var r=-1,e=Array(t);++r<t;)e[r]=n(r);return e}t.exports=r},131:function(t,n,r){var e=r(50),o=r(40),i="[object Arguments]";function c(t){return o(t)&&e(t)==i}t.exports=c},132:function(t,n){function r(){return!1}t.exports=r},133:function(t,n,r){var e=r(50),o=r(83),i=r(40),c="[object Arguments]",u="[object Array]",a="[object Boolean]",s="[object Date]",f="[object Error]",p="[object Function]",l="[object Map]",v="[object Number]",y="[object Object]",d="[object RegExp]",b="[object Set]",h="[object String]",m="[object WeakMap]",g="[object ArrayBuffer]",_="[object DataView]",x,j="[object Float64Array]",w="[object Int8Array]",O="[object Int16Array]",S="[object Int32Array]",P="[object Uint8Array]",k="[object Uint8ClampedArray]",A="[object Uint16Array]",T="[object Uint32Array]",z={};function F(t){return i(t)&&o(t.length)&&!!z[e(t)]}z["[object Float32Array]"]=z[j]=z[w]=z[O]=z[S]=z[P]=z[k]=z[A]=z[T]=!0,z[c]=z[u]=z[g]=z[a]=z[_]=z[s]=z[f]=z[p]=z[l]=z[v]=z[y]=z[d]=z[b]=z[h]=z[m]=!1,t.exports=F},134:function(t,n){function r(){this.__data__=[],this.size=0}t.exports=r},135:function(t,n,r){var e=r(62),o,i=Array.prototype.splice;function c(t){var n=this.__data__,r=e(n,t),o;return!(r<0)&&(r==n.length-1?n.pop():i.call(n,r,1),--this.size,!0)}t.exports=c},136:function(t,n,r){var e=r(62);function o(t){var n=this.__data__,r=e(n,t);return r<0?void 0:n[r][1]}t.exports=o},137:function(t,n,r){var e=r(62);function o(t){return e(this.__data__,t)>-1}t.exports=o},138:function(t,n,r){var e=r(62);function o(t,n){var r=this.__data__,o=e(r,t);return o<0?(++this.size,r.push([t,n])):r[o][1]=n,this}t.exports=o},139:function(t,n,r){var e=r(61);function o(){this.__data__=new e,this.size=0}t.exports=o},140:function(t,n){function r(t){var n=this.__data__,r=n.delete(t);return this.size=n.size,r}t.exports=r},141:function(t,n){function r(t){return this.__data__.get(t)}t.exports=r},142:function(t,n){function r(t){return this.__data__.has(t)}t.exports=r},143:function(t,n,r){var e=r(61),o=r(86),i=r(104),c=200;function u(t,n){var r=this.__data__;if(r instanceof e){var c=r.__data__;if(!o||c.length<199)return c.push([t,n]),this.size=++r.size,this;r=this.__data__=new i(c)}return r.set(t,n),this.size=r.size,this}t.exports=u},144:function(t,n,r){var e=r(72),o=r(145),i=r(34),c=r(111),u=/[\\^$.*+?()[\]{}|]/g,a=/^\[object .+?Constructor\]$/,s=Function.prototype,f=Object.prototype,p=s.toString,l=f.hasOwnProperty,v=RegExp("^"+p.call(l).replace(u,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function y(t){return!(!i(t)||o(t))&&(e(t)?v:a).test(c(t));var n}t.exports=y},145:function(t,n,r){var e=r(146),o=(i=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"",i;function c(t){return!!o&&o in t}t.exports=c},146:function(t,n,r){var e,o=r(37)["__core-js_shared__"];t.exports=o},147:function(t,n){function r(t,n){return null==t?void 0:t[n]}t.exports=r},148:function(t,n,r){var e=r(149),o=r(61),i=r(86);function c(){this.size=0,this.__data__={hash:new e,map:new(i||o),string:new e}}t.exports=c},149:function(t,n,r){var e=r(150),o=r(151),i=r(152),c=r(153),u=r(154);function a(t){var n=-1,r=null==t?0:t.length;for(this.clear();++n<r;){var e=t[n];this.set(e[0],e[1])}}a.prototype.clear=e,a.prototype.delete=o,a.prototype.get=i,a.prototype.has=c,a.prototype.set=u,t.exports=a},150:function(t,n,r){var e=r(63);function o(){this.__data__=e?e(null):{},this.size=0}t.exports=o},151:function(t,n){function r(t){var n=this.has(t)&&delete this.__data__[t];return this.size-=n?1:0,n}t.exports=r},152:function(t,n,r){var e=r(63),o="__lodash_hash_undefined__",i,c=Object.prototype.hasOwnProperty;function u(t){var n=this.__data__;if(e){var r=n[t];return r===o?void 0:r}return c.call(n,t)?n[t]:void 0}t.exports=u},153:function(t,n,r){var e=r(63),o,i=Object.prototype.hasOwnProperty;function c(t){var n=this.__data__;return e?void 0!==n[t]:i.call(n,t)}t.exports=c},154:function(t,n,r){var e=r(63),o="__lodash_hash_undefined__";function i(t,n){var r=this.__data__;return this.size+=this.has(t)?0:1,r[t]=e&&void 0===n?o:n,this}t.exports=i},155:function(t,n,r){var e=r(64);function o(t){var n=e(this,t).delete(t);return this.size-=n?1:0,n}t.exports=o},156:function(t,n){function r(t){var n=typeof t;return"string"==n||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==t:null===t}t.exports=r},157:function(t,n,r){var e=r(64);function o(t){return e(this,t).get(t)}t.exports=o},158:function(t,n,r){var e=r(64);function o(t){return e(this,t).has(t)}t.exports=o},159:function(t,n,r){var e=r(64);function o(t,n){var r=e(this,t),o=r.size;return r.set(t,n),this.size+=r.size==o?0:1,this}t.exports=o},160:function(t,n,r){var e=r(34),o=r(84),i=r(161),c,u=Object.prototype.hasOwnProperty;function a(t){if(!e(t))return i(t);var n=o(t),r=[];for(var c in t)("constructor"!=c||!n&&u.call(t,c))&&r.push(c);return r}t.exports=a},161:function(t,n){function r(t){var n=[];if(null!=t)for(var r in Object(t))n.push(r);return n}t.exports=r},162:function(t,n,r){var e=r(34),o=Object.create,i=function(){function t(){}return function(n){if(!e(n))return{};if(o)return o(n);t.prototype=n;var r=new t;return t.prototype=void 0,r}}();t.exports=i},163:function(t,n,r){var e=r(90),o=r(92),i=r(107),c=r(164),u=r(34),a=r(74),s=r(93);function f(t,n,r,p,l){t!==n&&i(n,(function(i,a){if(l||(l=new e),u(i))c(t,n,a,r,f,p,l);else{var v=p?p(s(t,a),i,a+"",t,n,l):void 0;void 0===v&&(v=i),o(t,a,v)}}),a)}t.exports=f},164:function(t,n,r){var e=r(92),o=r(114),i=r(116),c=r(115),u=r(117),a=r(80),s=r(47),f=r(165),p=r(76),l=r(72),v=r(34),y=r(110),d=r(82),b=r(93),h=r(166);function m(t,n,r,m,g,_,x){var j=b(t,r),w=b(n,r),O=x.get(w);if(O)e(t,r,O);else{var S=_?_(j,w,r+"",t,n,x):void 0,P=void 0===S;if(P){var k=s(w),A=!k&&p(w),T=!k&&!A&&d(w);S=w,k||A||T?s(j)?S=j:f(j)?S=c(j):A?(P=!1,S=o(w,!0)):T?(P=!1,S=i(w,!0)):S=[]:y(w)||a(w)?(S=j,a(j)?S=h(j):v(j)&&!l(j)||(S=u(w))):P=!1}P&&(x.set(w,S),g(S,w,m,_,x),x.delete(w)),e(t,r,S)}}t.exports=m},165:function(t,n,r){var e=r(60),o=r(40);function i(t){return o(t)&&e(t)}t.exports=i},166:function(t,n,r){var e=r(87),o=r(74);function i(t){return e(t,o(t))}t.exports=i},167:function(t,n,r){var e=r(168),o=r(175);function i(t){return e((function(n,r){var e=-1,i=r.length,c=i>1?r[i-1]:void 0,u=i>2?r[2]:void 0;for(c=t.length>3&&"function"==typeof c?(i--,c):void 0,u&&o(r[0],r[1],u)&&(c=i<3?void 0:c,i=1),n=Object(n);++e<i;){var a=r[e];a&&t(n,a,e,c)}return n}))}t.exports=i},168:function(t,n,r){var e=r(77),o=r(169),i=r(171);function c(t,n){return i(o(t,n,e),t+"")}t.exports=c},169:function(t,n,r){var e=r(170),o=Math.max;function i(t,n,r){return n=o(void 0===n?t.length-1:n,0),function(){for(var i=arguments,c=-1,u=o(i.length-n,0),a=Array(u);++c<u;)a[c]=i[n+c];c=-1;for(var s=Array(n+1);++c<n;)s[c]=i[c];return s[n]=r(a),e(t,this,s)}}t.exports=i},170:function(t,n){function r(t,n,r){switch(r.length){case 0:return t.call(n);case 1:return t.call(n,r[0]);case 2:return t.call(n,r[0],r[1]);case 3:return t.call(n,r[0],r[1],r[2])}return t.apply(n,r)}t.exports=r},171:function(t,n,r){var e=r(172),o,i=r(174)(e);t.exports=i},172:function(t,n,r){var e=r(173),o=r(91),i=r(77),c=o?function(t,n){return o(t,"toString",{configurable:!0,enumerable:!1,value:e(n),writable:!0})}:i;t.exports=c},173:function(t,n){function r(t){return function(){return t}}t.exports=r},174:function(t,n){var r=800,e=16,o=Date.now;function i(t){var n=0,r=0;return function(){var e=o(),i=16-(e-r);if(r=e,i>0){if(++n>=800)return arguments[0]}else n=0;return t.apply(void 0,arguments)}}t.exports=i},175:function(t,n,r){var e=r(57),o=r(60),i=r(81),c=r(34);function u(t,n,r){if(!c(r))return!1;var u=typeof n;return!!("number"==u?o(r)&&i(n,r.length):"string"==u&&n in r)&&e(r[n],t)}t.exports=u},34:function(t,n){function r(t){var n=typeof t;return null!=t&&("object"==n||"function"==n)}t.exports=r},37:function(t,n,r){var e=r(89),o="object"==typeof self&&self&&self.Object===Object&&self,i=e||o||Function("return this")();t.exports=i},40:function(t,n){function r(t){return null!=t&&"object"==typeof t}t.exports=r},431:function(t,n,r){var e=r(163),o,i=r(167)((function(t,n,r,o){e(t,n,r,o)}));t.exports=i},47:function(t,n){var r=Array.isArray;t.exports=r},50:function(t,n,r){var e=r(71),o=r(126),i=r(127),c="[object Null]",u="[object Undefined]",a=e?e.toStringTag:void 0;function s(t){return null==t?void 0===t?u:c:a&&a in Object(t)?o(t):i(t)}t.exports=s},51:function(t,n){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},57:function(t,n){function r(t,n){return t===n||t!=t&&n!=n}t.exports=r},58:function(t,n,r){var e=r(144),o=r(147);function i(t,n){var r=o(t,n);return e(r)?r:void 0}t.exports=i},588:function(t,n,r){t.exports=r(589)},589:function(t,n,r){"use strict";r.r(n);var e=r(66),o=r.n(e),i=r(431),c=r.n(i);function u(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(t);n&&(e=e.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),r.push.apply(r,e)}return r}function a(t){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?u(Object(r),!0).forEach((function(n){s(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))}))}return t}function s(t,n,r){return(n=f(n))in t?Object.defineProperty(t,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[n]=r,t}function f(t){var n=p(t,"string");return"symbol"==_(n)?n:n+""}function p(t,n){if("object"!=_(t)||!t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var e=r.call(t,n||"default");if("object"!=_(e))return e;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===n?String:Number)(t)}function l(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var t,n,r="function"==typeof Symbol?Symbol:{},e=r.iterator||"@@iterator",o=r.toStringTag||"@@toStringTag";function i(r,e,o,i){var a=e&&e.prototype instanceof u?e:u,s=Object.create(a.prototype);return v(s,"_invoke",function(r,e,o){var i,u,a,s=0,f=o||[],p=!1,l={p:0,n:0,v:t,a:v,f:v.bind(t,4),d:function n(r,e){return i=r,u=0,a=t,l.n=e,c}};function v(r,e){for(u=r,a=e,n=0;!p&&s&&!o&&n<f.length;n++){var o,i=f[n],v=l.p,y=i[2];r>3?(o=y===e)&&(a=i[(u=i[4])?5:(u=3,3)],i[4]=i[5]=t):i[0]<=v&&((o=r<2&&v<i[1])?(u=0,l.v=e,l.n=i[1]):v<y&&(o=r<3||i[0]>e||e>y)&&(i[4]=r,i[5]=e,l.n=y,u=0))}if(o||r>1)return c;throw p=!0,e}return function(o,f,y){if(s>1)throw TypeError("Generator is already running");for(p&&1===f&&v(f,y),u=f,a=y;(n=u<2?t:a)||!p;){i||(u?u<3?(u>1&&(l.n=-1),v(u,a)):l.n=a:l.v=a);try{if(s=2,i){if(u||(o="next"),n=i[o]){if(!(n=n.call(i,a)))throw TypeError("iterator result is not an object");if(!n.done)return n;a=n.value,u<2&&(u=0)}else 1===u&&(n=i.return)&&n.call(i),u<2&&(a=TypeError("The iterator does not provide a '"+o+"' method"),u=1);i=t}else if((n=(p=l.n<0)?a:r.call(e,l))!==c)break}catch(n){i=t,u=1,a=n}finally{s=1}}return{value:n,done:p}}}(r,o,i),!0),s}var c={};function u(){}function a(){}function s(){}n=Object.getPrototypeOf;var f=[][e]?n(n([][e]())):(v(n={},e,(function(){return this})),n),p=s.prototype=u.prototype=Object.create(f);function y(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,s):(t.__proto__=s,v(t,o,"GeneratorFunction")),t.prototype=Object.create(p),t}return a.prototype=s,v(p,"constructor",s),v(s,"constructor",a),a.displayName="GeneratorFunction",v(s,o,"GeneratorFunction"),v(p),v(p,o,"Generator"),v(p,e,(function(){return this})),v(p,"toString",(function(){return"[object Generator]"})),(l=function t(){return{w:i,m:y}})()}function v(t,n,r,e){var o=Object.defineProperty;try{o({},"",{})}catch(t){o=0}(v=function t(n,r,e,i){function c(t,r){v(n,t,(function(n){return this._invoke(t,r,n)}))}r?o?o(n,r,{value:e,enumerable:!i,configurable:!i,writable:!i}):n[r]=e:(c("next",0),c("throw",1),c("return",2))})(t,n,r,e)}function y(t){return m(t)||h(t)||b(t)||d()}function d(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function b(t,n){if(t){if("string"==typeof t)return g(t,n);var r={}.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?g(t,n):void 0}}function h(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function m(t){if(Array.isArray(t))return g(t)}function g(t,n){(null==n||n>t.length)&&(n=t.length);for(var r=0,e=Array(n);r<n;r++)e[r]=t[r];return e}function _(t){return(_="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function x(t,n,r,e,o,i,c){try{var u=t[i](c),a=u.value}catch(t){return void r(t)}u.done?n(a):Promise.resolve(a).then(e,o)}function j(t){return function(){var n=this,r=arguments;return new Promise((function(e,o){var i=t.apply(n,r);function c(t){x(i,e,o,c,u,"next",t)}function u(t){x(i,e,o,c,u,"throw",t)}c(void 0)}))}}var w=new URLSearchParams(window.location.search),O="default",S=w.get("platform")||"",P=w.get("metaType")||S||"",k={meta:"/var/jenkins_home/workspace/bmp-material-dev/.tmp/meta.js","meta.design":"/var/jenkins_home/workspace/bmp-material-dev/.tmp/meta.design.js"},A=P?"meta.".concat(P):"meta";k[A]||(console.warn("[@alifd/build-plugin-lowcode] metaType can only in [".concat(Object.keys(k),"], current metaType is ").concat(A,", fullback to ").concat("default",".")),P="");var T=!!e.material,z=!1,F="react",U=[{package:"moment",version:"2.24.0",urls:["https://g.alicdn.com/mylib/moment/2.24.0/min/moment.min.js"],library:"moment"},{package:"lodash",library:"_",urls:["https://g.alicdn.com/platform/c/lodash/4.6.1/lodash.min.js"]},{title:"fusion\u7ec4\u4ef6\u5e93",package:"@alifd/next",version:"1.25.23",urls:["https://g.alicdn.com/code/lib/alifd__next/1.25.23/next.min.css","https://g.alicdn.com/code/lib/alifd__next/1.25.23/next-with-locales.min.js"],library:"Next"},{package:"antd",version:"4.17.3",urls:["https://g.alicdn.com/code/lib/antd/4.17.3/antd.min.js","https://g.alicdn.com/code/lib/antd/4.17.3/antd.min.css"],library:"antd"}];var E={packages:[]},D="./assets-dev.json",M={},I={},B=[],C="component";var G=N()||{componentName:"Page",id:"node_dockcviv8fo1",props:{ref:"outterView",style:{height:"100%"}},fileName:"lowcode",dataSource:{list:[]},state:{text:"outter",isShowDialog:!1},css:"body {font-size: 12px;} .botton{width:100px;color:#ff00ff}",lifeCycles:{componentDidMount:{type:"JSFunction",value:"function() {\n console.log('did mount');\n }"},componentWillUnmount:{type:"JSFunction",value:"function() {\n console.log('will umount');\n }"}},methods:{testFunc:{type:"JSFunction",value:"function() {\n console.log('test func');\n }"},onClick:{type:"JSFunction",value:"function() {\n this.setState({\n isShowDialog: true\n })\n }"},closeDialog:{type:"JSFunction",value:"function() {\n this.setState({\n isShowDialog: false\n })\n }"}},children:[]},L=document.getElementById("lce-container");function N(){var t,n=JSON.parse(window.localStorage.getItem("projectSchema")||"{}"),r;return null==n||null===(t=n.componentsTree)||void 0===t?void 0:t[0]}function $(t,n){return J.apply(this,arguments)}function J(){return(J=j(l().m((function t(n,r){var e;return l().w((function(t){for(;;)switch(t.n){case 0:if(!(r&&Array.isArray(r)&&r.length)){t.n=2;break}return t.n=1,Promise.all(r.map(function(){var t=j(l().m((function t(n){var r;return l().w((function(t){for(;;)switch(t.p=t.n){case 0:if("object"!==_(n)){t.n=1;break}return t.a(2,n);case 1:return t.p=1,t.n=2,fetch(n);case 2:return t.a(2,t.v.json());case 3:return t.p=3,r=t.v,console.error("get assets data from builtin assets ".concat(n," failed: "),r),t.a(2,{});case 4:return t.a(2)}}),t,null,[[1,3]])})));return function(n){return t.apply(this,arguments)}}()));case 1:(e=t.v).forEach((function(t){var r=a(a({},t),{},{packages:t.packages||[t.package],components:t.components,componentList:(t.componentList||[]).map((function(t){return t.children&&(t.children=t.children.map((function(n){return n.sort||(n.sort={category:t.title,group:"\u539f\u5b50\u7ec4\u4ef6"}),n}))),t}))});c()(n,r,(function(t,n){if(Array.isArray(t)&&Array.isArray(n))return n.concat(t)}))}));case 2:return t.a(2)}}),t)})))).apply(this,arguments)}o()((function(){return{name:"editor-init",init:function t(){return j(l().m((function t(){var n,r,o,i,c,u,a,s;return l().w((function(t){for(;;)switch(t.n){case 0:return"object"===_(M)&&Object.keys(M).length&&e.setters.registerSetter(M),t.n=1,fetch(D);case 1:return t.n=2,t.v.json();case 2:n=t.v,r=n.packages,E.packages=E.packages.concat(r),E.components=n.components.map((function(t){return t.advancedUrls&&P&&t.advancedUrls[P]&&t.advancedUrls[P].length?t.url=t.advancedUrls[P][0]:t.urls&&P&&t.urls[P]&&(t.url=t.urls[P]),t})),E.groupList=n.groupList,t.n=5;break;case 3:o=!1,i=!1,a=!1,t.n=4;break;case 4:if(!(s=i)){t.n=5;break}return t.n=5,$(E,i);case 5:c=new Map,u=y(new Set([].concat(U,y(E.packages)).map((function(t){var n=t.library;return c.set(n,t),n})))),E.packages=u.map((function(t){return c.get(t)})),E.packages=E.packages.map((function(t){return t.editUrls&&t.editUrls.length&&(t.renderUrls=t.urls,t.urls=t.editUrls),t})),T?(e.material.setAssets(E),e.project.openDocument(G)):(e.editor.setAssets(E),e.project.open(G));case 6:return t.a(2)}}),t)})))()}}}),B||[],L,{supportVariableGlobally:!0,presetConfig:I})},60:function(t,n,r){var e=r(72),o=r(83);function i(t){return null!=t&&o(t.length)&&!e(t)}t.exports=i},61:function(t,n,r){var e=r(134),o=r(135),i=r(136),c=r(137),u=r(138);function a(t){var n=-1,r=null==t?0:t.length;for(this.clear();++n<r;){var e=t[n];this.set(e[0],e[1])}}a.prototype.clear=e,a.prototype.delete=o,a.prototype.get=i,a.prototype.has=c,a.prototype.set=u,t.exports=a},62:function(t,n,r){var e=r(57);function o(t,n){for(var r=t.length;r--;)if(e(t[r][0],n))return r;return-1}t.exports=o},63:function(t,n,r){var e,o=r(58)(Object,"create");t.exports=o},64:function(t,n,r){var e=r(156);function o(t,n){var r=t.__data__;return e(n)?r["string"==typeof n?"string":"hash"]:r.map}t.exports=o},66:function(t,n){t.exports=window.LowcodePresetPlugin},67:function(t,n){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(t){"object"==typeof window&&(r=window)}t.exports=r},71:function(t,n,r){var e,o=r(37).Symbol;t.exports=o},72:function(t,n,r){var e=r(50),o=r(34),i="[object AsyncFunction]",c="[object Function]",u="[object GeneratorFunction]",a="[object Proxy]";function s(t){if(!o(t))return!1;var n=e(t);return n==c||n==u||n==i||n==a}t.exports=s},73:function(t,n,r){var e=r(91);function o(t,n,r){"__proto__"==n&&e?e(t,n,{configurable:!0,enumerable:!0,value:r,writable:!0}):t[n]=r}t.exports=o},74:function(t,n,r){var e=r(108),o=r(160),i=r(60);function c(t){return i(t)?e(t,!0):o(t)}t.exports=c},76:function(t,n,r){(function(t){var e=r(37),o=r(132),i=n&&!n.nodeType&&n,c=i&&"object"==typeof t&&t&&!t.nodeType&&t,u,a=c&&c.exports===i?e.Buffer:void 0,s,f=(a?a.isBuffer:void 0)||o;t.exports=f}).call(this,r(51)(t))},77:function(t,n){function r(t){return t}t.exports=r},80:function(t,n,r){var e=r(131),o=r(40),i=Object.prototype,c=i.hasOwnProperty,u=i.propertyIsEnumerable,a=e(function(){return arguments}())?e:function(t){return o(t)&&c.call(t,"callee")&&!u.call(t,"callee")};t.exports=a},81:function(t,n){var r=9007199254740991,e=/^(?:0|[1-9]\d*)$/;function o(t,n){var r=typeof t;return!!(n=null==n?9007199254740991:n)&&("number"==r||"symbol"!=r&&e.test(t))&&t>-1&&t%1==0&&t<n}t.exports=o},82:function(t,n,r){var e=r(133),o=r(102),i=r(103),c=i&&i.isTypedArray,u=c?o(c):e;t.exports=u},83:function(t,n){var r=9007199254740991;function e(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}t.exports=e},84:function(t,n){var r=Object.prototype;function e(t){var n=t&&t.constructor,e;return t===("function"==typeof n&&n.prototype||r)}t.exports=e},85:function(t,n,r){var e,o=r(109)(Object.getPrototypeOf,Object);t.exports=o},86:function(t,n,r){var e,o,i=r(58)(r(37),"Map");t.exports=i},87:function(t,n,r){var e=r(113),o=r(73);function i(t,n,r,i){var c=!r;r||(r={});for(var u=-1,a=n.length;++u<a;){var s=n[u],f=i?i(r[s],t[s],s,r,t):void 0;void 0===f&&(f=t[s]),c?o(r,s,f):e(r,s,f)}return r}t.exports=i},89:function(t,n,r){(function(n){var r="object"==typeof n&&n&&n.Object===Object&&n;t.exports=r}).call(this,r(67))},90:function(t,n,r){var e=r(61),o=r(139),i=r(140),c=r(141),u=r(142),a=r(143);function s(t){var n=this.__data__=new e(t);this.size=n.size}s.prototype.clear=o,s.prototype.delete=i,s.prototype.get=c,s.prototype.has=u,s.prototype.set=a,t.exports=s},91:function(t,n,r){var e=r(58),o=function(){try{var t=e(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=o},92:function(t,n,r){var e=r(73),o=r(57);function i(t,n,r){(void 0!==r&&!o(t[n],r)||void 0===r&&!(n in t))&&e(t,n,r)}t.exports=i},93:function(t,n){function r(t,n){if(("constructor"!==n||"function"!=typeof t[n])&&"__proto__"!=n)return t[n]}t.exports=r}})}));