@superblocksteam/library 2.0.37-next.9 → 2.0.37
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 +5 -54
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +482 -609
- package/dist/index.js.map +1 -1
- package/dist/root-store-C8Wjgal-.js +4 -0
- package/dist/{root-store-2o7fAW9E.js → root-store-D7IuNpKE.js} +4 -2
- package/dist/root-store-D7IuNpKE.js.map +1 -0
- package/package.json +3 -5
- package/dist/root-store-2o7fAW9E.js.map +0 -1
- package/dist/root-store-C4kleHHH.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,
|
|
@@ -1485,6 +1485,7 @@ var Prop = class Prop {
|
|
|
1485
1485
|
isTriggerProperty = true;
|
|
1486
1486
|
break;
|
|
1487
1487
|
case "jsx":
|
|
1488
|
+
case "children":
|
|
1488
1489
|
baseControlType = "JSX";
|
|
1489
1490
|
break;
|
|
1490
1491
|
case "any":
|
|
@@ -2576,6 +2577,7 @@ var EntityManager = class {
|
|
|
2576
2577
|
func: eov.value,
|
|
2577
2578
|
path: prop,
|
|
2578
2579
|
args,
|
|
2580
|
+
excludeState: true,
|
|
2579
2581
|
get entityName() {
|
|
2580
2582
|
return getName(entity.name);
|
|
2581
2583
|
}
|
|
@@ -4551,4 +4553,4 @@ var root_store_default = new RootStore();
|
|
|
4551
4553
|
|
|
4552
4554
|
//#endregion
|
|
4553
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 };
|
|
4554
|
-
//# sourceMappingURL=root-store-
|
|
4556
|
+
//# sourceMappingURL=root-store-D7IuNpKE.js.map
|