@player-ui/beacon-plugin 0.13.0-next.2 → 0.13.0-next.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2593,9 +2593,10 @@ var BeaconPlugin = function() {
|
|
|
2593
2593
|
var import_timm7 = __toESM(require_timm(), 1);
|
|
2594
2594
|
var import_timm8 = __toESM(require_timm(), 1);
|
|
2595
2595
|
var import_p_defer = __toESM(require_p_defer(), 1);
|
|
2596
|
+
var import_queue_microtask = __toESM(require_queue_microtask(), 1);
|
|
2596
2597
|
var import_p_defer2 = __toESM(require_p_defer(), 1);
|
|
2597
2598
|
var import_timm9 = __toESM(require_timm(), 1);
|
|
2598
|
-
var
|
|
2599
|
+
var import_queue_microtask2 = __toESM(require_queue_microtask(), 1);
|
|
2599
2600
|
// ../../../../../../../../../../../execroot/_main/bazel-out/k8-fastbuild/bin/node_modules/.aspect_rules_js/@player-ui+partial-match-registry@0.0.0/node_modules/@player-ui/partial-match-registry/dist/index.mjs
|
|
2600
2601
|
var import_sorted_array = __toESM(require_sorted_array(), 1);
|
|
2601
2602
|
function traverseObj(object) {
|
|
@@ -7052,7 +7053,7 @@ var BeaconPlugin = function() {
|
|
|
7052
7053
|
}
|
|
7053
7054
|
if (!this.pendingUpdate.scheduled && !silent) {
|
|
7054
7055
|
this.pendingUpdate.scheduled = true;
|
|
7055
|
-
(0,
|
|
7056
|
+
(0, import_queue_microtask2.default)(function() {
|
|
7056
7057
|
var _this_pendingUpdate, _this_currentView;
|
|
7057
7058
|
var updates = (_this_pendingUpdate = _this.pendingUpdate) === null || _this_pendingUpdate === void 0 ? void 0 : _this_pendingUpdate.changedBindings;
|
|
7058
7059
|
_this.pendingUpdate = void 0;
|
|
@@ -7730,7 +7731,7 @@ var BeaconPlugin = function() {
|
|
|
7730
7731
|
var result = expressionEvaluator.evaluateAsync(exp);
|
|
7731
7732
|
if (isPromiseLike(result)) {
|
|
7732
7733
|
if (value.await) {
|
|
7733
|
-
|
|
7734
|
+
(0, import_queue_microtask.default)(function() {
|
|
7734
7735
|
result.then(function(r) {
|
|
7735
7736
|
return flowController === null || flowController === void 0 ? void 0 : flowController.transition(String(r));
|
|
7736
7737
|
}).catch(flowResultDeferred.reject);
|