@objectstack/platform-objects 11.7.0 → 11.9.0
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/apps/index.js +26 -3
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +26 -3
- package/dist/apps/index.mjs.map +1 -1
- package/dist/index.js +26 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -5245,9 +5245,19 @@ var SETUP_NAV_CONTRIBUTIONS = [
|
|
|
5245
5245
|
{ id: "nav_system_overview", type: "dashboard", label: "System Overview", dashboardName: "system_overview", icon: "activity" }
|
|
5246
5246
|
]
|
|
5247
5247
|
},
|
|
5248
|
-
|
|
5249
|
-
|
|
5250
|
-
|
|
5248
|
+
{
|
|
5249
|
+
// Package ADMINISTRATION is a platform/operator concern (ADR-0084:
|
|
5250
|
+
// packages are Operate, out of the builder) — so its home is Setup, not
|
|
5251
|
+
// the application builder. The console binds `developer:packages` to the
|
|
5252
|
+
// existing package-management page. Building/creating apps is a separate
|
|
5253
|
+
// journey (Home cover → /studio); this entry is for install/inspect/admin.
|
|
5254
|
+
app: "setup",
|
|
5255
|
+
group: "group_apps",
|
|
5256
|
+
priority: BASE_PRIORITY,
|
|
5257
|
+
items: [
|
|
5258
|
+
{ id: "nav_packages", type: "component", label: "Packages", componentRef: "developer:packages", icon: "package" }
|
|
5259
|
+
]
|
|
5260
|
+
},
|
|
5251
5261
|
{
|
|
5252
5262
|
app: "setup",
|
|
5253
5263
|
group: "group_people_org",
|
|
@@ -5391,6 +5401,19 @@ var STUDIO_APP = {
|
|
|
5391
5401
|
label: "Overview",
|
|
5392
5402
|
icon: "layout-dashboard",
|
|
5393
5403
|
children: [
|
|
5404
|
+
{
|
|
5405
|
+
// The application builder's front door (ADR-0080/0084): pick or
|
|
5406
|
+
// create a writable base package, then design in the full-screen
|
|
5407
|
+
// pillar builder (/studio/:packageId/:tab). The console binds
|
|
5408
|
+
// `studio:builder` to the BuilderLanding page — this makes the
|
|
5409
|
+
// builder reachable from login (Home → Studio → App Builder)
|
|
5410
|
+
// instead of being a URL-only surface.
|
|
5411
|
+
id: "nav_app_builder",
|
|
5412
|
+
type: "component",
|
|
5413
|
+
label: "App Builder",
|
|
5414
|
+
componentRef: "studio:builder",
|
|
5415
|
+
icon: "hammer"
|
|
5416
|
+
},
|
|
5394
5417
|
{
|
|
5395
5418
|
id: "nav_metadata_directory",
|
|
5396
5419
|
type: "component",
|