@player-ui/reference-assets-plugin 0.12.1--canary.687.24578 → 0.13.0-next.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/dist/ReferenceAssetsPlugin.native.js +6 -4
- package/dist/ReferenceAssetsPlugin.native.js.map +1 -1
- package/dist/xlr/ActionAsset.json +2 -2
- package/dist/xlr/ChatMessageAsset.json +1 -1
- package/dist/xlr/ChoiceAsset.json +5 -5
- package/dist/xlr/CollectionAsset.json +1 -1
- package/dist/xlr/ImageAsset.json +2 -2
- package/dist/xlr/InfoAsset.json +1 -1
- package/dist/xlr/InputAsset.json +2 -2
- package/dist/xlr/TextAsset.json +4 -4
- package/package.json +5 -5
|
@@ -8172,11 +8172,13 @@ var ReferenceAssetsPlugin = function() {
|
|
|
8172
8172
|
}),
|
|
8173
8173
|
constants: this.constantsController
|
|
8174
8174
|
});
|
|
8175
|
-
this.hooks.viewController.
|
|
8176
|
-
|
|
8177
|
-
|
|
8178
|
-
|
|
8175
|
+
this.hooks.viewController.tap("player", function(vc) {
|
|
8176
|
+
vc.hooks.view.tap("player", function(view) {
|
|
8177
|
+
validationController.onView(view);
|
|
8178
|
+
_this.hooks.view.call(view);
|
|
8179
|
+
});
|
|
8179
8180
|
});
|
|
8181
|
+
this.hooks.viewController.call(viewController);
|
|
8180
8182
|
return {
|
|
8181
8183
|
start: function() {
|
|
8182
8184
|
flowController.start().then(function(endState) {
|