@aplus-frontend/ui 7.9.1 → 7.10.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/es/index.mjs +1 -1
- package/es/src/ag-grid/components/header-cell/index.vue2.mjs +8 -8
- package/es/src/ag-grid/editable/form-item.vue.d.ts +1 -1
- package/es/src/ag-grid/editable/form-item.vue.mjs +82 -81
- package/es/src/ag-grid/editable/index.vue.d.ts +1 -1
- package/es/src/ag-grid/editable/index.vue.mjs +6 -6
- package/es/src/ag-grid/editable/interface.d.ts +6 -6
- package/es/src/ag-grid/hooks/use-columns-def.d.ts +1 -1
- package/es/src/ag-grid/hooks/use-columns-def.mjs +14 -14
- package/es/src/ag-grid/hooks/use-editable-api.d.ts +1 -1
- package/es/src/ag-grid/hooks/use-editable-api.mjs +6 -6
- package/es/src/ag-grid/hooks/use-editable-columns.d.ts +1 -1
- package/es/src/ag-grid/hooks/use-editable-columns.mjs +28 -27
- package/es/src/ag-grid/hooks/use-editable-form-item-api.d.ts +1 -1
- package/es/src/ag-grid/hooks/use-editable-form-item-api.mjs +4 -4
- package/es/src/ag-grid/hooks/use-pinned-row.d.ts +1 -1
- package/es/src/ag-grid/hooks/use-pinned-row.mjs +1 -1
- package/es/src/ag-grid/hooks/use-row-selection.d.ts +1 -1
- package/es/src/ag-grid/hooks/use-row-selection.mjs +1 -1
- package/es/src/ag-grid/hooks/use-search-form.d.ts +1 -1
- package/es/src/ag-grid/hooks/use-search-form.mjs +5 -5
- package/es/src/ag-grid/hooks/use-selection-col-def.d.ts +1 -1
- package/es/src/ag-grid/hooks/use-selection-col-def.mjs +4 -4
- package/es/src/ag-grid/hooks/use-virtual-config.d.ts +1 -1
- package/es/src/ag-grid/hooks/use-virtual-config.mjs +5 -5
- package/es/src/ag-grid/index.d.ts +2 -2
- package/es/src/ag-grid/index.mjs +2 -2
- package/es/src/ag-grid/index.vue.d.ts +1 -1
- package/es/src/ag-grid/index.vue.mjs +47 -47
- package/es/src/ag-grid/interface.d.ts +4 -4
- package/es/src/ag-grid/renderer/index.d.ts +2 -2
- package/es/src/ag-grid/renderer/index.mjs +20 -20
- package/es/src/ap-action/group/index.vue.mjs +3 -3
- package/es/src/ap-action/index.d.ts +1 -1
- package/es/src/ap-action/index.mjs +1 -1
- package/es/src/ap-action/item/index.vue2.mjs +4 -4
- package/es/src/ap-action/item-dropdown/index.vue.mjs +3 -3
- package/es/src/ap-action/item-modal/index.vue.mjs +1 -1
- package/es/src/ap-action/item-popconfirm/index.vue.mjs +1 -1
- package/es/src/ap-button/ap-action-button.vue.d.ts +1 -1
- package/es/src/ap-button/ap-button.vue.d.ts +1 -1
- package/es/src/ap-button/ap-button.vue.mjs +6 -6
- package/es/src/ap-button/ap-confirm-button.vue.mjs +1 -1
- package/es/src/ap-button/index.d.ts +1 -1
- package/es/src/ap-button/index.mjs +1 -1
- package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +1 -1
- package/es/src/ap-drawer/index.d.ts +1 -1
- package/es/src/ap-drawer/index.mjs +1 -1
- package/es/src/ap-drawer/utils/createDrawer.mjs +6 -6
- package/es/src/ap-field/checkbox/index.vue.d.ts +1 -1
- package/es/src/ap-field/checkbox/index.vue.mjs +13 -13
- package/es/src/ap-field/checkbox/read.vue.d.ts +1 -1
- package/es/src/ap-field/date/helper.d.ts +1 -1
- package/es/src/ap-field/date/index.vue.d.ts +1 -1
- package/es/src/ap-field/date/index.vue.mjs +18 -18
- package/es/src/ap-field/date/read.vue.d.ts +1 -1
- package/es/src/ap-field/date/read.vue2.mjs +4 -4
- package/es/src/ap-field/date-range/index.vue.d.ts +2 -2
- package/es/src/ap-field/date-range/index.vue.mjs +26 -26
- package/es/src/ap-field/date-range/read.vue.d.ts +2 -2
- package/es/src/ap-field/date-range/read.vue2.mjs +6 -6
- package/es/src/ap-field/hooks/use-date-timezone.mjs +5 -5
- package/es/src/ap-field/hooks/use-default-presets.d.ts +2 -2
- package/es/src/ap-field/hooks/use-default-presets.mjs +2 -2
- package/es/src/ap-field/index.d.ts +19 -19
- package/es/src/ap-field/index.mjs +17 -17
- package/es/src/ap-field/interface.d.ts +6 -6
- package/es/src/ap-field/number/index.vue.d.ts +2 -2
- package/es/src/ap-field/number/index.vue.mjs +10 -10
- package/es/src/ap-field/number/read.vue2.mjs +5 -5
- package/es/src/ap-field/radio/index.vue.mjs +7 -7
- package/es/src/ap-field/rate/index.vue.mjs +3 -3
- package/es/src/ap-field/second/index.vue.d.ts +2 -2
- package/es/src/ap-field/second/index.vue.mjs +5 -5
- package/es/src/ap-field/select/index.vue.d.ts +4 -4
- package/es/src/ap-field/select/index.vue.mjs +8 -8
- package/es/src/ap-field/select/use-select-options.d.ts +1 -1
- package/es/src/ap-field/select/use-select-options.mjs +1 -1
- package/es/src/ap-field/slider/index.vue.d.ts +3 -5
- package/es/src/ap-field/slider/index.vue.mjs +1 -1
- package/es/src/ap-field/switch/index.vue.mjs +1 -1
- package/es/src/ap-field/text/index.vue.d.ts +4 -4
- package/es/src/ap-field/text/index.vue2.mjs +2 -2
- package/es/src/ap-field/text/password.vue.d.ts +3 -3
- package/es/src/ap-field/text/password.vue.mjs +7 -7
- package/es/src/ap-field/text/read-password.vue.d.ts +3 -3
- package/es/src/ap-field/text/read-password.vue2.mjs +4 -4
- package/es/src/ap-field/text/read.vue.d.ts +3 -3
- package/es/src/ap-field/text-area/index.vue.d.ts +4 -4
- package/es/src/ap-field/text-area/index.vue.mjs +6 -6
- package/es/src/ap-field/text-area/read.vue.d.ts +3 -3
- package/es/src/ap-field/tree-select/index.vue.d.ts +5 -5
- package/es/src/ap-field/tree-select/index.vue.mjs +1 -1
- package/es/src/ap-field/tree-select/read.vue2.mjs +5 -5
- package/es/src/ap-field/tree-select/use-request.d.ts +1 -1
- package/es/src/ap-field/tree-select/use-request.mjs +4 -4
- package/es/src/ap-form/ap-form.vue.d.ts +1 -1
- package/es/src/ap-form/ap-form.vue2.mjs +73 -71
- package/es/src/ap-form/dependency/index.vue.mjs +5 -5
- package/es/src/ap-form/drawer-form/index.vue.d.ts +13 -13
- package/es/src/ap-form/drawer-form/index.vue.mjs +10 -10
- package/es/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/es/src/ap-form/hooks/use-watch.mjs +7 -7
- package/es/src/ap-form/index.d.ts +6 -6
- package/es/src/ap-form/index.mjs +6 -6
- package/es/src/ap-form/interface.d.ts +6 -2
- package/es/src/ap-form/item/index.vue.d.ts +26 -26
- package/es/src/ap-form/item/index.vue.mjs +19 -19
- package/es/src/ap-form/item-group/index.vue.mjs +7 -7
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/date/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
- package/es/src/ap-form/items/index.d.ts +4 -4
- package/es/src/ap-form/items/index.mjs +4 -4
- package/es/src/ap-form/items/number/index.vue.d.ts +18 -18
- package/es/src/ap-form/items/number/index.vue.mjs +2 -2
- package/es/src/ap-form/items/radio/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
- package/es/src/ap-form/items/select/index.vue.d.ts +32 -32
- package/es/src/ap-form/items/select/index.vue.mjs +2 -2
- package/es/src/ap-form/items/switch/index.vue.d.ts +3 -3
- package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
- package/es/src/ap-form/items/text/index.d.ts +1 -1
- package/es/src/ap-form/items/text/index.mjs +1 -1
- package/es/src/ap-form/items/text/index.vue.d.ts +28 -28
- package/es/src/ap-form/items/text/index.vue2.mjs +5 -5
- package/es/src/ap-form/items/text/password.vue.d.ts +28 -28
- package/es/src/ap-form/items/text/password.vue.mjs +5 -5
- package/es/src/ap-form/items/text-area/index.vue.d.ts +14 -14
- package/es/src/ap-form/items/text-area/index.vue.mjs +4 -4
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
- package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
- package/es/src/ap-form/list/index.vue.mjs +4 -4
- package/es/src/ap-form/modal-form/index.vue.d.ts +13 -13
- package/es/src/ap-form/modal-form/index.vue.mjs +6 -6
- package/es/src/ap-form/render/item.vue.d.ts +2 -2
- package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +3 -3
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +2 -2
- package/es/src/ap-form/search-form/hooks/use-collapse-input-count.mjs +9 -9
- package/es/src/ap-form/search-form/hooks/use-count-per-row.d.ts +1 -1
- package/es/src/ap-form/search-form/hooks/use-count-per-row.mjs +6 -6
- package/es/src/ap-form/search-form/index.vue.d.ts +8 -8
- package/es/src/ap-form/search-form/index.vue.mjs +21 -21
- package/es/src/ap-form/search-form/utils.mjs +1 -1
- package/es/src/ap-form/set/index.vue.mjs +7 -7
- package/es/src/ap-form/style/item-text-group.mjs +8 -23
- package/es/src/ap-form/utils/params.d.ts +1 -1
- package/es/src/ap-grid/editable/form-item.vue.d.ts +1 -1
- package/es/src/ap-grid/editable/form-item.vue.mjs +8 -8
- package/es/src/ap-grid/editable/index.vue.d.ts +1 -1
- package/es/src/ap-grid/editable/index.vue.mjs +14 -14
- package/es/src/ap-grid/editable/interface.d.ts +6 -6
- package/es/src/ap-grid/hooks/use-editable-columns.d.ts +2 -2
- package/es/src/ap-grid/hooks/use-editable-columns.mjs +27 -26
- package/es/src/ap-grid/hooks/use-inner-params.d.ts +1 -1
- package/es/src/ap-grid/hooks/use-render-columns.mjs +6 -6
- package/es/src/ap-grid/hooks/use-row-selection.mjs +6 -6
- package/es/src/ap-grid/index.d.ts +2 -2
- package/es/src/ap-grid/index.mjs +2 -2
- package/es/src/ap-grid/index.vue.mjs +48 -48
- package/es/src/ap-grid/interface.d.ts +3 -3
- package/es/src/ap-grid/utils/col.d.ts +1 -1
- package/es/src/ap-grid/utils/col.mjs +7 -7
- package/es/src/ap-grid/utils/editable.d.ts +1 -1
- package/es/src/ap-grid/utils/editable.mjs +1 -1
- package/es/src/ap-grid/utils/renderer.d.ts +1 -1
- package/es/src/ap-grid/utils/table.d.ts +1 -1
- package/es/src/ap-list/hooks/use-offline-list.mjs +1 -1
- package/es/src/ap-list/index.vue.d.ts +2 -1
- package/es/src/ap-list/index.vue.mjs +156 -115
- package/es/src/ap-list/interface.d.ts +6 -1
- package/es/src/ap-modal/index.mjs +1 -1
- package/es/src/ap-modal/utils/confirm.mjs +7 -7
- package/es/src/ap-modal/utils/createModal.mjs +10 -10
- package/es/src/ap-modal/utils/createModalStream.mjs +4 -4
- package/es/src/ap-modal/utils/methods.mjs +4 -4
- package/es/src/ap-pro-card/components/card/index.vue.d.ts +2 -2
- package/es/src/ap-pro-card/components/card/index.vue2.mjs +20 -20
- package/es/src/ap-pro-card/components/divider/index.vue2.mjs +9 -9
- package/es/src/ap-pro-card/components/statistic/index.vue.d.ts +2 -0
- package/es/src/ap-pro-card/components/statistic/index.vue2.mjs +30 -26
- package/es/src/ap-pro-card/components/statistic-card/index.vue.mjs +8 -8
- package/es/src/ap-pro-card/components/title/index.vue2.mjs +6 -6
- package/es/src/ap-pro-card/index.d.ts +2 -2
- package/es/src/ap-pro-card/index.mjs +2 -2
- package/es/src/ap-pro-card/style/divider.mjs +4 -4
- package/es/src/ap-pro-card/style/statistic.mjs +4 -4
- package/es/src/ap-pro-card/style/statistics-card.mjs +4 -4
- package/es/src/ap-table/ap-table.vue.d.ts +2 -2
- package/es/src/ap-table/ap-table.vue2.mjs +35 -35
- package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +2 -2
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +15 -15
- package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +2 -2
- package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +11 -11
- package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +1 -1
- package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
- package/es/src/ap-table/constants.d.ts +119 -119
- package/es/src/ap-table/constants.mjs +1 -1
- package/es/src/ap-table/context.d.ts +1 -1
- package/es/src/ap-table/hooks/use-sorted-filtered.d.ts +1 -1
- package/es/src/ap-table/hooks/use-sticky-scroll.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-column-state.mjs +20 -20
- package/es/src/ap-table/hooks/use-table-content-height.mjs +1 -1
- package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +13 -2
- package/es/src/ap-table/hooks/use-table-paging-ng.mjs +168 -143
- package/es/src/ap-table/hooks/use-table-paging.d.ts +2 -2
- package/es/src/ap-table/hooks/use-table-paging.mjs +5 -5
- package/es/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-row-selection.mjs +4 -4
- package/es/src/ap-table/interface.d.ts +5 -5
- package/es/src/ap-table/utils.d.ts +5 -5
- package/es/src/ap-table/utils.mjs +14 -14
- package/es/src/business/ag-grid-modal/hooks/use-ag-grid-instance.mjs +6 -6
- package/es/src/business/ag-grid-modal/hooks/use-ag-grid-modal.d.ts +1 -1
- package/es/src/business/ag-grid-modal/hooks/use-ag-grid-modal.mjs +10 -10
- package/es/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.d.ts +1 -1
- package/es/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs +18 -18
- package/es/src/business/ag-grid-modal/modal-layout/index.vue2.mjs +6 -6
- package/es/src/business/ag-grid-modal/utils.mjs +1 -1
- package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +13 -13
- package/es/src/business/ap-attachment/ApAttachment.mjs +16 -16
- package/es/src/business/ap-attachment/index.mjs +3 -3
- package/es/src/business/ap-attachment/interface.d.ts +1 -1
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +8 -8
- package/es/src/business/ap-batch-action-group/interface.d.ts +2 -2
- package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +3 -3
- package/es/src/business/ap-button-group/interface.d.ts +1 -1
- package/es/src/business/ap-card/ApCard.vue2.mjs +1 -1
- package/es/src/business/ap-copy/ApCopy.mjs +9 -9
- package/es/src/business/ap-descriptions/ap-descriptions.vue.d.ts +1 -1
- package/es/src/business/ap-descriptions/ap-descriptions.vue.mjs +2 -2
- package/es/src/business/ap-descriptions/formatter/index.d.ts +2 -2
- package/es/src/business/ap-descriptions/formatter/index.mjs +11 -11
- package/es/src/business/ap-descriptions/help-message/index.vue2.mjs +1 -1
- package/es/src/business/ap-descriptions/helper.d.ts +1 -1
- package/es/src/business/ap-download/ap-download.vue.mjs +9 -9
- package/es/src/business/ap-download/hooks/useStyle.mjs +4 -4
- package/es/src/business/ap-download/interface.d.ts +1 -1
- package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +6 -6
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.mjs +186 -2
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +2 -186
- package/es/src/business/ap-expand-alert/index.d.ts +1 -62
- package/es/src/business/ap-expand-alert/index.mjs +1 -7
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +9 -9
- package/es/src/business/ap-export-group/convertExportField.d.ts +1 -1
- package/es/src/business/ap-export-group/handleExportDownload.mjs +4 -4
- package/es/src/business/ap-export-group/index.d.ts +1 -1
- package/es/src/business/ap-export-group/index.mjs +4 -4
- package/es/src/business/ap-image/ApImage.vue2.mjs +11 -11
- package/es/src/business/ap-image/hooks/useOss.d.ts +1 -1
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +1 -1
- package/es/src/business/ap-keep-alive/index.mjs +1 -1
- package/es/src/business/ap-keep-alive/keep-alive.mjs +27 -27
- package/es/src/business/ap-keep-alive/keeper/index.mjs +16 -16
- package/es/src/business/ap-label/ApLabel.d.ts +1 -1
- package/es/src/business/ap-label/ApLabel.mjs +4 -4
- package/es/src/business/ap-label/constans.d.ts +1 -1
- package/es/src/business/ap-label/group/ApLabelGroup.mjs +2 -2
- package/es/src/business/ap-label/index.d.ts +3 -3
- package/es/src/business/ap-label/interface.d.ts +1 -1
- package/es/src/business/ap-ladder/components/RenderValue.mjs +1 -1
- package/es/src/business/ap-ladder/utils.d.ts +1 -1
- package/es/src/business/ap-product-info/ApProductInfo.mjs +9 -9
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +5 -5
- package/es/src/business/ap-size-input/ApSizeInput.mjs +4 -4
- package/es/src/business/ap-size-input/form-item.vue.d.ts +2 -2
- package/es/src/business/ap-size-input/form-item.vue.mjs +4 -4
- package/es/src/business/ap-size-input/index.mjs +3 -3
- package/es/src/business/ap-summary/ap-summary.vue2.mjs +11 -11
- package/es/src/business/ap-summary/interface.d.ts +2 -2
- package/es/src/business/ap-summary/utils.d.ts +1 -1
- package/es/src/business/ap-summary/utils.mjs +7 -7
- package/es/src/business/ap-table-modal/hooks/use-create-table-modal.mjs +7 -7
- package/es/src/business/ap-table-modal/hooks/use-table-modal.mjs +4 -4
- package/es/src/business/ap-table-modal/hooks/use-table-select-modal.mjs +4 -4
- package/es/src/business/ap-table-modal/index.d.ts +12 -12
- package/es/src/business/ap-table-modal/interface.d.ts +1 -1
- package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +6 -6
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
- package/es/src/business/ap-table-modal/table-modal.vue2.mjs +7 -7
- package/es/src/business/ap-tag/ap-tag-group.vue.mjs +11 -11
- package/es/src/business/ap-tag/index.d.ts +1 -1
- package/es/src/business/ap-tag/index.mjs +1 -1
- package/es/src/business/ap-title/ApTitle.vue2.mjs +4 -4
- package/es/src/business/ap-upload/apUpload.vue.d.ts +1 -1
- package/es/src/business/ap-upload/apUpload.vue.mjs +7 -7
- package/es/src/business/ap-upload/components/MultipleFile.vue2.mjs +18 -18
- package/es/src/business/ap-upload/components/Picture.vue2.mjs +18 -18
- package/es/src/business/ap-upload/components/SingleFile.vue2.mjs +19 -19
- package/es/src/business/ap-upload/hooks/useOss.d.ts +1 -1
- package/es/src/business/ap-upload/style/index.mjs +5 -5
- package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +23 -23
- package/es/src/business/ap-upload-file/hook/useInjectContext.d.ts +1 -1
- package/es/src/business/ap-upload-file/hook/useInjectContext.mjs +3 -3
- package/es/src/business/ap-upload-file/hook/useOss.d.ts +1 -1
- package/es/src/business/ap-upload-file/hook/useProps.mjs +1 -1
- package/es/src/business/ap-upload-file/interface.d.ts +1 -1
- package/es/src/business/ap-upload-file/utils/upload.d.ts +1 -1
- package/es/src/business/ap-upload-file/utils/upload.mjs +4 -4
- package/es/src/business/ap-value-select-card/index.vue2.mjs +5 -5
- package/es/src/business/ap-view/ap-view.vue2.mjs +11 -11
- package/es/src/business/ap-view/components/main-button-content.vue.d.ts +5 -5
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +13 -13
- package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +4 -4
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +17 -17
- package/es/src/business/batch-input-group/form-item.vue.d.ts +2 -2
- package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
- package/es/src/business/batch-input-group/index.d.ts +1 -1
- package/es/src/business/batch-input-group/index.mjs +1 -1
- package/es/src/business/batch-input-group/index.vue.d.ts +16 -16
- package/es/src/business/batch-input-group/index.vue.mjs +8 -8
- package/es/src/business/batch-input-group/interface.d.ts +2 -2
- package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +1 -1
- package/es/src/business/index.mjs +48 -49
- package/es/src/check-card/group.vue.mjs +4 -4
- package/es/src/check-card/index.d.ts +1 -1
- package/es/src/check-card/index.mjs +1 -1
- package/es/src/check-card/index.vue2.mjs +5 -5
- package/es/src/config-provider/config-provider-props.d.ts +3 -3
- package/es/src/config-provider/config-provider.d.ts +3 -3
- package/es/src/config-provider/config-provider.mjs +9 -9
- package/es/src/config-provider/constants.d.ts +3 -3
- package/es/src/config-provider/hooks/use-global-config.mjs +19 -19
- package/es/src/config-provider/hooks/use-locale.mjs +5 -5
- package/es/src/config-provider/index.d.ts +9 -9
- package/es/src/design-token/interface.d.ts +20 -20
- package/es/src/editable-table/form-item.vue.mjs +15 -15
- package/es/src/editable-table/hooks/use-get-columns.d.ts +2 -2
- package/es/src/editable-table/hooks/use-get-columns.mjs +36 -35
- package/es/src/editable-table/index.d.ts +1 -1
- package/es/src/editable-table/index.mjs +1 -1
- package/es/src/editable-table/index.vue.d.ts +1 -1
- package/es/src/editable-table/index.vue.mjs +16 -16
- package/es/src/editable-table/interface.d.ts +6 -6
- package/es/src/editable-table/utils.d.ts +3 -4
- package/es/src/editable-table/utils.mjs +41 -50
- package/es/src/full-screen/index.vue.mjs +2 -2
- package/es/src/hooks/useControllableValue.mjs +1 -1
- package/es/src/hooks/useMessage.mjs +6 -6
- package/es/src/index.mjs +1 -1
- package/es/src/loading-bar/global.mjs +1 -1
- package/es/src/loading-bar/index.d.ts +1 -1
- package/es/src/loading-bar/index.mjs +1 -1
- package/es/src/loading-bar/index.vue2.mjs +4 -4
- package/es/src/locale/index.d.ts +1 -1
- package/es/src/locale/index.mjs +4 -4
- package/es/src/mask/index.vue.mjs +5 -5
- package/es/src/scroll-bar/index.vue.mjs +6 -6
- package/es/src/scroll-bar/internal.vue.mjs +1 -1
- package/es/src/scroll-view/hooks/use-scroll-back.mjs +1 -1
- package/es/src/scroll-view/hooks/use-scroll-smooth.mjs +1 -1
- package/es/src/scroll-view/hooks/use-scroll-wrapper.mjs +1 -1
- package/es/src/scroll-view/index.vue.d.ts +1 -1
- package/es/src/scroll-view/index.vue.mjs +22 -22
- package/es/src/skeleton/components/desc/index.vue2.mjs +1 -1
- package/es/src/skeleton/descriptions.vue2.mjs +1 -1
- package/es/src/skeleton/index.d.ts +1 -1
- package/es/src/skeleton/index.mjs +1 -1
- package/es/src/skeleton/list-page.vue2.mjs +1 -1
- package/es/src/splitter/SplitBar.vue2.mjs +1 -1
- package/es/src/splitter/Splitter.vue2.mjs +7 -7
- package/es/src/splitter/index.d.ts +1 -1
- package/es/src/splitter/index.mjs +1 -1
- package/es/src/text/group.vue.mjs +6 -6
- package/es/src/text/index.d.ts +1 -1
- package/es/src/text/index.mjs +1 -1
- package/es/src/text/index.vue.d.ts +1 -1
- package/es/src/text/index.vue.mjs +1 -1
- package/es/src/time-ago/index.vue.mjs +3 -3
- package/es/src/utils/config-provider-preset.d.ts +16 -16
- package/es/src/utils/cssinjs/index.mjs +23 -23
- package/es/src/utils/decimal.mjs +1 -1
- package/es/src/utils/format.mjs +1 -1
- package/es/src/utils/index.mjs +7 -7
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/index.js +1 -1
- package/lib/src/ag-grid/components/header-cell/index.vue2.js +1 -1
- package/lib/src/ag-grid/editable/form-item.vue.d.ts +1 -1
- package/lib/src/ag-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ag-grid/editable/index.vue.d.ts +1 -1
- package/lib/src/ag-grid/editable/index.vue.js +1 -1
- package/lib/src/ag-grid/editable/interface.d.ts +6 -6
- package/lib/src/ag-grid/hooks/use-columns-def.d.ts +1 -1
- package/lib/src/ag-grid/hooks/use-columns-def.js +1 -1
- package/lib/src/ag-grid/hooks/use-editable-api.d.ts +1 -1
- package/lib/src/ag-grid/hooks/use-editable-api.js +1 -1
- package/lib/src/ag-grid/hooks/use-editable-columns.d.ts +1 -1
- package/lib/src/ag-grid/hooks/use-editable-columns.js +1 -1
- package/lib/src/ag-grid/hooks/use-editable-form-item-api.d.ts +1 -1
- package/lib/src/ag-grid/hooks/use-editable-form-item-api.js +1 -1
- package/lib/src/ag-grid/hooks/use-pinned-row.d.ts +1 -1
- package/lib/src/ag-grid/hooks/use-pinned-row.js +1 -1
- package/lib/src/ag-grid/hooks/use-row-selection.d.ts +1 -1
- package/lib/src/ag-grid/hooks/use-row-selection.js +1 -1
- package/lib/src/ag-grid/hooks/use-search-form.d.ts +1 -1
- package/lib/src/ag-grid/hooks/use-search-form.js +1 -1
- package/lib/src/ag-grid/hooks/use-selection-col-def.d.ts +1 -1
- package/lib/src/ag-grid/hooks/use-selection-col-def.js +1 -1
- package/lib/src/ag-grid/hooks/use-virtual-config.d.ts +1 -1
- package/lib/src/ag-grid/hooks/use-virtual-config.js +1 -1
- package/lib/src/ag-grid/index.d.ts +2 -2
- package/lib/src/ag-grid/index.js +1 -1
- package/lib/src/ag-grid/index.vue.d.ts +1 -1
- package/lib/src/ag-grid/index.vue.js +1 -1
- package/lib/src/ag-grid/interface.d.ts +4 -4
- package/lib/src/ag-grid/renderer/index.d.ts +2 -2
- package/lib/src/ag-grid/renderer/index.js +1 -1
- package/lib/src/ap-action/group/index.vue.js +1 -1
- package/lib/src/ap-action/index.d.ts +1 -1
- package/lib/src/ap-action/index.js +1 -1
- package/lib/src/ap-action/item/index.vue2.js +1 -1
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-action/item-modal/index.vue.js +1 -1
- package/lib/src/ap-action/item-popconfirm/index.vue.js +1 -1
- package/lib/src/ap-button/ap-action-button.vue.d.ts +1 -1
- package/lib/src/ap-button/ap-button.vue.d.ts +1 -1
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-button/ap-confirm-button.vue.js +1 -1
- package/lib/src/ap-button/index.d.ts +1 -1
- package/lib/src/ap-button/index.js +1 -1
- package/lib/src/ap-drawer/components/ApDrawerClose.vue2.js +1 -1
- package/lib/src/ap-drawer/index.d.ts +1 -1
- package/lib/src/ap-drawer/index.js +1 -1
- package/lib/src/ap-drawer/utils/createDrawer.js +1 -1
- package/lib/src/ap-field/checkbox/index.vue.d.ts +1 -1
- package/lib/src/ap-field/checkbox/index.vue.js +1 -1
- package/lib/src/ap-field/checkbox/read.vue.d.ts +1 -1
- package/lib/src/ap-field/date/helper.d.ts +1 -1
- package/lib/src/ap-field/date/index.vue.d.ts +1 -1
- package/lib/src/ap-field/date/index.vue.js +1 -1
- package/lib/src/ap-field/date/read.vue.d.ts +1 -1
- package/lib/src/ap-field/date/read.vue2.js +1 -1
- package/lib/src/ap-field/date-range/index.vue.d.ts +2 -2
- package/lib/src/ap-field/date-range/index.vue.js +1 -1
- package/lib/src/ap-field/date-range/read.vue.d.ts +2 -2
- package/lib/src/ap-field/date-range/read.vue2.js +1 -1
- package/lib/src/ap-field/hooks/use-date-timezone.js +1 -1
- package/lib/src/ap-field/hooks/use-default-presets.d.ts +2 -2
- package/lib/src/ap-field/hooks/use-default-presets.js +1 -1
- package/lib/src/ap-field/index.d.ts +19 -19
- package/lib/src/ap-field/index.js +1 -1
- package/lib/src/ap-field/interface.d.ts +6 -6
- package/lib/src/ap-field/number/index.vue.d.ts +2 -2
- package/lib/src/ap-field/number/index.vue.js +1 -1
- package/lib/src/ap-field/number/read.vue2.js +1 -1
- package/lib/src/ap-field/radio/index.vue.js +1 -1
- package/lib/src/ap-field/rate/index.vue.js +1 -1
- package/lib/src/ap-field/second/index.vue.d.ts +2 -2
- package/lib/src/ap-field/second/index.vue.js +1 -1
- package/lib/src/ap-field/select/index.vue.d.ts +4 -4
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/select/use-select-options.d.ts +1 -1
- package/lib/src/ap-field/select/use-select-options.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +3 -5
- package/lib/src/ap-field/slider/index.vue.js +1 -1
- package/lib/src/ap-field/switch/index.vue.js +1 -1
- package/lib/src/ap-field/text/index.vue.d.ts +4 -4
- package/lib/src/ap-field/text/index.vue2.js +1 -1
- package/lib/src/ap-field/text/password.vue.d.ts +3 -3
- package/lib/src/ap-field/text/password.vue.js +1 -1
- package/lib/src/ap-field/text/read-password.vue.d.ts +3 -3
- package/lib/src/ap-field/text/read-password.vue2.js +1 -1
- package/lib/src/ap-field/text/read.vue.d.ts +3 -3
- package/lib/src/ap-field/text-area/index.vue.d.ts +4 -4
- package/lib/src/ap-field/text-area/index.vue.js +1 -1
- package/lib/src/ap-field/text-area/read.vue.d.ts +3 -3
- package/lib/src/ap-field/tree-select/index.vue.d.ts +5 -5
- package/lib/src/ap-field/tree-select/index.vue.js +1 -1
- package/lib/src/ap-field/tree-select/read.vue2.js +1 -1
- package/lib/src/ap-field/tree-select/use-request.d.ts +1 -1
- package/lib/src/ap-field/tree-select/use-request.js +1 -1
- package/lib/src/ap-form/ap-form.vue.d.ts +1 -1
- package/lib/src/ap-form/ap-form.vue2.js +1 -1
- package/lib/src/ap-form/dependency/index.vue.js +1 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +13 -13
- package/lib/src/ap-form/drawer-form/index.vue.js +1 -1
- package/lib/src/ap-form/hooks/use-watch.d.ts +1 -1
- package/lib/src/ap-form/hooks/use-watch.js +1 -1
- package/lib/src/ap-form/index.d.ts +6 -6
- package/lib/src/ap-form/index.js +1 -1
- package/lib/src/ap-form/interface.d.ts +6 -2
- package/lib/src/ap-form/item/index.vue.d.ts +26 -26
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-form/item-group/index.vue.js +1 -1
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/checkbox/index.vue.js +1 -1
- package/lib/src/ap-form/items/date/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/date/index.vue.js +1 -1
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/date-range/index.vue.js +1 -1
- package/lib/src/ap-form/items/index.d.ts +4 -4
- package/lib/src/ap-form/items/index.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +18 -18
- package/lib/src/ap-form/items/number/index.vue.js +1 -1
- package/lib/src/ap-form/items/radio/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/radio/index.vue.js +1 -1
- package/lib/src/ap-form/items/select/index.vue.d.ts +32 -32
- package/lib/src/ap-form/items/select/index.vue.js +1 -1
- package/lib/src/ap-form/items/switch/index.vue.d.ts +3 -3
- package/lib/src/ap-form/items/switch/index.vue.js +1 -1
- package/lib/src/ap-form/items/text/index.d.ts +1 -1
- package/lib/src/ap-form/items/text/index.js +1 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +28 -28
- package/lib/src/ap-form/items/text/index.vue2.js +1 -1
- package/lib/src/ap-form/items/text/password.vue.d.ts +28 -28
- package/lib/src/ap-form/items/text/password.vue.js +1 -1
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +14 -14
- package/lib/src/ap-form/items/text-area/index.vue.js +1 -1
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +35 -35
- package/lib/src/ap-form/items/tree-select/index.vue.js +1 -1
- package/lib/src/ap-form/list/index.vue.js +1 -1
- package/lib/src/ap-form/modal-form/index.vue.d.ts +13 -13
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/render/item.vue.d.ts +2 -2
- package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
- package/lib/src/ap-form/search-form/hooks/use-collapse-input-count.js +1 -1
- package/lib/src/ap-form/search-form/hooks/use-count-per-row.d.ts +1 -1
- package/lib/src/ap-form/search-form/hooks/use-count-per-row.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +8 -8
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-form/search-form/utils.js +1 -1
- package/lib/src/ap-form/set/index.vue.js +1 -1
- package/lib/src/ap-form/style/item-text-group.js +1 -1
- package/lib/src/ap-form/utils/params.d.ts +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.d.ts +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ap-grid/editable/index.vue.d.ts +1 -1
- package/lib/src/ap-grid/editable/index.vue.js +1 -1
- package/lib/src/ap-grid/editable/interface.d.ts +6 -6
- package/lib/src/ap-grid/hooks/use-editable-columns.d.ts +2 -2
- package/lib/src/ap-grid/hooks/use-editable-columns.js +1 -1
- package/lib/src/ap-grid/hooks/use-inner-params.d.ts +1 -1
- package/lib/src/ap-grid/hooks/use-render-columns.js +1 -1
- package/lib/src/ap-grid/hooks/use-row-selection.js +1 -1
- package/lib/src/ap-grid/index.d.ts +2 -2
- package/lib/src/ap-grid/index.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +3 -3
- package/lib/src/ap-grid/utils/col.d.ts +1 -1
- package/lib/src/ap-grid/utils/col.js +1 -1
- package/lib/src/ap-grid/utils/editable.d.ts +1 -1
- package/lib/src/ap-grid/utils/editable.js +1 -1
- package/lib/src/ap-grid/utils/renderer.d.ts +1 -1
- package/lib/src/ap-grid/utils/table.d.ts +1 -1
- package/lib/src/ap-list/hooks/use-offline-list.js +1 -1
- package/lib/src/ap-list/index.vue.d.ts +2 -1
- package/lib/src/ap-list/index.vue.js +1 -1
- package/lib/src/ap-list/interface.d.ts +6 -1
- package/lib/src/ap-modal/index.js +1 -1
- package/lib/src/ap-modal/utils/confirm.js +1 -1
- package/lib/src/ap-modal/utils/createModal.js +1 -1
- package/lib/src/ap-modal/utils/createModalStream.js +1 -1
- package/lib/src/ap-modal/utils/methods.js +1 -1
- package/lib/src/ap-pro-card/components/card/index.vue.d.ts +2 -2
- package/lib/src/ap-pro-card/components/card/index.vue2.js +1 -1
- package/lib/src/ap-pro-card/components/divider/index.vue2.js +1 -1
- package/lib/src/ap-pro-card/components/statistic/index.vue.d.ts +2 -0
- package/lib/src/ap-pro-card/components/statistic/index.vue2.js +1 -1
- package/lib/src/ap-pro-card/components/statistic-card/index.vue.js +1 -1
- package/lib/src/ap-pro-card/components/title/index.vue2.js +1 -1
- package/lib/src/ap-pro-card/index.d.ts +2 -2
- package/lib/src/ap-pro-card/index.js +1 -1
- package/lib/src/ap-pro-card/style/divider.js +1 -1
- package/lib/src/ap-pro-card/style/statistic.js +1 -1
- package/lib/src/ap-pro-card/style/statistics-card.js +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +2 -2
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/components/paragraph-ellipsis/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
- package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.d.ts +119 -119
- package/lib/src/ap-table/constants.js +1 -1
- package/lib/src/ap-table/context.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-sorted-filtered.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-sticky-scroll.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-column-state.js +1 -1
- package/lib/src/ap-table/hooks/use-table-content-height.js +1 -1
- package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +13 -2
- package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
- package/lib/src/ap-table/hooks/use-table-paging.d.ts +2 -2
- package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
- package/lib/src/ap-table/hooks/use-table-row-selection.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-row-selection.js +1 -1
- package/lib/src/ap-table/interface.d.ts +5 -5
- package/lib/src/ap-table/utils.d.ts +5 -5
- package/lib/src/ap-table/utils.js +1 -1
- package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-instance.js +1 -1
- package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-modal.d.ts +1 -1
- package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-modal.js +1 -1
- package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.d.ts +1 -1
- package/lib/src/business/ag-grid-modal/hooks/use-ag-grid-select-modal.js +1 -1
- package/lib/src/business/ag-grid-modal/modal-layout/index.vue2.js +1 -1
- package/lib/src/business/ag-grid-modal/utils.js +1 -1
- package/lib/src/business/ap-appendix/ap-appendix.vue2.js +1 -1
- package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
- package/lib/src/business/ap-attachment/index.js +1 -1
- package/lib/src/business/ap-attachment/interface.d.ts +1 -1
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.js +1 -1
- package/lib/src/business/ap-batch-action-group/interface.d.ts +2 -2
- package/lib/src/business/ap-button-group/ApButtonGroup.vue2.js +1 -1
- package/lib/src/business/ap-button-group/interface.d.ts +1 -1
- package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
- package/lib/src/business/ap-copy/ApCopy.js +1 -1
- package/lib/src/business/ap-descriptions/ap-descriptions.vue.d.ts +1 -1
- package/lib/src/business/ap-descriptions/ap-descriptions.vue.js +1 -1
- package/lib/src/business/ap-descriptions/formatter/index.d.ts +2 -2
- package/lib/src/business/ap-descriptions/formatter/index.js +1 -1
- package/lib/src/business/ap-descriptions/help-message/index.vue2.js +1 -1
- package/lib/src/business/ap-descriptions/helper.d.ts +1 -1
- package/lib/src/business/ap-download/ap-download.vue.js +1 -1
- package/lib/src/business/ap-download/hooks/useStyle.js +1 -1
- package/lib/src/business/ap-download/interface.d.ts +1 -1
- package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.js +1 -1
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/index.d.ts +1 -62
- package/lib/src/business/ap-expand-alert/index.js +1 -1
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-export-group/convertExportField.d.ts +1 -1
- package/lib/src/business/ap-export-group/handleExportDownload.js +1 -1
- package/lib/src/business/ap-export-group/index.d.ts +1 -1
- package/lib/src/business/ap-export-group/index.js +1 -1
- package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
- package/lib/src/business/ap-image/hooks/useOss.d.ts +1 -1
- package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
- package/lib/src/business/ap-keep-alive/index.js +1 -1
- package/lib/src/business/ap-keep-alive/keep-alive.js +1 -1
- package/lib/src/business/ap-keep-alive/keeper/index.js +1 -1
- package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
- package/lib/src/business/ap-label/ApLabel.js +1 -1
- package/lib/src/business/ap-label/constans.d.ts +1 -1
- package/lib/src/business/ap-label/group/ApLabelGroup.js +1 -1
- package/lib/src/business/ap-label/index.d.ts +3 -3
- package/lib/src/business/ap-label/interface.d.ts +1 -1
- package/lib/src/business/ap-ladder/components/RenderValue.js +1 -1
- package/lib/src/business/ap-ladder/utils.d.ts +1 -1
- package/lib/src/business/ap-product-info/ApProductInfo.js +1 -1
- package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
- package/lib/src/business/ap-size-input/ApSizeInput.js +1 -1
- package/lib/src/business/ap-size-input/form-item.vue.d.ts +2 -2
- package/lib/src/business/ap-size-input/form-item.vue.js +1 -1
- package/lib/src/business/ap-size-input/index.js +1 -1
- package/lib/src/business/ap-summary/ap-summary.vue2.js +1 -1
- package/lib/src/business/ap-summary/interface.d.ts +2 -2
- package/lib/src/business/ap-summary/utils.d.ts +1 -1
- package/lib/src/business/ap-summary/utils.js +1 -1
- package/lib/src/business/ap-table-modal/hooks/use-create-table-modal.js +1 -1
- package/lib/src/business/ap-table-modal/hooks/use-table-modal.js +1 -1
- package/lib/src/business/ap-table-modal/hooks/use-table-select-modal.js +1 -1
- package/lib/src/business/ap-table-modal/index.d.ts +12 -12
- package/lib/src/business/ap-table-modal/interface.d.ts +1 -1
- package/lib/src/business/ap-table-modal/table-layout/index.vue2.js +1 -1
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +4 -4
- package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
- package/lib/src/business/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/business/ap-tag/index.d.ts +1 -1
- package/lib/src/business/ap-tag/index.js +1 -1
- package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
- package/lib/src/business/ap-upload/apUpload.vue.d.ts +1 -1
- package/lib/src/business/ap-upload/apUpload.vue.js +1 -1
- package/lib/src/business/ap-upload/components/MultipleFile.vue2.js +1 -1
- package/lib/src/business/ap-upload/components/Picture.vue2.js +1 -1
- package/lib/src/business/ap-upload/components/SingleFile.vue2.js +1 -1
- package/lib/src/business/ap-upload/hooks/useOss.d.ts +1 -1
- package/lib/src/business/ap-upload/style/index.js +1 -1
- package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.js +1 -1
- package/lib/src/business/ap-upload-file/hook/useInjectContext.d.ts +1 -1
- package/lib/src/business/ap-upload-file/hook/useInjectContext.js +1 -1
- package/lib/src/business/ap-upload-file/hook/useOss.d.ts +1 -1
- package/lib/src/business/ap-upload-file/hook/useProps.js +1 -1
- package/lib/src/business/ap-upload-file/interface.d.ts +1 -1
- package/lib/src/business/ap-upload-file/utils/upload.d.ts +1 -1
- package/lib/src/business/ap-upload-file/utils/upload.js +1 -1
- package/lib/src/business/ap-value-select-card/index.vue2.js +1 -1
- package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
- package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +5 -5
- package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
- package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +4 -4
- package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
- package/lib/src/business/batch-input-group/form-item.vue.d.ts +2 -2
- package/lib/src/business/batch-input-group/form-item.vue.js +1 -1
- package/lib/src/business/batch-input-group/index.d.ts +1 -1
- package/lib/src/business/batch-input-group/index.js +1 -1
- package/lib/src/business/batch-input-group/index.vue.d.ts +16 -16
- package/lib/src/business/batch-input-group/index.vue.js +2 -2
- package/lib/src/business/batch-input-group/interface.d.ts +2 -2
- package/lib/src/business/batch-input-group/popover-input/index.vue2.js +1 -1
- package/lib/src/business/index.js +1 -1
- package/lib/src/check-card/group.vue.js +1 -1
- package/lib/src/check-card/index.d.ts +1 -1
- package/lib/src/check-card/index.js +1 -1
- package/lib/src/check-card/index.vue2.js +1 -1
- package/lib/src/config-provider/config-provider-props.d.ts +3 -3
- package/lib/src/config-provider/config-provider.d.ts +3 -3
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/constants.d.ts +3 -3
- package/lib/src/config-provider/hooks/use-global-config.js +1 -1
- package/lib/src/config-provider/hooks/use-locale.js +1 -1
- package/lib/src/config-provider/index.d.ts +9 -9
- package/lib/src/design-token/interface.d.ts +20 -20
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/hooks/use-get-columns.d.ts +2 -2
- package/lib/src/editable-table/hooks/use-get-columns.js +1 -1
- package/lib/src/editable-table/index.d.ts +1 -1
- package/lib/src/editable-table/index.js +1 -1
- package/lib/src/editable-table/index.vue.d.ts +1 -1
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/interface.d.ts +6 -6
- package/lib/src/editable-table/utils.d.ts +3 -4
- package/lib/src/editable-table/utils.js +1 -1
- package/lib/src/full-screen/index.vue.js +1 -1
- package/lib/src/hooks/useControllableValue.js +1 -1
- package/lib/src/hooks/useMessage.js +1 -1
- package/lib/src/index.js +1 -1
- package/lib/src/loading-bar/global.js +1 -1
- package/lib/src/loading-bar/index.d.ts +1 -1
- package/lib/src/loading-bar/index.js +1 -1
- package/lib/src/loading-bar/index.vue2.js +1 -1
- package/lib/src/locale/index.d.ts +1 -1
- package/lib/src/locale/index.js +1 -1
- package/lib/src/mask/index.vue.js +1 -1
- package/lib/src/scroll-bar/index.vue.js +1 -1
- package/lib/src/scroll-bar/internal.vue.js +1 -1
- package/lib/src/scroll-view/hooks/use-scroll-back.js +1 -1
- package/lib/src/scroll-view/hooks/use-scroll-smooth.js +1 -1
- package/lib/src/scroll-view/hooks/use-scroll-wrapper.js +1 -1
- package/lib/src/scroll-view/index.vue.d.ts +1 -1
- package/lib/src/scroll-view/index.vue.js +1 -1
- package/lib/src/skeleton/components/desc/index.vue2.js +1 -1
- package/lib/src/skeleton/descriptions.vue2.js +1 -1
- package/lib/src/skeleton/index.d.ts +1 -1
- package/lib/src/skeleton/index.js +1 -1
- package/lib/src/skeleton/list-page.vue2.js +1 -1
- package/lib/src/splitter/SplitBar.vue2.js +1 -1
- package/lib/src/splitter/Splitter.vue2.js +1 -1
- package/lib/src/splitter/index.d.ts +1 -1
- package/lib/src/splitter/index.js +1 -1
- package/lib/src/text/group.vue.js +1 -1
- package/lib/src/text/index.d.ts +1 -1
- package/lib/src/text/index.js +1 -1
- package/lib/src/text/index.vue.d.ts +1 -1
- package/lib/src/text/index.vue.js +1 -1
- package/lib/src/time-ago/index.vue.js +1 -1
- package/lib/src/utils/config-provider-preset.d.ts +16 -16
- package/lib/src/utils/cssinjs/index.js +1 -1
- package/lib/src/utils/decimal.js +1 -1
- package/lib/src/utils/format.js +1 -1
- package/lib/src/utils/index.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +4 -3
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as ee, useSlots as te, ref as G, useModel as le, watch as oe, computed as s, createVNode as a, Fragment as f, createElementBlock as B, openBlock as n, mergeProps as ne, createCommentVNode as v, createElementVNode as re, normalizeStyle as z, normalizeClass as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import "../../../config-provider/index.mjs";
|
|
5
|
-
import { mergeClass as C } from "../../../editable-table/utils.mjs";
|
|
1
|
+
import { defineComponent as ee, useSlots as te, ref as G, useModel as le, watch as oe, computed as s, createVNode as a, Fragment as f, createElementBlock as B, openBlock as n, mergeProps as ne, createCommentVNode as v, createElementVNode as re, normalizeStyle as z, normalizeClass as x, unref as b, createBlock as p, renderSlot as P, resolveDynamicComponent as y, withCtx as D, mergeModels as ae } from "vue";
|
|
2
|
+
import { QuestionCircleOutlined as se } from "@ant-design/icons-vue";
|
|
3
|
+
import { Spin as ie, Tooltip as de } from "@aplus-frontend/antdv";
|
|
6
4
|
import ue from "@aplus-frontend/antdv/es/_util/hooks/useBreakpoint";
|
|
7
5
|
import { IconApAdFillDown as ce } from "@aplus-frontend/icon";
|
|
6
|
+
import { clsx as C } from "clsx";
|
|
7
|
+
import "../../../config-provider/index.mjs";
|
|
8
8
|
import pe from "../../style/index.mjs";
|
|
9
9
|
import { useNamespace as fe } from "../../../config-provider/hooks/use-namespace.mjs";
|
|
10
10
|
const $e = /* @__PURE__ */ ee({
|
|
@@ -145,7 +145,7 @@ const $e = /* @__PURE__ */ ee({
|
|
|
145
145
|
};
|
|
146
146
|
}, Q = s(() => F(t.gutter)), A = G(!1), E = (e) => {
|
|
147
147
|
A.value = e;
|
|
148
|
-
}, T = s(() => a(f, null, [t.title || i.title?.()])), q = s(() => a(f, null, [t.tooltip])), J = s(() => a(f, null, [t.extra || i.extra?.()])), K = s(() => a(f, null, [t.actions || i.actions?.()])), L = s(() => t.loading === !0 ? a(
|
|
148
|
+
}, T = s(() => a(f, null, [t.title || i.title?.()])), q = s(() => a(f, null, [t.tooltip])), J = s(() => a(f, null, [t.extra || i.extra?.()])), K = s(() => a(f, null, [t.actions || i.actions?.()])), L = s(() => t.loading === !0 ? a(ie, {
|
|
149
149
|
style: {
|
|
150
150
|
width: "100%",
|
|
151
151
|
height: "100%",
|
|
@@ -153,7 +153,7 @@ const $e = /* @__PURE__ */ ee({
|
|
|
153
153
|
alignItems: "center",
|
|
154
154
|
justifyContent: "center"
|
|
155
155
|
}
|
|
156
|
-
}, null) : a(f, null, [t.loading])),
|
|
156
|
+
}, null) : a(f, null, [t.loading])), h = s(() => t.collapsible && M.value === void 0), U = () => t.collapsibleIconRender ? t.collapsibleIconRender?.({
|
|
157
157
|
collapsed: m.value
|
|
158
158
|
}) : a(f, null, [a(ce, {
|
|
159
159
|
class: d("collapsible-icon"),
|
|
@@ -204,7 +204,7 @@ const $e = /* @__PURE__ */ ee({
|
|
|
204
204
|
return C(`${e}`, [t.bordered ? `${e}-border` : void 0, t.boxShadow ? `${e}-box-shadow` : void 0, A.value ? `${e}-contain-card` : void 0, t.loading ? `${e}-loading` : void 0, t.split === "vertical" || t.split === "horizontal" ? `${e}-split` : void 0, t.ghost ? `${e}-ghost` : void 0, t.hoverable ? `${e}-hoverable` : void 0, t.type ? `${e}-type-${t.type}` : void 0, m.value ? `${e}-collapsed` : void 0, V.value].filter(Boolean));
|
|
205
205
|
}), Y = s(() => {
|
|
206
206
|
const e = d("header");
|
|
207
|
-
return C(`${e}`, [t.headerBordered || t.type === "inner" ? `${e}-border` : void 0,
|
|
207
|
+
return C(`${e}`, [t.headerBordered || t.type === "inner" ? `${e}-border` : void 0, h.value ? `${e}-collapsible` : void 0].filter(Boolean));
|
|
208
208
|
}), Z = s(() => {
|
|
209
209
|
const e = d("body");
|
|
210
210
|
return C(`${e}`, [t.layout === "center" ? `${e}-center` : void 0, t.split === "horizontal" || t.direction === "column" ? `${e}-direction-column` : void 0, t.wrap && A.value ? `${e}-wrap` : void 0].filter(Boolean));
|
|
@@ -213,33 +213,33 @@ const $e = /* @__PURE__ */ ee({
|
|
|
213
213
|
class: X.value
|
|
214
214
|
}, {
|
|
215
215
|
...e.$attrs
|
|
216
|
-
}), [t.title || i.title || t.extra || i.extra ||
|
|
216
|
+
}), [t.title || i.title || t.extra || i.extra || h.value ? (n(), B("div", {
|
|
217
217
|
key: 0,
|
|
218
|
-
class:
|
|
218
|
+
class: x(Y.value),
|
|
219
219
|
style: z({
|
|
220
220
|
...t.headStyle
|
|
221
221
|
}),
|
|
222
222
|
onClick: l[0] || (l[0] = () => {
|
|
223
|
-
|
|
223
|
+
h.value && R();
|
|
224
224
|
})
|
|
225
|
-
}, [t.title || i.title ||
|
|
225
|
+
}, [t.title || i.title || h.value ? (n(), B("div", {
|
|
226
226
|
key: 0,
|
|
227
|
-
class: b(
|
|
228
|
-
}, [
|
|
227
|
+
class: x(b(d)("header-title"))
|
|
228
|
+
}, [h.value ? (n(), p(y(U()), {
|
|
229
229
|
key: 0
|
|
230
|
-
})) : v("", !0), P(e.$slots, "title", {}, () => [(n(), p(y(T.value)))]), t.tooltip ? (n(), p(
|
|
230
|
+
})) : v("", !0), P(e.$slots, "title", {}, () => [(n(), p(y(T.value)))]), t.tooltip ? (n(), p(b(de), {
|
|
231
231
|
key: 1
|
|
232
232
|
}, {
|
|
233
233
|
title: D(() => [(n(), p(y(q.value)))]),
|
|
234
|
-
default: D(() => [a(
|
|
235
|
-
class: b(
|
|
234
|
+
default: D(() => [a(b(se), {
|
|
235
|
+
class: x(b(d)("header-title-tooltip"))
|
|
236
236
|
}, null, 8, ["class"])]),
|
|
237
237
|
_: 1
|
|
238
238
|
})) : v("", !0)], 2)) : v("", !0), t.extra || i.extra ? (n(), B("div", {
|
|
239
239
|
key: 1,
|
|
240
|
-
class: b(
|
|
240
|
+
class: x(b(d)("header-extra"))
|
|
241
241
|
}, [P(e.$slots, "extra", {}, () => [(n(), p(y(J.value)))])], 2)) : v("", !0)], 6)) : v("", !0), re("div", {
|
|
242
|
-
class:
|
|
242
|
+
class: x(Z.value),
|
|
243
243
|
style: z({
|
|
244
244
|
...t.bodyStyle
|
|
245
245
|
})
|
|
@@ -249,7 +249,7 @@ const $e = /* @__PURE__ */ ee({
|
|
|
249
249
|
key: 1
|
|
250
250
|
}))], 6), t.actions || i.actions ? (n(), B("div", {
|
|
251
251
|
key: 1,
|
|
252
|
-
class: b(
|
|
252
|
+
class: x(b(d)("actions")),
|
|
253
253
|
style: z({
|
|
254
254
|
...t.actionsStyle
|
|
255
255
|
})
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as s, computed as i, createElementBlock as a, openBlock as c, mergeProps as d } from "vue";
|
|
2
|
+
import { clsx as l } from "clsx";
|
|
2
3
|
import "../../../config-provider/index.mjs";
|
|
3
|
-
import
|
|
4
|
-
import l from "../../style/divider.mjs";
|
|
4
|
+
import m from "../../style/divider.mjs";
|
|
5
5
|
import { useNamespace as u } from "../../../config-provider/hooks/use-namespace.mjs";
|
|
6
|
-
const
|
|
6
|
+
const $ = /* @__PURE__ */ s({
|
|
7
7
|
name: "ApProCardDivider",
|
|
8
8
|
__name: "index",
|
|
9
9
|
props: {
|
|
@@ -14,17 +14,17 @@ const h = /* @__PURE__ */ n({
|
|
|
14
14
|
setup(o) {
|
|
15
15
|
const {
|
|
16
16
|
b: t
|
|
17
|
-
} = u("pro-card-divider"), p =
|
|
17
|
+
} = u("pro-card-divider"), p = m("pro-card-divider"), r = o, n = i(() => {
|
|
18
18
|
const e = t();
|
|
19
|
-
return
|
|
19
|
+
return l(`${e}`, [r.type ? `${e}-${r.type}` : void 0, p.value].filter(Boolean));
|
|
20
20
|
});
|
|
21
|
-
return (e, f) => (
|
|
21
|
+
return (e, f) => (c(), a("div", d({
|
|
22
22
|
...e.$attrs
|
|
23
23
|
}, {
|
|
24
|
-
class:
|
|
24
|
+
class: n.value
|
|
25
25
|
}), null, 16));
|
|
26
26
|
}
|
|
27
27
|
});
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
$ as default
|
|
30
30
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ApProCardStatisticProps, ApProCardStatisticSolts } from '../../interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, VNode, RendererNode, RendererElement, VNodeArrayChildren, ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { Formatter } from '@aplus-frontend/antdv/es/statistic/utils';
|
|
3
4
|
declare function __VLS_template(): {
|
|
4
5
|
attrs: Partial<{}>;
|
|
5
6
|
slots: Readonly<ApProCardStatisticSolts> & ApProCardStatisticSolts;
|
|
@@ -35,6 +36,7 @@ declare const __VLS_component: DefineComponent<ApProCardStatisticProps, {}, {},
|
|
|
35
36
|
}> | null | undefined)[] | VNode<RendererNode, RendererElement, {
|
|
36
37
|
[key: string]: any;
|
|
37
38
|
}> | null;
|
|
39
|
+
formatter: Formatter;
|
|
38
40
|
description: string | number | boolean | void | VNodeArrayChildren | VNode<RendererNode, RendererElement, {
|
|
39
41
|
[key: string]: any;
|
|
40
42
|
}> | null;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { QuestionCircleOutlined as
|
|
3
|
-
import { Tooltip as
|
|
4
|
-
import {
|
|
1
|
+
import { defineComponent as F, useSlots as I, computed as t, createVNode as r, Fragment as s, createElementBlock as P, openBlock as o, mergeProps as x, createBlock as u, createElementVNode as C, resolveDynamicComponent as a, normalizeClass as B, unref as O, createSlots as V, withCtx as d } from "vue";
|
|
2
|
+
import { QuestionCircleOutlined as Q } from "@ant-design/icons-vue";
|
|
3
|
+
import { Tooltip as R, Badge as T, Statistic as q } from "@aplus-frontend/antdv";
|
|
4
|
+
import { clsx as c } from "clsx";
|
|
5
|
+
import { omit as G } from "lodash-unified";
|
|
5
6
|
import "../../../config-provider/index.mjs";
|
|
6
|
-
import
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
const te = /* @__PURE__ */ E({
|
|
7
|
+
import H from "../../style/statistic.mjs";
|
|
8
|
+
import { useNamespace as J } from "../../../config-provider/hooks/use-namespace.mjs";
|
|
9
|
+
const ne = /* @__PURE__ */ F({
|
|
10
10
|
name: "ApProCardStatistic",
|
|
11
11
|
__name: "index",
|
|
12
12
|
props: {
|
|
@@ -18,7 +18,8 @@ const te = /* @__PURE__ */ E({
|
|
|
18
18
|
valueStyle: {},
|
|
19
19
|
valueRender: {},
|
|
20
20
|
formatter: {
|
|
21
|
-
type: [Boolean, String, Function]
|
|
21
|
+
type: [Boolean, String, Function],
|
|
22
|
+
default: void 0
|
|
22
23
|
},
|
|
23
24
|
precision: {},
|
|
24
25
|
prefix: {
|
|
@@ -62,9 +63,9 @@ const te = /* @__PURE__ */ E({
|
|
|
62
63
|
}
|
|
63
64
|
},
|
|
64
65
|
setup(S) {
|
|
65
|
-
const n =
|
|
66
|
+
const n = I(), e = S, {
|
|
66
67
|
b: l
|
|
67
|
-
} =
|
|
68
|
+
} = J("pro-card-statistic"), b = H("pro-card-statistic"), g = t(() => {
|
|
68
69
|
const i = l();
|
|
69
70
|
return c(`${i}`, [e.size ? `${i}-size-${e.size}` : void 0, b.value].filter(Boolean));
|
|
70
71
|
}), $ = t(() => l("tip")), D = t(() => {
|
|
@@ -73,51 +74,54 @@ const te = /* @__PURE__ */ E({
|
|
|
73
74
|
}), N = t(() => l("status")), M = t(() => l("icon")), A = t(() => l("wrapper")), j = t(() => l("content")), k = t(() => {
|
|
74
75
|
const i = l();
|
|
75
76
|
return c(`${i}-layout`, [e.layout ? `${i}-layout-${e.layout}` : void 0, e.trend ? `${i}-trend-${e.trend}` : void 0].filter(Boolean));
|
|
76
|
-
}), _ = t(() => l("description")), f = t(() => e.tip || n.tip ? r(
|
|
77
|
+
}), _ = t(() => l("description")), f = t(() => e.tip || n.tip ? r(R, {
|
|
77
78
|
title: e.tip ?? n.tip?.()
|
|
78
79
|
}, {
|
|
79
|
-
default: () => [r(
|
|
80
|
+
default: () => [r(Q, {
|
|
80
81
|
class: $.value
|
|
81
82
|
}, null)]
|
|
82
83
|
}) : void 0), p = t(() => e.trend ? r("div", {
|
|
83
84
|
class: D.value
|
|
84
|
-
}, null) : void 0), z = t(() => e.status ? r(
|
|
85
|
+
}, null) : void 0), z = t(() => e.status ? r(T, {
|
|
85
86
|
class: N.value,
|
|
86
87
|
status: e.status
|
|
87
88
|
}, null) : void 0), h = t(() => e.icon || n.icon ? r("div", {
|
|
88
89
|
class: M.value
|
|
89
|
-
}, [e.icon ?? n.icon?.()]) : void 0), m = t(() => e.title || n.title ? r(
|
|
90
|
+
}, [e.icon ?? n.icon?.()]) : void 0), m = t(() => e.title || n.title ? r(s, null, [e.title || n.title?.()]) : void 0), v = t(() => e.prefix || n.prefix ? r(s, null, [e.prefix || n.prefix?.()]) : void 0), y = t(() => e.suffix || n.suffix ? r(s, null, [e.suffix || n.suffix?.()]) : void 0), w = t(() => e.description || n.description ? r("div", {
|
|
90
91
|
class: _.value
|
|
91
92
|
}, [e.description || n.description?.()]) : void 0);
|
|
92
|
-
return (i,
|
|
93
|
+
return (i, K) => (o(), P("div", x({
|
|
93
94
|
...i.$attrs
|
|
94
95
|
}, {
|
|
95
96
|
class: g.value
|
|
96
|
-
}), [(o(),
|
|
97
|
+
}), [(o(), u(a(h.value))), C("div", {
|
|
97
98
|
class: B(A.value)
|
|
98
|
-
}, [(o(),
|
|
99
|
+
}, [(o(), u(a(z.value))), C("div", {
|
|
99
100
|
class: B(j.value)
|
|
100
|
-
}, [r(O(
|
|
101
|
+
}, [r(O(q), x({
|
|
101
102
|
class: k.value
|
|
102
103
|
}, {
|
|
103
|
-
...O(
|
|
104
|
-
|
|
104
|
+
...O(G)(e, ["title", "prefix"]),
|
|
105
|
+
formatter: e.formatter ?? (({
|
|
106
|
+
value: E
|
|
107
|
+
}) => E ?? "--")
|
|
108
|
+
}), V({
|
|
105
109
|
_: 2
|
|
106
110
|
}, [m.value || f.value ? {
|
|
107
111
|
name: "title",
|
|
108
|
-
fn: d(() => [(o(),
|
|
112
|
+
fn: d(() => [(o(), u(a(m.value))), (o(), u(a(f.value)))]),
|
|
109
113
|
key: "0"
|
|
110
114
|
} : void 0, p.value || v.value ? {
|
|
111
115
|
name: "prefix",
|
|
112
|
-
fn: d(() => [(o(),
|
|
116
|
+
fn: d(() => [(o(), u(a(p.value))), (o(), u(a(v.value)))]),
|
|
113
117
|
key: "1"
|
|
114
118
|
} : void 0, y.value ? {
|
|
115
119
|
name: "suffix",
|
|
116
|
-
fn: d(() => [(o(),
|
|
120
|
+
fn: d(() => [(o(), u(a(y.value)))]),
|
|
117
121
|
key: "2"
|
|
118
|
-
} : void 0]), 1040, ["class"]), (o(),
|
|
122
|
+
} : void 0]), 1040, ["class"]), (o(), u(a(w.value)))], 2)], 2)], 16));
|
|
119
123
|
}
|
|
120
124
|
});
|
|
121
125
|
export {
|
|
122
|
-
|
|
126
|
+
ne as default
|
|
123
127
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as N, useSlots as _, computed as r, createVNode as a, mergeProps as f, createBlock as
|
|
1
|
+
import { defineComponent as N, useSlots as _, computed as r, createVNode as a, mergeProps as f, createBlock as s, openBlock as u, createSlots as $, withCtx as m, createCommentVNode as y, renderSlot as h, resolveDynamicComponent as v, renderList as A, unref as j } from "vue";
|
|
2
|
+
import { clsx as b } from "clsx";
|
|
3
|
+
import { omit as P } from "lodash-unified";
|
|
2
4
|
import "../../../config-provider/index.mjs";
|
|
5
|
+
import D from "../../style/statistics-card.mjs";
|
|
3
6
|
import "../card/index.vue.mjs";
|
|
4
7
|
import "../statistic/index.vue.mjs";
|
|
5
|
-
import { mergeClass as b } from "../../../editable-table/utils.mjs";
|
|
6
|
-
import { omit as P } from "lodash-unified";
|
|
7
|
-
import D from "../../style/statistics-card.mjs";
|
|
8
8
|
import { useNamespace as k } from "../../../config-provider/hooks/use-namespace.mjs";
|
|
9
9
|
import M from "../statistic/index.vue2.mjs";
|
|
10
10
|
import w from "../card/index.vue2.mjs";
|
|
@@ -95,21 +95,21 @@ const K = /* @__PURE__ */ N({
|
|
|
95
95
|
description: t.statistic?.description || e.description?.()
|
|
96
96
|
}), null) : void 0), i = r(() => t.chart || e.chart ? a("div", {
|
|
97
97
|
class: C.value
|
|
98
|
-
}, [t.chart || e.chart?.()]) : void 0),
|
|
98
|
+
}, [t.chart || e.chart?.()]) : void 0), c = r(() => i.value || l.value ? t.chartPlacement === "left" ? a("div", {
|
|
99
99
|
class: p.value
|
|
100
100
|
}, [i.value, l.value]) : a("div", {
|
|
101
101
|
class: p.value
|
|
102
102
|
}, [l.value, i.value]) : void 0), O = r(() => t.footer || e.footer ? a("div", {
|
|
103
103
|
class: x.value
|
|
104
104
|
}, [t.footer || e.footer?.()]) : void 0);
|
|
105
|
-
return (o, I) => (u(),
|
|
105
|
+
return (o, I) => (u(), s(w, f({
|
|
106
106
|
class: g.value
|
|
107
107
|
}, {
|
|
108
108
|
...t
|
|
109
109
|
}), $({
|
|
110
|
-
default: m(() => [
|
|
110
|
+
default: m(() => [c.value ? (u(), s(v(c.value), {
|
|
111
111
|
key: 0
|
|
112
|
-
})) : y("", !0), h(o.$slots, "default"),
|
|
112
|
+
})) : y("", !0), h(o.$slots, "default"), c.value ? (u(), s(v(O.value), {
|
|
113
113
|
key: 1
|
|
114
114
|
})) : y("", !0)]),
|
|
115
115
|
_: 2
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as s, computed as a, createElementBlock as i, openBlock as p, normalizeClass as
|
|
1
|
+
import { defineComponent as s, computed as a, createElementBlock as i, openBlock as p, normalizeClass as c, renderSlot as m } from "vue";
|
|
2
|
+
import { clsx as f } from "clsx";
|
|
2
3
|
import "../../../config-provider/index.mjs";
|
|
3
|
-
import { mergeClass as f } from "../../../editable-table/utils.mjs";
|
|
4
4
|
import C from "../../style/title.mjs";
|
|
5
5
|
import { useNamespace as v } from "../../../config-provider/hooks/use-namespace.mjs";
|
|
6
6
|
import { useGlobalConfig as M } from "../../../config-provider/hooks/use-global-config.mjs";
|
|
7
|
-
const
|
|
7
|
+
const b = /* @__PURE__ */ s({
|
|
8
8
|
name: "ApProCardTitle",
|
|
9
9
|
__name: "index",
|
|
10
10
|
props: {
|
|
@@ -25,10 +25,10 @@ const P = /* @__PURE__ */ s({
|
|
|
25
25
|
return f(`${o}`, [e.type ? `${o}-${e.type}` : void 0, r.value ? `${o}-${e.type ?? "default"}-${r.value}` : void 0, d.value].filter(Boolean));
|
|
26
26
|
});
|
|
27
27
|
return (o, $) => (p(), i("div", {
|
|
28
|
-
class:
|
|
29
|
-
}, [
|
|
28
|
+
class: c(n.value)
|
|
29
|
+
}, [m(o.$slots, "default")], 2));
|
|
30
30
|
}
|
|
31
31
|
});
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
b as default
|
|
34
34
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { default as Card } from './components/card/index.vue';
|
|
2
2
|
import { default as Divider } from './components/divider/index.vue';
|
|
3
|
-
import { default as
|
|
3
|
+
import { default as Operation } from './components/operation/index.vue';
|
|
4
4
|
import { default as Statistic } from './components/statistic/index.vue';
|
|
5
|
+
import { default as Title } from './components/title/index.vue';
|
|
5
6
|
import { default as StatisticCard } from './statistic-card';
|
|
6
|
-
import { default as Operation } from './components/operation/index.vue';
|
|
7
7
|
export type ApProCardType = typeof Card & {
|
|
8
8
|
isProCard: boolean;
|
|
9
9
|
Divider: typeof Divider;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./components/card/index.vue.mjs";
|
|
2
2
|
import "./components/divider/index.vue.mjs";
|
|
3
|
-
import "./components/
|
|
3
|
+
import "./components/operation/index.vue.mjs";
|
|
4
4
|
import "./components/statistic/index.vue.mjs";
|
|
5
|
+
import "./components/title/index.vue.mjs";
|
|
5
6
|
import "./statistic-card/index.mjs";
|
|
6
|
-
import "./components/operation/index.vue.mjs";
|
|
7
7
|
import t from "./components/card/index.vue2.mjs";
|
|
8
8
|
import o from "./components/divider/index.vue2.mjs";
|
|
9
9
|
import m from "./components/title/index.vue2.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { genComponentStyleHook as e } from "../../utils/cssinjs/index.mjs";
|
|
2
|
+
import { defaultToken as i } from "./token.mjs";
|
|
3
3
|
const a = (r) => {
|
|
4
4
|
const { componentCls: t } = r, o = `${r.apProCardBorderLineWidth} ${r.apProCardBorderLineType} ${r.apProCardBorderColorSplit}`;
|
|
5
5
|
return {
|
|
@@ -34,10 +34,10 @@ const a = (r) => {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
|
-
}, l =
|
|
37
|
+
}, l = e(
|
|
38
38
|
"ProCard.Divider",
|
|
39
39
|
(r) => [a(r)],
|
|
40
|
-
|
|
40
|
+
i
|
|
41
41
|
);
|
|
42
42
|
export {
|
|
43
43
|
l as default,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { genComponentStyleHook as e } from "../../utils/cssinjs/index.mjs";
|
|
2
|
+
import { defaultToken as n } from "./token.mjs";
|
|
3
3
|
const o = (t) => {
|
|
4
4
|
const { componentCls: i } = t;
|
|
5
5
|
return {
|
|
@@ -124,10 +124,10 @@ const o = (t) => {
|
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
};
|
|
127
|
-
}, a =
|
|
127
|
+
}, a = e(
|
|
128
128
|
"ProCard.Statistic",
|
|
129
129
|
(t) => [o(t)],
|
|
130
|
-
|
|
130
|
+
n
|
|
131
131
|
);
|
|
132
132
|
export {
|
|
133
133
|
a as default,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { genComponentStyleHook as a } from "../../utils/cssinjs/index.mjs";
|
|
2
|
+
import { defaultToken as e } from "./token.mjs";
|
|
3
3
|
const i = (r) => {
|
|
4
4
|
const { componentCls: t } = r;
|
|
5
5
|
return {
|
|
@@ -35,10 +35,10 @@ const i = (r) => {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
};
|
|
38
|
-
}, n =
|
|
38
|
+
}, n = a(
|
|
39
39
|
"StatisticsCard",
|
|
40
40
|
(r) => [i(r)],
|
|
41
|
-
|
|
41
|
+
e
|
|
42
42
|
);
|
|
43
43
|
export {
|
|
44
44
|
n as default
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ApColumnType, ApTableProps } from './interface';
|
|
2
|
-
import { ApFormSearchFormPopoverSorterItem } from '../ap-form';
|
|
3
1
|
import { ColumnsType, ColumnType } from '@aplus-frontend/antdv/es/table';
|
|
2
|
+
import { ApFormSearchFormPopoverSorterItem } from '../ap-form';
|
|
4
3
|
import { RowSelectionReturnType } from './hooks/use-table-row-selection';
|
|
4
|
+
import { ApColumnType, ApTableProps } from './interface';
|
|
5
5
|
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, ComputedRef, VNode } from 'vue';
|
|
6
6
|
declare const _default: <RecordType>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
7
7
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & ApTableProps<RecordType> & Partial<{}>> & PublicProps;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { defineComponent as $e, useSlots as je, ref as c, computed as n, unref as o, toRef as He, createVNode as p, Fragment as ae, watch as B, createElementBlock as k, openBlock as f, normalizeStyle as E, normalizeClass as m, createCommentVNode as le, createElementVNode as K, mergeProps as z, createSlots as ne, withCtx as w, renderList as se, createBlock as ue, resolveDynamicComponent as _e, renderSlot as v, normalizeProps as Ue, guardReactiveProps as qe } from "vue";
|
|
2
2
|
import { Divider as Me, Table as Ge } from "@aplus-frontend/antdv";
|
|
3
3
|
import { useToken as Je } from "@aplus-frontend/antdv/es/theme/internal";
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
4
|
+
import { isUndefined as g, omit as de, isBoolean as Qe } from "lodash-unified";
|
|
5
|
+
import "../scroll-bar/index.mjs";
|
|
6
|
+
import { getValidVNodeList as Xe } from "../utils/slot.mjs";
|
|
7
|
+
import { useDevWarning as Ye } from "../utils/warning.mjs";
|
|
8
|
+
import { ApForm as Ze } from "../ap-form/index.mjs";
|
|
6
9
|
import "../config-provider/index.mjs";
|
|
7
|
-
import {
|
|
8
|
-
import { isUndefined as g, omit as ie, isBoolean as Ye } from "lodash-unified";
|
|
9
|
-
import { getColumnOrder as ce, updateFormProps as Ze, getFieldProps as er, getSearchFormItemRenderNode as rr, recursionApColumns as pe, getTableTitle as or, getTableRenderType as tr, getTableRenderProps as ar, getTableCellRenderNode as lr, apColumnToColumn as nr, falseToUndefined as sr, objectToString as ur } from "./utils.mjs";
|
|
10
|
-
import dr from "./hooks/use-table-content-height.mjs";
|
|
11
|
-
import ir from "./hooks/use-table-row-selection.mjs";
|
|
12
|
-
import { getScrollbarSize as cr } from "../utils/index.mjs";
|
|
13
|
-
import "./components/setting/modal/index.vue.mjs";
|
|
10
|
+
import { getScrollbarSize as er } from "../utils/index.mjs";
|
|
14
11
|
import "./components/paragraph-ellipsis/index.vue.mjs";
|
|
15
|
-
import
|
|
16
|
-
import "
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import
|
|
20
|
-
import
|
|
12
|
+
import "./components/setting/modal/index.vue.mjs";
|
|
13
|
+
import { noRenderAsFormItemValueList as ie } from "./constants.mjs";
|
|
14
|
+
import { useProvideApTable as rr } from "./context.mjs";
|
|
15
|
+
import { useStickyScroll as or } from "./hooks/use-sticky-scroll.mjs";
|
|
16
|
+
import tr from "./hooks/use-table-content-height.mjs";
|
|
17
|
+
import { useTablePaging as ar } from "./hooks/use-table-paging-ng.mjs";
|
|
18
|
+
import lr from "./hooks/use-table-row-selection.mjs";
|
|
19
|
+
import nr from "./style/index.mjs";
|
|
20
|
+
import { getColumnOrder as ce, updateFormProps as sr, getFieldProps as ur, getSearchFormItemRenderNode as dr, recursionApColumns as pe, getTableTitle as ir, getTableRenderType as cr, getTableRenderProps as pr, getTableCellRenderNode as fr, apColumnToColumn as mr, falseToUndefined as gr, objectToString as br } from "./utils.mjs";
|
|
21
21
|
import { useNamespace as yr } from "../config-provider/hooks/use-namespace.mjs";
|
|
22
22
|
import { useGlobalConfig as Sr } from "../config-provider/hooks/use-global-config.mjs";
|
|
23
23
|
import { isDef as fe } from "../utils/is.mjs";
|
|
@@ -158,24 +158,24 @@ const Jr = /* @__PURE__ */ $e({
|
|
|
158
158
|
const r = me;
|
|
159
159
|
let L = 0;
|
|
160
160
|
const b = je(), [, be] = Je();
|
|
161
|
-
|
|
161
|
+
Ye("ApTable")(!1, "breaking", "ApTable has been EOL, Please use AgGrid(https://aplus.aplnk.com/aplus-ui/components/ag-grid/) instead.");
|
|
162
162
|
const {
|
|
163
163
|
e: I,
|
|
164
164
|
b: d,
|
|
165
165
|
be: O,
|
|
166
166
|
m: ye,
|
|
167
167
|
cssVar: Se
|
|
168
|
-
} = yr("ap-table"), he =
|
|
168
|
+
} = yr("ap-table"), he = nr("ap-table"), W = Sr("valueTypeMap"), {
|
|
169
169
|
height: we,
|
|
170
170
|
contentRef: ve
|
|
171
|
-
} =
|
|
171
|
+
} = tr(), D = c(), $ = c(), {
|
|
172
172
|
isStickyMode: j,
|
|
173
173
|
scrollBarRef: R
|
|
174
|
-
} =
|
|
174
|
+
} = or(D), C = c(r.size), s = c([]), H = c([]), _ = er(), P = c(!0), U = n(() => (L++, r.columns?.filter((e) => !e.hideInSearch && e.dataIndex && (e.valueType || e.customRenderFormItem) && !ie.includes(e.valueType))?.sort((e, a) => {
|
|
175
175
|
let t = ce(e.order);
|
|
176
176
|
return ce(a.order) - t;
|
|
177
177
|
})?.map((e) => {
|
|
178
|
-
const a =
|
|
178
|
+
const a = sr(e, ur(e.fieldProps, {})), t = {
|
|
179
179
|
...e,
|
|
180
180
|
fieldProps: {
|
|
181
181
|
label: e.title,
|
|
@@ -187,18 +187,18 @@ const Jr = /* @__PURE__ */ $e({
|
|
|
187
187
|
},
|
|
188
188
|
renderNode: void 0
|
|
189
189
|
};
|
|
190
|
-
return t.renderNode =
|
|
190
|
+
return t.renderNode = dr(t, o(W)), t;
|
|
191
191
|
}) || [])), Re = n(() => pe(o(s), (e) => {
|
|
192
192
|
if (e.sorter === !0)
|
|
193
193
|
return e.key || e?.dataIndex;
|
|
194
194
|
}).filter(Boolean)), Ce = n(() => pe(o(s), (e) => {
|
|
195
195
|
if (e.filters && !e.onFilter)
|
|
196
196
|
return e.key || e?.dataIndex;
|
|
197
|
-
}).filter(Boolean)), Te = n(() => g(r.dataSource) ? y.records : r.dataSource), Fe = n(() => fe(r.manual) ? r.manual :
|
|
197
|
+
}).filter(Boolean)), Te = n(() => g(r.dataSource) ? y.records : r.dataSource), Fe = n(() => fe(r.manual) ? r.manual : Xe(b.searchFormExtra?.() || []).some((a) => a.type?.name === "ApView")), {
|
|
198
198
|
rowSelection: T,
|
|
199
199
|
selectedRows: F,
|
|
200
200
|
...x
|
|
201
|
-
} =
|
|
201
|
+
} = lr({
|
|
202
202
|
fixed: !0,
|
|
203
203
|
...r.rowSelection === !0 ? {} : r.rowSelection,
|
|
204
204
|
rowKey: r.rowKey,
|
|
@@ -217,7 +217,7 @@ const Jr = /* @__PURE__ */ $e({
|
|
|
217
217
|
setPaging: ze,
|
|
218
218
|
getPaging: Ie,
|
|
219
219
|
submitWith: J
|
|
220
|
-
} =
|
|
220
|
+
} = ar({
|
|
221
221
|
async request(e) {
|
|
222
222
|
if (!T.value.preserveSelectedRowKeys && g(r.dataSource) && !P.value && x.clearAll(), P.value && (P.value = !1), !g(r.dataSource))
|
|
223
223
|
return {
|
|
@@ -238,7 +238,7 @@ const Jr = /* @__PURE__ */ $e({
|
|
|
238
238
|
formatParams: r.beforeSearchSubmit,
|
|
239
239
|
pagination: r.pagination
|
|
240
240
|
});
|
|
241
|
-
|
|
241
|
+
rr({
|
|
242
242
|
columns: n(() => s.value),
|
|
243
243
|
columnsBackup: n(() => H.value),
|
|
244
244
|
size: n(() => C.value),
|
|
@@ -264,22 +264,22 @@ const Jr = /* @__PURE__ */ $e({
|
|
|
264
264
|
function a(t, u) {
|
|
265
265
|
return t.map((l) => ({
|
|
266
266
|
resizable: fe(l.resizable) ? l.resizable : r.columnResizable,
|
|
267
|
-
...
|
|
267
|
+
...de(mr(l), ["ellipsis"]),
|
|
268
268
|
// tips: 此函数内部依赖查询&筛选的相应式值
|
|
269
269
|
...G(l),
|
|
270
270
|
fixed: u ? u.fixed : l.fixed,
|
|
271
|
-
title:
|
|
271
|
+
title: ir(l, O("table-header", "title"), b.headerCell, o(be).colorTextTertiary),
|
|
272
272
|
customRender({
|
|
273
273
|
value: S,
|
|
274
274
|
...h
|
|
275
275
|
}) {
|
|
276
|
-
const oe =
|
|
276
|
+
const oe = cr(l), Oe = pr({
|
|
277
277
|
...l,
|
|
278
278
|
valueType: oe
|
|
279
279
|
}, {
|
|
280
280
|
value: S,
|
|
281
281
|
...h
|
|
282
|
-
}), We =
|
|
282
|
+
}), We = fr(oe, Oe, h.record, o(W)), te = l.renderText?.({
|
|
283
283
|
value: S,
|
|
284
284
|
...h
|
|
285
285
|
}) || S, De = l.renderText ? p(ae, null, [l.renderText?.({
|
|
@@ -339,20 +339,20 @@ const Jr = /* @__PURE__ */ $e({
|
|
|
339
339
|
...a,
|
|
340
340
|
// tips 如果是前端分页,则默认会走缓存
|
|
341
341
|
preserveSelectedRowKeys: g(r.dataSource) ? a.preserveSelectedRowKeys : !0
|
|
342
|
-
} :
|
|
342
|
+
} : gr(r.rowSelection),
|
|
343
343
|
loading: g(r.loading) ? e.loading : r.loading,
|
|
344
344
|
pagination: r.pagination === !1 ? !1 : e.pagination,
|
|
345
345
|
scroll: o(Ve)
|
|
346
346
|
};
|
|
347
347
|
}), Ee = n(() => [d(), r.card ? null : d("wrapper"), r.adaptive ? d("adaptive") : null, j.value && R.value?.visible ? ye(`sticky-${_ === 0 ? "absolute" : "relative"}`) : null, he.value].filter(Boolean));
|
|
348
348
|
function Ke(e, a, t) {
|
|
349
|
-
if (
|
|
349
|
+
if (ie.includes(e.valueType))
|
|
350
350
|
return t;
|
|
351
|
-
const u =
|
|
351
|
+
const u = br(a);
|
|
352
352
|
return e.copyable || e.ellipsis ? p(hr, {
|
|
353
353
|
copyable: e.copyable,
|
|
354
354
|
rawValue: u,
|
|
355
|
-
ellipsis: e.ellipsis ?
|
|
355
|
+
ellipsis: e.ellipsis ? Qe(e.ellipsis) ? {
|
|
356
356
|
tooltip: t,
|
|
357
357
|
rows: 1
|
|
358
358
|
} : {
|
|
@@ -424,7 +424,7 @@ const Jr = /* @__PURE__ */ $e({
|
|
|
424
424
|
key: 0,
|
|
425
425
|
class: m(e.card ? o(I)("search-wrapper") : null),
|
|
426
426
|
style: E(e.searchFormWrapperStyle)
|
|
427
|
-
}, [p(o(
|
|
427
|
+
}, [p(o(Ze).SearchForm, z(e.searchForm || {}, {
|
|
428
428
|
ref_key: "formRef",
|
|
429
429
|
ref: i,
|
|
430
430
|
"custom-reset": "",
|
|
@@ -494,7 +494,7 @@ const Jr = /* @__PURE__ */ $e({
|
|
|
494
494
|
"extra-size": C.value === "middle" ? 13 : 10
|
|
495
495
|
}, null, 8, ["scroll-container", "extra-size"])]),
|
|
496
496
|
key: "0"
|
|
497
|
-
} : void 0, se(o(
|
|
497
|
+
} : void 0, se(o(de)(b, ["title", "searchFormExtra", "headerCell", "summary"]), (t, u) => ({
|
|
498
498
|
name: u,
|
|
499
499
|
fn: w((l) => [v(e.$slots, u, Ue(qe(l || {})))])
|
|
500
500
|
}))]), 1040, ["class", "size", "table-layout", "columns"])], 6)], 6));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as k, ref as g, computed as T, createElementBlock as c, openBlock as l, mergeProps as w, unref as e, createElementVNode as _, createCommentVNode as B, normalizeClass as u, createVNode as m, createSlots as O, withCtx as i, createBlock as s, resolveDynamicComponent as f, h as y } from "vue";
|
|
2
|
-
import "../../../config-provider/index.mjs";
|
|
3
|
-
import { Tooltip as d } from "@aplus-frontend/antdv";
|
|
4
2
|
import { CopyOutlined as E, CheckOutlined as N } from "@ant-design/icons-vue";
|
|
3
|
+
import { Tooltip as d } from "@aplus-frontend/antdv";
|
|
4
|
+
import "../../../config-provider/index.mjs";
|
|
5
5
|
import { copy as V } from "../../../utils/copy.mjs";
|
|
6
6
|
import j from "../../style/ellipsis.mjs";
|
|
7
7
|
import { useNamespace as x } from "../../../config-provider/hooks/use-namespace.mjs";
|