@ives_xxz/framework 1.0.2 → 1.0.4

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.
Files changed (88) hide show
  1. package/FW.d.ts +39 -24
  2. package/FW.d.ts.meta +5 -5
  3. package/Framework.ts.meta +9 -9
  4. package/README.md.meta +5 -5
  5. package/animation/FWAnimation.ts.meta +9 -9
  6. package/animation/FWSkeleton.ts.meta +9 -9
  7. package/animation/FWTween.ts.meta +9 -9
  8. package/animation.meta +12 -12
  9. package/component/FWVirtualViewComponent.ts.meta +9 -9
  10. package/component.meta +12 -12
  11. package/config/FWAssetConfig.ts.meta +9 -9
  12. package/config/FWSystemConfig.ts +10 -0
  13. package/config/FWSystemConfig.ts.meta +10 -0
  14. package/config.meta +12 -12
  15. package/controller/FWLayerController.ts.meta +9 -9
  16. package/controller.meta +12 -12
  17. package/data/FWData.ts.meta +9 -9
  18. package/data.meta +12 -12
  19. package/define/FWEventDefine.ts.meta +9 -9
  20. package/define/FWSystemDefine.ts.meta +9 -9
  21. package/define.meta +12 -12
  22. package/entry/FWEntry.ts.meta +9 -9
  23. package/entry.meta +12 -12
  24. package/expand/FWCocosExpand.ts.meta +9 -9
  25. package/expand/FWDecorator.ts.meta +9 -9
  26. package/expand/FWRollingViewNesting.ts.meta +9 -9
  27. package/expand/FWTweenExpand.ts.meta +9 -9
  28. package/expand.meta +12 -12
  29. package/item/FWVirtualListItem.ts.meta +9 -9
  30. package/item.meta +12 -12
  31. package/language/FWLanguage.ts.meta +9 -9
  32. package/language/FWLanguageLabelLocalize.ts.meta +9 -9
  33. package/language/FWLanguageSkeletonLocalize.ts.meta +9 -9
  34. package/language/FWLanguageSpriteLocalize.ts.meta +9 -9
  35. package/language.meta +12 -12
  36. package/layer/FWLayer.ts.meta +9 -9
  37. package/layer.meta +12 -12
  38. package/log/FWLog.ts.meta +9 -9
  39. package/log.meta +12 -12
  40. package/logic/FWLogic.ts.meta +9 -9
  41. package/logic.meta +12 -12
  42. package/machine/FWAnimationMachine.ts.meta +9 -9
  43. package/machine/FWStateMachine.ts.meta +9 -9
  44. package/machine.meta +12 -12
  45. package/manager/FWAnimationManager.ts.meta +9 -9
  46. package/manager/FWAssetManager.ts.meta +9 -9
  47. package/manager/FWAudioManager.ts.meta +9 -9
  48. package/manager/FWBundleManager.ts.meta +9 -9
  49. package/manager/FWComponentManager.ts.meta +9 -9
  50. package/manager/FWEngineManager.ts.meta +9 -9
  51. package/manager/FWEventManager.ts.meta +9 -9
  52. package/manager/FWHotUpdateManager.ts.meta +9 -9
  53. package/manager/FWLanguageManager.ts.meta +9 -9
  54. package/manager/FWLayerManager.ts.meta +9 -9
  55. package/manager/FWManager.ts.meta +9 -9
  56. package/manager/FWObjectManager.ts.meta +9 -9
  57. package/manager/FWResManager.ts.meta +9 -9
  58. package/manager/FWSocketManager.ts +9 -14
  59. package/manager/FWSocketManager.ts.meta +9 -9
  60. package/manager/FWStateManager.ts.meta +9 -9
  61. package/manager/FWTaskManager.ts.meta +9 -9
  62. package/manager/FWTimeManager.ts.meta +9 -9
  63. package/manager/FWUiManager.ts.meta +9 -9
  64. package/manager.meta +12 -12
  65. package/package.json +2 -2
  66. package/package.json.meta +6 -0
  67. package/scene/FWScene.ts.meta +9 -9
  68. package/scene.meta +12 -12
  69. package/service/FWService.ts.meta +9 -9
  70. package/service/http/FWHttp.ts.meta +9 -9
  71. package/service/http.meta +12 -12
  72. package/service/socket/FWSocket.ts +87 -30
  73. package/service/socket/FWSocket.ts.meta +9 -9
  74. package/service/socket/FWSocketHandle.ts +8 -6
  75. package/service/socket/FWSocketHandle.ts.meta +9 -9
  76. package/service/socket/FWSocketSender.ts +4 -1
  77. package/service/socket/FWSocketSender.ts.meta +9 -9
  78. package/service/socket.meta +12 -12
  79. package/service.meta +12 -12
  80. package/state/FWState.ts.meta +9 -9
  81. package/state.meta +12 -12
  82. package/utils/FWLodash.ts.meta +9 -9
  83. package/utils/FWMask.ts.meta +9 -9
  84. package/utils/FWObject.ts.meta +9 -9
  85. package/utils/FWObjectPool.ts.meta +9 -9
  86. package/utils/FWQueue.ts.meta +9 -9
  87. package/utils/FWTask.ts.meta +9 -9
  88. package/utils.meta +12 -12
@@ -1,13 +1,13 @@
1
- {
2
- "ver": "1.1.3",
3
- "uuid": "a7f0af4f-9f10-4654-824d-3bad8f83fe02",
4
- "importer": "folder",
5
- "isBundle": false,
6
- "bundleName": "",
7
- "priority": 1,
8
- "compressionType": {},
9
- "optimizeHotUpdate": {},
10
- "inlineSpriteFrames": {},
11
- "isRemoteBundle": {},
12
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.3",
3
+ "uuid": "a7f0af4f-9f10-4654-824d-3bad8f83fe02",
4
+ "importer": "folder",
5
+ "isBundle": false,
6
+ "bundleName": "",
7
+ "priority": 1,
8
+ "compressionType": {},
9
+ "optimizeHotUpdate": {},
10
+ "inlineSpriteFrames": {},
11
+ "isRemoteBundle": {},
12
+ "subMetas": {}
13
13
  }
package/service.meta CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "ver": "1.1.3",
3
- "uuid": "c2964b62-8f96-4c31-99a6-dbb9ab128665",
4
- "importer": "folder",
5
- "isBundle": false,
6
- "bundleName": "",
7
- "priority": 1,
8
- "compressionType": {},
9
- "optimizeHotUpdate": {},
10
- "inlineSpriteFrames": {},
11
- "isRemoteBundle": {},
12
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.3",
3
+ "uuid": "c2964b62-8f96-4c31-99a6-dbb9ab128665",
4
+ "importer": "folder",
5
+ "isBundle": false,
6
+ "bundleName": "",
7
+ "priority": 1,
8
+ "compressionType": {},
9
+ "optimizeHotUpdate": {},
10
+ "inlineSpriteFrames": {},
11
+ "isRemoteBundle": {},
12
+ "subMetas": {}
13
13
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "28581272-c60a-4687-8d91-0a3140b8c8a7",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "28581272-c60a-4687-8d91-0a3140b8c8a7",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
package/state.meta CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "ver": "1.1.3",
3
- "uuid": "91d50211-1204-4d3b-a7cb-6ae92e8fb6ca",
4
- "importer": "folder",
5
- "isBundle": false,
6
- "bundleName": "",
7
- "priority": 1,
8
- "compressionType": {},
9
- "optimizeHotUpdate": {},
10
- "inlineSpriteFrames": {},
11
- "isRemoteBundle": {},
12
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.3",
3
+ "uuid": "91d50211-1204-4d3b-a7cb-6ae92e8fb6ca",
4
+ "importer": "folder",
5
+ "isBundle": false,
6
+ "bundleName": "",
7
+ "priority": 1,
8
+ "compressionType": {},
9
+ "optimizeHotUpdate": {},
10
+ "inlineSpriteFrames": {},
11
+ "isRemoteBundle": {},
12
+ "subMetas": {}
13
13
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "167711e4-ace5-44f9-8ad3-2689277b6e7c",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "167711e4-ace5-44f9-8ad3-2689277b6e7c",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "d23e2be0-c6e3-43f3-a7f3-fc08342960ac",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "d23e2be0-c6e3-43f3-a7f3-fc08342960ac",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "9385d55e-5267-434f-b54c-6a98368a5985",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "9385d55e-5267-434f-b54c-6a98368a5985",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "570aed3c-115a-4f80-91e7-7c26e4f8f1f4",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "570aed3c-115a-4f80-91e7-7c26e4f8f1f4",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "8739c994-9649-44c8-87f3-1d766fff1f54",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "8739c994-9649-44c8-87f3-1d766fff1f54",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
@@ -1,10 +1,10 @@
1
- {
2
- "ver": "1.1.0",
3
- "uuid": "f84e273f-f5fb-4938-a45d-0d22c7cb05c1",
4
- "importer": "typescript",
5
- "isPlugin": false,
6
- "loadPluginInWeb": true,
7
- "loadPluginInNative": true,
8
- "loadPluginInEditor": false,
9
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.0",
3
+ "uuid": "f84e273f-f5fb-4938-a45d-0d22c7cb05c1",
4
+ "importer": "typescript",
5
+ "isPlugin": false,
6
+ "loadPluginInWeb": true,
7
+ "loadPluginInNative": true,
8
+ "loadPluginInEditor": false,
9
+ "subMetas": {}
10
10
  }
package/utils.meta CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "ver": "1.1.3",
3
- "uuid": "8f19d5ca-c389-4ba5-8a8c-6cd9e75a256f",
4
- "importer": "folder",
5
- "isBundle": false,
6
- "bundleName": "",
7
- "priority": 1,
8
- "compressionType": {},
9
- "optimizeHotUpdate": {},
10
- "inlineSpriteFrames": {},
11
- "isRemoteBundle": {},
12
- "subMetas": {}
1
+ {
2
+ "ver": "1.1.3",
3
+ "uuid": "8f19d5ca-c389-4ba5-8a8c-6cd9e75a256f",
4
+ "importer": "folder",
5
+ "isBundle": false,
6
+ "bundleName": "",
7
+ "priority": 1,
8
+ "compressionType": {},
9
+ "optimizeHotUpdate": {},
10
+ "inlineSpriteFrames": {},
11
+ "isRemoteBundle": {},
12
+ "subMetas": {}
13
13
  }