@delon/abc 12.3.0 → 13.0.0-beta.1

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 (729) hide show
  1. package/abc.d.ts +1 -0
  2. package/auto-focus/auto-focus.directive.d.ts +7 -2
  3. package/auto-focus/auto-focus.module.d.ts +5 -0
  4. package/auto-focus/autoFocus.d.ts +1 -0
  5. package/auto-focus/package.json +5 -6
  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.module.d.ts +9 -0
  9. package/avatar-list/avatarList.d.ts +1 -0
  10. package/avatar-list/package.json +5 -6
  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.module.d.ts +9 -0
  17. package/date-picker/datePicker.d.ts +1 -1
  18. package/date-picker/package.json +5 -6
  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.directive.d.ts +5 -2
  23. package/down-file/down-file.module.d.ts +7 -0
  24. package/down-file/downFile.d.ts +1 -0
  25. package/down-file/package.json +5 -6
  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.module.d.ts +7 -0
  33. package/error-collect/errorCollect.d.ts +1 -0
  34. package/error-collect/package.json +5 -6
  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.module.mjs +17 -0
  39. package/{esm2015/auto-focus/autoFocus.js → esm2020/auto-focus/autoFocus.mjs} +0 -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.module.mjs +22 -0
  44. package/{esm2015/avatar-list/avatarList.js → esm2020/avatar-list/avatarList.mjs} +0 -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.module.mjs +22 -0
  51. package/esm2020/date-picker/datePicker.mjs +5 -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.module.mjs +20 -0
  57. package/{esm2015/down-file/downFile.js → esm2020/down-file/downFile.mjs} +0 -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.module.mjs +20 -0
  65. package/{esm2015/error-collect/errorCollect.js → esm2020/error-collect/errorCollect.mjs} +0 -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.module.mjs +21 -0
  73. package/{esm2015/footer-toolbar/footerToolbar.js → esm2020/footer-toolbar/footerToolbar.mjs} +0 -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.module.mjs +20 -0
  78. package/esm2020/full-content/full-content.service.mjs +23 -0
  79. package/{esm2015/full-content/fullContent.js → esm2020/full-content/fullContent.mjs} +0 -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.module.mjs +21 -0
  84. package/{esm2015/global-footer/global-footer.types.js → esm2020/global-footer/global-footer.types.mjs} +0 -0
  85. package/{esm2015/global-footer/globalFooter.js → esm2020/global-footer/globalFooter.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.module.mjs +60 -0
  115. package/{esm2015/notice-icon/notice-icon.types.js → esm2020/notice-icon/notice-icon.types.mjs} +0 -0
  116. package/{esm2015/notice-icon/noticeIcon.js → esm2020/notice-icon/noticeIcon.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.module.mjs +24 -0
  126. package/{esm2015/page-header/pageHeader.js → esm2020/page-header/pageHeader.mjs} +0 -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.module.mjs +21 -0
  144. package/{esm2015/quick-menu/quickMenu.js → esm2020/quick-menu/quickMenu.mjs} +0 -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.module.mjs +29 -0
  158. package/esm2020/reuse-tab/reuse-tab.service.mjs +533 -0
  159. package/{esm2015/reuse-tab/reuse-tab.strategy.js → esm2020/reuse-tab/reuse-tab.strategy.mjs} +0 -0
  160. package/{esm2015/reuse-tab/reuseTab.js → esm2020/reuse-tab/reuseTab.mjs} +0 -0
  161. package/{esm2015/se/edit.js → esm2020/se/edit.mjs} +0 -0
  162. package/esm2020/se/public_api.mjs +5 -0
  163. package/esm2020/se/se-container.component.mjs +173 -0
  164. package/esm2020/se/se.component.mjs +233 -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/grid.js → esm2020/sg/grid.mjs} +0 -0
  168. package/{esm2015/sg/public_api.js → esm2020/sg/public_api.mjs} +0 -0
  169. package/esm2020/sg/sg-container.component.mjs +52 -0
  170. package/esm2020/sg/sg.component.mjs +67 -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} +1 -2
  182. package/esm2020/st/st.interfaces.mjs +2 -0
  183. package/esm2020/st/st.module.mjs +98 -0
  184. package/esm2020/st/st.types.mjs +2 -0
  185. package/esm2020/st/table.mjs +5 -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.module.mjs +25 -0
  191. package/{esm2015/sv/view.js → esm2020/sv/view.mjs} +0 -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.module.mjs +21 -0
  195. package/{esm2015/tag-select/tagSelect.js → esm2020/tag-select/tagSelect.mjs} +0 -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 +6 -2
  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/autoFocus.mjs +69 -0
  215. package/fesm2015/autoFocus.mjs.map +1 -0
  216. package/fesm2015/avatarList.mjs +140 -0
  217. package/fesm2015/avatarList.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 → datePicker.mjs} +63 -40
  221. package/fesm2015/datePicker.mjs.map +1 -0
  222. package/fesm2015/downFile.mjs +141 -0
  223. package/fesm2015/downFile.mjs.map +1 -0
  224. package/fesm2015/edit.mjs +443 -0
  225. package/fesm2015/edit.mjs.map +1 -0
  226. package/fesm2015/ellipsis.mjs +255 -0
  227. package/fesm2015/ellipsis.mjs.map +1 -0
  228. package/fesm2015/errorCollect.mjs +144 -0
  229. package/fesm2015/errorCollect.mjs.map +1 -0
  230. package/fesm2015/exception.mjs +135 -0
  231. package/fesm2015/exception.mjs.map +1 -0
  232. package/fesm2015/footerToolbar.mjs +70 -0
  233. package/fesm2015/footerToolbar.mjs.map +1 -0
  234. package/fesm2015/fullContent.mjs +202 -0
  235. package/fesm2015/fullContent.mjs.map +1 -0
  236. package/fesm2015/globalFooter.mjs +127 -0
  237. package/fesm2015/globalFooter.mjs.map +1 -0
  238. package/fesm2015/grid.mjs +139 -0
  239. package/fesm2015/grid.mjs.map +1 -0
  240. package/fesm2015/image.mjs +165 -0
  241. package/fesm2015/image.mjs.map +1 -0
  242. package/fesm2015/let.mjs +59 -0
  243. package/fesm2015/let.mjs.map +1 -0
  244. package/fesm2015/loading.mjs +140 -0
  245. package/fesm2015/loading.mjs.map +1 -0
  246. package/fesm2015/{lodop.js → lodop.mjs} +15 -15
  247. package/fesm2015/lodop.mjs.map +1 -0
  248. package/fesm2015/media.mjs +170 -0
  249. package/fesm2015/media.mjs.map +1 -0
  250. package/fesm2015/noticeIcon.mjs +173 -0
  251. package/fesm2015/noticeIcon.mjs.map +1 -0
  252. package/fesm2015/onboarding.mjs +335 -0
  253. package/fesm2015/onboarding.mjs.map +1 -0
  254. package/fesm2015/pageHeader.mjs +277 -0
  255. package/fesm2015/pageHeader.mjs.map +1 -0
  256. package/fesm2015/{pdf.js → pdf.mjs} +81 -54
  257. package/fesm2015/pdf.mjs.map +1 -0
  258. package/fesm2015/qr.mjs +171 -0
  259. package/fesm2015/qr.mjs.map +1 -0
  260. package/fesm2015/quickMenu.mjs +114 -0
  261. package/fesm2015/quickMenu.mjs.map +1 -0
  262. package/fesm2015/result.mjs +89 -0
  263. package/fesm2015/result.mjs.map +1 -0
  264. package/fesm2015/{reuseTab.js → reuseTab.mjs} +188 -174
  265. package/fesm2015/reuseTab.mjs.map +1 -0
  266. package/fesm2015/table.mjs +2426 -0
  267. package/fesm2015/table.mjs.map +1 -0
  268. package/fesm2015/tagSelect.mjs +92 -0
  269. package/fesm2015/tagSelect.mjs.map +1 -0
  270. package/fesm2015/view.mjs +302 -0
  271. package/fesm2015/view.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/autoFocus.mjs +69 -0
  279. package/fesm2020/autoFocus.mjs.map +1 -0
  280. package/fesm2020/avatarList.mjs +137 -0
  281. package/fesm2020/avatarList.mjs.map +1 -0
  282. package/fesm2020/count-down.mjs +69 -0
  283. package/fesm2020/count-down.mjs.map +1 -0
  284. package/fesm2020/datePicker.mjs +236 -0
  285. package/fesm2020/datePicker.mjs.map +1 -0
  286. package/fesm2020/downFile.mjs +138 -0
  287. package/fesm2020/downFile.mjs.map +1 -0
  288. package/fesm2020/edit.mjs +436 -0
  289. package/fesm2020/edit.mjs.map +1 -0
  290. package/fesm2020/ellipsis.mjs +253 -0
  291. package/fesm2020/ellipsis.mjs.map +1 -0
  292. package/fesm2020/errorCollect.mjs +141 -0
  293. package/fesm2020/errorCollect.mjs.map +1 -0
  294. package/fesm2020/exception.mjs +132 -0
  295. package/fesm2020/exception.mjs.map +1 -0
  296. package/fesm2020/footerToolbar.mjs +68 -0
  297. package/fesm2020/footerToolbar.mjs.map +1 -0
  298. package/fesm2020/fullContent.mjs +199 -0
  299. package/fesm2020/fullContent.mjs.map +1 -0
  300. package/fesm2020/globalFooter.mjs +124 -0
  301. package/fesm2020/globalFooter.mjs.map +1 -0
  302. package/fesm2020/grid.mjs +137 -0
  303. package/fesm2020/grid.mjs.map +1 -0
  304. package/fesm2020/image.mjs +170 -0
  305. package/fesm2020/image.mjs.map +1 -0
  306. package/fesm2020/let.mjs +57 -0
  307. package/fesm2020/let.mjs.map +1 -0
  308. package/fesm2020/loading.mjs +138 -0
  309. package/fesm2020/loading.mjs.map +1 -0
  310. package/fesm2020/lodop.mjs +239 -0
  311. package/fesm2020/lodop.mjs.map +1 -0
  312. package/fesm2020/media.mjs +172 -0
  313. package/fesm2020/media.mjs.map +1 -0
  314. package/fesm2020/noticeIcon.mjs +173 -0
  315. package/fesm2020/noticeIcon.mjs.map +1 -0
  316. package/fesm2020/onboarding.mjs +343 -0
  317. package/fesm2020/onboarding.mjs.map +1 -0
  318. package/fesm2020/pageHeader.mjs +274 -0
  319. package/fesm2020/pageHeader.mjs.map +1 -0
  320. package/fesm2020/pdf.mjs +506 -0
  321. package/fesm2020/pdf.mjs.map +1 -0
  322. package/fesm2020/qr.mjs +171 -0
  323. package/fesm2020/qr.mjs.map +1 -0
  324. package/fesm2020/quickMenu.mjs +114 -0
  325. package/fesm2020/quickMenu.mjs.map +1 -0
  326. package/fesm2020/result.mjs +86 -0
  327. package/fesm2020/result.mjs.map +1 -0
  328. package/fesm2020/reuseTab.mjs +1106 -0
  329. package/fesm2020/reuseTab.mjs.map +1 -0
  330. package/fesm2020/table.mjs +2469 -0
  331. package/fesm2020/table.mjs.map +1 -0
  332. package/fesm2020/tagSelect.mjs +89 -0
  333. package/fesm2020/tagSelect.mjs.map +1 -0
  334. package/fesm2020/view.mjs +298 -0
  335. package/fesm2020/view.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.module.d.ts +8 -0
  342. package/footer-toolbar/footerToolbar.d.ts +1 -0
  343. package/footer-toolbar/package.json +5 -6
  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.module.d.ts +7 -0
  348. package/full-content/full-content.service.d.ts +3 -0
  349. package/full-content/fullContent.d.ts +1 -0
  350. package/full-content/package.json +5 -6
  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.module.d.ts +8 -0
  355. package/global-footer/globalFooter.d.ts +1 -0
  356. package/global-footer/package.json +5 -6
  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.module.d.ts +16 -0
  385. package/notice-icon/noticeIcon.d.ts +1 -0
  386. package/notice-icon/package.json +5 -6
  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/schema.json +1 -1
  394. package/onboarding/style/index.less +6 -0
  395. package/package.json +274 -14
  396. package/page-header/package.json +5 -6
  397. package/page-header/page-header.component.d.ts +4 -1
  398. package/page-header/page-header.module.d.ts +11 -0
  399. package/page-header/pageHeader.d.ts +1 -0
  400. package/page-header/style/index.less +10 -0
  401. package/page-header/style/rtl.less +3 -0
  402. package/pdf/package.json +5 -6
  403. package/pdf/pdf.component.d.ts +5 -2
  404. package/pdf/pdf.d.ts +1 -0
  405. package/pdf/pdf.module.d.ts +7 -0
  406. package/qr/package.json +5 -6
  407. package/qr/qr.component.d.ts +13 -10
  408. package/qr/qr.d.ts +1 -0
  409. package/qr/qr.module.d.ts +6 -0
  410. package/quick-menu/package.json +5 -6
  411. package/quick-menu/quick-menu.component.d.ts +6 -3
  412. package/quick-menu/quick-menu.module.d.ts +8 -0
  413. package/quick-menu/quickMenu.d.ts +1 -0
  414. package/quick-menu/style/index.less +2 -0
  415. package/result/package.json +5 -6
  416. package/result/result.component.d.ts +6 -3
  417. package/result/result.d.ts +1 -0
  418. package/result/result.module.d.ts +8 -0
  419. package/result/style/index.less +7 -0
  420. package/reuse-tab/package.json +5 -6
  421. package/reuse-tab/reuse-tab-context-menu.component.d.ts +3 -0
  422. package/reuse-tab/reuse-tab-context.component.d.ts +4 -1
  423. package/reuse-tab/reuse-tab-context.directive.d.ts +3 -0
  424. package/reuse-tab/reuse-tab-context.service.d.ts +4 -1
  425. package/reuse-tab/reuse-tab.component.d.ts +14 -11
  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/reuseTab.d.ts +1 -0
  429. package/reuse-tab/style/index.less +4 -0
  430. package/se/edit.d.ts +1 -0
  431. package/se/package.json +5 -6
  432. package/se/public_api.d.ts +0 -1
  433. package/se/se-container.component.d.ts +18 -4
  434. package/se/se.component.d.ts +13 -8
  435. package/se/se.module.d.ts +10 -0
  436. package/se/style/index.less +2 -0
  437. package/sg/grid.d.ts +1 -0
  438. package/sg/package.json +5 -6
  439. package/sg/sg-container.component.d.ts +4 -1
  440. package/sg/sg.component.d.ts +4 -1
  441. package/sg/sg.module.d.ts +7 -0
  442. package/st/package.json +5 -6
  443. package/st/st-column-source.d.ts +4 -1
  444. package/st/st-data-source.d.ts +3 -0
  445. package/st/st-export.d.ts +3 -0
  446. package/st/st-filter.component.d.ts +21 -0
  447. package/st/st-row.directive.d.ts +7 -2
  448. package/st/st-widget-host.directive.d.ts +5 -3
  449. package/st/st-widget.d.ts +3 -0
  450. package/st/st.component.d.ts +44 -31
  451. package/st/st.interfaces.d.ts +59 -5
  452. package/st/st.module.d.ts +27 -0
  453. package/st/st.types.d.ts +6 -0
  454. package/st/style/index.less +16 -0
  455. package/st/table.d.ts +1 -1
  456. package/sv/package.json +5 -6
  457. package/sv/public_api.d.ts +0 -1
  458. package/sv/style/index.less +9 -0
  459. package/sv/sv-container.component.d.ts +16 -3
  460. package/sv/sv-value.component.d.ts +3 -0
  461. package/sv/sv.component.d.ts +13 -10
  462. package/sv/sv.module.d.ts +12 -0
  463. package/sv/view.d.ts +1 -0
  464. package/tag-select/package.json +5 -6
  465. package/tag-select/style/index.less +4 -0
  466. package/tag-select/style/rtl.less +3 -0
  467. package/tag-select/tag-select.component.d.ts +3 -0
  468. package/tag-select/tag-select.module.d.ts +8 -0
  469. package/tag-select/tagSelect.d.ts +1 -0
  470. package/xlsx/package.json +5 -6
  471. package/xlsx/xlsx.d.ts +1 -0
  472. package/xlsx/xlsx.directive.d.ts +3 -0
  473. package/xlsx/xlsx.module.d.ts +6 -0
  474. package/xlsx/xlsx.service.d.ts +3 -0
  475. package/zip/package.json +5 -6
  476. package/zip/zip.d.ts +1 -0
  477. package/zip/zip.module.d.ts +5 -0
  478. package/zip/zip.service.d.ts +3 -0
  479. package/abc.metadata.json +0 -1
  480. package/auto-focus/autoFocus.metadata.json +0 -1
  481. package/avatar-list/avatarList.metadata.json +0 -1
  482. package/bundles/abc.umd.js +0 -19
  483. package/bundles/abc.umd.js.map +0 -1
  484. package/bundles/autoFocus.umd.js +0 -394
  485. package/bundles/autoFocus.umd.js.map +0 -1
  486. package/bundles/avatarList.umd.js +0 -465
  487. package/bundles/avatarList.umd.js.map +0 -1
  488. package/bundles/count-down.umd.js +0 -75
  489. package/bundles/count-down.umd.js.map +0 -1
  490. package/bundles/datePicker.umd.js +0 -552
  491. package/bundles/datePicker.umd.js.map +0 -1
  492. package/bundles/downFile.umd.js +0 -474
  493. package/bundles/downFile.umd.js.map +0 -1
  494. package/bundles/edit.umd.js +0 -776
  495. package/bundles/edit.umd.js.map +0 -1
  496. package/bundles/ellipsis.umd.js +0 -578
  497. package/bundles/ellipsis.umd.js.map +0 -1
  498. package/bundles/errorCollect.umd.js +0 -461
  499. package/bundles/errorCollect.umd.js.map +0 -1
  500. package/bundles/exception.umd.js +0 -147
  501. package/bundles/exception.umd.js.map +0 -1
  502. package/bundles/footerToolbar.umd.js +0 -401
  503. package/bundles/footerToolbar.umd.js.map +0 -1
  504. package/bundles/fullContent.umd.js +0 -550
  505. package/bundles/fullContent.umd.js.map +0 -1
  506. package/bundles/globalFooter.umd.js +0 -455
  507. package/bundles/globalFooter.umd.js.map +0 -1
  508. package/bundles/grid.umd.js +0 -470
  509. package/bundles/grid.umd.js.map +0 -1
  510. package/bundles/image.umd.js +0 -482
  511. package/bundles/image.umd.js.map +0 -1
  512. package/bundles/let.umd.js +0 -76
  513. package/bundles/let.umd.js.map +0 -1
  514. package/bundles/loading.umd.js +0 -181
  515. package/bundles/loading.umd.js.map +0 -1
  516. package/bundles/lodop.umd.js +0 -605
  517. package/bundles/lodop.umd.js.map +0 -1
  518. package/bundles/media.umd.js +0 -536
  519. package/bundles/media.umd.js.map +0 -1
  520. package/bundles/noticeIcon.umd.js +0 -468
  521. package/bundles/noticeIcon.umd.js.map +0 -1
  522. package/bundles/onboarding.umd.js +0 -370
  523. package/bundles/onboarding.umd.js.map +0 -1
  524. package/bundles/pageHeader.umd.js +0 -570
  525. package/bundles/pageHeader.umd.js.map +0 -1
  526. package/bundles/pdf.umd.js +0 -863
  527. package/bundles/pdf.umd.js.map +0 -1
  528. package/bundles/qr.umd.js +0 -491
  529. package/bundles/qr.umd.js.map +0 -1
  530. package/bundles/quickMenu.umd.js +0 -442
  531. package/bundles/quickMenu.umd.js.map +0 -1
  532. package/bundles/result.umd.js +0 -100
  533. package/bundles/result.umd.js.map +0 -1
  534. package/bundles/reuseTab.umd.js +0 -1531
  535. package/bundles/reuseTab.umd.js.map +0 -1
  536. package/bundles/table.umd.js +0 -2489
  537. package/bundles/table.umd.js.map +0 -1
  538. package/bundles/tagSelect.umd.js +0 -419
  539. package/bundles/tagSelect.umd.js.map +0 -1
  540. package/bundles/view.umd.js +0 -592
  541. package/bundles/view.umd.js.map +0 -1
  542. package/bundles/xlsx.umd.js +0 -529
  543. package/bundles/xlsx.umd.js.map +0 -1
  544. package/bundles/zip.umd.js +0 -482
  545. package/bundles/zip.umd.js.map +0 -1
  546. package/count-down/count-down.metadata.json +0 -1
  547. package/date-picker/datePicker.metadata.json +0 -1
  548. package/down-file/downFile.metadata.json +0 -1
  549. package/ellipsis/ellipsis.metadata.json +0 -1
  550. package/error-collect/errorCollect.metadata.json +0 -1
  551. package/esm2015/auto-focus/auto-focus.directive.js +0 -42
  552. package/esm2015/auto-focus/auto-focus.module.js +0 -12
  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/count-down/count-down.component.js +0 -36
  557. package/esm2015/count-down/count-down.module.js +0 -15
  558. package/esm2015/date-picker/date-picker.module.js +0 -17
  559. package/esm2015/date-picker/datePicker.js +0 -6
  560. package/esm2015/date-picker/range-shortcut.component.js +0 -26
  561. package/esm2015/date-picker/range.directive.js +0 -171
  562. package/esm2015/down-file/down-file.directive.js +0 -103
  563. package/esm2015/down-file/down-file.module.js +0 -15
  564. package/esm2015/ellipsis/ellipsis.component.js +0 -224
  565. package/esm2015/ellipsis/ellipsis.module.js +0 -16
  566. package/esm2015/error-collect/error-collect.component.js +0 -112
  567. package/esm2015/error-collect/error-collect.module.js +0 -15
  568. package/esm2015/exception/exception.component.js +0 -100
  569. package/esm2015/exception/exception.module.js +0 -17
  570. package/esm2015/footer-toolbar/footer-toolbar.component.js +0 -46
  571. package/esm2015/footer-toolbar/footer-toolbar.module.js +0 -16
  572. package/esm2015/full-content/full-content-toggle.directive.js +0 -23
  573. package/esm2015/full-content/full-content.component.js +0 -135
  574. package/esm2015/full-content/full-content.module.js +0 -15
  575. package/esm2015/full-content/full-content.service.js +0 -21
  576. package/esm2015/global-footer/global-footer-item.component.js +0 -24
  577. package/esm2015/global-footer/global-footer.component.js +0 -77
  578. package/esm2015/global-footer/global-footer.module.js +0 -16
  579. package/esm2015/image/image.directive.js +0 -133
  580. package/esm2015/image/image.module.js +0 -15
  581. package/esm2015/let/let.directive.js +0 -31
  582. package/esm2015/let/let.module.js +0 -12
  583. package/esm2015/loading/loading.component.js +0 -26
  584. package/esm2015/loading/loading.module.js +0 -19
  585. package/esm2015/loading/loading.service.js +0 -92
  586. package/esm2015/lodop/lodop.module.js +0 -7
  587. package/esm2015/lodop/lodop.service.js +0 -219
  588. package/esm2015/lodop/lodop.types.js +0 -2
  589. package/esm2015/media/media.component.js +0 -104
  590. package/esm2015/media/media.module.js +0 -14
  591. package/esm2015/media/media.service.js +0 -53
  592. package/esm2015/notice-icon/notice-icon-tab.component.js +0 -30
  593. package/esm2015/notice-icon/notice-icon.component.js +0 -74
  594. package/esm2015/notice-icon/notice-icon.module.js +0 -35
  595. package/esm2015/onboarding/onboarding.component.js +0 -130
  596. package/esm2015/onboarding/onboarding.module.js +0 -20
  597. package/esm2015/onboarding/onboarding.service.js +0 -178
  598. package/esm2015/page-header/page-header.component.js +0 -216
  599. package/esm2015/page-header/page-header.module.js +0 -19
  600. package/esm2015/pdf/pdf.component.js +0 -433
  601. package/esm2015/pdf/pdf.module.js +0 -15
  602. package/esm2015/qr/qr.component.js +0 -128
  603. package/esm2015/qr/qr.module.js +0 -14
  604. package/esm2015/quick-menu/quick-menu.component.js +0 -90
  605. package/esm2015/quick-menu/quick-menu.module.js +0 -16
  606. package/esm2015/result/result.component.js +0 -62
  607. package/esm2015/result/result.module.js +0 -16
  608. package/esm2015/reuse-tab/reuse-tab-context-menu.component.js +0 -74
  609. package/esm2015/reuse-tab/reuse-tab-context.component.js +0 -32
  610. package/esm2015/reuse-tab/reuse-tab-context.directive.js +0 -33
  611. package/esm2015/reuse-tab/reuse-tab-context.service.js +0 -62
  612. package/esm2015/reuse-tab/reuse-tab.component.js +0 -300
  613. package/esm2015/reuse-tab/reuse-tab.module.js +0 -24
  614. package/esm2015/reuse-tab/reuse-tab.service.js +0 -534
  615. package/esm2015/se/public_api.js +0 -6
  616. package/esm2015/se/se-container.component.js +0 -115
  617. package/esm2015/se/se-title.component.js +0 -40
  618. package/esm2015/se/se.component.js +0 -214
  619. package/esm2015/se/se.module.js +0 -19
  620. package/esm2015/sg/sg-container.component.js +0 -49
  621. package/esm2015/sg/sg.component.js +0 -65
  622. package/esm2015/sg/sg.module.js +0 -15
  623. package/esm2015/st/st-column-source.js +0 -410
  624. package/esm2015/st/st-data-source.js +0 -429
  625. package/esm2015/st/st-export.js +0 -90
  626. package/esm2015/st/st-row.directive.js +0 -40
  627. package/esm2015/st/st-widget-host.directive.js +0 -34
  628. package/esm2015/st/st-widget.js +0 -24
  629. package/esm2015/st/st.component.js +0 -874
  630. package/esm2015/st/st.interfaces.js +0 -2
  631. package/esm2015/st/st.module.js +0 -50
  632. package/esm2015/st/st.types.js +0 -2
  633. package/esm2015/st/table.js +0 -6
  634. package/esm2015/sv/public_api.js +0 -6
  635. package/esm2015/sv/sv-container.component.js +0 -63
  636. package/esm2015/sv/sv-title.component.js +0 -40
  637. package/esm2015/sv/sv-value.component.js +0 -32
  638. package/esm2015/sv/sv.component.js +0 -105
  639. package/esm2015/sv/sv.module.js +0 -21
  640. package/esm2015/tag-select/tag-select.component.js +0 -70
  641. package/esm2015/tag-select/tag-select.module.js +0 -16
  642. package/esm2015/xlsx/xlsx.directive.js +0 -26
  643. package/esm2015/xlsx/xlsx.module.js +0 -14
  644. package/esm2015/xlsx/xlsx.service.js +0 -129
  645. package/esm2015/zip/zip.module.js +0 -10
  646. package/esm2015/zip/zip.service.js +0 -115
  647. package/exception/exception.metadata.json +0 -1
  648. package/fesm2015/abc.js.map +0 -1
  649. package/fesm2015/autoFocus.js +0 -59
  650. package/fesm2015/autoFocus.js.map +0 -1
  651. package/fesm2015/avatarList.js +0 -128
  652. package/fesm2015/avatarList.js.map +0 -1
  653. package/fesm2015/count-down.js +0 -56
  654. package/fesm2015/count-down.js.map +0 -1
  655. package/fesm2015/datePicker.js.map +0 -1
  656. package/fesm2015/downFile.js +0 -122
  657. package/fesm2015/downFile.js.map +0 -1
  658. package/fesm2015/edit.js +0 -396
  659. package/fesm2015/edit.js.map +0 -1
  660. package/fesm2015/ellipsis.js +0 -244
  661. package/fesm2015/ellipsis.js.map +0 -1
  662. package/fesm2015/errorCollect.js +0 -131
  663. package/fesm2015/errorCollect.js.map +0 -1
  664. package/fesm2015/exception.js +0 -121
  665. package/fesm2015/exception.js.map +0 -1
  666. package/fesm2015/footerToolbar.js +0 -66
  667. package/fesm2015/footerToolbar.js.map +0 -1
  668. package/fesm2015/fullContent.js +0 -191
  669. package/fesm2015/fullContent.js.map +0 -1
  670. package/fesm2015/globalFooter.js +0 -118
  671. package/fesm2015/globalFooter.js.map +0 -1
  672. package/fesm2015/grid.js +0 -129
  673. package/fesm2015/grid.js.map +0 -1
  674. package/fesm2015/image.js +0 -152
  675. package/fesm2015/image.js.map +0 -1
  676. package/fesm2015/let.js +0 -48
  677. package/fesm2015/let.js.map +0 -1
  678. package/fesm2015/loading.js +0 -138
  679. package/fesm2015/loading.js.map +0 -1
  680. package/fesm2015/lodop.js.map +0 -1
  681. package/fesm2015/media.js +0 -174
  682. package/fesm2015/media.js.map +0 -1
  683. package/fesm2015/noticeIcon.js +0 -141
  684. package/fesm2015/noticeIcon.js.map +0 -1
  685. package/fesm2015/onboarding.js +0 -328
  686. package/fesm2015/onboarding.js.map +0 -1
  687. package/fesm2015/pageHeader.js +0 -239
  688. package/fesm2015/pageHeader.js.map +0 -1
  689. package/fesm2015/pdf.js.map +0 -1
  690. package/fesm2015/qr.js +0 -159
  691. package/fesm2015/qr.js.map +0 -1
  692. package/fesm2015/quickMenu.js +0 -111
  693. package/fesm2015/quickMenu.js.map +0 -1
  694. package/fesm2015/result.js +0 -83
  695. package/fesm2015/result.js.map +0 -1
  696. package/fesm2015/reuseTab.js.map +0 -1
  697. package/fesm2015/table.js +0 -2002
  698. package/fesm2015/table.js.map +0 -1
  699. package/fesm2015/tagSelect.js +0 -90
  700. package/fesm2015/tagSelect.js.map +0 -1
  701. package/fesm2015/view.js +0 -256
  702. package/fesm2015/view.js.map +0 -1
  703. package/fesm2015/xlsx.js.map +0 -1
  704. package/fesm2015/zip.js.map +0 -1
  705. package/footer-toolbar/footerToolbar.metadata.json +0 -1
  706. package/full-content/fullContent.metadata.json +0 -1
  707. package/global-footer/globalFooter.metadata.json +0 -1
  708. package/image/image.metadata.json +0 -1
  709. package/let/let.metadata.json +0 -1
  710. package/loading/loading.metadata.json +0 -1
  711. package/lodop/lodop.metadata.json +0 -1
  712. package/media/media.metadata.json +0 -1
  713. package/notice-icon/noticeIcon.metadata.json +0 -1
  714. package/onboarding/onboarding.metadata.json +0 -1
  715. package/page-header/pageHeader.metadata.json +0 -1
  716. package/pdf/pdf.metadata.json +0 -1
  717. package/qr/qr.metadata.json +0 -1
  718. package/quick-menu/quickMenu.metadata.json +0 -1
  719. package/result/result.metadata.json +0 -1
  720. package/reuse-tab/reuseTab.metadata.json +0 -1
  721. package/se/edit.metadata.json +0 -1
  722. package/se/se-title.component.d.ts +0 -10
  723. package/sg/grid.metadata.json +0 -1
  724. package/st/table.metadata.json +0 -1
  725. package/sv/sv-title.component.d.ts +0 -10
  726. package/sv/view.metadata.json +0 -1
  727. package/tag-select/tagSelect.metadata.json +0 -1
  728. package/xlsx/xlsx.metadata.json +0 -1
  729. package/zip/zip.metadata.json +0 -1
@@ -1,2 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./quick-menu.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ng-zorro-antd/icon";
5
+ import * as i4 from "ng-zorro-antd/core/outlet";
1
6
  export declare class QuickMenuModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<QuickMenuModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<QuickMenuModule, [typeof i1.QuickMenuComponent], [typeof i2.CommonModule, typeof i3.NzIconModule, typeof i4.NzOutletModule], [typeof i1.QuickMenuComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<QuickMenuModule>;
2
10
  }
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@delon/abc/quick-menu" />
4
5
  export * from './public_api';
@@ -21,6 +21,7 @@
21
21
  position: relative;
22
22
  padding: 0 12px;
23
23
  }
24
+
24
25
  &__ctrl {
25
26
  position: absolute;
26
27
  top: -1px;
@@ -31,6 +32,7 @@
31
32
  border-right: 0;
32
33
  border-radius: 3px 0 0 3px;
33
34
  cursor: pointer;
35
+
34
36
  &-icon {
35
37
  font-size: 20px;
36
38
  line-height: @quick-menu-ctrl-hw - 1;
@@ -1,11 +1,10 @@
1
1
  {
2
- "main": "../bundles/result.umd.js",
3
- "module": "../fesm2015/result.js",
4
- "es2015": "../fesm2015/result.js",
5
- "esm2015": "../esm2015/result/result.js",
6
- "fesm2015": "../fesm2015/result.js",
2
+ "module": "../fesm2015/result.mjs",
3
+ "es2020": "../fesm2020/result.mjs",
4
+ "esm2020": "../esm2020/result/result.mjs",
5
+ "fesm2020": "../fesm2020/result.mjs",
6
+ "fesm2015": "../fesm2015/result.mjs",
7
7
  "typings": "result.d.ts",
8
- "metadata": "result.metadata.json",
9
8
  "sideEffects": false,
10
9
  "name": "@delon/abc/result"
11
10
  }
@@ -1,16 +1,19 @@
1
1
  import { Direction, Directionality } from '@angular/cdk/bidi';
2
2
  import { OnDestroy, OnInit, TemplateRef } from '@angular/core';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ResultComponent implements OnInit, OnDestroy {
4
5
  private directionality;
5
6
  private destroy$;
6
7
  _type: string;
7
8
  _icon: string;
8
9
  set type(value: string);
9
- title: string | TemplateRef<void>;
10
- description: string | TemplateRef<void>;
11
- extra: string | TemplateRef<void>;
10
+ title?: string | TemplateRef<void>;
11
+ description?: string | TemplateRef<void>;
12
+ extra?: string | TemplateRef<void>;
12
13
  dir: Direction;
13
14
  constructor(directionality: Directionality);
14
15
  ngOnInit(): void;
15
16
  ngOnDestroy(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResultComponent, [{ optional: true; }]>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResultComponent, "result", ["result"], { "type": "type"; "title": "title"; "description": "description"; "extra": "extra"; }, {}, never, ["*"]>;
16
19
  }
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@delon/abc/result" />
4
5
  export * from './public_api';
@@ -1,2 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./result.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ng-zorro-antd/icon";
5
+ import * as i4 from "ng-zorro-antd/core/outlet";
1
6
  export declare class ResultModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ResultModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ResultModule, [typeof i1.ResultComponent], [typeof i2.CommonModule, typeof i3.NzIconModule, typeof i4.NzOutletModule], [typeof i1.ResultComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<ResultModule>;
2
10
  }
@@ -15,13 +15,16 @@
15
15
  margin-bottom: 24px;
16
16
  font-size: 72px;
17
17
  line-height: 72px;
18
+
18
19
  &-success {
19
20
  color: @success-color;
20
21
  }
22
+
21
23
  &-error {
22
24
  color: @error-color;
23
25
  }
24
26
  }
27
+
25
28
  &__title {
26
29
  margin-bottom: 16px;
27
30
  color: @heading-color;
@@ -29,12 +32,14 @@
29
32
  font-size: 24px;
30
33
  line-height: 32px;
31
34
  }
35
+
32
36
  &__desc {
33
37
  margin-bottom: 24px;
34
38
  color: @text-color-secondary;
35
39
  font-size: 14px;
36
40
  line-height: 22px;
37
41
  }
42
+
38
43
  &__extra {
39
44
  padding: 24px 40px;
40
45
  text-align: left;
@@ -45,8 +50,10 @@
45
50
  padding: 18px 20px;
46
51
  }
47
52
  }
53
+
48
54
  &__actions {
49
55
  margin-top: 32px;
56
+
50
57
  button:not(:last-child) {
51
58
  margin-right: 8px;
52
59
  }
@@ -1,11 +1,10 @@
1
1
  {
2
- "main": "../bundles/reuseTab.umd.js",
3
- "module": "../fesm2015/reuseTab.js",
4
- "es2015": "../fesm2015/reuseTab.js",
5
- "esm2015": "../esm2015/reuse-tab/reuseTab.js",
6
- "fesm2015": "../fesm2015/reuseTab.js",
2
+ "module": "../fesm2015/reuseTab.mjs",
3
+ "es2020": "../fesm2020/reuseTab.mjs",
4
+ "esm2020": "../esm2020/reuse-tab/reuseTab.mjs",
5
+ "fesm2020": "../fesm2020/reuseTab.mjs",
6
+ "fesm2015": "../fesm2015/reuseTab.mjs",
7
7
  "typings": "reuseTab.d.ts",
8
- "metadata": "reuseTab.metadata.json",
9
8
  "sideEffects": false,
10
9
  "name": "@delon/abc/reuse-tab"
11
10
  }
@@ -1,6 +1,7 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { DelonLocaleService } from '@delon/theme';
3
3
  import { CloseType, ReuseContextCloseEvent, ReuseContextI18n, ReuseCustomContextMenu, ReuseItem } from './reuse-tab.interfaces';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class ReuseTabContextMenuComponent implements OnInit {
5
6
  private i18nSrv;
6
7
  private _i18n;
@@ -17,4 +18,6 @@ export declare class ReuseTabContextMenuComponent implements OnInit {
17
18
  click(e: MouseEvent, type: CloseType, custom?: ReuseCustomContextMenu): void;
18
19
  isDisabled(custom: ReuseCustomContextMenu): boolean;
19
20
  closeMenu(event: MouseEvent): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabContextMenuComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReuseTabContextMenuComponent, "reuse-tab-context-menu", never, { "i18n": "i18n"; "item": "item"; "event": "event"; "customContextMenu": "customContextMenu"; }, { "close": "close"; }, never, never>;
20
23
  }
@@ -1,11 +1,14 @@
1
1
  import { EventEmitter, OnDestroy } from '@angular/core';
2
2
  import { ReuseTabContextService } from './reuse-tab-context.service';
3
3
  import { ReuseContextCloseEvent, ReuseContextI18n } from './reuse-tab.interfaces';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class ReuseTabContextComponent implements OnDestroy {
5
6
  private srv;
6
7
  private sub$;
7
- set i18n(value: ReuseContextI18n);
8
+ set i18n(value: ReuseContextI18n | undefined);
8
9
  readonly change: EventEmitter<ReuseContextCloseEvent>;
9
10
  constructor(srv: ReuseTabContextService);
10
11
  ngOnDestroy(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabContextComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReuseTabContextComponent, "reuse-tab-context", never, { "i18n": "i18n"; }, { "change": "change"; }, never, never>;
11
14
  }
@@ -1,9 +1,12 @@
1
1
  import { ReuseTabContextService } from './reuse-tab-context.service';
2
2
  import { ReuseCustomContextMenu, ReuseItem } from './reuse-tab.interfaces';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ReuseTabContextDirective {
4
5
  private srv;
5
6
  item: ReuseItem;
6
7
  customContextMenu: ReuseCustomContextMenu[];
7
8
  constructor(srv: ReuseTabContextService);
8
9
  _onContextMenu(event: MouseEvent): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabContextDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ReuseTabContextDirective, "[reuse-tab-context-menu]", ["reuseTabContextMenu"], { "item": "reuse-tab-context-menu"; "customContextMenu": "customContextMenu"; }, {}, never>;
9
12
  }
@@ -1,13 +1,16 @@
1
1
  import { Overlay } from '@angular/cdk/overlay';
2
2
  import { Subject } from 'rxjs';
3
3
  import { ReuseContextCloseEvent, ReuseContextEvent, ReuseContextI18n } from './reuse-tab.interfaces';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class ReuseTabContextService {
5
6
  private overlay;
6
7
  private ref;
7
- i18n: ReuseContextI18n;
8
+ i18n?: ReuseContextI18n;
8
9
  show: Subject<ReuseContextEvent>;
9
10
  close: Subject<ReuseContextCloseEvent>;
10
11
  constructor(overlay: Overlay);
11
12
  remove(): void;
12
13
  open(context: ReuseContextEvent): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabContextService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<ReuseTabContextService>;
13
16
  }
@@ -6,6 +6,7 @@ import { BooleanInput, NumberInput } from '@delon/util/decorator';
6
6
  import type { NzSafeAny } from 'ng-zorro-antd/core/types';
7
7
  import { ReuseContextCloseEvent, ReuseContextI18n, ReuseCustomContextMenu, ReuseItem, ReuseTabMatchMode, ReuseTabRouteParamMatchMode } from './reuse-tab.interfaces';
8
8
  import { ReuseTabService } from './reuse-tab.service';
9
+ import * as i0 from "@angular/core";
9
10
  export declare class ReuseTabComponent implements OnInit, OnChanges, OnDestroy {
10
11
  private srv;
11
12
  private cdr;
@@ -21,27 +22,26 @@ export declare class ReuseTabComponent implements OnInit, OnChanges, OnDestroy {
21
22
  static ngAcceptInputType_keepingScroll: BooleanInput;
22
23
  static ngAcceptInputType_disabled: BooleanInput;
23
24
  private tabset;
24
- private unsubscribe$;
25
- private updatePos$;
26
- private _keepingScrollContainer;
25
+ private destroy$;
26
+ private _keepingScrollContainer?;
27
27
  list: ReuseItem[];
28
- item: ReuseItem;
28
+ item?: ReuseItem;
29
29
  pos: number;
30
30
  mode: ReuseTabMatchMode;
31
- i18n: ReuseContextI18n;
31
+ i18n?: ReuseContextI18n;
32
32
  debug: boolean;
33
- max: number;
34
- tabMaxWidth: number;
35
- excludes: RegExp[];
33
+ max?: number;
34
+ tabMaxWidth?: number;
35
+ excludes?: RegExp[];
36
36
  allowClose: boolean;
37
37
  keepingScroll: boolean;
38
38
  set keepingScrollContainer(value: string | Element);
39
39
  customContextMenu: ReuseCustomContextMenu[];
40
- tabBarExtraContent: TemplateRef<void>;
41
- tabBarGutter: number;
40
+ tabBarExtraContent?: TemplateRef<void>;
41
+ tabBarGutter?: number;
42
42
  tabBarStyle: {
43
43
  [key: string]: string;
44
- };
44
+ } | null;
45
45
  tabType: 'line' | 'card';
46
46
  routeParamMatchMode: ReuseTabRouteParamMatchMode;
47
47
  disabled: boolean;
@@ -61,9 +61,12 @@ export declare class ReuseTabComponent implements OnInit, OnChanges, OnDestroy {
61
61
  _to(index: number, cb?: () => void): void;
62
62
  _close(e: Event | null, idx: number, includeNonCloseable: boolean): boolean;
63
63
  activate(instance: NzSafeAny): void;
64
+ private updatePos;
64
65
  ngOnInit(): void;
65
66
  ngOnChanges(changes: {
66
67
  [P in keyof this]?: SimpleChange;
67
68
  } & SimpleChanges): void;
68
69
  ngOnDestroy(): void;
70
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabComponent, [null, null, null, null, { optional: true; }, null, null]>;
71
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReuseTabComponent, "reuse-tab, [reuse-tab]", ["reuseTab"], { "mode": "mode"; "i18n": "i18n"; "debug": "debug"; "max": "max"; "tabMaxWidth": "tabMaxWidth"; "excludes": "excludes"; "allowClose": "allowClose"; "keepingScroll": "keepingScroll"; "keepingScrollContainer": "keepingScrollContainer"; "customContextMenu": "customContextMenu"; "tabBarExtraContent": "tabBarExtraContent"; "tabBarGutter": "tabBarGutter"; "tabBarStyle": "tabBarStyle"; "tabType": "tabType"; "routeParamMatchMode": "routeParamMatchMode"; "disabled": "disabled"; "titleRender": "titleRender"; }, { "change": "change"; "close": "close"; }, never, never>;
69
72
  }
@@ -1,2 +1,17 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./reuse-tab.component";
3
+ import * as i2 from "./reuse-tab-context-menu.component";
4
+ import * as i3 from "./reuse-tab-context.component";
5
+ import * as i4 from "./reuse-tab-context.directive";
6
+ import * as i5 from "@angular/common";
7
+ import * as i6 from "@angular/router";
8
+ import * as i7 from "@delon/theme";
9
+ import * as i8 from "ng-zorro-antd/menu";
10
+ import * as i9 from "ng-zorro-antd/tabs";
11
+ import * as i10 from "ng-zorro-antd/icon";
12
+ import * as i11 from "@angular/cdk/overlay";
1
13
  export declare class ReuseTabModule {
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabModule, never>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ReuseTabModule, [typeof i1.ReuseTabComponent, typeof i2.ReuseTabContextMenuComponent, typeof i3.ReuseTabContextComponent, typeof i4.ReuseTabContextDirective], [typeof i5.CommonModule, typeof i6.RouterModule, typeof i7.DelonLocaleModule, typeof i8.NzMenuModule, typeof i9.NzTabsModule, typeof i10.NzIconModule, typeof i11.OverlayModule], [typeof i1.ReuseTabComponent]>;
16
+ static ɵinj: i0.ɵɵInjectorDeclaration<ReuseTabModule>;
2
17
  }
@@ -4,6 +4,7 @@ import { Observable } from 'rxjs';
4
4
  import { MenuService } from '@delon/theme';
5
5
  import type { NzSafeAny } from 'ng-zorro-antd/core/types';
6
6
  import { ReuseComponentRef, ReuseHookOnReuseInitType, ReuseHookTypes, ReuseTabCached, ReuseTabMatchMode, ReuseTabNotify, ReuseTabRouteParamMatchMode, ReuseTitle } from './reuse-tab.interfaces';
7
+ import * as i0 from "@angular/core";
7
8
  export declare class ReuseTabService implements OnDestroy {
8
9
  private injector;
9
10
  private menuService;
@@ -14,10 +15,10 @@ export declare class ReuseTabService implements OnDestroy {
14
15
  private _cached;
15
16
  private _titleCached;
16
17
  private _closableCached;
17
- private _router$;
18
+ private _router$?;
18
19
  private removeUrlBuffer;
19
20
  private positionBuffer;
20
- componentRef: ReuseComponentRef;
21
+ componentRef?: ReuseComponentRef;
21
22
  debug: boolean;
22
23
  routeParamMatchMode: ReuseTabRouteParamMatchMode;
23
24
  mode: ReuseTabMatchMode;
@@ -42,7 +43,7 @@ export declare class ReuseTabService implements OnDestroy {
42
43
  set max(value: number);
43
44
  set keepingScroll(value: boolean);
44
45
  get keepingScroll(): boolean;
45
- keepingScrollContainer: Element;
46
+ keepingScrollContainer?: Element;
46
47
  /** 获取已缓存的路由 */
47
48
  get items(): ReuseTabCached[];
48
49
  /** 获取当前缓存的路由总数 */
@@ -150,7 +151,7 @@ export declare class ReuseTabService implements OnDestroy {
150
151
  constructor(injector: Injector, menuService: MenuService);
151
152
  init(): void;
152
153
  private getMenu;
153
- runHook(method: ReuseHookTypes, comp: ReuseComponentRef | number, type?: ReuseHookOnReuseInitType): void;
154
+ runHook(method: ReuseHookTypes, comp: ReuseComponentRef | number | undefined, type?: ReuseHookOnReuseInitType): void;
154
155
  private hasInValidRoute;
155
156
  /**
156
157
  * 决定是否允许路由复用,若 `true` 会触发 `store`
@@ -184,4 +185,6 @@ export declare class ReuseTabService implements OnDestroy {
184
185
  private get ss();
185
186
  private initScroll;
186
187
  ngOnDestroy(): void;
188
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReuseTabService, never>;
189
+ static ɵprov: i0.ɵɵInjectableDeclaration<ReuseTabService>;
187
190
  }
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@delon/abc/reuse-tab" />
4
5
  export * from './public_api';
@@ -15,6 +15,7 @@
15
15
  color: @text-color;
16
16
  font-size: 10px;
17
17
  }
18
+
18
19
  &:hover {
19
20
  @{reuse-tab-prefix}__op {
20
21
  display: block;
@@ -32,6 +33,7 @@
32
33
  margin: 0;
33
34
  }
34
35
  }
36
+
35
37
  &__line {
36
38
  padding: @reuse-tab-padding;
37
39
  border-bottom: 1px solid @reuse-tab-border-color;
@@ -54,6 +56,7 @@
54
56
  }
55
57
  }
56
58
  }
59
+
57
60
  &__card {
58
61
  padding-top: @reuse-tab-padding;
59
62
  .@{ant-prefix}-tabs-nav-container {
@@ -66,6 +69,7 @@
66
69
  }
67
70
  }
68
71
  }
72
+
69
73
  &__disabled {
70
74
  opacity: 0.8;
71
75
  pointer-events: none;
package/se/edit.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@delon/abc/se" />
4
5
  export * from './public_api';
package/se/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
- "main": "../bundles/edit.umd.js",
3
- "module": "../fesm2015/edit.js",
4
- "es2015": "../fesm2015/edit.js",
5
- "esm2015": "../esm2015/se/edit.js",
6
- "fesm2015": "../fesm2015/edit.js",
2
+ "module": "../fesm2015/edit.mjs",
3
+ "es2020": "../fesm2020/edit.mjs",
4
+ "esm2020": "../esm2020/se/edit.mjs",
5
+ "fesm2020": "../fesm2020/edit.mjs",
6
+ "fesm2015": "../fesm2015/edit.mjs",
7
7
  "typings": "edit.d.ts",
8
- "metadata": "edit.metadata.json",
9
8
  "sideEffects": false,
10
9
  "name": "@delon/abc/se"
11
10
  }
@@ -1,5 +1,4 @@
1
1
  export * from './se-container.component';
2
- export * from './se-title.component';
3
2
  export * from './se.component';
4
3
  export * from './se.module';
5
4
  export * from './se.types';
@@ -1,10 +1,12 @@
1
- import { TemplateRef } from '@angular/core';
1
+ import { ElementRef, OnInit, Renderer2, TemplateRef } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import type { REP_TYPE } from '@delon/theme';
4
4
  import { AlainConfigService } from '@delon/util/config';
5
5
  import { BooleanInput, NumberInput } from '@delon/util/decorator';
6
6
  import { SEErrorRefresh, SELayout } from './se.types';
7
+ import * as i0 from "@angular/core";
7
8
  export declare class SEContainerComponent {
9
+ static ngAcceptInputType_gutter: NumberInput;
8
10
  static ngAcceptInputType_col: NumberInput;
9
11
  static ngAcceptInputType_colInCon: NumberInput;
10
12
  static ngAcceptInputType_labelWidth: NumberInput;
@@ -13,13 +15,13 @@ export declare class SEContainerComponent {
13
15
  static ngAcceptInputType_line: BooleanInput;
14
16
  static ngAcceptInputType_noColon: BooleanInput;
15
17
  private errorNotify$;
16
- colInCon: REP_TYPE;
18
+ colInCon?: REP_TYPE;
17
19
  col: REP_TYPE;
18
20
  labelWidth: number;
19
21
  noColon: boolean;
20
22
  title?: string | TemplateRef<void> | null;
21
- get gutter(): number | string;
22
- set gutter(value: number | string);
23
+ get gutter(): number;
24
+ set gutter(value: number);
23
25
  private _gutter;
24
26
  get nzLayout(): SELayout;
25
27
  set nzLayout(value: SELayout);
@@ -33,4 +35,16 @@ export declare class SEContainerComponent {
33
35
  get errorNotify(): Observable<SEErrorRefresh>;
34
36
  constructor(configSrv: AlainConfigService);
35
37
  setErrors(errors: SEErrorRefresh[]): void;
38
+ static ɵfac: i0.ɵɵFactoryDeclaration<SEContainerComponent, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<SEContainerComponent, "se-container, [se-container]", ["seContainer"], { "colInCon": "se-container"; "col": "col"; "labelWidth": "labelWidth"; "noColon": "noColon"; "title": "title"; "gutter": "gutter"; "nzLayout": "nzLayout"; "size": "size"; "firstVisual": "firstVisual"; "ingoreDirty": "ingoreDirty"; "line": "line"; "errors": "errors"; }, {}, never, ["*"]>;
40
+ }
41
+ export declare class SETitleComponent implements OnInit {
42
+ private parent;
43
+ private ren;
44
+ private el;
45
+ constructor(parent: SEContainerComponent, el: ElementRef, ren: Renderer2);
46
+ private setClass;
47
+ ngOnInit(): void;
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<SETitleComponent, [{ optional: true; host: true; }, null, null]>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<SETitleComponent, "se-title, [se-title]", ["seTitle"], {}, {}, never, ["*"]>;
36
50
  }
@@ -3,6 +3,7 @@ import { ResponsiveService } from '@delon/theme';
3
3
  import { BooleanInput, NumberInput } from '@delon/util/decorator';
4
4
  import { SEContainerComponent } from './se-container.component';
5
5
  import { SEErrorType } from './se.types';
6
+ import * as i0 from "@angular/core";
6
7
  export declare class SEComponent implements OnChanges, AfterContentInit, AfterViewInit, OnDestroy {
7
8
  private parent;
8
9
  private rep;
@@ -13,10 +14,11 @@ export declare class SEComponent implements OnChanges, AfterContentInit, AfterVi
13
14
  static ngAcceptInputType_line: BooleanInput;
14
15
  static ngAcceptInputType_labelWidth: NumberInput;
15
16
  static ngAcceptInputType_noColon: BooleanInput;
17
+ static ngAcceptInputType_hideLabel: BooleanInput;
16
18
  private el;
17
19
  private unsubscribe$;
18
- private readonly ngModel;
19
- private readonly formControlName;
20
+ private readonly ngModel?;
21
+ private readonly formControlName?;
20
22
  private readonly contentElement;
21
23
  private clsMap;
22
24
  private inited;
@@ -26,19 +28,20 @@ export declare class SEComponent implements OnChanges, AfterContentInit, AfterVi
26
28
  invalid: boolean;
27
29
  _labelWidth: number | null;
28
30
  _noColon: boolean | null;
29
- _error: string | TemplateRef<void>;
31
+ _error?: string | TemplateRef<void>;
30
32
  optional?: string | TemplateRef<void> | null;
31
33
  optionalHelp?: string | TemplateRef<void> | null;
32
- optionalHelpColor: string;
34
+ optionalHelpColor?: string;
33
35
  set error(val: SEErrorType);
34
36
  extra?: string | TemplateRef<void> | null;
35
37
  label?: string | TemplateRef<void> | null;
36
- col: number;
38
+ col?: number | null;
37
39
  required: boolean;
38
40
  controlClass?: string | null;
39
- line: boolean;
40
- labelWidth: number;
41
- noColon: boolean;
41
+ line?: boolean | null;
42
+ labelWidth?: number | null;
43
+ noColon?: boolean | null;
44
+ hideLabel: boolean;
42
45
  set id(value: string);
43
46
  _id: string;
44
47
  _autoId: boolean;
@@ -55,4 +58,6 @@ export declare class SEComponent implements OnChanges, AfterContentInit, AfterVi
55
58
  ngOnChanges(): void;
56
59
  ngAfterViewInit(): void;
57
60
  ngOnDestroy(): void;
61
+ static ɵfac: i0.ɵɵFactoryDeclaration<SEComponent, [null, { optional: true; host: true; }, null, null, null]>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<SEComponent, "se", ["se"], { "optional": "optional"; "optionalHelp": "optionalHelp"; "optionalHelpColor": "optionalHelpColor"; "error": "error"; "extra": "extra"; "label": "label"; "col": "col"; "required": "required"; "controlClass": "controlClass"; "line": "line"; "labelWidth": "labelWidth"; "noColon": "noColon"; "hideLabel": "hideLabel"; "id": "id"; }, {}, ["ngModel", "formControlName"], ["*"]>;
58
63
  }
package/se/se.module.d.ts CHANGED
@@ -1,2 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./se-container.component";
3
+ import * as i2 from "./se.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "ng-zorro-antd/tooltip";
6
+ import * as i5 from "ng-zorro-antd/icon";
7
+ import * as i6 from "ng-zorro-antd/core/outlet";
1
8
  export declare class SEModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SEModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SEModule, [typeof i1.SEContainerComponent, typeof i2.SEComponent, typeof i1.SETitleComponent], [typeof i3.CommonModule, typeof i4.NzToolTipModule, typeof i5.NzIconModule, typeof i6.NzOutletModule], [typeof i1.SEContainerComponent, typeof i2.SEComponent, typeof i1.SETitleComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<SEModule>;
2
12
  }
@@ -133,10 +133,12 @@
133
133
 
134
134
  > @{se-prefix}__item {
135
135
  margin-right: 16px;
136
+
136
137
  &[col='1'] {
137
138
  flex-basis: auto;
138
139
  width: 100%;
139
140
  }
141
+
140
142
  &:last-child {
141
143
  margin-right: 0;
142
144
  }
package/sg/grid.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@delon/abc/sg" />
4
5
  export * from './public_api';
package/sg/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
- "main": "../bundles/grid.umd.js",
3
- "module": "../fesm2015/grid.js",
4
- "es2015": "../fesm2015/grid.js",
5
- "esm2015": "../esm2015/sg/grid.js",
6
- "fesm2015": "../fesm2015/grid.js",
2
+ "module": "../fesm2015/grid.mjs",
3
+ "es2020": "../fesm2020/grid.mjs",
4
+ "esm2020": "../esm2020/sg/grid.mjs",
5
+ "fesm2020": "../fesm2020/grid.mjs",
6
+ "fesm2015": "../fesm2015/grid.mjs",
7
7
  "typings": "grid.d.ts",
8
- "metadata": "grid.metadata.json",
9
8
  "sideEffects": false,
10
9
  "name": "@delon/abc/sg"
11
10
  }
@@ -1,13 +1,16 @@
1
1
  import { REP_TYPE } from '@delon/theme';
2
2
  import { AlainConfigService } from '@delon/util/config';
3
3
  import { NumberInput } from '@delon/util/decorator';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class SGContainerComponent {
5
6
  static ngAcceptInputType_gutter: NumberInput;
6
7
  static ngAcceptInputType_colInCon: NumberInput;
7
8
  static ngAcceptInputType_col: NumberInput;
8
9
  gutter: number;
9
- colInCon: REP_TYPE;
10
+ colInCon?: REP_TYPE;
10
11
  col: REP_TYPE;
11
12
  get marginValue(): number;
12
13
  constructor(configSrv: AlainConfigService);
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<SGContainerComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<SGContainerComponent, "sg-container, [sg-container]", ["sgContainer"], { "gutter": "gutter"; "colInCon": "sg-container"; "col": "col"; }, {}, never, ["*"]>;
13
16
  }
@@ -2,6 +2,7 @@ import { AfterViewInit, ElementRef, OnChanges, Renderer2 } from '@angular/core';
2
2
  import { ResponsiveService } from '@delon/theme';
3
3
  import { NumberInput } from '@delon/util/decorator';
4
4
  import { SGContainerComponent } from './sg-container.component';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class SGComponent implements OnChanges, AfterViewInit {
6
7
  private ren;
7
8
  private parent;
@@ -10,10 +11,12 @@ export declare class SGComponent implements OnChanges, AfterViewInit {
10
11
  private el;
11
12
  private clsMap;
12
13
  private inited;
13
- col: number;
14
+ col: number | null;
14
15
  get paddingValue(): number;
15
16
  constructor(el: ElementRef, ren: Renderer2, parent: SGContainerComponent, rep: ResponsiveService);
16
17
  private setClass;
17
18
  ngOnChanges(): void;
18
19
  ngAfterViewInit(): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<SGComponent, [null, null, { optional: true; host: true; }, null]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SGComponent, "sg", ["sg"], { "col": "col"; }, {}, never, ["*"]>;
19
22
  }
package/sg/sg.module.d.ts CHANGED
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./sg-container.component";
3
+ import * as i2 from "./sg.component";
4
+ import * as i3 from "@angular/common";
1
5
  export declare class SGModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<SGModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SGModule, [typeof i1.SGContainerComponent, typeof i2.SGComponent], [typeof i3.CommonModule], [typeof i1.SGContainerComponent, typeof i2.SGComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<SGModule>;
2
9
  }