@momentumcms/admin 0.5.9 → 0.5.11
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/fesm2022/{momentumcms-admin-array-field.component-Co0_3wwq.mjs → momentumcms-admin-array-field.component-6pmL6KAy.mjs} +2 -2
- package/fesm2022/{momentumcms-admin-array-field.component-Co0_3wwq.mjs.map → momentumcms-admin-array-field.component-6pmL6KAy.mjs.map} +1 -1
- package/fesm2022/{momentumcms-admin-blocks-field.component-Dr0N35Nz.mjs → momentumcms-admin-blocks-field.component-CB935QxV.mjs} +2 -2
- package/fesm2022/{momentumcms-admin-blocks-field.component-Dr0N35Nz.mjs.map → momentumcms-admin-blocks-field.component-CB935QxV.mjs.map} +1 -1
- package/fesm2022/{momentumcms-admin-collapsible-field.component-C1GobKo0.mjs → momentumcms-admin-collapsible-field.component-BeE6OYCo.mjs} +2 -2
- package/fesm2022/{momentumcms-admin-collapsible-field.component-C1GobKo0.mjs.map → momentumcms-admin-collapsible-field.component-BeE6OYCo.mjs.map} +1 -1
- package/fesm2022/{momentumcms-admin-global-edit.page-C-e4_QKx.mjs → momentumcms-admin-global-edit.page-DJecoi_H.mjs} +2 -2
- package/fesm2022/{momentumcms-admin-global-edit.page-C-e4_QKx.mjs.map → momentumcms-admin-global-edit.page-DJecoi_H.mjs.map} +1 -1
- package/fesm2022/{momentumcms-admin-group-field.component-NdX_GSNQ.mjs → momentumcms-admin-group-field.component-BsA6jGL8.mjs} +2 -2
- package/fesm2022/{momentumcms-admin-group-field.component-NdX_GSNQ.mjs.map → momentumcms-admin-group-field.component-BsA6jGL8.mjs.map} +1 -1
- package/fesm2022/{momentumcms-admin-momentumcms-admin-D56RXzt0.mjs → momentumcms-admin-momentumcms-admin-Dm9Ab3iA.mjs} +73 -58
- package/fesm2022/momentumcms-admin-momentumcms-admin-Dm9Ab3iA.mjs.map +1 -0
- package/fesm2022/{momentumcms-admin-relationship-field.component-Cy9BsTBY.mjs → momentumcms-admin-relationship-field.component-C-qCFaZr.mjs} +2 -2
- package/fesm2022/{momentumcms-admin-relationship-field.component-Cy9BsTBY.mjs.map → momentumcms-admin-relationship-field.component-C-qCFaZr.mjs.map} +1 -1
- package/fesm2022/{momentumcms-admin-rich-text-field.component-s47cVU85.mjs → momentumcms-admin-rich-text-field.component-mX0v9MFC.mjs} +2 -2
- package/fesm2022/{momentumcms-admin-rich-text-field.component-s47cVU85.mjs.map → momentumcms-admin-rich-text-field.component-mX0v9MFC.mjs.map} +1 -1
- package/fesm2022/{momentumcms-admin-row-field.component-VJvSx9YM.mjs → momentumcms-admin-row-field.component-JYBMoZRu.mjs} +2 -2
- package/fesm2022/{momentumcms-admin-row-field.component-VJvSx9YM.mjs.map → momentumcms-admin-row-field.component-JYBMoZRu.mjs.map} +1 -1
- package/fesm2022/{momentumcms-admin-tabs-field.component-C_iReaEt.mjs → momentumcms-admin-tabs-field.component-Df-V5Rex.mjs} +2 -2
- package/fesm2022/{momentumcms-admin-tabs-field.component-C_iReaEt.mjs.map → momentumcms-admin-tabs-field.component-Df-V5Rex.mjs.map} +1 -1
- package/fesm2022/momentumcms-admin.mjs +1 -1
- package/package.json +1 -1
- package/types/momentumcms-admin.d.ts +6 -4
- package/fesm2022/momentumcms-admin-momentumcms-admin-D56RXzt0.mjs.map +0 -1
|
@@ -4,14 +4,15 @@ import { DOCUMENT, isPlatformBrowser, isPlatformServer, NgComponentOutlet, DateP
|
|
|
4
4
|
import { Router, NavigationEnd, ActivatedRoute, RouterOutlet, RouterLink } from '@angular/router';
|
|
5
5
|
import { HttpClient, HttpContextToken, HttpResponse, HttpErrorResponse, HttpRequest, HttpEventType, HttpParams } from '@angular/common/http';
|
|
6
6
|
import { firstValueFrom, tap, catchError, throwError, Subject, finalize, Observable, of, filter, take, combineLatest } from 'rxjs';
|
|
7
|
+
import { provideIcons, NgIcon } from '@ng-icons/core';
|
|
8
|
+
import * as heroOutline from '@ng-icons/heroicons/outline';
|
|
9
|
+
import { heroFilm, heroMusicalNote, heroDocumentText, heroArchiveBox, heroPhoto, heroDocument, heroCloudArrowUp, heroXMark, heroEye, heroPencilSquare, heroArrowDownTray, heroTrash, heroChevronRight, heroChevronDown, heroChevronUp, heroPlus } from '@ng-icons/heroicons/outline';
|
|
7
10
|
import { ToastService, ConfirmationService, DIALOG_DATA, Dialog, DialogHeader, DialogTitle, DialogContent, DialogFooter, DialogClose, Button, Badge, Skeleton, DialogService, Card, CardHeader, CardContent, Separator, Progress, CardFooter, Spinner, Alert, Breadcrumbs, BreadcrumbItem, BreadcrumbSeparator, FieldDisplay, Sidebar, SidebarNav, SidebarNavItem, SidebarSection, Avatar, AvatarFallback, DropdownMenu, DropdownMenuItem, DropdownSeparator, DropdownLabel, DropdownTrigger, SidebarService, SidebarTrigger, ToastContainer, Input, McmsFormField, DialogRef, DataTable, Label, Select, CardTitle, CardDescription, Textarea, Pagination, SearchInput, PopoverTrigger, PopoverContent, Command, CommandInput, CommandList, CommandGroup, CommandItem, CommandEmpty, Checkbox } from '@momentumcms/ui';
|
|
8
11
|
import { map } from 'rxjs/operators';
|
|
9
12
|
import { takeUntilDestroyed, toSignal } from '@angular/core/rxjs-interop';
|
|
10
13
|
import * as i1 from '@angular/cdk/a11y';
|
|
11
14
|
import { LiveAnnouncer, A11yModule } from '@angular/cdk/a11y';
|
|
12
15
|
import { flattenDataFields, humanizeFieldName, isUploadCollection, getSoftDeleteField, hasVersionDrafts } from '@momentumcms/core';
|
|
13
|
-
import { NgIcon, provideIcons } from '@ng-icons/core';
|
|
14
|
-
import { heroFilm, heroMusicalNote, heroDocumentText, heroArchiveBox, heroPhoto, heroDocument, heroCloudArrowUp, heroXMark, heroCursorArrowRays, heroMap, heroMagnifyingGlass, heroPuzzlePiece, heroCog6Tooth, heroChartBarSquare, heroChevronUpDown, heroBolt, heroFolder, heroUsers, heroNewspaper, heroSquares2x2, heroEye, heroPencilSquare, heroArrowDownTray, heroTrash, heroChevronRight, heroChevronDown, heroChevronUp, heroPlus } from '@ng-icons/heroicons/outline';
|
|
15
16
|
import { required, validate, applyEach, apply, email, min, max, minLength, maxLength, form, submit } from '@angular/forms/signals';
|
|
16
17
|
import { moveItemInArray, CdkDropList, CdkDrag, CdkDragPlaceholder } from '@angular/cdk/drag-drop';
|
|
17
18
|
|
|
@@ -537,6 +538,24 @@ const setupGuard = async () => {
|
|
|
537
538
|
return true;
|
|
538
539
|
};
|
|
539
540
|
|
|
541
|
+
/**
|
|
542
|
+
* Central Icon Provider for the Admin UI
|
|
543
|
+
*
|
|
544
|
+
* Provides ALL heroicons/outline so that any collection, global, or plugin route
|
|
545
|
+
* can reference any `hero*` icon name without manual registration.
|
|
546
|
+
*
|
|
547
|
+
* This is provided at the admin route level via `momentumAdminRoutes()`,
|
|
548
|
+
* making icons available to the entire admin shell and all child components.
|
|
549
|
+
*/
|
|
550
|
+
/**
|
|
551
|
+
* Provides all Heroicons outline icons to the admin UI.
|
|
552
|
+
* Called once at the admin route level — individual components
|
|
553
|
+
* do NOT need their own `provideIcons()` for sidebar/navigation icons.
|
|
554
|
+
*/
|
|
555
|
+
function provideAdminIcons() {
|
|
556
|
+
return provideIcons(heroOutline);
|
|
557
|
+
}
|
|
558
|
+
|
|
540
559
|
/**
|
|
541
560
|
* Collection Access Service
|
|
542
561
|
*
|
|
@@ -1105,6 +1124,7 @@ function momentumAdminRoutes(configOrOptions) {
|
|
|
1105
1124
|
path: basePath,
|
|
1106
1125
|
loadComponent: () => Promise.resolve().then(function () { return adminShell_component; }).then((m) => m.AdminShellComponent),
|
|
1107
1126
|
data: routeData,
|
|
1127
|
+
providers: [provideAdminIcons()],
|
|
1108
1128
|
canActivate: [authGuard],
|
|
1109
1129
|
children: [
|
|
1110
1130
|
// Dashboard (default route) — swappable via AdminComponentRegistry
|
|
@@ -1173,7 +1193,7 @@ function momentumAdminRoutes(configOrOptions) {
|
|
|
1173
1193
|
loadComponent: () => Promise.resolve().then(function () { return adminPageResolver_component; }).then((m) => m.AdminPageResolver),
|
|
1174
1194
|
data: {
|
|
1175
1195
|
adminPageKey: 'global-edit',
|
|
1176
|
-
adminPageFallback: () => import('./momentumcms-admin-global-edit.page-
|
|
1196
|
+
adminPageFallback: () => import('./momentumcms-admin-global-edit.page-DJecoi_H.mjs').then((m) => m.GlobalEditPage),
|
|
1177
1197
|
},
|
|
1178
1198
|
canDeactivate: [unsavedChangesGuard],
|
|
1179
1199
|
},
|
|
@@ -2849,7 +2869,7 @@ class McmsThemeService {
|
|
|
2849
2869
|
setTheme(theme) {
|
|
2850
2870
|
this.theme.set(theme);
|
|
2851
2871
|
if (this.isBrowser) {
|
|
2852
|
-
this.
|
|
2872
|
+
this.getStorage()?.setItem(THEME_STORAGE_KEY, theme);
|
|
2853
2873
|
this.document.cookie = `${THEME_STORAGE_KEY}=${theme}; path=/; max-age=31536000; SameSite=Lax`;
|
|
2854
2874
|
}
|
|
2855
2875
|
}
|
|
@@ -2861,6 +2881,10 @@ class McmsThemeService {
|
|
|
2861
2881
|
const current = this.resolvedTheme();
|
|
2862
2882
|
this.setTheme(current === 'dark' ? 'light' : 'dark');
|
|
2863
2883
|
}
|
|
2884
|
+
getStorage() {
|
|
2885
|
+
const storage = this.document.defaultView?.localStorage;
|
|
2886
|
+
return storage && typeof storage.getItem === 'function' ? storage : null;
|
|
2887
|
+
}
|
|
2864
2888
|
/**
|
|
2865
2889
|
* Loads theme from localStorage or defaults to 'system'.
|
|
2866
2890
|
*/
|
|
@@ -2868,7 +2892,7 @@ class McmsThemeService {
|
|
|
2868
2892
|
if (!this.isBrowser) {
|
|
2869
2893
|
return 'system';
|
|
2870
2894
|
}
|
|
2871
|
-
const stored = this.
|
|
2895
|
+
const stored = this.getStorage()?.getItem(THEME_STORAGE_KEY) ?? null;
|
|
2872
2896
|
if (stored === 'light' || stored === 'dark' || stored === 'system') {
|
|
2873
2897
|
return stored;
|
|
2874
2898
|
}
|
|
@@ -8050,10 +8074,34 @@ class AdminSidebarWidget {
|
|
|
8050
8074
|
}, ...(ngDevMode ? [{ debugName: "pluginRouteGroups" }] : []));
|
|
8051
8075
|
/** Collection icon names by slug */
|
|
8052
8076
|
collectionIcons = {
|
|
8077
|
+
// Content
|
|
8053
8078
|
posts: 'heroNewspaper',
|
|
8054
|
-
|
|
8055
|
-
media: 'heroPhoto',
|
|
8079
|
+
articles: 'heroNewspaper',
|
|
8056
8080
|
pages: 'heroDocument',
|
|
8081
|
+
media: 'heroPhoto',
|
|
8082
|
+
// People
|
|
8083
|
+
users: 'heroUsers',
|
|
8084
|
+
'auth-user': 'heroUsers',
|
|
8085
|
+
'auth-session': 'heroBolt',
|
|
8086
|
+
'auth-account': 'heroUsers',
|
|
8087
|
+
'auth-api-keys': 'heroBolt',
|
|
8088
|
+
'auth-verification': 'heroBolt',
|
|
8089
|
+
// System
|
|
8090
|
+
settings: 'heroCog6Tooth',
|
|
8091
|
+
'site-settings': 'heroCog6Tooth',
|
|
8092
|
+
categories: 'heroFolder',
|
|
8093
|
+
tags: 'heroFolder',
|
|
8094
|
+
// Plugins
|
|
8095
|
+
products: 'heroChartBarSquare',
|
|
8096
|
+
'email-templates': 'heroDocumentText',
|
|
8097
|
+
forms: 'heroPuzzlePiece',
|
|
8098
|
+
'form-submissions': 'heroDocumentText',
|
|
8099
|
+
redirects: 'heroMap',
|
|
8100
|
+
'tracking-rules': 'heroCursorArrowRays',
|
|
8101
|
+
'queue-jobs': 'heroBolt',
|
|
8102
|
+
'cron-schedules': 'heroBolt',
|
|
8103
|
+
'otel-snapshots': 'heroChartBarSquare',
|
|
8104
|
+
events: 'heroChartBarSquare',
|
|
8057
8105
|
default: 'heroFolder',
|
|
8058
8106
|
};
|
|
8059
8107
|
/**
|
|
@@ -8069,10 +8117,12 @@ class AdminSidebarWidget {
|
|
|
8069
8117
|
return `${this.collectionsBasePath()}/${collection.slug}`;
|
|
8070
8118
|
}
|
|
8071
8119
|
/**
|
|
8072
|
-
* Get icon name for a collection
|
|
8120
|
+
* Get icon name for a collection — checks admin.icon first, then slug mapping, then default.
|
|
8073
8121
|
*/
|
|
8074
8122
|
getCollectionIcon(collection) {
|
|
8075
|
-
return
|
|
8123
|
+
return (collection.admin?.icon ||
|
|
8124
|
+
this.collectionIcons[collection.slug] ||
|
|
8125
|
+
this.collectionIcons['default']);
|
|
8076
8126
|
}
|
|
8077
8127
|
/**
|
|
8078
8128
|
* Get display label for a global.
|
|
@@ -8106,25 +8156,7 @@ class AdminSidebarWidget {
|
|
|
8106
8156
|
this.signOut.emit();
|
|
8107
8157
|
}
|
|
8108
8158
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.0", ngImport: i0, type: AdminSidebarWidget, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8109
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: AdminSidebarWidget, isStandalone: true, selector: "mcms-admin-sidebar", inputs: { branding: { classPropertyName: "branding", publicName: "branding", isSignal: true, isRequired: false, transformFunction: null }, collections: { classPropertyName: "collections", publicName: "collections", isSignal: true, isRequired: false, transformFunction: null }, globals: { classPropertyName: "globals", publicName: "globals", isSignal: true, isRequired: false, transformFunction: null }, pluginRoutes: { classPropertyName: "pluginRoutes", publicName: "pluginRoutes", isSignal: true, isRequired: false, transformFunction: null }, user: { classPropertyName: "user", publicName: "user", isSignal: true, isRequired: false, transformFunction: null }, basePath: { classPropertyName: "basePath", publicName: "basePath", isSignal: true, isRequired: false, transformFunction: null }, collapsed: { classPropertyName: "collapsed", publicName: "collapsed", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { signOut: "signOut" }, host: { classAttribute: "shrink-0" },
|
|
8110
|
-
provideIcons({
|
|
8111
|
-
heroSquares2x2,
|
|
8112
|
-
heroNewspaper,
|
|
8113
|
-
heroUsers,
|
|
8114
|
-
heroPhoto,
|
|
8115
|
-
heroDocument,
|
|
8116
|
-
heroFolder,
|
|
8117
|
-
heroBolt,
|
|
8118
|
-
heroChevronUpDown,
|
|
8119
|
-
heroChartBarSquare,
|
|
8120
|
-
heroDocumentText,
|
|
8121
|
-
heroCog6Tooth,
|
|
8122
|
-
heroPuzzlePiece,
|
|
8123
|
-
heroMagnifyingGlass,
|
|
8124
|
-
heroMap,
|
|
8125
|
-
heroCursorArrowRays,
|
|
8126
|
-
}),
|
|
8127
|
-
], ngImport: i0, template: `
|
|
8159
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.0", type: AdminSidebarWidget, isStandalone: true, selector: "mcms-admin-sidebar", inputs: { branding: { classPropertyName: "branding", publicName: "branding", isSignal: true, isRequired: false, transformFunction: null }, collections: { classPropertyName: "collections", publicName: "collections", isSignal: true, isRequired: false, transformFunction: null }, globals: { classPropertyName: "globals", publicName: "globals", isSignal: true, isRequired: false, transformFunction: null }, pluginRoutes: { classPropertyName: "pluginRoutes", publicName: "pluginRoutes", isSignal: true, isRequired: false, transformFunction: null }, user: { classPropertyName: "user", publicName: "user", isSignal: true, isRequired: false, transformFunction: null }, basePath: { classPropertyName: "basePath", publicName: "basePath", isSignal: true, isRequired: false, transformFunction: null }, collapsed: { classPropertyName: "collapsed", publicName: "collapsed", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { signOut: "signOut" }, host: { classAttribute: "shrink-0" }, ngImport: i0, template: `
|
|
8128
8160
|
<mcms-sidebar [collapsed]="collapsed()" [width]="width()">
|
|
8129
8161
|
<!-- Header -->
|
|
8130
8162
|
<div mcmsSidebarHeader>
|
|
@@ -8192,7 +8224,7 @@ class AdminSidebarWidget {
|
|
|
8192
8224
|
<mcms-sidebar-nav-item
|
|
8193
8225
|
[label]="getGlobalLabel(global)"
|
|
8194
8226
|
[href]="basePath() + '/globals/' + global.slug"
|
|
8195
|
-
icon="heroCog6Tooth"
|
|
8227
|
+
[icon]="global.admin?.icon || 'heroCog6Tooth'"
|
|
8196
8228
|
/>
|
|
8197
8229
|
}
|
|
8198
8230
|
</mcms-sidebar-section>
|
|
@@ -8281,25 +8313,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
|
|
|
8281
8313
|
NgIcon,
|
|
8282
8314
|
AdminSlotOutlet,
|
|
8283
8315
|
],
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
heroSquares2x2,
|
|
8287
|
-
heroNewspaper,
|
|
8288
|
-
heroUsers,
|
|
8289
|
-
heroPhoto,
|
|
8290
|
-
heroDocument,
|
|
8291
|
-
heroFolder,
|
|
8292
|
-
heroBolt,
|
|
8293
|
-
heroChevronUpDown,
|
|
8294
|
-
heroChartBarSquare,
|
|
8295
|
-
heroDocumentText,
|
|
8296
|
-
heroCog6Tooth,
|
|
8297
|
-
heroPuzzlePiece,
|
|
8298
|
-
heroMagnifyingGlass,
|
|
8299
|
-
heroMap,
|
|
8300
|
-
heroCursorArrowRays,
|
|
8301
|
-
}),
|
|
8302
|
-
],
|
|
8316
|
+
// Icons are provided at the admin route level via provideAdminIcons() —
|
|
8317
|
+
// no per-component provideIcons() needed. Any heroicons/outline name works.
|
|
8303
8318
|
host: {
|
|
8304
8319
|
class: 'shrink-0',
|
|
8305
8320
|
},
|
|
@@ -8372,7 +8387,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.0", ngImpor
|
|
|
8372
8387
|
<mcms-sidebar-nav-item
|
|
8373
8388
|
[label]="getGlobalLabel(global)"
|
|
8374
8389
|
[href]="basePath() + '/globals/' + global.slug"
|
|
8375
|
-
icon="heroCog6Tooth"
|
|
8390
|
+
[icon]="global.admin?.icon || 'heroCog6Tooth'"
|
|
8376
8391
|
/>
|
|
8377
8392
|
}
|
|
8378
8393
|
</mcms-sidebar-section>
|
|
@@ -14799,18 +14814,18 @@ function provideMomentumFieldRenderers() {
|
|
|
14799
14814
|
registry.register('checkbox', () => Promise.resolve().then(function () { return checkboxField_component; }).then((m) => m.CheckboxFieldRenderer));
|
|
14800
14815
|
registry.register('date', () => Promise.resolve().then(function () { return dateField_component; }).then((m) => m.DateFieldRenderer));
|
|
14801
14816
|
registry.register('upload', () => Promise.resolve().then(function () { return uploadField_component; }).then((m) => m.UploadFieldRenderer));
|
|
14802
|
-
registry.register('richText', () => import('./momentumcms-admin-rich-text-field.component-
|
|
14817
|
+
registry.register('richText', () => import('./momentumcms-admin-rich-text-field.component-mX0v9MFC.mjs').then((m) => m.RichTextFieldRenderer));
|
|
14803
14818
|
// Layout field renderers (support nested field rendering)
|
|
14804
|
-
registry.register('group', () => import('./momentumcms-admin-group-field.component-
|
|
14805
|
-
registry.register('array', () => import('./momentumcms-admin-array-field.component-
|
|
14806
|
-
registry.register('blocks', () => import('./momentumcms-admin-blocks-field.component-
|
|
14819
|
+
registry.register('group', () => import('./momentumcms-admin-group-field.component-BsA6jGL8.mjs').then((m) => m.GroupFieldRenderer));
|
|
14820
|
+
registry.register('array', () => import('./momentumcms-admin-array-field.component-6pmL6KAy.mjs').then((m) => m.ArrayFieldRenderer));
|
|
14821
|
+
registry.register('blocks', () => import('./momentumcms-admin-blocks-field.component-CB935QxV.mjs').then((m) => m.BlocksFieldRenderer));
|
|
14807
14822
|
// Visual block editor variant (blocks field with admin.editor === 'visual')
|
|
14808
14823
|
registry.register('blocks-visual', () => Promise.resolve().then(function () { return visualBlockEditor_component; }).then((m) => m.VisualBlockEditorComponent));
|
|
14809
|
-
registry.register('relationship', () => import('./momentumcms-admin-relationship-field.component-
|
|
14824
|
+
registry.register('relationship', () => import('./momentumcms-admin-relationship-field.component-C-qCFaZr.mjs').then((m) => m.RelationshipFieldRenderer));
|
|
14810
14825
|
// Layout-only renderers (tabs, collapsible, row)
|
|
14811
|
-
registry.register('tabs', () => import('./momentumcms-admin-tabs-field.component-
|
|
14812
|
-
registry.register('collapsible', () => import('./momentumcms-admin-collapsible-field.component-
|
|
14813
|
-
registry.register('row', () => import('./momentumcms-admin-row-field.component-
|
|
14826
|
+
registry.register('tabs', () => import('./momentumcms-admin-tabs-field.component-Df-V5Rex.mjs').then((m) => m.TabsFieldRenderer));
|
|
14827
|
+
registry.register('collapsible', () => import('./momentumcms-admin-collapsible-field.component-BeE6OYCo.mjs').then((m) => m.CollapsibleFieldRenderer));
|
|
14828
|
+
registry.register('row', () => import('./momentumcms-admin-row-field.component-JYBMoZRu.mjs').then((m) => m.RowFieldRenderer));
|
|
14814
14829
|
};
|
|
14815
14830
|
},
|
|
14816
14831
|
},
|
|
@@ -16688,4 +16703,4 @@ var uploadField_component = /*#__PURE__*/Object.freeze({
|
|
|
16688
16703
|
*/
|
|
16689
16704
|
|
|
16690
16705
|
export { UploadService as $, AdminComponentRegistry as A, BlockEditDialog as B, CheckboxFieldRenderer as C, DashboardPage as D, EntityFormWidget as E, FieldRenderer as F, ForgotPasswordPage as G, LoginPage as H, MOMENTUM_API_CONTEXT as I, McmsThemeService as J, MediaLibraryPage as K, LivePreviewComponent as L, MOMENTUM_API as M, MediaPickerDialog as N, MediaPreviewComponent as O, MomentumApiService as P, MomentumAuthService as Q, NumberFieldRenderer as R, PublishControlsWidget as S, ResetPasswordFormComponent as T, ResetPasswordPage as U, SHEET_QUERY_PARAMS as V, SKIP_AUTO_TOAST as W, SelectFieldRenderer as X, SetupPage as Y, TextFieldRenderer as Z, UploadFieldRenderer as _, getFieldNodeState as a, VersionHistoryWidget as a0, VersionService as a1, VisualBlockEditorComponent as a2, adminGuard as a3, authGuard as a4, collectionAccessGuard as a5, crudToastInterceptor as a6, guestGuard as a7, injectHasAnyRole as a8, injectHasRole as a9, injectIsAdmin as aa, injectIsAuthenticated as ab, injectMomentumAPI as ac, injectTypedMomentumAPI as ad, injectUser as ae, injectUserRole as af, injectVersionService as ag, momentumAdminRoutes as ah, provideAdminComponent as ai, provideAdminSlot as aj, provideFieldRenderer as ak, provideMomentumAPI as al, provideMomentumFieldRenderers as am, registerConfigComponents as an, setupGuard as ao, unsavedChangesGuard as ap, getSubNode as b, getFieldDefaultValue as c, EntitySheetService as d, getTitleField as e, AdminPageResolver as f, getGlobalsFromRouteData as g, AdminShellComponent as h, isRecord as i, AdminSidebarWidget as j, AdminSlotOutlet as k, AdminSlotRegistry as l, BlockInserterComponent as m, normalizeBlockDefaults as n, BlockWrapperComponent as o, CollectionAccessService as p, CollectionCardWidget as q, CollectionEditPage as r, CollectionListPage as s, CollectionViewPage as t, DateFieldRenderer as u, EntityListWidget as v, EntityViewWidget as w, FeedbackService as x, FieldRendererRegistry as y, ForgotPasswordFormComponent as z };
|
|
16691
|
-
//# sourceMappingURL=momentumcms-admin-momentumcms-admin-
|
|
16706
|
+
//# sourceMappingURL=momentumcms-admin-momentumcms-admin-Dm9Ab3iA.mjs.map
|