@drincs/pixi-vn 1.4.6-beta.0 → 1.4.6-beta.2
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/canvas.cjs +1 -1
- package/dist/canvas.d.cts +6 -6
- package/dist/canvas.d.ts +6 -6
- package/dist/canvas.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/vite-listener.cjs +1 -1
- package/dist/vite-listener.mjs +1 -1
- package/package.json +4 -4
package/dist/canvas.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as _drincs_pixi_vn_pixi_js from '@drincs/pixi-vn/pixi.js';
|
|
2
|
-
import { Container as Container$1, ContainerChild as ContainerChild$1, Ticker as Ticker$1, UPDATE_PRIORITY, Application, Rectangle, ApplicationOptions, PointData, SpriteOptions as SpriteOptions$1, EventEmitter, ContainerOptions, CanvasTextOptions, AllFederatedEventMap, Sprite as Sprite$1, Texture, ContainerEvents, TextureSourceLike, TextureSource, ObservablePoint, TextOptions as TextOptions$1, Text as Text$1 } from '@drincs/pixi-vn/pixi.js';
|
|
3
|
-
export { Assets, Color, ContainerOptions, Rectangle, TextStyle, Texture, TextureSourceLike, Ticker as TickerValue, UPDATE_PRIORITY } from '@drincs/pixi-vn/pixi.js';
|
|
4
1
|
import { Devtools } from '@pixi/devtools';
|
|
2
|
+
import * as pixi_js from 'pixi.js';
|
|
3
|
+
import { Container as Container$1, ContainerChild as ContainerChild$1, Ticker as Ticker$1, UPDATE_PRIORITY, Application, Rectangle, ApplicationOptions, PointData, SpriteOptions as SpriteOptions$1, EventEmitter, ContainerOptions, CanvasTextOptions, AllFederatedEventMap, Sprite as Sprite$1, Texture, ContainerEvents, TextureSourceLike, TextureSource, ObservablePoint, TextOptions as TextOptions$1, Text as Text$1 } from 'pixi.js';
|
|
4
|
+
export { Assets, Color, ContainerOptions, Rectangle, TextStyle, Texture, TextureSourceLike, Ticker as TickerValue, UPDATE_PRIORITY } from 'pixi.js';
|
|
5
5
|
import { ObjectTarget, AnimationOptions as AnimationOptions$1, AnimationPlaybackControlsWithThen, ObjectSegment as ObjectSegment$1, At, SequenceOptions as SequenceOptions$1 } from 'motion';
|
|
6
6
|
export { AnimationOptions as MotionAnimationOptions } from 'motion';
|
|
7
7
|
|
|
@@ -1500,7 +1500,7 @@ declare class ImageContainer extends Container<ImageSprite, ImageContainerMemory
|
|
|
1500
1500
|
* The texture of the first child.
|
|
1501
1501
|
* If there is no child, it returns a new {@link Texture}.
|
|
1502
1502
|
*/
|
|
1503
|
-
get texture(): Texture<
|
|
1503
|
+
get texture(): Texture<pixi_js.TextureSource<any>>;
|
|
1504
1504
|
/**
|
|
1505
1505
|
* Check if there is a child with the empty texture.
|
|
1506
1506
|
* @returns A boolean that is true if there is a child with the empty texture.
|
|
@@ -1554,8 +1554,8 @@ declare class ImageContainer extends Container<ImageSprite, ImageContainerMemory
|
|
|
1554
1554
|
declare class CanvasManagerStatic {
|
|
1555
1555
|
private constructor();
|
|
1556
1556
|
private static _app;
|
|
1557
|
-
static get app(): Application<
|
|
1558
|
-
static get gameLayer(): Container$1<
|
|
1557
|
+
static get app(): Application<pixi_js.Renderer>;
|
|
1558
|
+
static get gameLayer(): Container$1<pixi_js.ContainerChild>;
|
|
1559
1559
|
/**
|
|
1560
1560
|
* This is the div that have same size of the canvas.
|
|
1561
1561
|
* This is useful to put interface elements.
|
package/dist/canvas.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as _drincs_pixi_vn_pixi_js from '@drincs/pixi-vn/pixi.js';
|
|
2
|
-
import { Container as Container$1, ContainerChild as ContainerChild$1, Ticker as Ticker$1, UPDATE_PRIORITY, Application, Rectangle, ApplicationOptions, PointData, SpriteOptions as SpriteOptions$1, EventEmitter, ContainerOptions, CanvasTextOptions, AllFederatedEventMap, Sprite as Sprite$1, Texture, ContainerEvents, TextureSourceLike, TextureSource, ObservablePoint, TextOptions as TextOptions$1, Text as Text$1 } from '@drincs/pixi-vn/pixi.js';
|
|
3
|
-
export { Assets, Color, ContainerOptions, Rectangle, TextStyle, Texture, TextureSourceLike, Ticker as TickerValue, UPDATE_PRIORITY } from '@drincs/pixi-vn/pixi.js';
|
|
4
1
|
import { Devtools } from '@pixi/devtools';
|
|
2
|
+
import * as pixi_js from 'pixi.js';
|
|
3
|
+
import { Container as Container$1, ContainerChild as ContainerChild$1, Ticker as Ticker$1, UPDATE_PRIORITY, Application, Rectangle, ApplicationOptions, PointData, SpriteOptions as SpriteOptions$1, EventEmitter, ContainerOptions, CanvasTextOptions, AllFederatedEventMap, Sprite as Sprite$1, Texture, ContainerEvents, TextureSourceLike, TextureSource, ObservablePoint, TextOptions as TextOptions$1, Text as Text$1 } from 'pixi.js';
|
|
4
|
+
export { Assets, Color, ContainerOptions, Rectangle, TextStyle, Texture, TextureSourceLike, Ticker as TickerValue, UPDATE_PRIORITY } from 'pixi.js';
|
|
5
5
|
import { ObjectTarget, AnimationOptions as AnimationOptions$1, AnimationPlaybackControlsWithThen, ObjectSegment as ObjectSegment$1, At, SequenceOptions as SequenceOptions$1 } from 'motion';
|
|
6
6
|
export { AnimationOptions as MotionAnimationOptions } from 'motion';
|
|
7
7
|
|
|
@@ -1500,7 +1500,7 @@ declare class ImageContainer extends Container<ImageSprite, ImageContainerMemory
|
|
|
1500
1500
|
* The texture of the first child.
|
|
1501
1501
|
* If there is no child, it returns a new {@link Texture}.
|
|
1502
1502
|
*/
|
|
1503
|
-
get texture(): Texture<
|
|
1503
|
+
get texture(): Texture<pixi_js.TextureSource<any>>;
|
|
1504
1504
|
/**
|
|
1505
1505
|
* Check if there is a child with the empty texture.
|
|
1506
1506
|
* @returns A boolean that is true if there is a child with the empty texture.
|
|
@@ -1554,8 +1554,8 @@ declare class ImageContainer extends Container<ImageSprite, ImageContainerMemory
|
|
|
1554
1554
|
declare class CanvasManagerStatic {
|
|
1555
1555
|
private constructor();
|
|
1556
1556
|
private static _app;
|
|
1557
|
-
static get app(): Application<
|
|
1558
|
-
static get gameLayer(): Container$1<
|
|
1557
|
+
static get app(): Application<pixi_js.Renderer>;
|
|
1558
|
+
static get gameLayer(): Container$1<pixi_js.ContainerChild>;
|
|
1559
1559
|
/**
|
|
1560
1560
|
* This is the div that have same size of the canvas.
|
|
1561
1561
|
* This is useful to put interface elements.
|