@dcl/playground-assets 7.4.6 → 7.4.7-8105491380.commit-8dbeee0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.4.6",
4
+ "version": "7.4.7-8105491380.commit-8dbeee0",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "types": "./index.d.ts",
37
37
  "typings": "./index.d.ts",
38
- "commit": "2e58941adf4060717319cf34d9fabdd31ecad74a"
38
+ "commit": "8dbeee055fcca4c2523b7bd85d8a505a4cd5071f"
39
39
  }
@@ -1475,6 +1475,18 @@ export declare function createEthereumProvider(): {
1475
1475
  sendAsync(message: RPCSendableMessage, callback: (error: Error | null, result?: any) => void): void;
1476
1476
  };
1477
1477
 
1478
+ /**
1479
+ * @public
1480
+ * ____DO NOT USE ____ use inputSystem instead
1481
+ */
1482
+ export declare function createInputSystem(engine: IEngine): IInputSystem;
1483
+
1484
+ /**
1485
+ * @public
1486
+ * ___DO NOT USE___ use pointerEventsSystem instead
1487
+ */
1488
+ export declare function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
1489
+
1478
1490
  /**
1479
1491
  * Transform parenting: cyclic dependency checker
1480
1492
  * It checks only in modified Transforms
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.42.0"
8
+ "packageVersion": "7.42.1"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.42.0",
4
+ "toolVersion": "7.42.1",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -14694,6 +14694,117 @@
14694
14694
  "parameters": [],
14695
14695
  "name": "createEthereumProvider"
14696
14696
  },
14697
+ {
14698
+ "kind": "Function",
14699
+ "canonicalReference": "@dcl/playground-assets!createInputSystem:function(1)",
14700
+ "docComment": "/**\n * ____DO NOT USE ____ use inputSystem instead\n *\n * @public\n */\n",
14701
+ "excerptTokens": [
14702
+ {
14703
+ "kind": "Content",
14704
+ "text": "export declare function createInputSystem(engine: "
14705
+ },
14706
+ {
14707
+ "kind": "Reference",
14708
+ "text": "IEngine",
14709
+ "canonicalReference": "@dcl/playground-assets!IEngine:interface"
14710
+ },
14711
+ {
14712
+ "kind": "Content",
14713
+ "text": "): "
14714
+ },
14715
+ {
14716
+ "kind": "Reference",
14717
+ "text": "IInputSystem",
14718
+ "canonicalReference": "@dcl/playground-assets!IInputSystem:type"
14719
+ },
14720
+ {
14721
+ "kind": "Content",
14722
+ "text": ";"
14723
+ }
14724
+ ],
14725
+ "fileUrlPath": "../ecs/dist/engine/input.d.ts",
14726
+ "returnTypeTokenRange": {
14727
+ "startIndex": 3,
14728
+ "endIndex": 4
14729
+ },
14730
+ "releaseTag": "Public",
14731
+ "overloadIndex": 1,
14732
+ "parameters": [
14733
+ {
14734
+ "parameterName": "engine",
14735
+ "parameterTypeTokenRange": {
14736
+ "startIndex": 1,
14737
+ "endIndex": 2
14738
+ },
14739
+ "isOptional": false
14740
+ }
14741
+ ],
14742
+ "name": "createInputSystem"
14743
+ },
14744
+ {
14745
+ "kind": "Function",
14746
+ "canonicalReference": "@dcl/playground-assets!createPointerEventsSystem:function(1)",
14747
+ "docComment": "/**\n * ___DO NOT USE___ use pointerEventsSystem instead\n *\n * @public\n */\n",
14748
+ "excerptTokens": [
14749
+ {
14750
+ "kind": "Content",
14751
+ "text": "export declare function createPointerEventsSystem(engine: "
14752
+ },
14753
+ {
14754
+ "kind": "Reference",
14755
+ "text": "IEngine",
14756
+ "canonicalReference": "@dcl/playground-assets!IEngine:interface"
14757
+ },
14758
+ {
14759
+ "kind": "Content",
14760
+ "text": ", inputSystem: "
14761
+ },
14762
+ {
14763
+ "kind": "Reference",
14764
+ "text": "IInputSystem",
14765
+ "canonicalReference": "@dcl/playground-assets!IInputSystem:type"
14766
+ },
14767
+ {
14768
+ "kind": "Content",
14769
+ "text": "): "
14770
+ },
14771
+ {
14772
+ "kind": "Reference",
14773
+ "text": "PointerEventsSystem",
14774
+ "canonicalReference": "@dcl/playground-assets!PointerEventsSystem:interface"
14775
+ },
14776
+ {
14777
+ "kind": "Content",
14778
+ "text": ";"
14779
+ }
14780
+ ],
14781
+ "fileUrlPath": "../ecs/dist/systems/events.d.ts",
14782
+ "returnTypeTokenRange": {
14783
+ "startIndex": 5,
14784
+ "endIndex": 6
14785
+ },
14786
+ "releaseTag": "Public",
14787
+ "overloadIndex": 1,
14788
+ "parameters": [
14789
+ {
14790
+ "parameterName": "engine",
14791
+ "parameterTypeTokenRange": {
14792
+ "startIndex": 1,
14793
+ "endIndex": 2
14794
+ },
14795
+ "isOptional": false
14796
+ },
14797
+ {
14798
+ "parameterName": "inputSystem",
14799
+ "parameterTypeTokenRange": {
14800
+ "startIndex": 3,
14801
+ "endIndex": 4
14802
+ },
14803
+ "isOptional": false
14804
+ }
14805
+ ],
14806
+ "name": "createPointerEventsSystem"
14807
+ },
14697
14808
  {
14698
14809
  "kind": "Function",
14699
14810
  "canonicalReference": "@dcl/playground-assets!cyclicParentingChecker:function(1)",
@@ -745,6 +745,12 @@ export function createEthereumProvider(): {
745
745
  sendAsync(message: RPCSendableMessage, callback: (error: Error | null, result?: any) => void): void;
746
746
  };
747
747
 
748
+ // @public
749
+ export function createInputSystem(engine: IEngine): IInputSystem;
750
+
751
+ // @public
752
+ export function createPointerEventsSystem(engine: IEngine, inputSystem: IInputSystem): PointerEventsSystem;
753
+
748
754
  // Warning: (tsdoc-code-fence-closing-syntax) Unexpected characters after closing delimiter for code fence
749
755
  // Warning: (tsdoc-code-span-missing-delimiter) The code span is missing its closing backtick
750
756
  // Warning: (tsdoc-undefined-tag) The TSDoc tag "@params" is not defined in this configuration
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.4.6",
4
+ "version": "7.4.7-8105491380.commit-8dbeee0",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.4.6",
8
- "@dcl/sdk": "7.4.6"
7
+ "@dcl/js-runtime": "7.4.7-8105491380.commit-8dbeee0",
8
+ "@dcl/sdk": "7.4.7-8105491380.commit-8dbeee0"
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": "2e58941adf4060717319cf34d9fabdd31ecad74a"
35
+ "commit": "8dbeee055fcca4c2523b7bd85d8a505a4cd5071f"
36
36
  }