@rapidaai/react 1.1.42 → 1.1.43
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/{chunk-B372Y6DW.mjs → chunk-TYICJNMK.mjs} +1 -251
- package/dist/chunk-TYICJNMK.mjs.map +1 -0
- package/dist/components/device-selector.d.mts +1 -1
- package/dist/components/device-selector.d.ts +1 -1
- package/dist/components/device-selector.js +0 -250
- package/dist/components/device-selector.js.map +1 -1
- package/dist/components/device-selector.mjs +1 -1
- package/dist/{device-selector-BdvX9x_8.d.mts → device-selector-AXkdmexr.d.mts} +800 -1178
- package/dist/{device-selector-BdvX9x_8.d.ts → device-selector-AXkdmexr.d.ts} +800 -1178
- package/dist/index.d.mts +112 -406
- package/dist/index.d.ts +112 -406
- package/dist/index.js +2670 -5217
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3694 -5990
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-B372Y6DW.mjs.map +0 -1
|
@@ -61,7 +61,6 @@ var require_common_pb = __commonJS({
|
|
|
61
61
|
goog.exportSymbol("proto.Organization", null, global);
|
|
62
62
|
goog.exportSymbol("proto.Paginate", null, global);
|
|
63
63
|
goog.exportSymbol("proto.Paginated", null, global);
|
|
64
|
-
goog.exportSymbol("proto.Provider", null, global);
|
|
65
64
|
goog.exportSymbol("proto.Source", null, global);
|
|
66
65
|
goog.exportSymbol("proto.Tag", null, global);
|
|
67
66
|
goog.exportSymbol("proto.Telemetry", null, global);
|
|
@@ -154,13 +153,6 @@ var require_common_pb = __commonJS({
|
|
|
154
153
|
if (goog.DEBUG && !COMPILED) {
|
|
155
154
|
proto.Variable.displayName = "proto.Variable";
|
|
156
155
|
}
|
|
157
|
-
proto.Provider = function(opt_data) {
|
|
158
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.Provider.repeatedFields_, null);
|
|
159
|
-
};
|
|
160
|
-
goog.inherits(proto.Provider, jspb.Message);
|
|
161
|
-
if (goog.DEBUG && !COMPILED) {
|
|
162
|
-
proto.Provider.displayName = "proto.Provider";
|
|
163
|
-
}
|
|
164
156
|
proto.Tag = function(opt_data) {
|
|
165
157
|
jspb.Message.initialize(this, opt_data, 0, -1, proto.Tag.repeatedFields_, null);
|
|
166
158
|
};
|
|
@@ -1731,248 +1723,6 @@ var require_common_pb = __commonJS({
|
|
|
1731
1723
|
proto.Variable.prototype.hasDefaultvalue = function() {
|
|
1732
1724
|
return jspb.Message.getField(this, 4) != null;
|
|
1733
1725
|
};
|
|
1734
|
-
proto.Provider.repeatedFields_ = [9];
|
|
1735
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1736
|
-
proto.Provider.prototype.toObject = function(opt_includeInstance) {
|
|
1737
|
-
return proto.Provider.toObject(opt_includeInstance, this);
|
|
1738
|
-
};
|
|
1739
|
-
proto.Provider.toObject = function(includeInstance, msg) {
|
|
1740
|
-
var f, obj = {
|
|
1741
|
-
id: jspb.Message.getFieldWithDefault(msg, 1, "0"),
|
|
1742
|
-
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
1743
|
-
description: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
1744
|
-
humanname: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1745
|
-
image: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1746
|
-
website: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
1747
|
-
status: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
1748
|
-
connectconfigurationList: jspb.Message.toObjectList(
|
|
1749
|
-
msg.getConnectconfigurationList(),
|
|
1750
|
-
proto.Variable.toObject,
|
|
1751
|
-
includeInstance
|
|
1752
|
-
)
|
|
1753
|
-
};
|
|
1754
|
-
if (includeInstance) {
|
|
1755
|
-
obj.$jspbMessageInstance = msg;
|
|
1756
|
-
}
|
|
1757
|
-
return obj;
|
|
1758
|
-
};
|
|
1759
|
-
}
|
|
1760
|
-
proto.Provider.deserializeBinary = function(bytes) {
|
|
1761
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
1762
|
-
var msg = new proto.Provider();
|
|
1763
|
-
return proto.Provider.deserializeBinaryFromReader(msg, reader);
|
|
1764
|
-
};
|
|
1765
|
-
proto.Provider.deserializeBinaryFromReader = function(msg, reader) {
|
|
1766
|
-
while (reader.nextField()) {
|
|
1767
|
-
if (reader.isEndGroup()) {
|
|
1768
|
-
break;
|
|
1769
|
-
}
|
|
1770
|
-
var field = reader.getFieldNumber();
|
|
1771
|
-
switch (field) {
|
|
1772
|
-
case 1:
|
|
1773
|
-
var value = (
|
|
1774
|
-
/** @type {string} */
|
|
1775
|
-
reader.readUint64String()
|
|
1776
|
-
);
|
|
1777
|
-
msg.setId(value);
|
|
1778
|
-
break;
|
|
1779
|
-
case 2:
|
|
1780
|
-
var value = (
|
|
1781
|
-
/** @type {string} */
|
|
1782
|
-
reader.readString()
|
|
1783
|
-
);
|
|
1784
|
-
msg.setName(value);
|
|
1785
|
-
break;
|
|
1786
|
-
case 3:
|
|
1787
|
-
var value = (
|
|
1788
|
-
/** @type {string} */
|
|
1789
|
-
reader.readString()
|
|
1790
|
-
);
|
|
1791
|
-
msg.setDescription(value);
|
|
1792
|
-
break;
|
|
1793
|
-
case 4:
|
|
1794
|
-
var value = (
|
|
1795
|
-
/** @type {string} */
|
|
1796
|
-
reader.readString()
|
|
1797
|
-
);
|
|
1798
|
-
msg.setHumanname(value);
|
|
1799
|
-
break;
|
|
1800
|
-
case 5:
|
|
1801
|
-
var value = (
|
|
1802
|
-
/** @type {string} */
|
|
1803
|
-
reader.readString()
|
|
1804
|
-
);
|
|
1805
|
-
msg.setImage(value);
|
|
1806
|
-
break;
|
|
1807
|
-
case 6:
|
|
1808
|
-
var value = (
|
|
1809
|
-
/** @type {string} */
|
|
1810
|
-
reader.readString()
|
|
1811
|
-
);
|
|
1812
|
-
msg.setWebsite(value);
|
|
1813
|
-
break;
|
|
1814
|
-
case 7:
|
|
1815
|
-
var value = (
|
|
1816
|
-
/** @type {string} */
|
|
1817
|
-
reader.readString()
|
|
1818
|
-
);
|
|
1819
|
-
msg.setStatus(value);
|
|
1820
|
-
break;
|
|
1821
|
-
case 9:
|
|
1822
|
-
var value = new proto.Variable();
|
|
1823
|
-
reader.readMessage(value, proto.Variable.deserializeBinaryFromReader);
|
|
1824
|
-
msg.addConnectconfiguration(value);
|
|
1825
|
-
break;
|
|
1826
|
-
default:
|
|
1827
|
-
reader.skipField();
|
|
1828
|
-
break;
|
|
1829
|
-
}
|
|
1830
|
-
}
|
|
1831
|
-
return msg;
|
|
1832
|
-
};
|
|
1833
|
-
proto.Provider.prototype.serializeBinary = function() {
|
|
1834
|
-
var writer = new jspb.BinaryWriter();
|
|
1835
|
-
proto.Provider.serializeBinaryToWriter(this, writer);
|
|
1836
|
-
return writer.getResultBuffer();
|
|
1837
|
-
};
|
|
1838
|
-
proto.Provider.serializeBinaryToWriter = function(message, writer) {
|
|
1839
|
-
var f = void 0;
|
|
1840
|
-
f = message.getId();
|
|
1841
|
-
if (parseInt(f, 10) !== 0) {
|
|
1842
|
-
writer.writeUint64String(
|
|
1843
|
-
1,
|
|
1844
|
-
f
|
|
1845
|
-
);
|
|
1846
|
-
}
|
|
1847
|
-
f = message.getName();
|
|
1848
|
-
if (f.length > 0) {
|
|
1849
|
-
writer.writeString(
|
|
1850
|
-
2,
|
|
1851
|
-
f
|
|
1852
|
-
);
|
|
1853
|
-
}
|
|
1854
|
-
f = message.getDescription();
|
|
1855
|
-
if (f.length > 0) {
|
|
1856
|
-
writer.writeString(
|
|
1857
|
-
3,
|
|
1858
|
-
f
|
|
1859
|
-
);
|
|
1860
|
-
}
|
|
1861
|
-
f = message.getHumanname();
|
|
1862
|
-
if (f.length > 0) {
|
|
1863
|
-
writer.writeString(
|
|
1864
|
-
4,
|
|
1865
|
-
f
|
|
1866
|
-
);
|
|
1867
|
-
}
|
|
1868
|
-
f = message.getImage();
|
|
1869
|
-
if (f.length > 0) {
|
|
1870
|
-
writer.writeString(
|
|
1871
|
-
5,
|
|
1872
|
-
f
|
|
1873
|
-
);
|
|
1874
|
-
}
|
|
1875
|
-
f = message.getWebsite();
|
|
1876
|
-
if (f.length > 0) {
|
|
1877
|
-
writer.writeString(
|
|
1878
|
-
6,
|
|
1879
|
-
f
|
|
1880
|
-
);
|
|
1881
|
-
}
|
|
1882
|
-
f = message.getStatus();
|
|
1883
|
-
if (f.length > 0) {
|
|
1884
|
-
writer.writeString(
|
|
1885
|
-
7,
|
|
1886
|
-
f
|
|
1887
|
-
);
|
|
1888
|
-
}
|
|
1889
|
-
f = message.getConnectconfigurationList();
|
|
1890
|
-
if (f.length > 0) {
|
|
1891
|
-
writer.writeRepeatedMessage(
|
|
1892
|
-
9,
|
|
1893
|
-
f,
|
|
1894
|
-
proto.Variable.serializeBinaryToWriter
|
|
1895
|
-
);
|
|
1896
|
-
}
|
|
1897
|
-
};
|
|
1898
|
-
proto.Provider.prototype.getId = function() {
|
|
1899
|
-
return (
|
|
1900
|
-
/** @type {string} */
|
|
1901
|
-
jspb.Message.getFieldWithDefault(this, 1, "0")
|
|
1902
|
-
);
|
|
1903
|
-
};
|
|
1904
|
-
proto.Provider.prototype.setId = function(value) {
|
|
1905
|
-
return jspb.Message.setProto3StringIntField(this, 1, value);
|
|
1906
|
-
};
|
|
1907
|
-
proto.Provider.prototype.getName = function() {
|
|
1908
|
-
return (
|
|
1909
|
-
/** @type {string} */
|
|
1910
|
-
jspb.Message.getFieldWithDefault(this, 2, "")
|
|
1911
|
-
);
|
|
1912
|
-
};
|
|
1913
|
-
proto.Provider.prototype.setName = function(value) {
|
|
1914
|
-
return jspb.Message.setProto3StringField(this, 2, value);
|
|
1915
|
-
};
|
|
1916
|
-
proto.Provider.prototype.getDescription = function() {
|
|
1917
|
-
return (
|
|
1918
|
-
/** @type {string} */
|
|
1919
|
-
jspb.Message.getFieldWithDefault(this, 3, "")
|
|
1920
|
-
);
|
|
1921
|
-
};
|
|
1922
|
-
proto.Provider.prototype.setDescription = function(value) {
|
|
1923
|
-
return jspb.Message.setProto3StringField(this, 3, value);
|
|
1924
|
-
};
|
|
1925
|
-
proto.Provider.prototype.getHumanname = function() {
|
|
1926
|
-
return (
|
|
1927
|
-
/** @type {string} */
|
|
1928
|
-
jspb.Message.getFieldWithDefault(this, 4, "")
|
|
1929
|
-
);
|
|
1930
|
-
};
|
|
1931
|
-
proto.Provider.prototype.setHumanname = function(value) {
|
|
1932
|
-
return jspb.Message.setProto3StringField(this, 4, value);
|
|
1933
|
-
};
|
|
1934
|
-
proto.Provider.prototype.getImage = function() {
|
|
1935
|
-
return (
|
|
1936
|
-
/** @type {string} */
|
|
1937
|
-
jspb.Message.getFieldWithDefault(this, 5, "")
|
|
1938
|
-
);
|
|
1939
|
-
};
|
|
1940
|
-
proto.Provider.prototype.setImage = function(value) {
|
|
1941
|
-
return jspb.Message.setProto3StringField(this, 5, value);
|
|
1942
|
-
};
|
|
1943
|
-
proto.Provider.prototype.getWebsite = function() {
|
|
1944
|
-
return (
|
|
1945
|
-
/** @type {string} */
|
|
1946
|
-
jspb.Message.getFieldWithDefault(this, 6, "")
|
|
1947
|
-
);
|
|
1948
|
-
};
|
|
1949
|
-
proto.Provider.prototype.setWebsite = function(value) {
|
|
1950
|
-
return jspb.Message.setProto3StringField(this, 6, value);
|
|
1951
|
-
};
|
|
1952
|
-
proto.Provider.prototype.getStatus = function() {
|
|
1953
|
-
return (
|
|
1954
|
-
/** @type {string} */
|
|
1955
|
-
jspb.Message.getFieldWithDefault(this, 7, "")
|
|
1956
|
-
);
|
|
1957
|
-
};
|
|
1958
|
-
proto.Provider.prototype.setStatus = function(value) {
|
|
1959
|
-
return jspb.Message.setProto3StringField(this, 7, value);
|
|
1960
|
-
};
|
|
1961
|
-
proto.Provider.prototype.getConnectconfigurationList = function() {
|
|
1962
|
-
return (
|
|
1963
|
-
/** @type{!Array<!proto.Variable>} */
|
|
1964
|
-
jspb.Message.getRepeatedWrapperField(this, proto.Variable, 9)
|
|
1965
|
-
);
|
|
1966
|
-
};
|
|
1967
|
-
proto.Provider.prototype.setConnectconfigurationList = function(value) {
|
|
1968
|
-
return jspb.Message.setRepeatedWrapperField(this, 9, value);
|
|
1969
|
-
};
|
|
1970
|
-
proto.Provider.prototype.addConnectconfiguration = function(opt_value, opt_index) {
|
|
1971
|
-
return jspb.Message.addToRepeatedWrapperField(this, 9, opt_value, proto.Variable, opt_index);
|
|
1972
|
-
};
|
|
1973
|
-
proto.Provider.prototype.clearConnectconfigurationList = function() {
|
|
1974
|
-
return this.setConnectconfigurationList([]);
|
|
1975
|
-
};
|
|
1976
1726
|
proto.Tag.repeatedFields_ = [2];
|
|
1977
1727
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1978
1728
|
proto.Tag.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -30192,4 +29942,4 @@ export {
|
|
|
30192
29942
|
useSelectInputDeviceAgent,
|
|
30193
29943
|
DeviceSelectorComponent
|
|
30194
29944
|
};
|
|
30195
|
-
//# sourceMappingURL=chunk-
|
|
29945
|
+
//# sourceMappingURL=chunk-TYICJNMK.mjs.map
|