@thoughtspot/visual-embed-sdk 1.46.5 → 1.47.1
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/cjs/package.json +1 -1
- package/cjs/src/embed/app.d.ts +9 -0
- package/cjs/src/embed/app.d.ts.map +1 -1
- package/cjs/src/embed/app.js +7 -2
- package/cjs/src/embed/app.js.map +1 -1
- package/cjs/src/embed/app.spec.js +22 -2
- package/cjs/src/embed/app.spec.js.map +1 -1
- package/cjs/src/embed/conversation.d.ts +10 -1
- package/cjs/src/embed/conversation.d.ts.map +1 -1
- package/cjs/src/embed/conversation.js +2 -1
- package/cjs/src/embed/conversation.js.map +1 -1
- package/cjs/src/embed/hostEventClient/utils.d.ts.map +1 -1
- package/cjs/src/embed/hostEventClient/utils.js +7 -1
- package/cjs/src/embed/hostEventClient/utils.js.map +1 -1
- package/cjs/src/embed/hostEventClient/utils.spec.js +80 -5
- package/cjs/src/embed/hostEventClient/utils.spec.js.map +1 -1
- package/cjs/src/embed/liveboard.d.ts +9 -0
- package/cjs/src/embed/liveboard.d.ts.map +1 -1
- package/cjs/src/embed/liveboard.js +4 -1
- package/cjs/src/embed/liveboard.js.map +1 -1
- package/cjs/src/embed/ts-embed.d.ts.map +1 -1
- package/cjs/src/embed/ts-embed.js +12 -4
- package/cjs/src/embed/ts-embed.js.map +1 -1
- package/cjs/src/embed/ts-embed.spec.d.ts.map +1 -1
- package/cjs/src/embed/ts-embed.spec.js +28 -67
- package/cjs/src/embed/ts-embed.spec.js.map +1 -1
- package/cjs/src/errors.d.ts +0 -1
- package/cjs/src/errors.d.ts.map +1 -1
- package/cjs/src/errors.js +0 -1
- package/cjs/src/errors.js.map +1 -1
- package/cjs/src/index.d.ts +1 -2
- package/cjs/src/index.d.ts.map +1 -1
- package/cjs/src/index.js +2 -4
- package/cjs/src/index.js.map +1 -1
- package/cjs/src/react/all-types-export.d.ts +2 -2
- package/cjs/src/react/all-types-export.d.ts.map +1 -1
- package/cjs/src/react/all-types-export.js +1 -3
- package/cjs/src/react/all-types-export.js.map +1 -1
- package/cjs/src/react/index.d.ts +1 -36
- package/cjs/src/react/index.d.ts.map +1 -1
- package/cjs/src/react/index.js +1 -34
- package/cjs/src/react/index.js.map +1 -1
- package/cjs/src/types.d.ts +42 -74
- package/cjs/src/types.d.ts.map +1 -1
- package/cjs/src/types.js +18 -46
- package/cjs/src/types.js.map +1 -1
- package/dist/{index-ChNydfIz.js → index-CUgxBnPm.js} +1 -1
- package/dist/src/embed/app.d.ts +9 -0
- package/dist/src/embed/app.d.ts.map +1 -1
- package/dist/src/embed/conversation.d.ts +10 -1
- package/dist/src/embed/conversation.d.ts.map +1 -1
- package/dist/src/embed/hostEventClient/utils.d.ts.map +1 -1
- package/dist/src/embed/liveboard.d.ts +9 -0
- package/dist/src/embed/liveboard.d.ts.map +1 -1
- package/dist/src/embed/ts-embed.d.ts.map +1 -1
- package/dist/src/embed/ts-embed.spec.d.ts.map +1 -1
- package/dist/src/errors.d.ts +0 -1
- package/dist/src/errors.d.ts.map +1 -1
- package/dist/src/index.d.ts +1 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/react/all-types-export.d.ts +2 -2
- package/dist/src/react/all-types-export.d.ts.map +1 -1
- package/dist/src/react/index.d.ts +1 -36
- package/dist/src/react/index.d.ts.map +1 -1
- package/dist/src/types.d.ts +42 -74
- package/dist/src/types.d.ts.map +1 -1
- package/dist/tsembed-react.es.js +72 -200
- package/dist/tsembed-react.js +60 -190
- package/dist/tsembed.es.js +87 -181
- package/dist/tsembed.js +30812 -30907
- package/dist/visual-embed-sdk-react-full.d.ts +71 -255
- package/dist/visual-embed-sdk-react.d.ts +71 -255
- package/dist/visual-embed-sdk.d.ts +69 -225
- package/lib/package.json +1 -1
- package/lib/src/embed/app.d.ts +9 -0
- package/lib/src/embed/app.d.ts.map +1 -1
- package/lib/src/embed/app.js +7 -2
- package/lib/src/embed/app.js.map +1 -1
- package/lib/src/embed/app.spec.js +22 -2
- package/lib/src/embed/app.spec.js.map +1 -1
- package/lib/src/embed/conversation.d.ts +10 -1
- package/lib/src/embed/conversation.d.ts.map +1 -1
- package/lib/src/embed/conversation.js +2 -1
- package/lib/src/embed/conversation.js.map +1 -1
- package/lib/src/embed/hostEventClient/utils.d.ts.map +1 -1
- package/lib/src/embed/hostEventClient/utils.js +7 -1
- package/lib/src/embed/hostEventClient/utils.js.map +1 -1
- package/lib/src/embed/hostEventClient/utils.spec.js +80 -5
- package/lib/src/embed/hostEventClient/utils.spec.js.map +1 -1
- package/lib/src/embed/liveboard.d.ts +9 -0
- package/lib/src/embed/liveboard.d.ts.map +1 -1
- package/lib/src/embed/liveboard.js +4 -1
- package/lib/src/embed/liveboard.js.map +1 -1
- package/lib/src/embed/ts-embed.d.ts.map +1 -1
- package/lib/src/embed/ts-embed.js +12 -4
- package/lib/src/embed/ts-embed.js.map +1 -1
- package/lib/src/embed/ts-embed.spec.d.ts.map +1 -1
- package/lib/src/embed/ts-embed.spec.js +30 -69
- package/lib/src/embed/ts-embed.spec.js.map +1 -1
- package/lib/src/errors.d.ts +0 -1
- package/lib/src/errors.d.ts.map +1 -1
- package/lib/src/errors.js +0 -1
- package/lib/src/errors.js.map +1 -1
- package/lib/src/index.d.ts +1 -2
- package/lib/src/index.d.ts.map +1 -1
- package/lib/src/index.js +1 -2
- package/lib/src/index.js.map +1 -1
- package/lib/src/react/all-types-export.d.ts +2 -2
- package/lib/src/react/all-types-export.d.ts.map +1 -1
- package/lib/src/react/all-types-export.js +1 -1
- package/lib/src/react/all-types-export.js.map +1 -1
- package/lib/src/react/index.d.ts +1 -36
- package/lib/src/react/index.d.ts.map +1 -1
- package/lib/src/react/index.js +0 -33
- package/lib/src/react/index.js.map +1 -1
- package/lib/src/types.d.ts +42 -74
- package/lib/src/types.d.ts.map +1 -1
- package/lib/src/types.js +18 -46
- package/lib/src/types.js.map +1 -1
- package/lib/src/visual-embed-sdk.d.ts +69 -225
- package/package.json +1 -1
- package/src/embed/app.spec.ts +33 -3
- package/src/embed/app.ts +18 -3
- package/src/embed/conversation.ts +15 -4
- package/src/embed/hostEventClient/utils.spec.ts +94 -6
- package/src/embed/hostEventClient/utils.ts +15 -2
- package/src/embed/liveboard.ts +13 -0
- package/src/embed/ts-embed.spec.ts +56 -108
- package/src/embed/ts-embed.ts +10 -3
- package/src/errors.ts +0 -1
- package/src/index.ts +2 -5
- package/src/react/all-types-export.ts +0 -3
- package/src/react/index.tsx +15 -59
- package/src/types.ts +103 -137
- package/cjs/src/embed/sage.d.ts +0 -164
- package/cjs/src/embed/sage.d.ts.map +0 -1
- package/cjs/src/embed/sage.js +0 -88
- package/cjs/src/embed/sage.js.map +0 -1
- package/cjs/src/embed/sage.spec.d.ts +0 -2
- package/cjs/src/embed/sage.spec.d.ts.map +0 -1
- package/cjs/src/embed/sage.spec.js +0 -151
- package/cjs/src/embed/sage.spec.js.map +0 -1
- package/dist/index-DGV_zh53.js +0 -7371
- package/dist/index-DW2wEHqy.js +0 -7371
- package/dist/src/embed/sage.d.ts +0 -164
- package/dist/src/embed/sage.d.ts.map +0 -1
- package/dist/src/embed/sage.spec.d.ts +0 -2
- package/dist/src/embed/sage.spec.d.ts.map +0 -1
- package/lib/src/embed/sage.d.ts +0 -164
- package/lib/src/embed/sage.d.ts.map +0 -1
- package/lib/src/embed/sage.js +0 -84
- package/lib/src/embed/sage.js.map +0 -1
- package/lib/src/embed/sage.spec.d.ts +0 -2
- package/lib/src/embed/sage.spec.d.ts.map +0 -1
- package/lib/src/embed/sage.spec.js +0 -148
- package/lib/src/embed/sage.spec.js.map +0 -1
- package/src/embed/sage.spec.ts +0 -206
- package/src/embed/sage.ts +0 -231
|
@@ -1438,11 +1438,6 @@ export interface EmbedConfig {
|
|
|
1438
1438
|
* @version SDK: 1.12.0 | ThoughtSpot: 8.4.0.cl, 8.4.1.sw
|
|
1439
1439
|
*/
|
|
1440
1440
|
suppressSearchEmbedBetaWarning?: boolean;
|
|
1441
|
-
/**
|
|
1442
|
-
* Hide `beta` alert warning message for SageEmbed.
|
|
1443
|
-
*
|
|
1444
|
-
*/
|
|
1445
|
-
suppressSageEmbedBetaWarning?: boolean;
|
|
1446
1441
|
/**
|
|
1447
1442
|
* Custom style params for embed Config.
|
|
1448
1443
|
* @version SDK: 1.17.0 | ThoughtSpot: 8.9.0.cl, 9.0.1.sw
|
|
@@ -1524,6 +1519,7 @@ export interface EmbedConfig {
|
|
|
1524
1519
|
/**
|
|
1525
1520
|
* Disables the Mixpanel tracking from the SDK.
|
|
1526
1521
|
* @version SDK: 1.27.9
|
|
1522
|
+
* @hidden
|
|
1527
1523
|
*/
|
|
1528
1524
|
disableSDKTracking?: boolean;
|
|
1529
1525
|
/**
|
|
@@ -1826,7 +1822,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
1826
1822
|
* The width and height dimensions to render an embedded
|
|
1827
1823
|
* object inside your app. Specify the values in pixels or percentage.
|
|
1828
1824
|
*
|
|
1829
|
-
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `
|
|
1825
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `SearchEmbed`, `SpotterAgentEmbed`, `SpotterEmbed`, `SearchBarEmbed`
|
|
1830
1826
|
* @version SDK: 1.1.0 | ThoughtSpot: ts7.may.cl, 7.2.1
|
|
1831
1827
|
* @example
|
|
1832
1828
|
* ```js
|
|
@@ -1855,7 +1851,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
1855
1851
|
* for the user.
|
|
1856
1852
|
* Use this to disable actions.
|
|
1857
1853
|
*
|
|
1858
|
-
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `
|
|
1854
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `SearchEmbed`, `SpotterAgentEmbed`, `SpotterEmbed`, `SearchBarEmbed`
|
|
1859
1855
|
* @version SDK: 1.6.0 | ThoughtSpot: ts8.nov.cl, 8.4.1.sw
|
|
1860
1856
|
* @example
|
|
1861
1857
|
* ```js
|
|
@@ -1870,7 +1866,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
1870
1866
|
/**
|
|
1871
1867
|
* The tooltip to display for disabled actions.
|
|
1872
1868
|
*
|
|
1873
|
-
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `
|
|
1869
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `SearchEmbed`, `SpotterAgentEmbed`, `SpotterEmbed`, `SearchBarEmbed`
|
|
1874
1870
|
* @version SDK: 1.6.0 | ThoughtSpot: ts8.nov.cl, 8.4.1.sw
|
|
1875
1871
|
* @example
|
|
1876
1872
|
* ```js
|
|
@@ -1888,7 +1884,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
1888
1884
|
* These actions will be hidden from the user.
|
|
1889
1885
|
* Use this to hide an action.
|
|
1890
1886
|
*
|
|
1891
|
-
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `
|
|
1887
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `SearchEmbed`, `SpotterAgentEmbed`, `SpotterEmbed`, `SearchBarEmbed`
|
|
1892
1888
|
* @version SDK: 1.6.0 | ThoughtSpot: ts8.nov.cl, 8.4.1.sw
|
|
1893
1889
|
* @example
|
|
1894
1890
|
* ```js
|
|
@@ -1909,7 +1905,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
1909
1905
|
*
|
|
1910
1906
|
* Use either this or hiddenActions.
|
|
1911
1907
|
*
|
|
1912
|
-
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `
|
|
1908
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `SearchEmbed`, `SpotterAgentEmbed`, `SpotterEmbed`, `SearchBarEmbed`
|
|
1913
1909
|
* @version SDK: 1.6.0 | ThoughtSpot: ts8.nov.cl, 8.4.1.sw
|
|
1914
1910
|
* @important
|
|
1915
1911
|
* @example
|
|
@@ -1925,7 +1921,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
1925
1921
|
/**
|
|
1926
1922
|
* The locale settings to apply to the embedded view.
|
|
1927
1923
|
*
|
|
1928
|
-
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `
|
|
1924
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `SearchEmbed`, `SpotterAgentEmbed`, `SpotterEmbed`, `SearchBarEmbed`
|
|
1929
1925
|
* @version SDK: 1.9.4 | ThoughtSpot: 8.1.0.cl, 8.4.1.sw
|
|
1930
1926
|
* @example
|
|
1931
1927
|
* ```js
|
|
@@ -1946,7 +1942,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
1946
1942
|
* to control embed behavior in non-regular ways. We do not publish the
|
|
1947
1943
|
* list of supported keys and values associated with each.
|
|
1948
1944
|
*
|
|
1949
|
-
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `
|
|
1945
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `SearchEmbed`, `SpotterAgentEmbed`, `SpotterEmbed`, `SearchBarEmbed`
|
|
1950
1946
|
* @version SDK: 1.9.0 | ThoughtSpot: 8.1.0.cl, 8.4.1.sw
|
|
1951
1947
|
* @example
|
|
1952
1948
|
* ```js
|
|
@@ -1974,7 +1970,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
1974
1970
|
* Insert as a sibling of the target container, instead of appending to a
|
|
1975
1971
|
* child inside it.
|
|
1976
1972
|
*
|
|
1977
|
-
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `
|
|
1973
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `SearchEmbed`, `SpotterAgentEmbed`, `SpotterEmbed`, `SearchBarEmbed`
|
|
1978
1974
|
* @version SDK: 1.2.0 | ThoughtSpot: 9.0.0.cl, 9.0.0.sw
|
|
1979
1975
|
* @example
|
|
1980
1976
|
* ```js
|
|
@@ -2000,7 +1996,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
2000
1996
|
* Use PreRender to render the embed in the background and then
|
|
2001
1997
|
* show or hide the rendered embed using showPreRender or hidePreRender respectively.
|
|
2002
1998
|
*
|
|
2003
|
-
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `
|
|
1999
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `SearchEmbed`, `SpotterAgentEmbed`, `SpotterEmbed`, `SearchBarEmbed`
|
|
2004
2000
|
* @version SDK: 1.25.0 | ThoughtSpot: 9.6.0.cl, 9.8.0.sw
|
|
2005
2001
|
* @example
|
|
2006
2002
|
* ```js
|
|
@@ -2037,7 +2033,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
2037
2033
|
* Enable the V2 shell. This can provide performance benefits
|
|
2038
2034
|
* due to a lighter-weight shell.
|
|
2039
2035
|
*
|
|
2040
|
-
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `
|
|
2036
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `SearchEmbed`, `SpotterAgentEmbed`, `SpotterEmbed`, `SearchBarEmbed`
|
|
2041
2037
|
* @version SDK: 1.31.2 | ThoughtSpot: 10.0.0.cl
|
|
2042
2038
|
* @example
|
|
2043
2039
|
* ```js
|
|
@@ -2064,7 +2060,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
2064
2060
|
* This flag can be used to disable links inside the embedded app,
|
|
2065
2061
|
* and disable redirection of links in a new tab.
|
|
2066
2062
|
*
|
|
2067
|
-
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `
|
|
2063
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `SearchEmbed`, `SpotterAgentEmbed`, `SpotterEmbed`, `SearchBarEmbed`
|
|
2068
2064
|
* @version SDK: 1.32.1 | ThoughtSpot: 10.3.0.cl
|
|
2069
2065
|
* @example
|
|
2070
2066
|
* ```js
|
|
@@ -2083,7 +2079,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
2083
2079
|
* The `overrideOrgId` setting is honoured only if the
|
|
2084
2080
|
* Per Org URL feature is enabled on your ThoughtSpot instance.
|
|
2085
2081
|
*
|
|
2086
|
-
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `
|
|
2082
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `SearchEmbed`, `SpotterAgentEmbed`, `SpotterEmbed`, `SearchBarEmbed`
|
|
2087
2083
|
* @version SDK: 1.35.0 | ThoughtSpot: 10.5.0.cl
|
|
2088
2084
|
* @example
|
|
2089
2085
|
* ```js
|
|
@@ -2103,7 +2099,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
2103
2099
|
* {@link enableLinkOverridesV2} instead.
|
|
2104
2100
|
*
|
|
2105
2101
|
* Supported embed types: `AppEmbed`, `LiveboardEmbed`,
|
|
2106
|
-
* `
|
|
2102
|
+
* `SearchEmbed`, `SpotterAgentEmbed`,
|
|
2107
2103
|
* `SpotterEmbed`, `SearchBarEmbed`
|
|
2108
2104
|
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
2109
2105
|
* @example
|
|
@@ -2127,7 +2123,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
2127
2123
|
* older ThoughtSpot versions.
|
|
2128
2124
|
*
|
|
2129
2125
|
* Supported embed types: `AppEmbed`, `LiveboardEmbed`,
|
|
2130
|
-
* `
|
|
2126
|
+
* `SearchEmbed`, `SpotterAgentEmbed`,
|
|
2131
2127
|
* `SpotterEmbed`, `SearchBarEmbed`
|
|
2132
2128
|
* @version SDK: 1.46.0 | ThoughtSpot: 26.2.0.cl
|
|
2133
2129
|
* @example
|
|
@@ -2186,7 +2182,7 @@ export interface BaseViewConfig extends ApiInterceptFlags {
|
|
|
2186
2182
|
* external app, calling an API, or opening a modal — based on the data context of
|
|
2187
2183
|
* what they clicked can be used to trigger custom logic when the action is clicked.
|
|
2188
2184
|
*
|
|
2189
|
-
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `
|
|
2185
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`, `SearchEmbed`, `SpotterEmbed`
|
|
2190
2186
|
* @version SDK: 1.43.0 | ThoughtSpot: 10.14.0.cl
|
|
2191
2187
|
* @example
|
|
2192
2188
|
* ```ts
|
|
@@ -2538,11 +2534,11 @@ export interface SearchLiveboardCommonViewConfig {
|
|
|
2538
2534
|
/**
|
|
2539
2535
|
* flag to set ContextMenu Trigger to either left or right click.
|
|
2540
2536
|
*
|
|
2541
|
-
* Supported embed types: `AppEmbed`, `
|
|
2537
|
+
* Supported embed types: `AppEmbed`, `SearchEmbed`
|
|
2542
2538
|
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl
|
|
2543
2539
|
* @example
|
|
2544
2540
|
* ```js
|
|
2545
|
-
* // Replace <EmbedComponent> with embed component name. For example, AppEmbed,
|
|
2541
|
+
* // Replace <EmbedComponent> with embed component name. For example, AppEmbed, or SearchEmbed
|
|
2546
2542
|
* const embed = new <EmbedComponent>('#tsEmbed', {
|
|
2547
2543
|
* ... // other embed view config
|
|
2548
2544
|
* contextMenuTrigger:ContextMenuTriggerOptions.LEFT_CLICK || RIGHT_CLICK,
|
|
@@ -2579,12 +2575,12 @@ export interface SearchLiveboardCommonViewConfig {
|
|
|
2579
2575
|
/**
|
|
2580
2576
|
* To set the initial state of the search bar in case of saved Answers.
|
|
2581
2577
|
*
|
|
2582
|
-
* Supported embed types: `
|
|
2578
|
+
* Supported embed types: `AppEmbed`, `SearchBarEmbed`
|
|
2583
2579
|
* @default true
|
|
2584
2580
|
* @version SDK: 1.34.0 | ThoughtSpot: 10.3.0.cl
|
|
2585
2581
|
* @example
|
|
2586
2582
|
* ```js
|
|
2587
|
-
* // Replace <EmbedComponent> with embed component name. For example,
|
|
2583
|
+
* // Replace <EmbedComponent> with embed component name. For example, AppEmbed, or SearchBarEmbed
|
|
2588
2584
|
* const embed = new <EmbedComponent>('#tsEmbed', {
|
|
2589
2585
|
* ... // other embed view config
|
|
2590
2586
|
* collapseSearchBar: true,
|
|
@@ -2595,12 +2591,12 @@ export interface SearchLiveboardCommonViewConfig {
|
|
|
2595
2591
|
/**
|
|
2596
2592
|
* Flag to control Data panel experience
|
|
2597
2593
|
*
|
|
2598
|
-
* Supported embed types: `
|
|
2594
|
+
* Supported embed types: `AppEmbed`, `SearchBarEmbed`, `LiveboardEmbed`, `SearchEmbed`
|
|
2599
2595
|
* @deprecated from SDK: 1.46.0 | ThoughtSpot Cloud: 26.3.0.cl
|
|
2600
2596
|
* @default true
|
|
2601
2597
|
* @example
|
|
2602
2598
|
* ```js
|
|
2603
|
-
* // Replace <EmbedComponent> with embed component name. For example,
|
|
2599
|
+
* // Replace <EmbedComponent> with embed component name. For example, AppEmbed, or SearchBarEmbed
|
|
2604
2600
|
* const embed = new <EmbedComponent>('#tsEmbed', {
|
|
2605
2601
|
* ... // other embed view config
|
|
2606
2602
|
* dataPanelV2: true,
|
|
@@ -2611,12 +2607,12 @@ export interface SearchLiveboardCommonViewConfig {
|
|
|
2611
2607
|
/**
|
|
2612
2608
|
* To enable custom column groups in data panel v2
|
|
2613
2609
|
*
|
|
2614
|
-
* Supported embed types: `
|
|
2610
|
+
* Supported embed types: `SearchBarEmbed`, `LiveboardEmbed`, `SearchEmbed`
|
|
2615
2611
|
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl, 10.1.0.sw
|
|
2616
2612
|
* @default false
|
|
2617
2613
|
* @example
|
|
2618
2614
|
* ```js
|
|
2619
|
-
* // Replace <EmbedComponent> with embed component name. For example,
|
|
2615
|
+
* // Replace <EmbedComponent> with embed component name. For example, SearchBarEmbed, or LiveboardEmbed
|
|
2620
2616
|
* const embed = new <EmbedComponent>('#tsEmbed', {
|
|
2621
2617
|
* ... // other embed view config
|
|
2622
2618
|
* enableCustomColumnGroups: true,
|
|
@@ -3997,19 +3993,6 @@ export declare enum EmbedEvent {
|
|
|
3997
3993
|
* @version SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl, 9.5.0.sw
|
|
3998
3994
|
*/
|
|
3999
3995
|
FilterChanged = "filterChanged",
|
|
4000
|
-
/**
|
|
4001
|
-
* Emitted when a user clicks the **Go** button to initiate
|
|
4002
|
-
* a Natural Language Search query
|
|
4003
|
-
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
4004
|
-
*/
|
|
4005
|
-
SageEmbedQuery = "sageEmbedQuery",
|
|
4006
|
-
/**
|
|
4007
|
-
* Emitted when a user selects a data source on the embedded
|
|
4008
|
-
* Natural Language Search interface.
|
|
4009
|
-
*
|
|
4010
|
-
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
4011
|
-
*/
|
|
4012
|
-
SageWorksheetUpdated = "sageWorksheetUpdated",
|
|
4013
3996
|
/**
|
|
4014
3997
|
* Emitted when a user updates a connection on the **Data** page
|
|
4015
3998
|
* @version SDK: 1.27.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
@@ -5472,7 +5455,7 @@ export declare enum HostEvent {
|
|
|
5472
5455
|
* tml.answer.search_query // TML representation of the search query
|
|
5473
5456
|
* );
|
|
5474
5457
|
* })
|
|
5475
|
-
|
|
5458
|
+
* ```
|
|
5476
5459
|
* @example
|
|
5477
5460
|
* ```js
|
|
5478
5461
|
* // Get TML from search context
|
|
@@ -6095,21 +6078,6 @@ export declare enum HostEvent {
|
|
|
6095
6078
|
* @version SDK: 1.26.0 | ThoughtSpot: 9.7.0.cl, 9.8.0.sw
|
|
6096
6079
|
*/
|
|
6097
6080
|
SetHiddenTabs = "SetPinboardHiddenTabs",
|
|
6098
|
-
/**
|
|
6099
|
-
* Updates the search query string for Natural Language Search operations.
|
|
6100
|
-
* @param - Includes the following keys:
|
|
6101
|
-
* - `queryString`: Text string in Natural Language format.
|
|
6102
|
-
* - `executeSearch`: Boolean to execute search and update search query.
|
|
6103
|
-
* @example
|
|
6104
|
-
* ```js
|
|
6105
|
-
* sageEmbed.trigger(HostEvent.UpdateSageQuery, {
|
|
6106
|
-
* queryString: 'revenue per year',
|
|
6107
|
-
* executeSearch: true,
|
|
6108
|
-
* })
|
|
6109
|
-
* ```
|
|
6110
|
-
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
6111
|
-
*/
|
|
6112
|
-
UpdateSageQuery = "updateSageQuery",
|
|
6113
6081
|
/**
|
|
6114
6082
|
* Get the Answer session for a Search or
|
|
6115
6083
|
* Liveboard visualization.
|
|
@@ -7877,11 +7845,11 @@ export declare enum Action {
|
|
|
7877
7845
|
*/
|
|
7878
7846
|
CoverAndFilterOptionInPDF = "coverAndFilterOptionInPDF",
|
|
7879
7847
|
/**
|
|
7880
|
-
|
|
7881
|
-
|
|
7882
|
-
|
|
7883
|
-
|
|
7884
|
-
|
|
7848
|
+
* Action ID to hide or disable the Coaching workflow in Spotter conversations.
|
|
7849
|
+
* When disabled, users cannot access **Add to Coaching** workflow in conversation.
|
|
7850
|
+
* The **Add to Coaching** feature allows adding reference questions and
|
|
7851
|
+
* business terms to improve Spotter’s responses. This feature is generally available
|
|
7852
|
+
* (GA) from version 26.2.0.cl and enabled by default on embed deployments.
|
|
7885
7853
|
* @example
|
|
7886
7854
|
* ```js
|
|
7887
7855
|
* hiddenAction: [Action.InConversationTraining]
|
|
@@ -7958,17 +7926,17 @@ export declare enum Action {
|
|
|
7958
7926
|
*/
|
|
7959
7927
|
LiveboardStylePanel = "liveboardStylePanel",
|
|
7960
7928
|
/**
|
|
7961
|
-
|
|
7962
|
-
|
|
7963
|
-
|
|
7964
|
-
|
|
7965
|
-
|
|
7966
|
-
|
|
7967
|
-
|
|
7968
|
-
|
|
7969
|
-
|
|
7970
|
-
|
|
7971
|
-
|
|
7929
|
+
* The **Publish** action for Liveboards, Answers and Models.
|
|
7930
|
+
* Opens the publishing modal. It's a parent action for the
|
|
7931
|
+
* **Manage Publishing** and **Unpublish** actions if the object
|
|
7932
|
+
* is already published, otherwise appears standalone.
|
|
7933
|
+
* @example
|
|
7934
|
+
* ```js
|
|
7935
|
+
* hiddenActions: [Action.Publish]
|
|
7936
|
+
* disabledActions: [Action.Publish]
|
|
7937
|
+
* ```
|
|
7938
|
+
* @version SDK: 1.45.0 | ThoughtSpot Cloud: 26.2.0.cl
|
|
7939
|
+
*/
|
|
7972
7940
|
Publish = "publish",
|
|
7973
7941
|
/**
|
|
7974
7942
|
* The **Manage Publishing** action for Liveboards, Answers and Models.
|
|
@@ -9962,150 +9930,6 @@ declare class SearchBarEmbed extends TsEmbed {
|
|
|
9962
9930
|
protected getAppInitData(): Promise<SearchAppInitData$1>;
|
|
9963
9931
|
}
|
|
9964
9932
|
interface SearchOptions$1 {
|
|
9965
|
-
/**
|
|
9966
|
-
* The query string to pass for Natural Language Search.
|
|
9967
|
-
*/
|
|
9968
|
-
searchQuery: string;
|
|
9969
|
-
/**
|
|
9970
|
-
* Boolean to define if the search should be executed or not.
|
|
9971
|
-
* If it is executed, the focus is placed on the results.
|
|
9972
|
-
* If it’s not executed, the focus is placed at the end of
|
|
9973
|
-
* the token string in the search bar.
|
|
9974
|
-
*/
|
|
9975
|
-
executeSearch?: boolean;
|
|
9976
|
-
}
|
|
9977
|
-
/**
|
|
9978
|
-
* The configuration attributes for the embedded Natural language search view. Based on
|
|
9979
|
-
* GPT and LLM.
|
|
9980
|
-
* @version SDK: 1.23.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
9981
|
-
*
|
|
9982
|
-
* Note: This embed will be deprecated from SDK: 1.40.0 | ThoughtSpot: 10.13.0.cl
|
|
9983
|
-
* @group Embed components
|
|
9984
|
-
*/
|
|
9985
|
-
export interface SageViewConfig extends SearchLiveboardCommonViewConfig, Omit<BaseViewConfig, "primaryAction" | "runtimeFilters" | "runtimeParameters" | "excludeRuntimeFiltersfromURL" | "excludeRuntimeParametersfromURL"> {
|
|
9986
|
-
/**
|
|
9987
|
-
* If set to true, a list of Liveboard and Answers related
|
|
9988
|
-
* to the natural language search will be shown below the
|
|
9989
|
-
* AI generated answer.
|
|
9990
|
-
* @deprecated Currently Liveboard and Answers related
|
|
9991
|
-
* to the natural language search will not be shown for sage
|
|
9992
|
-
* embed
|
|
9993
|
-
*/
|
|
9994
|
-
showObjectResults?: boolean;
|
|
9995
|
-
/**
|
|
9996
|
-
* flag used by the TS product tour page to show the blue search bar
|
|
9997
|
-
* even after the search is completed. This is different from ThoughtSpot Embedded
|
|
9998
|
-
* Sage Embed experience where it mimics closer to the non-embed case.
|
|
9999
|
-
* The Sample questions container is collapsed when this value is set after
|
|
10000
|
-
* does a search.
|
|
10001
|
-
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl
|
|
10002
|
-
* @hidden
|
|
10003
|
-
*/
|
|
10004
|
-
isProductTour?: boolean;
|
|
10005
|
-
/**
|
|
10006
|
-
* Show or hide the search bar title.
|
|
10007
|
-
* @version SDK: 1.29.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
10008
|
-
* @deprecated ThoughtSpot: 9.10.0.cl | search bar doesn't have the title from 9.10.0.cl
|
|
10009
|
-
*/
|
|
10010
|
-
hideSearchBarTitle?: boolean;
|
|
10011
|
-
/**
|
|
10012
|
-
* Show or hide the Answer header, that is, the `AI Answer` title
|
|
10013
|
-
* at the top of the Answer page.
|
|
10014
|
-
* @version SDK: 1.26.0 | ThoughtSpot: 9.10.0.cl
|
|
10015
|
-
*/
|
|
10016
|
-
hideSageAnswerHeader?: boolean;
|
|
10017
|
-
/**
|
|
10018
|
-
* Disable the data source selection option.
|
|
10019
|
-
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
10020
|
-
*/
|
|
10021
|
-
disableWorksheetChange?: boolean;
|
|
10022
|
-
/**
|
|
10023
|
-
* Hide the data source selection panel.
|
|
10024
|
-
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
10025
|
-
*/
|
|
10026
|
-
hideWorksheetSelector?: boolean;
|
|
10027
|
-
/**
|
|
10028
|
-
* Show or hide autocomplete suggestions for the search query string.
|
|
10029
|
-
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
10030
|
-
*/
|
|
10031
|
-
hideAutocompleteSuggestions?: boolean;
|
|
10032
|
-
/**
|
|
10033
|
-
* Show or hide autocomplete suggestions for the search query string.
|
|
10034
|
-
* You can use {@link hideAutocompleteSuggestions} instead.
|
|
10035
|
-
* @deprecated
|
|
10036
|
-
* Currently, the object suggestions will not be shown for Natural Language Search.
|
|
10037
|
-
*/
|
|
10038
|
-
showObjectSuggestions?: boolean;
|
|
10039
|
-
/**
|
|
10040
|
-
* Show or hide sample questions.
|
|
10041
|
-
* The sample questions are autogenerated based on the data model
|
|
10042
|
-
* selected for the search operation.
|
|
10043
|
-
*
|
|
10044
|
-
* Supported embed types: `SageEmbed`
|
|
10045
|
-
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
10046
|
-
* @example
|
|
10047
|
-
* ```js
|
|
10048
|
-
* const embed = new SageEmbed('#tsEmbed', {
|
|
10049
|
-
* ... //other embed view config
|
|
10050
|
-
* hideSampleQuestions : true,
|
|
10051
|
-
* })
|
|
10052
|
-
* ```
|
|
10053
|
-
*/
|
|
10054
|
-
hideSampleQuestions?: boolean;
|
|
10055
|
-
/**
|
|
10056
|
-
* The data source GUID (Model GUID) to set on load.
|
|
10057
|
-
*/
|
|
10058
|
-
dataSource?: string;
|
|
10059
|
-
/**
|
|
10060
|
-
* Includes the following properties:
|
|
10061
|
-
*
|
|
10062
|
-
* `searchQuery`: The search query string to pass in the search bar.
|
|
10063
|
-
* Supports Natural Language Search queries.
|
|
10064
|
-
*
|
|
10065
|
-
* `executeSearch`: Boolean to define if the search should be executed or not.
|
|
10066
|
-
* If it is executed, the focus is placed on the results.
|
|
10067
|
-
* If it’s not executed, the focus is placed at the end of
|
|
10068
|
-
* the token string in the search bar.
|
|
10069
|
-
*
|
|
10070
|
-
* Supported embed types: `SageEmbed`
|
|
10071
|
-
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
10072
|
-
* @example
|
|
10073
|
-
* ```js
|
|
10074
|
-
* searchOptions: {
|
|
10075
|
-
* searchQuery: 'average sales by country and product type',
|
|
10076
|
-
* executeSearch: true,
|
|
10077
|
-
* }
|
|
10078
|
-
* ```
|
|
10079
|
-
*/
|
|
10080
|
-
searchOptions?: SearchOptions$1;
|
|
10081
|
-
}
|
|
10082
|
-
declare class SageEmbed extends V1Embed {
|
|
10083
|
-
/**
|
|
10084
|
-
* The view configuration for the embedded ThoughtSpot sage.
|
|
10085
|
-
*
|
|
10086
|
-
*/
|
|
10087
|
-
protected viewConfig: SageViewConfig;
|
|
10088
|
-
constructor(domSelector: DOMSelector, viewConfig: SageViewConfig);
|
|
10089
|
-
protected getEmbedParamsObject(): Record<any, any>;
|
|
10090
|
-
/**
|
|
10091
|
-
* Constructs a map of parameters to be passed on to the
|
|
10092
|
-
* embedded Eureka or Sage search page.
|
|
10093
|
-
* @returns {string} query string
|
|
10094
|
-
*/
|
|
10095
|
-
protected getEmbedParams(): string;
|
|
10096
|
-
/**
|
|
10097
|
-
* Construct the URL of the embedded ThoughtSpot sage to be
|
|
10098
|
-
* loaded in the iframe
|
|
10099
|
-
* @returns {string} iframe url
|
|
10100
|
-
*/
|
|
10101
|
-
getIFrameSrc(): string;
|
|
10102
|
-
/**
|
|
10103
|
-
* Render the embedded ThoughtSpot Sage
|
|
10104
|
-
* @returns {SageEmbed} Eureka/Sage embed
|
|
10105
|
-
*/
|
|
10106
|
-
render(): Promise<SageEmbed>;
|
|
10107
|
-
}
|
|
10108
|
-
interface SearchOptions$2 {
|
|
10109
9933
|
/**
|
|
10110
9934
|
* The query string to pass to start the Conversation.
|
|
10111
9935
|
*/
|
|
@@ -10222,7 +10046,7 @@ export interface SpotterEmbedViewConfig extends Omit<BaseViewConfig, "primaryAct
|
|
|
10222
10046
|
/**
|
|
10223
10047
|
* Ability to pass a starting search query to the conversation.
|
|
10224
10048
|
*/
|
|
10225
|
-
searchOptions?: SearchOptions$
|
|
10049
|
+
searchOptions?: SearchOptions$1;
|
|
10226
10050
|
/**
|
|
10227
10051
|
* disableSourceSelection : Disables data source selection
|
|
10228
10052
|
* but still display the selected data source.
|
|
@@ -10260,7 +10084,7 @@ export interface SpotterEmbedViewConfig extends Omit<BaseViewConfig, "primaryAct
|
|
|
10260
10084
|
* @default true
|
|
10261
10085
|
* @example
|
|
10262
10086
|
* ```js
|
|
10263
|
-
* // Replace <EmbedComponent> with embed component name. For example,
|
|
10087
|
+
* // Replace <EmbedComponent> with embed component name. For example, AppEmbed, or SearchBarEmbed
|
|
10264
10088
|
* const embed = new <EmbedComponent>('#tsEmbed', {
|
|
10265
10089
|
* ... // other embed view config
|
|
10266
10090
|
* dataPanelV2: true,
|
|
@@ -10378,6 +10202,15 @@ export interface SpotterEmbedViewConfig extends Omit<BaseViewConfig, "primaryAct
|
|
|
10378
10202
|
* ```
|
|
10379
10203
|
*/
|
|
10380
10204
|
updatedSpotterChatPrompt?: boolean;
|
|
10205
|
+
/**
|
|
10206
|
+
* Enables the stop answer generation button in the Spotter embed UI,
|
|
10207
|
+
* allowing users to interrupt an ongoing answer generation.
|
|
10208
|
+
*
|
|
10209
|
+
* Supported embed types: `SpotterEmbed`
|
|
10210
|
+
* @version SDK: 1.48.0 | ThoughtSpot: 26.5.0.cl
|
|
10211
|
+
* @default false
|
|
10212
|
+
*/
|
|
10213
|
+
enableStopAnswerGenerationEmbed?: boolean;
|
|
10381
10214
|
/**
|
|
10382
10215
|
* Controls the visibility of the past conversations sidebar.
|
|
10383
10216
|
*
|
|
@@ -11157,6 +10990,15 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
11157
10990
|
* ```
|
|
11158
10991
|
*/
|
|
11159
10992
|
spotterChatConfig?: SpotterChatViewConfig;
|
|
10993
|
+
/**
|
|
10994
|
+
* Enables the stop answer generation button in the Spotter embed UI,
|
|
10995
|
+
* allowing users to interrupt an ongoing answer generation.
|
|
10996
|
+
*
|
|
10997
|
+
* Supported embed types: `AppEmbed`
|
|
10998
|
+
* @version SDK: 1.48.0 | ThoughtSpot: 26.5.0.cl
|
|
10999
|
+
* @default false
|
|
11000
|
+
*/
|
|
11001
|
+
enableStopAnswerGenerationEmbed?: boolean;
|
|
11160
11002
|
/**
|
|
11161
11003
|
* This is the minimum height (in pixels) for a full-height App.
|
|
11162
11004
|
* Setting this height helps resolve issues with empty Apps and
|
|
@@ -11754,6 +11596,15 @@ export interface LiveboardViewConfig extends BaseViewConfig, SearchLiveboardComm
|
|
|
11754
11596
|
* ```
|
|
11755
11597
|
*/
|
|
11756
11598
|
updatedSpotterChatPrompt?: boolean;
|
|
11599
|
+
/**
|
|
11600
|
+
* Enables the stop answer generation button in the Spotter embed UI,
|
|
11601
|
+
* allowing users to interrupt an ongoing answer generation.
|
|
11602
|
+
*
|
|
11603
|
+
* Supported embed types: `LiveboardEmbed`
|
|
11604
|
+
* @version SDK: 1.48.0 | ThoughtSpot: 26.5.0.cl
|
|
11605
|
+
* @default false
|
|
11606
|
+
*/
|
|
11607
|
+
enableStopAnswerGenerationEmbed?: boolean;
|
|
11757
11608
|
/**
|
|
11758
11609
|
* Configuration for customizing Spotter chat UI
|
|
11759
11610
|
* branding in tool response cards.
|
|
@@ -12062,40 +11913,6 @@ declare const SearchBarEmbed$1: React$1.ForwardRefExoticComponent<SearchBarEmbed
|
|
|
12062
11913
|
* ```
|
|
12063
11914
|
*/
|
|
12064
11915
|
export declare const PreRenderedSearchBarEmbed: React$1.ForwardRefExoticComponent<SearchBarEmbedProps & PreRenderProps & React$1.RefAttributes<SearchBarEmbed>>;
|
|
12065
|
-
export interface SageEmbedProps extends EmbedProps, SageViewConfig {
|
|
12066
|
-
}
|
|
12067
|
-
/**
|
|
12068
|
-
* React component for LLM based search Sage embed.
|
|
12069
|
-
* @example
|
|
12070
|
-
* ```tsx
|
|
12071
|
-
* function Sage() {
|
|
12072
|
-
* return <SageEmbed
|
|
12073
|
-
* showObjectResults={true}
|
|
12074
|
-
* ... other view config props or event listeners.
|
|
12075
|
-
* />
|
|
12076
|
-
* }
|
|
12077
|
-
* ```
|
|
12078
|
-
*/
|
|
12079
|
-
declare const SageEmbed$1: React$1.ForwardRefExoticComponent<SageEmbedProps & React$1.RefAttributes<SageEmbed>>;
|
|
12080
|
-
/**
|
|
12081
|
-
* React component for PreRendered Sage embed.
|
|
12082
|
-
*
|
|
12083
|
-
* PreRenderedSageEmbed will preRender the SageEmbed and will be hidden by
|
|
12084
|
-
* default.
|
|
12085
|
-
*
|
|
12086
|
-
* SageEmbed with preRenderId passed will call showPreRender on the embed.
|
|
12087
|
-
* @example
|
|
12088
|
-
* ```tsx
|
|
12089
|
-
* function LandingPageComponent() {
|
|
12090
|
-
* return <PreRenderedSageEmbed preRenderId="someId" showObjectResults={true} />
|
|
12091
|
-
* }
|
|
12092
|
-
* ```
|
|
12093
|
-
* function MyComponent() {
|
|
12094
|
-
* return <SageEmbed preRenderId="someId" showObjectResults={true} />
|
|
12095
|
-
* }
|
|
12096
|
-
* ```
|
|
12097
|
-
*/
|
|
12098
|
-
export declare const PreRenderedSageEmbed: React$1.ForwardRefExoticComponent<SageEmbedProps & PreRenderProps & React$1.RefAttributes<SageEmbed>>;
|
|
12099
11916
|
export interface SpotterEmbedProps extends EmbedProps, SpotterEmbedViewConfig {
|
|
12100
11917
|
}
|
|
12101
11918
|
export interface ConversationEmbedProps extends EmbedProps, ConversationViewConfig {
|
|
@@ -12189,7 +12006,7 @@ export declare const SpotterMessage: React$1.ForwardRefExoticComponent<{
|
|
|
12189
12006
|
* ```
|
|
12190
12007
|
*/
|
|
12191
12008
|
export declare const PreRenderedConversationEmbed: React$1.ForwardRefExoticComponent<SpotterEmbedProps & PreRenderProps & React$1.RefAttributes<SpotterEmbed>>;
|
|
12192
|
-
export type EmbedComponent = typeof SearchEmbed$1 | typeof AppEmbed$1 | typeof LiveboardEmbed$1 | typeof SearchBarEmbed$1 | typeof
|
|
12009
|
+
export type EmbedComponent = typeof SearchEmbed$1 | typeof AppEmbed$1 | typeof LiveboardEmbed$1 | typeof SearchBarEmbed$1 | typeof ConversationMessage$1 | typeof SpotterMessage | typeof SpotterEmbed$1 | typeof ConversationEmbed$1;
|
|
12193
12010
|
/**
|
|
12194
12011
|
* Get a reference to the embed component to trigger events on the component.
|
|
12195
12012
|
* @example
|
|
@@ -12271,7 +12088,6 @@ export {
|
|
|
12271
12088
|
ConversationEmbed$1 as ConversationEmbed,
|
|
12272
12089
|
ConversationMessage$1 as ConversationMessage,
|
|
12273
12090
|
LiveboardEmbed$1 as LiveboardEmbed,
|
|
12274
|
-
SageEmbed$1 as SageEmbed,
|
|
12275
12091
|
SearchBarEmbed$1 as SearchBarEmbed,
|
|
12276
12092
|
SearchEmbed$1 as SearchEmbed,
|
|
12277
12093
|
SpotterEmbed$1 as SpotterEmbed,
|