@superblocksteam/library 2.0.40-next.8 → 2.0.40
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/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/{root-store-9yoF7VAG.js → root-store-D4uiJaOf.js} +3 -3
- package/dist/{root-store-9yoF7VAG.js.map → root-store-D4uiJaOf.js.map} +1 -1
- package/dist/root-store-Q_vdc108.js +4 -0
- package/package.json +2 -2
- package/dist/root-store-BiFc0PAV.js +0 -4
|
@@ -993,7 +993,7 @@ var registry_default = EventRegistry;
|
|
|
993
993
|
|
|
994
994
|
//#endregion
|
|
995
995
|
//#region src/lib/triggers/run-event-handlers.ts
|
|
996
|
-
const getRootStore = () => import("./root-store-
|
|
996
|
+
const getRootStore = () => import("./root-store-Q_vdc108.js").then((module) => module.default);
|
|
997
997
|
const runEventHandlers = async ({ flow, name, scopeId, additionalContext }) => {
|
|
998
998
|
const context$1 = {
|
|
999
999
|
scopeId,
|
|
@@ -4413,7 +4413,7 @@ var NameManager = class {
|
|
|
4413
4413
|
this.untrackIdentifier(instanceId);
|
|
4414
4414
|
}
|
|
4415
4415
|
getExistingIdentifier(instanceId) {
|
|
4416
|
-
const identifier = this.
|
|
4416
|
+
const identifier = this._allPossibleIdentifiers[instanceId];
|
|
4417
4417
|
if (!identifier) {
|
|
4418
4418
|
console.log(`No identifier found for instanceId ${instanceId}`);
|
|
4419
4419
|
return;
|
|
@@ -4556,4 +4556,4 @@ var root_store_default = new RootStore();
|
|
|
4556
4556
|
|
|
4557
4557
|
//#endregion
|
|
4558
4558
|
export { CLASS_NAMES, DEFAULT_ANONYMOUS_SOURCE_ID, DevTools, EventFlow, GLOBAL_SCOPE_ID, LazyFunction, NavigationEvent, Prop, PropsPanelCategory, RecordProp, Section, VALIDATORS, addNewPromise, colors, createInternalPropsList, createManagedPropsList, createPropertiesPanelDefinition, editorBridge, generateId, getEditStore, getName, iframeMessageHandler, isEditMode, isEmbeddedBySuperblocksFirstParty, isLocalLink, isName, isNameEqual, navigation, rejectById, resolveById, root_store_default, run_event_handlers_default, sendNotification, startEditorSync, system_error_default };
|
|
4559
|
-
//# sourceMappingURL=root-store-
|
|
4559
|
+
//# sourceMappingURL=root-store-D4uiJaOf.js.map
|