@genesislcap/foundation-entity-management 14.227.3 → 14.227.4-FUI-2256.2

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.
@@ -3072,6 +3072,38 @@
3072
3072
  "name": "*",
3073
3073
  "package": "./renderer"
3074
3074
  }
3075
+ },
3076
+ {
3077
+ "kind": "js",
3078
+ "name": "UiSchema",
3079
+ "declaration": {
3080
+ "name": "UiSchema",
3081
+ "package": "@genesislcap/foundation-forms"
3082
+ }
3083
+ },
3084
+ {
3085
+ "kind": "js",
3086
+ "name": "UiSchemaElement",
3087
+ "declaration": {
3088
+ "name": "UiSchemaElement",
3089
+ "package": "@genesislcap/foundation-forms"
3090
+ }
3091
+ },
3092
+ {
3093
+ "kind": "js",
3094
+ "name": "UiSchemaOptions",
3095
+ "declaration": {
3096
+ "name": "UiSchemaOptions",
3097
+ "package": "@genesislcap/foundation-forms"
3098
+ }
3099
+ },
3100
+ {
3101
+ "kind": "js",
3102
+ "name": "UiSchemaElementType",
3103
+ "declaration": {
3104
+ "name": "UiSchemaElementType",
3105
+ "package": "@genesislcap/foundation-forms"
3106
+ }
3075
3107
  }
3076
3108
  ]
3077
3109
  },
@@ -1,4 +1,5 @@
1
1
  export * from './formatting';
2
2
  export * from './logger';
3
3
  export * from './renderer';
4
+ export { UiSchema, UiSchemaElement, UiSchemaOptions, UiSchemaElementType, } from '@genesislcap/foundation-forms';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAE3B,OAAO,EACL,QAAQ,EACR,eAAe,EACf,eAAe,EACf,mBAAmB,GACpB,MAAM,+BAA+B,CAAC"}
@@ -27,6 +27,9 @@ import { SelectedOption } from '@genesislcap/foundation-ui';
27
27
  import { SelectionChangedEvent } from '@ag-grid-community/core';
28
28
  import { Session } from '@genesislcap/foundation-comms';
29
29
  import { UiSchema } from '@genesislcap/foundation-forms';
30
+ import { UiSchemaElement } from '@genesislcap/foundation-forms';
31
+ import { UiSchemaElementType } from '@genesislcap/foundation-forms';
32
+ import { UiSchemaOptions } from '@genesislcap/foundation-forms';
30
33
  import { ViewTemplate } from '@microsoft/fast-element';
31
34
 
32
35
  declare enum ActionsMenuStyle {
@@ -1001,6 +1004,14 @@ declare type RouterSettings = {
1001
1004
  autoAuth?: boolean;
1002
1005
  };
1003
1006
 
1007
+ export { UiSchema }
1008
+
1009
+ export { UiSchemaElement }
1010
+
1011
+ export { UiSchemaElementType }
1012
+
1013
+ export { UiSchemaOptions }
1014
+
1004
1015
  /**
1005
1016
  * Main class which defines the user management functionality
1006
1017
  *
@@ -33,6 +33,9 @@ import { SelectedOption } from '@genesislcap/foundation-ui';
33
33
  import { SelectionChangedEvent } from '@ag-grid-community/core';
34
34
  import { Session } from '@genesislcap/foundation-comms';
35
35
  import { UiSchema } from '@genesislcap/foundation-forms';
36
+ import { UiSchemaElement } from '@genesislcap/foundation-forms';
37
+ import { UiSchemaElementType } from '@genesislcap/foundation-forms';
38
+ import { UiSchemaOptions } from '@genesislcap/foundation-forms';
36
39
  import { ViewTemplate } from '@microsoft/fast-element';
37
40
 
38
41
  // @public (undocumented)
@@ -215,6 +218,14 @@ export class Profiles extends EntityManagement {
215
218
  }>;
216
219
  }
217
220
 
221
+ export { UiSchema }
222
+
223
+ export { UiSchemaElement }
224
+
225
+ export { UiSchemaElementType }
226
+
227
+ export { UiSchemaOptions }
228
+
218
229
  // Warning: (ae-forgotten-export) The symbol "Users_base" needs to be exported by the entry point index.d.ts
219
230
  //
220
231
  // @public @deprecated
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.227.3",
4
+ "version": "14.227.4-FUI-2256.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.227.3",
56
- "@genesislcap/genx": "14.227.3",
57
- "@genesislcap/rollup-builder": "14.227.3",
58
- "@genesislcap/ts-builder": "14.227.3",
59
- "@genesislcap/uvu-playwright-builder": "14.227.3",
60
- "@genesislcap/vite-builder": "14.227.3",
61
- "@genesislcap/webpack-builder": "14.227.3",
55
+ "@genesislcap/foundation-testing": "14.227.4-FUI-2256.2",
56
+ "@genesislcap/genx": "14.227.4-FUI-2256.2",
57
+ "@genesislcap/rollup-builder": "14.227.4-FUI-2256.2",
58
+ "@genesislcap/ts-builder": "14.227.4-FUI-2256.2",
59
+ "@genesislcap/uvu-playwright-builder": "14.227.4-FUI-2256.2",
60
+ "@genesislcap/vite-builder": "14.227.4-FUI-2256.2",
61
+ "@genesislcap/webpack-builder": "14.227.4-FUI-2256.2",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.227.3",
67
- "@genesislcap/foundation-errors": "14.227.3",
68
- "@genesislcap/foundation-events": "14.227.3",
69
- "@genesislcap/foundation-forms": "14.227.3",
70
- "@genesislcap/foundation-logger": "14.227.3",
71
- "@genesislcap/foundation-login": "14.227.3",
72
- "@genesislcap/foundation-notifications": "14.227.3",
73
- "@genesislcap/foundation-ui": "14.227.3",
74
- "@genesislcap/foundation-utils": "14.227.3",
75
- "@genesislcap/foundation-zero": "14.227.3",
76
- "@genesislcap/foundation-zero-grid-pro": "14.227.3",
77
- "@genesislcap/grid-pro": "14.227.3",
66
+ "@genesislcap/foundation-comms": "14.227.4-FUI-2256.2",
67
+ "@genesislcap/foundation-errors": "14.227.4-FUI-2256.2",
68
+ "@genesislcap/foundation-events": "14.227.4-FUI-2256.2",
69
+ "@genesislcap/foundation-forms": "14.227.4-FUI-2256.2",
70
+ "@genesislcap/foundation-logger": "14.227.4-FUI-2256.2",
71
+ "@genesislcap/foundation-login": "14.227.4-FUI-2256.2",
72
+ "@genesislcap/foundation-notifications": "14.227.4-FUI-2256.2",
73
+ "@genesislcap/foundation-ui": "14.227.4-FUI-2256.2",
74
+ "@genesislcap/foundation-utils": "14.227.4-FUI-2256.2",
75
+ "@genesislcap/foundation-zero": "14.227.4-FUI-2256.2",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.227.4-FUI-2256.2",
77
+ "@genesislcap/grid-pro": "14.227.4-FUI-2256.2",
78
78
  "@microsoft/fast-components": "2.30.6",
79
79
  "@microsoft/fast-element": "1.14.0",
80
80
  "@microsoft/fast-foundation": "2.49.6",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "ec53c11dc44bf5b131ea255d03a5da599c806cd7"
94
+ "gitHead": "a1c0cc59a8cf53e44f131f9251be45c785771248"
95
95
  }