@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
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { early_console_buffer_default } from "./early-console-buffer-DWTLgla0.js";
|
|
2
|
-
import { 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 } from "./root-store-
|
|
2
|
+
import { 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 } from "./root-store-D4uiJaOf.js";
|
|
3
3
|
import "./utils-CCBWAYIM.js";
|
|
4
4
|
import { AiContextMode, AiGenerationState, BindingMetaSymbol, SbEntityType, StateVarPersistence, StateVarPersistence as StateVarPersistence$1, ThemeMode, TriggerStepType, ViteMessageKind, isValidStepDef, sbEntitySymbol } from "@superblocksteam/library-shared/types";
|
|
5
5
|
import _, { get, isEmpty, isEqual, isNumber, isObject, merge, set, throttle } from "lodash";
|
|
@@ -8047,6 +8047,8 @@ var RuntimeEntitiesManager = class {
|
|
|
8047
8047
|
return this.getOptimisticWidgetMeta(instanceId);
|
|
8048
8048
|
}
|
|
8049
8049
|
getEditorWidgetSourceId(instanceId) {
|
|
8050
|
+
const identifier = this.nameManager.getExistingIdentifier(instanceId);
|
|
8051
|
+
if (identifier) return identifier.sourceId;
|
|
8050
8052
|
const rawMeta = this.widgets.getMeta(instanceId);
|
|
8051
8053
|
if (!rawMeta) return;
|
|
8052
8054
|
return rawMeta.sourceId;
|