@deepdesk/deepdesk-sdk 10.1.7 → 10.1.9
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/index.cjs.js +4 -4
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +4 -4
- package/dist/index.iife.js +11 -11
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1751,6 +1751,8 @@ type SDKHandler<K extends keyof SDKEventMap> = (eventPayload: SDKEventMap[K]) =>
|
|
|
1751
1751
|
interface MountOptions {
|
|
1752
1752
|
customStyles?: InputOverlayCustomStyles & {
|
|
1753
1753
|
rootNode?: string;
|
|
1754
|
+
suggestionsRootNode?: string;
|
|
1755
|
+
portalRootNode?: string;
|
|
1754
1756
|
};
|
|
1755
1757
|
closestScrollSelector?: string;
|
|
1756
1758
|
automaticHandlingTime?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -1751,6 +1751,8 @@ type SDKHandler<K extends keyof SDKEventMap> = (eventPayload: SDKEventMap[K]) =>
|
|
|
1751
1751
|
interface MountOptions {
|
|
1752
1752
|
customStyles?: InputOverlayCustomStyles & {
|
|
1753
1753
|
rootNode?: string;
|
|
1754
|
+
suggestionsRootNode?: string;
|
|
1755
|
+
portalRootNode?: string;
|
|
1754
1756
|
};
|
|
1755
1757
|
closestScrollSelector?: string;
|
|
1756
1758
|
automaticHandlingTime?: boolean;
|