@genesislcap/foundation-entity-management 14.303.0 → 14.303.1

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.
@@ -2684,6 +2684,55 @@
2684
2684
  }
2685
2685
  ]
2686
2686
  },
2687
+ {
2688
+ "kind": "javascript-module",
2689
+ "path": "src/layouts/default.ts",
2690
+ "declarations": [
2691
+ {
2692
+ "kind": "variable",
2693
+ "name": "loginLayout",
2694
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2695
+ },
2696
+ {
2697
+ "kind": "variable",
2698
+ "name": "defaultLayout",
2699
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
2700
+ }
2701
+ ],
2702
+ "exports": [
2703
+ {
2704
+ "kind": "js",
2705
+ "name": "loginLayout",
2706
+ "declaration": {
2707
+ "name": "loginLayout",
2708
+ "module": "src/layouts/default.ts"
2709
+ }
2710
+ },
2711
+ {
2712
+ "kind": "js",
2713
+ "name": "defaultLayout",
2714
+ "declaration": {
2715
+ "name": "defaultLayout",
2716
+ "module": "src/layouts/default.ts"
2717
+ }
2718
+ }
2719
+ ]
2720
+ },
2721
+ {
2722
+ "kind": "javascript-module",
2723
+ "path": "src/layouts/index.ts",
2724
+ "declarations": [],
2725
+ "exports": [
2726
+ {
2727
+ "kind": "js",
2728
+ "name": "*",
2729
+ "declaration": {
2730
+ "name": "*",
2731
+ "package": "./default"
2732
+ }
2733
+ }
2734
+ ]
2735
+ },
2687
2736
  {
2688
2737
  "kind": "javascript-module",
2689
2738
  "path": "src/main/index.ts",
@@ -2829,55 +2878,6 @@
2829
2878
  }
2830
2879
  ]
2831
2880
  },
2832
- {
2833
- "kind": "javascript-module",
2834
- "path": "src/layouts/default.ts",
2835
- "declarations": [
2836
- {
2837
- "kind": "variable",
2838
- "name": "loginLayout",
2839
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2840
- },
2841
- {
2842
- "kind": "variable",
2843
- "name": "defaultLayout",
2844
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
2845
- }
2846
- ],
2847
- "exports": [
2848
- {
2849
- "kind": "js",
2850
- "name": "loginLayout",
2851
- "declaration": {
2852
- "name": "loginLayout",
2853
- "module": "src/layouts/default.ts"
2854
- }
2855
- },
2856
- {
2857
- "kind": "js",
2858
- "name": "defaultLayout",
2859
- "declaration": {
2860
- "name": "defaultLayout",
2861
- "module": "src/layouts/default.ts"
2862
- }
2863
- }
2864
- ]
2865
- },
2866
- {
2867
- "kind": "javascript-module",
2868
- "path": "src/layouts/index.ts",
2869
- "declarations": [],
2870
- "exports": [
2871
- {
2872
- "kind": "js",
2873
- "name": "*",
2874
- "declaration": {
2875
- "name": "*",
2876
- "package": "./default"
2877
- }
2878
- }
2879
- ]
2880
- },
2881
2881
  {
2882
2882
  "kind": "javascript-module",
2883
2883
  "path": "src/routes/config.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.303.0",
4
+ "version": "14.303.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,28 +52,28 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.303.0",
56
- "@genesislcap/genx": "14.303.0",
57
- "@genesislcap/rollup-builder": "14.303.0",
58
- "@genesislcap/ts-builder": "14.303.0",
59
- "@genesislcap/uvu-playwright-builder": "14.303.0",
60
- "@genesislcap/vite-builder": "14.303.0",
61
- "@genesislcap/webpack-builder": "14.303.0"
55
+ "@genesislcap/foundation-testing": "14.303.1",
56
+ "@genesislcap/genx": "14.303.1",
57
+ "@genesislcap/rollup-builder": "14.303.1",
58
+ "@genesislcap/ts-builder": "14.303.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.303.1",
60
+ "@genesislcap/vite-builder": "14.303.1",
61
+ "@genesislcap/webpack-builder": "14.303.1"
62
62
  },
63
63
  "dependencies": {
64
64
  "@ag-grid-community/core": "29.2.0",
65
- "@genesislcap/foundation-comms": "14.303.0",
66
- "@genesislcap/foundation-errors": "14.303.0",
67
- "@genesislcap/foundation-events": "14.303.0",
68
- "@genesislcap/foundation-forms": "14.303.0",
69
- "@genesislcap/foundation-logger": "14.303.0",
70
- "@genesislcap/foundation-login": "14.303.0",
71
- "@genesislcap/foundation-notifications": "14.303.0",
72
- "@genesislcap/foundation-ui": "14.303.0",
73
- "@genesislcap/foundation-utils": "14.303.0",
74
- "@genesislcap/foundation-zero": "14.303.0",
75
- "@genesislcap/foundation-zero-grid-pro": "14.303.0",
76
- "@genesislcap/grid-pro": "14.303.0",
65
+ "@genesislcap/foundation-comms": "14.303.1",
66
+ "@genesislcap/foundation-errors": "14.303.1",
67
+ "@genesislcap/foundation-events": "14.303.1",
68
+ "@genesislcap/foundation-forms": "14.303.1",
69
+ "@genesislcap/foundation-logger": "14.303.1",
70
+ "@genesislcap/foundation-login": "14.303.1",
71
+ "@genesislcap/foundation-notifications": "14.303.1",
72
+ "@genesislcap/foundation-ui": "14.303.1",
73
+ "@genesislcap/foundation-utils": "14.303.1",
74
+ "@genesislcap/foundation-zero": "14.303.1",
75
+ "@genesislcap/foundation-zero-grid-pro": "14.303.1",
76
+ "@genesislcap/grid-pro": "14.303.1",
77
77
  "@microsoft/fast-components": "2.30.6",
78
78
  "@microsoft/fast-element": "1.14.0",
79
79
  "@microsoft/fast-foundation": "2.49.6",
@@ -89,5 +89,5 @@
89
89
  "access": "public"
90
90
  },
91
91
  "customElements": "dist/custom-elements.json",
92
- "gitHead": "1495670cf431019b7a29589f6ab7b80c0ec31945"
92
+ "gitHead": "f1685d21651cfe332605360143595a9bb603b129"
93
93
  }
@@ -1,236 +0,0 @@
1
- ## API Report File for "@genesislcap/foundation-entity-management"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { Auth } from '@genesislcap/foundation-comms';
8
- import { AvailableOption } from '@genesislcap/foundation-ui';
9
- import { ColDef } from '@ag-grid-community/core';
10
- import { Connect } from '@genesislcap/foundation-comms';
11
- import { Constructable } from '@microsoft/fast-element';
12
- import { Container } from '@microsoft/fast-foundation';
13
- import { Controller } from '@microsoft/fast-element';
14
- import { DatasourceOptions } from '@genesislcap/foundation-comms';
15
- import { DatasourceType } from '@genesislcap/grid-pro';
16
- import { DOMContainer } from '@genesislcap/foundation-utils';
17
- import { FASTElement } from '@microsoft/fast-element';
18
- import { FoundationAnalytics } from '@genesislcap/foundation-comms';
19
- import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
20
- import { GridOptions } from '@ag-grid-community/core';
21
- import type { GridProCaseType } from '@genesislcap/grid-pro';
22
- import { GridProGenesisDatasource } from '@genesislcap/foundation-zero-grid-pro';
23
- import type { GridProStatusBarConfig } from '@genesislcap/grid-pro';
24
- import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
25
- import { Logger } from '@genesislcap/foundation-logger';
26
- import { MessageError } from '@genesislcap/foundation-comms';
27
- import { Modal } from '@genesislcap/foundation-ui';
28
- import { PartialFASTElementDefinition } from '@microsoft/fast-element';
29
- import { RendererEntry } from '@genesislcap/foundation-forms';
30
- import { RouterConfiguration } from '@microsoft/fast-router';
31
- import { SelectedOption } from '@genesislcap/foundation-ui';
32
- import { SelectionChangedEvent } from '@ag-grid-community/core';
33
- import { Session } from '@genesislcap/foundation-comms';
34
- import { UiSchema } from '@genesislcap/foundation-forms';
35
- import { UiSchemaElement } from '@genesislcap/foundation-forms';
36
- import { UiSchemaElementType } from '@genesislcap/foundation-forms';
37
- import { UiSchemaOptions } from '@genesislcap/foundation-forms';
38
- import { ViewTemplate } from '@microsoft/fast-element';
39
- import { ZeroGridPro } from '@genesislcap/foundation-zero-grid-pro';
40
-
41
- // @public (undocumented)
42
- export const buttonCellRenderer: (title: any, clickHandler: any, contentTemplate: any) => ColDef;
43
-
44
- // @public
45
- export type DatasourceConfiguration = Omit<DatasourceOptions, 'resourceName'>;
46
-
47
- // Warning: (ae-internal-missing-underscore) The name "DynamicTemplate" should be prefixed with an underscore because the declaration is marked as @internal
48
- //
49
- // @internal (undocumented)
50
- export const DynamicTemplate: ViewTemplate<MainApplication>;
51
-
52
- // Warning: (ae-forgotten-export) The symbol "EntityManagement_base" needs to be exported by the entry point index.d.ts
53
- //
54
- // @public
55
- export class EntityManagement extends EntityManagement_base {
56
- // @internal
57
- asyncAdd: boolean;
58
- // @internal
59
- asyncRemove: boolean;
60
- // @internal
61
- asyncUpdate: boolean;
62
- // @internal (undocumented)
63
- closeModal(): void;
64
- columns: ColDef[];
65
- // @internal (undocumented)
66
- confirmDelete(): Promise<void>;
67
- // @internal
68
- protected connect: Connect;
69
- // @internal
70
- connectedCallback(): Promise<void>;
71
- // @internal
72
- createEntity(): void;
73
- createEvent: string;
74
- createFormUiSchema: UiSchema;
75
- crudActionMenuName: string;
76
- // Warning: (ae-forgotten-export) The symbol "CrudMenuPosition" needs to be exported by the entry point index.d.ts
77
- crudMenuPosition: CrudMenuPosition;
78
- // Warning: (ae-forgotten-export) The symbol "ActionsMenuStyle" needs to be exported by the entry point index.d.ts
79
- crudMenuStyle: ActionsMenuStyle;
80
- // @internal
81
- crudMenuWrapper: any;
82
- set datasourceConfig(config: DatasourceConfiguration);
83
- get datasourceConfig(): DatasourceConfiguration;
84
- // @internal (undocumented)
85
- _datasourceConfig: DatasourceConfiguration;
86
- datasourceType: DatasourceType;
87
- // @internal
88
- deepClone(): Node;
89
- defaultEntityValues: Record<string, unknown>;
90
- // @internal
91
- deleteEntity(e: CustomEvent): Promise<void>;
92
- deleteEvent: string;
93
- // @internal (undocumented)
94
- disconnectedCallback(): Promise<void>;
95
- // @internal
96
- editedEntity: Record<string, unknown>;
97
- // @internal
98
- editEntity({ detail }: CustomEvent): Promise<void>;
99
- // @internal (undocumented)
100
- editEntityModal: Modal;
101
- // @internal (undocumented)
102
- editModalVisible: boolean;
103
- // @internal
104
- emitCrud(action: 'create' | 'edit' | 'delete'): void;
105
- enableCellFlashing: boolean;
106
- enableFilterBar: boolean;
107
- enableRowFlashing: boolean;
108
- enableSearchBar: boolean;
109
- entityLabel: string;
110
- // Warning: (ae-forgotten-export) The symbol "List" needs to be exported by the entry point index.d.ts
111
- //
112
- // @internal (undocumented)
113
- entityListRef: List;
114
- formRenderers: RendererEntry[];
115
- // @internal
116
- formResourceName: string;
117
- // @internal (undocumented)
118
- formUiSchema: UiSchema;
119
- // Warning: (ae-forgotten-export) The symbol "CrudAction" needs to be exported by the entry point index.d.ts
120
- //
121
- // @internal
122
- getTitleBasedOnActionOrType(actionOrType: CrudAction | ModalFormType): string;
123
- gridOptions: GridOptions;
124
- // @internal
125
- gridVisible: boolean;
126
- // @internal
127
- handleNotify(type: ModalFormType | CrudAction.Delete, requestError?: MessageError[]): void;
128
- // @internal
129
- hasContentInSlot(slotName: string): boolean;
130
- // @internal
131
- get hasSelectedEntity(): boolean;
132
- headerCaseType: GridProCaseType;
133
- // @internal (undocumented)
134
- get headerTempalate(): ViewTemplate<EntityManagement, any>;
135
- hideDelete: boolean;
136
- hideEdit: boolean;
137
- // @internal (undocumented)
138
- get isServerSideDatasource(): boolean;
139
- // @internal
140
- get modalFormTitle(): string;
141
- // Warning: (ae-forgotten-export) The symbol "ModalFormType" needs to be exported by the entry point index.d.ts
142
- //
143
- // @internal
144
- modalFormType: ModalFormType;
145
- modalPosition: 'centre' | 'left' | 'right';
146
- persistColumnStateKey: string;
147
- persistFilterModelKey: string;
148
- prefix: string;
149
- readEvent: string;
150
- readEventFn: (entity: any) => any;
151
- // @internal (undocumented)
152
- readonly: boolean;
153
- resourceName: string;
154
- rowSelection: string;
155
- searchBarConfig: AvailableOption[];
156
- // @internal (undocumented)
157
- searchChanged(event: CustomEvent<Array<SelectedOption>>): void;
158
- // @internal
159
- selectedEntity: Record<string, unknown>;
160
- // @internal
161
- selectionChanged(event: CustomEvent<SelectionChangedEvent>): void;
162
- setDSConfigWithoutUpdatingBaseCriteria(config: DatasourceConfiguration): void;
163
- // @internal
164
- get shouldHideDeleteInColumn(): boolean;
165
- // @internal
166
- get shouldHideEditInColumn(): boolean;
167
- sizeColumnsToFit: boolean;
168
- statusBarConfig: GridProStatusBarConfig;
169
- // @internal
170
- submitEntityChanges(): Promise<void>;
171
- // @internal (undocumented)
172
- submitting: boolean;
173
- title: string;
174
- updateEvent: string;
175
- updateFormUiSchema: UiSchema;
176
- }
177
-
178
- // @public
179
- export const getErrorFormat: (err: any) => string;
180
-
181
- // Warning: (ae-internal-missing-underscore) The name "LoadingTemplate" should be prefixed with an underscore because the declaration is marked as @internal
182
- //
183
- // @internal (undocumented)
184
- export const LoadingTemplate: ViewTemplate<MainApplication>;
185
-
186
- // @public (undocumented)
187
- export const logger: Logger;
188
-
189
- // @public (undocumented)
190
- export class MainApplication extends FASTElement {
191
- // Warning: (ae-forgotten-export) The symbol "MainRouterConfig" needs to be exported by the entry point index.d.ts
192
- //
193
- // (undocumented)
194
- config: MainRouterConfig;
195
- // (undocumented)
196
- connect: Connect;
197
- // (undocumented)
198
- connectedCallback(): void;
199
- // (undocumented)
200
- container: Container;
201
- // (undocumented)
202
- loadRemotes(): Promise<void>;
203
- // (undocumented)
204
- onLuminanceToggle(): void;
205
- // (undocumented)
206
- provider: HTMLElement;
207
- // (undocumented)
208
- ready: boolean;
209
- // (undocumented)
210
- selectTemplate(): ViewTemplate<MainApplication, any>;
211
- // (undocumented)
212
- session: Session;
213
- }
214
-
215
- // Warning: (ae-internal-missing-underscore) The name "MainTemplate" should be prefixed with an underscore because the declaration is marked as @internal
216
- //
217
- // @internal (undocumented)
218
- export const MainTemplate: ViewTemplate<MainApplication>;
219
-
220
- // @alpha
221
- export class SmartFormModal extends EntityManagement {
222
- // (undocumented)
223
- gridVisible: boolean;
224
- }
225
-
226
- export { UiSchema }
227
-
228
- export { UiSchemaElement }
229
-
230
- export { UiSchemaElementType }
231
-
232
- export { UiSchemaOptions }
233
-
234
- // (No @packageDocumentation comment for this package)
235
-
236
- ```