@zyzgroup/core-vue 0.0.10 → 0.0.12

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 (88) hide show
  1. package/README.md +2 -0
  2. package/ce/style.css +1 -1
  3. package/ce/yz_custom_element.iife.js +37 -76
  4. package/ce/yz_custom_element.iife.js.map +1 -1
  5. package/ce/yz_custom_element.js +9416 -41421
  6. package/ce/yz_custom_element.js.map +1 -1
  7. package/ce/yz_custom_element.umd.cjs +37 -76
  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 +32 -55
  11. package/dist/zyzgroup_core_vue.iife.js.map +1 -0
  12. package/dist/zyzgroup_core_vue.js +7640 -37883
  13. package/dist/zyzgroup_core_vue.js.map +1 -0
  14. package/dist/zyzgroup_core_vue.umd.cjs +32 -55
  15. package/dist/zyzgroup_core_vue.umd.cjs.map +1 -0
  16. package/package.json +5 -5
  17. package/types/components/Button.ce.vue.d.ts +13 -15
  18. package/types/components/Button.vue.d.ts +13 -15
  19. package/types/components/CheckboxGroup.ce.vue.d.ts +79 -0
  20. package/types/components/CheckboxGroup.vue.d.ts +79 -0
  21. package/types/components/ColorPicker.ce.vue.d.ts +41 -0
  22. package/types/components/ColorPicker.vue.d.ts +41 -0
  23. package/types/components/Dialog.ce.vue.d.ts +12 -8
  24. package/types/components/Dialog.vue.d.ts +12 -8
  25. package/types/components/DialogLoading.ce.vue.d.ts +28 -7
  26. package/types/components/DialogLoading.vue.d.ts +28 -7
  27. package/types/components/MapTianditu.ce.vue.d.ts +67 -0
  28. package/types/components/MapTianditu.vue.d.ts +67 -0
  29. package/types/components/MobileLayout.ce.vue.d.ts +1 -1
  30. package/types/components/MobileLayout.vue.d.ts +1 -1
  31. package/types/components/Overlay.ce.vue.d.ts +40 -0
  32. package/types/components/Overlay.vue.d.ts +40 -0
  33. package/types/components/PlateDisplay.ce.vue.d.ts +37 -0
  34. package/types/components/PlateDisplay.vue.d.ts +37 -0
  35. package/types/components/PlateKeyboard.ce.vue.d.ts +45 -0
  36. package/types/components/PlateKeyboard.vue.d.ts +45 -0
  37. package/types/components/PlateMobile.ce.vue.d.ts +35 -0
  38. package/types/components/PlateMobile.vue.d.ts +35 -0
  39. package/types/components/Pop.ce.vue.d.ts +62 -0
  40. package/types/components/Pop.vue.d.ts +62 -0
  41. package/types/components/Popover.ce.vue.d.ts +37 -0
  42. package/types/components/Popover.vue.d.ts +37 -0
  43. package/types/components/PopoverHeadlessUI.ce.vue.d.ts +10 -0
  44. package/types/components/PopoverHeadlessUI.vue.d.ts +10 -0
  45. package/types/components/RadioGroup.ce.vue.d.ts +79 -0
  46. package/types/components/RadioGroup.vue.d.ts +79 -0
  47. package/types/components/RadioGroupHeadlessUI.ce.vue.d.ts +76 -0
  48. package/types/components/RadioGroupHeadlessUI.vue.d.ts +76 -0
  49. package/types/components/ResizeObserver.ce.vue.d.ts +37 -0
  50. package/types/components/ResizeObserver.vue.d.ts +37 -0
  51. package/types/components/Select.ce.vue.d.ts +31 -4
  52. package/types/components/Select.vue.d.ts +31 -4
  53. package/types/components/SlideLeftItem.ce.vue.d.ts +60 -0
  54. package/types/components/SlideLeftItem.vue.d.ts +60 -0
  55. package/types/components/Switch.ce.vue.d.ts +63 -0
  56. package/types/components/Switch.vue.d.ts +63 -0
  57. package/types/components/SwitchHeadlessUI.ce.vue.d.ts +15 -0
  58. package/types/components/SwitchHeadlessUI.vue.d.ts +15 -0
  59. package/types/components/Tab.ce.vue.d.ts +30 -0
  60. package/types/components/Tab.vue.d.ts +30 -0
  61. package/types/components/TabHeadlessUI.ce.vue.d.ts +67 -0
  62. package/types/components/TabHeadlessUI.vue.d.ts +67 -0
  63. package/types/components/Tabs.ce.vue.d.ts +33 -0
  64. package/types/components/Tabs.vue.d.ts +33 -0
  65. package/types/components/TabsForCE.ce.vue.d.ts +38 -0
  66. package/types/components/TabsForCE.vue.d.ts +38 -0
  67. package/types/components/svg/SVGCheck.ce.vue.d.ts +34 -0
  68. package/types/components/svg/SVGCheck.vue.d.ts +34 -0
  69. package/types/components/svg/SVGCleanUp.ce.vue.d.ts +34 -0
  70. package/types/components/svg/SVGCleanUp.vue.d.ts +34 -0
  71. package/types/components/svg/SVGDelete.ce.vue.d.ts +36 -0
  72. package/types/components/svg/SVGDelete.vue.d.ts +36 -0
  73. package/types/components/svg/SVGFail.ce.vue.d.ts +36 -0
  74. package/types/components/svg/SVGFail.vue.d.ts +36 -0
  75. package/types/components/svg/SVGHome.ce.vue.d.ts +36 -0
  76. package/types/components/svg/SVGHome.vue.d.ts +36 -0
  77. package/types/components/svg/SVGPrompt.ce.vue.d.ts +36 -0
  78. package/types/components/svg/SVGPrompt.vue.d.ts +36 -0
  79. package/types/components/svg/SVGQuestion.ce.vue.d.ts +36 -0
  80. package/types/components/svg/SVGQuestion.vue.d.ts +36 -0
  81. package/types/components/svg/SVGReturn.ce.vue.d.ts +36 -0
  82. package/types/components/svg/SVGReturn.vue.d.ts +36 -0
  83. package/types/components/svg/SVGSuccess.vue.d.ts +36 -0
  84. package/types/components/svg/SVGWaiting.ce.vue.d.ts +36 -0
  85. package/types/components/svg/SVGWaiting.vue.d.ts +36 -0
  86. package/types/hooks/useWindowSize.d.ts +5 -0
  87. package/types/lib.d.ts +19 -3
  88. package/dist/vite.svg +0 -1
package/README.md CHANGED
@@ -12,4 +12,6 @@ https://cdn.jsdelivr.net/npm/@zyzgroup/core-vue@latest/ce/yz_custom_element.iife
12
12
 
13
13
  /src/lib.ts
14
14
 
15
+ // "build": "npm run ce && vue-tsc --emitDeclarationOnly && vite build",
16
+
15
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-2ca78297]{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;z-index:0}.label[data-v-2ca78297]{display:inline-flex;justify-content:center;align-items:center}.overlay[data-v-23e93400]{position:fixed;z-index:2000;inset:0}.content[data-v-23e93400]{position:fixed;z-index:2001;inset:0;overflow-y:auto}.content-inner[data-v-23e93400]{display:flex;min-height:100%;align-items:center;justify-content:center;text-align:center}.panel[data-v-23e93400]{border-radius:1em;vertical-align:middle;min-width:20em;max-width:50%;overflow:hidden}.title[data-v-23e93400]{position:relative;font-size:20px;min-height:20px;margin-top:1em}.title-inner[data-v-23e93400]{font-weight:700;min-height:20px;padding:0 2em}.close[data-v-23e93400]{position:absolute;top:0;right:0;width:2em;height:100%;font-size:1.2em}.custom-content[data-v-23e93400]{font-size:16px;padding:1em;word-break:break-all}.btns[data-v-23e93400]{display:flex;justify-content:center}.btn[data-v-23e93400]{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}}
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}