@dcl/playground-assets 7.19.0 → 7.19.1-21592078908.commit-9452d68

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.
@@ -50,6 +50,26 @@ export namespace AppendValueOperation {
50
50
  // @public
51
51
  export function areConnected(parcels: Coords[]): boolean;
52
52
 
53
+ // @public (undocumented)
54
+ export const AssetLoad: LastWriteWinElementSetComponentDefinition<PBAssetLoad>;
55
+
56
+ // @public (undocumented)
57
+ export const AssetLoadLoadingState: GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>;
58
+
59
+ // @public (undocumented)
60
+ export interface AssetLoadLoadingStateSystem {
61
+ // (undocumented)
62
+ registerAssetLoadLoadingStateEntity(entity: Entity, callback: AssetLoadLoadingStateSystemCallback): void;
63
+ // (undocumented)
64
+ removeAssetLoadLoadingStateEntity(entity: Entity): void;
65
+ }
66
+
67
+ // @public
68
+ export const assetLoadLoadingStateSystem: AssetLoadLoadingStateSystem;
69
+
70
+ // @public (undocumented)
71
+ export type AssetLoadLoadingStateSystemCallback = (event: DeepReadonlyObject<PBAssetLoadLoadingState>) => void;
72
+
53
73
  // @public (undocumented)
54
74
  export const AudioEvent: GrowOnlyValueSetComponentDefinition<PBAudioEvent>;
55
75
 
@@ -622,6 +642,8 @@ export type ComponentDefinition<T> = LastWriteWinElementSetComponentDefinition<T
622
642
  // @public
623
643
  export const componentDefinitionByName: {
624
644
  "core::Animator": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAnimator>>;
645
+ "core::AssetLoad": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAssetLoad>>;
646
+ "core::AssetLoadLoadingState": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAssetLoadLoadingState>>;
625
647
  "core::AudioEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBAudioEvent>>;
626
648
  "core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
627
649
  "core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
@@ -2188,6 +2210,35 @@ export namespace PBAnimator {
2188
2210
  export function encode(message: PBAnimator, writer?: _m0.Writer): _m0.Writer;
2189
2211
  }
2190
2212
 
2213
+ // @public (undocumented)
2214
+ export interface PBAssetLoad {
2215
+ // (undocumented)
2216
+ assets: string[];
2217
+ }
2218
+
2219
+ // @public (undocumented)
2220
+ export namespace PBAssetLoad {
2221
+ // (undocumented)
2222
+ export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAssetLoad;
2223
+ // (undocumented)
2224
+ export function encode(message: PBAssetLoad, writer?: _m0.Writer): _m0.Writer;
2225
+ }
2226
+
2227
+ // @public (undocumented)
2228
+ export interface PBAssetLoadLoadingState {
2229
+ asset: string;
2230
+ currentState: LoadingState;
2231
+ timestamp: number;
2232
+ }
2233
+
2234
+ // @public (undocumented)
2235
+ export namespace PBAssetLoadLoadingState {
2236
+ // (undocumented)
2237
+ export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAssetLoadLoadingState;
2238
+ // (undocumented)
2239
+ export function encode(message: PBAssetLoadLoadingState, writer?: _m0.Writer): _m0.Writer;
2240
+ }
2241
+
2191
2242
  // @public (undocumented)
2192
2243
  export interface PBAudioEvent {
2193
2244
  // (undocumented)
@@ -3960,7 +4011,7 @@ export namespace ReactEcs {
3960
4011
  useEffect: EffectHook;
3961
4012
  const // (undocumented)
3962
4013
  useState: StateHook;
3963
- {};
4014
+ export {};
3964
4015
  }
3965
4016
 
3966
4017
  // Warning: (tsdoc-at-sign-in-word) The "@" character looks like part of a TSDoc tag; use a backslash to escape it
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.19.0",
4
+ "version": "7.19.1-21592078908.commit-9452d68",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.19.0",
8
- "@dcl/sdk": "7.19.0"
7
+ "@dcl/js-runtime": "7.19.1-21592078908.commit-9452d68",
8
+ "@dcl/sdk": "7.19.1-21592078908.commit-9452d68"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "7ae2e3848e600c323d6828ece5bcecd5fd9f3911"
35
+ "commit": "9452d683ec9942986d9ad6d75a802395c2976f31"
36
36
  }