@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,59 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
bgColor: {
|
3
|
+
default: string;
|
4
|
+
type: StringConstructor;
|
5
|
+
};
|
6
|
+
textColor: {
|
7
|
+
default: string;
|
8
|
+
type: StringConstructor;
|
9
|
+
};
|
10
|
+
dataType: {
|
11
|
+
default: string;
|
12
|
+
type: StringConstructor;
|
13
|
+
};
|
14
|
+
eventName: {
|
15
|
+
default: string;
|
16
|
+
type: StringConstructor;
|
17
|
+
};
|
18
|
+
autoplay: {
|
19
|
+
default: number;
|
20
|
+
type: NumberConstructor;
|
21
|
+
};
|
22
|
+
bulletData: {
|
23
|
+
default: () => never[];
|
24
|
+
type: ArrayConstructor;
|
25
|
+
};
|
26
|
+
}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
27
|
+
bgColor: {
|
28
|
+
default: string;
|
29
|
+
type: StringConstructor;
|
30
|
+
};
|
31
|
+
textColor: {
|
32
|
+
default: string;
|
33
|
+
type: StringConstructor;
|
34
|
+
};
|
35
|
+
dataType: {
|
36
|
+
default: string;
|
37
|
+
type: StringConstructor;
|
38
|
+
};
|
39
|
+
eventName: {
|
40
|
+
default: string;
|
41
|
+
type: StringConstructor;
|
42
|
+
};
|
43
|
+
autoplay: {
|
44
|
+
default: number;
|
45
|
+
type: NumberConstructor;
|
46
|
+
};
|
47
|
+
bulletData: {
|
48
|
+
default: () => never[];
|
49
|
+
type: ArrayConstructor;
|
50
|
+
};
|
51
|
+
}>>, {
|
52
|
+
bgColor: string;
|
53
|
+
textColor: string;
|
54
|
+
autoplay: number;
|
55
|
+
dataType: string;
|
56
|
+
bulletData: unknown[];
|
57
|
+
eventName: string;
|
58
|
+
}, {}>;
|
59
|
+
export default _default;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
groups: {
|
3
|
+
default: () => never[];
|
4
|
+
type: ArrayConstructor;
|
5
|
+
};
|
6
|
+
}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
groups: {
|
8
|
+
default: () => never[];
|
9
|
+
type: ArrayConstructor;
|
10
|
+
};
|
11
|
+
}>>, {
|
12
|
+
groups: unknown[];
|
13
|
+
}, {}>;
|
14
|
+
export default _default;
|
@@ -0,0 +1,220 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
posterData: {
|
3
|
+
default: () => {};
|
4
|
+
type: ObjectConstructor[];
|
5
|
+
};
|
6
|
+
type: {
|
7
|
+
default: string;
|
8
|
+
type: StringConstructor[];
|
9
|
+
};
|
10
|
+
icon: {
|
11
|
+
default: string;
|
12
|
+
type: StringConstructor;
|
13
|
+
};
|
14
|
+
imgSize: {
|
15
|
+
default: number;
|
16
|
+
type: (StringConstructor | NumberConstructor)[];
|
17
|
+
};
|
18
|
+
img: {
|
19
|
+
default: string;
|
20
|
+
type: StringConstructor;
|
21
|
+
};
|
22
|
+
imgText: {
|
23
|
+
default: string;
|
24
|
+
type: StringConstructor;
|
25
|
+
};
|
26
|
+
fBtnText: {
|
27
|
+
default: string;
|
28
|
+
type: StringConstructor;
|
29
|
+
};
|
30
|
+
fBgColor: {
|
31
|
+
default: string;
|
32
|
+
type: StringConstructor;
|
33
|
+
};
|
34
|
+
isTextBlock: {
|
35
|
+
default: boolean;
|
36
|
+
type: BooleanConstructor;
|
37
|
+
};
|
38
|
+
fColor: {
|
39
|
+
default: string;
|
40
|
+
type: StringConstructor;
|
41
|
+
};
|
42
|
+
fWSize: {
|
43
|
+
default: number;
|
44
|
+
type: (StringConstructor | NumberConstructor)[];
|
45
|
+
};
|
46
|
+
fHSize: {
|
47
|
+
default: number;
|
48
|
+
type: (StringConstructor | NumberConstructor)[];
|
49
|
+
};
|
50
|
+
borderRadius: {
|
51
|
+
default: number;
|
52
|
+
type: (StringConstructor | NumberConstructor)[];
|
53
|
+
};
|
54
|
+
fontSize: {
|
55
|
+
default: number;
|
56
|
+
type: (StringConstructor | NumberConstructor)[];
|
57
|
+
};
|
58
|
+
fontTopSize: {
|
59
|
+
default: number;
|
60
|
+
type: (StringConstructor | NumberConstructor)[];
|
61
|
+
};
|
62
|
+
iconSize: {
|
63
|
+
default: number;
|
64
|
+
type: (StringConstructor | NumberConstructor)[];
|
65
|
+
};
|
66
|
+
btnText: {
|
67
|
+
default: string;
|
68
|
+
type: StringConstructor;
|
69
|
+
};
|
70
|
+
block: {
|
71
|
+
default: boolean;
|
72
|
+
type: BooleanConstructor;
|
73
|
+
};
|
74
|
+
round: {
|
75
|
+
default: boolean;
|
76
|
+
type: BooleanConstructor;
|
77
|
+
};
|
78
|
+
size: {
|
79
|
+
default: string;
|
80
|
+
type: StringConstructor;
|
81
|
+
};
|
82
|
+
color: {
|
83
|
+
default: string;
|
84
|
+
type: StringConstructor;
|
85
|
+
};
|
86
|
+
color2: {
|
87
|
+
default: string;
|
88
|
+
type: StringConstructor;
|
89
|
+
};
|
90
|
+
}, any, {}, {
|
91
|
+
textStyle(): {
|
92
|
+
backgroundColor: string;
|
93
|
+
width: string;
|
94
|
+
height: string;
|
95
|
+
color: string;
|
96
|
+
borderRadius: string;
|
97
|
+
marginTop: string;
|
98
|
+
} | {
|
99
|
+
marginTop: string;
|
100
|
+
backgroundColor?: undefined;
|
101
|
+
width?: undefined;
|
102
|
+
height?: undefined;
|
103
|
+
color?: undefined;
|
104
|
+
borderRadius?: undefined;
|
105
|
+
};
|
106
|
+
vanBtnColor(): string;
|
107
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
108
|
+
posterData: {
|
109
|
+
default: () => {};
|
110
|
+
type: ObjectConstructor[];
|
111
|
+
};
|
112
|
+
type: {
|
113
|
+
default: string;
|
114
|
+
type: StringConstructor[];
|
115
|
+
};
|
116
|
+
icon: {
|
117
|
+
default: string;
|
118
|
+
type: StringConstructor;
|
119
|
+
};
|
120
|
+
imgSize: {
|
121
|
+
default: number;
|
122
|
+
type: (StringConstructor | NumberConstructor)[];
|
123
|
+
};
|
124
|
+
img: {
|
125
|
+
default: string;
|
126
|
+
type: StringConstructor;
|
127
|
+
};
|
128
|
+
imgText: {
|
129
|
+
default: string;
|
130
|
+
type: StringConstructor;
|
131
|
+
};
|
132
|
+
fBtnText: {
|
133
|
+
default: string;
|
134
|
+
type: StringConstructor;
|
135
|
+
};
|
136
|
+
fBgColor: {
|
137
|
+
default: string;
|
138
|
+
type: StringConstructor;
|
139
|
+
};
|
140
|
+
isTextBlock: {
|
141
|
+
default: boolean;
|
142
|
+
type: BooleanConstructor;
|
143
|
+
};
|
144
|
+
fColor: {
|
145
|
+
default: string;
|
146
|
+
type: StringConstructor;
|
147
|
+
};
|
148
|
+
fWSize: {
|
149
|
+
default: number;
|
150
|
+
type: (StringConstructor | NumberConstructor)[];
|
151
|
+
};
|
152
|
+
fHSize: {
|
153
|
+
default: number;
|
154
|
+
type: (StringConstructor | NumberConstructor)[];
|
155
|
+
};
|
156
|
+
borderRadius: {
|
157
|
+
default: number;
|
158
|
+
type: (StringConstructor | NumberConstructor)[];
|
159
|
+
};
|
160
|
+
fontSize: {
|
161
|
+
default: number;
|
162
|
+
type: (StringConstructor | NumberConstructor)[];
|
163
|
+
};
|
164
|
+
fontTopSize: {
|
165
|
+
default: number;
|
166
|
+
type: (StringConstructor | NumberConstructor)[];
|
167
|
+
};
|
168
|
+
iconSize: {
|
169
|
+
default: number;
|
170
|
+
type: (StringConstructor | NumberConstructor)[];
|
171
|
+
};
|
172
|
+
btnText: {
|
173
|
+
default: string;
|
174
|
+
type: StringConstructor;
|
175
|
+
};
|
176
|
+
block: {
|
177
|
+
default: boolean;
|
178
|
+
type: BooleanConstructor;
|
179
|
+
};
|
180
|
+
round: {
|
181
|
+
default: boolean;
|
182
|
+
type: BooleanConstructor;
|
183
|
+
};
|
184
|
+
size: {
|
185
|
+
default: string;
|
186
|
+
type: StringConstructor;
|
187
|
+
};
|
188
|
+
color: {
|
189
|
+
default: string;
|
190
|
+
type: StringConstructor;
|
191
|
+
};
|
192
|
+
color2: {
|
193
|
+
default: string;
|
194
|
+
type: StringConstructor;
|
195
|
+
};
|
196
|
+
}>>, {
|
197
|
+
icon: string;
|
198
|
+
type: string;
|
199
|
+
img: string;
|
200
|
+
color: string;
|
201
|
+
fontSize: string | number;
|
202
|
+
size: string;
|
203
|
+
imgSize: string | number;
|
204
|
+
round: boolean;
|
205
|
+
posterData: Record<string, any>;
|
206
|
+
btnText: string;
|
207
|
+
block: boolean;
|
208
|
+
color2: string;
|
209
|
+
fBtnText: string;
|
210
|
+
fBgColor: string;
|
211
|
+
fColor: string;
|
212
|
+
fontTopSize: string | number;
|
213
|
+
iconSize: string | number;
|
214
|
+
isTextBlock: boolean;
|
215
|
+
borderRadius: string | number;
|
216
|
+
fWSize: string | number;
|
217
|
+
fHSize: string | number;
|
218
|
+
imgText: string;
|
219
|
+
}, {}>;
|
220
|
+
export default _default;
|
@@ -0,0 +1,81 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
title: {
|
3
|
+
default: string;
|
4
|
+
type: StringConstructor;
|
5
|
+
};
|
6
|
+
show: {
|
7
|
+
default: boolean;
|
8
|
+
type: BooleanConstructor;
|
9
|
+
};
|
10
|
+
content: {
|
11
|
+
default: string;
|
12
|
+
type: StringConstructor;
|
13
|
+
};
|
14
|
+
confirmText: {
|
15
|
+
default: string;
|
16
|
+
type: StringConstructor;
|
17
|
+
};
|
18
|
+
copy: {
|
19
|
+
default: string;
|
20
|
+
type: (StringConstructor | NumberConstructor)[];
|
21
|
+
};
|
22
|
+
copyType: {
|
23
|
+
default: string;
|
24
|
+
type: StringConstructor;
|
25
|
+
};
|
26
|
+
copyText: {
|
27
|
+
default: string;
|
28
|
+
type: StringConstructor;
|
29
|
+
};
|
30
|
+
copyHtml: {
|
31
|
+
default: string;
|
32
|
+
type: StringConstructor;
|
33
|
+
};
|
34
|
+
}, any, {
|
35
|
+
showDialog: boolean;
|
36
|
+
}, {}, {
|
37
|
+
getContainer(): Element | null;
|
38
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
39
|
+
title: {
|
40
|
+
default: string;
|
41
|
+
type: StringConstructor;
|
42
|
+
};
|
43
|
+
show: {
|
44
|
+
default: boolean;
|
45
|
+
type: BooleanConstructor;
|
46
|
+
};
|
47
|
+
content: {
|
48
|
+
default: string;
|
49
|
+
type: StringConstructor;
|
50
|
+
};
|
51
|
+
confirmText: {
|
52
|
+
default: string;
|
53
|
+
type: StringConstructor;
|
54
|
+
};
|
55
|
+
copy: {
|
56
|
+
default: string;
|
57
|
+
type: (StringConstructor | NumberConstructor)[];
|
58
|
+
};
|
59
|
+
copyType: {
|
60
|
+
default: string;
|
61
|
+
type: StringConstructor;
|
62
|
+
};
|
63
|
+
copyText: {
|
64
|
+
default: string;
|
65
|
+
type: StringConstructor;
|
66
|
+
};
|
67
|
+
copyHtml: {
|
68
|
+
default: string;
|
69
|
+
type: StringConstructor;
|
70
|
+
};
|
71
|
+
}>>, {
|
72
|
+
copy: string | number;
|
73
|
+
title: string;
|
74
|
+
content: string;
|
75
|
+
show: boolean;
|
76
|
+
confirmText: string;
|
77
|
+
copyType: string;
|
78
|
+
copyText: string;
|
79
|
+
copyHtml: string;
|
80
|
+
}, {}>;
|
81
|
+
export default _default;
|
@@ -0,0 +1,133 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
value: {
|
3
|
+
default: string;
|
4
|
+
type: StringConstructor;
|
5
|
+
};
|
6
|
+
imgRadius: {
|
7
|
+
default: number;
|
8
|
+
type: NumberConstructor;
|
9
|
+
};
|
10
|
+
gridCellList: {
|
11
|
+
default: () => void;
|
12
|
+
type: ArrayConstructor[];
|
13
|
+
};
|
14
|
+
fontSize: {
|
15
|
+
default: number;
|
16
|
+
type: NumberConstructor;
|
17
|
+
};
|
18
|
+
type: {
|
19
|
+
default: string;
|
20
|
+
type: StringConstructor;
|
21
|
+
};
|
22
|
+
cellImgSize: {
|
23
|
+
default: number;
|
24
|
+
type: NumberConstructor;
|
25
|
+
};
|
26
|
+
imgTextGutter: {
|
27
|
+
default: number;
|
28
|
+
type: NumberConstructor;
|
29
|
+
};
|
30
|
+
/** ***************************************************** 下面是宫格配置*****************************/
|
31
|
+
columnNum: {
|
32
|
+
default: number;
|
33
|
+
type: NumberConstructor;
|
34
|
+
};
|
35
|
+
square: {
|
36
|
+
default: boolean;
|
37
|
+
type: BooleanConstructor;
|
38
|
+
};
|
39
|
+
gutter: {
|
40
|
+
default: number;
|
41
|
+
type: NumberConstructor;
|
42
|
+
};
|
43
|
+
direction: {
|
44
|
+
default: string;
|
45
|
+
type: StringConstructor;
|
46
|
+
};
|
47
|
+
clickable: {
|
48
|
+
default: boolean;
|
49
|
+
type: BooleanConstructor;
|
50
|
+
};
|
51
|
+
border: {
|
52
|
+
default: boolean;
|
53
|
+
type: BooleanConstructor;
|
54
|
+
};
|
55
|
+
gridImgSize: {
|
56
|
+
default: number;
|
57
|
+
type: NumberConstructor;
|
58
|
+
};
|
59
|
+
}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
60
|
+
value: {
|
61
|
+
default: string;
|
62
|
+
type: StringConstructor;
|
63
|
+
};
|
64
|
+
imgRadius: {
|
65
|
+
default: number;
|
66
|
+
type: NumberConstructor;
|
67
|
+
};
|
68
|
+
gridCellList: {
|
69
|
+
default: () => void;
|
70
|
+
type: ArrayConstructor[];
|
71
|
+
};
|
72
|
+
fontSize: {
|
73
|
+
default: number;
|
74
|
+
type: NumberConstructor;
|
75
|
+
};
|
76
|
+
type: {
|
77
|
+
default: string;
|
78
|
+
type: StringConstructor;
|
79
|
+
};
|
80
|
+
cellImgSize: {
|
81
|
+
default: number;
|
82
|
+
type: NumberConstructor;
|
83
|
+
};
|
84
|
+
imgTextGutter: {
|
85
|
+
default: number;
|
86
|
+
type: NumberConstructor;
|
87
|
+
};
|
88
|
+
/** ***************************************************** 下面是宫格配置*****************************/
|
89
|
+
columnNum: {
|
90
|
+
default: number;
|
91
|
+
type: NumberConstructor;
|
92
|
+
};
|
93
|
+
square: {
|
94
|
+
default: boolean;
|
95
|
+
type: BooleanConstructor;
|
96
|
+
};
|
97
|
+
gutter: {
|
98
|
+
default: number;
|
99
|
+
type: NumberConstructor;
|
100
|
+
};
|
101
|
+
direction: {
|
102
|
+
default: string;
|
103
|
+
type: StringConstructor;
|
104
|
+
};
|
105
|
+
clickable: {
|
106
|
+
default: boolean;
|
107
|
+
type: BooleanConstructor;
|
108
|
+
};
|
109
|
+
border: {
|
110
|
+
default: boolean;
|
111
|
+
type: BooleanConstructor;
|
112
|
+
};
|
113
|
+
gridImgSize: {
|
114
|
+
default: number;
|
115
|
+
type: NumberConstructor;
|
116
|
+
};
|
117
|
+
}>>, {
|
118
|
+
type: string;
|
119
|
+
direction: string;
|
120
|
+
fontSize: number;
|
121
|
+
value: string;
|
122
|
+
border: boolean;
|
123
|
+
cellImgSize: number;
|
124
|
+
imgTextGutter: number;
|
125
|
+
columnNum: number;
|
126
|
+
gutter: number;
|
127
|
+
gridImgSize: number;
|
128
|
+
square: boolean;
|
129
|
+
imgRadius: number;
|
130
|
+
gridCellList: unknown[];
|
131
|
+
clickable: boolean;
|
132
|
+
}, {}>;
|
133
|
+
export default _default;
|
@@ -0,0 +1,120 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
value: {
|
3
|
+
default: string;
|
4
|
+
type: StringConstructor;
|
5
|
+
};
|
6
|
+
type: {
|
7
|
+
default: string;
|
8
|
+
type: StringConstructor;
|
9
|
+
};
|
10
|
+
textType: {
|
11
|
+
default: string;
|
12
|
+
type: StringConstructor;
|
13
|
+
};
|
14
|
+
heightAuto: {
|
15
|
+
default: boolean;
|
16
|
+
type: BooleanConstructor;
|
17
|
+
};
|
18
|
+
showText: {
|
19
|
+
default: boolean;
|
20
|
+
type: BooleanConstructor;
|
21
|
+
};
|
22
|
+
height: {
|
23
|
+
default: string;
|
24
|
+
type: (StringConstructor | NumberConstructor)[];
|
25
|
+
};
|
26
|
+
width: {
|
27
|
+
default: string;
|
28
|
+
type: (StringConstructor | NumberConstructor)[];
|
29
|
+
};
|
30
|
+
borderRadius: {
|
31
|
+
default: string;
|
32
|
+
type: (StringConstructor | NumberConstructor)[];
|
33
|
+
};
|
34
|
+
marginBottom: {
|
35
|
+
default: string;
|
36
|
+
type: (StringConstructor | NumberConstructor)[];
|
37
|
+
};
|
38
|
+
marginRight: {
|
39
|
+
default: string;
|
40
|
+
type: (StringConstructor | NumberConstructor)[];
|
41
|
+
};
|
42
|
+
imageList: {
|
43
|
+
default: () => never[];
|
44
|
+
type: ArrayConstructor[];
|
45
|
+
};
|
46
|
+
fit: {
|
47
|
+
default: string;
|
48
|
+
type: StringConstructor;
|
49
|
+
};
|
50
|
+
}, any, {}, {
|
51
|
+
_style(): {
|
52
|
+
marginBottom: string;
|
53
|
+
width: string;
|
54
|
+
marginRight: string;
|
55
|
+
borderRadius: string;
|
56
|
+
};
|
57
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
58
|
+
value: {
|
59
|
+
default: string;
|
60
|
+
type: StringConstructor;
|
61
|
+
};
|
62
|
+
type: {
|
63
|
+
default: string;
|
64
|
+
type: StringConstructor;
|
65
|
+
};
|
66
|
+
textType: {
|
67
|
+
default: string;
|
68
|
+
type: StringConstructor;
|
69
|
+
};
|
70
|
+
heightAuto: {
|
71
|
+
default: boolean;
|
72
|
+
type: BooleanConstructor;
|
73
|
+
};
|
74
|
+
showText: {
|
75
|
+
default: boolean;
|
76
|
+
type: BooleanConstructor;
|
77
|
+
};
|
78
|
+
height: {
|
79
|
+
default: string;
|
80
|
+
type: (StringConstructor | NumberConstructor)[];
|
81
|
+
};
|
82
|
+
width: {
|
83
|
+
default: string;
|
84
|
+
type: (StringConstructor | NumberConstructor)[];
|
85
|
+
};
|
86
|
+
borderRadius: {
|
87
|
+
default: string;
|
88
|
+
type: (StringConstructor | NumberConstructor)[];
|
89
|
+
};
|
90
|
+
marginBottom: {
|
91
|
+
default: string;
|
92
|
+
type: (StringConstructor | NumberConstructor)[];
|
93
|
+
};
|
94
|
+
marginRight: {
|
95
|
+
default: string;
|
96
|
+
type: (StringConstructor | NumberConstructor)[];
|
97
|
+
};
|
98
|
+
imageList: {
|
99
|
+
default: () => never[];
|
100
|
+
type: ArrayConstructor[];
|
101
|
+
};
|
102
|
+
fit: {
|
103
|
+
default: string;
|
104
|
+
type: StringConstructor;
|
105
|
+
};
|
106
|
+
}>>, {
|
107
|
+
type: string;
|
108
|
+
height: string | number;
|
109
|
+
width: string | number;
|
110
|
+
value: string;
|
111
|
+
fit: string;
|
112
|
+
borderRadius: string | number;
|
113
|
+
marginBottom: string | number;
|
114
|
+
marginRight: string | number;
|
115
|
+
heightAuto: boolean;
|
116
|
+
showText: boolean;
|
117
|
+
textType: string;
|
118
|
+
imageList: unknown[];
|
119
|
+
}, {}>;
|
120
|
+
export default _default;
|
@@ -0,0 +1,68 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
musicPath: {
|
3
|
+
default: string;
|
4
|
+
type: StringConstructor;
|
5
|
+
};
|
6
|
+
iconType: {
|
7
|
+
default: string;
|
8
|
+
type: StringConstructor;
|
9
|
+
};
|
10
|
+
iconSize: {
|
11
|
+
default: number;
|
12
|
+
type: NumberConstructor;
|
13
|
+
};
|
14
|
+
rotation: {
|
15
|
+
default: string;
|
16
|
+
type: StringConstructor;
|
17
|
+
};
|
18
|
+
speed: {
|
19
|
+
default: number;
|
20
|
+
type: NumberConstructor;
|
21
|
+
};
|
22
|
+
imgUrl: {
|
23
|
+
default: string;
|
24
|
+
type: StringConstructor;
|
25
|
+
};
|
26
|
+
}, any, {}, {
|
27
|
+
_style(): {
|
28
|
+
width: string;
|
29
|
+
height: string;
|
30
|
+
fontSize: string;
|
31
|
+
animationDuration: string;
|
32
|
+
animationIterationCount: string;
|
33
|
+
animationTimingFunction: string;
|
34
|
+
};
|
35
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
36
|
+
musicPath: {
|
37
|
+
default: string;
|
38
|
+
type: StringConstructor;
|
39
|
+
};
|
40
|
+
iconType: {
|
41
|
+
default: string;
|
42
|
+
type: StringConstructor;
|
43
|
+
};
|
44
|
+
iconSize: {
|
45
|
+
default: number;
|
46
|
+
type: NumberConstructor;
|
47
|
+
};
|
48
|
+
rotation: {
|
49
|
+
default: string;
|
50
|
+
type: StringConstructor;
|
51
|
+
};
|
52
|
+
speed: {
|
53
|
+
default: number;
|
54
|
+
type: NumberConstructor;
|
55
|
+
};
|
56
|
+
imgUrl: {
|
57
|
+
default: string;
|
58
|
+
type: StringConstructor;
|
59
|
+
};
|
60
|
+
}>>, {
|
61
|
+
speed: number;
|
62
|
+
iconType: string;
|
63
|
+
iconSize: number;
|
64
|
+
musicPath: string;
|
65
|
+
rotation: string;
|
66
|
+
imgUrl: string;
|
67
|
+
}, {}>;
|
68
|
+
export default _default;
|