dpzvc3-ui 3.0.7 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dpzvc3.esm.js +6585 -9367
- package/dist/dpzvc3.esm.js.map +1 -1
- package/dist/dpzvc3.esm.min.js +1 -1
- package/dist/dpzvc3.esm.min.js.map +1 -1
- package/dist/dpzvc3.js +6071 -7684
- package/dist/dpzvc3.js.map +1 -1
- package/dist/dpzvc3.min.js +1 -1
- package/dist/dpzvc3.min.js.map +1 -1
- package/dist/styles/components/radioBox.css +1 -1
- package/dist/styles/components/rater.css +1 -0
- package/dist/styles/dpzvc3.css +1 -1
- package/dist/types/components/Indicator/types.d.ts +16 -0
- package/dist/types/components/Indicator/types.d.ts.map +1 -0
- package/dist/types/components/Prompt/types.d.ts +37 -0
- package/dist/types/components/Prompt/types.d.ts.map +1 -0
- package/dist/types/components/Text/index.d.ts +12 -0
- package/dist/types/components/Text/index.d.ts.map +1 -0
- package/dist/types/components/Text/textBar.d.ts +84 -0
- package/dist/types/components/Text/textBar.d.ts.map +1 -0
- package/dist/types/components/Text/types.d.ts +13 -0
- package/dist/types/components/Text/types.d.ts.map +1 -0
- package/dist/types/components/actionSheet/actionSheet.d.ts +42 -0
- package/dist/types/components/actionSheet/actionSheet.d.ts.map +1 -0
- package/dist/types/components/actionSheet/index.d.ts +7 -0
- package/dist/types/components/actionSheet/index.d.ts.map +1 -0
- package/dist/types/components/actionSheet/types.d.ts +11 -0
- package/dist/types/components/actionSheet/types.d.ts.map +1 -0
- package/dist/types/components/badge/badge.d.ts +51 -0
- package/dist/types/components/badge/badge.d.ts.map +1 -0
- package/dist/types/components/badge/index.d.ts +12 -0
- package/dist/types/components/badge/index.d.ts.map +1 -0
- package/dist/types/components/badge/types.d.ts +8 -0
- package/dist/types/components/badge/types.d.ts.map +1 -0
- package/dist/types/components/button/button.d.ts +103 -0
- package/dist/types/components/button/button.d.ts.map +1 -0
- package/dist/types/components/button/index.d.ts +12 -0
- package/dist/types/components/button/index.d.ts.map +1 -0
- package/dist/types/components/button/types.d.ts +13 -0
- package/dist/types/components/button/types.d.ts.map +1 -0
- package/dist/types/components/card/card.d.ts +18 -0
- package/dist/types/components/card/card.d.ts.map +1 -0
- package/dist/types/components/card/index.d.ts +12 -0
- package/dist/types/components/card/index.d.ts.map +1 -0
- package/dist/types/components/card/types.d.ts +4 -0
- package/dist/types/components/card/types.d.ts.map +1 -0
- package/dist/types/components/cell/cell.d.ts +24 -0
- package/dist/types/components/cell/cell.d.ts.map +1 -0
- package/dist/types/components/cell/index.d.ts +12 -0
- package/dist/types/components/cell/index.d.ts.map +1 -0
- package/dist/types/components/cell/types.d.ts +8 -0
- package/dist/types/components/cell/types.d.ts.map +1 -0
- package/dist/types/components/cellSwipe/cellSwipe.d.ts +37 -0
- package/dist/types/components/cellSwipe/cellSwipe.d.ts.map +1 -0
- package/dist/types/components/cellSwipe/index.d.ts +12 -0
- package/dist/types/components/cellSwipe/index.d.ts.map +1 -0
- package/dist/types/components/cellSwipe/types.d.ts +15 -0
- package/dist/types/components/cellSwipe/types.d.ts.map +1 -0
- package/dist/types/components/checkBox/checkbox-group.d.ts +38 -0
- package/dist/types/components/checkBox/checkbox-group.d.ts.map +1 -0
- package/dist/types/components/checkBox/checkbox.d.ts +36 -0
- package/dist/types/components/checkBox/checkbox.d.ts.map +1 -0
- package/dist/types/components/checkBox/index.d.ts +14 -0
- package/dist/types/components/checkBox/index.d.ts.map +1 -0
- package/dist/types/components/checkBox/types.d.ts +22 -0
- package/dist/types/components/checkBox/types.d.ts.map +1 -0
- package/dist/types/components/header/header.d.ts +47 -0
- package/dist/types/components/header/header.d.ts.map +1 -0
- package/dist/types/components/header/index.d.ts +12 -0
- package/dist/types/components/header/index.d.ts.map +1 -0
- package/dist/types/components/header/types.d.ts +7 -0
- package/dist/types/components/header/types.d.ts.map +1 -0
- package/dist/types/components/loadMore/index.d.ts +12 -0
- package/dist/types/components/loadMore/index.d.ts.map +1 -0
- package/dist/types/components/loadMore/loadMore.d.ts +150 -0
- package/dist/types/components/loadMore/loadMore.d.ts.map +1 -0
- package/dist/types/components/loadMore/types.d.ts +23 -0
- package/dist/types/components/loadMore/types.d.ts.map +1 -0
- package/dist/types/components/message/types.d.ts +32 -0
- package/dist/types/components/message/types.d.ts.map +1 -0
- package/dist/types/components/modal/types.d.ts +33 -0
- package/dist/types/components/modal/types.d.ts.map +1 -0
- package/dist/types/components/number/Number.d.ts +77 -0
- package/dist/types/components/number/Number.d.ts.map +1 -0
- package/dist/types/components/number/index.d.ts +9 -0
- package/dist/types/components/number/index.d.ts.map +1 -0
- package/dist/types/components/number/types.d.ts +12 -0
- package/dist/types/components/number/types.d.ts.map +1 -0
- package/dist/types/components/picker/index.d.ts +12 -0
- package/dist/types/components/picker/index.d.ts.map +1 -0
- package/dist/types/components/picker/picker.d.ts +237 -0
- package/dist/types/components/picker/picker.d.ts.map +1 -0
- package/dist/types/components/picker/types.d.ts +17 -0
- package/dist/types/components/picker/types.d.ts.map +1 -0
- package/dist/types/components/popup/index.d.ts +12 -0
- package/dist/types/components/popup/index.d.ts.map +1 -0
- package/dist/types/components/popup/popup.d.ts +71 -0
- package/dist/types/components/popup/popup.d.ts.map +1 -0
- package/dist/types/components/popup/types.d.ts +10 -0
- package/dist/types/components/popup/types.d.ts.map +1 -0
- package/dist/types/components/progress/index.d.ts +12 -0
- package/dist/types/components/progress/index.d.ts.map +1 -0
- package/dist/types/components/progress/progress.d.ts +36 -0
- package/dist/types/components/progress/progress.d.ts.map +1 -0
- package/dist/types/components/progress/types.d.ts +9 -0
- package/dist/types/components/progress/types.d.ts.map +1 -0
- package/dist/types/components/radioBox/index.d.ts +14 -0
- package/dist/types/components/radioBox/index.d.ts.map +1 -0
- package/dist/types/components/radioBox/radiobox-group.d.ts +31 -0
- package/dist/types/components/radioBox/radiobox-group.d.ts.map +1 -0
- package/dist/types/components/radioBox/radiobox.d.ts +38 -0
- package/dist/types/components/radioBox/radiobox.d.ts.map +1 -0
- package/dist/types/components/radioBox/types.d.ts +18 -0
- package/dist/types/components/radioBox/types.d.ts.map +1 -0
- package/dist/types/components/rater/index.d.ts +12 -0
- package/dist/types/components/rater/index.d.ts.map +1 -0
- package/dist/types/components/rater/raters.d.ts +83 -0
- package/dist/types/components/rater/raters.d.ts.map +1 -0
- package/dist/types/components/rater/types.d.ts +11 -0
- package/dist/types/components/rater/types.d.ts.map +1 -0
- package/dist/types/components/slideBar/index.d.ts +12 -0
- package/dist/types/components/slideBar/index.d.ts.map +1 -0
- package/dist/types/components/slideBar/slideBar.d.ts +46 -0
- package/dist/types/components/slideBar/slideBar.d.ts.map +1 -0
- package/dist/types/components/slideBar/types.d.ts +19 -0
- package/dist/types/components/slideBar/types.d.ts.map +1 -0
- package/dist/types/components/spinner/index.d.ts +12 -0
- package/dist/types/components/spinner/index.d.ts.map +1 -0
- package/dist/types/components/spinner/spinner.d.ts +36 -0
- package/dist/types/components/spinner/spinner.d.ts.map +1 -0
- package/dist/types/components/spinner/types.d.ts +7 -0
- package/dist/types/components/spinner/types.d.ts.map +1 -0
- package/dist/types/components/swipe/index.d.ts +12 -0
- package/dist/types/components/swipe/index.d.ts.map +1 -0
- package/dist/types/components/swipe/swipe.d.ts +99 -0
- package/dist/types/components/swipe/swipe.d.ts.map +1 -0
- package/dist/types/components/swipe/types.d.ts +20 -0
- package/dist/types/components/swipe/types.d.ts.map +1 -0
- package/dist/types/components/switchbar/index.d.ts +12 -0
- package/dist/types/components/switchbar/index.d.ts.map +1 -0
- package/dist/types/components/switchbar/switchbar.d.ts +38 -0
- package/dist/types/components/switchbar/switchbar.d.ts.map +1 -0
- package/dist/types/components/switchbar/types.d.ts +6 -0
- package/dist/types/components/switchbar/types.d.ts.map +1 -0
- package/dist/types/components/tab/index.d.ts +12 -0
- package/dist/types/components/tab/index.d.ts.map +1 -0
- package/dist/types/components/tab/tab.d.ts +54 -0
- package/dist/types/components/tab/tab.d.ts.map +1 -0
- package/dist/types/components/tab/types.d.ts +14 -0
- package/dist/types/components/tab/types.d.ts.map +1 -0
- package/dist/types/components/toTop/index.d.ts +12 -0
- package/dist/types/components/toTop/index.d.ts.map +1 -0
- package/dist/types/components/toTop/toTop.d.ts +18 -0
- package/dist/types/components/toTop/toTop.d.ts.map +1 -0
- package/dist/types/components/toTop/types.d.ts +7 -0
- package/dist/types/components/toTop/types.d.ts.map +1 -0
- package/dist/types/components/upload/index.d.ts +12 -0
- package/dist/types/components/upload/index.d.ts.map +1 -0
- package/dist/types/components/upload/types.d.ts +9 -0
- package/dist/types/components/upload/types.d.ts.map +1 -0
- package/dist/types/components/upload/upload.d.ts +19 -0
- package/dist/types/components/upload/upload.d.ts.map +1 -0
- package/dist/types/index.d.ts +164 -0
- package/dist/types/lib/MegaPixImage.d.ts +9 -0
- package/dist/types/lib/MegaPixImage.d.ts.map +1 -0
- package/dist/types/lib/lib.d.ts +3 -0
- package/dist/types/lib/lib.d.ts.map +1 -0
- package/dist/types/utils/util.d.ts +31 -0
- package/dist/types/utils/util.d.ts.map +1 -0
- package/dist-prod/91.05c8ec5277a15f939b0f.js +3 -0
- package/dist-prod/{91.e2fdec39667928bf57b9.js.map → 91.05c8ec5277a15f939b0f.js.map} +1 -1
- package/dist-prod/actionsheet.0d67b6b08a62cf9360be.chunk.js +2 -0
- package/dist-prod/actionsheet.0d67b6b08a62cf9360be.chunk.js.map +1 -0
- package/dist-prod/badge.16ab5c05734fe1530701.chunk.js +2 -0
- package/dist-prod/badge.16ab5c05734fe1530701.chunk.js.map +1 -0
- package/dist-prod/button.39ac33aa7aaccc24b6a1.chunk.js +2 -0
- package/dist-prod/button.39ac33aa7aaccc24b6a1.chunk.js.map +1 -0
- package/dist-prod/card.16ed7eafe471bcc60ec6.chunk.js +2 -0
- package/dist-prod/card.16ed7eafe471bcc60ec6.chunk.js.map +1 -0
- package/dist-prod/cell.70ff74fba57e27df7f5a.chunk.js +2 -0
- package/dist-prod/cell.70ff74fba57e27df7f5a.chunk.js.map +1 -0
- package/dist-prod/cellswipe.f3ec62abd60729d8bc5a.chunk.js +2 -0
- package/dist-prod/cellswipe.f3ec62abd60729d8bc5a.chunk.js.map +1 -0
- package/dist-prod/checkbox.05c63a947ac98293c9f2.chunk.js +2 -0
- package/dist-prod/checkbox.05c63a947ac98293c9f2.chunk.js.map +1 -0
- package/dist-prod/guide.24f1968a568f20fbc84b.chunk.js +2 -0
- package/dist-prod/guide.24f1968a568f20fbc84b.chunk.js.map +1 -0
- package/dist-prod/header.eb10433dd892738ee95a.chunk.js +2 -0
- package/dist-prod/header.eb10433dd892738ee95a.chunk.js.map +1 -0
- package/dist-prod/index.html +1 -1
- package/dist-prod/indicator.0c09e3f238791cb478e0.chunk.js +2 -0
- package/dist-prod/indicator.0c09e3f238791cb478e0.chunk.js.map +1 -0
- package/dist-prod/loadmore.9bad88767cc43603f473.chunk.js +2 -0
- package/dist-prod/loadmore.9bad88767cc43603f473.chunk.js.map +1 -0
- package/dist-prod/main.662ad15361e7f3d20234.js +2 -0
- package/dist-prod/main.662ad15361e7f3d20234.js.map +1 -0
- package/dist-prod/message.de17fea3de4daa70bab4.chunk.js +2 -0
- package/dist-prod/message.de17fea3de4daa70bab4.chunk.js.map +1 -0
- package/dist-prod/modal.f9ec857acd9fbdf53f3b.chunk.js +2 -0
- package/dist-prod/modal.f9ec857acd9fbdf53f3b.chunk.js.map +1 -0
- package/dist-prod/picker.bca059ef59e3c42a401f.chunk.js +2 -0
- package/dist-prod/picker.bca059ef59e3c42a401f.chunk.js.map +1 -0
- package/dist-prod/popup.538422c7e188363a468d.chunk.js +2 -0
- package/dist-prod/popup.538422c7e188363a468d.chunk.js.map +1 -0
- package/dist-prod/progress.240de4b633002f573030.chunk.js +2 -0
- package/dist-prod/progress.240de4b633002f573030.chunk.js.map +1 -0
- package/dist-prod/prompt.dcda0b05ea02d59106b7.chunk.js +2 -0
- package/dist-prod/prompt.dcda0b05ea02d59106b7.chunk.js.map +1 -0
- package/dist-prod/radiobox.7c10f77aba5ae04b2e5c.chunk.js +2 -0
- package/dist-prod/radiobox.7c10f77aba5ae04b2e5c.chunk.js.map +1 -0
- package/dist-prod/rater.d46ae462c598c458e5a8.chunk.js +2 -0
- package/dist-prod/rater.d46ae462c598c458e5a8.chunk.js.map +1 -0
- package/dist-prod/slidebar.833e75b9eb0abef92453.chunk.js +2 -0
- package/dist-prod/slidebar.833e75b9eb0abef92453.chunk.js.map +1 -0
- package/dist-prod/spinner.6afb4f84cc29f0e2f8eb.chunk.js +2 -0
- package/dist-prod/spinner.6afb4f84cc29f0e2f8eb.chunk.js.map +1 -0
- package/dist-prod/swipe.3fe6ee6638765ec52d94.chunk.js +2 -0
- package/dist-prod/swipe.3fe6ee6638765ec52d94.chunk.js.map +1 -0
- package/dist-prod/switchbar.f24c76a03120f1bd961a.chunk.js +2 -0
- package/dist-prod/switchbar.f24c76a03120f1bd961a.chunk.js.map +1 -0
- package/dist-prod/tab.29f19483f699b7811259.chunk.js +2 -0
- package/dist-prod/tab.29f19483f699b7811259.chunk.js.map +1 -0
- package/dist-prod/text.a6e4251f772d23843e2b.chunk.js +2 -0
- package/dist-prod/text.a6e4251f772d23843e2b.chunk.js.map +1 -0
- package/dist-prod/totop.713c5ab7f7dbcffbf2a3.chunk.js +2 -0
- package/dist-prod/totop.713c5ab7f7dbcffbf2a3.chunk.js.map +1 -0
- package/dist-prod/upload.0638581e551ed9afaba2.chunk.js +2 -0
- package/dist-prod/upload.0638581e551ed9afaba2.chunk.js.map +1 -0
- package/package.json +12 -3
- package/src/components/Indicator/Indicator.tsx +67 -0
- package/src/components/Indicator/index.ts +111 -0
- package/src/components/Indicator/types.ts +15 -0
- package/src/components/Text/index.ts +14 -0
- package/src/components/Text/textBar.tsx +104 -0
- package/src/components/Text/types.ts +13 -0
- package/src/components/actionSheet/actionSheet.d.ts +16 -0
- package/src/components/actionSheet/actionSheet.tsx +86 -0
- package/src/components/{action-sheet/index.js → actionSheet/index.ts} +1 -0
- package/src/components/actionSheet/types.ts +10 -0
- package/src/components/badge/{badge.vue → badge.tsx} +31 -31
- package/src/components/badge/index.ts +12 -0
- package/src/components/badge/types.ts +8 -0
- package/src/components/button/{button.vue → button.tsx} +46 -52
- package/src/components/button/index.ts +13 -0
- package/src/components/button/types.ts +13 -0
- package/src/components/card/card.d.ts +16 -0
- package/src/components/card/card.tsx +38 -0
- package/src/components/card/index.ts +12 -0
- package/src/components/card/types.ts +3 -0
- package/src/components/cell/cell.tsx +89 -0
- package/src/components/cell/index.ts +12 -0
- package/src/components/cell/types.ts +8 -0
- package/src/components/cellSwipe/cellSwipe.tsx +188 -0
- package/src/components/cellSwipe/index.ts +13 -0
- package/src/components/cellSwipe/types.ts +17 -0
- package/src/components/checkBox/checkbox-group.tsx +75 -0
- package/src/components/checkBox/checkbox.tsx +107 -0
- package/src/components/checkBox/index.ts +29 -0
- package/src/components/checkBox/types.ts +32 -0
- package/src/components/header/header.tsx +119 -0
- package/src/components/header/index.ts +13 -0
- package/src/components/header/types.ts +7 -0
- package/src/components/loadMore/index.ts +14 -0
- package/src/components/loadMore/loadMore.tsx +265 -0
- package/src/components/loadMore/types.ts +26 -0
- package/src/components/message/confirm.ts +104 -0
- package/src/components/message/{index.js → index.ts} +20 -18
- package/src/components/message/message.tsx +100 -0
- package/src/components/message/messageGroup.tsx +59 -0
- package/src/components/message/types.ts +48 -0
- package/src/components/modal/{confirm.js → confirm.ts} +8 -7
- package/src/components/modal/index.ts +68 -0
- package/src/components/modal/modal.tsx +248 -0
- package/src/components/modal/types.ts +51 -0
- package/src/components/number/Number.tsx +143 -0
- package/src/components/number/index.ts +10 -0
- package/src/components/number/types.ts +13 -0
- package/src/components/picker/index.ts +12 -0
- package/src/components/picker/picker.tsx +112 -0
- package/src/components/picker/types.ts +17 -0
- package/src/components/popup/index.ts +12 -0
- package/src/components/popup/popup.d.ts +16 -0
- package/src/components/popup/popup.tsx +68 -0
- package/src/components/popup/types.ts +9 -0
- package/src/components/progress/index.ts +12 -0
- package/src/components/progress/progress.tsx +81 -0
- package/src/components/progress/types.ts +9 -0
- package/src/components/prompt/{confirm.js → confirm.ts} +27 -14
- package/src/components/prompt/index.ts +50 -0
- package/src/components/prompt/prompt.tsx +161 -0
- package/src/components/prompt/types.ts +45 -0
- package/src/components/radioBox/index.ts +34 -0
- package/src/components/radioBox/radiobox-group.tsx +66 -0
- package/src/components/radioBox/radiobox.tsx +115 -0
- package/src/components/radioBox/types.ts +24 -0
- package/src/components/rater/index.ts +12 -0
- package/src/components/rater/rater.d.ts +16 -0
- package/src/components/rater/raters.tsx +101 -0
- package/src/components/rater/types.ts +10 -0
- package/src/components/slideBar/index.ts +13 -0
- package/src/components/slideBar/slideBar.tsx +288 -0
- package/src/components/slideBar/types.ts +20 -0
- package/src/components/spinner/index.ts +13 -0
- package/src/components/spinner/spinner.tsx +85 -0
- package/src/components/spinner/types.ts +20 -0
- package/src/components/swipe/index.ts +13 -0
- package/src/components/swipe/swipe.tsx +292 -0
- package/src/components/swipe/types.ts +21 -0
- package/src/components/switchbar/index.ts +13 -0
- package/src/components/switchbar/switchbar.tsx +58 -0
- package/src/components/switchbar/types.ts +6 -0
- package/src/components/tab/index.ts +12 -0
- package/src/components/tab/tab.tsx +71 -0
- package/src/components/tab/types.ts +15 -0
- package/src/components/toTop/index.ts +13 -0
- package/src/components/toTop/toTop.tsx +54 -0
- package/src/components/toTop/types.ts +7 -0
- package/src/components/upload/index.ts +13 -0
- package/src/components/upload/types.ts +9 -0
- package/src/components/upload/upload.tsx +180 -0
- package/src/index.ts +173 -0
- package/src/lib/MegaPixImage.js +1 -0
- package/src/{main.js → main.ts} +4 -2
- package/src/shims-vue.d.ts +37 -0
- package/src/styles/components/radioBox.less +5 -1
- package/src/styles/components/rater.less +16 -0
- package/src/styles/index.less +1 -0
- package/src/types/index.d.ts +164 -0
- package/src/types/js-shims.d.ts +36 -0
- package/src/utils/test.ts +2 -0
- package/src/utils/util.ts +168 -0
- package/src/utils/{util.js → util1.js} +2 -2
- package/src/views/ActionSheet.vue +7 -7
- package/src/views/Badge/Badge.less +12 -0
- package/src/views/Badge/Badge.tsx +23 -0
- package/src/views/Badge.vue +4 -2
- package/src/views/Button.vue +17 -17
- package/src/views/Card.vue +2 -1
- package/src/views/Cell.vue +6 -5
- package/src/views/CellSwipe.vue +51 -39
- package/src/views/CheckBox.vue +7 -6
- package/src/views/Header.vue +8 -7
- package/src/views/Indicator.vue +15 -15
- package/src/views/LoadMore.vue +13 -10
- package/src/views/Message.vue +14 -14
- package/src/views/Modal.vue +10 -10
- package/src/views/Picker.vue +19 -17
- package/src/views/Popup.vue +47 -41
- package/src/views/Progress.vue +8 -6
- package/src/views/Prompt.vue +5 -5
- package/src/views/RadioBox.vue +6 -4
- package/src/views/Rater.vue +7 -3
- package/src/views/SlideBar.vue +9 -5
- package/src/views/Spinner.vue +17 -5
- package/src/views/Swipe.vue +5 -3
- package/src/views/SwitchBar.vue +6 -4
- package/src/views/Tab.vue +8 -6
- package/src/views/Text.vue +14 -10
- package/src/views/ToTop.vue +19 -5
- package/src/views/Upload.vue +8 -4
- package/tsconfig.build.json +30 -0
- package/tsconfig.json +39 -0
- package/webpack.base.config.js +22 -2
- package/webpack.dev.config.js +2 -1
- package/webpack.dist.dev.config.js +3 -2
- package/webpack.dist.prod.config.js +3 -2
- package/webpack.prod.config.js +2 -1
- package/dist-prod/91.e2fdec39667928bf57b9.js +0 -3
- package/dist-prod/actionsheet.e2f7c32d0120f5147a4f.chunk.js +0 -2
- package/dist-prod/actionsheet.e2f7c32d0120f5147a4f.chunk.js.map +0 -1
- package/dist-prod/badge.6038c4ccc54ffb56a645.chunk.js +0 -2
- package/dist-prod/badge.6038c4ccc54ffb56a645.chunk.js.map +0 -1
- package/dist-prod/button.28b491339fbba29c3f16.chunk.js +0 -2
- package/dist-prod/button.28b491339fbba29c3f16.chunk.js.map +0 -1
- package/dist-prod/card.3ad847f07bebc1391125.chunk.js +0 -2
- package/dist-prod/card.3ad847f07bebc1391125.chunk.js.map +0 -1
- package/dist-prod/cell.8920796a9ebd2d84bbd3.chunk.js +0 -2
- package/dist-prod/cell.8920796a9ebd2d84bbd3.chunk.js.map +0 -1
- package/dist-prod/cellswipe.04240414bed39e28e7b9.chunk.js +0 -2
- package/dist-prod/cellswipe.04240414bed39e28e7b9.chunk.js.map +0 -1
- package/dist-prod/checkbox.87403976981ee0f64f4a.chunk.js +0 -2
- package/dist-prod/checkbox.87403976981ee0f64f4a.chunk.js.map +0 -1
- package/dist-prod/guide.5195c74796a7a0e37f7b.chunk.js +0 -2
- package/dist-prod/guide.5195c74796a7a0e37f7b.chunk.js.map +0 -1
- package/dist-prod/header.e3cecc6d60f801c1c105.chunk.js +0 -2
- package/dist-prod/header.e3cecc6d60f801c1c105.chunk.js.map +0 -1
- package/dist-prod/indicator.6b0c7a91ca254c3586e8.chunk.js +0 -2
- package/dist-prod/indicator.6b0c7a91ca254c3586e8.chunk.js.map +0 -1
- package/dist-prod/loadmore.ba86c35311fc68ee215b.chunk.js +0 -2
- package/dist-prod/loadmore.ba86c35311fc68ee215b.chunk.js.map +0 -1
- package/dist-prod/main.717f5c8b51911571fb82.js +0 -2
- package/dist-prod/main.717f5c8b51911571fb82.js.map +0 -1
- package/dist-prod/message.e57fa263a214006f7191.chunk.js +0 -2
- package/dist-prod/message.e57fa263a214006f7191.chunk.js.map +0 -1
- package/dist-prod/modal.1172c8ba7d90503fc8e8.chunk.js +0 -2
- package/dist-prod/modal.1172c8ba7d90503fc8e8.chunk.js.map +0 -1
- package/dist-prod/picker.4ff114161c5c3f8df57a.chunk.js +0 -2
- package/dist-prod/picker.4ff114161c5c3f8df57a.chunk.js.map +0 -1
- package/dist-prod/popup.8f92c027932e4d47fa59.chunk.js +0 -2
- package/dist-prod/popup.8f92c027932e4d47fa59.chunk.js.map +0 -1
- package/dist-prod/progress.1e0d785044aecadc5615.chunk.js +0 -2
- package/dist-prod/progress.1e0d785044aecadc5615.chunk.js.map +0 -1
- package/dist-prod/prompt.c2b442c3dd0e6d8319bc.chunk.js +0 -2
- package/dist-prod/prompt.c2b442c3dd0e6d8319bc.chunk.js.map +0 -1
- package/dist-prod/radiobox.479703c69b75d473e85d.chunk.js +0 -2
- package/dist-prod/radiobox.479703c69b75d473e85d.chunk.js.map +0 -1
- package/dist-prod/rater.939e0e7e770728f684c3.chunk.js +0 -2
- package/dist-prod/rater.939e0e7e770728f684c3.chunk.js.map +0 -1
- package/dist-prod/slidebar.d7ad5de495550613661f.chunk.js +0 -2
- package/dist-prod/slidebar.d7ad5de495550613661f.chunk.js.map +0 -1
- package/dist-prod/spinner.f20e3bd8cec27d26afe0.chunk.js +0 -2
- package/dist-prod/spinner.f20e3bd8cec27d26afe0.chunk.js.map +0 -1
- package/dist-prod/swipe.75b7d741be73c0064982.chunk.js +0 -2
- package/dist-prod/swipe.75b7d741be73c0064982.chunk.js.map +0 -1
- package/dist-prod/switchbar.56d03d96c275ff4c65a1.chunk.js +0 -2
- package/dist-prod/switchbar.56d03d96c275ff4c65a1.chunk.js.map +0 -1
- package/dist-prod/tab.4c391211c41b7d12b585.chunk.js +0 -2
- package/dist-prod/tab.4c391211c41b7d12b585.chunk.js.map +0 -1
- package/dist-prod/text.ee2804ba87e6a460aa7d.chunk.js +0 -2
- package/dist-prod/text.ee2804ba87e6a460aa7d.chunk.js.map +0 -1
- package/dist-prod/totop.c6f9dce152bb6abe5cb2.chunk.js +0 -2
- package/dist-prod/totop.c6f9dce152bb6abe5cb2.chunk.js.map +0 -1
- package/dist-prod/upload.a9b44c8a72fe70980a1e.chunk.js +0 -2
- package/dist-prod/upload.a9b44c8a72fe70980a1e.chunk.js.map +0 -1
- package/src/components/Indicator/index.js +0 -86
- package/src/components/Text/Number.vue +0 -167
- package/src/components/Text/index.js +0 -7
- package/src/components/Text/textBar.vue +0 -122
- package/src/components/action-sheet/actionSheet.vue +0 -98
- package/src/components/badge/index.js +0 -5
- package/src/components/button/index.js +0 -5
- package/src/components/card/card.vue +0 -49
- package/src/components/card/index.js +0 -5
- package/src/components/cell/cell.vue +0 -113
- package/src/components/cell/index.js +0 -5
- package/src/components/cell-swipe/cell-swipe.vue +0 -168
- package/src/components/cell-swipe/index.js +0 -5
- package/src/components/checkBox/checkbox-group.vue +0 -74
- package/src/components/checkBox/checkbox.vue +0 -117
- package/src/components/checkBox/index.js +0 -8
- package/src/components/header/header.vue +0 -131
- package/src/components/header/index.js +0 -5
- package/src/components/loadMore/index.js +0 -5
- package/src/components/loadMore/loadmore.vue +0 -258
- package/src/components/message/confirm.js +0 -60
- package/src/components/message/message.vue +0 -137
- package/src/components/message/messageGroup.vue +0 -82
- package/src/components/modal/index.js +0 -52
- package/src/components/modal/modal.vue +0 -138
- package/src/components/picker/index.js +0 -5
- package/src/components/picker/picker.vue +0 -111
- package/src/components/popup/index.js +0 -5
- package/src/components/popup/popup.vue +0 -91
- package/src/components/progress/index.js +0 -5
- package/src/components/progress/progress.vue +0 -86
- package/src/components/prompt/index.js +0 -53
- package/src/components/prompt/prompt.vue +0 -125
- package/src/components/radioBox/index.js +0 -8
- package/src/components/rater/index.js +0 -5
- package/src/components/rater/rater.vue +0 -118
- package/src/components/slideBar/index.js +0 -6
- package/src/components/slideBar/slideBar.vue +0 -225
- package/src/components/spinner/index.js +0 -5
- package/src/components/spinner/spinner.vue +0 -78
- package/src/components/swipe/index.js +0 -5
- package/src/components/swipe/swipe.vue +0 -289
- package/src/components/switchbar/index.js +0 -5
- package/src/components/switchbar/switchbar.vue +0 -79
- package/src/components/tab/index.js +0 -6
- package/src/components/tab/tab.vue +0 -89
- package/src/components/toTop/index.js +0 -5
- package/src/components/toTop/topTop.vue +0 -78
- package/src/components/upload/index.js +0 -5
- package/src/components/upload/upload.vue +0 -166
- package/src/index.js +0 -149
- /package/dist-prod/{91.e2fdec39667928bf57b9.js.LICENSE.txt → 91.05c8ec5277a15f939b0f.js.LICENSE.txt} +0 -0
- /package/src/components/radioBox/{radiobox-group.vue → radiobox-group1.vue} +0 -0
- /package/src/components/radioBox/{radiobox.vue → radiobox1.vue} +0 -0
- /package/src/{router.js → router.ts} +0 -0
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, watch, PropType, Transition } from 'vue'
|
|
2
|
+
import type { PopupProps } from './types'
|
|
3
|
+
export type { PopupProps }
|
|
4
|
+
|
|
5
|
+
const prefixCls = 'dpzvc3-popup'
|
|
6
|
+
|
|
7
|
+
export default defineComponent({
|
|
8
|
+
name: 'Dpzvc3Popup',
|
|
9
|
+
props: {
|
|
10
|
+
modelValue: { type: Boolean, default: false },
|
|
11
|
+
position: { type: String as PropType<PopupProps['position']>, default: 'bottom' },
|
|
12
|
+
showMask: { type: Boolean, default: true },
|
|
13
|
+
maskClosable: { type: Boolean, default: true },
|
|
14
|
+
width: { type: [Number, String] as PropType<number | string>, default: '100%' },
|
|
15
|
+
height: { type: [Number, String] as PropType<number | string> },
|
|
16
|
+
styles: { type: Object as PropType<Record<string, string | number>>, default: () => ({}) }
|
|
17
|
+
},
|
|
18
|
+
emits: ['update:modelValue'],
|
|
19
|
+
setup(props, { emit, slots }) {
|
|
20
|
+
const visible = ref(props.modelValue)
|
|
21
|
+
const mask = ref(props.showMask)
|
|
22
|
+
|
|
23
|
+
watch(() => props.modelValue, val => { visible.value = val })
|
|
24
|
+
watch(visible, val => { emit('update:modelValue', val) })
|
|
25
|
+
watch(() => props.showMask, val => { mask.value = val })
|
|
26
|
+
|
|
27
|
+
const classes = computed(() => [prefixCls])
|
|
28
|
+
const popupClasses = computed(() => [`${prefixCls}-${props.position}`, `${prefixCls}-content`])
|
|
29
|
+
const contentStyle = computed(() => {
|
|
30
|
+
const heightValue = props.height != null ? props.height : (props.position === 'top' ? 'auto' : '100%')
|
|
31
|
+
return { ...props.styles, width: props.width, height: heightValue }
|
|
32
|
+
})
|
|
33
|
+
|
|
34
|
+
const close = () => { if (props.maskClosable && mask.value) visible.value = false }
|
|
35
|
+
|
|
36
|
+
return () => (
|
|
37
|
+
<div class={classes.value}>
|
|
38
|
+
{/* 遮罩层 */}
|
|
39
|
+
<Transition
|
|
40
|
+
name="dpzvc3-ani-fade"
|
|
41
|
+
v-slots={{
|
|
42
|
+
default: () =>
|
|
43
|
+
mask.value && visible.value && (
|
|
44
|
+
<div
|
|
45
|
+
class={`${prefixCls}-mask`}
|
|
46
|
+
onClick={close}
|
|
47
|
+
onTouchMove={(e:any) => e.preventDefault()}
|
|
48
|
+
/>
|
|
49
|
+
)
|
|
50
|
+
}}
|
|
51
|
+
/>
|
|
52
|
+
|
|
53
|
+
{/* 弹窗内容 */}
|
|
54
|
+
<Transition
|
|
55
|
+
name={`dpzvc3-ani-${props.position}`}
|
|
56
|
+
v-slots={{
|
|
57
|
+
default: () =>
|
|
58
|
+
visible.value && (
|
|
59
|
+
<div class={popupClasses.value} style={contentStyle.value}>
|
|
60
|
+
{slots.default?.()}
|
|
61
|
+
</div>
|
|
62
|
+
)
|
|
63
|
+
}}
|
|
64
|
+
/>
|
|
65
|
+
</div>
|
|
66
|
+
)
|
|
67
|
+
}
|
|
68
|
+
})
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Created by yishide on 2025/09/26.
|
|
3
|
+
*/
|
|
4
|
+
import type { App } from 'vue'
|
|
5
|
+
import Progress from './progress'
|
|
6
|
+
Progress.install = (app: App): void => {
|
|
7
|
+
app.component('DpProgress', Progress); // 注册全局组件
|
|
8
|
+
}
|
|
9
|
+
type IWithInstall<T> = T & { install(app: App): void };
|
|
10
|
+
const _Progress=Progress as IWithInstall<typeof Progress>;
|
|
11
|
+
export default _Progress
|
|
12
|
+
export type { ProgressProps } from './types'
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
// src/components/Progress/Progress.tsx
|
|
2
|
+
import {
|
|
3
|
+
defineComponent,
|
|
4
|
+
ref,
|
|
5
|
+
computed,
|
|
6
|
+
watch
|
|
7
|
+
} from 'vue'
|
|
8
|
+
import type { PropType, CSSProperties } from 'vue'
|
|
9
|
+
import type { ProgressProps } from './types'
|
|
10
|
+
export type { ProgressProps }
|
|
11
|
+
|
|
12
|
+
const prefixCls = 'dpzvc3-progress'
|
|
13
|
+
|
|
14
|
+
export default defineComponent({
|
|
15
|
+
name: 'DpzVcProgress',
|
|
16
|
+
|
|
17
|
+
props: {
|
|
18
|
+
styles: {
|
|
19
|
+
type: Object as PropType<CSSProperties>,
|
|
20
|
+
default: () => ({})
|
|
21
|
+
},
|
|
22
|
+
modelValue: {
|
|
23
|
+
type: [Number, String] as PropType<number | string>,
|
|
24
|
+
default: 0
|
|
25
|
+
},
|
|
26
|
+
barHeight: {
|
|
27
|
+
type: [Number, String] as PropType<number | string>,
|
|
28
|
+
default: 3
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
|
|
32
|
+
setup(props, { slots }) {
|
|
33
|
+
/** 当前进度 */
|
|
34
|
+
const width = ref<number>(0)
|
|
35
|
+
|
|
36
|
+
/** 同步 v-model */
|
|
37
|
+
watch(
|
|
38
|
+
() => props.modelValue,
|
|
39
|
+
(val) => {
|
|
40
|
+
const num = Number(val) || 0
|
|
41
|
+
width.value = num >= 100 ? 100 : num
|
|
42
|
+
},
|
|
43
|
+
{ immediate: true }
|
|
44
|
+
)
|
|
45
|
+
|
|
46
|
+
/** class */
|
|
47
|
+
const classes = computed(() => [prefixCls])
|
|
48
|
+
const outerClass = computed(() => [`${prefixCls}-outer`])
|
|
49
|
+
const runawayClass = computed(() => [`${prefixCls}-runaway`])
|
|
50
|
+
const progressClass = computed(() => [`${prefixCls}-progress`])
|
|
51
|
+
|
|
52
|
+
/** style */
|
|
53
|
+
const runawayStyle = computed<CSSProperties>(() => ({
|
|
54
|
+
height: `${props.barHeight}px`
|
|
55
|
+
}))
|
|
56
|
+
|
|
57
|
+
const progressStyle = computed<CSSProperties>(() => ({
|
|
58
|
+
height: `${props.barHeight}px`,
|
|
59
|
+
width: `${width.value}%`
|
|
60
|
+
}))
|
|
61
|
+
|
|
62
|
+
return () => (
|
|
63
|
+
<div class={classes.value} style={props.styles}>
|
|
64
|
+
{slots.left?.()}
|
|
65
|
+
|
|
66
|
+
<div class={outerClass.value}>
|
|
67
|
+
<div
|
|
68
|
+
class={runawayClass.value}
|
|
69
|
+
style={runawayStyle.value}
|
|
70
|
+
/>
|
|
71
|
+
<div
|
|
72
|
+
class={progressClass.value}
|
|
73
|
+
style={progressStyle.value}
|
|
74
|
+
/>
|
|
75
|
+
</div>
|
|
76
|
+
|
|
77
|
+
{slots.right?.()}
|
|
78
|
+
</div>
|
|
79
|
+
)
|
|
80
|
+
}
|
|
81
|
+
})
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { createVNode, render } from 'vue'
|
|
7
|
-
import Prompt from './prompt
|
|
8
|
-
|
|
7
|
+
import Prompt from './prompt'
|
|
8
|
+
import type { MergePromptOptions, PromptProps } from './types'
|
|
9
9
|
// let seed = 0
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
function createPromptInstance (properties:MergePromptOptions = {}) {
|
|
12
12
|
// const id = `dpzvc3-prompt-${seed++}`
|
|
13
|
-
const instance = null
|
|
13
|
+
// const instance = null
|
|
14
14
|
// 容器
|
|
15
15
|
const container = document.createElement('div')
|
|
16
16
|
// container.id = id
|
|
17
17
|
document.body.appendChild(container)
|
|
18
18
|
// 组件 props(默认值)
|
|
19
|
-
const props = {
|
|
19
|
+
const props: MergePromptOptions = {
|
|
20
20
|
value: false,
|
|
21
21
|
text: '',
|
|
22
22
|
placeholderText: '请输入',
|
|
@@ -33,17 +33,24 @@ Prompt.newInstance = (properties = {}) => {
|
|
|
33
33
|
onCancle: () => {},
|
|
34
34
|
...properties
|
|
35
35
|
}
|
|
36
|
-
|
|
36
|
+
const mergeProps = <T extends object, K extends keyof T>(
|
|
37
|
+
target: T,
|
|
38
|
+
source: Partial<T>
|
|
39
|
+
) =>{
|
|
40
|
+
(Object.keys(source) as K[]).forEach((key) => {
|
|
41
|
+
target[key] = source[key]!
|
|
42
|
+
})
|
|
43
|
+
}
|
|
37
44
|
const updateVNode = () => {
|
|
38
45
|
// vnode
|
|
39
46
|
// console.log(props, 'props')
|
|
40
47
|
const vnode = createVNode(Prompt, {
|
|
41
48
|
...props,
|
|
42
49
|
// 给动态挂载组件绑定 update:value 事件
|
|
43
|
-
'onUpdate:value': (val) => {
|
|
50
|
+
'onUpdate:value': (val: boolean) => {
|
|
44
51
|
// 当子组件 emit('update:value', false) 时执行
|
|
45
52
|
if (val === false) {
|
|
46
|
-
vnode.component
|
|
53
|
+
vnode.component!.props.value = false // 关闭内部显示
|
|
47
54
|
destroy() // 销毁 DOM
|
|
48
55
|
}
|
|
49
56
|
},
|
|
@@ -65,11 +72,16 @@ Prompt.newInstance = (properties = {}) => {
|
|
|
65
72
|
/**
|
|
66
73
|
* 显示
|
|
67
74
|
*/
|
|
68
|
-
show (options = {}) {
|
|
75
|
+
show (options: PromptProps = {}) {
|
|
69
76
|
// alert(1)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
77
|
+
mergeProps(props, options)
|
|
78
|
+
// Object.keys(options).forEach((key) => {
|
|
79
|
+
// const typeKey = key as keyof PromptProps
|
|
80
|
+
// const val = options[typeKey];
|
|
81
|
+
// // if (val) {
|
|
82
|
+
// props[typeKey] = val
|
|
83
|
+
// // }
|
|
84
|
+
// })
|
|
73
85
|
// console.log(instance.props, 'props')
|
|
74
86
|
props.value = true
|
|
75
87
|
updateVNode()
|
|
@@ -84,8 +96,9 @@ Prompt.newInstance = (properties = {}) => {
|
|
|
84
96
|
destroy()
|
|
85
97
|
},
|
|
86
98
|
|
|
87
|
-
component: instance
|
|
99
|
+
// component: instance
|
|
88
100
|
}
|
|
89
101
|
}
|
|
90
102
|
|
|
91
|
-
export default Prompt
|
|
103
|
+
// export default Prompt
|
|
104
|
+
export { createPromptInstance }
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Created by admin on 2025/12/10.
|
|
3
|
+
* Rewritten for Vue 3 (no createApp)
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import {createPromptInstance } from './confirm'
|
|
7
|
+
import type { MergePromptOptions, PromptInstance, DefaultPromptProps } from './types'
|
|
8
|
+
let promptInstance: DefaultPromptProps
|
|
9
|
+
|
|
10
|
+
function getPromptInstance () {
|
|
11
|
+
if (!promptInstance) {
|
|
12
|
+
promptInstance = createPromptInstance({
|
|
13
|
+
closable: true,
|
|
14
|
+
maskClosable: false,
|
|
15
|
+
// footerHide: false
|
|
16
|
+
})
|
|
17
|
+
}
|
|
18
|
+
return promptInstance
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* confirm 核心方法
|
|
23
|
+
*/
|
|
24
|
+
function confirm (options: MergePromptOptions = {}) {
|
|
25
|
+
const instance: DefaultPromptProps = getPromptInstance()!
|
|
26
|
+
|
|
27
|
+
// 组件销毁回调
|
|
28
|
+
options.onRemove = () => {
|
|
29
|
+
promptInstance = null
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
instance.show(options)
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* info 弹窗
|
|
37
|
+
*/
|
|
38
|
+
const Prompt: PromptInstance = {
|
|
39
|
+
info: (props: MergePromptOptions = {}) => {
|
|
40
|
+
props.showCancle = true
|
|
41
|
+
return confirm(props)
|
|
42
|
+
},
|
|
43
|
+
remove: () => {
|
|
44
|
+
if (!promptInstance) return false
|
|
45
|
+
const instance = getPromptInstance()!
|
|
46
|
+
instance.remove()
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export default Prompt
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
// src/components/Prompt/Prompt.tsx
|
|
2
|
+
import {
|
|
3
|
+
defineComponent,
|
|
4
|
+
ref,
|
|
5
|
+
watch
|
|
6
|
+
} from 'vue'
|
|
7
|
+
import type { PropType } from 'vue'
|
|
8
|
+
import type { PromptProps } from './types'
|
|
9
|
+
|
|
10
|
+
import Modal from '../modal/modal'
|
|
11
|
+
import TextBar from '../Text/textBar'
|
|
12
|
+
import DpButton from '../button/button'
|
|
13
|
+
|
|
14
|
+
export default defineComponent({
|
|
15
|
+
name: 'Dpzvc3Prompt',
|
|
16
|
+
|
|
17
|
+
props: {
|
|
18
|
+
value: { type: Boolean, default: false },
|
|
19
|
+
text: { type: String, default: '' },
|
|
20
|
+
closable: { type: Boolean, default: true },
|
|
21
|
+
maskClosable: { type: Boolean, default: true },
|
|
22
|
+
title: String,
|
|
23
|
+
width: { type: String, default: '220px' },
|
|
24
|
+
okText: { type: String, default: '确定' },
|
|
25
|
+
cancleText: { type: String, default: '取消' },
|
|
26
|
+
loading: { type: Boolean, default: false },
|
|
27
|
+
styles: Object as PropType<Record<string, any>>,
|
|
28
|
+
spec: { type: String, default: '提示' },
|
|
29
|
+
validator: {
|
|
30
|
+
type: [RegExp, Function] as PropType<PromptProps['validator'] | null>,
|
|
31
|
+
default: null
|
|
32
|
+
},
|
|
33
|
+
msg: String,
|
|
34
|
+
placeholderText: String,
|
|
35
|
+
onOk: {
|
|
36
|
+
type: Function as PropType<(val: string) => void>,
|
|
37
|
+
default: () => {}
|
|
38
|
+
},
|
|
39
|
+
onCancle: {
|
|
40
|
+
type: Function as PropType<() => void>,
|
|
41
|
+
default: () => {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
|
|
45
|
+
emits: ['update:value', 'on-ok', 'on-cancle'],
|
|
46
|
+
|
|
47
|
+
setup (props, { emit }) {
|
|
48
|
+
/** 内部状态 */
|
|
49
|
+
const visible = ref(props.value)
|
|
50
|
+
const texts = ref(props.text)
|
|
51
|
+
const message = ref(props.msg || '')
|
|
52
|
+
const placeholder = ref(props.placeholderText)
|
|
53
|
+
const buttonLoading = ref(false)
|
|
54
|
+
|
|
55
|
+
/** 同步外部 */
|
|
56
|
+
watch(() => props.value, val => {
|
|
57
|
+
visible.value = val
|
|
58
|
+
})
|
|
59
|
+
|
|
60
|
+
watch(() => props.text, val => {
|
|
61
|
+
texts.value = val
|
|
62
|
+
})
|
|
63
|
+
|
|
64
|
+
watch(() => props.loading, val => {
|
|
65
|
+
buttonLoading.value = val
|
|
66
|
+
})
|
|
67
|
+
|
|
68
|
+
/** 确定 */
|
|
69
|
+
const ok = () => {
|
|
70
|
+
let valid: boolean | string = true
|
|
71
|
+
|
|
72
|
+
if (props.validator) {
|
|
73
|
+
if (props.validator instanceof RegExp) {
|
|
74
|
+
valid = props.validator.test(texts.value)
|
|
75
|
+
} else if (typeof props.validator === 'function') {
|
|
76
|
+
valid = props.validator(texts.value)
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
if (valid !== true) {
|
|
81
|
+
message.value = typeof valid === 'string' ? valid : ''
|
|
82
|
+
return
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
emit('update:value', false)
|
|
86
|
+
props.onOk?.(texts.value)
|
|
87
|
+
emit('on-ok', texts.value)
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
/** 取消 */
|
|
91
|
+
const cancle = () => {
|
|
92
|
+
emit('update:value', false)
|
|
93
|
+
props.onCancle?.()
|
|
94
|
+
emit('on-cancle')
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
return () => (
|
|
98
|
+
<Modal
|
|
99
|
+
v-model={visible.value}
|
|
100
|
+
width={props.width}
|
|
101
|
+
title={props.title}
|
|
102
|
+
style={props.styles}
|
|
103
|
+
maskClosable={props.maskClosable}
|
|
104
|
+
>
|
|
105
|
+
{{
|
|
106
|
+
header: () => (
|
|
107
|
+
<div
|
|
108
|
+
class="dpzvc3-modal-header-inner ellipse-fir"
|
|
109
|
+
innerHTML={props.title}
|
|
110
|
+
/>
|
|
111
|
+
),
|
|
112
|
+
|
|
113
|
+
body: () => (
|
|
114
|
+
<div class="dpzvc3-prompt-body-inner">
|
|
115
|
+
<div class="dpzvc3-prompt-content">
|
|
116
|
+
<span class="dpzvc3-prompt-spec">
|
|
117
|
+
{props.spec}
|
|
118
|
+
</span>
|
|
119
|
+
|
|
120
|
+
<TextBar
|
|
121
|
+
v-model={texts.value}
|
|
122
|
+
type="text"
|
|
123
|
+
placeholder={placeholder.value}
|
|
124
|
+
/>
|
|
125
|
+
|
|
126
|
+
{message.value && (
|
|
127
|
+
<div
|
|
128
|
+
class="dpzvc3-prompt-error"
|
|
129
|
+
innerHTML={message.value}
|
|
130
|
+
/>
|
|
131
|
+
)}
|
|
132
|
+
</div>
|
|
133
|
+
</div>
|
|
134
|
+
),
|
|
135
|
+
|
|
136
|
+
footer: () => (
|
|
137
|
+
<>
|
|
138
|
+
<DpButton
|
|
139
|
+
styles={{ background: '#ffffff', color: 'red' }}
|
|
140
|
+
onClick={ok}
|
|
141
|
+
>
|
|
142
|
+
{{
|
|
143
|
+
'button-inner': () => props.okText
|
|
144
|
+
}}
|
|
145
|
+
</DpButton>
|
|
146
|
+
|
|
147
|
+
<DpButton
|
|
148
|
+
styles={{ background: '#ffffff', color: '#ccc' }}
|
|
149
|
+
onClick={cancle}
|
|
150
|
+
>
|
|
151
|
+
{{
|
|
152
|
+
'button-inner': () => props.cancleText
|
|
153
|
+
}}
|
|
154
|
+
</DpButton>
|
|
155
|
+
</>
|
|
156
|
+
)
|
|
157
|
+
}}
|
|
158
|
+
</Modal>
|
|
159
|
+
)
|
|
160
|
+
}
|
|
161
|
+
})
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
// src/components/Prompt/types.ts
|
|
2
|
+
import type { CSSProperties } from 'vue'
|
|
3
|
+
type PromptValidator =
|
|
4
|
+
| RegExp
|
|
5
|
+
| ((val: string) => boolean | string)
|
|
6
|
+
|
|
7
|
+
export interface PromptProps {
|
|
8
|
+
value?: boolean
|
|
9
|
+
text?: string
|
|
10
|
+
closable?: boolean
|
|
11
|
+
maskClosable?: boolean
|
|
12
|
+
title?: string
|
|
13
|
+
width?: string
|
|
14
|
+
okText?: string
|
|
15
|
+
cancleText?: string
|
|
16
|
+
loading?: boolean
|
|
17
|
+
styles?: CSSProperties
|
|
18
|
+
spec?: string
|
|
19
|
+
validator?: PromptValidator | null
|
|
20
|
+
msg?: string
|
|
21
|
+
placeholderText?: string
|
|
22
|
+
onOk?: (val: string) => void
|
|
23
|
+
onCancle?: () => void
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export type MergePromptOptions<T = PromptProps> = {
|
|
27
|
+
[K in keyof T]: T[K]
|
|
28
|
+
} & {
|
|
29
|
+
onRemove?: () => void
|
|
30
|
+
showCancle?: boolean,
|
|
31
|
+
message?: string
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
// Prompt实例
|
|
36
|
+
export type PromptInstance = {
|
|
37
|
+
remove: () => void,
|
|
38
|
+
info: (props: MergePromptOptions) => any
|
|
39
|
+
}
|
|
40
|
+
//开启
|
|
41
|
+
export type DefaultPromptProps = {
|
|
42
|
+
show: (options: MergePromptOptions) => any,
|
|
43
|
+
remove: () => void,
|
|
44
|
+
// component: ComponentPublicInstance
|
|
45
|
+
} | null
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Created by admin on 2017/4/19.
|
|
3
|
+
*/
|
|
4
|
+
// import RadioBox from './radiobox.vue'
|
|
5
|
+
// import RadioBoxGroup from './radiobox-group.vue'
|
|
6
|
+
|
|
7
|
+
// RadioBox.group = RadioBoxGroup
|
|
8
|
+
// export default RadioBox
|
|
9
|
+
import type { App } from 'vue'
|
|
10
|
+
import RadioBox from './radiobox'
|
|
11
|
+
import RadioBoxGroup from './radiobox-group'
|
|
12
|
+
|
|
13
|
+
RadioBox.install = (app: App): void => {
|
|
14
|
+
app.component('RadioBox', RadioBox); // 注册全局组件
|
|
15
|
+
}
|
|
16
|
+
type IWithInstall<T> = T & { install(app: App): void };
|
|
17
|
+
const _RadioBox = RadioBox as IWithInstall<typeof RadioBox>;
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
RadioBoxGroup.install = (app: App): void => {
|
|
22
|
+
app.component('RadioBoxGroup', RadioBoxGroup); // 注册全局组件
|
|
23
|
+
}
|
|
24
|
+
const _RadioBoxGroup = RadioBoxGroup as IWithInstall<typeof RadioBoxGroup>;
|
|
25
|
+
|
|
26
|
+
export {
|
|
27
|
+
_RadioBox as RadioBox,
|
|
28
|
+
_RadioBoxGroup as RadioBoxGroup
|
|
29
|
+
}
|
|
30
|
+
// export {
|
|
31
|
+
// RadioBox,
|
|
32
|
+
// RadioBoxGroup
|
|
33
|
+
// }
|
|
34
|
+
export type { RadioBoxProps, RadioGroupProps } from './types'
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
// src/components/radio-group/RadioGroup.tsx
|
|
2
|
+
import {
|
|
3
|
+
defineComponent,
|
|
4
|
+
computed,
|
|
5
|
+
watch,
|
|
6
|
+
provide,
|
|
7
|
+
ref,
|
|
8
|
+
PropType
|
|
9
|
+
} from 'vue'
|
|
10
|
+
import type { RadioGroupProps, RadioGroupProvide } from './types'
|
|
11
|
+
export type { RadioGroupProps }
|
|
12
|
+
|
|
13
|
+
const prefixCls = 'dpzvc3-radioBoxGroup'
|
|
14
|
+
|
|
15
|
+
export default defineComponent({
|
|
16
|
+
name: 'DpzVcRadioGroup',
|
|
17
|
+
|
|
18
|
+
props: {
|
|
19
|
+
modelValue: {
|
|
20
|
+
type: [String, Number, Boolean] as PropType<RadioGroupProps['modelValue']>,
|
|
21
|
+
default: ''
|
|
22
|
+
},
|
|
23
|
+
vertical: {
|
|
24
|
+
type: Boolean,
|
|
25
|
+
default: false
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
|
|
29
|
+
emits: ['update:modelValue', 'on-change', 'on-form-change'],
|
|
30
|
+
|
|
31
|
+
setup(props, { emit, slots }) {
|
|
32
|
+
const currentValue = ref<RadioGroupProps['modelValue']>(props.modelValue) as RadioGroupProvide['currentValue']
|
|
33
|
+
|
|
34
|
+
/** 提供给 Radio 子组件 */
|
|
35
|
+
const change = (val: RadioGroupProps['modelValue']) => {
|
|
36
|
+
currentValue.value = val!
|
|
37
|
+
emit('update:modelValue', val)
|
|
38
|
+
emit('on-change', val)
|
|
39
|
+
emit('on-form-change', val)
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
provide<RadioGroupProvide>('radioBoxGroup', {
|
|
43
|
+
currentValue,
|
|
44
|
+
change
|
|
45
|
+
})
|
|
46
|
+
|
|
47
|
+
/** 监听外部 v-model */
|
|
48
|
+
watch(
|
|
49
|
+
() => props.modelValue,
|
|
50
|
+
val => {
|
|
51
|
+
currentValue.value = val
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
|
|
55
|
+
const classes = computed(() => [
|
|
56
|
+
prefixCls,
|
|
57
|
+
{ [`${prefixCls}-vertical`]: props.vertical }
|
|
58
|
+
])
|
|
59
|
+
|
|
60
|
+
return () => (
|
|
61
|
+
<div class={classes.value}>
|
|
62
|
+
{slots.default?.()}
|
|
63
|
+
</div>
|
|
64
|
+
)
|
|
65
|
+
}
|
|
66
|
+
})
|