@zyzgroup/core-vue 0.0.12 → 0.0.14

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.
Files changed (61) hide show
  1. package/README.md +0 -17
  2. package/ce/style.css +1 -1
  3. package/ce/yz_custom_element.iife.js +58 -37
  4. package/ce/yz_custom_element.iife.js.map +1 -1
  5. package/ce/yz_custom_element.js +18390 -8803
  6. package/ce/yz_custom_element.js.map +1 -1
  7. package/ce/yz_custom_element.umd.cjs +58 -37
  8. package/ce/yz_custom_element.umd.cjs.map +1 -1
  9. package/dist/style.css +1 -1
  10. package/dist/zyzgroup_core_vue.iife.js +27 -15
  11. package/dist/zyzgroup_core_vue.iife.js.map +1 -1
  12. package/dist/zyzgroup_core_vue.js +15301 -5991
  13. package/dist/zyzgroup_core_vue.js.map +1 -1
  14. package/dist/zyzgroup_core_vue.umd.cjs +27 -15
  15. package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
  16. package/package.json +1 -1
  17. package/types/components/Accordion.ce.vue.d.ts +78 -0
  18. package/types/components/Accordion.vue.d.ts +78 -0
  19. package/types/components/AnimatePanel.ce.vue.d.ts +34 -0
  20. package/types/components/AnimatePanel.vue.d.ts +34 -0
  21. package/types/components/Dialog.ce.vue.d.ts +1 -1
  22. package/types/components/Dialog.vue.d.ts +1 -1
  23. package/types/components/DialogLoading.ce.vue.d.ts +1 -1
  24. package/types/components/DialogLoading.vue.d.ts +1 -1
  25. package/types/components/EaseGraphDisplay.ce.vue.d.ts +71 -0
  26. package/types/components/EaseGraphDisplay.vue.d.ts +71 -0
  27. package/types/components/EaseGroupGraphDisplay.ce.vue.d.ts +55 -0
  28. package/types/components/EaseGroupGraphDisplay.vue.d.ts +55 -0
  29. package/types/components/FPSStats.ce.vue.d.ts +2 -0
  30. package/types/components/FPSStats.vue.d.ts +2 -0
  31. package/types/components/HandWritePanel.ce.vue.d.ts +61 -0
  32. package/types/components/HandWritePanel.vue.d.ts +61 -0
  33. package/types/components/Input.ce.vue.d.ts +103 -0
  34. package/types/components/Input.vue.d.ts +103 -0
  35. package/types/components/InterpolationGraphDisplay.ce.vue.d.ts +54 -0
  36. package/types/components/InterpolationGraphDisplay.vue.d.ts +54 -0
  37. package/types/components/InterpolationGroupGraphDisplay.ce.vue.d.ts +45 -0
  38. package/types/components/InterpolationGroupGraphDisplay.vue.d.ts +45 -0
  39. package/types/components/MobileLayout.ce.vue.d.ts +6 -36
  40. package/types/components/MobileLayout.vue.d.ts +6 -36
  41. package/types/components/Overlay.ce.vue.d.ts +5 -0
  42. package/types/components/Overlay.vue.d.ts +5 -0
  43. package/types/components/PlateKeyboard.ce.vue.d.ts +1 -1
  44. package/types/components/PlateKeyboard.vue.d.ts +1 -1
  45. package/types/components/Pop.ce.vue.d.ts +9 -4
  46. package/types/components/Pop.vue.d.ts +9 -4
  47. package/types/components/Popover.ce.vue.d.ts +5 -0
  48. package/types/components/Popover.vue.d.ts +5 -0
  49. package/types/components/ProgressBar.ce.vue.d.ts +61 -0
  50. package/types/components/ProgressBar.vue.d.ts +61 -0
  51. package/types/components/SlideLeftItem.ce.vue.d.ts +5 -0
  52. package/types/components/SlideLeftItem.vue.d.ts +5 -0
  53. package/types/components/Video.ce.vue.d.ts +55 -0
  54. package/types/components/Video.vue.d.ts +55 -0
  55. package/types/components/bg/BGBar.ce.vue.d.ts +49 -0
  56. package/types/components/bg/BGBar.vue.d.ts +49 -0
  57. package/types/components/svg/SVGDown.ce.vue.d.ts +36 -0
  58. package/types/components/svg/SVGDown.vue.d.ts +36 -0
  59. package/types/components/svg/SVGLock.ce.vue.d.ts +36 -0
  60. package/types/components/svg/SVGLock.vue.d.ts +36 -0
  61. package/types/lib.d.ts +12 -1
package/README.md CHANGED
@@ -1,17 +0,0 @@
1
- ```
2
- // 引入的包大
3
- import { Icon } from '@zyzgroup/core-vue'
4
-
5
- // 组件中使用的库需要另外安装
6
- import Icon from '@zyzgroup/core-vue/Icon.vue'
7
-
8
- `npm run ce`
9
- /src/webcomponent.js
10
- /apps/webcomponent.html
11
- https://cdn.jsdelivr.net/npm/@zyzgroup/core-vue@latest/ce/yz_custom_element.iife.js
12
-
13
- /src/lib.ts
14
-
15
- // "build": "npm run ce && vue-tsc --emitDeclarationOnly && vite build",
16
-
17
- ```
package/ce/style.css CHANGED
@@ -1 +1 @@
1
- .icon[data-v-8789b4ce]{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:1em}@media only screen and (max-width: 300px){html{font-size:40px}}@media only screen and (min-width: 301px) and (max-width: 330px){html{font-size:44px}}@media only screen and (min-width: 331px) and (max-width: 375px){html{font-size:50px}}@media only screen and (min-width: 376px) and (max-width: 405px){html{font-size:54px}}@media only screen and (min-width: 406px) and (max-width: 450px){html{font-size:60px}}@media only screen and (min-width: 451px) and (max-width: 480px){html{font-size:64px}}@media only screen and (min-width: 481px) and (max-width: 525px){html{font-size:70px}}@media only screen and (min-width: 526px) and (max-width: 555px){html{font-size:74px}}@media only screen and (min-width: 556px) and (max-width: 600px){html{font-size:80px}}@media only screen and (min-width: 601px) and (max-width: 640px){html{font-size:84px}}@media only screen and (min-width: 641px) and (max-width: 675px){html{font-size:90px}}@media only screen and (min-width: 676px) and (max-width: 705px){html{font-size:94px}}@media only screen and (min-width: 706px) and (max-width: 750px){html{font-size:100px}}@media only screen and (min-width: 751px){html{font-size:100px}}.button[data-v-bfabd99a]{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;z-index:0}.label[data-v-bfabd99a]{display:inline-flex;justify-content:center;align-items:center}.dialog-wrap[data-v-002ae342]{display:flex;justify-content:center;align-items:center}.dialog[data-v-002ae342]{border-radius:8px;background-color:#fff;min-width:20em;max-width:50%;overflow:hidden}.title[data-v-002ae342]{position:relative;font-size:20px;min-height:20px;margin-top:1em}.title-inner[data-v-002ae342]{font-weight:700;min-height:20px;padding:0 2em;text-align:center}.close[data-v-002ae342]{position:absolute;top:0;right:0;width:2em;height:100%;font-size:1.2em}.custom-content[data-v-002ae342]{font-size:16px;padding:1em;word-break:break-all}.btns[data-v-002ae342]{display:flex;justify-content:center}.btn[data-v-002ae342]{flex:1 1 auto;border-radius:0}svg[data-v-29f8de14]{transform-origin:center;animation:rotate-29f8de14 2s linear infinite}circle[data-v-29f8de14]{fill:none;stroke-width:3;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash-29f8de14 1.5s ease-in-out infinite}@keyframes rotate-29f8de14{to{transform:rotate(360deg)}}@keyframes dash-29f8de14{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}svg[data-v-987aed3d]{transform-origin:center}svg[data-v-85491020]{transform-origin:center}.popup-plate[data-v-6e8b6f81]{box-sizing:border-box;width:100%;background-color:#ddd}.hide[data-v-6e8b6f81]{display:none!important}.popup-plate>div[data-v-6e8b6f81]:nth-child(1){display:flex;justify-content:flex-end;background-color:#fff;border-top:1px solid #e6e6e6}.popup-plate>div:nth-child(1)>div[data-v-6e8b6f81]{flex:0 0 auto;padding:0 .3rem;color:#5a82f0;font-size:16px;line-height:2.6;cursor:pointer}.popup-plate>.step[data-v-6e8b6f81]{display:flex;flex-wrap:wrap;justify-content:center;padding:.2rem .2rem .1rem}.popup-plate>.step>.popitem[data-v-6e8b6f81]{flex:0 0 auto;width:1rem;padding:.2rem 0;border:1px solid #e6e6e6;border-radius:.08rem;margin-right:.1rem;margin-bottom:.1rem;font-size:16px;line-height:1;text-align:center;background-color:#fff;cursor:pointer}.popup-plate>.step>.popitem[data-v-6e8b6f81]:not(.unactive):active{background-color:#eee}.popup-plate>.step>.popitem.unactive[data-v-6e8b6f81]{color:#ccc}.popup-plate>.step>.popitem.popitem-clear[data-v-6e8b6f81]{background-color:#eee;display:flex;justify-content:center;align-items:center}svg[data-v-4747d4a7]{transform-origin:center}
1
+ .icon[data-v-8789b4ce]{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:1em}@media only screen and (max-width: 300px){html{font-size:40px}}@media only screen and (min-width: 301px) and (max-width: 330px){html{font-size:44px}}@media only screen and (min-width: 331px) and (max-width: 375px){html{font-size:50px}}@media only screen and (min-width: 376px) and (max-width: 405px){html{font-size:54px}}@media only screen and (min-width: 406px) and (max-width: 450px){html{font-size:60px}}@media only screen and (min-width: 451px) and (max-width: 480px){html{font-size:64px}}@media only screen and (min-width: 481px) and (max-width: 525px){html{font-size:70px}}@media only screen and (min-width: 526px) and (max-width: 555px){html{font-size:74px}}@media only screen and (min-width: 556px) and (max-width: 600px){html{font-size:80px}}@media only screen and (min-width: 601px) and (max-width: 640px){html{font-size:84px}}@media only screen and (min-width: 641px) and (max-width: 675px){html{font-size:90px}}@media only screen and (min-width: 676px) and (max-width: 705px){html{font-size:94px}}@media only screen and (min-width: 706px) and (max-width: 750px){html{font-size:100px}}@media only screen and (min-width: 751px){html{font-size:100px}}.button[data-v-a04d6936]{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;z-index:0}.label[data-v-a04d6936]{display:inline-flex;justify-content:center;align-items:center}.dialog-wrap[data-v-002ae342]{display:flex;justify-content:center;align-items:center}.dialog[data-v-002ae342]{border-radius:8px;background-color:#fff;min-width:20em;max-width:50%;overflow:hidden}.title[data-v-002ae342]{position:relative;font-size:20px;min-height:20px;margin-top:1em}.title-inner[data-v-002ae342]{font-weight:700;min-height:20px;padding:0 2em;text-align:center}.close[data-v-002ae342]{position:absolute;top:0;right:0;width:2em;height:100%;font-size:1.2em}.custom-content[data-v-002ae342]{font-size:16px;padding:1em;word-break:break-all}.btns[data-v-002ae342]{display:flex;justify-content:center}.btn[data-v-002ae342]{flex:1 1 auto;border-radius:0}svg[data-v-29f8de14]{transform-origin:center;animation:rotate-29f8de14 2s linear infinite}circle[data-v-29f8de14]{fill:none;stroke-width:3;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash-29f8de14 1.5s ease-in-out infinite}@keyframes rotate-29f8de14{to{transform:rotate(360deg)}}@keyframes dash-29f8de14{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}svg[data-v-987aed3d]{transform-origin:center}svg[data-v-85491020]{transform-origin:center}.popup-plate[data-v-f0a361e8]{box-sizing:border-box;width:100%;background-color:#ddd}.hide[data-v-f0a361e8]{display:none!important}.popup-plate>div[data-v-f0a361e8]:nth-child(1){display:flex;justify-content:flex-end;background-color:#fff;border-top:1px solid #e6e6e6}.popup-plate>div:nth-child(1)>div[data-v-f0a361e8]{flex:0 0 auto;padding:0 .3rem;color:#5a82f0;font-size:16px;line-height:2.6;cursor:pointer}.popup-plate>.step[data-v-f0a361e8]{display:flex;flex-wrap:wrap;justify-content:center;padding:.2rem .2rem .1rem}.popup-plate>.step>.popitem[data-v-f0a361e8]{flex:0 0 auto;width:1rem;padding:.2rem 0;border:1px solid #e6e6e6;border-radius:.08rem;margin-right:.1rem;margin-bottom:.1rem;font-size:16px;line-height:1;text-align:center;background-color:#fff;cursor:pointer}.popup-plate>.step>.popitem[data-v-f0a361e8]:not(.unactive):active{background-color:#eee}.popup-plate>.step>.popitem.unactive[data-v-f0a361e8]{color:#ccc}.popup-plate>.step>.popitem.popitem-clear[data-v-f0a361e8]{background-color:#eee;display:flex;justify-content:center;align-items:center}svg[data-v-4747d4a7]{transform-origin:center}.ease-graph[data-v-c7c96812]{display:inline-block}.ease-graph>div[data-v-c7c96812]:nth-child(1){margin-top:10px;font-size:14px}.ease-graph>div[data-v-c7c96812]:nth-child(2){margin-bottom:10px}.ease-graph>div:nth-child(2)>div[data-v-c7c96812]{display:inline-block}.ease-graph>div:nth-child(2)>div+div[data-v-c7c96812]{margin-left:10px}.interpolation-graph[data-v-0cd76c9a]{display:inline-block}.interpolation-graph>div[data-v-0cd76c9a]:nth-child(1){margin-top:10px;margin-bottom:10px;font-size:14px}.ease-graph-wrap[data-v-28043235]{display:inline-block;margin-right:10px}.ease-group-gap[data-v-28043235]{margin:10px}.interpolation-graph-wrap[data-v-59130b9e]{display:inline-block;margin-right:10px}.wrap[data-v-a1fc9636]{position:relative;width:100%;height:100%;overflow:hidden;border-radius:4px}.bar[data-v-a1fc9636]{position:absolute;top:0;left:0;width:0;height:100%;text-align:center;font-size:12px;display:flex;justify-content:center;align-items:center;color:#666}svg[data-v-41294f60]{transform-origin:center}svg[data-v-b1f2ae20]{transform-origin:center}