@dckj-npm/dc-material 0.1.356 → 0.1.358

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 (593) hide show
  1. package/README.md +17 -17
  2. package/es/assets/icon/form/right.png +0 -0
  3. package/es/assets/icon/grid-nav/right.png +0 -0
  4. package/es/assets/icon/integral-task/icon1.png +0 -0
  5. package/es/assets/icon/mine/default.png +0 -0
  6. package/es/assets/icon/mine/right.png +0 -0
  7. package/es/assets/icon/navigation/index-selected.png +0 -0
  8. package/es/assets/icon/navigation/index.png +0 -0
  9. package/es/assets/icon/navigation/message-selected.png +0 -0
  10. package/es/assets/icon/navigation/message.png +0 -0
  11. package/es/assets/icon/navigation/mine-selected.png +0 -0
  12. package/es/assets/icon/navigation/mine.png +0 -0
  13. package/es/assets/icon/navigation/present-selected.png +0 -0
  14. package/es/assets/icon/navigation/present.png +0 -0
  15. package/es/assets/icon/notice-bar/notice.png +0 -0
  16. package/es/assets/icon/position/arror.png +0 -0
  17. package/es/assets/icon/position/img.png +0 -0
  18. package/es/assets/icon/position/location.png +0 -0
  19. package/es/assets/icon/search/delete.png +0 -0
  20. package/es/assets/icon/search/search.png +0 -0
  21. package/es/assets/icon/teletext-list/arr.png +0 -0
  22. package/es/components/bottom-navigation/bottom-navigation.d.ts +15 -0
  23. package/es/components/bottom-navigation/bottom-navigation.js +56 -0
  24. package/es/components/bottom-navigation/index.d.ts +3 -0
  25. package/es/components/bottom-navigation/index.js +2 -0
  26. package/es/components/bottom-navigation/index.scss +28 -0
  27. package/es/components/button/button.d.ts +14 -0
  28. package/es/components/button/button.js +14 -0
  29. package/es/components/button/index.d.ts +6 -0
  30. package/es/components/button/index.js +5 -0
  31. package/es/components/button/index.scss +16 -0
  32. package/es/components/carousel/carousel.d.ts +14 -0
  33. package/es/components/carousel/carousel.js +75 -0
  34. package/es/components/carousel/carousel.scss +32 -0
  35. package/es/components/colorful-button/colorful-button.d.ts +12 -0
  36. package/es/components/colorful-button/colorful-button.js +25 -0
  37. package/es/components/colorful-button/index.d.ts +3 -0
  38. package/es/components/colorful-button/index.js +2 -0
  39. package/es/components/colorful-button/index.scss +5 -0
  40. package/es/components/colorful-input/colorful-input.d.ts +8 -0
  41. package/es/components/colorful-input/colorful-input.js +19 -0
  42. package/es/components/colorful-input/index.d.ts +3 -0
  43. package/es/components/colorful-input/index.js +2 -0
  44. package/es/components/colorful-input/index.scss +5 -0
  45. package/es/components/dc-slider/index.d.ts +3 -0
  46. package/es/components/dc-slider/index.js +2 -0
  47. package/es/components/dc-slider/index.scss +6 -0
  48. package/es/components/dc-slider/slider-img.d.ts +32 -0
  49. package/es/components/dc-slider/slider-img.js +17 -0
  50. package/es/components/form/form-item.d.ts +42 -0
  51. package/es/components/form/form-item.js +79 -0
  52. package/es/components/form/form-item.scss +20 -0
  53. package/es/components/form/form.d.ts +20 -0
  54. package/es/components/form/form.js +1596 -0
  55. package/es/components/form/index.d.ts +6 -0
  56. package/es/components/form/index.js +6 -0
  57. package/es/components/form/index.scss +22 -0
  58. package/es/components/goods-card-list/goods-card-list-common.d.ts +5 -0
  59. package/es/components/goods-card-list/goods-card-list-common.js +60 -0
  60. package/es/components/goods-card-list/goods-card-list-common.scss +118 -0
  61. package/es/components/goods-card-list/goods-card-list.d.ts +5 -0
  62. package/es/components/goods-card-list/goods-card-list.js +156 -0
  63. package/es/components/goods-card-list/goods-card-list.scss +112 -0
  64. package/es/components/goods-card-list/index.d.ts +4 -0
  65. package/es/components/goods-card-list/index.js +3 -0
  66. package/es/components/goods-card-list/types.d.ts +45 -0
  67. package/es/components/goods-card-list/types.js +1 -0
  68. package/es/components/grid-nav/grid-nav.d.ts +13 -0
  69. package/es/components/grid-nav/grid-nav.js +102 -0
  70. package/es/components/grid-nav/index.d.ts +3 -0
  71. package/es/components/grid-nav/index.js +2 -0
  72. package/es/components/grid-nav/index.scss +50 -0
  73. package/es/components/integral-task/index.d.ts +6 -0
  74. package/es/components/integral-task/index.js +5 -0
  75. package/es/components/integral-task/index.scss +35 -0
  76. package/es/components/integral-task/integral-task.d.ts +40 -0
  77. package/es/components/integral-task/integral-task.js +54 -0
  78. package/es/components/member-card/index.d.ts +6 -0
  79. package/es/components/member-card/index.js +6 -0
  80. package/es/components/member-card/index.scss +86 -0
  81. package/es/components/member-card/member-card.d.ts +5 -0
  82. package/es/components/member-card/member-card.js +68 -0
  83. package/es/components/member-card/type.d.ts +11 -0
  84. package/es/components/member-card/type.js +1 -0
  85. package/es/components/menu-list/index.d.ts +6 -0
  86. package/es/components/menu-list/index.js +6 -0
  87. package/es/components/menu-list/index.scss +16 -0
  88. package/es/components/menu-list/menu-list-item.d.ts +5 -0
  89. package/es/components/menu-list/menu-list-item.js +32 -0
  90. package/es/components/menu-list/menu-list-item.scss +49 -0
  91. package/es/components/menu-list/menu-list.d.ts +5 -0
  92. package/es/components/menu-list/menu-list.js +25 -0
  93. package/es/components/menu-list/types.d.ts +23 -0
  94. package/es/components/menu-list/types.js +1 -0
  95. package/es/components/message-list/index.d.ts +6 -0
  96. package/es/components/message-list/index.js +6 -0
  97. package/es/components/message-list/index.scss +22 -0
  98. package/es/components/message-list/message-list-item.d.ts +33 -0
  99. package/es/components/message-list/message-list-item.js +41 -0
  100. package/es/components/message-list/message-list-item.scss +62 -0
  101. package/es/components/message-list/message-list.d.ts +28 -0
  102. package/es/components/message-list/message-list.js +50 -0
  103. package/es/components/notice-bar/index.d.ts +3 -0
  104. package/es/components/notice-bar/index.js +2 -0
  105. package/es/components/notice-bar/index.scss +84 -0
  106. package/es/components/notice-bar/notice-bar-item.d.ts +18 -0
  107. package/es/components/notice-bar/notice-bar-item.js +30 -0
  108. package/es/components/notice-bar/notice-bar-item.scss +26 -0
  109. package/es/components/notice-bar/notice-bar.d.ts +46 -0
  110. package/es/components/notice-bar/notice-bar.js +57 -0
  111. package/es/components/position/entity.d.ts +5 -0
  112. package/es/components/position/entity.js +1 -0
  113. package/es/components/position/index.d.ts +3 -0
  114. package/es/components/position/index.js +2 -0
  115. package/es/components/position/index.scss +124 -0
  116. package/es/components/position/position-left.d.ts +9 -0
  117. package/es/components/position/position-left.js +28 -0
  118. package/es/components/position/position-list.d.ts +12 -0
  119. package/es/components/position/position-list.js +134 -0
  120. package/es/components/position/position.d.ts +8 -0
  121. package/es/components/position/position.js +47 -0
  122. package/es/components/radio-group/index.d.ts +8 -0
  123. package/es/components/radio-group/index.js +7 -0
  124. package/es/components/radio-group/index.scss +40 -0
  125. package/es/components/radio-group/radio-group-item.d.ts +48 -0
  126. package/es/components/radio-group/radio-group-item.js +74 -0
  127. package/es/components/radio-group/radio-group.d.ts +52 -0
  128. package/es/components/radio-group/radio-group.js +80 -0
  129. package/es/components/rich-text/index.d.ts +6 -0
  130. package/es/components/rich-text/index.js +6 -0
  131. package/es/components/rich-text/index.scss +19 -0
  132. package/es/components/rich-text/rich-text.d.ts +14 -0
  133. package/es/components/rich-text/rich-text.js +37 -0
  134. package/es/components/search-bar/index.d.ts +3 -0
  135. package/es/components/search-bar/index.js +2 -0
  136. package/es/components/search-bar/index.scss +39 -0
  137. package/es/components/search-bar/search-bar.d.ts +10 -0
  138. package/es/components/search-bar/search-bar.js +73 -0
  139. package/es/components/stream-list/index.d.ts +6 -0
  140. package/es/components/stream-list/index.js +6 -0
  141. package/es/components/stream-list/index.scss +26 -0
  142. package/es/components/stream-list/stream-list.d.ts +54 -0
  143. package/es/components/stream-list/stream-list.js +159 -0
  144. package/es/components/swiper/index.d.ts +3 -0
  145. package/es/components/swiper/index.js +2 -0
  146. package/es/components/swiper/index.scss +20 -0
  147. package/es/components/swiper/swiper.d.ts +30 -0
  148. package/es/components/swiper/swiper.js +79 -0
  149. package/es/components/tab/index.d.ts +6 -0
  150. package/es/components/tab/index.js +5 -0
  151. package/es/components/tab/index.scss +44 -0
  152. package/es/components/tab/tab.d.ts +27 -0
  153. package/es/components/tab/tab.js +52 -0
  154. package/es/components/tab-container/index.d.ts +3 -0
  155. package/es/components/tab-container/index.js +2 -0
  156. package/es/components/tab-container/index.scss +48 -0
  157. package/es/components/tab-container/tab-container.d.ts +10 -0
  158. package/es/components/tab-container/tab-container.js +26 -0
  159. package/es/components/tab-container-item/index.d.ts +3 -0
  160. package/es/components/tab-container-item/index.js +2 -0
  161. package/es/components/tab-container-item/index.scss +0 -0
  162. package/es/components/tab-container-item/tab-container-item.d.ts +11 -0
  163. package/es/components/tab-container-item/tab-container-item.js +19 -0
  164. package/es/components/tag/index.d.ts +6 -0
  165. package/es/components/tag/index.js +5 -0
  166. package/es/components/tag/index.scss +24 -0
  167. package/es/components/tag/tag.d.ts +14 -0
  168. package/es/components/tag/tag.js +14 -0
  169. package/es/components/teletext-list/index.d.ts +6 -0
  170. package/es/components/teletext-list/index.js +6 -0
  171. package/es/components/teletext-list/index.scss +40 -0
  172. package/es/components/teletext-list/teletext-list-item.d.ts +33 -0
  173. package/es/components/teletext-list/teletext-list-item.js +61 -0
  174. package/es/components/teletext-list/teletext-list-item.scss +57 -0
  175. package/es/components/teletext-list/teletext-list.d.ts +61 -0
  176. package/es/components/teletext-list/teletext-list.js +48 -0
  177. package/es/components/title/index.d.ts +8 -0
  178. package/es/components/title/index.js +7 -0
  179. package/es/components/title/title-1.d.ts +10 -0
  180. package/es/components/title/title-1.js +16 -0
  181. package/es/components/title/title-1.scss +25 -0
  182. package/es/components/title/title-2.d.ts +18 -0
  183. package/es/components/title/title-2.js +31 -0
  184. package/es/components/title/title-2.scss +22 -0
  185. package/es/components/user-card/index.d.ts +6 -0
  186. package/es/components/user-card/index.js +6 -0
  187. package/es/components/user-card/index.scss +68 -0
  188. package/es/components/user-card/type.d.ts +8 -0
  189. package/es/components/user-card/type.js +1 -0
  190. package/es/components/user-card/user-card.d.ts +5 -0
  191. package/es/components/user-card/user-card.js +61 -0
  192. package/es/entity/dynamic-column-data-type.d.ts +316 -0
  193. package/es/entity/dynamic-column-data-type.js +173 -0
  194. package/es/index.d.ts +52 -0
  195. package/es/index.js +98 -0
  196. package/es/index.scss +6 -0
  197. package/es/style.js +6 -0
  198. package/es/utils/children-node-handle.d.ts +9 -0
  199. package/es/utils/children-node-handle.js +25 -0
  200. package/es/utils/component-wrapper.d.ts +9 -0
  201. package/es/utils/component-wrapper.js +38 -0
  202. package/es/utils/debounce.d.ts +1 -0
  203. package/es/utils/debounce.js +14 -0
  204. package/es/utils/textUtil.d.ts +10 -0
  205. package/es/utils/textUtil.js +51 -0
  206. package/es/utils/time-util.d.ts +5 -0
  207. package/es/utils/time-util.js +18 -0
  208. package/es/variables.d.ts +2 -0
  209. package/es/variables.js +2 -0
  210. package/es/variables.scss +3 -0
  211. package/lib/assets/icon/form/right.png +0 -0
  212. package/lib/assets/icon/grid-nav/right.png +0 -0
  213. package/lib/assets/icon/integral-task/icon1.png +0 -0
  214. package/lib/assets/icon/mine/default.png +0 -0
  215. package/lib/assets/icon/mine/right.png +0 -0
  216. package/lib/assets/icon/navigation/index-selected.png +0 -0
  217. package/lib/assets/icon/navigation/index.png +0 -0
  218. package/lib/assets/icon/navigation/message-selected.png +0 -0
  219. package/lib/assets/icon/navigation/message.png +0 -0
  220. package/lib/assets/icon/navigation/mine-selected.png +0 -0
  221. package/lib/assets/icon/navigation/mine.png +0 -0
  222. package/lib/assets/icon/navigation/present-selected.png +0 -0
  223. package/lib/assets/icon/navigation/present.png +0 -0
  224. package/lib/assets/icon/notice-bar/notice.png +0 -0
  225. package/lib/assets/icon/position/arror.png +0 -0
  226. package/lib/assets/icon/position/img.png +0 -0
  227. package/lib/assets/icon/position/location.png +0 -0
  228. package/lib/assets/icon/search/delete.png +0 -0
  229. package/lib/assets/icon/search/search.png +0 -0
  230. package/lib/assets/icon/teletext-list/arr.png +0 -0
  231. package/lib/components/bottom-navigation/bottom-navigation.d.ts +15 -0
  232. package/lib/components/bottom-navigation/bottom-navigation.js +63 -0
  233. package/lib/components/bottom-navigation/index.d.ts +3 -0
  234. package/lib/components/bottom-navigation/index.js +7 -0
  235. package/lib/components/bottom-navigation/index.scss +28 -0
  236. package/lib/components/button/button.d.ts +14 -0
  237. package/lib/components/button/button.js +21 -0
  238. package/lib/components/button/index.d.ts +6 -0
  239. package/lib/components/button/index.js +10 -0
  240. package/lib/components/button/index.scss +16 -0
  241. package/lib/components/carousel/carousel.d.ts +14 -0
  242. package/lib/components/carousel/carousel.js +81 -0
  243. package/lib/components/carousel/carousel.scss +32 -0
  244. package/lib/components/colorful-button/colorful-button.d.ts +12 -0
  245. package/lib/components/colorful-button/colorful-button.js +32 -0
  246. package/lib/components/colorful-button/index.d.ts +3 -0
  247. package/lib/components/colorful-button/index.js +7 -0
  248. package/lib/components/colorful-button/index.scss +5 -0
  249. package/lib/components/colorful-input/colorful-input.d.ts +8 -0
  250. package/lib/components/colorful-input/colorful-input.js +26 -0
  251. package/lib/components/colorful-input/index.d.ts +3 -0
  252. package/lib/components/colorful-input/index.js +7 -0
  253. package/lib/components/colorful-input/index.scss +5 -0
  254. package/lib/components/dc-slider/index.d.ts +3 -0
  255. package/lib/components/dc-slider/index.js +7 -0
  256. package/lib/components/dc-slider/index.scss +6 -0
  257. package/lib/components/dc-slider/slider-img.d.ts +32 -0
  258. package/lib/components/dc-slider/slider-img.js +24 -0
  259. package/lib/components/form/form-item.d.ts +42 -0
  260. package/lib/components/form/form-item.js +86 -0
  261. package/lib/components/form/form-item.scss +20 -0
  262. package/lib/components/form/form.d.ts +20 -0
  263. package/lib/components/form/form.js +1598 -0
  264. package/lib/components/form/index.d.ts +6 -0
  265. package/lib/components/form/index.js +6 -0
  266. package/lib/components/form/index.scss +22 -0
  267. package/lib/components/goods-card-list/goods-card-list-common.d.ts +5 -0
  268. package/lib/components/goods-card-list/goods-card-list-common.js +65 -0
  269. package/lib/components/goods-card-list/goods-card-list-common.scss +118 -0
  270. package/lib/components/goods-card-list/goods-card-list.d.ts +5 -0
  271. package/lib/components/goods-card-list/goods-card-list.js +163 -0
  272. package/lib/components/goods-card-list/goods-card-list.scss +112 -0
  273. package/lib/components/goods-card-list/index.d.ts +4 -0
  274. package/lib/components/goods-card-list/index.js +8 -0
  275. package/lib/components/goods-card-list/types.d.ts +45 -0
  276. package/lib/components/goods-card-list/types.js +3 -0
  277. package/lib/components/grid-nav/grid-nav.d.ts +13 -0
  278. package/lib/components/grid-nav/grid-nav.js +109 -0
  279. package/lib/components/grid-nav/index.d.ts +3 -0
  280. package/lib/components/grid-nav/index.js +7 -0
  281. package/lib/components/grid-nav/index.scss +50 -0
  282. package/lib/components/integral-task/index.d.ts +6 -0
  283. package/lib/components/integral-task/index.js +10 -0
  284. package/lib/components/integral-task/index.scss +35 -0
  285. package/lib/components/integral-task/integral-task.d.ts +40 -0
  286. package/lib/components/integral-task/integral-task.js +61 -0
  287. package/lib/components/member-card/index.d.ts +6 -0
  288. package/lib/components/member-card/index.js +6 -0
  289. package/lib/components/member-card/index.scss +86 -0
  290. package/lib/components/member-card/member-card.d.ts +5 -0
  291. package/lib/components/member-card/member-card.js +75 -0
  292. package/lib/components/member-card/type.d.ts +11 -0
  293. package/lib/components/member-card/type.js +3 -0
  294. package/lib/components/menu-list/index.d.ts +6 -0
  295. package/lib/components/menu-list/index.js +10 -0
  296. package/lib/components/menu-list/index.scss +16 -0
  297. package/lib/components/menu-list/menu-list-item.d.ts +5 -0
  298. package/lib/components/menu-list/menu-list-item.js +37 -0
  299. package/lib/components/menu-list/menu-list-item.scss +49 -0
  300. package/lib/components/menu-list/menu-list.d.ts +5 -0
  301. package/lib/components/menu-list/menu-list.js +30 -0
  302. package/lib/components/menu-list/types.d.ts +23 -0
  303. package/lib/components/menu-list/types.js +3 -0
  304. package/lib/components/message-list/index.d.ts +6 -0
  305. package/lib/components/message-list/index.js +10 -0
  306. package/lib/components/message-list/index.scss +22 -0
  307. package/lib/components/message-list/message-list-item.d.ts +33 -0
  308. package/lib/components/message-list/message-list-item.js +45 -0
  309. package/lib/components/message-list/message-list-item.scss +62 -0
  310. package/lib/components/message-list/message-list.d.ts +28 -0
  311. package/lib/components/message-list/message-list.js +57 -0
  312. package/lib/components/notice-bar/index.d.ts +3 -0
  313. package/lib/components/notice-bar/index.js +7 -0
  314. package/lib/components/notice-bar/index.scss +84 -0
  315. package/lib/components/notice-bar/notice-bar-item.d.ts +18 -0
  316. package/lib/components/notice-bar/notice-bar-item.js +35 -0
  317. package/lib/components/notice-bar/notice-bar-item.scss +26 -0
  318. package/lib/components/notice-bar/notice-bar.d.ts +46 -0
  319. package/lib/components/notice-bar/notice-bar.js +62 -0
  320. package/lib/components/position/entity.d.ts +5 -0
  321. package/lib/components/position/entity.js +3 -0
  322. package/lib/components/position/index.d.ts +3 -0
  323. package/lib/components/position/index.js +7 -0
  324. package/lib/components/position/index.scss +124 -0
  325. package/lib/components/position/position-left.d.ts +9 -0
  326. package/lib/components/position/position-left.js +35 -0
  327. package/lib/components/position/position-list.d.ts +12 -0
  328. package/lib/components/position/position-list.js +141 -0
  329. package/lib/components/position/position.d.ts +8 -0
  330. package/lib/components/position/position.js +54 -0
  331. package/lib/components/radio-group/index.d.ts +8 -0
  332. package/lib/components/radio-group/index.js +8 -0
  333. package/lib/components/radio-group/index.scss +40 -0
  334. package/lib/components/radio-group/radio-group-item.d.ts +48 -0
  335. package/lib/components/radio-group/radio-group-item.js +79 -0
  336. package/lib/components/radio-group/radio-group.d.ts +52 -0
  337. package/lib/components/radio-group/radio-group.js +87 -0
  338. package/lib/components/rich-text/index.d.ts +6 -0
  339. package/lib/components/rich-text/index.js +6 -0
  340. package/lib/components/rich-text/index.scss +19 -0
  341. package/lib/components/rich-text/rich-text.d.ts +14 -0
  342. package/lib/components/rich-text/rich-text.js +42 -0
  343. package/lib/components/search-bar/index.d.ts +3 -0
  344. package/lib/components/search-bar/index.js +7 -0
  345. package/lib/components/search-bar/index.scss +39 -0
  346. package/lib/components/search-bar/search-bar.d.ts +10 -0
  347. package/lib/components/search-bar/search-bar.js +80 -0
  348. package/lib/components/stream-list/index.d.ts +6 -0
  349. package/lib/components/stream-list/index.js +6 -0
  350. package/lib/components/stream-list/index.scss +26 -0
  351. package/lib/components/stream-list/stream-list.d.ts +54 -0
  352. package/lib/components/stream-list/stream-list.js +166 -0
  353. package/lib/components/swiper/index.d.ts +3 -0
  354. package/lib/components/swiper/index.js +7 -0
  355. package/lib/components/swiper/index.scss +20 -0
  356. package/lib/components/swiper/swiper.d.ts +30 -0
  357. package/lib/components/swiper/swiper.js +86 -0
  358. package/lib/components/tab/index.d.ts +6 -0
  359. package/lib/components/tab/index.js +10 -0
  360. package/lib/components/tab/index.scss +44 -0
  361. package/lib/components/tab/tab.d.ts +27 -0
  362. package/lib/components/tab/tab.js +59 -0
  363. package/lib/components/tab-container/index.d.ts +3 -0
  364. package/lib/components/tab-container/index.js +6 -0
  365. package/lib/components/tab-container/index.scss +48 -0
  366. package/lib/components/tab-container/tab-container.d.ts +10 -0
  367. package/lib/components/tab-container/tab-container.js +31 -0
  368. package/lib/components/tab-container-item/index.d.ts +3 -0
  369. package/lib/components/tab-container-item/index.js +6 -0
  370. package/lib/components/tab-container-item/index.scss +0 -0
  371. package/lib/components/tab-container-item/tab-container-item.d.ts +11 -0
  372. package/lib/components/tab-container-item/tab-container-item.js +24 -0
  373. package/lib/components/tag/index.d.ts +6 -0
  374. package/lib/components/tag/index.js +10 -0
  375. package/lib/components/tag/index.scss +24 -0
  376. package/lib/components/tag/tag.d.ts +14 -0
  377. package/lib/components/tag/tag.js +21 -0
  378. package/lib/components/teletext-list/index.d.ts +6 -0
  379. package/lib/components/teletext-list/index.js +6 -0
  380. package/lib/components/teletext-list/index.scss +40 -0
  381. package/lib/components/teletext-list/teletext-list-item.d.ts +33 -0
  382. package/lib/components/teletext-list/teletext-list-item.js +65 -0
  383. package/lib/components/teletext-list/teletext-list-item.scss +57 -0
  384. package/lib/components/teletext-list/teletext-list.d.ts +61 -0
  385. package/lib/components/teletext-list/teletext-list.js +52 -0
  386. package/lib/components/title/index.d.ts +8 -0
  387. package/lib/components/title/index.js +8 -0
  388. package/lib/components/title/title-1.d.ts +10 -0
  389. package/lib/components/title/title-1.js +21 -0
  390. package/lib/components/title/title-1.scss +25 -0
  391. package/lib/components/title/title-2.d.ts +18 -0
  392. package/lib/components/title/title-2.js +36 -0
  393. package/lib/components/title/title-2.scss +22 -0
  394. package/lib/components/user-card/index.d.ts +6 -0
  395. package/lib/components/user-card/index.js +6 -0
  396. package/lib/components/user-card/index.scss +68 -0
  397. package/lib/components/user-card/type.d.ts +8 -0
  398. package/lib/components/user-card/type.js +3 -0
  399. package/lib/components/user-card/user-card.d.ts +5 -0
  400. package/lib/components/user-card/user-card.js +66 -0
  401. package/lib/entity/dynamic-column-data-type.d.ts +316 -0
  402. package/lib/entity/dynamic-column-data-type.js +177 -0
  403. package/lib/index.d.ts +52 -0
  404. package/lib/index.js +107 -0
  405. package/lib/index.scss +6 -0
  406. package/lib/style.js +6 -0
  407. package/lib/utils/children-node-handle.d.ts +9 -0
  408. package/lib/utils/children-node-handle.js +30 -0
  409. package/lib/utils/component-wrapper.d.ts +9 -0
  410. package/lib/utils/component-wrapper.js +45 -0
  411. package/lib/utils/debounce.d.ts +1 -0
  412. package/lib/utils/debounce.js +18 -0
  413. package/lib/utils/textUtil.d.ts +10 -0
  414. package/lib/utils/textUtil.js +55 -0
  415. package/lib/utils/time-util.d.ts +5 -0
  416. package/lib/utils/time-util.js +22 -0
  417. package/lib/variables.d.ts +2 -0
  418. package/lib/variables.js +5 -0
  419. package/lib/variables.scss +3 -0
  420. package/lowcode/accordion-selector/meta.ts +124 -124
  421. package/lowcode/accordion-selector/props.ts +106 -106
  422. package/lowcode/bread-crumb/meta.ts +118 -118
  423. package/lowcode/button2/meta.ts +84 -84
  424. package/lowcode/collapse/meta.ts +138 -138
  425. package/lowcode/collapse-selector/meta.ts +67 -67
  426. package/lowcode/collapse-selector/props.ts +114 -114
  427. package/lowcode/collapse-selector-item/meta.ts +78 -78
  428. package/lowcode/custom-radio-group/meta.ts +312 -312
  429. package/lowcode/custom-radio-group-item/meta.ts +230 -230
  430. package/lowcode/d-c-slider/meta.design.ts +174 -174
  431. package/lowcode/d-c-slider/meta.ts +186 -186
  432. package/lowcode/d-c-slider/snippets.ts +69 -69
  433. package/lowcode/drawer/meta.ts +318 -318
  434. package/lowcode/goods-card-list/meta.ts +270 -270
  435. package/lowcode/goods-card-list-common/meta.ts +270 -270
  436. package/lowcode/grid-nav/meta.ts +236 -236
  437. package/lowcode/image/meta.ts +61 -61
  438. package/lowcode/input/meta.ts +240 -240
  439. package/lowcode/integral-task/meta.ts +212 -212
  440. package/lowcode/member-card/meta.ts +187 -187
  441. package/lowcode/menu-list/meta.ts +154 -154
  442. package/lowcode/message-list/meta.ts +225 -225
  443. package/lowcode/navigation/meta.ts +177 -177
  444. package/lowcode/notice-bar/meta.ts +251 -251
  445. package/lowcode/position/meta.ts +162 -162
  446. package/lowcode/profile/meta.ts +125 -125
  447. package/lowcode/rating/meta.ts +102 -102
  448. package/lowcode/review-list/meta.ts +147 -147
  449. package/lowcode/rich-text/meta.ts +72 -72
  450. package/lowcode/search-bar/meta.ts +105 -105
  451. package/lowcode/search-history-list/meta.ts +103 -103
  452. package/lowcode/select/meta.ts +189 -193
  453. package/lowcode/shopping-cart/meta.ts +494 -494
  454. package/lowcode/stream-list/meta.ts +209 -209
  455. package/lowcode/swiper/meta.ts +237 -237
  456. package/lowcode/switch/meta.ts +69 -69
  457. package/lowcode/tab-container/meta.ts +71 -71
  458. package/lowcode/tab-container/props.ts +194 -194
  459. package/lowcode/tab-container-item/meta.ts +195 -195
  460. package/lowcode/tab-message/meta.ts +105 -105
  461. package/lowcode/tag-c/meta.ts +76 -76
  462. package/lowcode/teletext-list/meta.ts +845 -845
  463. package/lowcode/text-description-detail-list/meta.ts +112 -112
  464. package/lowcode/title1/meta.ts +60 -60
  465. package/lowcode/title2/meta.ts +94 -94
  466. package/lowcode/user-card/meta.ts +130 -130
  467. package/lowcode_es/accordion-selector/meta.d.ts +3 -3
  468. package/lowcode_es/accordion-selector/meta.js +11 -7
  469. package/lowcode_es/accordion-selector/props.d.ts +51 -51
  470. package/lowcode_es/address-list/meta.d.ts +2 -22
  471. package/lowcode_es/bread-crumb/meta.d.ts +2 -22
  472. package/lowcode_es/button2/meta.d.ts +2 -22
  473. package/lowcode_es/collapse/meta.d.ts +2 -22
  474. package/lowcode_es/collapse-selector/meta.d.ts +2 -22
  475. package/lowcode_es/collapse-selector/props.d.ts +49 -49
  476. package/lowcode_es/collapse-selector-item/meta.d.ts +2 -22
  477. package/lowcode_es/custom-drawer/meta.d.ts +2 -22
  478. package/lowcode_es/custom-radio-group/meta.d.ts +2 -22
  479. package/lowcode_es/custom-radio-group-item/meta.d.ts +2 -23
  480. package/lowcode_es/d-c-slider/meta.d.ts +151 -151
  481. package/lowcode_es/d-c-slider/meta.design.d.ts +102 -102
  482. package/lowcode_es/d-c-slider/snippets.d.ts +37 -37
  483. package/lowcode_es/drawer/meta.d.ts +2 -22
  484. package/lowcode_es/form/meta.d.ts +2 -22
  485. package/lowcode_es/goods-card-list/meta.d.ts +2 -22
  486. package/lowcode_es/goods-card-list-common/meta.d.ts +2 -22
  487. package/lowcode_es/grid-nav/meta.d.ts +2 -22
  488. package/lowcode_es/image/meta.d.ts +2 -22
  489. package/lowcode_es/input/meta.d.ts +2 -22
  490. package/lowcode_es/integral-task/meta.d.ts +2 -22
  491. package/lowcode_es/item/meta.d.ts +2 -22
  492. package/lowcode_es/member-card/meta.d.ts +2 -22
  493. package/lowcode_es/menu-list/meta.d.ts +2 -22
  494. package/lowcode_es/message-list/meta.d.ts +2 -22
  495. package/lowcode_es/meta.js +47 -47
  496. package/lowcode_es/navigation/meta.d.ts +2 -22
  497. package/lowcode_es/notice-bar/meta.d.ts +2 -22
  498. package/lowcode_es/position/meta.d.ts +2 -22
  499. package/lowcode_es/profile/meta.d.ts +2 -22
  500. package/lowcode_es/rating/meta.d.ts +2 -22
  501. package/lowcode_es/review-list/meta.d.ts +2 -22
  502. package/lowcode_es/rich-text/meta.d.ts +2 -22
  503. package/lowcode_es/search-bar/meta.d.ts +2 -22
  504. package/lowcode_es/search-history-list/meta.d.ts +2 -22
  505. package/lowcode_es/select/meta.d.ts +2 -22
  506. package/lowcode_es/shopping-cart/meta.d.ts +2 -22
  507. package/lowcode_es/stream-list/meta.d.ts +2 -22
  508. package/lowcode_es/swiper/meta.d.ts +2 -22
  509. package/lowcode_es/switch/meta.d.ts +2 -22
  510. package/lowcode_es/tab-container/meta.d.ts +2 -22
  511. package/lowcode_es/tab-container/props.d.ts +90 -90
  512. package/lowcode_es/tab-container-item/meta.d.ts +2 -22
  513. package/lowcode_es/tab-message/meta.d.ts +2 -22
  514. package/lowcode_es/tag-c/meta.d.ts +2 -22
  515. package/lowcode_es/teletext-list/meta.d.ts +2 -22
  516. package/lowcode_es/text-description-detail-list/meta.d.ts +2 -22
  517. package/lowcode_es/title1/meta.d.ts +2 -22
  518. package/lowcode_es/title2/meta.d.ts +2 -22
  519. package/lowcode_es/user-card/meta.d.ts +2 -22
  520. package/lowcode_es/view.js +3 -3
  521. package/lowcode_lib/accordion-selector/meta.d.ts +3 -3
  522. package/lowcode_lib/accordion-selector/meta.js +11 -7
  523. package/lowcode_lib/accordion-selector/props.d.ts +51 -51
  524. package/lowcode_lib/address-list/meta.d.ts +2 -22
  525. package/lowcode_lib/bread-crumb/meta.d.ts +2 -22
  526. package/lowcode_lib/button2/meta.d.ts +2 -22
  527. package/lowcode_lib/collapse/meta.d.ts +2 -22
  528. package/lowcode_lib/collapse-selector/meta.d.ts +2 -22
  529. package/lowcode_lib/collapse-selector/props.d.ts +49 -49
  530. package/lowcode_lib/collapse-selector-item/meta.d.ts +2 -22
  531. package/lowcode_lib/custom-drawer/meta.d.ts +2 -22
  532. package/lowcode_lib/custom-radio-group/meta.d.ts +2 -22
  533. package/lowcode_lib/custom-radio-group-item/meta.d.ts +2 -23
  534. package/lowcode_lib/d-c-slider/meta.d.ts +151 -151
  535. package/lowcode_lib/d-c-slider/meta.design.d.ts +102 -102
  536. package/lowcode_lib/d-c-slider/snippets.d.ts +37 -37
  537. package/lowcode_lib/drawer/meta.d.ts +2 -22
  538. package/lowcode_lib/form/meta.d.ts +2 -22
  539. package/lowcode_lib/goods-card-list/meta.d.ts +2 -22
  540. package/lowcode_lib/goods-card-list-common/meta.d.ts +2 -22
  541. package/lowcode_lib/grid-nav/meta.d.ts +2 -22
  542. package/lowcode_lib/image/meta.d.ts +2 -22
  543. package/lowcode_lib/input/meta.d.ts +2 -22
  544. package/lowcode_lib/integral-task/meta.d.ts +2 -22
  545. package/lowcode_lib/item/meta.d.ts +2 -22
  546. package/lowcode_lib/member-card/meta.d.ts +2 -22
  547. package/lowcode_lib/menu-list/meta.d.ts +2 -22
  548. package/lowcode_lib/message-list/meta.d.ts +2 -22
  549. package/lowcode_lib/meta.js +48 -48
  550. package/lowcode_lib/navigation/meta.d.ts +2 -22
  551. package/lowcode_lib/notice-bar/meta.d.ts +2 -22
  552. package/lowcode_lib/position/meta.d.ts +2 -22
  553. package/lowcode_lib/profile/meta.d.ts +2 -22
  554. package/lowcode_lib/rating/meta.d.ts +2 -22
  555. package/lowcode_lib/review-list/meta.d.ts +2 -22
  556. package/lowcode_lib/rich-text/meta.d.ts +2 -22
  557. package/lowcode_lib/search-bar/meta.d.ts +2 -22
  558. package/lowcode_lib/search-history-list/meta.d.ts +2 -22
  559. package/lowcode_lib/select/meta.d.ts +2 -22
  560. package/lowcode_lib/shopping-cart/meta.d.ts +2 -22
  561. package/lowcode_lib/stream-list/meta.d.ts +2 -22
  562. package/lowcode_lib/swiper/meta.d.ts +2 -22
  563. package/lowcode_lib/switch/meta.d.ts +2 -22
  564. package/lowcode_lib/tab-container/meta.d.ts +2 -22
  565. package/lowcode_lib/tab-container/props.d.ts +90 -90
  566. package/lowcode_lib/tab-container-item/meta.d.ts +2 -22
  567. package/lowcode_lib/tab-message/meta.d.ts +2 -22
  568. package/lowcode_lib/tag-c/meta.d.ts +2 -22
  569. package/lowcode_lib/teletext-list/meta.d.ts +2 -22
  570. package/lowcode_lib/text-description-detail-list/meta.d.ts +2 -22
  571. package/lowcode_lib/title1/meta.d.ts +2 -22
  572. package/lowcode_lib/title2/meta.d.ts +2 -22
  573. package/lowcode_lib/user-card/meta.d.ts +2 -22
  574. package/lowcode_lib/view.js +3 -4
  575. package/package.json +12 -12
  576. package/build/lowcode/assets-daily.json +0 -71
  577. package/build/lowcode/assets-dev.json +0 -71
  578. package/build/lowcode/assets-prod.json +0 -71
  579. package/build/lowcode/designer.html +0 -302
  580. package/build/lowcode/index.html +0 -304
  581. package/build/lowcode/index.js +0 -1
  582. package/build/lowcode/meta.design.js +0 -1
  583. package/build/lowcode/meta.js +0 -1
  584. package/build/lowcode/preview.css +0 -1
  585. package/build/lowcode/preview.html +0 -33
  586. package/build/lowcode/preview.js +0 -308
  587. package/build/lowcode/render/default/view.css +0 -1
  588. package/build/lowcode/render/default/view.js +0 -295
  589. package/build/lowcode/view.css +0 -1
  590. package/build/lowcode/view.js +0 -295
  591. package/dist/BizComps.css +0 -1
  592. package/dist/BizComps.js +0 -7
  593. package/dist/BizComps.js.map +0 -1
@@ -1,304 +0,0 @@
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>
@@ -1 +0,0 @@
1
- !function t(r,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.BizComps=n():r.BizComps=n()}(window,(function(){return function(t){var r={};function n(e){if(r[e])return r[e].exports;var o=r[e]={i:e,l:!1,exports:{}};return t[e].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=r,n.d=function(t,r,e){n.o(t,r)||Object.defineProperty(t,r,{enumerable:!0,get:e})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,r){if(1&r&&(t=n(t)),8&r)return t;if(4&r&&"object"==typeof t&&t&&t.__esModule)return t;var e=Object.create(null);if(n.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:t}),2&r&&"string"!=typeof t)for(var o in t)n.d(e,o,function(r){return t[r]}.bind(null,o));return e},n.n=function(t){var r=t&&t.__esModule?function r(){return t.default}:function r(){return t};return n.d(r,"a",r),r},n.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},n.p="",n(n.s=527)}({18:function(t,r){function n(t){var r=typeof t;return null!=t&&("object"==r||"function"==r)}t.exports=n},20:function(t,r,n){var e=n(58),o="object"==typeof self&&self&&self.Object===Object&&self,i=e||o||Function("return this")();t.exports=i},229:function(t,r){function n(){this.__data__=[],this.size=0}t.exports=n},230:function(t,r,n){var e=n(34),o,i=Array.prototype.splice;function c(t){var r=this.__data__,n=e(r,t),o;return!(n<0)&&(n==r.length-1?r.pop():i.call(r,n,1),--this.size,!0)}t.exports=c},231:function(t,r,n){var e=n(34);function o(t){var r=this.__data__,n=e(r,t);return n<0?void 0:r[n][1]}t.exports=o},232:function(t,r,n){var e=n(34);function o(t){return e(this.__data__,t)>-1}t.exports=o},233:function(t,r,n){var e=n(34);function o(t,r){var n=this.__data__,o=e(n,t);return o<0?(++this.size,n.push([t,r])):n[o][1]=r,this}t.exports=o},234:function(t,r,n){var e=n(33);function o(){this.__data__=new e,this.size=0}t.exports=o},235:function(t,r){function n(t){var r=this.__data__,n=r.delete(t);return this.size=r.size,n}t.exports=n},236:function(t,r){function n(t){return this.__data__.get(t)}t.exports=n},237:function(t,r){function n(t){return this.__data__.has(t)}t.exports=n},238:function(t,r,n){var e=n(33),o=n(50),i=n(73),c=200;function a(t,r){var n=this.__data__;if(n instanceof e){var c=n.__data__;if(!o||c.length<199)return c.push([t,r]),this.size=++n.size,this;n=this.__data__=new i(c)}return n.set(t,r),this.size=n.size,this}t.exports=a},239:function(t,r,n){var e=n(26),o=n(242),i=n(18),c=n(72),a=/[\\^$.*+?()[\]{}|]/g,u=/^\[object .+?Constructor\]$/,s=Function.prototype,f=Object.prototype,l=s.toString,p=f.hasOwnProperty,h=RegExp("^"+l.call(p).replace(a,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function v(t){return!(!i(t)||o(t))&&(e(t)?h:u).test(c(t));var r}t.exports=v},24:function(t,r){function n(t){return null!=t&&"object"==typeof t}t.exports=n},240:function(t,r,n){var e=n(44),o=Object.prototype,i=o.hasOwnProperty,c=o.toString,a=e?e.toStringTag:void 0;function u(t){var r=i.call(t,a),n=t[a];try{t[a]=void 0;var e=!0}catch(t){}var o=c.call(t);return e&&(r?t[a]=n:delete t[a]),o}t.exports=u},241:function(t,r){var n,e=Object.prototype.toString;function o(t){return e.call(t)}t.exports=o},242:function(t,r,n){var e=n(243),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},243:function(t,r,n){var e,o=n(20)["__core-js_shared__"];t.exports=o},244:function(t,r){function n(t,r){return null==t?void 0:t[r]}t.exports=n},245:function(t,r,n){var e=n(246),o=n(33),i=n(50);function c(){this.size=0,this.__data__={hash:new e,map:new(i||o),string:new e}}t.exports=c},246:function(t,r,n){var e=n(247),o=n(248),i=n(249),c=n(250),a=n(251);function u(t){var r=-1,n=null==t?0:t.length;for(this.clear();++r<n;){var e=t[r];this.set(e[0],e[1])}}u.prototype.clear=e,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},247:function(t,r,n){var e=n(36);function o(){this.__data__=e?e(null):{},this.size=0}t.exports=o},248:function(t,r){function n(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}t.exports=n},249:function(t,r,n){var e=n(36),o="__lodash_hash_undefined__",i,c=Object.prototype.hasOwnProperty;function a(t){var r=this.__data__;if(e){var n=r[t];return n===o?void 0:n}return c.call(r,t)?r[t]:void 0}t.exports=a},250:function(t,r,n){var e=n(36),o,i=Object.prototype.hasOwnProperty;function c(t){var r=this.__data__;return e?void 0!==r[t]:i.call(r,t)}t.exports=c},251:function(t,r,n){var e=n(36),o="__lodash_hash_undefined__";function i(t,r){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=e&&void 0===r?o:r,this}t.exports=i},252:function(t,r,n){var e=n(37);function o(t){var r=e(this,t).delete(t);return this.size-=r?1:0,r}t.exports=o},253:function(t,r){function n(t){var r=typeof t;return"string"==r||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==t:null===t}t.exports=n},254:function(t,r,n){var e=n(37);function o(t){return e(this,t).get(t)}t.exports=o},255:function(t,r,n){var e=n(37);function o(t){return e(this,t).has(t)}t.exports=o},256:function(t,r,n){var e=n(37);function o(t,r){var n=e(this,t),o=n.size;return n.set(t,r),this.size+=n.size==o?0:1,this}t.exports=o},258:function(t,r){function n(t,r){for(var n=-1,e=Array(t);++n<t;)e[n]=r(n);return e}t.exports=n},259:function(t,r,n){var e=n(27),o=n(24),i="[object Arguments]";function c(t){return o(t)&&e(t)==i}t.exports=c},26:function(t,r,n){var e=n(27),o=n(18),i="[object AsyncFunction]",c="[object Function]",a="[object GeneratorFunction]",u="[object Proxy]";function s(t){if(!o(t))return!1;var r=e(t);return r==c||r==a||r==i||r==u}t.exports=s},260:function(t,r){function n(){return!1}t.exports=n},261:function(t,r,n){var e=n(27),o=n(61),i=n(24),c="[object Arguments]",a="[object Array]",u="[object Boolean]",s="[object Date]",f="[object Error]",l="[object Function]",p="[object Map]",h="[object Number]",v="[object Object]",y="[object RegExp]",d="[object Set]",b="[object String]",g="[object WeakMap]",m="[object ArrayBuffer]",x="[object DataView]",_,j="[object Float64Array]",w="[object Int8Array]",O="[object Int16Array]",S="[object Int32Array]",P="[object Uint8Array]",k="[object Uint8ClampedArray]",A="[object Uint16Array]",L="[object Uint32Array]",E={};function T(t){return i(t)&&o(t.length)&&!!E[e(t)]}E["[object Float32Array]"]=E[j]=E[w]=E[O]=E[S]=E[P]=E[k]=E[A]=E[L]=!0,E[c]=E[a]=E[m]=E[u]=E[x]=E[s]=E[f]=E[l]=E[p]=E[h]=E[v]=E[y]=E[d]=E[b]=E[g]=!1,t.exports=T},263:function(t,r,n){var e=n(18),o=n(42),i=n(264),c,a=Object.prototype.hasOwnProperty;function u(t){if(!e(t))return i(t);var r=o(t),n=[];for(var c in t)("constructor"!=c||!r&&a.call(t,c))&&n.push(c);return n}t.exports=u},264:function(t,r){function n(t){var r=[];if(null!=t)for(var n in Object(t))r.push(n);return r}t.exports=n},265:function(t,r,n){(function(t){var e=n(20),o=r&&!r.nodeType&&r,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,a=i&&i.exports===o?e.Buffer:void 0,u=a?a.allocUnsafe:void 0;function s(t,r){if(r)return t.slice();var n=t.length,e=u?u(n):new t.constructor(n);return t.copy(e),e}t.exports=s}).call(this,n(32)(t))},266:function(t,r){function n(t,r){var n=-1,e=t.length;for(r||(r=Array(e));++n<e;)r[n]=t[n];return r}t.exports=n},267:function(t,r,n){var e=n(67);function o(t,r){var n=r?e(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}t.exports=o},268:function(t,r,n){var e=n(269),o=n(54),i=n(42);function c(t){return"function"!=typeof t.constructor||i(t)?{}:e(o(t))}t.exports=c},269:function(t,r,n){var e=n(18),o=Object.create,i=function(){function t(){}return function(r){if(!e(r))return{};if(o)return o(r);t.prototype=r;var n=new t;return t.prototype=void 0,n}}();t.exports=i},27:function(t,r,n){var e=n(44),o=n(240),i=n(241),c="[object Null]",a="[object Undefined]",u=e?e.toStringTag:void 0;function s(t){return null==t?void 0===t?a:c:u&&u in Object(t)?o(t):i(t)}t.exports=s},270:function(t,r,n){var e=n(271),o=n(278);function i(t){return e((function(r,n){var e=-1,i=n.length,c=i>1?n[i-1]:void 0,a=i>2?n[2]:void 0;for(c=t.length>3&&"function"==typeof c?(i--,c):void 0,a&&o(n[0],n[1],a)&&(c=i<3?void 0:c,i=1),r=Object(r);++e<i;){var u=n[e];u&&t(r,u,e,c)}return r}))}t.exports=i},271:function(t,r,n){var e=n(55),o=n(272),i=n(274);function c(t,r){return i(o(t,r,e),t+"")}t.exports=c},272:function(t,r,n){var e=n(273),o=Math.max;function i(t,r,n){return r=o(void 0===r?t.length-1:r,0),function(){for(var i=arguments,c=-1,a=o(i.length-r,0),u=Array(a);++c<a;)u[c]=i[r+c];c=-1;for(var s=Array(r+1);++c<r;)s[c]=i[c];return s[r]=n(u),e(t,this,s)}}t.exports=i},273:function(t,r){function n(t,r,n){switch(n.length){case 0:return t.call(r);case 1:return t.call(r,n[0]);case 2:return t.call(r,n[0],n[1]);case 3:return t.call(r,n[0],n[1],n[2])}return t.apply(r,n)}t.exports=n},274:function(t,r,n){var e=n(275),o,i=n(277)(e);t.exports=i},275:function(t,r,n){var e=n(276),o=n(62),i=n(55),c=o?function(t,r){return o(t,"toString",{configurable:!0,enumerable:!1,value:e(r),writable:!0})}:i;t.exports=c},276:function(t,r){function n(t){return function(){return t}}t.exports=n},277:function(t,r){var n=800,e=16,o=Date.now;function i(t){var r=0,n=0;return function(){var e=o(),i=16-(e-n);if(n=e,i>0){if(++r>=800)return arguments[0]}else r=0;return t.apply(void 0,arguments)}}t.exports=i},278:function(t,r,n){var e=n(35),o=n(41),i=n(60),c=n(18);function a(t,r,n){if(!c(n))return!1;var a=typeof r;return!!("number"==a?o(n)&&i(r,n.length):"string"==a&&r in n)&&e(n[r],t)}t.exports=a},282:function(t,r,n){var e,o=n(283)();t.exports=o},283:function(t,r){function n(t){return function(r,n,e){for(var o=-1,i=Object(r),c=e(r),a=c.length;a--;){var u=c[t?a:++o];if(!1===n(i[u],u,i))break}return r}}t.exports=n},284:function(t,r,n){var e=n(46),o=n(35);function i(t,r,n){(void 0!==n&&!o(t[r],n)||void 0===n&&!(r in t))&&e(t,r,n)}t.exports=i},285:function(t,r){function n(t,r){if(("constructor"!==r||"function"!=typeof t[r])&&"__proto__"!=r)return t[r]}t.exports=n},30:function(t,r,n){var e=n(239),o=n(244);function i(t,r){var n=o(t,r);return e(n)?n:void 0}t.exports=i},32:function(t,r){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}},33:function(t,r,n){var e=n(229),o=n(230),i=n(231),c=n(232),a=n(233);function u(t){var r=-1,n=null==t?0:t.length;for(this.clear();++r<n;){var e=t[r];this.set(e[0],e[1])}}u.prototype.clear=e,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},332:function(t,r,n){var e=n(71),o=n(284),i=n(282),c=n(333),a=n(18),u=n(53),s=n(285);function f(t,r,n,l,p){t!==r&&i(r,(function(i,u){if(p||(p=new e),a(i))c(t,r,u,n,f,l,p);else{var h=l?l(s(t,u),i,u+"",t,r,p):void 0;void 0===h&&(h=i),o(t,u,h)}}),u)}t.exports=f},333:function(t,r,n){var e=n(284),o=n(265),i=n(267),c=n(266),a=n(268),u=n(59),s=n(38),f=n(334),l=n(45),p=n(26),h=n(18),v=n(48),y=n(51),d=n(285),b=n(335);function g(t,r,n,g,m,x,_){var j=d(t,n),w=d(r,n),O=_.get(w);if(O)e(t,n,O);else{var S=x?x(j,w,n+"",t,r,_):void 0,P=void 0===S;if(P){var k=s(w),A=!k&&l(w),L=!k&&!A&&y(w);S=w,k||A||L?s(j)?S=j:f(j)?S=c(j):A?(P=!1,S=o(w,!0)):L?(P=!1,S=i(w,!0)):S=[]:v(w)||u(w)?(S=j,u(j)?S=b(j):h(j)&&!p(j)||(S=a(w))):P=!1}P&&(_.set(w,S),m(S,w,g,x,_),_.delete(w)),e(t,n,S)}}t.exports=g},334:function(t,r,n){var e=n(41),o=n(24);function i(t){return o(t)&&e(t)}t.exports=i},335:function(t,r,n){var e=n(52),o=n(53);function i(t){return e(t,o(t))}t.exports=i},34:function(t,r,n){var e=n(35);function o(t,r){for(var n=t.length;n--;)if(e(t[n][0],r))return n;return-1}t.exports=o},35:function(t,r){function n(t,r){return t===r||t!=t&&r!=r}t.exports=n},36:function(t,r,n){var e,o=n(30)(Object,"create");t.exports=o},37:function(t,r,n){var e=n(253);function o(t,r){var n=t.__data__;return e(r)?n["string"==typeof r?"string":"hash"]:n.map}t.exports=o},38:function(t,r){var n=Array.isArray;t.exports=n},399:function(t,r,n){var e=n(332),o,i=n(270)((function(t,r,n,o){e(t,r,n,o)}));t.exports=i},40:function(t,r){t.exports=window.LowcodePresetPlugin},41:function(t,r,n){var e=n(26),o=n(61);function i(t){return null!=t&&o(t.length)&&!e(t)}t.exports=i},42:function(t,r){var n=Object.prototype;function e(t){var r=t&&t.constructor,e;return t===("function"==typeof r&&r.prototype||n)}t.exports=e},43:function(t,r){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},44:function(t,r,n){var e,o=n(20).Symbol;t.exports=o},45:function(t,r,n){(function(t){var e=n(20),o=n(260),i=r&&!r.nodeType&&r,c=i&&"object"==typeof t&&t&&!t.nodeType&&t,a,u=c&&c.exports===i?e.Buffer:void 0,s,f=(u?u.isBuffer:void 0)||o;t.exports=f}).call(this,n(32)(t))},46:function(t,r,n){var e=n(62);function o(t,r,n){"__proto__"==r&&e?e(t,r,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[r]=n}t.exports=o},48:function(t,r,n){var e=n(27),o=n(54),i=n(24),c="[object Object]",a=Function.prototype,u=Object.prototype,s=a.toString,f=u.hasOwnProperty,l=s.call(Object);function p(t){if(!i(t)||e(t)!=c)return!1;var r=o(t);if(null===r)return!0;var n=f.call(r,"constructor")&&r.constructor;return"function"==typeof n&&n instanceof n&&s.call(n)==l}t.exports=p},50:function(t,r,n){var e,o,i=n(30)(n(20),"Map");t.exports=i},51:function(t,r,n){var e=n(261),o=n(64),i=n(65),c=i&&i.isTypedArray,a=c?o(c):e;t.exports=a},52:function(t,r,n){var e=n(66),o=n(46);function i(t,r,n,i){var c=!n;n||(n={});for(var a=-1,u=r.length;++a<u;){var s=r[a],f=i?i(n[s],t[s],s,n,t):void 0;void 0===f&&(f=t[s]),c?o(n,s,f):e(n,s,f)}return n}t.exports=i},527:function(t,r,n){t.exports=n(528)},528:function(t,r,n){"use strict";n.r(r);var e=n(40),o=n.n(e),i=n(399),c=n.n(i);function a(t,r){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(t);r&&(e=e.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),n.push.apply(n,e)}return n}function u(t){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{};r%2?a(Object(n),!0).forEach((function(r){s(t,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))}))}return t}function s(t,r,n){return(r=f(r))in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}function f(t){var r=l(t,"string");return"symbol"==m(r)?r:r+""}function l(t,r){if("object"!=m(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var e=n.call(t,r||"default");if("object"!=m(e))return e;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)}function p(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */p=function t(){return r};var t,r={},n=Object.prototype,e=n.hasOwnProperty,o=Object.defineProperty||function(t,r,n){t[r]=n.value},i="function"==typeof Symbol?Symbol:{},c=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function s(t,r,n){return Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{s({},"")}catch(t){s=function t(r,n,e){return r[n]=e}}function f(t,r,n,e){var i=r&&r.prototype instanceof g?r:g,c=Object.create(i.prototype),a=new z(e||[]);return o(c,"_invoke",{value:A(t,n,a)}),c}function l(t,r,n){try{return{type:"normal",arg:t.call(r,n)}}catch(t){return{type:"throw",arg:t}}}r.wrap=f;var h="suspendedStart",v="suspendedYield",y="executing",d="completed",b={};function g(){}function x(){}function _(){}var j={};s(j,c,(function(){return this}));var w=Object.getPrototypeOf,O=w&&w(w(F([])));O&&O!==n&&e.call(O,c)&&(j=O);var S=_.prototype=g.prototype=Object.create(j);function P(t){["next","throw","return"].forEach((function(r){s(t,r,(function(t){return this._invoke(r,t)}))}))}function k(t,r){function n(o,i,c,a){var u=l(t[o],t,i);if("throw"!==u.type){var s=u.arg,f=s.value;return f&&"object"==m(f)&&e.call(f,"__await")?r.resolve(f.__await).then((function(t){n("next",t,c,a)}),(function(t){n("throw",t,c,a)})):r.resolve(f).then((function(t){s.value=t,c(s)}),(function(t){return n("throw",t,c,a)}))}a(u.arg)}var i;o(this,"_invoke",{value:function t(e,o){function c(){return new r((function(t,r){n(e,o,t,r)}))}return i=i?i.then(c,c):c()}})}function A(r,n,e){var o=h;return function(i,c){if(o===y)throw Error("Generator is already running");if(o===d){if("throw"===i)throw c;return{value:t,done:!0}}for(e.method=i,e.arg=c;;){var a=e.delegate;if(a){var u=L(a,e);if(u){if(u===b)continue;return u}}if("next"===e.method)e.sent=e._sent=e.arg;else if("throw"===e.method){if(o===h)throw o=d,e.arg;e.dispatchException(e.arg)}else"return"===e.method&&e.abrupt("return",e.arg);o=y;var s=l(r,n,e);if("normal"===s.type){if(o=e.done?d:v,s.arg===b)continue;return{value:s.arg,done:e.done}}"throw"===s.type&&(o=d,e.method="throw",e.arg=s.arg)}}}function L(r,n){var e=n.method,o=r.iterator[e];if(o===t)return n.delegate=null,"throw"===e&&r.iterator.return&&(n.method="return",n.arg=t,L(r,n),"throw"===n.method)||"return"!==e&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+e+"' method")),b;var i=l(o,r.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,b;var c=i.arg;return c?c.done?(n[r.resultName]=c.value,n.next=r.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,b):c:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,b)}function E(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function T(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function z(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(E,this),this.reset(!0)}function F(r){if(r||""===r){var n=r[c];if(n)return n.call(r);if("function"==typeof r.next)return r;if(!isNaN(r.length)){var o=-1,i=function n(){for(;++o<r.length;)if(e.call(r,o))return n.value=r[o],n.done=!1,n;return n.value=t,n.done=!0,n};return i.next=i}}throw new TypeError(m(r)+" is not iterable")}return x.prototype=_,o(S,"constructor",{value:_,configurable:!0}),o(_,"constructor",{value:x,configurable:!0}),x.displayName=s(_,u,"GeneratorFunction"),r.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===x||"GeneratorFunction"===(r.displayName||r.name))},r.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,_):(t.__proto__=_,s(t,u,"GeneratorFunction")),t.prototype=Object.create(S),t},r.awrap=function(t){return{__await:t}},P(k.prototype),s(k.prototype,a,(function(){return this})),r.AsyncIterator=k,r.async=function(t,n,e,o,i){void 0===i&&(i=Promise);var c=new k(f(t,n,e,o),i);return r.isGeneratorFunction(n)?c:c.next().then((function(t){return t.done?t.value:c.next()}))},P(S),s(S,u,"Generator"),s(S,c,(function(){return this})),s(S,"toString",(function(){return"[object Generator]"})),r.keys=function(t){var r=Object(t),n=[];for(var e in r)n.push(e);return n.reverse(),function t(){for(;n.length;){var e=n.pop();if(e in r)return t.value=e,t.done=!1,t}return t.done=!0,t}},r.values=F,z.prototype={constructor:z,reset:function r(n){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(T),!n)for(var o in this)"t"===o.charAt(0)&&e.call(this,o)&&!isNaN(+o.slice(1))&&(this[o]=t)},stop:function t(){this.done=!0;var r=this.tryEntries[0].completion;if("throw"===r.type)throw r.arg;return this.rval},dispatchException:function r(n){if(this.done)throw n;var o=this;function i(r,e){return u.type="throw",u.arg=n,o.next=r,e&&(o.method="next",o.arg=t),!!e}for(var c=this.tryEntries.length-1;c>=0;--c){var a=this.tryEntries[c],u=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var s=e.call(a,"catchLoc"),f=e.call(a,"finallyLoc");if(s&&f){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(s){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!f)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function t(r,n){for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o];if(i.tryLoc<=this.prev&&e.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var c=i;break}}c&&("break"===r||"continue"===r)&&c.tryLoc<=n&&n<=c.finallyLoc&&(c=null);var a=c?c.completion:{};return a.type=r,a.arg=n,c?(this.method="next",this.next=c.finallyLoc,b):this.complete(a)},complete:function t(r,n){if("throw"===r.type)throw r.arg;return"break"===r.type||"continue"===r.type?this.next=r.arg:"return"===r.type?(this.rval=this.arg=r.arg,this.method="return",this.next="end"):"normal"===r.type&&n&&(this.next=n),b},finish:function t(r){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.finallyLoc===r)return this.complete(e.completion,e.afterLoc),T(e),b}},catch:function t(r){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.tryLoc===r){var o=e.completion;if("throw"===o.type){var i=o.arg;T(e)}return i}}throw Error("illegal catch attempt")},delegateYield:function r(n,e,o){return this.delegate={iterator:F(n),resultName:e,nextLoc:o},"next"===this.method&&(this.arg=t),b}},r}function h(t){return b(t)||d(t)||y(t)||v()}function v(){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 y(t,r){if(t){if("string"==typeof t)return g(t,r);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?g(t,r):void 0}}function d(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function b(t){if(Array.isArray(t))return g(t)}function g(t,r){(null==r||r>t.length)&&(r=t.length);for(var n=0,e=Array(r);n<r;n++)e[n]=t[n];return e}function m(t){return(m="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,r,n,e,o,i,c){try{var a=t[i](c),u=a.value}catch(t){return void n(t)}a.done?r(u):Promise.resolve(u).then(e,o)}function _(t){return function(){var r=this,n=arguments;return new Promise((function(e,o){var i=t.apply(r,n);function c(t){x(i,e,o,c,a,"next",t)}function a(t){x(i,e,o,c,a,"throw",t)}c(void 0)}))}}var j=new URLSearchParams(window.location.search),w="default",O=j.get("platform")||"",S=j.get("metaType")||O||"",P={meta:"D:\\project\\company2\\lowcode-material\\.tmp\\meta.js","meta.design":"D:\\project\\company2\\lowcode-material\\.tmp\\meta.design.js"},k=S?"meta.".concat(S):"meta";P[k]||(console.warn("[@alifd/build-plugin-lowcode] metaType can only in [".concat(Object.keys(P),"], current metaType is ").concat(k,", fullback to ").concat("default",".")),S="");var A=!!e.material,L=!1,E="react",T=[{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 z={packages:[]},F="./assets-dev.json",U={},D={},N=[],I="component";var M=B()||{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:[]},G=document.getElementById("lce-container");function B(){var t,r=JSON.parse(window.localStorage.getItem("projectSchema")||"{}"),n;return null==r||null===(t=r.componentsTree)||void 0===t?void 0:t[0]}function C(t,r){return $.apply(this,arguments)}function $(){return($=_(p().mark((function t(r,n){var e;return p().wrap((function t(o){for(;;)switch(o.prev=o.next){case 0:if(!(n&&Array.isArray(n)&&n.length)){o.next=5;break}return o.next=3,Promise.all(n.map(function(){var t=_(p().mark((function t(r){return p().wrap((function t(n){for(;;)switch(n.prev=n.next){case 0:if("object"!==m(r)){n.next=4;break}return n.abrupt("return",r);case 4:return n.prev=4,n.next=7,fetch(r);case 7:return n.abrupt("return",n.sent.json());case 10:return n.prev=10,n.t0=n.catch(4),console.error("get assets data from builtin assets ".concat(r," failed: "),n.t0),n.abrupt("return",{});case 14:case"end":return n.stop()}}),t,null,[[4,10]])})));return function(r){return t.apply(this,arguments)}}()));case 3:(e=o.sent).forEach((function(t){var n=u(u({},t),{},{packages:t.packages||[t.package],components:t.components,componentList:(t.componentList||[]).map((function(t){return t.children&&(t.children=t.children.map((function(r){return r.sort||(r.sort={category:t.title,group:"\u539f\u5b50\u7ec4\u4ef6"}),r}))),t}))});c()(r,n,(function(t,r){if(Array.isArray(t)&&Array.isArray(r))return r.concat(t)}))}));case 5:case"end":return o.stop()}}),t)})))).apply(this,arguments)}o()((function(){return{name:"editor-init",init:function t(){return _(p().mark((function t(){var r,n,o,i,c,a;return p().wrap((function t(u){for(;;)switch(u.prev=u.next){case 0:return"object"===m(U)&&Object.keys(U).length&&e.setters.registerSetter(U),u.next=4,fetch(F);case 4:return u.next=6,u.sent.json();case 6:r=u.sent,n=r.packages,z.packages=z.packages.concat(n),z.components=r.components.map((function(t){return t.advancedUrls&&S&&t.advancedUrls[S]&&t.advancedUrls[S].length?t.url=t.advancedUrls[S][0]:t.urls&&S&&t.urls[S]&&(t.url=t.urls[S]),t})),z.groupList=r.groupList,u.next=23;break;case 13:if(o=!1,i=!1,u.t0=!1,!u.t0){u.next=19;break}return u.next=19,C(z,!1);case 19:if(u.t1=i,!u.t1){u.next=23;break}return u.next=23,C(z,i);case 23:c=new Map,a=h(new Set([].concat(T,h(z.packages)).map((function(t){var r=t.library;return c.set(r,t),r})))),z.packages=a.map((function(t){return c.get(t)})),z.packages=z.packages.map((function(t){return t.editUrls&&t.editUrls.length&&(t.renderUrls=t.urls,t.urls=t.editUrls),t})),A?(e.material.setAssets(z),e.project.openDocument(M)):(e.editor.setAssets(z),e.project.open(M));case 29:case"end":return u.stop()}}),t)})))()}}}),N||[],G,{supportVariableGlobally:!0,presetConfig:D})},53:function(t,r,n){var e=n(75),o=n(263),i=n(41);function c(t){return i(t)?e(t,!0):o(t)}t.exports=c},54:function(t,r,n){var e,o=n(76)(Object.getPrototypeOf,Object);t.exports=o},55:function(t,r){function n(t){return t}t.exports=n},58:function(t,r,n){(function(r){var n="object"==typeof r&&r&&r.Object===Object&&r;t.exports=n}).call(this,n(43))},59:function(t,r,n){var e=n(259),o=n(24),i=Object.prototype,c=i.hasOwnProperty,a=i.propertyIsEnumerable,u=e(function(){return arguments}())?e:function(t){return o(t)&&c.call(t,"callee")&&!a.call(t,"callee")};t.exports=u},60:function(t,r){var n=9007199254740991,e=/^(?:0|[1-9]\d*)$/;function o(t,r){var n=typeof t;return!!(r=null==r?9007199254740991:r)&&("number"==n||"symbol"!=n&&e.test(t))&&t>-1&&t%1==0&&t<r}t.exports=o},61:function(t,r){var n=9007199254740991;function e(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}t.exports=e},62:function(t,r,n){var e=n(30),o=function(){try{var t=e(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=o},64:function(t,r){function n(t){return function(r){return t(r)}}t.exports=n},65:function(t,r,n){(function(t){var e=n(58),o=r&&!r.nodeType&&r,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,a=i&&i.exports===o&&e.process,u=function(){try{var t=i&&i.require&&i.require("util").types;return t||a&&a.binding&&a.binding("util")}catch(t){}}();t.exports=u}).call(this,n(32)(t))},66:function(t,r,n){var e=n(46),o=n(35),i,c=Object.prototype.hasOwnProperty;function a(t,r,n){var i=t[r];c.call(t,r)&&o(i,n)&&(void 0!==n||r in t)||e(t,r,n)}t.exports=a},67:function(t,r,n){var e=n(74);function o(t){var r=new t.constructor(t.byteLength);return new e(r).set(new e(t)),r}t.exports=o},71:function(t,r,n){var e=n(33),o=n(234),i=n(235),c=n(236),a=n(237),u=n(238);function s(t){var r=this.__data__=new e(t);this.size=r.size}s.prototype.clear=o,s.prototype.delete=i,s.prototype.get=c,s.prototype.has=a,s.prototype.set=u,t.exports=s},72:function(t,r){var n,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},73:function(t,r,n){var e=n(245),o=n(252),i=n(254),c=n(255),a=n(256);function u(t){var r=-1,n=null==t?0:t.length;for(this.clear();++r<n;){var e=t[r];this.set(e[0],e[1])}}u.prototype.clear=e,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},74:function(t,r,n){var e,o=n(20).Uint8Array;t.exports=o},75:function(t,r,n){var e=n(258),o=n(59),i=n(38),c=n(45),a=n(60),u=n(51),s,f=Object.prototype.hasOwnProperty;function l(t,r){var n=i(t),s=!n&&o(t),l=!n&&!s&&c(t),p=!n&&!s&&!l&&u(t),h=n||s||l||p,v=h?e(t.length,String):[],y=v.length;for(var d in t)!r&&!f.call(t,d)||h&&("length"==d||l&&("offset"==d||"parent"==d)||p&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||a(d,y))||v.push(d);return v}t.exports=l},76:function(t,r){function n(t,r){return function(n){return t(r(n))}}t.exports=n}})}));