@thoughtspot/visual-embed-sdk 1.39.0 → 1.39.2-alpha.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 +13 -13
- package/cjs/src/embed/app.d.ts.map +1 -1
- package/cjs/src/embed/app.js +2 -1
- package/cjs/src/embed/app.js.map +1 -1
- package/cjs/src/embed/app.spec.js +18 -8
- package/cjs/src/embed/app.spec.js.map +1 -1
- package/cjs/src/embed/conversation.d.ts +64 -6
- package/cjs/src/embed/conversation.d.ts.map +1 -1
- package/cjs/src/embed/conversation.js +9 -1
- package/cjs/src/embed/conversation.js.map +1 -1
- package/cjs/src/embed/conversation.spec.js +130 -0
- package/cjs/src/embed/conversation.spec.js.map +1 -1
- package/cjs/src/embed/embedConfig.d.ts +49 -4
- package/cjs/src/embed/embedConfig.d.ts.map +1 -1
- package/cjs/src/embed/embedConfig.js +49 -4
- package/cjs/src/embed/embedConfig.js.map +1 -1
- package/cjs/src/embed/liveboard.d.ts +2 -19
- package/cjs/src/embed/liveboard.d.ts.map +1 -1
- package/cjs/src/embed/liveboard.js +3 -5
- package/cjs/src/embed/liveboard.js.map +1 -1
- package/cjs/src/embed/liveboard.spec.js +12 -11
- package/cjs/src/embed/liveboard.spec.js.map +1 -1
- package/cjs/src/embed/sage.d.ts +10 -10
- package/cjs/src/embed/search.d.ts +4 -4
- package/cjs/src/embed/ts-embed.d.ts +5 -0
- package/cjs/src/embed/ts-embed.d.ts.map +1 -1
- package/cjs/src/embed/ts-embed.js +16 -1
- package/cjs/src/embed/ts-embed.js.map +1 -1
- package/cjs/src/embed/ts-embed.spec.js +164 -0
- package/cjs/src/embed/ts-embed.spec.js.map +1 -1
- package/cjs/src/types.d.ts +41 -8
- package/cjs/src/types.d.ts.map +1 -1
- package/cjs/src/types.js +23 -6
- package/cjs/src/types.js.map +1 -1
- package/dist/{index-sSREbWM-.js → index-CmEQfuE3.js} +1 -1
- package/dist/index-DeFzsyFF.js +7371 -0
- package/dist/index-Dpf0rd6w.js +7371 -0
- package/dist/index-UuEbsISo.js +7447 -0
- package/dist/src/embed/app.d.ts +13 -13
- package/dist/src/embed/app.d.ts.map +1 -1
- package/dist/src/embed/conversation.d.ts +64 -6
- package/dist/src/embed/conversation.d.ts.map +1 -1
- package/dist/src/embed/embedConfig.d.ts +49 -4
- package/dist/src/embed/embedConfig.d.ts.map +1 -1
- package/dist/src/embed/liveboard.d.ts +2 -19
- package/dist/src/embed/liveboard.d.ts.map +1 -1
- package/dist/src/embed/sage.d.ts +10 -10
- package/dist/src/embed/search.d.ts +4 -4
- package/dist/src/embed/ts-embed.d.ts +5 -0
- package/dist/src/embed/ts-embed.d.ts.map +1 -1
- package/dist/src/types.d.ts +41 -8
- package/dist/src/types.d.ts.map +1 -1
- package/dist/tsembed-react.es.js +105 -21
- package/dist/tsembed-react.js +104 -20
- package/dist/tsembed.es.js +105 -21
- package/dist/tsembed.js +104 -20
- package/dist/visual-embed-sdk-react-full.d.ts +182 -63
- package/dist/visual-embed-sdk-react.d.ts +182 -63
- package/dist/visual-embed-sdk.d.ts +182 -63
- package/lib/package.json +1 -1
- package/lib/src/embed/app.d.ts +13 -13
- package/lib/src/embed/app.d.ts.map +1 -1
- package/lib/src/embed/app.js +2 -1
- package/lib/src/embed/app.js.map +1 -1
- package/lib/src/embed/app.spec.js +19 -9
- package/lib/src/embed/app.spec.js.map +1 -1
- package/lib/src/embed/conversation.d.ts +64 -6
- package/lib/src/embed/conversation.d.ts.map +1 -1
- package/lib/src/embed/conversation.js +10 -2
- package/lib/src/embed/conversation.js.map +1 -1
- package/lib/src/embed/conversation.spec.js +133 -3
- package/lib/src/embed/conversation.spec.js.map +1 -1
- package/lib/src/embed/embedConfig.d.ts +49 -4
- package/lib/src/embed/embedConfig.d.ts.map +1 -1
- package/lib/src/embed/embedConfig.js +49 -4
- package/lib/src/embed/embedConfig.js.map +1 -1
- package/lib/src/embed/liveboard.d.ts +2 -19
- package/lib/src/embed/liveboard.d.ts.map +1 -1
- package/lib/src/embed/liveboard.js +3 -5
- package/lib/src/embed/liveboard.js.map +1 -1
- package/lib/src/embed/liveboard.spec.js +12 -11
- package/lib/src/embed/liveboard.spec.js.map +1 -1
- package/lib/src/embed/sage.d.ts +10 -10
- package/lib/src/embed/search.d.ts +4 -4
- package/lib/src/embed/ts-embed.d.ts +5 -0
- package/lib/src/embed/ts-embed.d.ts.map +1 -1
- package/lib/src/embed/ts-embed.js +16 -1
- package/lib/src/embed/ts-embed.js.map +1 -1
- package/lib/src/embed/ts-embed.spec.js +164 -0
- package/lib/src/embed/ts-embed.spec.js.map +1 -1
- package/lib/src/types.d.ts +41 -8
- package/lib/src/types.d.ts.map +1 -1
- package/lib/src/types.js +23 -6
- package/lib/src/types.js.map +1 -1
- package/lib/src/visual-embed-sdk.d.ts +183 -64
- package/package.json +1 -1
- package/src/embed/app.spec.ts +36 -23
- package/src/embed/app.ts +15 -13
- package/src/embed/conversation.spec.ts +170 -6
- package/src/embed/conversation.ts +86 -14
- package/src/embed/embedConfig.ts +50 -5
- package/src/embed/liveboard.spec.ts +5 -4
- package/src/embed/liveboard.ts +4 -24
- package/src/embed/sage.ts +10 -10
- package/src/embed/search.ts +4 -4
- package/src/embed/ts-embed.spec.ts +225 -0
- package/src/embed/ts-embed.ts +19 -0
- package/src/types.ts +82 -49
|
@@ -132,7 +132,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
132
132
|
*
|
|
133
133
|
* Supported embed types: `AppEmbed`
|
|
134
134
|
* @default true
|
|
135
|
-
* @version SDK: 1.2.0 |
|
|
135
|
+
* @version SDK: 1.2.0 | ThoughtSpot: 8.4.0.cl
|
|
136
136
|
* @example
|
|
137
137
|
* ```js
|
|
138
138
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -154,7 +154,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
154
154
|
*
|
|
155
155
|
* Supported embed types: `AppEmbed`
|
|
156
156
|
* @default false
|
|
157
|
-
* @version SDK: 1.28.0 |
|
|
157
|
+
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl
|
|
158
158
|
* @example
|
|
159
159
|
* ```js
|
|
160
160
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -170,7 +170,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
170
170
|
*
|
|
171
171
|
* Supported embed types: `AppEmbed`
|
|
172
172
|
* @default false
|
|
173
|
-
* @version SDK: 1.2.0 |
|
|
173
|
+
* @version SDK: 1.2.0 | ThoughtSpot: 8.4.0.cl
|
|
174
174
|
* @example
|
|
175
175
|
* ```js
|
|
176
176
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -253,7 +253,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
253
253
|
* `modularHomeExperience` to `true` (available as Early Access feature in 9.12.5.cl).
|
|
254
254
|
*
|
|
255
255
|
* Supported embed types: `AppEmbed`
|
|
256
|
-
* @version SDK: 1.28.0 |
|
|
256
|
+
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl
|
|
257
257
|
* @default false
|
|
258
258
|
* @example
|
|
259
259
|
* ```js
|
|
@@ -273,7 +273,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
273
273
|
* `modularHomeExperience` to `true` (available as Early Access feature in 9.12.5.cl).
|
|
274
274
|
*
|
|
275
275
|
* Supported embed types: `AppEmbed`
|
|
276
|
-
* @version SDK: 1.28.0 |
|
|
276
|
+
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl
|
|
277
277
|
* @default true
|
|
278
278
|
* @example
|
|
279
279
|
* ```js
|
|
@@ -294,7 +294,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
294
294
|
* you could set the path to `pinboard/<liveboardId>/tab/<tabId>`.
|
|
295
295
|
*
|
|
296
296
|
* Supported embed types: `AppEmbed`
|
|
297
|
-
* @version SDK: 1.1.0 |
|
|
297
|
+
* @version SDK: 1.1.0 | ThoughtSpot: 9.4.0.cl
|
|
298
298
|
* @example
|
|
299
299
|
* ```js
|
|
300
300
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -312,7 +312,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
312
312
|
* path within the app, use the `path` attribute which is more flexible.
|
|
313
313
|
*
|
|
314
314
|
* Supported embed types: `AppEmbed`
|
|
315
|
-
* @version SDK: 1.1.0 |
|
|
315
|
+
* @version SDK: 1.1.0 | ThoughtSpot: 9.4.0.cl
|
|
316
316
|
* @example
|
|
317
317
|
* ```js
|
|
318
318
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -328,7 +328,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
328
328
|
* tag.
|
|
329
329
|
*
|
|
330
330
|
* Supported embed types: `AppEmbed`
|
|
331
|
-
* @version SDK: 1.1.0 |
|
|
331
|
+
* @version SDK: 1.1.0 | ThoughtSpot: 9.4.0.cl
|
|
332
332
|
* @example
|
|
333
333
|
* ```js
|
|
334
334
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -407,7 +407,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
407
407
|
*
|
|
408
408
|
* Supported embed types: `AppEmbed`
|
|
409
409
|
* @default false
|
|
410
|
-
* @version SDK: 1.28.0 |
|
|
410
|
+
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl
|
|
411
411
|
* @example
|
|
412
412
|
* ```js
|
|
413
413
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -437,7 +437,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
437
437
|
discoveryExperience?: DiscoveryExperience;
|
|
438
438
|
/**
|
|
439
439
|
* To set the initial state of the search bar in case of saved-answers.
|
|
440
|
-
* @version SDK: 1.32.0 |
|
|
440
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl
|
|
441
441
|
* @default false
|
|
442
442
|
* @deprecated Use {@link collapseSearchBar} instead
|
|
443
443
|
*/
|
|
@@ -451,7 +451,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
451
451
|
* - EXPAND_FIRST: Expand the first accordion and collapse the rest.
|
|
452
452
|
*
|
|
453
453
|
* Supported embed types: `AppEmbed`
|
|
454
|
-
* @version SDK: 1.32.0 |
|
|
454
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl
|
|
455
455
|
* @default DataPanelCustomColumnGroupsAccordionState.EXPAND_ALL
|
|
456
456
|
* @example
|
|
457
457
|
* ```js
|
|
@@ -465,14 +465,14 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
465
465
|
dataPanelCustomGroupsAccordionInitialState?: DataPanelCustomColumnGroupsAccordionState;
|
|
466
466
|
/**
|
|
467
467
|
* Flag that allows using `EmbedEvent.OnBeforeGetVizDataIntercept`.
|
|
468
|
-
* @version SDK : 1.29.0 |
|
|
468
|
+
* @version SDK : 1.29.0 | ThoughtSpot: 10.1.0.cl
|
|
469
469
|
*/
|
|
470
470
|
isOnBeforeGetVizDataInterceptEnabled?: boolean;
|
|
471
471
|
/**
|
|
472
472
|
* Flag to use home page search bar mode
|
|
473
473
|
*
|
|
474
474
|
* Supported embed types: `AppEmbed`
|
|
475
|
-
* @version SDK : 1.33.0 |
|
|
475
|
+
* @version SDK : 1.33.0 | ThoughtSpot: 10.3.0.cl
|
|
476
476
|
*/
|
|
477
477
|
homePageSearchBarMode?: HomePageSearchBarMode;
|
|
478
478
|
/**
|
|
@@ -878,7 +878,7 @@ export interface LiveboardViewConfig extends BaseViewConfig, LiveboardOtherViewC
|
|
|
878
878
|
* Show or hide the tab panel of the embedded Liveboard.
|
|
879
879
|
*
|
|
880
880
|
* Supported embed types: `LiveboardEmbed`
|
|
881
|
-
* @version SDK: 1.25.0 |
|
|
881
|
+
* @version SDK: 1.25.0 | ThoughtSpot: 9.6.0.cl, 9.8.0.sw
|
|
882
882
|
* @example
|
|
883
883
|
* ```js
|
|
884
884
|
* const embed = new LiveboardEmbed('#tsEmbed', {
|
|
@@ -953,23 +953,6 @@ export interface LiveboardViewConfig extends BaseViewConfig, LiveboardOtherViewC
|
|
|
953
953
|
* })
|
|
954
954
|
*/
|
|
955
955
|
dataSourceId?: string;
|
|
956
|
-
/**
|
|
957
|
-
* This flag is for show/hide checkboxes for include or exclude
|
|
958
|
-
* cover page and filters in the Liveboard PDF.
|
|
959
|
-
*
|
|
960
|
-
* Supported embed types: `LiveboardEmbed`
|
|
961
|
-
* @version SDK: 1.37.0 | ThoughtSpot:10.8.0.cl
|
|
962
|
-
* @default true
|
|
963
|
-
* Supported embed types: `LiveboardEmbed`
|
|
964
|
-
* @example
|
|
965
|
-
* ```js
|
|
966
|
-
* const embed = new LiveboardEmbed('#tsEmbed', {
|
|
967
|
-
* ... //other embed view config
|
|
968
|
-
* coverAndFilterOptionInPDF: false,
|
|
969
|
-
* })
|
|
970
|
-
* ```
|
|
971
|
-
*/
|
|
972
|
-
coverAndFilterOptionInPDF?: boolean;
|
|
973
956
|
/**
|
|
974
957
|
* The list of tab IDs to hide from the embedded.
|
|
975
958
|
* This Tabs will be hidden from their respective LBs.
|
|
@@ -1067,7 +1050,7 @@ export class LiveboardEmbed extends V1Embed {
|
|
|
1067
1050
|
navigateToLiveboard(liveboardId: string, vizId?: string, activeTabId?: string): void;
|
|
1068
1051
|
/**
|
|
1069
1052
|
* Returns the full url of the Liveboard/visualization which can be used to open
|
|
1070
|
-
* this Liveboard inside the full
|
|
1053
|
+
* this Liveboard inside the full ThoughtSpot application in a new tab.
|
|
1071
1054
|
* @returns url string
|
|
1072
1055
|
*/
|
|
1073
1056
|
getLiveboardUrl(): string;
|
|
@@ -1327,7 +1310,7 @@ export interface SearchViewConfig extends SearchLiveboardCommonViewConfig, Omit<
|
|
|
1327
1310
|
/**
|
|
1328
1311
|
* To set the initial state of the search bar in case of saved-answers.
|
|
1329
1312
|
* @default false
|
|
1330
|
-
* @version SDK: 1.32.0 |
|
|
1313
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl
|
|
1331
1314
|
* @deprecated Use {@link collapseSearchBar} instead
|
|
1332
1315
|
*/
|
|
1333
1316
|
collapseSearchBarInitially?: boolean;
|
|
@@ -1335,7 +1318,7 @@ export interface SearchViewConfig extends SearchLiveboardCommonViewConfig, Omit<
|
|
|
1335
1318
|
* Flag to enable onBeforeSearchExecute Embed Event
|
|
1336
1319
|
*
|
|
1337
1320
|
* Supported embed types: `SearchEmbed`
|
|
1338
|
-
* @version: SDK: 1.29.0 |
|
|
1321
|
+
* @version: SDK: 1.29.0 | ThoughtSpot: 10.1.0.cl
|
|
1339
1322
|
*/
|
|
1340
1323
|
isOnBeforeGetVizDataInterceptEnabled?: boolean;
|
|
1341
1324
|
/**
|
|
@@ -1347,7 +1330,7 @@ export interface SearchViewConfig extends SearchLiveboardCommonViewConfig, Omit<
|
|
|
1347
1330
|
* - EXPAND_FIRST: Expand the first accordion and collapse the rest.
|
|
1348
1331
|
*
|
|
1349
1332
|
* Supported embed types: `SearchEmbed`
|
|
1350
|
-
* @version SDK: 1.32.0 |
|
|
1333
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl
|
|
1351
1334
|
* @default DataPanelCustomColumnGroupsAccordionState.EXPAND_ALL
|
|
1352
1335
|
* @example
|
|
1353
1336
|
* ```js
|
|
@@ -1364,7 +1347,7 @@ export interface SearchViewConfig extends SearchLiveboardCommonViewConfig, Omit<
|
|
|
1364
1347
|
* lands on search embed page.
|
|
1365
1348
|
*
|
|
1366
1349
|
* Supported embed types: `SearchEmbed`
|
|
1367
|
-
* @version SDK: 1.32.0 |
|
|
1350
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.3.0.cl
|
|
1368
1351
|
* @default true
|
|
1369
1352
|
* @example
|
|
1370
1353
|
* ```js
|
|
@@ -1632,7 +1615,8 @@ export interface SearchOptions {
|
|
|
1632
1615
|
*/
|
|
1633
1616
|
export interface SpotterEmbedViewConfig extends Omit<BaseViewConfig, 'primaryAction'> {
|
|
1634
1617
|
/**
|
|
1635
|
-
* The ID of the data source object. For example, Model, View, or Table. Spotter uses
|
|
1618
|
+
* The ID of the data source object. For example, Model, View, or Table. Spotter uses
|
|
1619
|
+
* this object to query data and generate Answers.
|
|
1636
1620
|
*/
|
|
1637
1621
|
worksheetId: string;
|
|
1638
1622
|
/**
|
|
@@ -1651,7 +1635,7 @@ export interface SpotterEmbedViewConfig extends Omit<BaseViewConfig, 'primaryAct
|
|
|
1651
1635
|
* disableSourceSelection : true,
|
|
1652
1636
|
* })
|
|
1653
1637
|
* ```
|
|
1654
|
-
* @version SDK: 1.36.0 |
|
|
1638
|
+
* @version SDK: 1.36.0 | ThoughtSpot: 10.6.0.cl
|
|
1655
1639
|
*/
|
|
1656
1640
|
disableSourceSelection?: boolean;
|
|
1657
1641
|
/**
|
|
@@ -1665,7 +1649,7 @@ export interface SpotterEmbedViewConfig extends Omit<BaseViewConfig, 'primaryAct
|
|
|
1665
1649
|
* hideSourceSelection : true,
|
|
1666
1650
|
* })
|
|
1667
1651
|
* ```
|
|
1668
|
-
* @version SDK: 1.36.0 |
|
|
1652
|
+
* @version SDK: 1.36.0 | ThoughtSpot: 10.6.0.cl
|
|
1669
1653
|
*/
|
|
1670
1654
|
hideSourceSelection?: boolean;
|
|
1671
1655
|
/**
|
|
@@ -1697,7 +1681,7 @@ export interface SpotterEmbedViewConfig extends Omit<BaseViewConfig, 'primaryAct
|
|
|
1697
1681
|
* showSpotterLimitations : true,
|
|
1698
1682
|
* })
|
|
1699
1683
|
* ```
|
|
1700
|
-
* @version SDK: 1.36.0 |
|
|
1684
|
+
* @version SDK: 1.36.0 | ThoughtSpot: 10.5.0.cl
|
|
1701
1685
|
*/
|
|
1702
1686
|
showSpotterLimitations?: boolean;
|
|
1703
1687
|
/**
|
|
@@ -1712,9 +1696,66 @@ export interface SpotterEmbedViewConfig extends Omit<BaseViewConfig, 'primaryAct
|
|
|
1712
1696
|
* hideSampleQuestions : true,
|
|
1713
1697
|
* })
|
|
1714
1698
|
* ```
|
|
1715
|
-
* @version SDK: 1.36.0 |
|
|
1699
|
+
* @version SDK: 1.36.0 | ThoughtSpot: 10.6.0.cl
|
|
1716
1700
|
*/
|
|
1717
1701
|
hideSampleQuestions?: boolean;
|
|
1702
|
+
/**
|
|
1703
|
+
* The list of runtime filters to apply to a search Answer,
|
|
1704
|
+
* visualization, or Liveboard.
|
|
1705
|
+
*
|
|
1706
|
+
* Supported embed types: `SpotterEmbed`
|
|
1707
|
+
* @example
|
|
1708
|
+
* ```js
|
|
1709
|
+
* const embed = new SpotterEmbed('#tsEmbed', {
|
|
1710
|
+
* ... // other embed view config
|
|
1711
|
+
* runtimeFilters: [
|
|
1712
|
+
* {
|
|
1713
|
+
* columnName: 'value',
|
|
1714
|
+
* operator: RuntimeFilterOp.EQ,
|
|
1715
|
+
* values: ['string' | 123 | true],
|
|
1716
|
+
* },
|
|
1717
|
+
* ],
|
|
1718
|
+
* })
|
|
1719
|
+
* ```
|
|
1720
|
+
*/
|
|
1721
|
+
runtimeFilters?: RuntimeFilter[];
|
|
1722
|
+
/**
|
|
1723
|
+
* Flag to control whether runtime filters should be included in the URL.
|
|
1724
|
+
* If true, filters will be passed via app initialization payload instead.
|
|
1725
|
+
* If false/undefined, filters will be added to URL (default behavior).
|
|
1726
|
+
*
|
|
1727
|
+
* Supported embed types: `SpotterEmbed`
|
|
1728
|
+
* @default false
|
|
1729
|
+
*/
|
|
1730
|
+
excludeRuntimeFiltersfromURL?: boolean;
|
|
1731
|
+
/**
|
|
1732
|
+
* The list of runtime parameters to apply to the conversation.
|
|
1733
|
+
*
|
|
1734
|
+
* Supported embed types: `SpotterEmbed`
|
|
1735
|
+
* @example
|
|
1736
|
+
* ```js
|
|
1737
|
+
* const embed = new SpotterEmbed('#tsEmbed', {
|
|
1738
|
+
* ... // other embed view config
|
|
1739
|
+
* runtimeParameters: [
|
|
1740
|
+
* {
|
|
1741
|
+
* name: 'Parameter Name',
|
|
1742
|
+
* value: 'Parameter Value',
|
|
1743
|
+
* },
|
|
1744
|
+
* ],
|
|
1745
|
+
* })
|
|
1746
|
+
* ```
|
|
1747
|
+
*/
|
|
1748
|
+
runtimeParameters?: RuntimeParameter[];
|
|
1749
|
+
/**
|
|
1750
|
+
* Flag to control whether runtime parameters should be included in the URL.
|
|
1751
|
+
* If true, parameters will be passed via app initialization payload instead.
|
|
1752
|
+
* If false/undefined, parameters will be added to URL (default behavior).
|
|
1753
|
+
*
|
|
1754
|
+
* Supported embed types: `SpotterEmbed`
|
|
1755
|
+
* @default false
|
|
1756
|
+
*
|
|
1757
|
+
*/
|
|
1758
|
+
excludeRuntimeParametersfromURL?: boolean;
|
|
1718
1759
|
}
|
|
1719
1760
|
/**
|
|
1720
1761
|
* The configuration for the embedded spotterEmbed options.
|
|
@@ -2319,7 +2360,7 @@ export interface CustomStyles {
|
|
|
2319
2360
|
* Configuration to define the customization on the Embedded
|
|
2320
2361
|
* ThoughtSpot components.
|
|
2321
2362
|
* You can customize styles, text strings, and icons.
|
|
2322
|
-
* For more information, see https://developers.thoughtspot.com/docs/custom-css.
|
|
2363
|
+
* For more information, see link:https://developers.thoughtspot.com/docs/custom-css[CSS customization framework].
|
|
2323
2364
|
* @example
|
|
2324
2365
|
* ```js
|
|
2325
2366
|
* init({
|
|
@@ -3406,6 +3447,22 @@ export interface LiveboardAppEmbedViewConfig {
|
|
|
3406
3447
|
* ```
|
|
3407
3448
|
*/
|
|
3408
3449
|
enableAskSage?: boolean;
|
|
3450
|
+
/**
|
|
3451
|
+
* This flag is used to show or hide checkboxes for including or excluding
|
|
3452
|
+
* the cover and filters pages in the Liveboard PDF.
|
|
3453
|
+
*
|
|
3454
|
+
* Supported embed types: `AppEmbed`, `LiveboardEmbed`
|
|
3455
|
+
* @version SDK: 1.40.0 | ThoughtSpot:10.8.0.cl
|
|
3456
|
+
* @example
|
|
3457
|
+
* ```js
|
|
3458
|
+
* // Replace <EmbedComponent> with embed component name. For example, AppEmbed or LiveboardEmbed
|
|
3459
|
+
* const embed = new <EmbedComponent>('#tsEmbed', {
|
|
3460
|
+
* ... // other embed view config
|
|
3461
|
+
* coverAndFilterOptionInPDF: false,
|
|
3462
|
+
* })
|
|
3463
|
+
* ```
|
|
3464
|
+
*/
|
|
3465
|
+
coverAndFilterOptionInPDF?: boolean;
|
|
3409
3466
|
}
|
|
3410
3467
|
export interface AllEmbedViewConfig extends BaseViewConfig, SearchLiveboardCommonViewConfig, HomePageConfig, LiveboardAppEmbedViewConfig {
|
|
3411
3468
|
}
|
|
@@ -4549,7 +4606,7 @@ export enum EmbedEvent {
|
|
|
4549
4606
|
*
|
|
4550
4607
|
* error: Developers can customize the error message text when `execute`
|
|
4551
4608
|
* returns `false` using the error parameter in responder.
|
|
4552
|
-
* @version SDK : 1.29.0 | ThoughtSpot
|
|
4609
|
+
* @version SDK : 1.29.0 | ThoughtSpot: 10.3.0.cl
|
|
4553
4610
|
* @example
|
|
4554
4611
|
*```js
|
|
4555
4612
|
* .on(EmbedEvent.OnBeforeGetVizDataIntercept,
|
|
@@ -4596,7 +4653,7 @@ export enum EmbedEvent {
|
|
|
4596
4653
|
* console.log('payload', payload);
|
|
4597
4654
|
* })
|
|
4598
4655
|
*```
|
|
4599
|
-
* @version SDK : 1.29.0 | ThoughtSpot
|
|
4656
|
+
* @version SDK : 1.29.0 | ThoughtSpot: 10.3.0.cl
|
|
4600
4657
|
*/
|
|
4601
4658
|
ParameterChanged = "parameterChanged",
|
|
4602
4659
|
/**
|
|
@@ -4652,18 +4709,18 @@ export enum EmbedEvent {
|
|
|
4652
4709
|
* console.log('payload', payload);
|
|
4653
4710
|
* })
|
|
4654
4711
|
*```
|
|
4655
|
-
* @version SDK : 1.37.0 | ThoughtSpot
|
|
4712
|
+
* @version SDK : 1.37.0 | ThoughtSpot: 10.8.0.cl
|
|
4656
4713
|
*/
|
|
4657
4714
|
CreateLiveboard = "createLiveboard",
|
|
4658
4715
|
/**
|
|
4659
4716
|
* Emitted when a user creates a Model.
|
|
4660
|
-
* @version SDK : 1.37.0 | ThoughtSpot
|
|
4717
|
+
* @version SDK : 1.37.0 | ThoughtSpot: 10.8.0.cl
|
|
4661
4718
|
*/
|
|
4662
4719
|
CreateModel = "createModel",
|
|
4663
4720
|
/**
|
|
4664
4721
|
* @hidden
|
|
4665
4722
|
* Emitted when a user exits present mode.
|
|
4666
|
-
* @version SDK : 1.40.0 | ThoughtSpot
|
|
4723
|
+
* @version SDK : 1.40.0 | ThoughtSpot: 10.11.0.cl
|
|
4667
4724
|
*/
|
|
4668
4725
|
ExitPresentMode = "exitPresentMode"
|
|
4669
4726
|
}
|
|
@@ -5877,7 +5934,7 @@ export enum Param {
|
|
|
5877
5934
|
DataSourceId = "dataSourceId",
|
|
5878
5935
|
preAuthCache = "preAuthCache",
|
|
5879
5936
|
ShowSpotterLimitations = "showSpotterLimitations",
|
|
5880
|
-
CoverAndFilterOptionInPDF = "
|
|
5937
|
+
CoverAndFilterOptionInPDF = "arePdfCoverFilterPageCheckboxesEnabled",
|
|
5881
5938
|
PrimaryAction = "primaryAction",
|
|
5882
5939
|
isSpotterAgentEmbed = "isSpotterAgentEmbed",
|
|
5883
5940
|
IsLiveboardStylingAndGroupingEnabled = "isLiveboardStylingAndGroupingEnabled"
|
|
@@ -5907,6 +5964,7 @@ export enum Param {
|
|
|
5907
5964
|
* hiddenActions: [Action.Edit, ActionAction.Explore],
|
|
5908
5965
|
* })
|
|
5909
5966
|
* ```
|
|
5967
|
+
* See also link:https://developers.thoughtspot.com/docs/actions[Action IDs in the SDK]
|
|
5910
5968
|
*/
|
|
5911
5969
|
export enum Action {
|
|
5912
5970
|
/**
|
|
@@ -7099,7 +7157,23 @@ export enum Action {
|
|
|
7099
7157
|
* ```
|
|
7100
7158
|
* @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
|
|
7101
7159
|
*/
|
|
7102
|
-
CoverAndFilterOptionInPDF = "coverAndFilterOptionInPDF"
|
|
7160
|
+
CoverAndFilterOptionInPDF = "coverAndFilterOptionInPDF",
|
|
7161
|
+
/**
|
|
7162
|
+
* Action ID for hide or disable the
|
|
7163
|
+
* Spotter in conversation training widget.
|
|
7164
|
+
* The Add to Coaching feature is currently in beta
|
|
7165
|
+
* and is disabled by default on embed deployments.
|
|
7166
|
+
* To enable this feature on your instance,
|
|
7167
|
+
* contact ThoughtSpot Support.
|
|
7168
|
+
* @example
|
|
7169
|
+
* ```js
|
|
7170
|
+
* hiddenAction: [Action.InConversationTraining]
|
|
7171
|
+
* disabledActions: [Action.InConversationTraining]
|
|
7172
|
+
*
|
|
7173
|
+
* ```
|
|
7174
|
+
* @version SDK: 1.39.0 | ThoughtSpot Cloud: 10.10.0.cl
|
|
7175
|
+
*/
|
|
7176
|
+
InConversationTraining = "InConversationTraining"
|
|
7103
7177
|
}
|
|
7104
7178
|
export interface AnswerServiceType {
|
|
7105
7179
|
getAnswer?: (offset: number, batchSize: number) => any;
|
|
@@ -7691,39 +7765,39 @@ export interface SageViewConfig extends SearchLiveboardCommonViewConfig, Omit<Ba
|
|
|
7691
7765
|
showObjectResults?: boolean;
|
|
7692
7766
|
/**
|
|
7693
7767
|
* flag used by the TS product tour page to show the blue search bar
|
|
7694
|
-
* even after the search is completed. This is different from
|
|
7768
|
+
* even after the search is completed. This is different from ThoughtSpot Embedded
|
|
7695
7769
|
* Sage Embed experience where it mimics closer to the non-embed case.
|
|
7696
7770
|
* The Sample questions container is collapsed when this value is set after
|
|
7697
7771
|
* does a search.
|
|
7698
|
-
* @version SDK: 1.26.0 |
|
|
7772
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl
|
|
7699
7773
|
* @hidden
|
|
7700
7774
|
*/
|
|
7701
7775
|
isProductTour?: boolean;
|
|
7702
7776
|
/**
|
|
7703
7777
|
* Show or hide the search bar title.
|
|
7704
|
-
* @version SDK: 1.29.0 |
|
|
7705
|
-
* @deprecated
|
|
7778
|
+
* @version SDK: 1.29.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
7779
|
+
* @deprecated ThoughtSpot: 9.10.0.cl | search bar doesn't have the title from 9.10.0.cl
|
|
7706
7780
|
*/
|
|
7707
7781
|
hideSearchBarTitle?: boolean;
|
|
7708
7782
|
/**
|
|
7709
7783
|
* Show or hide the Answer header, that is, the `AI Answer` title
|
|
7710
7784
|
* at the top of the Answer page.
|
|
7711
|
-
* @version SDK: 1.26.0 |
|
|
7785
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.10.0.cl
|
|
7712
7786
|
*/
|
|
7713
7787
|
hideSageAnswerHeader?: boolean;
|
|
7714
7788
|
/**
|
|
7715
7789
|
* Disable the worksheet selection option.
|
|
7716
|
-
* @version SDK: 1.26.0 |
|
|
7790
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
7717
7791
|
*/
|
|
7718
7792
|
disableWorksheetChange?: boolean;
|
|
7719
7793
|
/**
|
|
7720
7794
|
* Hide the worksheet selection panel.
|
|
7721
|
-
* @version SDK: 1.26.0 |
|
|
7795
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
7722
7796
|
*/
|
|
7723
7797
|
hideWorksheetSelector?: boolean;
|
|
7724
7798
|
/**
|
|
7725
7799
|
* Show or hide autocomplete suggestions for the search query string.
|
|
7726
|
-
* @version SDK: 1.26.0 |
|
|
7800
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
7727
7801
|
*/
|
|
7728
7802
|
hideAutocompleteSuggestions?: boolean;
|
|
7729
7803
|
/**
|
|
@@ -7739,7 +7813,7 @@ export interface SageViewConfig extends SearchLiveboardCommonViewConfig, Omit<Ba
|
|
|
7739
7813
|
* selected for the search operation.
|
|
7740
7814
|
*
|
|
7741
7815
|
* Supported embed types: `SageEmbed`
|
|
7742
|
-
* @version SDK: 1.26.0 |
|
|
7816
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
7743
7817
|
* @example
|
|
7744
7818
|
* ```js
|
|
7745
7819
|
* const embed = new SageEmbed('#tsEmbed', {
|
|
@@ -7772,7 +7846,7 @@ export interface SageViewConfig extends SearchLiveboardCommonViewConfig, Omit<Ba
|
|
|
7772
7846
|
* executeSearch: true,
|
|
7773
7847
|
* }
|
|
7774
7848
|
* ```
|
|
7775
|
-
* @version SDK: 1.26.0 |
|
|
7849
|
+
* @version SDK: 1.26.0 | ThoughtSpot: 9.8.0.cl, 9.8.0.sw
|
|
7776
7850
|
*/
|
|
7777
7851
|
searchOptions?: SearchOptions;
|
|
7778
7852
|
}
|
|
@@ -8005,9 +8079,54 @@ export class AnswerService {
|
|
|
8005
8079
|
}
|
|
8006
8080
|
|
|
8007
8081
|
/**
|
|
8008
|
-
* Gets the configuration
|
|
8009
|
-
*
|
|
8010
|
-
* @
|
|
8082
|
+
* Gets the embed configuration settings that were used to
|
|
8083
|
+
* initialize the SDK.
|
|
8084
|
+
* @returns {@link EmbedConfig}
|
|
8085
|
+
*
|
|
8086
|
+
* @example
|
|
8087
|
+
* ```js
|
|
8088
|
+
* import { getInitConfig } from '@thoughtspot/visual-embed-sdk';
|
|
8089
|
+
* // Call the getInitConfig method to retrieve the embed configuration
|
|
8090
|
+
* const config = getInitConfig();
|
|
8091
|
+
* // Log the configuration settings
|
|
8092
|
+
* console.log(config);
|
|
8093
|
+
* ```
|
|
8094
|
+
* Returns the link:https://developers.thoughtspot.com/docs/Interface_EmbedConfig[EmbedConfig]
|
|
8095
|
+
* object, which contains the configuration settings used to
|
|
8096
|
+
* initialize the SDK, including the following:
|
|
8097
|
+
*
|
|
8098
|
+
* - `thoughtSpotHost` - ThoughtSpot host URL
|
|
8099
|
+
* - `authType`: The authentication method used. For example,
|
|
8100
|
+
* `AuthServerCookieless` for `AuthType.TrustedAuthTokenCookieless`
|
|
8101
|
+
* - `customizations` - Style, text, and icon customization settings
|
|
8102
|
+
* that were applied during the SDK initialization.
|
|
8103
|
+
*
|
|
8104
|
+
* The following JSON output shows the embed configuration
|
|
8105
|
+
* settings returned from the code in the previous example:
|
|
8106
|
+
*
|
|
8107
|
+
* @example
|
|
8108
|
+
* ```json
|
|
8109
|
+
* {
|
|
8110
|
+
* "thoughtSpotHost": "https://{ThoughtSpot-Host}",
|
|
8111
|
+
* "authType": "AuthServerCookieless",
|
|
8112
|
+
* "customizations": {
|
|
8113
|
+
* "style": {
|
|
8114
|
+
* "customCSS": {
|
|
8115
|
+
* "variables": {
|
|
8116
|
+
* "--ts-var-button--secondary-background": "#7492d5",
|
|
8117
|
+
* "--ts-var-button--secondary--hovers-background": "#aac2f8",
|
|
8118
|
+
* "--ts-var-root-background": "#f1f4f8"
|
|
8119
|
+
* }
|
|
8120
|
+
* }
|
|
8121
|
+
* }
|
|
8122
|
+
* },
|
|
8123
|
+
* "loginFailedMessage": "Login failed, please try again",
|
|
8124
|
+
* "authTriggerText": "Authorize",
|
|
8125
|
+
* "disableTokenVerification": true,
|
|
8126
|
+
* "authTriggerContainer": "#your-own-div"
|
|
8127
|
+
* }
|
|
8128
|
+
* ```
|
|
8129
|
+
* @version SDK: 1.19.0 | ThoughtSpot: 9.0.0.cl, 9.0.1.sw, and later
|
|
8011
8130
|
* @group Global methods
|
|
8012
8131
|
*/
|
|
8013
8132
|
export const getEmbedConfig: () => EmbedConfig;
|
|
@@ -8015,7 +8134,7 @@ export const getEmbedConfig: () => EmbedConfig;
|
|
|
8015
8134
|
* Sets the configuration embed was initialized with.
|
|
8016
8135
|
* And returns the new configuration.
|
|
8017
8136
|
* @param newConfig The configuration to set.
|
|
8018
|
-
* @version SDK: 1.27.0 | ThoughtSpot:
|
|
8137
|
+
* @version SDK: 1.27.0 | ThoughtSpot: 9.8.0.cl, 9.8.1.sw, and later
|
|
8019
8138
|
* @group Global methods
|
|
8020
8139
|
*/
|
|
8021
8140
|
export const setEmbedConfig: (newConfig: EmbedConfig) => any;
|
package/lib/package.json
CHANGED
package/lib/src/embed/app.d.ts
CHANGED
|
@@ -118,7 +118,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
118
118
|
*
|
|
119
119
|
* Supported embed types: `AppEmbed`
|
|
120
120
|
* @default true
|
|
121
|
-
* @version SDK: 1.2.0 |
|
|
121
|
+
* @version SDK: 1.2.0 | ThoughtSpot: 8.4.0.cl
|
|
122
122
|
* @example
|
|
123
123
|
* ```js
|
|
124
124
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -140,7 +140,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
140
140
|
*
|
|
141
141
|
* Supported embed types: `AppEmbed`
|
|
142
142
|
* @default false
|
|
143
|
-
* @version SDK: 1.28.0 |
|
|
143
|
+
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl
|
|
144
144
|
* @example
|
|
145
145
|
* ```js
|
|
146
146
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -156,7 +156,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
156
156
|
*
|
|
157
157
|
* Supported embed types: `AppEmbed`
|
|
158
158
|
* @default false
|
|
159
|
-
* @version SDK: 1.2.0 |
|
|
159
|
+
* @version SDK: 1.2.0 | ThoughtSpot: 8.4.0.cl
|
|
160
160
|
* @example
|
|
161
161
|
* ```js
|
|
162
162
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -239,7 +239,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
239
239
|
* `modularHomeExperience` to `true` (available as Early Access feature in 9.12.5.cl).
|
|
240
240
|
*
|
|
241
241
|
* Supported embed types: `AppEmbed`
|
|
242
|
-
* @version SDK: 1.28.0 |
|
|
242
|
+
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl
|
|
243
243
|
* @default false
|
|
244
244
|
* @example
|
|
245
245
|
* ```js
|
|
@@ -259,7 +259,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
259
259
|
* `modularHomeExperience` to `true` (available as Early Access feature in 9.12.5.cl).
|
|
260
260
|
*
|
|
261
261
|
* Supported embed types: `AppEmbed`
|
|
262
|
-
* @version SDK: 1.28.0 |
|
|
262
|
+
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl
|
|
263
263
|
* @default true
|
|
264
264
|
* @example
|
|
265
265
|
* ```js
|
|
@@ -280,7 +280,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
280
280
|
* you could set the path to `pinboard/<liveboardId>/tab/<tabId>`.
|
|
281
281
|
*
|
|
282
282
|
* Supported embed types: `AppEmbed`
|
|
283
|
-
* @version SDK: 1.1.0 |
|
|
283
|
+
* @version SDK: 1.1.0 | ThoughtSpot: 9.4.0.cl
|
|
284
284
|
* @example
|
|
285
285
|
* ```js
|
|
286
286
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -298,7 +298,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
298
298
|
* path within the app, use the `path` attribute which is more flexible.
|
|
299
299
|
*
|
|
300
300
|
* Supported embed types: `AppEmbed`
|
|
301
|
-
* @version SDK: 1.1.0 |
|
|
301
|
+
* @version SDK: 1.1.0 | ThoughtSpot: 9.4.0.cl
|
|
302
302
|
* @example
|
|
303
303
|
* ```js
|
|
304
304
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -314,7 +314,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
314
314
|
* tag.
|
|
315
315
|
*
|
|
316
316
|
* Supported embed types: `AppEmbed`
|
|
317
|
-
* @version SDK: 1.1.0 |
|
|
317
|
+
* @version SDK: 1.1.0 | ThoughtSpot: 9.4.0.cl
|
|
318
318
|
* @example
|
|
319
319
|
* ```js
|
|
320
320
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -393,7 +393,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
393
393
|
*
|
|
394
394
|
* Supported embed types: `AppEmbed`
|
|
395
395
|
* @default false
|
|
396
|
-
* @version SDK: 1.28.0 |
|
|
396
|
+
* @version SDK: 1.28.0 | ThoughtSpot: 9.12.5.cl
|
|
397
397
|
* @example
|
|
398
398
|
* ```js
|
|
399
399
|
* const embed = new AppEmbed('#tsEmbed', {
|
|
@@ -423,7 +423,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
423
423
|
discoveryExperience?: DiscoveryExperience;
|
|
424
424
|
/**
|
|
425
425
|
* To set the initial state of the search bar in case of saved-answers.
|
|
426
|
-
* @version SDK: 1.32.0 |
|
|
426
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl
|
|
427
427
|
* @default false
|
|
428
428
|
* @deprecated Use {@link collapseSearchBar} instead
|
|
429
429
|
*/
|
|
@@ -437,7 +437,7 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
437
437
|
* - EXPAND_FIRST: Expand the first accordion and collapse the rest.
|
|
438
438
|
*
|
|
439
439
|
* Supported embed types: `AppEmbed`
|
|
440
|
-
* @version SDK: 1.32.0 |
|
|
440
|
+
* @version SDK: 1.32.0 | ThoughtSpot: 10.0.0.cl
|
|
441
441
|
* @default DataPanelCustomColumnGroupsAccordionState.EXPAND_ALL
|
|
442
442
|
* @example
|
|
443
443
|
* ```js
|
|
@@ -451,14 +451,14 @@ export interface AppViewConfig extends AllEmbedViewConfig {
|
|
|
451
451
|
dataPanelCustomGroupsAccordionInitialState?: DataPanelCustomColumnGroupsAccordionState;
|
|
452
452
|
/**
|
|
453
453
|
* Flag that allows using `EmbedEvent.OnBeforeGetVizDataIntercept`.
|
|
454
|
-
* @version SDK : 1.29.0 |
|
|
454
|
+
* @version SDK : 1.29.0 | ThoughtSpot: 10.1.0.cl
|
|
455
455
|
*/
|
|
456
456
|
isOnBeforeGetVizDataInterceptEnabled?: boolean;
|
|
457
457
|
/**
|
|
458
458
|
* Flag to use home page search bar mode
|
|
459
459
|
*
|
|
460
460
|
* Supported embed types: `AppEmbed`
|
|
461
|
-
* @version SDK : 1.33.0 |
|
|
461
|
+
* @version SDK : 1.33.0 | ThoughtSpot: 10.3.0.cl
|
|
462
462
|
*/
|
|
463
463
|
homePageSearchBarMode?: HomePageSearchBarMode;
|
|
464
464
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../../src/embed/app.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAIH,OAAO,EAEH,WAAW,EAGX,cAAc,EACd,kBAAkB,EACrB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC;;GAEG;AAEH,oBAAY,IAAI;IACZ;;OAEG;IACH,IAAI,SAAS;IACb;;OAEG;IACH,MAAM,WAAW;IACjB;;OAEG;IACH,OAAO,YAAY;IACnB;;OAEG;IACH,UAAU,eAAe;IACzB;;OAEG;IACH,SAAS,cAAc;IACvB;;OAEG;IACH,IAAI,SAAS;IACb;;OAEG;IACH,MAAM,aAAa;IACnB;;OAEG;IACH,OAAO,YAAY;CACtB;AAED;;;GAGG;AACH,oBAAY,yCAAyC;IACjD;;OAEG;IACH,UAAU,eAAe;IACzB;;OAEG;IACH,YAAY,iBAAiB;IAC7B;;OAEG;IACH,YAAY,iBAAiB;CAChC;AAED,oBAAY,qBAAqB;IAC7B,aAAa,iBAAiB;IAC9B,SAAS,aAAa;IACtB,IAAI,SAAS;CAChB;AAED;;;GAGG;AACH,oBAAY,oBAAoB;IAC5B;;;;OAIG;IACH,OAAO,OAAO;CACjB;AAED;;;GAGG;AACH,oBAAY,QAAQ;IAChB;;;OAGG;IACH,OAAO,OAAO;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAChC;;OAEG;IACH,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAC5C;;OAEG;IACH,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACvB;AAED;;;GAGG;AACH,MAAM,WAAW,aAAc,SAAQ,kBAAkB;IACrD;;;;;;;;;;;;;;;OAeG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;;;;;;;;;;;OAcG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;;;;;;;;;;;;;OAcG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB;;;;;;;;;;;;;;OAcG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;;;;;;;;;;;OAcG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;;;;;;;;;;;OAcG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;;;;;;;;;;;;;;;OAkBG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC;;;;;;;;;;;;;;;;;;OAkBG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;;;;;;;;;;;;;;;OAkBG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;;;;;;;;;;;;OAgBG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;IACd;;;;;;;;;;;;;;OAcG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;;;;;;;;;;;;OAeG;IACH,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;;;;;;;;;;OAaG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;;;;;;;;;;OAaG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;;;;;;;;;;;;;;;OAgBG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;;;OAKG;IACH,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,0CAA0C,CAAC,EAAE,yCAAyC,CAAC;IACvF;;;OAGG;IACH,oCAAoC,CAAC,EAAE,OAAO,CAAC;IAC/C;;;;;OAKG;IACH,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;IAC9C;;;;;;;;;;;;;OAaG;IACH,gCAAgC,CAAC,EAAE,OAAO,CAAC;IAC1C;;;;;;;;;;;;;MAaE;IACF,UAAU,CAAC,EAAE,OAAO,CAAC;IACtB;;;;;;;;;;;;;;OAcG;IACH,oCAAoC,CAAC,EAAE,OAAO,CAAC;CAClD;AAED;;;GAGG;AACH,qBAAa,QAAS,SAAQ,OAAO;IACjC,SAAS,CAAC,UAAU,EAAE,aAAa,CAAC;IAEpC,OAAO,CAAC,aAAa,CAAU;gBAGnB,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa;IAU/D;;;OAGG;IACH,SAAS,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../../src/embed/app.ts"],"names":[],"mappings":"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"}
|