@vived/host 3.11.1 → 4.0.0
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/package.json +27 -14
- package/lib/Components/AppSandbox/Adapters/devFeaturesEnabledAdapter.d.ts +0 -2
- package/lib/Components/AppSandbox/Adapters/devFeaturesEnabledAdapter.js +0 -23
- package/lib/Components/AppSandbox/Adapters/index.d.ts +0 -4
- package/lib/Components/AppSandbox/Adapters/index.js +0 -16
- package/lib/Components/AppSandbox/Adapters/sandboxStateAdapter.d.ts +0 -3
- package/lib/Components/AppSandbox/Adapters/sandboxStateAdapter.js +0 -24
- package/lib/Components/AppSandbox/Adapters/showInspectorAdapter.d.ts +0 -2
- package/lib/Components/AppSandbox/Adapters/showInspectorAdapter.js +0 -23
- package/lib/Components/AppSandbox/Adapters/startInZSpaceAdapter.d.ts +0 -2
- package/lib/Components/AppSandbox/Adapters/startInZSpaceAdapter.js +0 -23
- package/lib/Components/AppSandbox/Controller/clearSandboxAppContainer.d.ts +0 -2
- package/lib/Components/AppSandbox/Controller/clearSandboxAppContainer.js +0 -11
- package/lib/Components/AppSandbox/Controller/index.d.ts +0 -10
- package/lib/Components/AppSandbox/Controller/index.js +0 -22
- package/lib/Components/AppSandbox/Controller/mountSandboxApp.d.ts +0 -2
- package/lib/Components/AppSandbox/Controller/mountSandboxApp.js +0 -19
- package/lib/Components/AppSandbox/Controller/setSandboxAppContainer.d.ts +0 -2
- package/lib/Components/AppSandbox/Controller/setSandboxAppContainer.js +0 -11
- package/lib/Components/AppSandbox/Controller/setSandboxAppState.d.ts +0 -3
- package/lib/Components/AppSandbox/Controller/setSandboxAppState.js +0 -11
- package/lib/Components/AppSandbox/Controller/startSandboxApp.d.ts +0 -2
- package/lib/Components/AppSandbox/Controller/startSandboxApp.js +0 -14
- package/lib/Components/AppSandbox/Controller/stopSandboxApp.d.ts +0 -2
- package/lib/Components/AppSandbox/Controller/stopSandboxApp.js +0 -14
- package/lib/Components/AppSandbox/Controller/toggleAllowDevFeatures.d.ts +0 -2
- package/lib/Components/AppSandbox/Controller/toggleAllowDevFeatures.js +0 -11
- package/lib/Components/AppSandbox/Controller/toggleShowInspector.d.ts +0 -2
- package/lib/Components/AppSandbox/Controller/toggleShowInspector.js +0 -19
- package/lib/Components/AppSandbox/Controller/toggleStartInZSpace.d.ts +0 -2
- package/lib/Components/AppSandbox/Controller/toggleStartInZSpace.js +0 -11
- package/lib/Components/AppSandbox/Controller/unmountSandboxApp.d.ts +0 -2
- package/lib/Components/AppSandbox/Controller/unmountSandboxApp.js +0 -19
- package/lib/Components/AppSandbox/Entities/AppSandboxEntity.d.ts +0 -34
- package/lib/Components/AppSandbox/Entities/AppSandboxEntity.js +0 -81
- package/lib/Components/AppSandbox/Entities/index.d.ts +0 -1
- package/lib/Components/AppSandbox/Entities/index.js +0 -13
- package/lib/Components/AppSandbox/Factories/index.d.ts +0 -1
- package/lib/Components/AppSandbox/Factories/index.js +0 -13
- package/lib/Components/AppSandbox/Factories/setupAppSandbox.d.ts +0 -3
- package/lib/Components/AppSandbox/Factories/setupAppSandbox.js +0 -32
- package/lib/Components/AppSandbox/Mocks/DevFeaturesEnabledPMMock.d.ts +0 -8
- package/lib/Components/AppSandbox/Mocks/DevFeaturesEnabledPMMock.js +0 -15
- package/lib/Components/AppSandbox/Mocks/MockShowBabylonInspectorUC.d.ts +0 -8
- package/lib/Components/AppSandbox/Mocks/MockShowBabylonInspectorUC.js +0 -12
- package/lib/Components/AppSandbox/Mocks/RenderAppPMMock.d.ts +0 -8
- package/lib/Components/AppSandbox/Mocks/RenderAppPMMock.js +0 -15
- package/lib/Components/AppSandbox/Mocks/ShowInspectorPMMock.d.ts +0 -8
- package/lib/Components/AppSandbox/Mocks/ShowInspectorPMMock.js +0 -15
- package/lib/Components/AppSandbox/Mocks/StartInZSpacePMMock.d.ts +0 -8
- package/lib/Components/AppSandbox/Mocks/StartInZSpacePMMock.js +0 -15
- package/lib/Components/AppSandbox/Mocks/index.d.ts +0 -5
- package/lib/Components/AppSandbox/Mocks/index.js +0 -17
- package/lib/Components/AppSandbox/PMs/DevFeaturesEnabledPM.d.ts +0 -6
- package/lib/Components/AppSandbox/PMs/DevFeaturesEnabledPM.js +0 -36
- package/lib/Components/AppSandbox/PMs/SandboxStatePM.d.ts +0 -7
- package/lib/Components/AppSandbox/PMs/SandboxStatePM.js +0 -36
- package/lib/Components/AppSandbox/PMs/ShowInspectorPM.d.ts +0 -6
- package/lib/Components/AppSandbox/PMs/ShowInspectorPM.js +0 -36
- package/lib/Components/AppSandbox/PMs/StartInZSpacePM.d.ts +0 -6
- package/lib/Components/AppSandbox/PMs/StartInZSpacePM.js +0 -36
- package/lib/Components/AppSandbox/PMs/index.d.ts +0 -4
- package/lib/Components/AppSandbox/PMs/index.js +0 -16
- package/lib/Components/AppSandbox/UCs/ShowBabylonInspectorUC.d.ts +0 -9
- package/lib/Components/AppSandbox/UCs/ShowBabylonInspectorUC.js +0 -52
- package/lib/Components/AppSandbox/UCs/index.d.ts +0 -1
- package/lib/Components/AppSandbox/UCs/index.js +0 -13
- package/lib/Components/AppSandbox/index.d.ts +0 -7
- package/lib/Components/AppSandbox/index.js +0 -19
- package/lib/Components/Apps/Adapters/activeAppPMAdapter.d.ts +0 -3
- package/lib/Components/Apps/Adapters/activeAppPMAdapter.js +0 -23
- package/lib/Components/Apps/Adapters/appListPMAdapter.d.ts +0 -2
- package/lib/Components/Apps/Adapters/appListPMAdapter.js +0 -23
- package/lib/Components/Apps/Adapters/appPMAdapter.d.ts +0 -3
- package/lib/Components/Apps/Adapters/appPMAdapter.js +0 -23
- package/lib/Components/Apps/Adapters/index.d.ts +0 -3
- package/lib/Components/Apps/Adapters/index.js +0 -15
- package/lib/Components/Apps/Controllers/index.d.ts +0 -1
- package/lib/Components/Apps/Controllers/index.js +0 -13
- package/lib/Components/Apps/Controllers/updateApp.d.ts +0 -2
- package/lib/Components/Apps/Controllers/updateApp.js +0 -13
- package/lib/Components/Apps/Entities/AppEntity.d.ts +0 -28
- package/lib/Components/Apps/Entities/AppEntity.js +0 -93
- package/lib/Components/Apps/Entities/AppRepo.d.ts +0 -19
- package/lib/Components/Apps/Entities/AppRepo.js +0 -57
- package/lib/Components/Apps/Entities/index.d.ts +0 -2
- package/lib/Components/Apps/Entities/index.js +0 -14
- package/lib/Components/Apps/Mocks/MockActiveAppPM.d.ts +0 -8
- package/lib/Components/Apps/Mocks/MockActiveAppPM.js +0 -15
- package/lib/Components/Apps/Mocks/MockAppListPM.d.ts +0 -8
- package/lib/Components/Apps/Mocks/MockAppListPM.js +0 -15
- package/lib/Components/Apps/Mocks/MockAppMounterUC.d.ts +0 -11
- package/lib/Components/Apps/Mocks/MockAppMounterUC.js +0 -15
- package/lib/Components/Apps/Mocks/MockAppPM.d.ts +0 -7
- package/lib/Components/Apps/Mocks/MockAppPM.js +0 -11
- package/lib/Components/Apps/Mocks/MockStartAppUC.d.ts +0 -7
- package/lib/Components/Apps/Mocks/MockStartAppUC.js +0 -11
- package/lib/Components/Apps/Mocks/MockStopAppUC.d.ts +0 -7
- package/lib/Components/Apps/Mocks/MockStopAppUC.js +0 -11
- package/lib/Components/Apps/Mocks/MockUpdateAppUC.d.ts +0 -7
- package/lib/Components/Apps/Mocks/MockUpdateAppUC.js +0 -11
- package/lib/Components/Apps/Mocks/index.d.ts +0 -7
- package/lib/Components/Apps/Mocks/index.js +0 -19
- package/lib/Components/Apps/PMs/ActiveAppPM.d.ts +0 -10
- package/lib/Components/Apps/PMs/ActiveAppPM.js +0 -15
- package/lib/Components/Apps/PMs/AppPM.d.ts +0 -13
- package/lib/Components/Apps/PMs/AppPM.js +0 -57
- package/lib/Components/Apps/PMs/AppsListPM.d.ts +0 -6
- package/lib/Components/Apps/PMs/AppsListPM.js +0 -51
- package/lib/Components/Apps/PMs/index.d.ts +0 -3
- package/lib/Components/Apps/PMs/index.js +0 -15
- package/lib/Components/Apps/UCs/Mounters/MounterUC.d.ts +0 -14
- package/lib/Components/Apps/UCs/Mounters/MounterUC.js +0 -265
- package/lib/Components/Apps/UCs/Mounters/SandboxMounterUC.d.ts +0 -3
- package/lib/Components/Apps/UCs/Mounters/SandboxMounterUC.js +0 -110
- package/lib/Components/Apps/UCs/Mounters/index.d.ts +0 -2
- package/lib/Components/Apps/UCs/Mounters/index.js +0 -14
- package/lib/Components/Apps/UCs/StartAppUC.d.ts +0 -9
- package/lib/Components/Apps/UCs/StartAppUC.js +0 -101
- package/lib/Components/Apps/UCs/StopAppUC.d.ts +0 -9
- package/lib/Components/Apps/UCs/StopAppUC.js +0 -44
- package/lib/Components/Apps/UCs/UpdateAppUC.d.ts +0 -7
- package/lib/Components/Apps/UCs/UpdateAppUC.js +0 -23
- package/lib/Components/Apps/UCs/appIDWithVersion.d.ts +0 -3
- package/lib/Components/Apps/UCs/appIDWithVersion.js +0 -8
- package/lib/Components/Apps/UCs/formAppIDWithVersion.d.ts +0 -3
- package/lib/Components/Apps/UCs/formAppIDWithVersion.js +0 -8
- package/lib/Components/Apps/UCs/index.d.ts +0 -5
- package/lib/Components/Apps/UCs/index.js +0 -17
- package/lib/Components/Apps/index.d.ts +0 -6
- package/lib/Components/Apps/index.js +0 -18
- package/lib/Components/AssetPlugin/Adapters/assetPluginPMAdapter.d.ts +0 -3
- package/lib/Components/AssetPlugin/Adapters/assetPluginPMAdapter.js +0 -27
- package/lib/Components/AssetPlugin/Adapters/index.d.ts +0 -1
- package/lib/Components/AssetPlugin/Adapters/index.js +0 -13
- package/lib/Components/AssetPlugin/Controllers/clearAssetPluginContainer.d.ts +0 -2
- package/lib/Components/AssetPlugin/Controllers/clearAssetPluginContainer.js +0 -14
- package/lib/Components/AssetPlugin/Controllers/index.d.ts +0 -2
- package/lib/Components/AssetPlugin/Controllers/index.js +0 -14
- package/lib/Components/AssetPlugin/Controllers/setAssetPluginContainer.d.ts +0 -2
- package/lib/Components/AssetPlugin/Controllers/setAssetPluginContainer.js +0 -14
- package/lib/Components/AssetPlugin/Entities/AssetPluginEntity.d.ts +0 -14
- package/lib/Components/AssetPlugin/Entities/AssetPluginEntity.js +0 -40
- package/lib/Components/AssetPlugin/Entities/index.d.ts +0 -1
- package/lib/Components/AssetPlugin/Entities/index.js +0 -13
- package/lib/Components/AssetPlugin/Factories/index.d.ts +0 -1
- package/lib/Components/AssetPlugin/Factories/index.js +0 -13
- package/lib/Components/AssetPlugin/Factories/setupAssetsPluginForSandbox.d.ts +0 -3
- package/lib/Components/AssetPlugin/Factories/setupAssetsPluginForSandbox.js +0 -35
- package/lib/Components/AssetPlugin/Mocks/MockAssetPluginContainerUC.d.ts +0 -9
- package/lib/Components/AssetPlugin/Mocks/MockAssetPluginContainerUC.js +0 -16
- package/lib/Components/AssetPlugin/Mocks/MockAssetPluginPM.d.ts +0 -8
- package/lib/Components/AssetPlugin/Mocks/MockAssetPluginPM.js +0 -15
- package/lib/Components/AssetPlugin/Mocks/index.d.ts +0 -2
- package/lib/Components/AssetPlugin/Mocks/index.js +0 -14
- package/lib/Components/AssetPlugin/PM/AssetPluginPM.d.ts +0 -12
- package/lib/Components/AssetPlugin/PM/AssetPluginPM.js +0 -68
- package/lib/Components/AssetPlugin/PM/index.d.ts +0 -1
- package/lib/Components/AssetPlugin/PM/index.js +0 -13
- package/lib/Components/AssetPlugin/UCs/AssetPluginContainerUC.d.ts +0 -7
- package/lib/Components/AssetPlugin/UCs/AssetPluginContainerUC.js +0 -11
- package/lib/Components/AssetPlugin/UCs/SandboxAssetPluginContainerUC.d.ts +0 -15
- package/lib/Components/AssetPlugin/UCs/SandboxAssetPluginContainerUC.js +0 -75
- package/lib/Components/AssetPlugin/UCs/index.d.ts +0 -2
- package/lib/Components/AssetPlugin/UCs/index.js +0 -14
- package/lib/Components/AssetPlugin/index.d.ts +0 -7
- package/lib/Components/AssetPlugin/index.js +0 -19
- package/lib/Components/Assets/Adapters/appAssetListAdapter.d.ts +0 -2
- package/lib/Components/Assets/Adapters/appAssetListAdapter.js +0 -23
- package/lib/Components/Assets/Adapters/assetAdapter.d.ts +0 -3
- package/lib/Components/Assets/Adapters/assetAdapter.js +0 -23
- package/lib/Components/Assets/Adapters/editingAppAssetAdapter.d.ts +0 -3
- package/lib/Components/Assets/Adapters/editingAppAssetAdapter.js +0 -23
- package/lib/Components/Assets/Adapters/index.d.ts +0 -4
- package/lib/Components/Assets/Adapters/index.js +0 -16
- package/lib/Components/Assets/Adapters/showArchivedAppAssetAdapter.d.ts +0 -2
- package/lib/Components/Assets/Adapters/showArchivedAppAssetAdapter.js +0 -23
- package/lib/Components/Assets/Controllers/archiveAsset.d.ts +0 -2
- package/lib/Components/Assets/Controllers/archiveAsset.js +0 -13
- package/lib/Components/Assets/Controllers/deleteAsset.d.ts +0 -2
- package/lib/Components/Assets/Controllers/deleteAsset.js +0 -13
- package/lib/Components/Assets/Controllers/downloadAssetFile.d.ts +0 -2
- package/lib/Components/Assets/Controllers/downloadAssetFile.js +0 -13
- package/lib/Components/Assets/Controllers/editAppAsset.d.ts +0 -2
- package/lib/Components/Assets/Controllers/editAppAsset.js +0 -13
- package/lib/Components/Assets/Controllers/getAppAssets.d.ts +0 -2
- package/lib/Components/Assets/Controllers/getAppAssets.js +0 -13
- package/lib/Components/Assets/Controllers/index.d.ts +0 -9
- package/lib/Components/Assets/Controllers/index.js +0 -21
- package/lib/Components/Assets/Controllers/newAppAsset.d.ts +0 -3
- package/lib/Components/Assets/Controllers/newAppAsset.js +0 -13
- package/lib/Components/Assets/Controllers/toggleShowArchivedAssets.d.ts +0 -2
- package/lib/Components/Assets/Controllers/toggleShowArchivedAssets.js +0 -14
- package/lib/Components/Assets/Controllers/updateAppAssetMeta.d.ts +0 -3
- package/lib/Components/Assets/Controllers/updateAppAssetMeta.js +0 -13
- package/lib/Components/Assets/Controllers/updateAssetFile.d.ts +0 -2
- package/lib/Components/Assets/Controllers/updateAssetFile.js +0 -13
- package/lib/Components/Assets/Entities/AppAssetsEntity.d.ts +0 -15
- package/lib/Components/Assets/Entities/AppAssetsEntity.js +0 -65
- package/lib/Components/Assets/Entities/AssetEntity.d.ts +0 -34
- package/lib/Components/Assets/Entities/AssetEntity.js +0 -152
- package/lib/Components/Assets/Entities/AssetRepo.d.ts +0 -28
- package/lib/Components/Assets/Entities/AssetRepo.js +0 -86
- package/lib/Components/Assets/Entities/index.d.ts +0 -3
- package/lib/Components/Assets/Entities/index.js +0 -15
- package/lib/Components/Assets/Factories/index.d.ts +0 -1
- package/lib/Components/Assets/Factories/index.js +0 -13
- package/lib/Components/Assets/Factories/setupAssetsForSandbox.d.ts +0 -2
- package/lib/Components/Assets/Factories/setupAssetsForSandbox.js +0 -43
- package/lib/Components/Assets/Mocks/AppAssetListPMMock.d.ts +0 -8
- package/lib/Components/Assets/Mocks/AppAssetListPMMock.js +0 -15
- package/lib/Components/Assets/Mocks/AssetPMMock.d.ts +0 -7
- package/lib/Components/Assets/Mocks/AssetPMMock.js +0 -11
- package/lib/Components/Assets/Mocks/EditingAppAssetPMMock.d.ts +0 -8
- package/lib/Components/Assets/Mocks/EditingAppAssetPMMock.js +0 -15
- package/lib/Components/Assets/Mocks/MockArchiveAsset.d.ts +0 -8
- package/lib/Components/Assets/Mocks/MockArchiveAsset.js +0 -15
- package/lib/Components/Assets/Mocks/MockDeleteAssetUC.d.ts +0 -9
- package/lib/Components/Assets/Mocks/MockDeleteAssetUC.js +0 -16
- package/lib/Components/Assets/Mocks/MockDownloadAssetFileUC.d.ts +0 -9
- package/lib/Components/Assets/Mocks/MockDownloadAssetFileUC.js +0 -16
- package/lib/Components/Assets/Mocks/MockEditAppAssetUC.d.ts +0 -8
- package/lib/Components/Assets/Mocks/MockEditAppAssetUC.js +0 -15
- package/lib/Components/Assets/Mocks/MockGetAppAssetsUC.d.ts +0 -8
- package/lib/Components/Assets/Mocks/MockGetAppAssetsUC.js +0 -15
- package/lib/Components/Assets/Mocks/MockGetAssetBlobURLUC.d.ts +0 -8
- package/lib/Components/Assets/Mocks/MockGetAssetBlobURLUC.js +0 -15
- package/lib/Components/Assets/Mocks/MockGetAssetFileUC.d.ts +0 -8
- package/lib/Components/Assets/Mocks/MockGetAssetFileUC.js +0 -15
- package/lib/Components/Assets/Mocks/MockGetAssetUC.d.ts +0 -8
- package/lib/Components/Assets/Mocks/MockGetAssetUC.js +0 -15
- package/lib/Components/Assets/Mocks/MockNewAppAsset.d.ts +0 -8
- package/lib/Components/Assets/Mocks/MockNewAppAsset.js +0 -15
- package/lib/Components/Assets/Mocks/MockPrefetchAssets.d.ts +0 -8
- package/lib/Components/Assets/Mocks/MockPrefetchAssets.js +0 -15
- package/lib/Components/Assets/Mocks/MockUpdateAppAssetMetaUC.d.ts +0 -8
- package/lib/Components/Assets/Mocks/MockUpdateAppAssetMetaUC.js +0 -15
- package/lib/Components/Assets/Mocks/MockUpdateAssetFileUC.d.ts +0 -8
- package/lib/Components/Assets/Mocks/MockUpdateAssetFileUC.js +0 -15
- package/lib/Components/Assets/Mocks/ShowArchivedAppAssetPMMock.d.ts +0 -8
- package/lib/Components/Assets/Mocks/ShowArchivedAppAssetPMMock.js +0 -15
- package/lib/Components/Assets/Mocks/index.d.ts +0 -16
- package/lib/Components/Assets/Mocks/index.js +0 -28
- package/lib/Components/Assets/PMs/AppAssetListPM.d.ts +0 -6
- package/lib/Components/Assets/PMs/AppAssetListPM.js +0 -63
- package/lib/Components/Assets/PMs/AssetPM.d.ts +0 -13
- package/lib/Components/Assets/PMs/AssetPM.js +0 -66
- package/lib/Components/Assets/PMs/EditingAppAssetPM.d.ts +0 -13
- package/lib/Components/Assets/PMs/EditingAppAssetPM.js +0 -62
- package/lib/Components/Assets/PMs/ShowArchivedAppAssetPM.d.ts +0 -6
- package/lib/Components/Assets/PMs/ShowArchivedAppAssetPM.js +0 -37
- package/lib/Components/Assets/PMs/index.d.ts +0 -4
- package/lib/Components/Assets/PMs/index.js +0 -16
- package/lib/Components/Assets/UCs/ArchiveAssetUC.d.ts +0 -7
- package/lib/Components/Assets/UCs/ArchiveAssetUC.js +0 -85
- package/lib/Components/Assets/UCs/DeleteAssetUC.d.ts +0 -8
- package/lib/Components/Assets/UCs/DeleteAssetUC.js +0 -97
- package/lib/Components/Assets/UCs/DownloadAssetFileUC.d.ts +0 -8
- package/lib/Components/Assets/UCs/DownloadAssetFileUC.js +0 -93
- package/lib/Components/Assets/UCs/EditAppAssetUC.d.ts +0 -7
- package/lib/Components/Assets/UCs/EditAppAssetUC.js +0 -45
- package/lib/Components/Assets/UCs/GetAppAssetsUC.d.ts +0 -7
- package/lib/Components/Assets/UCs/GetAppAssetsUC.js +0 -57
- package/lib/Components/Assets/UCs/GetAssetBlobURLUC.d.ts +0 -7
- package/lib/Components/Assets/UCs/GetAssetBlobURLUC.js +0 -77
- package/lib/Components/Assets/UCs/GetAssetFileUC.d.ts +0 -7
- package/lib/Components/Assets/UCs/GetAssetFileUC.js +0 -73
- package/lib/Components/Assets/UCs/GetAssetUC.d.ts +0 -8
- package/lib/Components/Assets/UCs/GetAssetUC.js +0 -53
- package/lib/Components/Assets/UCs/NewAppAssetUC.d.ts +0 -12
- package/lib/Components/Assets/UCs/NewAppAssetUC.js +0 -94
- package/lib/Components/Assets/UCs/PrefetchAssetsUC.d.ts +0 -7
- package/lib/Components/Assets/UCs/PrefetchAssetsUC.js +0 -69
- package/lib/Components/Assets/UCs/UpdateAppAssetMetaUC.d.ts +0 -12
- package/lib/Components/Assets/UCs/UpdateAppAssetMetaUC.js +0 -95
- package/lib/Components/Assets/UCs/UpdateAssetFileUC.d.ts +0 -12
- package/lib/Components/Assets/UCs/UpdateAssetFileUC.js +0 -75
- package/lib/Components/Assets/UCs/index.d.ts +0 -12
- package/lib/Components/Assets/UCs/index.js +0 -24
- package/lib/Components/Assets/index.d.ts +0 -7
- package/lib/Components/Assets/index.js +0 -19
- package/lib/Components/ChallengeResults/Adapters/challengeResultsListAdapter.d.ts +0 -3
- package/lib/Components/ChallengeResults/Adapters/challengeResultsListAdapter.js +0 -23
- package/lib/Components/ChallengeResults/Adapters/index.d.ts +0 -1
- package/lib/Components/ChallengeResults/Adapters/index.js +0 -13
- package/lib/Components/ChallengeResults/Entities/ChallengeResults.d.ts +0 -40
- package/lib/Components/ChallengeResults/Entities/ChallengeResults.js +0 -108
- package/lib/Components/ChallengeResults/Entities/index.d.ts +0 -1
- package/lib/Components/ChallengeResults/Entities/index.js +0 -13
- package/lib/Components/ChallengeResults/Factories/index.d.ts +0 -1
- package/lib/Components/ChallengeResults/Factories/index.js +0 -13
- package/lib/Components/ChallengeResults/Factories/setupChallengeResultsForSandbox.d.ts +0 -2
- package/lib/Components/ChallengeResults/Factories/setupChallengeResultsForSandbox.js +0 -12
- package/lib/Components/ChallengeResults/Mocks/ChallengeResultsListPMMock.d.ts +0 -8
- package/lib/Components/ChallengeResults/Mocks/ChallengeResultsListPMMock.js +0 -15
- package/lib/Components/ChallengeResults/Mocks/index.d.ts +0 -1
- package/lib/Components/ChallengeResults/Mocks/index.js +0 -13
- package/lib/Components/ChallengeResults/PMs/ChallengeResultsListPM.d.ts +0 -15
- package/lib/Components/ChallengeResults/PMs/ChallengeResultsListPM.js +0 -65
- package/lib/Components/ChallengeResults/PMs/index.d.ts +0 -1
- package/lib/Components/ChallengeResults/PMs/index.js +0 -13
- package/lib/Components/ChallengeResults/index.d.ts +0 -5
- package/lib/Components/ChallengeResults/index.js +0 -17
- package/lib/Components/Dialog/Adapters/alertDialogAdapter.d.ts +0 -3
- package/lib/Components/Dialog/Adapters/alertDialogAdapter.js +0 -23
- package/lib/Components/Dialog/Adapters/confirmDialogAdapter.d.ts +0 -3
- package/lib/Components/Dialog/Adapters/confirmDialogAdapter.js +0 -23
- package/lib/Components/Dialog/Adapters/dialogQueueAdapter.d.ts +0 -3
- package/lib/Components/Dialog/Adapters/dialogQueueAdapter.js +0 -23
- package/lib/Components/Dialog/Adapters/index.d.ts +0 -5
- package/lib/Components/Dialog/Adapters/index.js +0 -17
- package/lib/Components/Dialog/Adapters/markDownEditorDialogAdapters.d.ts +0 -3
- package/lib/Components/Dialog/Adapters/markDownEditorDialogAdapters.js +0 -23
- package/lib/Components/Dialog/Adapters/spinnerDialogAdapter.d.ts +0 -3
- package/lib/Components/Dialog/Adapters/spinnerDialogAdapter.js +0 -23
- package/lib/Components/Dialog/Controllers/activeDialogHasClosed.d.ts +0 -2
- package/lib/Components/Dialog/Controllers/activeDialogHasClosed.js +0 -14
- package/lib/Components/Dialog/Controllers/index.d.ts +0 -1
- package/lib/Components/Dialog/Controllers/index.js +0 -13
- package/lib/Components/Dialog/Entities/Alert.d.ts +0 -25
- package/lib/Components/Dialog/Entities/Alert.js +0 -48
- package/lib/Components/Dialog/Entities/Confirm.d.ts +0 -29
- package/lib/Components/Dialog/Entities/Confirm.js +0 -53
- package/lib/Components/Dialog/Entities/DialogQueue.d.ts +0 -14
- package/lib/Components/Dialog/Entities/DialogQueue.js +0 -48
- package/lib/Components/Dialog/Entities/MarkDownEditor.d.ts +0 -21
- package/lib/Components/Dialog/Entities/MarkDownEditor.js +0 -44
- package/lib/Components/Dialog/Entities/SelectModel.d.ts +0 -20
- package/lib/Components/Dialog/Entities/SelectModel.js +0 -49
- package/lib/Components/Dialog/Entities/Spinner.d.ts +0 -24
- package/lib/Components/Dialog/Entities/Spinner.js +0 -63
- package/lib/Components/Dialog/Entities/index.d.ts +0 -6
- package/lib/Components/Dialog/Entities/index.js +0 -18
- package/lib/Components/Dialog/Factories/alertDialogFactory.d.ts +0 -3
- package/lib/Components/Dialog/Factories/alertDialogFactory.js +0 -15
- package/lib/Components/Dialog/Factories/confirmDialogFactory.d.ts +0 -3
- package/lib/Components/Dialog/Factories/confirmDialogFactory.js +0 -15
- package/lib/Components/Dialog/Factories/index.d.ts +0 -6
- package/lib/Components/Dialog/Factories/index.js +0 -18
- package/lib/Components/Dialog/Factories/markdownDialogEditorFactory.d.ts +0 -3
- package/lib/Components/Dialog/Factories/markdownDialogEditorFactory.js +0 -15
- package/lib/Components/Dialog/Factories/selectDialogModelFactory.d.ts +0 -3
- package/lib/Components/Dialog/Factories/selectDialogModelFactory.js +0 -12
- package/lib/Components/Dialog/Factories/setupDialogForSandbox.d.ts +0 -2
- package/lib/Components/Dialog/Factories/setupDialogForSandbox.js +0 -24
- package/lib/Components/Dialog/Factories/spinnerDialogFactory.d.ts +0 -3
- package/lib/Components/Dialog/Factories/spinnerDialogFactory.js +0 -15
- package/lib/Components/Dialog/Mocks/MockAlertDialogPM.d.ts +0 -7
- package/lib/Components/Dialog/Mocks/MockAlertDialogPM.js +0 -11
- package/lib/Components/Dialog/Mocks/MockConfirmDialogPM.d.ts +0 -7
- package/lib/Components/Dialog/Mocks/MockConfirmDialogPM.js +0 -11
- package/lib/Components/Dialog/Mocks/MockDialogQueuePM.d.ts +0 -8
- package/lib/Components/Dialog/Mocks/MockDialogQueuePM.js +0 -15
- package/lib/Components/Dialog/Mocks/MockMakeAlertDialogUC.d.ts +0 -9
- package/lib/Components/Dialog/Mocks/MockMakeAlertDialogUC.js +0 -16
- package/lib/Components/Dialog/Mocks/MockMakeConfirmDialogUC.d.ts +0 -9
- package/lib/Components/Dialog/Mocks/MockMakeConfirmDialogUC.js +0 -16
- package/lib/Components/Dialog/Mocks/MockMakeMarkdownDialogUC.d.ts +0 -9
- package/lib/Components/Dialog/Mocks/MockMakeMarkdownDialogUC.js +0 -16
- package/lib/Components/Dialog/Mocks/MockMakeSelectModelDialogUC.d.ts +0 -9
- package/lib/Components/Dialog/Mocks/MockMakeSelectModelDialogUC.js +0 -16
- package/lib/Components/Dialog/Mocks/MockMakeSpinnerDialogUC.d.ts +0 -9
- package/lib/Components/Dialog/Mocks/MockMakeSpinnerDialogUC.js +0 -16
- package/lib/Components/Dialog/Mocks/MockMarkDownEditorDialogPM.d.ts +0 -7
- package/lib/Components/Dialog/Mocks/MockMarkDownEditorDialogPM.js +0 -11
- package/lib/Components/Dialog/Mocks/MockSpinnerDialogPM.d.ts +0 -7
- package/lib/Components/Dialog/Mocks/MockSpinnerDialogPM.js +0 -11
- package/lib/Components/Dialog/Mocks/index.d.ts +0 -10
- package/lib/Components/Dialog/Mocks/index.js +0 -22
- package/lib/Components/Dialog/PMs/AlertDialogPM.d.ts +0 -13
- package/lib/Components/Dialog/PMs/AlertDialogPM.js +0 -65
- package/lib/Components/Dialog/PMs/ConfirmDialogPM.d.ts +0 -15
- package/lib/Components/Dialog/PMs/ConfirmDialogPM.js +0 -73
- package/lib/Components/Dialog/PMs/DialogQueuePM.d.ts +0 -13
- package/lib/Components/Dialog/PMs/DialogQueuePM.js +0 -58
- package/lib/Components/Dialog/PMs/MarkDownEditorDialogPM.d.ts +0 -11
- package/lib/Components/Dialog/PMs/MarkDownEditorDialogPM.js +0 -57
- package/lib/Components/Dialog/PMs/SpinnerDialogPM.d.ts +0 -11
- package/lib/Components/Dialog/PMs/SpinnerDialogPM.js +0 -57
- package/lib/Components/Dialog/PMs/index.d.ts +0 -5
- package/lib/Components/Dialog/PMs/index.js +0 -17
- package/lib/Components/Dialog/UCs/MakeAlertDialogUC.d.ts +0 -10
- package/lib/Components/Dialog/UCs/MakeAlertDialogUC.js +0 -41
- package/lib/Components/Dialog/UCs/MakeConfirmDialogUC.d.ts +0 -10
- package/lib/Components/Dialog/UCs/MakeConfirmDialogUC.js +0 -41
- package/lib/Components/Dialog/UCs/MakeMarkdownDialogUC.d.ts +0 -10
- package/lib/Components/Dialog/UCs/MakeMarkdownDialogUC.js +0 -41
- package/lib/Components/Dialog/UCs/MakeSelectModelDialogUC.d.ts +0 -10
- package/lib/Components/Dialog/UCs/MakeSelectModelDialogUC.js +0 -41
- package/lib/Components/Dialog/UCs/MakeSpinnerDialogUC.d.ts +0 -10
- package/lib/Components/Dialog/UCs/MakeSpinnerDialogUC.js +0 -42
- package/lib/Components/Dialog/UCs/index.d.ts +0 -5
- package/lib/Components/Dialog/UCs/index.js +0 -17
- package/lib/Components/Dialog/index.d.ts +0 -7
- package/lib/Components/Dialog/index.js +0 -19
- package/lib/Components/Dispatcher/Entities/HostDispatchEntity.d.ts +0 -14
- package/lib/Components/Dispatcher/Entities/HostDispatchEntity.js +0 -94
- package/lib/Components/Dispatcher/Entities/index.d.ts +0 -1
- package/lib/Components/Dispatcher/Entities/index.js +0 -13
- package/lib/Components/Dispatcher/Mocks/DispatchEnableFeatureUCMock.d.ts +0 -7
- package/lib/Components/Dispatcher/Mocks/DispatchEnableFeatureUCMock.js +0 -11
- package/lib/Components/Dispatcher/Mocks/MockDispatchAppDispatcherUC.d.ts +0 -7
- package/lib/Components/Dispatcher/Mocks/MockDispatchAppDispatcherUC.js +0 -11
- package/lib/Components/Dispatcher/Mocks/MockDispatchIsAuthoringUC.d.ts +0 -7
- package/lib/Components/Dispatcher/Mocks/MockDispatchIsAuthoringUC.js +0 -11
- package/lib/Components/Dispatcher/Mocks/MockDispatchSetStateUC.d.ts +0 -7
- package/lib/Components/Dispatcher/Mocks/MockDispatchSetStateUC.js +0 -11
- package/lib/Components/Dispatcher/Mocks/MockDispatchShowBabylonInspectorUC.d.ts +0 -7
- package/lib/Components/Dispatcher/Mocks/MockDispatchShowBabylonInspectorUC.js +0 -11
- package/lib/Components/Dispatcher/Mocks/MockDispatchStartAppUC.d.ts +0 -7
- package/lib/Components/Dispatcher/Mocks/MockDispatchStartAppUC.js +0 -11
- package/lib/Components/Dispatcher/Mocks/MockDispatchStartBrowseChannelsUC.d.ts +0 -7
- package/lib/Components/Dispatcher/Mocks/MockDispatchStartBrowseChannelsUC.js +0 -11
- package/lib/Components/Dispatcher/Mocks/MockDispatchStartZSpaceUC.d.ts +0 -7
- package/lib/Components/Dispatcher/Mocks/MockDispatchStartZSpaceUC.js +0 -11
- package/lib/Components/Dispatcher/Mocks/MockDispatchStopAppUC.d.ts +0 -7
- package/lib/Components/Dispatcher/Mocks/MockDispatchStopAppUC.js +0 -11
- package/lib/Components/Dispatcher/Mocks/MockDispatchStopZSpaceUC.d.ts +0 -7
- package/lib/Components/Dispatcher/Mocks/MockDispatchStopZSpaceUC.js +0 -11
- package/lib/Components/Dispatcher/Mocks/MockDispatchThemeUC.d.ts +0 -7
- package/lib/Components/Dispatcher/Mocks/MockDispatchThemeUC.js +0 -11
- package/lib/Components/Dispatcher/Mocks/MockHostDispatcher.d.ts +0 -12
- package/lib/Components/Dispatcher/Mocks/MockHostDispatcher.js +0 -16
- package/lib/Components/Dispatcher/Mocks/index.d.ts +0 -12
- package/lib/Components/Dispatcher/Mocks/index.js +0 -24
- package/lib/Components/Dispatcher/UCs/DispatchDisposeAppUC.d.ts +0 -9
- package/lib/Components/Dispatcher/UCs/DispatchDisposeAppUC.js +0 -48
- package/lib/Components/Dispatcher/UCs/DispatchEnableFeatureUC.d.ts +0 -9
- package/lib/Components/Dispatcher/UCs/DispatchEnableFeatureUC.js +0 -53
- package/lib/Components/Dispatcher/UCs/DispatchIsAuthoringUC.d.ts +0 -9
- package/lib/Components/Dispatcher/UCs/DispatchIsAuthoringUC.js +0 -52
- package/lib/Components/Dispatcher/UCs/DispatchSetStateUC.d.ts +0 -27
- package/lib/Components/Dispatcher/UCs/DispatchSetStateUC.js +0 -67
- package/lib/Components/Dispatcher/UCs/DispatchShowBabylonInspectorUC.d.ts +0 -9
- package/lib/Components/Dispatcher/UCs/DispatchShowBabylonInspectorUC.js +0 -51
- package/lib/Components/Dispatcher/UCs/DispatchStartAppUC.d.ts +0 -9
- package/lib/Components/Dispatcher/UCs/DispatchStartAppUC.js +0 -51
- package/lib/Components/Dispatcher/UCs/DispatchStartBrowseChannelsUC.d.ts +0 -15
- package/lib/Components/Dispatcher/UCs/DispatchStartBrowseChannelsUC.js +0 -55
- package/lib/Components/Dispatcher/UCs/DispatchStartZSpaceUC.d.ts +0 -9
- package/lib/Components/Dispatcher/UCs/DispatchStartZSpaceUC.js +0 -76
- package/lib/Components/Dispatcher/UCs/DispatchStopAppUC.d.ts +0 -9
- package/lib/Components/Dispatcher/UCs/DispatchStopAppUC.js +0 -48
- package/lib/Components/Dispatcher/UCs/DispatchStopZSpaceUC.d.ts +0 -9
- package/lib/Components/Dispatcher/UCs/DispatchStopZSpaceUC.js +0 -48
- package/lib/Components/Dispatcher/UCs/DispatchThemeUC.d.ts +0 -60
- package/lib/Components/Dispatcher/UCs/DispatchThemeUC.js +0 -56
- package/lib/Components/Dispatcher/UCs/index.d.ts +0 -11
- package/lib/Components/Dispatcher/UCs/index.js +0 -23
- package/lib/Components/Dispatcher/index.d.ts +0 -4
- package/lib/Components/Dispatcher/index.js +0 -16
- package/lib/Components/Dispatcher/setupStandardHostDispatchers.d.ts +0 -2
- package/lib/Components/Dispatcher/setupStandardHostDispatchers.js +0 -17
- package/lib/Components/Events/Types/EventTypes.d.ts +0 -13
- package/lib/Components/Events/Types/EventTypes.js +0 -17
- package/lib/Components/Events/Types/PayloadTypes.d.ts +0 -59
- package/lib/Components/Events/Types/PayloadTypes.js +0 -2
- package/lib/Components/Events/Types/index.d.ts +0 -2
- package/lib/Components/Events/Types/index.js +0 -14
- package/lib/Components/Events/index.d.ts +0 -1
- package/lib/Components/Events/index.js +0 -13
- package/lib/Components/Handler/Entities/HostHandler.d.ts +0 -22
- package/lib/Components/Handler/Entities/HostHandler.js +0 -61
- package/lib/Components/Handler/Entities/index.d.ts +0 -1
- package/lib/Components/Handler/Entities/index.js +0 -13
- package/lib/Components/Handler/UCs/CallbackAssetDTO.d.ts +0 -5
- package/lib/Components/Handler/UCs/CallbackAssetDTO.js +0 -2
- package/lib/Components/Handler/UCs/CloseAssetSystemPlugin.d.ts +0 -17
- package/lib/Components/Handler/UCs/CloseAssetSystemPlugin.js +0 -67
- package/lib/Components/Handler/UCs/GetAssetBlobURLHandler.d.ts +0 -10
- package/lib/Components/Handler/UCs/GetAssetBlobURLHandler.js +0 -64
- package/lib/Components/Handler/UCs/GetAssetFolderURLHandler.d.ts +0 -10
- package/lib/Components/Handler/UCs/GetAssetFolderURLHandler.js +0 -57
- package/lib/Components/Handler/UCs/GetAssetMetaHandler.d.ts +0 -11
- package/lib/Components/Handler/UCs/GetAssetMetaHandler.js +0 -70
- package/lib/Components/Handler/UCs/GetAssetsForOwnerHandler.d.ts +0 -11
- package/lib/Components/Handler/UCs/GetAssetsForOwnerHandler.js +0 -47
- package/lib/Components/Handler/UCs/GetLinkedAssetsHandler.d.ts +0 -11
- package/lib/Components/Handler/UCs/GetLinkedAssetsHandler.js +0 -82
- package/lib/Components/Handler/UCs/GoToNextStateHandler.d.ts +0 -9
- package/lib/Components/Handler/UCs/GoToNextStateHandler.js +0 -58
- package/lib/Components/Handler/UCs/GoToPreviousStateHandler.d.ts +0 -9
- package/lib/Components/Handler/UCs/GoToPreviousStateHandler.js +0 -52
- package/lib/Components/Handler/UCs/HasNextStateHandler.d.ts +0 -10
- package/lib/Components/Handler/UCs/HasNextStateHandler.js +0 -60
- package/lib/Components/Handler/UCs/HasPreviousStateHandler.d.ts +0 -10
- package/lib/Components/Handler/UCs/HasPreviousStateHandler.js +0 -60
- package/lib/Components/Handler/UCs/IsAssetFetchedHandler.d.ts +0 -14
- package/lib/Components/Handler/UCs/IsAssetFetchedHandler.js +0 -48
- package/lib/Components/Handler/UCs/IsZSpaceAvailableHandler.d.ts +0 -10
- package/lib/Components/Handler/UCs/IsZSpaceAvailableHandler.js +0 -56
- package/lib/Components/Handler/UCs/NewActivityAssetHandler.d.ts +0 -10
- package/lib/Components/Handler/UCs/NewActivityAssetHandler.js +0 -47
- package/lib/Components/Handler/UCs/OnAppIsReadyHandler.d.ts +0 -9
- package/lib/Components/Handler/UCs/OnAppIsReadyHandler.js +0 -47
- package/lib/Components/Handler/UCs/OnStateChangeHandler.d.ts +0 -20
- package/lib/Components/Handler/UCs/OnStateChangeHandler.js +0 -108
- package/lib/Components/Handler/UCs/OnStateCompleteHandler.d.ts +0 -9
- package/lib/Components/Handler/UCs/OnStateCompleteHandler.js +0 -56
- package/lib/Components/Handler/UCs/RegisterExternalStyleSheetsHandler.d.ts +0 -10
- package/lib/Components/Handler/UCs/RegisterExternalStyleSheetsHandler.js +0 -58
- package/lib/Components/Handler/UCs/RestoreCurrentStateHandler.d.ts +0 -9
- package/lib/Components/Handler/UCs/RestoreCurrentStateHandler.js +0 -41
- package/lib/Components/Handler/UCs/ShowAlertHandler.d.ts +0 -16
- package/lib/Components/Handler/UCs/ShowAlertHandler.js +0 -57
- package/lib/Components/Handler/UCs/ShowConfirmHandler.d.ts +0 -18
- package/lib/Components/Handler/UCs/ShowConfirmHandler.js +0 -61
- package/lib/Components/Handler/UCs/ShowMarkDownEditorHandler.d.ts +0 -21
- package/lib/Components/Handler/UCs/ShowMarkDownEditorHandler.js +0 -54
- package/lib/Components/Handler/UCs/ShowSelectModelHandler.d.ts +0 -10
- package/lib/Components/Handler/UCs/ShowSelectModelHandler.js +0 -56
- package/lib/Components/Handler/UCs/ShowSpinnerHandler.d.ts +0 -15
- package/lib/Components/Handler/UCs/ShowSpinnerHandler.js +0 -55
- package/lib/Components/Handler/UCs/StartZSpaceHandler.d.ts +0 -9
- package/lib/Components/Handler/UCs/StartZSpaceHandler.js +0 -45
- package/lib/Components/Handler/UCs/StopZSpaceHandler.d.ts +0 -9
- package/lib/Components/Handler/UCs/StopZSpaceHandler.js +0 -45
- package/lib/Components/Handler/UCs/SubmitActivityAssetHandler.d.ts +0 -10
- package/lib/Components/Handler/UCs/SubmitActivityAssetHandler.js +0 -47
- package/lib/Components/Handler/UCs/SubmitLogHandler.d.ts +0 -11
- package/lib/Components/Handler/UCs/SubmitLogHandler.js +0 -72
- package/lib/Components/Handler/UCs/SubmitResultHandler.d.ts +0 -31
- package/lib/Components/Handler/UCs/SubmitResultHandler.js +0 -143
- package/lib/Components/Handler/UCs/index.d.ts +0 -29
- package/lib/Components/Handler/UCs/index.js +0 -41
- package/lib/Components/Handler/index.d.ts +0 -3
- package/lib/Components/Handler/index.js +0 -15
- package/lib/Components/Handler/setupStandardHostHandlers.d.ts +0 -2
- package/lib/Components/Handler/setupStandardHostHandlers.js +0 -29
- package/lib/Components/Logger/Adapters/fatalErrorAdapter.d.ts +0 -3
- package/lib/Components/Logger/Adapters/fatalErrorAdapter.js +0 -23
- package/lib/Components/Logger/Adapters/forwardLogsToConsoleAdapter.d.ts +0 -2
- package/lib/Components/Logger/Adapters/forwardLogsToConsoleAdapter.js +0 -23
- package/lib/Components/Logger/Adapters/index.d.ts +0 -3
- package/lib/Components/Logger/Adapters/index.js +0 -15
- package/lib/Components/Logger/Adapters/logSummaryAdapter.d.ts +0 -3
- package/lib/Components/Logger/Adapters/logSummaryAdapter.js +0 -23
- package/lib/Components/Logger/Controllers/clickDownloadLog.d.ts +0 -2
- package/lib/Components/Logger/Controllers/clickDownloadLog.js +0 -14
- package/lib/Components/Logger/Controllers/index.d.ts +0 -2
- package/lib/Components/Logger/Controllers/index.js +0 -14
- package/lib/Components/Logger/Controllers/toggleForwardLogs.d.ts +0 -2
- package/lib/Components/Logger/Controllers/toggleForwardLogs.js +0 -14
- package/lib/Components/Logger/Entities/LoggerEntity.d.ts +0 -21
- package/lib/Components/Logger/Entities/LoggerEntity.js +0 -77
- package/lib/Components/Logger/Entities/index.d.ts +0 -1
- package/lib/Components/Logger/Entities/index.js +0 -13
- package/lib/Components/Logger/Factories/index.d.ts +0 -1
- package/lib/Components/Logger/Factories/index.js +0 -13
- package/lib/Components/Logger/Factories/setupLoggerForSandbox.d.ts +0 -2
- package/lib/Components/Logger/Factories/setupLoggerForSandbox.js +0 -17
- package/lib/Components/Logger/Mocks/ForwardLogsToConsolePMMock.d.ts +0 -8
- package/lib/Components/Logger/Mocks/ForwardLogsToConsolePMMock.js +0 -15
- package/lib/Components/Logger/Mocks/LogSummaryPMMock.d.ts +0 -8
- package/lib/Components/Logger/Mocks/LogSummaryPMMock.js +0 -15
- package/lib/Components/Logger/Mocks/MockDownloadLogUC.d.ts +0 -9
- package/lib/Components/Logger/Mocks/MockDownloadLogUC.js +0 -16
- package/lib/Components/Logger/Mocks/MockFatalErrorPM.d.ts +0 -8
- package/lib/Components/Logger/Mocks/MockFatalErrorPM.js +0 -15
- package/lib/Components/Logger/Mocks/index.d.ts +0 -4
- package/lib/Components/Logger/Mocks/index.js +0 -16
- package/lib/Components/Logger/PMs/FatalErrorPM.d.ts +0 -17
- package/lib/Components/Logger/PMs/FatalErrorPM.js +0 -18
- package/lib/Components/Logger/PMs/ForwardLogsToConsolePM.d.ts +0 -6
- package/lib/Components/Logger/PMs/ForwardLogsToConsolePM.js +0 -36
- package/lib/Components/Logger/PMs/LogSummaryPM.d.ts +0 -12
- package/lib/Components/Logger/PMs/LogSummaryPM.js +0 -76
- package/lib/Components/Logger/PMs/index.d.ts +0 -3
- package/lib/Components/Logger/PMs/index.js +0 -15
- package/lib/Components/Logger/UCs/DownloadLogUC.d.ts +0 -8
- package/lib/Components/Logger/UCs/DownloadLogUC.js +0 -36
- package/lib/Components/Logger/UCs/index.d.ts +0 -1
- package/lib/Components/Logger/UCs/index.js +0 -13
- package/lib/Components/Logger/index.d.ts +0 -7
- package/lib/Components/Logger/index.js +0 -19
- package/lib/Components/StateMachine/Adapters/editingStateAdapter.d.ts +0 -3
- package/lib/Components/StateMachine/Adapters/editingStateAdapter.js +0 -23
- package/lib/Components/StateMachine/Adapters/hostStateMachinePMAdapter.d.ts +0 -3
- package/lib/Components/StateMachine/Adapters/hostStateMachinePMAdapter.js +0 -23
- package/lib/Components/StateMachine/Adapters/index.d.ts +0 -2
- package/lib/Components/StateMachine/Adapters/index.js +0 -14
- package/lib/Components/StateMachine/Controllers/cancelEditing.d.ts +0 -2
- package/lib/Components/StateMachine/Controllers/cancelEditing.js +0 -13
- package/lib/Components/StateMachine/Controllers/consumeState.d.ts +0 -2
- package/lib/Components/StateMachine/Controllers/consumeState.js +0 -13
- package/lib/Components/StateMachine/Controllers/deleteState.d.ts +0 -2
- package/lib/Components/StateMachine/Controllers/deleteState.js +0 -13
- package/lib/Components/StateMachine/Controllers/duplicateState.d.ts +0 -2
- package/lib/Components/StateMachine/Controllers/duplicateState.js +0 -13
- package/lib/Components/StateMachine/Controllers/editActiveState.d.ts +0 -2
- package/lib/Components/StateMachine/Controllers/editActiveState.js +0 -13
- package/lib/Components/StateMachine/Controllers/editState.d.ts +0 -2
- package/lib/Components/StateMachine/Controllers/editState.js +0 -13
- package/lib/Components/StateMachine/Controllers/endActivity.d.ts +0 -2
- package/lib/Components/StateMachine/Controllers/endActivity.js +0 -13
- package/lib/Components/StateMachine/Controllers/index.d.ts +0 -11
- package/lib/Components/StateMachine/Controllers/index.js +0 -23
- package/lib/Components/StateMachine/Controllers/newState.d.ts +0 -2
- package/lib/Components/StateMachine/Controllers/newState.js +0 -13
- package/lib/Components/StateMachine/Controllers/saveAuthoring.d.ts +0 -2
- package/lib/Components/StateMachine/Controllers/saveAuthoring.js +0 -13
- package/lib/Components/StateMachine/Controllers/savePersistentStates.d.ts +0 -2
- package/lib/Components/StateMachine/Controllers/savePersistentStates.js +0 -13
- package/lib/Components/StateMachine/Controllers/transitionToState.d.ts +0 -2
- package/lib/Components/StateMachine/Controllers/transitionToState.js +0 -13
- package/lib/Components/StateMachine/Entities/HostEditingStateEntity.d.ts +0 -16
- package/lib/Components/StateMachine/Entities/HostEditingStateEntity.js +0 -121
- package/lib/Components/StateMachine/Entities/HostStateEntity.d.ts +0 -31
- package/lib/Components/StateMachine/Entities/HostStateEntity.js +0 -124
- package/lib/Components/StateMachine/Entities/HostStateMachine.d.ts +0 -21
- package/lib/Components/StateMachine/Entities/HostStateMachine.js +0 -162
- package/lib/Components/StateMachine/Entities/index.d.ts +0 -3
- package/lib/Components/StateMachine/Entities/index.js +0 -15
- package/lib/Components/StateMachine/Factories/index.d.ts +0 -1
- package/lib/Components/StateMachine/Factories/index.js +0 -13
- package/lib/Components/StateMachine/Factories/setupStateMachineForSandbox.d.ts +0 -3
- package/lib/Components/StateMachine/Factories/setupStateMachineForSandbox.js +0 -28
- package/lib/Components/StateMachine/Mocks/CancelEditingUCMock.d.ts +0 -8
- package/lib/Components/StateMachine/Mocks/CancelEditingUCMock.js +0 -15
- package/lib/Components/StateMachine/Mocks/ConsumeStateUCMock.d.ts +0 -8
- package/lib/Components/StateMachine/Mocks/ConsumeStateUCMock.js +0 -15
- package/lib/Components/StateMachine/Mocks/EditStateUCMock.d.ts +0 -8
- package/lib/Components/StateMachine/Mocks/EditStateUCMock.js +0 -15
- package/lib/Components/StateMachine/Mocks/EndActivityUCMock.d.ts +0 -8
- package/lib/Components/StateMachine/Mocks/EndActivityUCMock.js +0 -15
- package/lib/Components/StateMachine/Mocks/MockDeleteStateUC.d.ts +0 -8
- package/lib/Components/StateMachine/Mocks/MockDeleteStateUC.js +0 -15
- package/lib/Components/StateMachine/Mocks/MockDuplicateStateUC.d.ts +0 -8
- package/lib/Components/StateMachine/Mocks/MockDuplicateStateUC.js +0 -15
- package/lib/Components/StateMachine/Mocks/MockEditActiveStateUC.d.ts +0 -8
- package/lib/Components/StateMachine/Mocks/MockEditActiveStateUC.js +0 -15
- package/lib/Components/StateMachine/Mocks/MockHostEditingStateEntity.d.ts +0 -16
- package/lib/Components/StateMachine/Mocks/MockHostEditingStateEntity.js +0 -30
- package/lib/Components/StateMachine/Mocks/MockHostStateEntity.d.ts +0 -16
- package/lib/Components/StateMachine/Mocks/MockHostStateEntity.js +0 -27
- package/lib/Components/StateMachine/Mocks/MockHostStateMachinePM.d.ts +0 -8
- package/lib/Components/StateMachine/Mocks/MockHostStateMachinePM.js +0 -15
- package/lib/Components/StateMachine/Mocks/MockIsEditingStatePM.d.ts +0 -8
- package/lib/Components/StateMachine/Mocks/MockIsEditingStatePM.js +0 -15
- package/lib/Components/StateMachine/Mocks/MockSaveAuthoringUC.d.ts +0 -8
- package/lib/Components/StateMachine/Mocks/MockSaveAuthoringUC.js +0 -15
- package/lib/Components/StateMachine/Mocks/MockStateEntity.d.ts +0 -16
- package/lib/Components/StateMachine/Mocks/MockStateEntity.js +0 -27
- package/lib/Components/StateMachine/Mocks/MockTransitionToStateUC.d.ts +0 -8
- package/lib/Components/StateMachine/Mocks/MockTransitionToStateUC.js +0 -15
- package/lib/Components/StateMachine/Mocks/NewStateUCMock.d.ts +0 -8
- package/lib/Components/StateMachine/Mocks/NewStateUCMock.js +0 -15
- package/lib/Components/StateMachine/Mocks/SavePersistentStatesMock.d.ts +0 -8
- package/lib/Components/StateMachine/Mocks/SavePersistentStatesMock.js +0 -15
- package/lib/Components/StateMachine/Mocks/index.d.ts +0 -15
- package/lib/Components/StateMachine/Mocks/index.js +0 -27
- package/lib/Components/StateMachine/PMs/EditingStatePM.d.ts +0 -19
- package/lib/Components/StateMachine/PMs/EditingStatePM.js +0 -54
- package/lib/Components/StateMachine/PMs/HostStateMachinePM.d.ts +0 -23
- package/lib/Components/StateMachine/PMs/HostStateMachinePM.js +0 -70
- package/lib/Components/StateMachine/PMs/index.d.ts +0 -2
- package/lib/Components/StateMachine/PMs/index.js +0 -14
- package/lib/Components/StateMachine/UCs/CancelEditing/CancelEditingUC.d.ts +0 -6
- package/lib/Components/StateMachine/UCs/CancelEditing/CancelEditingUC.js +0 -11
- package/lib/Components/StateMachine/UCs/CancelEditing/CancelSandboxEditingUC.d.ts +0 -3
- package/lib/Components/StateMachine/UCs/CancelEditing/CancelSandboxEditingUC.js +0 -60
- package/lib/Components/StateMachine/UCs/CancelEditing/index.d.ts +0 -2
- package/lib/Components/StateMachine/UCs/CancelEditing/index.js +0 -14
- package/lib/Components/StateMachine/UCs/ConsumeState/ConsumeSandboxStateUC.d.ts +0 -3
- package/lib/Components/StateMachine/UCs/ConsumeState/ConsumeSandboxStateUC.js +0 -51
- package/lib/Components/StateMachine/UCs/ConsumeState/ConsumeStateUC.d.ts +0 -6
- package/lib/Components/StateMachine/UCs/ConsumeState/ConsumeStateUC.js +0 -11
- package/lib/Components/StateMachine/UCs/ConsumeState/index.d.ts +0 -2
- package/lib/Components/StateMachine/UCs/ConsumeState/index.js +0 -14
- package/lib/Components/StateMachine/UCs/DeleteStateUC.d.ts +0 -7
- package/lib/Components/StateMachine/UCs/DeleteStateUC.js +0 -37
- package/lib/Components/StateMachine/UCs/DuplicateStateUC.d.ts +0 -7
- package/lib/Components/StateMachine/UCs/DuplicateStateUC.js +0 -39
- package/lib/Components/StateMachine/UCs/EditActiveState/EditActiveSandboxStateUC.d.ts +0 -3
- package/lib/Components/StateMachine/UCs/EditActiveState/EditActiveSandboxStateUC.js +0 -61
- package/lib/Components/StateMachine/UCs/EditActiveState/EditActiveStateUC.d.ts +0 -6
- package/lib/Components/StateMachine/UCs/EditActiveState/EditActiveStateUC.js +0 -11
- package/lib/Components/StateMachine/UCs/EditActiveState/index.d.ts +0 -2
- package/lib/Components/StateMachine/UCs/EditActiveState/index.js +0 -14
- package/lib/Components/StateMachine/UCs/EditState/EditSandboxStateUC.d.ts +0 -3
- package/lib/Components/StateMachine/UCs/EditState/EditSandboxStateUC.js +0 -37
- package/lib/Components/StateMachine/UCs/EditState/EditStateUC.d.ts +0 -6
- package/lib/Components/StateMachine/UCs/EditState/EditStateUC.js +0 -11
- package/lib/Components/StateMachine/UCs/EditState/index.d.ts +0 -2
- package/lib/Components/StateMachine/UCs/EditState/index.js +0 -14
- package/lib/Components/StateMachine/UCs/EndActivity/EndActivityUC.d.ts +0 -6
- package/lib/Components/StateMachine/UCs/EndActivity/EndActivityUC.js +0 -11
- package/lib/Components/StateMachine/UCs/EndActivity/EndSandboxActivityUC.d.ts +0 -3
- package/lib/Components/StateMachine/UCs/EndActivity/EndSandboxActivityUC.js +0 -38
- package/lib/Components/StateMachine/UCs/EndActivity/index.d.ts +0 -2
- package/lib/Components/StateMachine/UCs/EndActivity/index.js +0 -14
- package/lib/Components/StateMachine/UCs/NewState/NewSandboxStateUC.d.ts +0 -3
- package/lib/Components/StateMachine/UCs/NewState/NewSandboxStateUC.js +0 -34
- package/lib/Components/StateMachine/UCs/NewState/NewStateUC.d.ts +0 -6
- package/lib/Components/StateMachine/UCs/NewState/NewStateUC.js +0 -11
- package/lib/Components/StateMachine/UCs/NewState/index.d.ts +0 -2
- package/lib/Components/StateMachine/UCs/NewState/index.js +0 -14
- package/lib/Components/StateMachine/UCs/SaveAuthoring/SaveAuthoringSandboxUC.d.ts +0 -3
- package/lib/Components/StateMachine/UCs/SaveAuthoring/SaveAuthoringSandboxUC.js +0 -46
- package/lib/Components/StateMachine/UCs/SaveAuthoring/SaveAuthoringUC.d.ts +0 -6
- package/lib/Components/StateMachine/UCs/SaveAuthoring/SaveAuthoringUC.js +0 -11
- package/lib/Components/StateMachine/UCs/SaveAuthoring/index.d.ts +0 -2
- package/lib/Components/StateMachine/UCs/SaveAuthoring/index.js +0 -14
- package/lib/Components/StateMachine/UCs/SavePersistentStates.d.ts +0 -7
- package/lib/Components/StateMachine/UCs/SavePersistentStates.js +0 -49
- package/lib/Components/StateMachine/UCs/TransitionToState/TransitionToSandboxStateUC.d.ts +0 -3
- package/lib/Components/StateMachine/UCs/TransitionToState/TransitionToSandboxStateUC.js +0 -51
- package/lib/Components/StateMachine/UCs/TransitionToState/TransitionToStateUC.d.ts +0 -6
- package/lib/Components/StateMachine/UCs/TransitionToState/TransitionToStateUC.js +0 -11
- package/lib/Components/StateMachine/UCs/TransitionToState/index.d.ts +0 -2
- package/lib/Components/StateMachine/UCs/TransitionToState/index.js +0 -14
- package/lib/Components/StateMachine/UCs/index.d.ts +0 -13
- package/lib/Components/StateMachine/UCs/index.js +0 -25
- package/lib/Components/StateMachine/UCs/setSandboxStatesFromData.d.ts +0 -8
- package/lib/Components/StateMachine/UCs/setSandboxStatesFromData.js +0 -29
- package/lib/Components/StateMachine/UCs/setSandboxStatesFromStingData.d.ts +0 -8
- package/lib/Components/StateMachine/UCs/setSandboxStatesFromStingData.js +0 -29
- package/lib/Components/StateMachine/UCs/setSandboxStatesFromStringData.d.ts +0 -8
- package/lib/Components/StateMachine/UCs/setSandboxStatesFromStringData.js +0 -29
- package/lib/Components/StateMachine/index.d.ts +0 -7
- package/lib/Components/StateMachine/index.js +0 -19
- package/lib/Components/ThemeColors/Adapter/index.d.ts +0 -1
- package/lib/Components/ThemeColors/Adapter/index.js +0 -13
- package/lib/Components/ThemeColors/Adapter/themeColorAdapter.d.ts +0 -3
- package/lib/Components/ThemeColors/Adapter/themeColorAdapter.js +0 -23
- package/lib/Components/ThemeColors/Controllers/getOnPrimaryColor.d.ts +0 -3
- package/lib/Components/ThemeColors/Controllers/getOnPrimaryColor.js +0 -16
- package/lib/Components/ThemeColors/Controllers/getOnSurfaceColor.d.ts +0 -3
- package/lib/Components/ThemeColors/Controllers/getOnSurfaceColor.js +0 -16
- package/lib/Components/ThemeColors/Controllers/getPrimaryColor.d.ts +0 -3
- package/lib/Components/ThemeColors/Controllers/getPrimaryColor.js +0 -16
- package/lib/Components/ThemeColors/Controllers/getSurfaceColor.d.ts +0 -3
- package/lib/Components/ThemeColors/Controllers/getSurfaceColor.js +0 -16
- package/lib/Components/ThemeColors/Controllers/getSurfaceContainerColor.d.ts +0 -3
- package/lib/Components/ThemeColors/Controllers/getSurfaceContainerColor.js +0 -16
- package/lib/Components/ThemeColors/Controllers/index.d.ts +0 -5
- package/lib/Components/ThemeColors/Controllers/index.js +0 -17
- package/lib/Components/ThemeColors/Data/index.d.ts +0 -2
- package/lib/Components/ThemeColors/Data/index.js +0 -10
- package/lib/Components/ThemeColors/Data/vivedDarkTheme.json +0 -51
- package/lib/Components/ThemeColors/Data/vivedLightTheme.json +0 -51
- package/lib/Components/ThemeColors/Entities/HostThemeEntity.d.ts +0 -127
- package/lib/Components/ThemeColors/Entities/HostThemeEntity.js +0 -166
- package/lib/Components/ThemeColors/Entities/index.d.ts +0 -1
- package/lib/Components/ThemeColors/Entities/index.js +0 -13
- package/lib/Components/ThemeColors/Factories/index.d.ts +0 -1
- package/lib/Components/ThemeColors/Factories/index.js +0 -13
- package/lib/Components/ThemeColors/Factories/setupThemeForSandbox.d.ts +0 -2
- package/lib/Components/ThemeColors/Factories/setupThemeForSandbox.js +0 -20
- package/lib/Components/ThemeColors/Mocks/MockThemeColorPM.d.ts +0 -8
- package/lib/Components/ThemeColors/Mocks/MockThemeColorPM.js +0 -15
- package/lib/Components/ThemeColors/Mocks/index.d.ts +0 -1
- package/lib/Components/ThemeColors/Mocks/index.js +0 -13
- package/lib/Components/ThemeColors/PM/ThemeColorsPM.d.ts +0 -12
- package/lib/Components/ThemeColors/PM/ThemeColorsPM.js +0 -46
- package/lib/Components/ThemeColors/PM/index.d.ts +0 -1
- package/lib/Components/ThemeColors/PM/index.js +0 -13
- package/lib/Components/ThemeColors/UCs/SetThemeUC.d.ts +0 -10
- package/lib/Components/ThemeColors/UCs/SetThemeUC.js +0 -43
- package/lib/Components/ThemeColors/UCs/index.d.ts +0 -1
- package/lib/Components/ThemeColors/UCs/index.js +0 -13
- package/lib/Components/ThemeColors/index.d.ts +0 -8
- package/lib/Components/ThemeColors/index.js +0 -20
- package/lib/Components/VivedAPI/Adapters/apiStageAdapter.d.ts +0 -3
- package/lib/Components/VivedAPI/Adapters/apiStageAdapter.js +0 -24
- package/lib/Components/VivedAPI/Adapters/index.d.ts +0 -2
- package/lib/Components/VivedAPI/Adapters/index.js +0 -14
- package/lib/Components/VivedAPI/Adapters/userTokenAdapter.d.ts +0 -2
- package/lib/Components/VivedAPI/Adapters/userTokenAdapter.js +0 -23
- package/lib/Components/VivedAPI/Controllers/index.d.ts +0 -4
- package/lib/Components/VivedAPI/Controllers/index.js +0 -16
- package/lib/Components/VivedAPI/Controllers/loginUser.d.ts +0 -2
- package/lib/Components/VivedAPI/Controllers/loginUser.js +0 -15
- package/lib/Components/VivedAPI/Controllers/logoutUser.d.ts +0 -2
- package/lib/Components/VivedAPI/Controllers/logoutUser.js +0 -15
- package/lib/Components/VivedAPI/Controllers/refreshAuthenticatedUser.d.ts +0 -2
- package/lib/Components/VivedAPI/Controllers/refreshAuthenticatedUser.js +0 -15
- package/lib/Components/VivedAPI/Controllers/setApiStage.d.ts +0 -3
- package/lib/Components/VivedAPI/Controllers/setApiStage.js +0 -14
- package/lib/Components/VivedAPI/Entities/VivedAPIEntity.d.ts +0 -24
- package/lib/Components/VivedAPI/Entities/VivedAPIEntity.js +0 -56
- package/lib/Components/VivedAPI/Entities/index.d.ts +0 -1
- package/lib/Components/VivedAPI/Entities/index.js +0 -13
- package/lib/Components/VivedAPI/Factories/index.d.ts +0 -1
- package/lib/Components/VivedAPI/Factories/index.js +0 -13
- package/lib/Components/VivedAPI/Factories/setupVivedAPIForSandbox.d.ts +0 -2
- package/lib/Components/VivedAPI/Factories/setupVivedAPIForSandbox.js +0 -26
- package/lib/Components/VivedAPI/Mocks/ApiStagePMMock.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/ApiStagePMMock.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockBasicFetchUC.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockBasicFetchUC.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockBlobRequestUC.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockBlobRequestUC.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockDeleteAssetOnAPIUC.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockDeleteAssetOnAPIUC.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockFetchAssetFileFromAPIUC.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockFetchAssetFileFromAPIUC.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockFetchAssetMetaFromAPIUC.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockFetchAssetMetaFromAPIUC.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockFileUpload.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockFileUpload.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockGetAppFromAPIUC.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockGetAppFromAPIUC.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockGetAssetsForOwnerUC.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockGetAssetsForOwnerUC.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockJsonRequestUC.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockJsonRequestUC.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockPatchAssetFileUC.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockPatchAssetFileUC.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockPatchAssetIsArchivedUC.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockPatchAssetIsArchivedUC.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockPatchAssetMetaUC.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockPatchAssetMetaUC.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockPatchAssetUC.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockPatchAssetUC.js +0 -15
- package/lib/Components/VivedAPI/Mocks/MockPostNewAssetUC.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/MockPostNewAssetUC.js +0 -18
- package/lib/Components/VivedAPI/Mocks/MockSignedAuthToken.d.ts +0 -9
- package/lib/Components/VivedAPI/Mocks/MockSignedAuthToken.js +0 -16
- package/lib/Components/VivedAPI/Mocks/MockUserLoginUC.d.ts +0 -10
- package/lib/Components/VivedAPI/Mocks/MockUserLoginUC.js +0 -17
- package/lib/Components/VivedAPI/Mocks/UserTokenPMMock.d.ts +0 -8
- package/lib/Components/VivedAPI/Mocks/UserTokenPMMock.js +0 -15
- package/lib/Components/VivedAPI/Mocks/index.d.ts +0 -18
- package/lib/Components/VivedAPI/Mocks/index.js +0 -30
- package/lib/Components/VivedAPI/PMs/ApiStagePM.d.ts +0 -7
- package/lib/Components/VivedAPI/PMs/ApiStagePM.js +0 -36
- package/lib/Components/VivedAPI/PMs/UserTokenPM.d.ts +0 -6
- package/lib/Components/VivedAPI/PMs/UserTokenPM.js +0 -36
- package/lib/Components/VivedAPI/PMs/index.d.ts +0 -2
- package/lib/Components/VivedAPI/PMs/index.js +0 -14
- package/lib/Components/VivedAPI/UCs/BasicFetchUC.d.ts +0 -12
- package/lib/Components/VivedAPI/UCs/BasicFetchUC.js +0 -11
- package/lib/Components/VivedAPI/UCs/BlobRequestUC.d.ts +0 -12
- package/lib/Components/VivedAPI/UCs/BlobRequestUC.js +0 -11
- package/lib/Components/VivedAPI/UCs/DeleteAssetOnAPIUC.d.ts +0 -7
- package/lib/Components/VivedAPI/UCs/DeleteAssetOnAPIUC.js +0 -63
- package/lib/Components/VivedAPI/UCs/FetchAssetFileFromAPIUC.d.ts +0 -8
- package/lib/Components/VivedAPI/UCs/FetchAssetFileFromAPIUC.js +0 -53
- package/lib/Components/VivedAPI/UCs/FetchAssetMetaFromAPIUC.d.ts +0 -8
- package/lib/Components/VivedAPI/UCs/FetchAssetMetaFromAPIUC.js +0 -72
- package/lib/Components/VivedAPI/UCs/FileUploadUC.d.ts +0 -7
- package/lib/Components/VivedAPI/UCs/FileUploadUC.js +0 -62
- package/lib/Components/VivedAPI/UCs/GetAppFromAPIUC.d.ts +0 -28
- package/lib/Components/VivedAPI/UCs/GetAppFromAPIUC.js +0 -70
- package/lib/Components/VivedAPI/UCs/GetAssetsForOwnerFromAPIUC.d.ts +0 -8
- package/lib/Components/VivedAPI/UCs/GetAssetsForOwnerFromAPIUC.js +0 -86
- package/lib/Components/VivedAPI/UCs/JsonRequestUC.d.ts +0 -12
- package/lib/Components/VivedAPI/UCs/JsonRequestUC.js +0 -11
- package/lib/Components/VivedAPI/UCs/PatchAssetFileUC.d.ts +0 -7
- package/lib/Components/VivedAPI/UCs/PatchAssetFileUC.js +0 -84
- package/lib/Components/VivedAPI/UCs/PatchAssetIsArchivedUC.d.ts +0 -7
- package/lib/Components/VivedAPI/UCs/PatchAssetIsArchivedUC.js +0 -67
- package/lib/Components/VivedAPI/UCs/PatchAssetMetaUC.d.ts +0 -13
- package/lib/Components/VivedAPI/UCs/PatchAssetMetaUC.js +0 -70
- package/lib/Components/VivedAPI/UCs/PatchAssetUC.d.ts +0 -14
- package/lib/Components/VivedAPI/UCs/PatchAssetUC.js +0 -88
- package/lib/Components/VivedAPI/UCs/PostNewAssetUC.d.ts +0 -17
- package/lib/Components/VivedAPI/UCs/PostNewAssetUC.js +0 -92
- package/lib/Components/VivedAPI/UCs/SignedAuthTokenUC.d.ts +0 -7
- package/lib/Components/VivedAPI/UCs/SignedAuthTokenUC.js +0 -11
- package/lib/Components/VivedAPI/UCs/UserAuthUC.d.ts +0 -8
- package/lib/Components/VivedAPI/UCs/UserAuthUC.js +0 -11
- package/lib/Components/VivedAPI/UCs/index.d.ts +0 -16
- package/lib/Components/VivedAPI/UCs/index.js +0 -28
- package/lib/Components/VivedAPI/index.d.ts +0 -7
- package/lib/Components/VivedAPI/index.js +0 -19
- package/lib/Components/ZSpaceHost/Adapters/emulateZSpaceAdapter.d.ts +0 -2
- package/lib/Components/ZSpaceHost/Adapters/emulateZSpaceAdapter.js +0 -23
- package/lib/Components/ZSpaceHost/Adapters/index.d.ts +0 -2
- package/lib/Components/ZSpaceHost/Adapters/index.js +0 -14
- package/lib/Components/ZSpaceHost/Adapters/zSpaceIsActiveAdapter.d.ts +0 -2
- package/lib/Components/ZSpaceHost/Adapters/zSpaceIsActiveAdapter.js +0 -23
- package/lib/Components/ZSpaceHost/Controllers/index.d.ts +0 -3
- package/lib/Components/ZSpaceHost/Controllers/index.js +0 -15
- package/lib/Components/ZSpaceHost/Controllers/startZSpace.d.ts +0 -2
- package/lib/Components/ZSpaceHost/Controllers/startZSpace.js +0 -13
- package/lib/Components/ZSpaceHost/Controllers/stopZSpace.d.ts +0 -2
- package/lib/Components/ZSpaceHost/Controllers/stopZSpace.js +0 -13
- package/lib/Components/ZSpaceHost/Controllers/toggleEmulateZSpace.d.ts +0 -2
- package/lib/Components/ZSpaceHost/Controllers/toggleEmulateZSpace.js +0 -13
- package/lib/Components/ZSpaceHost/Entities/ZSpaceHost.d.ts +0 -14
- package/lib/Components/ZSpaceHost/Entities/ZSpaceHost.js +0 -43
- package/lib/Components/ZSpaceHost/Entities/index.d.ts +0 -1
- package/lib/Components/ZSpaceHost/Entities/index.js +0 -13
- package/lib/Components/ZSpaceHost/Factories/index.d.ts +0 -1
- package/lib/Components/ZSpaceHost/Factories/index.js +0 -13
- package/lib/Components/ZSpaceHost/Factories/setupZSpaceForSandbox.d.ts +0 -3
- package/lib/Components/ZSpaceHost/Factories/setupZSpaceForSandbox.js +0 -19
- package/lib/Components/ZSpaceHost/Mocks/EmulateZSpacePMMock.d.ts +0 -8
- package/lib/Components/ZSpaceHost/Mocks/EmulateZSpacePMMock.js +0 -15
- package/lib/Components/ZSpaceHost/Mocks/MockStartZSpaceUC.d.ts +0 -8
- package/lib/Components/ZSpaceHost/Mocks/MockStartZSpaceUC.js +0 -15
- package/lib/Components/ZSpaceHost/Mocks/MockStopZSpaceUC.d.ts +0 -8
- package/lib/Components/ZSpaceHost/Mocks/MockStopZSpaceUC.js +0 -15
- package/lib/Components/ZSpaceHost/Mocks/MockXRSession.d.ts +0 -28
- package/lib/Components/ZSpaceHost/Mocks/MockXRSession.js +0 -49
- package/lib/Components/ZSpaceHost/Mocks/ZSpaceIsActivePMMock.d.ts +0 -8
- package/lib/Components/ZSpaceHost/Mocks/ZSpaceIsActivePMMock.js +0 -15
- package/lib/Components/ZSpaceHost/Mocks/index.d.ts +0 -5
- package/lib/Components/ZSpaceHost/Mocks/index.js +0 -17
- package/lib/Components/ZSpaceHost/PMs/EmulateZSpacePM.d.ts +0 -6
- package/lib/Components/ZSpaceHost/PMs/EmulateZSpacePM.js +0 -37
- package/lib/Components/ZSpaceHost/PMs/ZSpaceIsActivePM.d.ts +0 -6
- package/lib/Components/ZSpaceHost/PMs/ZSpaceIsActivePM.js +0 -37
- package/lib/Components/ZSpaceHost/PMs/index.d.ts +0 -2
- package/lib/Components/ZSpaceHost/PMs/index.js +0 -14
- package/lib/Components/ZSpaceHost/UCs/StartSandboxZSpaceUC.d.ts +0 -3
- package/lib/Components/ZSpaceHost/UCs/StartSandboxZSpaceUC.js +0 -70
- package/lib/Components/ZSpaceHost/UCs/StartZSpace/StartSandboxZSpaceUC.d.ts +0 -3
- package/lib/Components/ZSpaceHost/UCs/StartZSpace/StartSandboxZSpaceUC.js +0 -70
- package/lib/Components/ZSpaceHost/UCs/StartZSpace/StartZSpaceUC.d.ts +0 -6
- package/lib/Components/ZSpaceHost/UCs/StartZSpace/StartZSpaceUC.js +0 -11
- package/lib/Components/ZSpaceHost/UCs/StartZSpace/index.d.ts +0 -2
- package/lib/Components/ZSpaceHost/UCs/StartZSpace/index.js +0 -14
- package/lib/Components/ZSpaceHost/UCs/StartZSpaceUC.d.ts +0 -6
- package/lib/Components/ZSpaceHost/UCs/StartZSpaceUC.js +0 -11
- package/lib/Components/ZSpaceHost/UCs/StopSandboxZSpaceUC.d.ts +0 -3
- package/lib/Components/ZSpaceHost/UCs/StopSandboxZSpaceUC.js +0 -40
- package/lib/Components/ZSpaceHost/UCs/StopZSpace/StopSandboxZSpaceUC.d.ts +0 -3
- package/lib/Components/ZSpaceHost/UCs/StopZSpace/StopSandboxZSpaceUC.js +0 -40
- package/lib/Components/ZSpaceHost/UCs/StopZSpace/StopZSpaceUC.d.ts +0 -6
- package/lib/Components/ZSpaceHost/UCs/StopZSpace/StopZSpaceUC.js +0 -11
- package/lib/Components/ZSpaceHost/UCs/StopZSpace/index.d.ts +0 -2
- package/lib/Components/ZSpaceHost/UCs/StopZSpace/index.js +0 -14
- package/lib/Components/ZSpaceHost/UCs/StopZSpaceUC.d.ts +0 -6
- package/lib/Components/ZSpaceHost/UCs/StopZSpaceUC.js +0 -11
- package/lib/Components/ZSpaceHost/UCs/checkForZSpaceSupport.d.ts +0 -2
- package/lib/Components/ZSpaceHost/UCs/checkForZSpaceSupport.js +0 -30
- package/lib/Components/ZSpaceHost/UCs/index.d.ts +0 -3
- package/lib/Components/ZSpaceHost/UCs/index.js +0 -15
- package/lib/Components/ZSpaceHost/index.d.ts +0 -7
- package/lib/Components/ZSpaceHost/index.js +0 -19
- package/lib/Components/index.d.ts +0 -14
- package/lib/Components/index.js +0 -26
- package/lib/Entities/MemoizedBoolean.d.ts +0 -7
- package/lib/Entities/MemoizedBoolean.js +0 -19
- package/lib/Entities/MemoizedColor.d.ts +0 -9
- package/lib/Entities/MemoizedColor.js +0 -23
- package/lib/Entities/MemoizedNumber.d.ts +0 -7
- package/lib/Entities/MemoizedNumber.js +0 -19
- package/lib/Entities/MemoizedString.d.ts +0 -7
- package/lib/Entities/MemoizedString.js +0 -19
- package/lib/Entities/ObservableEntity.d.ts +0 -7
- package/lib/Entities/ObservableEntity.js +0 -19
- package/lib/Entities/ObserverList.d.ts +0 -7
- package/lib/Entities/ObserverList.js +0 -26
- package/lib/Entities/SnackbarRepo.d.ts +0 -20
- package/lib/Entities/SnackbarRepo.js +0 -98
- package/lib/Entities/index.d.ts +0 -7
- package/lib/Entities/index.js +0 -19
- package/lib/HostAppObject/HostAppObject.d.ts +0 -14
- package/lib/HostAppObject/HostAppObject.js +0 -58
- package/lib/HostAppObject/HostAppObjectComponent.d.ts +0 -16
- package/lib/HostAppObject/HostAppObjectComponent.js +0 -71
- package/lib/HostAppObject/HostAppObjectController.d.ts +0 -3
- package/lib/HostAppObject/HostAppObjectController.js +0 -7
- package/lib/HostAppObject/HostAppObjectEntity.d.ts +0 -14
- package/lib/HostAppObject/HostAppObjectEntity.js +0 -36
- package/lib/HostAppObject/HostAppObjectEntityRepo.d.ts +0 -15
- package/lib/HostAppObject/HostAppObjectEntityRepo.js +0 -54
- package/lib/HostAppObject/HostAppObjectPM.d.ts +0 -11
- package/lib/HostAppObject/HostAppObjectPM.js +0 -38
- package/lib/HostAppObject/HostAppObjectRepo.d.ts +0 -25
- package/lib/HostAppObject/HostAppObjectRepo.js +0 -132
- package/lib/HostAppObject/HostAppObjectUC.d.ts +0 -3
- package/lib/HostAppObject/HostAppObjectUC.js +0 -7
- package/lib/HostAppObject/HostAppObjectView.d.ts +0 -3
- package/lib/HostAppObject/HostAppObjectView.js +0 -7
- package/lib/HostAppObject/getSingletonComponent.d.ts +0 -3
- package/lib/HostAppObject/getSingletonComponent.js +0 -7
- package/lib/HostAppObject/index.d.ts +0 -9
- package/lib/HostAppObject/index.js +0 -21
- package/lib/PresentationManagers/PresentationManager.d.ts +0 -8
- package/lib/PresentationManagers/PresentationManager.js +0 -16
- package/lib/PresentationManagers/Snackbar/SnackbarPM.d.ts +0 -13
- package/lib/PresentationManagers/Snackbar/SnackbarPM.js +0 -30
- package/lib/PresentationManagers/index.d.ts +0 -6
- package/lib/PresentationManagers/index.js +0 -18
- package/lib/Types/PluginBoundary.d.ts +0 -10
- package/lib/Types/PluginBoundary.js +0 -2
- package/lib/Types/PmAdapter.d.ts +0 -6
- package/lib/Types/PmAdapter.js +0 -2
- package/lib/Types/SingletonPmAdapter.d.ts +0 -6
- package/lib/Types/SingletonPmAdapter.js +0 -2
- package/lib/Types/index.d.ts +0 -3
- package/lib/Types/index.js +0 -15
- package/lib/Utilities/addAlphaToHex.d.ts +0 -1
- package/lib/Utilities/addAlphaToHex.js +0 -16
- package/lib/Utilities/alphaToHex.d.ts +0 -2
- package/lib/Utilities/alphaToHex.js +0 -21
- package/lib/Utilities/downloadFile.d.ts +0 -1
- package/lib/Utilities/downloadFile.js +0 -14
- package/lib/Utilities/generateUniqueID.d.ts +0 -1
- package/lib/Utilities/generateUniqueID.js +0 -8
- package/lib/Utilities/index.d.ts +0 -4
- package/lib/Utilities/index.js +0 -16
- package/lib/ValueObjects/Color.d.ts +0 -82
- package/lib/ValueObjects/Color.js +0 -858
- package/lib/ValueObjects/Result.d.ts +0 -30
- package/lib/ValueObjects/Result.js +0 -45
- package/lib/ValueObjects/Version.d.ts +0 -22
- package/lib/ValueObjects/Version.js +0 -170
- package/lib/ValueObjects/index.d.ts +0 -3
- package/lib/ValueObjects/index.js +0 -15
- package/lib/index.d.ts +0 -7
- package/lib/index.js +0 -19
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { HostAppObject, HostAppObjectPM, HostAppObjectRepo } from "../../../HostAppObject";
|
|
2
|
-
export interface MarkDownEditorDialogVM {
|
|
3
|
-
initialText: string;
|
|
4
|
-
confirm: (text: string) => void;
|
|
5
|
-
}
|
|
6
|
-
export declare abstract class MarkDownEditorDialogPM extends HostAppObjectPM<MarkDownEditorDialogVM> {
|
|
7
|
-
static type: string;
|
|
8
|
-
static get(assetID: string, appObjects: HostAppObjectRepo): MarkDownEditorDialogPM | undefined;
|
|
9
|
-
}
|
|
10
|
-
export declare function makeMarkDownEditorDialogPM(appObject: HostAppObject): MarkDownEditorDialogPM;
|
|
11
|
-
export declare const defaultMarkDownEditorDialogVM: MarkDownEditorDialogVM;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultMarkDownEditorDialogVM = exports.makeMarkDownEditorDialogPM = exports.MarkDownEditorDialogPM = void 0;
|
|
4
|
-
const HostAppObject_1 = require("../../../HostAppObject");
|
|
5
|
-
const MarkDownEditor_1 = require("../Entities/MarkDownEditor");
|
|
6
|
-
class MarkDownEditorDialogPM extends HostAppObject_1.HostAppObjectPM {
|
|
7
|
-
static get(assetID, appObjects) {
|
|
8
|
-
const appObject = appObjects.get(assetID);
|
|
9
|
-
if (!appObject) {
|
|
10
|
-
appObjects.submitWarning("MarkDownEditorDialogPM.get", "Unable to find app object");
|
|
11
|
-
return undefined;
|
|
12
|
-
}
|
|
13
|
-
const pm = appObject.getComponent(MarkDownEditorDialogPM.type);
|
|
14
|
-
if (!pm) {
|
|
15
|
-
appObjects.submitWarning("MarkDownEditorDialogPM.get", "App Object does not have MarkDownEditorDialogPM");
|
|
16
|
-
return undefined;
|
|
17
|
-
}
|
|
18
|
-
return pm;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
exports.MarkDownEditorDialogPM = MarkDownEditorDialogPM;
|
|
22
|
-
MarkDownEditorDialogPM.type = "MarkDownEditorDialogPM";
|
|
23
|
-
function makeMarkDownEditorDialogPM(appObject) {
|
|
24
|
-
return new MarkDownEditorDialogPMImp(appObject);
|
|
25
|
-
}
|
|
26
|
-
exports.makeMarkDownEditorDialogPM = makeMarkDownEditorDialogPM;
|
|
27
|
-
class MarkDownEditorDialogPMImp extends MarkDownEditorDialogPM {
|
|
28
|
-
constructor(appObject) {
|
|
29
|
-
super(appObject, MarkDownEditorDialogPM.type);
|
|
30
|
-
this.onAlertChange = () => {
|
|
31
|
-
if (!this.dialog)
|
|
32
|
-
return;
|
|
33
|
-
this.doUpdateView({
|
|
34
|
-
initialText: this.dialog.initialText,
|
|
35
|
-
confirm: this.dialog.confirm
|
|
36
|
-
});
|
|
37
|
-
};
|
|
38
|
-
this.dialog = appObject.getComponent(MarkDownEditor_1.MarkDownEditorDialogEntity.type);
|
|
39
|
-
if (!this.dialog) {
|
|
40
|
-
this.error("PM added to an app object that does not have a DialogMarkDownEntity");
|
|
41
|
-
return;
|
|
42
|
-
}
|
|
43
|
-
this.dialog.addChangeObserver(this.onAlertChange);
|
|
44
|
-
this.onAlertChange();
|
|
45
|
-
}
|
|
46
|
-
vmsAreEqual(a, b) {
|
|
47
|
-
if (a.initialText !== b.initialText)
|
|
48
|
-
return false;
|
|
49
|
-
return true;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
exports.defaultMarkDownEditorDialogVM = {
|
|
53
|
-
initialText: "",
|
|
54
|
-
confirm: (text) => {
|
|
55
|
-
console.warn("[MarkDownEditorDialogVM.confirm] default VM!");
|
|
56
|
-
}
|
|
57
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { HostAppObject, HostAppObjectPM, HostAppObjectRepo } from "../../../HostAppObject";
|
|
2
|
-
export interface SpinnerDialogVM {
|
|
3
|
-
message: string;
|
|
4
|
-
title: string;
|
|
5
|
-
}
|
|
6
|
-
export declare abstract class SpinnerDialogPM extends HostAppObjectPM<SpinnerDialogVM> {
|
|
7
|
-
static type: string;
|
|
8
|
-
static get(assetID: string, appObjects: HostAppObjectRepo): SpinnerDialogPM | undefined;
|
|
9
|
-
}
|
|
10
|
-
export declare function makeSpinnerDialogPM(appObject: HostAppObject): SpinnerDialogPM;
|
|
11
|
-
export declare const defaultSpinnerDialogVM: SpinnerDialogVM;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultSpinnerDialogVM = exports.makeSpinnerDialogPM = exports.SpinnerDialogPM = void 0;
|
|
4
|
-
const HostAppObject_1 = require("../../../HostAppObject");
|
|
5
|
-
const Entities_1 = require("../Entities");
|
|
6
|
-
class SpinnerDialogPM extends HostAppObject_1.HostAppObjectPM {
|
|
7
|
-
static get(assetID, appObjects) {
|
|
8
|
-
const appObject = appObjects.get(assetID);
|
|
9
|
-
if (!appObject) {
|
|
10
|
-
appObjects.submitWarning("SpinnerDialogPM.get", "Unable to find app object");
|
|
11
|
-
return undefined;
|
|
12
|
-
}
|
|
13
|
-
const pm = appObject.getComponent(SpinnerDialogPM.type);
|
|
14
|
-
if (!pm) {
|
|
15
|
-
appObjects.submitWarning("SpinnerDialogPM.get", "App Object does not have SpinnerDialogPM");
|
|
16
|
-
return undefined;
|
|
17
|
-
}
|
|
18
|
-
return pm;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
exports.SpinnerDialogPM = SpinnerDialogPM;
|
|
22
|
-
SpinnerDialogPM.type = "SpinnerDialogPM";
|
|
23
|
-
function makeSpinnerDialogPM(appObject) {
|
|
24
|
-
return new SpinnerDialogPMImp(appObject);
|
|
25
|
-
}
|
|
26
|
-
exports.makeSpinnerDialogPM = makeSpinnerDialogPM;
|
|
27
|
-
class SpinnerDialogPMImp extends SpinnerDialogPM {
|
|
28
|
-
constructor(appObject) {
|
|
29
|
-
super(appObject, SpinnerDialogPM.type);
|
|
30
|
-
this.onAlertChange = () => {
|
|
31
|
-
if (!this.dialog)
|
|
32
|
-
return;
|
|
33
|
-
this.doUpdateView({
|
|
34
|
-
message: this.dialog.message,
|
|
35
|
-
title: this.dialog.title
|
|
36
|
-
});
|
|
37
|
-
};
|
|
38
|
-
this.dialog = appObject.getComponent(Entities_1.SpinnerDialogEntity.type);
|
|
39
|
-
if (!this.dialog) {
|
|
40
|
-
this.error("PM added to an app object that does not have a DialogSpinnerEntity");
|
|
41
|
-
return;
|
|
42
|
-
}
|
|
43
|
-
this.dialog.addChangeObserver(this.onAlertChange);
|
|
44
|
-
this.onAlertChange();
|
|
45
|
-
}
|
|
46
|
-
vmsAreEqual(a, b) {
|
|
47
|
-
if (a.message !== b.message)
|
|
48
|
-
return false;
|
|
49
|
-
if (a.title !== b.title)
|
|
50
|
-
return false;
|
|
51
|
-
return true;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
exports.defaultSpinnerDialogVM = {
|
|
55
|
-
message: "Default spinner message",
|
|
56
|
-
title: "Spinner"
|
|
57
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
-
}) : (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
o[k2] = m[k];
|
|
8
|
-
}));
|
|
9
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
__exportStar(require("./AlertDialogPM"), exports);
|
|
14
|
-
__exportStar(require("./ConfirmDialogPM"), exports);
|
|
15
|
-
__exportStar(require("./DialogQueuePM"), exports);
|
|
16
|
-
__exportStar(require("./MarkDownEditorDialogPM"), exports);
|
|
17
|
-
__exportStar(require("./SpinnerDialogPM"), exports);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { HostAppObject, HostAppObjectRepo, HostAppObjectUC } from "../../../HostAppObject";
|
|
2
|
-
import { DialogAlertDTO, AlertDialogEntity } from "../Entities";
|
|
3
|
-
export declare abstract class MakeAlertDialogUC extends HostAppObjectUC {
|
|
4
|
-
static type: string;
|
|
5
|
-
abstract make(dto: DialogAlertDTO): void;
|
|
6
|
-
abstract factory(data: DialogAlertDTO): AlertDialogEntity;
|
|
7
|
-
static get(appObjects: HostAppObjectRepo): MakeAlertDialogUC | undefined;
|
|
8
|
-
static make(dto: DialogAlertDTO, appObjects: HostAppObjectRepo): void;
|
|
9
|
-
}
|
|
10
|
-
export declare function makeMakeAlertDialogUC(appObject: HostAppObject): MakeAlertDialogUC;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.makeMakeAlertDialogUC = exports.MakeAlertDialogUC = void 0;
|
|
4
|
-
const HostAppObject_1 = require("../../../HostAppObject");
|
|
5
|
-
const Utilities_1 = require("../../../Utilities");
|
|
6
|
-
const Entities_1 = require("../Entities");
|
|
7
|
-
class MakeAlertDialogUC extends HostAppObject_1.HostAppObjectUC {
|
|
8
|
-
static get(appObjects) {
|
|
9
|
-
return HostAppObject_1.getSingletonComponent(MakeAlertDialogUC.type, appObjects);
|
|
10
|
-
}
|
|
11
|
-
static make(dto, appObjects) {
|
|
12
|
-
const uc = MakeAlertDialogUC.get(appObjects);
|
|
13
|
-
uc === null || uc === void 0 ? void 0 : uc.make(dto);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
exports.MakeAlertDialogUC = MakeAlertDialogUC;
|
|
17
|
-
MakeAlertDialogUC.type = "MakeAlertDialogUC";
|
|
18
|
-
function makeMakeAlertDialogUC(appObject) {
|
|
19
|
-
return new MakeActivityDetailsDialogUCImp(appObject);
|
|
20
|
-
}
|
|
21
|
-
exports.makeMakeAlertDialogUC = makeMakeAlertDialogUC;
|
|
22
|
-
class MakeActivityDetailsDialogUCImp extends MakeAlertDialogUC {
|
|
23
|
-
get dialogRepo() {
|
|
24
|
-
return this.getCachedSingleton(Entities_1.DialogQueue.type);
|
|
25
|
-
}
|
|
26
|
-
factory(data) {
|
|
27
|
-
const ao = this.appObjects.getOrCreate(Utilities_1.generateUniqueID());
|
|
28
|
-
const entity = new Entities_1.AlertDialogEntity(data, ao);
|
|
29
|
-
return entity;
|
|
30
|
-
}
|
|
31
|
-
make(dto) {
|
|
32
|
-
if (!this.dialogRepo)
|
|
33
|
-
return;
|
|
34
|
-
const dialog = this.factory(dto);
|
|
35
|
-
this.dialogRepo.submitDialog(dialog);
|
|
36
|
-
}
|
|
37
|
-
constructor(appObject) {
|
|
38
|
-
super(appObject, MakeAlertDialogUC.type);
|
|
39
|
-
this.appObjects.registerSingleton(this);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { HostAppObject, HostAppObjectRepo, HostAppObjectUC } from "../../../HostAppObject";
|
|
2
|
-
import { ConfirmDialogEntity, DialogConfirmDTO } from "../Entities";
|
|
3
|
-
export declare abstract class MakeConfirmDialogUC extends HostAppObjectUC {
|
|
4
|
-
static type: string;
|
|
5
|
-
abstract make(dto: DialogConfirmDTO): void;
|
|
6
|
-
abstract factory(data: DialogConfirmDTO): ConfirmDialogEntity;
|
|
7
|
-
static get(appObjects: HostAppObjectRepo): MakeConfirmDialogUC | undefined;
|
|
8
|
-
static make(dto: DialogConfirmDTO, appObjects: HostAppObjectRepo): void;
|
|
9
|
-
}
|
|
10
|
-
export declare function makeMakeConfirmDialogUC(appObject: HostAppObject): MakeConfirmDialogUC;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.makeMakeConfirmDialogUC = exports.MakeConfirmDialogUC = void 0;
|
|
4
|
-
const HostAppObject_1 = require("../../../HostAppObject");
|
|
5
|
-
const Utilities_1 = require("../../../Utilities");
|
|
6
|
-
const Entities_1 = require("../Entities");
|
|
7
|
-
class MakeConfirmDialogUC extends HostAppObject_1.HostAppObjectUC {
|
|
8
|
-
static get(appObjects) {
|
|
9
|
-
return HostAppObject_1.getSingletonComponent(MakeConfirmDialogUC.type, appObjects);
|
|
10
|
-
}
|
|
11
|
-
static make(dto, appObjects) {
|
|
12
|
-
const uc = MakeConfirmDialogUC.get(appObjects);
|
|
13
|
-
uc === null || uc === void 0 ? void 0 : uc.make(dto);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
exports.MakeConfirmDialogUC = MakeConfirmDialogUC;
|
|
17
|
-
MakeConfirmDialogUC.type = "MakeConfirmDialogUC";
|
|
18
|
-
function makeMakeConfirmDialogUC(appObject) {
|
|
19
|
-
return new MakeConfirmDialogUCImp(appObject);
|
|
20
|
-
}
|
|
21
|
-
exports.makeMakeConfirmDialogUC = makeMakeConfirmDialogUC;
|
|
22
|
-
class MakeConfirmDialogUCImp extends MakeConfirmDialogUC {
|
|
23
|
-
get dialogRepo() {
|
|
24
|
-
return this.getCachedSingleton(Entities_1.DialogQueue.type);
|
|
25
|
-
}
|
|
26
|
-
factory(data) {
|
|
27
|
-
const ao = this.appObjects.getOrCreate(Utilities_1.generateUniqueID());
|
|
28
|
-
const entity = new Entities_1.ConfirmDialogEntity(data, ao);
|
|
29
|
-
return entity;
|
|
30
|
-
}
|
|
31
|
-
make(dto) {
|
|
32
|
-
if (!this.dialogRepo)
|
|
33
|
-
return;
|
|
34
|
-
const dialog = this.factory(dto);
|
|
35
|
-
this.dialogRepo.submitDialog(dialog);
|
|
36
|
-
}
|
|
37
|
-
constructor(appObject) {
|
|
38
|
-
super(appObject, MakeConfirmDialogUC.type);
|
|
39
|
-
this.appObjects.registerSingleton(this);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { HostAppObject, HostAppObjectRepo, HostAppObjectUC } from "../../../HostAppObject";
|
|
2
|
-
import { DialogMarkDownEditorDTO, MarkDownEditorDialogEntity } from "../Entities";
|
|
3
|
-
export declare abstract class MakeMarkdownDialogUC extends HostAppObjectUC {
|
|
4
|
-
static type: string;
|
|
5
|
-
abstract make(dto: DialogMarkDownEditorDTO): void;
|
|
6
|
-
abstract factory(data: DialogMarkDownEditorDTO): MarkDownEditorDialogEntity;
|
|
7
|
-
static get(appObjects: HostAppObjectRepo): MakeMarkdownDialogUC | undefined;
|
|
8
|
-
static make(dto: DialogMarkDownEditorDTO, appObjects: HostAppObjectRepo): void;
|
|
9
|
-
}
|
|
10
|
-
export declare function makeMakeMarkdownDialogUC(appObject: HostAppObject): MakeMarkdownDialogUC;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.makeMakeMarkdownDialogUC = exports.MakeMarkdownDialogUC = void 0;
|
|
4
|
-
const HostAppObject_1 = require("../../../HostAppObject");
|
|
5
|
-
const Utilities_1 = require("../../../Utilities");
|
|
6
|
-
const Entities_1 = require("../Entities");
|
|
7
|
-
class MakeMarkdownDialogUC extends HostAppObject_1.HostAppObjectUC {
|
|
8
|
-
static get(appObjects) {
|
|
9
|
-
return HostAppObject_1.getSingletonComponent(MakeMarkdownDialogUC.type, appObjects);
|
|
10
|
-
}
|
|
11
|
-
static make(dto, appObjects) {
|
|
12
|
-
const uc = MakeMarkdownDialogUC.get(appObjects);
|
|
13
|
-
uc === null || uc === void 0 ? void 0 : uc.make(dto);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
exports.MakeMarkdownDialogUC = MakeMarkdownDialogUC;
|
|
17
|
-
MakeMarkdownDialogUC.type = "MakeMarkdownDialogUC";
|
|
18
|
-
function makeMakeMarkdownDialogUC(appObject) {
|
|
19
|
-
return new MakeMarkdownDialogUCImp(appObject);
|
|
20
|
-
}
|
|
21
|
-
exports.makeMakeMarkdownDialogUC = makeMakeMarkdownDialogUC;
|
|
22
|
-
class MakeMarkdownDialogUCImp extends MakeMarkdownDialogUC {
|
|
23
|
-
get dialogRepo() {
|
|
24
|
-
return this.getCachedSingleton(Entities_1.DialogQueue.type);
|
|
25
|
-
}
|
|
26
|
-
factory(data) {
|
|
27
|
-
const ao = this.appObjects.getOrCreate(Utilities_1.generateUniqueID());
|
|
28
|
-
const entity = new Entities_1.MarkDownEditorDialogEntity(data, ao);
|
|
29
|
-
return entity;
|
|
30
|
-
}
|
|
31
|
-
make(dto) {
|
|
32
|
-
if (!this.dialogRepo)
|
|
33
|
-
return;
|
|
34
|
-
const dialog = this.factory(dto);
|
|
35
|
-
this.dialogRepo.submitDialog(dialog);
|
|
36
|
-
}
|
|
37
|
-
constructor(appObject) {
|
|
38
|
-
super(appObject, MakeMarkdownDialogUC.type);
|
|
39
|
-
this.appObjects.registerSingleton(this);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { HostAppObject, HostAppObjectRepo, HostAppObjectUC } from "../../../HostAppObject";
|
|
2
|
-
import { SelectModelDialogEntity } from "../Entities";
|
|
3
|
-
export declare abstract class MakeSelectModelDialogUC extends HostAppObjectUC {
|
|
4
|
-
static type: string;
|
|
5
|
-
abstract make(): void;
|
|
6
|
-
abstract factory(): SelectModelDialogEntity;
|
|
7
|
-
static get(appObjects: HostAppObjectRepo): MakeSelectModelDialogUC | undefined;
|
|
8
|
-
static make(appObjects: HostAppObjectRepo): void;
|
|
9
|
-
}
|
|
10
|
-
export declare function makeMakeSelectModelDialogUC(appObject: HostAppObject): MakeSelectModelDialogUC;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.makeMakeSelectModelDialogUC = exports.MakeSelectModelDialogUC = void 0;
|
|
4
|
-
const HostAppObject_1 = require("../../../HostAppObject");
|
|
5
|
-
const Utilities_1 = require("../../../Utilities");
|
|
6
|
-
const Entities_1 = require("../Entities");
|
|
7
|
-
class MakeSelectModelDialogUC extends HostAppObject_1.HostAppObjectUC {
|
|
8
|
-
static get(appObjects) {
|
|
9
|
-
return HostAppObject_1.getSingletonComponent(MakeSelectModelDialogUC.type, appObjects);
|
|
10
|
-
}
|
|
11
|
-
static make(appObjects) {
|
|
12
|
-
const uc = MakeSelectModelDialogUC.get(appObjects);
|
|
13
|
-
uc === null || uc === void 0 ? void 0 : uc.make();
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
exports.MakeSelectModelDialogUC = MakeSelectModelDialogUC;
|
|
17
|
-
MakeSelectModelDialogUC.type = "MakeSelectModelDialogUC";
|
|
18
|
-
function makeMakeSelectModelDialogUC(appObject) {
|
|
19
|
-
return new MakeSelectModelDialogUCImp(appObject);
|
|
20
|
-
}
|
|
21
|
-
exports.makeMakeSelectModelDialogUC = makeMakeSelectModelDialogUC;
|
|
22
|
-
class MakeSelectModelDialogUCImp extends MakeSelectModelDialogUC {
|
|
23
|
-
get dialogRepo() {
|
|
24
|
-
return this.getCachedSingleton(Entities_1.DialogQueue.type);
|
|
25
|
-
}
|
|
26
|
-
factory() {
|
|
27
|
-
const ao = this.appObjects.getOrCreate(Utilities_1.generateUniqueID());
|
|
28
|
-
const entity = new Entities_1.SelectModelDialogEntity(ao);
|
|
29
|
-
return entity;
|
|
30
|
-
}
|
|
31
|
-
make() {
|
|
32
|
-
if (!this.dialogRepo)
|
|
33
|
-
return;
|
|
34
|
-
const dialog = this.factory();
|
|
35
|
-
this.dialogRepo.submitDialog(dialog);
|
|
36
|
-
}
|
|
37
|
-
constructor(appObject) {
|
|
38
|
-
super(appObject, MakeSelectModelDialogUC.type);
|
|
39
|
-
this.appObjects.registerSingleton(this);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { HostAppObject, HostAppObjectRepo, HostAppObjectUC } from "../../../HostAppObject";
|
|
2
|
-
import { DialogSpinnerDTO, SpinnerDialogEntity } from "../Entities";
|
|
3
|
-
export declare abstract class MakeSpinnerDialogUC extends HostAppObjectUC {
|
|
4
|
-
static type: string;
|
|
5
|
-
abstract make(dto: DialogSpinnerDTO): SpinnerDialogEntity | undefined;
|
|
6
|
-
abstract factory(data: DialogSpinnerDTO): SpinnerDialogEntity;
|
|
7
|
-
static get(appObjects: HostAppObjectRepo): MakeSpinnerDialogUC | undefined;
|
|
8
|
-
static make(dto: DialogSpinnerDTO, appObjects: HostAppObjectRepo): SpinnerDialogEntity | undefined;
|
|
9
|
-
}
|
|
10
|
-
export declare function makeMakeSpinnerDialogUC(appObject: HostAppObject): MakeSpinnerDialogUC;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.makeMakeSpinnerDialogUC = exports.MakeSpinnerDialogUC = void 0;
|
|
4
|
-
const HostAppObject_1 = require("../../../HostAppObject");
|
|
5
|
-
const Utilities_1 = require("../../../Utilities");
|
|
6
|
-
const Entities_1 = require("../Entities");
|
|
7
|
-
class MakeSpinnerDialogUC extends HostAppObject_1.HostAppObjectUC {
|
|
8
|
-
static get(appObjects) {
|
|
9
|
-
return HostAppObject_1.getSingletonComponent(MakeSpinnerDialogUC.type, appObjects);
|
|
10
|
-
}
|
|
11
|
-
static make(dto, appObjects) {
|
|
12
|
-
const uc = MakeSpinnerDialogUC.get(appObjects);
|
|
13
|
-
return uc === null || uc === void 0 ? void 0 : uc.make(dto);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
exports.MakeSpinnerDialogUC = MakeSpinnerDialogUC;
|
|
17
|
-
MakeSpinnerDialogUC.type = "MakeSpinnerDialogUC";
|
|
18
|
-
function makeMakeSpinnerDialogUC(appObject) {
|
|
19
|
-
return new MakeSpinnerDialogUCImp(appObject);
|
|
20
|
-
}
|
|
21
|
-
exports.makeMakeSpinnerDialogUC = makeMakeSpinnerDialogUC;
|
|
22
|
-
class MakeSpinnerDialogUCImp extends MakeSpinnerDialogUC {
|
|
23
|
-
get dialogRepo() {
|
|
24
|
-
return this.getCachedSingleton(Entities_1.DialogQueue.type);
|
|
25
|
-
}
|
|
26
|
-
factory(data) {
|
|
27
|
-
const ao = this.appObjects.getOrCreate(Utilities_1.generateUniqueID());
|
|
28
|
-
const entity = new Entities_1.SpinnerDialogEntity(data, ao);
|
|
29
|
-
return entity;
|
|
30
|
-
}
|
|
31
|
-
make(dto) {
|
|
32
|
-
if (!this.dialogRepo)
|
|
33
|
-
return;
|
|
34
|
-
const dialog = this.factory(dto);
|
|
35
|
-
this.dialogRepo.submitDialog(dialog);
|
|
36
|
-
return dialog;
|
|
37
|
-
}
|
|
38
|
-
constructor(appObject) {
|
|
39
|
-
super(appObject, MakeSpinnerDialogUC.type);
|
|
40
|
-
this.appObjects.registerSingleton(this);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
-
}) : (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
o[k2] = m[k];
|
|
8
|
-
}));
|
|
9
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
__exportStar(require("./MakeAlertDialogUC"), exports);
|
|
14
|
-
__exportStar(require("./MakeConfirmDialogUC"), exports);
|
|
15
|
-
__exportStar(require("./MakeMarkdownDialogUC"), exports);
|
|
16
|
-
__exportStar(require("./MakeSelectModelDialogUC"), exports);
|
|
17
|
-
__exportStar(require("./MakeSpinnerDialogUC"), exports);
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
-
}) : (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
o[k2] = m[k];
|
|
8
|
-
}));
|
|
9
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
__exportStar(require("./Adapters"), exports);
|
|
14
|
-
__exportStar(require("./Controllers"), exports);
|
|
15
|
-
__exportStar(require("./Entities"), exports);
|
|
16
|
-
__exportStar(require("./Factories"), exports);
|
|
17
|
-
__exportStar(require("./Mocks"), exports);
|
|
18
|
-
__exportStar(require("./PMs"), exports);
|
|
19
|
-
__exportStar(require("./UCs"), exports);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { HostAppObject, HostAppObjectEntity, HostAppObjectRepo } from "../../../HostAppObject";
|
|
2
|
-
import { Handler, Request } from "../../../Types";
|
|
3
|
-
export declare abstract class HostDispatchEntity extends HostAppObjectEntity {
|
|
4
|
-
static readonly type = "HostDispatchEntity";
|
|
5
|
-
abstract appHandlerVersion: number;
|
|
6
|
-
abstract getRequestPayloadVersion(requestType: string): number | undefined;
|
|
7
|
-
abstract registerAppHandler: (appHandler: Handler) => void;
|
|
8
|
-
abstract clearAppHandler: () => void;
|
|
9
|
-
abstract dispatch: (request: Request) => void;
|
|
10
|
-
abstract formRequestAndDispatch: (type: string, version: number, payload?: object | undefined) => void;
|
|
11
|
-
static get(appObject: HostAppObject): HostDispatchEntity | undefined;
|
|
12
|
-
static getByID(id: string, appObjects: HostAppObjectRepo): HostDispatchEntity | undefined;
|
|
13
|
-
}
|
|
14
|
-
export declare function makeHostDispatchEntity(appObject: HostAppObject): HostDispatchEntity;
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.makeHostDispatchEntity = exports.HostDispatchEntity = void 0;
|
|
4
|
-
const HostAppObject_1 = require("../../../HostAppObject");
|
|
5
|
-
class HostDispatchEntity extends HostAppObject_1.HostAppObjectEntity {
|
|
6
|
-
static get(appObject) {
|
|
7
|
-
const component = appObject.getComponent(HostDispatchEntity.type);
|
|
8
|
-
if (!component) {
|
|
9
|
-
appObject.appObjectRepo.submitWarning("AssetEntity.get", "Unable to find HostDispatchEntity on app object " + appObject.id);
|
|
10
|
-
}
|
|
11
|
-
return component;
|
|
12
|
-
}
|
|
13
|
-
static getByID(id, appObjects) {
|
|
14
|
-
const appObject = appObjects.get(id);
|
|
15
|
-
if (!appObject) {
|
|
16
|
-
appObjects.submitWarning("AssetEntity.getByID", "Unable to find app object " + id);
|
|
17
|
-
return;
|
|
18
|
-
}
|
|
19
|
-
return HostDispatchEntity.get(appObject);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
exports.HostDispatchEntity = HostDispatchEntity;
|
|
23
|
-
HostDispatchEntity.type = "HostDispatchEntity";
|
|
24
|
-
function makeHostDispatchEntity(appObject) {
|
|
25
|
-
return new HostDispatchEntityImp(appObject);
|
|
26
|
-
}
|
|
27
|
-
exports.makeHostDispatchEntity = makeHostDispatchEntity;
|
|
28
|
-
class HostDispatchEntityImp extends HostDispatchEntity {
|
|
29
|
-
constructor(appObject) {
|
|
30
|
-
super(appObject, HostDispatchEntity.type);
|
|
31
|
-
this._appHandlerVersion = 0;
|
|
32
|
-
this.appPayloadVersions = new Map();
|
|
33
|
-
this.registerAppHandler = (appHandler) => {
|
|
34
|
-
this.appHandler = appHandler;
|
|
35
|
-
this.getAppHandlerVersion();
|
|
36
|
-
};
|
|
37
|
-
this.clearAppHandler = () => {
|
|
38
|
-
this.appHandler = undefined;
|
|
39
|
-
};
|
|
40
|
-
this.getRequestPayloadVersion = (requestType) => {
|
|
41
|
-
return this.appPayloadVersions.get(requestType);
|
|
42
|
-
};
|
|
43
|
-
this.setupVersion = (version) => {
|
|
44
|
-
// Apps before app package version 2.27 will not reach this
|
|
45
|
-
this._appHandlerVersion = version;
|
|
46
|
-
this.getPayloadVersions();
|
|
47
|
-
};
|
|
48
|
-
this.getPayloadVersions = () => {
|
|
49
|
-
const type = "GET_APP_PAYLOAD_VERSION";
|
|
50
|
-
const payload = { callback: this.setupPayloadVersions };
|
|
51
|
-
this.formRequestAndDispatch(type, 2, payload);
|
|
52
|
-
};
|
|
53
|
-
this.setupPayloadVersions = (payloadVersion) => {
|
|
54
|
-
this.appPayloadVersions = payloadVersion;
|
|
55
|
-
};
|
|
56
|
-
this.dispatch = (request) => {
|
|
57
|
-
if (!this.appHandler) {
|
|
58
|
-
this.error("No app handler has been registered");
|
|
59
|
-
return;
|
|
60
|
-
}
|
|
61
|
-
try {
|
|
62
|
-
this.appHandler(request);
|
|
63
|
-
}
|
|
64
|
-
catch (e) {
|
|
65
|
-
this.warn(e.message);
|
|
66
|
-
}
|
|
67
|
-
};
|
|
68
|
-
this.formRequestAndDispatch = (type, version, payload) => {
|
|
69
|
-
if (!this.appHandler) {
|
|
70
|
-
this.error("No app handler has been registered");
|
|
71
|
-
return;
|
|
72
|
-
}
|
|
73
|
-
const request = {
|
|
74
|
-
type,
|
|
75
|
-
version,
|
|
76
|
-
payload
|
|
77
|
-
};
|
|
78
|
-
this.dispatch(request);
|
|
79
|
-
};
|
|
80
|
-
}
|
|
81
|
-
get appHandlerVersion() {
|
|
82
|
-
return this._appHandlerVersion;
|
|
83
|
-
}
|
|
84
|
-
getAppHandlerVersion() {
|
|
85
|
-
const type = "GET_APP_HANDLER_VERSION";
|
|
86
|
-
const payload = { callback: this.setupVersion };
|
|
87
|
-
try {
|
|
88
|
-
this.formRequestAndDispatch(type, 1, payload);
|
|
89
|
-
}
|
|
90
|
-
catch (_a) {
|
|
91
|
-
// All good. this is probably an older app
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./HostDispatchEntity";
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
-
}) : (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
o[k2] = m[k];
|
|
8
|
-
}));
|
|
9
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
__exportStar(require("./HostDispatchEntity"), exports);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="jest" />
|
|
2
|
-
import { HostAppObject } from "../../../HostAppObject";
|
|
3
|
-
import { DispatchEnableFeatureUC } from "../UCs";
|
|
4
|
-
export declare class DispatchEnableFeatureUCMock extends DispatchEnableFeatureUC {
|
|
5
|
-
doDispatch: jest.Mock<any, any>;
|
|
6
|
-
constructor(appObject: HostAppObject);
|
|
7
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DispatchEnableFeatureUCMock = void 0;
|
|
4
|
-
const UCs_1 = require("../UCs");
|
|
5
|
-
class DispatchEnableFeatureUCMock extends UCs_1.DispatchEnableFeatureUC {
|
|
6
|
-
constructor(appObject) {
|
|
7
|
-
super(appObject, UCs_1.DispatchEnableFeatureUC.type);
|
|
8
|
-
this.doDispatch = jest.fn();
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
exports.DispatchEnableFeatureUCMock = DispatchEnableFeatureUCMock;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/// <reference types="jest" />
|
|
2
|
-
import { HostAppObject } from "../../../HostAppObject";
|
|
3
|
-
import { DispatchDisposeAppUC } from "../UCs";
|
|
4
|
-
export declare class MockDispatchDisposeAppUC extends DispatchDisposeAppUC {
|
|
5
|
-
doDispatch: jest.Mock<any, any>;
|
|
6
|
-
constructor(appObject: HostAppObject);
|
|
7
|
-
}
|