@aplus-frontend/ui
Version:
110 lines (109 loc) • 4.46 kB
JavaScript
const e = {
ApActionItem: ["ap-action", "item"],
ApActionItemModal: ["ap-action", "item-modal"],
ApActionItemPopconfirm: ["ap-action", "item-popconfirm"],
ApActionItemDropdown: ["ap-action", "item-dropdown"],
ApActionGroup: ["ap-action", "group"],
ApButton: ["ap-button"],
ApActionButton: ["ap-action-button"],
ApDescriptions: ["ap-descriptions"],
ApDownload: ["ap-download"],
ApField: ["ap-field"],
ApFieldText: ["ap-field", "text"],
ApFieldCheckbox: ["ap-field", "checkbox"],
ApFieldDate: ["ap-field", "date"],
ApFieldNumber: ["ap-field", "number"],
ApFieldRadio: ["ap-field", "radio"],
ApFieldSwitch: ["ap-field", "switch"],
ApFieldTextArea: ["ap-field", "text-area"],
ApFieldDateRange: ["ap-field", "date-range"],
ApFieldSelect: ["ap-field", "select"],
ApFieldPassword: ["ap-field", "password"],
ApFieldSlider: ["ap-field", "slider"],
ApFieldSegmented: ["ap-field", "segmented"],
ApFieldDateRate: ["ap-field", "rate"],
ApFieldTreeSelect: ["ap-field", "tree-select"],
ApForm: ["ap-form"],
ApFormItem: ["ap-form", "item"],
ApFormItemGroup: ["ap-form", "item-group"],
ApFormList: ["ap-form", "list"],
ApFormSearchForm: ["ap-form", "search-form"],
ApFormModalForm: ["ap-form", "modal-form"],
ApFormDependency: ["ap-form", "dependency"],
ApFormSet: ["ap-form", "set"],
ApFormDrawerForm: ["ap-form", "drawer-form"],
ApFormItemText: ["ap-form", "item-text"],
ApFormItemTextArea: ["ap-form", "item-text-area"],
ApFormItemNumber: ["ap-form", "item-number"],
ApFormItemDate: ["ap-form", "item-date"],
ApFormItemDateRange: ["ap-form", "item-date-range"],
ApFormItemRadio: ["ap-form", "item-radio"],
ApFormItemSelect: ["ap-form", "item-select"],
ApFormItemSwitch: ["ap-form", "item-switch"],
ApFormItemCheckbox: ["ap-form", "item-checkbox"],
ApFormItemTextPassword: ["ap-form", "item-text-password"],
ApFormItemTreeSelect: ["ap-form", "item-tree-select"],
ApFormItemTextGroup: ["ap-form", "item-text-group"],
ApList: ["ap-list"],
ApModal: ["ap-modal"],
ApDrawer: ["ap-drawer"],
ApTable: ["ap-table"],
ApTag: ["ap-tag"],
ApTagGroup: ["ap-tag", "group"],
ApUpload: ["ap-upload"],
CheckCard: ["check-card"],
CheckCardGroup: ["check-card", "group"],
ConfigProvider: ["config-provider"],
EditableTable: ["editable-table"],
EditableTableFormItem: ["editable-table", "form-item"],
WorkOrderModal: ["work-order-modal"],
ApAttachment: ["business", "ap-attachment"],
ApBatchAction: ["business", "ap-batch-action"],
ApBatchActionGroup: ["business", "ap-batch-action-group"],
ApButtonGroup: ["business", "ap-button-group"],
ApCard: ["business", "ap-card"],
ApExpandAlert: ["business", "ap-expand-alert"],
ApExportGroup: ["business", "ap-export-group"],
ApImage: ["business", "ap-image"],
ApInputRadio: ["business", "ap-input-radio"],
ApSizeInput: ["business", "ap-size-input"],
ApLabel: ["business", "ap-label"],
ApLabelGroup: ["business", "ap-label", "group"],
ApLadder: ["business", "ap-ladder"],
ApProductInfo: ["business", "ap-product-info"],
ApCopy: ["business", "ap-copy"],
ApSelectLayout: ["business", "ap-select-layout"],
ApStatus: ["business", "ap-status"],
ApStatusGroup: ["business", "ap-status", "group"],
ApTableModal: ["business", "ap-table-modal"],
useTableModal: ["business", "ap-table-modal"],
useTableSelectModal: ["business", "ap-table-modal"],
ApTitle: ["business", "ap-title"],
ApSummary: ["business", "ap-summary"],
ScrollBar: ["scroll-bar"],
ScrollView: ["scroll-view"],
ApAppendix: ["business", "ap-appendix"],
ApPopoverSelect: ["business", "ap-group-search", "popover-select"],
ApExtensionSelect: ["business", "ap-group-search", "extension-select"],
ApUploadSingle: ["business", "ap-upload-file", "ap-upload-single"],
BatchInputGroup: ["business", "batch-input-group"],
ApFormControlRender: ["ap-form", "render"],
ApFormItemRender: ["ap-form", "render"],
Portal: ["portal"],
FullScreen: ["full-screen"],
ResizeObserver: ["resize-observer"],
ApGrid: ["ap-grid"],
EditableGrid: ["ap-grid", "editable"],
EditableGridFormItem: ["ap-grid", "editable"],
ApText: ["text"],
Mask: ["mask"],
Splitter: ["splitter"],
ApView: ["business", "ap-view"],
ApRadioGroup: ["business", "ap-radio-group"],
ApDraggableGrid: ["business", "ap-draggable-grid"],
ApValueSelectCard: ["business", "ap-value-select-card"],
ApProCard: ["ap-pro-card"]
};
export {
e as default
};