@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,97 @@
|
|
1
|
+
export declare const defaultViews: ({
|
2
|
+
name: string;
|
3
|
+
type: string;
|
4
|
+
css: {
|
5
|
+
left: number;
|
6
|
+
top: number;
|
7
|
+
height: number;
|
8
|
+
width: number;
|
9
|
+
fontSize: number;
|
10
|
+
color: string;
|
11
|
+
borderRadius?: undefined;
|
12
|
+
borderColor?: undefined;
|
13
|
+
background?: undefined;
|
14
|
+
};
|
15
|
+
text: string;
|
16
|
+
content: string;
|
17
|
+
component: string;
|
18
|
+
lockAspectRatio: boolean;
|
19
|
+
image?: undefined;
|
20
|
+
} | {
|
21
|
+
name: string;
|
22
|
+
type: string;
|
23
|
+
css: {
|
24
|
+
left: number;
|
25
|
+
top: number;
|
26
|
+
width: number;
|
27
|
+
height: number;
|
28
|
+
borderRadius: number;
|
29
|
+
borderColor: string;
|
30
|
+
fontSize?: undefined;
|
31
|
+
color?: undefined;
|
32
|
+
background?: undefined;
|
33
|
+
};
|
34
|
+
text: string;
|
35
|
+
image: string;
|
36
|
+
component: string;
|
37
|
+
lockAspectRatio: boolean;
|
38
|
+
content?: undefined;
|
39
|
+
} | {
|
40
|
+
name: string;
|
41
|
+
type: string;
|
42
|
+
css: {
|
43
|
+
left: number;
|
44
|
+
top: number;
|
45
|
+
width: number;
|
46
|
+
height: number;
|
47
|
+
color: string;
|
48
|
+
background: string;
|
49
|
+
borderRadius: number;
|
50
|
+
fontSize?: undefined;
|
51
|
+
borderColor?: undefined;
|
52
|
+
};
|
53
|
+
text: string;
|
54
|
+
image: string;
|
55
|
+
component: string;
|
56
|
+
lockAspectRatio: boolean;
|
57
|
+
content?: undefined;
|
58
|
+
})[];
|
59
|
+
export declare const customViews: ({
|
60
|
+
name: string;
|
61
|
+
type: string;
|
62
|
+
css: {
|
63
|
+
left: number;
|
64
|
+
top: number;
|
65
|
+
height: number;
|
66
|
+
width: number;
|
67
|
+
fontSize: number;
|
68
|
+
color: string;
|
69
|
+
borderRadius?: undefined;
|
70
|
+
borderColor?: undefined;
|
71
|
+
};
|
72
|
+
text: string;
|
73
|
+
content: string;
|
74
|
+
component: string;
|
75
|
+
lockAspectRatio: boolean;
|
76
|
+
count: number;
|
77
|
+
image?: undefined;
|
78
|
+
} | {
|
79
|
+
name: string;
|
80
|
+
type: string;
|
81
|
+
css: {
|
82
|
+
left: number;
|
83
|
+
top: number;
|
84
|
+
width: number;
|
85
|
+
height: number;
|
86
|
+
borderRadius: number;
|
87
|
+
borderColor: string;
|
88
|
+
fontSize?: undefined;
|
89
|
+
color?: undefined;
|
90
|
+
};
|
91
|
+
text: string;
|
92
|
+
image: string;
|
93
|
+
component: string;
|
94
|
+
lockAspectRatio: boolean;
|
95
|
+
count: number;
|
96
|
+
content?: undefined;
|
97
|
+
})[];
|
@@ -0,0 +1,46 @@
|
|
1
|
+
import 'vue3-draggable-resizable/dist/Vue3DraggableResizable.css';
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
3
|
+
modelValue: {
|
4
|
+
default: () => {};
|
5
|
+
type: ObjectConstructor;
|
6
|
+
};
|
7
|
+
tools: {
|
8
|
+
type: ObjectConstructor;
|
9
|
+
default: () => {
|
10
|
+
refLine: boolean;
|
11
|
+
snap: boolean;
|
12
|
+
edit: boolean;
|
13
|
+
border: number;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
views: {
|
17
|
+
default: () => never[];
|
18
|
+
type: ArrayConstructor;
|
19
|
+
};
|
20
|
+
}, {
|
21
|
+
add: (name?: string) => void;
|
22
|
+
checkParentSize: () => void;
|
23
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
24
|
+
modelValue: {
|
25
|
+
default: () => {};
|
26
|
+
type: ObjectConstructor;
|
27
|
+
};
|
28
|
+
tools: {
|
29
|
+
type: ObjectConstructor;
|
30
|
+
default: () => {
|
31
|
+
refLine: boolean;
|
32
|
+
snap: boolean;
|
33
|
+
edit: boolean;
|
34
|
+
border: number;
|
35
|
+
};
|
36
|
+
};
|
37
|
+
views: {
|
38
|
+
default: () => never[];
|
39
|
+
type: ArrayConstructor;
|
40
|
+
};
|
41
|
+
}>>, {
|
42
|
+
modelValue: Record<string, any>;
|
43
|
+
views: unknown[];
|
44
|
+
tools: Record<string, any>;
|
45
|
+
}, {}>;
|
46
|
+
export default _default;
|
@@ -0,0 +1,31 @@
|
|
1
|
+
import 'vue3-draggable-resizable/dist/Vue3DraggableResizable.css';
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
3
|
+
modelValue: {
|
4
|
+
default: () => {};
|
5
|
+
type: ObjectConstructor;
|
6
|
+
};
|
7
|
+
views: {
|
8
|
+
default: () => never[];
|
9
|
+
type: any;
|
10
|
+
};
|
11
|
+
}, {
|
12
|
+
checkParentSize: () => void;
|
13
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "submit" | "update:modelValue")[], "change" | "input" | "submit" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
14
|
+
modelValue: {
|
15
|
+
default: () => {};
|
16
|
+
type: ObjectConstructor;
|
17
|
+
};
|
18
|
+
views: {
|
19
|
+
default: () => never[];
|
20
|
+
type: any;
|
21
|
+
};
|
22
|
+
}>> & {
|
23
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
24
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
25
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
26
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
27
|
+
}, {
|
28
|
+
modelValue: Record<string, any>;
|
29
|
+
views: any;
|
30
|
+
}, {}>;
|
31
|
+
export default _default;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
item: {
|
3
|
+
default: () => {};
|
4
|
+
type: ObjectConstructor;
|
5
|
+
};
|
6
|
+
index: {
|
7
|
+
default: number;
|
8
|
+
type: NumberConstructor;
|
9
|
+
};
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
11
|
+
item: {
|
12
|
+
default: () => {};
|
13
|
+
type: ObjectConstructor;
|
14
|
+
};
|
15
|
+
index: {
|
16
|
+
default: number;
|
17
|
+
type: NumberConstructor;
|
18
|
+
};
|
19
|
+
}>>, {
|
20
|
+
item: Record<string, any>;
|
21
|
+
index: number;
|
22
|
+
}, {}>;
|
23
|
+
export default _default;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
item: {
|
3
|
+
default: () => {};
|
4
|
+
type: ObjectConstructor;
|
5
|
+
};
|
6
|
+
index: {
|
7
|
+
default: number;
|
8
|
+
type: NumberConstructor;
|
9
|
+
};
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
11
|
+
item: {
|
12
|
+
default: () => {};
|
13
|
+
type: ObjectConstructor;
|
14
|
+
};
|
15
|
+
index: {
|
16
|
+
default: number;
|
17
|
+
type: NumberConstructor;
|
18
|
+
};
|
19
|
+
}>>, {
|
20
|
+
item: Record<string, any>;
|
21
|
+
index: number;
|
22
|
+
}, {}>;
|
23
|
+
export default _default;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
item: {
|
3
|
+
default: () => {};
|
4
|
+
type: ObjectConstructor;
|
5
|
+
};
|
6
|
+
index: {
|
7
|
+
default: number;
|
8
|
+
type: NumberConstructor;
|
9
|
+
};
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
11
|
+
item: {
|
12
|
+
default: () => {};
|
13
|
+
type: ObjectConstructor;
|
14
|
+
};
|
15
|
+
index: {
|
16
|
+
default: number;
|
17
|
+
type: NumberConstructor;
|
18
|
+
};
|
19
|
+
}>>, {
|
20
|
+
item: Record<string, any>;
|
21
|
+
index: number;
|
22
|
+
}, {}>;
|
23
|
+
export default _default;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
item: {
|
3
|
+
default: () => {};
|
4
|
+
type: ObjectConstructor;
|
5
|
+
};
|
6
|
+
index: {
|
7
|
+
default: number;
|
8
|
+
type: NumberConstructor;
|
9
|
+
};
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
11
|
+
item: {
|
12
|
+
default: () => {};
|
13
|
+
type: ObjectConstructor;
|
14
|
+
};
|
15
|
+
index: {
|
16
|
+
default: number;
|
17
|
+
type: NumberConstructor;
|
18
|
+
};
|
19
|
+
}>>, {
|
20
|
+
item: Record<string, any>;
|
21
|
+
index: number;
|
22
|
+
}, {}>;
|
23
|
+
export default _default;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
item: {
|
3
|
+
default: () => {};
|
4
|
+
type: ObjectConstructor;
|
5
|
+
};
|
6
|
+
index: {
|
7
|
+
default: number;
|
8
|
+
type: NumberConstructor;
|
9
|
+
};
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
11
|
+
item: {
|
12
|
+
default: () => {};
|
13
|
+
type: ObjectConstructor;
|
14
|
+
};
|
15
|
+
index: {
|
16
|
+
default: number;
|
17
|
+
type: NumberConstructor;
|
18
|
+
};
|
19
|
+
}>>, {
|
20
|
+
item: Record<string, any>;
|
21
|
+
index: number;
|
22
|
+
}, {}>;
|
23
|
+
export default _default;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
index: {
|
3
|
+
default: number;
|
4
|
+
type: NumberConstructor;
|
5
|
+
};
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
index: {
|
8
|
+
default: number;
|
9
|
+
type: NumberConstructor;
|
10
|
+
};
|
11
|
+
}>>, {
|
12
|
+
index: number;
|
13
|
+
}, {}>;
|
14
|
+
export default _default;
|
@@ -0,0 +1,112 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
placeholder: {
|
3
|
+
default: string;
|
4
|
+
type: StringConstructor;
|
5
|
+
};
|
6
|
+
modelValue: {
|
7
|
+
default: () => {};
|
8
|
+
type: ObjectConstructor;
|
9
|
+
};
|
10
|
+
views: {
|
11
|
+
default: () => ({
|
12
|
+
name: string;
|
13
|
+
type: string;
|
14
|
+
css: {
|
15
|
+
left: number;
|
16
|
+
top: number;
|
17
|
+
height: number;
|
18
|
+
width: number;
|
19
|
+
fontSize: number;
|
20
|
+
color: string;
|
21
|
+
borderRadius?: undefined;
|
22
|
+
borderColor?: undefined;
|
23
|
+
};
|
24
|
+
text: string;
|
25
|
+
content: string;
|
26
|
+
component: string;
|
27
|
+
lockAspectRatio: boolean;
|
28
|
+
count: number;
|
29
|
+
image?: undefined;
|
30
|
+
} | {
|
31
|
+
name: string;
|
32
|
+
type: string;
|
33
|
+
css: {
|
34
|
+
left: number;
|
35
|
+
top: number;
|
36
|
+
width: number;
|
37
|
+
height: number;
|
38
|
+
borderRadius: number;
|
39
|
+
borderColor: string;
|
40
|
+
fontSize?: undefined;
|
41
|
+
color?: undefined;
|
42
|
+
};
|
43
|
+
text: string;
|
44
|
+
image: string;
|
45
|
+
component: string;
|
46
|
+
lockAspectRatio: boolean;
|
47
|
+
count: number;
|
48
|
+
content?: undefined;
|
49
|
+
})[];
|
50
|
+
type: ArrayConstructor;
|
51
|
+
};
|
52
|
+
}, {}, 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<{
|
53
|
+
placeholder: {
|
54
|
+
default: string;
|
55
|
+
type: StringConstructor;
|
56
|
+
};
|
57
|
+
modelValue: {
|
58
|
+
default: () => {};
|
59
|
+
type: ObjectConstructor;
|
60
|
+
};
|
61
|
+
views: {
|
62
|
+
default: () => ({
|
63
|
+
name: string;
|
64
|
+
type: string;
|
65
|
+
css: {
|
66
|
+
left: number;
|
67
|
+
top: number;
|
68
|
+
height: number;
|
69
|
+
width: number;
|
70
|
+
fontSize: number;
|
71
|
+
color: string;
|
72
|
+
borderRadius?: undefined;
|
73
|
+
borderColor?: undefined;
|
74
|
+
};
|
75
|
+
text: string;
|
76
|
+
content: string;
|
77
|
+
component: string;
|
78
|
+
lockAspectRatio: boolean;
|
79
|
+
count: number;
|
80
|
+
image?: undefined;
|
81
|
+
} | {
|
82
|
+
name: string;
|
83
|
+
type: string;
|
84
|
+
css: {
|
85
|
+
left: number;
|
86
|
+
top: number;
|
87
|
+
width: number;
|
88
|
+
height: number;
|
89
|
+
borderRadius: number;
|
90
|
+
borderColor: string;
|
91
|
+
fontSize?: undefined;
|
92
|
+
color?: undefined;
|
93
|
+
};
|
94
|
+
text: string;
|
95
|
+
image: string;
|
96
|
+
component: string;
|
97
|
+
lockAspectRatio: boolean;
|
98
|
+
count: number;
|
99
|
+
content?: undefined;
|
100
|
+
})[];
|
101
|
+
type: ArrayConstructor;
|
102
|
+
};
|
103
|
+
}>> & {
|
104
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
105
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
106
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
107
|
+
}, {
|
108
|
+
placeholder: string;
|
109
|
+
modelValue: Record<string, any>;
|
110
|
+
views: unknown[];
|
111
|
+
}, {}>;
|
112
|
+
export default _default;
|
@@ -0,0 +1,54 @@
|
|
1
|
+
import type { ExtractPropTypes } from 'vue';
|
2
|
+
export declare const posterInputProps: {
|
3
|
+
placeholder: {
|
4
|
+
default: string;
|
5
|
+
type: StringConstructor;
|
6
|
+
};
|
7
|
+
modelValue: {
|
8
|
+
default: () => {};
|
9
|
+
type: ObjectConstructor;
|
10
|
+
};
|
11
|
+
views: {
|
12
|
+
default: () => ({
|
13
|
+
name: string;
|
14
|
+
type: string;
|
15
|
+
css: {
|
16
|
+
left: number;
|
17
|
+
top: number;
|
18
|
+
height: number;
|
19
|
+
width: number;
|
20
|
+
fontSize: number;
|
21
|
+
color: string;
|
22
|
+
borderRadius?: undefined;
|
23
|
+
borderColor?: undefined;
|
24
|
+
};
|
25
|
+
text: string;
|
26
|
+
content: string;
|
27
|
+
component: string;
|
28
|
+
lockAspectRatio: boolean;
|
29
|
+
count: number;
|
30
|
+
image?: undefined;
|
31
|
+
} | {
|
32
|
+
name: string;
|
33
|
+
type: string;
|
34
|
+
css: {
|
35
|
+
left: number;
|
36
|
+
top: number;
|
37
|
+
width: number;
|
38
|
+
height: number;
|
39
|
+
borderRadius: number;
|
40
|
+
borderColor: string;
|
41
|
+
fontSize?: undefined;
|
42
|
+
color?: undefined;
|
43
|
+
};
|
44
|
+
text: string;
|
45
|
+
image: string;
|
46
|
+
component: string;
|
47
|
+
lockAspectRatio: boolean;
|
48
|
+
count: number;
|
49
|
+
content?: undefined;
|
50
|
+
})[];
|
51
|
+
type: ArrayConstructor;
|
52
|
+
};
|
53
|
+
};
|
54
|
+
export type PosterInputProps = ExtractPropTypes<typeof posterInputProps>;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import type { ComponentResolver } from 'unplugin-vue-components/types';
|
2
|
+
export interface DkResolverOptions {
|
3
|
+
/**
|
4
|
+
* import style css or scss along with components
|
5
|
+
*
|
6
|
+
* @default true
|
7
|
+
*/
|
8
|
+
importStyle?: boolean | 'css' | 'scss';
|
9
|
+
}
|
10
|
+
/**
|
11
|
+
* Resolver for Dk
|
12
|
+
*
|
13
|
+
* @link https://github.com/vipl520/dk-starter
|
14
|
+
*/
|
15
|
+
export declare function DkResolver(options?: DkResolverOptions): ComponentResolver;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "update:modelValue" | "clear" | "visible-change" | "remove-tag")[], "blur" | "change" | "focus" | "update:modelValue" | "clear" | "visible-change" | "remove-tag", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any> & {
|
2
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
3
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
4
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
5
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
6
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
7
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
8
|
+
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
9
|
+
}, {} | {
|
10
|
+
[x: string]: any;
|
11
|
+
}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>>>;
|
12
|
+
export default _default;
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
14
|
+
new (): {
|
15
|
+
$slots: S;
|
16
|
+
};
|
17
|
+
};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
export declare const StyleBackgroundInput: import("@vipl520/utils").WithInstall<import("vue").DefineComponent<{
|
2
|
+
modelValue: {
|
3
|
+
type: ObjectConstructor;
|
4
|
+
default: () => {
|
5
|
+
backgroundImage: string;
|
6
|
+
backgroundColor: string;
|
7
|
+
};
|
8
|
+
};
|
9
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
10
|
+
modelValue: {
|
11
|
+
type: ObjectConstructor;
|
12
|
+
default: () => {
|
13
|
+
backgroundImage: string;
|
14
|
+
backgroundColor: string;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
}>> & {
|
18
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
19
|
+
}, {
|
20
|
+
modelValue: Record<string, any>;
|
21
|
+
}, {}>>;
|
22
|
+
export default StyleBackgroundInput;
|
23
|
+
export * from './src/props';
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import type { ExtractPropTypes } from 'vue';
|
2
|
+
export declare const styleBackgroundInputProps: {
|
3
|
+
modelValue: {
|
4
|
+
type: ObjectConstructor;
|
5
|
+
default: () => {
|
6
|
+
backgroundImage: string;
|
7
|
+
backgroundColor: string;
|
8
|
+
};
|
9
|
+
};
|
10
|
+
};
|
11
|
+
export type StyleBackgroundInputProps = ExtractPropTypes<typeof styleBackgroundInputProps>;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
modelValue: {
|
3
|
+
type: ObjectConstructor;
|
4
|
+
default: () => {
|
5
|
+
backgroundImage: string;
|
6
|
+
backgroundColor: string;
|
7
|
+
};
|
8
|
+
};
|
9
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
10
|
+
modelValue: {
|
11
|
+
type: ObjectConstructor;
|
12
|
+
default: () => {
|
13
|
+
backgroundImage: string;
|
14
|
+
backgroundColor: string;
|
15
|
+
};
|
16
|
+
};
|
17
|
+
}>> & {
|
18
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
19
|
+
}, {
|
20
|
+
modelValue: Record<string, any>;
|
21
|
+
}, {}>;
|
22
|
+
export default _default;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export declare const StyleBorderInput: import("@vipl520/utils").WithInstall<import("vue").DefineComponent<{
|
2
|
+
modelValue: {
|
3
|
+
type: ObjectConstructor;
|
4
|
+
default: () => void;
|
5
|
+
};
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
modelValue: {
|
8
|
+
type: ObjectConstructor;
|
9
|
+
default: () => void;
|
10
|
+
};
|
11
|
+
}>> & {
|
12
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
13
|
+
}, {
|
14
|
+
modelValue: Record<string, any>;
|
15
|
+
}, {}>>;
|
16
|
+
export default StyleBorderInput;
|
17
|
+
export * from './src/props';
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
modelValue: {
|
3
|
+
type: ObjectConstructor;
|
4
|
+
default: () => void;
|
5
|
+
};
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
modelValue: {
|
8
|
+
type: ObjectConstructor;
|
9
|
+
default: () => void;
|
10
|
+
};
|
11
|
+
}>> & {
|
12
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
13
|
+
}, {
|
14
|
+
modelValue: Record<string, any>;
|
15
|
+
}, {}>;
|
16
|
+
export default _default;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
export declare const StyleBoxInput: import("@vipl520/utils").WithInstall<import("vue").DefineComponent<{
|
2
|
+
modelValue: {
|
3
|
+
type: ObjectConstructor;
|
4
|
+
default: () => {};
|
5
|
+
};
|
6
|
+
height: {
|
7
|
+
type: NumberConstructor;
|
8
|
+
default: number;
|
9
|
+
};
|
10
|
+
help: {
|
11
|
+
type: StringConstructor;
|
12
|
+
default: string;
|
13
|
+
};
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
15
|
+
modelValue: {
|
16
|
+
type: ObjectConstructor;
|
17
|
+
default: () => {};
|
18
|
+
};
|
19
|
+
height: {
|
20
|
+
type: NumberConstructor;
|
21
|
+
default: number;
|
22
|
+
};
|
23
|
+
help: {
|
24
|
+
type: StringConstructor;
|
25
|
+
default: string;
|
26
|
+
};
|
27
|
+
}>> & {
|
28
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
29
|
+
}, {
|
30
|
+
height: number;
|
31
|
+
modelValue: Record<string, any>;
|
32
|
+
help: string;
|
33
|
+
}, {}>>;
|
34
|
+
export default StyleBoxInput;
|
35
|
+
export * from './src/props';
|