@zyzgroup/core-web 0.1.92 → 0.1.94
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/dist/css/font.css +108 -0
- package/dist/css/theme.css +58 -53
- package/dist/zyzgroup_core_web.iife.js +115 -54
- package/dist/zyzgroup_core_web.iife.js.map +1 -1
- package/dist/zyzgroup_core_web.js +30456 -23273
- package/dist/zyzgroup_core_web.js.map +1 -1
- package/dist/zyzgroup_core_web.umd.cjs +115 -54
- package/dist/zyzgroup_core_web.umd.cjs.map +1 -1
- package/package.json +10 -2
- package/types/components/angular/demoAngular.d.ts +1 -0
- package/types/components/angular/demoAngular.d.ts.map +1 -0
- package/types/components/component-core.d.ts +7 -2
- package/types/components/component-core.d.ts.map +1 -1
- package/types/components/index.d.ts +1 -0
- package/types/components/index.d.ts.map +1 -1
- package/types/components/react/CatFriends.d.ts +2 -0
- package/types/components/react/CatFriends.d.ts.map +1 -0
- package/types/components/react/DemoForm.d.ts +2 -0
- package/types/components/react/DemoForm.d.ts.map +1 -0
- package/types/components/react/ErrorBoundary.d.ts +16 -0
- package/types/components/react/ErrorBoundary.d.ts.map +1 -0
- package/types/components/react/TravelPlan.d.ts +2 -0
- package/types/components/react/TravelPlan.d.ts.map +1 -0
- package/types/components/react/VideoPlayer.d.ts +5 -0
- package/types/components/react/VideoPlayer.d.ts.map +1 -0
- package/types/components/react/demoReact.d.ts +4 -0
- package/types/components/react/demoReact.d.ts.map +1 -0
- package/types/components/react/index.d.ts +2 -0
- package/types/components/react/index.d.ts.map +1 -0
- package/types/components/react/motion/Refresh.d.ts +4 -0
- package/types/components/react/motion/Refresh.d.ts.map +1 -0
- package/types/components/react/motion/demo/AddToBasket.d.ts +12 -0
- package/types/components/react/motion/demo/AddToBasket.d.ts.map +1 -0
- package/types/components/react/motion/demo/Cursor.d.ts +4 -0
- package/types/components/react/motion/demo/Cursor.d.ts.map +1 -0
- package/types/components/react/motion/demo/LayoutAnchor.d.ts +6 -0
- package/types/components/react/motion/demo/LayoutAnchor.d.ts.map +1 -0
- package/types/components/react/motion/demo/LayoutAnimation.d.ts +2 -0
- package/types/components/react/motion/demo/LayoutAnimation.d.ts.map +1 -0
- package/types/components/react/motion/demo/LayoutGroup.d.ts +2 -0
- package/types/components/react/motion/demo/LayoutGroup.d.ts.map +1 -0
- package/types/components/react/motion/demo/MotionDemo.d.ts +2 -0
- package/types/components/react/motion/demo/MotionDemo.d.ts.map +1 -0
- package/types/components/react/motion/demo/Navigation.d.ts +2 -0
- package/types/components/react/motion/demo/Navigation.d.ts.map +1 -0
- package/types/components/react/motion/demo/Reordering.d.ts +2 -0
- package/types/components/react/motion/demo/Reordering.d.ts.map +1 -0
- package/types/components/react/motion/demo/ScrollLinked.d.ts +2 -0
- package/types/components/react/motion/demo/ScrollLinked.d.ts.map +1 -0
- package/types/components/react/motion/demo/ScrollTriggered.d.ts +2 -0
- package/types/components/react/motion/demo/ScrollTriggered.d.ts.map +1 -0
- package/types/components/react/motion/demo/SharedLayoutAnimation.d.ts +2 -0
- package/types/components/react/motion/demo/SharedLayoutAnimation.d.ts.map +1 -0
- package/types/components/react/motion/demo/StateAnimations.d.ts +2 -0
- package/types/components/react/motion/demo/StateAnimations.d.ts.map +1 -0
- package/types/components/react/motion/demo/UseTransform.d.ts +2 -0
- package/types/components/react/motion/demo/UseTransform.d.ts.map +1 -0
- package/types/components/react/motion/index.d.ts +2 -0
- package/types/components/react/motion/index.d.ts.map +1 -0
- package/types/components/react/ssr/Html.d.ts +7 -0
- package/types/components/react/ssr/Html.d.ts.map +1 -0
- package/types/components/vue/demoVue.d.ts +16 -0
- package/types/components/vue/demoVue.d.ts.map +1 -0
- package/types/{hooks/useCookie.d.ts → createCookie.d.ts} +2 -2
- package/types/createCookie.d.ts.map +1 -0
- package/types/{hooks/useIndexDB.d.ts → createIndexDB.d.ts} +1 -1
- package/types/createIndexDB.d.ts.map +1 -0
- package/types/{hooks/useLocalStorage.d.ts → createLocalStorage.d.ts} +2 -2
- package/types/createLocalStorage.d.ts.map +1 -0
- package/types/{hooks/useSessionStorage.d.ts → createSessionStorage.d.ts} +2 -2
- package/types/createSessionStorage.d.ts.map +1 -0
- package/types/{hooks/useAttribute.d.ts → dom/attribute.d.ts} +3 -3
- package/types/dom/attribute.d.ts.map +1 -0
- package/types/dom/coords.d.ts +6 -0
- package/types/dom/coords.d.ts.map +1 -0
- package/types/{hooks/useElementEventBus.d.ts → dom/createElementEventBus.d.ts} +8 -8
- package/types/dom/createElementEventBus.d.ts.map +1 -0
- package/types/{hooks/useEventListener.d.ts → dom/createEventListener.d.ts} +7 -7
- package/types/dom/createEventListener.d.ts.map +1 -0
- package/types/dom/dataset.d.ts +7 -0
- package/types/dom/dataset.d.ts.map +1 -0
- package/types/{hooks/useElement.d.ts → dom/dom.d.ts} +8 -8
- package/types/dom/dom.d.ts.map +1 -0
- package/types/{hooks/useElementEvents.d.ts → dom/elementEvents.d.ts} +24 -84
- package/types/dom/elementEvents.d.ts.map +1 -0
- package/types/{hooks/useFeRouteChange.d.ts → dom/feRouteChange.d.ts} +6 -6
- package/types/dom/feRouteChange.d.ts.map +1 -0
- package/types/dom/index.d.ts +15 -0
- package/types/dom/index.d.ts.map +1 -1
- package/types/dom/intersection.d.ts +4 -0
- package/types/dom/intersection.d.ts.map +1 -0
- package/types/dom/matchMedia.d.ts +3 -0
- package/types/dom/matchMedia.d.ts.map +1 -0
- package/types/{hooks/useMutation.d.ts → dom/mutation.d.ts} +2 -2
- package/types/dom/mutation.d.ts.map +1 -0
- package/types/dom/resize.d.ts +9 -0
- package/types/dom/resize.d.ts.map +1 -0
- package/types/{hooks/useSafeArea.d.ts → dom/safeArea.d.ts} +2 -2
- package/types/dom/safeArea.d.ts.map +1 -0
- package/types/{hooks/useStyle.d.ts → dom/style.d.ts} +1 -1
- package/types/dom/style.d.ts.map +1 -0
- package/types/dom/visible.d.ts +7 -0
- package/types/dom/visible.d.ts.map +1 -0
- package/types/file.d.ts +0 -4
- package/types/file.d.ts.map +1 -1
- package/types/hooks/alimini/createAliMiniControllableState.d.ts +12 -0
- package/types/hooks/alimini/createAliMiniControllableState.d.ts.map +1 -0
- package/types/hooks/core/index.d.ts +3 -0
- package/types/hooks/core/index.d.ts.map +1 -0
- package/types/hooks/core/reduxStore.d.ts +30 -0
- package/types/hooks/core/reduxStore.d.ts.map +1 -0
- package/types/hooks/core/stateStore.d.ts +10 -0
- package/types/hooks/core/stateStore.d.ts.map +1 -0
- package/types/hooks/index.d.ts +3 -20
- package/types/hooks/index.d.ts.map +1 -1
- package/types/hooks/react/index.d.ts +5 -0
- package/types/hooks/react/index.d.ts.map +1 -0
- package/types/hooks/react/useAnimationLoop.d.ts +2 -0
- package/types/hooks/react/useAnimationLoop.d.ts.map +1 -0
- package/types/hooks/react/useAppState.d.ts +15 -0
- package/types/hooks/react/useAppState.d.ts.map +1 -0
- package/types/hooks/react/useDelayedValue.d.ts +2 -0
- package/types/hooks/react/useDelayedValue.d.ts.map +1 -0
- package/types/hooks/react/useDimensions.d.ts +5 -0
- package/types/hooks/react/useDimensions.d.ts.map +1 -0
- package/types/hooks/react/useDoublePress.d.ts +3 -0
- package/types/hooks/react/useDoublePress.d.ts.map +1 -0
- package/types/hooks/react/useFadeIn.d.ts +3 -0
- package/types/hooks/react/useFadeIn.d.ts.map +1 -0
- package/types/hooks/react/useFetch.d.ts +2 -0
- package/types/hooks/react/useFetch.d.ts.map +1 -0
- package/types/hooks/react/useFormInput.d.ts +5 -0
- package/types/hooks/react/useFormInput.d.ts.map +1 -0
- package/types/hooks/react/useImmer.d.ts +9 -0
- package/types/hooks/react/useImmer.d.ts.map +1 -0
- package/types/hooks/react/useMailbox.d.ts +4 -0
- package/types/hooks/react/useMailbox.d.ts.map +1 -0
- package/types/hooks/react/useMinDisplayTime.d.ts +2 -0
- package/types/hooks/react/useMinDisplayTime.d.ts.map +1 -0
- package/types/hooks/react/useOnlineStatus.d.ts +2 -0
- package/types/hooks/react/useOnlineStatus.d.ts.map +1 -0
- package/types/hooks/react/usePointerPosition.d.ts +5 -0
- package/types/hooks/react/usePointerPosition.d.ts.map +1 -0
- package/types/hooks/react/useProgressBar.d.ts +1 -0
- package/types/hooks/react/useProgressBar.d.ts.map +1 -0
- package/types/hooks/react/useQuery.d.ts +12 -0
- package/types/hooks/react/useQuery.d.ts.map +1 -0
- package/types/hooks/react/useReactControllableState.d.ts +10 -0
- package/types/hooks/react/useReactControllableState.d.ts.map +1 -0
- package/types/hooks/react/useTimeout.d.ts +2 -0
- package/types/hooks/react/useTimeout.d.ts.map +1 -0
- package/types/hooks/react/useTimer.d.ts +2 -0
- package/types/hooks/react/useTimer.d.ts.map +1 -0
- package/types/hooks/useDraw/DrawContext.d.ts +3 -3
- package/types/hooks/useDraw/DrawContext.d.ts.map +1 -1
- package/types/hooks/useDraw/Shape.d.ts +2 -2
- package/types/hooks/useDraw/Shape.d.ts.map +1 -1
- package/types/hooks/useDraw/line/Arc.d.ts +1 -1
- package/types/hooks/useDraw/line/Arc.d.ts.map +1 -1
- package/types/hooks/useDraw/line/CubicBezier.d.ts +1 -1
- package/types/hooks/useDraw/line/CubicBezier.d.ts.map +1 -1
- package/types/hooks/useDraw/line/L.d.ts +1 -1
- package/types/hooks/useDraw/line/L.d.ts.map +1 -1
- package/types/hooks/useDraw/line/PathD.d.ts +1 -1
- package/types/hooks/useDraw/line/PathD.d.ts.map +1 -1
- package/types/hooks/useDraw/line/QuadraticBezier.d.ts +1 -1
- package/types/hooks/useDraw/line/QuadraticBezier.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/ArrowShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/ArrowShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/BallShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/BallShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/CurveShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/CurveShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/EllipseShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/EllipseShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/FoxShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/FoxShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/HeartShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/HeartShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/HeartVariantShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/HeartVariantShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/LineShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/LineShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/PointsShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/PointsShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/RabbitShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/RabbitShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/RectShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/RectShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/RingShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/RingShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/StarShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/StarShape.d.ts.map +1 -1
- package/types/hooks/useDraw/shapes/TextShape.d.ts +1 -1
- package/types/hooks/useDraw/shapes/TextShape.d.ts.map +1 -1
- package/types/hooks/vue/index.d.ts +3 -0
- package/types/hooks/vue/index.d.ts.map +1 -0
- package/types/hooks/vue/useAppState.d.ts +13 -0
- package/types/hooks/vue/useAppState.d.ts.map +1 -0
- package/types/hooks/vue/useVueControllableState.d.ts +11 -0
- package/types/hooks/vue/useVueControllableState.d.ts.map +1 -0
- package/types/hooks/wxmini/createWxMiniControllableState.d.ts +12 -0
- package/types/hooks/wxmini/createWxMiniControllableState.d.ts.map +1 -0
- package/types/index.d.ts +6 -3
- package/types/index.d.ts.map +1 -1
- package/types/math/Shape.d.ts +4 -4
- package/types/math/Shape.d.ts.map +1 -1
- package/types/math/line/Arc.d.ts +2 -2
- package/types/math/line/Arc.d.ts.map +1 -1
- package/types/math/line/CubicBezier.d.ts +2 -2
- package/types/math/line/CubicBezier.d.ts.map +1 -1
- package/types/math/line/L.d.ts +2 -2
- package/types/math/line/L.d.ts.map +1 -1
- package/types/math/line/PathD.d.ts +6 -6
- package/types/math/line/PathD.d.ts.map +1 -1
- package/types/math/line/QuadraticBezier.d.ts +2 -2
- package/types/math/line/QuadraticBezier.d.ts.map +1 -1
- package/types/math/shapes/Light3D.d.ts +2 -2
- package/types/math/shapes/Light3D.d.ts.map +1 -1
- package/types/math/shapes/Point3D.d.ts +2 -2
- package/types/math/shapes/Point3D.d.ts.map +1 -1
- package/types/math/shapes/Point3Ds.d.ts +2 -2
- package/types/math/shapes/Point3Ds.d.ts.map +1 -1
- package/types/motion.d.ts +7 -0
- package/types/motion.d.ts.map +1 -0
- package/types/{hooks/useServiceWorker.d.ts → serviceWorker.d.ts} +1 -1
- package/types/serviceWorker.d.ts.map +1 -0
- package/types/svg/SVGParse.d.ts +1 -1
- package/types/svg/SVGParse.d.ts.map +1 -1
- package/types/svg/SVGUtil.d.ts.map +1 -0
- package/types/svg/index.d.ts +2 -1
- package/types/svg/index.d.ts.map +1 -1
- package/types/{hooks/useTheme.d.ts → theme.d.ts} +13 -14
- package/types/theme.d.ts.map +1 -0
- package/types/Context.d.ts +0 -33
- package/types/Context.d.ts.map +0 -1
- package/types/env.d.ts +0 -23
- package/types/env.d.ts.map +0 -1
- package/types/hooks/useAttribute.d.ts.map +0 -1
- package/types/hooks/useCookie.d.ts.map +0 -1
- package/types/hooks/useCoords.d.ts +0 -6
- package/types/hooks/useCoords.d.ts.map +0 -1
- package/types/hooks/useDataset.d.ts +0 -4
- package/types/hooks/useDataset.d.ts.map +0 -1
- package/types/hooks/useDraw/svg/SVGParse.d.ts +0 -16
- package/types/hooks/useDraw/svg/SVGParse.d.ts.map +0 -1
- package/types/hooks/useDraw/svg/SVGUtil.d.ts.map +0 -1
- package/types/hooks/useDraw/svg/index.d.ts +0 -4
- package/types/hooks/useDraw/svg/index.d.ts.map +0 -1
- package/types/hooks/useDraw/svg/line2c.d.ts +0 -5
- package/types/hooks/useDraw/svg/line2c.d.ts.map +0 -1
- package/types/hooks/useElement.d.ts.map +0 -1
- package/types/hooks/useElementEventBus.d.ts.map +0 -1
- package/types/hooks/useElementEvents.d.ts.map +0 -1
- package/types/hooks/useEventListener.d.ts.map +0 -1
- package/types/hooks/useFeRouteChange.d.ts.map +0 -1
- package/types/hooks/useIndexDB.d.ts.map +0 -1
- package/types/hooks/useIntersection.d.ts +0 -4
- package/types/hooks/useIntersection.d.ts.map +0 -1
- package/types/hooks/useLocalStorage.d.ts.map +0 -1
- package/types/hooks/useMatchMedia.d.ts +0 -3
- package/types/hooks/useMatchMedia.d.ts.map +0 -1
- package/types/hooks/useMutation.d.ts.map +0 -1
- package/types/hooks/useResize.d.ts +0 -9
- package/types/hooks/useResize.d.ts.map +0 -1
- package/types/hooks/useSafeArea.d.ts.map +0 -1
- package/types/hooks/useServiceWorker.d.ts.map +0 -1
- package/types/hooks/useSessionStorage.d.ts.map +0 -1
- package/types/hooks/useStyle.d.ts.map +0 -1
- package/types/hooks/useTheme.d.ts.map +0 -1
- package/types/hooks/useVisible.d.ts +0 -10
- package/types/hooks/useVisible.d.ts.map +0 -1
- package/types/svg/DOMSVGUtil.d.ts +0 -20
- package/types/svg/DOMSVGUtil.d.ts.map +0 -1
- /package/types/{hooks/useDraw/svg → svg}/SVGUtil.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zyzgroup/core-web",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.94",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"browser": {
|
|
@@ -30,7 +30,10 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/hammerjs": "^2.0.45",
|
|
32
32
|
"@types/node": "^20.7.1",
|
|
33
|
+
"@types/react": "^19.2.14",
|
|
34
|
+
"@types/react-dom": "^19.2.3",
|
|
33
35
|
"@types/spark-md5": "^3.0.5",
|
|
36
|
+
"@types/use-sync-external-store": "^1.5.0",
|
|
34
37
|
"@zyzgroup/core-common": "link:../core-common",
|
|
35
38
|
"hammerjs": "^2.0.8",
|
|
36
39
|
"konva": "^9.2.2",
|
|
@@ -43,7 +46,12 @@
|
|
|
43
46
|
},
|
|
44
47
|
"dependencies": {
|
|
45
48
|
"@reduxjs/toolkit": "^2.6.1",
|
|
49
|
+
"immer": "^11.1.8",
|
|
50
|
+
"motion": "^12.41.0",
|
|
51
|
+
"react": "^19.2.5",
|
|
46
52
|
"spark-md5": "^3.0.2",
|
|
47
|
-
"three": "^0.162.0"
|
|
53
|
+
"three": "^0.162.0",
|
|
54
|
+
"use-sync-external-store": "^1.6.0",
|
|
55
|
+
"vue": "^3.5.13"
|
|
48
56
|
}
|
|
49
57
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=demoAngular.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"demoAngular.d.ts","sourceRoot":"","sources":["../../../src/components/angular/demoAngular.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
import { Component, ComponentContainer, ComponentInstance, Props, Effect,
|
|
1
|
+
import { Component, ComponentContainer, ComponentInstance, Props, Effect, ValueUpdater, State, CommonFn } from "@zyzgroup/core-common";
|
|
2
2
|
export declare function createMiniReact(): {
|
|
3
|
-
useState: <T = any>(initialValue: T) => [T,
|
|
3
|
+
useState: <T = any>(initialValue: T) => [T, ValueUpdater<T>];
|
|
4
|
+
useRef: <T = any>(initialValue: T) => {
|
|
5
|
+
current: T;
|
|
6
|
+
};
|
|
4
7
|
useEffect: (effect: Effect, deps?: any[]) => void;
|
|
8
|
+
useEffectEvent: (fn: (...args: any[]) => void) => CommonFn;
|
|
9
|
+
useCallback: (fn: CommonFn, deps?: any[]) => CommonFn;
|
|
5
10
|
render: (component: Component, container: ComponentContainer, props?: Props) => ComponentInstance;
|
|
6
11
|
unmount: (instance: ComponentInstance) => void;
|
|
7
12
|
scheduleRender: (instance: ComponentInstance) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component-core.d.ts","sourceRoot":"","sources":["../../src/components/component-core.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,kBAAkB,EAClB,iBAAiB,EACjB,KAAK,EACL,MAAM,EACN,
|
|
1
|
+
{"version":3,"file":"component-core.d.ts","sourceRoot":"","sources":["../../src/components/component-core.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,kBAAkB,EAClB,iBAAiB,EACjB,KAAK,EACL,MAAM,EACN,YAAY,EAGZ,KAAK,EASL,QAAQ,EACT,MAAM,uBAAuB,CAAC;AA0C/B,wBAAgB,eAAe;eAUX,CAAC,sBAAsB,CAAC,KAAG,CAAC,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC;aAkDjD,CAAC,sBAAsB,CAAC;;;wBAcb,MAAM,SAAS,GAAG,EAAE,KAAG,IAAI;yBAkC1B,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI;sBAO3B,QAAQ,SAAS,GAAG,EAAE,KAAG,QAAQ;wBAwC7C,SAAS,aACT,kBAAkB,UACtB,KAAK,KACX,iBAAiB;wBAmDO,iBAAiB;+BA3EV,iBAAiB,KAAG,IAAI;EAgG3D;AAmDD,wBAAgB,aAAa;0BASE,MAAM;mBA6Gb,CAAC,SAAS,KAAK,eAAe,CAAC,KAAG,CAAC;UA2C5C,CAAC,eAAe,CAAC;;;mBAmBR,CAAC,SAAS,KAAK,eAAe,CAAC,KAAG,CAAC;eAAnC,CAAC,SAAS,KAAK,eAAe,CAAC,KAAG,CAAC;kBAiLpC,KAAK,MAAM,WAAW,KAAG,KAAK;EA4HpD;AAED,eAAO,MAAM,OAAO;0BA1dW,MAAM;mBA6Gb,CAAC,SAAS,KAAK,eAAe,CAAC,KAAG,CAAC;UA2C5C,CAAC,eAAe,CAAC;;;mBAmBR,CAAC,SAAS,KAAK,eAAe,CAAC,KAAG,CAAC;eAAnC,CAAC,SAAS,KAAK,eAAe,CAAC,KAAG,CAAC;kBAiLpC,KAAK,MAAM,WAAW,KAAG,KAAK;CA8Hf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CatFriends.d.ts","sourceRoot":"","sources":["../../../src/components/react/CatFriends.tsx"],"names":[],"mappings":"AA2BA,MAAM,CAAC,OAAO,UAAU,UAAU,gCAiDjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DemoForm.d.ts","sourceRoot":"","sources":["../../../src/components/react/DemoForm.tsx"],"names":[],"mappings":"AA8CA,wBAAgB,QAAQ,gCA+HvB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export declare class ErrorBoundary extends React.Component {
|
|
3
|
+
state: {
|
|
4
|
+
hasError: boolean;
|
|
5
|
+
};
|
|
6
|
+
constructor(props: {
|
|
7
|
+
fallback: React.ReactNode;
|
|
8
|
+
children: React.ReactNode;
|
|
9
|
+
});
|
|
10
|
+
static getDerivedStateFromError(error: any): {
|
|
11
|
+
hasError: boolean;
|
|
12
|
+
};
|
|
13
|
+
componentDidCatch(error: any, info: any): void;
|
|
14
|
+
render(): any;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=ErrorBoundary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/react/ErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,qBAAa,aAAc,SAAQ,KAAK,CAAC,SAAS;IAChD,KAAK,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAA;KAAE,CAAC;gBAEjB,KAAK,EAAE;QAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;QAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;KAAE;IAK3E,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,GAAG;;;IAK1C,iBAAiB,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG;IAcvC,MAAM;CAQP"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TravelPlan.d.ts","sourceRoot":"","sources":["../../../src/components/react/TravelPlan.tsx"],"names":[],"mappings":"AAOA,wBAAgB,UAAU,gCAqDzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VideoPlayer.d.ts","sourceRoot":"","sources":["../../../src/components/react/VideoPlayer.tsx"],"names":[],"mappings":"AAGA,wBAAgB,WAAW,CAAC,EAC1B,GAAG,EACH,SAAS,EACV,EAAE;IACD,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,OAAO,CAAC;CACpB,+BAsBA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"demoReact.d.ts","sourceRoot":"","sources":["../../../src/components/react/demoReact.tsx"],"names":[],"mappings":"AA+aA,MAAM,CAAC,OAAO,UAAU,GAAG,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,MAAM,IAAI,CAAA;CAAE,+BAmEjE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/react/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Refresh.d.ts","sourceRoot":"","sources":["../../../../src/components/react/motion/Refresh.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,OAAO,GAAI,aAAa;IAAE,OAAO,EAAE,MAAM,IAAI,CAAA;CAAE,gCAuB3D,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
type Direction = "auto" | "cw" | "ccw";
|
|
2
|
+
interface AddToBasketProps {
|
|
3
|
+
strength?: number;
|
|
4
|
+
peak?: number;
|
|
5
|
+
rotate?: number;
|
|
6
|
+
duration?: number;
|
|
7
|
+
basketVelocityFactor?: number;
|
|
8
|
+
direction?: Direction;
|
|
9
|
+
}
|
|
10
|
+
export default function AddToBasket({ strength, peak, rotate, duration, basketVelocityFactor, direction }?: AddToBasketProps): import("react").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=AddToBasket.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddToBasket.d.ts","sourceRoot":"","sources":["../../../../../src/components/react/motion/demo/AddToBasket.tsx"],"names":[],"mappings":"AAaA,KAAK,SAAS,GAAG,MAAM,GAAG,IAAI,GAAG,KAAK,CAAC;AAEvC,UAAU,gBAAgB;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAMD,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,QAAc,EACd,IAAW,EACX,MAAY,EACZ,QAAe,EACf,oBAA2B,EAC3B,SAAgB,EACjB,GAAE,gBAAqB,+BAgJvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Cursor.d.ts","sourceRoot":"","sources":["../../../../../src/components/react/motion/demo/Cursor.tsx"],"names":[],"mappings":"AAGA,wBAAgB,MAAM,CAAC,EAAE,QAAgB,EAAE,EAAE;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,+BAkGlE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LayoutAnchor.d.ts","sourceRoot":"","sources":["../../../../../src/components/react/motion/demo/LayoutAnchor.tsx"],"names":[],"mappings":"AAKA,iBAAS,YAAY,CAAC,EAAE,OAAa,EAAE,OAAa,EAAE;;;CAAA,+BAiDrD;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LayoutAnimation.d.ts","sourceRoot":"","sources":["../../../../../src/components/react/motion/demo/LayoutAnimation.tsx"],"names":[],"mappings":"AAKA,MAAM,CAAC,OAAO,UAAU,eAAe,gCAyBtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LayoutGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/react/motion/demo/LayoutGroup.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MotionDemo.d.ts","sourceRoot":"","sources":["../../../../../src/components/react/motion/demo/MotionDemo.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Navigation.d.ts","sourceRoot":"","sources":["../../../../../src/components/react/motion/demo/Navigation.tsx"],"names":[],"mappings":"AAQA,MAAM,CAAC,OAAO,UAAU,QAAQ,gCAwB/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Reordering.d.ts","sourceRoot":"","sources":["../../../../../src/components/react/motion/demo/Reordering.tsx"],"names":[],"mappings":"AAOA,MAAM,CAAC,OAAO,UAAU,UAAU,gCAoBjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollLinked.d.ts","sourceRoot":"","sources":["../../../../../src/components/react/motion/demo/ScrollLinked.tsx"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,UAAU,YAAY,gCAqBnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollTriggered.d.ts","sourceRoot":"","sources":["../../../../../src/components/react/motion/demo/ScrollTriggered.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,eAAe,gCActC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SharedLayoutAnimation.d.ts","sourceRoot":"","sources":["../../../../../src/components/react/motion/demo/SharedLayoutAnimation.tsx"],"names":[],"mappings":"AAOA,MAAM,CAAC,OAAO,UAAU,qBAAqB,gCA2C5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StateAnimations.d.ts","sourceRoot":"","sources":["../../../../../src/components/react/motion/demo/StateAnimations.tsx"],"names":[],"mappings":"AAKA,MAAM,CAAC,OAAO,UAAU,eAAe,gCAoCtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UseTransform.d.ts","sourceRoot":"","sources":["../../../../../src/components/react/motion/demo/UseTransform.tsx"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,UAAU,YAAY,gCAsEnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/react/motion/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Html.d.ts","sourceRoot":"","sources":["../../../../src/components/react/ssr/Html.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EAC3B,MAAM,EACN,QAAQ,EACR,KAAK,EACN,EAAE;IACD,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,+BAuCA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Component, VNodeProps, VNode, AppContext } from "vue";
|
|
2
|
+
export interface CommonComponentProps extends VNodeProps {
|
|
3
|
+
[index: string]: any;
|
|
4
|
+
}
|
|
5
|
+
export declare function getVNode<T extends Component>(component: T, props?: CommonComponentProps): VNode;
|
|
6
|
+
export declare function renderComponent<T extends Component>(options: {
|
|
7
|
+
component: T;
|
|
8
|
+
props?: CommonComponentProps;
|
|
9
|
+
appContext?: AppContext;
|
|
10
|
+
selfContainer: HTMLElement;
|
|
11
|
+
parentContainer?: HTMLElement;
|
|
12
|
+
}): VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
}>;
|
|
15
|
+
export declare function enhanceComponent<T extends Component>(component: T): (options: CommonComponentProps) => VNode;
|
|
16
|
+
//# sourceMappingURL=demoVue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"demoVue.d.ts","sourceRoot":"","sources":["../../../src/components/vue/demoVue.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EA2BT,UAAU,EAEV,KAAK,EACL,UAAU,EAIX,MAAM,KAAK,CAAC;AA8Lb,MAAM,WAAW,oBAAqB,SAAQ,UAAU;IACtD,CAAC,KAAK,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB;AAED,wBAAgB,QAAQ,CAAC,CAAC,SAAS,SAAS,EAC1C,SAAS,EAAE,CAAC,EACZ,KAAK,CAAC,EAAE,oBAAoB,GAC3B,KAAK,CAGP;AAED,wBAAgB,eAAe,CAAC,CAAC,SAAS,SAAS,EAAE,OAAO,EAAE;IAC5D,SAAS,EAAE,CAAC,CAAC;IACb,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,aAAa,EAAE,WAAW,CAAC;IAC3B,eAAe,CAAC,EAAE,WAAW,CAAC;CAC/B;;GAQA;AAED,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,SAAS,EAClD,SAAS,EAAE,CAAC,GACX,CAAC,OAAO,EAAE,oBAAoB,KAAK,KAAK,CAoB1C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function createCookie(name: string, options?: {
|
|
2
2
|
value?: any;
|
|
3
3
|
days?: number;
|
|
4
4
|
path?: string;
|
|
@@ -9,4 +9,4 @@ export declare function useCookie(name: string, options?: {
|
|
|
9
9
|
set: (v: any) => void;
|
|
10
10
|
};
|
|
11
11
|
export declare function clearCookies(): void;
|
|
12
|
-
//# sourceMappingURL=
|
|
12
|
+
//# sourceMappingURL=createCookie.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createCookie.d.ts","sourceRoot":"","sources":["../src/createCookie.ts"],"names":[],"mappings":"AAaA,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE;IACR,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;;aAiBe,GAAG;EAwBpB;AAED,wBAAgB,YAAY,SA2B3B"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare function createIndexDB(dbName: string, dbVersion: number | undefined, tableName: string): Promise<unknown>;
|
|
2
2
|
export declare function writeToIndexDB(db: IDBDatabase, tableName: string, json?: Record<string, string | number>): Promise<unknown>;
|
|
3
|
-
//# sourceMappingURL=
|
|
3
|
+
//# sourceMappingURL=createIndexDB.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createIndexDB.d.ts","sourceRoot":"","sources":["../src/createIndexDB.ts"],"names":[],"mappings":"AAsBA,wBAAgB,aAAa,CAC3B,MAAM,EAAE,MAAM,EACd,SAAS,oBAAI,EACb,SAAS,EAAE,MAAM,oBAgBlB;AAED,wBAAgB,cAAc,CAC5B,EAAE,EAAE,WAAW,EACf,SAAS,EAAE,MAAM,EACjB,IAAI,GAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAA0B,oBAgB/D"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type TimestampValueOptions } from "@zyzgroup/core-common";
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function createLocalStorage(key: string | symbol, options?: TimestampValueOptions): {
|
|
3
3
|
get: () => any;
|
|
4
4
|
set: (v: any) => void;
|
|
5
5
|
};
|
|
6
6
|
export declare function clearLocalStorage(): void;
|
|
7
|
-
//# sourceMappingURL=
|
|
7
|
+
//# sourceMappingURL=createLocalStorage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createLocalStorage.d.ts","sourceRoot":"","sources":["../src/createLocalStorage.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,qBAAqB,EAC3B,MAAM,uBAAuB,CAAC;AAS/B,wBAAgB,kBAAkB,CAChC,GAAG,EAAE,MAAM,GAAG,MAAM,EACpB,OAAO,CAAC,EAAE,qBAAqB;;aAsCf,GAAG;EAapB;AAED,wBAAgB,iBAAiB,SAEhC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type TimestampValueOptions } from "@zyzgroup/core-common";
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function createSessionStorage(key: string | symbol, options?: TimestampValueOptions): {
|
|
3
3
|
get: () => any;
|
|
4
4
|
set: (v: any) => void;
|
|
5
5
|
};
|
|
6
6
|
export declare function clearSessionStorage(): void;
|
|
7
|
-
//# sourceMappingURL=
|
|
7
|
+
//# sourceMappingURL=createSessionStorage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createSessionStorage.d.ts","sourceRoot":"","sources":["../src/createSessionStorage.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,qBAAqB,EAC3B,MAAM,uBAAuB,CAAC;AA6C/B,wBAAgB,oBAAoB,CAClC,GAAG,EAAE,MAAM,GAAG,MAAM,EACpB,OAAO,CAAC,EAAE,qBAAqB;;aAsCf,GAAG;EAapB;AAED,wBAAgB,mBAAmB,SAElC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { type AnyElement } from "@zyzgroup/core-common";
|
|
2
|
-
import { YZCanvasContext } from "
|
|
3
|
-
export declare function
|
|
2
|
+
import { YZCanvasContext } from "../hooks/useDraw/canvas";
|
|
3
|
+
export declare function attribute(el: AnyElement, prop?: string | Record<string, any>, value?: string): string | Record<string, string | Record<string, string>> | null | undefined;
|
|
4
4
|
export declare function atomReadAttributes(el: AnyElement): Record<string, string | Record<string, string>>;
|
|
5
5
|
export declare function atomReadAttribute(el: AnyElement, prop: string): string | Record<string, string> | null;
|
|
6
6
|
export declare function atomWriteAttribute(el: AnyElement, prop: string, value: string): void;
|
|
7
7
|
export declare function atomRemoveAttribute(el: AnyElement, attrs: string): void;
|
|
8
8
|
export declare function cssAttrsToCanvasAttrs(ctx: YZCanvasContext, attrs: Record<string, string | CanvasGradient>): void;
|
|
9
|
-
//# sourceMappingURL=
|
|
9
|
+
//# sourceMappingURL=attribute.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attribute.d.ts","sourceRoot":"","sources":["../../src/dom/attribute.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAuB,MAAM,uBAAuB,CAAC;AAG7E,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAK1D,wBAAgB,SAAS,CACvB,EAAE,EAAE,UAAU,EACd,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnC,KAAK,CAAC,EAAE,MAAM,+EAyCf;AAED,wBAAgB,kBAAkB,CAAC,EAAE,EAAE,UAAU,mDAahD;AAED,wBAAgB,iBAAiB,CAAC,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,0CAM7D;AAED,wBAAgB,kBAAkB,CAChC,EAAE,EAAE,UAAU,EACd,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,MAAM,QAId;AAED,wBAAgB,mBAAmB,CAAC,EAAE,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,QAOhE;AAGD,wBAAgB,qBAAqB,CACnC,GAAG,EAAE,eAAe,EACpB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,cAAc,CAAC,QAsH/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coords.d.ts","sourceRoot":"","sources":["../../src/dom/coords.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,wBAAgB,OAAO,CACrB,OAAO,GAAE,eAIR,GACA,UAAU,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC,CA2CD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventBus, EventBusListeners } from "@zyzgroup/core-common";
|
|
2
|
-
import { MousePointEvent } from "./
|
|
2
|
+
import { MousePointEvent } from "./elementEvents";
|
|
3
3
|
type MousePoint = {
|
|
4
4
|
x: number;
|
|
5
5
|
y: number;
|
|
@@ -57,8 +57,8 @@ export interface ElementEventBusListeners extends EventBusListeners {
|
|
|
57
57
|
resize: (rect: DOMRect) => void;
|
|
58
58
|
}
|
|
59
59
|
export type ElementEventBus = EventBus<ElementEventBusListeners>;
|
|
60
|
-
export type ElementEventBusController = ReturnType<typeof
|
|
61
|
-
export declare function
|
|
60
|
+
export type ElementEventBusController = ReturnType<typeof createElementEventBus>;
|
|
61
|
+
export declare function createElementEventBus(el?: HTMLElement): {
|
|
62
62
|
el: HTMLElement;
|
|
63
63
|
readonly rect: {
|
|
64
64
|
width: number;
|
|
@@ -81,9 +81,9 @@ type Options = {
|
|
|
81
81
|
move?: (e: MousePointEvent) => void;
|
|
82
82
|
end?: (e: MousePointEvent) => void;
|
|
83
83
|
};
|
|
84
|
-
export declare function
|
|
85
|
-
export declare function
|
|
86
|
-
export declare function
|
|
87
|
-
export declare function
|
|
84
|
+
export declare function pressDownMove(controller: ElementEventBusController, options?: Options): () => void;
|
|
85
|
+
export declare function pressDownMoveWithPointer(controller: ElementEventBusController, options?: Options): () => void;
|
|
86
|
+
export declare function pressDownMoveWithMouse(controller: ElementEventBusController, options?: Options): () => void;
|
|
87
|
+
export declare function pressDownMoveWithTouch(controller: ElementEventBusController, options?: Options): () => void;
|
|
88
88
|
export {};
|
|
89
|
-
//# sourceMappingURL=
|
|
89
|
+
//# sourceMappingURL=createElementEventBus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createElementEventBus.d.ts","sourceRoot":"","sources":["../../src/dom/createElementEventBus.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { Observable } from "rxjs";
|
|
2
|
-
import { NodeEventHandler } from "rxjs/internal/observable/fromEvent";
|
|
2
|
+
import { type NodeEventHandler } from "rxjs/internal/observable/fromEvent";
|
|
3
3
|
export type EventMap = GlobalEventHandlersEventMap & ElementEventMap & HTMLElementEventMap & DocumentEventMap & WindowEventHandlersEventMap & WindowEventMap & MediaQueryListEventMap;
|
|
4
4
|
type EventName = keyof EventMap | "wheel" | "mousewheel" | "DOMMouseScroll" | "transitionend" | "webkitTransitionEnd" | "oTransitionEnd" | "MSTransitionEnd";
|
|
5
5
|
type EventScope = MouseEvent | KeyboardEvent | TouchEvent | PointerEvent | DragEvent | Event | CustomEvent | UIEvent | TransitionEvent | AnimationEvent | StorageEvent | any;
|
|
6
6
|
export declare function getEventCurrentTarget(e: any): any;
|
|
7
7
|
export type HTMLEventObservable = EventTarget | HTMLElement | SVGElement | SVGSVGElement | HTMLCanvasElement | any;
|
|
8
|
-
export declare function
|
|
9
|
-
export declare function
|
|
8
|
+
export declare function createEventListener(target: HTMLEventObservable, eventName: EventName, handler: (e: EventScope) => void | Promise<void>, useCapture?: boolean): () => void;
|
|
9
|
+
export declare function createParentEventListener(parent: HTMLEventObservable, target: HTMLEventObservable, eventName: EventName, handler: (e: EventScope) => void | Promise<void>, useCapture?: boolean): () => void;
|
|
10
10
|
export declare function removeAllEventListeners(target: HTMLEventObservable): void;
|
|
11
|
-
export declare function
|
|
12
|
-
export declare function createFromEventPattern(options: {
|
|
11
|
+
export declare function createEventListener$<T extends EventScope = EventScope>(target: HTMLEventObservable, eventName: EventName, useCapture?: boolean): Observable<T>;
|
|
12
|
+
export declare function createFromEventPattern$(options: {
|
|
13
13
|
register: (handler: NodeEventHandler) => any;
|
|
14
14
|
unregister?: (handler: NodeEventHandler, ...args: any[]) => any;
|
|
15
15
|
share?: boolean;
|
|
16
16
|
bufferSize?: number;
|
|
17
17
|
}): Observable<any[]>;
|
|
18
|
-
export declare function preventDefault(e: EventScope): void;
|
|
19
18
|
export declare function stopPropagation(e: EventScope): void;
|
|
19
|
+
export declare function preventDefault(e: EventScope): void;
|
|
20
20
|
export declare function createEvent(eventName: EventName, options?: MouseEventInit | KeyboardEventInit | TouchEventInit | PointerEventInit | DragEventInit | EventInit | CustomEventInit): EventScope;
|
|
21
21
|
export declare function dispatchEvent(target: HTMLEventObservable, eventName: EventName, event: EventScope): void;
|
|
22
22
|
export declare function dispatchEventFromEvent(e: EventScope, eventName: EventName): void;
|
|
23
23
|
export declare function dispatchClickFromEvent(e: EventScope): void;
|
|
24
24
|
export declare function simulateEventFromTouch(touchEvent: TouchEvent, eventName: EventName): EventScope;
|
|
25
25
|
export {};
|
|
26
|
-
//# sourceMappingURL=
|
|
26
|
+
//# sourceMappingURL=createEventListener.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createEventListener.d.ts","sourceRoot":"","sources":["../../src/dom/createEventListener.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA4C,MAAM,MAAM,CAAC;AAC5E,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAU3E,MAAM,MAAM,QAAQ,GAAG,2BAA2B,GAChD,eAAe,GACf,mBAAmB,GACnB,gBAAgB,GAChB,2BAA2B,GAC3B,cAAc,GACd,sBAAsB,CAAC;AAGzB,KAAK,SAAS,GACV,MAAM,QAAQ,GACd,OAAO,GACP,YAAY,GACZ,gBAAgB,GAChB,eAAe,GACf,qBAAqB,GACrB,gBAAgB,GAChB,iBAAiB,CAAC;AAEtB,KAAK,UAAU,GACX,UAAU,GACV,aAAa,GACb,UAAU,GACV,YAAY,GACZ,SAAS,GACT,KAAK,GACL,WAAW,GACX,OAAO,GACP,eAAe,GACf,cAAc,GACd,YAAY,GACZ,GAAG,CAAC;AAKR,wBAAgB,qBAAqB,CAAC,CAAC,EAAE,GAAG,OAa3C;AAED,MAAM,MAAM,mBAAmB,GAC3B,WAAW,GACX,WAAW,GACX,UAAU,GACV,aAAa,GACb,iBAAiB,GACjB,GAAG,CAAC;AAOR,wBAAgB,mBAAmB,CACjC,MAAM,EAAE,mBAAmB,EAC3B,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,EAChD,UAAU,UAAQ,GACjB,MAAM,IAAI,CAkBZ;AAGD,wBAAgB,yBAAyB,CACvC,MAAM,EAAE,mBAAmB,EAC3B,MAAM,EAAE,mBAAmB,EAC3B,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,EAChD,UAAU,UAAQ,GACjB,MAAM,IAAI,CAYZ;AAED,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,mBAAmB,QAElE;AAED,wBAAgB,oBAAoB,CAAC,CAAC,SAAS,UAAU,GAAG,UAAU,EACpE,MAAM,EAAE,mBAAmB,EAC3B,SAAS,EAAE,SAAS,EACpB,UAAU,UAAQ,GACjB,UAAU,CAAC,CAAC,CAAC,CAGf;AAmBD,wBAAgB,uBAAuB,CAAC,OAAO,EAAE;IAC/C,QAAQ,EAAE,CAAC,OAAO,EAAE,gBAAgB,KAAK,GAAG,CAAC;IAC7C,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,gBAAgB,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;IAChE,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,GAAG,UAAU,CAAC,GAAG,EAAE,CAAC,CA8BpB;AAOD,wBAAgB,eAAe,CAAC,CAAC,EAAE,UAAU,QAU5C;AAYD,wBAAgB,cAAc,CAAC,CAAC,EAAE,UAAU,QAU3C;AAoCD,wBAAgB,WAAW,CACzB,SAAS,EAAE,SAAS,EACpB,OAAO,GACH,cAAc,GACd,iBAAiB,GACjB,cAAc,GACd,gBAAgB,GAChB,aAAa,GACb,SAAS,GACT,eAGH,GACA,UAAU,CAqDZ;AAED,wBAAgB,aAAa,CAC3B,MAAM,EAAE,mBAAmB,EAC3B,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,UAAU,QAclB;AAED,wBAAgB,sBAAsB,CAAC,CAAC,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,QAIzE;AAED,wBAAgB,sBAAsB,CAAC,CAAC,EAAE,UAAU,QAsBnD;AAED,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,SAAS,GACnB,UAAU,CAkBZ"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type AnyElement } from "@zyzgroup/core-common";
|
|
2
|
+
export declare function dataset(el: AnyElement): Record<string, any>;
|
|
3
|
+
export declare function dataset(el: AnyElement, key: string): string;
|
|
4
|
+
export declare function dataset(el: AnyElement, key: string, value: string): void;
|
|
5
|
+
export declare function dataset(el: AnyElement, key: Record<string, any>): void;
|
|
6
|
+
export declare function atomRemoveDataset(el: AnyElement, key: string): void;
|
|
7
|
+
//# sourceMappingURL=dataset.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dataset.d.ts","sourceRoot":"","sources":["../../src/dom/dataset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAW,MAAM,uBAAuB,CAAC;AAEjE,wBAAgB,OAAO,CAAC,EAAE,EAAE,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;AAC7D,wBAAgB,OAAO,CAAC,EAAE,EAAE,UAAU,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;AAC7D,wBAAgB,OAAO,CAAC,EAAE,EAAE,UAAU,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;AAC1E,wBAAgB,OAAO,CAAC,EAAE,EAAE,UAAU,EAAE,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;AAwCxE,wBAAgB,iBAAiB,CAAC,EAAE,EAAE,UAAU,EAAE,GAAG,EAAE,MAAM,QAM5D"}
|
|
@@ -18,9 +18,9 @@ export declare function createObjectURL(blob: File | Blob | MediaSource): string
|
|
|
18
18
|
export declare function revokeObjectURL(url: string): void;
|
|
19
19
|
export declare function onDocumentReady(cb: () => void): () => void;
|
|
20
20
|
export declare function onBeforeUnload(cb: (e: BeforeUnloadEvent) => void): () => void;
|
|
21
|
-
export declare function
|
|
22
|
-
export declare function
|
|
23
|
-
export declare function
|
|
21
|
+
export declare function loadScript(url: string, ms?: number): Promise<unknown>;
|
|
22
|
+
export declare function clickA(blobOrUrl: Blob | string, fileName: string): void;
|
|
23
|
+
export declare function loadLink(url: string, parent?: HTMLHeadElement, ms?: number): Promise<unknown>;
|
|
24
24
|
export declare function waitForStyleSheetsLoaded(): Promise<void>;
|
|
25
25
|
export interface RawImageInfo {
|
|
26
26
|
width: number;
|
|
@@ -29,14 +29,14 @@ export interface RawImageInfo {
|
|
|
29
29
|
element: HTMLImageElement;
|
|
30
30
|
imageData?: ImageData;
|
|
31
31
|
}
|
|
32
|
-
export declare function
|
|
33
|
-
export declare function
|
|
32
|
+
export declare function loadImage(url: string | Blob | File, ms?: number): Promise<RawImageInfo>;
|
|
33
|
+
export declare function selectFile<T extends string | ArrayBuffer>(readType?: FileReaderResponseTypeInBrowser, accepts?: string[]): Promise<{
|
|
34
34
|
type: string;
|
|
35
35
|
name: string;
|
|
36
36
|
size: number;
|
|
37
37
|
data: T;
|
|
38
38
|
}>;
|
|
39
|
-
export declare function
|
|
39
|
+
export declare function selectFileImage(accepts?: string[]): Promise<Error | {
|
|
40
40
|
type: string;
|
|
41
41
|
name: string;
|
|
42
42
|
size: number;
|
|
@@ -49,7 +49,7 @@ export declare function useSelectFileImage(accepts?: string[]): Promise<Error |
|
|
|
49
49
|
export declare function getSelectedText(): string;
|
|
50
50
|
export declare function setWindowTitle(title: string): void;
|
|
51
51
|
export declare function vibrate(ms?: number): void;
|
|
52
|
-
export declare function
|
|
52
|
+
export declare function clipboard(text: string): Promise<boolean | void>;
|
|
53
53
|
export declare function scrollTo(x?: number, y?: number): void;
|
|
54
54
|
export declare function setManualScroll(): () => void;
|
|
55
55
|
export declare function isRootEl(el: AnyElement): boolean;
|
|
@@ -97,4 +97,4 @@ export declare function createTextNode(data: string): Text;
|
|
|
97
97
|
export declare function iframePostMessage(message: any, targetOrigin?: string): void;
|
|
98
98
|
export declare function runInSandbox(code: string): void;
|
|
99
99
|
export declare function compileTemplate(template: string): string;
|
|
100
|
-
//# sourceMappingURL=
|
|
100
|
+
//# sourceMappingURL=dom.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../src/dom/dom.ts"],"names":[],"mappings":"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"}
|