@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,47 @@
|
|
1
|
+
declare namespace _default {
|
2
|
+
export let icon: string;
|
3
|
+
export { label };
|
4
|
+
export { name };
|
5
|
+
export let mask: boolean;
|
6
|
+
export function rule(): {
|
7
|
+
type: string;
|
8
|
+
props: {};
|
9
|
+
children: never[];
|
10
|
+
showStyle: boolean;
|
11
|
+
};
|
12
|
+
export let children: string;
|
13
|
+
export let childrenLen: number;
|
14
|
+
export function props(): ({
|
15
|
+
type: string;
|
16
|
+
field: string;
|
17
|
+
title: string;
|
18
|
+
value: number;
|
19
|
+
props?: undefined;
|
20
|
+
control?: undefined;
|
21
|
+
} | {
|
22
|
+
type: string;
|
23
|
+
field: string;
|
24
|
+
title: string;
|
25
|
+
props: {
|
26
|
+
activeValue: string;
|
27
|
+
inactiveValue: string;
|
28
|
+
};
|
29
|
+
control: {
|
30
|
+
value: string;
|
31
|
+
rule: {
|
32
|
+
type: string;
|
33
|
+
field: string;
|
34
|
+
title: string;
|
35
|
+
options: {
|
36
|
+
label: string;
|
37
|
+
value: string;
|
38
|
+
}[];
|
39
|
+
value: string;
|
40
|
+
}[];
|
41
|
+
}[];
|
42
|
+
value?: undefined;
|
43
|
+
})[];
|
44
|
+
}
|
45
|
+
export default _default;
|
46
|
+
declare const label: "栅格布局";
|
47
|
+
declare const name: "row";
|
@@ -0,0 +1,32 @@
|
|
1
|
+
declare namespace _default {
|
2
|
+
export let icon: string;
|
3
|
+
export { label };
|
4
|
+
export { name };
|
5
|
+
export function rule(): {
|
6
|
+
type: string;
|
7
|
+
wrap: {
|
8
|
+
show: boolean;
|
9
|
+
};
|
10
|
+
style: {
|
11
|
+
width: string;
|
12
|
+
height: string;
|
13
|
+
};
|
14
|
+
showStyle: boolean;
|
15
|
+
children: never[];
|
16
|
+
};
|
17
|
+
export function props(): {
|
18
|
+
type: string;
|
19
|
+
field: string;
|
20
|
+
native: boolean;
|
21
|
+
props: {
|
22
|
+
rule: {
|
23
|
+
type: string;
|
24
|
+
field: string;
|
25
|
+
title: string;
|
26
|
+
}[];
|
27
|
+
};
|
28
|
+
}[];
|
29
|
+
}
|
30
|
+
export default _default;
|
31
|
+
declare const label: "间距";
|
32
|
+
declare const name: "div";
|
@@ -0,0 +1,27 @@
|
|
1
|
+
declare namespace _default {
|
2
|
+
let label: string;
|
3
|
+
let name: string;
|
4
|
+
let inside: boolean;
|
5
|
+
let drag: boolean;
|
6
|
+
let dragBtn: boolean;
|
7
|
+
let mask: boolean;
|
8
|
+
function rule(): {
|
9
|
+
type: string;
|
10
|
+
props: {
|
11
|
+
title: string;
|
12
|
+
};
|
13
|
+
children: never[];
|
14
|
+
showStyle: boolean;
|
15
|
+
};
|
16
|
+
function props(): {
|
17
|
+
type: string;
|
18
|
+
props: {
|
19
|
+
description: string;
|
20
|
+
};
|
21
|
+
col: {
|
22
|
+
span: number;
|
23
|
+
};
|
24
|
+
field: string;
|
25
|
+
}[];
|
26
|
+
}
|
27
|
+
export default _default;
|
@@ -0,0 +1,62 @@
|
|
1
|
+
declare namespace _default {
|
2
|
+
let icon: string;
|
3
|
+
let label: string;
|
4
|
+
let name: string;
|
5
|
+
let children: string;
|
6
|
+
let mask: boolean;
|
7
|
+
function rule(): {
|
8
|
+
type: string;
|
9
|
+
style: string;
|
10
|
+
children: never[];
|
11
|
+
showStyle: boolean;
|
12
|
+
};
|
13
|
+
function props(): ({
|
14
|
+
type: string;
|
15
|
+
field: string;
|
16
|
+
title: string;
|
17
|
+
props: {
|
18
|
+
min: number;
|
19
|
+
max: number;
|
20
|
+
step: number;
|
21
|
+
};
|
22
|
+
effect: {
|
23
|
+
help: string;
|
24
|
+
};
|
25
|
+
value?: undefined;
|
26
|
+
} | {
|
27
|
+
type: string;
|
28
|
+
field: string;
|
29
|
+
title: string;
|
30
|
+
value: number;
|
31
|
+
effect: {
|
32
|
+
help: string;
|
33
|
+
};
|
34
|
+
props?: undefined;
|
35
|
+
} | {
|
36
|
+
type: string;
|
37
|
+
field: string;
|
38
|
+
title: string;
|
39
|
+
value: boolean;
|
40
|
+
props?: undefined;
|
41
|
+
effect?: undefined;
|
42
|
+
} | {
|
43
|
+
type: string;
|
44
|
+
field: string;
|
45
|
+
title: string;
|
46
|
+
value: boolean;
|
47
|
+
effect: {
|
48
|
+
help: string;
|
49
|
+
};
|
50
|
+
props?: undefined;
|
51
|
+
} | {
|
52
|
+
type: string;
|
53
|
+
field: string;
|
54
|
+
title: string;
|
55
|
+
value: string;
|
56
|
+
effect: {
|
57
|
+
help: string;
|
58
|
+
};
|
59
|
+
props?: undefined;
|
60
|
+
})[];
|
61
|
+
}
|
62
|
+
export default _default;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
declare namespace _default {
|
2
|
+
let label: string;
|
3
|
+
let name: string;
|
4
|
+
let inside: boolean;
|
5
|
+
let drag: boolean;
|
6
|
+
let dragBtn: boolean;
|
7
|
+
let mask: boolean;
|
8
|
+
function rule(): {
|
9
|
+
type: string;
|
10
|
+
props: {
|
11
|
+
title: string;
|
12
|
+
};
|
13
|
+
children: never[];
|
14
|
+
showStyle: boolean;
|
15
|
+
};
|
16
|
+
function props(): ({
|
17
|
+
type: string;
|
18
|
+
field: string;
|
19
|
+
title: string;
|
20
|
+
effect?: undefined;
|
21
|
+
} | {
|
22
|
+
type: string;
|
23
|
+
field: string;
|
24
|
+
title: string;
|
25
|
+
effect: {
|
26
|
+
help: string;
|
27
|
+
};
|
28
|
+
})[];
|
29
|
+
}
|
30
|
+
export default _default;
|
@@ -0,0 +1,119 @@
|
|
1
|
+
declare namespace _default {
|
2
|
+
let icon: string;
|
3
|
+
let label: string;
|
4
|
+
let name: string;
|
5
|
+
let children: string;
|
6
|
+
let mask: boolean;
|
7
|
+
function rule(): {
|
8
|
+
type: string;
|
9
|
+
style: string;
|
10
|
+
children: never[];
|
11
|
+
showStyle: boolean;
|
12
|
+
};
|
13
|
+
function props(): ({
|
14
|
+
type: string;
|
15
|
+
field: string;
|
16
|
+
title: string;
|
17
|
+
value: boolean;
|
18
|
+
control: {
|
19
|
+
value: boolean;
|
20
|
+
rule: ({
|
21
|
+
type: string;
|
22
|
+
field: string;
|
23
|
+
title: string;
|
24
|
+
options: {
|
25
|
+
label: string;
|
26
|
+
value: string;
|
27
|
+
}[];
|
28
|
+
effect: {
|
29
|
+
help: string;
|
30
|
+
};
|
31
|
+
control: {
|
32
|
+
value: string;
|
33
|
+
rule: {
|
34
|
+
type: string;
|
35
|
+
field: string;
|
36
|
+
title: string;
|
37
|
+
value: string;
|
38
|
+
}[];
|
39
|
+
}[];
|
40
|
+
value: string;
|
41
|
+
} | {
|
42
|
+
type: string;
|
43
|
+
field: string;
|
44
|
+
title: string;
|
45
|
+
value: string;
|
46
|
+
effect: {
|
47
|
+
help: string;
|
48
|
+
};
|
49
|
+
options?: undefined;
|
50
|
+
control?: undefined;
|
51
|
+
} | {
|
52
|
+
type: string;
|
53
|
+
field: string;
|
54
|
+
title: string;
|
55
|
+
value: string;
|
56
|
+
options?: undefined;
|
57
|
+
effect?: undefined;
|
58
|
+
control?: undefined;
|
59
|
+
} | {
|
60
|
+
type: string;
|
61
|
+
field: string;
|
62
|
+
title: string;
|
63
|
+
value: boolean;
|
64
|
+
effect: {
|
65
|
+
help: string;
|
66
|
+
};
|
67
|
+
options?: undefined;
|
68
|
+
control?: undefined;
|
69
|
+
})[];
|
70
|
+
}[];
|
71
|
+
effect?: undefined;
|
72
|
+
} | {
|
73
|
+
type: string;
|
74
|
+
field: string;
|
75
|
+
title: string;
|
76
|
+
value: number;
|
77
|
+
effect: {
|
78
|
+
help: string;
|
79
|
+
};
|
80
|
+
control?: undefined;
|
81
|
+
} | {
|
82
|
+
type: string;
|
83
|
+
field: string;
|
84
|
+
title: string;
|
85
|
+
value: boolean;
|
86
|
+
control?: undefined;
|
87
|
+
effect?: undefined;
|
88
|
+
} | {
|
89
|
+
type: string;
|
90
|
+
field: string;
|
91
|
+
title: string;
|
92
|
+
value: boolean;
|
93
|
+
effect: {
|
94
|
+
help: string;
|
95
|
+
};
|
96
|
+
control?: undefined;
|
97
|
+
} | {
|
98
|
+
type: string;
|
99
|
+
field: string;
|
100
|
+
title: string;
|
101
|
+
value: boolean;
|
102
|
+
effect: {
|
103
|
+
help: string;
|
104
|
+
};
|
105
|
+
control: {
|
106
|
+
value: boolean;
|
107
|
+
rule: {
|
108
|
+
type: string;
|
109
|
+
field: string;
|
110
|
+
title: string;
|
111
|
+
value: string;
|
112
|
+
effect: {
|
113
|
+
help: string;
|
114
|
+
};
|
115
|
+
}[];
|
116
|
+
}[];
|
117
|
+
})[];
|
118
|
+
}
|
119
|
+
export default _default;
|
@@ -0,0 +1,66 @@
|
|
1
|
+
declare namespace _default {
|
2
|
+
export let icon: string;
|
3
|
+
export { label };
|
4
|
+
export { name };
|
5
|
+
export let count: number;
|
6
|
+
export function rule(): {
|
7
|
+
type: string;
|
8
|
+
wrap: {
|
9
|
+
show: boolean;
|
10
|
+
};
|
11
|
+
style: {
|
12
|
+
width: string;
|
13
|
+
};
|
14
|
+
showStyle: boolean;
|
15
|
+
children: never[];
|
16
|
+
props: {
|
17
|
+
description: string;
|
18
|
+
};
|
19
|
+
fixed: boolean;
|
20
|
+
};
|
21
|
+
export function props(): ({
|
22
|
+
type: string;
|
23
|
+
field: string;
|
24
|
+
title?: undefined;
|
25
|
+
value?: undefined;
|
26
|
+
props?: undefined;
|
27
|
+
} | {
|
28
|
+
type: string;
|
29
|
+
field: string;
|
30
|
+
title: string;
|
31
|
+
value: {
|
32
|
+
field1: string;
|
33
|
+
field2: string;
|
34
|
+
}[];
|
35
|
+
props: {
|
36
|
+
defaultValue: {
|
37
|
+
field1: string;
|
38
|
+
field2: string;
|
39
|
+
};
|
40
|
+
rule: {
|
41
|
+
type: string;
|
42
|
+
field: string;
|
43
|
+
title: string;
|
44
|
+
}[];
|
45
|
+
};
|
46
|
+
} | {
|
47
|
+
type: string;
|
48
|
+
field: string;
|
49
|
+
title: string;
|
50
|
+
value: {
|
51
|
+
field1: string;
|
52
|
+
field2: string;
|
53
|
+
};
|
54
|
+
props: {
|
55
|
+
rule: {
|
56
|
+
type: string;
|
57
|
+
field: string;
|
58
|
+
title: string;
|
59
|
+
}[];
|
60
|
+
defaultValue?: undefined;
|
61
|
+
};
|
62
|
+
})[];
|
63
|
+
}
|
64
|
+
export default _default;
|
65
|
+
declare const label: "空内容";
|
66
|
+
declare const name: "VanEmpty";
|
@@ -0,0 +1,245 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<Readonly<{
|
2
|
+
config?: any;
|
3
|
+
loading?: any;
|
4
|
+
menu?: any;
|
5
|
+
mask?: any;
|
6
|
+
height?: any;
|
7
|
+
locale?: any;
|
8
|
+
}>, {
|
9
|
+
countObj: import("vue").ComputedRef<{}>;
|
10
|
+
diyTree: import("vue").ComputedRef<any[]>;
|
11
|
+
clear(type?: string): void;
|
12
|
+
get(): {
|
13
|
+
rule: any;
|
14
|
+
config: {};
|
15
|
+
};
|
16
|
+
set(value: any): void;
|
17
|
+
unWatchActiveRule(): void;
|
18
|
+
watchActiveRule(): void;
|
19
|
+
makeChildren(children: any): any;
|
20
|
+
addMenu(config: any): void;
|
21
|
+
removeMenu(name: any): void;
|
22
|
+
setMenuItem(name: any, list: any): void;
|
23
|
+
appendMenuItem(name: any, item: any): void;
|
24
|
+
removeMenuItem(item: any): void;
|
25
|
+
addComponent(component: any): void;
|
26
|
+
getParent(rule: any): {
|
27
|
+
root: any;
|
28
|
+
parent: any;
|
29
|
+
};
|
30
|
+
makeDrag(group: any, tag: any, children: any, on: any): {
|
31
|
+
type: string;
|
32
|
+
wrap: {
|
33
|
+
show: boolean;
|
34
|
+
};
|
35
|
+
col: {
|
36
|
+
show: boolean;
|
37
|
+
};
|
38
|
+
inject: boolean;
|
39
|
+
props: {
|
40
|
+
rule: {
|
41
|
+
props: {
|
42
|
+
tag: string;
|
43
|
+
group: any;
|
44
|
+
ghostClass: string;
|
45
|
+
animation: number;
|
46
|
+
emptyInsertThreshold: number;
|
47
|
+
direction: string;
|
48
|
+
itemKey: string;
|
49
|
+
};
|
50
|
+
};
|
51
|
+
tag: any;
|
52
|
+
};
|
53
|
+
children: any;
|
54
|
+
on: any;
|
55
|
+
};
|
56
|
+
makeDragRule(children: any): any;
|
57
|
+
previewFc(): void;
|
58
|
+
getPageConfig(): {};
|
59
|
+
setPageConfig(pageConfig: any): void;
|
60
|
+
getRule(): any;
|
61
|
+
getJson(): string;
|
62
|
+
setRule(rules: any): void;
|
63
|
+
clearActiveRule(): void;
|
64
|
+
loadRule(rules: any): any[];
|
65
|
+
parseRule(children: any, isTree?: boolean): any;
|
66
|
+
baseChange(field: any, value: any, _: any, fapi: any): void;
|
67
|
+
dkSettingChange(field: any, value: any, _: any, fapi: any, flag: any): void;
|
68
|
+
propRemoveField(field: any, _: any, fapi: any): void;
|
69
|
+
propChange(field: any, value: any, _: any, fapi: any): void;
|
70
|
+
dkPageChange(field: any, value: any, _: any, fapi: any, flag: any): void;
|
71
|
+
nodeClick(row: any): void;
|
72
|
+
delRule(id: any, children?: null): void;
|
73
|
+
chooseRule(id: any, children?: null): void;
|
74
|
+
toolActive(rule: any): void;
|
75
|
+
updateShowStyle(rule: any): void;
|
76
|
+
updateRuleFormData(): void;
|
77
|
+
dragStart(children: any): void;
|
78
|
+
dragUnchoose(children: any, evt: any): void;
|
79
|
+
dragAdd(children: any, evt: any): false | undefined;
|
80
|
+
dragEnd(children: any, { newIndex, oldIndex }: {
|
81
|
+
newIndex: any;
|
82
|
+
oldIndex: any;
|
83
|
+
}): void;
|
84
|
+
makeRule(config: any, _rule: any): any;
|
85
|
+
onResizerMouseDown(name: any, e: any): void;
|
86
|
+
onResizerMouseUp(): void;
|
87
|
+
onResizerMouseMove(e: any): void;
|
88
|
+
hideAside(name: any): void;
|
89
|
+
allowDrop(draggingNode: any, dropNode: any, type: any): boolean;
|
90
|
+
allowDrag(draggingNode: any): true | undefined;
|
91
|
+
nodeDrop(node: any, dropNode: any, type: any, event: any): void;
|
92
|
+
cacheProps: import("vue").Ref<{}>;
|
93
|
+
moveRule: import("vue").Ref<null>;
|
94
|
+
addRule: import("vue").Ref<null>;
|
95
|
+
added: import("vue").Ref<null>;
|
96
|
+
activeTab: import("vue").Ref<string>;
|
97
|
+
activeRule: import("vue").Ref<null>;
|
98
|
+
children: import("vue").Ref<never[]>;
|
99
|
+
menuList: import("vue").Ref<any>;
|
100
|
+
showBaseRule: import("vue").Ref<boolean>;
|
101
|
+
showDkSettingRule: import("vue").Ref<boolean>;
|
102
|
+
visible: import("vue").Ref<{
|
103
|
+
preview: boolean;
|
104
|
+
}>;
|
105
|
+
preview: import("vue").Ref<{
|
106
|
+
state: boolean;
|
107
|
+
rule: never[];
|
108
|
+
option: {};
|
109
|
+
}>;
|
110
|
+
diyCloud: import("vue").Ref<{
|
111
|
+
pageName: string;
|
112
|
+
show: boolean;
|
113
|
+
}>;
|
114
|
+
dragForm: import("vue").Ref<{
|
115
|
+
rule: never[];
|
116
|
+
api: {};
|
117
|
+
option: {
|
118
|
+
form: {};
|
119
|
+
submitBtn: boolean;
|
120
|
+
};
|
121
|
+
}>;
|
122
|
+
dkSettingForm: import("vue").Ref<{
|
123
|
+
rule: {
|
124
|
+
type: string;
|
125
|
+
props: {
|
126
|
+
modelValue: string;
|
127
|
+
};
|
128
|
+
style: string;
|
129
|
+
children: {
|
130
|
+
type: string;
|
131
|
+
props: {
|
132
|
+
name: string;
|
133
|
+
};
|
134
|
+
children: ({
|
135
|
+
type: string;
|
136
|
+
slot: string;
|
137
|
+
style: string;
|
138
|
+
children: ({
|
139
|
+
type: string;
|
140
|
+
style: string;
|
141
|
+
children?: undefined;
|
142
|
+
} | {
|
143
|
+
type: string;
|
144
|
+
children: any[];
|
145
|
+
style?: undefined;
|
146
|
+
})[];
|
147
|
+
} | {
|
148
|
+
type: string;
|
149
|
+
field: string;
|
150
|
+
value: {};
|
151
|
+
title: string;
|
152
|
+
props: {
|
153
|
+
height: number;
|
154
|
+
};
|
155
|
+
})[];
|
156
|
+
}[];
|
157
|
+
}[];
|
158
|
+
api: {};
|
159
|
+
options: {
|
160
|
+
form: {
|
161
|
+
labelPosition: string;
|
162
|
+
size: string;
|
163
|
+
labelWidth: string;
|
164
|
+
};
|
165
|
+
submitBtn: boolean;
|
166
|
+
mounted: (fapi: any) => void;
|
167
|
+
};
|
168
|
+
}>;
|
169
|
+
dkPageForm: import("vue").Ref<{
|
170
|
+
rule: {
|
171
|
+
type: string;
|
172
|
+
field: string;
|
173
|
+
value: {};
|
174
|
+
title: string;
|
175
|
+
props: {};
|
176
|
+
}[];
|
177
|
+
api: {};
|
178
|
+
options: {
|
179
|
+
formData: {};
|
180
|
+
form: {
|
181
|
+
labelPosition: string;
|
182
|
+
size: string;
|
183
|
+
labelWidth: string;
|
184
|
+
};
|
185
|
+
submitBtn: boolean;
|
186
|
+
mounted: (fapi: any) => void;
|
187
|
+
};
|
188
|
+
}>;
|
189
|
+
propsForm: import("vue").Ref<{
|
190
|
+
rule: never[];
|
191
|
+
api: {};
|
192
|
+
value: {};
|
193
|
+
options: {
|
194
|
+
form: {
|
195
|
+
labelPosition: string;
|
196
|
+
size: string;
|
197
|
+
labelWidth: string;
|
198
|
+
};
|
199
|
+
submitBtn: boolean;
|
200
|
+
mounted: (fapi: any) => void;
|
201
|
+
};
|
202
|
+
}>;
|
203
|
+
isDragging: import("vue").Ref<boolean>;
|
204
|
+
startValue: import("vue").Ref<number>;
|
205
|
+
dragName: import("vue").Ref<string>;
|
206
|
+
asideValue: import("vue").Ref<number>;
|
207
|
+
trackMouseBound: import("vue").Ref<null>;
|
208
|
+
stopChangeBound: import("vue").Ref<null>;
|
209
|
+
rightAside: import("vue").Ref<{
|
210
|
+
style: {
|
211
|
+
width: string;
|
212
|
+
};
|
213
|
+
hide: boolean;
|
214
|
+
}>;
|
215
|
+
leftAside: import("vue").Ref<{
|
216
|
+
style: {
|
217
|
+
width: string;
|
218
|
+
};
|
219
|
+
hide: boolean;
|
220
|
+
}>;
|
221
|
+
treeAside: import("vue").Ref<{
|
222
|
+
style: {
|
223
|
+
height: string;
|
224
|
+
minHeight: string;
|
225
|
+
maxHeight: string;
|
226
|
+
};
|
227
|
+
hide: boolean;
|
228
|
+
treeData: never[];
|
229
|
+
}>;
|
230
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
|
231
|
+
config?: any;
|
232
|
+
loading?: any;
|
233
|
+
menu?: any;
|
234
|
+
mask?: any;
|
235
|
+
height?: any;
|
236
|
+
locale?: any;
|
237
|
+
}>>>, {
|
238
|
+
readonly config?: any;
|
239
|
+
readonly loading?: any;
|
240
|
+
readonly menu?: any;
|
241
|
+
readonly mask?: any;
|
242
|
+
readonly height?: any;
|
243
|
+
readonly locale?: any;
|
244
|
+
}, {}>;
|
245
|
+
export default _default;
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import type { FormCreate } from '@form-create/core';
|
2
|
+
export declare const viewForm: FormCreate<any, any, any, any, any>;
|
3
|
+
export declare const designerForm: FormCreate<import("@form-create/element-ui/types/maker").default, import("@form-create/element-ui/types/config").OptionAttrs, import("@form-create/element-ui/types/config").CreatorAttrs, import("@form-create/element-ui/types/config").RuleAttrs, import("@form-create/element-ui/types/config").ApiAttrs>;
|
4
|
+
export default viewForm;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const uniqueId: () => string;
|