@genesislcap/foundation-utils 14.321.1-alpha-3586f61.0 → 14.322.1-alpha-9646634.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.
Files changed (59) hide show
  1. package/dist/custom-elements.json +643 -15
  2. package/dist/dts/inactivity/inactivity-dialog.d.ts +24 -0
  3. package/dist/dts/inactivity/inactivity-dialog.d.ts.map +1 -0
  4. package/dist/dts/inactivity/inactivity-manager.d.ts +24 -0
  5. package/dist/dts/inactivity/inactivity-manager.d.ts.map +1 -0
  6. package/dist/dts/inactivity/inactivity-service.d.ts +34 -0
  7. package/dist/dts/inactivity/inactivity-service.d.ts.map +1 -0
  8. package/dist/dts/inactivity/index.d.ts +4 -0
  9. package/dist/dts/inactivity/index.d.ts.map +1 -0
  10. package/dist/dts/index.d.ts +1 -0
  11. package/dist/dts/index.d.ts.map +1 -1
  12. package/dist/esm/inactivity/inactivity-dialog.js +217 -0
  13. package/dist/esm/inactivity/inactivity-manager.js +92 -0
  14. package/dist/esm/inactivity/inactivity-service.js +128 -0
  15. package/dist/esm/inactivity/index.js +3 -0
  16. package/dist/esm/index.js +1 -0
  17. package/dist/foundation-utils.api.json +1248 -0
  18. package/dist/foundation-utils.d.ts +84 -0
  19. package/docs/api/foundation-utils.inactivityconfig.md +71 -0
  20. package/docs/api/foundation-utils.inactivityconfig.timeoutminutes.md +11 -0
  21. package/docs/api/foundation-utils.inactivityconfig.warningminutes.md +11 -0
  22. package/docs/api/foundation-utils.inactivitydialog.configure.md +50 -0
  23. package/docs/api/foundation-utils.inactivitydialog.disconnectedcallback.md +15 -0
  24. package/docs/api/foundation-utils.inactivitydialog.handlecontinue.md +15 -0
  25. package/docs/api/foundation-utils.inactivitydialog.handlelogout.md +15 -0
  26. package/docs/api/foundation-utils.inactivitydialog.hide.md +15 -0
  27. package/docs/api/foundation-utils.inactivitydialog.isvisible.md +11 -0
  28. package/docs/api/foundation-utils.inactivitydialog.md +164 -0
  29. package/docs/api/foundation-utils.inactivitydialog.remainingseconds.md +11 -0
  30. package/docs/api/foundation-utils.inactivitydialog.show.md +15 -0
  31. package/docs/api/foundation-utils.inactivitydialogoptions.md +88 -0
  32. package/docs/api/foundation-utils.inactivitydialogoptions.oncontinue.md +11 -0
  33. package/docs/api/foundation-utils.inactivitydialogoptions.onlogout.md +11 -0
  34. package/docs/api/foundation-utils.inactivitydialogoptions.remainingseconds.md +11 -0
  35. package/docs/api/foundation-utils.inactivityevents._inactivity-reset_.md +11 -0
  36. package/docs/api/foundation-utils.inactivityevents._inactivity-timeout_.md +11 -0
  37. package/docs/api/foundation-utils.inactivityevents._inactivity-warning_.md +13 -0
  38. package/docs/api/foundation-utils.inactivityevents.md +88 -0
  39. package/docs/api/foundation-utils.inactivitymanager._constructor_.md +48 -0
  40. package/docs/api/foundation-utils.inactivitymanager.destroy.md +15 -0
  41. package/docs/api/foundation-utils.inactivitymanager.getservice.md +15 -0
  42. package/docs/api/foundation-utils.inactivitymanager.iswarningvisible.md +15 -0
  43. package/docs/api/foundation-utils.inactivitymanager.md +138 -0
  44. package/docs/api/foundation-utils.inactivitymanager.reset.md +15 -0
  45. package/docs/api/foundation-utils.inactivitymanager.start.md +15 -0
  46. package/docs/api/foundation-utils.inactivitymanager.stop.md +15 -0
  47. package/docs/api/foundation-utils.inactivitymanagerconfig.md +55 -0
  48. package/docs/api/foundation-utils.inactivitymanagerconfig.onlogout.md +11 -0
  49. package/docs/api/foundation-utils.inactivityservice._constructor_.md +48 -0
  50. package/docs/api/foundation-utils.inactivityservice.destroy.md +15 -0
  51. package/docs/api/foundation-utils.inactivityservice.md +138 -0
  52. package/docs/api/foundation-utils.inactivityservice.off.md +64 -0
  53. package/docs/api/foundation-utils.inactivityservice.on.md +64 -0
  54. package/docs/api/foundation-utils.inactivityservice.resettimer.md +15 -0
  55. package/docs/api/foundation-utils.inactivityservice.start.md +15 -0
  56. package/docs/api/foundation-utils.inactivityservice.stop.md +15 -0
  57. package/docs/api/foundation-utils.md +63 -0
  58. package/docs/api-report.md.api.md +92 -0
  59. package/package.json +11 -11
@@ -174,6 +174,14 @@
174
174
  "name": "*",
175
175
  "package": "./window"
176
176
  }
177
+ },
178
+ {
179
+ "kind": "js",
180
+ "name": "*",
181
+ "declaration": {
182
+ "name": "*",
183
+ "package": "./inactivity"
184
+ }
177
185
  }
178
186
  ]
179
187
  },
@@ -571,21 +579,6 @@
571
579
  }
572
580
  ]
573
581
  },
574
- {
575
- "kind": "javascript-module",
576
- "path": "src/encoding/index.ts",
577
- "declarations": [],
578
- "exports": [
579
- {
580
- "kind": "js",
581
- "name": "*",
582
- "declaration": {
583
- "name": "*",
584
- "package": "./base64"
585
- }
586
- }
587
- ]
588
- },
589
582
  {
590
583
  "kind": "javascript-module",
591
584
  "path": "src/env/index.ts",
@@ -1061,6 +1054,21 @@
1061
1054
  }
1062
1055
  ]
1063
1056
  },
1057
+ {
1058
+ "kind": "javascript-module",
1059
+ "path": "src/encoding/index.ts",
1060
+ "declarations": [],
1061
+ "exports": [
1062
+ {
1063
+ "kind": "js",
1064
+ "name": "*",
1065
+ "declaration": {
1066
+ "name": "*",
1067
+ "package": "./base64"
1068
+ }
1069
+ }
1070
+ ]
1071
+ },
1064
1072
  {
1065
1073
  "kind": "javascript-module",
1066
1074
  "path": "src/error/errorMap.ts",
@@ -1572,6 +1580,626 @@
1572
1580
  }
1573
1581
  ]
1574
1582
  },
1583
+ {
1584
+ "kind": "javascript-module",
1585
+ "path": "src/inactivity/inactivity-dialog.ts",
1586
+ "declarations": [
1587
+ {
1588
+ "kind": "class",
1589
+ "description": "",
1590
+ "name": "InactivityDialog",
1591
+ "members": [
1592
+ {
1593
+ "kind": "field",
1594
+ "name": "isVisible",
1595
+ "type": {
1596
+ "text": "boolean"
1597
+ },
1598
+ "default": "false"
1599
+ },
1600
+ {
1601
+ "kind": "field",
1602
+ "name": "remainingSeconds",
1603
+ "type": {
1604
+ "text": "number"
1605
+ },
1606
+ "default": "0"
1607
+ },
1608
+ {
1609
+ "kind": "field",
1610
+ "name": "onContinue",
1611
+ "type": {
1612
+ "text": "() => void | undefined"
1613
+ },
1614
+ "privacy": "private"
1615
+ },
1616
+ {
1617
+ "kind": "field",
1618
+ "name": "onLogout",
1619
+ "type": {
1620
+ "text": "() => void | undefined"
1621
+ },
1622
+ "privacy": "private"
1623
+ },
1624
+ {
1625
+ "kind": "field",
1626
+ "name": "countdownInterval",
1627
+ "type": {
1628
+ "text": "number | undefined"
1629
+ },
1630
+ "privacy": "private"
1631
+ },
1632
+ {
1633
+ "kind": "field",
1634
+ "name": "startTime",
1635
+ "type": {
1636
+ "text": "number"
1637
+ },
1638
+ "privacy": "private",
1639
+ "default": "0"
1640
+ },
1641
+ {
1642
+ "kind": "field",
1643
+ "name": "totalSeconds",
1644
+ "type": {
1645
+ "text": "number"
1646
+ },
1647
+ "privacy": "private",
1648
+ "default": "0"
1649
+ },
1650
+ {
1651
+ "kind": "method",
1652
+ "name": "configure",
1653
+ "privacy": "public",
1654
+ "return": {
1655
+ "type": {
1656
+ "text": "void"
1657
+ }
1658
+ },
1659
+ "parameters": [
1660
+ {
1661
+ "name": "options",
1662
+ "type": {
1663
+ "text": "InactivityDialogOptions"
1664
+ }
1665
+ }
1666
+ ]
1667
+ },
1668
+ {
1669
+ "kind": "method",
1670
+ "name": "show",
1671
+ "privacy": "public",
1672
+ "return": {
1673
+ "type": {
1674
+ "text": "boolean"
1675
+ }
1676
+ }
1677
+ },
1678
+ {
1679
+ "kind": "method",
1680
+ "name": "hide",
1681
+ "privacy": "public",
1682
+ "return": {
1683
+ "type": {
1684
+ "text": "boolean"
1685
+ }
1686
+ }
1687
+ },
1688
+ {
1689
+ "kind": "method",
1690
+ "name": "startCountdown",
1691
+ "privacy": "private",
1692
+ "return": {
1693
+ "type": {
1694
+ "text": "void"
1695
+ }
1696
+ }
1697
+ },
1698
+ {
1699
+ "kind": "method",
1700
+ "name": "stopCountdown",
1701
+ "privacy": "private",
1702
+ "return": {
1703
+ "type": {
1704
+ "text": "void"
1705
+ }
1706
+ }
1707
+ },
1708
+ {
1709
+ "kind": "method",
1710
+ "name": "handleContinue",
1711
+ "privacy": "public",
1712
+ "return": {
1713
+ "type": {
1714
+ "text": "void"
1715
+ }
1716
+ }
1717
+ },
1718
+ {
1719
+ "kind": "method",
1720
+ "name": "handleLogout",
1721
+ "privacy": "public",
1722
+ "return": {
1723
+ "type": {
1724
+ "text": "void"
1725
+ }
1726
+ }
1727
+ }
1728
+ ],
1729
+ "superclass": {
1730
+ "name": "FASTElement",
1731
+ "package": "@microsoft/fast-element"
1732
+ },
1733
+ "tagName": "inactivity-dialog",
1734
+ "customElement": true
1735
+ }
1736
+ ],
1737
+ "exports": [
1738
+ {
1739
+ "kind": "js",
1740
+ "name": "InactivityDialog",
1741
+ "declaration": {
1742
+ "name": "InactivityDialog",
1743
+ "module": "src/inactivity/inactivity-dialog.ts"
1744
+ }
1745
+ },
1746
+ {
1747
+ "kind": "custom-element-definition",
1748
+ "name": "inactivity-dialog",
1749
+ "declaration": {
1750
+ "name": "InactivityDialog",
1751
+ "module": "src/inactivity/inactivity-dialog.ts"
1752
+ }
1753
+ }
1754
+ ]
1755
+ },
1756
+ {
1757
+ "kind": "javascript-module",
1758
+ "path": "src/inactivity/inactivity-manager.ts",
1759
+ "declarations": [
1760
+ {
1761
+ "kind": "class",
1762
+ "description": "",
1763
+ "name": "InactivityManager",
1764
+ "members": [
1765
+ {
1766
+ "kind": "field",
1767
+ "name": "service",
1768
+ "type": {
1769
+ "text": "InactivityService"
1770
+ },
1771
+ "privacy": "private",
1772
+ "default": "new InactivityService({\n timeoutMinutes: config.timeoutMinutes,\n warningMinutes: config.warningMinutes,\n })"
1773
+ },
1774
+ {
1775
+ "kind": "field",
1776
+ "name": "dialog",
1777
+ "type": {
1778
+ "text": "InactivityDialog | null"
1779
+ },
1780
+ "privacy": "private",
1781
+ "default": "null"
1782
+ },
1783
+ {
1784
+ "kind": "field",
1785
+ "name": "config",
1786
+ "type": {
1787
+ "text": "InactivityManagerConfig"
1788
+ },
1789
+ "privacy": "private",
1790
+ "default": "config"
1791
+ },
1792
+ {
1793
+ "kind": "field",
1794
+ "name": "isDialogVisible",
1795
+ "type": {
1796
+ "text": "boolean"
1797
+ },
1798
+ "privacy": "private",
1799
+ "default": "false"
1800
+ },
1801
+ {
1802
+ "kind": "method",
1803
+ "name": "setupEventListeners",
1804
+ "privacy": "private",
1805
+ "return": {
1806
+ "type": {
1807
+ "text": "void"
1808
+ }
1809
+ }
1810
+ },
1811
+ {
1812
+ "kind": "method",
1813
+ "name": "showWarningDialog",
1814
+ "privacy": "private",
1815
+ "return": {
1816
+ "type": {
1817
+ "text": "Promise<void>"
1818
+ }
1819
+ },
1820
+ "parameters": [
1821
+ {
1822
+ "name": "remainingSeconds",
1823
+ "type": {
1824
+ "text": "number"
1825
+ }
1826
+ }
1827
+ ]
1828
+ },
1829
+ {
1830
+ "kind": "method",
1831
+ "name": "hideWarningDialog",
1832
+ "privacy": "private",
1833
+ "return": {
1834
+ "type": {
1835
+ "text": "void"
1836
+ }
1837
+ }
1838
+ },
1839
+ {
1840
+ "kind": "method",
1841
+ "name": "handleContinue",
1842
+ "privacy": "private",
1843
+ "return": {
1844
+ "type": {
1845
+ "text": "void"
1846
+ }
1847
+ }
1848
+ },
1849
+ {
1850
+ "kind": "method",
1851
+ "name": "handleLogout",
1852
+ "privacy": "private",
1853
+ "return": {
1854
+ "type": {
1855
+ "text": "void"
1856
+ }
1857
+ }
1858
+ },
1859
+ {
1860
+ "kind": "method",
1861
+ "name": "handleTimeout",
1862
+ "privacy": "private",
1863
+ "return": {
1864
+ "type": {
1865
+ "text": "void"
1866
+ }
1867
+ }
1868
+ },
1869
+ {
1870
+ "kind": "method",
1871
+ "name": "start",
1872
+ "privacy": "public",
1873
+ "return": {
1874
+ "type": {
1875
+ "text": "void"
1876
+ }
1877
+ }
1878
+ },
1879
+ {
1880
+ "kind": "method",
1881
+ "name": "stop",
1882
+ "privacy": "public",
1883
+ "return": {
1884
+ "type": {
1885
+ "text": "void"
1886
+ }
1887
+ }
1888
+ },
1889
+ {
1890
+ "kind": "method",
1891
+ "name": "reset",
1892
+ "privacy": "public",
1893
+ "return": {
1894
+ "type": {
1895
+ "text": "void"
1896
+ }
1897
+ }
1898
+ },
1899
+ {
1900
+ "kind": "method",
1901
+ "name": "destroy",
1902
+ "privacy": "public",
1903
+ "return": {
1904
+ "type": {
1905
+ "text": "void"
1906
+ }
1907
+ }
1908
+ },
1909
+ {
1910
+ "kind": "method",
1911
+ "name": "getService",
1912
+ "privacy": "public",
1913
+ "return": {
1914
+ "type": {
1915
+ "text": "InactivityService"
1916
+ }
1917
+ }
1918
+ },
1919
+ {
1920
+ "kind": "method",
1921
+ "name": "isWarningVisible",
1922
+ "privacy": "public",
1923
+ "return": {
1924
+ "type": {
1925
+ "text": "boolean"
1926
+ }
1927
+ }
1928
+ }
1929
+ ]
1930
+ }
1931
+ ],
1932
+ "exports": [
1933
+ {
1934
+ "kind": "js",
1935
+ "name": "InactivityManager",
1936
+ "declaration": {
1937
+ "name": "InactivityManager",
1938
+ "module": "src/inactivity/inactivity-manager.ts"
1939
+ }
1940
+ }
1941
+ ]
1942
+ },
1943
+ {
1944
+ "kind": "javascript-module",
1945
+ "path": "src/inactivity/inactivity-service.ts",
1946
+ "declarations": [
1947
+ {
1948
+ "kind": "class",
1949
+ "description": "",
1950
+ "name": "InactivityService",
1951
+ "members": [
1952
+ {
1953
+ "kind": "field",
1954
+ "name": "config",
1955
+ "type": {
1956
+ "text": "InactivityConfig"
1957
+ },
1958
+ "privacy": "private",
1959
+ "default": "config"
1960
+ },
1961
+ {
1962
+ "kind": "field",
1963
+ "name": "warningId",
1964
+ "type": {
1965
+ "text": "number | null"
1966
+ },
1967
+ "privacy": "private",
1968
+ "default": "null"
1969
+ },
1970
+ {
1971
+ "kind": "field",
1972
+ "name": "timeoutId",
1973
+ "type": {
1974
+ "text": "number | null"
1975
+ },
1976
+ "privacy": "private",
1977
+ "default": "null"
1978
+ },
1979
+ {
1980
+ "kind": "field",
1981
+ "name": "lastActivity",
1982
+ "type": {
1983
+ "text": "number"
1984
+ },
1985
+ "privacy": "private"
1986
+ },
1987
+ {
1988
+ "kind": "field",
1989
+ "name": "isActive",
1990
+ "type": {
1991
+ "text": "boolean"
1992
+ },
1993
+ "privacy": "private",
1994
+ "default": "false"
1995
+ },
1996
+ {
1997
+ "kind": "field",
1998
+ "name": "eventListeners",
1999
+ "type": {
2000
+ "text": "Map<keyof InactivityEvents, EventListener[]>"
2001
+ },
2002
+ "privacy": "private",
2003
+ "default": "new Map()"
2004
+ },
2005
+ {
2006
+ "kind": "method",
2007
+ "name": "setupActivityListeners",
2008
+ "privacy": "private",
2009
+ "return": {
2010
+ "type": {
2011
+ "text": "void"
2012
+ }
2013
+ }
2014
+ },
2015
+ {
2016
+ "kind": "method",
2017
+ "name": "checkTimeout",
2018
+ "privacy": "private",
2019
+ "return": {
2020
+ "type": {
2021
+ "text": "void"
2022
+ }
2023
+ }
2024
+ },
2025
+ {
2026
+ "kind": "method",
2027
+ "name": "on",
2028
+ "privacy": "public",
2029
+ "return": {
2030
+ "type": {
2031
+ "text": "void"
2032
+ }
2033
+ },
2034
+ "parameters": [
2035
+ {
2036
+ "name": "event",
2037
+ "type": {
2038
+ "text": "K"
2039
+ }
2040
+ },
2041
+ {
2042
+ "name": "listener",
2043
+ "type": {
2044
+ "text": "EventListener<InactivityEvents[K]>"
2045
+ }
2046
+ }
2047
+ ]
2048
+ },
2049
+ {
2050
+ "kind": "method",
2051
+ "name": "off",
2052
+ "privacy": "public",
2053
+ "return": {
2054
+ "type": {
2055
+ "text": "void"
2056
+ }
2057
+ },
2058
+ "parameters": [
2059
+ {
2060
+ "name": "event",
2061
+ "type": {
2062
+ "text": "K"
2063
+ }
2064
+ },
2065
+ {
2066
+ "name": "listener",
2067
+ "type": {
2068
+ "text": "EventListener<InactivityEvents[K]>"
2069
+ }
2070
+ }
2071
+ ]
2072
+ },
2073
+ {
2074
+ "kind": "method",
2075
+ "name": "emit",
2076
+ "privacy": "private",
2077
+ "return": {
2078
+ "type": {
2079
+ "text": "void"
2080
+ }
2081
+ },
2082
+ "parameters": [
2083
+ {
2084
+ "name": "event",
2085
+ "type": {
2086
+ "text": "K"
2087
+ }
2088
+ },
2089
+ {
2090
+ "name": "data",
2091
+ "optional": true,
2092
+ "type": {
2093
+ "text": "InactivityEvents[K]"
2094
+ }
2095
+ }
2096
+ ]
2097
+ },
2098
+ {
2099
+ "kind": "method",
2100
+ "name": "start",
2101
+ "privacy": "public",
2102
+ "return": {
2103
+ "type": {
2104
+ "text": "void"
2105
+ }
2106
+ }
2107
+ },
2108
+ {
2109
+ "kind": "method",
2110
+ "name": "stop",
2111
+ "privacy": "public",
2112
+ "return": {
2113
+ "type": {
2114
+ "text": "void"
2115
+ }
2116
+ }
2117
+ },
2118
+ {
2119
+ "kind": "method",
2120
+ "name": "resetTimer",
2121
+ "privacy": "public",
2122
+ "return": {
2123
+ "type": {
2124
+ "text": "void"
2125
+ }
2126
+ }
2127
+ },
2128
+ {
2129
+ "kind": "method",
2130
+ "name": "scheduleTimers",
2131
+ "privacy": "private",
2132
+ "return": {
2133
+ "type": {
2134
+ "text": "void"
2135
+ }
2136
+ }
2137
+ },
2138
+ {
2139
+ "kind": "method",
2140
+ "name": "clearTimers",
2141
+ "privacy": "private",
2142
+ "return": {
2143
+ "type": {
2144
+ "text": "void"
2145
+ }
2146
+ }
2147
+ },
2148
+ {
2149
+ "kind": "method",
2150
+ "name": "destroy",
2151
+ "privacy": "public",
2152
+ "return": {
2153
+ "type": {
2154
+ "text": "void"
2155
+ }
2156
+ }
2157
+ }
2158
+ ]
2159
+ }
2160
+ ],
2161
+ "exports": [
2162
+ {
2163
+ "kind": "js",
2164
+ "name": "InactivityService",
2165
+ "declaration": {
2166
+ "name": "InactivityService",
2167
+ "module": "src/inactivity/inactivity-service.ts"
2168
+ }
2169
+ }
2170
+ ]
2171
+ },
2172
+ {
2173
+ "kind": "javascript-module",
2174
+ "path": "src/inactivity/index.ts",
2175
+ "declarations": [],
2176
+ "exports": [
2177
+ {
2178
+ "kind": "js",
2179
+ "name": "*",
2180
+ "declaration": {
2181
+ "name": "*",
2182
+ "package": "./inactivity-dialog"
2183
+ }
2184
+ },
2185
+ {
2186
+ "kind": "js",
2187
+ "name": "*",
2188
+ "declaration": {
2189
+ "name": "*",
2190
+ "package": "./inactivity-manager"
2191
+ }
2192
+ },
2193
+ {
2194
+ "kind": "js",
2195
+ "name": "*",
2196
+ "declaration": {
2197
+ "name": "*",
2198
+ "package": "./inactivity-service"
2199
+ }
2200
+ }
2201
+ ]
2202
+ },
1575
2203
  {
1576
2204
  "kind": "javascript-module",
1577
2205
  "path": "src/logger/index.ts",
@@ -0,0 +1,24 @@
1
+ import { FASTElement } from '@microsoft/fast-element';
2
+ export interface InactivityDialogOptions {
3
+ remainingSeconds: number;
4
+ onContinue: () => void;
5
+ onLogout: () => void;
6
+ }
7
+ export declare class InactivityDialog extends FASTElement {
8
+ isVisible: boolean;
9
+ remainingSeconds: number;
10
+ private onContinue?;
11
+ private onLogout?;
12
+ private countdownInterval?;
13
+ private startTime;
14
+ private totalSeconds;
15
+ configure(options: InactivityDialogOptions): void;
16
+ show(): boolean;
17
+ hide(): boolean;
18
+ private startCountdown;
19
+ private stopCountdown;
20
+ handleContinue(): void;
21
+ handleLogout(): void;
22
+ disconnectedCallback(): void;
23
+ }
24
+ //# sourceMappingURL=inactivity-dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inactivity-dialog.d.ts","sourceRoot":"","sources":["../../../src/inactivity/inactivity-dialog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,WAAW,EAAyB,MAAM,yBAAyB,CAAC;AAM5F,MAAM,WAAW,uBAAuB;IACtC,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AA0CD,qBAgGa,gBAAiB,SAAQ,WAAW;IACnC,SAAS,EAAE,OAAO,CAAS;IAC3B,gBAAgB,EAAE,MAAM,CAAK;IAEzC,OAAO,CAAC,UAAU,CAAC,CAAa;IAChC,OAAO,CAAC,QAAQ,CAAC,CAAa;IAC9B,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,SAAS,CAAa;IAC9B,OAAO,CAAC,YAAY,CAAa;IAE1B,SAAS,CAAC,OAAO,EAAE,uBAAuB,GAAG,IAAI;IAOjD,IAAI,IAAI,OAAO;IAMf,IAAI,IAAI,OAAO;IAMtB,OAAO,CAAC,cAAc;IAuBtB,OAAO,CAAC,aAAa;IAOd,cAAc,IAAI,IAAI;IAOtB,YAAY,IAAI,IAAI;IAO3B,oBAAoB,IAAI,IAAI;CAI7B"}