@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.
- package/abc.d.ts +1 -0
- package/auto-focus/auto-focus.directive.d.ts +7 -2
- package/auto-focus/auto-focus.module.d.ts +5 -0
- package/auto-focus/autoFocus.d.ts +1 -0
- package/auto-focus/package.json +5 -6
- package/avatar-list/avatar-list-item.component.d.ts +7 -4
- package/avatar-list/avatar-list.component.d.ts +4 -1
- package/avatar-list/avatar-list.module.d.ts +9 -0
- package/avatar-list/avatarList.d.ts +1 -0
- package/avatar-list/package.json +5 -6
- package/avatar-list/style/index.less +6 -0
- package/count-down/count-down.component.d.ts +4 -1
- package/count-down/count-down.d.ts +1 -0
- package/count-down/count-down.module.d.ts +7 -0
- package/count-down/package.json +5 -6
- package/date-picker/date-picker.module.d.ts +9 -0
- package/date-picker/datePicker.d.ts +1 -1
- package/date-picker/package.json +5 -6
- package/date-picker/public_api.d.ts +1 -0
- package/date-picker/range-shortcut.component.d.ts +3 -0
- package/date-picker/range.directive.d.ts +3 -0
- package/down-file/down-file.directive.d.ts +5 -2
- package/down-file/down-file.module.d.ts +7 -0
- package/down-file/downFile.d.ts +1 -0
- package/down-file/package.json +5 -6
- package/ellipsis/ellipsis.component.d.ts +5 -2
- package/ellipsis/ellipsis.d.ts +1 -0
- package/ellipsis/ellipsis.module.d.ts +8 -0
- package/ellipsis/package.json +5 -6
- package/ellipsis/style/index.less +4 -0
- package/error-collect/error-collect.component.d.ts +3 -0
- package/error-collect/error-collect.module.d.ts +7 -0
- package/error-collect/errorCollect.d.ts +1 -0
- package/error-collect/package.json +5 -6
- package/error-collect/style/index.less +1 -0
- package/{esm2015/abc.js → esm2020/abc.mjs} +0 -0
- package/esm2020/auto-focus/auto-focus.directive.mjs +48 -0
- package/esm2020/auto-focus/auto-focus.module.mjs +17 -0
- package/{esm2015/auto-focus/autoFocus.js → esm2020/auto-focus/autoFocus.mjs} +0 -0
- package/{esm2015/auto-focus/index.js → esm2020/auto-focus/index.mjs} +0 -0
- package/esm2020/avatar-list/avatar-list-item.component.mjs +26 -0
- package/esm2020/avatar-list/avatar-list.component.mjs +89 -0
- package/esm2020/avatar-list/avatar-list.module.mjs +22 -0
- package/{esm2015/avatar-list/avatarList.js → esm2020/avatar-list/avatarList.mjs} +0 -0
- package/{esm2015/avatar-list/public_api.js → esm2020/avatar-list/public_api.mjs} +0 -0
- package/esm2020/count-down/count-down.component.mjs +45 -0
- package/{esm2015/count-down/count-down.js → esm2020/count-down/count-down.mjs} +0 -0
- package/esm2020/count-down/count-down.module.mjs +20 -0
- package/{esm2015/count-down/public_api.js → esm2020/count-down/public_api.mjs} +0 -0
- package/esm2020/date-picker/date-picker.module.mjs +22 -0
- package/esm2020/date-picker/datePicker.mjs +5 -0
- package/{esm2015/date-picker/public_api.js → esm2020/date-picker/public_api.mjs} +2 -1
- package/esm2020/date-picker/range-shortcut.component.mjs +40 -0
- package/esm2020/date-picker/range.directive.mjs +174 -0
- package/esm2020/down-file/down-file.directive.mjs +114 -0
- package/esm2020/down-file/down-file.module.mjs +20 -0
- package/{esm2015/down-file/downFile.js → esm2020/down-file/downFile.mjs} +0 -0
- package/{esm2015/down-file/public_api.js → esm2020/down-file/public_api.mjs} +0 -0
- package/esm2020/ellipsis/ellipsis.component.mjs +229 -0
- package/{esm2015/ellipsis/ellipsis.js → esm2020/ellipsis/ellipsis.mjs} +0 -0
- package/esm2020/ellipsis/ellipsis.module.mjs +21 -0
- package/{esm2015/ellipsis/public_api.js → esm2020/ellipsis/public_api.mjs} +0 -0
- package/esm2020/error-collect/error-collect.component.mjs +118 -0
- package/esm2020/error-collect/error-collect.module.mjs +20 -0
- package/{esm2015/error-collect/errorCollect.js → esm2020/error-collect/errorCollect.mjs} +0 -0
- package/{esm2015/error-collect/public_api.js → esm2020/error-collect/public_api.mjs} +0 -0
- package/esm2020/exception/exception.component.mjs +105 -0
- package/{esm2015/exception/exception.js → esm2020/exception/exception.mjs} +0 -0
- package/esm2020/exception/exception.module.mjs +23 -0
- package/{esm2015/exception/public_api.js → esm2020/exception/public_api.mjs} +0 -0
- package/esm2020/footer-toolbar/footer-toolbar.component.mjs +44 -0
- package/esm2020/footer-toolbar/footer-toolbar.module.mjs +21 -0
- package/{esm2015/footer-toolbar/footerToolbar.js → esm2020/footer-toolbar/footerToolbar.mjs} +0 -0
- package/{esm2015/footer-toolbar/public_api.js → esm2020/footer-toolbar/public_api.mjs} +0 -0
- package/esm2020/full-content/full-content-toggle.directive.mjs +24 -0
- package/esm2020/full-content/full-content.component.mjs +138 -0
- package/esm2020/full-content/full-content.module.mjs +20 -0
- package/esm2020/full-content/full-content.service.mjs +23 -0
- package/{esm2015/full-content/fullContent.js → esm2020/full-content/fullContent.mjs} +0 -0
- package/{esm2015/full-content/public_api.js → esm2020/full-content/public_api.mjs} +0 -0
- package/esm2020/global-footer/global-footer-item.component.mjs +30 -0
- package/esm2020/global-footer/global-footer.component.mjs +73 -0
- package/esm2020/global-footer/global-footer.module.mjs +21 -0
- package/{esm2015/global-footer/global-footer.types.js → esm2020/global-footer/global-footer.types.mjs} +0 -0
- package/{esm2015/global-footer/globalFooter.js → esm2020/global-footer/globalFooter.mjs} +0 -0
- package/{esm2015/global-footer/public_api.js → esm2020/global-footer/public_api.mjs} +0 -0
- package/esm2020/image/image.directive.mjs +146 -0
- package/{esm2015/image/image.js → esm2020/image/image.mjs} +0 -0
- package/esm2020/image/image.module.mjs +20 -0
- package/{esm2015/image/public_api.js → esm2020/image/public_api.mjs} +0 -0
- package/{esm2015/let/index.js → esm2020/let/index.mjs} +0 -0
- package/esm2020/let/let.directive.mjs +36 -0
- package/{esm2015/let/let.js → esm2020/let/let.mjs} +0 -0
- package/esm2020/let/let.module.mjs +17 -0
- package/esm2020/loading/loading.component.mjs +26 -0
- package/{esm2015/loading/loading.js → esm2020/loading/loading.mjs} +0 -0
- package/esm2020/loading/loading.module.mjs +24 -0
- package/esm2020/loading/loading.service.mjs +88 -0
- package/{esm2015/loading/loading.types.js → esm2020/loading/loading.types.mjs} +0 -0
- package/{esm2015/loading/public_api.js → esm2020/loading/public_api.mjs} +0 -0
- package/{esm2015/lodop/lodop.js → esm2020/lodop/lodop.mjs} +0 -0
- package/esm2020/lodop/lodop.module.mjs +12 -0
- package/esm2020/lodop/lodop.service.mjs +222 -0
- package/esm2020/lodop/lodop.types.mjs +2 -0
- package/{esm2015/lodop/public_api.js → esm2020/lodop/public_api.mjs} +0 -0
- package/esm2020/media/media.component.mjs +106 -0
- package/{esm2015/media/media.js → esm2020/media/media.mjs} +0 -0
- package/esm2020/media/media.module.mjs +19 -0
- package/esm2020/media/media.service.mjs +46 -0
- package/{esm2015/media/plyr.types.js → esm2020/media/plyr.types.mjs} +0 -0
- package/{esm2015/media/public_api.js → esm2020/media/public_api.mjs} +0 -0
- package/esm2020/notice-icon/notice-icon-tab.component.mjs +34 -0
- package/esm2020/notice-icon/notice-icon.component.mjs +80 -0
- package/esm2020/notice-icon/notice-icon.module.mjs +60 -0
- package/{esm2015/notice-icon/notice-icon.types.js → esm2020/notice-icon/notice-icon.types.mjs} +0 -0
- package/{esm2015/notice-icon/noticeIcon.js → esm2020/notice-icon/noticeIcon.mjs} +0 -0
- package/{esm2015/notice-icon/public_api.js → esm2020/notice-icon/public_api.mjs} +0 -0
- package/esm2020/onboarding/onboarding.component.mjs +134 -0
- package/{esm2015/onboarding/onboarding.js → esm2020/onboarding/onboarding.mjs} +0 -0
- package/esm2020/onboarding/onboarding.module.mjs +25 -0
- package/esm2020/onboarding/onboarding.service.mjs +185 -0
- package/{esm2015/onboarding/onboarding.types.js → esm2020/onboarding/onboarding.types.mjs} +0 -0
- package/{esm2015/onboarding/public_api.js → esm2020/onboarding/public_api.mjs} +0 -0
- package/esm2020/page-header/page-header.component.mjs +247 -0
- package/esm2020/page-header/page-header.module.mjs +24 -0
- package/{esm2015/page-header/pageHeader.js → esm2020/page-header/pageHeader.mjs} +0 -0
- package/{esm2015/page-header/public_api.js → esm2020/page-header/public_api.mjs} +0 -0
- package/esm2020/pdf/pdf.component.mjs +460 -0
- package/{esm2015/pdf/pdf.config.js → esm2020/pdf/pdf.config.mjs} +2 -2
- package/{esm2015/pdf/pdf.js → esm2020/pdf/pdf.mjs} +0 -0
- package/esm2020/pdf/pdf.module.mjs +20 -0
- package/{esm2015/pdf/pdf.types.js → esm2020/pdf/pdf.types.mjs} +0 -0
- package/{esm2015/pdf/public_api.js → esm2020/pdf/public_api.mjs} +0 -0
- package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
- package/{esm2015/qr/public_api.js → esm2020/qr/public_api.mjs} +0 -0
- package/esm2020/qr/qr.component.mjs +136 -0
- package/{esm2015/qr/qr.config.js → esm2020/qr/qr.config.mjs} +2 -2
- package/{esm2015/qr/qr.js → esm2020/qr/qr.mjs} +0 -0
- package/esm2020/qr/qr.module.mjs +19 -0
- package/{esm2015/qr/qr.types.js → esm2020/qr/qr.types.mjs} +0 -0
- package/{esm2015/quick-menu/public_api.js → esm2020/quick-menu/public_api.mjs} +0 -0
- package/esm2020/quick-menu/quick-menu.component.mjs +89 -0
- package/esm2020/quick-menu/quick-menu.module.mjs +21 -0
- package/{esm2015/quick-menu/quickMenu.js → esm2020/quick-menu/quickMenu.mjs} +0 -0
- package/{esm2015/result/public_api.js → esm2020/result/public_api.mjs} +0 -0
- package/esm2020/result/result.component.mjs +61 -0
- package/{esm2015/result/result.js → esm2020/result/result.mjs} +0 -0
- package/esm2020/result/result.module.mjs +21 -0
- package/{esm2015/reuse-tab/lifecycle_hooks.js → esm2020/reuse-tab/lifecycle_hooks.mjs} +0 -0
- package/{esm2015/reuse-tab/public_api.js → esm2020/reuse-tab/public_api.mjs} +0 -0
- package/esm2020/reuse-tab/reuse-tab-context-menu.component.mjs +76 -0
- package/esm2020/reuse-tab/reuse-tab-context.component.mjs +33 -0
- package/esm2020/reuse-tab/reuse-tab-context.directive.mjs +35 -0
- package/esm2020/reuse-tab/reuse-tab-context.service.mjs +55 -0
- package/esm2020/reuse-tab/reuse-tab.component.mjs +318 -0
- package/{esm2015/reuse-tab/reuse-tab.interfaces.js → esm2020/reuse-tab/reuse-tab.interfaces.mjs} +0 -0
- package/esm2020/reuse-tab/reuse-tab.module.mjs +29 -0
- package/esm2020/reuse-tab/reuse-tab.service.mjs +533 -0
- package/{esm2015/reuse-tab/reuse-tab.strategy.js → esm2020/reuse-tab/reuse-tab.strategy.mjs} +0 -0
- package/{esm2015/reuse-tab/reuseTab.js → esm2020/reuse-tab/reuseTab.mjs} +0 -0
- package/{esm2015/se/edit.js → esm2020/se/edit.mjs} +0 -0
- package/esm2020/se/public_api.mjs +5 -0
- package/esm2020/se/se-container.component.mjs +173 -0
- package/esm2020/se/se.component.mjs +233 -0
- package/esm2020/se/se.module.mjs +23 -0
- package/{esm2015/se/se.types.js → esm2020/se/se.types.mjs} +0 -0
- package/{esm2015/sg/grid.js → esm2020/sg/grid.mjs} +0 -0
- package/{esm2015/sg/public_api.js → esm2020/sg/public_api.mjs} +0 -0
- package/esm2020/sg/sg-container.component.mjs +52 -0
- package/esm2020/sg/sg.component.mjs +67 -0
- package/esm2020/sg/sg.module.mjs +20 -0
- package/{esm2015/st/public_api.js → esm2020/st/public_api.mjs} +0 -0
- package/esm2020/st/st-column-source.mjs +470 -0
- package/esm2020/st/st-data-source.mjs +448 -0
- package/esm2020/st/st-export.mjs +89 -0
- package/esm2020/st/st-filter.component.mjs +262 -0
- package/esm2020/st/st-row.directive.mjs +45 -0
- package/esm2020/st/st-widget-host.directive.mjs +31 -0
- package/esm2020/st/st-widget.mjs +26 -0
- package/esm2020/st/st.component.mjs +969 -0
- package/{esm2015/st/st.config.js → esm2020/st/st.config.mjs} +1 -2
- package/esm2020/st/st.interfaces.mjs +2 -0
- package/esm2020/st/st.module.mjs +98 -0
- package/esm2020/st/st.types.mjs +2 -0
- package/esm2020/st/table.mjs +5 -0
- package/esm2020/sv/public_api.mjs +5 -0
- package/esm2020/sv/sv-container.component.mjs +125 -0
- package/esm2020/sv/sv-value.component.mjs +44 -0
- package/esm2020/sv/sv.component.mjs +113 -0
- package/esm2020/sv/sv.module.mjs +25 -0
- package/{esm2015/sv/view.js → esm2020/sv/view.mjs} +0 -0
- package/{esm2015/tag-select/public_api.js → esm2020/tag-select/public_api.mjs} +0 -0
- package/esm2020/tag-select/tag-select.component.mjs +64 -0
- package/esm2020/tag-select/tag-select.module.mjs +21 -0
- package/{esm2015/tag-select/tagSelect.js → esm2020/tag-select/tagSelect.mjs} +0 -0
- package/{esm2015/xlsx/public_api.js → esm2020/xlsx/public_api.mjs} +0 -0
- package/esm2020/xlsx/xlsx.directive.mjs +27 -0
- package/{esm2015/xlsx/xlsx.js → esm2020/xlsx/xlsx.mjs} +0 -0
- package/esm2020/xlsx/xlsx.module.mjs +19 -0
- package/esm2020/xlsx/xlsx.service.mjs +128 -0
- package/{esm2015/xlsx/xlsx.types.js → esm2020/xlsx/xlsx.types.mjs} +0 -0
- package/{esm2015/zip/public_api.js → esm2020/zip/public_api.mjs} +0 -0
- package/{esm2015/zip/zip.js → esm2020/zip/zip.mjs} +0 -0
- package/esm2020/zip/zip.module.mjs +15 -0
- package/esm2020/zip/zip.service.mjs +114 -0
- package/{esm2015/zip/zip.types.js → esm2020/zip/zip.types.mjs} +0 -0
- package/exception/exception.component.d.ts +6 -2
- package/exception/exception.d.ts +1 -0
- package/exception/exception.module.d.ts +10 -0
- package/exception/package.json +5 -6
- package/exception/style/index.less +9 -0
- package/fesm2015/{abc.js → abc.mjs} +1 -1
- package/fesm2015/abc.mjs.map +1 -0
- package/fesm2015/autoFocus.mjs +69 -0
- package/fesm2015/autoFocus.mjs.map +1 -0
- package/fesm2015/avatarList.mjs +140 -0
- package/fesm2015/avatarList.mjs.map +1 -0
- package/fesm2015/count-down.mjs +69 -0
- package/fesm2015/count-down.mjs.map +1 -0
- package/fesm2015/{datePicker.js → datePicker.mjs} +63 -40
- package/fesm2015/datePicker.mjs.map +1 -0
- package/fesm2015/downFile.mjs +141 -0
- package/fesm2015/downFile.mjs.map +1 -0
- package/fesm2015/edit.mjs +443 -0
- package/fesm2015/edit.mjs.map +1 -0
- package/fesm2015/ellipsis.mjs +255 -0
- package/fesm2015/ellipsis.mjs.map +1 -0
- package/fesm2015/errorCollect.mjs +144 -0
- package/fesm2015/errorCollect.mjs.map +1 -0
- package/fesm2015/exception.mjs +135 -0
- package/fesm2015/exception.mjs.map +1 -0
- package/fesm2015/footerToolbar.mjs +70 -0
- package/fesm2015/footerToolbar.mjs.map +1 -0
- package/fesm2015/fullContent.mjs +202 -0
- package/fesm2015/fullContent.mjs.map +1 -0
- package/fesm2015/globalFooter.mjs +127 -0
- package/fesm2015/globalFooter.mjs.map +1 -0
- package/fesm2015/grid.mjs +139 -0
- package/fesm2015/grid.mjs.map +1 -0
- package/fesm2015/image.mjs +165 -0
- package/fesm2015/image.mjs.map +1 -0
- package/fesm2015/let.mjs +59 -0
- package/fesm2015/let.mjs.map +1 -0
- package/fesm2015/loading.mjs +140 -0
- package/fesm2015/loading.mjs.map +1 -0
- package/fesm2015/{lodop.js → lodop.mjs} +15 -15
- package/fesm2015/lodop.mjs.map +1 -0
- package/fesm2015/media.mjs +170 -0
- package/fesm2015/media.mjs.map +1 -0
- package/fesm2015/noticeIcon.mjs +173 -0
- package/fesm2015/noticeIcon.mjs.map +1 -0
- package/fesm2015/onboarding.mjs +335 -0
- package/fesm2015/onboarding.mjs.map +1 -0
- package/fesm2015/pageHeader.mjs +277 -0
- package/fesm2015/pageHeader.mjs.map +1 -0
- package/fesm2015/{pdf.js → pdf.mjs} +81 -54
- package/fesm2015/pdf.mjs.map +1 -0
- package/fesm2015/qr.mjs +171 -0
- package/fesm2015/qr.mjs.map +1 -0
- package/fesm2015/quickMenu.mjs +114 -0
- package/fesm2015/quickMenu.mjs.map +1 -0
- package/fesm2015/result.mjs +89 -0
- package/fesm2015/result.mjs.map +1 -0
- package/fesm2015/{reuseTab.js → reuseTab.mjs} +188 -174
- package/fesm2015/reuseTab.mjs.map +1 -0
- package/fesm2015/table.mjs +2426 -0
- package/fesm2015/table.mjs.map +1 -0
- package/fesm2015/tagSelect.mjs +92 -0
- package/fesm2015/tagSelect.mjs.map +1 -0
- package/fesm2015/view.mjs +302 -0
- package/fesm2015/view.mjs.map +1 -0
- package/fesm2015/{xlsx.js → xlsx.mjs} +42 -42
- package/fesm2015/xlsx.mjs.map +1 -0
- package/fesm2015/{zip.js → zip.mjs} +35 -32
- package/fesm2015/zip.mjs.map +1 -0
- package/fesm2020/abc.mjs +7 -0
- package/fesm2020/abc.mjs.map +1 -0
- package/fesm2020/autoFocus.mjs +69 -0
- package/fesm2020/autoFocus.mjs.map +1 -0
- package/fesm2020/avatarList.mjs +137 -0
- package/fesm2020/avatarList.mjs.map +1 -0
- package/fesm2020/count-down.mjs +69 -0
- package/fesm2020/count-down.mjs.map +1 -0
- package/fesm2020/datePicker.mjs +236 -0
- package/fesm2020/datePicker.mjs.map +1 -0
- package/fesm2020/downFile.mjs +138 -0
- package/fesm2020/downFile.mjs.map +1 -0
- package/fesm2020/edit.mjs +436 -0
- package/fesm2020/edit.mjs.map +1 -0
- package/fesm2020/ellipsis.mjs +253 -0
- package/fesm2020/ellipsis.mjs.map +1 -0
- package/fesm2020/errorCollect.mjs +141 -0
- package/fesm2020/errorCollect.mjs.map +1 -0
- package/fesm2020/exception.mjs +132 -0
- package/fesm2020/exception.mjs.map +1 -0
- package/fesm2020/footerToolbar.mjs +68 -0
- package/fesm2020/footerToolbar.mjs.map +1 -0
- package/fesm2020/fullContent.mjs +199 -0
- package/fesm2020/fullContent.mjs.map +1 -0
- package/fesm2020/globalFooter.mjs +124 -0
- package/fesm2020/globalFooter.mjs.map +1 -0
- package/fesm2020/grid.mjs +137 -0
- package/fesm2020/grid.mjs.map +1 -0
- package/fesm2020/image.mjs +170 -0
- package/fesm2020/image.mjs.map +1 -0
- package/fesm2020/let.mjs +57 -0
- package/fesm2020/let.mjs.map +1 -0
- package/fesm2020/loading.mjs +138 -0
- package/fesm2020/loading.mjs.map +1 -0
- package/fesm2020/lodop.mjs +239 -0
- package/fesm2020/lodop.mjs.map +1 -0
- package/fesm2020/media.mjs +172 -0
- package/fesm2020/media.mjs.map +1 -0
- package/fesm2020/noticeIcon.mjs +173 -0
- package/fesm2020/noticeIcon.mjs.map +1 -0
- package/fesm2020/onboarding.mjs +343 -0
- package/fesm2020/onboarding.mjs.map +1 -0
- package/fesm2020/pageHeader.mjs +274 -0
- package/fesm2020/pageHeader.mjs.map +1 -0
- package/fesm2020/pdf.mjs +506 -0
- package/fesm2020/pdf.mjs.map +1 -0
- package/fesm2020/qr.mjs +171 -0
- package/fesm2020/qr.mjs.map +1 -0
- package/fesm2020/quickMenu.mjs +114 -0
- package/fesm2020/quickMenu.mjs.map +1 -0
- package/fesm2020/result.mjs +86 -0
- package/fesm2020/result.mjs.map +1 -0
- package/fesm2020/reuseTab.mjs +1106 -0
- package/fesm2020/reuseTab.mjs.map +1 -0
- package/fesm2020/table.mjs +2469 -0
- package/fesm2020/table.mjs.map +1 -0
- package/fesm2020/tagSelect.mjs +89 -0
- package/fesm2020/tagSelect.mjs.map +1 -0
- package/fesm2020/view.mjs +298 -0
- package/fesm2020/view.mjs.map +1 -0
- package/fesm2020/xlsx.mjs +175 -0
- package/fesm2020/xlsx.mjs.map +1 -0
- package/fesm2020/zip.mjs +134 -0
- package/fesm2020/zip.mjs.map +1 -0
- package/footer-toolbar/footer-toolbar.component.d.ts +4 -1
- package/footer-toolbar/footer-toolbar.module.d.ts +8 -0
- package/footer-toolbar/footerToolbar.d.ts +1 -0
- package/footer-toolbar/package.json +5 -6
- package/footer-toolbar/style/index.less +1 -0
- package/full-content/full-content-toggle.directive.d.ts +3 -0
- package/full-content/full-content.component.d.ts +6 -3
- package/full-content/full-content.module.d.ts +7 -0
- package/full-content/full-content.service.d.ts +3 -0
- package/full-content/fullContent.d.ts +1 -0
- package/full-content/package.json +5 -6
- package/full-content/style/index.less +1 -0
- package/global-footer/global-footer-item.component.d.ts +5 -2
- package/global-footer/global-footer.component.d.ts +3 -0
- package/global-footer/global-footer.module.d.ts +8 -0
- package/global-footer/globalFooter.d.ts +1 -0
- package/global-footer/package.json +5 -6
- package/global-footer/style/index.less +5 -0
- package/image/image.d.ts +1 -0
- package/image/image.directive.d.ts +4 -1
- package/image/image.module.d.ts +7 -0
- package/image/package.json +5 -6
- package/let/let.d.ts +1 -0
- package/let/let.directive.d.ts +3 -0
- package/let/let.module.d.ts +5 -0
- package/let/package.json +5 -6
- package/loading/loading.component.d.ts +3 -0
- package/loading/loading.d.ts +1 -0
- package/loading/loading.module.d.ts +10 -0
- package/loading/loading.service.d.ts +4 -1
- package/loading/package.json +5 -6
- package/loading/style/index.less +3 -0
- package/lodop/lodop.d.ts +1 -0
- package/lodop/lodop.module.d.ts +4 -0
- package/lodop/lodop.service.d.ts +3 -0
- package/lodop/lodop.types.d.ts +4 -0
- package/lodop/package.json +5 -6
- package/media/media.component.d.ts +4 -1
- package/media/media.d.ts +1 -0
- package/media/media.module.d.ts +6 -0
- package/media/media.service.d.ts +3 -0
- package/media/package.json +5 -6
- package/notice-icon/notice-icon-tab.component.d.ts +3 -0
- package/notice-icon/notice-icon.component.d.ts +4 -1
- package/notice-icon/notice-icon.module.d.ts +16 -0
- package/notice-icon/noticeIcon.d.ts +1 -0
- package/notice-icon/package.json +5 -6
- package/notice-icon/style/index.less +17 -0
- package/onboarding/onboarding.component.d.ts +4 -1
- package/onboarding/onboarding.d.ts +1 -0
- package/onboarding/onboarding.module.d.ts +11 -0
- package/onboarding/onboarding.service.d.ts +3 -0
- package/onboarding/package.json +5 -6
- package/onboarding/schema.json +1 -1
- package/onboarding/style/index.less +6 -0
- package/package.json +274 -14
- package/page-header/package.json +5 -6
- package/page-header/page-header.component.d.ts +4 -1
- package/page-header/page-header.module.d.ts +11 -0
- package/page-header/pageHeader.d.ts +1 -0
- package/page-header/style/index.less +10 -0
- package/page-header/style/rtl.less +3 -0
- package/pdf/package.json +5 -6
- package/pdf/pdf.component.d.ts +5 -2
- package/pdf/pdf.d.ts +1 -0
- package/pdf/pdf.module.d.ts +7 -0
- package/qr/package.json +5 -6
- package/qr/qr.component.d.ts +13 -10
- package/qr/qr.d.ts +1 -0
- package/qr/qr.module.d.ts +6 -0
- package/quick-menu/package.json +5 -6
- package/quick-menu/quick-menu.component.d.ts +6 -3
- package/quick-menu/quick-menu.module.d.ts +8 -0
- package/quick-menu/quickMenu.d.ts +1 -0
- package/quick-menu/style/index.less +2 -0
- package/result/package.json +5 -6
- package/result/result.component.d.ts +6 -3
- package/result/result.d.ts +1 -0
- package/result/result.module.d.ts +8 -0
- package/result/style/index.less +7 -0
- package/reuse-tab/package.json +5 -6
- package/reuse-tab/reuse-tab-context-menu.component.d.ts +3 -0
- package/reuse-tab/reuse-tab-context.component.d.ts +4 -1
- package/reuse-tab/reuse-tab-context.directive.d.ts +3 -0
- package/reuse-tab/reuse-tab-context.service.d.ts +4 -1
- package/reuse-tab/reuse-tab.component.d.ts +14 -11
- package/reuse-tab/reuse-tab.module.d.ts +15 -0
- package/reuse-tab/reuse-tab.service.d.ts +7 -4
- package/reuse-tab/reuseTab.d.ts +1 -0
- package/reuse-tab/style/index.less +4 -0
- package/se/edit.d.ts +1 -0
- package/se/package.json +5 -6
- package/se/public_api.d.ts +0 -1
- package/se/se-container.component.d.ts +18 -4
- package/se/se.component.d.ts +13 -8
- package/se/se.module.d.ts +10 -0
- package/se/style/index.less +2 -0
- package/sg/grid.d.ts +1 -0
- package/sg/package.json +5 -6
- package/sg/sg-container.component.d.ts +4 -1
- package/sg/sg.component.d.ts +4 -1
- package/sg/sg.module.d.ts +7 -0
- package/st/package.json +5 -6
- package/st/st-column-source.d.ts +4 -1
- package/st/st-data-source.d.ts +3 -0
- package/st/st-export.d.ts +3 -0
- package/st/st-filter.component.d.ts +21 -0
- package/st/st-row.directive.d.ts +7 -2
- package/st/st-widget-host.directive.d.ts +5 -3
- package/st/st-widget.d.ts +3 -0
- package/st/st.component.d.ts +44 -31
- package/st/st.interfaces.d.ts +59 -5
- package/st/st.module.d.ts +27 -0
- package/st/st.types.d.ts +6 -0
- package/st/style/index.less +16 -0
- package/st/table.d.ts +1 -1
- package/sv/package.json +5 -6
- package/sv/public_api.d.ts +0 -1
- package/sv/style/index.less +9 -0
- package/sv/sv-container.component.d.ts +16 -3
- package/sv/sv-value.component.d.ts +3 -0
- package/sv/sv.component.d.ts +13 -10
- package/sv/sv.module.d.ts +12 -0
- package/sv/view.d.ts +1 -0
- package/tag-select/package.json +5 -6
- package/tag-select/style/index.less +4 -0
- package/tag-select/style/rtl.less +3 -0
- package/tag-select/tag-select.component.d.ts +3 -0
- package/tag-select/tag-select.module.d.ts +8 -0
- package/tag-select/tagSelect.d.ts +1 -0
- package/xlsx/package.json +5 -6
- package/xlsx/xlsx.d.ts +1 -0
- package/xlsx/xlsx.directive.d.ts +3 -0
- package/xlsx/xlsx.module.d.ts +6 -0
- package/xlsx/xlsx.service.d.ts +3 -0
- package/zip/package.json +5 -6
- package/zip/zip.d.ts +1 -0
- package/zip/zip.module.d.ts +5 -0
- package/zip/zip.service.d.ts +3 -0
- package/abc.metadata.json +0 -1
- package/auto-focus/autoFocus.metadata.json +0 -1
- package/avatar-list/avatarList.metadata.json +0 -1
- package/bundles/abc.umd.js +0 -19
- package/bundles/abc.umd.js.map +0 -1
- package/bundles/autoFocus.umd.js +0 -394
- package/bundles/autoFocus.umd.js.map +0 -1
- package/bundles/avatarList.umd.js +0 -465
- package/bundles/avatarList.umd.js.map +0 -1
- package/bundles/count-down.umd.js +0 -75
- package/bundles/count-down.umd.js.map +0 -1
- package/bundles/datePicker.umd.js +0 -552
- package/bundles/datePicker.umd.js.map +0 -1
- package/bundles/downFile.umd.js +0 -474
- package/bundles/downFile.umd.js.map +0 -1
- package/bundles/edit.umd.js +0 -776
- package/bundles/edit.umd.js.map +0 -1
- package/bundles/ellipsis.umd.js +0 -578
- package/bundles/ellipsis.umd.js.map +0 -1
- package/bundles/errorCollect.umd.js +0 -461
- package/bundles/errorCollect.umd.js.map +0 -1
- package/bundles/exception.umd.js +0 -147
- package/bundles/exception.umd.js.map +0 -1
- package/bundles/footerToolbar.umd.js +0 -401
- package/bundles/footerToolbar.umd.js.map +0 -1
- package/bundles/fullContent.umd.js +0 -550
- package/bundles/fullContent.umd.js.map +0 -1
- package/bundles/globalFooter.umd.js +0 -455
- package/bundles/globalFooter.umd.js.map +0 -1
- package/bundles/grid.umd.js +0 -470
- package/bundles/grid.umd.js.map +0 -1
- package/bundles/image.umd.js +0 -482
- package/bundles/image.umd.js.map +0 -1
- package/bundles/let.umd.js +0 -76
- package/bundles/let.umd.js.map +0 -1
- package/bundles/loading.umd.js +0 -181
- package/bundles/loading.umd.js.map +0 -1
- package/bundles/lodop.umd.js +0 -605
- package/bundles/lodop.umd.js.map +0 -1
- package/bundles/media.umd.js +0 -536
- package/bundles/media.umd.js.map +0 -1
- package/bundles/noticeIcon.umd.js +0 -468
- package/bundles/noticeIcon.umd.js.map +0 -1
- package/bundles/onboarding.umd.js +0 -370
- package/bundles/onboarding.umd.js.map +0 -1
- package/bundles/pageHeader.umd.js +0 -570
- package/bundles/pageHeader.umd.js.map +0 -1
- package/bundles/pdf.umd.js +0 -863
- package/bundles/pdf.umd.js.map +0 -1
- package/bundles/qr.umd.js +0 -491
- package/bundles/qr.umd.js.map +0 -1
- package/bundles/quickMenu.umd.js +0 -442
- package/bundles/quickMenu.umd.js.map +0 -1
- package/bundles/result.umd.js +0 -100
- package/bundles/result.umd.js.map +0 -1
- package/bundles/reuseTab.umd.js +0 -1531
- package/bundles/reuseTab.umd.js.map +0 -1
- package/bundles/table.umd.js +0 -2489
- package/bundles/table.umd.js.map +0 -1
- package/bundles/tagSelect.umd.js +0 -419
- package/bundles/tagSelect.umd.js.map +0 -1
- package/bundles/view.umd.js +0 -592
- package/bundles/view.umd.js.map +0 -1
- package/bundles/xlsx.umd.js +0 -529
- package/bundles/xlsx.umd.js.map +0 -1
- package/bundles/zip.umd.js +0 -482
- package/bundles/zip.umd.js.map +0 -1
- package/count-down/count-down.metadata.json +0 -1
- package/date-picker/datePicker.metadata.json +0 -1
- package/down-file/downFile.metadata.json +0 -1
- package/ellipsis/ellipsis.metadata.json +0 -1
- package/error-collect/errorCollect.metadata.json +0 -1
- package/esm2015/auto-focus/auto-focus.directive.js +0 -42
- package/esm2015/auto-focus/auto-focus.module.js +0 -12
- package/esm2015/avatar-list/avatar-list-item.component.js +0 -20
- package/esm2015/avatar-list/avatar-list.component.js +0 -89
- package/esm2015/avatar-list/avatar-list.module.js +0 -17
- package/esm2015/count-down/count-down.component.js +0 -36
- package/esm2015/count-down/count-down.module.js +0 -15
- package/esm2015/date-picker/date-picker.module.js +0 -17
- package/esm2015/date-picker/datePicker.js +0 -6
- package/esm2015/date-picker/range-shortcut.component.js +0 -26
- package/esm2015/date-picker/range.directive.js +0 -171
- package/esm2015/down-file/down-file.directive.js +0 -103
- package/esm2015/down-file/down-file.module.js +0 -15
- package/esm2015/ellipsis/ellipsis.component.js +0 -224
- package/esm2015/ellipsis/ellipsis.module.js +0 -16
- package/esm2015/error-collect/error-collect.component.js +0 -112
- package/esm2015/error-collect/error-collect.module.js +0 -15
- package/esm2015/exception/exception.component.js +0 -100
- package/esm2015/exception/exception.module.js +0 -17
- package/esm2015/footer-toolbar/footer-toolbar.component.js +0 -46
- package/esm2015/footer-toolbar/footer-toolbar.module.js +0 -16
- package/esm2015/full-content/full-content-toggle.directive.js +0 -23
- package/esm2015/full-content/full-content.component.js +0 -135
- package/esm2015/full-content/full-content.module.js +0 -15
- package/esm2015/full-content/full-content.service.js +0 -21
- package/esm2015/global-footer/global-footer-item.component.js +0 -24
- package/esm2015/global-footer/global-footer.component.js +0 -77
- package/esm2015/global-footer/global-footer.module.js +0 -16
- package/esm2015/image/image.directive.js +0 -133
- package/esm2015/image/image.module.js +0 -15
- package/esm2015/let/let.directive.js +0 -31
- package/esm2015/let/let.module.js +0 -12
- package/esm2015/loading/loading.component.js +0 -26
- package/esm2015/loading/loading.module.js +0 -19
- package/esm2015/loading/loading.service.js +0 -92
- package/esm2015/lodop/lodop.module.js +0 -7
- package/esm2015/lodop/lodop.service.js +0 -219
- package/esm2015/lodop/lodop.types.js +0 -2
- package/esm2015/media/media.component.js +0 -104
- package/esm2015/media/media.module.js +0 -14
- package/esm2015/media/media.service.js +0 -53
- package/esm2015/notice-icon/notice-icon-tab.component.js +0 -30
- package/esm2015/notice-icon/notice-icon.component.js +0 -74
- package/esm2015/notice-icon/notice-icon.module.js +0 -35
- package/esm2015/onboarding/onboarding.component.js +0 -130
- package/esm2015/onboarding/onboarding.module.js +0 -20
- package/esm2015/onboarding/onboarding.service.js +0 -178
- package/esm2015/page-header/page-header.component.js +0 -216
- package/esm2015/page-header/page-header.module.js +0 -19
- package/esm2015/pdf/pdf.component.js +0 -433
- package/esm2015/pdf/pdf.module.js +0 -15
- package/esm2015/qr/qr.component.js +0 -128
- package/esm2015/qr/qr.module.js +0 -14
- package/esm2015/quick-menu/quick-menu.component.js +0 -90
- package/esm2015/quick-menu/quick-menu.module.js +0 -16
- package/esm2015/result/result.component.js +0 -62
- package/esm2015/result/result.module.js +0 -16
- package/esm2015/reuse-tab/reuse-tab-context-menu.component.js +0 -74
- package/esm2015/reuse-tab/reuse-tab-context.component.js +0 -32
- package/esm2015/reuse-tab/reuse-tab-context.directive.js +0 -33
- package/esm2015/reuse-tab/reuse-tab-context.service.js +0 -62
- package/esm2015/reuse-tab/reuse-tab.component.js +0 -300
- package/esm2015/reuse-tab/reuse-tab.module.js +0 -24
- package/esm2015/reuse-tab/reuse-tab.service.js +0 -534
- package/esm2015/se/public_api.js +0 -6
- package/esm2015/se/se-container.component.js +0 -115
- package/esm2015/se/se-title.component.js +0 -40
- package/esm2015/se/se.component.js +0 -214
- package/esm2015/se/se.module.js +0 -19
- package/esm2015/sg/sg-container.component.js +0 -49
- package/esm2015/sg/sg.component.js +0 -65
- package/esm2015/sg/sg.module.js +0 -15
- package/esm2015/st/st-column-source.js +0 -410
- package/esm2015/st/st-data-source.js +0 -429
- package/esm2015/st/st-export.js +0 -90
- package/esm2015/st/st-row.directive.js +0 -40
- package/esm2015/st/st-widget-host.directive.js +0 -34
- package/esm2015/st/st-widget.js +0 -24
- package/esm2015/st/st.component.js +0 -874
- package/esm2015/st/st.interfaces.js +0 -2
- package/esm2015/st/st.module.js +0 -50
- package/esm2015/st/st.types.js +0 -2
- package/esm2015/st/table.js +0 -6
- package/esm2015/sv/public_api.js +0 -6
- package/esm2015/sv/sv-container.component.js +0 -63
- package/esm2015/sv/sv-title.component.js +0 -40
- package/esm2015/sv/sv-value.component.js +0 -32
- package/esm2015/sv/sv.component.js +0 -105
- package/esm2015/sv/sv.module.js +0 -21
- package/esm2015/tag-select/tag-select.component.js +0 -70
- package/esm2015/tag-select/tag-select.module.js +0 -16
- package/esm2015/xlsx/xlsx.directive.js +0 -26
- package/esm2015/xlsx/xlsx.module.js +0 -14
- package/esm2015/xlsx/xlsx.service.js +0 -129
- package/esm2015/zip/zip.module.js +0 -10
- package/esm2015/zip/zip.service.js +0 -115
- package/exception/exception.metadata.json +0 -1
- package/fesm2015/abc.js.map +0 -1
- package/fesm2015/autoFocus.js +0 -59
- package/fesm2015/autoFocus.js.map +0 -1
- package/fesm2015/avatarList.js +0 -128
- package/fesm2015/avatarList.js.map +0 -1
- package/fesm2015/count-down.js +0 -56
- package/fesm2015/count-down.js.map +0 -1
- package/fesm2015/datePicker.js.map +0 -1
- package/fesm2015/downFile.js +0 -122
- package/fesm2015/downFile.js.map +0 -1
- package/fesm2015/edit.js +0 -396
- package/fesm2015/edit.js.map +0 -1
- package/fesm2015/ellipsis.js +0 -244
- package/fesm2015/ellipsis.js.map +0 -1
- package/fesm2015/errorCollect.js +0 -131
- package/fesm2015/errorCollect.js.map +0 -1
- package/fesm2015/exception.js +0 -121
- package/fesm2015/exception.js.map +0 -1
- package/fesm2015/footerToolbar.js +0 -66
- package/fesm2015/footerToolbar.js.map +0 -1
- package/fesm2015/fullContent.js +0 -191
- package/fesm2015/fullContent.js.map +0 -1
- package/fesm2015/globalFooter.js +0 -118
- package/fesm2015/globalFooter.js.map +0 -1
- package/fesm2015/grid.js +0 -129
- package/fesm2015/grid.js.map +0 -1
- package/fesm2015/image.js +0 -152
- package/fesm2015/image.js.map +0 -1
- package/fesm2015/let.js +0 -48
- package/fesm2015/let.js.map +0 -1
- package/fesm2015/loading.js +0 -138
- package/fesm2015/loading.js.map +0 -1
- package/fesm2015/lodop.js.map +0 -1
- package/fesm2015/media.js +0 -174
- package/fesm2015/media.js.map +0 -1
- package/fesm2015/noticeIcon.js +0 -141
- package/fesm2015/noticeIcon.js.map +0 -1
- package/fesm2015/onboarding.js +0 -328
- package/fesm2015/onboarding.js.map +0 -1
- package/fesm2015/pageHeader.js +0 -239
- package/fesm2015/pageHeader.js.map +0 -1
- package/fesm2015/pdf.js.map +0 -1
- package/fesm2015/qr.js +0 -159
- package/fesm2015/qr.js.map +0 -1
- package/fesm2015/quickMenu.js +0 -111
- package/fesm2015/quickMenu.js.map +0 -1
- package/fesm2015/result.js +0 -83
- package/fesm2015/result.js.map +0 -1
- package/fesm2015/reuseTab.js.map +0 -1
- package/fesm2015/table.js +0 -2002
- package/fesm2015/table.js.map +0 -1
- package/fesm2015/tagSelect.js +0 -90
- package/fesm2015/tagSelect.js.map +0 -1
- package/fesm2015/view.js +0 -256
- package/fesm2015/view.js.map +0 -1
- package/fesm2015/xlsx.js.map +0 -1
- package/fesm2015/zip.js.map +0 -1
- package/footer-toolbar/footerToolbar.metadata.json +0 -1
- package/full-content/fullContent.metadata.json +0 -1
- package/global-footer/globalFooter.metadata.json +0 -1
- package/image/image.metadata.json +0 -1
- package/let/let.metadata.json +0 -1
- package/loading/loading.metadata.json +0 -1
- package/lodop/lodop.metadata.json +0 -1
- package/media/media.metadata.json +0 -1
- package/notice-icon/noticeIcon.metadata.json +0 -1
- package/onboarding/onboarding.metadata.json +0 -1
- package/page-header/pageHeader.metadata.json +0 -1
- package/pdf/pdf.metadata.json +0 -1
- package/qr/qr.metadata.json +0 -1
- package/quick-menu/quickMenu.metadata.json +0 -1
- package/result/result.metadata.json +0 -1
- package/reuse-tab/reuseTab.metadata.json +0 -1
- package/se/edit.metadata.json +0 -1
- package/se/se-title.component.d.ts +0 -10
- package/sg/grid.metadata.json +0 -1
- package/st/table.metadata.json +0 -1
- package/sv/sv-title.component.d.ts +0 -10
- package/sv/view.metadata.json +0 -1
- package/tag-select/tagSelect.metadata.json +0 -1
- package/xlsx/xlsx.metadata.json +0 -1
- package/zip/zip.metadata.json +0 -1
package/st/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"fesm2015": "../fesm2015/table.
|
|
2
|
+
"module": "../fesm2015/table.mjs",
|
|
3
|
+
"es2020": "../fesm2020/table.mjs",
|
|
4
|
+
"esm2020": "../esm2020/st/table.mjs",
|
|
5
|
+
"fesm2020": "../fesm2020/table.mjs",
|
|
6
|
+
"fesm2015": "../fesm2015/table.mjs",
|
|
7
7
|
"typings": "table.d.ts",
|
|
8
|
-
"metadata": "table.metadata.json",
|
|
9
8
|
"sideEffects": false,
|
|
10
9
|
"name": "@delon/abc/st"
|
|
11
10
|
}
|
package/st/st-column-source.d.ts
CHANGED
|
@@ -6,9 +6,10 @@ import { STRowSource } from './st-row.directive';
|
|
|
6
6
|
import { STWidgetRegistry } from './st-widget';
|
|
7
7
|
import { STColumn, STColumnFilter, STColumnSafeType, STResizable, STWidthMode } from './st.interfaces';
|
|
8
8
|
import { _STColumn, _STHeader } from './st.types';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
9
10
|
export interface STColumnSourceProcessOptions {
|
|
10
11
|
widthMode: STWidthMode;
|
|
11
|
-
resizable
|
|
12
|
+
resizable?: STResizable;
|
|
12
13
|
safeType: STColumnSafeType;
|
|
13
14
|
}
|
|
14
15
|
export declare class STColumnSource {
|
|
@@ -39,4 +40,6 @@ export declare class STColumnSource {
|
|
|
39
40
|
restoreAllRender(columns: _STColumn[]): void;
|
|
40
41
|
updateDefault(filter: STColumnFilter): this;
|
|
41
42
|
cleanFilter(col: _STColumn): this;
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<STColumnSource, [null, { host: true; }, { optional: true; }, { optional: true; }, null]>;
|
|
44
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<STColumnSource>;
|
|
42
45
|
}
|
package/st/st-data-source.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { CurrencyService } from '@delon/util/format';
|
|
|
6
6
|
import type { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
7
7
|
import { STCustomRequestOptions, STData, STMultiSort, STMultiSortResultType, STPage, STReq, STRes, STRowClassName, STSingleSort, STStatisticalResults } from './st.interfaces';
|
|
8
8
|
import { _STColumn } from './st.types';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
9
10
|
export interface STDataSourceOptions {
|
|
10
11
|
pi: number;
|
|
11
12
|
ps: number;
|
|
@@ -65,4 +66,6 @@ export declare class STDataSource {
|
|
|
65
66
|
private toFixed;
|
|
66
67
|
private getValues;
|
|
67
68
|
private getSum;
|
|
69
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<STDataSource, [null, { host: true; }, { host: true; }, { host: true; }, null, null]>;
|
|
70
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<STDataSource>;
|
|
68
71
|
}
|
package/st/st-export.d.ts
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { XlsxExportResult, XlsxService } from '@delon/abc/xlsx';
|
|
2
2
|
import { STExportOptions } from './st.interfaces';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class STExport {
|
|
4
5
|
private xlsxSrv;
|
|
5
6
|
constructor(xlsxSrv: XlsxService);
|
|
6
7
|
private _stGet;
|
|
7
8
|
private genSheet;
|
|
8
9
|
export(opt: STExportOptions): Promise<XlsxExportResult>;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<STExport, [{ optional: true; }]>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<STExport>;
|
|
9
12
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { LocaleData } from '@delon/theme';
|
|
3
|
+
import { STColumnFilter, STColumnFilterMenu, STIcon } from './st.interfaces';
|
|
4
|
+
import { _STColumn } from './st.types';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class STFilterComponent {
|
|
7
|
+
visible: boolean;
|
|
8
|
+
col: _STColumn;
|
|
9
|
+
locale: LocaleData;
|
|
10
|
+
f: STColumnFilter;
|
|
11
|
+
readonly n: EventEmitter<unknown>;
|
|
12
|
+
readonly handle: EventEmitter<boolean>;
|
|
13
|
+
get icon(): STIcon;
|
|
14
|
+
show($event: MouseEvent): void;
|
|
15
|
+
checkboxChange(): void;
|
|
16
|
+
radioChange(item: STColumnFilterMenu): void;
|
|
17
|
+
confirm(): void;
|
|
18
|
+
reset(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<STFilterComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<STFilterComponent, "st-filter", never, { "col": "col"; "locale": "locale"; "f": "f"; }, { "n": "n"; "handle": "handle"; }, never, never>;
|
|
21
|
+
}
|
package/st/st-row.directive.d.ts
CHANGED
|
@@ -1,16 +1,21 @@
|
|
|
1
1
|
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class STRowSource {
|
|
3
4
|
private titles;
|
|
4
5
|
private rows;
|
|
5
|
-
add(type: string, path: string, ref: TemplateRef<void>): void;
|
|
6
|
+
add(type: string | undefined, path: string, ref: TemplateRef<void>): void;
|
|
6
7
|
getTitle(path: string): TemplateRef<void>;
|
|
7
8
|
getRow(path: string): TemplateRef<void>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<STRowSource, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<STRowSource>;
|
|
8
11
|
}
|
|
9
12
|
export declare class STRowDirective implements OnInit {
|
|
10
13
|
private ref;
|
|
11
14
|
private source;
|
|
12
15
|
id: string;
|
|
13
|
-
type
|
|
16
|
+
type?: 'title';
|
|
14
17
|
constructor(ref: TemplateRef<void>, source: STRowSource);
|
|
15
18
|
ngOnInit(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<STRowDirective, [null, { host: true; }]>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<STRowDirective, "[st-row]", never, { "id": "st-row"; "type": "type"; }, {}, never>;
|
|
16
21
|
}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { STWidgetRegistry } from './st-widget';
|
|
3
3
|
import { STColumn, STData } from './st.interfaces';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class STWidgetHostDirective implements OnInit {
|
|
5
6
|
private stWidgetRegistry;
|
|
6
7
|
private viewContainerRef;
|
|
7
|
-
private componentFactoryResolver;
|
|
8
8
|
record: STData;
|
|
9
9
|
column: STColumn;
|
|
10
|
-
constructor(stWidgetRegistry: STWidgetRegistry, viewContainerRef: ViewContainerRef
|
|
10
|
+
constructor(stWidgetRegistry: STWidgetRegistry, viewContainerRef: ViewContainerRef);
|
|
11
11
|
ngOnInit(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<STWidgetHostDirective, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<STWidgetHostDirective, "[st-widget-host]", never, { "record": "record"; "column": "column"; }, {}, never>;
|
|
12
14
|
}
|
package/st/st-widget.d.ts
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import type { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class STWidgetRegistry {
|
|
3
4
|
private _widgets;
|
|
4
5
|
get widgets(): NzSafeAny;
|
|
5
6
|
register(type: string, widget: NzSafeAny): void;
|
|
6
7
|
has(type: string): boolean;
|
|
7
8
|
get(type: string): NzSafeAny;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<STWidgetRegistry, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<STWidgetRegistry>;
|
|
8
11
|
}
|
package/st/st.component.d.ts
CHANGED
|
@@ -12,15 +12,13 @@ import { NzTableComponent } from 'ng-zorro-antd/table';
|
|
|
12
12
|
import { STColumnSource } from './st-column-source';
|
|
13
13
|
import { STDataSource } from './st-data-source';
|
|
14
14
|
import { STExport } from './st-export';
|
|
15
|
-
import { STChange, STClickRowClassName, STColumn, STColumnButton,
|
|
16
|
-
import { _STColumn, _STHeader } from './st.types';
|
|
15
|
+
import { STChange, STClickRowClassName, STColumn, STColumnButton, STColumnSelection, STContextmenuFn, STContextmenuItem, STCustomRequestOptions, STData, STError, STExportOptions, STLoadOptions, STPage, STReq, STRes, STResetColumnsOption, STResizable, STRowClassName, STSingleSort, STStatisticalResults, STWidthMode } from './st.interfaces';
|
|
16
|
+
import { _STColumn, _STHeader, _STTdNotify } from './st.types';
|
|
17
|
+
import * as i0 from "@angular/core";
|
|
17
18
|
export declare class STComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
18
19
|
private cdr;
|
|
19
|
-
private router;
|
|
20
20
|
private el;
|
|
21
21
|
private exportSrv;
|
|
22
|
-
private modalHelper;
|
|
23
|
-
private drawerHelper;
|
|
24
22
|
private doc;
|
|
25
23
|
private columnSource;
|
|
26
24
|
private dataSource;
|
|
@@ -33,7 +31,6 @@ export declare class STComponent implements AfterViewInit, OnChanges, OnDestroy
|
|
|
33
31
|
static ngAcceptInputType_bordered: BooleanInput;
|
|
34
32
|
static ngAcceptInputType_expandRowByClick: BooleanInput;
|
|
35
33
|
static ngAcceptInputType_expandAccordion: BooleanInput;
|
|
36
|
-
static ngAcceptInputType_rowClickTime: NumberInput;
|
|
37
34
|
static ngAcceptInputType_responsive: BooleanInput;
|
|
38
35
|
static ngAcceptInputType_responsiveHideHeaderFooter: BooleanInput;
|
|
39
36
|
static ngAcceptInputType_virtualScroll: BooleanInput;
|
|
@@ -41,10 +38,9 @@ export declare class STComponent implements AfterViewInit, OnChanges, OnDestroy
|
|
|
41
38
|
static ngAcceptInputType_virtualMaxBufferPx: NumberInput;
|
|
42
39
|
static ngAcceptInputType_virtualMinBufferPx: NumberInput;
|
|
43
40
|
private destroy$;
|
|
44
|
-
private data
|
|
41
|
+
private data$?;
|
|
45
42
|
private totalTpl;
|
|
46
43
|
private cog;
|
|
47
|
-
private rowClickCount;
|
|
48
44
|
private _req;
|
|
49
45
|
private _res;
|
|
50
46
|
private _page;
|
|
@@ -79,23 +75,23 @@ export declare class STComponent implements AfterViewInit, OnChanges, OnDestroy
|
|
|
79
75
|
total: number;
|
|
80
76
|
loading: boolean | null;
|
|
81
77
|
loadingDelay: number;
|
|
82
|
-
loadingIndicator: TemplateRef<void
|
|
78
|
+
loadingIndicator: TemplateRef<void> | null;
|
|
83
79
|
bordered: boolean;
|
|
84
80
|
size: 'small' | 'middle' | 'default';
|
|
85
81
|
scroll: {
|
|
86
|
-
|
|
87
|
-
|
|
82
|
+
x?: string | null;
|
|
83
|
+
y?: string | null;
|
|
88
84
|
};
|
|
89
|
-
singleSort
|
|
85
|
+
singleSort?: STSingleSort;
|
|
90
86
|
private _multiSort?;
|
|
91
87
|
get multiSort(): NzSafeAny;
|
|
92
88
|
set multiSort(value: NzSafeAny);
|
|
93
|
-
rowClassName
|
|
89
|
+
rowClassName?: STRowClassName;
|
|
94
90
|
clickRowClassName?: STClickRowClassName | null;
|
|
95
91
|
set widthMode(value: STWidthMode);
|
|
96
92
|
get widthMode(): STWidthMode;
|
|
97
93
|
set widthConfig(val: string[]);
|
|
98
|
-
private _resizable
|
|
94
|
+
private _resizable?;
|
|
99
95
|
set resizable(val: STResizable | boolean | string);
|
|
100
96
|
header?: string | TemplateRef<void> | null;
|
|
101
97
|
showHeader: boolean;
|
|
@@ -107,11 +103,10 @@ export declare class STComponent implements AfterViewInit, OnChanges, OnDestroy
|
|
|
107
103
|
expand: TemplateRef<{
|
|
108
104
|
$implicit: NzSafeAny;
|
|
109
105
|
column: STColumn;
|
|
110
|
-
}
|
|
106
|
+
}> | null;
|
|
111
107
|
noResult?: string | TemplateRef<void> | null;
|
|
112
|
-
rowClickTime: number;
|
|
113
108
|
responsive: boolean;
|
|
114
|
-
responsiveHideHeaderFooter
|
|
109
|
+
responsiveHideHeaderFooter?: boolean;
|
|
115
110
|
readonly error: EventEmitter<STError>;
|
|
116
111
|
readonly change: EventEmitter<STChange<any>>;
|
|
117
112
|
virtualScroll: boolean;
|
|
@@ -128,10 +123,10 @@ export declare class STComponent implements AfterViewInit, OnChanges, OnDestroy
|
|
|
128
123
|
* Get the data of the current page
|
|
129
124
|
*/
|
|
130
125
|
get list(): STData[];
|
|
131
|
-
|
|
132
|
-
constructor(i18nSrv: AlainI18NService, cdr: ChangeDetectorRef, router: Router, el: ElementRef, exportSrv: STExport, modalHelper: ModalHelper, drawerHelper: DrawerHelper, doc: NzSafeAny, columnSource: STColumnSource, dataSource: STDataSource, delonI18n: DelonLocaleService, configSrv: AlainConfigService, cms: NzContextMenuService);
|
|
126
|
+
constructor(i18nSrv: AlainI18NService, cdr: ChangeDetectorRef, el: ElementRef, exportSrv: STExport, doc: NzSafeAny, columnSource: STColumnSource, dataSource: STDataSource, delonI18n: DelonLocaleService, configSrv: AlainConfigService, cms: NzContextMenuService);
|
|
133
127
|
private setCog;
|
|
134
128
|
cd(): this;
|
|
129
|
+
private refreshData;
|
|
135
130
|
renderTotal(total: string, range: string[]): string;
|
|
136
131
|
private changeEmit;
|
|
137
132
|
/**
|
|
@@ -174,9 +169,8 @@ export declare class STComponent implements AfterViewInit, OnChanges, OnDestroy
|
|
|
174
169
|
reset(extraParams?: NzSafeAny, options?: STLoadOptions): this;
|
|
175
170
|
private _toTop;
|
|
176
171
|
_change(type: 'pi' | 'ps', options?: STLoadOptions): void;
|
|
177
|
-
_click(e: Event, item: STData, col: STColumn): boolean;
|
|
178
172
|
private closeOtherExpand;
|
|
179
|
-
_rowClick(e: Event, item: STData, index: number): void;
|
|
173
|
+
_rowClick(e: Event, item: STData, index: number, dbl: boolean): void;
|
|
180
174
|
private _clickRowClassName;
|
|
181
175
|
_expandChange(item: STData, expand: boolean): void;
|
|
182
176
|
_stopPropagation(ev: Event): void;
|
|
@@ -207,24 +201,18 @@ export declare class STComponent implements AfterViewInit, OnChanges, OnDestroy
|
|
|
207
201
|
}): this;
|
|
208
202
|
sort(col: _STColumn, idx: number, value: NzSafeAny): void;
|
|
209
203
|
clearSort(): this;
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
_filterRadio(col: _STColumn, item: STColumnFilterMenu, checked: boolean): void;
|
|
213
|
-
_filterClear(col: _STColumn): void;
|
|
204
|
+
_handleFilter(col: _STColumn, confirm: boolean): void;
|
|
205
|
+
handleFilterNotify(value?: unknown): void;
|
|
214
206
|
clearFilter(): this;
|
|
215
|
-
_filterClick($event: MouseEvent): void;
|
|
216
207
|
/** 清除所有 `checkbox` */
|
|
217
208
|
clearCheck(): this;
|
|
218
209
|
private _refCheck;
|
|
219
|
-
|
|
220
|
-
_checkSelection(i: STData, value: boolean): this;
|
|
210
|
+
checkAll(checked?: boolean): this;
|
|
221
211
|
_rowSelection(row: STColumnSelection): this;
|
|
222
212
|
_checkNotify(): this;
|
|
223
213
|
/** 清除所有 `radio` */
|
|
224
214
|
clearRadio(): this;
|
|
225
|
-
|
|
226
|
-
_btnClick(record: STData, btn: STColumnButton, ev?: Event): void;
|
|
227
|
-
private btnCallback;
|
|
215
|
+
_handleTd(ev: _STTdNotify): void;
|
|
228
216
|
/**
|
|
229
217
|
* 导出当前页,确保已经注册 `XlsxModule`
|
|
230
218
|
*
|
|
@@ -249,4 +237,29 @@ export declare class STComponent implements AfterViewInit, OnChanges, OnDestroy
|
|
|
249
237
|
[P in keyof this]?: SimpleChange;
|
|
250
238
|
} & SimpleChanges): void;
|
|
251
239
|
ngOnDestroy(): void;
|
|
240
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<STComponent, [{ optional: true; }, null, null, null, null, null, null, null, null, null]>;
|
|
241
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<STComponent, "st", ["st"], { "req": "req"; "res": "res"; "page": "page"; "data": "data"; "columns": "columns"; "contextmenu": "contextmenu"; "ps": "ps"; "pi": "pi"; "total": "total"; "loading": "loading"; "loadingDelay": "loadingDelay"; "loadingIndicator": "loadingIndicator"; "bordered": "bordered"; "size": "size"; "scroll": "scroll"; "singleSort": "singleSort"; "multiSort": "multiSort"; "rowClassName": "rowClassName"; "clickRowClassName": "clickRowClassName"; "widthMode": "widthMode"; "widthConfig": "widthConfig"; "resizable": "resizable"; "header": "header"; "showHeader": "showHeader"; "footer": "footer"; "bodyHeader": "bodyHeader"; "body": "body"; "expandRowByClick": "expandRowByClick"; "expandAccordion": "expandAccordion"; "expand": "expand"; "noResult": "noResult"; "responsive": "responsive"; "responsiveHideHeaderFooter": "responsiveHideHeaderFooter"; "virtualScroll": "virtualScroll"; "virtualItemSize": "virtualItemSize"; "virtualMaxBufferPx": "virtualMaxBufferPx"; "virtualMinBufferPx": "virtualMinBufferPx"; "customRequest": "customRequest"; "virtualForTrackBy": "virtualForTrackBy"; }, { "error": "error"; "change": "change"; }, never, never>;
|
|
242
|
+
}
|
|
243
|
+
export declare class STTdComponent {
|
|
244
|
+
private stComp;
|
|
245
|
+
private router;
|
|
246
|
+
private modalHelper;
|
|
247
|
+
private drawerHelper;
|
|
248
|
+
c: _STColumn;
|
|
249
|
+
cIdx: number;
|
|
250
|
+
data: STData[];
|
|
251
|
+
i: STData;
|
|
252
|
+
index: number;
|
|
253
|
+
readonly n: EventEmitter<_STTdNotify>;
|
|
254
|
+
private get routerState();
|
|
255
|
+
constructor(stComp: STComponent, router: Router, modalHelper: ModalHelper, drawerHelper: DrawerHelper);
|
|
256
|
+
private report;
|
|
257
|
+
_checkbox(value: boolean): void;
|
|
258
|
+
_radio(): void;
|
|
259
|
+
_link(e: Event): boolean;
|
|
260
|
+
_stopPropagation(ev: Event): void;
|
|
261
|
+
_btn(btn: STColumnButton, ev?: Event): void;
|
|
262
|
+
private btnCallback;
|
|
263
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<STTdComponent, [{ host: true; }, null, null, null]>;
|
|
264
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<STTdComponent, "st-td", never, { "c": "c"; "cIdx": "cIdx"; "data": "data"; "i": "i"; "index": "index"; }, { "n": "n"; }, never, never>;
|
|
252
265
|
}
|
package/st/st.interfaces.d.ts
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
import { HttpHeaders, HttpParams } from '@angular/common/http';
|
|
2
2
|
import { ElementRef, TemplateRef } from '@angular/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
+
import type { ThemeType } from '@ant-design/icons-angular';
|
|
4
5
|
import type { ACLCanType } from '@delon/acl';
|
|
5
6
|
import type { DrawerHelperOptions, ModalHelperOptions, YNMode } from '@delon/theme';
|
|
6
7
|
import type { CurrencyFormatOptions } from '@delon/util/format';
|
|
7
8
|
import type { NgClassType, NgStyleInterface } from 'ng-zorro-antd/core/types';
|
|
9
|
+
import type { DisabledTimeFn } from 'ng-zorro-antd/date-picker';
|
|
8
10
|
import type { NzDrawerOptions } from 'ng-zorro-antd/drawer';
|
|
9
11
|
import type { ModalOptions } from 'ng-zorro-antd/modal';
|
|
10
12
|
import type { PaginationItemRenderContext } from 'ng-zorro-antd/pagination';
|
|
11
13
|
import type { NzTablePaginationType } from 'ng-zorro-antd/table';
|
|
12
|
-
import { STComponent } from './st.component';
|
|
14
|
+
import type { STComponent } from './st.component';
|
|
13
15
|
export declare type STColumnSafeType = 'text' | 'html' | 'safeHtml';
|
|
14
16
|
export interface STWidthMode {
|
|
15
17
|
/**
|
|
@@ -174,21 +176,35 @@ export interface STPage {
|
|
|
174
176
|
*/
|
|
175
177
|
export interface STData {
|
|
176
178
|
/**
|
|
179
|
+
* Select or radio button `checked` status value
|
|
180
|
+
*
|
|
177
181
|
* 选择框或单选框状态值
|
|
178
182
|
*/
|
|
179
183
|
checked?: boolean;
|
|
180
184
|
/**
|
|
185
|
+
* Select or radio button `disabled` status value
|
|
186
|
+
*
|
|
181
187
|
* 选择框或单选框 `disabled` 值
|
|
182
188
|
*/
|
|
183
189
|
disabled?: boolean;
|
|
184
190
|
/**
|
|
191
|
+
* Whether to expand the status value
|
|
192
|
+
*
|
|
185
193
|
* 是否展开状态
|
|
186
194
|
*/
|
|
187
195
|
expand?: boolean;
|
|
188
196
|
/**
|
|
197
|
+
* Whether show expand icon
|
|
198
|
+
*
|
|
189
199
|
* 是否显示展开按钮
|
|
190
200
|
*/
|
|
191
201
|
showExpand?: boolean;
|
|
202
|
+
/**
|
|
203
|
+
* Class name of the row
|
|
204
|
+
*
|
|
205
|
+
* 行样式
|
|
206
|
+
*/
|
|
207
|
+
className?: string;
|
|
192
208
|
[key: string]: any;
|
|
193
209
|
}
|
|
194
210
|
/**
|
|
@@ -377,7 +393,7 @@ export interface STColumn<T extends STData = any> {
|
|
|
377
393
|
rowSpan?: number;
|
|
378
394
|
/**
|
|
379
395
|
* 调整表头配置
|
|
380
|
-
* - 注意:**不要忘记**在 `src/styles` 下增加 `nz-resizable` Less 样式文件:`@import '
|
|
396
|
+
* - 注意:**不要忘记**在 `src/styles` 下增加 `nz-resizable` Less 样式文件:`@import 'ng-zorro-antd/resizable/style/entry.less';`
|
|
381
397
|
* - **不支持多表头**
|
|
382
398
|
*/
|
|
383
399
|
resizable?: STResizable | boolean;
|
|
@@ -467,8 +483,11 @@ export interface STColumnFilter<T extends STData = any> {
|
|
|
467
483
|
* 搜索方式
|
|
468
484
|
* - `defualt` 默认形式
|
|
469
485
|
* - `keyword` 文本框形式
|
|
486
|
+
* - `number` 数字框形式
|
|
487
|
+
* - `date` 日期形式
|
|
488
|
+
* - `custom` 自定义模式
|
|
470
489
|
*/
|
|
471
|
-
type?: 'default' | 'keyword';
|
|
490
|
+
type?: 'default' | 'keyword' | 'number' | 'date' | 'custom';
|
|
472
491
|
/**
|
|
473
492
|
* 表头的筛选菜单项,至少一项才会生效
|
|
474
493
|
* - 当 `type='keyword'` 时可为空
|
|
@@ -512,6 +531,37 @@ export interface STColumnFilter<T extends STData = any> {
|
|
|
512
531
|
* @return 返回为 Object 对象
|
|
513
532
|
*/
|
|
514
533
|
reName?: (list: STColumnFilterMenu[], col: STColumn) => Record<string, unknown>;
|
|
534
|
+
/**
|
|
535
|
+
* 自定义过滤器
|
|
536
|
+
*/
|
|
537
|
+
custom?: TemplateRef<{
|
|
538
|
+
$implicit: STColumnFilter;
|
|
539
|
+
col: STColumn;
|
|
540
|
+
}>;
|
|
541
|
+
/**
|
|
542
|
+
* Whether to display the operation area, default: `true`
|
|
543
|
+
*
|
|
544
|
+
* 是否显示操作区域,默认:`true`
|
|
545
|
+
*/
|
|
546
|
+
showOPArea?: boolean;
|
|
547
|
+
/**
|
|
548
|
+
* 在文字框中显示提示讯息
|
|
549
|
+
*/
|
|
550
|
+
placeholder?: string;
|
|
551
|
+
number?: {
|
|
552
|
+
precision?: number;
|
|
553
|
+
min?: number;
|
|
554
|
+
max?: number;
|
|
555
|
+
step?: number;
|
|
556
|
+
};
|
|
557
|
+
date?: {
|
|
558
|
+
range?: boolean;
|
|
559
|
+
mode?: 'year' | 'month' | 'week' | 'date';
|
|
560
|
+
showToday?: boolean;
|
|
561
|
+
showNow?: boolean;
|
|
562
|
+
disabledDate?: (d: Date) => boolean;
|
|
563
|
+
disabledTime?: DisabledTimeFn;
|
|
564
|
+
};
|
|
515
565
|
}
|
|
516
566
|
export interface STColumnFilterMenu {
|
|
517
567
|
/**
|
|
@@ -577,7 +627,7 @@ export interface STIcon {
|
|
|
577
627
|
/** 图标类型 */
|
|
578
628
|
type: string;
|
|
579
629
|
/** 图标主题风格,默认:`outline` */
|
|
580
|
-
theme?:
|
|
630
|
+
theme?: ThemeType;
|
|
581
631
|
/** 是否有旋转动画,默认:`false` */
|
|
582
632
|
spin?: boolean;
|
|
583
633
|
/** 仅适用双色图标,设置双色图标的主要颜色,仅对当前 icon 生效 */
|
|
@@ -885,7 +935,7 @@ export interface STColumnTagValue {
|
|
|
885
935
|
*/
|
|
886
936
|
color?: 'geekblue' | 'blue' | 'purple' | 'success' | 'red' | 'volcano' | 'orange' | 'gold' | 'lime' | 'green' | 'cyan' | string;
|
|
887
937
|
}
|
|
888
|
-
export declare type STChangeType = 'loaded' | 'pi' | 'ps' | 'checkbox' | 'radio' | 'sort' | 'filter' | 'click' | 'dblClick' | 'expand' | 'resize';
|
|
938
|
+
export declare type STChangeType = 'loaded' | 'pi' | 'ps' | 'checkbox' | 'radio' | 'sort' | 'filter' | 'filterChange' | 'click' | 'dblClick' | 'expand' | 'resize';
|
|
889
939
|
/**
|
|
890
940
|
* 回调数据
|
|
891
941
|
*/
|
|
@@ -942,6 +992,10 @@ export interface STChange<T extends STData = any> {
|
|
|
942
992
|
* `resize` 参数
|
|
943
993
|
*/
|
|
944
994
|
resize?: STColumn;
|
|
995
|
+
/**
|
|
996
|
+
* `filterChange` 参数,支持 `keyword`、`radio`、`checkbox` 三种类型的数据
|
|
997
|
+
*/
|
|
998
|
+
filterChange?: unknown;
|
|
945
999
|
}
|
|
946
1000
|
/** 行单击参数 */
|
|
947
1001
|
export interface STChangeSort {
|
package/st/st.module.d.ts
CHANGED
|
@@ -1,2 +1,29 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./st.component";
|
|
3
|
+
import * as i2 from "./st-row.directive";
|
|
4
|
+
import * as i3 from "./st-widget-host.directive";
|
|
5
|
+
import * as i4 from "./st-filter.component";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@angular/forms";
|
|
8
|
+
import * as i7 from "@delon/acl";
|
|
9
|
+
import * as i8 from "@delon/abc/let";
|
|
10
|
+
import * as i9 from "ng-zorro-antd/popconfirm";
|
|
11
|
+
import * as i10 from "ng-zorro-antd/table";
|
|
12
|
+
import * as i11 from "ng-zorro-antd/icon";
|
|
13
|
+
import * as i12 from "ng-zorro-antd/badge";
|
|
14
|
+
import * as i13 from "ng-zorro-antd/checkbox";
|
|
15
|
+
import * as i14 from "ng-zorro-antd/divider";
|
|
16
|
+
import * as i15 from "ng-zorro-antd/dropdown";
|
|
17
|
+
import * as i16 from "ng-zorro-antd/menu";
|
|
18
|
+
import * as i17 from "ng-zorro-antd/radio";
|
|
19
|
+
import * as i18 from "ng-zorro-antd/tag";
|
|
20
|
+
import * as i19 from "ng-zorro-antd/input";
|
|
21
|
+
import * as i20 from "ng-zorro-antd/tooltip";
|
|
22
|
+
import * as i21 from "ng-zorro-antd/resizable";
|
|
23
|
+
import * as i22 from "ng-zorro-antd/input-number";
|
|
24
|
+
import * as i23 from "ng-zorro-antd/date-picker";
|
|
1
25
|
export declare class STModule {
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<STModule, never>;
|
|
27
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<STModule, [typeof i1.STComponent, typeof i2.STRowDirective, typeof i3.STWidgetHostDirective, typeof i4.STFilterComponent, typeof i1.STTdComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.DelonACLModule, typeof i8.LetModule, typeof i9.NzPopconfirmModule, typeof i10.NzTableModule, typeof i11.NzIconModule, typeof i12.NzBadgeModule, typeof i13.NzCheckboxModule, typeof i14.NzDividerModule, typeof i15.NzDropDownModule, typeof i16.NzMenuModule, typeof i17.NzRadioModule, typeof i18.NzTagModule, typeof i19.NzInputModule, typeof i20.NzToolTipModule, typeof i21.NzResizableModule, typeof i22.NzInputNumberModule, typeof i23.NzDatePickerModule], [typeof i1.STComponent, typeof i2.STRowDirective, typeof i3.STWidgetHostDirective]>;
|
|
28
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<STModule>;
|
|
2
29
|
}
|
package/st/st.types.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import { SafeHtml } from '@angular/platform-browser';
|
|
3
3
|
import { STColumn, STColumnButton, STColumnSafeType, STData, STSortMap } from './st.interfaces';
|
|
4
|
+
export declare type _STTdNotifyType = 'checkbox' | 'radio';
|
|
5
|
+
export interface _STTdNotify {
|
|
6
|
+
type: _STTdNotifyType;
|
|
7
|
+
item: STData;
|
|
8
|
+
col: _STColumn;
|
|
9
|
+
}
|
|
4
10
|
export interface _STColumn extends STColumn {
|
|
5
11
|
children?: _STColumn[];
|
|
6
12
|
indexKey?: string;
|
package/st/style/index.less
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
@{st-prefix} {
|
|
5
5
|
display: block;
|
|
6
|
+
|
|
6
7
|
&__p-left {
|
|
7
8
|
.@{ant-prefix}-table-pagination {
|
|
8
9
|
display: block;
|
|
@@ -10,6 +11,7 @@
|
|
|
10
11
|
text-align: left;
|
|
11
12
|
}
|
|
12
13
|
}
|
|
14
|
+
|
|
13
15
|
&__p-center {
|
|
14
16
|
.@{ant-prefix}-table-pagination {
|
|
15
17
|
display: block;
|
|
@@ -24,6 +26,7 @@
|
|
|
24
26
|
color: inherit;
|
|
25
27
|
}
|
|
26
28
|
}
|
|
29
|
+
|
|
27
30
|
&-disabled {
|
|
28
31
|
@{st-prefix}__btn-text {
|
|
29
32
|
color: @st-btn-disabled-color;
|
|
@@ -37,12 +40,14 @@
|
|
|
37
40
|
display: flex;
|
|
38
41
|
align-items: center;
|
|
39
42
|
justify-content: center;
|
|
43
|
+
|
|
40
44
|
> i {
|
|
41
45
|
width: @st-resizable-handle-width;
|
|
42
46
|
height: @st-resizable-handle-height;
|
|
43
47
|
background: @st-resizable-handle-color;
|
|
44
48
|
}
|
|
45
49
|
}
|
|
50
|
+
|
|
46
51
|
&-preview {
|
|
47
52
|
border-width: 0;
|
|
48
53
|
border-right-width: 1px;
|
|
@@ -63,12 +68,22 @@
|
|
|
63
68
|
&-keyword {
|
|
64
69
|
padding: @layout-gutter;
|
|
65
70
|
}
|
|
71
|
+
|
|
72
|
+
&-date {
|
|
73
|
+
.@{ant-prefix}-picker-panel-container {
|
|
74
|
+
box-shadow: none;
|
|
75
|
+
.@{ant-prefix}-picker-panel {
|
|
76
|
+
border: none;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
66
80
|
}
|
|
67
81
|
// Title
|
|
68
82
|
.@{ant-prefix}-table-column-title {
|
|
69
83
|
display: flex;
|
|
70
84
|
align-items: center;
|
|
71
85
|
}
|
|
86
|
+
|
|
72
87
|
&__head {
|
|
73
88
|
&-optional,
|
|
74
89
|
&-tip {
|
|
@@ -104,6 +119,7 @@
|
|
|
104
119
|
&-cell-fix-left-last::after {
|
|
105
120
|
transform: translateX(80%);
|
|
106
121
|
}
|
|
122
|
+
|
|
107
123
|
&-cell-fix-right-first::after,
|
|
108
124
|
&-cell-fix-right-last::after {
|
|
109
125
|
transform: translateX(-80%);
|
package/st/table.d.ts
CHANGED
package/sv/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"fesm2015": "../fesm2015/view.
|
|
2
|
+
"module": "../fesm2015/view.mjs",
|
|
3
|
+
"es2020": "../fesm2020/view.mjs",
|
|
4
|
+
"esm2020": "../esm2020/sv/view.mjs",
|
|
5
|
+
"fesm2020": "../fesm2020/view.mjs",
|
|
6
|
+
"fesm2015": "../fesm2015/view.mjs",
|
|
7
7
|
"typings": "view.d.ts",
|
|
8
|
-
"metadata": "view.metadata.json",
|
|
9
8
|
"sideEffects": false,
|
|
10
9
|
"name": "@delon/abc/sv"
|
|
11
10
|
}
|
package/sv/public_api.d.ts
CHANGED
package/sv/style/index.less
CHANGED
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
padding-bottom: @sv-bottom;
|
|
88
88
|
color: @sv-detail-color;
|
|
89
89
|
line-height: 22px;
|
|
90
|
+
vertical-align: top;
|
|
90
91
|
word-break: break-all;
|
|
91
92
|
}
|
|
92
93
|
|
|
@@ -144,26 +145,32 @@
|
|
|
144
145
|
&__value {
|
|
145
146
|
display: inline-flex;
|
|
146
147
|
align-items: center;
|
|
148
|
+
|
|
147
149
|
&-prefix,
|
|
148
150
|
&-unit {
|
|
149
151
|
color: @sv-value-prefix-unit-color;
|
|
150
152
|
font-size: @sv-value-prefix-unit-font-size;
|
|
151
153
|
font-style: normal;
|
|
152
154
|
}
|
|
155
|
+
|
|
153
156
|
&-prefix {
|
|
154
157
|
padding-right: 3px;
|
|
155
158
|
}
|
|
159
|
+
|
|
156
160
|
&-text {
|
|
157
161
|
// font-weight: 700;
|
|
158
162
|
font-size: @sv-value-default-value-font-size;
|
|
159
163
|
}
|
|
164
|
+
|
|
160
165
|
&-unit {
|
|
161
166
|
padding-left: 3px;
|
|
162
167
|
}
|
|
168
|
+
|
|
163
169
|
&:not(:first-child) {
|
|
164
170
|
position: relative;
|
|
165
171
|
margin-left: @sv-value-mulit-padding;
|
|
166
172
|
padding-left: @sv-value-mulit-padding + @sv-value-mulit-content-width;
|
|
173
|
+
|
|
167
174
|
&::before {
|
|
168
175
|
position: absolute;
|
|
169
176
|
left: 0;
|
|
@@ -172,6 +179,7 @@
|
|
|
172
179
|
content: @sv-value-mulit-content;
|
|
173
180
|
}
|
|
174
181
|
}
|
|
182
|
+
|
|
175
183
|
&-small {
|
|
176
184
|
@{sv-prefix}__value {
|
|
177
185
|
&-text {
|
|
@@ -179,6 +187,7 @@
|
|
|
179
187
|
}
|
|
180
188
|
}
|
|
181
189
|
}
|
|
190
|
+
|
|
182
191
|
&-large {
|
|
183
192
|
@{sv-prefix}__value {
|
|
184
193
|
&-text {
|