@aplus-frontend/ui 0.0.1-beta.17 → 0.0.1-beta.18
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.d.ts +7 -7
- package/es/index.mjs +171 -163
- package/es/src/ap-action/group/index.vue.d.ts +35 -35
- package/es/src/ap-action/index.d.ts +9 -9
- package/es/src/ap-action/interface.d.ts +80 -80
- package/es/src/ap-action/item/index.vue.d.ts +42 -42
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +54 -54
- package/es/src/ap-action/item-modal/index.vue.d.ts +38 -38
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +332 -332
- package/es/src/ap-custom-column/column-select.vue.d.ts +16 -16
- package/es/src/ap-custom-column/custom-column.vue.d.ts +16 -16
- package/es/src/ap-custom-column/index.d.ts +5 -5
- package/es/src/ap-custom-column/interfaces.d.ts +40 -40
- package/es/src/ap-custom-column/storage.d.ts +8 -8
- package/es/src/ap-custom-column/useCacheColumnSetting.d.ts +9 -9
- package/es/src/ap-custom-column/utils.d.ts +2 -2
- package/es/src/ap-field/checkbox/helper.d.ts +3 -3
- package/es/src/ap-field/checkbox/index.vue.d.ts +36 -36
- package/es/src/ap-field/date/constant.d.ts +9 -9
- package/es/src/ap-field/date/helper.d.ts +3 -3
- package/es/src/ap-field/date/index.vue.d.ts +54 -54
- package/es/src/ap-field/date/interface.d.ts +2 -2
- package/es/src/ap-field/date-range/index.vue.d.ts +56 -56
- package/es/src/ap-field/index.d.ts +15 -15
- package/es/src/ap-field/interface.d.ts +86 -86
- package/es/src/ap-field/number/helper.d.ts +1 -1
- package/es/src/ap-field/number/index.vue.d.ts +69 -69
- package/es/src/ap-field/radio/helper.d.ts +3 -3
- package/es/src/ap-field/radio/index.vue.d.ts +38 -38
- package/es/src/ap-field/select/index.vue.d.ts +226 -226
- package/es/src/ap-field/switch/index.vue.d.ts +52 -52
- package/es/src/ap-field/text/index.vue.d.ts +63 -63
- package/es/src/ap-field/text-area/index.vue.d.ts +46 -46
- package/es/src/ap-form/ap-form-item-group/helper.d.ts +17 -17
- package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +41 -41
- package/es/src/ap-form/ap-form-item.vue.d.ts +66 -66
- package/es/src/ap-form/ap-form-list.vue.d.ts +33 -33
- package/es/src/ap-form/ap-form.vue.d.ts +63 -63
- package/es/src/ap-form/constant.d.ts +2 -2
- package/es/src/ap-form/context.d.ts +9 -9
- package/es/src/ap-form/index.d.ts +11 -11
- package/es/src/ap-form/interface.d.ts +46 -46
- package/es/src/ap-form/items/date/index.vue.d.ts +62 -62
- package/es/src/ap-form/items/date-range/index.vue.d.ts +61 -61
- package/es/src/ap-form/items/index.d.ts +2 -2
- package/es/src/ap-form/items/interface.d.ts +39 -39
- package/es/src/ap-form/items/number/index.vue.d.ts +60 -60
- package/es/src/ap-form/items/radio/index.vue.d.ts +47 -47
- package/es/src/ap-form/items/select/index.vue.d.ts +66 -66
- package/es/src/ap-form/items/switch/index.vue.d.ts +57 -57
- package/es/src/ap-form/items/text/index.vue.d.ts +62 -62
- package/es/src/ap-form/items/text-area/index.vue.d.ts +48 -48
- package/es/src/ap-form/search-form/index.vue.d.ts +73 -73
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +41 -0
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs +44 -0
- package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue2.mjs +4 -0
- package/es/src/ap-layout/index.d.ts +3 -0
- package/es/src/ap-layout/index.mjs +1 -0
- package/es/src/ap-layout/interface.d.ts +4 -0
- package/es/src/ap-layout/style/ap-info-layout.css +32 -0
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +32 -32
- package/es/src/ap-tag/ap-tag.vue.d.ts +32 -32
- package/es/src/ap-tag/ap-tag.vue.mjs +20 -27
- package/es/src/ap-tag/index.d.ts +3 -3
- package/es/src/ap-tag/interface.d.ts +35 -35
- package/es/src/ap-tag/style/ap-tag-group.css +3 -0
- package/es/src/ap-tag/style/ap-tag.css +3 -19
- package/es/src/ap-upload/apUpload.vue.d.ts +109 -109
- package/es/src/ap-upload/apUploadTypes.d.ts +89 -89
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
- package/es/src/ap-upload/components/Picture.vue.d.ts +3 -3
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +3 -3
- package/es/src/ap-upload/hooks/useOss.d.ts +18 -18
- package/es/src/ap-upload/index.d.ts +4 -4
- package/es/src/ap-upload/utils/accept.d.ts +13 -13
- package/es/src/ap-upload/utils/returnData.d.ts +19 -19
- package/es/src/base-button/button.vue.d.ts +34 -34
- package/es/src/base-button/constants.d.ts +25 -25
- package/es/src/base-button/index.d.ts +134 -134
- package/es/src/base-button/interface.d.ts +15 -15
- package/es/src/base-button/modal-button.vue.d.ts +25 -25
- package/es/src/base-button/pop-confirm-button.vue.d.ts +16 -16
- package/es/src/basic/arrow.vue.d.ts +12 -12
- package/es/src/basic/help.vue.d.ts +103 -103
- package/es/src/basic/index.d.ts +276 -276
- package/es/src/basic/interface.d.ts +20 -20
- package/es/src/basic/title.vue.d.ts +33 -33
- package/es/src/button/__tests__/button.test.d.ts +1 -1
- package/es/src/button/index.d.ts +50 -50
- package/es/src/config-provider/config-provider-props.d.ts +143 -143
- package/es/src/config-provider/config-provider.d.ts +312 -312
- package/es/src/config-provider/config-provider.mjs +10 -9
- package/es/src/config-provider/constants.d.ts +27 -27
- package/es/src/config-provider/hooks/use-global-config.d.ts +142 -142
- package/es/src/config-provider/hooks/use-locale.d.ts +13 -13
- package/es/src/config-provider/hooks/use-namespace.d.ts +23 -23
- package/es/src/config-provider/index.d.ts +680 -680
- package/es/src/container/collapse/header.vue.d.ts +35 -35
- package/es/src/container/collapse/index.vue.d.ts +120 -120
- package/es/src/container/index.d.ts +177 -177
- package/es/src/container/interface.d.ts +18 -18
- package/es/src/container/scroll-container.vue.d.ts +22 -22
- package/es/src/count-down/button.vue.d.ts +26 -26
- package/es/src/count-down/index.d.ts +149 -149
- package/es/src/count-down/input.vue.d.ts +31 -31
- package/es/src/count-down/interface.d.ts +12 -12
- package/es/src/cropper/cropper-avatar.vue.d.ts +44 -44
- package/es/src/cropper/cropper-image.vue.d.ts +49 -49
- package/es/src/cropper/cropper-modal.vue.d.ts +46 -46
- package/es/src/cropper/index.d.ts +366 -366
- package/es/src/cropper/interface.d.ts +29 -29
- package/es/src/description/description.vue.d.ts +93 -93
- package/es/src/description/index.d.ts +211 -211
- package/es/src/description/interface.d.ts +37 -37
- package/es/src/description/use-description.d.ts +2 -2
- package/es/src/design-token/index.d.ts +3 -3
- package/es/src/dropdown/dropdown.vue.d.ts +43 -43
- package/es/src/dropdown/index.d.ts +110 -110
- package/es/src/dropdown/interface.d.ts +16 -16
- package/es/src/hooks/index.d.ts +2 -2
- package/es/src/hooks/useControllableValue.d.ts +11 -11
- package/es/src/hooks/useMessage.d.ts +59 -59
- package/es/src/icon/icon.vue.d.ts +32 -32
- package/es/src/icon/index.d.ts +207 -207
- package/es/src/icon/interface.d.ts +28 -28
- package/es/src/icon/svg-icon.vue.d.ts +32 -32
- package/es/src/icon-picker/data.d.ts +5 -5
- package/es/src/icon-picker/icon-picker.vue.d.ts +50 -50
- package/es/src/icon-picker/index.d.ts +189 -189
- package/es/src/icon-picker/interface.d.ts +13 -13
- package/es/src/index.d.ts +27 -25
- package/es/src/index.mjs +201 -191
- package/es/src/locale/index.d.ts +3 -3
- package/es/src/locale/interface.d.ts +8 -8
- package/es/src/locale/lang/en.d.ts +3 -3
- package/es/src/locale/lang/en.mjs +2 -1
- package/es/src/locale/lang/zh-cn.d.ts +3 -3
- package/es/src/locale/lang/zh-cn.mjs +2 -1
- package/es/src/modal/basic.vue.d.ts +459 -459
- package/es/src/modal/components/modal-close.vue.d.ts +32 -32
- package/es/src/modal/components/modal-footer.vue.d.ts +451 -451
- package/es/src/modal/components/modal-header.vue.d.ts +12 -12
- package/es/src/modal/components/modal-wrapper.vue.d.ts +101 -101
- package/es/src/modal/components/modal.d.ts +437 -437
- package/es/src/modal/hooks/use-moda-full-screen.d.ts +11 -11
- package/es/src/modal/hooks/use-modal-context.d.ts +7 -7
- package/es/src/modal/hooks/use-modal-drag.d.ts +7 -7
- package/es/src/modal/hooks/use-modal.d.ts +6 -6
- package/es/src/modal/index.d.ts +957 -957
- package/es/src/modal/interface.d.ts +180 -180
- package/es/src/modal/props.d.ts +277 -277
- package/es/src/pro-form/component-map.d.ts +5 -5
- package/es/src/pro-form/components/api-cascader.vue.d.ts +50 -50
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +49 -49
- package/es/src/pro-form/components/api-select.vue.d.ts +71 -71
- package/es/src/pro-form/components/api-transfer.vue.d.ts +53 -53
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +55 -55
- package/es/src/pro-form/components/api-tree.vue.d.ts +43 -43
- package/es/src/pro-form/components/form-action.vue.d.ts +58 -58
- package/es/src/pro-form/components/form-item.vue.d.ts +70 -70
- package/es/src/pro-form/components/interface.d.ts +113 -113
- package/es/src/pro-form/components/radio-button-group.vue.d.ts +26 -26
- package/es/src/pro-form/helper.d.ts +9 -9
- package/es/src/pro-form/hooks/use-advanced.d.ts +14 -14
- package/es/src/pro-form/hooks/use-auto-focus.d.ts +9 -9
- package/es/src/pro-form/hooks/use-break-point.d.ts +23 -23
- package/es/src/pro-form/hooks/use-component-register.d.ts +2 -2
- package/es/src/pro-form/hooks/use-form-context.d.ts +8 -8
- package/es/src/pro-form/hooks/use-form-events.d.ts +26 -26
- package/es/src/pro-form/hooks/use-form-item.d.ts +2 -2
- package/es/src/pro-form/hooks/use-form-values.d.ts +12 -12
- package/es/src/pro-form/hooks/use-form.d.ts +8 -8
- package/es/src/pro-form/hooks/use-label-width.d.ts +309 -309
- package/es/src/pro-form/index.d.ts +17 -17
- package/es/src/pro-form/interface.d.ts +4 -4
- package/es/src/pro-form/pro-form.vue.d.ts +106 -106
- package/es/src/pro-form/types/form-item.d.ts +80 -80
- package/es/src/pro-form/types/form.d.ts +147 -147
- package/es/src/pro-form/types/index.d.ts +158 -158
- package/es/src/pro-table/component-map.d.ts +6 -6
- package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +21 -21
- package/es/src/pro-table/components/editable/cell-component.d.ts +11 -11
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +80 -80
- package/es/src/pro-table/components/editable/helper.d.ts +5 -5
- package/es/src/pro-table/components/editable/index.d.ts +21 -21
- package/es/src/pro-table/components/header-cell.vue.d.ts +15 -15
- package/es/src/pro-table/components/settings/column-setting.vue.d.ts +7 -7
- package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/settings/index.vue.d.ts +19 -19
- package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
- package/es/src/pro-table/components/table-action.vue.d.ts +56 -56
- package/es/src/pro-table/components/table-footer.vue.d.ts +42 -42
- package/es/src/pro-table/components/table-header.vue.d.ts +71 -71
- package/es/src/pro-table/components/table-image.vue.d.ts +47 -47
- package/es/src/pro-table/components/table-selection-bar.vue.d.ts +32 -32
- package/es/src/pro-table/components/table-title.vue.d.ts +23 -23
- package/es/src/pro-table/const.d.ts +6 -6
- package/es/src/pro-table/directives/click-outside.d.ts +3 -3
- package/es/src/pro-table/helper.d.ts +3 -3
- package/es/src/pro-table/hooks/use-columns.d.ts +12 -12
- package/es/src/pro-table/hooks/use-custom-row.d.ts +18 -18
- package/es/src/pro-table/hooks/use-data-source.d.ts +26 -26
- package/es/src/pro-table/hooks/use-loading.d.ts +5 -5
- package/es/src/pro-table/hooks/use-pagination.d.ts +8 -8
- package/es/src/pro-table/hooks/use-row-selection.d.ts +11 -11
- package/es/src/pro-table/hooks/use-scroll-to.d.ts +4 -4
- package/es/src/pro-table/hooks/use-table-context.d.ts +11 -11
- package/es/src/pro-table/hooks/use-table-expand.d.ts +16 -16
- package/es/src/pro-table/hooks/use-table-footer.d.ts +4 -4
- package/es/src/pro-table/hooks/use-table-form.d.ts +7 -7
- package/es/src/pro-table/hooks/use-table-header.d.ts +4 -4
- package/es/src/pro-table/hooks/use-table-scroll.d.ts +10 -10
- package/es/src/pro-table/hooks/use-table-style.d.ts +4 -4
- package/es/src/pro-table/hooks/use-table.d.ts +15 -15
- package/es/src/pro-table/index.d.ts +10 -10
- package/es/src/pro-table/interface.d.ts +62 -62
- package/es/src/pro-table/pro-table.vue.d.ts +162 -162
- package/es/src/pro-table/types/pagination.d.ts +92 -92
- package/es/src/pro-table/types/table-action.d.ts +22 -22
- package/es/src/pro-table/types/table.d.ts +376 -376
- package/es/src/prompt/dialog.vue.d.ts +12 -12
- package/es/src/prompt/index.d.ts +9 -9
- package/es/src/prompt/interface.d.ts +22 -22
- package/es/src/prompt/utils.d.ts +9 -9
- package/es/src/scroll-bar/bar-item.d.ts +15 -15
- package/es/src/scroll-bar/index.d.ts +174 -174
- package/es/src/scroll-bar/interface.d.ts +31 -31
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +50 -50
- package/es/src/scroll-bar/utils.d.ts +9 -9
- package/es/src/strength-meter/index.d.ts +88 -88
- package/es/src/strength-meter/interface.d.ts +5 -5
- package/es/src/strength-meter/strength-meter.vue.d.ts +37 -37
- package/es/src/theme/antd-global-overwrite/admin/index.css +44 -35
- package/es/src/theme/antd-global-overwrite/admin/message.css +8 -8
- package/es/src/theme/antd-global-overwrite/admin/modal.css +7 -1
- package/es/src/theme/antd-global-overwrite/admin/pagination.css +9 -6
- package/es/src/theme/antd-global-overwrite/admin/steps.css +20 -20
- package/es/src/theme/antd-global-overwrite/aplus/form.css +1 -1
- package/es/src/theme/antd-global-overwrite/aplus/index.css +35 -32
- package/es/src/theme/antd-global-overwrite/aplus/message.css +8 -8
- package/es/src/theme/antd-global-overwrite/aplus/pagination.css +9 -6
- package/es/src/theme/antd-global-overwrite/aplus/steps.css +17 -17
- package/es/src/theme/ap-tag/ap-tag-group.css +3 -0
- package/es/src/theme/ap-tag/ap-tag.css +3 -19
- package/es/src/theme/work-order-modal/index.css +3 -0
- package/es/src/transition/collapse-transition.vue.d.ts +10 -10
- package/es/src/transition/create-transition.d.ts +47 -47
- package/es/src/transition/expand-transition.d.ts +19 -19
- package/es/src/transition/index.d.ts +368 -368
- package/es/src/type.d.ts +29 -29
- package/es/src/utils/config-provider-preset.d.ts +36 -0
- package/es/src/utils/config-provider-preset.mjs +11 -0
- package/es/src/utils/copy-text-to-clipboard.d.ts +1 -1
- package/es/src/utils/index.d.ts +14 -14
- package/es/src/utils/slot.d.ts +15 -15
- package/es/src/utils/tree.d.ts +38 -38
- package/es/src/utils/uuid.d.ts +2 -2
- package/es/src/work-order-modal/createWorkOrder.d.ts +1 -0
- package/es/src/work-order-modal/createWorkOrder.mjs +19 -0
- package/es/src/work-order-modal/help-message.vue.d.ts +3 -0
- package/es/src/work-order-modal/help-message.vue.mjs +4 -0
- package/es/src/work-order-modal/help-message.vue2.mjs +33 -0
- package/es/src/work-order-modal/index.d.ts +5 -0
- package/es/src/work-order-modal/index.mjs +7 -0
- package/es/src/work-order-modal/interfaces.d.ts +23 -0
- package/es/src/work-order-modal/interfaces.mjs +4 -0
- package/es/src/work-order-modal/style/index.css +3 -0
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +18 -0
- package/es/src/work-order-modal/work-order-modal.vue.mjs +164 -0
- package/es/src/work-order-modal/work-order-modal.vue2.mjs +4 -0
- package/lib/index.d.ts +7 -7
- package/lib/index.js +1 -1
- package/lib/src/ap-action/group/index.vue.d.ts +35 -35
- package/lib/src/ap-action/index.d.ts +9 -9
- package/lib/src/ap-action/interface.d.ts +80 -80
- package/lib/src/ap-action/item/index.vue.d.ts +42 -42
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +54 -54
- package/lib/src/ap-action/item-modal/index.vue.d.ts +38 -38
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +332 -332
- package/lib/src/ap-custom-column/column-select.vue.d.ts +16 -16
- package/lib/src/ap-custom-column/custom-column.vue.d.ts +16 -16
- package/lib/src/ap-custom-column/index.d.ts +5 -5
- package/lib/src/ap-custom-column/interfaces.d.ts +40 -40
- package/lib/src/ap-custom-column/storage.d.ts +8 -8
- package/lib/src/ap-custom-column/useCacheColumnSetting.d.ts +9 -9
- package/lib/src/ap-custom-column/utils.d.ts +2 -2
- package/lib/src/ap-field/checkbox/helper.d.ts +3 -3
- package/lib/src/ap-field/checkbox/index.vue.d.ts +36 -36
- package/lib/src/ap-field/date/constant.d.ts +9 -9
- package/lib/src/ap-field/date/helper.d.ts +3 -3
- package/lib/src/ap-field/date/index.vue.d.ts +54 -54
- package/lib/src/ap-field/date/interface.d.ts +2 -2
- package/lib/src/ap-field/date-range/index.vue.d.ts +56 -56
- package/lib/src/ap-field/index.d.ts +15 -15
- package/lib/src/ap-field/interface.d.ts +86 -86
- package/lib/src/ap-field/number/helper.d.ts +1 -1
- package/lib/src/ap-field/number/index.vue.d.ts +69 -69
- package/lib/src/ap-field/radio/helper.d.ts +3 -3
- package/lib/src/ap-field/radio/index.vue.d.ts +38 -38
- package/lib/src/ap-field/select/index.vue.d.ts +226 -226
- package/lib/src/ap-field/switch/index.vue.d.ts +52 -52
- package/lib/src/ap-field/text/index.vue.d.ts +63 -63
- package/lib/src/ap-field/text-area/index.vue.d.ts +46 -46
- package/lib/src/ap-form/ap-form-item-group/helper.d.ts +17 -17
- package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +41 -41
- package/lib/src/ap-form/ap-form-item.vue.d.ts +66 -66
- package/lib/src/ap-form/ap-form-list.vue.d.ts +33 -33
- package/lib/src/ap-form/ap-form.vue.d.ts +63 -63
- package/lib/src/ap-form/constant.d.ts +2 -2
- package/lib/src/ap-form/context.d.ts +9 -9
- package/lib/src/ap-form/index.d.ts +11 -11
- package/lib/src/ap-form/interface.d.ts +46 -46
- package/lib/src/ap-form/items/date/index.vue.d.ts +62 -62
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +61 -61
- package/lib/src/ap-form/items/index.d.ts +2 -2
- package/lib/src/ap-form/items/interface.d.ts +39 -39
- package/lib/src/ap-form/items/number/index.vue.d.ts +60 -60
- package/lib/src/ap-form/items/radio/index.vue.d.ts +47 -47
- package/lib/src/ap-form/items/select/index.vue.d.ts +66 -66
- package/lib/src/ap-form/items/switch/index.vue.d.ts +57 -57
- package/lib/src/ap-form/items/text/index.vue.d.ts +62 -62
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +48 -48
- package/lib/src/ap-form/search-form/index.vue.d.ts +73 -73
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +41 -0
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.js +1 -0
- package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue2.js +1 -0
- package/lib/src/ap-layout/index.d.ts +3 -0
- package/lib/src/ap-layout/index.js +1 -0
- package/lib/src/ap-layout/interface.d.ts +4 -0
- package/lib/src/ap-layout/style/ap-info-layout.css +32 -0
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +32 -32
- package/lib/src/ap-tag/ap-tag.vue.d.ts +32 -32
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/index.d.ts +3 -3
- package/lib/src/ap-tag/interface.d.ts +35 -35
- package/lib/src/ap-tag/style/ap-tag-group.css +3 -0
- package/lib/src/ap-tag/style/ap-tag.css +3 -19
- package/lib/src/ap-upload/apUpload.vue.d.ts +109 -109
- package/lib/src/ap-upload/apUploadTypes.d.ts +89 -89
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
- package/lib/src/ap-upload/components/Picture.vue.d.ts +3 -3
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +3 -3
- package/lib/src/ap-upload/hooks/useOss.d.ts +18 -18
- package/lib/src/ap-upload/index.d.ts +4 -4
- package/lib/src/ap-upload/utils/accept.d.ts +13 -13
- package/lib/src/ap-upload/utils/returnData.d.ts +19 -19
- package/lib/src/base-button/button.vue.d.ts +34 -34
- package/lib/src/base-button/constants.d.ts +25 -25
- package/lib/src/base-button/index.d.ts +134 -134
- package/lib/src/base-button/interface.d.ts +15 -15
- package/lib/src/base-button/modal-button.vue.d.ts +25 -25
- package/lib/src/base-button/pop-confirm-button.vue.d.ts +16 -16
- package/lib/src/basic/arrow.vue.d.ts +12 -12
- package/lib/src/basic/help.vue.d.ts +103 -103
- package/lib/src/basic/index.d.ts +276 -276
- package/lib/src/basic/interface.d.ts +20 -20
- package/lib/src/basic/title.vue.d.ts +33 -33
- package/lib/src/button/__tests__/button.test.d.ts +1 -1
- package/lib/src/button/index.d.ts +50 -50
- package/lib/src/config-provider/config-provider-props.d.ts +143 -143
- package/lib/src/config-provider/config-provider.d.ts +312 -312
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/constants.d.ts +27 -27
- package/lib/src/config-provider/hooks/use-global-config.d.ts +142 -142
- package/lib/src/config-provider/hooks/use-locale.d.ts +13 -13
- package/lib/src/config-provider/hooks/use-namespace.d.ts +23 -23
- package/lib/src/config-provider/index.d.ts +680 -680
- package/lib/src/container/collapse/header.vue.d.ts +35 -35
- package/lib/src/container/collapse/index.vue.d.ts +120 -120
- package/lib/src/container/index.d.ts +177 -177
- package/lib/src/container/interface.d.ts +18 -18
- package/lib/src/container/scroll-container.vue.d.ts +22 -22
- package/lib/src/count-down/button.vue.d.ts +26 -26
- package/lib/src/count-down/index.d.ts +149 -149
- package/lib/src/count-down/input.vue.d.ts +31 -31
- package/lib/src/count-down/interface.d.ts +12 -12
- package/lib/src/cropper/cropper-avatar.vue.d.ts +44 -44
- package/lib/src/cropper/cropper-image.vue.d.ts +49 -49
- package/lib/src/cropper/cropper-modal.vue.d.ts +46 -46
- package/lib/src/cropper/index.d.ts +366 -366
- package/lib/src/cropper/interface.d.ts +29 -29
- package/lib/src/description/description.vue.d.ts +93 -93
- package/lib/src/description/index.d.ts +211 -211
- package/lib/src/description/interface.d.ts +37 -37
- package/lib/src/description/use-description.d.ts +2 -2
- package/lib/src/design-token/index.d.ts +3 -3
- package/lib/src/dropdown/dropdown.vue.d.ts +43 -43
- package/lib/src/dropdown/index.d.ts +110 -110
- package/lib/src/dropdown/interface.d.ts +16 -16
- package/lib/src/hooks/index.d.ts +2 -2
- package/lib/src/hooks/useControllableValue.d.ts +11 -11
- package/lib/src/hooks/useMessage.d.ts +59 -59
- package/lib/src/icon/icon.vue.d.ts +32 -32
- package/lib/src/icon/index.d.ts +207 -207
- package/lib/src/icon/interface.d.ts +28 -28
- package/lib/src/icon/svg-icon.vue.d.ts +32 -32
- package/lib/src/icon-picker/data.d.ts +5 -5
- package/lib/src/icon-picker/icon-picker.vue.d.ts +50 -50
- package/lib/src/icon-picker/index.d.ts +189 -189
- package/lib/src/icon-picker/interface.d.ts +13 -13
- package/lib/src/index.d.ts +27 -25
- package/lib/src/index.js +1 -1
- package/lib/src/locale/index.d.ts +3 -3
- package/lib/src/locale/interface.d.ts +8 -8
- package/lib/src/locale/lang/en.d.ts +3 -3
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.d.ts +3 -3
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +459 -459
- package/lib/src/modal/components/modal-close.vue.d.ts +32 -32
- package/lib/src/modal/components/modal-footer.vue.d.ts +451 -451
- package/lib/src/modal/components/modal-header.vue.d.ts +12 -12
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +101 -101
- package/lib/src/modal/components/modal.d.ts +437 -437
- package/lib/src/modal/hooks/use-moda-full-screen.d.ts +11 -11
- package/lib/src/modal/hooks/use-modal-context.d.ts +7 -7
- package/lib/src/modal/hooks/use-modal-drag.d.ts +7 -7
- package/lib/src/modal/hooks/use-modal.d.ts +6 -6
- package/lib/src/modal/index.d.ts +957 -957
- package/lib/src/modal/interface.d.ts +180 -180
- package/lib/src/modal/props.d.ts +277 -277
- package/lib/src/pro-form/component-map.d.ts +5 -5
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +50 -50
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +49 -49
- package/lib/src/pro-form/components/api-select.vue.d.ts +71 -71
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +53 -53
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +55 -55
- package/lib/src/pro-form/components/api-tree.vue.d.ts +43 -43
- package/lib/src/pro-form/components/form-action.vue.d.ts +58 -58
- package/lib/src/pro-form/components/form-item.vue.d.ts +70 -70
- package/lib/src/pro-form/components/interface.d.ts +113 -113
- package/lib/src/pro-form/components/radio-button-group.vue.d.ts +26 -26
- package/lib/src/pro-form/helper.d.ts +9 -9
- package/lib/src/pro-form/hooks/use-advanced.d.ts +14 -14
- package/lib/src/pro-form/hooks/use-auto-focus.d.ts +9 -9
- package/lib/src/pro-form/hooks/use-break-point.d.ts +23 -23
- package/lib/src/pro-form/hooks/use-component-register.d.ts +2 -2
- package/lib/src/pro-form/hooks/use-form-context.d.ts +8 -8
- package/lib/src/pro-form/hooks/use-form-events.d.ts +26 -26
- package/lib/src/pro-form/hooks/use-form-item.d.ts +2 -2
- package/lib/src/pro-form/hooks/use-form-values.d.ts +12 -12
- package/lib/src/pro-form/hooks/use-form.d.ts +8 -8
- package/lib/src/pro-form/hooks/use-label-width.d.ts +309 -309
- package/lib/src/pro-form/index.d.ts +17 -17
- package/lib/src/pro-form/interface.d.ts +4 -4
- package/lib/src/pro-form/pro-form.vue.d.ts +106 -106
- package/lib/src/pro-form/types/form-item.d.ts +80 -80
- package/lib/src/pro-form/types/form.d.ts +147 -147
- package/lib/src/pro-form/types/index.d.ts +158 -158
- package/lib/src/pro-table/component-map.d.ts +6 -6
- package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +21 -21
- package/lib/src/pro-table/components/editable/cell-component.d.ts +11 -11
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +80 -80
- package/lib/src/pro-table/components/editable/helper.d.ts +5 -5
- package/lib/src/pro-table/components/editable/index.d.ts +21 -21
- package/lib/src/pro-table/components/header-cell.vue.d.ts +15 -15
- package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +7 -7
- package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/settings/index.vue.d.ts +19 -19
- package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
- package/lib/src/pro-table/components/table-action.vue.d.ts +56 -56
- package/lib/src/pro-table/components/table-footer.vue.d.ts +42 -42
- package/lib/src/pro-table/components/table-header.vue.d.ts +71 -71
- package/lib/src/pro-table/components/table-image.vue.d.ts +47 -47
- package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +32 -32
- package/lib/src/pro-table/components/table-title.vue.d.ts +23 -23
- package/lib/src/pro-table/const.d.ts +6 -6
- package/lib/src/pro-table/directives/click-outside.d.ts +3 -3
- package/lib/src/pro-table/helper.d.ts +3 -3
- package/lib/src/pro-table/hooks/use-columns.d.ts +12 -12
- package/lib/src/pro-table/hooks/use-custom-row.d.ts +18 -18
- package/lib/src/pro-table/hooks/use-data-source.d.ts +26 -26
- package/lib/src/pro-table/hooks/use-loading.d.ts +5 -5
- package/lib/src/pro-table/hooks/use-pagination.d.ts +8 -8
- package/lib/src/pro-table/hooks/use-row-selection.d.ts +11 -11
- package/lib/src/pro-table/hooks/use-scroll-to.d.ts +4 -4
- package/lib/src/pro-table/hooks/use-table-context.d.ts +11 -11
- package/lib/src/pro-table/hooks/use-table-expand.d.ts +16 -16
- package/lib/src/pro-table/hooks/use-table-footer.d.ts +4 -4
- package/lib/src/pro-table/hooks/use-table-form.d.ts +7 -7
- package/lib/src/pro-table/hooks/use-table-header.d.ts +4 -4
- package/lib/src/pro-table/hooks/use-table-scroll.d.ts +10 -10
- package/lib/src/pro-table/hooks/use-table-style.d.ts +4 -4
- package/lib/src/pro-table/hooks/use-table.d.ts +15 -15
- package/lib/src/pro-table/index.d.ts +10 -10
- package/lib/src/pro-table/interface.d.ts +62 -62
- package/lib/src/pro-table/pro-table.vue.d.ts +162 -162
- package/lib/src/pro-table/types/pagination.d.ts +92 -92
- package/lib/src/pro-table/types/table-action.d.ts +22 -22
- package/lib/src/pro-table/types/table.d.ts +376 -376
- package/lib/src/prompt/dialog.vue.d.ts +12 -12
- package/lib/src/prompt/index.d.ts +9 -9
- package/lib/src/prompt/interface.d.ts +22 -22
- package/lib/src/prompt/utils.d.ts +9 -9
- package/lib/src/scroll-bar/bar-item.d.ts +15 -15
- package/lib/src/scroll-bar/index.d.ts +174 -174
- package/lib/src/scroll-bar/interface.d.ts +31 -31
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +50 -50
- package/lib/src/scroll-bar/utils.d.ts +9 -9
- package/lib/src/strength-meter/index.d.ts +88 -88
- package/lib/src/strength-meter/interface.d.ts +5 -5
- package/lib/src/strength-meter/strength-meter.vue.d.ts +37 -37
- package/lib/src/theme/antd-global-overwrite/admin/index.css +44 -35
- package/lib/src/theme/antd-global-overwrite/admin/message.css +8 -8
- package/lib/src/theme/antd-global-overwrite/admin/modal.css +7 -1
- package/lib/src/theme/antd-global-overwrite/admin/pagination.css +9 -6
- package/lib/src/theme/antd-global-overwrite/admin/steps.css +20 -20
- package/lib/src/theme/antd-global-overwrite/aplus/form.css +1 -1
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +35 -32
- package/lib/src/theme/antd-global-overwrite/aplus/message.css +8 -8
- package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +9 -6
- package/lib/src/theme/antd-global-overwrite/aplus/steps.css +17 -17
- package/lib/src/theme/ap-tag/ap-tag-group.css +3 -0
- package/lib/src/theme/ap-tag/ap-tag.css +3 -19
- package/lib/src/theme/work-order-modal/index.css +3 -0
- package/lib/src/transition/collapse-transition.vue.d.ts +10 -10
- package/lib/src/transition/create-transition.d.ts +47 -47
- package/lib/src/transition/expand-transition.d.ts +19 -19
- package/lib/src/transition/index.d.ts +368 -368
- package/lib/src/type.d.ts +29 -29
- package/lib/src/utils/config-provider-preset.d.ts +36 -0
- package/lib/src/utils/config-provider-preset.js +1 -0
- package/lib/src/utils/copy-text-to-clipboard.d.ts +1 -1
- package/lib/src/utils/index.d.ts +14 -14
- package/lib/src/utils/slot.d.ts +15 -15
- package/lib/src/utils/tree.d.ts +38 -38
- package/lib/src/utils/uuid.d.ts +2 -2
- package/lib/src/work-order-modal/createWorkOrder.d.ts +1 -0
- package/lib/src/work-order-modal/createWorkOrder.js +1 -0
- package/lib/src/work-order-modal/help-message.vue.d.ts +3 -0
- package/lib/src/work-order-modal/help-message.vue.js +1 -0
- package/lib/src/work-order-modal/help-message.vue2.js +1 -0
- package/lib/src/work-order-modal/index.d.ts +5 -0
- package/lib/src/work-order-modal/index.js +1 -0
- package/lib/src/work-order-modal/interfaces.d.ts +23 -0
- package/lib/src/work-order-modal/interfaces.js +1 -0
- package/lib/src/work-order-modal/style/index.css +3 -0
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +18 -0
- package/lib/src/work-order-modal/work-order-modal.vue.js +1 -0
- package/lib/src/work-order-modal/work-order-modal.vue2.js +1 -0
- package/package.json +11 -4
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
font-size: 12px;
|
|
12
12
|
}
|
|
13
13
|
.ant-form .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
14
|
-
background-color: #
|
|
14
|
+
background-color: #ffffff;
|
|
15
15
|
border-color: #0070ff;
|
|
16
16
|
}
|
|
17
17
|
.ant-form .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
font-size: 12px;
|
|
43
43
|
}
|
|
44
44
|
.ant-form .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
45
|
-
background-color: #
|
|
45
|
+
background-color: #ffffff;
|
|
46
46
|
border-color: #0070ff;
|
|
47
47
|
}
|
|
48
48
|
.ant-form .ant-form-item-control .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
@@ -70,21 +70,21 @@
|
|
|
70
70
|
color: #abb7cc;
|
|
71
71
|
}
|
|
72
72
|
.ant-message .ant-message-notice-content {
|
|
73
|
-
border-radius: 4px;
|
|
74
73
|
padding: 10px 16px;
|
|
75
|
-
box-shadow: 0px 3px 6px 0px rgba(44, 54, 69, 0.102);
|
|
76
|
-
font-size: 14px;
|
|
77
|
-
font-weight: normal;
|
|
78
|
-
line-height: 22px;
|
|
79
|
-
letter-spacing: 0em;
|
|
80
74
|
/* 文字颜色/一级-333333 */
|
|
81
75
|
color: #333333;
|
|
76
|
+
font-weight: normal;
|
|
77
|
+
font-size: 14px;
|
|
78
|
+
line-height: 22px;
|
|
79
|
+
letter-spacing: 0;
|
|
80
|
+
border-radius: 4px;
|
|
81
|
+
box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
|
|
82
82
|
}
|
|
83
83
|
.ant-message .ant-message-notice .anticon {
|
|
84
|
-
vertical-align: -0.18em;
|
|
85
|
-
margin-inline-end: 9px;
|
|
86
84
|
font-size: 14px;
|
|
87
85
|
line-height: 22px;
|
|
86
|
+
vertical-align: -0.18em;
|
|
87
|
+
margin-inline-end: 9px;
|
|
88
88
|
}
|
|
89
89
|
.ant-modal-root .ant-modal-close {
|
|
90
90
|
top: 0;
|
|
@@ -187,6 +187,9 @@
|
|
|
187
187
|
.ant-modal-root .ant-modal-confirm .ant-modal-body .ant-modal-confirm-btns button {
|
|
188
188
|
min-width: 88px;
|
|
189
189
|
}
|
|
190
|
+
.ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right {
|
|
191
|
+
margin: 10px 0 0;
|
|
192
|
+
}
|
|
190
193
|
.ant-table-wrapper .ant-pagination {
|
|
191
194
|
position: relative;
|
|
192
195
|
}
|
|
@@ -202,10 +205,10 @@
|
|
|
202
205
|
height: 30px;
|
|
203
206
|
margin: 0 4px;
|
|
204
207
|
font-weight: 400;
|
|
205
|
-
border-radius: 4px;
|
|
206
208
|
font-size: 14px;
|
|
207
209
|
line-height: 29px;
|
|
208
210
|
text-align: center;
|
|
211
|
+
border-radius: 4px;
|
|
209
212
|
}
|
|
210
213
|
.ant-table-wrapper .ant-pagination .ant-pagination-item:not(.ant-table-wrapper .ant-pagination .ant-pagination-item-active) {
|
|
211
214
|
border: 1px solid #d9d9d9;
|
|
@@ -214,8 +217,8 @@
|
|
|
214
217
|
width: 30px;
|
|
215
218
|
height: 30px;
|
|
216
219
|
margin: 0 4px;
|
|
217
|
-
border: 1px solid #d9d9d9;
|
|
218
220
|
line-height: 30px;
|
|
221
|
+
border: 1px solid #d9d9d9;
|
|
219
222
|
}
|
|
220
223
|
.ant-table-wrapper .ant-pagination .ant-pagination-prev .anticon.anticon-left {
|
|
221
224
|
border: none;
|
|
@@ -234,8 +237,8 @@
|
|
|
234
237
|
width: 30px;
|
|
235
238
|
height: 30px;
|
|
236
239
|
margin: 0 4px;
|
|
237
|
-
border: 1px solid #d9d9d9;
|
|
238
240
|
line-height: 30px;
|
|
241
|
+
border: 1px solid #d9d9d9;
|
|
239
242
|
}
|
|
240
243
|
.ant-table-wrapper .ant-pagination .ant-pagination-next .anticon.anticon-right {
|
|
241
244
|
border: none;
|
|
@@ -244,18 +247,18 @@
|
|
|
244
247
|
margin-left: 4px;
|
|
245
248
|
}
|
|
246
249
|
.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
|
|
247
|
-
height: 30px;
|
|
248
250
|
min-width: 90px;
|
|
251
|
+
height: 30px;
|
|
249
252
|
}
|
|
250
253
|
.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
|
|
251
254
|
line-height: 28px;
|
|
252
255
|
}
|
|
253
256
|
.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
|
|
254
|
-
color: #
|
|
257
|
+
color: #333333;
|
|
255
258
|
}
|
|
256
259
|
.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
|
|
257
260
|
margin-left: 20px;
|
|
258
|
-
color: #
|
|
261
|
+
color: #333333;
|
|
259
262
|
font-size: 14px;
|
|
260
263
|
}
|
|
261
264
|
.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
|
|
@@ -275,8 +278,8 @@
|
|
|
275
278
|
line-height: 28px;
|
|
276
279
|
}
|
|
277
280
|
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
|
|
278
|
-
|
|
279
|
-
|
|
281
|
+
background-color: #ffffff;
|
|
282
|
+
border-color: #0070ff;
|
|
280
283
|
}
|
|
281
284
|
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon {
|
|
282
285
|
width: 12px;
|
|
@@ -289,48 +292,48 @@
|
|
|
289
292
|
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
|
|
290
293
|
min-height: 16px;
|
|
291
294
|
margin-top: 6px;
|
|
292
|
-
color: #
|
|
293
|
-
font-size: 12px;
|
|
295
|
+
color: #8896b0;
|
|
294
296
|
font-weight: 400;
|
|
297
|
+
font-size: 12px;
|
|
295
298
|
line-height: 1em;
|
|
296
299
|
}
|
|
297
300
|
.ant-steps .ant-steps-item-title {
|
|
298
301
|
height: 24px;
|
|
299
|
-
|
|
300
|
-
color: #8896B0;
|
|
301
|
-
font-size: 16px;
|
|
302
|
+
color: #8896b0;
|
|
302
303
|
font-weight: 400;
|
|
304
|
+
font-size: 16px;
|
|
305
|
+
padding-inline-end: 24px;
|
|
303
306
|
}
|
|
304
307
|
.ant-steps .ant-steps-item-content {
|
|
305
308
|
margin-left: 4px;
|
|
306
309
|
}
|
|
307
310
|
.ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
|
|
308
|
-
color: #
|
|
309
|
-
font-size: 16px;
|
|
311
|
+
color: #ffffff;
|
|
310
312
|
font-weight: 500;
|
|
313
|
+
font-size: 16px;
|
|
311
314
|
}
|
|
312
315
|
.ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
|
|
313
316
|
min-height: 16px;
|
|
314
317
|
margin-top: 6px;
|
|
315
|
-
color: #
|
|
316
|
-
font-size: 12px;
|
|
318
|
+
color: #8896b0;
|
|
317
319
|
font-weight: 400;
|
|
320
|
+
font-size: 12px;
|
|
318
321
|
line-height: 1em;
|
|
319
322
|
}
|
|
320
323
|
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
|
|
321
|
-
|
|
322
|
-
|
|
324
|
+
background-color: #ffffff;
|
|
325
|
+
border-color: #dee4ed;
|
|
323
326
|
}
|
|
324
327
|
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
|
|
325
|
-
color: #
|
|
326
|
-
font-size: 16px;
|
|
328
|
+
color: #dee4ed;
|
|
327
329
|
font-weight: 500;
|
|
330
|
+
font-size: 16px;
|
|
328
331
|
}
|
|
329
332
|
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-description {
|
|
330
333
|
min-height: 16px;
|
|
331
334
|
margin-top: 6px;
|
|
332
|
-
color: #
|
|
333
|
-
font-size: 12px;
|
|
335
|
+
color: #8896b0;
|
|
334
336
|
font-weight: 400;
|
|
337
|
+
font-size: 12px;
|
|
335
338
|
line-height: 1em;
|
|
336
339
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
.ant-message .ant-message-notice-content {
|
|
2
|
-
border-radius: 4px;
|
|
3
2
|
padding: 10px 16px;
|
|
4
|
-
box-shadow: 0px 3px 6px 0px rgba(44, 54, 69, 0.102);
|
|
5
|
-
font-size: 14px;
|
|
6
|
-
font-weight: normal;
|
|
7
|
-
line-height: 22px;
|
|
8
|
-
letter-spacing: 0em;
|
|
9
3
|
/* 文字颜色/一级-333333 */
|
|
10
4
|
color: #333333;
|
|
5
|
+
font-weight: normal;
|
|
6
|
+
font-size: 14px;
|
|
7
|
+
line-height: 22px;
|
|
8
|
+
letter-spacing: 0;
|
|
9
|
+
border-radius: 4px;
|
|
10
|
+
box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
|
|
11
11
|
}
|
|
12
12
|
.ant-message .ant-message-notice .anticon {
|
|
13
|
-
vertical-align: -0.18em;
|
|
14
|
-
margin-inline-end: 9px;
|
|
15
13
|
font-size: 14px;
|
|
16
14
|
line-height: 22px;
|
|
15
|
+
vertical-align: -0.18em;
|
|
16
|
+
margin-inline-end: 9px;
|
|
17
17
|
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
.ant-table-wrapper .ant-spin-container .ant-pagination.ant-table-pagination.ant-table-pagination-right {
|
|
2
|
+
margin: 10px 0 0;
|
|
3
|
+
}
|
|
1
4
|
.ant-table-wrapper .ant-pagination {
|
|
2
5
|
position: relative;
|
|
3
6
|
}
|
|
@@ -13,10 +16,10 @@
|
|
|
13
16
|
height: 30px;
|
|
14
17
|
margin: 0 4px;
|
|
15
18
|
font-weight: 400;
|
|
16
|
-
border-radius: 4px;
|
|
17
19
|
font-size: 14px;
|
|
18
20
|
line-height: 29px;
|
|
19
21
|
text-align: center;
|
|
22
|
+
border-radius: 4px;
|
|
20
23
|
}
|
|
21
24
|
.ant-table-wrapper .ant-pagination .ant-pagination-item:not(.ant-table-wrapper .ant-pagination .ant-pagination-item-active) {
|
|
22
25
|
border: 1px solid #d9d9d9;
|
|
@@ -25,8 +28,8 @@
|
|
|
25
28
|
width: 30px;
|
|
26
29
|
height: 30px;
|
|
27
30
|
margin: 0 4px;
|
|
28
|
-
border: 1px solid #d9d9d9;
|
|
29
31
|
line-height: 30px;
|
|
32
|
+
border: 1px solid #d9d9d9;
|
|
30
33
|
}
|
|
31
34
|
.ant-table-wrapper .ant-pagination .ant-pagination-prev .anticon.anticon-left {
|
|
32
35
|
border: none;
|
|
@@ -45,8 +48,8 @@
|
|
|
45
48
|
width: 30px;
|
|
46
49
|
height: 30px;
|
|
47
50
|
margin: 0 4px;
|
|
48
|
-
border: 1px solid #d9d9d9;
|
|
49
51
|
line-height: 30px;
|
|
52
|
+
border: 1px solid #d9d9d9;
|
|
50
53
|
}
|
|
51
54
|
.ant-table-wrapper .ant-pagination .ant-pagination-next .anticon.anticon-right {
|
|
52
55
|
border: none;
|
|
@@ -55,18 +58,18 @@
|
|
|
55
58
|
margin-left: 4px;
|
|
56
59
|
}
|
|
57
60
|
.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selector {
|
|
58
|
-
height: 30px;
|
|
59
61
|
min-width: 90px;
|
|
62
|
+
height: 30px;
|
|
60
63
|
}
|
|
61
64
|
.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select-selection-item {
|
|
62
65
|
line-height: 28px;
|
|
63
66
|
}
|
|
64
67
|
.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-select .ant-select-arrow {
|
|
65
|
-
color: #
|
|
68
|
+
color: #333333;
|
|
66
69
|
}
|
|
67
70
|
.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper {
|
|
68
71
|
margin-left: 20px;
|
|
69
|
-
color: #
|
|
72
|
+
color: #333333;
|
|
70
73
|
font-size: 14px;
|
|
71
74
|
}
|
|
72
75
|
.ant-table-wrapper .ant-pagination .ant-pagination-options .ant-pagination-options-quick-jumper input {
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
line-height: 28px;
|
|
9
9
|
}
|
|
10
10
|
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
background-color: #ffffff;
|
|
12
|
+
border-color: #0070ff;
|
|
13
13
|
}
|
|
14
14
|
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-finish-icon {
|
|
15
15
|
width: 12px;
|
|
@@ -22,48 +22,48 @@
|
|
|
22
22
|
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
|
|
23
23
|
min-height: 16px;
|
|
24
24
|
margin-top: 6px;
|
|
25
|
-
color: #
|
|
26
|
-
font-size: 12px;
|
|
25
|
+
color: #8896b0;
|
|
27
26
|
font-weight: 400;
|
|
27
|
+
font-size: 12px;
|
|
28
28
|
line-height: 1em;
|
|
29
29
|
}
|
|
30
30
|
.ant-steps .ant-steps-item-title {
|
|
31
31
|
height: 24px;
|
|
32
|
-
|
|
33
|
-
color: #8896B0;
|
|
34
|
-
font-size: 16px;
|
|
32
|
+
color: #8896b0;
|
|
35
33
|
font-weight: 400;
|
|
34
|
+
font-size: 16px;
|
|
35
|
+
padding-inline-end: 24px;
|
|
36
36
|
}
|
|
37
37
|
.ant-steps .ant-steps-item-content {
|
|
38
38
|
margin-left: 4px;
|
|
39
39
|
}
|
|
40
40
|
.ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
|
|
41
|
-
color: #
|
|
42
|
-
font-size: 16px;
|
|
41
|
+
color: #ffffff;
|
|
43
42
|
font-weight: 500;
|
|
43
|
+
font-size: 16px;
|
|
44
44
|
}
|
|
45
45
|
.ant-steps .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
|
|
46
46
|
min-height: 16px;
|
|
47
47
|
margin-top: 6px;
|
|
48
|
-
color: #
|
|
49
|
-
font-size: 12px;
|
|
48
|
+
color: #8896b0;
|
|
50
49
|
font-weight: 400;
|
|
50
|
+
font-size: 12px;
|
|
51
51
|
line-height: 1em;
|
|
52
52
|
}
|
|
53
53
|
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
background-color: #ffffff;
|
|
55
|
+
border-color: #dee4ed;
|
|
56
56
|
}
|
|
57
57
|
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
|
|
58
|
-
color: #
|
|
59
|
-
font-size: 16px;
|
|
58
|
+
color: #dee4ed;
|
|
60
59
|
font-weight: 500;
|
|
60
|
+
font-size: 16px;
|
|
61
61
|
}
|
|
62
62
|
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-description {
|
|
63
63
|
min-height: 16px;
|
|
64
64
|
margin-top: 6px;
|
|
65
|
-
color: #
|
|
66
|
-
font-size: 12px;
|
|
65
|
+
color: #8896b0;
|
|
67
66
|
font-weight: 400;
|
|
67
|
+
font-size: 12px;
|
|
68
68
|
line-height: 1em;
|
|
69
69
|
}
|
|
@@ -2,21 +2,13 @@
|
|
|
2
2
|
text-wrap: nowrap;
|
|
3
3
|
display: inline-block;
|
|
4
4
|
}
|
|
5
|
-
.aplus-tag-wrapper--large {
|
|
6
|
-
height: 28px;
|
|
7
|
-
}
|
|
8
|
-
.aplus-tag-wrapper--middle {
|
|
9
|
-
height: 24px;
|
|
10
|
-
}
|
|
11
|
-
.aplus-tag-wrapper--small {
|
|
12
|
-
height: 20px;
|
|
13
|
-
}
|
|
14
5
|
.aplus-tag-inner-wrapper {
|
|
15
6
|
display: inline-block;
|
|
16
7
|
border-radius: 4px;
|
|
17
8
|
border: 1px solid var(--tag-main-color);
|
|
18
9
|
background-color: var(--tag-main-color-opacity);
|
|
19
10
|
box-sizing: border-box;
|
|
11
|
+
color: var(--tag-main-color);
|
|
20
12
|
}
|
|
21
13
|
.aplus-tag-inner-wrapper--large {
|
|
22
14
|
padding: 0 8px;
|
|
@@ -32,25 +24,17 @@
|
|
|
32
24
|
}
|
|
33
25
|
.aplus-tag-inner-wrapper--small {
|
|
34
26
|
padding: 0 6px;
|
|
35
|
-
line-height:
|
|
27
|
+
line-height: 19px;
|
|
36
28
|
height: 20px;
|
|
37
29
|
font-size: 12px;
|
|
38
30
|
}
|
|
39
31
|
.aplus-tag-inner-wrapper--disabled {
|
|
40
32
|
border: 1px solid #DEE4ED;
|
|
41
33
|
background-color: #526a900f;
|
|
34
|
+
color: #8896b0;
|
|
42
35
|
}
|
|
43
36
|
.aplus-tag-inner-wrapper--disabled-admin {
|
|
44
37
|
border: 1px solid #d9d9d9;
|
|
45
38
|
background-color: #9999990f;
|
|
46
|
-
}
|
|
47
|
-
.aplus-tag-content {
|
|
48
|
-
display: inline-block;
|
|
49
|
-
color: var(--tag-main-color);
|
|
50
|
-
}
|
|
51
|
-
.aplus-tag-content--disabled {
|
|
52
|
-
color: #8896b0;
|
|
53
|
-
}
|
|
54
|
-
.aplus-tag-content--disabled-admin {
|
|
55
39
|
color: #999;
|
|
56
40
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{}>>, {}, {}>, {
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
}>;
|
|
6
|
-
export default _default;
|
|
7
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
|
-
new (): {
|
|
9
|
-
$slots: S;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
2
|
+
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots< DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{}>>, {}, {}>, {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
|
+
new (): {
|
|
9
|
+
$slots: S;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
|
|
3
|
-
type Mode = 'in-out' | 'out-in' | 'default' | undefined;
|
|
4
|
-
export declare function createSimpleTransition(name: string, origin?: string, mode?: Mode): DefineComponent<{
|
|
5
|
-
group: {
|
|
6
|
-
type: PropType<boolean>;
|
|
7
|
-
default: boolean;
|
|
8
|
-
};
|
|
9
|
-
mode: {
|
|
10
|
-
type: PropType<Mode>;
|
|
11
|
-
default: Mode;
|
|
12
|
-
};
|
|
13
|
-
origin: {
|
|
14
|
-
type: PropType<string>;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
18
|
-
group: {
|
|
19
|
-
type: PropType<boolean>;
|
|
20
|
-
default: boolean;
|
|
21
|
-
};
|
|
22
|
-
mode: {
|
|
23
|
-
type: PropType<Mode>;
|
|
24
|
-
default: Mode;
|
|
25
|
-
};
|
|
26
|
-
origin: {
|
|
27
|
-
type: PropType<string>;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
}>>, {
|
|
31
|
-
mode: Mode;
|
|
32
|
-
group: boolean;
|
|
33
|
-
origin: string;
|
|
34
|
-
}, {}>;
|
|
35
|
-
export declare function createJavascriptTransition(name: string, functions: Record<string, any>, mode?: Mode): DefineComponent<{
|
|
36
|
-
mode: {
|
|
37
|
-
type: PropType<Mode>;
|
|
38
|
-
default: "default" | "in-out" | "out-in";
|
|
39
|
-
};
|
|
40
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
41
|
-
mode: {
|
|
42
|
-
type: PropType<Mode>;
|
|
43
|
-
default: "default" | "in-out" | "out-in";
|
|
44
|
-
};
|
|
45
|
-
}>>, {
|
|
46
|
-
mode: Mode;
|
|
47
|
-
}, {}>;
|
|
48
|
-
export {};
|
|
2
|
+
|
|
3
|
+
type Mode = 'in-out' | 'out-in' | 'default' | undefined;
|
|
4
|
+
export declare function createSimpleTransition(name: string, origin?: string, mode?: Mode): DefineComponent<{
|
|
5
|
+
group: {
|
|
6
|
+
type: PropType<boolean>;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
mode: {
|
|
10
|
+
type: PropType<Mode>;
|
|
11
|
+
default: Mode;
|
|
12
|
+
};
|
|
13
|
+
origin: {
|
|
14
|
+
type: PropType<string>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
18
|
+
group: {
|
|
19
|
+
type: PropType<boolean>;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
mode: {
|
|
23
|
+
type: PropType<Mode>;
|
|
24
|
+
default: Mode;
|
|
25
|
+
};
|
|
26
|
+
origin: {
|
|
27
|
+
type: PropType<string>;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
}>>, {
|
|
31
|
+
mode: Mode;
|
|
32
|
+
group: boolean;
|
|
33
|
+
origin: string;
|
|
34
|
+
}, {}>;
|
|
35
|
+
export declare function createJavascriptTransition(name: string, functions: Record<string, any>, mode?: Mode): DefineComponent<{
|
|
36
|
+
mode: {
|
|
37
|
+
type: PropType<Mode>;
|
|
38
|
+
default: "default" | "in-out" | "out-in";
|
|
39
|
+
};
|
|
40
|
+
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
41
|
+
mode: {
|
|
42
|
+
type: PropType<Mode>;
|
|
43
|
+
default: "default" | "in-out" | "out-in";
|
|
44
|
+
};
|
|
45
|
+
}>>, {
|
|
46
|
+
mode: Mode;
|
|
47
|
+
}, {}>;
|
|
48
|
+
export {};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
interface HTMLExpandElement extends HTMLElement {
|
|
2
|
-
_parent?: (Node & ParentNode & HTMLElement) | null;
|
|
3
|
-
_initialStyle: {
|
|
4
|
-
transition: string;
|
|
5
|
-
overflow: string | null;
|
|
6
|
-
height?: string | null;
|
|
7
|
-
width?: string | null;
|
|
8
|
-
};
|
|
9
|
-
}
|
|
10
|
-
export default function (expandedParentClass?: string, x?: boolean): {
|
|
11
|
-
beforeEnter(el: HTMLExpandElement): void;
|
|
12
|
-
enter(el: HTMLExpandElement): void;
|
|
13
|
-
afterEnter: (el: HTMLExpandElement) => void;
|
|
14
|
-
enterCancelled: (el: HTMLExpandElement) => void;
|
|
15
|
-
leave(el: HTMLExpandElement): void;
|
|
16
|
-
afterLeave: (el: HTMLExpandElement) => void;
|
|
17
|
-
leaveCancelled: (el: HTMLExpandElement) => void;
|
|
18
|
-
};
|
|
19
|
-
export {};
|
|
1
|
+
interface HTMLExpandElement extends HTMLElement {
|
|
2
|
+
_parent?: (Node & ParentNode & HTMLElement) | null;
|
|
3
|
+
_initialStyle: {
|
|
4
|
+
transition: string;
|
|
5
|
+
overflow: string | null;
|
|
6
|
+
height?: string | null;
|
|
7
|
+
width?: string | null;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export default function (expandedParentClass?: string, x?: boolean): {
|
|
11
|
+
beforeEnter(el: HTMLExpandElement): void;
|
|
12
|
+
enter(el: HTMLExpandElement): void;
|
|
13
|
+
afterEnter: (el: HTMLExpandElement) => void;
|
|
14
|
+
enterCancelled: (el: HTMLExpandElement) => void;
|
|
15
|
+
leave(el: HTMLExpandElement): void;
|
|
16
|
+
afterLeave: (el: HTMLExpandElement) => void;
|
|
17
|
+
leaveCancelled: (el: HTMLExpandElement) => void;
|
|
18
|
+
};
|
|
19
|
+
export {};
|