@zyzgroup/core-vue 0.0.19 → 0.0.20
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/ce/style.css +1 -1
- package/ce/yz_custom_element.iife.js +118 -99
- package/ce/yz_custom_element.iife.js.map +1 -1
- package/ce/yz_custom_element.js +13055 -11177
- package/ce/yz_custom_element.js.map +1 -1
- package/ce/yz_custom_element.umd.cjs +118 -99
- package/ce/yz_custom_element.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/zyzgroup_core_vue.iife.js +52 -41
- package/dist/zyzgroup_core_vue.iife.js.map +1 -1
- package/dist/zyzgroup_core_vue.js +11427 -9748
- package/dist/zyzgroup_core_vue.js.map +1 -1
- package/dist/zyzgroup_core_vue.umd.cjs +52 -41
- package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/components/Canvas.ce.vue.d.ts +2 -2
- package/types/components/Canvas.vue.d.ts +2 -2
- package/types/components/CardFlip.ce.vue.d.ts +51 -0
- package/types/components/CardFlip.vue.d.ts +51 -0
- package/types/components/Cube.ce.vue.d.ts +56 -0
- package/types/components/Cube.vue.d.ts +56 -0
- package/types/components/Demo.ce.vue.d.ts +2 -0
- package/types/components/Demo.vue.d.ts +2 -0
- package/types/components/InputRange.ce.vue.d.ts +30 -5
- package/types/components/InputRange.vue.d.ts +30 -5
- package/types/components/InputRangeSvg.ce.vue.d.ts +78 -0
- package/types/components/InputRangeSvg.vue.d.ts +78 -0
- package/types/components/SVG.ce.vue.d.ts +2 -2
- package/types/components/SVG.vue.d.ts +2 -2
- package/types/components/chat/RingIndicator.ce.vue.d.ts +53 -0
- package/types/components/chat/RingIndicator.vue.d.ts +53 -0
- package/types/lib.d.ts +5 -1
- package/types/main.d.ts +2 -1
package/types/lib.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ import RadioGroup from "./components/RadioGroup.vue";
|
|
|
7
7
|
import CheckboxGroup from "./components/CheckboxGroup.vue";
|
|
8
8
|
import Input from "./components/Input.vue";
|
|
9
9
|
import InputRange from "./components/InputRange.vue";
|
|
10
|
+
import InputRangeSvg from "./components/InputRangeSvg.vue";
|
|
10
11
|
import SlideLeftItem from "./components/SlideLeftItem.vue";
|
|
11
12
|
import MouseOver from "./components/MouseOver.vue";
|
|
12
13
|
import Accordion from "./components/Accordion.vue";
|
|
@@ -53,4 +54,7 @@ import Loading8 from "./components/loading/Loading8.vue";
|
|
|
53
54
|
import Loading9 from "./components/loading/Loading9.vue";
|
|
54
55
|
import Loading10 from "./components/loading/Loading10.vue";
|
|
55
56
|
import Loading11 from "./components/loading/Loading11.vue";
|
|
56
|
-
|
|
57
|
+
import CardFlip from "./components/CardFlip.vue";
|
|
58
|
+
import Cube from "./components/Cube.vue";
|
|
59
|
+
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 };
|
package/types/main.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
import "./
|
|
1
|
+
import "./assets/css/font.css";
|
|
2
|
+
import "./assets/css/main.css";
|