@zyzgroup/core-vue 0.0.17 → 0.0.19

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 (32) hide show
  1. package/ce/style.css +1 -1
  2. package/ce/yz_custom_element.iife.js +110 -89
  3. package/ce/yz_custom_element.iife.js.map +1 -1
  4. package/ce/yz_custom_element.js +12337 -10693
  5. package/ce/yz_custom_element.js.map +1 -1
  6. package/ce/yz_custom_element.umd.cjs +110 -89
  7. package/ce/yz_custom_element.umd.cjs.map +1 -1
  8. package/dist/style.css +1 -1
  9. package/dist/zyzgroup_core_vue.iife.js +50 -35
  10. package/dist/zyzgroup_core_vue.iife.js.map +1 -1
  11. package/dist/zyzgroup_core_vue.js +12490 -10977
  12. package/dist/zyzgroup_core_vue.js.map +1 -1
  13. package/dist/zyzgroup_core_vue.umd.cjs +50 -35
  14. package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
  15. package/package.json +1 -1
  16. package/types/components/Button.ce.vue.d.ts +3 -1
  17. package/types/components/Button.vue.d.ts +3 -1
  18. package/types/components/Canvas.ce.vue.d.ts +1 -3
  19. package/types/components/Canvas.vue.d.ts +1 -3
  20. package/types/components/CheckboxGroup.ce.vue.d.ts +21 -6
  21. package/types/components/CheckboxGroup.vue.d.ts +21 -6
  22. package/types/components/InputRange.ce.vue.d.ts +58 -0
  23. package/types/components/InputRange.vue.d.ts +58 -0
  24. package/types/components/MouseOver.ce.vue.d.ts +3 -3
  25. package/types/components/MouseOver.vue.d.ts +3 -3
  26. package/types/components/RadioGroup.ce.vue.d.ts +24 -9
  27. package/types/components/RadioGroup.vue.d.ts +24 -9
  28. package/types/components/SVGAndCanvas.ce.vue.d.ts +34 -1
  29. package/types/components/SVGAndCanvas.vue.d.ts +34 -1
  30. package/types/components/loading/Loading11.ce.vue.d.ts +34 -0
  31. package/types/components/loading/Loading11.vue.d.ts +34 -0
  32. package/types/lib.d.ts +3 -4
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}.button[data-v-ee116edd]{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;z-index:0}.label[data-v-ee116edd]{display:inline-flex;justify-content:center;align-items:center}svg[data-v-b1f2ae20]{transform-origin:center}svg[data-v-41294f60]{transform-origin:center}svg[data-v-4747d4a7]{transform-origin:center}.dialog-parent[data-v-6bd255c9]{display:flex;justify-content:center;align-items:center}.dialog[data-v-6bd255c9]{border-radius:8px;background-color:#fff;overflow:hidden}.title[data-v-6bd255c9]{position:relative;font-size:20px;min-height:20px;margin-top:1em}.title-inner[data-v-6bd255c9]{font-weight:700;min-height:20px;padding:0 2em;text-align:center}.close[data-v-6bd255c9]{position:absolute;top:0;right:0;width:2em;height:100%;font-size:1.2em;text-align:center}.custom-content[data-v-6bd255c9]{font-size:16px;word-break:break-all}.custom-content-default[data-v-6bd255c9]{padding:1em}.btns[data-v-6bd255c9]{display:flex;justify-content:center}.btn[data-v-6bd255c9]{flex:1 1 auto;border-radius:0}.loading-8[data-v-e5e3cf4c]{position:relative;display:inline-flex;justify-content:center;align-items:center;width:100%;height:100%}.loading-8 svg[data-v-e5e3cf4c]{transform-origin:center;animation:rotate-e5e3cf4c 2s linear infinite;width:50%;aspect-ratio:1 / 1}.loading-8 circle[data-v-e5e3cf4c]{fill:none;stroke-width:3;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash-e5e3cf4c 1.5s ease-in-out infinite}@keyframes rotate-e5e3cf4c{to{transform:rotate(360deg)}}@keyframes dash-e5e3cf4c{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}svg[data-v-85491020]{transform-origin:center}.wrap[data-v-30de81f6]{position:relative;overflow:hidden}.bar[data-v-30de81f6]{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}.image[data-v-928690db]{box-sizing:border-box;position:relative;overflow:hidden;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.image-inner[data-v-928690db]{background-repeat:no-repeat;background-position:center center}@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}}svg[data-v-987aed3d]{transform-origin:center}.canvas-wrap[data-v-83f4b281]{display:block;position:relative;overflow:hidden;width:100%;height:100%}.ease-graph[data-v-a2b487d0]{display:inline-block}.ease-graph>div[data-v-a2b487d0]:nth-child(1){margin-top:10px;font-size:14px}.ease-graph>div[data-v-a2b487d0]:nth-child(2){margin-bottom:10px}.ease-graph>div:nth-child(2)>div[data-v-a2b487d0]{display:inline-block}.ease-graph>div:nth-child(2)>div+div[data-v-a2b487d0]{margin-left:10px}.interpolation-graph[data-v-18aca8d5]{display:inline-block}.interpolation-graph>div[data-v-18aca8d5]:nth-child(1){margin-top:10px;margin-bottom:10px;font-size:14px}.svg[data-v-3a8033cf]{display:block;position:relative;overflow:hidden;width:100%;height:100%}
1
+ .icon[data-v-8789b4ce]{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:1em}.loading-11[data-v-f95fac77]{position:relative;display:inline-flex;justify-content:center;align-items:center;width:100%;height:100%}.loading-11-inner[data-v-f95fac77]{position:relative}.loading-11-inner .container[data-v-f95fac77]{position:absolute;width:100%;height:100%}.loading-11-inner .container .dot[data-v-f95fac77]{width:20%;height:20%;border-radius:100%;position:absolute;animation:bouncedelay-f95fac77 1.2s infinite ease-in-out;animation-fill-mode:both}.loading-11-inner .container .dot-1[data-v-f95fac77]{top:0;left:0}.loading-11-inner .container .dot-2[data-v-f95fac77]{top:0;right:0}.loading-11-inner .container .dot-3[data-v-f95fac77]{right:0;bottom:0}.loading-11-inner .container .dot-4[data-v-f95fac77]{left:0;bottom:0}.loading-11-inner .container-1 .dot-2[data-v-f95fac77]{animation-delay:-.9s}.loading-11-inner .container-1 .dot-3[data-v-f95fac77]{animation-delay:-.6s}.loading-11-inner .container-1 .dot-4[data-v-f95fac77]{animation-delay:-.3s}.loading-11-inner .container-2[data-v-f95fac77]{transform:rotate(45deg)}.loading-11-inner .container-2 .dot-1[data-v-f95fac77]{animation-delay:-1.1s}.loading-11-inner .container-2 .dot-2[data-v-f95fac77]{animation-delay:-.8s}.loading-11-inner .container-2 .dot-3[data-v-f95fac77]{animation-delay:-.5s}.loading-11-inner .container-2 .dot-4[data-v-f95fac77]{animation-delay:-.2s}.loading-11-inner .container-3[data-v-f95fac77]{transform:rotate(90deg)}.loading-11-inner .container-3 .dot-1[data-v-f95fac77]{animation-delay:-1s}.loading-11-inner .container-3 .dot-2[data-v-f95fac77]{animation-delay:-.7s}.loading-11-inner .container-3 .dot-3[data-v-f95fac77]{animation-delay:-.4s}.loading-11-inner .container-3 .dot-4[data-v-f95fac77]{animation-delay:-.1s}@keyframes bouncedelay-f95fac77{0%,80%,to{transform:scale(.3)}40%{transform:scale(1)}}.button[data-v-ea027c50]{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;z-index:0}.label[data-v-ea027c50]{display:inline-flex;justify-content:center;align-items:center}.loading[data-v-ea027c50]{margin-right:6px}svg[data-v-b1f2ae20]{transform-origin:center}svg[data-v-41294f60]{transform-origin:center}svg[data-v-4747d4a7]{transform-origin:center}.dialog-parent[data-v-6bd255c9]{display:flex;justify-content:center;align-items:center}.dialog[data-v-6bd255c9]{border-radius:8px;background-color:#fff;overflow:hidden}.title[data-v-6bd255c9]{position:relative;font-size:20px;min-height:20px;margin-top:1em}.title-inner[data-v-6bd255c9]{font-weight:700;min-height:20px;padding:0 2em;text-align:center}.close[data-v-6bd255c9]{position:absolute;top:0;right:0;width:2em;height:100%;font-size:1.2em;text-align:center}.custom-content[data-v-6bd255c9]{font-size:16px;word-break:break-all}.custom-content-default[data-v-6bd255c9]{padding:1em}.btns[data-v-6bd255c9]{display:flex;justify-content:center}.btn[data-v-6bd255c9]{flex:1 1 auto;border-radius:0}.loading-8[data-v-e5e3cf4c]{position:relative;display:inline-flex;justify-content:center;align-items:center;width:100%;height:100%}.loading-8 svg[data-v-e5e3cf4c]{transform-origin:center;animation:rotate-e5e3cf4c 2s linear infinite;width:50%;aspect-ratio:1 / 1}.loading-8 circle[data-v-e5e3cf4c]{fill:none;stroke-width:3;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash-e5e3cf4c 1.5s ease-in-out infinite}@keyframes rotate-e5e3cf4c{to{transform:rotate(360deg)}}@keyframes dash-e5e3cf4c{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}svg[data-v-85491020]{transform-origin:center}.wrap[data-v-30de81f6]{position:relative;overflow:hidden}.bar[data-v-30de81f6]{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}.image[data-v-928690db]{box-sizing:border-box;position:relative;overflow:hidden;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.image-inner[data-v-928690db]{background-repeat:no-repeat;background-position:center center}@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}}svg[data-v-987aed3d]{transform-origin:center}.canvas-wrap[data-v-98a022ba]{display:block;position:relative;overflow:hidden;width:100%;height:100%}.ease-graph[data-v-a2b487d0]{display:inline-block}.ease-graph>div[data-v-a2b487d0]:nth-child(1){margin-top:10px;font-size:14px}.ease-graph>div[data-v-a2b487d0]:nth-child(2){margin-bottom:10px}.ease-graph>div:nth-child(2)>div[data-v-a2b487d0]{display:inline-block}.ease-graph>div:nth-child(2)>div+div[data-v-a2b487d0]{margin-left:10px}.interpolation-graph[data-v-18aca8d5]{display:inline-block}.interpolation-graph>div[data-v-18aca8d5]:nth-child(1){margin-top:10px;margin-bottom:10px;font-size:14px}.input-range[data-v-ed564377]{position:relative;box-sizing:border-box;font-size:1em;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.input-range-label[data-v-ed564377]{min-width:3em;text-align:right}input[type=range][data-v-ed564377]{flex:1 1 auto;-webkit-appearance:none;appearance:none;border-radius:9999px}input[type=range][data-v-ed564377]:focus{outline:none}input[type=range][data-v-ed564377]::-webkit-slider-runnable-track{height:4px;border-radius:9999px}input[type=range][data-v-ed564377]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:20px;width:20px;margin-top:-8px;background:var(--input-range-color);border-radius:50%;cursor:pointer}.svg[data-v-60764462]{display:block;position:relative;overflow:hidden;width:100%;height:100%}