@genesislcap/foundation-header 14.319.0 → 14.320.1-alpha-9a9ec86.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/README.md +322 -0
- package/dist/custom-elements.json +430 -6
- package/dist/dts/main/main.d.ts +44 -0
- package/dist/dts/main/main.d.ts.map +1 -1
- package/dist/esm/main/main.js +82 -0
- package/dist/foundation-header.api.json +122 -1
- package/dist/foundation-header.d.ts +44 -0
- package/docs/api/foundation-header.navigation.disconnectedcallback.md +17 -0
- package/docs/api/foundation-header.navigation.enableinactivitymonitoring.md +18 -0
- package/docs/api/foundation-header.navigation.inactivitytimeoutminutes.md +18 -0
- package/docs/api/foundation-header.navigation.inactivitywarningminutes.md +18 -0
- package/docs/api/foundation-header.navigation.md +71 -0
- package/docs/api-report.md.api.md +4 -0
- package/package.json +22 -22
|
@@ -376,10 +376,59 @@
|
|
|
376
376
|
"privacy": "public",
|
|
377
377
|
"description": "Username of the logged in user"
|
|
378
378
|
},
|
|
379
|
+
{
|
|
380
|
+
"kind": "field",
|
|
381
|
+
"name": "inactivityTimeoutMinutes",
|
|
382
|
+
"type": {
|
|
383
|
+
"text": "number"
|
|
384
|
+
},
|
|
385
|
+
"default": "30",
|
|
386
|
+
"description": "Number attribute which sets the inactivity timeout in minutes\nControl via `inactivity-timeout-minutes`"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"kind": "field",
|
|
390
|
+
"name": "inactivityWarningMinutes",
|
|
391
|
+
"type": {
|
|
392
|
+
"text": "number"
|
|
393
|
+
},
|
|
394
|
+
"default": "5",
|
|
395
|
+
"description": "Number attribute which sets the inactivity warning time in minutes before timeout\nControl via `inactivity-warning-minutes`"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"kind": "field",
|
|
399
|
+
"name": "enableInactivityMonitoring",
|
|
400
|
+
"type": {
|
|
401
|
+
"text": "boolean"
|
|
402
|
+
},
|
|
403
|
+
"default": "true",
|
|
404
|
+
"description": "Boolean attribute which controls whether to enable inactivity monitoring\nControl via `enable-inactivity-monitoring`"
|
|
405
|
+
},
|
|
379
406
|
{
|
|
380
407
|
"kind": "method",
|
|
381
408
|
"name": "setLuminance"
|
|
382
409
|
},
|
|
410
|
+
{
|
|
411
|
+
"kind": "method",
|
|
412
|
+
"name": "initializeInactivityManager",
|
|
413
|
+
"privacy": "private",
|
|
414
|
+
"return": {
|
|
415
|
+
"type": {
|
|
416
|
+
"text": "void"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"description": "Initialize the inactivity manager"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"kind": "method",
|
|
423
|
+
"name": "cleanupInactivityManager",
|
|
424
|
+
"privacy": "private",
|
|
425
|
+
"return": {
|
|
426
|
+
"type": {
|
|
427
|
+
"text": "void"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"description": "Clean up the inactivity manager"
|
|
431
|
+
},
|
|
383
432
|
{
|
|
384
433
|
"kind": "field",
|
|
385
434
|
"name": "logoSrc",
|
|
@@ -635,6 +684,39 @@
|
|
|
635
684
|
}
|
|
636
685
|
],
|
|
637
686
|
"attributes": [
|
|
687
|
+
{
|
|
688
|
+
"name": "inactivity-timeout-minutes",
|
|
689
|
+
"type": {
|
|
690
|
+
"text": "number"
|
|
691
|
+
},
|
|
692
|
+
"default": "DEFAULT_INACTIVITY_TIMEOUT_MINUTES",
|
|
693
|
+
"description": "Number attribute which sets the inactivity timeout in minutes\nControl via `inactivity-timeout-minutes`",
|
|
694
|
+
"resolveInitializer": {
|
|
695
|
+
"module": "src/main/main.ts"
|
|
696
|
+
},
|
|
697
|
+
"fieldName": "inactivityTimeoutMinutes"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"name": "inactivity-warning-minutes",
|
|
701
|
+
"type": {
|
|
702
|
+
"text": "number"
|
|
703
|
+
},
|
|
704
|
+
"default": "DEFAULT_INACTIVITY_WARNING_MINUTES",
|
|
705
|
+
"description": "Number attribute which sets the inactivity warning time in minutes before timeout\nControl via `inactivity-warning-minutes`",
|
|
706
|
+
"resolveInitializer": {
|
|
707
|
+
"module": "src/main/main.ts"
|
|
708
|
+
},
|
|
709
|
+
"fieldName": "inactivityWarningMinutes"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "enable-inactivity-monitoring",
|
|
713
|
+
"type": {
|
|
714
|
+
"text": "boolean"
|
|
715
|
+
},
|
|
716
|
+
"default": "true",
|
|
717
|
+
"description": "Boolean attribute which controls whether to enable inactivity monitoring\nControl via `enable-inactivity-monitoring`",
|
|
718
|
+
"fieldName": "enableInactivityMonitoring"
|
|
719
|
+
},
|
|
638
720
|
{
|
|
639
721
|
"name": "logo-src",
|
|
640
722
|
"type": {
|
|
@@ -853,6 +935,45 @@
|
|
|
853
935
|
"module": "src/main/main.ts"
|
|
854
936
|
}
|
|
855
937
|
},
|
|
938
|
+
{
|
|
939
|
+
"kind": "field",
|
|
940
|
+
"name": "inactivityTimeoutMinutes",
|
|
941
|
+
"type": {
|
|
942
|
+
"text": "number"
|
|
943
|
+
},
|
|
944
|
+
"default": "30",
|
|
945
|
+
"description": "Number attribute which sets the inactivity timeout in minutes\nControl via `inactivity-timeout-minutes`",
|
|
946
|
+
"inheritedFrom": {
|
|
947
|
+
"name": "Navigation",
|
|
948
|
+
"module": "src/main/main.ts"
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"kind": "field",
|
|
953
|
+
"name": "inactivityWarningMinutes",
|
|
954
|
+
"type": {
|
|
955
|
+
"text": "number"
|
|
956
|
+
},
|
|
957
|
+
"default": "5",
|
|
958
|
+
"description": "Number attribute which sets the inactivity warning time in minutes before timeout\nControl via `inactivity-warning-minutes`",
|
|
959
|
+
"inheritedFrom": {
|
|
960
|
+
"name": "Navigation",
|
|
961
|
+
"module": "src/main/main.ts"
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"kind": "field",
|
|
966
|
+
"name": "enableInactivityMonitoring",
|
|
967
|
+
"type": {
|
|
968
|
+
"text": "boolean"
|
|
969
|
+
},
|
|
970
|
+
"default": "true",
|
|
971
|
+
"description": "Boolean attribute which controls whether to enable inactivity monitoring\nControl via `enable-inactivity-monitoring`",
|
|
972
|
+
"inheritedFrom": {
|
|
973
|
+
"name": "Navigation",
|
|
974
|
+
"module": "src/main/main.ts"
|
|
975
|
+
}
|
|
976
|
+
},
|
|
856
977
|
{
|
|
857
978
|
"kind": "method",
|
|
858
979
|
"name": "setLuminance",
|
|
@@ -861,6 +982,36 @@
|
|
|
861
982
|
"module": "src/main/main.ts"
|
|
862
983
|
}
|
|
863
984
|
},
|
|
985
|
+
{
|
|
986
|
+
"kind": "method",
|
|
987
|
+
"name": "initializeInactivityManager",
|
|
988
|
+
"privacy": "private",
|
|
989
|
+
"return": {
|
|
990
|
+
"type": {
|
|
991
|
+
"text": "void"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
"description": "Initialize the inactivity manager",
|
|
995
|
+
"inheritedFrom": {
|
|
996
|
+
"name": "Navigation",
|
|
997
|
+
"module": "src/main/main.ts"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"kind": "method",
|
|
1002
|
+
"name": "cleanupInactivityManager",
|
|
1003
|
+
"privacy": "private",
|
|
1004
|
+
"return": {
|
|
1005
|
+
"type": {
|
|
1006
|
+
"text": "void"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"description": "Clean up the inactivity manager",
|
|
1010
|
+
"inheritedFrom": {
|
|
1011
|
+
"name": "Navigation",
|
|
1012
|
+
"module": "src/main/main.ts"
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
864
1015
|
{
|
|
865
1016
|
"kind": "field",
|
|
866
1017
|
"name": "logoSrc",
|
|
@@ -1178,6 +1329,51 @@
|
|
|
1178
1329
|
"module": "src/main/main.ts"
|
|
1179
1330
|
},
|
|
1180
1331
|
"attributes": [
|
|
1332
|
+
{
|
|
1333
|
+
"name": "inactivity-timeout-minutes",
|
|
1334
|
+
"type": {
|
|
1335
|
+
"text": "number"
|
|
1336
|
+
},
|
|
1337
|
+
"default": "DEFAULT_INACTIVITY_TIMEOUT_MINUTES",
|
|
1338
|
+
"description": "Number attribute which sets the inactivity timeout in minutes\nControl via `inactivity-timeout-minutes`",
|
|
1339
|
+
"resolveInitializer": {
|
|
1340
|
+
"module": "src/main/main.ts"
|
|
1341
|
+
},
|
|
1342
|
+
"fieldName": "inactivityTimeoutMinutes",
|
|
1343
|
+
"inheritedFrom": {
|
|
1344
|
+
"name": "Navigation",
|
|
1345
|
+
"module": "src/main/main.ts"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "inactivity-warning-minutes",
|
|
1350
|
+
"type": {
|
|
1351
|
+
"text": "number"
|
|
1352
|
+
},
|
|
1353
|
+
"default": "DEFAULT_INACTIVITY_WARNING_MINUTES",
|
|
1354
|
+
"description": "Number attribute which sets the inactivity warning time in minutes before timeout\nControl via `inactivity-warning-minutes`",
|
|
1355
|
+
"resolveInitializer": {
|
|
1356
|
+
"module": "src/main/main.ts"
|
|
1357
|
+
},
|
|
1358
|
+
"fieldName": "inactivityWarningMinutes",
|
|
1359
|
+
"inheritedFrom": {
|
|
1360
|
+
"name": "Navigation",
|
|
1361
|
+
"module": "src/main/main.ts"
|
|
1362
|
+
}
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"name": "enable-inactivity-monitoring",
|
|
1366
|
+
"type": {
|
|
1367
|
+
"text": "boolean"
|
|
1368
|
+
},
|
|
1369
|
+
"default": "true",
|
|
1370
|
+
"description": "Boolean attribute which controls whether to enable inactivity monitoring\nControl via `enable-inactivity-monitoring`",
|
|
1371
|
+
"fieldName": "enableInactivityMonitoring",
|
|
1372
|
+
"inheritedFrom": {
|
|
1373
|
+
"name": "Navigation",
|
|
1374
|
+
"module": "src/main/main.ts"
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1181
1377
|
{
|
|
1182
1378
|
"name": "logo-src",
|
|
1183
1379
|
"type": {
|
|
@@ -1385,6 +1581,51 @@
|
|
|
1385
1581
|
"tagName": "zero-header",
|
|
1386
1582
|
"customElement": true,
|
|
1387
1583
|
"attributes": [
|
|
1584
|
+
{
|
|
1585
|
+
"name": "inactivity-timeout-minutes",
|
|
1586
|
+
"type": {
|
|
1587
|
+
"text": "number"
|
|
1588
|
+
},
|
|
1589
|
+
"default": "DEFAULT_INACTIVITY_TIMEOUT_MINUTES",
|
|
1590
|
+
"description": "Number attribute which sets the inactivity timeout in minutes\nControl via `inactivity-timeout-minutes`",
|
|
1591
|
+
"resolveInitializer": {
|
|
1592
|
+
"module": "src/main/main.ts"
|
|
1593
|
+
},
|
|
1594
|
+
"fieldName": "inactivityTimeoutMinutes",
|
|
1595
|
+
"inheritedFrom": {
|
|
1596
|
+
"name": "Navigation",
|
|
1597
|
+
"module": "src/main/main.ts"
|
|
1598
|
+
}
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"name": "inactivity-warning-minutes",
|
|
1602
|
+
"type": {
|
|
1603
|
+
"text": "number"
|
|
1604
|
+
},
|
|
1605
|
+
"default": "DEFAULT_INACTIVITY_WARNING_MINUTES",
|
|
1606
|
+
"description": "Number attribute which sets the inactivity warning time in minutes before timeout\nControl via `inactivity-warning-minutes`",
|
|
1607
|
+
"resolveInitializer": {
|
|
1608
|
+
"module": "src/main/main.ts"
|
|
1609
|
+
},
|
|
1610
|
+
"fieldName": "inactivityWarningMinutes",
|
|
1611
|
+
"inheritedFrom": {
|
|
1612
|
+
"name": "Navigation",
|
|
1613
|
+
"module": "src/main/main.ts"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"name": "enable-inactivity-monitoring",
|
|
1618
|
+
"type": {
|
|
1619
|
+
"text": "boolean"
|
|
1620
|
+
},
|
|
1621
|
+
"default": "true",
|
|
1622
|
+
"description": "Boolean attribute which controls whether to enable inactivity monitoring\nControl via `enable-inactivity-monitoring`",
|
|
1623
|
+
"fieldName": "enableInactivityMonitoring",
|
|
1624
|
+
"inheritedFrom": {
|
|
1625
|
+
"name": "Navigation",
|
|
1626
|
+
"module": "src/main/main.ts"
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1388
1629
|
{
|
|
1389
1630
|
"name": "logo-src",
|
|
1390
1631
|
"type": {
|
|
@@ -1621,6 +1862,45 @@
|
|
|
1621
1862
|
"module": "src/main/main.ts"
|
|
1622
1863
|
}
|
|
1623
1864
|
},
|
|
1865
|
+
{
|
|
1866
|
+
"kind": "field",
|
|
1867
|
+
"name": "inactivityTimeoutMinutes",
|
|
1868
|
+
"type": {
|
|
1869
|
+
"text": "number"
|
|
1870
|
+
},
|
|
1871
|
+
"default": "30",
|
|
1872
|
+
"description": "Number attribute which sets the inactivity timeout in minutes\nControl via `inactivity-timeout-minutes`",
|
|
1873
|
+
"inheritedFrom": {
|
|
1874
|
+
"name": "Navigation",
|
|
1875
|
+
"module": "src/main/main.ts"
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"kind": "field",
|
|
1880
|
+
"name": "inactivityWarningMinutes",
|
|
1881
|
+
"type": {
|
|
1882
|
+
"text": "number"
|
|
1883
|
+
},
|
|
1884
|
+
"default": "5",
|
|
1885
|
+
"description": "Number attribute which sets the inactivity warning time in minutes before timeout\nControl via `inactivity-warning-minutes`",
|
|
1886
|
+
"inheritedFrom": {
|
|
1887
|
+
"name": "Navigation",
|
|
1888
|
+
"module": "src/main/main.ts"
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
"kind": "field",
|
|
1893
|
+
"name": "enableInactivityMonitoring",
|
|
1894
|
+
"type": {
|
|
1895
|
+
"text": "boolean"
|
|
1896
|
+
},
|
|
1897
|
+
"default": "true",
|
|
1898
|
+
"description": "Boolean attribute which controls whether to enable inactivity monitoring\nControl via `enable-inactivity-monitoring`",
|
|
1899
|
+
"inheritedFrom": {
|
|
1900
|
+
"name": "Navigation",
|
|
1901
|
+
"module": "src/main/main.ts"
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1624
1904
|
{
|
|
1625
1905
|
"kind": "method",
|
|
1626
1906
|
"name": "setLuminance",
|
|
@@ -1629,6 +1909,36 @@
|
|
|
1629
1909
|
"module": "src/main/main.ts"
|
|
1630
1910
|
}
|
|
1631
1911
|
},
|
|
1912
|
+
{
|
|
1913
|
+
"kind": "method",
|
|
1914
|
+
"name": "initializeInactivityManager",
|
|
1915
|
+
"privacy": "private",
|
|
1916
|
+
"return": {
|
|
1917
|
+
"type": {
|
|
1918
|
+
"text": "void"
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1921
|
+
"description": "Initialize the inactivity manager",
|
|
1922
|
+
"inheritedFrom": {
|
|
1923
|
+
"name": "Navigation",
|
|
1924
|
+
"module": "src/main/main.ts"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"kind": "method",
|
|
1929
|
+
"name": "cleanupInactivityManager",
|
|
1930
|
+
"privacy": "private",
|
|
1931
|
+
"return": {
|
|
1932
|
+
"type": {
|
|
1933
|
+
"text": "void"
|
|
1934
|
+
}
|
|
1935
|
+
},
|
|
1936
|
+
"description": "Clean up the inactivity manager",
|
|
1937
|
+
"inheritedFrom": {
|
|
1938
|
+
"name": "Navigation",
|
|
1939
|
+
"module": "src/main/main.ts"
|
|
1940
|
+
}
|
|
1941
|
+
},
|
|
1632
1942
|
{
|
|
1633
1943
|
"kind": "field",
|
|
1634
1944
|
"name": "logoSrc",
|
|
@@ -2102,6 +2412,45 @@
|
|
|
2102
2412
|
"module": "src/main/main.ts"
|
|
2103
2413
|
}
|
|
2104
2414
|
},
|
|
2415
|
+
{
|
|
2416
|
+
"kind": "field",
|
|
2417
|
+
"name": "inactivityTimeoutMinutes",
|
|
2418
|
+
"type": {
|
|
2419
|
+
"text": "number"
|
|
2420
|
+
},
|
|
2421
|
+
"default": "30",
|
|
2422
|
+
"description": "Number attribute which sets the inactivity timeout in minutes\nControl via `inactivity-timeout-minutes`",
|
|
2423
|
+
"inheritedFrom": {
|
|
2424
|
+
"name": "Navigation",
|
|
2425
|
+
"module": "src/main/main.ts"
|
|
2426
|
+
}
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
"kind": "field",
|
|
2430
|
+
"name": "inactivityWarningMinutes",
|
|
2431
|
+
"type": {
|
|
2432
|
+
"text": "number"
|
|
2433
|
+
},
|
|
2434
|
+
"default": "5",
|
|
2435
|
+
"description": "Number attribute which sets the inactivity warning time in minutes before timeout\nControl via `inactivity-warning-minutes`",
|
|
2436
|
+
"inheritedFrom": {
|
|
2437
|
+
"name": "Navigation",
|
|
2438
|
+
"module": "src/main/main.ts"
|
|
2439
|
+
}
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"kind": "field",
|
|
2443
|
+
"name": "enableInactivityMonitoring",
|
|
2444
|
+
"type": {
|
|
2445
|
+
"text": "boolean"
|
|
2446
|
+
},
|
|
2447
|
+
"default": "true",
|
|
2448
|
+
"description": "Boolean attribute which controls whether to enable inactivity monitoring\nControl via `enable-inactivity-monitoring`",
|
|
2449
|
+
"inheritedFrom": {
|
|
2450
|
+
"name": "Navigation",
|
|
2451
|
+
"module": "src/main/main.ts"
|
|
2452
|
+
}
|
|
2453
|
+
},
|
|
2105
2454
|
{
|
|
2106
2455
|
"kind": "method",
|
|
2107
2456
|
"name": "setLuminance",
|
|
@@ -2110,6 +2459,36 @@
|
|
|
2110
2459
|
"module": "src/main/main.ts"
|
|
2111
2460
|
}
|
|
2112
2461
|
},
|
|
2462
|
+
{
|
|
2463
|
+
"kind": "method",
|
|
2464
|
+
"name": "initializeInactivityManager",
|
|
2465
|
+
"privacy": "private",
|
|
2466
|
+
"return": {
|
|
2467
|
+
"type": {
|
|
2468
|
+
"text": "void"
|
|
2469
|
+
}
|
|
2470
|
+
},
|
|
2471
|
+
"description": "Initialize the inactivity manager",
|
|
2472
|
+
"inheritedFrom": {
|
|
2473
|
+
"name": "Navigation",
|
|
2474
|
+
"module": "src/main/main.ts"
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"kind": "method",
|
|
2479
|
+
"name": "cleanupInactivityManager",
|
|
2480
|
+
"privacy": "private",
|
|
2481
|
+
"return": {
|
|
2482
|
+
"type": {
|
|
2483
|
+
"text": "void"
|
|
2484
|
+
}
|
|
2485
|
+
},
|
|
2486
|
+
"description": "Clean up the inactivity manager",
|
|
2487
|
+
"inheritedFrom": {
|
|
2488
|
+
"name": "Navigation",
|
|
2489
|
+
"module": "src/main/main.ts"
|
|
2490
|
+
}
|
|
2491
|
+
},
|
|
2113
2492
|
{
|
|
2114
2493
|
"kind": "field",
|
|
2115
2494
|
"name": "logoSrc",
|
|
@@ -2415,6 +2794,51 @@
|
|
|
2415
2794
|
"tagName": "rapid-header",
|
|
2416
2795
|
"customElement": true,
|
|
2417
2796
|
"attributes": [
|
|
2797
|
+
{
|
|
2798
|
+
"name": "inactivity-timeout-minutes",
|
|
2799
|
+
"type": {
|
|
2800
|
+
"text": "number"
|
|
2801
|
+
},
|
|
2802
|
+
"default": "DEFAULT_INACTIVITY_TIMEOUT_MINUTES",
|
|
2803
|
+
"description": "Number attribute which sets the inactivity timeout in minutes\nControl via `inactivity-timeout-minutes`",
|
|
2804
|
+
"resolveInitializer": {
|
|
2805
|
+
"module": "src/main/main.ts"
|
|
2806
|
+
},
|
|
2807
|
+
"fieldName": "inactivityTimeoutMinutes",
|
|
2808
|
+
"inheritedFrom": {
|
|
2809
|
+
"name": "Navigation",
|
|
2810
|
+
"module": "src/main/main.ts"
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"name": "inactivity-warning-minutes",
|
|
2815
|
+
"type": {
|
|
2816
|
+
"text": "number"
|
|
2817
|
+
},
|
|
2818
|
+
"default": "DEFAULT_INACTIVITY_WARNING_MINUTES",
|
|
2819
|
+
"description": "Number attribute which sets the inactivity warning time in minutes before timeout\nControl via `inactivity-warning-minutes`",
|
|
2820
|
+
"resolveInitializer": {
|
|
2821
|
+
"module": "src/main/main.ts"
|
|
2822
|
+
},
|
|
2823
|
+
"fieldName": "inactivityWarningMinutes",
|
|
2824
|
+
"inheritedFrom": {
|
|
2825
|
+
"name": "Navigation",
|
|
2826
|
+
"module": "src/main/main.ts"
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"name": "enable-inactivity-monitoring",
|
|
2831
|
+
"type": {
|
|
2832
|
+
"text": "boolean"
|
|
2833
|
+
},
|
|
2834
|
+
"default": "true",
|
|
2835
|
+
"description": "Boolean attribute which controls whether to enable inactivity monitoring\nControl via `enable-inactivity-monitoring`",
|
|
2836
|
+
"fieldName": "enableInactivityMonitoring",
|
|
2837
|
+
"inheritedFrom": {
|
|
2838
|
+
"name": "Navigation",
|
|
2839
|
+
"module": "src/main/main.ts"
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2418
2842
|
{
|
|
2419
2843
|
"name": "logo-src",
|
|
2420
2844
|
"type": {
|
|
@@ -2823,6 +3247,12 @@
|
|
|
2823
3247
|
}
|
|
2824
3248
|
]
|
|
2825
3249
|
},
|
|
3250
|
+
{
|
|
3251
|
+
"kind": "javascript-module",
|
|
3252
|
+
"path": "src/templates/rapid.template.ts",
|
|
3253
|
+
"declarations": [],
|
|
3254
|
+
"exports": []
|
|
3255
|
+
},
|
|
2826
3256
|
{
|
|
2827
3257
|
"kind": "javascript-module",
|
|
2828
3258
|
"path": "src/tags/index.ts",
|
|
@@ -2844,12 +3274,6 @@
|
|
|
2844
3274
|
"declarations": [],
|
|
2845
3275
|
"exports": []
|
|
2846
3276
|
},
|
|
2847
|
-
{
|
|
2848
|
-
"kind": "javascript-module",
|
|
2849
|
-
"path": "src/templates/rapid.template.ts",
|
|
2850
|
-
"declarations": [],
|
|
2851
|
-
"exports": []
|
|
2852
|
-
},
|
|
2853
3277
|
{
|
|
2854
3278
|
"kind": "javascript-module",
|
|
2855
3279
|
"path": "src/utils/index.ts",
|
package/dist/dts/main/main.d.ts
CHANGED
|
@@ -413,6 +413,9 @@ declare const Navigation_base: abstract new (...args: any[]) => {
|
|
|
413
413
|
* @param routeButtons - Array of objects which define the route buttons to be displayed in the navigation bar.
|
|
414
414
|
* @param routeNavItems - Array of {@link @genesislcap/foundation-ui#FoundationRouteNavItem | FoundationRouteNavItems} which define the route buttons to be displayed in the navigation bar.
|
|
415
415
|
* @param languageOptions - Object which defines the language options to be displayed in the language selector.
|
|
416
|
+
* @param inactivity-timeout-minutes - Number attribute which sets the inactivity timeout in minutes (default: 30).
|
|
417
|
+
* @param inactivity-warning-minutes - Number attribute which sets the inactivity warning time in minutes before timeout (default: 5).
|
|
418
|
+
* @param enable-inactivity-monitoring - Boolean attribute which controls whether to enable inactivity monitoring (default: true).
|
|
416
419
|
*
|
|
417
420
|
* @public
|
|
418
421
|
*
|
|
@@ -446,11 +449,52 @@ export declare class Navigation extends Navigation_base {
|
|
|
446
449
|
* Flag to indicate if the sideNav is open
|
|
447
450
|
*/
|
|
448
451
|
sideNavOpen: boolean;
|
|
452
|
+
/**
|
|
453
|
+
* @internal
|
|
454
|
+
* Inactivity manager instance
|
|
455
|
+
*/
|
|
456
|
+
private inactivityManager;
|
|
457
|
+
/**
|
|
458
|
+
* Number attribute which sets the inactivity timeout in minutes
|
|
459
|
+
* Control via `inactivity-timeout-minutes`
|
|
460
|
+
*
|
|
461
|
+
* @remarks
|
|
462
|
+
* Default is 30 minutes
|
|
463
|
+
*/
|
|
464
|
+
inactivityTimeoutMinutes: number;
|
|
465
|
+
/**
|
|
466
|
+
* Number attribute which sets the inactivity warning time in minutes before timeout
|
|
467
|
+
* Control via `inactivity-warning-minutes`
|
|
468
|
+
*
|
|
469
|
+
* @remarks
|
|
470
|
+
* Default is 5 minutes
|
|
471
|
+
*/
|
|
472
|
+
inactivityWarningMinutes: number;
|
|
473
|
+
/**
|
|
474
|
+
* Boolean attribute which controls whether to enable inactivity monitoring
|
|
475
|
+
* Control via `enable-inactivity-monitoring`
|
|
476
|
+
*
|
|
477
|
+
* @remarks
|
|
478
|
+
* Default is true
|
|
479
|
+
*/
|
|
480
|
+
enableInactivityMonitoring: boolean;
|
|
449
481
|
/**
|
|
450
482
|
* Called when the component is connected to the DOM
|
|
451
483
|
*/
|
|
452
484
|
connectedCallback(): Promise<void>;
|
|
453
485
|
setLuminance(): void;
|
|
486
|
+
/**
|
|
487
|
+
* Initialize the inactivity manager
|
|
488
|
+
*/
|
|
489
|
+
private initializeInactivityManager;
|
|
490
|
+
/**
|
|
491
|
+
* Clean up the inactivity manager
|
|
492
|
+
*/
|
|
493
|
+
private cleanupInactivityManager;
|
|
494
|
+
/**
|
|
495
|
+
* Called when the component is disconnected from the DOM
|
|
496
|
+
*/
|
|
497
|
+
disconnectedCallback(): void;
|
|
454
498
|
/**
|
|
455
499
|
* Optional attribute which controls the icon to show on the navigation bar and flyout
|
|
456
500
|
* Control via `logo-src`
|
|
@@ -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;
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"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"}
|