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