@genesislcap/foundation-utils 14.251.3 → 14.251.5

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.
@@ -367,6 +367,56 @@
367
367
  }
368
368
  ]
369
369
  },
370
+ {
371
+ "kind": "javascript-module",
372
+ "path": "src/design-system/design-system.ts",
373
+ "declarations": [
374
+ {
375
+ "kind": "function",
376
+ "name": "assureDesignSystem",
377
+ "return": {
378
+ "type": {
379
+ "text": "DesignSystemModule"
380
+ }
381
+ },
382
+ "parameters": [
383
+ {
384
+ "name": "module",
385
+ "type": {
386
+ "text": "DesignSystemModule"
387
+ }
388
+ }
389
+ ],
390
+ "description": "assureDesignSystem.",
391
+ "privacy": "public"
392
+ }
393
+ ],
394
+ "exports": [
395
+ {
396
+ "kind": "js",
397
+ "name": "assureDesignSystem",
398
+ "declaration": {
399
+ "name": "assureDesignSystem",
400
+ "module": "src/design-system/design-system.ts"
401
+ }
402
+ }
403
+ ]
404
+ },
405
+ {
406
+ "kind": "javascript-module",
407
+ "path": "src/design-system/index.ts",
408
+ "declarations": [],
409
+ "exports": [
410
+ {
411
+ "kind": "js",
412
+ "name": "*",
413
+ "declaration": {
414
+ "name": "*",
415
+ "package": "./design-system"
416
+ }
417
+ }
418
+ ]
419
+ },
370
420
  {
371
421
  "kind": "javascript-module",
372
422
  "path": "src/decorators/index.ts",
@@ -420,56 +470,6 @@
420
470
  }
421
471
  ]
422
472
  },
423
- {
424
- "kind": "javascript-module",
425
- "path": "src/design-system/design-system.ts",
426
- "declarations": [
427
- {
428
- "kind": "function",
429
- "name": "assureDesignSystem",
430
- "return": {
431
- "type": {
432
- "text": "DesignSystemModule"
433
- }
434
- },
435
- "parameters": [
436
- {
437
- "name": "module",
438
- "type": {
439
- "text": "DesignSystemModule"
440
- }
441
- }
442
- ],
443
- "description": "assureDesignSystem.",
444
- "privacy": "public"
445
- }
446
- ],
447
- "exports": [
448
- {
449
- "kind": "js",
450
- "name": "assureDesignSystem",
451
- "declaration": {
452
- "name": "assureDesignSystem",
453
- "module": "src/design-system/design-system.ts"
454
- }
455
- }
456
- ]
457
- },
458
- {
459
- "kind": "javascript-module",
460
- "path": "src/design-system/index.ts",
461
- "declarations": [],
462
- "exports": [
463
- {
464
- "kind": "js",
465
- "name": "*",
466
- "declaration": {
467
- "name": "*",
468
- "package": "./design-system"
469
- }
470
- }
471
- ]
472
- },
473
473
  {
474
474
  "kind": "javascript-module",
475
475
  "path": "src/directives/index.ts",
@@ -627,7 +627,7 @@
627
627
  {
628
628
  "kind": "variable",
629
629
  "name": "GENESIS_SOCKET_URL",
630
- "default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
630
+ "default": "`${location.protocol.replace('http', 'ws')}//${location.host}${_PUBLIC_PATH}/${_SOCKET_EXT}/`",
631
631
  "description": "Genesis Socket URL",
632
632
  "privacy": "public"
633
633
  },
@@ -718,7 +718,7 @@
718
718
  "type": {
719
719
  "text": "string"
720
720
  },
721
- "default": "'/sm/event-login-auth'",
721
+ "default": "'gwf/event-login-auth'",
722
722
  "privacy": "public"
723
723
  },
724
724
  {
@@ -727,7 +727,7 @@
727
727
  "type": {
728
728
  "text": "string"
729
729
  },
730
- "default": "'/sm/event-login-auth'",
730
+ "default": "'gwf/event-login-auth'",
731
731
  "privacy": "public"
732
732
  },
733
733
  {
@@ -736,7 +736,7 @@
736
736
  "type": {
737
737
  "text": "string"
738
738
  },
739
- "default": "'/sm/event-login-details'",
739
+ "default": "'gwf/event-login-details'",
740
740
  "privacy": "public"
741
741
  },
742
742
  {
@@ -745,7 +745,7 @@
745
745
  "type": {
746
746
  "text": "string"
747
747
  },
748
- "default": "'/sm/event-logout'",
748
+ "default": "'gwf/event-logout'",
749
749
  "privacy": "public"
750
750
  },
751
751
  {
@@ -754,7 +754,7 @@
754
754
  "type": {
755
755
  "text": "string"
756
756
  },
757
- "default": "'/sm/event-change-user-password'",
757
+ "default": "'gwf/event-change-user-password'",
758
758
  "privacy": "public"
759
759
  },
760
760
  {
@@ -763,7 +763,7 @@
763
763
  "type": {
764
764
  "text": "string"
765
765
  },
766
- "default": "'/sm/event-self-service-password-reset'",
766
+ "default": "'gwf/event-self-service-password-reset'",
767
767
  "privacy": "public"
768
768
  },
769
769
  {
@@ -772,7 +772,7 @@
772
772
  "type": {
773
773
  "text": "string"
774
774
  },
775
- "default": "'/sm/event-password-reset-action'",
775
+ "default": "'gwf/event-password-reset-action'",
776
776
  "privacy": "public"
777
777
  },
778
778
  {
@@ -781,7 +781,7 @@
781
781
  "type": {
782
782
  "text": "string"
783
783
  },
784
- "default": "'/sm/sso/list'",
784
+ "default": "'gwf/sso/list'",
785
785
  "privacy": "public"
786
786
  },
787
787
  {
@@ -790,7 +790,7 @@
790
790
  "type": {
791
791
  "text": "string"
792
792
  },
793
- "default": "'/sm/{type}/login?idp={id}'",
793
+ "default": "'gwf/{type}/login?idp={id}'",
794
794
  "privacy": "public"
795
795
  }
796
796
  ],
@@ -1 +1 @@
1
- {"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAGA;;;;;;;GAOG;AACH,QAAA,IAAI,QAAQ,EAAE,MAAkB,CAAC;AAQjC,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,CAAC;AAG/B;;;;;;;GAOG;AACH,QAAA,IAAI,YAAY,EAAE,MAAY,CAAC;AAS/B,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAGvC;;;;;;;;GAQG;AACH,QAAA,IAAI,WAAW,EAAE,MAAc,CAAC;AAQhC,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;GAIG;AACH,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAMxB,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAErC;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,QAAiF,CAAC;AAOjH;;;;;;GAMG;AACH,QAAA,IAAI,SAAS,EAAE,MAAwD,CAAC;AAQxE,OAAO,EAAE,SAAS,IAAI,QAAQ,EAAE,CAAC;AAGjC;;;;GAIG;AACH,QAAA,IAAI,YAAY,EAAE,MAAM,CAAC;AAMzB,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAKvC;;;;GAIG;AACH,QAAA,IAAI,qBAAqB,EAAE,MAAM,CAAC;AAMlC,OAAO,EAAE,qBAAqB,IAAI,oBAAoB,EAAE,CAAC;AAGzD;;;;GAIG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAM,CAAC;AAM9B,OAAO,EAAE,iBAAiB,IAAI,gBAAgB,EAAE,CAAC;AAGjD;;;;GAIG;AACH,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAM1B,OAAO,EAAE,aAAa,IAAI,YAAY,EAAE,CAAC;AAGzC;;GAEG;AACH,QAAA,IAAI,SAAS,EAAE,MAA+B,CAAC;AAM/C,OAAO,EAAE,SAAS,EAAE,CAAC;AAGrB;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAA+B,CAAC;AAMvD,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAkC,CAAC;AAM1D,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,UAAU,EAAE,MAA2B,CAAC;AAM5C,OAAO,EAAE,UAAU,EAAE,CAAC;AAGtB;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAyC,CAAC;AAMnE,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAgD,CAAC;AAM1E,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,kBAAkB,EAAE,MAA0C,CAAC;AAMnE,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAG9B;;GAEG;AACH,QAAA,IAAI,YAAY,EAAE,MAAuB,CAAC;AAM1C,OAAO,EAAE,YAAY,EAAE,CAAC;AAGxB;;GAEG;AACH,QAAA,IAAI,aAAa,EAAE,MAAoC,CAAC;AAMxD,OAAO,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAGA;;;;;;;GAOG;AACH,QAAA,IAAI,QAAQ,EAAE,MAAkB,CAAC;AAQjC,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,CAAC;AAG/B;;;;;;;GAOG;AACH,QAAA,IAAI,YAAY,EAAE,MAAY,CAAC;AAS/B,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAGvC;;;;;;;;GAQG;AACH,QAAA,IAAI,WAAW,EAAE,MAAc,CAAC;AAQhC,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;GAIG;AACH,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAMxB,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAErC;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,QAAgG,CAAC;AAOhI;;;;;;GAMG;AACH,QAAA,IAAI,SAAS,EAAE,MAAwD,CAAC;AAQxE,OAAO,EAAE,SAAS,IAAI,QAAQ,EAAE,CAAC;AAGjC;;;;GAIG;AACH,QAAA,IAAI,YAAY,EAAE,MAAM,CAAC;AAMzB,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAKvC;;;;GAIG;AACH,QAAA,IAAI,qBAAqB,EAAE,MAAM,CAAC;AAMlC,OAAO,EAAE,qBAAqB,IAAI,oBAAoB,EAAE,CAAC;AAGzD;;;;GAIG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAM,CAAC;AAM9B,OAAO,EAAE,iBAAiB,IAAI,gBAAgB,EAAE,CAAC;AAGjD;;;;GAIG;AACH,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAM1B,OAAO,EAAE,aAAa,IAAI,YAAY,EAAE,CAAC;AAGzC;;GAEG;AACH,QAAA,IAAI,SAAS,EAAE,MAA+B,CAAC;AAM/C,OAAO,EAAE,SAAS,EAAE,CAAC;AAGrB;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAA+B,CAAC;AAMvD,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAkC,CAAC;AAM1D,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,UAAU,EAAE,MAA2B,CAAC;AAM5C,OAAO,EAAE,UAAU,EAAE,CAAC;AAGtB;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAyC,CAAC;AAMnE,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAgD,CAAC;AAM1E,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,kBAAkB,EAAE,MAA0C,CAAC;AAMnE,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAG9B;;GAEG;AACH,QAAA,IAAI,YAAY,EAAE,MAAuB,CAAC;AAM1C,OAAO,EAAE,YAAY,EAAE,CAAC;AAGxB;;GAEG;AACH,QAAA,IAAI,aAAa,EAAE,MAAoC,CAAC;AAMxD,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -70,7 +70,7 @@ export { _FORCE_HTTP as FORCE_HTTP };
70
70
  * ```
71
71
  * @public
72
72
  */
73
- export const GENESIS_SOCKET_URL = `${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`;
73
+ export const GENESIS_SOCKET_URL = `${location.protocol.replace('http', 'ws')}//${location.host}${_PUBLIC_PATH}/${_SOCKET_EXT}/`;
74
74
  const PROTOCOL = _FORCE_HTTP === 'true' ? location.protocol : location.protocol.replace('http', 'ws');
75
75
  /**
76
76
  * The Genesis Server URL (WebSocket or HTTP).
@@ -134,7 +134,7 @@ export { _DEFAULT_USER as DEFAULT_USER };
134
134
  /**
135
135
  * @public
136
136
  */
137
- let LOGIN_URL = '/sm/event-login-auth';
137
+ let LOGIN_URL = 'gwf/event-login-auth';
138
138
  if (typeof GENX_LOGIN_URL !== 'undefined') {
139
139
  LOGIN_URL = GENX_LOGIN_URL;
140
140
  }
@@ -142,7 +142,7 @@ export { LOGIN_URL };
142
142
  /**
143
143
  * @public
144
144
  */
145
- let LOGIN_REFRESH_URL = '/sm/event-login-auth';
145
+ let LOGIN_REFRESH_URL = 'gwf/event-login-auth';
146
146
  if (typeof GENX_LOGIN_REFRESH_URL !== 'undefined') {
147
147
  LOGIN_REFRESH_URL = GENX_LOGIN_REFRESH_URL;
148
148
  }
@@ -150,7 +150,7 @@ export { LOGIN_REFRESH_URL };
150
150
  /**
151
151
  * @public
152
152
  */
153
- let LOGIN_DETAILS_URL = '/sm/event-login-details';
153
+ let LOGIN_DETAILS_URL = 'gwf/event-login-details';
154
154
  if (typeof GENX_LOGIN_DETAILS_URL !== 'undefined') {
155
155
  LOGIN_DETAILS_URL = GENX_LOGIN_DETAILS_URL;
156
156
  }
@@ -158,7 +158,7 @@ export { LOGIN_DETAILS_URL };
158
158
  /**
159
159
  * @public
160
160
  */
161
- let LOGOUT_URL = '/sm/event-logout';
161
+ let LOGOUT_URL = 'gwf/event-logout';
162
162
  if (typeof GENX_LOGOUT_URL !== 'undefined') {
163
163
  LOGOUT_URL = GENX_LOGOUT_URL;
164
164
  }
@@ -166,7 +166,7 @@ export { LOGOUT_URL };
166
166
  /**
167
167
  * @public
168
168
  */
169
- let CHANGE_PASSWORD_URL = '/sm/event-change-user-password';
169
+ let CHANGE_PASSWORD_URL = 'gwf/event-change-user-password';
170
170
  if (typeof GENX_CHANGE_PASSWORD_URL !== 'undefined') {
171
171
  CHANGE_PASSWORD_URL = GENX_CHANGE_PASSWORD_URL;
172
172
  }
@@ -174,7 +174,7 @@ export { CHANGE_PASSWORD_URL };
174
174
  /**
175
175
  * @public
176
176
  */
177
- let FORGOT_PASSWORD_URL = '/sm/event-self-service-password-reset';
177
+ let FORGOT_PASSWORD_URL = 'gwf/event-self-service-password-reset';
178
178
  if (typeof GENX_FORGOT_PASSWORD_URL !== 'undefined') {
179
179
  FORGOT_PASSWORD_URL = GENX_FORGOT_PASSWORD_URL;
180
180
  }
@@ -182,7 +182,7 @@ export { FORGOT_PASSWORD_URL };
182
182
  /**
183
183
  * @public
184
184
  */
185
- let RESET_PASSWORD_URL = '/sm/event-password-reset-action';
185
+ let RESET_PASSWORD_URL = 'gwf/event-password-reset-action';
186
186
  if (typeof GENX_RESET_PASSWORD_URL !== 'undefined') {
187
187
  RESET_PASSWORD_URL = GENX_RESET_PASSWORD_URL;
188
188
  }
@@ -190,7 +190,7 @@ export { RESET_PASSWORD_URL };
190
190
  /**
191
191
  * @public
192
192
  */
193
- let SSO_LIST_URL = '/sm/sso/list';
193
+ let SSO_LIST_URL = 'gwf/sso/list';
194
194
  if (typeof GENX_SSO_LIST_URL !== 'undefined') {
195
195
  SSO_LIST_URL = GENX_SSO_LIST_URL;
196
196
  }
@@ -198,7 +198,7 @@ export { SSO_LIST_URL };
198
198
  /**
199
199
  * @public
200
200
  */
201
- let SSO_LOGIN_URL = '/sm/{type}/login?idp={id}';
201
+ let SSO_LOGIN_URL = 'gwf/{type}/login?idp={id}';
202
202
  if (typeof GENX_SSO_LOGIN_URL !== 'undefined') {
203
203
  SSO_LOGIN_URL = GENX_SSO_LOGIN_URL;
204
204
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.251.3",
4
+ "version": "14.251.5",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.251.3",
31
- "@genesislcap/genx": "14.251.3",
32
- "@genesislcap/rollup-builder": "14.251.3",
33
- "@genesislcap/ts-builder": "14.251.3",
34
- "@genesislcap/uvu-playwright-builder": "14.251.3",
35
- "@genesislcap/vite-builder": "14.251.3",
36
- "@genesislcap/webpack-builder": "14.251.3",
30
+ "@genesislcap/foundation-testing": "14.251.5",
31
+ "@genesislcap/genx": "14.251.5",
32
+ "@genesislcap/rollup-builder": "14.251.5",
33
+ "@genesislcap/ts-builder": "14.251.5",
34
+ "@genesislcap/uvu-playwright-builder": "14.251.5",
35
+ "@genesislcap/vite-builder": "14.251.5",
36
+ "@genesislcap/webpack-builder": "14.251.5",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.251.3",
40
+ "@genesislcap/foundation-logger": "14.251.5",
41
41
  "@microsoft/fast-components": "2.30.6",
42
42
  "@microsoft/fast-element": "1.14.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "5a56f509e59932ae9709b00538706f06a52121c5"
58
+ "gitHead": "a18270e8f4e91032bd689577f13379ba29158751"
59
59
  }