@superblocksteam/library 2.0.37-next.8 → 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 +484 -612
- package/dist/index.js.map +1 -1
- package/dist/root-store-C8Wjgal-.js +4 -0
- package/dist/{root-store-OkumbU1B.js → root-store-D7IuNpKE.js} +4 -12
- package/dist/root-store-D7IuNpKE.js.map +1 -0
- package/package.json +3 -5
- package/dist/root-store-OkumbU1B.js.map +0 -1
- package/dist/root-store-Z42RSY5l.js +0 -4
|
@@ -126,7 +126,6 @@ var DeployedParentBridge = class {
|
|
|
126
126
|
sendStreamedApiMessage(_message, _apiName) {}
|
|
127
127
|
setApiStarted(_apiName) {}
|
|
128
128
|
setApiResponse(_apiName, _response) {}
|
|
129
|
-
updateTheme(_theme, _generatedTheme) {}
|
|
130
129
|
updatePropertiesPanels(_updates) {}
|
|
131
130
|
addPropertiesPanel(_id, _definition) {}
|
|
132
131
|
initializeEditorSyncedStore(_payload) {}
|
|
@@ -282,15 +281,6 @@ var SuperblocksEditorBridge = class SuperblocksEditorBridge {
|
|
|
282
281
|
}
|
|
283
282
|
});
|
|
284
283
|
}
|
|
285
|
-
updateTheme(theme, generatedTheme) {
|
|
286
|
-
this.queueMessage({
|
|
287
|
-
type: "codeMode/updateTheme",
|
|
288
|
-
payload: {
|
|
289
|
-
theme,
|
|
290
|
-
generatedTheme
|
|
291
|
-
}
|
|
292
|
-
});
|
|
293
|
-
}
|
|
294
284
|
updatePropertiesPanels(updates) {
|
|
295
285
|
this.queueMessage({
|
|
296
286
|
type: "codeMode/updatePropertiesPanels",
|
|
@@ -1002,7 +992,7 @@ var registry_default = EventRegistry;
|
|
|
1002
992
|
|
|
1003
993
|
//#endregion
|
|
1004
994
|
//#region src/lib/triggers/run-event-handlers.ts
|
|
1005
|
-
const getRootStore = () => import("./root-store-
|
|
995
|
+
const getRootStore = () => import("./root-store-C8Wjgal-.js").then((module) => module.default);
|
|
1006
996
|
const runEventHandlers = async ({ flow, name, scopeId, additionalContext }) => {
|
|
1007
997
|
const context$1 = {
|
|
1008
998
|
scopeId,
|
|
@@ -1495,6 +1485,7 @@ var Prop = class Prop {
|
|
|
1495
1485
|
isTriggerProperty = true;
|
|
1496
1486
|
break;
|
|
1497
1487
|
case "jsx":
|
|
1488
|
+
case "children":
|
|
1498
1489
|
baseControlType = "JSX";
|
|
1499
1490
|
break;
|
|
1500
1491
|
case "any":
|
|
@@ -2586,6 +2577,7 @@ var EntityManager = class {
|
|
|
2586
2577
|
func: eov.value,
|
|
2587
2578
|
path: prop,
|
|
2588
2579
|
args,
|
|
2580
|
+
excludeState: true,
|
|
2589
2581
|
get entityName() {
|
|
2590
2582
|
return getName(entity.name);
|
|
2591
2583
|
}
|
|
@@ -4561,4 +4553,4 @@ var root_store_default = new RootStore();
|
|
|
4561
4553
|
|
|
4562
4554
|
//#endregion
|
|
4563
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 };
|
|
4564
|
-
//# sourceMappingURL=root-store-
|
|
4556
|
+
//# sourceMappingURL=root-store-D7IuNpKE.js.map
|