@rapidaai/react 1.1.33 → 1.1.35
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-WVE26DLV.mjs → chunk-4BXVNAM6.mjs} +2 -1
- package/dist/{chunk-WVE26DLV.mjs.map → chunk-4BXVNAM6.mjs.map} +1 -1
- package/dist/components/device-selector.d.mts +1 -1
- package/dist/components/device-selector.d.ts +1 -1
- package/dist/components/device-selector.js +1 -0
- package/dist/components/device-selector.js.map +1 -1
- package/dist/components/device-selector.mjs +1 -1
- package/dist/{device-selector-Cp35JIzW.d.mts → device-selector-nRT7JeU2.d.mts} +54 -5
- package/dist/{device-selector-Cp35JIzW.d.ts → device-selector-nRT7JeU2.d.ts} +54 -5
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +44 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +44 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/readme.md +58 -90
|
@@ -26500,6 +26500,7 @@ var Agent = class extends EventEmitter {
|
|
|
26500
26500
|
}
|
|
26501
26501
|
this.connectionState = state;
|
|
26502
26502
|
this.emit("onConnectionStateEvent" /* ConnectionStateEvent */, this.connectionState);
|
|
26503
|
+
this._connectionConfig.onConnectionChange(state);
|
|
26503
26504
|
return true;
|
|
26504
26505
|
}
|
|
26505
26506
|
/**
|
|
@@ -27844,4 +27845,4 @@ export {
|
|
|
27844
27845
|
useSelectInputDeviceAgent,
|
|
27845
27846
|
DeviceSelectorComponent
|
|
27846
27847
|
};
|
|
27847
|
-
//# sourceMappingURL=chunk-
|
|
27848
|
+
//# sourceMappingURL=chunk-4BXVNAM6.mjs.map
|