@genesislcap/foundation-entity-management 14.161.0 → 14.162.1-beta.5eead96.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 +36 -35
- package/dist/dts/users/users.d.ts +7 -6
- package/dist/dts/users/users.d.ts.map +1 -1
- package/dist/esm/users/users.js +2 -1
- package/dist/foundation-entity-management.api.json +1 -1
- package/dist/foundation-entity-management.d.ts +7 -6
- package/docs/api/foundation-entity-management.users.md +5 -0
- package/docs/api-report.md +1 -1
- package/package.json +21 -21
|
@@ -87,6 +87,41 @@
|
|
|
87
87
|
}
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
+
{
|
|
91
|
+
"kind": "javascript-module",
|
|
92
|
+
"path": "src/components/components.ts",
|
|
93
|
+
"declarations": [
|
|
94
|
+
{
|
|
95
|
+
"kind": "function",
|
|
96
|
+
"name": "loadRemotes"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"exports": [
|
|
100
|
+
{
|
|
101
|
+
"kind": "js",
|
|
102
|
+
"name": "loadRemotes",
|
|
103
|
+
"declaration": {
|
|
104
|
+
"name": "loadRemotes",
|
|
105
|
+
"module": "src/components/components.ts"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"kind": "javascript-module",
|
|
112
|
+
"path": "src/components/index.ts",
|
|
113
|
+
"declarations": [],
|
|
114
|
+
"exports": [
|
|
115
|
+
{
|
|
116
|
+
"kind": "js",
|
|
117
|
+
"name": "*",
|
|
118
|
+
"declaration": {
|
|
119
|
+
"name": "*",
|
|
120
|
+
"package": "./components"
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
]
|
|
124
|
+
},
|
|
90
125
|
{
|
|
91
126
|
"kind": "javascript-module",
|
|
92
127
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -803,41 +838,6 @@
|
|
|
803
838
|
}
|
|
804
839
|
]
|
|
805
840
|
},
|
|
806
|
-
{
|
|
807
|
-
"kind": "javascript-module",
|
|
808
|
-
"path": "src/components/components.ts",
|
|
809
|
-
"declarations": [
|
|
810
|
-
{
|
|
811
|
-
"kind": "function",
|
|
812
|
-
"name": "loadRemotes"
|
|
813
|
-
}
|
|
814
|
-
],
|
|
815
|
-
"exports": [
|
|
816
|
-
{
|
|
817
|
-
"kind": "js",
|
|
818
|
-
"name": "loadRemotes",
|
|
819
|
-
"declaration": {
|
|
820
|
-
"name": "loadRemotes",
|
|
821
|
-
"module": "src/components/components.ts"
|
|
822
|
-
}
|
|
823
|
-
}
|
|
824
|
-
]
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"kind": "javascript-module",
|
|
828
|
-
"path": "src/components/index.ts",
|
|
829
|
-
"declarations": [],
|
|
830
|
-
"exports": [
|
|
831
|
-
{
|
|
832
|
-
"kind": "js",
|
|
833
|
-
"name": "*",
|
|
834
|
-
"declaration": {
|
|
835
|
-
"name": "*",
|
|
836
|
-
"package": "./components"
|
|
837
|
-
}
|
|
838
|
-
}
|
|
839
|
-
]
|
|
840
|
-
},
|
|
841
841
|
{
|
|
842
842
|
"kind": "javascript-module",
|
|
843
843
|
"path": "src/layouts/default.ts",
|
|
@@ -2611,6 +2611,7 @@
|
|
|
2611
2611
|
"name": "FASTElement",
|
|
2612
2612
|
"package": "@microsoft/fast-element"
|
|
2613
2613
|
},
|
|
2614
|
+
"deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
|
|
2614
2615
|
"tagName": "user-management",
|
|
2615
2616
|
"customElement": true
|
|
2616
2617
|
}
|
|
@@ -86,14 +86,14 @@ declare const Users_base: (new (...args: any[]) => {
|
|
|
86
86
|
readonly shadowRoot: ShadowRoot;
|
|
87
87
|
slot: string;
|
|
88
88
|
readonly tagName: string;
|
|
89
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
90
|
-
* entityID used to control the definition of an optional entity column which is created with the {@link Users.entityColumn} function.
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
89
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
93
90
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
94
91
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
95
92
|
closest<E extends Element = Element>(selectors: string): E;
|
|
96
|
-
getAttribute(qualifiedName: string): string;
|
|
93
|
+
getAttribute(qualifiedName: string): string; /**
|
|
94
|
+
* Definition of the `DATASERVER` query which is used when managing Counterpartys
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
97
|
getAttributeNS(namespace: string, localName: string): string;
|
|
98
98
|
getAttributeNames(): string[];
|
|
99
99
|
getAttributeNode(qualifiedName: string): Attr;
|
|
@@ -363,7 +363,8 @@ declare const Users_base: (new (...args: any[]) => {
|
|
|
363
363
|
*
|
|
364
364
|
* Under the hood the user-management is the entity-management micro-frontend configured for use
|
|
365
365
|
* with the `ALL_USERS` resource.
|
|
366
|
-
*
|
|
366
|
+
* @deprecated - Use '\@genesislcap/pbc-auth' instead.
|
|
367
|
+
* 'https://www.npmjs.com/package/\@genesislcap/pbc-auth'
|
|
367
368
|
* @public
|
|
368
369
|
*
|
|
369
370
|
* @example
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/users/users.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAItD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,EAA4B,WAAW,EAAc,MAAM,yBAAyB,CAAC;AAC5F,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAQtD;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;IAoC7B,CAAC
|
|
1
|
+
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../src/users/users.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAItD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,EAA4B,WAAW,EAAc,MAAM,yBAAyB,CAAC;AAC5F,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAQtD;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;IAoC7B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iDAiMA;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlML;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,qBASa,KAAM,SAAQ,UAA2B;IACpD;;;;;;;;OAQG;IACM,OAAO,CAAC,OAAO,CAAU;IAElC;;;;;;;;OAQG;IACG,OAAO,CAAC,IAAI,CAAO;IAEzB;;;;;;;OAOG;IACS,gBAAgB,EAAE,uBAAuB,CAAC;IAEtD;;;OAGG;IACG,YAAY,SAAe;IAEjC;;;;;;;;;OASG;IAC8C,qBAAqB,EAAE,MAAM,CAClD;IAE5B;;;OAGG;IACwD,eAAe,EAAE,OAAO,CAAS;IAE5F;;;OAGG;IACS,WAAW,EAAE,WAAW,CAAC;IAErC;;;;;OAKG;IACI,YAAY;;;;;;;;;IAYnB;;;;;OAKG;IACI,YAAY;;;;;IAYnB;;OAEG;IACS,OAAO,EAAE,GAAG,CAAqB;IAEjC,sBAAsB,EAAE,GAAG,CAAM;IACjC,sBAAsB,EAAE,GAAG,CAAM;IAEjC,aAAa,EAAE,OAAO,CAAC;IACnC,OAAO,CAAC,aAAa,CAAS;IAE9B;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACS,WAAW,EAAE,MAAM,CAAC;IAEhC;;;OAGG;IACG,QAAQ,EAAE,MAAM,CAAqB;IAE3C;;;OAGG;IACG,cAAc,EAAE,MAAM,CAAU;IAEtC;;;OAGG;IACG,WAAW,EAAE,MAAM,CAAkB;IAE3C;;;OAGG;IACG,yBAAyB,EAAE,MAAM,CAAuB;IAE9D;;OAEG;;IAaG,iBAAiB;IAcd,SAAS,IAAI,IAAI;IAe1B;;;OAGG;IACH,sBAAsB,CAAC,MAAM,KAAA;;;;;;;;IAW7B;;;;;;;;OAQG;IACG,YAAY,CAAC,MAAM,KAAA;IAoCzB;;OAEG;IACG,YAAY,CAAC,IAAI,KAAA;;;;;;;;;;;;;;;CAwBxB"}
|
package/dist/esm/users/users.js
CHANGED
|
@@ -39,7 +39,8 @@ export const UsersColumnConfig = [
|
|
|
39
39
|
*
|
|
40
40
|
* Under the hood the user-management is the entity-management micro-frontend configured for use
|
|
41
41
|
* with the `ALL_USERS` resource.
|
|
42
|
-
*
|
|
42
|
+
* @deprecated - Use '\@genesislcap/pbc-auth' instead.
|
|
43
|
+
* 'https://www.npmjs.com/package/\@genesislcap/pbc-auth'
|
|
43
44
|
* @public
|
|
44
45
|
*
|
|
45
46
|
* @example
|
|
@@ -2419,7 +2419,7 @@
|
|
|
2419
2419
|
{
|
|
2420
2420
|
"kind": "Class",
|
|
2421
2421
|
"canonicalReference": "@genesislcap/foundation-entity-management!Users:class",
|
|
2422
|
-
"docComment": "/**\n * Main class which defines the user management functionality\n *\n * @remarks\n *\n * Under the hood the user-management is the entity-management micro-frontend configured for use with the `ALL_USERS` resource.\n *\n * @example\n *\n * With no customisation required the user management micro-frontend can simply be dropped into the template as shown. However, it is advised to wrap it in an error boundary component.\n * ```javascript\n * <user-management></user-management>\n * ```\n *\n * With this default example above the columns will be the {@link UsersColumnConfig} as well as the entity and status columns. The entity and status columns are always added regardless of the other columns which are configured.\n *\n * You can add in additional customisation options. For example you can define a custom column and then mix-in with the standard columns\n * ```javascript\n * import { Users, UsersColumnConfig, } from '@genesislcap/foundation-entity-management';\n *\n * const userColumns = [\n * {\n * field: 'ACCESS_TYPE',\n * headerName: 'Access Type',\n * },\n * ];\n *\n * // Definition inside of the html template\n * <user-management :columns=${() => [...UsersColumnConfig, ...userColumns]}></user-management>\n * ```\n *\n * @public\n */\n",
|
|
2422
|
+
"docComment": "/**\n * Main class which defines the user management functionality\n *\n * @remarks\n *\n * Under the hood the user-management is the entity-management micro-frontend configured for use with the `ALL_USERS` resource.\n *\n * @deprecated\n *\n * - Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'\n *\n * @example\n *\n * With no customisation required the user management micro-frontend can simply be dropped into the template as shown. However, it is advised to wrap it in an error boundary component.\n * ```javascript\n * <user-management></user-management>\n * ```\n *\n * With this default example above the columns will be the {@link UsersColumnConfig} as well as the entity and status columns. The entity and status columns are always added regardless of the other columns which are configured.\n *\n * You can add in additional customisation options. For example you can define a custom column and then mix-in with the standard columns\n * ```javascript\n * import { Users, UsersColumnConfig, } from '@genesislcap/foundation-entity-management';\n *\n * const userColumns = [\n * {\n * field: 'ACCESS_TYPE',\n * headerName: 'Access Type',\n * },\n * ];\n *\n * // Definition inside of the html template\n * <user-management :columns=${() => [...UsersColumnConfig, ...userColumns]}></user-management>\n * ```\n *\n * @public\n */\n",
|
|
2423
2423
|
"excerptTokens": [
|
|
2424
2424
|
{
|
|
2425
2425
|
"kind": "Content",
|
|
@@ -757,7 +757,8 @@ declare type RouterSettings = {
|
|
|
757
757
|
*
|
|
758
758
|
* Under the hood the user-management is the entity-management micro-frontend configured for use
|
|
759
759
|
* with the `ALL_USERS` resource.
|
|
760
|
-
*
|
|
760
|
+
* @deprecated - Use '\@genesislcap/pbc-auth' instead.
|
|
761
|
+
* 'https://www.npmjs.com/package/\@genesislcap/pbc-auth'
|
|
761
762
|
* @public
|
|
762
763
|
*
|
|
763
764
|
* @example
|
|
@@ -1021,14 +1022,14 @@ declare const Users_base: (new (...args: any[]) => {
|
|
|
1021
1022
|
readonly shadowRoot: ShadowRoot;
|
|
1022
1023
|
slot: string;
|
|
1023
1024
|
readonly tagName: string;
|
|
1024
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1025
|
-
* entityID used to control the definition of an optional entity column which is created with the {@link Users.entityColumn} function.
|
|
1026
|
-
* @internal
|
|
1027
|
-
*/
|
|
1025
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1028
1026
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
1029
1027
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
1030
1028
|
closest<E extends Element = Element>(selectors: string): E;
|
|
1031
|
-
getAttribute(qualifiedName: string): string;
|
|
1029
|
+
getAttribute(qualifiedName: string): string; /**
|
|
1030
|
+
* Definition of the `DATASERVER` query which is used when managing Counterpartys
|
|
1031
|
+
* @internal
|
|
1032
|
+
*/
|
|
1032
1033
|
getAttributeNS(namespace: string, localName: string): string;
|
|
1033
1034
|
getAttributeNames(): string[];
|
|
1034
1035
|
getAttributeNode(qualifiedName: string): Attr;
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
## Users 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 defines the user management functionality
|
|
8
13
|
|
|
9
14
|
**Signature:**
|
package/docs/api-report.md
CHANGED
|
@@ -183,7 +183,7 @@ export class Profiles extends EntityManagement {
|
|
|
183
183
|
|
|
184
184
|
// Warning: (ae-forgotten-export) The symbol "Users_base" needs to be exported by the entry point index.d.ts
|
|
185
185
|
//
|
|
186
|
-
// @public
|
|
186
|
+
// @public @deprecated
|
|
187
187
|
export class Users extends Users_base {
|
|
188
188
|
constructor();
|
|
189
189
|
// (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.162.1-beta.5eead96.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.162.1-beta.5eead96.0",
|
|
47
|
+
"@genesislcap/genx": "14.162.1-beta.5eead96.0",
|
|
48
|
+
"@genesislcap/rollup-builder": "14.162.1-beta.5eead96.0",
|
|
49
|
+
"@genesislcap/ts-builder": "14.162.1-beta.5eead96.0",
|
|
50
|
+
"@genesislcap/uvu-playwright-builder": "14.162.1-beta.5eead96.0",
|
|
51
|
+
"@genesislcap/vite-builder": "14.162.1-beta.5eead96.0",
|
|
52
|
+
"@genesislcap/webpack-builder": "14.162.1-beta.5eead96.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.162.1-beta.5eead96.0",
|
|
58
|
+
"@genesislcap/foundation-errors": "14.162.1-beta.5eead96.0",
|
|
59
|
+
"@genesislcap/foundation-events": "14.162.1-beta.5eead96.0",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.162.1-beta.5eead96.0",
|
|
61
|
+
"@genesislcap/foundation-logger": "14.162.1-beta.5eead96.0",
|
|
62
|
+
"@genesislcap/foundation-login": "14.162.1-beta.5eead96.0",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.162.1-beta.5eead96.0",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.162.1-beta.5eead96.0",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.162.1-beta.5eead96.0",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.162.1-beta.5eead96.0",
|
|
67
|
+
"@genesislcap/foundation-zero-grid-pro": "14.162.1-beta.5eead96.0",
|
|
68
|
+
"@genesislcap/grid-pro": "14.162.1-beta.5eead96.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": "45ffae5f4c0c8eb097866568cd1033f58fa95dc9"
|
|
85
85
|
}
|