@betterportal/config-manager 10.1.38 → 10.1.39
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/.bsb/clients/service-betterportal-config-manager.d.ts +1 -1
- package/lib/.bsb/clients/service-betterportal-config-manager.js +1 -1
- package/lib/bp-contracts/org.betterportal.config-manager.json +1 -1
- package/lib/plugins/service-betterportal-config-manager/bp-routes/auth/_theme.bootstrap1/GET.js +2 -2
- package/lib/plugins/service-betterportal-config-manager/bp-routes/auth/_theme.bootstrap1/GET.js.map +1 -1
- package/lib/schemas/service-betterportal-config-manager.json +1 -1
- package/lib/schemas/service-betterportal-config-manager.plugin.json +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Auto-generated BSB virtual client for service-betterportal-config-manager
|
|
3
3
|
* DO NOT EDIT - Regenerated on every build
|
|
4
|
-
* @version 10.1.
|
|
4
|
+
* @version 10.1.39
|
|
5
5
|
*/
|
|
6
6
|
import { ServiceClient, BSBService } from "@bsb/base";
|
|
7
7
|
import type { Observable, BSBServiceClientDefinition, EventInputType } from "@bsb/base";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Auto-generated BSB virtual client for service-betterportal-config-manager
|
|
3
3
|
* DO NOT EDIT - Regenerated on every build
|
|
4
|
-
* @version 10.1.
|
|
4
|
+
* @version 10.1.39
|
|
5
5
|
*/
|
|
6
6
|
import { ServiceClient, bsb, createBroadcastEvent, createEventSchemas } from "@bsb/base";
|
|
7
7
|
const _platformConfigChangedSchema = bsb.object({
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"pluginId": "org.betterportal.config-manager",
|
|
5
5
|
"title": "BetterPortal Config Manager",
|
|
6
6
|
"description": "Admin-facing BetterPortal service for discovering and managing service config surfaces.",
|
|
7
|
-
"version": "10.1.
|
|
7
|
+
"version": "10.1.39",
|
|
8
8
|
"category": "service",
|
|
9
9
|
"deploymentModes": [
|
|
10
10
|
"self-hosted"
|
package/lib/plugins/service-betterportal-config-manager/bp-routes/auth/_theme.bootstrap1/GET.js
CHANGED
|
@@ -120,7 +120,7 @@ function permsScript(apiBase, serviceUrl, selectedAppId) {
|
|
|
120
120
|
const grant = (role.permissions ?? []).find((p) => p.serviceId === sid && p.viewId === vid);
|
|
121
121
|
setRowMask(select, permissionsToMask(grantToPermission(grant)));
|
|
122
122
|
});
|
|
123
|
-
if (window.htmx) window.htmx.process(form);
|
|
123
|
+
if (window.htmx) window.htmx.process(form, true);
|
|
124
124
|
});
|
|
125
125
|
});
|
|
126
126
|
})()`);
|
|
@@ -150,6 +150,6 @@ export function render(data) {
|
|
|
150
150
|
const selectedApp = data.apps.find((a) => a.id === data.selectedAppId);
|
|
151
151
|
const externalRoleSync = data.externalRoleSync;
|
|
152
152
|
const managedRoleSync = data.managedRoleSync;
|
|
153
|
-
return (_jsxs("div", { class: "container-fluid px-0", children: [_jsxs("div", { class: "d-flex justify-content-between align-items-center mb-4", children: [_jsxs("div", { children: [_jsx("h2", { class: "mb-1", children: data.title }), _jsx("p", { class: "text-secondary mb-0", children: "Define roles + permission grants per app. Services advertise per-view requirements via manifest." })] }), selectedApp && data.authConfigured && !externalRoleSync ? (_jsx("button", { class: "btn btn-primary", "data-bs-toggle": "offcanvas", "data-bs-target": "#bp-add-role-panel", children: "+ Add Role" })) : null] }), _jsxs("div", { class: "mb-4", children: [_jsx("label", { class: "form-label", children: "App" }), _jsxs("select", { class: "form-select", id: "bp-app-select", name: "appId", "hx-get": authPath, "hx-trigger": "change", "hx-target": "#bp-main", "hx-swap": "innerHTML", "hx-push-url": "true", children: [_jsx("option", { value: "", children: "Select app..." }), data.apps.map((a) => (_jsx("option", { value: a.id, selected: a.id === data.selectedAppId ? true : undefined, children: a.title })))] })] }), !selectedApp ? (_jsxs("div", { class: "alert alert-secondary", children: ["Select an app to manage its roles. No apps? Create one in ", _jsx("strong", { children: "Tenants & Apps" }), "."] })) : !data.authConfigured ? (_jsx("div", { class: "alert alert-warning", children: "Configure an auth provider for this app before creating roles." })) : externalRoleSync ? (_jsxs("div", { children: [_jsxs("div", { class: "alert alert-info", children: ["Roles for this app are managed by ", externalRoleSync.serviceTitle, ". Config Manager mirrors those roles for BP runtime permission checks."] }), _jsx("div", { "hx-get": externalRoleSync.fragmentUrl, "hx-trigger": "load", "hx-target": "this", "hx-swap": "innerHTML", children: _jsx("div", { class: "text-secondary small", children: "Loading WorkOS role sync status..." }) })] })) : (_jsxs("div", { children: [managedRoleSync ? (_jsxs("div", { class: "alert alert-info d-flex justify-content-between align-items-center gap-3", children: [_jsxs("span", { children: ["Roles are managed by BetterPortal and synced to ", managedRoleSync.serviceTitle, "."] }), _jsx("button", { type: "button", class: "btn btn-sm btn-outline-primary", "hx-post": managedRoleSync.syncUrl, "hx-swap": "none", children: "Sync now" }), _jsx("div", { hidden: true, "hx-post": managedRoleSync.syncUrl, "hx-trigger": "load", "hx-swap": "none" })] })) : null, _jsxs("div", { class: "row g-4", children: [_jsx("div", { class: "col-lg-7", children: _jsx("div", { class: "card border-0 shadow-sm", children: _jsxs("div", { class: "card-body", children: [_jsxs("h5", { class: "card-title mb-3", children: ["Roles for ", selectedApp.title, " (", data.currentRoles.length, ")"] }), data.currentRoles.length === 0 ? (_jsx("div", { class: "alert alert-secondary mb-0", children: "No roles defined. Click \"Add Role\" to create one." })) : (_jsx("div", { class: "table-responsive", children: _jsxs("table", { class: "table table-sm align-middle", children: [_jsx("thead", { children: _jsxs("tr", { children: [_jsx("th", { children: "ID" }), _jsx("th", { children: "Title" }), _jsx("th", { children: "Grants" }), _jsx("th", {})] }) }), _jsx("tbody", { children: data.currentRoles.map((r) => (_jsxs("tr", { children: [_jsx("td", { class: "font-monospace small", children: r.id }), _jsxs("td", { children: [_jsx("div", { children: r.title }), r.description ? _jsx("div", { class: "small text-secondary", children: r.description }) : null] }), _jsx("td", { children: _jsxs("span", { class: "badge text-bg-secondary", children: [r.permissions.length, " grant", r.permissions.length === 1 ? "" : "s"] }) }), _jsx("td", { children: _jsxs("div", { class: "btn-group btn-group-sm", children: [_jsx("button", { class: "btn btn-outline-primary", "data-bs-toggle": "offcanvas", "data-bs-target": "#bp-edit-role-panel", "data-bp-edit-role": JSON.stringify(r), children: "Edit" }), _jsx("button", { class: "btn btn-outline-danger", "hx-delete": `${apiBase}/apps/${selectedApp.id}/auth/roles/${r.id}`, "hx-confirm": `Delete role ${r.id}?`, "hx-target": "#bp-main", "hx-swap": "innerHTML", children: "x" })] }) })] }))) })] }) }))] }) }) }), _jsx("div", { class: "col-lg-5", children: _jsx("div", { class: "card border-0 shadow-sm", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Available services & views" }), data.servicePermissions.length === 0 ? (_jsx("div", { class: "text-secondary small", children: "No services registered yet." })) : (data.servicePermissions.map((s) => (_jsxs("div", { class: "mb-3", children: [_jsx("div", { class: "fw-semibold", children: s.title }), _jsxs("div", { class: "font-monospace small text-secondary mb-1", children: [s.serviceId, s.manifestVersion ? ` - v${s.manifestVersion}` : " - manifest pending"] }), s.views.length === 0 ? (_jsx("div", { class: "small text-secondary fst-italic", children: "No views in manifest cache." })) : (_jsx("ul", { class: "list-unstyled small mb-0", children: s.views.map((v) => (_jsxs("li", { class: "ms-2", children: [_jsx("code", { children: v.viewId }), _jsxs("span", { class: "text-secondary", children: [" ", v.path] }), v.role ? _jsx("span", { class: "badge text-bg-info ms-1", children: v.role }) : null] }))) }))] }))))] }) }) })] })] })), selectedApp && data.authConfigured && !externalRoleSync ? (_jsxs("div", { class: "offcanvas offcanvas-end", tabindex: -1, id: "bp-add-role-panel", children: [_jsxs("div", { class: "offcanvas-header", children: [_jsx("h5", { class: "offcanvas-title", children: "Add Role" }), _jsx("button", { type: "button", class: "btn-close", "data-bs-dismiss": "offcanvas" })] }), _jsx("div", { class: "offcanvas-body", children: _jsxs("form", { id: "bp-add-role-form", "hx-post": `${apiBase}/apps/${selectedApp.id}/auth/roles`, "hx-target": "#bp-main", "hx-swap": "innerHTML", children: [_jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label", children: "Role ID" }), _jsx("input", { type: "text", class: "form-control font-monospace", name: "id", placeholder: "admin", pattern: "[A-Za-z0-9][A-Za-z0-9._:-]{0,63}", required: true }), _jsx("div", { class: "form-text", children: "Must match the role value emitted by the auth provider. Reserved ids cannot be created here." })] }), _jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label", children: "Title" }), _jsx("input", { type: "text", class: "form-control", name: "title", placeholder: "Administrator", required: true })] }), _jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label", children: "Description (optional)" }), _jsx("textarea", { class: "form-control", name: "description", rows: 2 })] }), _jsx("div", { class: "alert alert-danger d-none", id: "bp-add-role-error" }), _jsx("button", { type: "submit", class: "btn btn-primary w-100", children: "Create Role" }), _jsx("p", { class: "text-secondary small mt-2 mb-0", children: "Grants are set via the Edit panel after creation." })] }) })] })) : null, selectedApp && data.authConfigured && !externalRoleSync ? (_jsxs("div", { class: "offcanvas offcanvas-end", tabindex: -1, id: "bp-edit-role-panel", style: "--bs-offcanvas-width: 600px;", children: [_jsxs("div", { class: "offcanvas-header", children: [_jsx("h5", { class: "offcanvas-title", children: "Edit Role" }), _jsx("button", { type: "button", class: "btn-close", "data-bs-dismiss": "offcanvas" })] }), _jsx("div", { class: "offcanvas-body", children: _jsxs("form", { id: "bp-edit-role-form", "hx-target": "#bp-main", "hx-swap": "innerHTML", children: [_jsx("input", { type: "hidden", name: "roleId" }), _jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label", children: "Title" }), _jsx("input", { type: "text", class: "form-control", name: "title", required: true })] }), _jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label", children: "Description" }), _jsx("textarea", { class: "form-control", name: "description", rows: 2 })] }), _jsx("h6", { class: "mt-4 mb-2", children: "Permission grants" }), _jsx("p", { class: "small text-secondary", children: "Choose the actions this role grants for each service view." }), data.servicePermissions.length === 0 || data.servicePermissions.every((s) => s.views.length === 0) ? (_jsx("div", { class: "alert alert-secondary small mb-3", children: "No services or views in manifest cache yet. Services will appear here once they push their manifest (next poll cycle)." })) : (_jsxs("div", { children: [_jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label small", for: "bp-global-permission-bulk", children: "Bulk permissions" }), _jsxs("select", { class: "form-select form-select-sm", id: "bp-global-permission-bulk", "data-bp-global-permission-bulk": "", children: [_jsx("option", { value: "", children: "- Change all service permissions -" }), PERMISSION_OPTIONS.map(([value, label]) => (_jsx("option", { value: String(value), children: label })))] })] }), data.servicePermissions.map((s) => (s.views.length === 0 ? null : (_jsxs("div", { class: "mb-3", children: [_jsxs("div", { class: "d-flex justify-content-between align-items-center gap-2 mb-2", children: [_jsxs("div", { children: [_jsx("div", { class: "fw-semibold small", children: s.title }), _jsx("div", { class: "font-monospace text-secondary small", children: s.serviceId })] }), _jsxs("select", { class: "form-select form-select-sm w-auto", "aria-label": `Change all permissions for ${s.title}`, "data-bp-service-permission-bulk": "", "data-bp-service-id": s.serviceId, children: [_jsx("option", { value: "", children: "- Change all in this service -" }), PERMISSION_OPTIONS.map(([value, label]) => (_jsx("option", { value: String(value), children: label })))] })] }), _jsx("div", { class: "table-responsive", children: _jsxs("table", { class: "table table-sm align-middle mb-0", children: [_jsx("thead", { children: _jsxs("tr", { children: [_jsx("th", { class: "small", children: "View" }), _jsx("th", { class: "small", children: "Permissions" })] }) }), _jsx("tbody", { children: s.views.map((v) => (_jsxs("tr", { "data-bp-permission-row": "", children: [_jsx("td", { class: "font-monospace small", children: v.viewId }), _jsxs("td", { children: [_jsx("select", { class: "form-select form-select-sm", "aria-label": `Permissions for ${v.viewId}`, "data-bp-permission-select": "", "data-bp-service-id": s.serviceId, "data-bp-view-id": v.viewId, children: PERMISSION_OPTIONS.map(([value, label]) => (_jsx("option", { value: String(value), children: label }))) }), _jsx("span", { "data-bp-grant-inputs": "" })] })] }))) })] }) })] }))))] })), _jsx("div", { class: "alert alert-danger d-none", id: "bp-edit-role-error" }), _jsx("button", { type: "submit", class: "btn btn-primary w-100", children: "Save Role" })] }) })] })) : null, _jsx("script", { children: permsScript(apiBase, serviceUrl, data.selectedAppId) })] }));
|
|
153
|
+
return (_jsxs("div", { class: "container-fluid px-0", children: [_jsxs("div", { class: "d-flex justify-content-between align-items-center mb-4", children: [_jsxs("div", { children: [_jsx("h2", { class: "mb-1", children: data.title }), _jsx("p", { class: "text-secondary mb-0", children: "Define roles + permission grants per app. Services advertise per-view requirements via manifest." })] }), selectedApp && data.authConfigured && !externalRoleSync ? (_jsx("button", { class: "btn btn-primary", "data-bs-toggle": "offcanvas", "data-bs-target": "#bp-add-role-panel", children: "+ Add Role" })) : null] }), _jsxs("div", { class: "mb-4", children: [_jsx("label", { class: "form-label", children: "App" }), _jsxs("select", { class: "form-select", id: "bp-app-select", name: "appId", "hx-get": authPath, "hx-trigger": "change", "hx-target": "#bp-main", "hx-swap": "innerHTML", "hx-push-url": "true", children: [_jsx("option", { value: "", children: "Select app..." }), data.apps.map((a) => (_jsx("option", { value: a.id, selected: a.id === data.selectedAppId ? true : undefined, children: a.title })))] })] }), !selectedApp ? (_jsxs("div", { class: "alert alert-secondary", children: ["Select an app to manage its roles. No apps? Create one in ", _jsx("strong", { children: "Tenants & Apps" }), "."] })) : !data.authConfigured ? (_jsx("div", { class: "alert alert-warning", children: "Configure an auth provider for this app before creating roles." })) : externalRoleSync ? (_jsxs("div", { children: [_jsxs("div", { class: "alert alert-info", children: ["Roles for this app are managed by ", externalRoleSync.serviceTitle, ". Config Manager mirrors those roles for BP runtime permission checks."] }), _jsx("div", { "hx-get": externalRoleSync.fragmentUrl, "hx-trigger": "load", "hx-target": "this", "hx-swap": "innerHTML", children: _jsx("div", { class: "text-secondary small", children: "Loading WorkOS role sync status..." }) })] })) : (_jsxs("div", { children: [managedRoleSync ? (_jsxs("div", { class: "alert alert-info d-flex justify-content-between align-items-center gap-3", children: [_jsxs("span", { children: ["Roles are managed by BetterPortal and synced to ", managedRoleSync.serviceTitle, "."] }), _jsx("button", { type: "button", class: "btn btn-sm btn-outline-primary", "hx-post": managedRoleSync.syncUrl, "hx-swap": "none", children: "Sync now" }), _jsx("div", { hidden: true, "hx-post": managedRoleSync.syncUrl, "hx-trigger": "load", "hx-swap": "none" })] })) : null, _jsxs("div", { class: "row g-4", children: [_jsx("div", { class: "col-lg-7", children: _jsx("div", { class: "card border-0 shadow-sm", children: _jsxs("div", { class: "card-body", children: [_jsxs("h5", { class: "card-title mb-3", children: ["Roles for ", selectedApp.title, " (", data.currentRoles.length, ")"] }), data.currentRoles.length === 0 ? (_jsx("div", { class: "alert alert-secondary mb-0", children: "No roles defined. Click \"Add Role\" to create one." })) : (_jsx("div", { class: "table-responsive", children: _jsxs("table", { class: "table table-sm align-middle", children: [_jsx("thead", { children: _jsxs("tr", { children: [_jsx("th", { children: "ID" }), _jsx("th", { children: "Title" }), _jsx("th", { children: "Grants" }), _jsx("th", {})] }) }), _jsx("tbody", { children: data.currentRoles.map((r) => (_jsxs("tr", { children: [_jsx("td", { class: "font-monospace small", children: r.id }), _jsxs("td", { children: [_jsx("div", { children: r.title }), r.description ? _jsx("div", { class: "small text-secondary", children: r.description }) : null] }), _jsx("td", { children: _jsxs("span", { class: "badge text-bg-secondary", children: [r.permissions.length, " grant", r.permissions.length === 1 ? "" : "s"] }) }), _jsx("td", { children: _jsxs("div", { class: "btn-group btn-group-sm", children: [_jsx("button", { class: "btn btn-outline-primary", "data-bs-toggle": "offcanvas", "data-bs-target": "#bp-edit-role-panel", "data-bp-edit-role": JSON.stringify(r), children: "Edit" }), _jsx("button", { class: "btn btn-outline-danger", "hx-delete": `${apiBase}/apps/${selectedApp.id}/auth/roles/${r.id}`, "hx-confirm": `Delete role ${r.id}?`, "hx-target": "#bp-main", "hx-swap": "innerHTML", children: "x" })] }) })] }))) })] }) }))] }) }) }), _jsx("div", { class: "col-lg-5", children: _jsx("div", { class: "card border-0 shadow-sm", children: _jsxs("div", { class: "card-body", children: [_jsx("h5", { class: "card-title mb-3", children: "Available services & views" }), data.servicePermissions.length === 0 ? (_jsx("div", { class: "text-secondary small", children: "No services registered yet." })) : (data.servicePermissions.map((s) => (_jsxs("div", { class: "mb-3", children: [_jsx("div", { class: "fw-semibold", children: s.title }), _jsxs("div", { class: "font-monospace small text-secondary mb-1", children: [s.serviceId, s.manifestVersion ? ` - v${s.manifestVersion}` : " - manifest pending"] }), s.views.length === 0 ? (_jsx("div", { class: "small text-secondary fst-italic", children: "No views in manifest cache." })) : (_jsx("ul", { class: "list-unstyled small mb-0", children: s.views.map((v) => (_jsxs("li", { class: "ms-2", children: [_jsx("code", { children: v.viewId }), _jsxs("span", { class: "text-secondary", children: [" ", v.path] }), v.role ? _jsx("span", { class: "badge text-bg-info ms-1", children: v.role }) : null] }))) }))] }))))] }) }) })] })] })), selectedApp && data.authConfigured && !externalRoleSync ? (_jsxs("div", { class: "offcanvas offcanvas-end", tabindex: -1, id: "bp-add-role-panel", children: [_jsxs("div", { class: "offcanvas-header", children: [_jsx("h5", { class: "offcanvas-title", children: "Add Role" }), _jsx("button", { type: "button", class: "btn-close", "data-bs-dismiss": "offcanvas" })] }), _jsx("div", { class: "offcanvas-body", children: _jsxs("form", { id: "bp-add-role-form", "hx-post": `${apiBase}/apps/${selectedApp.id}/auth/roles`, "hx-target": "#bp-main", "hx-swap": "innerHTML", children: [_jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label", children: "Role ID" }), _jsx("input", { type: "text", class: "form-control font-monospace", name: "id", placeholder: "admin", pattern: "[A-Za-z0-9][A-Za-z0-9._:-]{0,63}", required: true }), _jsx("div", { class: "form-text", children: "Must match the role value emitted by the auth provider. Reserved ids cannot be created here." })] }), _jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label", children: "Title" }), _jsx("input", { type: "text", class: "form-control", name: "title", placeholder: "Administrator", required: true })] }), _jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label", children: "Description (optional)" }), _jsx("textarea", { class: "form-control", name: "description", rows: 2 })] }), _jsx("div", { class: "alert alert-danger d-none", id: "bp-add-role-error" }), _jsx("button", { type: "submit", class: "btn btn-primary w-100", children: "Create Role" }), _jsx("p", { class: "text-secondary small mt-2 mb-0", children: "Grants are set via the Edit panel after creation." })] }) })] })) : null, selectedApp && data.authConfigured && !externalRoleSync ? (_jsxs("div", { class: "offcanvas offcanvas-end", tabindex: -1, id: "bp-edit-role-panel", style: "--bs-offcanvas-width: 600px;", children: [_jsxs("div", { class: "offcanvas-header", children: [_jsx("h5", { class: "offcanvas-title", children: "Edit Role" }), _jsx("button", { type: "button", class: "btn-close", "data-bs-dismiss": "offcanvas" })] }), _jsx("div", { class: "offcanvas-body", children: _jsxs("form", { id: "bp-edit-role-form", "data-bp-config": "rewrite=false", "hx-target": "#bp-main", "hx-swap": "innerHTML", children: [_jsx("input", { type: "hidden", name: "roleId" }), _jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label", children: "Title" }), _jsx("input", { type: "text", class: "form-control", name: "title", required: true })] }), _jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label", children: "Description" }), _jsx("textarea", { class: "form-control", name: "description", rows: 2 })] }), _jsx("h6", { class: "mt-4 mb-2", children: "Permission grants" }), _jsx("p", { class: "small text-secondary", children: "Choose the actions this role grants for each service view." }), data.servicePermissions.length === 0 || data.servicePermissions.every((s) => s.views.length === 0) ? (_jsx("div", { class: "alert alert-secondary small mb-3", children: "No services or views in manifest cache yet. Services will appear here once they push their manifest (next poll cycle)." })) : (_jsxs("div", { children: [_jsxs("div", { class: "mb-3", children: [_jsx("label", { class: "form-label small", for: "bp-global-permission-bulk", children: "Bulk permissions" }), _jsxs("select", { class: "form-select form-select-sm", id: "bp-global-permission-bulk", "data-bp-global-permission-bulk": "", children: [_jsx("option", { value: "", children: "- Change all service permissions -" }), PERMISSION_OPTIONS.map(([value, label]) => (_jsx("option", { value: String(value), children: label })))] })] }), data.servicePermissions.map((s) => (s.views.length === 0 ? null : (_jsxs("div", { class: "mb-3", children: [_jsxs("div", { class: "d-flex justify-content-between align-items-center gap-2 mb-2", children: [_jsxs("div", { children: [_jsx("div", { class: "fw-semibold small", children: s.title }), _jsx("div", { class: "font-monospace text-secondary small", children: s.serviceId })] }), _jsxs("select", { class: "form-select form-select-sm w-auto", "aria-label": `Change all permissions for ${s.title}`, "data-bp-service-permission-bulk": "", "data-bp-service-id": s.serviceId, children: [_jsx("option", { value: "", children: "- Change all in this service -" }), PERMISSION_OPTIONS.map(([value, label]) => (_jsx("option", { value: String(value), children: label })))] })] }), _jsx("div", { class: "table-responsive", children: _jsxs("table", { class: "table table-sm align-middle mb-0", children: [_jsx("thead", { children: _jsxs("tr", { children: [_jsx("th", { class: "small", children: "View" }), _jsx("th", { class: "small", children: "Permissions" })] }) }), _jsx("tbody", { children: s.views.map((v) => (_jsxs("tr", { "data-bp-permission-row": "", children: [_jsx("td", { class: "font-monospace small", children: v.viewId }), _jsxs("td", { children: [_jsx("select", { class: "form-select form-select-sm", "aria-label": `Permissions for ${v.viewId}`, "data-bp-permission-select": "", "data-bp-service-id": s.serviceId, "data-bp-view-id": v.viewId, children: PERMISSION_OPTIONS.map(([value, label]) => (_jsx("option", { value: String(value), children: label }))) }), _jsx("span", { "data-bp-grant-inputs": "" })] })] }))) })] }) })] }))))] })), _jsx("div", { class: "alert alert-danger d-none", id: "bp-edit-role-error" }), _jsx("button", { type: "submit", class: "btn btn-primary w-100", children: "Save Role" })] }) })] })) : null, _jsx("script", { children: permsScript(apiBase, serviceUrl, data.selectedAppId) })] }));
|
|
154
154
|
}
|
|
155
155
|
//# sourceMappingURL=GET.js.map
|
package/lib/plugins/service-betterportal-config-manager/bp-routes/auth/_theme.bootstrap1/GET.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-config-manager/bp-routes/auth/_theme.bootstrap1/GET.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-config-manager/bp-routes/auth/_theme.bootstrap1/GET.tsx"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@betterportal/config-manager",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.39",
|
|
4
4
|
"description": "BetterPortal admin config management service for Node.js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"typescript": "^6.0.3"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@betterportal/framework": "10.1.
|
|
39
|
-
"@betterportal/plugin-bsb": "10.1.
|
|
38
|
+
"@betterportal/framework": "10.1.39",
|
|
39
|
+
"@betterportal/plugin-bsb": "10.1.39",
|
|
40
40
|
"@bsb/base": "^9.6.41",
|
|
41
41
|
"anyvali": "^1.0.6",
|
|
42
42
|
"jsx-htmx": "4.0.0-beta6"
|