@cccteam/ccc-lib 0.0.15 → 0.0.16
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/README.md +38 -13
- package/fesm2022/cccteam-ccc-lib-src-auth-authentication-guard.mjs +36 -0
- package/fesm2022/cccteam-ccc-lib-src-auth-authentication-guard.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-auth-authorization-guard.mjs +25 -0
- package/fesm2022/cccteam-ccc-lib-src-auth-authorization-guard.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-auth-forms.mjs +83 -0
- package/fesm2022/cccteam-ccc-lib-src-auth-forms.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-auth-has-permission.mjs +44 -0
- package/fesm2022/cccteam-ccc-lib-src-auth-has-permission.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-auth-service.mjs +82 -0
- package/fesm2022/cccteam-ccc-lib-src-auth-service.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-ccc-camel-case-to-title.mjs +33 -0
- package/fesm2022/cccteam-ccc-lib-src-ccc-camel-case-to-title.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-ccc-grid.mjs +256 -0
- package/fesm2022/cccteam-ccc-lib-src-ccc-grid.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-ccc-resource.mjs +3129 -0
- package/fesm2022/cccteam-ccc-lib-src-ccc-resource.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-forms.mjs +79 -0
- package/fesm2022/cccteam-ccc-lib-src-forms.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-internal-types.mjs +6 -0
- package/fesm2022/cccteam-ccc-lib-src-internal-types.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-types.mjs +431 -0
- package/fesm2022/cccteam-ccc-lib-src-types.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-ui-alert.mjs +48 -0
- package/fesm2022/cccteam-ccc-lib-src-ui-alert.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-ui-core-service.mjs +41 -0
- package/fesm2022/cccteam-ccc-lib-src-ui-core-service.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-ui-idle-service.mjs +157 -0
- package/fesm2022/cccteam-ccc-lib-src-ui-idle-service.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-ui-interceptor.mjs +50 -0
- package/fesm2022/cccteam-ccc-lib-src-ui-interceptor.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-ui-notification-service.mjs +63 -0
- package/fesm2022/cccteam-ccc-lib-src-ui-notification-service.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-ui-sidenav.mjs +60 -0
- package/fesm2022/cccteam-ccc-lib-src-ui-sidenav.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib-src-util-request-options.mjs +19 -0
- package/fesm2022/cccteam-ccc-lib-src-util-request-options.mjs.map +1 -0
- package/fesm2022/cccteam-ccc-lib.mjs +4444 -0
- package/fesm2022/cccteam-ccc-lib.mjs.map +1 -0
- package/package.json +88 -5
- package/types/cccteam-ccc-lib-src-auth-authentication-guard.d.ts +6 -0
- package/types/cccteam-ccc-lib-src-auth-authorization-guard.d.ts +6 -0
- package/types/cccteam-ccc-lib-src-auth-forms.d.ts +28 -0
- package/types/cccteam-ccc-lib-src-auth-has-permission.d.ts +15 -0
- package/types/cccteam-ccc-lib-src-auth-service.d.ts +38 -0
- package/types/cccteam-ccc-lib-src-ccc-camel-case-to-title.d.ts +10 -0
- package/types/cccteam-ccc-lib-src-ccc-grid.d.ts +35 -0
- package/types/cccteam-ccc-lib-src-ccc-resource.d.ts +674 -0
- package/types/cccteam-ccc-lib-src-forms.d.ts +27 -0
- package/types/cccteam-ccc-lib-src-types.d.ts +934 -0
- package/types/cccteam-ccc-lib-src-ui-alert.d.ts +16 -0
- package/types/cccteam-ccc-lib-src-ui-core-service.d.ts +20 -0
- package/types/cccteam-ccc-lib-src-ui-idle-service.d.ts +49 -0
- package/types/cccteam-ccc-lib-src-ui-interceptor.d.ts +16 -0
- package/types/cccteam-ccc-lib-src-ui-notification-service.d.ts +33 -0
- package/types/cccteam-ccc-lib-src-ui-sidenav.d.ts +33 -0
- package/types/cccteam-ccc-lib-src-util-request-options.d.ts +12 -0
- package/types/cccteam-ccc-lib.d.ts +1877 -0
- package/eslint.config.js +0 -32
- package/ng-package.json +0 -11
- package/src/auth-authentication-guard/authentication.guard.ts +0 -40
- package/src/auth-authentication-guard/index.ts +0 -1
- package/src/auth-authentication-guard/ng-package.json +0 -6
- package/src/auth-authorization-guard/authorization.guard.ts +0 -17
- package/src/auth-authorization-guard/index.ts +0 -1
- package/src/auth-authorization-guard/ng-package.json +0 -6
- package/src/auth-forms/ccc-field/ccc-field.component.html +0 -1
- package/src/auth-forms/ccc-field/ccc-field.component.scss +0 -0
- package/src/auth-forms/ccc-field/ccc-field.component.spec.ts +0 -22
- package/src/auth-forms/ccc-field/ccc-field.component.ts +0 -74
- package/src/auth-forms/form-helpers.ts +0 -39
- package/src/auth-forms/index.ts +0 -3
- package/src/auth-forms/ng-package.json +0 -6
- package/src/auth-has-permission/has-permission.directive.ts +0 -34
- package/src/auth-has-permission/index.ts +0 -1
- package/src/auth-has-permission/ng-package.json +0 -6
- package/src/auth-service/auth.service.ts +0 -92
- package/src/auth-service/index.ts +0 -1
- package/src/auth-service/ng-package.json +0 -6
- package/src/ccc-camel-case-to-title/camel-case-to-title.pipe.ts +0 -23
- package/src/ccc-camel-case-to-title/index.ts +0 -1
- package/src/ccc-camel-case-to-title/ng-package.json +0 -6
- package/src/ccc-grid/ccc-grid.component.ts +0 -155
- package/src/ccc-grid/index.ts +0 -3
- package/src/ccc-grid/ng-package.json +0 -6
- package/src/ccc-grid/table-button/table-button.component.html +0 -16
- package/src/ccc-grid/table-button/table-button.component.scss +0 -5
- package/src/ccc-grid/table-button/table-button.component.spec.ts +0 -22
- package/src/ccc-grid/table-button/table-button.component.ts +0 -49
- package/src/ccc-resource/can-deactivate.guard.ts +0 -41
- package/src/ccc-resource/compound-resource/compound-resource.component.html +0 -57
- package/src/ccc-resource/compound-resource/compound-resource.component.scss +0 -86
- package/src/ccc-resource/compound-resource/compound-resource.component.spec.ts +0 -22
- package/src/ccc-resource/compound-resource/compound-resource.component.ts +0 -158
- package/src/ccc-resource/concat-fns.ts +0 -162
- package/src/ccc-resource/empty-readonly-field/empty-readonly-field.component.html +0 -12
- package/src/ccc-resource/empty-readonly-field/empty-readonly-field.component.scss +0 -0
- package/src/ccc-resource/empty-readonly-field/empty-readonly-field.component.spec.ts +0 -23
- package/src/ccc-resource/empty-readonly-field/empty-readonly-field.component.ts +0 -17
- package/src/ccc-resource/form-state.service.ts +0 -24
- package/src/ccc-resource/format-fns.ts +0 -49
- package/src/ccc-resource/gui-constants.ts +0 -88
- package/src/ccc-resource/index.ts +0 -23
- package/src/ccc-resource/leave-page-confirmation-modal/leave-page-confirmation-modal.component.html +0 -8
- package/src/ccc-resource/leave-page-confirmation-modal/leave-page-confirmation-modal.component.scss +0 -0
- package/src/ccc-resource/leave-page-confirmation-modal/leave-page-confirmation-modal.component.spec.ts +0 -22
- package/src/ccc-resource/leave-page-confirmation-modal/leave-page-confirmation-modal.component.ts +0 -12
- package/src/ccc-resource/ng-package.json +0 -6
- package/src/ccc-resource/operation-types.ts +0 -19
- package/src/ccc-resource/padding-element/padding-element.component.html +0 -1
- package/src/ccc-resource/padding-element/padding-element.component.scss +0 -3
- package/src/ccc-resource/padding-element/padding-element.component.spec.ts +0 -22
- package/src/ccc-resource/padding-element/padding-element.component.ts +0 -20
- package/src/ccc-resource/resource-array-view/resource-array-view.component.html +0 -81
- package/src/ccc-resource/resource-array-view/resource-array-view.component.scss +0 -21
- package/src/ccc-resource/resource-array-view/resource-array-view.component.spec.ts +0 -22
- package/src/ccc-resource/resource-array-view/resource-array-view.component.ts +0 -143
- package/src/ccc-resource/resource-base/resource-base.component.spec.ts +0 -22
- package/src/ccc-resource/resource-base/resource-base.component.ts +0 -11
- package/src/ccc-resource/resource-cache.service.ts +0 -232
- package/src/ccc-resource/resource-create/resource-create.component.html +0 -31
- package/src/ccc-resource/resource-create/resource-create.component.scss +0 -130
- package/src/ccc-resource/resource-create/resource-create.component.spec.ts +0 -22
- package/src/ccc-resource/resource-create/resource-create.component.ts +0 -303
- package/src/ccc-resource/resource-field/base-field.directive.ts +0 -102
- package/src/ccc-resource/resource-field/fields/boolean-field/boolean-field.component.html +0 -16
- package/src/ccc-resource/resource-field/fields/boolean-field/boolean-field.component.scss +0 -0
- package/src/ccc-resource/resource-field/fields/boolean-field/boolean-field.component.spec.ts +0 -22
- package/src/ccc-resource/resource-field/fields/boolean-field/boolean-field.component.ts +0 -15
- package/src/ccc-resource/resource-field/fields/computed-field/computed-field.component.html +0 -13
- package/src/ccc-resource/resource-field/fields/computed-field/computed-field.component.scss +0 -0
- package/src/ccc-resource/resource-field/fields/computed-field/computed-field.component.spec.ts +0 -23
- package/src/ccc-resource/resource-field/fields/computed-field/computed-field.component.ts +0 -50
- package/src/ccc-resource/resource-field/fields/date-field/date-field.component.html +0 -22
- package/src/ccc-resource/resource-field/fields/date-field/date-field.component.scss +0 -0
- package/src/ccc-resource/resource-field/fields/date-field/date-field.component.spec.ts +0 -22
- package/src/ccc-resource/resource-field/fields/date-field/date-field.component.ts +0 -14
- package/src/ccc-resource/resource-field/fields/enumerated-field/enumerated-field.component.html +0 -71
- package/src/ccc-resource/resource-field/fields/enumerated-field/enumerated-field.component.scss +0 -9
- package/src/ccc-resource/resource-field/fields/enumerated-field/enumerated-field.component.spec.ts +0 -22
- package/src/ccc-resource/resource-field/fields/enumerated-field/enumerated-field.component.ts +0 -207
- package/src/ccc-resource/resource-field/fields/nullboolean-field/nullboolean-field.component.html +0 -38
- package/src/ccc-resource/resource-field/fields/nullboolean-field/nullboolean-field.component.scss +0 -3
- package/src/ccc-resource/resource-field/fields/nullboolean-field/nullboolean-field.component.spec.ts +0 -22
- package/src/ccc-resource/resource-field/fields/nullboolean-field/nullboolean-field.component.ts +0 -87
- package/src/ccc-resource/resource-field/fields/number-field/number-field.component.html +0 -23
- package/src/ccc-resource/resource-field/fields/number-field/number-field.component.scss +0 -6
- package/src/ccc-resource/resource-field/fields/number-field/number-field.component.spec.ts +0 -22
- package/src/ccc-resource/resource-field/fields/number-field/number-field.component.ts +0 -14
- package/src/ccc-resource/resource-field/fields/text-field/text-field.component.html +0 -29
- package/src/ccc-resource/resource-field/fields/text-field/text-field.component.scss +0 -6
- package/src/ccc-resource/resource-field/fields/text-field/text-field.component.spec.ts +0 -22
- package/src/ccc-resource/resource-field/fields/text-field/text-field.component.ts +0 -23
- package/src/ccc-resource/resource-field/resource-field.component.html +0 -112
- package/src/ccc-resource/resource-field/resource-field.component.scss +0 -7
- package/src/ccc-resource/resource-field/resource-field.component.spec.ts +0 -22
- package/src/ccc-resource/resource-field/resource-field.component.ts +0 -214
- package/src/ccc-resource/resource-layout/resource-layout.component.html +0 -73
- package/src/ccc-resource/resource-layout/resource-layout.component.scss +0 -26
- package/src/ccc-resource/resource-layout/resource-layout.component.spec.ts +0 -22
- package/src/ccc-resource/resource-layout/resource-layout.component.ts +0 -176
- package/src/ccc-resource/resource-list/ resource-list.component.spec.ts +0 -22
- package/src/ccc-resource/resource-list/resource-list.component.html +0 -27
- package/src/ccc-resource/resource-list/resource-list.component.scss +0 -67
- package/src/ccc-resource/resource-list/resource-list.component.ts +0 -376
- package/src/ccc-resource/resource-list-create/resource-list-create.component.html +0 -71
- package/src/ccc-resource/resource-list-create/resource-list-create.component.scss +0 -9
- package/src/ccc-resource/resource-list-create/resource-list-create.component.spec.ts +0 -22
- package/src/ccc-resource/resource-list-create/resource-list-create.component.ts +0 -103
- package/src/ccc-resource/resource-resolver/resource-resolver.component.html +0 -1
- package/src/ccc-resource/resource-resolver/resource-resolver.component.scss +0 -0
- package/src/ccc-resource/resource-resolver/resource-resolver.component.spec.ts +0 -22
- package/src/ccc-resource/resource-resolver/resource-resolver.component.ts +0 -69
- package/src/ccc-resource/resource-store.service.ts +0 -93
- package/src/ccc-resource/resource-view/resource-view.component.html +0 -133
- package/src/ccc-resource/resource-view/resource-view.component.scss +0 -150
- package/src/ccc-resource/resource-view/resource-view.component.spec.ts +0 -22
- package/src/ccc-resource/resource-view/resource-view.component.ts +0 -354
- package/src/ccc-resource/resources-helpers.ts +0 -262
- package/src/ccc-resource/utils/validator-utils.ts +0 -6
- package/src/index.ts +0 -44
- package/src/internal-types/ng-package.json +0 -6
- package/src/types/auth.actions.ts +0 -46
- package/src/types/configs.ts +0 -952
- package/src/types/constants.ts +0 -1
- package/src/types/core.actions.ts +0 -33
- package/src/types/index.ts +0 -9
- package/src/types/ng-package.json +0 -6
- package/src/types/notification-message.ts +0 -20
- package/src/types/permissions.ts +0 -17
- package/src/types/session-info.ts +0 -10
- package/src/types/tokens.ts +0 -20
- package/src/ui-alert/alert.component.html +0 -13
- package/src/ui-alert/alert.component.scss +0 -48
- package/src/ui-alert/alert.component.spec.ts +0 -22
- package/src/ui-alert/alert.component.ts +0 -35
- package/src/ui-alert/index.ts +0 -1
- package/src/ui-alert/ng-package.json +0 -6
- package/src/ui-core-service/index.ts +0 -1
- package/src/ui-core-service/ng-package.json +0 -6
- package/src/ui-core-service/ui-core.service.ts +0 -34
- package/src/ui-interceptor/api.interceptor.spec.ts +0 -16
- package/src/ui-interceptor/api.interceptor.ts +0 -45
- package/src/ui-interceptor/index.ts +0 -1
- package/src/ui-interceptor/ng-package.json +0 -6
- package/src/ui-notification-service/index.ts +0 -1
- package/src/ui-notification-service/ng-package.json +0 -6
- package/src/ui-notification-service/notification.service.ts +0 -59
- package/src/ui-sidenav/index.ts +0 -1
- package/src/ui-sidenav/ng-package.json +0 -6
- package/src/ui-sidenav/sidenav.component.html +0 -60
- package/src/ui-sidenav/sidenav.component.scss +0 -99
- package/src/ui-sidenav/sidenav.component.spec.ts +0 -22
- package/src/ui-sidenav/sidenav.component.ts +0 -64
- package/src/util-request-options/index.ts +0 -1
- package/src/util-request-options/ng-package.json +0 -6
- package/src/util-request-options/request-options.ts +0 -17
- package/tsconfig.lib.json +0 -13
- package/tsconfig.lib.prod.json +0 -11
- package/tsconfig.spec.json +0 -15
- /package/{src/internal-types/index.ts → types/cccteam-ccc-lib-src-internal-types.d.ts} +0 -0
|
@@ -0,0 +1,674 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { ModelSignal, Injector, Signal, ResourceRef, OnInit, Type, DestroyRef, ViewContainerRef, WritableSignal } from '@angular/core';
|
|
3
|
+
import * as _cccteam_ccc_lib_src_types from '@cccteam/ccc-lib/src/types';
|
|
4
|
+
import { ResourceMeta, RecordData, MenuItem, Resource, DataType, ViewConfig, RootConfig, ConfigElement, RPCRecordData, MethodMeta, FieldSort, ColumnConfig, RPCConfig, FieldElement, Method, RPCBaseFormData, ParentResourceConfig, ChildResourceConfig, FormatType, PaddingElement, ArrayConfig, ListViewConfig, Meta, FieldMeta, RPCFieldMeta, ValidDisplayTypes, ComponentConfig } from '@cccteam/ccc-lib/src/types';
|
|
5
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
6
|
+
import { Route, Router, ActivatedRoute, UrlTree, CanDeactivateFn } from '@angular/router';
|
|
7
|
+
import { NotificationService } from '@cccteam/ccc-lib/src/ui-notification-service';
|
|
8
|
+
import { HttpClient } from '@angular/common/http';
|
|
9
|
+
import { Observable } from 'rxjs';
|
|
10
|
+
import { FormGroup } from '@angular/forms';
|
|
11
|
+
import { Location } from '@angular/common';
|
|
12
|
+
import { MatExpansionPanel } from '@angular/material/expansion';
|
|
13
|
+
import { CamelCaseToTitlePipe } from '@cccteam/ccc-lib/src/ccc-camel-case-to-title';
|
|
14
|
+
|
|
15
|
+
type ActionButtonContext$1 = {
|
|
16
|
+
actionType: 'create' | 'edit' | 'delete';
|
|
17
|
+
meta: ResourceMeta;
|
|
18
|
+
resourceData: RecordData;
|
|
19
|
+
shouldRender: (data: RecordData) => boolean;
|
|
20
|
+
} | {
|
|
21
|
+
actionType: 'rpc';
|
|
22
|
+
resourceData: RecordData;
|
|
23
|
+
shouldRender: (data: RecordData) => boolean;
|
|
24
|
+
};
|
|
25
|
+
declare class ActionAccessControlWrapperComponent {
|
|
26
|
+
actionContext: _angular_core.InputSignal<ActionButtonContext$1 | undefined>;
|
|
27
|
+
showAction: _angular_core.Signal<boolean>;
|
|
28
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ActionAccessControlWrapperComponent, never>;
|
|
29
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ActionAccessControlWrapperComponent, "action-access-control-wrapper", never, { "actionContext": { "alias": "actionContext"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
declare class FormStateService {
|
|
33
|
+
dirtyForms: _angular_core.WritableSignal<number>;
|
|
34
|
+
incrementDirtyForms(): void;
|
|
35
|
+
decrementDirtyForms(): void;
|
|
36
|
+
resetDirtyForms(): void;
|
|
37
|
+
isDirty: _angular_core.Signal<boolean>;
|
|
38
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FormStateService, never>;
|
|
39
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FormStateService>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
declare const generatedNavItems: MenuItem[];
|
|
43
|
+
declare const generatedNavGroups: string[];
|
|
44
|
+
interface Link {
|
|
45
|
+
id: string;
|
|
46
|
+
resource: Resource;
|
|
47
|
+
text: string;
|
|
48
|
+
}
|
|
49
|
+
type ResourceMap = Record<Resource, ResourceMeta>;
|
|
50
|
+
type PristineData = Record<string, DataType | null>;
|
|
51
|
+
declare const createFormGroup: (meta: ResourceMeta, resourceData: RecordData, config: ViewConfig, formDataState?: ModelSignal<RecordData>) => {
|
|
52
|
+
formGroup: FormGroup;
|
|
53
|
+
pristineFormValues: PristineData;
|
|
54
|
+
};
|
|
55
|
+
declare const resourceRoutes: (config: RootConfig, resourceMeta: (resource: Resource) => ResourceMeta) => Route;
|
|
56
|
+
/**
|
|
57
|
+
* Recursive function to extract nested field names from a config.
|
|
58
|
+
* @param elements - The elements to extract field names from.
|
|
59
|
+
* @returns - An array of field names.
|
|
60
|
+
*/
|
|
61
|
+
declare function extractFieldNames(elements: ConfigElement[]): string[];
|
|
62
|
+
type PatchOperation = 'add' | 'patch' | 'remove';
|
|
63
|
+
interface Operation {
|
|
64
|
+
op: PatchOperation;
|
|
65
|
+
value?: Record<string, unknown>;
|
|
66
|
+
path: string;
|
|
67
|
+
}
|
|
68
|
+
interface CreateOperation extends Operation {
|
|
69
|
+
op: 'add';
|
|
70
|
+
}
|
|
71
|
+
interface UpdateOperation extends Operation {
|
|
72
|
+
op: 'patch';
|
|
73
|
+
}
|
|
74
|
+
interface DeleteOperation extends Operation {
|
|
75
|
+
op: 'remove';
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Checks if a string is a valid UUID (versions 1-5) according to RFC 4122.
|
|
79
|
+
*
|
|
80
|
+
* @param str - The string to validate.
|
|
81
|
+
* @returns `true` if the string is a valid UUID, otherwise `false`.
|
|
82
|
+
*/
|
|
83
|
+
declare function isUUID(str: string): boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Coerces metadata types in a record according to the metadata.
|
|
86
|
+
*
|
|
87
|
+
* @param record - The record to coerce.
|
|
88
|
+
* @param meta - The metadata (resource or method).
|
|
89
|
+
* @returns The coerced record.
|
|
90
|
+
*/
|
|
91
|
+
declare function metadataTypeCoercion(record: RecordData, meta: ResourceMeta): RecordData;
|
|
92
|
+
declare function metadataTypeCoercion(record: RPCRecordData, meta: MethodMeta): RPCRecordData;
|
|
93
|
+
|
|
94
|
+
declare class ResourceStore {
|
|
95
|
+
resourceMeta: _angular_core.WritableSignal<ResourceMeta>;
|
|
96
|
+
resourceName: _angular_core.WritableSignal<Resource>;
|
|
97
|
+
filter: _angular_core.WritableSignal<string>;
|
|
98
|
+
disableCacheForFilterPii: _angular_core.WritableSignal<boolean>;
|
|
99
|
+
searchTokens: _angular_core.WritableSignal<string>;
|
|
100
|
+
sorts: _angular_core.WritableSignal<FieldSort[]>;
|
|
101
|
+
listColumns: _angular_core.WritableSignal<ColumnConfig[]>;
|
|
102
|
+
requireSearchToDisplayResults: _angular_core.WritableSignal<boolean>;
|
|
103
|
+
uuid: _angular_core.WritableSignal<string>;
|
|
104
|
+
error: _angular_core.WritableSignal<string>;
|
|
105
|
+
notifications: NotificationService;
|
|
106
|
+
http: HttpClient;
|
|
107
|
+
router: Router;
|
|
108
|
+
injector: Injector;
|
|
109
|
+
apiUrl: string;
|
|
110
|
+
methodMeta: (method: string) => _cccteam_ccc_lib_src_types.MethodMeta;
|
|
111
|
+
private resourceListRef;
|
|
112
|
+
listData: Signal<RecordData[]>;
|
|
113
|
+
listStatus: Signal<_angular_core.ResourceStatus | undefined>;
|
|
114
|
+
private resourceViewRef;
|
|
115
|
+
viewData: Signal<RecordData>;
|
|
116
|
+
viewStatus: Signal<_angular_core.ResourceStatus | undefined>;
|
|
117
|
+
overrideRoute: _angular_core.WritableSignal<string>;
|
|
118
|
+
resourceRoute: Signal<string>;
|
|
119
|
+
route: Signal<string>;
|
|
120
|
+
reloadViewData(): void;
|
|
121
|
+
reloadListData(): void;
|
|
122
|
+
buildStoreListData(): void;
|
|
123
|
+
buildStoreViewData(): void;
|
|
124
|
+
routes: {
|
|
125
|
+
resources: (rootUrl: string, resources: string) => string;
|
|
126
|
+
resource: (rootUrl: string, resources: string, uuid: string) => string;
|
|
127
|
+
method: (rootUrl: string, method: string) => string;
|
|
128
|
+
};
|
|
129
|
+
makePatches(operations: Operation[], route: string, resource: Resource): Observable<Record<string, unknown>>;
|
|
130
|
+
createPatch(operation: Operation, route: string, resource: Resource): Observable<Record<string, unknown>>;
|
|
131
|
+
private patchMultiple;
|
|
132
|
+
resourceView(route: Signal<string>, uuid: Signal<string>): ResourceRef<RecordData>;
|
|
133
|
+
resourceList(route: Signal<string>, filter?: Signal<string>, columns?: Signal<string[]>, disableCacheForFilterPii?: Signal<boolean>, searchTokens?: Signal<string>, sorts?: Signal<FieldSort[]>, defaultEmpty?: boolean): ResourceRef<RecordData[]>;
|
|
134
|
+
private list;
|
|
135
|
+
rpcCall<T>(rpcConfig: RPCConfig, body: T): Observable<T>;
|
|
136
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResourceStore, never>;
|
|
137
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<ResourceStore>;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
declare class RpcButtonComponent {
|
|
141
|
+
activatedRoute: ActivatedRoute;
|
|
142
|
+
router: Router;
|
|
143
|
+
notifications: NotificationService;
|
|
144
|
+
formState: FormStateService;
|
|
145
|
+
dialog: MatDialog;
|
|
146
|
+
store: ResourceStore;
|
|
147
|
+
methodMeta: (method: string) => _cccteam_ccc_lib_src_types.MethodMeta;
|
|
148
|
+
relatedData: _angular_core.InputSignal<RecordData>;
|
|
149
|
+
rpcConfig: _angular_core.InputSignal<RPCConfig>;
|
|
150
|
+
primaryResource: _angular_core.InputSignal<Resource>;
|
|
151
|
+
dependentResources: _angular_core.InputSignal<ResourceRef<RecordData[]>[]>;
|
|
152
|
+
resourceConfigRouteSnapshot: _angular_core.Signal<RPCConfig>;
|
|
153
|
+
showRPCButton: _angular_core.Signal<boolean>;
|
|
154
|
+
submitRPC(): void;
|
|
155
|
+
buildRpcBody(rpcConfig: RPCConfig, submitBody: RPCRecordData): void;
|
|
156
|
+
callRpc(rpc: RPCConfig, submitBody: RPCRecordData): void;
|
|
157
|
+
reloadDependentResources(): void;
|
|
158
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RpcButtonComponent, never>;
|
|
159
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RpcButtonComponent, "ccc-rpc-button", never, { "relatedData": { "alias": "relatedData"; "required": true; "isSignal": true; }; "rpcConfig": { "alias": "rpcConfig"; "required": true; "isSignal": true; }; "primaryResource": { "alias": "primaryResource"; "required": true; "isSignal": true; }; "dependentResources": { "alias": "dependentResources"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
declare class BaseRPCModalComponent {
|
|
163
|
+
methodMeta: (method: string) => _cccteam_ccc_lib_src_types.MethodMeta;
|
|
164
|
+
private dialogRef;
|
|
165
|
+
data: {
|
|
166
|
+
elements: FieldElement[];
|
|
167
|
+
label: string;
|
|
168
|
+
method: Method;
|
|
169
|
+
width: string;
|
|
170
|
+
};
|
|
171
|
+
formData: _angular_core.WritableSignal<RPCBaseFormData>;
|
|
172
|
+
meta: _angular_core.Signal<_cccteam_ccc_lib_src_types.MethodMeta>;
|
|
173
|
+
constructor();
|
|
174
|
+
onConfirm(): void;
|
|
175
|
+
form: _angular_core.Signal<FormGroup<{}>>;
|
|
176
|
+
pristineForm: Record<string, DataType>;
|
|
177
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BaseRPCModalComponent, never>;
|
|
178
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BaseRPCModalComponent, "ccc-base-rpc-modal", never, {}, {}, never, never, true, never>;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
type CanDeactivateType = Observable<boolean | UrlTree> | Promise<boolean | UrlTree> | boolean | UrlTree;
|
|
182
|
+
interface CanComponentDeactivate {
|
|
183
|
+
canDeactivate: () => CanDeactivateType;
|
|
184
|
+
}
|
|
185
|
+
declare const canDeactivateGuard: CanDeactivateFn<CanComponentDeactivate>;
|
|
186
|
+
|
|
187
|
+
declare class CompoundResourceComponent implements OnInit {
|
|
188
|
+
location: Location;
|
|
189
|
+
route: ActivatedRoute;
|
|
190
|
+
store: ResourceStore;
|
|
191
|
+
injector: Injector;
|
|
192
|
+
componentRef: Type<any>;
|
|
193
|
+
resourceMeta: (resource: Resource) => _cccteam_ccc_lib_src_types.ResourceMeta;
|
|
194
|
+
resourceConfig: _angular_core.InputSignal<_cccteam_ccc_lib_src_types.ListViewConfig | _cccteam_ccc_lib_src_types.ViewConfig | _cccteam_ccc_lib_src_types.ComponentConfig | _cccteam_ccc_lib_src_types.ArrayConfig | undefined>;
|
|
195
|
+
isArrayChild: _angular_core.InputSignal<boolean>;
|
|
196
|
+
uuid: _angular_core.InputSignal<string>;
|
|
197
|
+
parentData: _angular_core.InputSignal<RecordData | undefined>;
|
|
198
|
+
rootConfig: _angular_core.Signal<RootConfig>;
|
|
199
|
+
emptyOneToOne: _angular_core.WritableSignal<boolean>;
|
|
200
|
+
missingRoot: _angular_core.InputSignal<boolean>;
|
|
201
|
+
resourceCreate: _angular_core.OutputEmitterRef<void>;
|
|
202
|
+
deleted: _angular_core.OutputEmitterRef<boolean>;
|
|
203
|
+
navAfterDelete: _angular_core.InputSignal<boolean>;
|
|
204
|
+
navAfterDeleteConsideringRoot: _angular_core.Signal<boolean>;
|
|
205
|
+
hasElements: _angular_core.Signal<boolean>;
|
|
206
|
+
primaryConfigParentId: _angular_core.Signal<string>;
|
|
207
|
+
primaryConfig: _angular_core.Signal<_cccteam_ccc_lib_src_types.ComponentConfig | ParentResourceConfig>;
|
|
208
|
+
title: _angular_core.Signal<string>;
|
|
209
|
+
isRootConfig: _angular_core.Signal<boolean>;
|
|
210
|
+
configs: _angular_core.Signal<ChildResourceConfig[]>;
|
|
211
|
+
rpcConfigs: _angular_core.Signal<{
|
|
212
|
+
config: _cccteam_ccc_lib_src_types.RPCConfig;
|
|
213
|
+
context: {
|
|
214
|
+
actionType: "rpc";
|
|
215
|
+
shouldRender: () => boolean;
|
|
216
|
+
resourceData: RecordData;
|
|
217
|
+
};
|
|
218
|
+
}[]>;
|
|
219
|
+
hasRpcConfigs: _angular_core.Signal<boolean>;
|
|
220
|
+
resolvedData: _angular_core.Signal<RecordData>;
|
|
221
|
+
ngOnInit(): void;
|
|
222
|
+
constructor();
|
|
223
|
+
goBack(): void;
|
|
224
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CompoundResourceComponent, never>;
|
|
225
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CompoundResourceComponent, "compound-resource", never, { "resourceConfig": { "alias": "resourceConfig"; "required": false; "isSignal": true; }; "isArrayChild": { "alias": "isArrayChild"; "required": false; "isSignal": true; }; "uuid": { "alias": "uuid"; "required": true; "isSignal": true; }; "parentData": { "alias": "parentData"; "required": false; "isSignal": true; }; "missingRoot": { "alias": "missingRoot"; "required": false; "isSignal": true; }; "navAfterDelete": { "alias": "navAfterDelete"; "required": false; "isSignal": true; }; }, { "resourceCreate": "resourceCreate"; "deleted": "deleted"; }, never, never, true, never>;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
declare const concatFunctions: {
|
|
229
|
+
'space-concat': typeof spaceConcat;
|
|
230
|
+
'hyphen-concat': typeof hyphenConcat;
|
|
231
|
+
'space-hyphen-concat': typeof spaceHyphenConcat;
|
|
232
|
+
'hyphen-space-concat': typeof hyphenSpaceConcat;
|
|
233
|
+
};
|
|
234
|
+
/**
|
|
235
|
+
* Concatenates the strings corresponding to the given keys in the resource,
|
|
236
|
+
* using a space separator.
|
|
237
|
+
* @param resource A record mapping keys to string values.
|
|
238
|
+
* @param args Keys of the resource to concatenate.
|
|
239
|
+
* @returns Concatenated string.
|
|
240
|
+
* @example
|
|
241
|
+
* const resource = { foo: 'foo', bar: 'bar', baz: 'baz' };
|
|
242
|
+
* spaceConcat(resource, 'foo', 'bar', 'baz'); // returns 'foo bar baz'
|
|
243
|
+
*/
|
|
244
|
+
declare function spaceConcat(resource: Record<string, string>, ...args: string[]): string;
|
|
245
|
+
/**
|
|
246
|
+
* Concatenates the strings corresponding to the given keys in the resource,
|
|
247
|
+
* using a hyphen separator.
|
|
248
|
+
* @param resource A record mapping keys to string values.
|
|
249
|
+
* @param args Keys of the resource to concatenate.
|
|
250
|
+
* @returns Concatenated string.
|
|
251
|
+
* @example
|
|
252
|
+
* const resource = { foo: 'foo', bar: 'bar', baz: 'baz' };
|
|
253
|
+
* hyphenConcat(resource, 'foo', 'bar', 'baz'); // returns 'foo - bar - baz'
|
|
254
|
+
*/
|
|
255
|
+
declare function hyphenConcat(resource: Record<string, string>, ...args: string[]): string;
|
|
256
|
+
/**
|
|
257
|
+
* Concatenates the given strings so that all but the last are joined with a space,
|
|
258
|
+
* and the last string is appended with a " - " separator.
|
|
259
|
+
* @param resource A mapping of keys to string values.
|
|
260
|
+
* @param args Keys of strings to concatenate.
|
|
261
|
+
* @returns Concatenated string.
|
|
262
|
+
* @example spaceHyphenConcat(resource, 'foo', 'bar', 'baz') => 'foo bar - baz'
|
|
263
|
+
*/
|
|
264
|
+
declare function spaceHyphenConcat(resource: Record<string, string>, ...args: string[]): string;
|
|
265
|
+
/**
|
|
266
|
+
* Concatenates the given strings so that all but the first are joined with a space,
|
|
267
|
+
* and the first string is appended with a " - " separator.
|
|
268
|
+
* @param resource A mapping of keys to string values.
|
|
269
|
+
* @param args Keys of strings to concatenate.
|
|
270
|
+
* @returns Concatenated string.
|
|
271
|
+
* @example spaceHyphenConcat(resource, 'foo', 'bar', 'baz') => 'foo - bar baz'
|
|
272
|
+
*/
|
|
273
|
+
declare function hyphenSpaceConcat(resource: Record<string, string>, ...args: string[]): string;
|
|
274
|
+
/**
|
|
275
|
+
* Concatenates the strings using a space separator.
|
|
276
|
+
* @param args Strings to concatenate.
|
|
277
|
+
* @returns Concatenated string.
|
|
278
|
+
* @example
|
|
279
|
+
* spaceConcatWithoutResource(['foo', 'bar', 'baz']); // returns 'foo bar baz'
|
|
280
|
+
*/
|
|
281
|
+
declare function spaceConcatWithoutResource(args: string[]): string;
|
|
282
|
+
/**
|
|
283
|
+
* Concatenates the strings using a hyphen separator.
|
|
284
|
+
* @param args Strings to concatenate.
|
|
285
|
+
* @returns Concatenated string.
|
|
286
|
+
* @example
|
|
287
|
+
* hyphenConcatWithoutResource(['foo', 'bar', 'baz']); // returns 'foo - bar - baz'
|
|
288
|
+
*/
|
|
289
|
+
declare function hyphenConcatWithoutResource(args: string[]): string;
|
|
290
|
+
/**
|
|
291
|
+
* Concatenates the given strings so that all but the last are joined with a space,
|
|
292
|
+
* and the last string is appended with a " - " separator.
|
|
293
|
+
* @param args Strings to concatenate.
|
|
294
|
+
* @returns Concatenated string.
|
|
295
|
+
* @example spaceHyphenConcatWithoutResource(['foo', 'bar', 'baz']) => 'foo bar - baz'
|
|
296
|
+
*/
|
|
297
|
+
declare function spaceHyphenConcatWithoutResource(args: string[]): string;
|
|
298
|
+
/**
|
|
299
|
+
* Concatenates the given strings so that all but the first are joined with a space,
|
|
300
|
+
* and the first string is appended with a " - " separator.
|
|
301
|
+
* @param args Strings to concatenate.
|
|
302
|
+
* @returns Concatenated string.
|
|
303
|
+
* @example hyphenSpaceConcatWithoutResource(['foo', 'bar', 'baz']) => 'foo - bar baz'
|
|
304
|
+
*/
|
|
305
|
+
declare function hyphenSpaceConcatWithoutResource(args: string[]): string;
|
|
306
|
+
/**
|
|
307
|
+
* Concatenates the given strings without any space,
|
|
308
|
+
* @param args Strings to concatenate.
|
|
309
|
+
* @returns Concatenated string.
|
|
310
|
+
* @example noSpaceConcatWithoutResource(['foo', 'bar', 'baz']) => 'foobarbaz'
|
|
311
|
+
*/
|
|
312
|
+
declare function noSpaceConcatWithoutResource(args: string[]): string;
|
|
313
|
+
|
|
314
|
+
declare class DeleteResourceConfirmationModalComponent {
|
|
315
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DeleteResourceConfirmationModalComponent, never>;
|
|
316
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DeleteResourceConfirmationModalComponent, "ccc-delete-resource-confirmation-modal", never, {}, {}, never, never, true, never>;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
declare class EmptyReadonlyFieldComponent {
|
|
320
|
+
label: _angular_core.InputSignal<string>;
|
|
321
|
+
displayValue: string;
|
|
322
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EmptyReadonlyFieldComponent, never>;
|
|
323
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<EmptyReadonlyFieldComponent, "ccc-empty-readonly-field", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
type FormatterFn = (value: string) => string;
|
|
327
|
+
declare const simpleSlashDateFormatter: (value: string) => string;
|
|
328
|
+
declare const ValueFormatters: Record<FormatType, FormatterFn>;
|
|
329
|
+
declare function applyFormatting(formatString: string, value: string): string;
|
|
330
|
+
declare function formatDateString(formatString: string, value: string): string;
|
|
331
|
+
|
|
332
|
+
declare const maxConfigElementRecursionDepth = 240;
|
|
333
|
+
declare const maxLayoutNestingDepth = 48;
|
|
334
|
+
/** Returns a flat array of nested elements by recursively traversing
|
|
335
|
+
* through the elements graph */
|
|
336
|
+
declare const flattenElements: (elements: ConfigElement[], depth?: number) => ConfigElement[];
|
|
337
|
+
declare const civildateCoercion: (value: string) => Date;
|
|
338
|
+
/**
|
|
339
|
+
* This object stores every possible validator used across the application
|
|
340
|
+
* Add all validators that are used in configs to this object
|
|
341
|
+
*
|
|
342
|
+
* Available validators that may be added: min, max, required, requiredTrue,
|
|
343
|
+
* email, minLength, maxLength, pattern, nullValidator
|
|
344
|
+
*/
|
|
345
|
+
declare const resourceValidators: Readonly<{
|
|
346
|
+
REQUIRED: _cccteam_ccc_lib_src_types.ResourceValidatorFn;
|
|
347
|
+
EMAIL: _cccteam_ccc_lib_src_types.ResourceValidatorFn;
|
|
348
|
+
CURRENT_OR_FUTURE_DATE: _cccteam_ccc_lib_src_types.ResourceValidatorFn;
|
|
349
|
+
POSITIVE_NUMBER: _cccteam_ccc_lib_src_types.ResourceValidatorFn;
|
|
350
|
+
NOT_FUTURE_DATE: _cccteam_ccc_lib_src_types.ResourceValidatorFn;
|
|
351
|
+
VALUE_IN_RANGE_INCLUSIVE: (min: number, max: number) => _cccteam_ccc_lib_src_types.ResourceValidatorFn;
|
|
352
|
+
MAX_LENGTH: (maxLength: number) => _cccteam_ccc_lib_src_types.ResourceValidatorFn;
|
|
353
|
+
}>;
|
|
354
|
+
|
|
355
|
+
declare class LeavePageConfirmationModalComponent {
|
|
356
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LeavePageConfirmationModalComponent, never>;
|
|
357
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LeavePageConfirmationModalComponent, "ccc-leave-page-confirmation-modal", never, {}, {}, never, never, true, never>;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
declare class PaddingElementComponent implements OnInit {
|
|
361
|
+
paddingElement: _angular_core.InputSignal<PaddingElement>;
|
|
362
|
+
class: string;
|
|
363
|
+
ngOnInit(): void;
|
|
364
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PaddingElementComponent, never>;
|
|
365
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PaddingElementComponent, "ccc-padding-element", never, { "paddingElement": { "alias": "paddingElement"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
type ActionButtonContext = {
|
|
369
|
+
actionType: 'create' | 'edit' | 'delete';
|
|
370
|
+
meta: ResourceMeta;
|
|
371
|
+
resourceData: RecordData;
|
|
372
|
+
shouldRender: (data: RecordData) => boolean;
|
|
373
|
+
} | {
|
|
374
|
+
actionType: 'rpc';
|
|
375
|
+
resourceData: RecordData;
|
|
376
|
+
shouldRender: (data: RecordData) => boolean;
|
|
377
|
+
};
|
|
378
|
+
|
|
379
|
+
declare class ResourceArrayViewComponent implements OnInit {
|
|
380
|
+
resourceMeta: (resource: _cccteam_ccc_lib_src_types.Resource) => _cccteam_ccc_lib_src_types.ResourceMeta;
|
|
381
|
+
store: ResourceStore;
|
|
382
|
+
injector: Injector;
|
|
383
|
+
resourceConfig: _angular_core.InputSignal<ArrayConfig>;
|
|
384
|
+
parentData: _angular_core.InputSignal<RecordData>;
|
|
385
|
+
expPanel: Signal<MatExpansionPanel | undefined>;
|
|
386
|
+
emptyOneToOne: _angular_core.OutputEmitterRef<boolean>;
|
|
387
|
+
createMode: _angular_core.WritableSignal<boolean>;
|
|
388
|
+
compoundResourceComponent: _angular_core.InputSignal<Type<any>>;
|
|
389
|
+
showCreateButton: Signal<boolean>;
|
|
390
|
+
createActionConfig: Signal<ActionButtonContext | undefined>;
|
|
391
|
+
createConfig: Signal<ViewConfig | ArrayConfig>;
|
|
392
|
+
resourceListRoute: Signal<string>;
|
|
393
|
+
setCreateMode(value: boolean): void;
|
|
394
|
+
ngOnInit(): void;
|
|
395
|
+
constructor();
|
|
396
|
+
createResource(event: MouseEvent): void;
|
|
397
|
+
onResourceDeleted(): void;
|
|
398
|
+
onCreateCompleted(): void;
|
|
399
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResourceArrayViewComponent, never>;
|
|
400
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ResourceArrayViewComponent, "ccc-resource-array-view", never, { "resourceConfig": { "alias": "resourceConfig"; "required": true; "isSignal": true; }; "parentData": { "alias": "parentData"; "required": false; "isSignal": true; }; "compoundResourceComponent": { "alias": "compoundResourceComponent"; "required": true; "isSignal": true; }; }, { "emptyOneToOne": "emptyOneToOne"; }, never, never, true, never>;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
declare class ResourceCreateComponent implements OnInit {
|
|
404
|
+
resourceMeta: (resource: Resource) => _cccteam_ccc_lib_src_types.ResourceMeta;
|
|
405
|
+
activatedRoute: ActivatedRoute;
|
|
406
|
+
notifications: NotificationService;
|
|
407
|
+
store: ResourceStore;
|
|
408
|
+
router: Router;
|
|
409
|
+
destroyRef: DestroyRef;
|
|
410
|
+
formState: FormStateService;
|
|
411
|
+
isDirty: _angular_core.WritableSignal<boolean>;
|
|
412
|
+
submitted: _angular_core.WritableSignal<boolean>;
|
|
413
|
+
complete: _angular_core.OutputEmitterRef<boolean>;
|
|
414
|
+
resourceConfig: _angular_core.InputSignal<ChildResourceConfig | undefined>;
|
|
415
|
+
parentData: _angular_core.InputSignal<RecordData>;
|
|
416
|
+
loadCreatedResource: _angular_core.InputSignal<boolean>;
|
|
417
|
+
rootConfig: _angular_core.Signal<RootConfig>;
|
|
418
|
+
config: _angular_core.Signal<ListViewConfig | ViewConfig>;
|
|
419
|
+
indentTitle: _angular_core.Signal<boolean>;
|
|
420
|
+
form: _angular_core.Signal<FormGroup<{}>>;
|
|
421
|
+
route: _angular_core.Signal<string>;
|
|
422
|
+
primaryKeys: _angular_core.Signal<_cccteam_ccc_lib_src_types.FieldMeta[]>;
|
|
423
|
+
hasRequiredPrimaryKey: _angular_core.Signal<boolean>;
|
|
424
|
+
primaryKeyPath: _angular_core.Signal<string>;
|
|
425
|
+
camelCaseToTitlePipe: CamelCaseToTitlePipe;
|
|
426
|
+
ngOnInit(): void;
|
|
427
|
+
saveForm(): void;
|
|
428
|
+
cancelForm(): void;
|
|
429
|
+
constructor();
|
|
430
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResourceCreateComponent, never>;
|
|
431
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ResourceCreateComponent, "ccc-resource-create", never, { "resourceConfig": { "alias": "resourceConfig"; "required": false; "isSignal": true; }; "parentData": { "alias": "parentData"; "required": false; "isSignal": true; }; "loadCreatedResource": { "alias": "loadCreatedResource"; "required": false; "isSignal": true; }; }, { "complete": "complete"; }, never, never, true, never>;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
declare abstract class BaseInputComponent {
|
|
435
|
+
resourceMeta: (resource: _cccteam_ccc_lib_src_types.Resource) => _cccteam_ccc_lib_src_types.ResourceMeta;
|
|
436
|
+
injector: Injector;
|
|
437
|
+
store: ResourceStore;
|
|
438
|
+
meta: _angular_core.InputSignal<Meta>;
|
|
439
|
+
pristineValue: _angular_core.InputSignal<DataType | null>;
|
|
440
|
+
editMode: _angular_core.InputSignal<"edit" | "view">;
|
|
441
|
+
showField: _angular_core.InputSignal<boolean | undefined>;
|
|
442
|
+
fieldConfig: _angular_core.InputSignal<FieldElement>;
|
|
443
|
+
fieldClass: _angular_core.InputSignal<string | undefined>;
|
|
444
|
+
fieldMeta: _angular_core.InputSignal<FieldMeta | RPCFieldMeta>;
|
|
445
|
+
form: _angular_core.InputSignal<FormGroup<any>>;
|
|
446
|
+
relatedData: _angular_core.InputSignal<RecordData | undefined>;
|
|
447
|
+
/**
|
|
448
|
+
* Resets the field back to its pristine value.
|
|
449
|
+
*/
|
|
450
|
+
reset(): void;
|
|
451
|
+
private affixResources;
|
|
452
|
+
prefixString: _angular_core.Signal<string>;
|
|
453
|
+
suffixString: _angular_core.Signal<string>;
|
|
454
|
+
floatLabel: _angular_core.Signal<"auto" | "always">;
|
|
455
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BaseInputComponent, never>;
|
|
456
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BaseInputComponent, never, never, { "meta": { "alias": "meta"; "required": true; "isSignal": true; }; "pristineValue": { "alias": "pristineValue"; "required": false; "isSignal": true; }; "editMode": { "alias": "editMode"; "required": true; "isSignal": true; }; "showField": { "alias": "showField"; "required": false; "isSignal": true; }; "fieldConfig": { "alias": "fieldConfig"; "required": true; "isSignal": true; }; "fieldClass": { "alias": "fieldClass"; "required": false; "isSignal": true; }; "fieldMeta": { "alias": "fieldMeta"; "required": true; "isSignal": true; }; "form": { "alias": "form"; "required": true; "isSignal": true; }; "relatedData": { "alias": "relatedData"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
declare class ResourceFieldComponent {
|
|
460
|
+
fieldConfig: _angular_core.InputSignal<FieldElement>;
|
|
461
|
+
meta: _angular_core.InputSignal<Meta>;
|
|
462
|
+
fieldClass: _angular_core.InputSignal<string | undefined>;
|
|
463
|
+
editMode: _angular_core.InputSignal<"edit" | "view">;
|
|
464
|
+
form: _angular_core.InputSignal<FormGroup<any>>;
|
|
465
|
+
formDataState: _angular_core.InputSignal<RecordData | undefined>;
|
|
466
|
+
pristineValue: _angular_core.InputSignal<DataType | null>;
|
|
467
|
+
data: _angular_core.InputSignal<RecordData | undefined>;
|
|
468
|
+
previouslyNulled: boolean | null;
|
|
469
|
+
fieldMeta: Signal<FieldMeta>;
|
|
470
|
+
mode: Signal<"edit" | "view">;
|
|
471
|
+
showField: Signal<boolean>;
|
|
472
|
+
showEmptyField: Signal<boolean>;
|
|
473
|
+
class: string;
|
|
474
|
+
booleanEditDisplayType: Signal<BooleanDisplayTypes>;
|
|
475
|
+
previousValidatorCount: number;
|
|
476
|
+
constructor();
|
|
477
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResourceFieldComponent, never>;
|
|
478
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ResourceFieldComponent, "ccc-resource-field", never, { "fieldConfig": { "alias": "fieldConfig"; "required": true; "isSignal": true; }; "meta": { "alias": "meta"; "required": true; "isSignal": true; }; "fieldClass": { "alias": "fieldClass"; "required": false; "isSignal": true; }; "editMode": { "alias": "editMode"; "required": false; "isSignal": true; }; "form": { "alias": "form"; "required": true; "isSignal": true; }; "formDataState": { "alias": "formDataState"; "required": false; "isSignal": true; }; "pristineValue": { "alias": "pristineValue"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
479
|
+
}
|
|
480
|
+
type BooleanDisplayTypes = Extract<ValidDisplayTypes, 'boolean' | 'nullboolean'>;
|
|
481
|
+
|
|
482
|
+
declare class ResourceLayoutComponent implements OnInit {
|
|
483
|
+
element: _angular_core.InputSignal<ConfigElement>;
|
|
484
|
+
meta: _angular_core.InputSignal<Meta>;
|
|
485
|
+
fieldClass: _angular_core.InputSignal<string | undefined>;
|
|
486
|
+
editMode: _angular_core.InputSignal<"edit" | "view">;
|
|
487
|
+
form: _angular_core.InputSignal<FormGroup<any>>;
|
|
488
|
+
formDataState: _angular_core.ModelSignal<RecordData | undefined>;
|
|
489
|
+
pristineValue: _angular_core.InputSignal<DataType | null>;
|
|
490
|
+
relatedData: _angular_core.InputSignal<RecordData | undefined>;
|
|
491
|
+
parentClass: _angular_core.InputSignal<string | undefined>;
|
|
492
|
+
layoutNestingDepth: _angular_core.InputSignal<number>;
|
|
493
|
+
maxLayoutNestingDepth: number;
|
|
494
|
+
children: _angular_core.Signal<ConfigElement[]>;
|
|
495
|
+
layoutChildrenConfig: _angular_core.Signal<ConfigElement[]>;
|
|
496
|
+
previouslyNulled: boolean;
|
|
497
|
+
nullIfConditionallyHidden: _angular_core.Signal<boolean>;
|
|
498
|
+
showLayout: _angular_core.Signal<boolean>;
|
|
499
|
+
class: string;
|
|
500
|
+
constructor();
|
|
501
|
+
ngOnInit(): void;
|
|
502
|
+
shouldInitializeFormData(form: FormGroup, layoutNestingDepth: number, shouldRender: ConfigElement['shouldRender'], layoutChildren: ConfigElement[]): boolean;
|
|
503
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResourceLayoutComponent, never>;
|
|
504
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ResourceLayoutComponent, "ccc-resource-layout-template", never, { "element": { "alias": "element"; "required": true; "isSignal": true; }; "meta": { "alias": "meta"; "required": true; "isSignal": true; }; "fieldClass": { "alias": "fieldClass"; "required": false; "isSignal": true; }; "editMode": { "alias": "editMode"; "required": true; "isSignal": true; }; "form": { "alias": "form"; "required": true; "isSignal": true; }; "formDataState": { "alias": "formDataState"; "required": false; "isSignal": true; }; "pristineValue": { "alias": "pristineValue"; "required": false; "isSignal": true; }; "relatedData": { "alias": "relatedData"; "required": false; "isSignal": true; }; "parentClass": { "alias": "parentClass"; "required": false; "isSignal": true; }; "layoutNestingDepth": { "alias": "layoutNestingDepth"; "required": false; "isSignal": true; }; }, { "formDataState": "formDataStateChange"; }, never, never, true, never>;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
declare class ResourceListComponent implements OnInit {
|
|
508
|
+
compoundResourceComponent: _angular_core.InputSignal<Type<any>>;
|
|
509
|
+
resourceMeta: (resource: Resource) => _cccteam_ccc_lib_src_types.ResourceMeta;
|
|
510
|
+
router: Router;
|
|
511
|
+
store: ResourceStore;
|
|
512
|
+
injector: Injector;
|
|
513
|
+
activatedRoute: ActivatedRoute;
|
|
514
|
+
hideCreateButton: _angular_core.InputSignal<boolean>;
|
|
515
|
+
createMode: _angular_core.OutputEmitterRef<boolean>;
|
|
516
|
+
resourceConfig: _angular_core.InputSignal<ChildResourceConfig | undefined>;
|
|
517
|
+
viewRoute: _angular_core.InputSignal<string | undefined>;
|
|
518
|
+
filter: _angular_core.InputSignal<string>;
|
|
519
|
+
linkCreateType: _angular_core.InputSignal<boolean>;
|
|
520
|
+
isRootList: _angular_core.InputSignal<boolean>;
|
|
521
|
+
showCreateButton: _angular_core.Signal<boolean>;
|
|
522
|
+
createButtonContext: _angular_core.Signal<{
|
|
523
|
+
actionType: "create";
|
|
524
|
+
meta: _cccteam_ccc_lib_src_types.ResourceMeta;
|
|
525
|
+
shouldRender: (data: RecordData) => boolean;
|
|
526
|
+
resourceData: RecordData;
|
|
527
|
+
} | undefined>;
|
|
528
|
+
searchableFields: _angular_core.Signal<string>;
|
|
529
|
+
relatedData: _angular_core.InputSignal<RecordData | undefined>;
|
|
530
|
+
parentId: _angular_core.InputSignal<string | undefined>;
|
|
531
|
+
routeConfig: _angular_core.Signal<RootConfig>;
|
|
532
|
+
config: _angular_core.Signal<ListViewConfig>;
|
|
533
|
+
expansionConfig: _angular_core.Signal<ChildResourceConfig>;
|
|
534
|
+
viewRouteFallback: _angular_core.Signal<string | undefined>;
|
|
535
|
+
listTitle: _angular_core.Signal<string>;
|
|
536
|
+
indentTitle: _angular_core.Signal<boolean>;
|
|
537
|
+
createButtonLabel: _angular_core.Signal<string>;
|
|
538
|
+
meta: _angular_core.Signal<_cccteam_ccc_lib_src_types.ResourceMeta>;
|
|
539
|
+
resourceRefMap: _angular_core.WritableSignal<Map<Resource, ResourceRef<RecordData[]>>>;
|
|
540
|
+
primaryKeys: _angular_core.Signal<_cccteam_ccc_lib_src_types.FieldMeta[]>;
|
|
541
|
+
rootColumns: _angular_core.Signal<ColumnConfig[]>;
|
|
542
|
+
columns: _angular_core.Signal<ColumnConfig[]>;
|
|
543
|
+
reloadListData(): void;
|
|
544
|
+
processedRowData: _angular_core.Signal<{
|
|
545
|
+
[x: string]: _cccteam_ccc_lib_src_types.DataType | null;
|
|
546
|
+
}[]>;
|
|
547
|
+
filters: _angular_core.Signal<string>;
|
|
548
|
+
createResource(event: MouseEvent): void;
|
|
549
|
+
parentKey: _angular_core.Signal<string | number | true | number[] | string[] | Date>;
|
|
550
|
+
childKey: _angular_core.Signal<string>;
|
|
551
|
+
private getUniqueId;
|
|
552
|
+
ngOnInit(): void;
|
|
553
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResourceListComponent, never>;
|
|
554
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ResourceListComponent, "ccc-resource-list", never, { "compoundResourceComponent": { "alias": "compoundResourceComponent"; "required": true; "isSignal": true; }; "hideCreateButton": { "alias": "hideCreateButton"; "required": false; "isSignal": true; }; "resourceConfig": { "alias": "resourceConfig"; "required": false; "isSignal": true; }; "viewRoute": { "alias": "viewRoute"; "required": false; "isSignal": true; }; "filter": { "alias": "filter"; "required": false; "isSignal": true; }; "linkCreateType": { "alias": "linkCreateType"; "required": false; "isSignal": true; }; "isRootList": { "alias": "isRootList"; "required": false; "isSignal": true; }; "relatedData": { "alias": "relatedData"; "required": false; "isSignal": true; }; "parentId": { "alias": "parentId"; "required": false; "isSignal": true; }; }, { "createMode": "createMode"; }, never, never, true, never>;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
declare class ResourceListCreateComponent {
|
|
558
|
+
compoundResourceComponent: _angular_core.InputSignal<Type<any>>;
|
|
559
|
+
injector: Injector;
|
|
560
|
+
store: ResourceStore;
|
|
561
|
+
listChild: _angular_core.Signal<ResourceListComponent | undefined>;
|
|
562
|
+
route: ActivatedRoute;
|
|
563
|
+
router: Router;
|
|
564
|
+
create: _angular_core.WritableSignal<boolean>;
|
|
565
|
+
parentId: _angular_core.InputSignal<string | undefined>;
|
|
566
|
+
parentData: _angular_core.InputSignal<RecordData>;
|
|
567
|
+
searchParams: _angular_core.InputSignal<Record<string, string>[]>;
|
|
568
|
+
resourceConfig: _angular_core.InputSignal<ListViewConfig | undefined>;
|
|
569
|
+
isRootList: _angular_core.InputSignal<boolean>;
|
|
570
|
+
childKey: _angular_core.Signal<string>;
|
|
571
|
+
filter: _angular_core.Signal<string>;
|
|
572
|
+
parentKey: _angular_core.Signal<string | number | true | number[] | string[] | Date>;
|
|
573
|
+
config: _angular_core.Signal<ListViewConfig>;
|
|
574
|
+
expPanel: _angular_core.Signal<MatExpansionPanel | undefined>;
|
|
575
|
+
rootConfig: _angular_core.Signal<RootConfig>;
|
|
576
|
+
createLinkType: _angular_core.Signal<boolean>;
|
|
577
|
+
createConfig: _angular_core.Signal<_cccteam_ccc_lib_src_types.ChildResourceConfig>;
|
|
578
|
+
createResource(event: MouseEvent): void;
|
|
579
|
+
makeCreatePatches(): void;
|
|
580
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResourceListCreateComponent, never>;
|
|
581
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ResourceListCreateComponent, "ccc-resource-list-create", never, { "compoundResourceComponent": { "alias": "compoundResourceComponent"; "required": true; "isSignal": true; }; "parentId": { "alias": "parentId"; "required": false; "isSignal": true; }; "parentData": { "alias": "parentData"; "required": false; "isSignal": true; }; "searchParams": { "alias": "searchParams"; "required": false; "isSignal": true; }; "resourceConfig": { "alias": "resourceConfig"; "required": false; "isSignal": true; }; "isRootList": { "alias": "isRootList"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
declare class ResourceResolverComponent {
|
|
585
|
+
compoundResourceComponent: _angular_core.InputSignal<Type<any>>;
|
|
586
|
+
resourceConfig: _angular_core.InputSignal<ChildResourceConfig | undefined>;
|
|
587
|
+
config: _angular_core.Signal<ComponentConfig>;
|
|
588
|
+
dynamicSlot: _angular_core.Signal<ViewContainerRef>;
|
|
589
|
+
parentData: _angular_core.InputSignal<RecordData>;
|
|
590
|
+
constructor();
|
|
591
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResourceResolverComponent, never>;
|
|
592
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ResourceResolverComponent, "ccc-resource-resolver", never, { "compoundResourceComponent": { "alias": "compoundResourceComponent"; "required": true; "isSignal": true; }; "resourceConfig": { "alias": "resourceConfig"; "required": false; "isSignal": true; }; "parentData": { "alias": "parentData"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
declare class ResourceViewComponent implements OnInit {
|
|
596
|
+
resourceMeta: (resource: Resource) => _cccteam_ccc_lib_src_types.ResourceMeta;
|
|
597
|
+
location: Location;
|
|
598
|
+
router: Router;
|
|
599
|
+
activatedRoute: ActivatedRoute;
|
|
600
|
+
notifications: NotificationService;
|
|
601
|
+
store: ResourceStore;
|
|
602
|
+
injector: Injector;
|
|
603
|
+
destroyRef: DestroyRef;
|
|
604
|
+
formState: FormStateService;
|
|
605
|
+
dialog: MatDialog;
|
|
606
|
+
editMode: WritableSignal<'edit' | 'view'>;
|
|
607
|
+
uuid: _angular_core.InputSignal<string>;
|
|
608
|
+
config: _angular_core.InputSignal<ListViewConfig | ViewConfig>;
|
|
609
|
+
relatedData: _angular_core.InputSignal<RecordData>;
|
|
610
|
+
compoundResourceView: _angular_core.InputSignal<boolean>;
|
|
611
|
+
isDirty: WritableSignal<boolean>;
|
|
612
|
+
displayFormInvalidMessage: WritableSignal<boolean>;
|
|
613
|
+
deleted: _angular_core.OutputEmitterRef<boolean>;
|
|
614
|
+
navAfterDelete: _angular_core.InputSignal<boolean>;
|
|
615
|
+
showCreateForm: _angular_core.ModelSignal<boolean>;
|
|
616
|
+
createConfig: _angular_core.Signal<_cccteam_ccc_lib_src_types.ChildResourceConfig>;
|
|
617
|
+
rootConfig: _angular_core.Signal<RootConfig>;
|
|
618
|
+
showCloseButton: _angular_core.Signal<boolean>;
|
|
619
|
+
commonButtonConfig: _angular_core.Signal<{
|
|
620
|
+
meta: _cccteam_ccc_lib_src_types.ResourceMeta;
|
|
621
|
+
resourceData: RecordData;
|
|
622
|
+
config: ListViewConfig | ViewConfig;
|
|
623
|
+
} | undefined>;
|
|
624
|
+
editButtonContext: _angular_core.Signal<{
|
|
625
|
+
actionType: "edit";
|
|
626
|
+
meta: _cccteam_ccc_lib_src_types.ResourceMeta;
|
|
627
|
+
resourceData: RecordData;
|
|
628
|
+
shouldRender: ((data: any) => boolean) | ((data: any) => boolean);
|
|
629
|
+
} | undefined>;
|
|
630
|
+
deleteButtonContext: _angular_core.Signal<{
|
|
631
|
+
actionType: "delete";
|
|
632
|
+
meta: _cccteam_ccc_lib_src_types.ResourceMeta;
|
|
633
|
+
resourceData: RecordData;
|
|
634
|
+
shouldRender: (data: RecordData) => boolean;
|
|
635
|
+
} | undefined>;
|
|
636
|
+
inlineRpcConfigs: _angular_core.Signal<{
|
|
637
|
+
config: RPCConfig;
|
|
638
|
+
context: {
|
|
639
|
+
actionType: "rpc";
|
|
640
|
+
shouldRender: () => boolean;
|
|
641
|
+
resourceData: RecordData;
|
|
642
|
+
};
|
|
643
|
+
}[] | undefined>;
|
|
644
|
+
endRpcConfigs: _angular_core.Signal<{
|
|
645
|
+
config: RPCConfig;
|
|
646
|
+
context: {
|
|
647
|
+
actionType: "rpc";
|
|
648
|
+
shouldRender: () => boolean;
|
|
649
|
+
resourceData: RecordData;
|
|
650
|
+
};
|
|
651
|
+
}[] | undefined>;
|
|
652
|
+
useExpansionPanel: _angular_core.Signal<boolean>;
|
|
653
|
+
resourceConfigRouteSnapshot: _angular_core.Signal<ListViewConfig | ViewConfig>;
|
|
654
|
+
emptyFormGroup: FormGroup<{}>;
|
|
655
|
+
form: _angular_core.Signal<FormGroup<{}>>;
|
|
656
|
+
pristineFormValues: Record<string, DataType | null>;
|
|
657
|
+
route: _angular_core.Signal<string>;
|
|
658
|
+
primaryKeys: _angular_core.Signal<_cccteam_ccc_lib_src_types.FieldMeta[]>;
|
|
659
|
+
primaryKeyPath: _angular_core.Signal<string>;
|
|
660
|
+
ngOnInit(): void;
|
|
661
|
+
setEditMode(mode: 'edit' | 'view'): void;
|
|
662
|
+
saveForm(): void;
|
|
663
|
+
resetForm(): void;
|
|
664
|
+
confirmDeleteResource(): void;
|
|
665
|
+
deleteResource(): void;
|
|
666
|
+
relatedId(): string;
|
|
667
|
+
constructor();
|
|
668
|
+
createResource(): void;
|
|
669
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResourceViewComponent, never>;
|
|
670
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ResourceViewComponent, "ccc-resource-view", never, { "uuid": { "alias": "uuid"; "required": true; "isSignal": true; }; "config": { "alias": "config"; "required": true; "isSignal": true; }; "relatedData": { "alias": "relatedData"; "required": false; "isSignal": true; }; "compoundResourceView": { "alias": "compoundResourceView"; "required": false; "isSignal": true; }; "navAfterDelete": { "alias": "navAfterDelete"; "required": false; "isSignal": true; }; "showCreateForm": { "alias": "showCreateForm"; "required": false; "isSignal": true; }; }, { "deleted": "deleted"; "showCreateForm": "showCreateFormChange"; }, never, never, true, never>;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
export { ActionAccessControlWrapperComponent, BaseInputComponent, BaseRPCModalComponent, CompoundResourceComponent, DeleteResourceConfirmationModalComponent, EmptyReadonlyFieldComponent, FormStateService, LeavePageConfirmationModalComponent, PaddingElementComponent, ResourceArrayViewComponent, ResourceCreateComponent, ResourceFieldComponent, ResourceLayoutComponent, ResourceListComponent, ResourceListCreateComponent, ResourceResolverComponent, ResourceStore, ResourceViewComponent, RpcButtonComponent, ValueFormatters, applyFormatting, canDeactivateGuard, civildateCoercion, concatFunctions, createFormGroup, extractFieldNames, flattenElements, formatDateString, generatedNavGroups, generatedNavItems, hyphenConcat, hyphenConcatWithoutResource, hyphenSpaceConcat, hyphenSpaceConcatWithoutResource, isUUID, maxConfigElementRecursionDepth, maxLayoutNestingDepth, metadataTypeCoercion, noSpaceConcatWithoutResource, resourceRoutes, resourceValidators, simpleSlashDateFormatter, spaceConcat, spaceConcatWithoutResource, spaceHyphenConcat, spaceHyphenConcatWithoutResource };
|
|
674
|
+
export type { ActionButtonContext$1 as ActionButtonContext, CanComponentDeactivate, CanDeactivateType, CreateOperation, DeleteOperation, FormatterFn, Link, Operation, PatchOperation, PristineData, ResourceMap, UpdateOperation };
|