@genesislcap/foundation-header 14.393.4 → 14.394.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 +54 -10
- package/dist/dts/main/main.d.ts +5 -0
- package/dist/dts/main/main.d.ts.map +1 -1
- package/dist/esm/main/main.js +5 -2
- package/dist/foundation-header.api.json +1 -1
- package/dist/foundation-header.d.ts +5 -0
- package/docs/api/foundation-header.navigation.md +1 -1
- package/docs/api/foundation-header.navigation.username.md +6 -1
- package/package.json +22 -22
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
"text": "string"
|
|
570
570
|
},
|
|
571
571
|
"privacy": "public",
|
|
572
|
-
"description": "Username of the logged in user"
|
|
572
|
+
"description": "Username of the logged in user\nControl via `user-name` attribute"
|
|
573
573
|
},
|
|
574
574
|
{
|
|
575
575
|
"kind": "field",
|
|
@@ -936,6 +936,14 @@
|
|
|
936
936
|
}
|
|
937
937
|
],
|
|
938
938
|
"attributes": [
|
|
939
|
+
{
|
|
940
|
+
"name": "user-name",
|
|
941
|
+
"type": {
|
|
942
|
+
"text": "string"
|
|
943
|
+
},
|
|
944
|
+
"description": "Username of the logged in user\nControl via `user-name` attribute",
|
|
945
|
+
"fieldName": "userName"
|
|
946
|
+
},
|
|
939
947
|
{
|
|
940
948
|
"name": "inactivity-timeout-minutes",
|
|
941
949
|
"type": {
|
|
@@ -1201,7 +1209,7 @@
|
|
|
1201
1209
|
"text": "string"
|
|
1202
1210
|
},
|
|
1203
1211
|
"privacy": "public",
|
|
1204
|
-
"description": "Username of the logged in user",
|
|
1212
|
+
"description": "Username of the logged in user\nControl via `user-name` attribute",
|
|
1205
1213
|
"inheritedFrom": {
|
|
1206
1214
|
"name": "Navigation",
|
|
1207
1215
|
"module": "src/main/main.ts"
|
|
@@ -1674,6 +1682,18 @@
|
|
|
1674
1682
|
"module": "src/main/main.ts"
|
|
1675
1683
|
},
|
|
1676
1684
|
"attributes": [
|
|
1685
|
+
{
|
|
1686
|
+
"name": "user-name",
|
|
1687
|
+
"type": {
|
|
1688
|
+
"text": "string"
|
|
1689
|
+
},
|
|
1690
|
+
"description": "Username of the logged in user\nControl via `user-name` attribute",
|
|
1691
|
+
"fieldName": "userName",
|
|
1692
|
+
"inheritedFrom": {
|
|
1693
|
+
"name": "Navigation",
|
|
1694
|
+
"module": "src/main/main.ts"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1677
1697
|
{
|
|
1678
1698
|
"name": "inactivity-timeout-minutes",
|
|
1679
1699
|
"type": {
|
|
@@ -1939,6 +1959,18 @@
|
|
|
1939
1959
|
"tagName": "zero-header",
|
|
1940
1960
|
"customElement": true,
|
|
1941
1961
|
"attributes": [
|
|
1962
|
+
{
|
|
1963
|
+
"name": "user-name",
|
|
1964
|
+
"type": {
|
|
1965
|
+
"text": "string"
|
|
1966
|
+
},
|
|
1967
|
+
"description": "Username of the logged in user\nControl via `user-name` attribute",
|
|
1968
|
+
"fieldName": "userName",
|
|
1969
|
+
"inheritedFrom": {
|
|
1970
|
+
"name": "Navigation",
|
|
1971
|
+
"module": "src/main/main.ts"
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1942
1974
|
{
|
|
1943
1975
|
"name": "inactivity-timeout-minutes",
|
|
1944
1976
|
"type": {
|
|
@@ -2238,7 +2270,7 @@
|
|
|
2238
2270
|
"text": "string"
|
|
2239
2271
|
},
|
|
2240
2272
|
"privacy": "public",
|
|
2241
|
-
"description": "Username of the logged in user",
|
|
2273
|
+
"description": "Username of the logged in user\nControl via `user-name` attribute",
|
|
2242
2274
|
"inheritedFrom": {
|
|
2243
2275
|
"name": "Navigation",
|
|
2244
2276
|
"module": "src/main/main.ts"
|
|
@@ -2872,7 +2904,7 @@
|
|
|
2872
2904
|
"text": "string"
|
|
2873
2905
|
},
|
|
2874
2906
|
"privacy": "public",
|
|
2875
|
-
"description": "Username of the logged in user",
|
|
2907
|
+
"description": "Username of the logged in user\nControl via `user-name` attribute",
|
|
2876
2908
|
"inheritedFrom": {
|
|
2877
2909
|
"name": "Navigation",
|
|
2878
2910
|
"module": "src/main/main.ts"
|
|
@@ -3333,6 +3365,18 @@
|
|
|
3333
3365
|
"tagName": "rapid-header",
|
|
3334
3366
|
"customElement": true,
|
|
3335
3367
|
"attributes": [
|
|
3368
|
+
{
|
|
3369
|
+
"name": "user-name",
|
|
3370
|
+
"type": {
|
|
3371
|
+
"text": "string"
|
|
3372
|
+
},
|
|
3373
|
+
"description": "Username of the logged in user\nControl via `user-name` attribute",
|
|
3374
|
+
"fieldName": "userName",
|
|
3375
|
+
"inheritedFrom": {
|
|
3376
|
+
"name": "Navigation",
|
|
3377
|
+
"module": "src/main/main.ts"
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3336
3380
|
{
|
|
3337
3381
|
"name": "inactivity-timeout-minutes",
|
|
3338
3382
|
"type": {
|
|
@@ -3799,12 +3843,6 @@
|
|
|
3799
3843
|
}
|
|
3800
3844
|
]
|
|
3801
3845
|
},
|
|
3802
|
-
{
|
|
3803
|
-
"kind": "javascript-module",
|
|
3804
|
-
"path": "src/templates/rapid.template.ts",
|
|
3805
|
-
"declarations": [],
|
|
3806
|
-
"exports": []
|
|
3807
|
-
},
|
|
3808
3846
|
{
|
|
3809
3847
|
"kind": "javascript-module",
|
|
3810
3848
|
"path": "src/tags/index.ts",
|
|
@@ -3826,6 +3864,12 @@
|
|
|
3826
3864
|
"declarations": [],
|
|
3827
3865
|
"exports": []
|
|
3828
3866
|
},
|
|
3867
|
+
{
|
|
3868
|
+
"kind": "javascript-module",
|
|
3869
|
+
"path": "src/templates/rapid.template.ts",
|
|
3870
|
+
"declarations": [],
|
|
3871
|
+
"exports": []
|
|
3872
|
+
},
|
|
3829
3873
|
{
|
|
3830
3874
|
"kind": "javascript-module",
|
|
3831
3875
|
"path": "src/utils/index.ts",
|
package/dist/dts/main/main.d.ts
CHANGED
|
@@ -444,6 +444,11 @@ export declare class Navigation extends Navigation_base {
|
|
|
444
444
|
ready: boolean;
|
|
445
445
|
/**
|
|
446
446
|
* Username of the logged in user
|
|
447
|
+
* Control via `user-name` attribute
|
|
448
|
+
*
|
|
449
|
+
* @remarks
|
|
450
|
+
* If not set via attribute, it will be initialized from the User service.
|
|
451
|
+
* Once set, the value will not be automatically updated by the User service.
|
|
447
452
|
*/
|
|
448
453
|
userName: string;
|
|
449
454
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AAEnE,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAe,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAE1E,OAAO,EAAsB,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACxF,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAEpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAQ,SAAS,EAA6C,MAAM,uBAAuB,CAAC;AAEnG,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAYhD;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,wBAAwB,EAAE,IAAI,CAAC;IAC/B,gBAAgB,EAAE,IAAI,CAAC;IACvB,mBAAmB,EAAE,IAAI,CAAC;IAC1B,2BAA2B,EAAE,IAAI,CAAC;IAClC,kBAAkB,EAAE,IAAI,CAAC;IACzB,oBAAoB,EAAE;QAAE,IAAI,EAAE,sBAAsB,CAAC;QAAC,OAAO,EAAE,GAAG,CAAA;KAAE,CAAC;CACtE,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,qBAKa,UAAW,SAAQ,eAAsC;IACzD,SAAS,EAAG,SAAS,CAAC;IACxB,OAAO,EAAG,OAAO,CAAC;IACb,YAAY,EAAG,YAAY,CAAC;IAC7B,WAAW,EAAG,WAAW,CAAC;IACzB,YAAY,EAAG,YAAY,CAAC;IACpC,IAAI,EAAE,IAAI,CAAC;IACL,eAAe,EAAE,OAAO,CAAS;IAC7C,YAAY,EAAE,YAAY,CAAC;IAE3B;;;OAGG;IACS,KAAK,EAAE,OAAO,CAAS;IAEnC
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"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"}
|
package/dist/esm/main/main.js
CHANGED
|
@@ -195,7 +195,10 @@ let Navigation = class Navigation extends EventEmitter(GenesisElement) {
|
|
|
195
195
|
logger.debug(`foundation-header is now connected to the DOM`);
|
|
196
196
|
this.setLuminance();
|
|
197
197
|
yield this.loadRemotes();
|
|
198
|
-
|
|
198
|
+
// Only initialize from user service if userName wasn't set via attribute
|
|
199
|
+
if (!this.userName) {
|
|
200
|
+
this.userName = (_a = this.user.userName) !== null && _a !== void 0 ? _a : 'Genesis User';
|
|
201
|
+
}
|
|
199
202
|
this.initializeInactivityManager();
|
|
200
203
|
this.initializeRouteDetection();
|
|
201
204
|
});
|
|
@@ -553,7 +556,7 @@ __decorate([
|
|
|
553
556
|
observable
|
|
554
557
|
], Navigation.prototype, "ready", void 0);
|
|
555
558
|
__decorate([
|
|
556
|
-
|
|
559
|
+
attr({ attribute: 'user-name' })
|
|
557
560
|
], Navigation.prototype, "userName", void 0);
|
|
558
561
|
__decorate([
|
|
559
562
|
observable
|
|
@@ -1926,7 +1926,7 @@
|
|
|
1926
1926
|
{
|
|
1927
1927
|
"kind": "Property",
|
|
1928
1928
|
"canonicalReference": "@genesislcap/foundation-header!Navigation#userName:member",
|
|
1929
|
-
"docComment": "/**\n * Username of the logged in user\n */\n",
|
|
1929
|
+
"docComment": "/**\n * Username of the logged in user Control via `user-name` attribute\n *\n * @remarks\n *\n * If not set via attribute, it will be initialized from the User service. Once set, the value will not be automatically updated by the User service.\n */\n",
|
|
1930
1930
|
"excerptTokens": [
|
|
1931
1931
|
{
|
|
1932
1932
|
"kind": "Content",
|
|
@@ -361,6 +361,11 @@ export declare class Navigation extends Navigation_base {
|
|
|
361
361
|
ready: boolean;
|
|
362
362
|
/**
|
|
363
363
|
* Username of the logged in user
|
|
364
|
+
* Control via `user-name` attribute
|
|
365
|
+
*
|
|
366
|
+
* @remarks
|
|
367
|
+
* If not set via attribute, it will be initialized from the User service.
|
|
368
|
+
* Once set, the value will not be automatically updated by the User service.
|
|
364
369
|
*/
|
|
365
370
|
userName: string;
|
|
366
371
|
/**
|
|
@@ -4,10 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
## Navigation.userName property
|
|
6
6
|
|
|
7
|
-
Username of the logged in user
|
|
7
|
+
Username of the logged in user Control via `user-name` attribute
|
|
8
8
|
|
|
9
9
|
**Signature:**
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
12
|
userName: string;
|
|
13
13
|
```
|
|
14
|
+
|
|
15
|
+
## Remarks
|
|
16
|
+
|
|
17
|
+
If not set via attribute, it will be initialized from the User service. Once set, the value will not be automatically updated by the User service.
|
|
18
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-header",
|
|
3
3
|
"description": "Genesis Foundation Header",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.394.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -79,28 +79,28 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@genesislcap/foundation-testing": "14.
|
|
83
|
-
"@genesislcap/genx": "14.
|
|
84
|
-
"@genesislcap/rollup-builder": "14.
|
|
85
|
-
"@genesislcap/ts-builder": "14.
|
|
86
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
87
|
-
"@genesislcap/vite-builder": "14.
|
|
88
|
-
"@genesislcap/webpack-builder": "14.
|
|
82
|
+
"@genesislcap/foundation-testing": "14.394.0",
|
|
83
|
+
"@genesislcap/genx": "14.394.0",
|
|
84
|
+
"@genesislcap/rollup-builder": "14.394.0",
|
|
85
|
+
"@genesislcap/ts-builder": "14.394.0",
|
|
86
|
+
"@genesislcap/uvu-playwright-builder": "14.394.0",
|
|
87
|
+
"@genesislcap/vite-builder": "14.394.0",
|
|
88
|
+
"@genesislcap/webpack-builder": "14.394.0"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@genesislcap/foundation-auth": "14.
|
|
92
|
-
"@genesislcap/foundation-comms": "14.
|
|
93
|
-
"@genesislcap/foundation-events": "14.
|
|
94
|
-
"@genesislcap/foundation-i18n": "14.
|
|
95
|
-
"@genesislcap/foundation-logger": "14.
|
|
96
|
-
"@genesislcap/foundation-login": "14.
|
|
97
|
-
"@genesislcap/foundation-shell": "14.
|
|
98
|
-
"@genesislcap/foundation-ui": "14.
|
|
99
|
-
"@genesislcap/foundation-user": "14.
|
|
100
|
-
"@genesislcap/foundation-utils": "14.
|
|
101
|
-
"@genesislcap/foundation-zero": "14.
|
|
102
|
-
"@genesislcap/rapid-design-system": "14.
|
|
103
|
-
"@genesislcap/web-core": "14.
|
|
91
|
+
"@genesislcap/foundation-auth": "14.394.0",
|
|
92
|
+
"@genesislcap/foundation-comms": "14.394.0",
|
|
93
|
+
"@genesislcap/foundation-events": "14.394.0",
|
|
94
|
+
"@genesislcap/foundation-i18n": "14.394.0",
|
|
95
|
+
"@genesislcap/foundation-logger": "14.394.0",
|
|
96
|
+
"@genesislcap/foundation-login": "14.394.0",
|
|
97
|
+
"@genesislcap/foundation-shell": "14.394.0",
|
|
98
|
+
"@genesislcap/foundation-ui": "14.394.0",
|
|
99
|
+
"@genesislcap/foundation-user": "14.394.0",
|
|
100
|
+
"@genesislcap/foundation-utils": "14.394.0",
|
|
101
|
+
"@genesislcap/foundation-zero": "14.394.0",
|
|
102
|
+
"@genesislcap/rapid-design-system": "14.394.0",
|
|
103
|
+
"@genesislcap/web-core": "14.394.0"
|
|
104
104
|
},
|
|
105
105
|
"repository": {
|
|
106
106
|
"type": "git",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"access": "public"
|
|
112
112
|
},
|
|
113
113
|
"customElements": "dist/custom-elements.json",
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "cad53566d55381e553fcb586a23e121d38b8cd59"
|
|
115
115
|
}
|