@superblocksteam/library 2.0.37-next.37 → 2.0.37-next.39
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.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/dist/root-store-C8Wjgal-.js +4 -0
- package/dist/{root-store-BXDkkjIO.js → root-store-D7IuNpKE.js} +3 -2
- package/dist/root-store-D7IuNpKE.js.map +1 -0
- package/package.json +2 -2
- package/dist/root-store-BXDkkjIO.js.map +0 -1
- package/dist/root-store-zIn7OKOu.js +0 -4
|
@@ -992,7 +992,7 @@ var registry_default = EventRegistry;
|
|
|
992
992
|
|
|
993
993
|
//#endregion
|
|
994
994
|
//#region src/lib/triggers/run-event-handlers.ts
|
|
995
|
-
const getRootStore = () => import("./root-store-
|
|
995
|
+
const getRootStore = () => import("./root-store-C8Wjgal-.js").then((module) => module.default);
|
|
996
996
|
const runEventHandlers = async ({ flow, name, scopeId, additionalContext }) => {
|
|
997
997
|
const context$1 = {
|
|
998
998
|
scopeId,
|
|
@@ -2577,6 +2577,7 @@ var EntityManager = class {
|
|
|
2577
2577
|
func: eov.value,
|
|
2578
2578
|
path: prop,
|
|
2579
2579
|
args,
|
|
2580
|
+
excludeState: true,
|
|
2580
2581
|
get entityName() {
|
|
2581
2582
|
return getName(entity.name);
|
|
2582
2583
|
}
|
|
@@ -4552,4 +4553,4 @@ var root_store_default = new RootStore();
|
|
|
4552
4553
|
|
|
4553
4554
|
//#endregion
|
|
4554
4555
|
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 };
|
|
4555
|
-
//# sourceMappingURL=root-store-
|
|
4556
|
+
//# sourceMappingURL=root-store-D7IuNpKE.js.map
|