@genesislcap/foundation-utils 14.238.1 → 14.238.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.
- package/dist/custom-elements.json +330 -177
- package/dist/dts/env/variables.d.ts +45 -0
- package/dist/dts/env/variables.d.ts.map +1 -1
- package/dist/esm/env/variables.js +102 -0
- package/dist/foundation-utils.api.json +207 -0
- package/dist/foundation-utils.d.ts +45 -0
- package/docs/api/foundation-utils.change_password_url.md +12 -0
- package/docs/api/foundation-utils.forgot_password_url.md +12 -0
- package/docs/api/foundation-utils.login_details_url.md +12 -0
- package/docs/api/foundation-utils.login_refresh_url.md +12 -0
- package/docs/api/foundation-utils.login_url.md +12 -0
- package/docs/api/foundation-utils.logout_url.md +12 -0
- package/docs/api/foundation-utils.md +9 -0
- package/docs/api/foundation-utils.reset_password_url.md +12 -0
- package/docs/api/foundation-utils.sso_list_url.md +12 -0
- package/docs/api/foundation-utils.sso_login_url.md +12 -0
- package/docs/api-report.md +27 -0
- package/package.json +10 -10
|
@@ -470,29 +470,6 @@
|
|
|
470
470
|
}
|
|
471
471
|
]
|
|
472
472
|
},
|
|
473
|
-
{
|
|
474
|
-
"kind": "javascript-module",
|
|
475
|
-
"path": "src/directives/index.ts",
|
|
476
|
-
"declarations": [],
|
|
477
|
-
"exports": [
|
|
478
|
-
{
|
|
479
|
-
"kind": "js",
|
|
480
|
-
"name": "*",
|
|
481
|
-
"declaration": {
|
|
482
|
-
"name": "*",
|
|
483
|
-
"package": "./sync"
|
|
484
|
-
}
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"kind": "js",
|
|
488
|
-
"name": "*",
|
|
489
|
-
"declaration": {
|
|
490
|
-
"name": "*",
|
|
491
|
-
"package": "./when-else"
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
]
|
|
495
|
-
},
|
|
496
473
|
{
|
|
497
474
|
"kind": "javascript-module",
|
|
498
475
|
"path": "src/encoding/index.ts",
|
|
@@ -711,6 +688,87 @@
|
|
|
711
688
|
},
|
|
712
689
|
"description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
713
690
|
"privacy": "public"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"kind": "variable",
|
|
694
|
+
"name": "LOGIN_URL",
|
|
695
|
+
"type": {
|
|
696
|
+
"text": "string"
|
|
697
|
+
},
|
|
698
|
+
"default": "'/sm/event-login-auth'",
|
|
699
|
+
"privacy": "public"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"kind": "variable",
|
|
703
|
+
"name": "LOGIN_REFRESH_URL",
|
|
704
|
+
"type": {
|
|
705
|
+
"text": "string"
|
|
706
|
+
},
|
|
707
|
+
"default": "'/sm/event-login-auth'",
|
|
708
|
+
"privacy": "public"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"kind": "variable",
|
|
712
|
+
"name": "LOGIN_DETAILS_URL",
|
|
713
|
+
"type": {
|
|
714
|
+
"text": "string"
|
|
715
|
+
},
|
|
716
|
+
"default": "'/sm/event-login-details'",
|
|
717
|
+
"privacy": "public"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"kind": "variable",
|
|
721
|
+
"name": "LOGOUT_URL",
|
|
722
|
+
"type": {
|
|
723
|
+
"text": "string"
|
|
724
|
+
},
|
|
725
|
+
"default": "'/sm/event-logout'",
|
|
726
|
+
"privacy": "public"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"kind": "variable",
|
|
730
|
+
"name": "CHANGE_PASSWORD_URL",
|
|
731
|
+
"type": {
|
|
732
|
+
"text": "string"
|
|
733
|
+
},
|
|
734
|
+
"default": "'/sm/event-change-user-password'",
|
|
735
|
+
"privacy": "public"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"kind": "variable",
|
|
739
|
+
"name": "FORGOT_PASSWORD_URL",
|
|
740
|
+
"type": {
|
|
741
|
+
"text": "string"
|
|
742
|
+
},
|
|
743
|
+
"default": "'/sm/event-self-service-password-reset'",
|
|
744
|
+
"privacy": "public"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"kind": "variable",
|
|
748
|
+
"name": "RESET_PASSWORD_URL",
|
|
749
|
+
"type": {
|
|
750
|
+
"text": "string"
|
|
751
|
+
},
|
|
752
|
+
"default": "'/sm/event-password-reset-action'",
|
|
753
|
+
"privacy": "public"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"kind": "variable",
|
|
757
|
+
"name": "SSO_LIST_URL",
|
|
758
|
+
"type": {
|
|
759
|
+
"text": "string"
|
|
760
|
+
},
|
|
761
|
+
"default": "'/sm/sso/list'",
|
|
762
|
+
"privacy": "public"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"kind": "variable",
|
|
766
|
+
"name": "SSO_LOGIN_URL",
|
|
767
|
+
"type": {
|
|
768
|
+
"text": "string"
|
|
769
|
+
},
|
|
770
|
+
"default": "'/sm/{type}/login?idp={id}'",
|
|
771
|
+
"privacy": "public"
|
|
714
772
|
}
|
|
715
773
|
],
|
|
716
774
|
"exports": [
|
|
@@ -793,6 +851,101 @@
|
|
|
793
851
|
"name": "_DEFAULT_USER",
|
|
794
852
|
"module": "src/env/variables.ts"
|
|
795
853
|
}
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"kind": "js",
|
|
857
|
+
"name": "LOGIN_URL",
|
|
858
|
+
"declaration": {
|
|
859
|
+
"name": "LOGIN_URL",
|
|
860
|
+
"module": "src/env/variables.ts"
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"kind": "js",
|
|
865
|
+
"name": "LOGIN_REFRESH_URL",
|
|
866
|
+
"declaration": {
|
|
867
|
+
"name": "LOGIN_REFRESH_URL",
|
|
868
|
+
"module": "src/env/variables.ts"
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"kind": "js",
|
|
873
|
+
"name": "LOGIN_DETAILS_URL",
|
|
874
|
+
"declaration": {
|
|
875
|
+
"name": "LOGIN_DETAILS_URL",
|
|
876
|
+
"module": "src/env/variables.ts"
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"kind": "js",
|
|
881
|
+
"name": "LOGOUT_URL",
|
|
882
|
+
"declaration": {
|
|
883
|
+
"name": "LOGOUT_URL",
|
|
884
|
+
"module": "src/env/variables.ts"
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"kind": "js",
|
|
889
|
+
"name": "CHANGE_PASSWORD_URL",
|
|
890
|
+
"declaration": {
|
|
891
|
+
"name": "CHANGE_PASSWORD_URL",
|
|
892
|
+
"module": "src/env/variables.ts"
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"kind": "js",
|
|
897
|
+
"name": "FORGOT_PASSWORD_URL",
|
|
898
|
+
"declaration": {
|
|
899
|
+
"name": "FORGOT_PASSWORD_URL",
|
|
900
|
+
"module": "src/env/variables.ts"
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"kind": "js",
|
|
905
|
+
"name": "RESET_PASSWORD_URL",
|
|
906
|
+
"declaration": {
|
|
907
|
+
"name": "RESET_PASSWORD_URL",
|
|
908
|
+
"module": "src/env/variables.ts"
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"kind": "js",
|
|
913
|
+
"name": "SSO_LIST_URL",
|
|
914
|
+
"declaration": {
|
|
915
|
+
"name": "SSO_LIST_URL",
|
|
916
|
+
"module": "src/env/variables.ts"
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"kind": "js",
|
|
921
|
+
"name": "SSO_LOGIN_URL",
|
|
922
|
+
"declaration": {
|
|
923
|
+
"name": "SSO_LOGIN_URL",
|
|
924
|
+
"module": "src/env/variables.ts"
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
]
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"kind": "javascript-module",
|
|
931
|
+
"path": "src/directives/index.ts",
|
|
932
|
+
"declarations": [],
|
|
933
|
+
"exports": [
|
|
934
|
+
{
|
|
935
|
+
"kind": "js",
|
|
936
|
+
"name": "*",
|
|
937
|
+
"declaration": {
|
|
938
|
+
"name": "*",
|
|
939
|
+
"package": "./sync"
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"kind": "js",
|
|
944
|
+
"name": "*",
|
|
945
|
+
"declaration": {
|
|
946
|
+
"name": "*",
|
|
947
|
+
"package": "./when-else"
|
|
948
|
+
}
|
|
796
949
|
}
|
|
797
950
|
]
|
|
798
951
|
},
|
|
@@ -2283,160 +2436,6 @@
|
|
|
2283
2436
|
}
|
|
2284
2437
|
]
|
|
2285
2438
|
},
|
|
2286
|
-
{
|
|
2287
|
-
"kind": "javascript-module",
|
|
2288
|
-
"path": "src/directives/sync/index.ts",
|
|
2289
|
-
"declarations": [],
|
|
2290
|
-
"exports": [
|
|
2291
|
-
{
|
|
2292
|
-
"kind": "js",
|
|
2293
|
-
"name": "*",
|
|
2294
|
-
"declaration": {
|
|
2295
|
-
"name": "*",
|
|
2296
|
-
"package": "./sync"
|
|
2297
|
-
}
|
|
2298
|
-
}
|
|
2299
|
-
]
|
|
2300
|
-
},
|
|
2301
|
-
{
|
|
2302
|
-
"kind": "javascript-module",
|
|
2303
|
-
"path": "src/directives/sync/sync.ts",
|
|
2304
|
-
"declarations": [
|
|
2305
|
-
{
|
|
2306
|
-
"kind": "variable",
|
|
2307
|
-
"name": "defaultEventMap",
|
|
2308
|
-
"type": {
|
|
2309
|
-
"text": "Map<string, EventName>"
|
|
2310
|
-
},
|
|
2311
|
-
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
|
2312
|
-
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2313
|
-
"privacy": "public"
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"kind": "function",
|
|
2317
|
-
"name": "sync",
|
|
2318
|
-
"return": {
|
|
2319
|
-
"type": {
|
|
2320
|
-
"text": "CaptureType<TSource>"
|
|
2321
|
-
}
|
|
2322
|
-
},
|
|
2323
|
-
"parameters": [
|
|
2324
|
-
{
|
|
2325
|
-
"name": "binding",
|
|
2326
|
-
"type": {
|
|
2327
|
-
"text": "Binding<TSource, TReturn>"
|
|
2328
|
-
}
|
|
2329
|
-
},
|
|
2330
|
-
{
|
|
2331
|
-
"name": "conversionType",
|
|
2332
|
-
"default": "'string'",
|
|
2333
|
-
"type": {
|
|
2334
|
-
"text": "ConversionType"
|
|
2335
|
-
}
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"name": "eventName",
|
|
2339
|
-
"default": "'default'",
|
|
2340
|
-
"type": {
|
|
2341
|
-
"text": "EventName"
|
|
2342
|
-
}
|
|
2343
|
-
},
|
|
2344
|
-
{
|
|
2345
|
-
"name": "keyAttr",
|
|
2346
|
-
"optional": true,
|
|
2347
|
-
"type": {
|
|
2348
|
-
"text": "string"
|
|
2349
|
-
}
|
|
2350
|
-
}
|
|
2351
|
-
],
|
|
2352
|
-
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
2353
|
-
"privacy": "public"
|
|
2354
|
-
}
|
|
2355
|
-
],
|
|
2356
|
-
"exports": [
|
|
2357
|
-
{
|
|
2358
|
-
"kind": "js",
|
|
2359
|
-
"name": "defaultEventMap",
|
|
2360
|
-
"declaration": {
|
|
2361
|
-
"name": "defaultEventMap",
|
|
2362
|
-
"module": "src/directives/sync/sync.ts"
|
|
2363
|
-
}
|
|
2364
|
-
},
|
|
2365
|
-
{
|
|
2366
|
-
"kind": "js",
|
|
2367
|
-
"name": "sync",
|
|
2368
|
-
"declaration": {
|
|
2369
|
-
"name": "sync",
|
|
2370
|
-
"module": "src/directives/sync/sync.ts"
|
|
2371
|
-
}
|
|
2372
|
-
}
|
|
2373
|
-
]
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"kind": "javascript-module",
|
|
2377
|
-
"path": "src/directives/when-else/index.ts",
|
|
2378
|
-
"declarations": [],
|
|
2379
|
-
"exports": [
|
|
2380
|
-
{
|
|
2381
|
-
"kind": "js",
|
|
2382
|
-
"name": "*",
|
|
2383
|
-
"declaration": {
|
|
2384
|
-
"name": "*",
|
|
2385
|
-
"package": "./when-else"
|
|
2386
|
-
}
|
|
2387
|
-
}
|
|
2388
|
-
]
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"kind": "javascript-module",
|
|
2392
|
-
"path": "src/directives/when-else/when-else.ts",
|
|
2393
|
-
"declarations": [
|
|
2394
|
-
{
|
|
2395
|
-
"kind": "function",
|
|
2396
|
-
"name": "whenElse",
|
|
2397
|
-
"return": {
|
|
2398
|
-
"type": {
|
|
2399
|
-
"text": "CaptureType<TSource>"
|
|
2400
|
-
}
|
|
2401
|
-
},
|
|
2402
|
-
"parameters": [
|
|
2403
|
-
{
|
|
2404
|
-
"name": "binding",
|
|
2405
|
-
"type": {
|
|
2406
|
-
"text": "Binding<TSource, TReturn>"
|
|
2407
|
-
},
|
|
2408
|
-
"description": "The condition to test for rendering."
|
|
2409
|
-
},
|
|
2410
|
-
{
|
|
2411
|
-
"name": "trueTemplateOrTemplateBinding",
|
|
2412
|
-
"type": {
|
|
2413
|
-
"text": "WhenTemplate<TSource>"
|
|
2414
|
-
},
|
|
2415
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2416
|
-
},
|
|
2417
|
-
{
|
|
2418
|
-
"name": "falseTemplateOrTemplateBinding",
|
|
2419
|
-
"type": {
|
|
2420
|
-
"text": "WhenTemplate<TSource>"
|
|
2421
|
-
},
|
|
2422
|
-
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2423
|
-
}
|
|
2424
|
-
],
|
|
2425
|
-
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2426
|
-
"privacy": "public"
|
|
2427
|
-
}
|
|
2428
|
-
],
|
|
2429
|
-
"exports": [
|
|
2430
|
-
{
|
|
2431
|
-
"kind": "js",
|
|
2432
|
-
"name": "whenElse",
|
|
2433
|
-
"declaration": {
|
|
2434
|
-
"name": "whenElse",
|
|
2435
|
-
"module": "src/directives/when-else/when-else.ts"
|
|
2436
|
-
}
|
|
2437
|
-
}
|
|
2438
|
-
]
|
|
2439
|
-
},
|
|
2440
2439
|
{
|
|
2441
2440
|
"kind": "javascript-module",
|
|
2442
2441
|
"path": "src/encoding/base64/decode.ts",
|
|
@@ -2591,6 +2590,160 @@
|
|
|
2591
2590
|
}
|
|
2592
2591
|
]
|
|
2593
2592
|
},
|
|
2593
|
+
{
|
|
2594
|
+
"kind": "javascript-module",
|
|
2595
|
+
"path": "src/directives/sync/index.ts",
|
|
2596
|
+
"declarations": [],
|
|
2597
|
+
"exports": [
|
|
2598
|
+
{
|
|
2599
|
+
"kind": "js",
|
|
2600
|
+
"name": "*",
|
|
2601
|
+
"declaration": {
|
|
2602
|
+
"name": "*",
|
|
2603
|
+
"package": "./sync"
|
|
2604
|
+
}
|
|
2605
|
+
}
|
|
2606
|
+
]
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"kind": "javascript-module",
|
|
2610
|
+
"path": "src/directives/sync/sync.ts",
|
|
2611
|
+
"declarations": [
|
|
2612
|
+
{
|
|
2613
|
+
"kind": "variable",
|
|
2614
|
+
"name": "defaultEventMap",
|
|
2615
|
+
"type": {
|
|
2616
|
+
"text": "Map<string, EventName>"
|
|
2617
|
+
},
|
|
2618
|
+
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
|
2619
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2620
|
+
"privacy": "public"
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"kind": "function",
|
|
2624
|
+
"name": "sync",
|
|
2625
|
+
"return": {
|
|
2626
|
+
"type": {
|
|
2627
|
+
"text": "CaptureType<TSource>"
|
|
2628
|
+
}
|
|
2629
|
+
},
|
|
2630
|
+
"parameters": [
|
|
2631
|
+
{
|
|
2632
|
+
"name": "binding",
|
|
2633
|
+
"type": {
|
|
2634
|
+
"text": "Binding<TSource, TReturn>"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2637
|
+
{
|
|
2638
|
+
"name": "conversionType",
|
|
2639
|
+
"default": "'string'",
|
|
2640
|
+
"type": {
|
|
2641
|
+
"text": "ConversionType"
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"name": "eventName",
|
|
2646
|
+
"default": "'default'",
|
|
2647
|
+
"type": {
|
|
2648
|
+
"text": "EventName"
|
|
2649
|
+
}
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"name": "keyAttr",
|
|
2653
|
+
"optional": true,
|
|
2654
|
+
"type": {
|
|
2655
|
+
"text": "string"
|
|
2656
|
+
}
|
|
2657
|
+
}
|
|
2658
|
+
],
|
|
2659
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
2660
|
+
"privacy": "public"
|
|
2661
|
+
}
|
|
2662
|
+
],
|
|
2663
|
+
"exports": [
|
|
2664
|
+
{
|
|
2665
|
+
"kind": "js",
|
|
2666
|
+
"name": "defaultEventMap",
|
|
2667
|
+
"declaration": {
|
|
2668
|
+
"name": "defaultEventMap",
|
|
2669
|
+
"module": "src/directives/sync/sync.ts"
|
|
2670
|
+
}
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"kind": "js",
|
|
2674
|
+
"name": "sync",
|
|
2675
|
+
"declaration": {
|
|
2676
|
+
"name": "sync",
|
|
2677
|
+
"module": "src/directives/sync/sync.ts"
|
|
2678
|
+
}
|
|
2679
|
+
}
|
|
2680
|
+
]
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"kind": "javascript-module",
|
|
2684
|
+
"path": "src/directives/when-else/index.ts",
|
|
2685
|
+
"declarations": [],
|
|
2686
|
+
"exports": [
|
|
2687
|
+
{
|
|
2688
|
+
"kind": "js",
|
|
2689
|
+
"name": "*",
|
|
2690
|
+
"declaration": {
|
|
2691
|
+
"name": "*",
|
|
2692
|
+
"package": "./when-else"
|
|
2693
|
+
}
|
|
2694
|
+
}
|
|
2695
|
+
]
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"kind": "javascript-module",
|
|
2699
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
2700
|
+
"declarations": [
|
|
2701
|
+
{
|
|
2702
|
+
"kind": "function",
|
|
2703
|
+
"name": "whenElse",
|
|
2704
|
+
"return": {
|
|
2705
|
+
"type": {
|
|
2706
|
+
"text": "CaptureType<TSource>"
|
|
2707
|
+
}
|
|
2708
|
+
},
|
|
2709
|
+
"parameters": [
|
|
2710
|
+
{
|
|
2711
|
+
"name": "binding",
|
|
2712
|
+
"type": {
|
|
2713
|
+
"text": "Binding<TSource, TReturn>"
|
|
2714
|
+
},
|
|
2715
|
+
"description": "The condition to test for rendering."
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
2719
|
+
"type": {
|
|
2720
|
+
"text": "WhenTemplate<TSource>"
|
|
2721
|
+
},
|
|
2722
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
2726
|
+
"type": {
|
|
2727
|
+
"text": "WhenTemplate<TSource>"
|
|
2728
|
+
},
|
|
2729
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2730
|
+
}
|
|
2731
|
+
],
|
|
2732
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2733
|
+
"privacy": "public"
|
|
2734
|
+
}
|
|
2735
|
+
],
|
|
2736
|
+
"exports": [
|
|
2737
|
+
{
|
|
2738
|
+
"kind": "js",
|
|
2739
|
+
"name": "whenElse",
|
|
2740
|
+
"declaration": {
|
|
2741
|
+
"name": "whenElse",
|
|
2742
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
2743
|
+
}
|
|
2744
|
+
}
|
|
2745
|
+
]
|
|
2746
|
+
},
|
|
2594
2747
|
{
|
|
2595
2748
|
"kind": "javascript-module",
|
|
2596
2749
|
"path": "src/mappers/dto/index.ts",
|
|
@@ -84,4 +84,49 @@ export { _DEFAULT_PASSWORD as DEFAULT_PASSWORD };
|
|
|
84
84
|
*/
|
|
85
85
|
declare let _DEFAULT_USER: string;
|
|
86
86
|
export { _DEFAULT_USER as DEFAULT_USER };
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
declare let LOGIN_URL: string;
|
|
91
|
+
export { LOGIN_URL };
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
declare let LOGIN_REFRESH_URL: string;
|
|
96
|
+
export { LOGIN_REFRESH_URL };
|
|
97
|
+
/**
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
declare let LOGIN_DETAILS_URL: string;
|
|
101
|
+
export { LOGIN_DETAILS_URL };
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
declare let LOGOUT_URL: string;
|
|
106
|
+
export { LOGOUT_URL };
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
declare let CHANGE_PASSWORD_URL: string;
|
|
111
|
+
export { CHANGE_PASSWORD_URL };
|
|
112
|
+
/**
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
declare let FORGOT_PASSWORD_URL: string;
|
|
116
|
+
export { FORGOT_PASSWORD_URL };
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
declare let RESET_PASSWORD_URL: string;
|
|
121
|
+
export { RESET_PASSWORD_URL };
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
declare let SSO_LIST_URL: string;
|
|
126
|
+
export { SSO_LIST_URL };
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
declare let SSO_LOGIN_URL: string;
|
|
131
|
+
export { SSO_LOGIN_URL };
|
|
87
132
|
//# sourceMappingURL=variables.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAQA;;;;;;;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;AAQ/C,OAAO,EAAE,SAAS,EAAE,CAAC;AAGrB;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAA+B,CAAC;AAQvD,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAkC,CAAC;AAQ1D,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,UAAU,EAAE,MAA2B,CAAC;AAQ5C,OAAO,EAAE,UAAU,EAAE,CAAC;AAGtB;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAyC,CAAC;AAQnE,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAgD,CAAC;AAQ1E,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,kBAAkB,EAAE,MAA0C,CAAC;AAQnE,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAG9B;;GAEG;AACH,QAAA,IAAI,YAAY,EAAE,MAAuB,CAAC;AAQ1C,OAAO,EAAE,YAAY,EAAE,CAAC;AAGxB;;GAEG;AACH,QAAA,IAAI,aAAa,EAAE,MAAoC,CAAC;AAQxD,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
/* eslint-disable import/no-mutable-exports */
|
|
2
|
+
// Core
|
|
3
|
+
/* eslint-disable import/no-mutable-exports */
|
|
4
|
+
import { logger } from '../utils';
|
|
2
5
|
/**
|
|
3
6
|
* The builder aka file bundler.
|
|
4
7
|
* @privateRemarks
|
|
@@ -131,3 +134,102 @@ try {
|
|
|
131
134
|
}
|
|
132
135
|
catch (_j) { }
|
|
133
136
|
export { _DEFAULT_USER as DEFAULT_USER };
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
let LOGIN_URL = '/sm/event-login-auth';
|
|
141
|
+
if (typeof GENX_LOGIN_URL !== 'undefined') {
|
|
142
|
+
LOGIN_URL = GENX_LOGIN_URL;
|
|
143
|
+
}
|
|
144
|
+
else {
|
|
145
|
+
logger.debug(`GENX_LOGIN_URL unset, defaulting to ${LOGIN_URL}`);
|
|
146
|
+
}
|
|
147
|
+
export { LOGIN_URL };
|
|
148
|
+
/**
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
let LOGIN_REFRESH_URL = '/sm/event-login-auth';
|
|
152
|
+
if (typeof GENX_LOGIN_REFRESH_URL !== 'undefined') {
|
|
153
|
+
LOGIN_REFRESH_URL = GENX_LOGIN_REFRESH_URL;
|
|
154
|
+
}
|
|
155
|
+
else {
|
|
156
|
+
logger.debug(`GENX_LOGIN_REFRESH_URL unset, defaulting to ${LOGIN_REFRESH_URL}`);
|
|
157
|
+
}
|
|
158
|
+
export { LOGIN_REFRESH_URL };
|
|
159
|
+
/**
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
let LOGIN_DETAILS_URL = '/sm/event-login-details';
|
|
163
|
+
if (typeof GENX_LOGIN_DETAILS_URL !== 'undefined') {
|
|
164
|
+
LOGIN_DETAILS_URL = GENX_LOGIN_DETAILS_URL;
|
|
165
|
+
}
|
|
166
|
+
else {
|
|
167
|
+
logger.debug(`GENX_LOGIN_DETAILS_URL unset, defaulting to ${LOGIN_DETAILS_URL}`);
|
|
168
|
+
}
|
|
169
|
+
export { LOGIN_DETAILS_URL };
|
|
170
|
+
/**
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
173
|
+
let LOGOUT_URL = '/sm/event-logout';
|
|
174
|
+
if (typeof GENX_LOGOUT_URL !== 'undefined') {
|
|
175
|
+
LOGOUT_URL = GENX_LOGOUT_URL;
|
|
176
|
+
}
|
|
177
|
+
else {
|
|
178
|
+
logger.debug(`GENX_LOGOUT_URL unset, defaulting to ${LOGOUT_URL}`);
|
|
179
|
+
}
|
|
180
|
+
export { LOGOUT_URL };
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
let CHANGE_PASSWORD_URL = '/sm/event-change-user-password';
|
|
185
|
+
if (typeof GENX_CHANGE_PASSWORD_URL !== 'undefined') {
|
|
186
|
+
CHANGE_PASSWORD_URL = GENX_CHANGE_PASSWORD_URL;
|
|
187
|
+
}
|
|
188
|
+
else {
|
|
189
|
+
logger.debug(`GENX_CHANGE_PASSWORD_URL unset, defaulting to ${CHANGE_PASSWORD_URL}`);
|
|
190
|
+
}
|
|
191
|
+
export { CHANGE_PASSWORD_URL };
|
|
192
|
+
/**
|
|
193
|
+
* @public
|
|
194
|
+
*/
|
|
195
|
+
let FORGOT_PASSWORD_URL = '/sm/event-self-service-password-reset';
|
|
196
|
+
if (typeof GENX_FORGOT_PASSWORD_URL !== 'undefined') {
|
|
197
|
+
FORGOT_PASSWORD_URL = GENX_FORGOT_PASSWORD_URL;
|
|
198
|
+
}
|
|
199
|
+
else {
|
|
200
|
+
logger.debug(`GENX_FORGOT_PASSWORD_URL unset, defaulting to ${FORGOT_PASSWORD_URL}`);
|
|
201
|
+
}
|
|
202
|
+
export { FORGOT_PASSWORD_URL };
|
|
203
|
+
/**
|
|
204
|
+
* @public
|
|
205
|
+
*/
|
|
206
|
+
let RESET_PASSWORD_URL = '/sm/event-password-reset-action';
|
|
207
|
+
if (typeof GENX_RESET_PASSWORD_URL !== 'undefined') {
|
|
208
|
+
RESET_PASSWORD_URL = GENX_RESET_PASSWORD_URL;
|
|
209
|
+
}
|
|
210
|
+
else {
|
|
211
|
+
logger.debug(`GENX_RESET_PASSWORD_URL unset, defaulting to ${RESET_PASSWORD_URL}`);
|
|
212
|
+
}
|
|
213
|
+
export { RESET_PASSWORD_URL };
|
|
214
|
+
/**
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
let SSO_LIST_URL = '/sm/sso/list';
|
|
218
|
+
if (typeof GENX_SSO_LIST_URL !== 'undefined') {
|
|
219
|
+
SSO_LIST_URL = GENX_SSO_LIST_URL;
|
|
220
|
+
}
|
|
221
|
+
else {
|
|
222
|
+
logger.debug(`GENX_SSO_LIST_URL unset, defaulting to ${SSO_LIST_URL}`);
|
|
223
|
+
}
|
|
224
|
+
export { SSO_LIST_URL };
|
|
225
|
+
/**
|
|
226
|
+
* @public
|
|
227
|
+
*/
|
|
228
|
+
let SSO_LOGIN_URL = '/sm/{type}/login?idp={id}';
|
|
229
|
+
if (typeof GENX_SSO_LOGIN_URL !== 'undefined') {
|
|
230
|
+
SSO_LOGIN_URL = GENX_SSO_LOGIN_URL;
|
|
231
|
+
}
|
|
232
|
+
else {
|
|
233
|
+
logger.debug(`GENX_SSO_LOGIN_URL unset, defaulting to ${SSO_LOGIN_URL}`);
|
|
234
|
+
}
|
|
235
|
+
export { SSO_LOGIN_URL };
|
|
@@ -297,6 +297,29 @@
|
|
|
297
297
|
"endIndex": 2
|
|
298
298
|
}
|
|
299
299
|
},
|
|
300
|
+
{
|
|
301
|
+
"kind": "Variable",
|
|
302
|
+
"canonicalReference": "@genesislcap/foundation-utils!CHANGE_PASSWORD_URL:var",
|
|
303
|
+
"docComment": "/**\n * @public\n */\n",
|
|
304
|
+
"excerptTokens": [
|
|
305
|
+
{
|
|
306
|
+
"kind": "Content",
|
|
307
|
+
"text": "CHANGE_PASSWORD_URL: "
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"kind": "Content",
|
|
311
|
+
"text": "string"
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"fileUrlPath": "src/env/variables.ts",
|
|
315
|
+
"isReadonly": false,
|
|
316
|
+
"releaseTag": "Public",
|
|
317
|
+
"name": "CHANGE_PASSWORD_URL",
|
|
318
|
+
"variableTypeTokenRange": {
|
|
319
|
+
"startIndex": 1,
|
|
320
|
+
"endIndex": 2
|
|
321
|
+
}
|
|
322
|
+
},
|
|
300
323
|
{
|
|
301
324
|
"kind": "TypeAlias",
|
|
302
325
|
"canonicalReference": "@genesislcap/foundation-utils!ConstructableLifecycleHandler:type",
|
|
@@ -3345,6 +3368,29 @@
|
|
|
3345
3368
|
"endIndex": 2
|
|
3346
3369
|
}
|
|
3347
3370
|
},
|
|
3371
|
+
{
|
|
3372
|
+
"kind": "Variable",
|
|
3373
|
+
"canonicalReference": "@genesislcap/foundation-utils!FORGOT_PASSWORD_URL:var",
|
|
3374
|
+
"docComment": "/**\n * @public\n */\n",
|
|
3375
|
+
"excerptTokens": [
|
|
3376
|
+
{
|
|
3377
|
+
"kind": "Content",
|
|
3378
|
+
"text": "FORGOT_PASSWORD_URL: "
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"kind": "Content",
|
|
3382
|
+
"text": "string"
|
|
3383
|
+
}
|
|
3384
|
+
],
|
|
3385
|
+
"fileUrlPath": "src/env/variables.ts",
|
|
3386
|
+
"isReadonly": false,
|
|
3387
|
+
"releaseTag": "Public",
|
|
3388
|
+
"name": "FORGOT_PASSWORD_URL",
|
|
3389
|
+
"variableTypeTokenRange": {
|
|
3390
|
+
"startIndex": 1,
|
|
3391
|
+
"endIndex": 2
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3348
3394
|
{
|
|
3349
3395
|
"kind": "Function",
|
|
3350
3396
|
"canonicalReference": "@genesislcap/foundation-utils!formatDateTimestamp:function(1)",
|
|
@@ -8336,6 +8382,98 @@
|
|
|
8336
8382
|
}
|
|
8337
8383
|
]
|
|
8338
8384
|
},
|
|
8385
|
+
{
|
|
8386
|
+
"kind": "Variable",
|
|
8387
|
+
"canonicalReference": "@genesislcap/foundation-utils!LOGIN_DETAILS_URL:var",
|
|
8388
|
+
"docComment": "/**\n * @public\n */\n",
|
|
8389
|
+
"excerptTokens": [
|
|
8390
|
+
{
|
|
8391
|
+
"kind": "Content",
|
|
8392
|
+
"text": "LOGIN_DETAILS_URL: "
|
|
8393
|
+
},
|
|
8394
|
+
{
|
|
8395
|
+
"kind": "Content",
|
|
8396
|
+
"text": "string"
|
|
8397
|
+
}
|
|
8398
|
+
],
|
|
8399
|
+
"fileUrlPath": "src/env/variables.ts",
|
|
8400
|
+
"isReadonly": false,
|
|
8401
|
+
"releaseTag": "Public",
|
|
8402
|
+
"name": "LOGIN_DETAILS_URL",
|
|
8403
|
+
"variableTypeTokenRange": {
|
|
8404
|
+
"startIndex": 1,
|
|
8405
|
+
"endIndex": 2
|
|
8406
|
+
}
|
|
8407
|
+
},
|
|
8408
|
+
{
|
|
8409
|
+
"kind": "Variable",
|
|
8410
|
+
"canonicalReference": "@genesislcap/foundation-utils!LOGIN_REFRESH_URL:var",
|
|
8411
|
+
"docComment": "/**\n * @public\n */\n",
|
|
8412
|
+
"excerptTokens": [
|
|
8413
|
+
{
|
|
8414
|
+
"kind": "Content",
|
|
8415
|
+
"text": "LOGIN_REFRESH_URL: "
|
|
8416
|
+
},
|
|
8417
|
+
{
|
|
8418
|
+
"kind": "Content",
|
|
8419
|
+
"text": "string"
|
|
8420
|
+
}
|
|
8421
|
+
],
|
|
8422
|
+
"fileUrlPath": "src/env/variables.ts",
|
|
8423
|
+
"isReadonly": false,
|
|
8424
|
+
"releaseTag": "Public",
|
|
8425
|
+
"name": "LOGIN_REFRESH_URL",
|
|
8426
|
+
"variableTypeTokenRange": {
|
|
8427
|
+
"startIndex": 1,
|
|
8428
|
+
"endIndex": 2
|
|
8429
|
+
}
|
|
8430
|
+
},
|
|
8431
|
+
{
|
|
8432
|
+
"kind": "Variable",
|
|
8433
|
+
"canonicalReference": "@genesislcap/foundation-utils!LOGIN_URL:var",
|
|
8434
|
+
"docComment": "/**\n * @public\n */\n",
|
|
8435
|
+
"excerptTokens": [
|
|
8436
|
+
{
|
|
8437
|
+
"kind": "Content",
|
|
8438
|
+
"text": "LOGIN_URL: "
|
|
8439
|
+
},
|
|
8440
|
+
{
|
|
8441
|
+
"kind": "Content",
|
|
8442
|
+
"text": "string"
|
|
8443
|
+
}
|
|
8444
|
+
],
|
|
8445
|
+
"fileUrlPath": "src/env/variables.ts",
|
|
8446
|
+
"isReadonly": false,
|
|
8447
|
+
"releaseTag": "Public",
|
|
8448
|
+
"name": "LOGIN_URL",
|
|
8449
|
+
"variableTypeTokenRange": {
|
|
8450
|
+
"startIndex": 1,
|
|
8451
|
+
"endIndex": 2
|
|
8452
|
+
}
|
|
8453
|
+
},
|
|
8454
|
+
{
|
|
8455
|
+
"kind": "Variable",
|
|
8456
|
+
"canonicalReference": "@genesislcap/foundation-utils!LOGOUT_URL:var",
|
|
8457
|
+
"docComment": "/**\n * @public\n */\n",
|
|
8458
|
+
"excerptTokens": [
|
|
8459
|
+
{
|
|
8460
|
+
"kind": "Content",
|
|
8461
|
+
"text": "LOGOUT_URL: "
|
|
8462
|
+
},
|
|
8463
|
+
{
|
|
8464
|
+
"kind": "Content",
|
|
8465
|
+
"text": "string"
|
|
8466
|
+
}
|
|
8467
|
+
],
|
|
8468
|
+
"fileUrlPath": "src/env/variables.ts",
|
|
8469
|
+
"isReadonly": false,
|
|
8470
|
+
"releaseTag": "Public",
|
|
8471
|
+
"name": "LOGOUT_URL",
|
|
8472
|
+
"variableTypeTokenRange": {
|
|
8473
|
+
"startIndex": 1,
|
|
8474
|
+
"endIndex": 2
|
|
8475
|
+
}
|
|
8476
|
+
},
|
|
8339
8477
|
{
|
|
8340
8478
|
"kind": "Class",
|
|
8341
8479
|
"canonicalReference": "@genesislcap/foundation-utils!NumberParser:class",
|
|
@@ -12151,6 +12289,29 @@
|
|
|
12151
12289
|
],
|
|
12152
12290
|
"name": "renderOnChange"
|
|
12153
12291
|
},
|
|
12292
|
+
{
|
|
12293
|
+
"kind": "Variable",
|
|
12294
|
+
"canonicalReference": "@genesislcap/foundation-utils!RESET_PASSWORD_URL:var",
|
|
12295
|
+
"docComment": "/**\n * @public\n */\n",
|
|
12296
|
+
"excerptTokens": [
|
|
12297
|
+
{
|
|
12298
|
+
"kind": "Content",
|
|
12299
|
+
"text": "RESET_PASSWORD_URL: "
|
|
12300
|
+
},
|
|
12301
|
+
{
|
|
12302
|
+
"kind": "Content",
|
|
12303
|
+
"text": "string"
|
|
12304
|
+
}
|
|
12305
|
+
],
|
|
12306
|
+
"fileUrlPath": "src/env/variables.ts",
|
|
12307
|
+
"isReadonly": false,
|
|
12308
|
+
"releaseTag": "Public",
|
|
12309
|
+
"name": "RESET_PASSWORD_URL",
|
|
12310
|
+
"variableTypeTokenRange": {
|
|
12311
|
+
"startIndex": 1,
|
|
12312
|
+
"endIndex": 2
|
|
12313
|
+
}
|
|
12314
|
+
},
|
|
12154
12315
|
{
|
|
12155
12316
|
"kind": "Variable",
|
|
12156
12317
|
"canonicalReference": "@genesislcap/foundation-utils!resolveAfter:var",
|
|
@@ -12598,6 +12759,52 @@
|
|
|
12598
12759
|
"endIndex": 2
|
|
12599
12760
|
}
|
|
12600
12761
|
},
|
|
12762
|
+
{
|
|
12763
|
+
"kind": "Variable",
|
|
12764
|
+
"canonicalReference": "@genesislcap/foundation-utils!SSO_LIST_URL:var",
|
|
12765
|
+
"docComment": "/**\n * @public\n */\n",
|
|
12766
|
+
"excerptTokens": [
|
|
12767
|
+
{
|
|
12768
|
+
"kind": "Content",
|
|
12769
|
+
"text": "SSO_LIST_URL: "
|
|
12770
|
+
},
|
|
12771
|
+
{
|
|
12772
|
+
"kind": "Content",
|
|
12773
|
+
"text": "string"
|
|
12774
|
+
}
|
|
12775
|
+
],
|
|
12776
|
+
"fileUrlPath": "src/env/variables.ts",
|
|
12777
|
+
"isReadonly": false,
|
|
12778
|
+
"releaseTag": "Public",
|
|
12779
|
+
"name": "SSO_LIST_URL",
|
|
12780
|
+
"variableTypeTokenRange": {
|
|
12781
|
+
"startIndex": 1,
|
|
12782
|
+
"endIndex": 2
|
|
12783
|
+
}
|
|
12784
|
+
},
|
|
12785
|
+
{
|
|
12786
|
+
"kind": "Variable",
|
|
12787
|
+
"canonicalReference": "@genesislcap/foundation-utils!SSO_LOGIN_URL:var",
|
|
12788
|
+
"docComment": "/**\n * @public\n */\n",
|
|
12789
|
+
"excerptTokens": [
|
|
12790
|
+
{
|
|
12791
|
+
"kind": "Content",
|
|
12792
|
+
"text": "SSO_LOGIN_URL: "
|
|
12793
|
+
},
|
|
12794
|
+
{
|
|
12795
|
+
"kind": "Content",
|
|
12796
|
+
"text": "string"
|
|
12797
|
+
}
|
|
12798
|
+
],
|
|
12799
|
+
"fileUrlPath": "src/env/variables.ts",
|
|
12800
|
+
"isReadonly": false,
|
|
12801
|
+
"releaseTag": "Public",
|
|
12802
|
+
"name": "SSO_LOGIN_URL",
|
|
12803
|
+
"variableTypeTokenRange": {
|
|
12804
|
+
"startIndex": 1,
|
|
12805
|
+
"endIndex": 2
|
|
12806
|
+
}
|
|
12807
|
+
},
|
|
12601
12808
|
{
|
|
12602
12809
|
"kind": "TypeAlias",
|
|
12603
12810
|
"canonicalReference": "@genesislcap/foundation-utils!Subscribe:type",
|
|
@@ -83,6 +83,11 @@ export declare const BIG_INT_64_BITS = 64;
|
|
|
83
83
|
*/
|
|
84
84
|
export declare let BUILDER: string;
|
|
85
85
|
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export declare let CHANGE_PASSWORD_URL: string;
|
|
90
|
+
|
|
86
91
|
/**
|
|
87
92
|
* @public
|
|
88
93
|
*/
|
|
@@ -451,6 +456,11 @@ export declare enum FontWeight {
|
|
|
451
456
|
*/
|
|
452
457
|
export declare let FORCE_HTTP: string;
|
|
453
458
|
|
|
459
|
+
/**
|
|
460
|
+
* @public
|
|
461
|
+
*/
|
|
462
|
+
export declare let FORGOT_PASSWORD_URL: string;
|
|
463
|
+
|
|
454
464
|
/**
|
|
455
465
|
* Formats [DATE] UNIX Timestamps (without time) to readable strings
|
|
456
466
|
* @public
|
|
@@ -1117,8 +1127,28 @@ export declare const logger: Logger_2;
|
|
|
1117
1127
|
export declare interface LoggerOptions extends LoggerOptions_2 {
|
|
1118
1128
|
}
|
|
1119
1129
|
|
|
1130
|
+
/**
|
|
1131
|
+
* @public
|
|
1132
|
+
*/
|
|
1133
|
+
export declare let LOGIN_DETAILS_URL: string;
|
|
1134
|
+
|
|
1135
|
+
/**
|
|
1136
|
+
* @public
|
|
1137
|
+
*/
|
|
1138
|
+
export declare let LOGIN_REFRESH_URL: string;
|
|
1139
|
+
|
|
1140
|
+
/**
|
|
1141
|
+
* @public
|
|
1142
|
+
*/
|
|
1143
|
+
export declare let LOGIN_URL: string;
|
|
1144
|
+
|
|
1120
1145
|
export { LogLevel }
|
|
1121
1146
|
|
|
1147
|
+
/**
|
|
1148
|
+
* @public
|
|
1149
|
+
*/
|
|
1150
|
+
export declare let LOGOUT_URL: string;
|
|
1151
|
+
|
|
1122
1152
|
/**
|
|
1123
1153
|
* @internal
|
|
1124
1154
|
*/
|
|
@@ -1691,6 +1721,11 @@ export declare function renderOnChange(target: FASTElement & {
|
|
|
1691
1721
|
render(): void;
|
|
1692
1722
|
}, name: string): void;
|
|
1693
1723
|
|
|
1724
|
+
/**
|
|
1725
|
+
* @public
|
|
1726
|
+
*/
|
|
1727
|
+
export declare let RESET_PASSWORD_URL: string;
|
|
1728
|
+
|
|
1694
1729
|
/**
|
|
1695
1730
|
* Resolve a promise after a timeout.
|
|
1696
1731
|
*
|
|
@@ -1797,6 +1832,16 @@ export declare class SlottedStyles extends FASTElement {
|
|
|
1797
1832
|
*/
|
|
1798
1833
|
export declare let SOCKET_EXT: string;
|
|
1799
1834
|
|
|
1835
|
+
/**
|
|
1836
|
+
* @public
|
|
1837
|
+
*/
|
|
1838
|
+
export declare let SSO_LIST_URL: string;
|
|
1839
|
+
|
|
1840
|
+
/**
|
|
1841
|
+
* @public
|
|
1842
|
+
*/
|
|
1843
|
+
export declare let SSO_LOGIN_URL: string;
|
|
1844
|
+
|
|
1800
1845
|
/**
|
|
1801
1846
|
* Subscribes a listener function to receive events of a specific type.
|
|
1802
1847
|
* @returns An unsubscribe function.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [CHANGE\_PASSWORD\_URL](./foundation-utils.change_password_url.md)
|
|
4
|
+
|
|
5
|
+
## CHANGE\_PASSWORD\_URL variable
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
**Signature:**
|
|
9
|
+
|
|
10
|
+
```typescript
|
|
11
|
+
CHANGE_PASSWORD_URL: string
|
|
12
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [FORGOT\_PASSWORD\_URL](./foundation-utils.forgot_password_url.md)
|
|
4
|
+
|
|
5
|
+
## FORGOT\_PASSWORD\_URL variable
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
**Signature:**
|
|
9
|
+
|
|
10
|
+
```typescript
|
|
11
|
+
FORGOT_PASSWORD_URL: string
|
|
12
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [LOGIN\_DETAILS\_URL](./foundation-utils.login_details_url.md)
|
|
4
|
+
|
|
5
|
+
## LOGIN\_DETAILS\_URL variable
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
**Signature:**
|
|
9
|
+
|
|
10
|
+
```typescript
|
|
11
|
+
LOGIN_DETAILS_URL: string
|
|
12
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [LOGIN\_REFRESH\_URL](./foundation-utils.login_refresh_url.md)
|
|
4
|
+
|
|
5
|
+
## LOGIN\_REFRESH\_URL variable
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
**Signature:**
|
|
9
|
+
|
|
10
|
+
```typescript
|
|
11
|
+
LOGIN_REFRESH_URL: string
|
|
12
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [LOGIN\_URL](./foundation-utils.login_url.md)
|
|
4
|
+
|
|
5
|
+
## LOGIN\_URL variable
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
**Signature:**
|
|
9
|
+
|
|
10
|
+
```typescript
|
|
11
|
+
LOGIN_URL: string
|
|
12
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [LOGOUT\_URL](./foundation-utils.logout_url.md)
|
|
4
|
+
|
|
5
|
+
## LOGOUT\_URL variable
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
**Signature:**
|
|
9
|
+
|
|
10
|
+
```typescript
|
|
11
|
+
LOGOUT_URL: string
|
|
12
|
+
```
|
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
| [activeColorScheme](./foundation-utils.activecolorscheme.md) | A design token that represents the active color scheme (light or dark). |
|
|
77
77
|
| [API\_HOST](./foundation-utils.api_host.md) | The Genesis Server URL (WebSocket or HTTP). |
|
|
78
78
|
| [BUILDER](./foundation-utils.builder.md) | The builder aka file bundler. |
|
|
79
|
+
| [CHANGE\_PASSWORD\_URL](./foundation-utils.change_password_url.md) | |
|
|
79
80
|
| [createErrorMap](./foundation-utils.createerrormap.md) | A factory to create the error map. |
|
|
80
81
|
| [createObserver](./foundation-utils.createobserver.md) | Creates a new event observer instance. |
|
|
81
82
|
| [decodeFromBase64](./foundation-utils.decodefrombase64.md) | Decodes a value from base64. |
|
|
@@ -89,6 +90,7 @@
|
|
|
89
90
|
| [encodeToBase64](./foundation-utils.encodetobase64.md) | Encodes the given value to base64. |
|
|
90
91
|
| [encodeToBase64WithPrefix](./foundation-utils.encodetobase64withprefix.md) | Encodes the given value with a prefix to base64. |
|
|
91
92
|
| [FORCE\_HTTP](./foundation-utils.force_http.md) | The path to a JSON config file for the HTTP mode. |
|
|
93
|
+
| [FORGOT\_PASSWORD\_URL](./foundation-utils.forgot_password_url.md) | |
|
|
92
94
|
| [GENESIS\_SOCKET\_URL](./foundation-utils.genesis_socket_url.md) | Genesis Socket URL |
|
|
93
95
|
| [getFontMixin](./foundation-utils.getfontmixin.md) | Generates a CSS mixin for the specified font family, style, and weight. |
|
|
94
96
|
| [HTTP\_CONFIG](./foundation-utils.http_config.md) | Configuration settings for HTTP, used in http connect flow \[<code>genesislcap-foundation-comms.HttpConnectConfig</code>\](https://link-to-docs). |
|
|
@@ -102,16 +104,23 @@
|
|
|
102
104
|
| [LifecycleMixin](./foundation-utils.lifecyclemixin.md) | **_(BETA)_** Mixin class to expose <code>shouldRunConnect</code> and <code>shouldRunDisconnect</code> |
|
|
103
105
|
| [loadFontFaces](./foundation-utils.loadfontfaces.md) | Loads font faces by inserting a style element with the specified font face rules into the document. |
|
|
104
106
|
| [logger](./foundation-utils.logger.md) | Logger for the foundation-utils package |
|
|
107
|
+
| [LOGIN\_DETAILS\_URL](./foundation-utils.login_details_url.md) | |
|
|
108
|
+
| [LOGIN\_REFRESH\_URL](./foundation-utils.login_refresh_url.md) | |
|
|
109
|
+
| [LOGIN\_URL](./foundation-utils.login_url.md) | |
|
|
110
|
+
| [LOGOUT\_URL](./foundation-utils.logout_url.md) | |
|
|
105
111
|
| [openPopup](./foundation-utils.openpopup.md) | Opens a new browser window with the specified URL, target, width, and height. |
|
|
106
112
|
| [PendingState](./foundation-utils.pendingstate.md) | The <code>PendingState</code> mixin. |
|
|
107
113
|
| [POPUP\_DEFAULT\_HEIGHT](./foundation-utils.popup_default_height.md) | The default height (in pixels) for pop-up windows. |
|
|
108
114
|
| [POPUP\_DEFAULT\_WIDTH](./foundation-utils.popup_default_width.md) | The default width (in pixels) for pop-up windows. |
|
|
109
115
|
| [PUBLIC\_PATH](./foundation-utils.public_path.md) | The public path. |
|
|
116
|
+
| [RESET\_PASSWORD\_URL](./foundation-utils.reset_password_url.md) | |
|
|
110
117
|
| [resolveAfter](./foundation-utils.resolveafter.md) | Resolve a promise after a timeout. |
|
|
111
118
|
| [ResourceType](./foundation-utils.resourcetype.md) | An object that defines two resource types: "local" and "remote". |
|
|
112
119
|
| [respondToVisibility](./foundation-utils.respondtovisibility.md) | Setup an <code>IntersectionObserver</code> which will activate a callback function when an element becomes visible on screen |
|
|
113
120
|
| [ServerRowDTOMapper](./foundation-utils.serverrowdtomapper.md) | A DI token used to obtain a <code>ServerRowDTOMapper</code> instance. |
|
|
114
121
|
| [SOCKET\_EXT](./foundation-utils.socket_ext.md) | The sub-path used for WebSocket connections when API\_HOST is not set |
|
|
122
|
+
| [SSO\_LIST\_URL](./foundation-utils.sso_list_url.md) | |
|
|
123
|
+
| [SSO\_LOGIN\_URL](./foundation-utils.sso_login_url.md) | |
|
|
115
124
|
| [TypeRampValues](./foundation-utils.typerampvalues.md) | An object containing type ramp values. |
|
|
116
125
|
| [UUID](./foundation-utils.uuid.md) | A dependency injection token for the UUID interface. |
|
|
117
126
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [RESET\_PASSWORD\_URL](./foundation-utils.reset_password_url.md)
|
|
4
|
+
|
|
5
|
+
## RESET\_PASSWORD\_URL variable
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
**Signature:**
|
|
9
|
+
|
|
10
|
+
```typescript
|
|
11
|
+
RESET_PASSWORD_URL: string
|
|
12
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [SSO\_LIST\_URL](./foundation-utils.sso_list_url.md)
|
|
4
|
+
|
|
5
|
+
## SSO\_LIST\_URL variable
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
**Signature:**
|
|
9
|
+
|
|
10
|
+
```typescript
|
|
11
|
+
SSO_LIST_URL: string
|
|
12
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [SSO\_LOGIN\_URL](./foundation-utils.sso_login_url.md)
|
|
4
|
+
|
|
5
|
+
## SSO\_LOGIN\_URL variable
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
**Signature:**
|
|
9
|
+
|
|
10
|
+
```typescript
|
|
11
|
+
SSO_LOGIN_URL: string
|
|
12
|
+
```
|
package/docs/api-report.md
CHANGED
|
@@ -36,6 +36,9 @@ export const BIG_INT_64_BITS = 64;
|
|
|
36
36
|
// @public
|
|
37
37
|
export let BUILDER: string;
|
|
38
38
|
|
|
39
|
+
// @public (undocumented)
|
|
40
|
+
export let CHANGE_PASSWORD_URL: string;
|
|
41
|
+
|
|
39
42
|
// @public (undocumented)
|
|
40
43
|
export type ConstructableLifecycleHandler = Constructable<FASTElement & HTMLElement>;
|
|
41
44
|
|
|
@@ -249,6 +252,9 @@ export enum FontWeight {
|
|
|
249
252
|
// @public
|
|
250
253
|
export let FORCE_HTTP: string;
|
|
251
254
|
|
|
255
|
+
// @public (undocumented)
|
|
256
|
+
export let FORGOT_PASSWORD_URL: string;
|
|
257
|
+
|
|
252
258
|
// @public
|
|
253
259
|
export function formatDateTimestamp(timestamp: number): string;
|
|
254
260
|
|
|
@@ -710,8 +716,20 @@ export const logger: Logger_2;
|
|
|
710
716
|
export interface LoggerOptions extends LoggerOptions_2 {
|
|
711
717
|
}
|
|
712
718
|
|
|
719
|
+
// @public (undocumented)
|
|
720
|
+
export let LOGIN_DETAILS_URL: string;
|
|
721
|
+
|
|
722
|
+
// @public (undocumented)
|
|
723
|
+
export let LOGIN_REFRESH_URL: string;
|
|
724
|
+
|
|
725
|
+
// @public (undocumented)
|
|
726
|
+
export let LOGIN_URL: string;
|
|
727
|
+
|
|
713
728
|
export { LogLevel }
|
|
714
729
|
|
|
730
|
+
// @public (undocumented)
|
|
731
|
+
export let LOGOUT_URL: string;
|
|
732
|
+
|
|
715
733
|
// @public (undocumented)
|
|
716
734
|
export class NumberParser {
|
|
717
735
|
constructor(locale: string);
|
|
@@ -1104,6 +1122,9 @@ export function renderOnChange(target: FASTElement & {
|
|
|
1104
1122
|
render(): void;
|
|
1105
1123
|
}, name: string): void;
|
|
1106
1124
|
|
|
1125
|
+
// @public (undocumented)
|
|
1126
|
+
export let RESET_PASSWORD_URL: string;
|
|
1127
|
+
|
|
1107
1128
|
// @public
|
|
1108
1129
|
export const resolveAfter: <T = any>(ms: number, valueCreator: () => T) => Promise<T>;
|
|
1109
1130
|
|
|
@@ -1151,6 +1172,12 @@ export class SlottedStyles extends FASTElement {
|
|
|
1151
1172
|
// @public
|
|
1152
1173
|
export let SOCKET_EXT: string;
|
|
1153
1174
|
|
|
1175
|
+
// @public (undocumented)
|
|
1176
|
+
export let SSO_LIST_URL: string;
|
|
1177
|
+
|
|
1178
|
+
// @public (undocumented)
|
|
1179
|
+
export let SSO_LOGIN_URL: string;
|
|
1180
|
+
|
|
1154
1181
|
// @public
|
|
1155
1182
|
export type Subscribe<EventType> = (listener: Listener<EventType>) => () => void;
|
|
1156
1183
|
|
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.238.
|
|
4
|
+
"version": "14.238.2",
|
|
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.238.
|
|
31
|
-
"@genesislcap/genx": "14.238.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.238.
|
|
33
|
-
"@genesislcap/ts-builder": "14.238.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.238.
|
|
35
|
-
"@genesislcap/vite-builder": "14.238.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.238.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.238.2",
|
|
31
|
+
"@genesislcap/genx": "14.238.2",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.238.2",
|
|
33
|
+
"@genesislcap/ts-builder": "14.238.2",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.238.2",
|
|
35
|
+
"@genesislcap/vite-builder": "14.238.2",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.238.2",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.238.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.238.2",
|
|
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": "
|
|
58
|
+
"gitHead": "44e2630e58af14a1db9f26950b01ca389031f7cf"
|
|
59
59
|
}
|