@zyzgroup/core-vue 0.0.21 → 0.0.23

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 (129) hide show
  1. package/ce/style.css +1 -1
  2. package/ce/yz_custom_element.iife.js +139 -146
  3. package/ce/yz_custom_element.iife.js.map +1 -1
  4. package/ce/yz_custom_element.js +21754 -18479
  5. package/ce/yz_custom_element.js.map +1 -1
  6. package/ce/yz_custom_element.umd.cjs +139 -146
  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 +46 -54
  10. package/dist/zyzgroup_core_vue.iife.js.map +1 -1
  11. package/dist/zyzgroup_core_vue.js +17892 -15890
  12. package/dist/zyzgroup_core_vue.js.map +1 -1
  13. package/dist/zyzgroup_core_vue.umd.cjs +46 -54
  14. package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
  15. package/package.json +1 -1
  16. package/types/components/Accordion.ce.vue.d.ts +6 -6
  17. package/types/components/Accordion.vue.d.ts +6 -6
  18. package/types/components/Canvas.ce.vue.d.ts +7 -0
  19. package/types/components/Canvas.vue.d.ts +7 -0
  20. package/types/components/CardFlip.ce.vue.d.ts +1 -1
  21. package/types/components/CardFlip.vue.d.ts +1 -1
  22. package/types/components/Container.ce.vue.d.ts +69 -0
  23. package/types/components/Container.vue.d.ts +69 -0
  24. package/types/components/Cube.ce.vue.d.ts +1 -1
  25. package/types/components/Cube.vue.d.ts +1 -1
  26. package/types/components/Dialog.ce.vue.d.ts +5 -10
  27. package/types/components/Dialog.vue.d.ts +5 -10
  28. package/types/components/DialogLoading.ce.vue.d.ts +5 -10
  29. package/types/components/DialogLoading.vue.d.ts +5 -10
  30. package/types/components/DialogToast.ce.vue.d.ts +5 -10
  31. package/types/components/DialogToast.vue.d.ts +5 -10
  32. package/types/components/EaseGraphDisplay.ce.vue.d.ts +1 -1
  33. package/types/components/EaseGraphDisplay.vue.d.ts +1 -1
  34. package/types/components/Icon.ce.vue.d.ts +1 -1
  35. package/types/components/Icon.vue.d.ts +1 -1
  36. package/types/components/Image.ce.vue.d.ts +14 -8
  37. package/types/components/Image.vue.d.ts +14 -8
  38. package/types/components/ImageView.ce.vue.d.ts +6 -0
  39. package/types/components/ImageView.vue.d.ts +6 -0
  40. package/types/components/InterpolationGraphDisplay.ce.vue.d.ts +6 -6
  41. package/types/components/InterpolationGraphDisplay.vue.d.ts +6 -6
  42. package/types/components/Overlay.ce.vue.d.ts +8 -7
  43. package/types/components/Overlay.vue.d.ts +8 -7
  44. package/types/components/Page.ce.vue.d.ts +75 -0
  45. package/types/components/Page.vue.d.ts +75 -0
  46. package/types/components/PageVerticalScrollProgressBar.ce.vue.d.ts +1 -1
  47. package/types/components/PageVerticalScrollProgressBar.vue.d.ts +1 -1
  48. package/types/components/Pop.ce.vue.d.ts +41 -10
  49. package/types/components/Pop.vue.d.ts +41 -10
  50. package/types/components/ProgressBar.ce.vue.d.ts +1 -3
  51. package/types/components/ProgressBar.vue.d.ts +1 -3
  52. package/types/components/Routes.ce.vue.d.ts +45 -17
  53. package/types/components/Routes.vue.d.ts +45 -17
  54. package/types/components/SVG.ce.vue.d.ts +2 -0
  55. package/types/components/SVG.vue.d.ts +2 -0
  56. package/types/components/SVGAndCanvas.ce.vue.d.ts +1 -1
  57. package/types/components/SVGAndCanvas.vue.d.ts +1 -1
  58. package/types/components/SlideLeftItem.ce.vue.d.ts +1 -1
  59. package/types/components/SlideLeftItem.vue.d.ts +1 -1
  60. package/types/components/Tabs.ce.vue.d.ts +3 -13
  61. package/types/components/Tabs.vue.d.ts +3 -13
  62. package/types/components/Video.ce.vue.d.ts +1 -1
  63. package/types/components/Video.vue.d.ts +1 -1
  64. package/types/components/chat/ClockFlipper.ce.vue.d.ts +77 -0
  65. package/types/components/chat/ClockFlipper.vue.d.ts +77 -0
  66. package/types/components/chat/RingText.ce.vue.d.ts +49 -0
  67. package/types/components/chat/RingText.vue.d.ts +49 -0
  68. package/types/components/effect/BorderFocusText.ce.vue.d.ts +72 -0
  69. package/types/components/effect/BorderFocusText.vue.d.ts +72 -0
  70. package/types/components/effect/CSSAnimation.ce.vue.d.ts +89 -0
  71. package/types/components/effect/CSSAnimation.vue.d.ts +89 -0
  72. package/types/components/effect/CSSTransition.ce.vue.d.ts +68 -0
  73. package/types/components/effect/CSSTransition.vue.d.ts +68 -0
  74. package/types/components/effect/Circle.ce.vue.d.ts +59 -0
  75. package/types/components/effect/Circle.vue.d.ts +59 -0
  76. package/types/components/effect/Float.ce.vue.d.ts +67 -0
  77. package/types/components/effect/Float.vue.d.ts +67 -0
  78. package/types/components/effect/ImageMask.ce.vue.d.ts +42 -0
  79. package/types/components/effect/ImageMask.vue.d.ts +42 -0
  80. package/types/components/effect/LineDouble.ce.vue.d.ts +72 -0
  81. package/types/components/effect/LineDouble.vue.d.ts +72 -0
  82. package/types/components/effect/LineSingle.ce.vue.d.ts +72 -0
  83. package/types/components/effect/LineSingle.vue.d.ts +72 -0
  84. package/types/components/effect/Slide.ce.vue.d.ts +62 -0
  85. package/types/components/effect/Slide.vue.d.ts +62 -0
  86. package/types/components/effect/SlideCorner.ce.vue.d.ts +62 -0
  87. package/types/components/effect/SlideCorner.vue.d.ts +62 -0
  88. package/types/components/effect/TextBackgroundClip.ce.vue.d.ts +34 -0
  89. package/types/components/effect/TextBackgroundClip.vue.d.ts +34 -0
  90. package/types/components/form/CheckboxGroup.ce.vue.d.ts +94 -0
  91. package/types/components/form/CheckboxGroup.vue.d.ts +94 -0
  92. package/types/components/form/Input.ce.vue.d.ts +98 -0
  93. package/types/components/form/Input.vue.d.ts +98 -0
  94. package/types/components/form/RadioGroup.ce.vue.d.ts +94 -0
  95. package/types/components/form/RadioGroup.vue.d.ts +94 -0
  96. package/types/components/layout/LayoutCenter.ce.vue.d.ts +3 -3
  97. package/types/components/layout/LayoutCenter.vue.d.ts +3 -3
  98. package/types/components/loading/Loading11.ce.vue.d.ts +1 -1
  99. package/types/components/loading/Loading11.vue.d.ts +1 -1
  100. package/types/components/svg/SVGCheck.ce.vue.d.ts +1 -1
  101. package/types/components/svg/SVGCheck.vue.d.ts +1 -1
  102. package/types/components/svg/SVGCleanUp.ce.vue.d.ts +1 -1
  103. package/types/components/svg/SVGCleanUp.vue.d.ts +1 -1
  104. package/types/components/svg/SVGDelete.ce.vue.d.ts +1 -1
  105. package/types/components/svg/SVGDelete.vue.d.ts +1 -1
  106. package/types/components/svg/SVGDown.ce.vue.d.ts +1 -1
  107. package/types/components/svg/SVGDown.vue.d.ts +1 -1
  108. package/types/components/svg/SVGElement.ce.vue.d.ts +65 -0
  109. package/types/components/svg/SVGElement.vue.d.ts +65 -0
  110. package/types/components/svg/SVGFail.ce.vue.d.ts +1 -1
  111. package/types/components/svg/SVGFail.vue.d.ts +1 -1
  112. package/types/components/svg/SVGHome.ce.vue.d.ts +1 -1
  113. package/types/components/svg/SVGHome.vue.d.ts +1 -1
  114. package/types/components/svg/SVGLock.ce.vue.d.ts +1 -1
  115. package/types/components/svg/SVGLock.vue.d.ts +1 -1
  116. package/types/components/svg/SVGMaskNapkin.ce.vue.d.ts +2 -0
  117. package/types/components/svg/SVGMaskNapkin.vue.d.ts +2 -0
  118. package/types/components/svg/SVGPrompt.ce.vue.d.ts +1 -1
  119. package/types/components/svg/SVGPrompt.vue.d.ts +1 -1
  120. package/types/components/svg/SVGQuestion.ce.vue.d.ts +1 -1
  121. package/types/components/svg/SVGQuestion.vue.d.ts +1 -1
  122. package/types/components/svg/SVGReturn.ce.vue.d.ts +1 -1
  123. package/types/components/svg/SVGReturn.vue.d.ts +1 -1
  124. package/types/components/svg/SVGSuccess.vue.d.ts +1 -1
  125. package/types/components/svg/SVGWaiting.ce.vue.d.ts +1 -1
  126. package/types/components/svg/SVGWaiting.vue.d.ts +1 -1
  127. package/types/globalTeleport.d.ts +42 -6
  128. package/types/lib.d.ts +20 -5
  129. package/types/types.d.ts +3 -0
package/types/lib.d.ts CHANGED
@@ -3,19 +3,21 @@ import Button from "./components/Button.vue";
3
3
  import Select from "./components/Select.vue";
4
4
  import SelectAbsolute from "./components/SelectAbsolute.vue";
5
5
  import Switch from "./components/Switch.vue";
6
- import RadioGroup from "./components/RadioGroup.vue";
7
- import CheckboxGroup from "./components/CheckboxGroup.vue";
8
- import Input from "./components/Input.vue";
6
+ import RadioGroup from "./components/form/RadioGroup.vue";
7
+ import CheckboxGroup from "./components/form/CheckboxGroup.vue";
8
+ import Input from "./components/form/Input.vue";
9
9
  import InputRange from "./components/InputRange.vue";
10
10
  import InputRangeSvg from "./components/InputRangeSvg.vue";
11
11
  import SlideLeftItem from "./components/SlideLeftItem.vue";
12
- import MouseOver from "./components/MouseOver.vue";
13
12
  import Accordion from "./components/Accordion.vue";
14
13
  import Video from "./components/Video.vue";
15
14
  import Image from "./components/Image.vue";
16
15
  import ImageView from "./components/ImageView.vue";
17
16
  import LayoutMobile from "./components/layout/LayoutMobile.vue";
18
17
  import LayoutCenter from "./components/layout/LayoutCenter.vue";
18
+ import Container from "./components/Container.vue";
19
+ import Page from "./components/Page.vue";
20
+ import Routes from "./components/Routes.vue";
19
21
  import Overlay from "./components/Overlay.vue";
20
22
  import Pop from "./components/Pop.vue";
21
23
  import Popover from "./components/Popover.vue";
@@ -43,6 +45,7 @@ import SVGCheck from "./components/svg/SVGCheck.vue";
43
45
  import SVGDelete from "./components/svg/SVGDelete.vue";
44
46
  import SVGCleanUp from "./components/svg/SVGCleanUp.vue";
45
47
  import SVGDown from "./components/svg/SVGDown.vue";
48
+ import SVGMaskNapkin from "./components/svg/SVGMaskNapkin.vue";
46
49
  import Loading1 from "./components/loading/Loading1.vue";
47
50
  import Loading2 from "./components/loading/Loading2.vue";
48
51
  import Loading3 from "./components/loading/Loading3.vue";
@@ -57,4 +60,16 @@ import Loading11 from "./components/loading/Loading11.vue";
57
60
  import CardFlip from "./components/CardFlip.vue";
58
61
  import Cube from "./components/Cube.vue";
59
62
  import RingIndicator from "./components/chat/RingIndicator.vue";
60
- export { Icon, Button, LayoutMobile, LayoutCenter, Loading1, Loading2, Loading3, Loading4, Loading5, Loading6, Loading7, Loading8, Loading9, Loading10, Loading11, Overlay, Pop, Dialog, DialogLoading, DialogToast, Select, SelectAbsolute, Switch, RadioGroup, CheckboxGroup, Popover, ColorPicker, ResizeObserver, MapTianditu, SVGCheck, PlateMobile, SVGCleanUp, PlateKeyboard, SVGDelete, SlideLeftItem, PlateDisplay, Tab, Tabs, FPSStats, EaseGraphDisplay, EaseGroupGraphDisplay, InterpolationGraphDisplay, InterpolationGroupGraphDisplay, HandWritePanel, ProgressBar, PageVerticalScrollProgressBar, Video, Input, InputRange, InputRangeSvg, Accordion, SVGAndCanvas, Image, ImageView, MouseOver, SVGDown, CardFlip, Cube, RingIndicator };
63
+ import RingText from "./components/chat/RingText.vue";
64
+ import ClockFlipper from "./components/chat/ClockFlipper.vue";
65
+ import TextBackgroundClip from "./components/effect/TextBackgroundClip.vue";
66
+ import Slide from "./components/effect/Slide.vue";
67
+ import SlideCorner from "./components/effect/SlideCorner.vue";
68
+ import LineSingle from "./components/effect/LineSingle.vue";
69
+ import LineDouble from "./components/effect/LineDouble.vue";
70
+ import Float from "./components/effect/Float.vue";
71
+ import CSSAnimation from "./components/effect/CSSAnimation.vue";
72
+ import Circle from "./components/effect/Circle.vue";
73
+ import BorderFocusText from "./components/effect/BorderFocusText.vue";
74
+ import ImageMask from "./components/effect/ImageMask.vue";
75
+ export { Icon, Button, LayoutMobile, LayoutCenter, Loading1, Loading2, Loading3, Loading4, Loading5, Loading6, Loading7, Loading8, Loading9, Loading10, Loading11, Container, Page, Routes, Overlay, Pop, Dialog, DialogLoading, DialogToast, Select, SelectAbsolute, Switch, RadioGroup, CheckboxGroup, Popover, ColorPicker, ResizeObserver, MapTianditu, SVGCheck, PlateMobile, SVGCleanUp, PlateKeyboard, SVGDelete, SlideLeftItem, PlateDisplay, Tab, Tabs, FPSStats, EaseGraphDisplay, EaseGroupGraphDisplay, InterpolationGraphDisplay, InterpolationGroupGraphDisplay, HandWritePanel, ProgressBar, PageVerticalScrollProgressBar, Video, Input, InputRange, InputRangeSvg, Accordion, SVGAndCanvas, Image, ImageView, SVGDown, CardFlip, Cube, RingIndicator, RingText, ClockFlipper, TextBackgroundClip, Slide, SlideCorner, LineSingle, LineDouble, Float, CSSAnimation, Circle, BorderFocusText, SVGMaskNapkin, ImageMask };
@@ -0,0 +1,3 @@
1
+ export type ContainerType = "block" | "shrink" | "full";
2
+ export type EffectStatus = "start" | "end";
3
+ export type EffectTriggerTiming = "manual" | "mouseMove" | "click" | "immediate";