@aplus-frontend/ui 0.6.0-beta.1 → 0.6.0-beta.11
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 +294 -289
- package/es/src/ap-action/group/index.vue.d.ts +1 -1
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
- package/es/src/ap-button/ap-button.vue.mjs +1 -1
- package/es/src/ap-field/date/helper.mjs +12 -12
- package/es/src/ap-field/date/index.vue.d.ts +1 -1
- package/es/src/ap-field/date-range/index.vue.d.ts +1 -1
- package/es/src/ap-field/number/index.vue.d.ts +1 -1
- package/es/src/ap-field/rate/index.vue.d.ts +1 -1
- package/es/src/ap-field/select/index.vue.d.ts +1 -1
- package/es/src/ap-field/tree-select/index.vue.d.ts +1 -1
- package/es/src/ap-form/interface.d.ts +4 -0
- package/es/src/ap-form/item/index.vue.d.ts +1 -1
- package/es/src/ap-form/item/index.vue.mjs +7 -7
- package/es/src/ap-form/items/number/index.vue.d.ts +8 -8
- package/es/src/ap-form/items/select/index.vue.d.ts +8 -8
- package/es/src/ap-form/items/text/index.vue.d.ts +2 -2
- package/es/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/es/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
- package/es/src/ap-form/render/item.vue.d.ts +1 -1
- package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
- package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +40 -36
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +88 -69
- package/es/src/ap-form/search-form/index.vue.d.ts +6 -2
- package/es/src/ap-form/search-form/index.vue.mjs +77 -76
- package/es/src/ap-grid/constants.d.ts +3 -3
- package/es/src/ap-grid/constants.mjs +9 -9
- package/es/src/ap-grid/editable/form-item.vue.mjs +94 -83
- package/es/src/ap-grid/editable/index.vue.mjs +89 -78
- package/es/src/ap-grid/hooks/use-inner-params.d.ts +2 -1
- package/es/src/ap-grid/hooks/use-inner-params.mjs +24 -35
- package/es/src/ap-grid/index.vue.mjs +161 -139
- package/es/src/ap-grid/interface.d.ts +2 -2
- package/es/src/ap-grid/utils/table.mjs +32 -32
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue2.mjs +209 -198
- package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
- package/es/src/ap-table/constants.d.ts +30 -30
- package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +9 -2
- package/es/src/ap-table/hooks/use-table-paging-ng.mjs +147 -130
- package/es/src/ap-table/utils.d.ts +14 -14
- package/es/src/ap-tag/ap-tag-group.vue.mjs +32 -28
- package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/es/src/ap-tag/ap-tag.vue.mjs +18 -12
- package/es/src/ap-tag/interface.d.ts +4 -0
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +93 -73
- package/es/src/business/ap-expand-alert/index.d.ts +4 -4
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +109 -99
- package/es/src/business/ap-export-group/index.d.ts +3 -0
- package/es/src/business/ap-export-group/interface.d.ts +7 -2
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +27 -25
- package/es/src/business/ap-label/ApLabel.d.ts +1 -1
- package/es/src/business/ap-label/constans.mjs +1 -1
- package/es/src/business/ap-label/index.d.ts +3 -3
- package/es/src/business/ap-ladder/ApLadder.d.ts +1 -1
- package/es/src/business/ap-ladder/index.d.ts +3 -3
- package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +17 -0
- package/es/src/business/ap-radio-group/ap-radio-group.vue.mjs +4 -0
- package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +60 -0
- package/es/src/business/ap-radio-group/index.d.ts +55 -0
- package/es/src/business/ap-radio-group/index.mjs +8 -0
- package/es/src/business/ap-radio-group/interface.d.ts +11 -0
- package/es/src/business/ap-radio-group/interface.mjs +1 -0
- package/es/src/business/ap-radio-group/style/css.d.ts +0 -0
- package/es/src/business/ap-radio-group/style/css.js +1 -0
- package/es/src/business/ap-radio-group/style/index.d.ts +0 -0
- package/es/src/business/ap-radio-group/style/index.js +1 -0
- package/es/src/business/ap-status/interface.d.ts +1 -1
- package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
- package/es/src/business/ap-view/ap-view.vue.d.ts +1 -0
- package/es/src/business/ap-view/ap-view.vue2.mjs +128 -112
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +64 -54
- package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +79 -73
- package/es/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
- package/es/src/business/ap-view/index.d.ts +3 -0
- package/es/src/business/ap-view/interface.d.ts +8 -0
- package/es/src/business/batch-input-group/form-item.vue.d.ts +1 -1
- package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/es/src/business/hooks/usePageListApGrid.d.ts +2 -0
- package/es/src/business/hooks/usePageListApGrid.mjs +70 -47
- package/es/src/business/index.d.ts +1 -0
- package/es/src/business/index.mjs +15 -13
- package/es/src/check-card/group.vue.d.ts +1 -1
- package/es/src/config-provider/config-provider-props.d.ts +0 -5
- package/es/src/config-provider/config-provider-props.mjs +0 -4
- package/es/src/config-provider/config-provider.d.ts +0 -138
- package/es/src/config-provider/config-provider.mjs +21 -26
- package/es/src/config-provider/hooks/use-global-config.d.ts +0 -5
- package/es/src/config-provider/index.d.ts +0 -652
- package/es/src/editable-table/form-item.vue.d.ts +2 -14
- package/es/src/editable-table/form-item.vue.mjs +84 -76
- package/es/src/editable-table/index.vue.d.ts +2 -16
- package/es/src/editable-table/index.vue.mjs +91 -83
- package/es/src/editable-table/interface.d.ts +7 -0
- package/es/src/index.mjs +166 -164
- package/es/src/locale/lang/en.mjs +1 -1
- package/es/src/locale/lang/zh-cn.mjs +1 -1
- package/es/src/path-map.mjs +2 -1
- package/es/src/version.d.ts +2 -0
- package/es/src/version.mjs +4 -0
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/index.vue.d.ts +1 -1
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +1 -1
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-field/date/helper.js +1 -1
- package/lib/src/ap-field/date/index.vue.d.ts +1 -1
- package/lib/src/ap-field/date-range/index.vue.d.ts +1 -1
- package/lib/src/ap-field/number/index.vue.d.ts +1 -1
- package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
- package/lib/src/ap-field/select/index.vue.d.ts +1 -1
- package/lib/src/ap-field/tree-select/index.vue.d.ts +1 -1
- package/lib/src/ap-form/interface.d.ts +4 -0
- package/lib/src/ap-form/item/index.vue.d.ts +1 -1
- package/lib/src/ap-form/item/index.vue.js +1 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +8 -8
- package/lib/src/ap-form/items/select/index.vue.d.ts +8 -8
- package/lib/src/ap-form/items/text/index.vue.d.ts +2 -2
- package/lib/src/ap-form/items/text/password.vue.d.ts +2 -2
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +8 -8
- package/lib/src/ap-form/render/item.vue.d.ts +1 -1
- package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -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/index.vue.d.ts +6 -2
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-grid/constants.d.ts +3 -3
- package/lib/src/ap-grid/constants.js +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ap-grid/editable/index.vue.js +1 -1
- package/lib/src/ap-grid/hooks/use-inner-params.d.ts +2 -1
- package/lib/src/ap-grid/hooks/use-inner-params.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +2 -2
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +1 -1
- package/lib/src/ap-table/ap-table.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 +30 -30
- package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +9 -2
- package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
- package/lib/src/ap-table/utils.d.ts +14 -14
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/interface.d.ts +4 -0
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -3
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-expand-alert/index.d.ts +4 -4
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-export-group/index.d.ts +3 -0
- package/lib/src/business/ap-export-group/interface.d.ts +7 -2
- package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
- package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
- package/lib/src/business/ap-label/constans.js +1 -1
- package/lib/src/business/ap-label/index.d.ts +3 -3
- package/lib/src/business/ap-ladder/ApLadder.d.ts +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +3 -3
- package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +17 -0
- package/lib/src/business/ap-radio-group/ap-radio-group.vue.js +1 -0
- package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -0
- package/lib/src/business/ap-radio-group/index.d.ts +55 -0
- package/lib/src/business/ap-radio-group/index.js +1 -0
- package/lib/src/business/ap-radio-group/interface.d.ts +11 -0
- package/lib/src/business/ap-radio-group/interface.js +1 -0
- package/lib/src/business/ap-radio-group/style/css.cjs +1 -0
- package/lib/src/business/ap-radio-group/style/css.d.ts +0 -0
- package/lib/src/business/ap-radio-group/style/index.cjs +1 -0
- package/lib/src/business/ap-radio-group/style/index.d.ts +0 -0
- package/lib/src/business/ap-status/interface.d.ts +1 -1
- package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -1
- package/lib/src/business/ap-view/ap-view.vue.d.ts +1 -0
- package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
- package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
- package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
- package/lib/src/business/ap-view/hooks/use-view-provide.d.ts +1 -0
- package/lib/src/business/ap-view/index.d.ts +3 -0
- package/lib/src/business/ap-view/interface.d.ts +8 -0
- package/lib/src/business/batch-input-group/form-item.vue.d.ts +1 -1
- package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
- package/lib/src/business/hooks/usePageListApGrid.d.ts +2 -0
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/lib/src/business/index.d.ts +1 -0
- package/lib/src/business/index.js +1 -1
- package/lib/src/check-card/group.vue.d.ts +1 -1
- package/lib/src/config-provider/config-provider-props.d.ts +0 -5
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +0 -138
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +0 -5
- package/lib/src/config-provider/index.d.ts +0 -652
- package/lib/src/editable-table/form-item.vue.d.ts +2 -14
- package/lib/src/editable-table/form-item.vue.js +1 -1
- package/lib/src/editable-table/index.vue.d.ts +2 -16
- package/lib/src/editable-table/index.vue.js +1 -1
- package/lib/src/editable-table/interface.d.ts +7 -0
- package/lib/src/index.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/lib/src/version.d.ts +2 -0
- package/lib/src/version.js +1 -0
- package/package.json +7 -5
- package/theme/antd-global-overwrite/admin/alert.css +6 -19
- package/theme/antd-global-overwrite/admin/alert.less +25 -36
- package/theme/antd-global-overwrite/admin/button.css +13 -13
- package/theme/antd-global-overwrite/admin/button.less +24 -24
- package/theme/antd-global-overwrite/admin/field.css +27 -0
- package/theme/antd-global-overwrite/admin/field.less +23 -0
- package/theme/antd-global-overwrite/admin/index.css +82 -471
- package/theme/antd-global-overwrite/admin/index.less +2 -3
- package/theme/antd-global-overwrite/admin/message.css +2 -9
- package/theme/antd-global-overwrite/admin/message.less +2 -10
- package/theme/antd-global-overwrite/admin/modal.css +10 -49
- package/theme/antd-global-overwrite/admin/modal.less +10 -53
- package/theme/antd-global-overwrite/admin/table.css +21 -75
- package/theme/antd-global-overwrite/admin/table.less +4 -7
- package/theme/antd-global-overwrite/admin/tooltip.css +3 -0
- package/theme/antd-global-overwrite/admin/tooltip.less +3 -0
- package/theme/antd-global-overwrite/aplus/alert.css +9 -19
- package/theme/antd-global-overwrite/aplus/alert.less +27 -34
- package/theme/antd-global-overwrite/aplus/button.css +20 -20
- package/theme/antd-global-overwrite/aplus/button.less +24 -24
- package/theme/antd-global-overwrite/aplus/field.css +21 -0
- package/theme/antd-global-overwrite/aplus/field.less +16 -0
- package/theme/antd-global-overwrite/aplus/index.css +82 -522
- package/theme/antd-global-overwrite/aplus/index.less +1 -3
- package/theme/antd-global-overwrite/aplus/message.css +2 -9
- package/theme/antd-global-overwrite/aplus/message.less +2 -10
- package/theme/antd-global-overwrite/aplus/modal.css +10 -50
- package/theme/antd-global-overwrite/aplus/modal.less +11 -57
- package/theme/antd-global-overwrite/aplus/table.css +19 -67
- package/theme/antd-global-overwrite/aplus/table.less +4 -7
- package/theme/antd-global-overwrite/aplus/tooltip.css +3 -0
- package/theme/antd-global-overwrite/aplus/tooltip.less +3 -0
- package/theme/ap-action/item-dropdown.css +19 -1
- package/theme/ap-action/item.css +20 -2
- package/theme/ap-appendix/ap-appendix.css +25 -5
- package/theme/ap-appendix/ap-appendix.less +6 -4
- package/theme/ap-attachment/ap-attachment.css +25 -6
- package/theme/ap-attachment/ap-attachment.less +6 -6
- package/theme/ap-batch-action/ap-batch-action.css +25 -4
- package/theme/ap-batch-action/ap-batch-action.less +6 -3
- package/theme/ap-button/ap-button.css +19 -1
- package/theme/ap-card/ap-card.css +19 -1
- package/theme/ap-descriptions/ap-descriptions.css +24 -6
- package/theme/ap-descriptions/ap-descriptions.less +5 -5
- package/theme/ap-download/ap-download.css +26 -11
- package/theme/ap-download/ap-download.less +8 -11
- package/theme/ap-expand-alert/ap-expand-alert.css +21 -3
- package/theme/ap-expand-alert/ap-expand-alert.less +5 -5
- package/theme/ap-field/checkbox.css +19 -1
- package/theme/ap-field/index.css +19 -1
- package/theme/ap-field/number.css +19 -1
- package/theme/ap-field/radio.css +19 -1
- package/theme/ap-field/text-area.css +19 -1
- package/theme/ap-form/ap-form-item-group.css +19 -1
- package/theme/ap-form/ap-form-item.css +26 -5
- package/theme/ap-form/ap-form-item.less +11 -5
- package/theme/ap-form/drawer-form.css +19 -1
- package/theme/ap-form/index.css +43 -10
- package/theme/ap-form/item-text-group.css +19 -1
- package/theme/ap-form/item-text.css +19 -1
- package/theme/ap-form/modal-form.css +19 -1
- package/theme/ap-form/search-form-sorter.css +24 -5
- package/theme/ap-form/search-form-sorter.less +1 -0
- package/theme/ap-form/search-form.css +43 -10
- package/theme/ap-form/search-form.less +12 -1
- package/theme/ap-grid/editable.css +19 -1
- package/theme/ap-grid/editable.less +3 -2
- package/theme/ap-grid/index.css +78 -15
- package/theme/ap-grid/index.less +21 -6
- package/theme/ap-group-search/ap-extension-select.css +19 -1
- package/theme/ap-group-search/ap-group-search.css +19 -1
- package/theme/ap-group-search/ap-popover-select.css +19 -1
- package/theme/ap-image/ap-image.css +19 -1
- package/theme/ap-input-radio/ap-input-radio.css +19 -1
- package/theme/ap-label/ap-label.css +19 -1
- package/theme/ap-ladder/ap-ladder.css +23 -4
- package/theme/ap-ladder/ap-ladder.less +4 -3
- package/theme/ap-layout/ap-info-layout.css +19 -1
- package/theme/ap-list/index.css +19 -1
- package/theme/ap-product-info/ap-product-info.css +19 -1
- package/theme/ap-radio-group/ap-radio-group.css +64 -0
- package/theme/ap-radio-group/ap-radio-group.less +23 -0
- package/theme/ap-select-layout/ap-select-layout.css +27 -9
- package/theme/ap-select-layout/ap-select-layout.less +8 -8
- package/theme/ap-size-input/ap-size-input.css +19 -1
- package/theme/ap-status/ap-status.css +21 -4
- package/theme/ap-status/ap-status.less +2 -4
- package/theme/ap-summary/index.css +22 -4
- package/theme/ap-summary/index.less +3 -3
- package/theme/ap-table/ap-table-index.css +24 -6
- package/theme/ap-table/ap-table-index.less +5 -5
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +19 -1
- package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
- package/theme/ap-table/ap-table.css +77 -29
- package/theme/ap-table/ap-table.less +7 -9
- package/theme/ap-table/setting/index.css +23 -6
- package/theme/ap-table/setting/modal.css +21 -4
- package/theme/ap-table/setting/modal.less +1 -2
- package/theme/ap-table/setting/select-group.css +21 -2
- package/theme/ap-table/setting/select-group.less +2 -1
- package/theme/ap-table/setting/sortable-item-meta.css +19 -1
- package/theme/ap-table/setting/sortable-item.css +19 -1
- package/theme/ap-table/setting/sorter.css +19 -2
- package/theme/ap-table-modal/index.css +77 -29
- package/theme/ap-tag/ap-tag-group.css +21 -3
- package/theme/ap-tag/ap-tag-group.less +4 -5
- package/theme/ap-tag/ap-tag.css +42 -15
- package/theme/ap-tag/ap-tag.less +37 -24
- package/theme/ap-title/ap-title.css +26 -6
- package/theme/ap-title/ap-title.less +7 -5
- package/theme/ap-upload/index.css +27 -9
- package/theme/ap-upload/multiple-file.css +21 -3
- package/theme/ap-upload/multiple-file.less +2 -2
- package/theme/ap-upload/picture.css +23 -5
- package/theme/ap-upload/picture.less +4 -4
- package/theme/ap-upload/single-file.css +21 -3
- package/theme/ap-upload/single-file.less +2 -2
- package/theme/ap-upload/upload.css +19 -1
- package/theme/ap-upload-single/index.css +19 -1
- package/theme/ap-view/ap-view.css +23 -1
- package/theme/ap-view/ap-view.less +4 -0
- package/theme/batch-input-group/index.css +20 -1
- package/theme/batch-input-group/popover-input.css +20 -1
- package/theme/batch-input-group/popover-input.less +1 -0
- package/theme/check-card/index.css +22 -4
- package/theme/editable-table/index.css +44 -11
- package/theme/full-screen/index.css +19 -1
- package/theme/index.css +331 -114
- package/theme/index.less +2 -0
- package/theme/mask/index.css +19 -1
- package/theme/mixins/config.less +1 -1
- package/theme/mixins/mixins.css +19 -1
- package/theme/mixins/mixins.less +25 -0
- package/theme/scroll-bar/index.css +19 -1
- package/theme/scroll-view/index.css +19 -1
- package/theme/splitter/index.css +21 -3
- package/theme/text/group.css +19 -1
- package/theme/text/index.css +20 -2
- package/theme/ui-mode.css +102 -0
- package/theme/ui-mode.less +103 -0
- package/theme/work-order-modal/index.css +19 -1
- package/es/src/config-provider/css-var.d.ts +0 -139
- package/es/src/config-provider/css-var.mjs +0 -278
- package/lib/src/config-provider/css-var.d.ts +0 -139
- package/lib/src/config-provider/css-var.js +0 -1
package/es/index.mjs
CHANGED
|
@@ -1,139 +1,143 @@
|
|
|
1
1
|
import * as o from "./src/index.mjs";
|
|
2
|
-
import { default as
|
|
2
|
+
import { default as u } from "./src/path-map.mjs";
|
|
3
|
+
import p from "./src/version.mjs";
|
|
3
4
|
import "./src/hooks/index.mjs";
|
|
4
|
-
import { configProviderProps as
|
|
5
|
-
import { DEFAULT_NAMESPACE as
|
|
6
|
-
import { keysOf as
|
|
7
|
-
import { buildLocaleContext as
|
|
8
|
-
import { defaultNamespace as
|
|
9
|
-
import { ConfigProvider as
|
|
10
|
-
import { APConfigProvider as
|
|
11
|
-
import { ApFormItemText as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { ApForm as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { ApField as
|
|
35
|
-
import { ApFieldText as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { adminToken as
|
|
50
|
-
import { ApActionItem as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { DictCode as
|
|
56
|
-
import { createWorkOrderModal as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { NeedNameKeyDefault as
|
|
62
|
-
import { default as
|
|
63
|
-
import { ApDownLoadNeedNameKeyDefault as
|
|
64
|
-
import { default as
|
|
65
|
-
import { CheckCard as
|
|
66
|
-
import { default as
|
|
67
|
-
import { ApModal as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { ApDrawer as
|
|
73
|
-
import { ApTransformDataHelper as
|
|
74
|
-
import { default as
|
|
75
|
-
import { useTableModal as
|
|
76
|
-
import { useTableSelectModal as
|
|
77
|
-
import { ApAttachment as
|
|
78
|
-
import { ApBatchAction as
|
|
79
|
-
import { ApBatchActionGroup as
|
|
80
|
-
import { ApButtonGroup as
|
|
81
|
-
import { ApCard as
|
|
82
|
-
import { ApExpandAlert as
|
|
83
|
-
import { ApExportGroupActionType as
|
|
84
|
-
import { ApExportGroup as
|
|
85
|
-
import { handleExportDownload as
|
|
86
|
-
import { convertExportField as
|
|
87
|
-
import { ApImage as
|
|
88
|
-
import { ApInputRadio as
|
|
89
|
-
import { ApLabel as
|
|
90
|
-
import { locales as
|
|
91
|
-
import { ApLadder as
|
|
92
|
-
import { ApSelectLayout as
|
|
93
|
-
import { ApStatus as
|
|
94
|
-
import { ApTitle as
|
|
95
|
-
import { usePageListApTable as
|
|
96
|
-
import { useTableRefresh as
|
|
97
|
-
import { usePageListApGrid as
|
|
98
|
-
import { useGridRefresh as
|
|
99
|
-
import { computedRecords as
|
|
100
|
-
import { ApSummary as
|
|
101
|
-
import { ApNeedNameKeyDefault as
|
|
102
|
-
import { ApAppendix as
|
|
103
|
-
import { ApExtensionSelect as
|
|
104
|
-
import { default as
|
|
105
|
-
import { default as
|
|
106
|
-
import { default as
|
|
107
|
-
import { ApSizeInput as
|
|
108
|
-
import { ApProductInfo as
|
|
109
|
-
import { ApView as
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import { default as
|
|
114
|
-
import { default as
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import { default as
|
|
118
|
-
import { default as
|
|
119
|
-
import { default as
|
|
120
|
-
import { default as
|
|
121
|
-
import { default as
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import { default as
|
|
125
|
-
import { default as
|
|
126
|
-
import { default as
|
|
127
|
-
import { default as
|
|
128
|
-
import { default as
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
|
|
5
|
+
import { configProviderProps as A } from "./src/config-provider/config-provider-props.mjs";
|
|
6
|
+
import { DEFAULT_NAMESPACE as n, DEFAULT_UIMODE as c, configProviderContextKey as F } from "./src/config-provider/constants.mjs";
|
|
7
|
+
import { keysOf as T, provideGlobalConfig as S, useGlobalConfig as b } from "./src/config-provider/hooks/use-global-config.mjs";
|
|
8
|
+
import { buildLocaleContext as C, buildTranslator as D, localeContextKey as G, translate as h, useLocale as E } from "./src/config-provider/hooks/use-locale.mjs";
|
|
9
|
+
import { defaultNamespace as R, namespaceContextKey as L, useGetDerivedNamespace as M, useNamespace as N } from "./src/config-provider/hooks/use-namespace.mjs";
|
|
10
|
+
import { ConfigProvider as w, globalConfigCached as y } from "./src/config-provider/config-provider.mjs";
|
|
11
|
+
import { APConfigProvider as B } from "./src/config-provider/index.mjs";
|
|
12
|
+
import { ApFormItemText as K } from "./src/ap-form/items/text/index.mjs";
|
|
13
|
+
import { default as V } from "./src/ap-form/items/text-area/index.vue.mjs";
|
|
14
|
+
import { default as z } from "./src/ap-form/items/number/index.vue.mjs";
|
|
15
|
+
import { default as $ } from "./src/ap-form/items/date/index.vue.mjs";
|
|
16
|
+
import { default as j } from "./src/ap-form/items/date-range/index.vue.mjs";
|
|
17
|
+
import { default as J } from "./src/ap-form/items/radio/index.vue.mjs";
|
|
18
|
+
import { default as X } from "./src/ap-form/items/select/index.vue.mjs";
|
|
19
|
+
import { default as Z } from "./src/ap-form/items/switch/index.vue.mjs";
|
|
20
|
+
import { default as oe } from "./src/ap-form/items/checkbox/index.vue.mjs";
|
|
21
|
+
import { default as te } from "./src/ap-form/items/text/password.vue.mjs";
|
|
22
|
+
import { default as ae } from "./src/ap-form/items/tree-select/index.vue.mjs";
|
|
23
|
+
import { ApForm as me } from "./src/ap-form/index.mjs";
|
|
24
|
+
import { default as xe } from "./src/ap-form/item/index.vue.mjs";
|
|
25
|
+
import { default as ue } from "./src/ap-form/item-group/index.vue.mjs";
|
|
26
|
+
import { default as Ae } from "./src/ap-form/list/index.vue.mjs";
|
|
27
|
+
import { default as ne } from "./src/ap-form/search-form/index.vue.mjs";
|
|
28
|
+
import { default as Fe } from "./src/ap-form/modal-form/index.vue.mjs";
|
|
29
|
+
import { default as Te } from "./src/ap-form/dependency/index.vue.mjs";
|
|
30
|
+
import { default as be } from "./src/ap-form/set/index.vue.mjs";
|
|
31
|
+
import { default as Ce } from "./src/ap-form/drawer-form/index.vue.mjs";
|
|
32
|
+
import { default as Ge } from "./src/ap-form/render/control.vue.mjs";
|
|
33
|
+
import { default as Ee } from "./src/ap-form/render/item.vue.mjs";
|
|
34
|
+
import { default as Re } from "./src/ap-form/provider/index.vue.mjs";
|
|
35
|
+
import { ApField as Me } from "./src/ap-field/index.mjs";
|
|
36
|
+
import { ApFieldText as ve } from "./src/ap-field/text/index.mjs";
|
|
37
|
+
import { default as ye } from "./src/ap-field/checkbox/index.vue.mjs";
|
|
38
|
+
import { default as Be } from "./src/ap-field/date/index.vue.mjs";
|
|
39
|
+
import { default as Ke } from "./src/ap-field/number/index.vue.mjs";
|
|
40
|
+
import { default as Ve } from "./src/ap-field/radio/index.vue.mjs";
|
|
41
|
+
import { default as ze } from "./src/ap-field/switch/index.vue.mjs";
|
|
42
|
+
import { default as $e } from "./src/ap-field/text-area/index.vue.mjs";
|
|
43
|
+
import { default as je } from "./src/ap-field/date-range/index.vue.mjs";
|
|
44
|
+
import { default as Je } from "./src/ap-field/select/index.vue.mjs";
|
|
45
|
+
import { default as Xe } from "./src/ap-field/text/password.vue.mjs";
|
|
46
|
+
import { default as Ze } from "./src/ap-field/slider/index.vue.mjs";
|
|
47
|
+
import { default as oo } from "./src/ap-field/segmented/index.vue.mjs";
|
|
48
|
+
import { default as to } from "./src/ap-field/rate/index.vue.mjs";
|
|
49
|
+
import { default as ao } from "./src/ap-field/tree-select/index.vue.mjs";
|
|
50
|
+
import { adminToken as mo, aplusToken as lo } from "./src/design-token/index.mjs";
|
|
51
|
+
import { ApActionItem as uo } from "./src/ap-action/index.mjs";
|
|
52
|
+
import { default as Ao } from "./src/ap-action/item-modal/index.vue.mjs";
|
|
53
|
+
import { default as no } from "./src/ap-action/item-popconfirm/index.vue.mjs";
|
|
54
|
+
import { default as Fo } from "./src/ap-action/item-dropdown/index.vue.mjs";
|
|
55
|
+
import { default as To } from "./src/ap-action/group/index.vue.mjs";
|
|
56
|
+
import { DictCode as bo, langMap as go } from "./src/work-order-modal/interfaces.mjs";
|
|
57
|
+
import { createWorkOrderModal as Do } from "./src/work-order-modal/createWorkOrder.mjs";
|
|
58
|
+
import { default as ho } from "./src/work-order-modal/work-order-modal.vue.mjs";
|
|
59
|
+
import { default as Po } from "./src/ap-tag/ap-tag.vue.mjs";
|
|
60
|
+
import { default as Lo } from "./src/ap-tag/ap-tag-group.vue.mjs";
|
|
61
|
+
import { default as No } from "./src/ap-info-layout/ApInfoLayout.vue.mjs";
|
|
62
|
+
import { NeedNameKeyDefault as wo } from "./src/ap-upload/apUploadTypes.mjs";
|
|
63
|
+
import { default as ko } from "./src/ap-upload/apUpload.vue.mjs";
|
|
64
|
+
import { ApDownLoadNeedNameKeyDefault as Oo } from "./src/ap-download/interface.mjs";
|
|
65
|
+
import { default as Uo } from "./src/ap-download/ap-download.vue.mjs";
|
|
66
|
+
import { CheckCard as _o } from "./src/check-card/index.mjs";
|
|
67
|
+
import { default as Wo } from "./src/check-card/group.vue.mjs";
|
|
68
|
+
import { ApModal as Ho } from "./src/ap-modal/index.mjs";
|
|
69
|
+
import { default as qo } from "./src/ap-list/index.vue.mjs";
|
|
70
|
+
import { default as Qo } from "./src/ap-button/ap-button.vue.mjs";
|
|
71
|
+
import { default as Yo } from "./src/ap-button/ap-action-button.vue.mjs";
|
|
72
|
+
import { default as er } from "./src/ap-button/ap-confirm-button.vue.mjs";
|
|
73
|
+
import { ApDrawer as rr } from "./src/ap-drawer/index.mjs";
|
|
74
|
+
import { ApTransformDataHelper as pr } from "./src/utils/ap-trans-data/index.mjs";
|
|
75
|
+
import { default as fr } from "./src/business/ap-table-modal/index.mjs";
|
|
76
|
+
import { useTableModal as lr } from "./src/business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
77
|
+
import { useTableSelectModal as dr } from "./src/business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
78
|
+
import { ApAttachment as sr } from "./src/business/ap-attachment/index.mjs";
|
|
79
|
+
import { ApBatchAction as ir } from "./src/business/ap-batch-action/index.mjs";
|
|
80
|
+
import { ApBatchActionGroup as cr } from "./src/business/ap-batch-action-group/index.mjs";
|
|
81
|
+
import { ApButtonGroup as Ir } from "./src/business/ap-button-group/index.mjs";
|
|
82
|
+
import { ApCard as Sr } from "./src/business/ap-card/index.mjs";
|
|
83
|
+
import { ApExpandAlert as gr } from "./src/business/ap-expand-alert/index.mjs";
|
|
84
|
+
import { ApExportGroupActionType as Dr } from "./src/business/ap-export-group/interface.mjs";
|
|
85
|
+
import { ApExportGroup as hr } from "./src/business/ap-export-group/index.mjs";
|
|
86
|
+
import { handleExportDownload as Pr } from "./src/business/ap-export-group/handleExportDownload.mjs";
|
|
87
|
+
import { convertExportField as Lr } from "./src/business/ap-export-group/convertExportField.mjs";
|
|
88
|
+
import { ApImage as Nr } from "./src/business/ap-image/index.mjs";
|
|
89
|
+
import { ApInputRadio as wr } from "./src/business/ap-input-radio/index.mjs";
|
|
90
|
+
import { ApLabel as kr, ApLabelGroup as Br } from "./src/business/ap-label/index.mjs";
|
|
91
|
+
import { locales as Kr } from "./src/business/ap-ladder/interface.mjs";
|
|
92
|
+
import { ApLadder as Vr } from "./src/business/ap-ladder/index.mjs";
|
|
93
|
+
import { ApSelectLayout as zr } from "./src/business/ap-select-layout/index.mjs";
|
|
94
|
+
import { ApStatus as $r, ApStatusGroup as Hr } from "./src/business/ap-status/index.mjs";
|
|
95
|
+
import { ApTitle as qr } from "./src/business/ap-title/index.mjs";
|
|
96
|
+
import { usePageListApTable as Qr } from "./src/business/hooks/usePageListApTable.mjs";
|
|
97
|
+
import { useTableRefresh as Yr } from "./src/business/hooks/useTableRefresh.mjs";
|
|
98
|
+
import { usePageListApGrid as et } from "./src/business/hooks/usePageListApGrid.mjs";
|
|
99
|
+
import { useGridRefresh as rt } from "./src/business/hooks/useGridRefresh.mjs";
|
|
100
|
+
import { computedRecords as pt, flattenColumns as at, formatDataIndex as ft, formatNumber as mt } from "./src/business/ap-summary/utils.mjs";
|
|
101
|
+
import { ApSummary as xt } from "./src/business/ap-summary/index.mjs";
|
|
102
|
+
import { ApNeedNameKeyDefault as ut } from "./src/business/ap-appendix/interface.mjs";
|
|
103
|
+
import { ApAppendix as At } from "./src/business/ap-appendix/index.mjs";
|
|
104
|
+
import { ApExtensionSelect as nt, ApGroupSearch as ct, ApPopoverSelect as Ft } from "./src/business/ap-group-search/index.mjs";
|
|
105
|
+
import { default as Tt } from "./src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
106
|
+
import { default as bt } from "./src/business/batch-input-group/index.vue.mjs";
|
|
107
|
+
import { default as Ct } from "./src/business/batch-input-group/form-item.vue.mjs";
|
|
108
|
+
import { ApSizeInput as Gt } from "./src/business/ap-size-input/index.mjs";
|
|
109
|
+
import { ApProductInfo as Et } from "./src/business/ap-product-info/index.mjs";
|
|
110
|
+
import { ApView as Rt } from "./src/business/ap-view/index.mjs";
|
|
111
|
+
import { ApRadioGroup as Mt } from "./src/business/ap-radio-group/index.mjs";
|
|
112
|
+
import { useTablePaging as vt } from "./src/ap-table/hooks/use-table-paging.mjs";
|
|
113
|
+
import { ApTable as yt } from "./src/ap-table/index.mjs";
|
|
114
|
+
import { default as Bt } from "./src/editable-table/index.vue.mjs";
|
|
115
|
+
import { default as Kt } from "./src/editable-table/form-item.vue.mjs";
|
|
116
|
+
import { default as Vt } from "./src/ap-descriptions/ap-descriptions.vue.mjs";
|
|
117
|
+
import { ensureRangeValue as zt } from "./src/scroll-bar/utils/index.mjs";
|
|
118
|
+
import { default as $t } from "./src/scroll-bar/index.vue.mjs";
|
|
119
|
+
import { default as jt } from "./src/scroll-bar/internal.vue.mjs";
|
|
120
|
+
import { default as Jt } from "./src/scroll-view/index.vue.mjs";
|
|
121
|
+
import { default as Xt } from "./src/portal/index.vue.mjs";
|
|
122
|
+
import { default as Zt } from "./src/full-screen/index.vue.mjs";
|
|
123
|
+
import { default as op } from "./src/resize-observer/index.vue.mjs";
|
|
124
|
+
import { ROW_SELECTION_FIELD as tp } from "./src/ap-grid/constants.mjs";
|
|
125
|
+
import { default as ap } from "./src/ap-grid/index.vue.mjs";
|
|
126
|
+
import { default as mp } from "./src/ap-grid/editable/index.vue.mjs";
|
|
127
|
+
import { default as xp } from "./src/ap-grid/editable/form-item.vue.mjs";
|
|
128
|
+
import { default as up } from "./src/text/index.vue.mjs";
|
|
129
|
+
import { default as Ap } from "./src/text/group.vue.mjs";
|
|
130
|
+
import { default as np } from "./src/mask/index.vue.mjs";
|
|
131
|
+
import { Splitter as Fp } from "./src/splitter/index.mjs";
|
|
132
|
+
import { useMessage as Tp } from "./src/hooks/useMessage.mjs";
|
|
133
|
+
import { useControllableValue as bp } from "./src/hooks/useControllableValue.mjs";
|
|
134
|
+
import { useManualRef as Cp } from "./src/hooks/useManualRef.mjs";
|
|
135
|
+
import { useThrottleRef as Gp } from "./src/hooks/useThrottleRef.mjs";
|
|
136
|
+
import { useFullScreen as Ep } from "./src/hooks/useFullScreen.mjs";
|
|
137
|
+
import { useResize as Rp } from "./src/hooks/useResize.mjs";
|
|
138
|
+
const a = console.log;
|
|
139
|
+
a(`APlus-UI version ${p}.`);
|
|
140
|
+
const l = {
|
|
137
141
|
install: (r) => {
|
|
138
142
|
for (const t in o) {
|
|
139
143
|
const e = o[t];
|
|
@@ -142,159 +146,160 @@ const a = {
|
|
|
142
146
|
}
|
|
143
147
|
};
|
|
144
148
|
export {
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
149
|
+
B as APConfigProvider,
|
|
150
|
+
Yo as ApActionButton,
|
|
151
|
+
To as ApActionGroup,
|
|
152
|
+
uo as ApActionItem,
|
|
153
|
+
Fo as ApActionItemDropdown,
|
|
154
|
+
Ao as ApActionItemModal,
|
|
155
|
+
no as ApActionItemPopconfirm,
|
|
156
|
+
At as ApAppendix,
|
|
157
|
+
sr as ApAttachment,
|
|
158
|
+
ir as ApBatchAction,
|
|
159
|
+
cr as ApBatchActionGroup,
|
|
160
|
+
Qo as ApButton,
|
|
161
|
+
Ir as ApButtonGroup,
|
|
162
|
+
Sr as ApCard,
|
|
163
|
+
er as ApConfirmButton,
|
|
164
|
+
Vt as ApDescriptions,
|
|
165
|
+
Oo as ApDownLoadNeedNameKeyDefault,
|
|
166
|
+
Uo as ApDownload,
|
|
167
|
+
rr as ApDrawer,
|
|
168
|
+
gr as ApExpandAlert,
|
|
169
|
+
hr as ApExportGroup,
|
|
170
|
+
Dr as ApExportGroupActionType,
|
|
171
|
+
nt as ApExtensionSelect,
|
|
172
|
+
Me as ApField,
|
|
173
|
+
ye as ApFieldCheckbox,
|
|
174
|
+
Be as ApFieldDate,
|
|
175
|
+
je as ApFieldDateRange,
|
|
176
|
+
Ke as ApFieldNumber,
|
|
177
|
+
Xe as ApFieldPassword,
|
|
178
|
+
Ve as ApFieldRadio,
|
|
179
|
+
to as ApFieldRate,
|
|
180
|
+
oo as ApFieldSegmented,
|
|
181
|
+
Je as ApFieldSelect,
|
|
182
|
+
Ze as ApFieldSlider,
|
|
183
|
+
ze as ApFieldSwitch,
|
|
184
|
+
ve as ApFieldText,
|
|
185
|
+
$e as ApFieldTextArea,
|
|
186
|
+
ao as ApFieldTreeSelect,
|
|
187
|
+
me as ApForm,
|
|
188
|
+
Ge as ApFormControlRender,
|
|
189
|
+
Te as ApFormDependency,
|
|
190
|
+
Ce as ApFormDrawerForm,
|
|
191
|
+
xe as ApFormItem,
|
|
192
|
+
Ct as ApFormItemBatchInput,
|
|
193
|
+
oe as ApFormItemCheckbox,
|
|
194
|
+
$ as ApFormItemDate,
|
|
195
|
+
j as ApFormItemDateRange,
|
|
196
|
+
ue as ApFormItemGroup,
|
|
197
|
+
z as ApFormItemNumber,
|
|
198
|
+
J as ApFormItemRadio,
|
|
199
|
+
Ee as ApFormItemRender,
|
|
200
|
+
X as ApFormItemSelect,
|
|
201
|
+
Z as ApFormItemSwitch,
|
|
202
|
+
K as ApFormItemText,
|
|
203
|
+
V as ApFormItemTextArea,
|
|
204
|
+
te as ApFormItemTextPassword,
|
|
205
|
+
ae as ApFormItemTreeSelect,
|
|
206
|
+
Ae as ApFormList,
|
|
207
|
+
Fe as ApFormModalForm,
|
|
208
|
+
Re as ApFormProvider,
|
|
209
|
+
ne as ApFormSearchForm,
|
|
210
|
+
be as ApFormSet,
|
|
211
|
+
ap as ApGrid,
|
|
212
|
+
ct as ApGroupSearch,
|
|
213
|
+
Nr as ApImage,
|
|
214
|
+
No as ApInfoLayout,
|
|
215
|
+
wr as ApInputRadio,
|
|
216
|
+
kr as ApLabel,
|
|
217
|
+
Br as ApLabelGroup,
|
|
218
|
+
Vr as ApLadder,
|
|
219
|
+
qo as ApList,
|
|
220
|
+
Ho as ApModal,
|
|
221
|
+
ut as ApNeedNameKeyDefault,
|
|
222
|
+
Ft as ApPopoverSelect,
|
|
223
|
+
Et as ApProductInfo,
|
|
224
|
+
Mt as ApRadioGroup,
|
|
225
|
+
zr as ApSelectLayout,
|
|
226
|
+
Gt as ApSizeInput,
|
|
227
|
+
$r as ApStatus,
|
|
228
|
+
Hr as ApStatusGroup,
|
|
229
|
+
xt as ApSummary,
|
|
230
|
+
yt as ApTable,
|
|
231
|
+
fr as ApTableModal,
|
|
232
|
+
Po as ApTag,
|
|
233
|
+
Lo as ApTagGroup,
|
|
234
|
+
up as ApText,
|
|
235
|
+
Ap as ApTextGroup,
|
|
236
|
+
qr as ApTitle,
|
|
237
|
+
pr as ApTransformDataHelper,
|
|
238
|
+
ko as ApUpload,
|
|
239
|
+
Tt as ApUploadSingle,
|
|
240
|
+
Rt as ApView,
|
|
241
|
+
bt as BatchInputGroup,
|
|
242
|
+
_o as CheckCard,
|
|
243
|
+
Wo as CheckCardGroup,
|
|
244
|
+
w as ConfigProvider,
|
|
245
|
+
n as DEFAULT_NAMESPACE,
|
|
246
|
+
c as DEFAULT_UIMODE,
|
|
247
|
+
bo as DictCode,
|
|
248
|
+
mp as EditableGrid,
|
|
249
|
+
xp as EditableGridFormItem,
|
|
250
|
+
Bt as EditableTable,
|
|
251
|
+
Kt as EditableTableFormItem,
|
|
252
|
+
Zt as FullScreen,
|
|
253
|
+
jt as InternalScrollBar,
|
|
254
|
+
np as Mask,
|
|
255
|
+
wo as NeedNameKeyDefault,
|
|
256
|
+
Xt as Portal,
|
|
257
|
+
tp as ROW_SELECTION_FIELD,
|
|
258
|
+
op as ResizeObserver,
|
|
259
|
+
$t as ScrollBar,
|
|
260
|
+
Jt as ScrollView,
|
|
261
|
+
Fp as Splitter,
|
|
262
|
+
ho as WorkOrderModal,
|
|
263
|
+
mo as adminToken,
|
|
264
|
+
lo as aplusToken,
|
|
265
|
+
C as buildLocaleContext,
|
|
266
|
+
D as buildTranslator,
|
|
267
|
+
pt as computedRecords,
|
|
268
|
+
F as configProviderContextKey,
|
|
269
|
+
A as configProviderProps,
|
|
270
|
+
Lr as convertExportField,
|
|
271
|
+
Do as createWorkOrderModal,
|
|
272
|
+
l as default,
|
|
273
|
+
R as defaultNamespace,
|
|
274
|
+
zt as ensureRangeValue,
|
|
275
|
+
at as flattenColumns,
|
|
276
|
+
ft as formatDataIndex,
|
|
277
|
+
mt as formatNumber,
|
|
278
|
+
y as globalConfigCached,
|
|
279
|
+
Pr as handleExportDownload,
|
|
280
|
+
T as keysOf,
|
|
281
|
+
go as langMap,
|
|
282
|
+
G as localeContextKey,
|
|
283
|
+
Kr as locales,
|
|
284
|
+
L as namespaceContextKey,
|
|
285
|
+
u as pathMap,
|
|
286
|
+
S as provideGlobalConfig,
|
|
287
|
+
h as translate,
|
|
288
|
+
bp as useControllableValue,
|
|
289
|
+
Ep as useFullScreen,
|
|
290
|
+
M as useGetDerivedNamespace,
|
|
291
|
+
b as useGlobalConfig,
|
|
292
|
+
rt as useGridRefresh,
|
|
293
|
+
E as useLocale,
|
|
294
|
+
Cp as useManualRef,
|
|
295
|
+
Tp as useMessage,
|
|
296
|
+
N as useNamespace,
|
|
297
|
+
et as usePageListApGrid,
|
|
298
|
+
Qr as usePageListApTable,
|
|
299
|
+
Rp as useResize,
|
|
300
|
+
lr as useTableModal,
|
|
301
|
+
vt as useTablePaging,
|
|
302
|
+
Yr as useTableRefresh,
|
|
303
|
+
dr as useTableSelectModal,
|
|
304
|
+
Gp as useThrottleRef
|
|
300
305
|
};
|
|
@@ -4,8 +4,8 @@ import { Trigger } from '@aplus-frontend/antdv/es/dropdown/props';
|
|
|
4
4
|
import { GroupActionTypes } from '..';
|
|
5
5
|
declare const _default: DefineComponent<ApActionGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApActionGroupProps> & Readonly<{}>, {
|
|
6
6
|
placement: "top" | "topLeft" | "bottom" | "topRight" | "bottomLeft" | "bottomRight" | "topCenter" | "bottomCenter";
|
|
7
|
-
count: number;
|
|
8
7
|
trigger: Trigger | Trigger[];
|
|
9
8
|
actions: GroupActionTypes[];
|
|
9
|
+
count: number;
|
|
10
10
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
export default _default;
|