@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,1023 @@
|
|
1
|
+
export const layoutMenu: ({
|
2
|
+
icon: string;
|
3
|
+
label: string;
|
4
|
+
name: string;
|
5
|
+
rule(): {
|
6
|
+
type: string;
|
7
|
+
props: {};
|
8
|
+
showStyle: boolean;
|
9
|
+
};
|
10
|
+
props(): ({
|
11
|
+
type: string;
|
12
|
+
field: string;
|
13
|
+
title: string;
|
14
|
+
value: string;
|
15
|
+
props?: undefined;
|
16
|
+
options?: undefined;
|
17
|
+
control?: undefined;
|
18
|
+
} | {
|
19
|
+
type: string;
|
20
|
+
field: string;
|
21
|
+
title: string;
|
22
|
+
value: number;
|
23
|
+
props: {
|
24
|
+
min: number;
|
25
|
+
max: number;
|
26
|
+
};
|
27
|
+
options?: undefined;
|
28
|
+
control?: undefined;
|
29
|
+
} | {
|
30
|
+
type: string;
|
31
|
+
field: string;
|
32
|
+
title: string;
|
33
|
+
value: boolean;
|
34
|
+
props?: undefined;
|
35
|
+
options?: undefined;
|
36
|
+
control?: undefined;
|
37
|
+
} | {
|
38
|
+
type: string;
|
39
|
+
field: string;
|
40
|
+
title: string;
|
41
|
+
value: string;
|
42
|
+
options: {
|
43
|
+
label: string;
|
44
|
+
value: string;
|
45
|
+
}[];
|
46
|
+
control: ({
|
47
|
+
value: string;
|
48
|
+
rule: ({
|
49
|
+
type: string;
|
50
|
+
field: string;
|
51
|
+
title: string;
|
52
|
+
value: string;
|
53
|
+
props: {
|
54
|
+
isVant: boolean;
|
55
|
+
};
|
56
|
+
} | {
|
57
|
+
type: string;
|
58
|
+
field: string;
|
59
|
+
title: string;
|
60
|
+
value?: undefined;
|
61
|
+
props?: undefined;
|
62
|
+
} | {
|
63
|
+
type: string;
|
64
|
+
field: string;
|
65
|
+
title: string;
|
66
|
+
value: number;
|
67
|
+
props?: undefined;
|
68
|
+
})[];
|
69
|
+
handle?: undefined;
|
70
|
+
} | {
|
71
|
+
value: string;
|
72
|
+
rule: ({
|
73
|
+
type: string;
|
74
|
+
field: string;
|
75
|
+
title: string;
|
76
|
+
value: string;
|
77
|
+
} | {
|
78
|
+
type: string;
|
79
|
+
field: string;
|
80
|
+
title: string;
|
81
|
+
value: number;
|
82
|
+
})[];
|
83
|
+
handle?: undefined;
|
84
|
+
} | {
|
85
|
+
handle(val: any): boolean;
|
86
|
+
rule: {
|
87
|
+
type: string;
|
88
|
+
field: string;
|
89
|
+
title: string;
|
90
|
+
value: number;
|
91
|
+
}[];
|
92
|
+
value?: undefined;
|
93
|
+
})[];
|
94
|
+
props?: undefined;
|
95
|
+
} | {
|
96
|
+
type: string;
|
97
|
+
field: string;
|
98
|
+
title: string;
|
99
|
+
value: boolean;
|
100
|
+
control: {
|
101
|
+
value: boolean;
|
102
|
+
rule: ({
|
103
|
+
type: string;
|
104
|
+
field: string;
|
105
|
+
title: string;
|
106
|
+
value: string;
|
107
|
+
} | {
|
108
|
+
type: string;
|
109
|
+
field: string;
|
110
|
+
title: string;
|
111
|
+
value: number;
|
112
|
+
} | {
|
113
|
+
type: string;
|
114
|
+
field: string;
|
115
|
+
title: string;
|
116
|
+
value?: undefined;
|
117
|
+
})[];
|
118
|
+
}[];
|
119
|
+
props?: undefined;
|
120
|
+
options?: undefined;
|
121
|
+
})[];
|
122
|
+
} | {
|
123
|
+
icon: string;
|
124
|
+
label: string;
|
125
|
+
name: string;
|
126
|
+
count: number;
|
127
|
+
rule(): {
|
128
|
+
type: string;
|
129
|
+
wrap: {
|
130
|
+
show: boolean;
|
131
|
+
};
|
132
|
+
style: {
|
133
|
+
width: string;
|
134
|
+
};
|
135
|
+
showStyle: boolean;
|
136
|
+
children: never[];
|
137
|
+
props: {
|
138
|
+
description: string;
|
139
|
+
};
|
140
|
+
fixed: boolean;
|
141
|
+
};
|
142
|
+
props(): ({
|
143
|
+
type: string;
|
144
|
+
field: string;
|
145
|
+
title?: undefined;
|
146
|
+
value?: undefined;
|
147
|
+
props?: undefined;
|
148
|
+
} | {
|
149
|
+
type: string;
|
150
|
+
field: string;
|
151
|
+
title: string;
|
152
|
+
value: {
|
153
|
+
field1: string;
|
154
|
+
field2: string;
|
155
|
+
}[];
|
156
|
+
props: {
|
157
|
+
defaultValue: {
|
158
|
+
field1: string;
|
159
|
+
field2: string;
|
160
|
+
};
|
161
|
+
rule: {
|
162
|
+
type: string;
|
163
|
+
field: string;
|
164
|
+
title: string;
|
165
|
+
}[];
|
166
|
+
};
|
167
|
+
} | {
|
168
|
+
type: string;
|
169
|
+
field: string;
|
170
|
+
title: string;
|
171
|
+
value: {
|
172
|
+
field1: string;
|
173
|
+
field2: string;
|
174
|
+
};
|
175
|
+
props: {
|
176
|
+
rule: {
|
177
|
+
type: string;
|
178
|
+
field: string;
|
179
|
+
title: string;
|
180
|
+
}[];
|
181
|
+
defaultValue?: undefined;
|
182
|
+
};
|
183
|
+
})[];
|
184
|
+
} | {
|
185
|
+
icon: string;
|
186
|
+
label: string;
|
187
|
+
name: string;
|
188
|
+
children: string;
|
189
|
+
mask: boolean;
|
190
|
+
rule(): {
|
191
|
+
type: string;
|
192
|
+
style: string;
|
193
|
+
children: never[];
|
194
|
+
showStyle: boolean;
|
195
|
+
};
|
196
|
+
props(): ({
|
197
|
+
type: string;
|
198
|
+
field: string;
|
199
|
+
title: string;
|
200
|
+
value: boolean;
|
201
|
+
control: {
|
202
|
+
value: boolean;
|
203
|
+
rule: ({
|
204
|
+
type: string;
|
205
|
+
field: string;
|
206
|
+
title: string;
|
207
|
+
options: {
|
208
|
+
label: string;
|
209
|
+
value: string;
|
210
|
+
}[];
|
211
|
+
effect: {
|
212
|
+
help: string;
|
213
|
+
};
|
214
|
+
control: {
|
215
|
+
value: string;
|
216
|
+
rule: {
|
217
|
+
type: string;
|
218
|
+
field: string;
|
219
|
+
title: string;
|
220
|
+
value: string;
|
221
|
+
}[];
|
222
|
+
}[];
|
223
|
+
value: string;
|
224
|
+
} | {
|
225
|
+
type: string;
|
226
|
+
field: string;
|
227
|
+
title: string;
|
228
|
+
value: string;
|
229
|
+
effect: {
|
230
|
+
help: string;
|
231
|
+
};
|
232
|
+
options?: undefined;
|
233
|
+
control?: undefined;
|
234
|
+
} | {
|
235
|
+
type: string;
|
236
|
+
field: string;
|
237
|
+
title: string;
|
238
|
+
value: string;
|
239
|
+
options?: undefined;
|
240
|
+
effect?: undefined;
|
241
|
+
control?: undefined;
|
242
|
+
} | {
|
243
|
+
type: string;
|
244
|
+
field: string;
|
245
|
+
title: string;
|
246
|
+
value: boolean;
|
247
|
+
effect: {
|
248
|
+
help: string;
|
249
|
+
};
|
250
|
+
options?: undefined;
|
251
|
+
control?: undefined;
|
252
|
+
})[];
|
253
|
+
}[];
|
254
|
+
effect?: undefined;
|
255
|
+
} | {
|
256
|
+
type: string;
|
257
|
+
field: string;
|
258
|
+
title: string;
|
259
|
+
value: number;
|
260
|
+
effect: {
|
261
|
+
help: string;
|
262
|
+
};
|
263
|
+
control?: undefined;
|
264
|
+
} | {
|
265
|
+
type: string;
|
266
|
+
field: string;
|
267
|
+
title: string;
|
268
|
+
value: boolean;
|
269
|
+
control?: undefined;
|
270
|
+
effect?: undefined;
|
271
|
+
} | {
|
272
|
+
type: string;
|
273
|
+
field: string;
|
274
|
+
title: string;
|
275
|
+
value: boolean;
|
276
|
+
effect: {
|
277
|
+
help: string;
|
278
|
+
};
|
279
|
+
control?: undefined;
|
280
|
+
} | {
|
281
|
+
type: string;
|
282
|
+
field: string;
|
283
|
+
title: string;
|
284
|
+
value: boolean;
|
285
|
+
effect: {
|
286
|
+
help: string;
|
287
|
+
};
|
288
|
+
control: {
|
289
|
+
value: boolean;
|
290
|
+
rule: {
|
291
|
+
type: string;
|
292
|
+
field: string;
|
293
|
+
title: string;
|
294
|
+
value: string;
|
295
|
+
effect: {
|
296
|
+
help: string;
|
297
|
+
};
|
298
|
+
}[];
|
299
|
+
}[];
|
300
|
+
})[];
|
301
|
+
} | {
|
302
|
+
icon: string;
|
303
|
+
label: string;
|
304
|
+
name: string;
|
305
|
+
rule(): {
|
306
|
+
type: string;
|
307
|
+
wrap: {
|
308
|
+
show: boolean;
|
309
|
+
};
|
310
|
+
style: {
|
311
|
+
width: string;
|
312
|
+
height: string;
|
313
|
+
};
|
314
|
+
showStyle: boolean;
|
315
|
+
children: never[];
|
316
|
+
};
|
317
|
+
props(): {
|
318
|
+
type: string;
|
319
|
+
field: string;
|
320
|
+
native: boolean;
|
321
|
+
props: {
|
322
|
+
rule: {
|
323
|
+
type: string;
|
324
|
+
field: string;
|
325
|
+
title: string;
|
326
|
+
}[];
|
327
|
+
};
|
328
|
+
}[];
|
329
|
+
} | {
|
330
|
+
icon: string;
|
331
|
+
label: string;
|
332
|
+
name: string;
|
333
|
+
mask: boolean;
|
334
|
+
rule(): {
|
335
|
+
type: string;
|
336
|
+
props: {};
|
337
|
+
children: never[];
|
338
|
+
showStyle: boolean;
|
339
|
+
};
|
340
|
+
children: string;
|
341
|
+
childrenLen: number;
|
342
|
+
props(): ({
|
343
|
+
type: string;
|
344
|
+
field: string;
|
345
|
+
title: string;
|
346
|
+
value: number;
|
347
|
+
props?: undefined;
|
348
|
+
control?: undefined;
|
349
|
+
} | {
|
350
|
+
type: string;
|
351
|
+
field: string;
|
352
|
+
title: string;
|
353
|
+
props: {
|
354
|
+
activeValue: string;
|
355
|
+
inactiveValue: string;
|
356
|
+
};
|
357
|
+
control: {
|
358
|
+
value: string;
|
359
|
+
rule: {
|
360
|
+
type: string;
|
361
|
+
field: string;
|
362
|
+
title: string;
|
363
|
+
options: {
|
364
|
+
label: string;
|
365
|
+
value: string;
|
366
|
+
}[];
|
367
|
+
value: string;
|
368
|
+
}[];
|
369
|
+
}[];
|
370
|
+
value?: undefined;
|
371
|
+
})[];
|
372
|
+
} | {
|
373
|
+
icon: string;
|
374
|
+
label: string;
|
375
|
+
name: string;
|
376
|
+
rule(): {
|
377
|
+
type: string;
|
378
|
+
props: {
|
379
|
+
hairline: boolean;
|
380
|
+
contentPosition: string;
|
381
|
+
};
|
382
|
+
wrap: {
|
383
|
+
show: boolean;
|
384
|
+
};
|
385
|
+
native: boolean;
|
386
|
+
showStyle: boolean;
|
387
|
+
children: string[];
|
388
|
+
};
|
389
|
+
props(): ({
|
390
|
+
type: string;
|
391
|
+
field: string;
|
392
|
+
title: string;
|
393
|
+
props?: undefined;
|
394
|
+
options?: undefined;
|
395
|
+
} | {
|
396
|
+
type: string;
|
397
|
+
field: string;
|
398
|
+
title: string;
|
399
|
+
props: {
|
400
|
+
type: string;
|
401
|
+
};
|
402
|
+
options: {
|
403
|
+
label: string;
|
404
|
+
value: string;
|
405
|
+
}[];
|
406
|
+
})[];
|
407
|
+
} | {
|
408
|
+
icon: string;
|
409
|
+
label: string;
|
410
|
+
name: string;
|
411
|
+
children: string;
|
412
|
+
mask: boolean;
|
413
|
+
rule(): {
|
414
|
+
type: string;
|
415
|
+
style: string;
|
416
|
+
children: never[];
|
417
|
+
showStyle: boolean;
|
418
|
+
};
|
419
|
+
props(): ({
|
420
|
+
type: string;
|
421
|
+
field: string;
|
422
|
+
title: string;
|
423
|
+
props: {
|
424
|
+
min: number;
|
425
|
+
max: number;
|
426
|
+
step: number;
|
427
|
+
};
|
428
|
+
effect: {
|
429
|
+
help: string;
|
430
|
+
};
|
431
|
+
value?: undefined;
|
432
|
+
} | {
|
433
|
+
type: string;
|
434
|
+
field: string;
|
435
|
+
title: string;
|
436
|
+
value: number;
|
437
|
+
effect: {
|
438
|
+
help: string;
|
439
|
+
};
|
440
|
+
props?: undefined;
|
441
|
+
} | {
|
442
|
+
type: string;
|
443
|
+
field: string;
|
444
|
+
title: string;
|
445
|
+
value: boolean;
|
446
|
+
props?: undefined;
|
447
|
+
effect?: undefined;
|
448
|
+
} | {
|
449
|
+
type: string;
|
450
|
+
field: string;
|
451
|
+
title: string;
|
452
|
+
value: boolean;
|
453
|
+
effect: {
|
454
|
+
help: string;
|
455
|
+
};
|
456
|
+
props?: undefined;
|
457
|
+
} | {
|
458
|
+
type: string;
|
459
|
+
field: string;
|
460
|
+
title: string;
|
461
|
+
value: string;
|
462
|
+
effect: {
|
463
|
+
help: string;
|
464
|
+
};
|
465
|
+
props?: undefined;
|
466
|
+
})[];
|
467
|
+
})[];
|
468
|
+
export const layoutRuleList: {
|
469
|
+
[x: string]: {
|
470
|
+
icon: string;
|
471
|
+
label: string;
|
472
|
+
name: string;
|
473
|
+
rule(): {
|
474
|
+
type: string;
|
475
|
+
props: {};
|
476
|
+
showStyle: boolean;
|
477
|
+
};
|
478
|
+
props(): ({
|
479
|
+
type: string;
|
480
|
+
field: string;
|
481
|
+
title: string;
|
482
|
+
value: string;
|
483
|
+
props?: undefined;
|
484
|
+
options?: undefined;
|
485
|
+
control?: undefined;
|
486
|
+
} | {
|
487
|
+
type: string;
|
488
|
+
field: string;
|
489
|
+
title: string;
|
490
|
+
value: number;
|
491
|
+
props: {
|
492
|
+
min: number;
|
493
|
+
max: number;
|
494
|
+
};
|
495
|
+
options?: undefined;
|
496
|
+
control?: undefined;
|
497
|
+
} | {
|
498
|
+
type: string;
|
499
|
+
field: string;
|
500
|
+
title: string;
|
501
|
+
value: boolean;
|
502
|
+
props?: undefined;
|
503
|
+
options?: undefined;
|
504
|
+
control?: undefined;
|
505
|
+
} | {
|
506
|
+
type: string;
|
507
|
+
field: string;
|
508
|
+
title: string;
|
509
|
+
value: string;
|
510
|
+
options: {
|
511
|
+
label: string;
|
512
|
+
value: string;
|
513
|
+
}[];
|
514
|
+
control: ({
|
515
|
+
value: string;
|
516
|
+
rule: ({
|
517
|
+
type: string;
|
518
|
+
field: string;
|
519
|
+
title: string;
|
520
|
+
value: string;
|
521
|
+
props: {
|
522
|
+
isVant: boolean;
|
523
|
+
};
|
524
|
+
} | {
|
525
|
+
type: string;
|
526
|
+
field: string;
|
527
|
+
title: string;
|
528
|
+
value?: undefined;
|
529
|
+
props?: undefined;
|
530
|
+
} | {
|
531
|
+
type: string;
|
532
|
+
field: string;
|
533
|
+
title: string;
|
534
|
+
value: number;
|
535
|
+
props?: undefined;
|
536
|
+
})[];
|
537
|
+
handle?: undefined;
|
538
|
+
} | {
|
539
|
+
value: string;
|
540
|
+
rule: ({
|
541
|
+
type: string;
|
542
|
+
field: string;
|
543
|
+
title: string;
|
544
|
+
value: string;
|
545
|
+
} | {
|
546
|
+
type: string;
|
547
|
+
field: string;
|
548
|
+
title: string;
|
549
|
+
value: number;
|
550
|
+
})[];
|
551
|
+
handle?: undefined;
|
552
|
+
} | {
|
553
|
+
handle(val: any): boolean;
|
554
|
+
rule: {
|
555
|
+
type: string;
|
556
|
+
field: string;
|
557
|
+
title: string;
|
558
|
+
value: number;
|
559
|
+
}[];
|
560
|
+
value?: undefined;
|
561
|
+
})[];
|
562
|
+
props?: undefined;
|
563
|
+
} | {
|
564
|
+
type: string;
|
565
|
+
field: string;
|
566
|
+
title: string;
|
567
|
+
value: boolean;
|
568
|
+
control: {
|
569
|
+
value: boolean;
|
570
|
+
rule: ({
|
571
|
+
type: string;
|
572
|
+
field: string;
|
573
|
+
title: string;
|
574
|
+
value: string;
|
575
|
+
} | {
|
576
|
+
type: string;
|
577
|
+
field: string;
|
578
|
+
title: string;
|
579
|
+
value: number;
|
580
|
+
} | {
|
581
|
+
type: string;
|
582
|
+
field: string;
|
583
|
+
title: string;
|
584
|
+
value?: undefined;
|
585
|
+
})[];
|
586
|
+
}[];
|
587
|
+
props?: undefined;
|
588
|
+
options?: undefined;
|
589
|
+
})[];
|
590
|
+
} | {
|
591
|
+
icon: string;
|
592
|
+
label: string;
|
593
|
+
name: string;
|
594
|
+
count: number;
|
595
|
+
rule(): {
|
596
|
+
type: string;
|
597
|
+
wrap: {
|
598
|
+
show: boolean;
|
599
|
+
};
|
600
|
+
style: {
|
601
|
+
width: string;
|
602
|
+
};
|
603
|
+
showStyle: boolean;
|
604
|
+
children: never[];
|
605
|
+
props: {
|
606
|
+
description: string;
|
607
|
+
};
|
608
|
+
fixed: boolean;
|
609
|
+
};
|
610
|
+
props(): ({
|
611
|
+
type: string;
|
612
|
+
field: string;
|
613
|
+
title?: undefined;
|
614
|
+
value?: undefined;
|
615
|
+
props?: undefined;
|
616
|
+
} | {
|
617
|
+
type: string;
|
618
|
+
field: string;
|
619
|
+
title: string;
|
620
|
+
value: {
|
621
|
+
field1: string;
|
622
|
+
field2: string;
|
623
|
+
}[];
|
624
|
+
props: {
|
625
|
+
defaultValue: {
|
626
|
+
field1: string;
|
627
|
+
field2: string;
|
628
|
+
};
|
629
|
+
rule: {
|
630
|
+
type: string;
|
631
|
+
field: string;
|
632
|
+
title: string;
|
633
|
+
}[];
|
634
|
+
};
|
635
|
+
} | {
|
636
|
+
type: string;
|
637
|
+
field: string;
|
638
|
+
title: string;
|
639
|
+
value: {
|
640
|
+
field1: string;
|
641
|
+
field2: string;
|
642
|
+
};
|
643
|
+
props: {
|
644
|
+
rule: {
|
645
|
+
type: string;
|
646
|
+
field: string;
|
647
|
+
title: string;
|
648
|
+
}[];
|
649
|
+
defaultValue?: undefined;
|
650
|
+
};
|
651
|
+
})[];
|
652
|
+
} | {
|
653
|
+
icon: string;
|
654
|
+
label: string;
|
655
|
+
name: string;
|
656
|
+
children: string;
|
657
|
+
mask: boolean;
|
658
|
+
rule(): {
|
659
|
+
type: string;
|
660
|
+
style: string;
|
661
|
+
children: never[];
|
662
|
+
showStyle: boolean;
|
663
|
+
};
|
664
|
+
props(): ({
|
665
|
+
type: string;
|
666
|
+
field: string;
|
667
|
+
title: string;
|
668
|
+
value: boolean;
|
669
|
+
control: {
|
670
|
+
value: boolean;
|
671
|
+
rule: ({
|
672
|
+
type: string;
|
673
|
+
field: string;
|
674
|
+
title: string;
|
675
|
+
options: {
|
676
|
+
label: string;
|
677
|
+
value: string;
|
678
|
+
}[];
|
679
|
+
effect: {
|
680
|
+
help: string;
|
681
|
+
};
|
682
|
+
control: {
|
683
|
+
value: string;
|
684
|
+
rule: {
|
685
|
+
type: string;
|
686
|
+
field: string;
|
687
|
+
title: string;
|
688
|
+
value: string;
|
689
|
+
}[];
|
690
|
+
}[];
|
691
|
+
value: string;
|
692
|
+
} | {
|
693
|
+
type: string;
|
694
|
+
field: string;
|
695
|
+
title: string;
|
696
|
+
value: string;
|
697
|
+
effect: {
|
698
|
+
help: string;
|
699
|
+
};
|
700
|
+
options?: undefined;
|
701
|
+
control?: undefined;
|
702
|
+
} | {
|
703
|
+
type: string;
|
704
|
+
field: string;
|
705
|
+
title: string;
|
706
|
+
value: string;
|
707
|
+
options?: undefined;
|
708
|
+
effect?: undefined;
|
709
|
+
control?: undefined;
|
710
|
+
} | {
|
711
|
+
type: string;
|
712
|
+
field: string;
|
713
|
+
title: string;
|
714
|
+
value: boolean;
|
715
|
+
effect: {
|
716
|
+
help: string;
|
717
|
+
};
|
718
|
+
options?: undefined;
|
719
|
+
control?: undefined;
|
720
|
+
})[];
|
721
|
+
}[];
|
722
|
+
effect?: undefined;
|
723
|
+
} | {
|
724
|
+
type: string;
|
725
|
+
field: string;
|
726
|
+
title: string;
|
727
|
+
value: number;
|
728
|
+
effect: {
|
729
|
+
help: string;
|
730
|
+
};
|
731
|
+
control?: undefined;
|
732
|
+
} | {
|
733
|
+
type: string;
|
734
|
+
field: string;
|
735
|
+
title: string;
|
736
|
+
value: boolean;
|
737
|
+
control?: undefined;
|
738
|
+
effect?: undefined;
|
739
|
+
} | {
|
740
|
+
type: string;
|
741
|
+
field: string;
|
742
|
+
title: string;
|
743
|
+
value: boolean;
|
744
|
+
effect: {
|
745
|
+
help: string;
|
746
|
+
};
|
747
|
+
control?: undefined;
|
748
|
+
} | {
|
749
|
+
type: string;
|
750
|
+
field: string;
|
751
|
+
title: string;
|
752
|
+
value: boolean;
|
753
|
+
effect: {
|
754
|
+
help: string;
|
755
|
+
};
|
756
|
+
control: {
|
757
|
+
value: boolean;
|
758
|
+
rule: {
|
759
|
+
type: string;
|
760
|
+
field: string;
|
761
|
+
title: string;
|
762
|
+
value: string;
|
763
|
+
effect: {
|
764
|
+
help: string;
|
765
|
+
};
|
766
|
+
}[];
|
767
|
+
}[];
|
768
|
+
})[];
|
769
|
+
} | {
|
770
|
+
icon: string;
|
771
|
+
label: string;
|
772
|
+
name: string;
|
773
|
+
rule(): {
|
774
|
+
type: string;
|
775
|
+
wrap: {
|
776
|
+
show: boolean;
|
777
|
+
};
|
778
|
+
style: {
|
779
|
+
width: string;
|
780
|
+
height: string;
|
781
|
+
};
|
782
|
+
showStyle: boolean;
|
783
|
+
children: never[];
|
784
|
+
};
|
785
|
+
props(): {
|
786
|
+
type: string;
|
787
|
+
field: string;
|
788
|
+
native: boolean;
|
789
|
+
props: {
|
790
|
+
rule: {
|
791
|
+
type: string;
|
792
|
+
field: string;
|
793
|
+
title: string;
|
794
|
+
}[];
|
795
|
+
};
|
796
|
+
}[];
|
797
|
+
} | {
|
798
|
+
icon: string;
|
799
|
+
label: string;
|
800
|
+
name: string;
|
801
|
+
mask: boolean;
|
802
|
+
rule(): {
|
803
|
+
type: string;
|
804
|
+
props: {};
|
805
|
+
children: never[];
|
806
|
+
showStyle: boolean;
|
807
|
+
};
|
808
|
+
children: string;
|
809
|
+
childrenLen: number;
|
810
|
+
props(): ({
|
811
|
+
type: string;
|
812
|
+
field: string;
|
813
|
+
title: string;
|
814
|
+
value: number;
|
815
|
+
props?: undefined;
|
816
|
+
control?: undefined;
|
817
|
+
} | {
|
818
|
+
type: string;
|
819
|
+
field: string;
|
820
|
+
title: string;
|
821
|
+
props: {
|
822
|
+
activeValue: string;
|
823
|
+
inactiveValue: string;
|
824
|
+
};
|
825
|
+
control: {
|
826
|
+
value: string;
|
827
|
+
rule: {
|
828
|
+
type: string;
|
829
|
+
field: string;
|
830
|
+
title: string;
|
831
|
+
options: {
|
832
|
+
label: string;
|
833
|
+
value: string;
|
834
|
+
}[];
|
835
|
+
value: string;
|
836
|
+
}[];
|
837
|
+
}[];
|
838
|
+
value?: undefined;
|
839
|
+
})[];
|
840
|
+
} | {
|
841
|
+
icon: string;
|
842
|
+
label: string;
|
843
|
+
name: string;
|
844
|
+
rule(): {
|
845
|
+
type: string;
|
846
|
+
props: {
|
847
|
+
hairline: boolean;
|
848
|
+
contentPosition: string;
|
849
|
+
};
|
850
|
+
wrap: {
|
851
|
+
show: boolean;
|
852
|
+
};
|
853
|
+
native: boolean;
|
854
|
+
showStyle: boolean;
|
855
|
+
children: string[];
|
856
|
+
};
|
857
|
+
props(): ({
|
858
|
+
type: string;
|
859
|
+
field: string;
|
860
|
+
title: string;
|
861
|
+
props?: undefined;
|
862
|
+
options?: undefined;
|
863
|
+
} | {
|
864
|
+
type: string;
|
865
|
+
field: string;
|
866
|
+
title: string;
|
867
|
+
props: {
|
868
|
+
type: string;
|
869
|
+
};
|
870
|
+
options: {
|
871
|
+
label: string;
|
872
|
+
value: string;
|
873
|
+
}[];
|
874
|
+
})[];
|
875
|
+
} | {
|
876
|
+
icon: string;
|
877
|
+
label: string;
|
878
|
+
name: string;
|
879
|
+
children: string;
|
880
|
+
mask: boolean;
|
881
|
+
rule(): {
|
882
|
+
type: string;
|
883
|
+
style: string;
|
884
|
+
children: never[];
|
885
|
+
showStyle: boolean;
|
886
|
+
};
|
887
|
+
props(): ({
|
888
|
+
type: string;
|
889
|
+
field: string;
|
890
|
+
title: string;
|
891
|
+
props: {
|
892
|
+
min: number;
|
893
|
+
max: number;
|
894
|
+
step: number;
|
895
|
+
};
|
896
|
+
effect: {
|
897
|
+
help: string;
|
898
|
+
};
|
899
|
+
value?: undefined;
|
900
|
+
} | {
|
901
|
+
type: string;
|
902
|
+
field: string;
|
903
|
+
title: string;
|
904
|
+
value: number;
|
905
|
+
effect: {
|
906
|
+
help: string;
|
907
|
+
};
|
908
|
+
props?: undefined;
|
909
|
+
} | {
|
910
|
+
type: string;
|
911
|
+
field: string;
|
912
|
+
title: string;
|
913
|
+
value: boolean;
|
914
|
+
props?: undefined;
|
915
|
+
effect?: undefined;
|
916
|
+
} | {
|
917
|
+
type: string;
|
918
|
+
field: string;
|
919
|
+
title: string;
|
920
|
+
value: boolean;
|
921
|
+
effect: {
|
922
|
+
help: string;
|
923
|
+
};
|
924
|
+
props?: undefined;
|
925
|
+
} | {
|
926
|
+
type: string;
|
927
|
+
field: string;
|
928
|
+
title: string;
|
929
|
+
value: string;
|
930
|
+
effect: {
|
931
|
+
help: string;
|
932
|
+
};
|
933
|
+
props?: undefined;
|
934
|
+
})[];
|
935
|
+
} | {
|
936
|
+
label: string;
|
937
|
+
name: string;
|
938
|
+
inside: boolean;
|
939
|
+
drag: boolean;
|
940
|
+
dragBtn: boolean;
|
941
|
+
mask: boolean;
|
942
|
+
rule(): {
|
943
|
+
type: string;
|
944
|
+
props: {
|
945
|
+
title: string;
|
946
|
+
};
|
947
|
+
children: never[];
|
948
|
+
showStyle: boolean;
|
949
|
+
};
|
950
|
+
props(): ({
|
951
|
+
type: string;
|
952
|
+
field: string;
|
953
|
+
title: string;
|
954
|
+
effect?: undefined;
|
955
|
+
} | {
|
956
|
+
type: string;
|
957
|
+
field: string;
|
958
|
+
title: string;
|
959
|
+
effect: {
|
960
|
+
help: string;
|
961
|
+
};
|
962
|
+
})[];
|
963
|
+
} | {
|
964
|
+
name: string;
|
965
|
+
drag: boolean;
|
966
|
+
dragBtn: boolean;
|
967
|
+
inside: boolean;
|
968
|
+
mask: boolean;
|
969
|
+
label: string;
|
970
|
+
rule(): {
|
971
|
+
type: string;
|
972
|
+
props: {
|
973
|
+
span: number;
|
974
|
+
};
|
975
|
+
children: never[];
|
976
|
+
showStyle: boolean;
|
977
|
+
};
|
978
|
+
props(): ({
|
979
|
+
type: string;
|
980
|
+
field: string;
|
981
|
+
title: string;
|
982
|
+
value: number;
|
983
|
+
props: {
|
984
|
+
min: number;
|
985
|
+
max: number;
|
986
|
+
};
|
987
|
+
} | {
|
988
|
+
type: string;
|
989
|
+
field: string;
|
990
|
+
title: string;
|
991
|
+
props: {
|
992
|
+
min: number;
|
993
|
+
max: number;
|
994
|
+
};
|
995
|
+
value?: undefined;
|
996
|
+
})[];
|
997
|
+
} | {
|
998
|
+
label: string;
|
999
|
+
name: string;
|
1000
|
+
inside: boolean;
|
1001
|
+
drag: boolean;
|
1002
|
+
dragBtn: boolean;
|
1003
|
+
mask: boolean;
|
1004
|
+
rule(): {
|
1005
|
+
type: string;
|
1006
|
+
props: {
|
1007
|
+
title: string;
|
1008
|
+
};
|
1009
|
+
children: never[];
|
1010
|
+
showStyle: boolean;
|
1011
|
+
};
|
1012
|
+
props(): {
|
1013
|
+
type: string;
|
1014
|
+
props: {
|
1015
|
+
description: string;
|
1016
|
+
};
|
1017
|
+
col: {
|
1018
|
+
span: number;
|
1019
|
+
};
|
1020
|
+
field: string;
|
1021
|
+
}[];
|
1022
|
+
};
|
1023
|
+
};
|