@pepperdash/mobile-control-react-app-core 1.25.0-feat-essentials-v3.7 → 1.25.0-feat-essentials-v3.8
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/mobile-control-react-app-core.es.js +135 -127
- package/dist/mobile-control-react-app-core.umd.js +7 -7
- package/dist/shared/hooks/interfaces/index.d.ts +1 -0
- package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/interfaceNames.d.ts +1 -1
- package/dist/shared/hooks/interfaces/interfaceNames.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useICurrentSources.d.ts +12 -0
- package/dist/shared/hooks/interfaces/useICurrentSources.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -1687,9 +1687,16 @@ function Qt(e) {
|
|
|
1687
1687
|
function Nt(e) {
|
|
1688
1688
|
const t = Z(e);
|
|
1689
1689
|
if (t)
|
|
1690
|
-
return
|
|
1690
|
+
return {
|
|
1691
|
+
currentSourcesState: t
|
|
1692
|
+
};
|
|
1691
1693
|
}
|
|
1692
1694
|
function e6(e) {
|
|
1695
|
+
const t = Z(e);
|
|
1696
|
+
if (t)
|
|
1697
|
+
return t.deviceInfo || void 0;
|
|
1698
|
+
}
|
|
1699
|
+
function t6(e) {
|
|
1693
1700
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1694
1701
|
return D(() => {
|
|
1695
1702
|
if (!n) return;
|
|
@@ -1705,11 +1712,11 @@ function e6(e) {
|
|
|
1705
1712
|
};
|
|
1706
1713
|
}, [e, t, n]);
|
|
1707
1714
|
}
|
|
1708
|
-
function
|
|
1715
|
+
function n6(e) {
|
|
1709
1716
|
const t = `/device/${e}`, n = w(t, "up"), s = w(t, "down"), r = w(t, "left"), l = w(t, "right"), i = w(t, "select"), h = w(t, "menu"), u = w(t, "exit");
|
|
1710
1717
|
return { up: n, down: s, left: r, right: l, select: i, menu: h, exit: u };
|
|
1711
1718
|
}
|
|
1712
|
-
function
|
|
1719
|
+
function o6(e) {
|
|
1713
1720
|
const { sendMessage: t } = m();
|
|
1714
1721
|
return { recallPreset: (s) => {
|
|
1715
1722
|
t(
|
|
@@ -1718,11 +1725,11 @@ function n6(e) {
|
|
|
1718
1725
|
);
|
|
1719
1726
|
} };
|
|
1720
1727
|
}
|
|
1721
|
-
function
|
|
1728
|
+
function s6(e) {
|
|
1722
1729
|
const t = `/device/${e}`, n = w(t, "dvrList"), s = w(t, "record");
|
|
1723
1730
|
return { dvrList: n, record: s };
|
|
1724
1731
|
}
|
|
1725
|
-
function
|
|
1732
|
+
function c6(e) {
|
|
1726
1733
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1727
1734
|
return n ? { roomCombinerState: n, setAutoMode: () => {
|
|
1728
1735
|
t(`/device/${e}/setAutoMode`, null);
|
|
@@ -1736,7 +1743,7 @@ function s6(e) {
|
|
|
1736
1743
|
t(`/device/${e}/setRoomCombinationScenario`, u);
|
|
1737
1744
|
} } : void 0;
|
|
1738
1745
|
}
|
|
1739
|
-
function
|
|
1746
|
+
function r6(e) {
|
|
1740
1747
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1741
1748
|
return D(() => {
|
|
1742
1749
|
if (!n) return;
|
|
@@ -1749,7 +1756,7 @@ function c6(e) {
|
|
|
1749
1756
|
};
|
|
1750
1757
|
}, [e, t, n]);
|
|
1751
1758
|
}
|
|
1752
|
-
function
|
|
1759
|
+
function l6(e) {
|
|
1753
1760
|
var i;
|
|
1754
1761
|
const { sendMessage: t } = m(), n = (i = Z(e)) == null ? void 0 : i.cameraIsMuted, s = () => {
|
|
1755
1762
|
t(`/device/${e}/cameraMuteOn`, null);
|
|
@@ -1761,7 +1768,7 @@ function r6(e) {
|
|
|
1761
1768
|
if (n)
|
|
1762
1769
|
return { cameraMuteOn: s, cameraMuteOff: r, cameraMuteToggle: l, cameraIsMuted: n };
|
|
1763
1770
|
}
|
|
1764
|
-
function
|
|
1771
|
+
function i6(e) {
|
|
1765
1772
|
var l;
|
|
1766
1773
|
const { sendMessage: t } = m(), n = (l = Z(e)) == null ? void 0 : l.presets, s = (i) => {
|
|
1767
1774
|
t(`/device/${e}/recallPreset`, i);
|
|
@@ -1771,7 +1778,7 @@ function l6(e) {
|
|
|
1771
1778
|
if (n)
|
|
1772
1779
|
return { recallPreset: s, savePreset: r, presets: n };
|
|
1773
1780
|
}
|
|
1774
|
-
function
|
|
1781
|
+
function a6(e) {
|
|
1775
1782
|
const { sendMessage: t } = m(), n = `/device/${e}`, s = Z(e);
|
|
1776
1783
|
return s ? {
|
|
1777
1784
|
state: s,
|
|
@@ -1780,7 +1787,7 @@ function i6(e) {
|
|
|
1780
1787
|
}
|
|
1781
1788
|
} : void 0;
|
|
1782
1789
|
}
|
|
1783
|
-
function
|
|
1790
|
+
function u6(e) {
|
|
1784
1791
|
const { sendMessage: t } = m();
|
|
1785
1792
|
return D(() => {
|
|
1786
1793
|
const n = `/device/${e}`;
|
|
@@ -1790,7 +1797,7 @@ function a6(e) {
|
|
|
1790
1797
|
};
|
|
1791
1798
|
}, [e, t]);
|
|
1792
1799
|
}
|
|
1793
|
-
function
|
|
1800
|
+
function d6(e) {
|
|
1794
1801
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1795
1802
|
return D(() => n ? {
|
|
1796
1803
|
state: n,
|
|
@@ -1801,7 +1808,7 @@ function u6(e) {
|
|
|
1801
1808
|
rejectCall: (u) => t(`/device/${e}/rejectCall`, u)
|
|
1802
1809
|
} : void 0, [e, t, n]);
|
|
1803
1810
|
}
|
|
1804
|
-
function
|
|
1811
|
+
function v6(e) {
|
|
1805
1812
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1806
1813
|
return D(() => {
|
|
1807
1814
|
if (!n) return;
|
|
@@ -1815,7 +1822,7 @@ function d6(e) {
|
|
|
1815
1822
|
};
|
|
1816
1823
|
}, [e, t, n]);
|
|
1817
1824
|
}
|
|
1818
|
-
function
|
|
1825
|
+
function h6(e) {
|
|
1819
1826
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1820
1827
|
return D(() => {
|
|
1821
1828
|
if (!n) return;
|
|
@@ -1828,7 +1835,7 @@ function v6(e) {
|
|
|
1828
1835
|
};
|
|
1829
1836
|
}, [e, t, n]);
|
|
1830
1837
|
}
|
|
1831
|
-
function
|
|
1838
|
+
function g6(e) {
|
|
1832
1839
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1833
1840
|
return D(() => {
|
|
1834
1841
|
if (!n) return;
|
|
@@ -1842,7 +1849,7 @@ function h6(e) {
|
|
|
1842
1849
|
};
|
|
1843
1850
|
}, [e, t, n]);
|
|
1844
1851
|
}
|
|
1845
|
-
function
|
|
1852
|
+
function f6(e) {
|
|
1846
1853
|
const { sendMessage: t } = m();
|
|
1847
1854
|
return D(() => {
|
|
1848
1855
|
const n = `/device/${e}`;
|
|
@@ -1853,7 +1860,7 @@ function g6(e) {
|
|
|
1853
1860
|
};
|
|
1854
1861
|
}, [e, t]);
|
|
1855
1862
|
}
|
|
1856
|
-
function
|
|
1863
|
+
function w6(e) {
|
|
1857
1864
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1858
1865
|
return D(() => {
|
|
1859
1866
|
if (!n) return;
|
|
@@ -1866,7 +1873,7 @@ function f6(e) {
|
|
|
1866
1873
|
};
|
|
1867
1874
|
}, [e, t, n]);
|
|
1868
1875
|
}
|
|
1869
|
-
function
|
|
1876
|
+
function m6(e) {
|
|
1870
1877
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1871
1878
|
return D(() => {
|
|
1872
1879
|
if (!n) return;
|
|
@@ -1882,7 +1889,7 @@ function w6(e) {
|
|
|
1882
1889
|
};
|
|
1883
1890
|
}, [e, t, n]);
|
|
1884
1891
|
}
|
|
1885
|
-
function
|
|
1892
|
+
function p6(e) {
|
|
1886
1893
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1887
1894
|
return D(() => {
|
|
1888
1895
|
if (!n) return;
|
|
@@ -1895,7 +1902,7 @@ function m6(e) {
|
|
|
1895
1902
|
};
|
|
1896
1903
|
}, [e, t, n]);
|
|
1897
1904
|
}
|
|
1898
|
-
function
|
|
1905
|
+
function M6(e) {
|
|
1899
1906
|
const { sendMessage: t } = m();
|
|
1900
1907
|
return D(() => {
|
|
1901
1908
|
const n = `/device/${e}`;
|
|
@@ -1905,7 +1912,7 @@ function p6(e) {
|
|
|
1905
1912
|
};
|
|
1906
1913
|
}, [e, t]);
|
|
1907
1914
|
}
|
|
1908
|
-
function
|
|
1915
|
+
function x6(e) {
|
|
1909
1916
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1910
1917
|
return D(() => {
|
|
1911
1918
|
if (!n) return;
|
|
@@ -1917,7 +1924,7 @@ function M6(e) {
|
|
|
1917
1924
|
};
|
|
1918
1925
|
}, [e, t, n]);
|
|
1919
1926
|
}
|
|
1920
|
-
function
|
|
1927
|
+
function S6(e) {
|
|
1921
1928
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1922
1929
|
return D(() => {
|
|
1923
1930
|
if (!n) return;
|
|
@@ -1929,7 +1936,7 @@ function x6(e) {
|
|
|
1929
1936
|
};
|
|
1930
1937
|
}, [e, t, n]);
|
|
1931
1938
|
}
|
|
1932
|
-
function
|
|
1939
|
+
function Z6(e) {
|
|
1933
1940
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1934
1941
|
return D(() => {
|
|
1935
1942
|
if (!n) return;
|
|
@@ -1943,7 +1950,7 @@ function S6(e) {
|
|
|
1943
1950
|
};
|
|
1944
1951
|
}, [e, t, n]);
|
|
1945
1952
|
}
|
|
1946
|
-
function
|
|
1953
|
+
function C6(e) {
|
|
1947
1954
|
const { sendMessage: t, sendSimpleMessage: n } = m(), s = Z(e), r = ne(e), l = s || r;
|
|
1948
1955
|
return l ? {
|
|
1949
1956
|
levelState: l,
|
|
@@ -1953,25 +1960,25 @@ function Z6(e) {
|
|
|
1953
1960
|
muteOff: (d) => t(`${d}/muteOff`, null)
|
|
1954
1961
|
} : void 0;
|
|
1955
1962
|
}
|
|
1956
|
-
function
|
|
1963
|
+
function j6(e) {
|
|
1957
1964
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1958
1965
|
return n ? { lightingState: n, selectScene: (r) => {
|
|
1959
1966
|
t(`/device/${e}/selectScene`, r);
|
|
1960
1967
|
} } : void 0;
|
|
1961
1968
|
}
|
|
1962
|
-
function
|
|
1969
|
+
function b6(e) {
|
|
1963
1970
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1964
1971
|
return n ? { matrixRoutingState: n, setRoute: (r) => {
|
|
1965
1972
|
t(`/device/${e}/route`, r);
|
|
1966
1973
|
} } : void 0;
|
|
1967
1974
|
}
|
|
1968
|
-
function
|
|
1975
|
+
function I6(e) {
|
|
1969
1976
|
const { sendMessage: t } = m();
|
|
1970
1977
|
return { closeApp: () => {
|
|
1971
1978
|
t(`/device/${e}/closeWebViewController`, null);
|
|
1972
1979
|
} };
|
|
1973
1980
|
}
|
|
1974
|
-
function
|
|
1981
|
+
function y6(e) {
|
|
1975
1982
|
const t = `/device/${e}`, n = w(t, "num0"), s = w(t, "num1"), r = w(t, "num2"), l = w(t, "num3"), i = w(t, "num4"), h = w(t, "num5"), u = w(t, "num6"), f = w(t, "num7"), d = w(t, "num8"), _ = w(t, "num9"), A = w(t, "numDash"), v = w(t, "numEnter");
|
|
1976
1983
|
return {
|
|
1977
1984
|
digit0: n,
|
|
@@ -1988,7 +1995,7 @@ function I6(e) {
|
|
|
1988
1995
|
keypadAccessoryButton2: v
|
|
1989
1996
|
};
|
|
1990
1997
|
}
|
|
1991
|
-
function
|
|
1998
|
+
function R6(e) {
|
|
1992
1999
|
const { sendMessage: t } = m(), n = Z(e);
|
|
1993
2000
|
return n ? { projectorScreenLiftControlState: n, raise: () => {
|
|
1994
2001
|
t(`/device/${e}/raise`, null);
|
|
@@ -1996,35 +2003,35 @@ function y6(e) {
|
|
|
1996
2003
|
t(`/device/${e}/lower`, null);
|
|
1997
2004
|
} } : void 0;
|
|
1998
2005
|
}
|
|
1999
|
-
function
|
|
2006
|
+
function $6(e) {
|
|
2000
2007
|
const { sendMessage: t } = m(), n = C1(e);
|
|
2001
2008
|
return n ? { roomEventScheduleState: n, save: (r) => {
|
|
2002
2009
|
t(`/room/${e}/saveScheduledEvents`, r);
|
|
2003
2010
|
} } : void 0;
|
|
2004
2011
|
}
|
|
2005
|
-
function
|
|
2012
|
+
function P6(e) {
|
|
2006
2013
|
const { sendMessage: t } = m();
|
|
2007
2014
|
return { runDefaultPresentRoute: () => {
|
|
2008
2015
|
t(`/room/${e}/defaultsource`, {});
|
|
2009
2016
|
} };
|
|
2010
2017
|
}
|
|
2011
|
-
function
|
|
2018
|
+
function E6(e) {
|
|
2012
2019
|
const { sendMessage: t } = m();
|
|
2013
2020
|
return { runDirectRoute: (s) => {
|
|
2014
2021
|
t(`/room/${e}/directRoute`, s);
|
|
2015
2022
|
} };
|
|
2016
2023
|
}
|
|
2017
|
-
function
|
|
2024
|
+
function T6(e) {
|
|
2018
2025
|
const { sendMessage: t } = m();
|
|
2019
2026
|
return { routingState: Z(e), runRoute: (r) => {
|
|
2020
2027
|
t(`/room/${e}/source`, r);
|
|
2021
2028
|
} };
|
|
2022
2029
|
}
|
|
2023
|
-
function
|
|
2030
|
+
function D6(e) {
|
|
2024
2031
|
const t = `/device/${e}`, n = w(t, "chanUp"), s = w(t, "chanDown");
|
|
2025
2032
|
return { dvrList: n, replay: s };
|
|
2026
2033
|
}
|
|
2027
|
-
function
|
|
2034
|
+
function A6(e) {
|
|
2028
2035
|
const { sendMessage: t } = m(), n = Z(e);
|
|
2029
2036
|
return n ? { shadeState: n, shadeUp: () => {
|
|
2030
2037
|
t(`/device/${e}/shadeUp`, null);
|
|
@@ -2034,7 +2041,7 @@ function D6(e) {
|
|
|
2034
2041
|
t(`/device/${e}/stopOrPreset`, null);
|
|
2035
2042
|
} } : void 0;
|
|
2036
2043
|
}
|
|
2037
|
-
function
|
|
2044
|
+
function _6(e) {
|
|
2038
2045
|
const { sendMessage: t } = m(), n = C1(e);
|
|
2039
2046
|
return n ? { shutdownPromptTimerState: n, setShutdownPromptSeconds: (h) => {
|
|
2040
2047
|
t(`/room/${e}/setShutdownPromptSeconds`, h);
|
|
@@ -2046,7 +2053,7 @@ function A6(e) {
|
|
|
2046
2053
|
t(`/room/${e}/shutdownCancel`, null);
|
|
2047
2054
|
} } : void 0;
|
|
2048
2055
|
}
|
|
2049
|
-
function
|
|
2056
|
+
function L6(e) {
|
|
2050
2057
|
const { sendMessage: t } = m(), n = Z(e);
|
|
2051
2058
|
return n ? { switchedOutputState: n, on: () => {
|
|
2052
2059
|
t(`/device/${e}/on`, null);
|
|
@@ -2054,7 +2061,7 @@ function _6(e) {
|
|
|
2054
2061
|
t(`/device/${e}/off`, null);
|
|
2055
2062
|
} } : void 0;
|
|
2056
2063
|
}
|
|
2057
|
-
function
|
|
2064
|
+
function B6(e) {
|
|
2058
2065
|
const { sendMessage: t } = m(), n = C1(e);
|
|
2059
2066
|
return n ? { techPasswordState: n, validatePassword: (l) => {
|
|
2060
2067
|
t(`/room/${e}/validateTechPassword`, { password: l });
|
|
@@ -2062,11 +2069,11 @@ function L6(e) {
|
|
|
2062
2069
|
t(`/room/${e}/setTechPassword`, { oldPassword: l, newPassword: i });
|
|
2063
2070
|
} } : void 0;
|
|
2064
2071
|
}
|
|
2065
|
-
function
|
|
2072
|
+
function O6(e) {
|
|
2066
2073
|
const { sendMessage: t } = m(), n = Z(e);
|
|
2067
2074
|
return n ? { state: n, setTemperatureUnitsToCelcius: () => t(`${e}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => t(`${e}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
|
|
2068
2075
|
}
|
|
2069
|
-
function
|
|
2076
|
+
function W6(e) {
|
|
2070
2077
|
const { sendMessage: t } = m(), n = Z(e), s = (r) => {
|
|
2071
2078
|
t(`/device/${e}/saveTheme`, { value: r });
|
|
2072
2079
|
};
|
|
@@ -2075,7 +2082,7 @@ function O6(e) {
|
|
|
2075
2082
|
saveTheme: s
|
|
2076
2083
|
};
|
|
2077
2084
|
}
|
|
2078
|
-
function
|
|
2085
|
+
function k6(e) {
|
|
2079
2086
|
const t = `/device/${e}`, n = w(t, "play"), s = w(t, "pause"), r = w(t, "stop"), l = w(t, "prevTrack"), i = w(t, "nextTrack"), h = w(t, "rewind"), u = w(t, "ffwd"), f = w(t, "record");
|
|
2080
2087
|
return {
|
|
2081
2088
|
play: n,
|
|
@@ -2088,14 +2095,14 @@ function W6(e) {
|
|
|
2088
2095
|
record: f
|
|
2089
2096
|
};
|
|
2090
2097
|
}
|
|
2091
|
-
function
|
|
2098
|
+
function V6(e) {
|
|
2092
2099
|
const t = Z(e);
|
|
2093
2100
|
return D(() => {
|
|
2094
2101
|
if (t)
|
|
2095
2102
|
return { state: t };
|
|
2096
2103
|
}, [t]);
|
|
2097
2104
|
}
|
|
2098
|
-
function
|
|
2105
|
+
function H6(e) {
|
|
2099
2106
|
const t = Z(e), { sendMessage: n } = m();
|
|
2100
2107
|
return t ? {
|
|
2101
2108
|
touchpanelState: t,
|
|
@@ -2111,7 +2118,7 @@ function V6(e) {
|
|
|
2111
2118
|
} }
|
|
2112
2119
|
} : void 0;
|
|
2113
2120
|
}
|
|
2114
|
-
function
|
|
2121
|
+
function F6(e) {
|
|
2115
2122
|
const t = Z(e), n = V3(e), s = W1(e);
|
|
2116
2123
|
if (!t) return;
|
|
2117
2124
|
const r = (t.powerState || t.isWarming) && !t.isCooling, l = (!t.powerState || t.isCooling) && !t.isWarming;
|
|
@@ -2122,7 +2129,7 @@ function H6(e) {
|
|
|
2122
2129
|
powerFb: { powerOnFb: r, powerOffFb: l }
|
|
2123
2130
|
};
|
|
2124
2131
|
}
|
|
2125
|
-
function
|
|
2132
|
+
function U6(e) {
|
|
2126
2133
|
const { sendMessage: t } = m(), n = Z(e);
|
|
2127
2134
|
return D(() => {
|
|
2128
2135
|
if (!n) return;
|
|
@@ -2140,11 +2147,11 @@ function F6(e) {
|
|
|
2140
2147
|
};
|
|
2141
2148
|
}, [e, t, n]);
|
|
2142
2149
|
}
|
|
2143
|
-
function
|
|
2150
|
+
function K6(e) {
|
|
2144
2151
|
const t = `/device/${e}`;
|
|
2145
2152
|
return j1(t);
|
|
2146
2153
|
}
|
|
2147
|
-
const
|
|
2154
|
+
const q6 = ({
|
|
2148
2155
|
config: e
|
|
2149
2156
|
}, t = !0) => {
|
|
2150
2157
|
const { sendMessage: n } = m(), s = d1(!1), r = D(() => {
|
|
@@ -2179,7 +2186,7 @@ const K6 = ({
|
|
|
2179
2186
|
}), s.current = !0);
|
|
2180
2187
|
}, [r, t, n]), r;
|
|
2181
2188
|
};
|
|
2182
|
-
function
|
|
2189
|
+
function G6(e, t) {
|
|
2183
2190
|
const [n, s] = Y(!1), [r, l] = Y(!1);
|
|
2184
2191
|
return S3(() => {
|
|
2185
2192
|
const { current: i } = e, h = () => {
|
|
@@ -2189,15 +2196,15 @@ function q6(e, t) {
|
|
|
2189
2196
|
i && h();
|
|
2190
2197
|
}, [e, t]), { overflowHorizontal: n, overflowVertical: r };
|
|
2191
2198
|
}
|
|
2192
|
-
function
|
|
2199
|
+
function z6(e, t) {
|
|
2193
2200
|
const n = `/room/${e}/volumes/${t}`;
|
|
2194
2201
|
return j1(n);
|
|
2195
2202
|
}
|
|
2196
|
-
function
|
|
2203
|
+
function Y6(e, t) {
|
|
2197
2204
|
const n = te(e, t), s = `/room/${e}/volumes/${t}`;
|
|
2198
2205
|
return k3(s, n);
|
|
2199
2206
|
}
|
|
2200
|
-
function
|
|
2207
|
+
function J6(e) {
|
|
2201
2208
|
var h, u;
|
|
2202
2209
|
const [t, n] = Y(((h = e == null ? void 0 : e.current) == null ? void 0 : h.scrollLeft) ?? 0), [s, r] = Y(((u = e == null ? void 0 : e.current) == null ? void 0 : u.scrollTop) ?? 0), l = (f) => {
|
|
2203
2210
|
const { current: d } = e;
|
|
@@ -2213,7 +2220,7 @@ function Y6(e) {
|
|
|
2213
2220
|
f && d();
|
|
2214
2221
|
}, [e]), { horizontalScrollPosition: t, verticalScrollPosition: s, scrollHorizontal: l, scrollVertical: i };
|
|
2215
2222
|
}
|
|
2216
|
-
function
|
|
2223
|
+
function X6(e) {
|
|
2217
2224
|
const t = k1();
|
|
2218
2225
|
return [() => {
|
|
2219
2226
|
t(H.addSyncState(e));
|
|
@@ -2221,7 +2228,7 @@ function J6(e) {
|
|
|
2221
2228
|
t(H.removeSyncState(e));
|
|
2222
2229
|
}, Se(e)];
|
|
2223
2230
|
}
|
|
2224
|
-
function
|
|
2231
|
+
function Q6() {
|
|
2225
2232
|
const { sendMessage: e } = m();
|
|
2226
2233
|
return {
|
|
2227
2234
|
reboot: () => {
|
|
@@ -2232,7 +2239,7 @@ function X6() {
|
|
|
2232
2239
|
}
|
|
2233
2240
|
};
|
|
2234
2241
|
}
|
|
2235
|
-
function
|
|
2242
|
+
function N6() {
|
|
2236
2243
|
const [e, t] = Y(), [n, s] = Y();
|
|
2237
2244
|
function r() {
|
|
2238
2245
|
t((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
|
|
@@ -2247,7 +2254,7 @@ function Q6() {
|
|
|
2247
2254
|
return () => clearInterval(l);
|
|
2248
2255
|
}, []), { date: e, time: n };
|
|
2249
2256
|
}
|
|
2250
|
-
const
|
|
2257
|
+
const en = () => {
|
|
2251
2258
|
const [e, t] = Y(!1), n = I2(), s = y2();
|
|
2252
2259
|
let r;
|
|
2253
2260
|
return R2(s) ? r = s.statusText : s instanceof Error ? r = s.message : typeof s == "string" ? r = s : (console.error(s), r = "Unknown error"), /* @__PURE__ */ o.jsxs("div", { className: "d-flex flex-column align-items-center gap-5", children: [
|
|
@@ -3525,7 +3532,7 @@ const N6 = () => {
|
|
|
3525
3532
|
active: e,
|
|
3526
3533
|
disabled: n
|
|
3527
3534
|
}
|
|
3528
|
-
),
|
|
3535
|
+
), tn = ({
|
|
3529
3536
|
active: e,
|
|
3530
3537
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
3531
3538
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
@@ -3966,7 +3973,7 @@ const N6 = () => {
|
|
|
3966
3973
|
X: $8,
|
|
3967
3974
|
Xbox: P8
|
|
3968
3975
|
};
|
|
3969
|
-
function
|
|
3976
|
+
function nn({
|
|
3970
3977
|
name: e,
|
|
3971
3978
|
iconsDictionary: t = T8,
|
|
3972
3979
|
...n
|
|
@@ -3980,7 +3987,7 @@ const D8 = "_grid_1cmpp_1", A8 = "_header_1cmpp_11", _8 = "_content_1cmpp_17", L
|
|
|
3980
3987
|
content: _8,
|
|
3981
3988
|
footer: L8,
|
|
3982
3989
|
volume: B8
|
|
3983
|
-
},
|
|
3990
|
+
}, on = ({ header: e, footer: t, content: n, volume: s, showVolume: r }) => /* @__PURE__ */ o.jsxs("div", { className: u1.grid, children: [
|
|
3984
3991
|
/* @__PURE__ */ o.jsx("div", { className: u1.header, children: e }),
|
|
3985
3992
|
/* @__PURE__ */ o.jsx("div", { className: u1.content, children: n }),
|
|
3986
3993
|
r && /* @__PURE__ */ o.jsx("div", { className: u1.volume, children: s }),
|
|
@@ -3989,7 +3996,7 @@ const D8 = "_grid_1cmpp_1", A8 = "_header_1cmpp_11", _8 = "_content_1cmpp_17", L
|
|
|
3989
3996
|
grid: O8,
|
|
3990
3997
|
header: W8,
|
|
3991
3998
|
content: k8
|
|
3992
|
-
},
|
|
3999
|
+
}, sn = ({ className: e, header: t, content: n, leftNav: s }) => /* @__PURE__ */ o.jsxs("div", { className: `${e} ${x1.grid}`, children: [
|
|
3993
4000
|
/* @__PURE__ */ o.jsx("div", { className: x1.header, children: t }),
|
|
3994
4001
|
s && /* @__PURE__ */ o.jsx("div", { className: x1.leftNav, children: s }),
|
|
3995
4002
|
/* @__PURE__ */ o.jsx("div", { className: x1.content, children: n })
|
|
@@ -3997,33 +4004,33 @@ const D8 = "_grid_1cmpp_1", A8 = "_header_1cmpp_11", _8 = "_content_1cmpp_17", L
|
|
|
3997
4004
|
grid: V8,
|
|
3998
4005
|
header: H8,
|
|
3999
4006
|
content: F8
|
|
4000
|
-
},
|
|
4007
|
+
}, cn = ({ className: e, header: t, content: n }) => /* @__PURE__ */ o.jsxs("div", { className: `${e} ${L1.grid}`, children: [
|
|
4001
4008
|
/* @__PURE__ */ o.jsx("div", { className: L1.header, children: t }),
|
|
4002
4009
|
/* @__PURE__ */ o.jsx("div", { className: L1.content, children: n })
|
|
4003
4010
|
] });
|
|
4004
|
-
class
|
|
4011
|
+
class rn {
|
|
4005
4012
|
constructor() {
|
|
4006
4013
|
G(this, "currentShareText");
|
|
4007
4014
|
G(this, "enabled");
|
|
4008
4015
|
G(this, "isSharing");
|
|
4009
4016
|
}
|
|
4010
4017
|
}
|
|
4011
|
-
function
|
|
4018
|
+
function ln() {
|
|
4012
4019
|
return console.log(location.pathname), location.pathname;
|
|
4013
4020
|
}
|
|
4014
4021
|
var U8 = /* @__PURE__ */ ((e) => (e[e.NotSet = 0] = "NotSet", e[e.Sunday = 1] = "Sunday", e[e.Monday = 2] = "Monday", e[e.Tuesday = 4] = "Tuesday", e[e.Wednesday = 8] = "Wednesday", e[e.Thursday = 16] = "Thursday", e[e.Friday = 32] = "Friday", e[e.Saturday = 64] = "Saturday", e))(U8 || {});
|
|
4015
|
-
class
|
|
4022
|
+
class an {
|
|
4016
4023
|
constructor(t, n) {
|
|
4017
4024
|
G(this, "path");
|
|
4018
4025
|
G(this, "handler");
|
|
4019
4026
|
this.path = t, this.handler = n;
|
|
4020
4027
|
}
|
|
4021
4028
|
}
|
|
4022
|
-
const
|
|
4029
|
+
const un = "$off";
|
|
4023
4030
|
export {
|
|
4024
4031
|
Kt as Clock,
|
|
4025
4032
|
U8 as DaysOfWeek,
|
|
4026
|
-
|
|
4033
|
+
en as ErrorBox,
|
|
4027
4034
|
Ne as IconButton,
|
|
4028
4035
|
e8 as IconMultiAlert,
|
|
4029
4036
|
t8 as IconMultiBan,
|
|
@@ -4050,7 +4057,7 @@ export {
|
|
|
4050
4057
|
S8 as IconMultiRoomPC,
|
|
4051
4058
|
Z8 as IconMultiShade,
|
|
4052
4059
|
C8 as IconMultiSun,
|
|
4053
|
-
|
|
4060
|
+
tn as IconMultiTemplate,
|
|
4054
4061
|
j8 as IconMultiUpArrow,
|
|
4055
4062
|
b8 as IconMultiVolDown,
|
|
4056
4063
|
I8 as IconMultiVolMute,
|
|
@@ -4058,14 +4065,14 @@ export {
|
|
|
4058
4065
|
R8 as IconMultiWireless,
|
|
4059
4066
|
$8 as IconMultiX,
|
|
4060
4067
|
P8 as IconMultiXbox,
|
|
4061
|
-
|
|
4062
|
-
|
|
4068
|
+
on as MainLayout,
|
|
4069
|
+
an as MessageHandler,
|
|
4063
4070
|
kt as MobileControlProvider,
|
|
4064
4071
|
$ as MultiStateIconContainer,
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4072
|
+
nn as NamedIconButton,
|
|
4073
|
+
rn as ShareState,
|
|
4074
|
+
sn as TechLayout,
|
|
4075
|
+
cn as TechPinLayout,
|
|
4069
4076
|
_3 as WS_ADD_EVENT_HANDLER,
|
|
4070
4077
|
T3 as WS_CONNECT,
|
|
4071
4078
|
D3 as WS_DISCONNECT,
|
|
@@ -4076,10 +4083,10 @@ export {
|
|
|
4076
4083
|
P3 as appConfigActions,
|
|
4077
4084
|
Be as createWebSocketMiddleware,
|
|
4078
4085
|
m1 as devicesActions,
|
|
4079
|
-
|
|
4086
|
+
ln as getBaseLocation,
|
|
4080
4087
|
f3 as httpClient,
|
|
4081
4088
|
T8 as iconsDictionary,
|
|
4082
|
-
|
|
4089
|
+
un as roomOffSourceKey,
|
|
4083
4090
|
p1 as roomsActions,
|
|
4084
4091
|
U as runtimeConfigActions,
|
|
4085
4092
|
j3 as selectAllDevices,
|
|
@@ -4139,14 +4146,14 @@ export {
|
|
|
4139
4146
|
w as useButtonHeldHeartbeat,
|
|
4140
4147
|
Ut as useCameraBase,
|
|
4141
4148
|
Zt as useClientId,
|
|
4142
|
-
|
|
4149
|
+
K6 as useDeviceIBasicVolume,
|
|
4143
4150
|
ze as useDeviceIBasicVolumeWithFeedback,
|
|
4144
4151
|
$t as useDeviceInterfaceSupport,
|
|
4145
4152
|
qt as useDevicePresetsModel,
|
|
4146
4153
|
Et as useDeviceSupportsInterface,
|
|
4147
4154
|
Gt as useEndpoint,
|
|
4148
4155
|
Me as useError,
|
|
4149
|
-
|
|
4156
|
+
q6 as useGetAllDeviceStateFromRoomConfiguration,
|
|
4150
4157
|
tt as useGetAllDevices,
|
|
4151
4158
|
ot as useGetAllRooms,
|
|
4152
4159
|
_t as useGetCurrentPopoverIdForGroup,
|
|
@@ -4163,58 +4170,59 @@ export {
|
|
|
4163
4170
|
Jt as useIChannel,
|
|
4164
4171
|
Xt as useIColor,
|
|
4165
4172
|
Qt as useICommunicationMonitor,
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
e6 as
|
|
4169
|
-
|
|
4170
|
-
o6 as
|
|
4171
|
-
s6 as
|
|
4172
|
-
c6 as
|
|
4173
|
-
r6 as
|
|
4174
|
-
l6 as
|
|
4175
|
-
i6 as
|
|
4176
|
-
a6 as
|
|
4177
|
-
u6 as
|
|
4178
|
-
d6 as
|
|
4179
|
-
v6 as
|
|
4180
|
-
h6 as
|
|
4181
|
-
g6 as
|
|
4182
|
-
f6 as
|
|
4183
|
-
w6 as
|
|
4184
|
-
m6 as
|
|
4173
|
+
Nt as useICurrentSources,
|
|
4174
|
+
n6 as useIDPad,
|
|
4175
|
+
e6 as useIDeviceInfoMessenger,
|
|
4176
|
+
t6 as useIDialerCallStatus,
|
|
4177
|
+
o6 as useIDspPresets,
|
|
4178
|
+
s6 as useIDvr,
|
|
4179
|
+
c6 as useIEssentialsRoomCombiner,
|
|
4180
|
+
r6 as useIHasCameraAutoMode,
|
|
4181
|
+
l6 as useIHasCameraMute,
|
|
4182
|
+
i6 as useIHasCameraPresets,
|
|
4183
|
+
a6 as useIHasCameras,
|
|
4184
|
+
u6 as useIHasCodecRoomPresetsActions,
|
|
4185
|
+
d6 as useIHasDialer,
|
|
4186
|
+
v6 as useIHasDirectory,
|
|
4187
|
+
h6 as useIHasMeetingLock,
|
|
4188
|
+
g6 as useIHasMeetingRecording,
|
|
4189
|
+
f6 as useIHasParticipantAudioMute,
|
|
4190
|
+
w6 as useIHasParticipantPinUnpin,
|
|
4191
|
+
m6 as useIHasParticipants,
|
|
4192
|
+
p6 as useIHasPhoneDialing,
|
|
4185
4193
|
V3 as useIHasPowerControl,
|
|
4186
|
-
|
|
4194
|
+
M6 as useIHasPresentationOnlyMeeting,
|
|
4187
4195
|
W1 as useIHasSelectableItems,
|
|
4188
|
-
|
|
4189
|
-
|
|
4196
|
+
x6 as useIHasSelfviewPosition,
|
|
4197
|
+
S6 as useIHasSelfviewSize,
|
|
4190
4198
|
Ye as useIHasSurroundChannels,
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4199
|
+
Z6 as useIHasZoomRoomLayouts,
|
|
4200
|
+
C6 as useILevelControls,
|
|
4201
|
+
j6 as useILightingScenes,
|
|
4202
|
+
b6 as useIMatrixRouting,
|
|
4203
|
+
I6 as useIMcCiscoCodecUserInterfaceAppControl,
|
|
4204
|
+
y6 as useINumeric,
|
|
4205
|
+
R6 as useIProjectorScreenLiftControl,
|
|
4206
|
+
$6 as useIRoomEventSchedule,
|
|
4207
|
+
P6 as useIRunDefaultPresentRoute,
|
|
4208
|
+
E6 as useIRunDirectRouteAction,
|
|
4209
|
+
T6 as useIRunRouteAction,
|
|
4210
|
+
D6 as useISetTopBoxControls,
|
|
4211
|
+
A6 as useIShadesOpenCloseStop,
|
|
4212
|
+
_6 as useIShutdownPromptTimer,
|
|
4213
|
+
L6 as useISwitchedOutput,
|
|
4214
|
+
B6 as useITechPassword,
|
|
4215
|
+
O6 as useITemperatureSensor,
|
|
4216
|
+
W6 as useITheme,
|
|
4217
|
+
k6 as useITransport,
|
|
4218
|
+
V6 as useIZoomWirelessShareInstructions,
|
|
4211
4219
|
Wt as useInitialize,
|
|
4212
4220
|
Pt as useInterfacesForDevice,
|
|
4213
4221
|
Se as useIsSyncStateValuePresent,
|
|
4214
4222
|
Rt as useIsTouchpanel,
|
|
4215
4223
|
N8 as useLogoPath,
|
|
4216
|
-
|
|
4217
|
-
|
|
4224
|
+
H6 as useMobileControlTouchpanelController,
|
|
4225
|
+
G6 as useOverflow,
|
|
4218
4226
|
et as usePartnerMetadata,
|
|
4219
4227
|
Ge as usePressHoldRelease,
|
|
4220
4228
|
mt as useRoomAdvancedSharingActive,
|
|
@@ -4224,8 +4232,8 @@ export {
|
|
|
4224
4232
|
at as useRoomDestinationList,
|
|
4225
4233
|
it as useRoomDestinations,
|
|
4226
4234
|
ut as useRoomEnvironmentalDevices,
|
|
4227
|
-
|
|
4228
|
-
|
|
4235
|
+
z6 as useRoomIBasicVolume,
|
|
4236
|
+
Y6 as useRoomIBasicVolumeWithFeedback,
|
|
4229
4237
|
ht as useRoomInCall,
|
|
4230
4238
|
ft as useRoomIsCoolingDown,
|
|
4231
4239
|
wt as useRoomIsOn,
|
|
@@ -4239,24 +4247,24 @@ export {
|
|
|
4239
4247
|
C1 as useRoomState,
|
|
4240
4248
|
te as useRoomVolume,
|
|
4241
4249
|
It as useRuntimeInfo,
|
|
4242
|
-
|
|
4250
|
+
J6 as useScroll,
|
|
4243
4251
|
bt as useServerIsRunningOnProcessorHardware,
|
|
4244
4252
|
Dt as useShowIncomingCallModal,
|
|
4245
4253
|
At as useShowModal,
|
|
4246
4254
|
Lt as useShowPopoverById,
|
|
4247
4255
|
xe as useShowReconnect,
|
|
4248
4256
|
Tt as useShowShutdownModal,
|
|
4249
|
-
|
|
4250
|
-
|
|
4257
|
+
X6 as useStateIsSynced,
|
|
4258
|
+
Q6 as useSystemControl,
|
|
4251
4259
|
Ct as useSystemUuid,
|
|
4252
4260
|
Bt as useTheme,
|
|
4253
|
-
|
|
4261
|
+
N6 as useTimeAndDate,
|
|
4254
4262
|
yt as useTouchpanelKey,
|
|
4255
|
-
|
|
4263
|
+
F6 as useTwoWayDisplayBase,
|
|
4256
4264
|
jt as useUserCode,
|
|
4257
4265
|
m as useWebsocketContext,
|
|
4258
4266
|
y3 as useWsIsConnected,
|
|
4259
|
-
|
|
4267
|
+
U6 as useZoomRoom,
|
|
4260
4268
|
Ae as wsAddEventHandler,
|
|
4261
4269
|
O3 as wsConnect,
|
|
4262
4270
|
Ot as wsDisconnect,
|