@vipl520/dk-ui 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +13 -26
- package/dist/index.min.js +34 -0
- package/dist/index.min.js.map +1 -0
- package/dist/index.min.mjs +34 -0
- package/dist/index.min.mjs.map +1 -0
- package/dist/index.mjs +13 -26
- package/dist/web-types.json +1 -1
- package/es/api/attachment.d.ts +10 -0
- package/es/api/common.d.ts +1 -0
- package/es/api/index.d.ts +1 -0
- package/es/attachment/index.d.ts +29 -0
- package/es/attachment/src/attachment.vue.d.ts +28 -0
- package/es/attachment/src/file-icon.vue.d.ts +41 -0
- package/es/attachment/src/props.d.ts +12 -0
- package/es/attachment-dialog/index.d.ts +40 -0
- package/es/attachment-dialog/src/attachment-dialog.vue.d.ts +39 -0
- package/es/attachment-dialog/src/props.d.ts +16 -0
- package/es/audio-input/index.d.ts +55 -0
- package/es/audio-input/src/audio-input.vue.d.ts +54 -0
- package/es/audio-input/src/props.d.ts +24 -0
- package/es/audio-list-input/index.d.ts +55 -0
- package/es/audio-list-input/src/audio-list-input.vue.d.ts +54 -0
- package/es/audio-list-input/src/props.d.ts +24 -0
- package/es/box-size-input/index.d.ts +71 -0
- package/es/box-size-input/src/box-size-input.vue.d.ts +70 -0
- package/es/box-size-input/src/props.d.ts +32 -0
- package/es/color-input/index.d.ts +46 -0
- package/es/color-input/src/color-input.vue.d.ts +45 -0
- package/es/color-input/src/props.d.ts +23 -0
- package/es/dialog/index.d.ts +176 -0
- package/es/dialog/src/dialog.vue.d.ts +59 -0
- package/es/dialog/src/props.d.ts +24 -0
- package/es/file-input/index.d.ts +64 -0
- package/es/file-input/src/file-input.vue.d.ts +63 -0
- package/es/file-input/src/props.d.ts +28 -0
- package/es/file-list-input/index.d.ts +64 -0
- package/es/file-list-input/src/file-list-input.vue.d.ts +63 -0
- package/es/file-list-input/src/props.d.ts +28 -0
- package/es/form/index.d.ts +294 -0
- package/es/form/src/config.d.ts +45 -0
- package/es/form/src/form.vue.d.ts +116 -0
- package/es/form/src/props.d.ts +44 -0
- package/es/group/index.d.ts +174 -0
- package/es/group/src/group.vue.d.ts +173 -0
- package/es/group/src/props.d.ts +76 -0
- package/es/group/utils/extend.d.ts +3 -0
- package/es/group/utils/utils.d.ts +4 -0
- package/es/icon/index.d.ts +189 -0
- package/es/icon/src/icon.vue.d.ts +66 -0
- package/es/icon/src/props.d.ts +31 -0
- package/es/icon-input/index.d.ts +143 -0
- package/es/icon-input/src/icon-content.vue.d.ts +44 -0
- package/es/icon-input/src/icon-dialog.vue.d.ts +38 -0
- package/es/icon-input/src/icon-input.vue.d.ts +62 -0
- package/es/icon-input/src/props.d.ts +62 -0
- package/es/image-input/index.d.ts +55 -0
- package/es/image-input/src/image-input.vue.d.ts +54 -0
- package/es/image-input/src/props.d.ts +24 -0
- package/es/image-list-input/index.d.ts +55 -0
- package/es/image-list-input/src/image-list-input.vue.d.ts +54 -0
- package/es/image-list-input/src/props.d.ts +24 -0
- package/es/index.d.ts +35 -0
- package/es/packages/dk-ui/src/box-size-input/src/box-size-input.vue2.mjs +3 -3
- package/es/packages/dk-ui/src/box-size-input/src/box-size-input.vue2.mjs.map +1 -1
- package/es/packages/dk-ui/src/form/src/form.vue2.mjs +2 -2
- package/es/packages/dk-ui/src/form/src/form.vue2.mjs.map +1 -1
- package/es/packages/dk-ui/src/select/index.mjs.map +1 -1
- package/es/packages/dk-ui/src/select/src/props.mjs.map +1 -1
- package/es/packages/dk-ui/src/style-border-input/src/style-border-input.vue2.mjs +3 -7
- package/es/packages/dk-ui/src/style-border-input/src/style-border-input.vue2.mjs.map +1 -1
- package/es/packages/dk-ui/src/style-position-input/src/style-position-input.vue2.mjs +1 -4
- package/es/packages/dk-ui/src/style-position-input/src/style-position-input.vue2.mjs.map +1 -1
- package/es/packages/dk-ui/src/style-shadow-input/src/style-shadow-content.vue2.mjs +2 -6
- package/es/packages/dk-ui/src/style-shadow-input/src/style-shadow-content.vue2.mjs.map +1 -1
- package/es/packages/dk-ui/src/table/src/components/RecycleDialog.vue2.mjs.map +1 -1
- package/es/packages/dk-ui/src/tiny-editor/src/tiny-editor.vue2.mjs +2 -4
- package/es/packages/dk-ui/src/tiny-editor/src/tiny-editor.vue2.mjs.map +1 -1
- package/es/page-diy/index.d.ts +246 -0
- package/es/page-diy/src/components/DragBox.vue.d.ts +14 -0
- package/es/page-diy/src/components/DragTool.vue.d.ts +59 -0
- package/es/page-diy/src/components/PreviewPhone.vue.d.ts +30 -0
- package/es/page-diy/src/config/base/dkPage.d.ts +7 -0
- package/es/page-diy/src/config/base/dkSetting.d.ts +35 -0
- package/es/page-diy/src/config/base/index.d.ts +3 -0
- package/es/page-diy/src/config/rule/common/DkPosterBtn.d.ts +86 -0
- package/es/page-diy/src/config/rule/common/DkViewBulletChat.d.ts +108 -0
- package/es/page-diy/src/config/rule/common/DkViewCell.d.ts +37 -0
- package/es/page-diy/src/config/rule/common/DkViewCommonBtn.d.ts +264 -0
- package/es/page-diy/src/config/rule/common/DkViewDialog.d.ts +106 -0
- package/es/page-diy/src/config/rule/common/DkViewGridCellList.d.ts +130 -0
- package/es/page-diy/src/config/rule/common/DkViewImage.d.ts +120 -0
- package/es/page-diy/src/config/rule/common/DkViewMusic.d.ts +85 -0
- package/es/page-diy/src/config/rule/common/DkViewNavBar.d.ts +33 -0
- package/es/page-diy/src/config/rule/common/DkViewNoticeBar.d.ts +57 -0
- package/es/page-diy/src/config/rule/common/DkViewSwipe.d.ts +140 -0
- package/es/page-diy/src/config/rule/common/DkViewTabbar.d.ts +101 -0
- package/es/page-diy/src/config/rule/common/DkViewTextarea.d.ts +33 -0
- package/es/page-diy/src/config/rule/common/DkViewVideo.d.ts +73 -0
- package/es/page-diy/src/config/rule/common/index.d.ts +2638 -0
- package/es/page-diy/src/config/rule/index.d.ts +3665 -0
- package/es/page-diy/src/config/rule/layout/DkViewTitle.d.ts +125 -0
- package/es/page-diy/src/config/rule/layout/col.d.ts +36 -0
- package/es/page-diy/src/config/rule/layout/divider.d.ts +39 -0
- package/es/page-diy/src/config/rule/layout/index.d.ts +1023 -0
- package/es/page-diy/src/config/rule/layout/row.d.ts +47 -0
- package/es/page-diy/src/config/rule/layout/space.d.ts +32 -0
- package/es/page-diy/src/config/rule/layout/swip-item.d.ts +27 -0
- package/es/page-diy/src/config/rule/layout/swipe.d.ts +62 -0
- package/es/page-diy/src/config/rule/layout/tab.d.ts +30 -0
- package/es/page-diy/src/config/rule/layout/tabs.d.ts +119 -0
- package/es/page-diy/src/config/rule/layout/vanEmpty.d.ts +66 -0
- package/es/page-diy/src/page-diy.vue.d.ts +245 -0
- package/es/page-diy/src/props.d.ts +11 -0
- package/es/page-diy/src/utils/form.d.ts +4 -0
- package/es/page-diy/src/utils/help.d.ts +2 -0
- package/es/page-diy/src/utils/index.d.ts +3 -0
- package/es/page-diy/src/utils/unique.d.ts +1 -0
- package/es/page-diy/src/views/DkViewBulletChat.vue.d.ts +59 -0
- package/es/page-diy/src/views/DkViewCell.vue.d.ts +14 -0
- package/es/page-diy/src/views/DkViewCommonBtn.vue.d.ts +220 -0
- package/es/page-diy/src/views/DkViewDialog.vue.d.ts +81 -0
- package/es/page-diy/src/views/DkViewGridCellList.vue.d.ts +133 -0
- package/es/page-diy/src/views/DkViewImage.vue.d.ts +120 -0
- package/es/page-diy/src/views/DkViewMusic.vue.d.ts +68 -0
- package/es/page-diy/src/views/DkViewNavBar.vue.d.ts +68 -0
- package/es/page-diy/src/views/DkViewNoticeBar.vue.d.ts +59 -0
- package/es/page-diy/src/views/DkViewSwipe.vue.d.ts +59 -0
- package/es/page-diy/src/views/DkViewTabbar.vue.d.ts +52 -0
- package/es/page-diy/src/views/DkViewTextarea.vue.d.ts +14 -0
- package/es/page-diy/src/views/DkViewTitle.vue.d.ts +167 -0
- package/es/page-diy/src/views/DkViewVideo.vue.d.ts +54 -0
- package/es/page-diy/src/views/index.d.ts +2 -0
- package/es/poster-input/index.d.ts +142 -0
- package/es/poster-input/src/component/config.d.ts +97 -0
- package/es/poster-input/src/component/poster-content.vue.d.ts +46 -0
- package/es/poster-input/src/component/poster.vue.d.ts +31 -0
- package/es/poster-input/src/component/views/DkPosterViewAvatar.vue.d.ts +23 -0
- package/es/poster-input/src/component/views/DkPosterViewImage.vue.d.ts +23 -0
- package/es/poster-input/src/component/views/DkPosterViewName.vue.d.ts +23 -0
- package/es/poster-input/src/component/views/DkPosterViewQrcode.vue.d.ts +23 -0
- package/es/poster-input/src/component/views/DkPosterViewText.vue.d.ts +23 -0
- package/es/poster-input/src/component/views/quick-action.vue.d.ts +14 -0
- package/es/poster-input/src/poster-input.vue.d.ts +112 -0
- package/es/poster-input/src/props.d.ts +54 -0
- package/es/resolver.d.ts +15 -0
- package/es/select/index.d.ts +3 -0
- package/es/select/src/props.d.ts +3 -0
- package/es/select/src/select.vue.d.ts +17 -0
- package/es/style-background-input/index.d.ts +23 -0
- package/es/style-background-input/src/props.d.ts +11 -0
- package/es/style-background-input/src/style-background-input.vue.d.ts +22 -0
- package/es/style-border-input/index.d.ts +17 -0
- package/es/style-border-input/src/props.d.ts +8 -0
- package/es/style-border-input/src/style-border-input.vue.d.ts +16 -0
- package/es/style-box-input/index.d.ts +35 -0
- package/es/style-box-input/src/html.d.ts +33 -0
- package/es/style-box-input/src/props.d.ts +16 -0
- package/es/style-box-input/src/style-box-input.vue.d.ts +34 -0
- package/es/style-font-input/index.d.ts +17 -0
- package/es/style-font-input/src/props.d.ts +8 -0
- package/es/style-font-input/src/style-font-input.vue.d.ts +16 -0
- package/es/style-input/index.d.ts +26 -0
- package/es/style-input/src/default.d.ts +9 -0
- package/es/style-input/src/props.d.ts +16 -0
- package/es/style-input/src/style-input.vue.d.ts +25 -0
- package/es/style-number-input/index.d.ts +62 -0
- package/es/style-number-input/src/props.d.ts +28 -0
- package/es/style-number-input/src/style-number-input.vue.d.ts +61 -0
- package/es/style-position-input/index.d.ts +17 -0
- package/es/style-position-input/src/props.d.ts +8 -0
- package/es/style-position-input/src/style-position-input.vue.d.ts +16 -0
- package/es/style-shadow-input/index.d.ts +83 -0
- package/es/style-shadow-input/src/props.d.ts +12 -0
- package/es/style-shadow-input/src/style-shadow-content.vue.d.ts +58 -0
- package/es/style-shadow-input/src/style-shadow-input.vue.d.ts +25 -0
- package/es/table/index.d.ts +127 -0
- package/es/table/src/components/ComSearch.vue.d.ts +7 -0
- package/es/table/src/components/FieldRender.vue.d.ts +37 -0
- package/es/table/src/components/RecycleDialog.vue.d.ts +2 -0
- package/es/table/src/components/header.vue.d.ts +40 -0
- package/es/table/src/props.d.ts +8 -0
- package/es/table/src/table.vue.d.ts +27 -0
- package/es/table/utils/dkTable.d.ts +85 -0
- package/es/table/utils/dkTableApi.d.ts +59 -0
- package/es/test/index.d.ts +24 -0
- package/es/test/src/props.d.ts +15 -0
- package/es/test/src/test.vue.d.ts +23 -0
- package/es/tiny-editor/index.d.ts +64 -0
- package/es/tiny-editor/src/config.d.ts +19 -0
- package/es/tiny-editor/src/props.d.ts +31 -0
- package/es/tiny-editor/src/tiny-editor.vue.d.ts +63 -0
- package/es/video-input/index.d.ts +55 -0
- package/es/video-input/src/props.d.ts +24 -0
- package/es/video-input/src/video-input.vue.d.ts +54 -0
- package/es/video-list-input/index.d.ts +55 -0
- package/es/video-list-input/src/props.d.ts +24 -0
- package/es/video-list-input/src/video-list-input.vue.d.ts +54 -0
- package/lib/api/attachment.d.ts +10 -0
- package/lib/api/common.d.ts +1 -0
- package/lib/api/index.d.ts +1 -0
- package/lib/attachment/index.d.ts +29 -0
- package/lib/attachment/src/attachment.vue.d.ts +28 -0
- package/lib/attachment/src/file-icon.vue.d.ts +41 -0
- package/lib/attachment/src/props.d.ts +12 -0
- package/lib/attachment-dialog/index.d.ts +40 -0
- package/lib/attachment-dialog/src/attachment-dialog.vue.d.ts +39 -0
- package/lib/attachment-dialog/src/props.d.ts +16 -0
- package/lib/audio-input/index.d.ts +55 -0
- package/lib/audio-input/src/audio-input.vue.d.ts +54 -0
- package/lib/audio-input/src/props.d.ts +24 -0
- package/lib/audio-list-input/index.d.ts +55 -0
- package/lib/audio-list-input/src/audio-list-input.vue.d.ts +54 -0
- package/lib/audio-list-input/src/props.d.ts +24 -0
- package/lib/box-size-input/index.d.ts +71 -0
- package/lib/box-size-input/src/box-size-input.vue.d.ts +70 -0
- package/lib/box-size-input/src/props.d.ts +32 -0
- package/lib/color-input/index.d.ts +46 -0
- package/lib/color-input/src/color-input.vue.d.ts +45 -0
- package/lib/color-input/src/props.d.ts +23 -0
- package/lib/dialog/index.d.ts +176 -0
- package/lib/dialog/src/dialog.vue.d.ts +59 -0
- package/lib/dialog/src/props.d.ts +24 -0
- package/lib/file-input/index.d.ts +64 -0
- package/lib/file-input/src/file-input.vue.d.ts +63 -0
- package/lib/file-input/src/props.d.ts +28 -0
- package/lib/file-list-input/index.d.ts +64 -0
- package/lib/file-list-input/src/file-list-input.vue.d.ts +63 -0
- package/lib/file-list-input/src/props.d.ts +28 -0
- package/lib/form/index.d.ts +294 -0
- package/lib/form/src/config.d.ts +45 -0
- package/lib/form/src/form.vue.d.ts +116 -0
- package/lib/form/src/props.d.ts +44 -0
- package/lib/group/index.d.ts +174 -0
- package/lib/group/src/group.vue.d.ts +173 -0
- package/lib/group/src/props.d.ts +76 -0
- package/lib/group/utils/extend.d.ts +3 -0
- package/lib/group/utils/utils.d.ts +4 -0
- package/lib/icon/index.d.ts +189 -0
- package/lib/icon/src/icon.vue.d.ts +66 -0
- package/lib/icon/src/props.d.ts +31 -0
- package/lib/icon-input/index.d.ts +143 -0
- package/lib/icon-input/src/icon-content.vue.d.ts +44 -0
- package/lib/icon-input/src/icon-dialog.vue.d.ts +38 -0
- package/lib/icon-input/src/icon-input.vue.d.ts +62 -0
- package/lib/icon-input/src/props.d.ts +62 -0
- package/lib/image-input/index.d.ts +55 -0
- package/lib/image-input/src/image-input.vue.d.ts +54 -0
- package/lib/image-input/src/props.d.ts +24 -0
- package/lib/image-list-input/index.d.ts +55 -0
- package/lib/image-list-input/src/image-list-input.vue.d.ts +54 -0
- package/lib/image-list-input/src/props.d.ts +24 -0
- package/lib/index.d.ts +35 -0
- package/lib/packages/dk-ui/src/box-size-input/src/box-size-input.vue2.js +3 -3
- package/lib/packages/dk-ui/src/box-size-input/src/box-size-input.vue2.js.map +1 -1
- package/lib/packages/dk-ui/src/form/src/form.vue2.js +2 -2
- package/lib/packages/dk-ui/src/form/src/form.vue2.js.map +1 -1
- package/lib/packages/dk-ui/src/select/index.js.map +1 -1
- package/lib/packages/dk-ui/src/select/src/props.js.map +1 -1
- package/lib/packages/dk-ui/src/style-border-input/src/style-border-input.vue2.js +3 -7
- package/lib/packages/dk-ui/src/style-border-input/src/style-border-input.vue2.js.map +1 -1
- package/lib/packages/dk-ui/src/style-position-input/src/style-position-input.vue2.js +1 -4
- package/lib/packages/dk-ui/src/style-position-input/src/style-position-input.vue2.js.map +1 -1
- package/lib/packages/dk-ui/src/style-shadow-input/src/style-shadow-content.vue2.js +2 -6
- package/lib/packages/dk-ui/src/style-shadow-input/src/style-shadow-content.vue2.js.map +1 -1
- package/lib/packages/dk-ui/src/table/src/components/RecycleDialog.vue2.js.map +1 -1
- package/lib/packages/dk-ui/src/tiny-editor/src/tiny-editor.vue2.js +2 -4
- package/lib/packages/dk-ui/src/tiny-editor/src/tiny-editor.vue2.js.map +1 -1
- package/lib/page-diy/index.d.ts +246 -0
- package/lib/page-diy/src/components/DragBox.vue.d.ts +14 -0
- package/lib/page-diy/src/components/DragTool.vue.d.ts +59 -0
- package/lib/page-diy/src/components/PreviewPhone.vue.d.ts +30 -0
- package/lib/page-diy/src/config/base/dkPage.d.ts +7 -0
- package/lib/page-diy/src/config/base/dkSetting.d.ts +35 -0
- package/lib/page-diy/src/config/base/index.d.ts +3 -0
- package/lib/page-diy/src/config/rule/common/DkPosterBtn.d.ts +86 -0
- package/lib/page-diy/src/config/rule/common/DkViewBulletChat.d.ts +108 -0
- package/lib/page-diy/src/config/rule/common/DkViewCell.d.ts +37 -0
- package/lib/page-diy/src/config/rule/common/DkViewCommonBtn.d.ts +264 -0
- package/lib/page-diy/src/config/rule/common/DkViewDialog.d.ts +106 -0
- package/lib/page-diy/src/config/rule/common/DkViewGridCellList.d.ts +130 -0
- package/lib/page-diy/src/config/rule/common/DkViewImage.d.ts +120 -0
- package/lib/page-diy/src/config/rule/common/DkViewMusic.d.ts +85 -0
- package/lib/page-diy/src/config/rule/common/DkViewNavBar.d.ts +33 -0
- package/lib/page-diy/src/config/rule/common/DkViewNoticeBar.d.ts +57 -0
- package/lib/page-diy/src/config/rule/common/DkViewSwipe.d.ts +140 -0
- package/lib/page-diy/src/config/rule/common/DkViewTabbar.d.ts +101 -0
- package/lib/page-diy/src/config/rule/common/DkViewTextarea.d.ts +33 -0
- package/lib/page-diy/src/config/rule/common/DkViewVideo.d.ts +73 -0
- package/lib/page-diy/src/config/rule/common/index.d.ts +2638 -0
- package/lib/page-diy/src/config/rule/index.d.ts +3665 -0
- package/lib/page-diy/src/config/rule/layout/DkViewTitle.d.ts +125 -0
- package/lib/page-diy/src/config/rule/layout/col.d.ts +36 -0
- package/lib/page-diy/src/config/rule/layout/divider.d.ts +39 -0
- package/lib/page-diy/src/config/rule/layout/index.d.ts +1023 -0
- package/lib/page-diy/src/config/rule/layout/row.d.ts +47 -0
- package/lib/page-diy/src/config/rule/layout/space.d.ts +32 -0
- package/lib/page-diy/src/config/rule/layout/swip-item.d.ts +27 -0
- package/lib/page-diy/src/config/rule/layout/swipe.d.ts +62 -0
- package/lib/page-diy/src/config/rule/layout/tab.d.ts +30 -0
- package/lib/page-diy/src/config/rule/layout/tabs.d.ts +119 -0
- package/lib/page-diy/src/config/rule/layout/vanEmpty.d.ts +66 -0
- package/lib/page-diy/src/page-diy.vue.d.ts +245 -0
- package/lib/page-diy/src/props.d.ts +11 -0
- package/lib/page-diy/src/utils/form.d.ts +4 -0
- package/lib/page-diy/src/utils/help.d.ts +2 -0
- package/lib/page-diy/src/utils/index.d.ts +3 -0
- package/lib/page-diy/src/utils/unique.d.ts +1 -0
- package/lib/page-diy/src/views/DkViewBulletChat.vue.d.ts +59 -0
- package/lib/page-diy/src/views/DkViewCell.vue.d.ts +14 -0
- package/lib/page-diy/src/views/DkViewCommonBtn.vue.d.ts +220 -0
- package/lib/page-diy/src/views/DkViewDialog.vue.d.ts +81 -0
- package/lib/page-diy/src/views/DkViewGridCellList.vue.d.ts +133 -0
- package/lib/page-diy/src/views/DkViewImage.vue.d.ts +120 -0
- package/lib/page-diy/src/views/DkViewMusic.vue.d.ts +68 -0
- package/lib/page-diy/src/views/DkViewNavBar.vue.d.ts +68 -0
- package/lib/page-diy/src/views/DkViewNoticeBar.vue.d.ts +59 -0
- package/lib/page-diy/src/views/DkViewSwipe.vue.d.ts +59 -0
- package/lib/page-diy/src/views/DkViewTabbar.vue.d.ts +52 -0
- package/lib/page-diy/src/views/DkViewTextarea.vue.d.ts +14 -0
- package/lib/page-diy/src/views/DkViewTitle.vue.d.ts +167 -0
- package/lib/page-diy/src/views/DkViewVideo.vue.d.ts +54 -0
- package/lib/page-diy/src/views/index.d.ts +2 -0
- package/lib/poster-input/index.d.ts +142 -0
- package/lib/poster-input/src/component/config.d.ts +97 -0
- package/lib/poster-input/src/component/poster-content.vue.d.ts +46 -0
- package/lib/poster-input/src/component/poster.vue.d.ts +31 -0
- package/lib/poster-input/src/component/views/DkPosterViewAvatar.vue.d.ts +23 -0
- package/lib/poster-input/src/component/views/DkPosterViewImage.vue.d.ts +23 -0
- package/lib/poster-input/src/component/views/DkPosterViewName.vue.d.ts +23 -0
- package/lib/poster-input/src/component/views/DkPosterViewQrcode.vue.d.ts +23 -0
- package/lib/poster-input/src/component/views/DkPosterViewText.vue.d.ts +23 -0
- package/lib/poster-input/src/component/views/quick-action.vue.d.ts +14 -0
- package/lib/poster-input/src/poster-input.vue.d.ts +112 -0
- package/lib/poster-input/src/props.d.ts +54 -0
- package/lib/resolver.d.ts +15 -0
- package/lib/select/index.d.ts +3 -0
- package/lib/select/src/props.d.ts +3 -0
- package/lib/select/src/select.vue.d.ts +17 -0
- package/lib/style-background-input/index.d.ts +23 -0
- package/lib/style-background-input/src/props.d.ts +11 -0
- package/lib/style-background-input/src/style-background-input.vue.d.ts +22 -0
- package/lib/style-border-input/index.d.ts +17 -0
- package/lib/style-border-input/src/props.d.ts +8 -0
- package/lib/style-border-input/src/style-border-input.vue.d.ts +16 -0
- package/lib/style-box-input/index.d.ts +35 -0
- package/lib/style-box-input/src/html.d.ts +33 -0
- package/lib/style-box-input/src/props.d.ts +16 -0
- package/lib/style-box-input/src/style-box-input.vue.d.ts +34 -0
- package/lib/style-font-input/index.d.ts +17 -0
- package/lib/style-font-input/src/props.d.ts +8 -0
- package/lib/style-font-input/src/style-font-input.vue.d.ts +16 -0
- package/lib/style-input/index.d.ts +26 -0
- package/lib/style-input/src/default.d.ts +9 -0
- package/lib/style-input/src/props.d.ts +16 -0
- package/lib/style-input/src/style-input.vue.d.ts +25 -0
- package/lib/style-number-input/index.d.ts +62 -0
- package/lib/style-number-input/src/props.d.ts +28 -0
- package/lib/style-number-input/src/style-number-input.vue.d.ts +61 -0
- package/lib/style-position-input/index.d.ts +17 -0
- package/lib/style-position-input/src/props.d.ts +8 -0
- package/lib/style-position-input/src/style-position-input.vue.d.ts +16 -0
- package/lib/style-shadow-input/index.d.ts +83 -0
- package/lib/style-shadow-input/src/props.d.ts +12 -0
- package/lib/style-shadow-input/src/style-shadow-content.vue.d.ts +58 -0
- package/lib/style-shadow-input/src/style-shadow-input.vue.d.ts +25 -0
- package/lib/table/index.d.ts +127 -0
- package/lib/table/src/components/ComSearch.vue.d.ts +7 -0
- package/lib/table/src/components/FieldRender.vue.d.ts +37 -0
- package/lib/table/src/components/RecycleDialog.vue.d.ts +2 -0
- package/lib/table/src/components/header.vue.d.ts +40 -0
- package/lib/table/src/props.d.ts +8 -0
- package/lib/table/src/table.vue.d.ts +27 -0
- package/lib/table/utils/dkTable.d.ts +85 -0
- package/lib/table/utils/dkTableApi.d.ts +59 -0
- package/lib/test/index.d.ts +24 -0
- package/lib/test/src/props.d.ts +15 -0
- package/lib/test/src/test.vue.d.ts +23 -0
- package/lib/tiny-editor/index.d.ts +64 -0
- package/lib/tiny-editor/src/config.d.ts +19 -0
- package/lib/tiny-editor/src/props.d.ts +31 -0
- package/lib/tiny-editor/src/tiny-editor.vue.d.ts +63 -0
- package/lib/video-input/index.d.ts +55 -0
- package/lib/video-input/src/props.d.ts +24 -0
- package/lib/video-input/src/video-input.vue.d.ts +54 -0
- package/lib/video-list-input/index.d.ts +55 -0
- package/lib/video-list-input/src/props.d.ts +24 -0
- package/lib/video-list-input/src/video-list-input.vue.d.ts +54 -0
- package/package.json +1 -1
@@ -0,0 +1,189 @@
|
|
1
|
+
export declare const Icon: import("@vipl520/utils").WithInstall<{
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: {
|
6
|
+
icon?: string | undefined;
|
7
|
+
color?: string | undefined;
|
8
|
+
size?: number | undefined;
|
9
|
+
hoverColor?: string | undefined;
|
10
|
+
showEl?: boolean | undefined;
|
11
|
+
showVant?: boolean | undefined;
|
12
|
+
key?: string | number | symbol | undefined;
|
13
|
+
style?: unknown;
|
14
|
+
class?: unknown;
|
15
|
+
ref?: import("vue").VNodeRef | undefined;
|
16
|
+
ref_for?: boolean | undefined;
|
17
|
+
ref_key?: string | undefined;
|
18
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
19
|
+
[key: string]: any;
|
20
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
21
|
+
[key: string]: any;
|
22
|
+
}>) => void)[] | undefined;
|
23
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
24
|
+
[key: string]: any;
|
25
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
26
|
+
[key: string]: any;
|
27
|
+
}>) => void)[] | undefined;
|
28
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
29
|
+
[key: string]: any;
|
30
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
31
|
+
[key: string]: any;
|
32
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
33
|
+
[key: string]: any;
|
34
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
35
|
+
[key: string]: any;
|
36
|
+
}>) => void)[] | undefined;
|
37
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
38
|
+
[key: string]: any;
|
39
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
40
|
+
[key: string]: any;
|
41
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
42
|
+
[key: string]: any;
|
43
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
44
|
+
[key: string]: any;
|
45
|
+
}>) => void)[] | undefined;
|
46
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
47
|
+
[key: string]: any;
|
48
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
|
+
[key: string]: any;
|
50
|
+
}>) => void)[] | undefined;
|
51
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
52
|
+
[key: string]: any;
|
53
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
|
+
[key: string]: any;
|
55
|
+
}>) => void)[] | undefined;
|
56
|
+
};
|
57
|
+
$attrs: {
|
58
|
+
[x: string]: unknown;
|
59
|
+
};
|
60
|
+
$refs: {
|
61
|
+
[x: string]: unknown;
|
62
|
+
};
|
63
|
+
$slots: Readonly<{
|
64
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
65
|
+
}>;
|
66
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
67
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
68
|
+
$emit: (event: string, ...args: any[]) => void;
|
69
|
+
$el: any;
|
70
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
71
|
+
icon: {
|
72
|
+
default: string;
|
73
|
+
type: StringConstructor;
|
74
|
+
};
|
75
|
+
color: {
|
76
|
+
default: string;
|
77
|
+
type: StringConstructor;
|
78
|
+
};
|
79
|
+
size: {
|
80
|
+
default: number;
|
81
|
+
type: NumberConstructor;
|
82
|
+
};
|
83
|
+
hoverColor: {
|
84
|
+
default: string;
|
85
|
+
type: StringConstructor;
|
86
|
+
};
|
87
|
+
showEl: {
|
88
|
+
default: boolean;
|
89
|
+
type: BooleanConstructor;
|
90
|
+
};
|
91
|
+
showVant: {
|
92
|
+
default: boolean;
|
93
|
+
type: BooleanConstructor;
|
94
|
+
};
|
95
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
96
|
+
icon: string;
|
97
|
+
color: string;
|
98
|
+
size: number;
|
99
|
+
hoverColor: string;
|
100
|
+
showEl: boolean;
|
101
|
+
showVant: boolean;
|
102
|
+
}, {}, string, {}> & {
|
103
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
104
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
105
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
106
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
107
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
108
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
109
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
110
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
111
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
112
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
113
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
114
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
115
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
116
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
117
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
118
|
+
};
|
119
|
+
$forceUpdate: () => void;
|
120
|
+
$nextTick: typeof import("vue").nextTick;
|
121
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
122
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
123
|
+
icon: {
|
124
|
+
default: string;
|
125
|
+
type: StringConstructor;
|
126
|
+
};
|
127
|
+
color: {
|
128
|
+
default: string;
|
129
|
+
type: StringConstructor;
|
130
|
+
};
|
131
|
+
size: {
|
132
|
+
default: number;
|
133
|
+
type: NumberConstructor;
|
134
|
+
};
|
135
|
+
hoverColor: {
|
136
|
+
default: string;
|
137
|
+
type: StringConstructor;
|
138
|
+
};
|
139
|
+
showEl: {
|
140
|
+
default: boolean;
|
141
|
+
type: BooleanConstructor;
|
142
|
+
};
|
143
|
+
showVant: {
|
144
|
+
default: boolean;
|
145
|
+
type: BooleanConstructor;
|
146
|
+
};
|
147
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
148
|
+
__isFragment?: undefined;
|
149
|
+
__isTeleport?: undefined;
|
150
|
+
__isSuspense?: undefined;
|
151
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
152
|
+
icon: {
|
153
|
+
default: string;
|
154
|
+
type: StringConstructor;
|
155
|
+
};
|
156
|
+
color: {
|
157
|
+
default: string;
|
158
|
+
type: StringConstructor;
|
159
|
+
};
|
160
|
+
size: {
|
161
|
+
default: number;
|
162
|
+
type: NumberConstructor;
|
163
|
+
};
|
164
|
+
hoverColor: {
|
165
|
+
default: string;
|
166
|
+
type: StringConstructor;
|
167
|
+
};
|
168
|
+
showEl: {
|
169
|
+
default: boolean;
|
170
|
+
type: BooleanConstructor;
|
171
|
+
};
|
172
|
+
showVant: {
|
173
|
+
default: boolean;
|
174
|
+
type: BooleanConstructor;
|
175
|
+
};
|
176
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
177
|
+
icon: string;
|
178
|
+
color: string;
|
179
|
+
size: number;
|
180
|
+
hoverColor: string;
|
181
|
+
showEl: boolean;
|
182
|
+
showVant: boolean;
|
183
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
184
|
+
$slots: {
|
185
|
+
default?(_: {}): any;
|
186
|
+
};
|
187
|
+
})>;
|
188
|
+
export default Icon;
|
189
|
+
export * from './src/props';
|
@@ -0,0 +1,66 @@
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
2
|
+
icon: {
|
3
|
+
default: string;
|
4
|
+
type: StringConstructor;
|
5
|
+
};
|
6
|
+
color: {
|
7
|
+
default: string;
|
8
|
+
type: StringConstructor;
|
9
|
+
};
|
10
|
+
size: {
|
11
|
+
default: number;
|
12
|
+
type: NumberConstructor;
|
13
|
+
};
|
14
|
+
hoverColor: {
|
15
|
+
default: string;
|
16
|
+
type: StringConstructor;
|
17
|
+
};
|
18
|
+
showEl: {
|
19
|
+
default: boolean;
|
20
|
+
type: BooleanConstructor;
|
21
|
+
};
|
22
|
+
showVant: {
|
23
|
+
default: boolean;
|
24
|
+
type: BooleanConstructor;
|
25
|
+
};
|
26
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
27
|
+
icon: {
|
28
|
+
default: string;
|
29
|
+
type: StringConstructor;
|
30
|
+
};
|
31
|
+
color: {
|
32
|
+
default: string;
|
33
|
+
type: StringConstructor;
|
34
|
+
};
|
35
|
+
size: {
|
36
|
+
default: number;
|
37
|
+
type: NumberConstructor;
|
38
|
+
};
|
39
|
+
hoverColor: {
|
40
|
+
default: string;
|
41
|
+
type: StringConstructor;
|
42
|
+
};
|
43
|
+
showEl: {
|
44
|
+
default: boolean;
|
45
|
+
type: BooleanConstructor;
|
46
|
+
};
|
47
|
+
showVant: {
|
48
|
+
default: boolean;
|
49
|
+
type: BooleanConstructor;
|
50
|
+
};
|
51
|
+
}>>, {
|
52
|
+
icon: string;
|
53
|
+
color: string;
|
54
|
+
size: number;
|
55
|
+
hoverColor: string;
|
56
|
+
showEl: boolean;
|
57
|
+
showVant: boolean;
|
58
|
+
}, {}>, {
|
59
|
+
default?(_: {}): any;
|
60
|
+
}>;
|
61
|
+
export default _default;
|
62
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
63
|
+
new (): {
|
64
|
+
$slots: S;
|
65
|
+
};
|
66
|
+
};
|
@@ -0,0 +1,31 @@
|
|
1
|
+
import type { ExtractPropTypes } from 'vue';
|
2
|
+
export declare const iconProps: {
|
3
|
+
/**
|
4
|
+
* 类型定义
|
5
|
+
*/
|
6
|
+
icon: {
|
7
|
+
default: string;
|
8
|
+
type: StringConstructor;
|
9
|
+
};
|
10
|
+
color: {
|
11
|
+
default: string;
|
12
|
+
type: StringConstructor;
|
13
|
+
};
|
14
|
+
size: {
|
15
|
+
default: number;
|
16
|
+
type: NumberConstructor;
|
17
|
+
};
|
18
|
+
hoverColor: {
|
19
|
+
default: string;
|
20
|
+
type: StringConstructor;
|
21
|
+
};
|
22
|
+
showEl: {
|
23
|
+
default: boolean;
|
24
|
+
type: BooleanConstructor;
|
25
|
+
};
|
26
|
+
showVant: {
|
27
|
+
default: boolean;
|
28
|
+
type: BooleanConstructor;
|
29
|
+
};
|
30
|
+
};
|
31
|
+
export type IconProps = ExtractPropTypes<typeof iconProps>;
|
@@ -0,0 +1,143 @@
|
|
1
|
+
export declare const IconInput: import("@vipl520/utils").WithInstall<import("vue").DefineComponent<{
|
2
|
+
type: {
|
3
|
+
default: string;
|
4
|
+
type: () => "element" | "cloud" | "vant";
|
5
|
+
};
|
6
|
+
modelValue: {
|
7
|
+
type: StringConstructor;
|
8
|
+
default: string;
|
9
|
+
};
|
10
|
+
placeholder: {
|
11
|
+
type: StringConstructor;
|
12
|
+
default: string;
|
13
|
+
};
|
14
|
+
showTab: {
|
15
|
+
default: () => {
|
16
|
+
el: boolean;
|
17
|
+
vant: boolean;
|
18
|
+
cloud: boolean;
|
19
|
+
};
|
20
|
+
type: ObjectConstructor;
|
21
|
+
};
|
22
|
+
preview: {
|
23
|
+
default: boolean;
|
24
|
+
type: BooleanConstructor;
|
25
|
+
};
|
26
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "update:modelValue")[], "change" | "input" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
27
|
+
type: {
|
28
|
+
default: string;
|
29
|
+
type: () => "element" | "cloud" | "vant";
|
30
|
+
};
|
31
|
+
modelValue: {
|
32
|
+
type: StringConstructor;
|
33
|
+
default: string;
|
34
|
+
};
|
35
|
+
placeholder: {
|
36
|
+
type: StringConstructor;
|
37
|
+
default: string;
|
38
|
+
};
|
39
|
+
showTab: {
|
40
|
+
default: () => {
|
41
|
+
el: boolean;
|
42
|
+
vant: boolean;
|
43
|
+
cloud: boolean;
|
44
|
+
};
|
45
|
+
type: ObjectConstructor;
|
46
|
+
};
|
47
|
+
preview: {
|
48
|
+
default: boolean;
|
49
|
+
type: BooleanConstructor;
|
50
|
+
};
|
51
|
+
}>> & {
|
52
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
53
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
54
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
55
|
+
}, {
|
56
|
+
type: "element" | "cloud" | "vant";
|
57
|
+
placeholder: string;
|
58
|
+
modelValue: string;
|
59
|
+
showTab: Record<string, any>;
|
60
|
+
preview: boolean;
|
61
|
+
}, {}>>;
|
62
|
+
export declare const IconContent: import("@vipl520/utils").WithInstall<import("vue").DefineComponent<{
|
63
|
+
icon: {
|
64
|
+
default: string;
|
65
|
+
type: StringConstructor;
|
66
|
+
};
|
67
|
+
type: {
|
68
|
+
default: string;
|
69
|
+
type: () => "element" | "cloud" | "vant";
|
70
|
+
};
|
71
|
+
showTab: {
|
72
|
+
default: () => {
|
73
|
+
el: boolean;
|
74
|
+
vant: boolean;
|
75
|
+
cloud: boolean;
|
76
|
+
};
|
77
|
+
type: ObjectConstructor;
|
78
|
+
};
|
79
|
+
}, {
|
80
|
+
chooseIcon: import("vue").Ref<string>;
|
81
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "choose"[], "choose", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
82
|
+
icon: {
|
83
|
+
default: string;
|
84
|
+
type: StringConstructor;
|
85
|
+
};
|
86
|
+
type: {
|
87
|
+
default: string;
|
88
|
+
type: () => "element" | "cloud" | "vant";
|
89
|
+
};
|
90
|
+
showTab: {
|
91
|
+
default: () => {
|
92
|
+
el: boolean;
|
93
|
+
vant: boolean;
|
94
|
+
cloud: boolean;
|
95
|
+
};
|
96
|
+
type: ObjectConstructor;
|
97
|
+
};
|
98
|
+
}>> & {
|
99
|
+
onChoose?: ((...args: any[]) => any) | undefined;
|
100
|
+
}, {
|
101
|
+
icon: string;
|
102
|
+
type: "element" | "cloud" | "vant";
|
103
|
+
showTab: Record<string, any>;
|
104
|
+
}, {}>>;
|
105
|
+
export declare const IconDialog: import("@vipl520/utils").WithInstall<import("vue").DefineComponent<{
|
106
|
+
type: {
|
107
|
+
default: string;
|
108
|
+
type: () => "element" | "cloud" | "vant";
|
109
|
+
};
|
110
|
+
showTab: {
|
111
|
+
default: () => {
|
112
|
+
el: boolean;
|
113
|
+
vant: boolean;
|
114
|
+
cloud: boolean;
|
115
|
+
};
|
116
|
+
type: ObjectConstructor;
|
117
|
+
};
|
118
|
+
}, {
|
119
|
+
dialogVisible: import("vue").Ref<boolean>;
|
120
|
+
open: () => void;
|
121
|
+
iconContent: import("vue").Ref<any>;
|
122
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "choose")[], "confirm" | "choose", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
123
|
+
type: {
|
124
|
+
default: string;
|
125
|
+
type: () => "element" | "cloud" | "vant";
|
126
|
+
};
|
127
|
+
showTab: {
|
128
|
+
default: () => {
|
129
|
+
el: boolean;
|
130
|
+
vant: boolean;
|
131
|
+
cloud: boolean;
|
132
|
+
};
|
133
|
+
type: ObjectConstructor;
|
134
|
+
};
|
135
|
+
}>> & {
|
136
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
137
|
+
onChoose?: ((...args: any[]) => any) | undefined;
|
138
|
+
}, {
|
139
|
+
type: "element" | "cloud" | "vant";
|
140
|
+
showTab: Record<string, any>;
|
141
|
+
}, {}>>;
|
142
|
+
export default IconInput;
|
143
|
+
export * from './src/props';
|
@@ -0,0 +1,44 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
icon: {
|
3
|
+
default: string;
|
4
|
+
type: StringConstructor;
|
5
|
+
};
|
6
|
+
type: {
|
7
|
+
default: string;
|
8
|
+
type: () => "element" | "cloud" | "vant";
|
9
|
+
};
|
10
|
+
showTab: {
|
11
|
+
default: () => {
|
12
|
+
el: boolean;
|
13
|
+
vant: boolean;
|
14
|
+
cloud: boolean;
|
15
|
+
};
|
16
|
+
type: ObjectConstructor;
|
17
|
+
};
|
18
|
+
}, {
|
19
|
+
chooseIcon: import("vue").Ref<string>;
|
20
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "choose"[], "choose", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
21
|
+
icon: {
|
22
|
+
default: string;
|
23
|
+
type: StringConstructor;
|
24
|
+
};
|
25
|
+
type: {
|
26
|
+
default: string;
|
27
|
+
type: () => "element" | "cloud" | "vant";
|
28
|
+
};
|
29
|
+
showTab: {
|
30
|
+
default: () => {
|
31
|
+
el: boolean;
|
32
|
+
vant: boolean;
|
33
|
+
cloud: boolean;
|
34
|
+
};
|
35
|
+
type: ObjectConstructor;
|
36
|
+
};
|
37
|
+
}>> & {
|
38
|
+
onChoose?: ((...args: any[]) => any) | undefined;
|
39
|
+
}, {
|
40
|
+
icon: string;
|
41
|
+
type: "element" | "cloud" | "vant";
|
42
|
+
showTab: Record<string, any>;
|
43
|
+
}, {}>;
|
44
|
+
export default _default;
|
@@ -0,0 +1,38 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
type: {
|
3
|
+
default: string;
|
4
|
+
type: () => "element" | "cloud" | "vant";
|
5
|
+
};
|
6
|
+
showTab: {
|
7
|
+
default: () => {
|
8
|
+
el: boolean;
|
9
|
+
vant: boolean;
|
10
|
+
cloud: boolean;
|
11
|
+
};
|
12
|
+
type: ObjectConstructor;
|
13
|
+
};
|
14
|
+
}, {
|
15
|
+
dialogVisible: import("vue").Ref<boolean>;
|
16
|
+
open: () => void;
|
17
|
+
iconContent: import("vue").Ref<any>;
|
18
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "choose")[], "confirm" | "choose", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
19
|
+
type: {
|
20
|
+
default: string;
|
21
|
+
type: () => "element" | "cloud" | "vant";
|
22
|
+
};
|
23
|
+
showTab: {
|
24
|
+
default: () => {
|
25
|
+
el: boolean;
|
26
|
+
vant: boolean;
|
27
|
+
cloud: boolean;
|
28
|
+
};
|
29
|
+
type: ObjectConstructor;
|
30
|
+
};
|
31
|
+
}>> & {
|
32
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
33
|
+
onChoose?: ((...args: any[]) => any) | undefined;
|
34
|
+
}, {
|
35
|
+
type: "element" | "cloud" | "vant";
|
36
|
+
showTab: Record<string, any>;
|
37
|
+
}, {}>;
|
38
|
+
export default _default;
|
@@ -0,0 +1,62 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
type: {
|
3
|
+
default: string;
|
4
|
+
type: () => "element" | "cloud" | "vant";
|
5
|
+
};
|
6
|
+
modelValue: {
|
7
|
+
type: StringConstructor;
|
8
|
+
default: string;
|
9
|
+
};
|
10
|
+
placeholder: {
|
11
|
+
type: StringConstructor;
|
12
|
+
default: string;
|
13
|
+
};
|
14
|
+
showTab: {
|
15
|
+
default: () => {
|
16
|
+
el: boolean;
|
17
|
+
vant: boolean;
|
18
|
+
cloud: boolean;
|
19
|
+
};
|
20
|
+
type: ObjectConstructor;
|
21
|
+
};
|
22
|
+
preview: {
|
23
|
+
default: boolean;
|
24
|
+
type: BooleanConstructor;
|
25
|
+
};
|
26
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "update:modelValue")[], "change" | "input" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
27
|
+
type: {
|
28
|
+
default: string;
|
29
|
+
type: () => "element" | "cloud" | "vant";
|
30
|
+
};
|
31
|
+
modelValue: {
|
32
|
+
type: StringConstructor;
|
33
|
+
default: string;
|
34
|
+
};
|
35
|
+
placeholder: {
|
36
|
+
type: StringConstructor;
|
37
|
+
default: string;
|
38
|
+
};
|
39
|
+
showTab: {
|
40
|
+
default: () => {
|
41
|
+
el: boolean;
|
42
|
+
vant: boolean;
|
43
|
+
cloud: boolean;
|
44
|
+
};
|
45
|
+
type: ObjectConstructor;
|
46
|
+
};
|
47
|
+
preview: {
|
48
|
+
default: boolean;
|
49
|
+
type: BooleanConstructor;
|
50
|
+
};
|
51
|
+
}>> & {
|
52
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
53
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
54
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
55
|
+
}, {
|
56
|
+
type: "element" | "cloud" | "vant";
|
57
|
+
placeholder: string;
|
58
|
+
modelValue: string;
|
59
|
+
showTab: Record<string, any>;
|
60
|
+
preview: boolean;
|
61
|
+
}, {}>;
|
62
|
+
export default _default;
|
@@ -0,0 +1,62 @@
|
|
1
|
+
import type { ExtractPropTypes } from 'vue';
|
2
|
+
type iconType = 'cloud' | 'element' | 'vant';
|
3
|
+
export declare const iconInputProps: {
|
4
|
+
type: {
|
5
|
+
default: string;
|
6
|
+
type: () => iconType;
|
7
|
+
};
|
8
|
+
modelValue: {
|
9
|
+
type: StringConstructor;
|
10
|
+
default: string;
|
11
|
+
};
|
12
|
+
placeholder: {
|
13
|
+
type: StringConstructor;
|
14
|
+
default: string;
|
15
|
+
};
|
16
|
+
showTab: {
|
17
|
+
default: () => {
|
18
|
+
el: boolean;
|
19
|
+
vant: boolean;
|
20
|
+
cloud: boolean;
|
21
|
+
};
|
22
|
+
type: ObjectConstructor;
|
23
|
+
};
|
24
|
+
preview: {
|
25
|
+
default: boolean;
|
26
|
+
type: BooleanConstructor;
|
27
|
+
};
|
28
|
+
};
|
29
|
+
export declare const iconContentProps: {
|
30
|
+
icon: {
|
31
|
+
default: string;
|
32
|
+
type: StringConstructor;
|
33
|
+
};
|
34
|
+
type: {
|
35
|
+
default: string;
|
36
|
+
type: () => iconType;
|
37
|
+
};
|
38
|
+
showTab: {
|
39
|
+
default: () => {
|
40
|
+
el: boolean;
|
41
|
+
vant: boolean;
|
42
|
+
cloud: boolean;
|
43
|
+
};
|
44
|
+
type: ObjectConstructor;
|
45
|
+
};
|
46
|
+
};
|
47
|
+
export declare const iconDialogProps: {
|
48
|
+
type: {
|
49
|
+
default: string;
|
50
|
+
type: () => iconType;
|
51
|
+
};
|
52
|
+
showTab: {
|
53
|
+
default: () => {
|
54
|
+
el: boolean;
|
55
|
+
vant: boolean;
|
56
|
+
cloud: boolean;
|
57
|
+
};
|
58
|
+
type: ObjectConstructor;
|
59
|
+
};
|
60
|
+
};
|
61
|
+
export type IconInputProps = ExtractPropTypes<typeof iconInputProps>;
|
62
|
+
export {};
|
@@ -0,0 +1,55 @@
|
|
1
|
+
export declare const ImageInput: import("@vipl520/utils").WithInstall<import("vue").DefineComponent<{
|
2
|
+
modelValue: {
|
3
|
+
type: StringConstructor;
|
4
|
+
default: string;
|
5
|
+
};
|
6
|
+
placeholder: {
|
7
|
+
type: StringConstructor;
|
8
|
+
default: string;
|
9
|
+
};
|
10
|
+
showInput: {
|
11
|
+
type: BooleanConstructor;
|
12
|
+
default: boolean;
|
13
|
+
};
|
14
|
+
imgSize: {
|
15
|
+
type: NumberConstructor;
|
16
|
+
default: number;
|
17
|
+
};
|
18
|
+
accept: {
|
19
|
+
type: StringConstructor;
|
20
|
+
default: string;
|
21
|
+
};
|
22
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "update:modelValue")[], "change" | "input" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
23
|
+
modelValue: {
|
24
|
+
type: StringConstructor;
|
25
|
+
default: string;
|
26
|
+
};
|
27
|
+
placeholder: {
|
28
|
+
type: StringConstructor;
|
29
|
+
default: string;
|
30
|
+
};
|
31
|
+
showInput: {
|
32
|
+
type: BooleanConstructor;
|
33
|
+
default: boolean;
|
34
|
+
};
|
35
|
+
imgSize: {
|
36
|
+
type: NumberConstructor;
|
37
|
+
default: number;
|
38
|
+
};
|
39
|
+
accept: {
|
40
|
+
type: StringConstructor;
|
41
|
+
default: string;
|
42
|
+
};
|
43
|
+
}>> & {
|
44
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
45
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
46
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
47
|
+
}, {
|
48
|
+
accept: string;
|
49
|
+
placeholder: string;
|
50
|
+
modelValue: string;
|
51
|
+
showInput: boolean;
|
52
|
+
imgSize: number;
|
53
|
+
}, {}>>;
|
54
|
+
export default ImageInput;
|
55
|
+
export * from './src/props';
|