@betterportal/hello-view 10.0.25 → 10.0.27
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/lib/plugins/service-betterportal-hello-view/.bp-generated/registry.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-hello-view/.bp-generated/registry.js +69 -0
- package/lib/plugins/service-betterportal-hello-view/.bp-generated/registry.js.map +1 -1
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/GET.d.ts +3 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/GET.d.ts.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/GET.js +3 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/GET.js.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/_theme.bootstrap1/GET.d.ts +5 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/_theme.bootstrap1/GET.d.ts.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/_theme.bootstrap1/GET.js +33 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/_theme.bootstrap1/GET.js.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/index.d.ts +2 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/index.d.ts.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/index.js +2 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/index.js.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/route.impl.d.ts +38 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/route.impl.d.ts.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/route.impl.js +72 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/about/route.impl.js.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/GET.d.ts +3 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/GET.d.ts.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/GET.js +3 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/GET.js.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/_theme.bootstrap1/GET.d.ts +5 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/_theme.bootstrap1/GET.d.ts.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/_theme.bootstrap1/GET.js +310 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/_theme.bootstrap1/GET.js.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/index.d.ts +2 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/index.d.ts.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/index.js +2 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/index.js.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/route.impl.d.ts +49 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/route.impl.d.ts.map +1 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/route.impl.js +94 -0
- package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/route.impl.js.map +1 -0
- package/lib/schemas/service-betterportal-hello-view.json +1 -1
- package/lib/schemas/service-betterportal-hello-view.plugin.json +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../src/plugins/service-betterportal-hello-view/.bp-generated/registry.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../src/plugins/service-betterportal-hello-view/.bp-generated/registry.ts"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAEpE,eAAO,MAAM,QAAQ,EAAE,oBAuItB,CAAC"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
// AUTO-GENERATED by BetterPortal codegen - DO NOT EDIT
|
|
2
|
+
import * as aboutRoute from "../bp-routes/about/index.js";
|
|
3
|
+
import * as aboutGETRoute from "../bp-routes/about/GET.js";
|
|
4
|
+
import * as aboutBootstrap1PageGET from "../bp-routes/about/_theme.bootstrap1/GET.js";
|
|
2
5
|
import * as delayedRoute from "../bp-routes/delayed/index.js";
|
|
3
6
|
import * as delayedGETRoute from "../bp-routes/delayed/GET.js";
|
|
4
7
|
import * as delayedBootstrap1PageGET from "../bp-routes/delayed/_theme.bootstrap1/GET.js";
|
|
@@ -18,8 +21,42 @@ import * as helloBootstrap1ShowcaseInteractiveGET from "../bp-routes/hello/_them
|
|
|
18
21
|
import * as helloBootstrap1ShowcaseOverlaysGET from "../bp-routes/hello/_theme.bootstrap1/showcase-overlays.GET.js";
|
|
19
22
|
import * as helloBootstrap1ShowcasePatternsGET from "../bp-routes/hello/_theme.bootstrap1/showcase-patterns.GET.js";
|
|
20
23
|
import * as helloEmbeddedPageGET from "../bp-routes/hello/_theme.embedded/GET.js";
|
|
24
|
+
import * as landingRoute from "../bp-routes/landing/index.js";
|
|
25
|
+
import * as landingGETRoute from "../bp-routes/landing/GET.js";
|
|
26
|
+
import * as landingBootstrap1PageGET from "../bp-routes/landing/_theme.bootstrap1/GET.js";
|
|
21
27
|
export const registry = {
|
|
22
28
|
routes: [
|
|
29
|
+
{
|
|
30
|
+
viewId: "about.index",
|
|
31
|
+
path: "/about",
|
|
32
|
+
methods: ["GET"],
|
|
33
|
+
paramNames: [],
|
|
34
|
+
schemas: {
|
|
35
|
+
response: aboutGETRoute.ResponseSchema,
|
|
36
|
+
query: aboutGETRoute.QuerySchema,
|
|
37
|
+
headers: aboutGETRoute.HeadersSchema,
|
|
38
|
+
request: aboutGETRoute.RequestSchema
|
|
39
|
+
},
|
|
40
|
+
methodRoutes: { GET: { method: "GET", schemas: {
|
|
41
|
+
response: aboutGETRoute.ResponseSchema,
|
|
42
|
+
query: aboutGETRoute.QuerySchema,
|
|
43
|
+
headers: aboutGETRoute.HeadersSchema,
|
|
44
|
+
request: aboutGETRoute.RequestSchema
|
|
45
|
+
}, handler: aboutGETRoute.default } },
|
|
46
|
+
handlers: { GET: aboutGETRoute.default },
|
|
47
|
+
title: aboutRoute.title,
|
|
48
|
+
description: aboutRoute.description,
|
|
49
|
+
auth: aboutRoute.auth,
|
|
50
|
+
cacheHints: aboutRoute.cacheHints,
|
|
51
|
+
demoScenarios: [],
|
|
52
|
+
themeRenderers: {
|
|
53
|
+
"bootstrap1": {
|
|
54
|
+
pages: [{ rendererId: "default", type: "page", method: "GET", render: aboutBootstrap1PageGET.render }],
|
|
55
|
+
components: [],
|
|
56
|
+
fragments: []
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
23
60
|
{
|
|
24
61
|
viewId: "delayed.index",
|
|
25
62
|
path: "/delayed",
|
|
@@ -88,6 +125,38 @@ export const registry = {
|
|
|
88
125
|
}
|
|
89
126
|
},
|
|
90
127
|
sse: { handler: helloSse.handleSSE, tickSchema: helloSse.tickSchema }
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
viewId: "landing.index",
|
|
131
|
+
path: "/landing",
|
|
132
|
+
methods: ["GET"],
|
|
133
|
+
paramNames: [],
|
|
134
|
+
schemas: {
|
|
135
|
+
response: landingGETRoute.ResponseSchema,
|
|
136
|
+
query: landingGETRoute.QuerySchema,
|
|
137
|
+
headers: landingGETRoute.HeadersSchema,
|
|
138
|
+
request: landingGETRoute.RequestSchema
|
|
139
|
+
},
|
|
140
|
+
methodRoutes: { GET: { method: "GET", schemas: {
|
|
141
|
+
response: landingGETRoute.ResponseSchema,
|
|
142
|
+
query: landingGETRoute.QuerySchema,
|
|
143
|
+
headers: landingGETRoute.HeadersSchema,
|
|
144
|
+
request: landingGETRoute.RequestSchema
|
|
145
|
+
}, handler: landingGETRoute.default } },
|
|
146
|
+
handlers: { GET: landingGETRoute.default },
|
|
147
|
+
title: landingRoute.title,
|
|
148
|
+
description: landingRoute.description,
|
|
149
|
+
auth: landingRoute.auth,
|
|
150
|
+
chrome: landingRoute.chrome,
|
|
151
|
+
cacheHints: landingRoute.cacheHints,
|
|
152
|
+
demoScenarios: [],
|
|
153
|
+
themeRenderers: {
|
|
154
|
+
"bootstrap1": {
|
|
155
|
+
pages: [{ rendererId: "default", type: "page", method: "GET", render: landingBootstrap1PageGET.render }],
|
|
156
|
+
components: [],
|
|
157
|
+
fragments: []
|
|
158
|
+
}
|
|
159
|
+
}
|
|
91
160
|
}
|
|
92
161
|
]
|
|
93
162
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registry.js","sourceRoot":"","sources":["../../../../src/plugins/service-betterportal-hello-view/.bp-generated/registry.ts"],"names":[],"mappings":"AAAA,uDAAuD;AACvD,OAAO,KAAK,YAAY,MAAM,+BAA+B,CAAC;AAC9D,OAAO,KAAK,eAAe,MAAM,6BAA6B,CAAC;AAC/D,OAAO,KAAK,wBAAwB,MAAM,+CAA+C,CAAC;AAC1F,OAAO,KAAK,uBAAuB,MAAM,wDAAwD,CAAC;AAClG,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAC1D,OAAO,KAAK,aAAa,MAAM,2BAA2B,CAAC;AAC3D,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,sBAAsB,MAAM,6CAA6C,CAAC;AACtF,OAAO,KAAK,0BAA0B,MAAM,wDAAwD,CAAC;AACrG,OAAO,KAAK,6BAA6B,MAAM,4DAA4D,CAAC;AAC5G,OAAO,KAAK,4BAA4B,MAAM,0DAA0D,CAAC;AACzG,OAAO,KAAK,+BAA+B,MAAM,4DAA4D,CAAC;AAC9G,OAAO,KAAK,8BAA8B,MAAM,2DAA2D,CAAC;AAC5G,OAAO,KAAK,kCAAkC,MAAM,+DAA+D,CAAC;AACpH,OAAO,KAAK,+BAA+B,MAAM,4DAA4D,CAAC;AAC9G,OAAO,KAAK,qCAAqC,MAAM,kEAAkE,CAAC;AAC1H,OAAO,KAAK,kCAAkC,MAAM,+DAA+D,CAAC;AACpH,OAAO,KAAK,kCAAkC,MAAM,+DAA+D,CAAC;AACpH,OAAO,KAAK,oBAAoB,MAAM,2CAA2C,CAAC;
|
|
1
|
+
{"version":3,"file":"registry.js","sourceRoot":"","sources":["../../../../src/plugins/service-betterportal-hello-view/.bp-generated/registry.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GET.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-hello-view/bp-routes/about/GET.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC5F,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GET.js","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-hello-view/bp-routes/about/GET.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC5F,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
package/lib/plugins/service-betterportal-hello-view/bp-routes/about/_theme.bootstrap1/GET.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/about/_theme.bootstrap1/GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AA8BrD,wBAAgB,MAAM,CAAC,IAAI,EAAE,YAAY,GAAG,cAAc,CAmFzD"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "jsx-htmx/jsx-runtime";
|
|
2
|
+
function sectionList(items) {
|
|
3
|
+
return (_jsx("div", { class: "d-flex flex-column gap-3", children: items.map((item) => (_jsxs("section", { class: "border-bottom pb-3", children: [_jsx("h2", { class: "h4 mb-2", children: item.title }), _jsx("p", { class: "text-body-secondary mb-0", children: item.text })] }))) }));
|
|
4
|
+
}
|
|
5
|
+
function principleGrid(items) {
|
|
6
|
+
return (_jsx("div", { class: "row row-cols-1 row-cols-md-2 g-3", children: items.map((item) => (_jsx("div", { class: "col", children: _jsxs("article", { class: "h-100 p-4 rounded-3 border bg-body", children: [_jsx("h3", { class: "h5 mb-2", children: item.title }), _jsx("p", { class: "text-body-secondary mb-0", children: item.text })] }) }))) }));
|
|
7
|
+
}
|
|
8
|
+
export function render(data) {
|
|
9
|
+
return (_jsxs("main", { class: "container-fluid px-0", children: [_jsx("style", { children: `
|
|
10
|
+
.bp-about-hero {
|
|
11
|
+
border-bottom: 1px solid var(--bs-border-color);
|
|
12
|
+
background:
|
|
13
|
+
linear-gradient(120deg, rgba(var(--bs-info-rgb), .10), transparent 34%),
|
|
14
|
+
linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), .98), var(--bs-body-bg));
|
|
15
|
+
}
|
|
16
|
+
.bp-about-map {
|
|
17
|
+
display: grid;
|
|
18
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
19
|
+
gap: .75rem;
|
|
20
|
+
}
|
|
21
|
+
.bp-about-map__item {
|
|
22
|
+
min-height: 7rem;
|
|
23
|
+
border: 1px solid var(--bs-border-color);
|
|
24
|
+
border-radius: .75rem;
|
|
25
|
+
padding: 1rem;
|
|
26
|
+
background: var(--bs-tertiary-bg);
|
|
27
|
+
}
|
|
28
|
+
@media (max-width: 575.98px) {
|
|
29
|
+
.bp-about-map { grid-template-columns: 1fr; }
|
|
30
|
+
}
|
|
31
|
+
` }), _jsx("section", { class: "bp-about-hero", children: _jsx("div", { class: "container py-5", children: _jsxs("div", { class: "row g-5 align-items-center", children: [_jsxs("div", { class: "col-lg-7", children: [_jsx("a", { class: "btn btn-sm btn-outline-secondary mb-4", href: data.landingHref, children: "Back to landing" }), _jsx("h1", { class: "display-5 fw-semibold mb-3", children: data.title }), _jsx("p", { class: "lead text-body-secondary mb-0", children: data.intro })] }), _jsx("div", { class: "col-lg-5", children: _jsxs("div", { class: "bp-about-map", children: [_jsxs("div", { class: "bp-about-map__item", children: [_jsx("div", { class: "small text-body-secondary", children: "01" }), _jsx("strong", { children: "Control plane" })] }), _jsxs("div", { class: "bp-about-map__item", children: [_jsx("div", { class: "small text-body-secondary", children: "02" }), _jsx("strong", { children: "Runtime services" })] }), _jsxs("div", { class: "bp-about-map__item", children: [_jsx("div", { class: "small text-body-secondary", children: "03" }), _jsx("strong", { children: "Themes" })] }), _jsxs("div", { class: "bp-about-map__item", children: [_jsx("div", { class: "small text-body-secondary", children: "04" }), _jsx("strong", { children: "Auth" })] })] }) })] }) }) }), _jsx("section", { children: _jsx("div", { class: "container py-5", children: _jsxs("div", { class: "row g-5", children: [_jsx("div", { class: "col-lg-5", children: _jsxs("div", { class: "sticky-lg-top", style: "top: 2rem;", children: [_jsx("div", { class: "small text-uppercase text-body-secondary fw-semibold mb-2", children: "Architecture" }), _jsx("h2", { class: "h1 mb-3", children: "One platform contract, many deployable services." }), _jsx("p", { class: "text-body-secondary", children: "BetterPortal keeps routing, configuration, auth, and rendering explicit. That makes the portal easier to operate, inspect, and extend." })] }) }), _jsx("div", { class: "col-lg-7", children: sectionList(data.sections) })] }) }) }), _jsx("section", { class: "border-top", children: _jsx("div", { class: "container py-5", children: _jsxs("div", { class: "row g-4 align-items-start", children: [_jsxs("div", { class: "col-lg-4", children: [_jsx("div", { class: "small text-uppercase text-body-secondary fw-semibold mb-2", children: "Principles" }), _jsx("h2", { class: "h1 mb-0", children: "Designed for typed, observable composition." })] }), _jsx("div", { class: "col-lg-8", children: principleGrid(data.principles) })] }) }) })] }));
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=GET.js.map
|
package/lib/plugins/service-betterportal-hello-view/bp-routes/about/_theme.bootstrap1/GET.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/about/_theme.bootstrap1/GET.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-hello-view/bp-routes/about/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-hello-view/bp-routes/about/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as av from "anyvali";
|
|
2
|
+
import type { Infer } from "anyvali";
|
|
3
|
+
import { type ApiAuthRequirement, type CacheHints } from "@betterportal/framework";
|
|
4
|
+
export declare const QuerySchema: av.ObjectSchema<{}>;
|
|
5
|
+
export declare const HeadersSchema: av.ObjectSchema<{}>;
|
|
6
|
+
export declare const RequestSchema: av.ObjectSchema<{}>;
|
|
7
|
+
export declare const ResponseSchema: av.ObjectSchema<{
|
|
8
|
+
title: av.StringSchema;
|
|
9
|
+
intro: av.StringSchema;
|
|
10
|
+
sections: av.ArraySchema<av.ObjectSchema<{
|
|
11
|
+
title: av.StringSchema;
|
|
12
|
+
text: av.StringSchema;
|
|
13
|
+
}>>;
|
|
14
|
+
principles: av.ArraySchema<av.ObjectSchema<{
|
|
15
|
+
title: av.StringSchema;
|
|
16
|
+
text: av.StringSchema;
|
|
17
|
+
}>>;
|
|
18
|
+
landingHref: av.StringSchema;
|
|
19
|
+
}>;
|
|
20
|
+
export type ResponseData = Infer<typeof ResponseSchema>;
|
|
21
|
+
export declare const title = "About BetterPortal";
|
|
22
|
+
export declare const description = "Overview of BetterPortal architecture and design principles.";
|
|
23
|
+
export declare const auth: ApiAuthRequirement;
|
|
24
|
+
export declare const cacheHints: CacheHints;
|
|
25
|
+
export declare const handleGet: import("@betterportal/framework").RouteHandler<Record<string, string>, {}, {}, {}, {
|
|
26
|
+
title: string;
|
|
27
|
+
intro: string;
|
|
28
|
+
sections: {
|
|
29
|
+
title: string;
|
|
30
|
+
text: string;
|
|
31
|
+
}[];
|
|
32
|
+
principles: {
|
|
33
|
+
title: string;
|
|
34
|
+
text: string;
|
|
35
|
+
}[];
|
|
36
|
+
landingHref: string;
|
|
37
|
+
}, unknown, Record<string, unknown>>;
|
|
38
|
+
//# sourceMappingURL=route.impl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"route.impl.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-hello-view/bp-routes/about/route.impl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAC;AAC9B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAEL,KAAK,kBAAkB,EACvB,KAAK,UAAU,EAChB,MAAM,yBAAyB,CAAC;AAEjC,eAAO,MAAM,WAAW,qBAA0C,CAAC;AACnE,eAAO,MAAM,aAAa,qBAA0C,CAAC;AACrE,eAAO,MAAM,aAAa,qBAA0C,CAAC;AAYrE,eAAO,MAAM,cAAc;;;;;;;;;;;;EAMC,CAAC;AAC7B,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAExD,eAAO,MAAM,KAAK,uBAAuB,CAAC;AAC1C,eAAO,MAAM,WAAW,iEAAiE,CAAC;AAE1F,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAGxB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;oCA2CrB,CAAC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import * as av from "anyvali";
|
|
2
|
+
import { createHandler } from "@betterportal/framework";
|
|
3
|
+
export const QuerySchema = av.object({}, { unknownKeys: "strip" });
|
|
4
|
+
export const HeadersSchema = av.object({}, { unknownKeys: "strip" });
|
|
5
|
+
export const RequestSchema = av.object({}, { unknownKeys: "strip" });
|
|
6
|
+
const SectionSchema = av.object({
|
|
7
|
+
title: av.string().minLength(1),
|
|
8
|
+
text: av.string().minLength(1)
|
|
9
|
+
}, { unknownKeys: "strip" });
|
|
10
|
+
const PrincipleSchema = av.object({
|
|
11
|
+
title: av.string().minLength(1),
|
|
12
|
+
text: av.string().minLength(1)
|
|
13
|
+
}, { unknownKeys: "strip" });
|
|
14
|
+
export const ResponseSchema = av.object({
|
|
15
|
+
title: av.string().minLength(1),
|
|
16
|
+
intro: av.string().minLength(1),
|
|
17
|
+
sections: av.array(SectionSchema),
|
|
18
|
+
principles: av.array(PrincipleSchema),
|
|
19
|
+
landingHref: av.string().minLength(1)
|
|
20
|
+
}, { unknownKeys: "strip" });
|
|
21
|
+
export const title = "About BetterPortal";
|
|
22
|
+
export const description = "Overview of BetterPortal architecture and design principles.";
|
|
23
|
+
export const auth = {
|
|
24
|
+
required: false,
|
|
25
|
+
permissions: []
|
|
26
|
+
};
|
|
27
|
+
export const cacheHints = {
|
|
28
|
+
ttlSeconds: 300,
|
|
29
|
+
varyBy: ["accept", "origin", "referer", ":origin", ":referer"]
|
|
30
|
+
};
|
|
31
|
+
export const handleGet = createHandler({ response: ResponseSchema, query: QuerySchema, headers: HeadersSchema, request: RequestSchema }, () => ({
|
|
32
|
+
title: "About BetterPortal",
|
|
33
|
+
intro: "BetterPortal is a framework for building tenant-aware portals from independently deployed services. The platform gives services a shared contract without forcing them into a shared process.",
|
|
34
|
+
sections: [
|
|
35
|
+
{
|
|
36
|
+
title: "Control plane",
|
|
37
|
+
text: "The config manager owns platform state, service activation, app routes, shared service bindings, and scoped configuration. Services pull what they need and apply it locally."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
title: "Runtime services",
|
|
41
|
+
text: "A service can expose APIs, views, fragments, streaming endpoints, raw file responses, and service metadata. The same route remains useful to browsers, integrations, and agents."
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
title: "Themes",
|
|
45
|
+
text: "Themes render the shell and negotiate content from services. They keep navigation, profile fragments, background fragments, and chrome behavior outside business services."
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
title: "Auth",
|
|
49
|
+
text: "Auth providers plug into the same service model. Apps choose an auth service, while service routes keep their own explicit auth and permission requirements."
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
principles: [
|
|
53
|
+
{
|
|
54
|
+
title: "Typed boundaries",
|
|
55
|
+
text: "Inputs, outputs, scoped config, and metadata are declared as schemas so runtime behavior stays observable and predictable."
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
title: "No hidden platform reach",
|
|
59
|
+
text: "Browser-driven setup and pull-based sync avoid assuming the config manager can directly reach every deployed service."
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
title: "Local ownership",
|
|
63
|
+
text: "Services own their route behavior and view renderers. The platform decides which routes are mounted for each app."
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
title: "Composable operations",
|
|
67
|
+
text: "The same discovery surface supports users, admins, automation systems, and AI agents without separate bespoke integration layers."
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
landingHref: "/landing"
|
|
71
|
+
}));
|
|
72
|
+
//# sourceMappingURL=route.impl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"route.impl.js","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-hello-view/bp-routes/about/route.impl.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GET.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-hello-view/bp-routes/landing/GET.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC5F,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GET.js","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-hello-view/bp-routes/landing/GET.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC5F,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/_theme.bootstrap1/GET.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/landing/_theme.bootstrap1/GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAyCrD,wBAAgB,MAAM,CAAC,IAAI,EAAE,YAAY,GAAG,cAAc,CAgYzD"}
|
package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/_theme.bootstrap1/GET.js
ADDED
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "jsx-htmx/jsx-runtime";
|
|
2
|
+
function capabilityCards(items) {
|
|
3
|
+
return (_jsx("div", { class: "bp-landing-card-grid", children: items.map((item) => (_jsxs("article", { class: "bp-landing-card", children: [_jsx("div", { class: "bp-landing-card__title", children: item.title }), _jsx("p", { children: item.text })] }))) }));
|
|
4
|
+
}
|
|
5
|
+
function audienceCards(items) {
|
|
6
|
+
return (_jsx("div", { class: "bp-landing-audience-grid", children: items.map((item) => (_jsxs("article", { class: "bp-landing-audience", children: [_jsx("h3", { children: item.title }), _jsx("p", { children: item.text })] }))) }));
|
|
7
|
+
}
|
|
8
|
+
function proofStrip(items) {
|
|
9
|
+
return (_jsx("div", { class: "bp-landing-proof-grid", children: items.map((item) => (_jsxs("div", { class: "bp-landing-proof", children: [_jsx("div", { class: "bp-landing-proof__label", children: item.title }), _jsx("p", { children: item.text })] }))) }));
|
|
10
|
+
}
|
|
11
|
+
export function render(data) {
|
|
12
|
+
return (_jsxs("main", { class: "bp-landing", children: [_jsx("style", { children: `
|
|
13
|
+
:root {
|
|
14
|
+
--bp-landing-bg: #f7f8fb;
|
|
15
|
+
--bp-landing-panel: #ffffff;
|
|
16
|
+
--bp-landing-text: #172033;
|
|
17
|
+
--bp-landing-muted: #647084;
|
|
18
|
+
--bp-landing-line: rgba(23,32,51,.12);
|
|
19
|
+
--bp-landing-accent: #195cff;
|
|
20
|
+
--bp-landing-accent-2: #0f9f8a;
|
|
21
|
+
--bp-landing-accent-3: #7c3aed;
|
|
22
|
+
}
|
|
23
|
+
[data-bs-theme="dark"] {
|
|
24
|
+
--bp-landing-bg: #0e1118;
|
|
25
|
+
--bp-landing-panel: #161b26;
|
|
26
|
+
--bp-landing-text: #f3f6fb;
|
|
27
|
+
--bp-landing-muted: #aeb8c8;
|
|
28
|
+
--bp-landing-line: rgba(243,246,251,.14);
|
|
29
|
+
--bp-landing-accent: #7ca2ff;
|
|
30
|
+
--bp-landing-accent-2: #4dd6c2;
|
|
31
|
+
--bp-landing-accent-3: #b69cff;
|
|
32
|
+
}
|
|
33
|
+
.bp-landing {
|
|
34
|
+
min-height: 100vh;
|
|
35
|
+
color: var(--bp-landing-text);
|
|
36
|
+
background:
|
|
37
|
+
radial-gradient(circle at 18% 18%, rgba(25,92,255,.16), transparent 26rem),
|
|
38
|
+
radial-gradient(circle at 82% 12%, rgba(15,159,138,.14), transparent 24rem),
|
|
39
|
+
linear-gradient(180deg, var(--bp-landing-bg), var(--bs-body-bg));
|
|
40
|
+
}
|
|
41
|
+
.bp-landing-shell {
|
|
42
|
+
min-height: 100vh;
|
|
43
|
+
display: grid;
|
|
44
|
+
grid-template-rows: auto 1fr auto;
|
|
45
|
+
}
|
|
46
|
+
.bp-landing-nav {
|
|
47
|
+
display: flex;
|
|
48
|
+
align-items: center;
|
|
49
|
+
justify-content: space-between;
|
|
50
|
+
gap: 1rem;
|
|
51
|
+
max-width: 1180px;
|
|
52
|
+
width: min(100% - 2rem, 1180px);
|
|
53
|
+
margin: 0 auto;
|
|
54
|
+
padding: 1.25rem 0;
|
|
55
|
+
}
|
|
56
|
+
.bp-landing-brand {
|
|
57
|
+
display: inline-flex;
|
|
58
|
+
align-items: center;
|
|
59
|
+
gap: .75rem;
|
|
60
|
+
color: var(--bp-landing-text);
|
|
61
|
+
text-decoration: none;
|
|
62
|
+
font-weight: 700;
|
|
63
|
+
}
|
|
64
|
+
.bp-landing-mark {
|
|
65
|
+
width: 2.5rem;
|
|
66
|
+
height: 2.5rem;
|
|
67
|
+
display: grid;
|
|
68
|
+
place-items: center;
|
|
69
|
+
border-radius: .8rem;
|
|
70
|
+
color: #fff;
|
|
71
|
+
background: linear-gradient(135deg, var(--bp-landing-accent), var(--bp-landing-accent-2));
|
|
72
|
+
box-shadow: 0 .9rem 2rem rgba(25,92,255,.24);
|
|
73
|
+
}
|
|
74
|
+
.bp-landing-links {
|
|
75
|
+
display: flex;
|
|
76
|
+
align-items: center;
|
|
77
|
+
gap: .5rem;
|
|
78
|
+
}
|
|
79
|
+
.bp-landing-link {
|
|
80
|
+
color: var(--bp-landing-muted);
|
|
81
|
+
text-decoration: none;
|
|
82
|
+
padding: .55rem .75rem;
|
|
83
|
+
border-radius: .6rem;
|
|
84
|
+
}
|
|
85
|
+
.bp-landing-link:hover {
|
|
86
|
+
color: var(--bp-landing-text);
|
|
87
|
+
background: rgba(100,112,132,.10);
|
|
88
|
+
}
|
|
89
|
+
.bp-landing-hero {
|
|
90
|
+
width: min(100% - 2rem, 1180px);
|
|
91
|
+
margin: 0 auto;
|
|
92
|
+
display: grid;
|
|
93
|
+
grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
|
|
94
|
+
gap: clamp(2rem, 6vw, 5rem);
|
|
95
|
+
align-items: center;
|
|
96
|
+
padding: clamp(2rem, 5vw, 4.5rem) 0;
|
|
97
|
+
}
|
|
98
|
+
.bp-landing-kicker {
|
|
99
|
+
display: inline-flex;
|
|
100
|
+
align-items: center;
|
|
101
|
+
gap: .5rem;
|
|
102
|
+
padding: .45rem .75rem;
|
|
103
|
+
border: 1px solid var(--bp-landing-line);
|
|
104
|
+
border-radius: 999px;
|
|
105
|
+
color: var(--bp-landing-muted);
|
|
106
|
+
background: color-mix(in srgb, var(--bp-landing-panel) 80%, transparent);
|
|
107
|
+
margin-bottom: 1.25rem;
|
|
108
|
+
}
|
|
109
|
+
.bp-landing-dot {
|
|
110
|
+
width: .5rem;
|
|
111
|
+
height: .5rem;
|
|
112
|
+
border-radius: 999px;
|
|
113
|
+
background: var(--bp-landing-accent-2);
|
|
114
|
+
}
|
|
115
|
+
.bp-landing h1 {
|
|
116
|
+
font-size: clamp(3.2rem, 8vw, 7.4rem);
|
|
117
|
+
line-height: .9;
|
|
118
|
+
letter-spacing: 0;
|
|
119
|
+
margin: 0 0 1.25rem;
|
|
120
|
+
}
|
|
121
|
+
.bp-landing-lead {
|
|
122
|
+
font-size: clamp(1.25rem, 2vw, 1.65rem);
|
|
123
|
+
line-height: 1.35;
|
|
124
|
+
color: var(--bp-landing-muted);
|
|
125
|
+
max-width: 46rem;
|
|
126
|
+
margin: 0 0 1.5rem;
|
|
127
|
+
}
|
|
128
|
+
.bp-landing-summary {
|
|
129
|
+
color: var(--bp-landing-muted);
|
|
130
|
+
max-width: 42rem;
|
|
131
|
+
margin: 0 0 2rem;
|
|
132
|
+
}
|
|
133
|
+
.bp-landing-actions {
|
|
134
|
+
display: flex;
|
|
135
|
+
flex-wrap: wrap;
|
|
136
|
+
gap: .75rem;
|
|
137
|
+
}
|
|
138
|
+
.bp-landing-button {
|
|
139
|
+
display: inline-flex;
|
|
140
|
+
align-items: center;
|
|
141
|
+
justify-content: center;
|
|
142
|
+
min-height: 3rem;
|
|
143
|
+
padding: .85rem 1.1rem;
|
|
144
|
+
border-radius: .8rem;
|
|
145
|
+
text-decoration: none;
|
|
146
|
+
font-weight: 650;
|
|
147
|
+
}
|
|
148
|
+
.bp-landing-button--primary {
|
|
149
|
+
color: #fff;
|
|
150
|
+
background: var(--bp-landing-accent);
|
|
151
|
+
box-shadow: 0 1rem 2rem rgba(25,92,255,.22);
|
|
152
|
+
}
|
|
153
|
+
.bp-landing-button--secondary {
|
|
154
|
+
color: var(--bp-landing-text);
|
|
155
|
+
border: 1px solid var(--bp-landing-line);
|
|
156
|
+
background: color-mix(in srgb, var(--bp-landing-panel) 82%, transparent);
|
|
157
|
+
}
|
|
158
|
+
.bp-landing-console {
|
|
159
|
+
border: 1px solid var(--bp-landing-line);
|
|
160
|
+
border-radius: 1.25rem;
|
|
161
|
+
background: color-mix(in srgb, var(--bp-landing-panel) 88%, transparent);
|
|
162
|
+
box-shadow: 0 1.5rem 4rem rgba(0,0,0,.12);
|
|
163
|
+
overflow: hidden;
|
|
164
|
+
}
|
|
165
|
+
.bp-landing-console__top {
|
|
166
|
+
display: flex;
|
|
167
|
+
justify-content: space-between;
|
|
168
|
+
align-items: center;
|
|
169
|
+
padding: 1rem;
|
|
170
|
+
border-bottom: 1px solid var(--bp-landing-line);
|
|
171
|
+
}
|
|
172
|
+
.bp-landing-pill {
|
|
173
|
+
border: 1px solid var(--bp-landing-line);
|
|
174
|
+
border-radius: 999px;
|
|
175
|
+
padding: .35rem .65rem;
|
|
176
|
+
color: var(--bp-landing-muted);
|
|
177
|
+
font-size: .875rem;
|
|
178
|
+
}
|
|
179
|
+
.bp-landing-stack {
|
|
180
|
+
display: grid;
|
|
181
|
+
gap: .85rem;
|
|
182
|
+
padding: 1rem;
|
|
183
|
+
}
|
|
184
|
+
.bp-landing-node {
|
|
185
|
+
display: grid;
|
|
186
|
+
grid-template-columns: auto 1fr auto;
|
|
187
|
+
align-items: center;
|
|
188
|
+
gap: .85rem;
|
|
189
|
+
padding: .95rem;
|
|
190
|
+
border: 1px solid var(--bp-landing-line);
|
|
191
|
+
border-radius: .9rem;
|
|
192
|
+
background: var(--bp-landing-panel);
|
|
193
|
+
}
|
|
194
|
+
.bp-landing-node__icon {
|
|
195
|
+
width: 2.2rem;
|
|
196
|
+
height: 2.2rem;
|
|
197
|
+
border-radius: .65rem;
|
|
198
|
+
background: rgba(25,92,255,.12);
|
|
199
|
+
}
|
|
200
|
+
.bp-landing-node:nth-child(2) .bp-landing-node__icon { background: rgba(15,159,138,.14); }
|
|
201
|
+
.bp-landing-node:nth-child(3) .bp-landing-node__icon { background: rgba(124,58,237,.14); }
|
|
202
|
+
.bp-landing-node strong {
|
|
203
|
+
display: block;
|
|
204
|
+
}
|
|
205
|
+
.bp-landing-node span {
|
|
206
|
+
color: var(--bp-landing-muted);
|
|
207
|
+
font-size: .92rem;
|
|
208
|
+
}
|
|
209
|
+
.bp-landing-status {
|
|
210
|
+
color: var(--bp-landing-accent-2);
|
|
211
|
+
font-weight: 700;
|
|
212
|
+
font-size: .85rem;
|
|
213
|
+
}
|
|
214
|
+
.bp-landing-proof-section,
|
|
215
|
+
.bp-landing-capability-section,
|
|
216
|
+
.bp-landing-audience-section {
|
|
217
|
+
width: min(100% - 2rem, 1180px);
|
|
218
|
+
margin: 0 auto;
|
|
219
|
+
padding: clamp(2.5rem, 5vw, 4rem) 0;
|
|
220
|
+
border-top: 1px solid var(--bp-landing-line);
|
|
221
|
+
}
|
|
222
|
+
.bp-landing-proof-grid {
|
|
223
|
+
display: grid;
|
|
224
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
225
|
+
gap: 1rem;
|
|
226
|
+
}
|
|
227
|
+
.bp-landing-proof {
|
|
228
|
+
padding: 1.25rem;
|
|
229
|
+
border-radius: 1rem;
|
|
230
|
+
background: color-mix(in srgb, var(--bp-landing-panel) 84%, transparent);
|
|
231
|
+
border: 1px solid var(--bp-landing-line);
|
|
232
|
+
}
|
|
233
|
+
.bp-landing-proof__label {
|
|
234
|
+
font-weight: 750;
|
|
235
|
+
margin-bottom: .45rem;
|
|
236
|
+
}
|
|
237
|
+
.bp-landing-proof p,
|
|
238
|
+
.bp-landing-card p,
|
|
239
|
+
.bp-landing-audience p {
|
|
240
|
+
color: var(--bp-landing-muted);
|
|
241
|
+
margin: 0;
|
|
242
|
+
}
|
|
243
|
+
.bp-landing-section-head {
|
|
244
|
+
max-width: 46rem;
|
|
245
|
+
margin-bottom: 1.5rem;
|
|
246
|
+
}
|
|
247
|
+
.bp-landing-section-head h2 {
|
|
248
|
+
font-size: clamp(2rem, 4vw, 3.4rem);
|
|
249
|
+
line-height: 1;
|
|
250
|
+
margin: 0 0 .8rem;
|
|
251
|
+
}
|
|
252
|
+
.bp-landing-section-head p {
|
|
253
|
+
color: var(--bp-landing-muted);
|
|
254
|
+
margin: 0;
|
|
255
|
+
}
|
|
256
|
+
.bp-landing-card-grid {
|
|
257
|
+
display: grid;
|
|
258
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
259
|
+
gap: 1rem;
|
|
260
|
+
}
|
|
261
|
+
.bp-landing-card {
|
|
262
|
+
min-height: 14rem;
|
|
263
|
+
padding: 1.25rem;
|
|
264
|
+
border: 1px solid var(--bp-landing-line);
|
|
265
|
+
border-radius: 1rem;
|
|
266
|
+
background: var(--bp-landing-panel);
|
|
267
|
+
}
|
|
268
|
+
.bp-landing-card__title {
|
|
269
|
+
font-size: 1.15rem;
|
|
270
|
+
font-weight: 750;
|
|
271
|
+
margin-bottom: .65rem;
|
|
272
|
+
}
|
|
273
|
+
.bp-landing-audience-grid {
|
|
274
|
+
display: grid;
|
|
275
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
276
|
+
gap: 1rem;
|
|
277
|
+
}
|
|
278
|
+
.bp-landing-audience {
|
|
279
|
+
padding: 1.25rem;
|
|
280
|
+
border-left: 3px solid var(--bp-landing-accent);
|
|
281
|
+
background: color-mix(in srgb, var(--bp-landing-panel) 78%, transparent);
|
|
282
|
+
}
|
|
283
|
+
.bp-landing-audience h3 {
|
|
284
|
+
font-size: 1rem;
|
|
285
|
+
margin: 0 0 .5rem;
|
|
286
|
+
}
|
|
287
|
+
.bp-landing-footer {
|
|
288
|
+
width: min(100% - 2rem, 1180px);
|
|
289
|
+
margin: 0 auto;
|
|
290
|
+
padding: 1.5rem 0 2rem;
|
|
291
|
+
color: var(--bp-landing-muted);
|
|
292
|
+
border-top: 1px solid var(--bp-landing-line);
|
|
293
|
+
}
|
|
294
|
+
@media (max-width: 991.98px) {
|
|
295
|
+
.bp-landing-hero,
|
|
296
|
+
.bp-landing-proof-grid,
|
|
297
|
+
.bp-landing-card-grid,
|
|
298
|
+
.bp-landing-audience-grid {
|
|
299
|
+
grid-template-columns: 1fr;
|
|
300
|
+
}
|
|
301
|
+
.bp-landing-links {
|
|
302
|
+
display: none;
|
|
303
|
+
}
|
|
304
|
+
.bp-landing h1 {
|
|
305
|
+
font-size: clamp(3rem, 14vw, 5rem);
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
` }), _jsxs("div", { class: "bp-landing-shell", children: [_jsxs("nav", { class: "bp-landing-nav", "aria-label": "BetterPortal", children: [_jsxs("a", { class: "bp-landing-brand", href: "/landing", children: [_jsx("span", { class: "bp-landing-mark", children: "BP" }), _jsx("span", { children: "BetterPortal" })] }), _jsxs("div", { class: "bp-landing-links", children: [_jsx("a", { class: "bp-landing-link", href: "#capabilities", children: "Capabilities" }), _jsx("a", { class: "bp-landing-link", href: "#use-cases", children: "Use cases" }), _jsx("a", { class: "bp-landing-link", href: data.aboutHref, children: "About" })] })] }), _jsxs("section", { class: "bp-landing-hero", children: [_jsxs("div", { children: [_jsxs("div", { class: "bp-landing-kicker", children: [_jsx("span", { class: "bp-landing-dot" }), " Service-oriented portal framework"] }), _jsx("h1", { children: data.headline }), _jsx("p", { class: "bp-landing-lead", children: data.subheading }), _jsx("p", { class: "bp-landing-summary", children: data.summary }), _jsxs("div", { class: "bp-landing-actions", children: [_jsx("a", { class: "bp-landing-button bp-landing-button--primary", href: data.aboutHref, children: "Explore the architecture" }), _jsx("a", { class: "bp-landing-button bp-landing-button--secondary", href: "/hello", children: "Open the demo service" })] })] }), _jsxs("aside", { class: "bp-landing-console", "aria-label": "BetterPortal service graph", children: [_jsxs("div", { class: "bp-landing-console__top", children: [_jsx("strong", { children: "Portal composition" }), _jsx("span", { class: "bp-landing-pill", children: "typed runtime" })] }), _jsxs("div", { class: "bp-landing-stack", children: [_jsxs("div", { class: "bp-landing-node", children: [_jsx("span", { class: "bp-landing-node__icon" }), _jsxs("div", { children: [_jsx("strong", { children: "Theme service" }), _jsx("span", { children: "Shell, fragments, chrome, navigation" })] }), _jsx("span", { class: "bp-landing-status", children: "active" })] }), _jsxs("div", { class: "bp-landing-node", children: [_jsx("span", { class: "bp-landing-node__icon" }), _jsxs("div", { children: [_jsx("strong", { children: "Auth provider" }), _jsx("span", { children: "Default JWT or external providers" })] }), _jsx("span", { class: "bp-landing-status", children: "bound" })] }), _jsxs("div", { class: "bp-landing-node", children: [_jsx("span", { class: "bp-landing-node__icon" }), _jsxs("div", { children: [_jsx("strong", { children: "Business services" }), _jsx("span", { children: "API, views, streams, files, metadata" })] }), _jsx("span", { class: "bp-landing-status", children: "mounted" })] }), _jsxs("div", { class: "bp-landing-node", children: [_jsx("span", { class: "bp-landing-node__icon" }), _jsxs("div", { children: [_jsx("strong", { children: "Config manager" }), _jsx("span", { children: "Tenants, apps, routes, scoped config" })] }), _jsx("span", { class: "bp-landing-status", children: "syncing" })] })] })] })] }), _jsx("section", { class: "bp-landing-proof-section", children: proofStrip(data.highlights) })] }), _jsxs("section", { class: "bp-landing-capability-section", id: "capabilities", children: [_jsxs("div", { class: "bp-landing-section-head", children: [_jsx("h2", { children: "One contract for UI, API, automation, and AI." }), _jsx("p", { children: "BetterPortal keeps each service independently deployable while making its behavior discoverable, typed, and mountable by tenant/app configuration." })] }), capabilityCards(data.capabilities)] }), _jsxs("section", { class: "bp-landing-audience-section", id: "use-cases", children: [_jsxs("div", { class: "bp-landing-section-head", children: [_jsx("h2", { children: "Built for teams that need platform control without monolith gravity." }), _jsx("p", { children: "Use it for admin portals, customer portals, internal tools, embedded views, workflow endpoints, and AI-readable service surfaces." })] }), audienceCards(data.audiences)] }), _jsx("footer", { class: "bp-landing-footer", children: "BetterPortal ships services, themes, auth, configuration, manifests, and typed routes as one composable platform model." })] }));
|
|
309
|
+
}
|
|
310
|
+
//# sourceMappingURL=GET.js.map
|
package/lib/plugins/service-betterportal-hello-view/bp-routes/landing/_theme.bootstrap1/GET.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-hello-view/bp-routes/landing/_theme.bootstrap1/GET.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-hello-view/bp-routes/landing/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-hello-view/bp-routes/landing/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as av from "anyvali";
|
|
2
|
+
import type { Infer } from "anyvali";
|
|
3
|
+
import { type ApiAuthRequirement, type CacheHints, type BetterPortalRouteChrome } from "@betterportal/framework";
|
|
4
|
+
export declare const QuerySchema: av.ObjectSchema<{}>;
|
|
5
|
+
export declare const HeadersSchema: av.ObjectSchema<{}>;
|
|
6
|
+
export declare const RequestSchema: av.ObjectSchema<{}>;
|
|
7
|
+
export declare const ResponseSchema: av.ObjectSchema<{
|
|
8
|
+
headline: av.StringSchema;
|
|
9
|
+
subheading: av.StringSchema;
|
|
10
|
+
summary: av.StringSchema;
|
|
11
|
+
highlights: av.ArraySchema<av.ObjectSchema<{
|
|
12
|
+
title: av.StringSchema;
|
|
13
|
+
text: av.StringSchema;
|
|
14
|
+
}>>;
|
|
15
|
+
capabilities: av.ArraySchema<av.ObjectSchema<{
|
|
16
|
+
title: av.StringSchema;
|
|
17
|
+
text: av.StringSchema;
|
|
18
|
+
}>>;
|
|
19
|
+
audiences: av.ArraySchema<av.ObjectSchema<{
|
|
20
|
+
title: av.StringSchema;
|
|
21
|
+
text: av.StringSchema;
|
|
22
|
+
}>>;
|
|
23
|
+
aboutHref: av.StringSchema;
|
|
24
|
+
}>;
|
|
25
|
+
export type ResponseData = Infer<typeof ResponseSchema>;
|
|
26
|
+
export declare const title = "BetterPortal";
|
|
27
|
+
export declare const description = "Landing page for BetterPortal, the service-oriented portal framework.";
|
|
28
|
+
export declare const chrome: BetterPortalRouteChrome;
|
|
29
|
+
export declare const auth: ApiAuthRequirement;
|
|
30
|
+
export declare const cacheHints: CacheHints;
|
|
31
|
+
export declare const handleGet: import("@betterportal/framework").RouteHandler<Record<string, string>, {}, {}, {}, {
|
|
32
|
+
headline: string;
|
|
33
|
+
subheading: string;
|
|
34
|
+
summary: string;
|
|
35
|
+
highlights: {
|
|
36
|
+
title: string;
|
|
37
|
+
text: string;
|
|
38
|
+
}[];
|
|
39
|
+
capabilities: {
|
|
40
|
+
title: string;
|
|
41
|
+
text: string;
|
|
42
|
+
}[];
|
|
43
|
+
audiences: {
|
|
44
|
+
title: string;
|
|
45
|
+
text: string;
|
|
46
|
+
}[];
|
|
47
|
+
aboutHref: string;
|
|
48
|
+
}, unknown, Record<string, unknown>>;
|
|
49
|
+
//# sourceMappingURL=route.impl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"route.impl.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-hello-view/bp-routes/landing/route.impl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAC;AAC9B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAEL,KAAK,kBAAkB,EACvB,KAAK,UAAU,EACf,KAAK,uBAAuB,EAC7B,MAAM,yBAAyB,CAAC;AAEjC,eAAO,MAAM,WAAW,qBAA0C,CAAC;AACnE,eAAO,MAAM,aAAa,qBAA0C,CAAC;AACrE,eAAO,MAAM,aAAa,qBAA0C,CAAC;AAiBrE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;EAQC,CAAC;AAC7B,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAExD,eAAO,MAAM,KAAK,iBAAiB,CAAC;AACpC,eAAO,MAAM,WAAW,0EAA0E,CAAC;AACnG,eAAO,MAAM,MAAM,EAAE,uBAA8C,CAAC;AAEpE,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAGxB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;oCA0DrB,CAAC"}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import * as av from "anyvali";
|
|
2
|
+
import { createHandler } from "@betterportal/framework";
|
|
3
|
+
export const QuerySchema = av.object({}, { unknownKeys: "strip" });
|
|
4
|
+
export const HeadersSchema = av.object({}, { unknownKeys: "strip" });
|
|
5
|
+
export const RequestSchema = av.object({}, { unknownKeys: "strip" });
|
|
6
|
+
const HighlightSchema = av.object({
|
|
7
|
+
title: av.string().minLength(1),
|
|
8
|
+
text: av.string().minLength(1)
|
|
9
|
+
}, { unknownKeys: "strip" });
|
|
10
|
+
const CapabilitySchema = av.object({
|
|
11
|
+
title: av.string().minLength(1),
|
|
12
|
+
text: av.string().minLength(1)
|
|
13
|
+
}, { unknownKeys: "strip" });
|
|
14
|
+
const AudienceSchema = av.object({
|
|
15
|
+
title: av.string().minLength(1),
|
|
16
|
+
text: av.string().minLength(1)
|
|
17
|
+
}, { unknownKeys: "strip" });
|
|
18
|
+
export const ResponseSchema = av.object({
|
|
19
|
+
headline: av.string().minLength(1),
|
|
20
|
+
subheading: av.string().minLength(1),
|
|
21
|
+
summary: av.string().minLength(1),
|
|
22
|
+
highlights: av.array(HighlightSchema),
|
|
23
|
+
capabilities: av.array(CapabilitySchema),
|
|
24
|
+
audiences: av.array(AudienceSchema),
|
|
25
|
+
aboutHref: av.string().minLength(1)
|
|
26
|
+
}, { unknownKeys: "strip" });
|
|
27
|
+
export const title = "BetterPortal";
|
|
28
|
+
export const description = "Landing page for BetterPortal, the service-oriented portal framework.";
|
|
29
|
+
export const chrome = { fullScreen: true };
|
|
30
|
+
export const auth = {
|
|
31
|
+
required: false,
|
|
32
|
+
permissions: []
|
|
33
|
+
};
|
|
34
|
+
export const cacheHints = {
|
|
35
|
+
ttlSeconds: 300,
|
|
36
|
+
varyBy: ["accept", "origin", "referer", ":origin", ":referer"]
|
|
37
|
+
};
|
|
38
|
+
export const handleGet = createHandler({ response: ResponseSchema, query: QuerySchema, headers: HeadersSchema, request: RequestSchema }, () => ({
|
|
39
|
+
headline: "BetterPortal",
|
|
40
|
+
subheading: "Composable portals for serious service platforms.",
|
|
41
|
+
summary: "BetterPortal is a TypeScript platform for building tenant-aware portals from independently deployed services. It keeps UI, auth, configuration, automation, and AI discovery on one typed contract without forcing every team into one monolith.",
|
|
42
|
+
highlights: [
|
|
43
|
+
{
|
|
44
|
+
title: "Schema-backed routes",
|
|
45
|
+
text: "Every service route declares input, output, auth, chrome, cache, renderer, and dependency metadata so the same endpoint can serve people, tools, and agents."
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
title: "Tenant and app scoped",
|
|
49
|
+
text: "Shared services can be activated per tenant while apps decide which service routes are mounted, branded, and exposed."
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
title: "Designed for distributed hosting",
|
|
53
|
+
text: "Services pull scoped config from the control plane and stay browser-reachable, so private networks and remote services can coexist cleanly."
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
capabilities: [
|
|
57
|
+
{
|
|
58
|
+
title: "Typed APIs and views",
|
|
59
|
+
text: "A route can negotiate JSON, HTML, streams, SSE, raw files, or metadata from the same source contract."
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
title: "Config manager control plane",
|
|
63
|
+
text: "Tenants, apps, shared services, route mounts, menu entries, auth bindings, and scoped service config are managed centrally."
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
title: "Theme and auth as services",
|
|
67
|
+
text: "Themes, default auth, external auth providers, and business modules all plug in through the same BP service model."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
title: "Automation and AI discovery",
|
|
71
|
+
text: "Public manifests, llms.txt, route schemas, and service metadata make portals inspectable by integrations and AI agents."
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
audiences: [
|
|
75
|
+
{
|
|
76
|
+
title: "Platform teams",
|
|
77
|
+
text: "Run a multi-tenant portal without coupling every feature to the control plane deploy."
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
title: "Service teams",
|
|
81
|
+
text: "Own your routes, views, config schema, auth requirements, and release cycle."
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
title: "Product teams",
|
|
85
|
+
text: "Compose apps from shared services, app-specific routes, menus, themes, and auth choices."
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
title: "Automation builders",
|
|
89
|
+
text: "Discover actions and schemas from the portal instead of hand-maintaining integration maps."
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
aboutHref: "/about"
|
|
93
|
+
}));
|
|
94
|
+
//# sourceMappingURL=route.impl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"route.impl.js","sourceRoot":"","sources":["../../../../../src/plugins/service-betterportal-hello-view/bp-routes/landing/route.impl.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@betterportal/hello-view",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.27",
|
|
4
4
|
"description": "BetterPortal v10 example service plugin for Node.js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"typescript": "^6.0.3"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@betterportal/framework": "10.0.
|
|
34
|
-
"@betterportal/plugin-bsb": "10.0.
|
|
33
|
+
"@betterportal/framework": "10.0.27",
|
|
34
|
+
"@betterportal/plugin-bsb": "10.0.27",
|
|
35
35
|
"@bsb/base": "^9.6.41",
|
|
36
36
|
"anyvali": "^1.0.6",
|
|
37
37
|
"jsx-htmx": "4.0.0-beta4"
|