@genesislcap/foundation-entity-management 14.171.0 → 14.172.1-alpha-30b1afc.0
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/dist/custom-elements.json +50 -49
- package/dist/dts/profiles/profiles.d.ts +2 -0
- package/dist/dts/profiles/profiles.d.ts.map +1 -1
- package/dist/esm/profiles/profiles.js +2 -0
- package/dist/foundation-entity-management.api.json +1 -1
- package/dist/foundation-entity-management.d.ts +2 -0
- package/docs/api/foundation-entity-management.profiles.md +5 -0
- package/docs/api-report.md +1 -1
- package/package.json +21 -21
|
@@ -838,6 +838,55 @@
|
|
|
838
838
|
}
|
|
839
839
|
]
|
|
840
840
|
},
|
|
841
|
+
{
|
|
842
|
+
"kind": "javascript-module",
|
|
843
|
+
"path": "src/layouts/default.ts",
|
|
844
|
+
"declarations": [
|
|
845
|
+
{
|
|
846
|
+
"kind": "variable",
|
|
847
|
+
"name": "loginLayout",
|
|
848
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"kind": "variable",
|
|
852
|
+
"name": "defaultLayout",
|
|
853
|
+
"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)"
|
|
854
|
+
}
|
|
855
|
+
],
|
|
856
|
+
"exports": [
|
|
857
|
+
{
|
|
858
|
+
"kind": "js",
|
|
859
|
+
"name": "loginLayout",
|
|
860
|
+
"declaration": {
|
|
861
|
+
"name": "loginLayout",
|
|
862
|
+
"module": "src/layouts/default.ts"
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"kind": "js",
|
|
867
|
+
"name": "defaultLayout",
|
|
868
|
+
"declaration": {
|
|
869
|
+
"name": "defaultLayout",
|
|
870
|
+
"module": "src/layouts/default.ts"
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
]
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"kind": "javascript-module",
|
|
877
|
+
"path": "src/layouts/index.ts",
|
|
878
|
+
"declarations": [],
|
|
879
|
+
"exports": [
|
|
880
|
+
{
|
|
881
|
+
"kind": "js",
|
|
882
|
+
"name": "*",
|
|
883
|
+
"declaration": {
|
|
884
|
+
"name": "*",
|
|
885
|
+
"package": "./default"
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
]
|
|
889
|
+
},
|
|
841
890
|
{
|
|
842
891
|
"kind": "javascript-module",
|
|
843
892
|
"path": "src/list/index.ts",
|
|
@@ -1258,55 +1307,6 @@
|
|
|
1258
1307
|
}
|
|
1259
1308
|
]
|
|
1260
1309
|
},
|
|
1261
|
-
{
|
|
1262
|
-
"kind": "javascript-module",
|
|
1263
|
-
"path": "src/layouts/default.ts",
|
|
1264
|
-
"declarations": [
|
|
1265
|
-
{
|
|
1266
|
-
"kind": "variable",
|
|
1267
|
-
"name": "loginLayout",
|
|
1268
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1269
|
-
},
|
|
1270
|
-
{
|
|
1271
|
-
"kind": "variable",
|
|
1272
|
-
"name": "defaultLayout",
|
|
1273
|
-
"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)"
|
|
1274
|
-
}
|
|
1275
|
-
],
|
|
1276
|
-
"exports": [
|
|
1277
|
-
{
|
|
1278
|
-
"kind": "js",
|
|
1279
|
-
"name": "loginLayout",
|
|
1280
|
-
"declaration": {
|
|
1281
|
-
"name": "loginLayout",
|
|
1282
|
-
"module": "src/layouts/default.ts"
|
|
1283
|
-
}
|
|
1284
|
-
},
|
|
1285
|
-
{
|
|
1286
|
-
"kind": "js",
|
|
1287
|
-
"name": "defaultLayout",
|
|
1288
|
-
"declaration": {
|
|
1289
|
-
"name": "defaultLayout",
|
|
1290
|
-
"module": "src/layouts/default.ts"
|
|
1291
|
-
}
|
|
1292
|
-
}
|
|
1293
|
-
]
|
|
1294
|
-
},
|
|
1295
|
-
{
|
|
1296
|
-
"kind": "javascript-module",
|
|
1297
|
-
"path": "src/layouts/index.ts",
|
|
1298
|
-
"declarations": [],
|
|
1299
|
-
"exports": [
|
|
1300
|
-
{
|
|
1301
|
-
"kind": "js",
|
|
1302
|
-
"name": "*",
|
|
1303
|
-
"declaration": {
|
|
1304
|
-
"name": "*",
|
|
1305
|
-
"package": "./default"
|
|
1306
|
-
}
|
|
1307
|
-
}
|
|
1308
|
-
]
|
|
1309
|
-
},
|
|
1310
1310
|
{
|
|
1311
1311
|
"kind": "javascript-module",
|
|
1312
1312
|
"path": "src/main/index.ts",
|
|
@@ -2134,6 +2134,7 @@
|
|
|
2134
2134
|
"name": "EntityManagement",
|
|
2135
2135
|
"module": "/src/entities"
|
|
2136
2136
|
},
|
|
2137
|
+
"deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
|
|
2137
2138
|
"tagName": "profile-management",
|
|
2138
2139
|
"customElement": true,
|
|
2139
2140
|
"attributes": [
|
|
@@ -2,6 +2,8 @@ import { EntityManagement } from '../entities';
|
|
|
2
2
|
/**
|
|
3
3
|
* Main class which defined the profile management functionality
|
|
4
4
|
*
|
|
5
|
+
* @deprecated - Use '\@genesislcap/pbc-auth' instead.
|
|
6
|
+
* 'https://www.npmjs.com/package/\@genesislcap/pbc-auth'
|
|
5
7
|
* @remarks
|
|
6
8
|
*
|
|
7
9
|
* Under the hood the profile-management is the entity-management micro-frontend configured for use
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"profiles.d.ts","sourceRoot":"","sources":["../../../src/profiles/profiles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAoB,MAAM,aAAa,CAAC;AAGjE
|
|
1
|
+
{"version":3,"file":"profiles.d.ts","sourceRoot":"","sources":["../../../src/profiles/profiles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAoB,MAAM,aAAa,CAAC;AAGjE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBAKa,QAAS,SAAQ,gBAAgB;IAC5C;;;;;;;;OAQG;IACG,OAAO,CAAC,IAAI,CAAO;IAEzB;;OAEG;;IAuBU,eAAe,CAAC,OAAO,KAAA;;;;;IAsBrB,aAAa;CAM7B"}
|
|
@@ -6,6 +6,8 @@ import { editProfileFormSchema } from './editProfileSchema';
|
|
|
6
6
|
/**
|
|
7
7
|
* Main class which defined the profile management functionality
|
|
8
8
|
*
|
|
9
|
+
* @deprecated - Use '\@genesislcap/pbc-auth' instead.
|
|
10
|
+
* 'https://www.npmjs.com/package/\@genesislcap/pbc-auth'
|
|
9
11
|
* @remarks
|
|
10
12
|
*
|
|
11
13
|
* Under the hood the profile-management is the entity-management micro-frontend configured for use
|
|
@@ -2283,7 +2283,7 @@
|
|
|
2283
2283
|
{
|
|
2284
2284
|
"kind": "Class",
|
|
2285
2285
|
"canonicalReference": "@genesislcap/foundation-entity-management!Profiles:class",
|
|
2286
|
-
"docComment": "/**\n * Main class which defined the profile management functionality\n *\n * @remarks\n *\n * Under the hood the profile-management is the entity-management micro-frontend configured for use with the `ALL_PROFILES` resource.\n *\n * @example\n *\n * You can use this class by forward declaring it in the template file where it is used, and then using it in a html template. It is recommended to wrap it in an error boundary.\n * ```javascript\n * <profile-management></profile-management>\n * ```\n *\n * @public\n */\n",
|
|
2286
|
+
"docComment": "/**\n * Main class which defined the profile management functionality\n *\n * @remarks\n *\n * Under the hood the profile-management is the entity-management micro-frontend configured for use with the `ALL_PROFILES` resource.\n *\n * @deprecated\n *\n * - Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'\n *\n * @example\n *\n * You can use this class by forward declaring it in the template file where it is used, and then using it in a html template. It is recommended to wrap it in an error boundary.\n * ```javascript\n * <profile-management></profile-management>\n * ```\n *\n * @public\n */\n",
|
|
2287
2287
|
"excerptTokens": [
|
|
2288
2288
|
{
|
|
2289
2289
|
"kind": "Content",
|
|
@@ -706,6 +706,8 @@ export declare const MainTemplate: ViewTemplate<MainApplication>;
|
|
|
706
706
|
/**
|
|
707
707
|
* Main class which defined the profile management functionality
|
|
708
708
|
*
|
|
709
|
+
* @deprecated - Use '\@genesislcap/pbc-auth' instead.
|
|
710
|
+
* 'https://www.npmjs.com/package/\@genesislcap/pbc-auth'
|
|
709
711
|
* @remarks
|
|
710
712
|
*
|
|
711
713
|
* Under the hood the profile-management is the entity-management micro-frontend configured for use
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
## Profiles class
|
|
6
6
|
|
|
7
|
+
> Warning: This API is now obsolete.
|
|
8
|
+
>
|
|
9
|
+
> - Use '<!-- -->@<!-- -->genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/<!-- -->@<!-- -->genesislcap/pbc-auth'
|
|
10
|
+
>
|
|
11
|
+
|
|
7
12
|
Main class which defined the profile management functionality
|
|
8
13
|
|
|
9
14
|
**Signature:**
|
package/docs/api-report.md
CHANGED
|
@@ -168,7 +168,7 @@ export class MainApplication extends FASTElement {
|
|
|
168
168
|
// @internal (undocumented)
|
|
169
169
|
export const MainTemplate: ViewTemplate<MainApplication>;
|
|
170
170
|
|
|
171
|
-
// @public
|
|
171
|
+
// @public @deprecated
|
|
172
172
|
export class Profiles extends EntityManagement {
|
|
173
173
|
constructor();
|
|
174
174
|
// (undocumented)
|
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.
|
|
4
|
+
"version": "14.172.1-alpha-30b1afc.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,29 +43,29 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-testing": "14.
|
|
47
|
-
"@genesislcap/genx": "14.
|
|
48
|
-
"@genesislcap/rollup-builder": "14.
|
|
49
|
-
"@genesislcap/ts-builder": "14.
|
|
50
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
51
|
-
"@genesislcap/vite-builder": "14.
|
|
52
|
-
"@genesislcap/webpack-builder": "14.
|
|
46
|
+
"@genesislcap/foundation-testing": "14.172.1-alpha-30b1afc.0",
|
|
47
|
+
"@genesislcap/genx": "14.172.1-alpha-30b1afc.0",
|
|
48
|
+
"@genesislcap/rollup-builder": "14.172.1-alpha-30b1afc.0",
|
|
49
|
+
"@genesislcap/ts-builder": "14.172.1-alpha-30b1afc.0",
|
|
50
|
+
"@genesislcap/uvu-playwright-builder": "14.172.1-alpha-30b1afc.0",
|
|
51
|
+
"@genesislcap/vite-builder": "14.172.1-alpha-30b1afc.0",
|
|
52
|
+
"@genesislcap/webpack-builder": "14.172.1-alpha-30b1afc.0",
|
|
53
53
|
"rimraf": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ag-grid-community/core": "29.2.0",
|
|
57
|
-
"@genesislcap/foundation-comms": "14.
|
|
58
|
-
"@genesislcap/foundation-errors": "14.
|
|
59
|
-
"@genesislcap/foundation-events": "14.
|
|
60
|
-
"@genesislcap/foundation-forms": "14.
|
|
61
|
-
"@genesislcap/foundation-logger": "14.
|
|
62
|
-
"@genesislcap/foundation-login": "14.
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.
|
|
65
|
-
"@genesislcap/foundation-utils": "14.
|
|
66
|
-
"@genesislcap/foundation-zero": "14.
|
|
67
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
68
|
-
"@genesislcap/grid-pro": "14.
|
|
57
|
+
"@genesislcap/foundation-comms": "14.172.1-alpha-30b1afc.0",
|
|
58
|
+
"@genesislcap/foundation-errors": "14.172.1-alpha-30b1afc.0",
|
|
59
|
+
"@genesislcap/foundation-events": "14.172.1-alpha-30b1afc.0",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.172.1-alpha-30b1afc.0",
|
|
61
|
+
"@genesislcap/foundation-logger": "14.172.1-alpha-30b1afc.0",
|
|
62
|
+
"@genesislcap/foundation-login": "14.172.1-alpha-30b1afc.0",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.172.1-alpha-30b1afc.0",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.172.1-alpha-30b1afc.0",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.172.1-alpha-30b1afc.0",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.172.1-alpha-30b1afc.0",
|
|
67
|
+
"@genesislcap/foundation-zero-grid-pro": "14.172.1-alpha-30b1afc.0",
|
|
68
|
+
"@genesislcap/grid-pro": "14.172.1-alpha-30b1afc.0",
|
|
69
69
|
"@microsoft/fast-components": "^2.30.6",
|
|
70
70
|
"@microsoft/fast-element": "^1.12.0",
|
|
71
71
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
83
|
"customElements": "dist/custom-elements.json",
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "03cac2d0ae1984bbe5f54f6792f5265fa2545476"
|
|
85
85
|
}
|