@delon/abc 12.4.2 → 13.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (755) hide show
  1. package/abc.d.ts +1 -0
  2. package/auto-focus/{autoFocus.d.ts → auto-focus.d.ts} +1 -0
  3. package/auto-focus/auto-focus.directive.d.ts +7 -2
  4. package/auto-focus/auto-focus.module.d.ts +5 -0
  5. package/auto-focus/package.json +6 -7
  6. package/avatar-list/avatar-list-item.component.d.ts +7 -4
  7. package/avatar-list/avatar-list.component.d.ts +4 -1
  8. package/avatar-list/avatar-list.d.ts +5 -0
  9. package/avatar-list/avatar-list.module.d.ts +9 -0
  10. package/avatar-list/package.json +6 -7
  11. package/avatar-list/style/index.less +6 -0
  12. package/count-down/count-down.component.d.ts +4 -1
  13. package/count-down/count-down.d.ts +1 -0
  14. package/count-down/count-down.module.d.ts +7 -0
  15. package/count-down/package.json +5 -6
  16. package/date-picker/date-picker.d.ts +5 -0
  17. package/date-picker/date-picker.module.d.ts +9 -0
  18. package/date-picker/package.json +6 -7
  19. package/date-picker/public_api.d.ts +1 -0
  20. package/date-picker/range-shortcut.component.d.ts +3 -0
  21. package/date-picker/range.directive.d.ts +3 -0
  22. package/down-file/down-file.d.ts +5 -0
  23. package/down-file/down-file.directive.d.ts +5 -2
  24. package/down-file/down-file.module.d.ts +7 -0
  25. package/down-file/package.json +6 -7
  26. package/ellipsis/ellipsis.component.d.ts +5 -2
  27. package/ellipsis/ellipsis.d.ts +1 -0
  28. package/ellipsis/ellipsis.module.d.ts +8 -0
  29. package/ellipsis/package.json +5 -6
  30. package/ellipsis/style/index.less +4 -0
  31. package/error-collect/error-collect.component.d.ts +3 -0
  32. package/error-collect/error-collect.d.ts +5 -0
  33. package/error-collect/error-collect.module.d.ts +7 -0
  34. package/error-collect/package.json +6 -7
  35. package/error-collect/style/index.less +1 -0
  36. package/{esm2015/abc.js → esm2020/abc.mjs} +0 -0
  37. package/esm2020/auto-focus/auto-focus.directive.mjs +48 -0
  38. package/esm2020/auto-focus/auto-focus.mjs +5 -0
  39. package/esm2020/auto-focus/auto-focus.module.mjs +17 -0
  40. package/{esm2015/auto-focus/index.js → esm2020/auto-focus/index.mjs} +0 -0
  41. package/esm2020/avatar-list/avatar-list-item.component.mjs +26 -0
  42. package/esm2020/avatar-list/avatar-list.component.mjs +89 -0
  43. package/esm2020/avatar-list/avatar-list.mjs +5 -0
  44. package/esm2020/avatar-list/avatar-list.module.mjs +22 -0
  45. package/{esm2015/avatar-list/public_api.js → esm2020/avatar-list/public_api.mjs} +0 -0
  46. package/esm2020/count-down/count-down.component.mjs +45 -0
  47. package/{esm2015/count-down/count-down.js → esm2020/count-down/count-down.mjs} +0 -0
  48. package/esm2020/count-down/count-down.module.mjs +20 -0
  49. package/{esm2015/count-down/public_api.js → esm2020/count-down/public_api.mjs} +0 -0
  50. package/esm2020/date-picker/date-picker.mjs +5 -0
  51. package/esm2020/date-picker/date-picker.module.mjs +22 -0
  52. package/{esm2015/date-picker/public_api.js → esm2020/date-picker/public_api.mjs} +2 -1
  53. package/esm2020/date-picker/range-shortcut.component.mjs +40 -0
  54. package/esm2020/date-picker/range.directive.mjs +174 -0
  55. package/esm2020/down-file/down-file.directive.mjs +114 -0
  56. package/esm2020/down-file/down-file.mjs +5 -0
  57. package/esm2020/down-file/down-file.module.mjs +20 -0
  58. package/{esm2015/down-file/public_api.js → esm2020/down-file/public_api.mjs} +0 -0
  59. package/esm2020/ellipsis/ellipsis.component.mjs +229 -0
  60. package/{esm2015/ellipsis/ellipsis.js → esm2020/ellipsis/ellipsis.mjs} +0 -0
  61. package/esm2020/ellipsis/ellipsis.module.mjs +21 -0
  62. package/{esm2015/ellipsis/public_api.js → esm2020/ellipsis/public_api.mjs} +0 -0
  63. package/esm2020/error-collect/error-collect.component.mjs +118 -0
  64. package/esm2020/error-collect/error-collect.mjs +5 -0
  65. package/esm2020/error-collect/error-collect.module.mjs +20 -0
  66. package/{esm2015/error-collect/public_api.js → esm2020/error-collect/public_api.mjs} +0 -0
  67. package/esm2020/exception/exception.component.mjs +105 -0
  68. package/{esm2015/exception/exception.js → esm2020/exception/exception.mjs} +0 -0
  69. package/esm2020/exception/exception.module.mjs +23 -0
  70. package/{esm2015/exception/public_api.js → esm2020/exception/public_api.mjs} +0 -0
  71. package/esm2020/footer-toolbar/footer-toolbar.component.mjs +44 -0
  72. package/esm2020/footer-toolbar/footer-toolbar.mjs +5 -0
  73. package/esm2020/footer-toolbar/footer-toolbar.module.mjs +21 -0
  74. package/{esm2015/footer-toolbar/public_api.js → esm2020/footer-toolbar/public_api.mjs} +0 -0
  75. package/esm2020/full-content/full-content-toggle.directive.mjs +24 -0
  76. package/esm2020/full-content/full-content.component.mjs +138 -0
  77. package/esm2020/full-content/full-content.mjs +5 -0
  78. package/esm2020/full-content/full-content.module.mjs +20 -0
  79. package/esm2020/full-content/full-content.service.mjs +23 -0
  80. package/{esm2015/full-content/public_api.js → esm2020/full-content/public_api.mjs} +0 -0
  81. package/esm2020/global-footer/global-footer-item.component.mjs +30 -0
  82. package/esm2020/global-footer/global-footer.component.mjs +73 -0
  83. package/esm2020/global-footer/global-footer.mjs +5 -0
  84. package/esm2020/global-footer/global-footer.module.mjs +21 -0
  85. package/{esm2015/global-footer/global-footer.types.js → esm2020/global-footer/global-footer.types.mjs} +0 -0
  86. package/{esm2015/global-footer/public_api.js → esm2020/global-footer/public_api.mjs} +0 -0
  87. package/esm2020/image/image.directive.mjs +146 -0
  88. package/{esm2015/image/image.js → esm2020/image/image.mjs} +0 -0
  89. package/esm2020/image/image.module.mjs +20 -0
  90. package/{esm2015/image/public_api.js → esm2020/image/public_api.mjs} +0 -0
  91. package/{esm2015/let/index.js → esm2020/let/index.mjs} +0 -0
  92. package/esm2020/let/let.directive.mjs +36 -0
  93. package/{esm2015/let/let.js → esm2020/let/let.mjs} +0 -0
  94. package/esm2020/let/let.module.mjs +17 -0
  95. package/esm2020/loading/loading.component.mjs +26 -0
  96. package/{esm2015/loading/loading.js → esm2020/loading/loading.mjs} +0 -0
  97. package/esm2020/loading/loading.module.mjs +24 -0
  98. package/esm2020/loading/loading.service.mjs +88 -0
  99. package/{esm2015/loading/loading.types.js → esm2020/loading/loading.types.mjs} +0 -0
  100. package/{esm2015/loading/public_api.js → esm2020/loading/public_api.mjs} +0 -0
  101. package/{esm2015/lodop/lodop.js → esm2020/lodop/lodop.mjs} +0 -0
  102. package/esm2020/lodop/lodop.module.mjs +12 -0
  103. package/esm2020/lodop/lodop.service.mjs +222 -0
  104. package/esm2020/lodop/lodop.types.mjs +2 -0
  105. package/{esm2015/lodop/public_api.js → esm2020/lodop/public_api.mjs} +0 -0
  106. package/esm2020/media/media.component.mjs +106 -0
  107. package/{esm2015/media/media.js → esm2020/media/media.mjs} +0 -0
  108. package/esm2020/media/media.module.mjs +19 -0
  109. package/esm2020/media/media.service.mjs +46 -0
  110. package/{esm2015/media/plyr.types.js → esm2020/media/plyr.types.mjs} +0 -0
  111. package/{esm2015/media/public_api.js → esm2020/media/public_api.mjs} +0 -0
  112. package/esm2020/notice-icon/notice-icon-tab.component.mjs +34 -0
  113. package/esm2020/notice-icon/notice-icon.component.mjs +80 -0
  114. package/esm2020/notice-icon/notice-icon.mjs +5 -0
  115. package/esm2020/notice-icon/notice-icon.module.mjs +60 -0
  116. package/{esm2015/notice-icon/notice-icon.types.js → esm2020/notice-icon/notice-icon.types.mjs} +0 -0
  117. package/{esm2015/notice-icon/public_api.js → esm2020/notice-icon/public_api.mjs} +0 -0
  118. package/esm2020/onboarding/onboarding.component.mjs +134 -0
  119. package/{esm2015/onboarding/onboarding.js → esm2020/onboarding/onboarding.mjs} +0 -0
  120. package/esm2020/onboarding/onboarding.module.mjs +25 -0
  121. package/esm2020/onboarding/onboarding.service.mjs +185 -0
  122. package/{esm2015/onboarding/onboarding.types.js → esm2020/onboarding/onboarding.types.mjs} +0 -0
  123. package/{esm2015/onboarding/public_api.js → esm2020/onboarding/public_api.mjs} +0 -0
  124. package/esm2020/page-header/page-header.component.mjs +247 -0
  125. package/esm2020/page-header/page-header.mjs +5 -0
  126. package/esm2020/page-header/page-header.module.mjs +24 -0
  127. package/{esm2015/page-header/public_api.js → esm2020/page-header/public_api.mjs} +0 -0
  128. package/esm2020/pdf/pdf.component.mjs +460 -0
  129. package/{esm2015/pdf/pdf.config.js → esm2020/pdf/pdf.config.mjs} +2 -2
  130. package/{esm2015/pdf/pdf.js → esm2020/pdf/pdf.mjs} +0 -0
  131. package/esm2020/pdf/pdf.module.mjs +20 -0
  132. package/{esm2015/pdf/pdf.types.js → esm2020/pdf/pdf.types.mjs} +0 -0
  133. package/{esm2015/pdf/public_api.js → esm2020/pdf/public_api.mjs} +0 -0
  134. package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
  135. package/{esm2015/qr/public_api.js → esm2020/qr/public_api.mjs} +0 -0
  136. package/esm2020/qr/qr.component.mjs +136 -0
  137. package/{esm2015/qr/qr.config.js → esm2020/qr/qr.config.mjs} +2 -2
  138. package/{esm2015/qr/qr.js → esm2020/qr/qr.mjs} +0 -0
  139. package/esm2020/qr/qr.module.mjs +19 -0
  140. package/{esm2015/qr/qr.types.js → esm2020/qr/qr.types.mjs} +0 -0
  141. package/{esm2015/quick-menu/public_api.js → esm2020/quick-menu/public_api.mjs} +0 -0
  142. package/esm2020/quick-menu/quick-menu.component.mjs +89 -0
  143. package/esm2020/quick-menu/quick-menu.mjs +5 -0
  144. package/esm2020/quick-menu/quick-menu.module.mjs +21 -0
  145. package/{esm2015/result/public_api.js → esm2020/result/public_api.mjs} +0 -0
  146. package/esm2020/result/result.component.mjs +61 -0
  147. package/{esm2015/result/result.js → esm2020/result/result.mjs} +0 -0
  148. package/esm2020/result/result.module.mjs +21 -0
  149. package/{esm2015/reuse-tab/lifecycle_hooks.js → esm2020/reuse-tab/lifecycle_hooks.mjs} +0 -0
  150. package/{esm2015/reuse-tab/public_api.js → esm2020/reuse-tab/public_api.mjs} +0 -0
  151. package/esm2020/reuse-tab/reuse-tab-context-menu.component.mjs +76 -0
  152. package/esm2020/reuse-tab/reuse-tab-context.component.mjs +33 -0
  153. package/esm2020/reuse-tab/reuse-tab-context.directive.mjs +35 -0
  154. package/esm2020/reuse-tab/reuse-tab-context.service.mjs +55 -0
  155. package/esm2020/reuse-tab/reuse-tab.component.mjs +318 -0
  156. package/{esm2015/reuse-tab/reuse-tab.interfaces.js → esm2020/reuse-tab/reuse-tab.interfaces.mjs} +0 -0
  157. package/esm2020/reuse-tab/reuse-tab.mjs +5 -0
  158. package/esm2020/reuse-tab/reuse-tab.module.mjs +29 -0
  159. package/esm2020/reuse-tab/reuse-tab.service.mjs +533 -0
  160. package/{esm2015/reuse-tab/reuse-tab.strategy.js → esm2020/reuse-tab/reuse-tab.strategy.mjs} +0 -0
  161. package/esm2020/se/public_api.mjs +5 -0
  162. package/esm2020/se/se-container.component.mjs +173 -0
  163. package/esm2020/se/se.component.mjs +233 -0
  164. package/esm2020/se/se.mjs +5 -0
  165. package/esm2020/se/se.module.mjs +23 -0
  166. package/{esm2015/se/se.types.js → esm2020/se/se.types.mjs} +0 -0
  167. package/{esm2015/sg/public_api.js → esm2020/sg/public_api.mjs} +0 -0
  168. package/esm2020/sg/sg-container.component.mjs +52 -0
  169. package/esm2020/sg/sg.component.mjs +67 -0
  170. package/esm2020/sg/sg.mjs +5 -0
  171. package/esm2020/sg/sg.module.mjs +20 -0
  172. package/{esm2015/st/public_api.js → esm2020/st/public_api.mjs} +0 -0
  173. package/esm2020/st/st-column-source.mjs +470 -0
  174. package/esm2020/st/st-data-source.mjs +448 -0
  175. package/esm2020/st/st-export.mjs +89 -0
  176. package/esm2020/st/st-filter.component.mjs +262 -0
  177. package/esm2020/st/st-row.directive.mjs +45 -0
  178. package/esm2020/st/st-widget-host.directive.mjs +31 -0
  179. package/esm2020/st/st-widget.mjs +26 -0
  180. package/esm2020/st/st.component.mjs +969 -0
  181. package/{esm2015/st/st.config.js → esm2020/st/st.config.mjs} +0 -0
  182. package/esm2020/st/st.interfaces.mjs +2 -0
  183. package/esm2020/st/st.mjs +5 -0
  184. package/esm2020/st/st.module.mjs +98 -0
  185. package/{esm2015/st/st.types.js → esm2020/st/st.types.mjs} +0 -0
  186. package/esm2020/sv/public_api.mjs +5 -0
  187. package/esm2020/sv/sv-container.component.mjs +125 -0
  188. package/esm2020/sv/sv-value.component.mjs +44 -0
  189. package/esm2020/sv/sv.component.mjs +113 -0
  190. package/esm2020/sv/sv.mjs +5 -0
  191. package/esm2020/sv/sv.module.mjs +25 -0
  192. package/{esm2015/tag-select/public_api.js → esm2020/tag-select/public_api.mjs} +0 -0
  193. package/esm2020/tag-select/tag-select.component.mjs +64 -0
  194. package/esm2020/tag-select/tag-select.mjs +5 -0
  195. package/esm2020/tag-select/tag-select.module.mjs +21 -0
  196. package/{esm2015/xlsx/public_api.js → esm2020/xlsx/public_api.mjs} +0 -0
  197. package/esm2020/xlsx/xlsx.directive.mjs +27 -0
  198. package/{esm2015/xlsx/xlsx.js → esm2020/xlsx/xlsx.mjs} +0 -0
  199. package/esm2020/xlsx/xlsx.module.mjs +19 -0
  200. package/esm2020/xlsx/xlsx.service.mjs +128 -0
  201. package/{esm2015/xlsx/xlsx.types.js → esm2020/xlsx/xlsx.types.mjs} +0 -0
  202. package/{esm2015/zip/public_api.js → esm2020/zip/public_api.mjs} +0 -0
  203. package/{esm2015/zip/zip.js → esm2020/zip/zip.mjs} +0 -0
  204. package/esm2020/zip/zip.module.mjs +15 -0
  205. package/esm2020/zip/zip.service.mjs +114 -0
  206. package/{esm2015/zip/zip.types.js → esm2020/zip/zip.types.mjs} +0 -0
  207. package/exception/exception.component.d.ts +3 -0
  208. package/exception/exception.d.ts +1 -0
  209. package/exception/exception.module.d.ts +10 -0
  210. package/exception/package.json +5 -6
  211. package/exception/style/index.less +9 -0
  212. package/fesm2015/{abc.js → abc.mjs} +1 -1
  213. package/fesm2015/abc.mjs.map +1 -0
  214. package/fesm2015/auto-focus.mjs +69 -0
  215. package/fesm2015/auto-focus.mjs.map +1 -0
  216. package/fesm2015/avatar-list.mjs +140 -0
  217. package/fesm2015/avatar-list.mjs.map +1 -0
  218. package/fesm2015/count-down.mjs +69 -0
  219. package/fesm2015/count-down.mjs.map +1 -0
  220. package/fesm2015/{datePicker.js → date-picker.mjs} +63 -40
  221. package/fesm2015/date-picker.mjs.map +1 -0
  222. package/fesm2015/down-file.mjs +141 -0
  223. package/fesm2015/down-file.mjs.map +1 -0
  224. package/fesm2015/ellipsis.mjs +255 -0
  225. package/fesm2015/ellipsis.mjs.map +1 -0
  226. package/fesm2015/error-collect.mjs +144 -0
  227. package/fesm2015/error-collect.mjs.map +1 -0
  228. package/fesm2015/exception.mjs +135 -0
  229. package/fesm2015/exception.mjs.map +1 -0
  230. package/fesm2015/footer-toolbar.mjs +70 -0
  231. package/fesm2015/footer-toolbar.mjs.map +1 -0
  232. package/fesm2015/full-content.mjs +202 -0
  233. package/fesm2015/full-content.mjs.map +1 -0
  234. package/fesm2015/global-footer.mjs +127 -0
  235. package/fesm2015/global-footer.mjs.map +1 -0
  236. package/fesm2015/image.mjs +165 -0
  237. package/fesm2015/image.mjs.map +1 -0
  238. package/fesm2015/let.mjs +59 -0
  239. package/fesm2015/let.mjs.map +1 -0
  240. package/fesm2015/loading.mjs +140 -0
  241. package/fesm2015/loading.mjs.map +1 -0
  242. package/fesm2015/{lodop.js → lodop.mjs} +15 -15
  243. package/fesm2015/lodop.mjs.map +1 -0
  244. package/fesm2015/media.mjs +170 -0
  245. package/fesm2015/media.mjs.map +1 -0
  246. package/fesm2015/notice-icon.mjs +173 -0
  247. package/fesm2015/notice-icon.mjs.map +1 -0
  248. package/fesm2015/onboarding.mjs +335 -0
  249. package/fesm2015/onboarding.mjs.map +1 -0
  250. package/fesm2015/page-header.mjs +277 -0
  251. package/fesm2015/page-header.mjs.map +1 -0
  252. package/fesm2015/{pdf.js → pdf.mjs} +81 -54
  253. package/fesm2015/pdf.mjs.map +1 -0
  254. package/fesm2015/qr.mjs +171 -0
  255. package/fesm2015/qr.mjs.map +1 -0
  256. package/fesm2015/quick-menu.mjs +114 -0
  257. package/fesm2015/quick-menu.mjs.map +1 -0
  258. package/fesm2015/result.mjs +89 -0
  259. package/fesm2015/result.mjs.map +1 -0
  260. package/fesm2015/{reuseTab.js → reuse-tab.mjs} +183 -160
  261. package/fesm2015/reuse-tab.mjs.map +1 -0
  262. package/fesm2015/se.mjs +443 -0
  263. package/fesm2015/se.mjs.map +1 -0
  264. package/fesm2015/sg.mjs +139 -0
  265. package/fesm2015/sg.mjs.map +1 -0
  266. package/fesm2015/{table.js → st.mjs} +597 -483
  267. package/fesm2015/st.mjs.map +1 -0
  268. package/fesm2015/sv.mjs +302 -0
  269. package/fesm2015/sv.mjs.map +1 -0
  270. package/fesm2015/tag-select.mjs +92 -0
  271. package/fesm2015/tag-select.mjs.map +1 -0
  272. package/fesm2015/{xlsx.js → xlsx.mjs} +42 -42
  273. package/fesm2015/xlsx.mjs.map +1 -0
  274. package/fesm2015/{zip.js → zip.mjs} +35 -32
  275. package/fesm2015/zip.mjs.map +1 -0
  276. package/fesm2020/abc.mjs +7 -0
  277. package/fesm2020/abc.mjs.map +1 -0
  278. package/fesm2020/auto-focus.mjs +69 -0
  279. package/fesm2020/auto-focus.mjs.map +1 -0
  280. package/fesm2020/avatar-list.mjs +137 -0
  281. package/fesm2020/avatar-list.mjs.map +1 -0
  282. package/fesm2020/count-down.mjs +69 -0
  283. package/fesm2020/count-down.mjs.map +1 -0
  284. package/fesm2020/date-picker.mjs +236 -0
  285. package/fesm2020/date-picker.mjs.map +1 -0
  286. package/fesm2020/down-file.mjs +138 -0
  287. package/fesm2020/down-file.mjs.map +1 -0
  288. package/fesm2020/ellipsis.mjs +253 -0
  289. package/fesm2020/ellipsis.mjs.map +1 -0
  290. package/fesm2020/error-collect.mjs +141 -0
  291. package/fesm2020/error-collect.mjs.map +1 -0
  292. package/fesm2020/exception.mjs +132 -0
  293. package/fesm2020/exception.mjs.map +1 -0
  294. package/fesm2020/footer-toolbar.mjs +68 -0
  295. package/fesm2020/footer-toolbar.mjs.map +1 -0
  296. package/fesm2020/full-content.mjs +199 -0
  297. package/fesm2020/full-content.mjs.map +1 -0
  298. package/fesm2020/global-footer.mjs +124 -0
  299. package/fesm2020/global-footer.mjs.map +1 -0
  300. package/fesm2020/image.mjs +170 -0
  301. package/fesm2020/image.mjs.map +1 -0
  302. package/fesm2020/let.mjs +57 -0
  303. package/fesm2020/let.mjs.map +1 -0
  304. package/fesm2020/loading.mjs +138 -0
  305. package/fesm2020/loading.mjs.map +1 -0
  306. package/fesm2020/lodop.mjs +239 -0
  307. package/fesm2020/lodop.mjs.map +1 -0
  308. package/fesm2020/media.mjs +172 -0
  309. package/fesm2020/media.mjs.map +1 -0
  310. package/fesm2020/notice-icon.mjs +173 -0
  311. package/fesm2020/notice-icon.mjs.map +1 -0
  312. package/fesm2020/onboarding.mjs +343 -0
  313. package/fesm2020/onboarding.mjs.map +1 -0
  314. package/fesm2020/page-header.mjs +274 -0
  315. package/fesm2020/page-header.mjs.map +1 -0
  316. package/fesm2020/pdf.mjs +506 -0
  317. package/fesm2020/pdf.mjs.map +1 -0
  318. package/fesm2020/qr.mjs +171 -0
  319. package/fesm2020/qr.mjs.map +1 -0
  320. package/fesm2020/quick-menu.mjs +114 -0
  321. package/fesm2020/quick-menu.mjs.map +1 -0
  322. package/fesm2020/result.mjs +86 -0
  323. package/fesm2020/result.mjs.map +1 -0
  324. package/fesm2020/reuse-tab.mjs +1106 -0
  325. package/fesm2020/reuse-tab.mjs.map +1 -0
  326. package/fesm2020/se.mjs +436 -0
  327. package/fesm2020/se.mjs.map +1 -0
  328. package/fesm2020/sg.mjs +137 -0
  329. package/fesm2020/sg.mjs.map +1 -0
  330. package/fesm2020/st.mjs +2469 -0
  331. package/fesm2020/st.mjs.map +1 -0
  332. package/fesm2020/sv.mjs +298 -0
  333. package/fesm2020/sv.mjs.map +1 -0
  334. package/fesm2020/tag-select.mjs +89 -0
  335. package/fesm2020/tag-select.mjs.map +1 -0
  336. package/fesm2020/xlsx.mjs +175 -0
  337. package/fesm2020/xlsx.mjs.map +1 -0
  338. package/fesm2020/zip.mjs +134 -0
  339. package/fesm2020/zip.mjs.map +1 -0
  340. package/footer-toolbar/footer-toolbar.component.d.ts +4 -1
  341. package/footer-toolbar/footer-toolbar.d.ts +5 -0
  342. package/footer-toolbar/footer-toolbar.module.d.ts +8 -0
  343. package/footer-toolbar/package.json +6 -7
  344. package/footer-toolbar/style/index.less +1 -0
  345. package/full-content/full-content-toggle.directive.d.ts +3 -0
  346. package/full-content/full-content.component.d.ts +6 -3
  347. package/full-content/full-content.d.ts +5 -0
  348. package/full-content/full-content.module.d.ts +7 -0
  349. package/full-content/full-content.service.d.ts +3 -0
  350. package/full-content/package.json +6 -7
  351. package/full-content/style/index.less +1 -0
  352. package/global-footer/global-footer-item.component.d.ts +5 -2
  353. package/global-footer/global-footer.component.d.ts +3 -0
  354. package/global-footer/global-footer.d.ts +5 -0
  355. package/global-footer/global-footer.module.d.ts +8 -0
  356. package/global-footer/package.json +6 -7
  357. package/global-footer/style/index.less +5 -0
  358. package/image/image.d.ts +1 -0
  359. package/image/image.directive.d.ts +4 -1
  360. package/image/image.module.d.ts +7 -0
  361. package/image/package.json +5 -6
  362. package/let/let.d.ts +1 -0
  363. package/let/let.directive.d.ts +3 -0
  364. package/let/let.module.d.ts +5 -0
  365. package/let/package.json +5 -6
  366. package/loading/loading.component.d.ts +3 -0
  367. package/loading/loading.d.ts +1 -0
  368. package/loading/loading.module.d.ts +10 -0
  369. package/loading/loading.service.d.ts +4 -1
  370. package/loading/package.json +5 -6
  371. package/loading/style/index.less +3 -0
  372. package/lodop/lodop.d.ts +1 -0
  373. package/lodop/lodop.module.d.ts +4 -0
  374. package/lodop/lodop.service.d.ts +3 -0
  375. package/lodop/lodop.types.d.ts +4 -0
  376. package/lodop/package.json +5 -6
  377. package/media/media.component.d.ts +4 -1
  378. package/media/media.d.ts +1 -0
  379. package/media/media.module.d.ts +6 -0
  380. package/media/media.service.d.ts +3 -0
  381. package/media/package.json +5 -6
  382. package/notice-icon/notice-icon-tab.component.d.ts +3 -0
  383. package/notice-icon/notice-icon.component.d.ts +4 -1
  384. package/notice-icon/notice-icon.d.ts +5 -0
  385. package/notice-icon/notice-icon.module.d.ts +16 -0
  386. package/notice-icon/package.json +6 -7
  387. package/notice-icon/style/index.less +17 -0
  388. package/onboarding/onboarding.component.d.ts +4 -1
  389. package/onboarding/onboarding.d.ts +1 -0
  390. package/onboarding/onboarding.module.d.ts +11 -0
  391. package/onboarding/onboarding.service.d.ts +3 -0
  392. package/onboarding/package.json +5 -6
  393. package/onboarding/style/index.less +6 -0
  394. package/package.json +274 -14
  395. package/page-header/package.json +6 -7
  396. package/page-header/page-header.component.d.ts +4 -1
  397. package/page-header/page-header.d.ts +5 -0
  398. package/page-header/page-header.module.d.ts +11 -0
  399. package/page-header/style/index.less +10 -0
  400. package/page-header/style/rtl.less +3 -0
  401. package/pdf/package.json +5 -6
  402. package/pdf/pdf.component.d.ts +5 -2
  403. package/pdf/pdf.d.ts +1 -0
  404. package/pdf/pdf.module.d.ts +7 -0
  405. package/qr/package.json +5 -6
  406. package/qr/qr.component.d.ts +13 -10
  407. package/qr/qr.d.ts +1 -0
  408. package/qr/qr.module.d.ts +6 -0
  409. package/quick-menu/package.json +6 -7
  410. package/quick-menu/quick-menu.component.d.ts +6 -3
  411. package/quick-menu/quick-menu.d.ts +5 -0
  412. package/quick-menu/quick-menu.module.d.ts +8 -0
  413. package/quick-menu/style/index.less +2 -0
  414. package/result/package.json +5 -6
  415. package/result/result.component.d.ts +6 -3
  416. package/result/result.d.ts +1 -0
  417. package/result/result.module.d.ts +8 -0
  418. package/result/style/index.less +7 -0
  419. package/reuse-tab/package.json +6 -7
  420. package/reuse-tab/reuse-tab-context-menu.component.d.ts +3 -0
  421. package/reuse-tab/reuse-tab-context.component.d.ts +4 -1
  422. package/reuse-tab/reuse-tab-context.directive.d.ts +3 -0
  423. package/reuse-tab/reuse-tab-context.service.d.ts +4 -1
  424. package/reuse-tab/reuse-tab.component.d.ts +13 -10
  425. package/reuse-tab/reuse-tab.d.ts +5 -0
  426. package/reuse-tab/reuse-tab.module.d.ts +15 -0
  427. package/reuse-tab/reuse-tab.service.d.ts +7 -4
  428. package/reuse-tab/style/index.less +4 -0
  429. package/se/package.json +6 -7
  430. package/se/public_api.d.ts +0 -1
  431. package/se/se-container.component.d.ts +18 -4
  432. package/se/se.component.d.ts +13 -8
  433. package/{footer-toolbar/footerToolbar.d.ts → se/se.d.ts} +1 -0
  434. package/se/se.module.d.ts +10 -0
  435. package/se/style/index.less +2 -0
  436. package/sg/package.json +6 -7
  437. package/sg/sg-container.component.d.ts +4 -1
  438. package/sg/sg.component.d.ts +4 -1
  439. package/{error-collect/errorCollect.d.ts → sg/sg.d.ts} +1 -0
  440. package/sg/sg.module.d.ts +7 -0
  441. package/st/package.json +6 -7
  442. package/st/st-column-source.d.ts +4 -1
  443. package/st/st-data-source.d.ts +3 -0
  444. package/st/st-export.d.ts +3 -0
  445. package/st/st-filter.component.d.ts +3 -0
  446. package/st/st-row.directive.d.ts +7 -2
  447. package/st/st-widget-host.directive.d.ts +5 -3
  448. package/st/st-widget.d.ts +3 -0
  449. package/st/st.component.d.ts +38 -11
  450. package/{down-file/downFile.d.ts → st/st.d.ts} +1 -0
  451. package/st/st.interfaces.d.ts +2 -2
  452. package/st/st.module.d.ts +27 -0
  453. package/st/style/index.less +8 -0
  454. package/sv/package.json +6 -7
  455. package/sv/public_api.d.ts +0 -1
  456. package/sv/style/index.less +8 -0
  457. package/sv/sv-container.component.d.ts +16 -3
  458. package/sv/sv-value.component.d.ts +3 -0
  459. package/sv/sv.component.d.ts +13 -10
  460. package/{avatar-list/avatarList.d.ts → sv/sv.d.ts} +1 -0
  461. package/sv/sv.module.d.ts +12 -0
  462. package/tag-select/package.json +6 -7
  463. package/tag-select/style/index.less +4 -0
  464. package/tag-select/style/rtl.less +3 -0
  465. package/tag-select/tag-select.component.d.ts +3 -0
  466. package/tag-select/tag-select.d.ts +5 -0
  467. package/tag-select/tag-select.module.d.ts +8 -0
  468. package/xlsx/package.json +5 -6
  469. package/xlsx/xlsx.d.ts +1 -0
  470. package/xlsx/xlsx.directive.d.ts +3 -0
  471. package/xlsx/xlsx.module.d.ts +6 -0
  472. package/xlsx/xlsx.service.d.ts +3 -0
  473. package/zip/package.json +5 -6
  474. package/zip/zip.d.ts +1 -0
  475. package/zip/zip.module.d.ts +5 -0
  476. package/zip/zip.service.d.ts +3 -0
  477. package/abc.metadata.json +0 -1
  478. package/auto-focus/autoFocus.metadata.json +0 -1
  479. package/avatar-list/avatarList.metadata.json +0 -1
  480. package/bundles/abc.umd.js +0 -19
  481. package/bundles/abc.umd.js.map +0 -1
  482. package/bundles/autoFocus.umd.js +0 -394
  483. package/bundles/autoFocus.umd.js.map +0 -1
  484. package/bundles/avatarList.umd.js +0 -465
  485. package/bundles/avatarList.umd.js.map +0 -1
  486. package/bundles/count-down.umd.js +0 -75
  487. package/bundles/count-down.umd.js.map +0 -1
  488. package/bundles/datePicker.umd.js +0 -552
  489. package/bundles/datePicker.umd.js.map +0 -1
  490. package/bundles/downFile.umd.js +0 -474
  491. package/bundles/downFile.umd.js.map +0 -1
  492. package/bundles/edit.umd.js +0 -776
  493. package/bundles/edit.umd.js.map +0 -1
  494. package/bundles/ellipsis.umd.js +0 -578
  495. package/bundles/ellipsis.umd.js.map +0 -1
  496. package/bundles/errorCollect.umd.js +0 -461
  497. package/bundles/errorCollect.umd.js.map +0 -1
  498. package/bundles/exception.umd.js +0 -150
  499. package/bundles/exception.umd.js.map +0 -1
  500. package/bundles/footerToolbar.umd.js +0 -401
  501. package/bundles/footerToolbar.umd.js.map +0 -1
  502. package/bundles/fullContent.umd.js +0 -550
  503. package/bundles/fullContent.umd.js.map +0 -1
  504. package/bundles/globalFooter.umd.js +0 -455
  505. package/bundles/globalFooter.umd.js.map +0 -1
  506. package/bundles/grid.umd.js +0 -470
  507. package/bundles/grid.umd.js.map +0 -1
  508. package/bundles/image.umd.js +0 -482
  509. package/bundles/image.umd.js.map +0 -1
  510. package/bundles/let.umd.js +0 -76
  511. package/bundles/let.umd.js.map +0 -1
  512. package/bundles/loading.umd.js +0 -181
  513. package/bundles/loading.umd.js.map +0 -1
  514. package/bundles/lodop.umd.js +0 -605
  515. package/bundles/lodop.umd.js.map +0 -1
  516. package/bundles/media.umd.js +0 -536
  517. package/bundles/media.umd.js.map +0 -1
  518. package/bundles/noticeIcon.umd.js +0 -468
  519. package/bundles/noticeIcon.umd.js.map +0 -1
  520. package/bundles/onboarding.umd.js +0 -370
  521. package/bundles/onboarding.umd.js.map +0 -1
  522. package/bundles/pageHeader.umd.js +0 -570
  523. package/bundles/pageHeader.umd.js.map +0 -1
  524. package/bundles/pdf.umd.js +0 -863
  525. package/bundles/pdf.umd.js.map +0 -1
  526. package/bundles/qr.umd.js +0 -491
  527. package/bundles/qr.umd.js.map +0 -1
  528. package/bundles/quickMenu.umd.js +0 -442
  529. package/bundles/quickMenu.umd.js.map +0 -1
  530. package/bundles/result.umd.js +0 -100
  531. package/bundles/result.umd.js.map +0 -1
  532. package/bundles/reuseTab.umd.js +0 -1522
  533. package/bundles/reuseTab.umd.js.map +0 -1
  534. package/bundles/table.umd.js +0 -2590
  535. package/bundles/table.umd.js.map +0 -1
  536. package/bundles/tagSelect.umd.js +0 -419
  537. package/bundles/tagSelect.umd.js.map +0 -1
  538. package/bundles/view.umd.js +0 -592
  539. package/bundles/view.umd.js.map +0 -1
  540. package/bundles/xlsx.umd.js +0 -529
  541. package/bundles/xlsx.umd.js.map +0 -1
  542. package/bundles/zip.umd.js +0 -482
  543. package/bundles/zip.umd.js.map +0 -1
  544. package/count-down/count-down.metadata.json +0 -1
  545. package/date-picker/datePicker.d.ts +0 -5
  546. package/date-picker/datePicker.metadata.json +0 -1
  547. package/down-file/downFile.metadata.json +0 -1
  548. package/ellipsis/ellipsis.metadata.json +0 -1
  549. package/error-collect/errorCollect.metadata.json +0 -1
  550. package/esm2015/auto-focus/auto-focus.directive.js +0 -42
  551. package/esm2015/auto-focus/auto-focus.module.js +0 -12
  552. package/esm2015/auto-focus/autoFocus.js +0 -5
  553. package/esm2015/avatar-list/avatar-list-item.component.js +0 -20
  554. package/esm2015/avatar-list/avatar-list.component.js +0 -89
  555. package/esm2015/avatar-list/avatar-list.module.js +0 -17
  556. package/esm2015/avatar-list/avatarList.js +0 -5
  557. package/esm2015/count-down/count-down.component.js +0 -36
  558. package/esm2015/count-down/count-down.module.js +0 -15
  559. package/esm2015/date-picker/date-picker.module.js +0 -17
  560. package/esm2015/date-picker/datePicker.js +0 -6
  561. package/esm2015/date-picker/range-shortcut.component.js +0 -26
  562. package/esm2015/date-picker/range.directive.js +0 -171
  563. package/esm2015/down-file/down-file.directive.js +0 -103
  564. package/esm2015/down-file/down-file.module.js +0 -15
  565. package/esm2015/down-file/downFile.js +0 -5
  566. package/esm2015/ellipsis/ellipsis.component.js +0 -224
  567. package/esm2015/ellipsis/ellipsis.module.js +0 -16
  568. package/esm2015/error-collect/error-collect.component.js +0 -112
  569. package/esm2015/error-collect/error-collect.module.js +0 -15
  570. package/esm2015/error-collect/errorCollect.js +0 -5
  571. package/esm2015/exception/exception.component.js +0 -103
  572. package/esm2015/exception/exception.module.js +0 -18
  573. package/esm2015/footer-toolbar/footer-toolbar.component.js +0 -46
  574. package/esm2015/footer-toolbar/footer-toolbar.module.js +0 -16
  575. package/esm2015/footer-toolbar/footerToolbar.js +0 -5
  576. package/esm2015/full-content/full-content-toggle.directive.js +0 -23
  577. package/esm2015/full-content/full-content.component.js +0 -135
  578. package/esm2015/full-content/full-content.module.js +0 -15
  579. package/esm2015/full-content/full-content.service.js +0 -21
  580. package/esm2015/full-content/fullContent.js +0 -5
  581. package/esm2015/global-footer/global-footer-item.component.js +0 -24
  582. package/esm2015/global-footer/global-footer.component.js +0 -77
  583. package/esm2015/global-footer/global-footer.module.js +0 -16
  584. package/esm2015/global-footer/globalFooter.js +0 -5
  585. package/esm2015/image/image.directive.js +0 -133
  586. package/esm2015/image/image.module.js +0 -15
  587. package/esm2015/let/let.directive.js +0 -31
  588. package/esm2015/let/let.module.js +0 -12
  589. package/esm2015/loading/loading.component.js +0 -26
  590. package/esm2015/loading/loading.module.js +0 -19
  591. package/esm2015/loading/loading.service.js +0 -92
  592. package/esm2015/lodop/lodop.module.js +0 -7
  593. package/esm2015/lodop/lodop.service.js +0 -219
  594. package/esm2015/lodop/lodop.types.js +0 -2
  595. package/esm2015/media/media.component.js +0 -104
  596. package/esm2015/media/media.module.js +0 -14
  597. package/esm2015/media/media.service.js +0 -53
  598. package/esm2015/notice-icon/notice-icon-tab.component.js +0 -30
  599. package/esm2015/notice-icon/notice-icon.component.js +0 -74
  600. package/esm2015/notice-icon/notice-icon.module.js +0 -35
  601. package/esm2015/notice-icon/noticeIcon.js +0 -5
  602. package/esm2015/onboarding/onboarding.component.js +0 -130
  603. package/esm2015/onboarding/onboarding.module.js +0 -20
  604. package/esm2015/onboarding/onboarding.service.js +0 -178
  605. package/esm2015/page-header/page-header.component.js +0 -216
  606. package/esm2015/page-header/page-header.module.js +0 -19
  607. package/esm2015/page-header/pageHeader.js +0 -5
  608. package/esm2015/pdf/pdf.component.js +0 -433
  609. package/esm2015/pdf/pdf.module.js +0 -15
  610. package/esm2015/qr/qr.component.js +0 -128
  611. package/esm2015/qr/qr.module.js +0 -14
  612. package/esm2015/quick-menu/quick-menu.component.js +0 -90
  613. package/esm2015/quick-menu/quick-menu.module.js +0 -16
  614. package/esm2015/quick-menu/quickMenu.js +0 -5
  615. package/esm2015/result/result.component.js +0 -62
  616. package/esm2015/result/result.module.js +0 -16
  617. package/esm2015/reuse-tab/reuse-tab-context-menu.component.js +0 -74
  618. package/esm2015/reuse-tab/reuse-tab-context.component.js +0 -32
  619. package/esm2015/reuse-tab/reuse-tab-context.directive.js +0 -33
  620. package/esm2015/reuse-tab/reuse-tab-context.service.js +0 -53
  621. package/esm2015/reuse-tab/reuse-tab.component.js +0 -300
  622. package/esm2015/reuse-tab/reuse-tab.module.js +0 -24
  623. package/esm2015/reuse-tab/reuse-tab.service.js +0 -534
  624. package/esm2015/reuse-tab/reuseTab.js +0 -5
  625. package/esm2015/se/edit.js +0 -5
  626. package/esm2015/se/public_api.js +0 -6
  627. package/esm2015/se/se-container.component.js +0 -115
  628. package/esm2015/se/se-title.component.js +0 -40
  629. package/esm2015/se/se.component.js +0 -214
  630. package/esm2015/se/se.module.js +0 -19
  631. package/esm2015/sg/grid.js +0 -5
  632. package/esm2015/sg/sg-container.component.js +0 -49
  633. package/esm2015/sg/sg.component.js +0 -65
  634. package/esm2015/sg/sg.module.js +0 -15
  635. package/esm2015/st/st-column-source.js +0 -428
  636. package/esm2015/st/st-data-source.js +0 -429
  637. package/esm2015/st/st-export.js +0 -90
  638. package/esm2015/st/st-filter.component.js +0 -149
  639. package/esm2015/st/st-row.directive.js +0 -40
  640. package/esm2015/st/st-td.component.js +0 -232
  641. package/esm2015/st/st-widget-host.directive.js +0 -34
  642. package/esm2015/st/st-widget.js +0 -24
  643. package/esm2015/st/st.component.js +0 -788
  644. package/esm2015/st/st.interfaces.js +0 -2
  645. package/esm2015/st/st.module.js +0 -56
  646. package/esm2015/st/table.js +0 -8
  647. package/esm2015/sv/public_api.js +0 -6
  648. package/esm2015/sv/sv-container.component.js +0 -63
  649. package/esm2015/sv/sv-title.component.js +0 -40
  650. package/esm2015/sv/sv-value.component.js +0 -32
  651. package/esm2015/sv/sv.component.js +0 -105
  652. package/esm2015/sv/sv.module.js +0 -21
  653. package/esm2015/sv/view.js +0 -5
  654. package/esm2015/tag-select/tag-select.component.js +0 -70
  655. package/esm2015/tag-select/tag-select.module.js +0 -16
  656. package/esm2015/tag-select/tagSelect.js +0 -5
  657. package/esm2015/xlsx/xlsx.directive.js +0 -26
  658. package/esm2015/xlsx/xlsx.module.js +0 -14
  659. package/esm2015/xlsx/xlsx.service.js +0 -129
  660. package/esm2015/zip/zip.module.js +0 -10
  661. package/esm2015/zip/zip.service.js +0 -115
  662. package/exception/exception.metadata.json +0 -1
  663. package/fesm2015/abc.js.map +0 -1
  664. package/fesm2015/autoFocus.js +0 -59
  665. package/fesm2015/autoFocus.js.map +0 -1
  666. package/fesm2015/avatarList.js +0 -128
  667. package/fesm2015/avatarList.js.map +0 -1
  668. package/fesm2015/count-down.js +0 -56
  669. package/fesm2015/count-down.js.map +0 -1
  670. package/fesm2015/datePicker.js.map +0 -1
  671. package/fesm2015/downFile.js +0 -122
  672. package/fesm2015/downFile.js.map +0 -1
  673. package/fesm2015/edit.js +0 -396
  674. package/fesm2015/edit.js.map +0 -1
  675. package/fesm2015/ellipsis.js +0 -244
  676. package/fesm2015/ellipsis.js.map +0 -1
  677. package/fesm2015/errorCollect.js +0 -131
  678. package/fesm2015/errorCollect.js.map +0 -1
  679. package/fesm2015/exception.js +0 -125
  680. package/fesm2015/exception.js.map +0 -1
  681. package/fesm2015/footerToolbar.js +0 -66
  682. package/fesm2015/footerToolbar.js.map +0 -1
  683. package/fesm2015/fullContent.js +0 -191
  684. package/fesm2015/fullContent.js.map +0 -1
  685. package/fesm2015/globalFooter.js +0 -118
  686. package/fesm2015/globalFooter.js.map +0 -1
  687. package/fesm2015/grid.js +0 -129
  688. package/fesm2015/grid.js.map +0 -1
  689. package/fesm2015/image.js +0 -152
  690. package/fesm2015/image.js.map +0 -1
  691. package/fesm2015/let.js +0 -48
  692. package/fesm2015/let.js.map +0 -1
  693. package/fesm2015/loading.js +0 -138
  694. package/fesm2015/loading.js.map +0 -1
  695. package/fesm2015/lodop.js.map +0 -1
  696. package/fesm2015/media.js +0 -174
  697. package/fesm2015/media.js.map +0 -1
  698. package/fesm2015/noticeIcon.js +0 -141
  699. package/fesm2015/noticeIcon.js.map +0 -1
  700. package/fesm2015/onboarding.js +0 -328
  701. package/fesm2015/onboarding.js.map +0 -1
  702. package/fesm2015/pageHeader.js +0 -239
  703. package/fesm2015/pageHeader.js.map +0 -1
  704. package/fesm2015/pdf.js.map +0 -1
  705. package/fesm2015/qr.js +0 -159
  706. package/fesm2015/qr.js.map +0 -1
  707. package/fesm2015/quickMenu.js +0 -111
  708. package/fesm2015/quickMenu.js.map +0 -1
  709. package/fesm2015/result.js +0 -83
  710. package/fesm2015/result.js.map +0 -1
  711. package/fesm2015/reuseTab.js.map +0 -1
  712. package/fesm2015/table.js.map +0 -1
  713. package/fesm2015/tagSelect.js +0 -90
  714. package/fesm2015/tagSelect.js.map +0 -1
  715. package/fesm2015/view.js +0 -256
  716. package/fesm2015/view.js.map +0 -1
  717. package/fesm2015/xlsx.js.map +0 -1
  718. package/fesm2015/zip.js.map +0 -1
  719. package/footer-toolbar/footerToolbar.metadata.json +0 -1
  720. package/full-content/fullContent.d.ts +0 -4
  721. package/full-content/fullContent.metadata.json +0 -1
  722. package/global-footer/globalFooter.d.ts +0 -4
  723. package/global-footer/globalFooter.metadata.json +0 -1
  724. package/image/image.metadata.json +0 -1
  725. package/let/let.metadata.json +0 -1
  726. package/loading/loading.metadata.json +0 -1
  727. package/lodop/lodop.metadata.json +0 -1
  728. package/media/media.metadata.json +0 -1
  729. package/notice-icon/noticeIcon.d.ts +0 -4
  730. package/notice-icon/noticeIcon.metadata.json +0 -1
  731. package/onboarding/onboarding.metadata.json +0 -1
  732. package/page-header/pageHeader.d.ts +0 -4
  733. package/page-header/pageHeader.metadata.json +0 -1
  734. package/pdf/pdf.metadata.json +0 -1
  735. package/qr/qr.metadata.json +0 -1
  736. package/quick-menu/quickMenu.d.ts +0 -4
  737. package/quick-menu/quickMenu.metadata.json +0 -1
  738. package/result/result.metadata.json +0 -1
  739. package/reuse-tab/reuseTab.d.ts +0 -4
  740. package/reuse-tab/reuseTab.metadata.json +0 -1
  741. package/se/edit.d.ts +0 -4
  742. package/se/edit.metadata.json +0 -1
  743. package/se/se-title.component.d.ts +0 -10
  744. package/sg/grid.d.ts +0 -4
  745. package/sg/grid.metadata.json +0 -1
  746. package/st/st-td.component.d.ts +0 -27
  747. package/st/table.d.ts +0 -7
  748. package/st/table.metadata.json +0 -1
  749. package/sv/sv-title.component.d.ts +0 -10
  750. package/sv/view.d.ts +0 -4
  751. package/sv/view.metadata.json +0 -1
  752. package/tag-select/tagSelect.d.ts +0 -4
  753. package/tag-select/tagSelect.metadata.json +0 -1
  754. package/xlsx/xlsx.metadata.json +0 -1
  755. package/zip/zip.metadata.json +0 -1
@@ -1,605 +0,0 @@
1
- /**
2
- * @license ng-alain(cipchk@qq.com) v12.4.2
3
- * (c) 2020 cipchk https://ng-alain.com/
4
- * License: MIT
5
- */
6
- (function (global, factory) {
7
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('rxjs'), require('@delon/util/config'), require('@delon/util/other')) :
8
- typeof define === 'function' && define.amd ? define('@delon/abc/lodop', ['exports', '@angular/core', 'rxjs', '@delon/util/config', '@delon/util/other'], factory) :
9
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.delon = global.delon || {}, global.delon.abc = global.delon.abc || {}, global.delon.abc.lodop = {}), global.ng.core, global.rxjs, global.i2, global.i1));
10
- })(this, (function (exports, i0, rxjs, i2, i1) { 'use strict';
11
-
12
- function _interopNamespace(e) {
13
- if (e && e.__esModule) return e;
14
- var n = Object.create(null);
15
- if (e) {
16
- Object.keys(e).forEach(function (k) {
17
- if (k !== 'default') {
18
- var d = Object.getOwnPropertyDescriptor(e, k);
19
- Object.defineProperty(n, k, d.get ? d : {
20
- enumerable: true,
21
- get: function () { return e[k]; }
22
- });
23
- }
24
- });
25
- }
26
- n["default"] = e;
27
- return Object.freeze(n);
28
- }
29
-
30
- var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
31
- var i2__namespace = /*#__PURE__*/_interopNamespace(i2);
32
- var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
33
-
34
- /*! *****************************************************************************
35
- Copyright (c) Microsoft Corporation.
36
-
37
- Permission to use, copy, modify, and/or distribute this software for any
38
- purpose with or without fee is hereby granted.
39
-
40
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
41
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
42
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
43
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
44
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
45
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
46
- PERFORMANCE OF THIS SOFTWARE.
47
- ***************************************************************************** */
48
- /* global Reflect, Promise */
49
- var extendStatics = function (d, b) {
50
- extendStatics = Object.setPrototypeOf ||
51
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
52
- function (d, b) { for (var p in b)
53
- if (Object.prototype.hasOwnProperty.call(b, p))
54
- d[p] = b[p]; };
55
- return extendStatics(d, b);
56
- };
57
- function __extends(d, b) {
58
- if (typeof b !== "function" && b !== null)
59
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
60
- extendStatics(d, b);
61
- function __() { this.constructor = d; }
62
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
63
- }
64
- var __assign = function () {
65
- __assign = Object.assign || function __assign(t) {
66
- for (var s, i = 1, n = arguments.length; i < n; i++) {
67
- s = arguments[i];
68
- for (var p in s)
69
- if (Object.prototype.hasOwnProperty.call(s, p))
70
- t[p] = s[p];
71
- }
72
- return t;
73
- };
74
- return __assign.apply(this, arguments);
75
- };
76
- function __rest(s, e) {
77
- var t = {};
78
- for (var p in s)
79
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
80
- t[p] = s[p];
81
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
82
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
83
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
84
- t[p[i]] = s[p[i]];
85
- }
86
- return t;
87
- }
88
- function __decorate(decorators, target, key, desc) {
89
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
90
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
91
- r = Reflect.decorate(decorators, target, key, desc);
92
- else
93
- for (var i = decorators.length - 1; i >= 0; i--)
94
- if (d = decorators[i])
95
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
96
- return c > 3 && r && Object.defineProperty(target, key, r), r;
97
- }
98
- function __param(paramIndex, decorator) {
99
- return function (target, key) { decorator(target, key, paramIndex); };
100
- }
101
- function __metadata(metadataKey, metadataValue) {
102
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
103
- return Reflect.metadata(metadataKey, metadataValue);
104
- }
105
- function __awaiter(thisArg, _arguments, P, generator) {
106
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
107
- return new (P || (P = Promise))(function (resolve, reject) {
108
- function fulfilled(value) { try {
109
- step(generator.next(value));
110
- }
111
- catch (e) {
112
- reject(e);
113
- } }
114
- function rejected(value) { try {
115
- step(generator["throw"](value));
116
- }
117
- catch (e) {
118
- reject(e);
119
- } }
120
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
121
- step((generator = generator.apply(thisArg, _arguments || [])).next());
122
- });
123
- }
124
- function __generator(thisArg, body) {
125
- var _ = { label: 0, sent: function () { if (t[0] & 1)
126
- throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
127
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
128
- function verb(n) { return function (v) { return step([n, v]); }; }
129
- function step(op) {
130
- if (f)
131
- throw new TypeError("Generator is already executing.");
132
- while (_)
133
- try {
134
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
135
- return t;
136
- if (y = 0, t)
137
- op = [op[0] & 2, t.value];
138
- switch (op[0]) {
139
- case 0:
140
- case 1:
141
- t = op;
142
- break;
143
- case 4:
144
- _.label++;
145
- return { value: op[1], done: false };
146
- case 5:
147
- _.label++;
148
- y = op[1];
149
- op = [0];
150
- continue;
151
- case 7:
152
- op = _.ops.pop();
153
- _.trys.pop();
154
- continue;
155
- default:
156
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
157
- _ = 0;
158
- continue;
159
- }
160
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
161
- _.label = op[1];
162
- break;
163
- }
164
- if (op[0] === 6 && _.label < t[1]) {
165
- _.label = t[1];
166
- t = op;
167
- break;
168
- }
169
- if (t && _.label < t[2]) {
170
- _.label = t[2];
171
- _.ops.push(op);
172
- break;
173
- }
174
- if (t[2])
175
- _.ops.pop();
176
- _.trys.pop();
177
- continue;
178
- }
179
- op = body.call(thisArg, _);
180
- }
181
- catch (e) {
182
- op = [6, e];
183
- y = 0;
184
- }
185
- finally {
186
- f = t = 0;
187
- }
188
- if (op[0] & 5)
189
- throw op[1];
190
- return { value: op[0] ? op[1] : void 0, done: true };
191
- }
192
- }
193
- var __createBinding = Object.create ? (function (o, m, k, k2) {
194
- if (k2 === undefined)
195
- k2 = k;
196
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
197
- }) : (function (o, m, k, k2) {
198
- if (k2 === undefined)
199
- k2 = k;
200
- o[k2] = m[k];
201
- });
202
- function __exportStar(m, o) {
203
- for (var p in m)
204
- if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
205
- __createBinding(o, m, p);
206
- }
207
- function __values(o) {
208
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
209
- if (m)
210
- return m.call(o);
211
- if (o && typeof o.length === "number")
212
- return {
213
- next: function () {
214
- if (o && i >= o.length)
215
- o = void 0;
216
- return { value: o && o[i++], done: !o };
217
- }
218
- };
219
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
220
- }
221
- function __read(o, n) {
222
- var m = typeof Symbol === "function" && o[Symbol.iterator];
223
- if (!m)
224
- return o;
225
- var i = m.call(o), r, ar = [], e;
226
- try {
227
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
228
- ar.push(r.value);
229
- }
230
- catch (error) {
231
- e = { error: error };
232
- }
233
- finally {
234
- try {
235
- if (r && !r.done && (m = i["return"]))
236
- m.call(i);
237
- }
238
- finally {
239
- if (e)
240
- throw e.error;
241
- }
242
- }
243
- return ar;
244
- }
245
- /** @deprecated */
246
- function __spread() {
247
- for (var ar = [], i = 0; i < arguments.length; i++)
248
- ar = ar.concat(__read(arguments[i]));
249
- return ar;
250
- }
251
- /** @deprecated */
252
- function __spreadArrays() {
253
- for (var s = 0, i = 0, il = arguments.length; i < il; i++)
254
- s += arguments[i].length;
255
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
256
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
257
- r[k] = a[j];
258
- return r;
259
- }
260
- function __spreadArray(to, from, pack) {
261
- if (pack || arguments.length === 2)
262
- for (var i = 0, l = from.length, ar; i < l; i++) {
263
- if (ar || !(i in from)) {
264
- if (!ar)
265
- ar = Array.prototype.slice.call(from, 0, i);
266
- ar[i] = from[i];
267
- }
268
- }
269
- return to.concat(ar || Array.prototype.slice.call(from));
270
- }
271
- function __await(v) {
272
- return this instanceof __await ? (this.v = v, this) : new __await(v);
273
- }
274
- function __asyncGenerator(thisArg, _arguments, generator) {
275
- if (!Symbol.asyncIterator)
276
- throw new TypeError("Symbol.asyncIterator is not defined.");
277
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
278
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
279
- function verb(n) { if (g[n])
280
- i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
281
- function resume(n, v) { try {
282
- step(g[n](v));
283
- }
284
- catch (e) {
285
- settle(q[0][3], e);
286
- } }
287
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
288
- function fulfill(value) { resume("next", value); }
289
- function reject(value) { resume("throw", value); }
290
- function settle(f, v) { if (f(v), q.shift(), q.length)
291
- resume(q[0][0], q[0][1]); }
292
- }
293
- function __asyncDelegator(o) {
294
- var i, p;
295
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
296
- function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
297
- }
298
- function __asyncValues(o) {
299
- if (!Symbol.asyncIterator)
300
- throw new TypeError("Symbol.asyncIterator is not defined.");
301
- var m = o[Symbol.asyncIterator], i;
302
- return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
303
- function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
304
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
305
- }
306
- function __makeTemplateObject(cooked, raw) {
307
- if (Object.defineProperty) {
308
- Object.defineProperty(cooked, "raw", { value: raw });
309
- }
310
- else {
311
- cooked.raw = raw;
312
- }
313
- return cooked;
314
- }
315
- ;
316
- var __setModuleDefault = Object.create ? (function (o, v) {
317
- Object.defineProperty(o, "default", { enumerable: true, value: v });
318
- }) : function (o, v) {
319
- o["default"] = v;
320
- };
321
- function __importStar(mod) {
322
- if (mod && mod.__esModule)
323
- return mod;
324
- var result = {};
325
- if (mod != null)
326
- for (var k in mod)
327
- if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
328
- __createBinding(result, mod, k);
329
- __setModuleDefault(result, mod);
330
- return result;
331
- }
332
- function __importDefault(mod) {
333
- return (mod && mod.__esModule) ? mod : { default: mod };
334
- }
335
- function __classPrivateFieldGet(receiver, state, kind, f) {
336
- if (kind === "a" && !f)
337
- throw new TypeError("Private accessor was defined without a getter");
338
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
339
- throw new TypeError("Cannot read private member from an object whose class did not declare it");
340
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
341
- }
342
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
343
- if (kind === "m")
344
- throw new TypeError("Private method is not writable");
345
- if (kind === "a" && !f)
346
- throw new TypeError("Private accessor was defined without a setter");
347
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
348
- throw new TypeError("Cannot write private member to an object whose class did not declare it");
349
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
350
- }
351
-
352
- var LodopService = /** @class */ (function () {
353
- function LodopService(scriptSrv, configSrv) {
354
- this.scriptSrv = scriptSrv;
355
- this.pending = false;
356
- this._lodop = null;
357
- this._init = new rxjs.Subject();
358
- this._events = new rxjs.Subject();
359
- this.printBuffer = [];
360
- this.defaultConfig = configSrv.merge('lodop', {
361
- url: '//localhost:8443/CLodopfuncs.js',
362
- name: 'CLODOP',
363
- companyName: '',
364
- checkMaxCount: 100
365
- });
366
- this.cog = this.defaultConfig;
367
- }
368
- Object.defineProperty(LodopService.prototype, "cog", {
369
- /**
370
- * Get or set configuration, **Note:** Resetting will invert and reload script resources
371
- *
372
- * 获取或重新设置配置,**注:**重新设置会倒置重新加载脚本资源
373
- */
374
- get: function () {
375
- return this._cog;
376
- },
377
- set: function (value) {
378
- this._cog = Object.assign(Object.assign({}, this.defaultConfig), value);
379
- },
380
- enumerable: false,
381
- configurable: true
382
- });
383
- Object.defineProperty(LodopService.prototype, "events", {
384
- /**
385
- * Event change notification
386
- *
387
- * 事件变更通知
388
- */
389
- get: function () {
390
- return this._events.asObservable();
391
- },
392
- enumerable: false,
393
- configurable: true
394
- });
395
- Object.defineProperty(LodopService.prototype, "lodop", {
396
- /**
397
- * Get lodop object
398
- *
399
- * 获取 lodop 对象
400
- */
401
- get: function () {
402
- if (this._lodop)
403
- return rxjs.of({ ok: true, lodop: this._lodop });
404
- if (this.pending)
405
- return this._init.asObservable();
406
- this.request();
407
- return this._init.asObservable();
408
- },
409
- enumerable: false,
410
- configurable: true
411
- });
412
- Object.defineProperty(LodopService.prototype, "printer", {
413
- /**
414
- * Get printer list
415
- *
416
- * 获取打印机列表
417
- */
418
- get: function () {
419
- this.check();
420
- var ret = [];
421
- var count = this._lodop.GET_PRINTER_COUNT();
422
- for (var index = 0; index < count; index++) {
423
- ret.push(this._lodop.GET_PRINTER_NAME(index));
424
- }
425
- return ret;
426
- },
427
- enumerable: false,
428
- configurable: true
429
- });
430
- LodopService.prototype.check = function () {
431
- if (!this._lodop)
432
- throw new Error("\u8BF7\u52A1\u5FC5\u5148\u8C03\u7528 lodop \u83B7\u53D6\u5BF9\u8C61");
433
- };
434
- LodopService.prototype.request = function () {
435
- var _this = this;
436
- this.pending = true;
437
- var url = this.cog.url + "?name=" + this.cog.name;
438
- var checkMaxCount = this.cog.checkMaxCount;
439
- var onResolve = function (status, error) {
440
- _this._init.next({
441
- ok: status === 'ok',
442
- status: status,
443
- error: error,
444
- lodop: _this._lodop
445
- });
446
- };
447
- var checkStatus = function () {
448
- --checkMaxCount;
449
- if (_this._lodop.webskt && _this._lodop.webskt.readyState === 1) {
450
- onResolve('ok');
451
- }
452
- else {
453
- if (checkMaxCount < 0) {
454
- onResolve('check-limit');
455
- return;
456
- }
457
- setTimeout(function () { return checkStatus(); }, 100);
458
- }
459
- };
460
- this.scriptSrv.loadScript(url).then(function (res) {
461
- if (res.status !== 'ok') {
462
- _this.pending = false;
463
- onResolve('script-load-error', res[0]);
464
- return;
465
- }
466
- var win = window;
467
- if (win.hasOwnProperty(_this.cog.name)) {
468
- _this._lodop = win[_this.cog.name];
469
- }
470
- if (_this._lodop === null) {
471
- onResolve('load-variable-name-error', { name: _this.cog.name });
472
- return;
473
- }
474
- _this._lodop.SET_LICENSES(_this.cog.companyName, _this.cog.license, _this.cog.licenseA, _this.cog.licenseB);
475
- checkStatus();
476
- });
477
- };
478
- /**
479
- * Reset lodop object
480
- *
481
- * 重置 lodop 对象
482
- */
483
- LodopService.prototype.reset = function () {
484
- this._lodop = null;
485
- this.pending = false;
486
- this.request();
487
- };
488
- /**
489
- * Attach code to the `lodop` object, the string class supports dynamic parameters of `{{key}}`,
490
- * **Note:** The code refers to the string data generated by the print design
491
- *
492
- * 附加代码至 `lodop` 对象上,字符串类支持 `{{key}}` 的动态参数,**注:** 代码是指打印设计所产生字符串数据
493
- */
494
- LodopService.prototype.attachCode = function (code, contextObj, parser) {
495
- var _this = this;
496
- this.check();
497
- if (!parser)
498
- parser = /LODOP\.([^(]+)\(([^\n]+)?\);/i;
499
- code.split('\n').forEach(function (line) {
500
- var res = parser.exec(line.trim());
501
- if (!res)
502
- return;
503
- var fn = _this._lodop[res[1]];
504
- if (fn) {
505
- var arr = null;
506
- try {
507
- var fakeFn = new Function("return [" + res[2] + "]");
508
- arr = fakeFn();
509
- }
510
- catch (_a) { }
511
- if (arr != null && Array.isArray(arr) && contextObj) {
512
- for (var i = 0; i < arr.length; i++) {
513
- if (typeof arr[i] === 'string') {
514
- arr[i] = arr[i].replace(/{{(.*?)}}/g, function (_match, key) { return contextObj[key.trim()] || ''; });
515
- }
516
- }
517
- }
518
- fn.apply(_this._lodop, arr);
519
- }
520
- });
521
- };
522
- /**
523
- * The code is automatically returned after opening the print design and closing,
524
- * **Note:** Automatically listen for the `On_Return` event, and it will be removed after running
525
- *
526
- * 打开打印设计关闭后自动返回代码,**注:** 自动监听 `On_Return` 事件,运行后会移除
527
- */
528
- LodopService.prototype.design = function () {
529
- var _this = this;
530
- this.check();
531
- var tid = this._lodop.PRINT_DESIGN();
532
- return new Promise(function (resolve) {
533
- _this._lodop.On_Return = function (taskID, value) {
534
- if (tid !== taskID)
535
- return;
536
- _this._lodop.On_Return = null;
537
- resolve("" + value);
538
- };
539
- });
540
- };
541
- LodopService.prototype.printDo = function () {
542
- var _this = this;
543
- var data = this.printBuffer.shift();
544
- if (!data)
545
- return;
546
- this.attachCode(data.code, data.item, data.parser);
547
- var tid = this._lodop.PRINT();
548
- this._lodop.On_Return = function (taskID, value) {
549
- if (tid !== taskID)
550
- return;
551
- _this._lodop.On_Return = null;
552
- _this._events.next(Object.assign({ ok: value === true, error: value === true ? null : value }, data));
553
- _this.printDo();
554
- };
555
- };
556
- /**
557
- * Print immediately, generally used for batch printing
558
- *
559
- * 立即打印,一般用于批量套打
560
- */
561
- LodopService.prototype.print = function (code, contextObj, parser) {
562
- var _b;
563
- this.check();
564
- if (contextObj) {
565
- (_b = this.printBuffer).push.apply(_b, __spreadArray([], __read((Array.isArray(contextObj) ? contextObj : [contextObj]).map(function (item) {
566
- return { code: code, parser: parser, item: item };
567
- }))));
568
- }
569
- this.printDo();
570
- };
571
- LodopService.prototype.ngOnDestroy = function () {
572
- this._init.unsubscribe();
573
- this._events.unsubscribe();
574
- };
575
- return LodopService;
576
- }());
577
- LodopService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function LodopService_Factory() { return new LodopService(i0__namespace.ɵɵinject(i1__namespace.LazyService), i0__namespace.ɵɵinject(i2__namespace.AlainConfigService)); }, token: LodopService, providedIn: "root" });
578
- LodopService.decorators = [
579
- { type: i0.Injectable, args: [{ providedIn: 'root' },] }
580
- ];
581
- LodopService.ctorParameters = function () { return [
582
- { type: i1.LazyService },
583
- { type: i2.AlainConfigService }
584
- ]; };
585
-
586
- var LodopModule = /** @class */ (function () {
587
- function LodopModule() {
588
- }
589
- return LodopModule;
590
- }());
591
- LodopModule.decorators = [
592
- { type: i0.NgModule, args: [{},] }
593
- ];
594
-
595
- /**
596
- * Generated bundle index. Do not edit.
597
- */
598
-
599
- exports.LodopModule = LodopModule;
600
- exports.LodopService = LodopService;
601
-
602
- Object.defineProperty(exports, '__esModule', { value: true });
603
-
604
- }));
605
- //# sourceMappingURL=lodop.umd.js.map