@thoughtspot/visual-embed-sdk 1.22.0-alpha.6 → 1.22.0-alpha.7
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/sage.d.ts +7 -10
- package/cjs/src/embed/sage.d.ts.map +1 -1
- package/cjs/src/embed/sage.js +5 -5
- package/cjs/src/embed/sage.js.map +1 -1
- package/cjs/src/embed/sage.spec.js +2 -3
- package/cjs/src/embed/sage.spec.js.map +1 -1
- package/cjs/src/index.d.ts +2 -2
- package/cjs/src/index.d.ts.map +1 -1
- 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 +2 -1
- package/cjs/src/react/all-types-export.js.map +1 -1
- package/dist/src/embed/sage.d.ts +7 -10
- package/dist/src/embed/sage.d.ts.map +1 -1
- package/dist/src/index.d.ts +2 -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/tsembed-react.es.js +6 -6
- package/dist/tsembed-react.js +6 -6
- package/dist/tsembed.es.js +6 -6
- package/dist/tsembed.js +6 -6
- package/dist/visual-embed-sdk-react-full.d.ts +8 -11
- package/dist/visual-embed-sdk-react.d.ts +8 -11
- package/dist/visual-embed-sdk.d.ts +8 -11
- package/lib/package.json +1 -1
- package/lib/src/embed/sage.d.ts +7 -10
- package/lib/src/embed/sage.d.ts.map +1 -1
- package/lib/src/embed/sage.js +5 -5
- package/lib/src/embed/sage.js.map +1 -1
- package/lib/src/embed/sage.spec.js +2 -3
- package/lib/src/embed/sage.spec.js.map +1 -1
- package/lib/src/index.d.ts +2 -2
- package/lib/src/index.d.ts.map +1 -1
- 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/package.json +1 -1
- package/src/embed/sage.spec.ts +2 -3
- package/src/embed/sage.ts +12 -16
- package/src/index.ts +2 -1
- package/src/react/all-types-export.ts +2 -0
package/cjs/package.json
CHANGED
package/cjs/src/embed/sage.d.ts
CHANGED
|
@@ -9,19 +9,16 @@
|
|
|
9
9
|
import { Action, DOMSelector, ViewConfig } from '../types';
|
|
10
10
|
import { V1Embed } from './ts-embed';
|
|
11
11
|
/**
|
|
12
|
-
* The configuration attributes for the embedded search view.
|
|
12
|
+
* The configuration attributes for the embedded Natural language search view. Based on
|
|
13
|
+
* GPT and LLM.
|
|
13
14
|
*
|
|
14
15
|
* @group Embed components
|
|
15
16
|
*/
|
|
16
17
|
export interface SageViewConfig extends ViewConfig {
|
|
17
18
|
/**
|
|
18
|
-
* If set to
|
|
19
|
+
* If set to true, object results are shown.
|
|
19
20
|
*/
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* primary flag to enable eureka(/sage) page embedding.
|
|
23
|
-
*/
|
|
24
|
-
isSageEmbed?: boolean;
|
|
21
|
+
showObjectResults?: boolean;
|
|
25
22
|
/**
|
|
26
23
|
* flag to disable changing worksheet. default false.
|
|
27
24
|
*/
|
|
@@ -31,14 +28,14 @@ export interface SageViewConfig extends ViewConfig {
|
|
|
31
28
|
*/
|
|
32
29
|
hideWorksheetSelector?: boolean;
|
|
33
30
|
/**
|
|
34
|
-
* If set to true, the
|
|
31
|
+
* If set to true, the object search suggestions are not shown
|
|
35
32
|
*
|
|
36
33
|
*/
|
|
37
|
-
|
|
34
|
+
showObjectSuggestions?: boolean;
|
|
38
35
|
}
|
|
39
36
|
export declare const HiddenActionItemByDefaultForSageEmbed: Action[];
|
|
40
37
|
/**
|
|
41
|
-
* Embed ThoughtSpot search
|
|
38
|
+
* Embed ThoughtSpot LLM and GPT based natural language search component.
|
|
42
39
|
*
|
|
43
40
|
* @group Embed components
|
|
44
41
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sage.d.ts","sourceRoot":"","sources":["../../../src/embed/sage.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EACH,MAAM,EAAE,WAAW,EAAS,UAAU,EACzC,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC
|
|
1
|
+
{"version":3,"file":"sage.d.ts","sourceRoot":"","sources":["../../../src/embed/sage.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EACH,MAAM,EAAE,WAAW,EAAS,UAAU,EACzC,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,UAAU;IAC9C;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACnC;AACD,eAAO,MAAM,qCAAqC,UASjD,CAAC;AACF;;;;GAIG;AACH,qBAAa,SAAU,SAAQ,OAAO;IAClC;;;OAGG;IACH,SAAS,CAAC,UAAU,EAAE,cAAc,CAAC;gBAGzB,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,cAAc;IAIhE;;;;;OAKG;IACH,SAAS,CAAC,cAAc,IAAI,MAAM;IAuBlC;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAOpB;;;;OAIG;IACI,MAAM,IAAI,SAAS;CAQ7B"}
|
package/cjs/src/embed/sage.js
CHANGED
|
@@ -23,7 +23,7 @@ exports.HiddenActionItemByDefaultForSageEmbed = [
|
|
|
23
23
|
types_1.Action.Share,
|
|
24
24
|
];
|
|
25
25
|
/**
|
|
26
|
-
* Embed ThoughtSpot search
|
|
26
|
+
* Embed ThoughtSpot LLM and GPT based natural language search component.
|
|
27
27
|
*
|
|
28
28
|
* @group Embed components
|
|
29
29
|
*/
|
|
@@ -40,14 +40,14 @@ class SageEmbed extends ts_embed_1.V1Embed {
|
|
|
40
40
|
*/
|
|
41
41
|
getEmbedParams() {
|
|
42
42
|
var _a;
|
|
43
|
-
const {
|
|
43
|
+
const { showObjectResults, disableWorksheetChange, hideWorksheetSelector, showObjectSuggestions, } = this.viewConfig;
|
|
44
44
|
const params = {};
|
|
45
45
|
params[types_1.Param.EmbedApp] = true;
|
|
46
|
-
params[types_1.Param.HideEurekaResults] =
|
|
47
|
-
params[types_1.Param.IsSageEmbed] =
|
|
46
|
+
params[types_1.Param.HideEurekaResults] = !showObjectResults;
|
|
47
|
+
params[types_1.Param.IsSageEmbed] = true;
|
|
48
48
|
params[types_1.Param.DisableWorksheetChange] = !!disableWorksheetChange;
|
|
49
49
|
params[types_1.Param.HideWorksheetSelector] = !!hideWorksheetSelector;
|
|
50
|
-
params[types_1.Param.HideEurekaSuggestions] =
|
|
50
|
+
params[types_1.Param.HideEurekaSuggestions] = !showObjectSuggestions;
|
|
51
51
|
params[types_1.Param.HideActions] = [
|
|
52
52
|
...((_a = params[types_1.Param.HideActions]) !== null && _a !== void 0 ? _a : []),
|
|
53
53
|
...exports.HiddenActionItemByDefaultForSageEmbed,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sage.js","sourceRoot":"","sources":["../../../src/embed/sage.ts"],"names":[],"mappings":";AAAA;;;;;;;GAOG;;;AAEH,oCAEkB;AAClB,oCAA+C;AAC/C,yCAAqC;
|
|
1
|
+
{"version":3,"file":"sage.js","sourceRoot":"","sources":["../../../src/embed/sage.ts"],"names":[],"mappings":";AAAA;;;;;;;GAOG;;;AAEH,oCAEkB;AAClB,oCAA+C;AAC/C,yCAAqC;AA2BxB,QAAA,qCAAqC,GAAG;IACjD,cAAM,CAAC,IAAI;IACX,cAAM,CAAC,GAAG;IACV,cAAM,CAAC,SAAS;IAChB,cAAM,CAAC,UAAU;IACjB,cAAM,CAAC,SAAS;IAChB,cAAM,CAAC,OAAO;IACd,cAAM,CAAC,YAAY;IACnB,cAAM,CAAC,KAAK;CACf,CAAC;AACF;;;;GAIG;AACH,MAAa,SAAU,SAAQ,kBAAO;IAOlC,kDAAkD;IAClD,YAAY,WAAwB,EAAE,UAA0B;QAC5D,KAAK,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;IACnC,CAAC;IAED;;;;;OAKG;IACO,cAAc;;QACpB,MAAM,EACF,iBAAiB,EACjB,sBAAsB,EACtB,qBAAqB,EACrB,qBAAqB,GACxB,GAAG,IAAI,CAAC,UAAU,CAAC;QAEpB,MAAM,MAAM,GAAG,EAAE,CAAC;QAClB,MAAM,CAAC,aAAK,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC;QAC9B,MAAM,CAAC,aAAK,CAAC,iBAAiB,CAAC,GAAG,CAAC,iBAAiB,CAAC;QACrD,MAAM,CAAC,aAAK,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;QACjC,MAAM,CAAC,aAAK,CAAC,sBAAsB,CAAC,GAAG,CAAC,CAAC,sBAAsB,CAAC;QAChE,MAAM,CAAC,aAAK,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC,qBAAqB,CAAC;QAC9D,MAAM,CAAC,aAAK,CAAC,qBAAqB,CAAC,GAAG,CAAC,qBAAqB,CAAC;QAC7D,MAAM,CAAC,aAAK,CAAC,WAAW,CAAC,GAAG;YACxB,GAAG,CAAC,MAAA,MAAM,CAAC,aAAK,CAAC,WAAW,CAAC,mCAAI,EAAE,CAAC;YACpC,GAAG,6CAAqC;SAC3C,CAAC;QAEF,OAAO,IAAA,2BAAmB,EAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IAC7C,CAAC;IAED;;;;;OAKG;IACK,YAAY;QAChB,MAAM,IAAI,GAAG,QAAQ,CAAC;QACtB,MAAM,gBAAgB,GAAG,IAAI,CAAC,2BAA2B,EAAE,CAAC;QAE5D,OAAO,GAAG,IAAI,CAAC,gBAAgB,EAAE,UAAU,IAAI,GAAG,gBAAgB,EAAE,CAAC;IACzE,CAAC;IAED;;;;OAIG;IACI,MAAM;QACT,KAAK,CAAC,MAAM,EAAE,CAAC;QAEf,MAAM,GAAG,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;QAChC,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;QAExB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAnED,8BAmEC"}
|
|
@@ -5,11 +5,10 @@ const index_1 = require("../index");
|
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
const test_utils_1 = require("../test/test-utils");
|
|
7
7
|
const defaultConfig = {
|
|
8
|
-
|
|
9
|
-
isSageEmbed: true,
|
|
8
|
+
showObjectResults: true,
|
|
10
9
|
disableWorksheetChange: false,
|
|
11
10
|
hideWorksheetSelector: true,
|
|
12
|
-
|
|
11
|
+
showObjectSuggestions: false,
|
|
13
12
|
};
|
|
14
13
|
const thoughtSpotHost = 'tshost';
|
|
15
14
|
beforeAll(() => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sage.spec.js","sourceRoot":"","sources":["../../../src/embed/sage.spec.ts"],"names":[],"mappings":";;AAAA,iCAAmD;AACnD,oCAAgC;AAChC,oCAAoC;AACpC,mDAM4B;AAE5B,MAAM,aAAa,GAAmB;IAClC,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"sage.spec.js","sourceRoot":"","sources":["../../../src/embed/sage.spec.ts"],"names":[],"mappings":";;AAAA,iCAAmD;AACnD,oCAAgC;AAChC,oCAAoC;AACpC,mDAM4B;AAE5B,MAAM,aAAa,GAAmB;IAClC,iBAAiB,EAAE,IAAI;IACvB,sBAAsB,EAAE,KAAK;IAC7B,qBAAqB,EAAE,IAAI;IAC3B,qBAAqB,EAAE,KAAK;CAC/B,CAAC;AAEF,MAAM,eAAe,GAAG,QAAQ,CAAC;AAEjC,SAAS,CAAC,GAAG,EAAE;IACX,IAAA,YAAI,EAAC;QACD,eAAe;QACf,QAAQ,EAAE,gBAAQ,CAAC,IAAI;KAC1B,CAAC,CAAC;IACH,KAAK,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAC3B,CAAC,CAAC,CAAC;AAEH,QAAQ,CAAC,mBAAmB,EAAE,GAAG,EAAE;IAC/B,UAAU,CAAC,GAAG,EAAE;QACZ,QAAQ,CAAC,IAAI,CAAC,SAAS,GAAG,IAAA,4BAAe,GAAE,CAAC;IAChD,CAAC,CAAC,CAAC;IAEH,IAAI,CAAC,oBAAoB,EAAE,KAAK,IAAI,EAAE;QAClC,MAAM,SAAS,GAAG,IAAI,gBAAS,CAAC,IAAA,sBAAS,GAAE,EAAE,aAAa,CAAC,CAAC;QAC5D,SAAS,CAAC,MAAM,EAAE,CAAC;QACnB,MAAM,IAAA,6BAAgB,EAAC,GAAG,EAAE;YACxB,IAAA,2BAAc,EACV,IAAA,yBAAY,GAAE,EACd,UAAU,eAAe,iQAAiQ,CAC7R,CAAC;QACN,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AACP,CAAC,CAAC,CAAC"}
|
package/cjs/src/index.d.ts
CHANGED
|
@@ -15,6 +15,6 @@ import { SearchBarEmbed, SearchBarViewConfig } from './embed/search-bar';
|
|
|
15
15
|
import { AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, getSessionInfo } from './auth';
|
|
16
16
|
import { AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, EmbedConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, ContextMenuTriggerOptions } from './types';
|
|
17
17
|
import { CustomCssVariables } from './css-variables';
|
|
18
|
-
import { SageEmbed } from './embed/sage';
|
|
19
|
-
export { init, logout, prefetch, executeTML, exportTML, getEmbedConfig as getInitConfig, getSessionInfo, SearchEmbed, SearchBarEmbed, PinboardEmbed, LiveboardEmbed, SageEmbed, AppEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, ContextMenuTriggerOptions, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, };
|
|
18
|
+
import { SageEmbed, SageViewConfig } from './embed/sage';
|
|
19
|
+
export { init, logout, prefetch, executeTML, exportTML, getEmbedConfig as getInitConfig, getSessionInfo, SearchEmbed, SearchBarEmbed, PinboardEmbed, LiveboardEmbed, SageEmbed, AppEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, ContextMenuTriggerOptions, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, SageViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, };
|
|
20
20
|
//# sourceMappingURL=index.d.ts.map
|
package/cjs/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,EACH,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,SAAS,EAChE,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACH,eAAe,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,cAAc,EAC3E,MAAM,QAAQ,CAAC;AAChB,OAAO,EACH,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,yBAAyB,EAC5B,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,EACH,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,SAAS,EAChE,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACH,eAAe,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,cAAc,EAC3E,MAAM,QAAQ,CAAC;AAChB,OAAO,EACH,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,yBAAyB,EAC5B,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,UAAU,EACV,SAAS,EACT,cAAc,IAAI,aAAa,EAC/B,cAAc,EACd,WAAW,EACX,cAAc,EACd,aAAa,EACb,cAAc,EACd,SAAS,EACT,QAAQ,EACR,eAAe,EACf,UAAU,EACV,SAAS,EACT,gBAAgB,EAEhB,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,yBAAyB,EACzB,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,GACrB,CAAC"}
|
package/cjs/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;GAQG;AACH,qCAA4D;AA8CxD,yFA9CK,cAAQ,OA8CL;AAMR,qFApDe,UAAI,OAoDf;AAnDR,uCAEsB;AA+BlB,qFAhCA,WAAI,OAgCA;AAEJ,yFAlCM,eAAQ,OAkCN;AADR,uFAjCgB,aAAM,OAiChB;AAIY,8FArCM,qBAAc,OAqCP;AAF/B,2FAnCwC,iBAAU,OAmCxC;AACV,0FApCoD,gBAAS,OAoCpD;AAlCb,iDAAuF;AAuCnF,8FAvCK,yBAAa,OAuCL;AACb,+FAxCyC,0BAAc,OAwCzC;AAvClB,2CAA+D;AAoC3D,4FApCK,oBAAW,OAoCL;AAnCf,mDAAyE;AAoCrE,+FApCK,2BAAc,OAoCL;AAnClB,iCAEgB;AAsCZ,gGAvCA,sBAAe,OAuCA;AACf,2FAxCiB,iBAAU,OAwCjB;AACV,0FAzC6B,gBAAS,OAyC7B;AATT,+FAhC0D,qBAAc,OAgC1D;AA9BlB,mCAmBiB;AAwBb,yFA1CA,gBAAQ,OA0CA;AAER,gGA1CA,uBAAe,OA0CA;AACf,2FA1CA,kBAAU,OA0CA;AACV,0FA1CA,iBAAS,OA0CA;AACT,qGA1CA,4BAAoB,OA0CA;AACpB,uFA1CA,cAAM,OA0CA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;GAQG;AACH,qCAA4D;AA8CxD,yFA9CK,cAAQ,OA8CL;AAMR,qFApDe,UAAI,OAoDf;AAnDR,uCAEsB;AA+BlB,qFAhCA,WAAI,OAgCA;AAEJ,yFAlCM,eAAQ,OAkCN;AADR,uFAjCgB,aAAM,OAiChB;AAIY,8FArCM,qBAAc,OAqCP;AAF/B,2FAnCwC,iBAAU,OAmCxC;AACV,0FApCoD,gBAAS,OAoCpD;AAlCb,iDAAuF;AAuCnF,8FAvCK,yBAAa,OAuCL;AACb,+FAxCyC,0BAAc,OAwCzC;AAvClB,2CAA+D;AAoC3D,4FApCK,oBAAW,OAoCL;AAnCf,mDAAyE;AAoCrE,+FApCK,2BAAc,OAoCL;AAnClB,iCAEgB;AAsCZ,gGAvCA,sBAAe,OAuCA;AACf,2FAxCiB,iBAAU,OAwCjB;AACV,0FAzC6B,gBAAS,OAyC7B;AATT,+FAhC0D,qBAAc,OAgC1D;AA9BlB,mCAmBiB;AAwBb,yFA1CA,gBAAQ,OA0CA;AAER,gGA1CA,uBAAe,OA0CA;AACf,2FA1CA,kBAAU,OA0CA;AACV,0FA1CA,iBAAS,OA0CA;AACT,qGA1CA,4BAAoB,OA0CA;AACpB,uFA1CA,cAAM,OA0CA;AAQN,iGAhDA,wBAAgB,OAgDA;AAPhB,0GAhCA,iCAAyB,OAgCA;AA7B7B,uCAAyD;AAcrD,0FAdK,gBAAS,OAcL"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { SearchEmbed, LiveboardEmbed, SearchBarEmbed, AppEmbed, useEmbedRef, } from './index';
|
|
2
|
-
export { init, logout, prefetch, getInitConfig, getSessionInfo, PinboardEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, } from '../index';
|
|
1
|
+
export { SearchEmbed, LiveboardEmbed, SearchBarEmbed, AppEmbed, SageEmbed, useEmbedRef, } from './index';
|
|
2
|
+
export { init, logout, prefetch, getInitConfig, getSessionInfo, PinboardEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, SageViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, } from '../index';
|
|
3
3
|
//# sourceMappingURL=all-types-export.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all-types-export.d.ts","sourceRoot":"","sources":["../../../src/react/all-types-export.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,cAAc,EACd,cAAc,EACd,QAAQ,EACR,WAAW,GACd,MAAM,SAAS,CAAC;AAEjB,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,aAAa,EACb,cAAc,EACd,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,gBAAgB,EAEhB,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,EACnB,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,GACrB,MAAM,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"all-types-export.d.ts","sourceRoot":"","sources":["../../../src/react/all-types-export.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,cAAc,EACd,cAAc,EACd,QAAQ,EACR,SAAS,EACT,WAAW,GACd,MAAM,SAAS,CAAC;AAEjB,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,aAAa,EACb,cAAc,EACd,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,gBAAgB,EAEhB,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,GACrB,MAAM,UAAU,CAAC"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PrefetchFeatures = exports.Action = exports.DataSourceVisualMode = exports.HostEvent = exports.EmbedEvent = exports.RuntimeFilterOp = exports.AuthType = exports.Page = exports.AuthEvent = exports.AuthStatus = exports.AuthFailureType = exports.PinboardEmbed = exports.getSessionInfo = exports.getInitConfig = exports.prefetch = exports.logout = exports.init = exports.useEmbedRef = exports.AppEmbed = exports.SearchBarEmbed = exports.LiveboardEmbed = exports.SearchEmbed = void 0;
|
|
3
|
+
exports.PrefetchFeatures = exports.Action = exports.DataSourceVisualMode = exports.HostEvent = exports.EmbedEvent = exports.RuntimeFilterOp = exports.AuthType = exports.Page = exports.AuthEvent = exports.AuthStatus = exports.AuthFailureType = exports.PinboardEmbed = exports.getSessionInfo = exports.getInitConfig = exports.prefetch = exports.logout = exports.init = exports.useEmbedRef = exports.SageEmbed = exports.AppEmbed = exports.SearchBarEmbed = exports.LiveboardEmbed = exports.SearchEmbed = void 0;
|
|
4
4
|
var index_1 = require("./index");
|
|
5
5
|
Object.defineProperty(exports, "SearchEmbed", { enumerable: true, get: function () { return index_1.SearchEmbed; } });
|
|
6
6
|
Object.defineProperty(exports, "LiveboardEmbed", { enumerable: true, get: function () { return index_1.LiveboardEmbed; } });
|
|
7
7
|
Object.defineProperty(exports, "SearchBarEmbed", { enumerable: true, get: function () { return index_1.SearchBarEmbed; } });
|
|
8
8
|
Object.defineProperty(exports, "AppEmbed", { enumerable: true, get: function () { return index_1.AppEmbed; } });
|
|
9
|
+
Object.defineProperty(exports, "SageEmbed", { enumerable: true, get: function () { return index_1.SageEmbed; } });
|
|
9
10
|
Object.defineProperty(exports, "useEmbedRef", { enumerable: true, get: function () { return index_1.useEmbedRef; } });
|
|
10
11
|
var index_2 = require("../index");
|
|
11
12
|
Object.defineProperty(exports, "init", { enumerable: true, get: function () { return index_2.init; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all-types-export.js","sourceRoot":"","sources":["../../../src/react/all-types-export.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"all-types-export.js","sourceRoot":"","sources":["../../../src/react/all-types-export.ts"],"names":[],"mappings":";;;AAAA,iCAOiB;AANb,oGAAA,WAAW,OAAA;AACX,uGAAA,cAAc,OAAA;AACd,uGAAA,cAAc,OAAA;AACd,iGAAA,QAAQ,OAAA;AACR,kGAAA,SAAS,OAAA;AACT,oGAAA,WAAW,OAAA;AAGf,kCAoCkB;AAnCd,6FAAA,IAAI,OAAA;AACJ,+FAAA,MAAM,OAAA;AACN,iGAAA,QAAQ,OAAA;AACR,sGAAA,aAAa,OAAA;AACb,uGAAA,cAAc,OAAA;AACd,sGAAA,aAAa,OAAA;AACb,wGAAA,eAAe,OAAA;AACf,mGAAA,UAAU,OAAA;AACV,kGAAA,SAAS,OAAA;AAET,QAAQ;AACR,6FAAA,IAAI,OAAA;AACJ,iGAAA,QAAQ,OAAA;AAER,wGAAA,eAAe,OAAA;AACf,mGAAA,UAAU,OAAA;AACV,kGAAA,SAAS,OAAA;AACT,6GAAA,oBAAoB,OAAA;AACpB,+FAAA,MAAM,OAAA;AAON,yGAAA,gBAAgB,OAAA"}
|
package/dist/src/embed/sage.d.ts
CHANGED
|
@@ -9,19 +9,16 @@
|
|
|
9
9
|
import { Action, DOMSelector, ViewConfig } from '../types';
|
|
10
10
|
import { V1Embed } from './ts-embed';
|
|
11
11
|
/**
|
|
12
|
-
* The configuration attributes for the embedded search view.
|
|
12
|
+
* The configuration attributes for the embedded Natural language search view. Based on
|
|
13
|
+
* GPT and LLM.
|
|
13
14
|
*
|
|
14
15
|
* @group Embed components
|
|
15
16
|
*/
|
|
16
17
|
export interface SageViewConfig extends ViewConfig {
|
|
17
18
|
/**
|
|
18
|
-
* If set to
|
|
19
|
+
* If set to true, object results are shown.
|
|
19
20
|
*/
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* primary flag to enable eureka(/sage) page embedding.
|
|
23
|
-
*/
|
|
24
|
-
isSageEmbed?: boolean;
|
|
21
|
+
showObjectResults?: boolean;
|
|
25
22
|
/**
|
|
26
23
|
* flag to disable changing worksheet. default false.
|
|
27
24
|
*/
|
|
@@ -31,14 +28,14 @@ export interface SageViewConfig extends ViewConfig {
|
|
|
31
28
|
*/
|
|
32
29
|
hideWorksheetSelector?: boolean;
|
|
33
30
|
/**
|
|
34
|
-
* If set to true, the
|
|
31
|
+
* If set to true, the object search suggestions are not shown
|
|
35
32
|
*
|
|
36
33
|
*/
|
|
37
|
-
|
|
34
|
+
showObjectSuggestions?: boolean;
|
|
38
35
|
}
|
|
39
36
|
export declare const HiddenActionItemByDefaultForSageEmbed: Action[];
|
|
40
37
|
/**
|
|
41
|
-
* Embed ThoughtSpot search
|
|
38
|
+
* Embed ThoughtSpot LLM and GPT based natural language search component.
|
|
42
39
|
*
|
|
43
40
|
* @group Embed components
|
|
44
41
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sage.d.ts","sourceRoot":"","sources":["sage.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EACH,MAAM,EAAE,WAAW,EAAS,UAAU,EACzC,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC
|
|
1
|
+
{"version":3,"file":"sage.d.ts","sourceRoot":"","sources":["sage.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EACH,MAAM,EAAE,WAAW,EAAS,UAAU,EACzC,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,UAAU;IAC9C;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACnC;AACD,eAAO,MAAM,qCAAqC,UASjD,CAAC;AACF;;;;GAIG;AACH,qBAAa,SAAU,SAAQ,OAAO;IAClC;;;OAGG;IACH,SAAS,CAAC,UAAU,EAAE,cAAc,CAAC;gBAGzB,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,cAAc;IAIhE;;;;;OAKG;IACH,SAAS,CAAC,cAAc,IAAI,MAAM;IAuBlC;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAOpB;;;;OAIG;IACI,MAAM,IAAI,SAAS;CAQ7B"}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -15,6 +15,6 @@ import { SearchBarEmbed, SearchBarViewConfig } from './embed/search-bar';
|
|
|
15
15
|
import { AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, getSessionInfo } from './auth';
|
|
16
16
|
import { AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, EmbedConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, ContextMenuTriggerOptions } from './types';
|
|
17
17
|
import { CustomCssVariables } from './css-variables';
|
|
18
|
-
import { SageEmbed } from './embed/sage';
|
|
19
|
-
export { init, logout, prefetch, executeTML, exportTML, getEmbedConfig as getInitConfig, getSessionInfo, SearchEmbed, SearchBarEmbed, PinboardEmbed, LiveboardEmbed, SageEmbed, AppEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, ContextMenuTriggerOptions, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, };
|
|
18
|
+
import { SageEmbed, SageViewConfig } from './embed/sage';
|
|
19
|
+
export { init, logout, prefetch, executeTML, exportTML, getEmbedConfig as getInitConfig, getSessionInfo, SearchEmbed, SearchBarEmbed, PinboardEmbed, LiveboardEmbed, SageEmbed, AppEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, ContextMenuTriggerOptions, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, SageViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, };
|
|
20
20
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,EACH,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,SAAS,EAChE,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACH,eAAe,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,cAAc,EAC3E,MAAM,QAAQ,CAAC;AAChB,OAAO,EACH,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,yBAAyB,EAC5B,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,EACH,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,SAAS,EAChE,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACH,eAAe,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,cAAc,EAC3E,MAAM,QAAQ,CAAC;AAChB,OAAO,EACH,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,yBAAyB,EAC5B,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,UAAU,EACV,SAAS,EACT,cAAc,IAAI,aAAa,EAC/B,cAAc,EACd,WAAW,EACX,cAAc,EACd,aAAa,EACb,cAAc,EACd,SAAS,EACT,QAAQ,EACR,eAAe,EACf,UAAU,EACV,SAAS,EACT,gBAAgB,EAEhB,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,yBAAyB,EACzB,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,GACrB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { SearchEmbed, LiveboardEmbed, SearchBarEmbed, AppEmbed, useEmbedRef, } from './index';
|
|
2
|
-
export { init, logout, prefetch, getInitConfig, getSessionInfo, PinboardEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, } from '../index';
|
|
1
|
+
export { SearchEmbed, LiveboardEmbed, SearchBarEmbed, AppEmbed, SageEmbed, useEmbedRef, } from './index';
|
|
2
|
+
export { init, logout, prefetch, getInitConfig, getSessionInfo, PinboardEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, SageViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, } from '../index';
|
|
3
3
|
//# sourceMappingURL=all-types-export.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all-types-export.d.ts","sourceRoot":"","sources":["all-types-export.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,cAAc,EACd,cAAc,EACd,QAAQ,EACR,WAAW,GACd,MAAM,SAAS,CAAC;AAEjB,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,aAAa,EACb,cAAc,EACd,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,gBAAgB,EAEhB,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,EACnB,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,GACrB,MAAM,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"all-types-export.d.ts","sourceRoot":"","sources":["all-types-export.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,cAAc,EACd,cAAc,EACd,QAAQ,EACR,SAAS,EACT,WAAW,GACd,MAAM,SAAS,CAAC;AAEjB,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,aAAa,EACb,cAAc,EACd,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,gBAAgB,EAEhB,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,GACrB,MAAM,UAAU,CAAC"}
|
package/dist/tsembed-react.es.js
CHANGED
|
@@ -26676,7 +26676,7 @@ function processTrigger(iFrame, messageType, thoughtSpotHost, data) {
|
|
|
26676
26676
|
});
|
|
26677
26677
|
}
|
|
26678
26678
|
|
|
26679
|
-
var name="@thoughtspot/visual-embed-sdk";var version="1.22.0-alpha.
|
|
26679
|
+
var name="@thoughtspot/visual-embed-sdk";var version="1.22.0-alpha.7";var description="ThoughtSpot Embed SDK";var module="lib/src/index.js";var main="dist/tsembed.js";var types="lib/src/index.d.ts";var files=["dist/**","lib/**","src/**","cjs/**"];var exports={".":{"import":"./lib/src/index.js",require:"./cjs/src/index.js",types:"./lib/src/index.d.ts"},"./react":{"import":"./lib/src/react/all-types-export.js",require:"./cjs/src/react/all-types-export.js",types:"./lib/src/react/all-types-export.d.ts"},"./lib/src/react":{"import":"./lib/src/react/all-types-export.js",require:"./cjs/src/react/all-types-export.js",types:"./lib/src/react/all-types-export.d.ts"}};var typesVersions={"*":{react:["./lib/src/react/all-types-export.d.ts"]}};var scripts={lint:"eslint 'src/**'","lint:fix":"eslint 'src/**/*.*' --fix",tsc:"tsc -p . --incremental false; tsc -p . --incremental false --module commonjs --outDir cjs",start:"gatsby develop","build:gatsby":"npm run clean:gatsby && gatsby build --prefix-paths","build:gatsby:noprefix":"npm run clean:gatsby && gatsby build","serve:gatsby":"gatsby serve","clean:gatsby":"gatsby clean","build-and-publish":"npm run build:gatsby && npm run publish","bundle-dts":"dts-bundle --name ../../dist/visual-embed-sdk --main lib/src/index.d.ts --outputAsModuleFolder=true","bundle-dts-react":"dts-bundle --name ../../../dist/visual-embed-sdk-react --main lib/src/react/index.d.ts --outputAsModuleFolder=true","bundle-dts-react-full":"dts-bundle --name ../../../dist/visual-embed-sdk-react-full --main lib/src/react/all-types-export.d.ts --outputAsModuleFolder=true",build:"rollup -c",watch:"rollup -cw","docs-cmd":"node scripts/gatsby-commands.js",docgen:"typedoc --tsconfig tsconfig.json --theme typedoc-theme","test-sdk":"jest -c jest.config.sdk.js --runInBand","test-docs":"jest -c jest.config.docs.js",test:"npm run test-sdk && npm run test-docs",posttest:"cat ./coverage/sdk/lcov.info | coveralls","is-publish-allowed":"node scripts/is-publish-allowed.js",prepublishOnly:"npm run is-publish-allowed && npm run test && npm run tsc && npm run bundle-dts && npm run bundle-dts-react && npm run bundle-dts-react-full && npm run build","publish-dev":"npm publish --tag dev","publish-prod":"npm publish --tag latest"};var peerDependencies={react:"> 16.8.0","react-dom":"> 16.8.0"};var dependencies={algoliasearch:"^4.10.5",classnames:"^2.3.1",dompurify:"^2.3.4","eslint-plugin-comment-length":"^0.9.2","eslint-plugin-jsdoc":"^40.1.0",eventemitter3:"^4.0.7","gatsby-plugin-vercel":"^1.0.3","html-react-parser":"^1.4.12",lodash:"^4.17.21","mixpanel-browser":"^2.45.0","ts-deepmerge":"^6.0.2",tslib:"^2.5.3","use-deep-compare-effect":"^1.8.1"};var devDependencies={"@mdx-js/mdx":"^1.6.22","@mdx-js/react":"^1.6.22","@react-icons/all-files":"^4.1.0","@rollup/plugin-commonjs":"^18.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.2.1","@rollup/plugin-replace":"^5.0.2","@testing-library/dom":"^7.31.0","@testing-library/jest-dom":"^5.14.1","@testing-library/react":"^11.2.7","@testing-library/user-event":"^13.1.8","@types/jest":"^22.2.3","@types/mixpanel-browser":"^2.35.6","@types/react-test-renderer":"^17.0.1","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0",asciidoctor:"^2.2.1","babel-jest":"^26.6.3","babel-preset-gatsby":"^1.10.0","command-line-args":"^5.1.1",coveralls:"^3.1.0","current-git-branch":"^1.1.0","dts-bundle":"^0.7.3",eslint:"^7.12.1","eslint-config-airbnb-base":"^14.2.0","eslint-config-prettier":"^6.15.0","eslint-import-resolver-typescript":"^2.3.0","eslint-plugin-import":"^2.22.1","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react-hooks":"^4.2.0","fs-extra":"^10.0.0",gatsby:"3.13.1","gatsby-plugin-algolia":"^0.22.2","gatsby-plugin-catch-links":"^3.1.0","gatsby-plugin-env-variables":"^2.1.0","gatsby-plugin-intl":"^0.3.3","gatsby-plugin-manifest":"^3.2.0","gatsby-plugin-output":"^0.1.3","gatsby-plugin-sass":"6.7.0","gatsby-plugin-sitemap":"^4.10.0","gatsby-source-filesystem":"3.1.0","gatsby-transformer-asciidoc":"2.1.0","gatsby-transformer-rehype":"2.0.0","gh-pages":"^3.1.0","highlight.js":"^10.6.0","html-to-text":"^8.0.0","identity-obj-proxy":"^3.0.0","istanbul-merge":"^1.1.1",jest:"^26.6.3","jest-puppeteer":"^4.4.0",jsdom:"^17.0.0","node-sass":"^8.0.0",prettier:"2.1.2",puppeteer:"^7.0.1",react:"^16.14.0","react-dom":"^16.14.0","react-resizable":"^1.11.0","react-resize-detector":"^6.6.0","react-test-renderer":"^17.0.2","react-use-flexsearch":"^0.1.1",rollup:"2.30.0","rollup-plugin-typescript2":"0.27.3","ts-jest":"^26.5.5","ts-loader":"8.0.4",typedoc:"0.21.6","typedoc-plugin-toc-group":"thoughtspot/typedoc-plugin-toc-group",typescript:"^4.9.4","url-search-params-polyfill":"^8.1.0",util:"^0.12.4"};var author="ThoughtSpot";var email="support@thoughtspot.com";var license="ThoughtSpot Development Tools End User License Agreement";var directories={lib:"lib"};var repository={type:"git",url:"git+https://github.com/thoughtspot/visual-embed-sdk.git"};var publishConfig={registry:"https://registry.npmjs.org"};var keywords=["thoughtspot","everywhere","embed","sdk","analytics"];var bugs={url:"https://github.com/thoughtspot/visual-embed-sdk/issues"};var homepage="https://github.com/thoughtspot/visual-embed-sdk#readme";var globals={window:{}};var pkgInfo = {name:name,version:version,description:description,module:module,main:main,types:types,files:files,exports:exports,typesVersions:typesVersions,scripts:scripts,peerDependencies:peerDependencies,dependencies:dependencies,devDependencies:devDependencies,author:author,email:email,license:license,directories:directories,repository:repository,publishConfig:publishConfig,keywords:keywords,bugs:bugs,homepage:homepage,globals:globals};
|
|
26680
26680
|
|
|
26681
26681
|
/**
|
|
26682
26682
|
* Copyright (c) 2022
|
|
@@ -27472,7 +27472,7 @@ const HiddenActionItemByDefaultForSageEmbed = [
|
|
|
27472
27472
|
Action.Share,
|
|
27473
27473
|
];
|
|
27474
27474
|
/**
|
|
27475
|
-
* Embed ThoughtSpot search
|
|
27475
|
+
* Embed ThoughtSpot LLM and GPT based natural language search component.
|
|
27476
27476
|
*
|
|
27477
27477
|
* @group Embed components
|
|
27478
27478
|
*/
|
|
@@ -27489,14 +27489,14 @@ class SageEmbed extends V1Embed {
|
|
|
27489
27489
|
*/
|
|
27490
27490
|
getEmbedParams() {
|
|
27491
27491
|
var _a;
|
|
27492
|
-
const {
|
|
27492
|
+
const { showObjectResults, disableWorksheetChange, hideWorksheetSelector, showObjectSuggestions, } = this.viewConfig;
|
|
27493
27493
|
const params = {};
|
|
27494
27494
|
params[Param.EmbedApp] = true;
|
|
27495
|
-
params[Param.HideEurekaResults] =
|
|
27496
|
-
params[Param.IsSageEmbed] =
|
|
27495
|
+
params[Param.HideEurekaResults] = !showObjectResults;
|
|
27496
|
+
params[Param.IsSageEmbed] = true;
|
|
27497
27497
|
params[Param.DisableWorksheetChange] = !!disableWorksheetChange;
|
|
27498
27498
|
params[Param.HideWorksheetSelector] = !!hideWorksheetSelector;
|
|
27499
|
-
params[Param.HideEurekaSuggestions] =
|
|
27499
|
+
params[Param.HideEurekaSuggestions] = !showObjectSuggestions;
|
|
27500
27500
|
params[Param.HideActions] = [
|
|
27501
27501
|
...((_a = params[Param.HideActions]) !== null && _a !== void 0 ? _a : []),
|
|
27502
27502
|
...HiddenActionItemByDefaultForSageEmbed,
|
package/dist/tsembed-react.js
CHANGED
|
@@ -26614,7 +26614,7 @@
|
|
|
26614
26614
|
});
|
|
26615
26615
|
}
|
|
26616
26616
|
|
|
26617
|
-
var name="@thoughtspot/visual-embed-sdk";var version="1.22.0-alpha.
|
|
26617
|
+
var name="@thoughtspot/visual-embed-sdk";var version="1.22.0-alpha.7";var description="ThoughtSpot Embed SDK";var module="lib/src/index.js";var main="dist/tsembed.js";var types="lib/src/index.d.ts";var files=["dist/**","lib/**","src/**","cjs/**"];var exports$1={".":{"import":"./lib/src/index.js",require:"./cjs/src/index.js",types:"./lib/src/index.d.ts"},"./react":{"import":"./lib/src/react/all-types-export.js",require:"./cjs/src/react/all-types-export.js",types:"./lib/src/react/all-types-export.d.ts"},"./lib/src/react":{"import":"./lib/src/react/all-types-export.js",require:"./cjs/src/react/all-types-export.js",types:"./lib/src/react/all-types-export.d.ts"}};var typesVersions={"*":{react:["./lib/src/react/all-types-export.d.ts"]}};var scripts={lint:"eslint 'src/**'","lint:fix":"eslint 'src/**/*.*' --fix",tsc:"tsc -p . --incremental false; tsc -p . --incremental false --module commonjs --outDir cjs",start:"gatsby develop","build:gatsby":"npm run clean:gatsby && gatsby build --prefix-paths","build:gatsby:noprefix":"npm run clean:gatsby && gatsby build","serve:gatsby":"gatsby serve","clean:gatsby":"gatsby clean","build-and-publish":"npm run build:gatsby && npm run publish","bundle-dts":"dts-bundle --name ../../dist/visual-embed-sdk --main lib/src/index.d.ts --outputAsModuleFolder=true","bundle-dts-react":"dts-bundle --name ../../../dist/visual-embed-sdk-react --main lib/src/react/index.d.ts --outputAsModuleFolder=true","bundle-dts-react-full":"dts-bundle --name ../../../dist/visual-embed-sdk-react-full --main lib/src/react/all-types-export.d.ts --outputAsModuleFolder=true",build:"rollup -c",watch:"rollup -cw","docs-cmd":"node scripts/gatsby-commands.js",docgen:"typedoc --tsconfig tsconfig.json --theme typedoc-theme","test-sdk":"jest -c jest.config.sdk.js --runInBand","test-docs":"jest -c jest.config.docs.js",test:"npm run test-sdk && npm run test-docs",posttest:"cat ./coverage/sdk/lcov.info | coveralls","is-publish-allowed":"node scripts/is-publish-allowed.js",prepublishOnly:"npm run is-publish-allowed && npm run test && npm run tsc && npm run bundle-dts && npm run bundle-dts-react && npm run bundle-dts-react-full && npm run build","publish-dev":"npm publish --tag dev","publish-prod":"npm publish --tag latest"};var peerDependencies={react:"> 16.8.0","react-dom":"> 16.8.0"};var dependencies={algoliasearch:"^4.10.5",classnames:"^2.3.1",dompurify:"^2.3.4","eslint-plugin-comment-length":"^0.9.2","eslint-plugin-jsdoc":"^40.1.0",eventemitter3:"^4.0.7","gatsby-plugin-vercel":"^1.0.3","html-react-parser":"^1.4.12",lodash:"^4.17.21","mixpanel-browser":"^2.45.0","ts-deepmerge":"^6.0.2",tslib:"^2.5.3","use-deep-compare-effect":"^1.8.1"};var devDependencies={"@mdx-js/mdx":"^1.6.22","@mdx-js/react":"^1.6.22","@react-icons/all-files":"^4.1.0","@rollup/plugin-commonjs":"^18.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.2.1","@rollup/plugin-replace":"^5.0.2","@testing-library/dom":"^7.31.0","@testing-library/jest-dom":"^5.14.1","@testing-library/react":"^11.2.7","@testing-library/user-event":"^13.1.8","@types/jest":"^22.2.3","@types/mixpanel-browser":"^2.35.6","@types/react-test-renderer":"^17.0.1","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0",asciidoctor:"^2.2.1","babel-jest":"^26.6.3","babel-preset-gatsby":"^1.10.0","command-line-args":"^5.1.1",coveralls:"^3.1.0","current-git-branch":"^1.1.0","dts-bundle":"^0.7.3",eslint:"^7.12.1","eslint-config-airbnb-base":"^14.2.0","eslint-config-prettier":"^6.15.0","eslint-import-resolver-typescript":"^2.3.0","eslint-plugin-import":"^2.22.1","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react-hooks":"^4.2.0","fs-extra":"^10.0.0",gatsby:"3.13.1","gatsby-plugin-algolia":"^0.22.2","gatsby-plugin-catch-links":"^3.1.0","gatsby-plugin-env-variables":"^2.1.0","gatsby-plugin-intl":"^0.3.3","gatsby-plugin-manifest":"^3.2.0","gatsby-plugin-output":"^0.1.3","gatsby-plugin-sass":"6.7.0","gatsby-plugin-sitemap":"^4.10.0","gatsby-source-filesystem":"3.1.0","gatsby-transformer-asciidoc":"2.1.0","gatsby-transformer-rehype":"2.0.0","gh-pages":"^3.1.0","highlight.js":"^10.6.0","html-to-text":"^8.0.0","identity-obj-proxy":"^3.0.0","istanbul-merge":"^1.1.1",jest:"^26.6.3","jest-puppeteer":"^4.4.0",jsdom:"^17.0.0","node-sass":"^8.0.0",prettier:"2.1.2",puppeteer:"^7.0.1",react:"^16.14.0","react-dom":"^16.14.0","react-resizable":"^1.11.0","react-resize-detector":"^6.6.0","react-test-renderer":"^17.0.2","react-use-flexsearch":"^0.1.1",rollup:"2.30.0","rollup-plugin-typescript2":"0.27.3","ts-jest":"^26.5.5","ts-loader":"8.0.4",typedoc:"0.21.6","typedoc-plugin-toc-group":"thoughtspot/typedoc-plugin-toc-group",typescript:"^4.9.4","url-search-params-polyfill":"^8.1.0",util:"^0.12.4"};var author="ThoughtSpot";var email="support@thoughtspot.com";var license="ThoughtSpot Development Tools End User License Agreement";var directories={lib:"lib"};var repository={type:"git",url:"git+https://github.com/thoughtspot/visual-embed-sdk.git"};var publishConfig={registry:"https://registry.npmjs.org"};var keywords=["thoughtspot","everywhere","embed","sdk","analytics"];var bugs={url:"https://github.com/thoughtspot/visual-embed-sdk/issues"};var homepage="https://github.com/thoughtspot/visual-embed-sdk#readme";var globals={window:{}};var pkgInfo = {name:name,version:version,description:description,module:module,main:main,types:types,files:files,exports:exports$1,typesVersions:typesVersions,scripts:scripts,peerDependencies:peerDependencies,dependencies:dependencies,devDependencies:devDependencies,author:author,email:email,license:license,directories:directories,repository:repository,publishConfig:publishConfig,keywords:keywords,bugs:bugs,homepage:homepage,globals:globals};
|
|
26618
26618
|
|
|
26619
26619
|
/**
|
|
26620
26620
|
* Copyright (c) 2022
|
|
@@ -27410,7 +27410,7 @@
|
|
|
27410
27410
|
exports.Action.Share,
|
|
27411
27411
|
];
|
|
27412
27412
|
/**
|
|
27413
|
-
* Embed ThoughtSpot search
|
|
27413
|
+
* Embed ThoughtSpot LLM and GPT based natural language search component.
|
|
27414
27414
|
*
|
|
27415
27415
|
* @group Embed components
|
|
27416
27416
|
*/
|
|
@@ -27427,14 +27427,14 @@
|
|
|
27427
27427
|
*/
|
|
27428
27428
|
getEmbedParams() {
|
|
27429
27429
|
var _a;
|
|
27430
|
-
const {
|
|
27430
|
+
const { showObjectResults, disableWorksheetChange, hideWorksheetSelector, showObjectSuggestions, } = this.viewConfig;
|
|
27431
27431
|
const params = {};
|
|
27432
27432
|
params[Param.EmbedApp] = true;
|
|
27433
|
-
params[Param.HideEurekaResults] =
|
|
27434
|
-
params[Param.IsSageEmbed] =
|
|
27433
|
+
params[Param.HideEurekaResults] = !showObjectResults;
|
|
27434
|
+
params[Param.IsSageEmbed] = true;
|
|
27435
27435
|
params[Param.DisableWorksheetChange] = !!disableWorksheetChange;
|
|
27436
27436
|
params[Param.HideWorksheetSelector] = !!hideWorksheetSelector;
|
|
27437
|
-
params[Param.HideEurekaSuggestions] =
|
|
27437
|
+
params[Param.HideEurekaSuggestions] = !showObjectSuggestions;
|
|
27438
27438
|
params[Param.HideActions] = [
|
|
27439
27439
|
...((_a = params[Param.HideActions]) !== null && _a !== void 0 ? _a : []),
|
|
27440
27440
|
...HiddenActionItemByDefaultForSageEmbed,
|
package/dist/tsembed.es.js
CHANGED
|
@@ -27523,7 +27523,7 @@ function processTrigger(iFrame, messageType, thoughtSpotHost, data) {
|
|
|
27523
27523
|
});
|
|
27524
27524
|
}
|
|
27525
27525
|
|
|
27526
|
-
var name="@thoughtspot/visual-embed-sdk";var version="1.22.0-alpha.
|
|
27526
|
+
var name="@thoughtspot/visual-embed-sdk";var version="1.22.0-alpha.7";var description="ThoughtSpot Embed SDK";var module="lib/src/index.js";var main="dist/tsembed.js";var types="lib/src/index.d.ts";var files=["dist/**","lib/**","src/**","cjs/**"];var exports={".":{"import":"./lib/src/index.js",require:"./cjs/src/index.js",types:"./lib/src/index.d.ts"},"./react":{"import":"./lib/src/react/all-types-export.js",require:"./cjs/src/react/all-types-export.js",types:"./lib/src/react/all-types-export.d.ts"},"./lib/src/react":{"import":"./lib/src/react/all-types-export.js",require:"./cjs/src/react/all-types-export.js",types:"./lib/src/react/all-types-export.d.ts"}};var typesVersions={"*":{react:["./lib/src/react/all-types-export.d.ts"]}};var scripts={lint:"eslint 'src/**'","lint:fix":"eslint 'src/**/*.*' --fix",tsc:"tsc -p . --incremental false; tsc -p . --incremental false --module commonjs --outDir cjs",start:"gatsby develop","build:gatsby":"npm run clean:gatsby && gatsby build --prefix-paths","build:gatsby:noprefix":"npm run clean:gatsby && gatsby build","serve:gatsby":"gatsby serve","clean:gatsby":"gatsby clean","build-and-publish":"npm run build:gatsby && npm run publish","bundle-dts":"dts-bundle --name ../../dist/visual-embed-sdk --main lib/src/index.d.ts --outputAsModuleFolder=true","bundle-dts-react":"dts-bundle --name ../../../dist/visual-embed-sdk-react --main lib/src/react/index.d.ts --outputAsModuleFolder=true","bundle-dts-react-full":"dts-bundle --name ../../../dist/visual-embed-sdk-react-full --main lib/src/react/all-types-export.d.ts --outputAsModuleFolder=true",build:"rollup -c",watch:"rollup -cw","docs-cmd":"node scripts/gatsby-commands.js",docgen:"typedoc --tsconfig tsconfig.json --theme typedoc-theme","test-sdk":"jest -c jest.config.sdk.js --runInBand","test-docs":"jest -c jest.config.docs.js",test:"npm run test-sdk && npm run test-docs",posttest:"cat ./coverage/sdk/lcov.info | coveralls","is-publish-allowed":"node scripts/is-publish-allowed.js",prepublishOnly:"npm run is-publish-allowed && npm run test && npm run tsc && npm run bundle-dts && npm run bundle-dts-react && npm run bundle-dts-react-full && npm run build","publish-dev":"npm publish --tag dev","publish-prod":"npm publish --tag latest"};var peerDependencies={react:"> 16.8.0","react-dom":"> 16.8.0"};var dependencies={algoliasearch:"^4.10.5",classnames:"^2.3.1",dompurify:"^2.3.4","eslint-plugin-comment-length":"^0.9.2","eslint-plugin-jsdoc":"^40.1.0",eventemitter3:"^4.0.7","gatsby-plugin-vercel":"^1.0.3","html-react-parser":"^1.4.12",lodash:"^4.17.21","mixpanel-browser":"^2.45.0","ts-deepmerge":"^6.0.2",tslib:"^2.5.3","use-deep-compare-effect":"^1.8.1"};var devDependencies={"@mdx-js/mdx":"^1.6.22","@mdx-js/react":"^1.6.22","@react-icons/all-files":"^4.1.0","@rollup/plugin-commonjs":"^18.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.2.1","@rollup/plugin-replace":"^5.0.2","@testing-library/dom":"^7.31.0","@testing-library/jest-dom":"^5.14.1","@testing-library/react":"^11.2.7","@testing-library/user-event":"^13.1.8","@types/jest":"^22.2.3","@types/mixpanel-browser":"^2.35.6","@types/react-test-renderer":"^17.0.1","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0",asciidoctor:"^2.2.1","babel-jest":"^26.6.3","babel-preset-gatsby":"^1.10.0","command-line-args":"^5.1.1",coveralls:"^3.1.0","current-git-branch":"^1.1.0","dts-bundle":"^0.7.3",eslint:"^7.12.1","eslint-config-airbnb-base":"^14.2.0","eslint-config-prettier":"^6.15.0","eslint-import-resolver-typescript":"^2.3.0","eslint-plugin-import":"^2.22.1","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react-hooks":"^4.2.0","fs-extra":"^10.0.0",gatsby:"3.13.1","gatsby-plugin-algolia":"^0.22.2","gatsby-plugin-catch-links":"^3.1.0","gatsby-plugin-env-variables":"^2.1.0","gatsby-plugin-intl":"^0.3.3","gatsby-plugin-manifest":"^3.2.0","gatsby-plugin-output":"^0.1.3","gatsby-plugin-sass":"6.7.0","gatsby-plugin-sitemap":"^4.10.0","gatsby-source-filesystem":"3.1.0","gatsby-transformer-asciidoc":"2.1.0","gatsby-transformer-rehype":"2.0.0","gh-pages":"^3.1.0","highlight.js":"^10.6.0","html-to-text":"^8.0.0","identity-obj-proxy":"^3.0.0","istanbul-merge":"^1.1.1",jest:"^26.6.3","jest-puppeteer":"^4.4.0",jsdom:"^17.0.0","node-sass":"^8.0.0",prettier:"2.1.2",puppeteer:"^7.0.1",react:"^16.14.0","react-dom":"^16.14.0","react-resizable":"^1.11.0","react-resize-detector":"^6.6.0","react-test-renderer":"^17.0.2","react-use-flexsearch":"^0.1.1",rollup:"2.30.0","rollup-plugin-typescript2":"0.27.3","ts-jest":"^26.5.5","ts-loader":"8.0.4",typedoc:"0.21.6","typedoc-plugin-toc-group":"thoughtspot/typedoc-plugin-toc-group",typescript:"^4.9.4","url-search-params-polyfill":"^8.1.0",util:"^0.12.4"};var author="ThoughtSpot";var email="support@thoughtspot.com";var license="ThoughtSpot Development Tools End User License Agreement";var directories={lib:"lib"};var repository={type:"git",url:"git+https://github.com/thoughtspot/visual-embed-sdk.git"};var publishConfig={registry:"https://registry.npmjs.org"};var keywords=["thoughtspot","everywhere","embed","sdk","analytics"];var bugs={url:"https://github.com/thoughtspot/visual-embed-sdk/issues"};var homepage="https://github.com/thoughtspot/visual-embed-sdk#readme";var globals={window:{}};var pkgInfo = {name:name,version:version,description:description,module:module,main:main,types:types,files:files,exports:exports,typesVersions:typesVersions,scripts:scripts,peerDependencies:peerDependencies,dependencies:dependencies,devDependencies:devDependencies,author:author,email:email,license:license,directories:directories,repository:repository,publishConfig:publishConfig,keywords:keywords,bugs:bugs,homepage:homepage,globals:globals};
|
|
27527
27527
|
|
|
27528
27528
|
/**
|
|
27529
27529
|
* Copyright (c) 2022
|
|
@@ -28799,7 +28799,7 @@ const HiddenActionItemByDefaultForSageEmbed = [
|
|
|
28799
28799
|
Action.Share,
|
|
28800
28800
|
];
|
|
28801
28801
|
/**
|
|
28802
|
-
* Embed ThoughtSpot search
|
|
28802
|
+
* Embed ThoughtSpot LLM and GPT based natural language search component.
|
|
28803
28803
|
*
|
|
28804
28804
|
* @group Embed components
|
|
28805
28805
|
*/
|
|
@@ -28816,14 +28816,14 @@ class SageEmbed extends V1Embed {
|
|
|
28816
28816
|
*/
|
|
28817
28817
|
getEmbedParams() {
|
|
28818
28818
|
var _a;
|
|
28819
|
-
const {
|
|
28819
|
+
const { showObjectResults, disableWorksheetChange, hideWorksheetSelector, showObjectSuggestions, } = this.viewConfig;
|
|
28820
28820
|
const params = {};
|
|
28821
28821
|
params[Param.EmbedApp] = true;
|
|
28822
|
-
params[Param.HideEurekaResults] =
|
|
28823
|
-
params[Param.IsSageEmbed] =
|
|
28822
|
+
params[Param.HideEurekaResults] = !showObjectResults;
|
|
28823
|
+
params[Param.IsSageEmbed] = true;
|
|
28824
28824
|
params[Param.DisableWorksheetChange] = !!disableWorksheetChange;
|
|
28825
28825
|
params[Param.HideWorksheetSelector] = !!hideWorksheetSelector;
|
|
28826
|
-
params[Param.HideEurekaSuggestions] =
|
|
28826
|
+
params[Param.HideEurekaSuggestions] = !showObjectSuggestions;
|
|
28827
28827
|
params[Param.HideActions] = [
|
|
28828
28828
|
...((_a = params[Param.HideActions]) !== null && _a !== void 0 ? _a : []),
|
|
28829
28829
|
...HiddenActionItemByDefaultForSageEmbed,
|
package/dist/tsembed.js
CHANGED
|
@@ -27421,7 +27421,7 @@
|
|
|
27421
27421
|
});
|
|
27422
27422
|
}
|
|
27423
27423
|
|
|
27424
|
-
var name="@thoughtspot/visual-embed-sdk";var version="1.22.0-alpha.
|
|
27424
|
+
var name="@thoughtspot/visual-embed-sdk";var version="1.22.0-alpha.7";var description="ThoughtSpot Embed SDK";var module="lib/src/index.js";var main="dist/tsembed.js";var types="lib/src/index.d.ts";var files=["dist/**","lib/**","src/**","cjs/**"];var exports$1={".":{"import":"./lib/src/index.js",require:"./cjs/src/index.js",types:"./lib/src/index.d.ts"},"./react":{"import":"./lib/src/react/all-types-export.js",require:"./cjs/src/react/all-types-export.js",types:"./lib/src/react/all-types-export.d.ts"},"./lib/src/react":{"import":"./lib/src/react/all-types-export.js",require:"./cjs/src/react/all-types-export.js",types:"./lib/src/react/all-types-export.d.ts"}};var typesVersions={"*":{react:["./lib/src/react/all-types-export.d.ts"]}};var scripts={lint:"eslint 'src/**'","lint:fix":"eslint 'src/**/*.*' --fix",tsc:"tsc -p . --incremental false; tsc -p . --incremental false --module commonjs --outDir cjs",start:"gatsby develop","build:gatsby":"npm run clean:gatsby && gatsby build --prefix-paths","build:gatsby:noprefix":"npm run clean:gatsby && gatsby build","serve:gatsby":"gatsby serve","clean:gatsby":"gatsby clean","build-and-publish":"npm run build:gatsby && npm run publish","bundle-dts":"dts-bundle --name ../../dist/visual-embed-sdk --main lib/src/index.d.ts --outputAsModuleFolder=true","bundle-dts-react":"dts-bundle --name ../../../dist/visual-embed-sdk-react --main lib/src/react/index.d.ts --outputAsModuleFolder=true","bundle-dts-react-full":"dts-bundle --name ../../../dist/visual-embed-sdk-react-full --main lib/src/react/all-types-export.d.ts --outputAsModuleFolder=true",build:"rollup -c",watch:"rollup -cw","docs-cmd":"node scripts/gatsby-commands.js",docgen:"typedoc --tsconfig tsconfig.json --theme typedoc-theme","test-sdk":"jest -c jest.config.sdk.js --runInBand","test-docs":"jest -c jest.config.docs.js",test:"npm run test-sdk && npm run test-docs",posttest:"cat ./coverage/sdk/lcov.info | coveralls","is-publish-allowed":"node scripts/is-publish-allowed.js",prepublishOnly:"npm run is-publish-allowed && npm run test && npm run tsc && npm run bundle-dts && npm run bundle-dts-react && npm run bundle-dts-react-full && npm run build","publish-dev":"npm publish --tag dev","publish-prod":"npm publish --tag latest"};var peerDependencies={react:"> 16.8.0","react-dom":"> 16.8.0"};var dependencies={algoliasearch:"^4.10.5",classnames:"^2.3.1",dompurify:"^2.3.4","eslint-plugin-comment-length":"^0.9.2","eslint-plugin-jsdoc":"^40.1.0",eventemitter3:"^4.0.7","gatsby-plugin-vercel":"^1.0.3","html-react-parser":"^1.4.12",lodash:"^4.17.21","mixpanel-browser":"^2.45.0","ts-deepmerge":"^6.0.2",tslib:"^2.5.3","use-deep-compare-effect":"^1.8.1"};var devDependencies={"@mdx-js/mdx":"^1.6.22","@mdx-js/react":"^1.6.22","@react-icons/all-files":"^4.1.0","@rollup/plugin-commonjs":"^18.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^11.2.1","@rollup/plugin-replace":"^5.0.2","@testing-library/dom":"^7.31.0","@testing-library/jest-dom":"^5.14.1","@testing-library/react":"^11.2.7","@testing-library/user-event":"^13.1.8","@types/jest":"^22.2.3","@types/mixpanel-browser":"^2.35.6","@types/react-test-renderer":"^17.0.1","@typescript-eslint/eslint-plugin":"^4.6.0","@typescript-eslint/parser":"^4.6.0",asciidoctor:"^2.2.1","babel-jest":"^26.6.3","babel-preset-gatsby":"^1.10.0","command-line-args":"^5.1.1",coveralls:"^3.1.0","current-git-branch":"^1.1.0","dts-bundle":"^0.7.3",eslint:"^7.12.1","eslint-config-airbnb-base":"^14.2.0","eslint-config-prettier":"^6.15.0","eslint-import-resolver-typescript":"^2.3.0","eslint-plugin-import":"^2.22.1","eslint-plugin-prettier":"^3.1.4","eslint-plugin-react-hooks":"^4.2.0","fs-extra":"^10.0.0",gatsby:"3.13.1","gatsby-plugin-algolia":"^0.22.2","gatsby-plugin-catch-links":"^3.1.0","gatsby-plugin-env-variables":"^2.1.0","gatsby-plugin-intl":"^0.3.3","gatsby-plugin-manifest":"^3.2.0","gatsby-plugin-output":"^0.1.3","gatsby-plugin-sass":"6.7.0","gatsby-plugin-sitemap":"^4.10.0","gatsby-source-filesystem":"3.1.0","gatsby-transformer-asciidoc":"2.1.0","gatsby-transformer-rehype":"2.0.0","gh-pages":"^3.1.0","highlight.js":"^10.6.0","html-to-text":"^8.0.0","identity-obj-proxy":"^3.0.0","istanbul-merge":"^1.1.1",jest:"^26.6.3","jest-puppeteer":"^4.4.0",jsdom:"^17.0.0","node-sass":"^8.0.0",prettier:"2.1.2",puppeteer:"^7.0.1",react:"^16.14.0","react-dom":"^16.14.0","react-resizable":"^1.11.0","react-resize-detector":"^6.6.0","react-test-renderer":"^17.0.2","react-use-flexsearch":"^0.1.1",rollup:"2.30.0","rollup-plugin-typescript2":"0.27.3","ts-jest":"^26.5.5","ts-loader":"8.0.4",typedoc:"0.21.6","typedoc-plugin-toc-group":"thoughtspot/typedoc-plugin-toc-group",typescript:"^4.9.4","url-search-params-polyfill":"^8.1.0",util:"^0.12.4"};var author="ThoughtSpot";var email="support@thoughtspot.com";var license="ThoughtSpot Development Tools End User License Agreement";var directories={lib:"lib"};var repository={type:"git",url:"git+https://github.com/thoughtspot/visual-embed-sdk.git"};var publishConfig={registry:"https://registry.npmjs.org"};var keywords=["thoughtspot","everywhere","embed","sdk","analytics"];var bugs={url:"https://github.com/thoughtspot/visual-embed-sdk/issues"};var homepage="https://github.com/thoughtspot/visual-embed-sdk#readme";var globals={window:{}};var pkgInfo = {name:name,version:version,description:description,module:module,main:main,types:types,files:files,exports:exports$1,typesVersions:typesVersions,scripts:scripts,peerDependencies:peerDependencies,dependencies:dependencies,devDependencies:devDependencies,author:author,email:email,license:license,directories:directories,repository:repository,publishConfig:publishConfig,keywords:keywords,bugs:bugs,homepage:homepage,globals:globals};
|
|
27425
27425
|
|
|
27426
27426
|
/**
|
|
27427
27427
|
* Copyright (c) 2022
|
|
@@ -28692,7 +28692,7 @@
|
|
|
28692
28692
|
exports.Action.Share,
|
|
28693
28693
|
];
|
|
28694
28694
|
/**
|
|
28695
|
-
* Embed ThoughtSpot search
|
|
28695
|
+
* Embed ThoughtSpot LLM and GPT based natural language search component.
|
|
28696
28696
|
*
|
|
28697
28697
|
* @group Embed components
|
|
28698
28698
|
*/
|
|
@@ -28709,14 +28709,14 @@
|
|
|
28709
28709
|
*/
|
|
28710
28710
|
getEmbedParams() {
|
|
28711
28711
|
var _a;
|
|
28712
|
-
const {
|
|
28712
|
+
const { showObjectResults, disableWorksheetChange, hideWorksheetSelector, showObjectSuggestions, } = this.viewConfig;
|
|
28713
28713
|
const params = {};
|
|
28714
28714
|
params[Param.EmbedApp] = true;
|
|
28715
|
-
params[Param.HideEurekaResults] =
|
|
28716
|
-
params[Param.IsSageEmbed] =
|
|
28715
|
+
params[Param.HideEurekaResults] = !showObjectResults;
|
|
28716
|
+
params[Param.IsSageEmbed] = true;
|
|
28717
28717
|
params[Param.DisableWorksheetChange] = !!disableWorksheetChange;
|
|
28718
28718
|
params[Param.HideWorksheetSelector] = !!hideWorksheetSelector;
|
|
28719
|
-
params[Param.HideEurekaSuggestions] =
|
|
28719
|
+
params[Param.HideEurekaSuggestions] = !showObjectSuggestions;
|
|
28720
28720
|
params[Param.HideActions] = [
|
|
28721
28721
|
...((_a = params[Param.HideActions]) !== null && _a !== void 0 ? _a : []),
|
|
28722
28722
|
...HiddenActionItemByDefaultForSageEmbed,
|
|
@@ -105,7 +105,7 @@ export const useEmbedRef: () => React.MutableRefObject<TsEmbed>;
|
|
|
105
105
|
* @summary ThoughtSpot Visual Embed SDK
|
|
106
106
|
* @author Ayon Ghosh <ayon.ghosh@thoughtspot.com>
|
|
107
107
|
*/
|
|
108
|
-
export { init, logout, prefetch, executeTML, exportTML, getEmbedConfig as getInitConfig, getSessionInfo, SearchEmbed, SearchBarEmbed, PinboardEmbed, LiveboardEmbed, SageEmbed, AppEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, ContextMenuTriggerOptions, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, };
|
|
108
|
+
export { init, logout, prefetch, executeTML, exportTML, getEmbedConfig as getInitConfig, getSessionInfo, SearchEmbed, SearchBarEmbed, PinboardEmbed, LiveboardEmbed, SageEmbed, AppEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, ContextMenuTriggerOptions, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, SageViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, };
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
111
|
* @group Embed components
|
|
@@ -156,19 +156,16 @@ export declare class SearchBarEmbed extends TsEmbed {
|
|
|
156
156
|
* @author Mourya Balabhadra <mourya.balabhadra@thoughtspot.com>
|
|
157
157
|
*/
|
|
158
158
|
/**
|
|
159
|
-
* The configuration attributes for the embedded search view.
|
|
159
|
+
* The configuration attributes for the embedded Natural language search view. Based on
|
|
160
|
+
* GPT and LLM.
|
|
160
161
|
*
|
|
161
162
|
* @group Embed components
|
|
162
163
|
*/
|
|
163
164
|
export interface SageViewConfig extends ViewConfig {
|
|
164
165
|
/**
|
|
165
|
-
* If set to
|
|
166
|
-
*/
|
|
167
|
-
hideEurekaResults?: boolean;
|
|
168
|
-
/**
|
|
169
|
-
* primary flag to enable eureka(/sage) page embedding.
|
|
166
|
+
* If set to true, object results are shown.
|
|
170
167
|
*/
|
|
171
|
-
|
|
168
|
+
showObjectResults?: boolean;
|
|
172
169
|
/**
|
|
173
170
|
* flag to disable changing worksheet. default false.
|
|
174
171
|
*/
|
|
@@ -178,14 +175,14 @@ export interface SageViewConfig extends ViewConfig {
|
|
|
178
175
|
*/
|
|
179
176
|
hideWorksheetSelector?: boolean;
|
|
180
177
|
/**
|
|
181
|
-
* If set to true, the
|
|
178
|
+
* If set to true, the object search suggestions are not shown
|
|
182
179
|
*
|
|
183
180
|
*/
|
|
184
|
-
|
|
181
|
+
showObjectSuggestions?: boolean;
|
|
185
182
|
}
|
|
186
183
|
export declare const HiddenActionItemByDefaultForSageEmbed: Action[];
|
|
187
184
|
/**
|
|
188
|
-
* Embed ThoughtSpot search
|
|
185
|
+
* Embed ThoughtSpot LLM and GPT based natural language search component.
|
|
189
186
|
*
|
|
190
187
|
* @group Embed components
|
|
191
188
|
*/
|
|
@@ -145,19 +145,16 @@ export declare class SearchBarEmbed extends TsEmbed {
|
|
|
145
145
|
* @author Mourya Balabhadra <mourya.balabhadra@thoughtspot.com>
|
|
146
146
|
*/
|
|
147
147
|
/**
|
|
148
|
-
* The configuration attributes for the embedded search view.
|
|
148
|
+
* The configuration attributes for the embedded Natural language search view. Based on
|
|
149
|
+
* GPT and LLM.
|
|
149
150
|
*
|
|
150
151
|
* @group Embed components
|
|
151
152
|
*/
|
|
152
153
|
export interface SageViewConfig extends ViewConfig {
|
|
153
154
|
/**
|
|
154
|
-
* If set to
|
|
155
|
-
*/
|
|
156
|
-
hideEurekaResults?: boolean;
|
|
157
|
-
/**
|
|
158
|
-
* primary flag to enable eureka(/sage) page embedding.
|
|
155
|
+
* If set to true, object results are shown.
|
|
159
156
|
*/
|
|
160
|
-
|
|
157
|
+
showObjectResults?: boolean;
|
|
161
158
|
/**
|
|
162
159
|
* flag to disable changing worksheet. default false.
|
|
163
160
|
*/
|
|
@@ -167,14 +164,14 @@ export interface SageViewConfig extends ViewConfig {
|
|
|
167
164
|
*/
|
|
168
165
|
hideWorksheetSelector?: boolean;
|
|
169
166
|
/**
|
|
170
|
-
* If set to true, the
|
|
167
|
+
* If set to true, the object search suggestions are not shown
|
|
171
168
|
*
|
|
172
169
|
*/
|
|
173
|
-
|
|
170
|
+
showObjectSuggestions?: boolean;
|
|
174
171
|
}
|
|
175
172
|
export declare const HiddenActionItemByDefaultForSageEmbed: Action[];
|
|
176
173
|
/**
|
|
177
|
-
* Embed ThoughtSpot search
|
|
174
|
+
* Embed ThoughtSpot LLM and GPT based natural language search component.
|
|
178
175
|
*
|
|
179
176
|
* @group Embed components
|
|
180
177
|
*/
|
|
@@ -850,7 +847,7 @@ export function getViewPropsAndListeners<T extends EmbedProps, U extends ViewCon
|
|
|
850
847
|
* @summary ThoughtSpot Visual Embed SDK
|
|
851
848
|
* @author Ayon Ghosh <ayon.ghosh@thoughtspot.com>
|
|
852
849
|
*/
|
|
853
|
-
export { init, logout, prefetch, executeTML, exportTML, getEmbedConfig as getInitConfig, getSessionInfo, SearchEmbed, SearchBarEmbed, PinboardEmbed, LiveboardEmbed, SageEmbed, AppEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, ContextMenuTriggerOptions, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, };
|
|
850
|
+
export { init, logout, prefetch, executeTML, exportTML, getEmbedConfig as getInitConfig, getSessionInfo, SearchEmbed, SearchBarEmbed, PinboardEmbed, LiveboardEmbed, SageEmbed, AppEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, ContextMenuTriggerOptions, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, SageViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, };
|
|
854
851
|
|
|
855
852
|
/**
|
|
856
853
|
* Copyright (c) 2023
|
|
@@ -13,7 +13,7 @@ import EventEmitter from 'eventemitter3';
|
|
|
13
13
|
* @summary ThoughtSpot Visual Embed SDK
|
|
14
14
|
* @author Ayon Ghosh <ayon.ghosh@thoughtspot.com>
|
|
15
15
|
*/
|
|
16
|
-
export { init, logout, prefetch, executeTML, exportTML, getEmbedConfig as getInitConfig, getSessionInfo, SearchEmbed, SearchBarEmbed, PinboardEmbed, LiveboardEmbed, SageEmbed, AppEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, ContextMenuTriggerOptions, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, };
|
|
16
|
+
export { init, logout, prefetch, executeTML, exportTML, getEmbedConfig as getInitConfig, getSessionInfo, SearchEmbed, SearchBarEmbed, PinboardEmbed, LiveboardEmbed, SageEmbed, AppEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, ContextMenuTriggerOptions, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, SageViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, };
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* Copyright (c) 2022
|
|
@@ -3144,19 +3144,16 @@ export interface CustomCssVariables {
|
|
|
3144
3144
|
* @author Mourya Balabhadra <mourya.balabhadra@thoughtspot.com>
|
|
3145
3145
|
*/
|
|
3146
3146
|
/**
|
|
3147
|
-
* The configuration attributes for the embedded search view.
|
|
3147
|
+
* The configuration attributes for the embedded Natural language search view. Based on
|
|
3148
|
+
* GPT and LLM.
|
|
3148
3149
|
*
|
|
3149
3150
|
* @group Embed components
|
|
3150
3151
|
*/
|
|
3151
3152
|
export interface SageViewConfig extends ViewConfig {
|
|
3152
3153
|
/**
|
|
3153
|
-
* If set to
|
|
3154
|
-
*/
|
|
3155
|
-
hideEurekaResults?: boolean;
|
|
3156
|
-
/**
|
|
3157
|
-
* primary flag to enable eureka(/sage) page embedding.
|
|
3154
|
+
* If set to true, object results are shown.
|
|
3158
3155
|
*/
|
|
3159
|
-
|
|
3156
|
+
showObjectResults?: boolean;
|
|
3160
3157
|
/**
|
|
3161
3158
|
* flag to disable changing worksheet. default false.
|
|
3162
3159
|
*/
|
|
@@ -3166,14 +3163,14 @@ export interface SageViewConfig extends ViewConfig {
|
|
|
3166
3163
|
*/
|
|
3167
3164
|
hideWorksheetSelector?: boolean;
|
|
3168
3165
|
/**
|
|
3169
|
-
* If set to true, the
|
|
3166
|
+
* If set to true, the object search suggestions are not shown
|
|
3170
3167
|
*
|
|
3171
3168
|
*/
|
|
3172
|
-
|
|
3169
|
+
showObjectSuggestions?: boolean;
|
|
3173
3170
|
}
|
|
3174
3171
|
export const HiddenActionItemByDefaultForSageEmbed: Action[];
|
|
3175
3172
|
/**
|
|
3176
|
-
* Embed ThoughtSpot search
|
|
3173
|
+
* Embed ThoughtSpot LLM and GPT based natural language search component.
|
|
3177
3174
|
*
|
|
3178
3175
|
* @group Embed components
|
|
3179
3176
|
*/
|
package/lib/package.json
CHANGED
package/lib/src/embed/sage.d.ts
CHANGED
|
@@ -9,19 +9,16 @@
|
|
|
9
9
|
import { Action, DOMSelector, ViewConfig } from '../types';
|
|
10
10
|
import { V1Embed } from './ts-embed';
|
|
11
11
|
/**
|
|
12
|
-
* The configuration attributes for the embedded search view.
|
|
12
|
+
* The configuration attributes for the embedded Natural language search view. Based on
|
|
13
|
+
* GPT and LLM.
|
|
13
14
|
*
|
|
14
15
|
* @group Embed components
|
|
15
16
|
*/
|
|
16
17
|
export interface SageViewConfig extends ViewConfig {
|
|
17
18
|
/**
|
|
18
|
-
* If set to
|
|
19
|
+
* If set to true, object results are shown.
|
|
19
20
|
*/
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* primary flag to enable eureka(/sage) page embedding.
|
|
23
|
-
*/
|
|
24
|
-
isSageEmbed?: boolean;
|
|
21
|
+
showObjectResults?: boolean;
|
|
25
22
|
/**
|
|
26
23
|
* flag to disable changing worksheet. default false.
|
|
27
24
|
*/
|
|
@@ -31,14 +28,14 @@ export interface SageViewConfig extends ViewConfig {
|
|
|
31
28
|
*/
|
|
32
29
|
hideWorksheetSelector?: boolean;
|
|
33
30
|
/**
|
|
34
|
-
* If set to true, the
|
|
31
|
+
* If set to true, the object search suggestions are not shown
|
|
35
32
|
*
|
|
36
33
|
*/
|
|
37
|
-
|
|
34
|
+
showObjectSuggestions?: boolean;
|
|
38
35
|
}
|
|
39
36
|
export declare const HiddenActionItemByDefaultForSageEmbed: Action[];
|
|
40
37
|
/**
|
|
41
|
-
* Embed ThoughtSpot search
|
|
38
|
+
* Embed ThoughtSpot LLM and GPT based natural language search component.
|
|
42
39
|
*
|
|
43
40
|
* @group Embed components
|
|
44
41
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sage.d.ts","sourceRoot":"","sources":["../../../src/embed/sage.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EACH,MAAM,EAAE,WAAW,EAAS,UAAU,EACzC,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC
|
|
1
|
+
{"version":3,"file":"sage.d.ts","sourceRoot":"","sources":["../../../src/embed/sage.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EACH,MAAM,EAAE,WAAW,EAAS,UAAU,EACzC,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,UAAU;IAC9C;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACnC;AACD,eAAO,MAAM,qCAAqC,UASjD,CAAC;AACF;;;;GAIG;AACH,qBAAa,SAAU,SAAQ,OAAO;IAClC;;;OAGG;IACH,SAAS,CAAC,UAAU,EAAE,cAAc,CAAC;gBAGzB,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,cAAc;IAIhE;;;;;OAKG;IACH,SAAS,CAAC,cAAc,IAAI,MAAM;IAuBlC;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAOpB;;;;OAIG;IACI,MAAM,IAAI,SAAS;CAQ7B"}
|
package/lib/src/embed/sage.js
CHANGED
|
@@ -20,7 +20,7 @@ export const HiddenActionItemByDefaultForSageEmbed = [
|
|
|
20
20
|
Action.Share,
|
|
21
21
|
];
|
|
22
22
|
/**
|
|
23
|
-
* Embed ThoughtSpot search
|
|
23
|
+
* Embed ThoughtSpot LLM and GPT based natural language search component.
|
|
24
24
|
*
|
|
25
25
|
* @group Embed components
|
|
26
26
|
*/
|
|
@@ -37,14 +37,14 @@ export class SageEmbed extends V1Embed {
|
|
|
37
37
|
*/
|
|
38
38
|
getEmbedParams() {
|
|
39
39
|
var _a;
|
|
40
|
-
const {
|
|
40
|
+
const { showObjectResults, disableWorksheetChange, hideWorksheetSelector, showObjectSuggestions, } = this.viewConfig;
|
|
41
41
|
const params = {};
|
|
42
42
|
params[Param.EmbedApp] = true;
|
|
43
|
-
params[Param.HideEurekaResults] =
|
|
44
|
-
params[Param.IsSageEmbed] =
|
|
43
|
+
params[Param.HideEurekaResults] = !showObjectResults;
|
|
44
|
+
params[Param.IsSageEmbed] = true;
|
|
45
45
|
params[Param.DisableWorksheetChange] = !!disableWorksheetChange;
|
|
46
46
|
params[Param.HideWorksheetSelector] = !!hideWorksheetSelector;
|
|
47
|
-
params[Param.HideEurekaSuggestions] =
|
|
47
|
+
params[Param.HideEurekaSuggestions] = !showObjectSuggestions;
|
|
48
48
|
params[Param.HideActions] = [
|
|
49
49
|
...((_a = params[Param.HideActions]) !== null && _a !== void 0 ? _a : []),
|
|
50
50
|
...HiddenActionItemByDefaultForSageEmbed,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sage.js","sourceRoot":"","sources":["../../../src/embed/sage.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EACH,MAAM,EAAe,KAAK,GAC7B,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"sage.js","sourceRoot":"","sources":["../../../src/embed/sage.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EACH,MAAM,EAAe,KAAK,GAC7B,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AA2BrC,MAAM,CAAC,MAAM,qCAAqC,GAAG;IACjD,MAAM,CAAC,IAAI;IACX,MAAM,CAAC,GAAG;IACV,MAAM,CAAC,SAAS;IAChB,MAAM,CAAC,UAAU;IACjB,MAAM,CAAC,SAAS;IAChB,MAAM,CAAC,OAAO;IACd,MAAM,CAAC,YAAY;IACnB,MAAM,CAAC,KAAK;CACf,CAAC;AACF;;;;GAIG;AACH,MAAM,OAAO,SAAU,SAAQ,OAAO;IAOlC,kDAAkD;IAClD,YAAY,WAAwB,EAAE,UAA0B;QAC5D,KAAK,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;IACnC,CAAC;IAED;;;;;OAKG;IACO,cAAc;;QACpB,MAAM,EACF,iBAAiB,EACjB,sBAAsB,EACtB,qBAAqB,EACrB,qBAAqB,GACxB,GAAG,IAAI,CAAC,UAAU,CAAC;QAEpB,MAAM,MAAM,GAAG,EAAE,CAAC;QAClB,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC;QAC9B,MAAM,CAAC,KAAK,CAAC,iBAAiB,CAAC,GAAG,CAAC,iBAAiB,CAAC;QACrD,MAAM,CAAC,KAAK,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;QACjC,MAAM,CAAC,KAAK,CAAC,sBAAsB,CAAC,GAAG,CAAC,CAAC,sBAAsB,CAAC;QAChE,MAAM,CAAC,KAAK,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC,qBAAqB,CAAC;QAC9D,MAAM,CAAC,KAAK,CAAC,qBAAqB,CAAC,GAAG,CAAC,qBAAqB,CAAC;QAC7D,MAAM,CAAC,KAAK,CAAC,WAAW,CAAC,GAAG;YACxB,GAAG,CAAC,MAAA,MAAM,CAAC,KAAK,CAAC,WAAW,CAAC,mCAAI,EAAE,CAAC;YACpC,GAAG,qCAAqC;SAC3C,CAAC;QAEF,OAAO,mBAAmB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IAC7C,CAAC;IAED;;;;;OAKG;IACK,YAAY;QAChB,MAAM,IAAI,GAAG,QAAQ,CAAC;QACtB,MAAM,gBAAgB,GAAG,IAAI,CAAC,2BAA2B,EAAE,CAAC;QAE5D,OAAO,GAAG,IAAI,CAAC,gBAAgB,EAAE,UAAU,IAAI,GAAG,gBAAgB,EAAE,CAAC;IACzE,CAAC;IAED;;;;OAIG;IACI,MAAM;QACT,KAAK,CAAC,MAAM,EAAE,CAAC;QAEf,MAAM,GAAG,GAAG,IAAI,CAAC,YAAY,EAAE,CAAC;QAChC,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;QAExB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ"}
|
|
@@ -3,11 +3,10 @@ import { init } from '../index';
|
|
|
3
3
|
import { AuthType } from '../types';
|
|
4
4
|
import { executeAfterWait, expectUrlMatch, getDocumentBody, getIFrameSrc, getRootEl, } from '../test/test-utils';
|
|
5
5
|
const defaultConfig = {
|
|
6
|
-
|
|
7
|
-
isSageEmbed: true,
|
|
6
|
+
showObjectResults: true,
|
|
8
7
|
disableWorksheetChange: false,
|
|
9
8
|
hideWorksheetSelector: true,
|
|
10
|
-
|
|
9
|
+
showObjectSuggestions: false,
|
|
11
10
|
};
|
|
12
11
|
const thoughtSpotHost = 'tshost';
|
|
13
12
|
beforeAll(() => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sage.spec.js","sourceRoot":"","sources":["../../../src/embed/sage.spec.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAkB,MAAM,QAAQ,CAAC;AACnD,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EACH,gBAAgB,EAChB,cAAc,EACd,eAAe,EACf,YAAY,EACZ,SAAS,GACZ,MAAM,oBAAoB,CAAC;AAE5B,MAAM,aAAa,GAAmB;IAClC,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"sage.spec.js","sourceRoot":"","sources":["../../../src/embed/sage.spec.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAkB,MAAM,QAAQ,CAAC;AACnD,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EACH,gBAAgB,EAChB,cAAc,EACd,eAAe,EACf,YAAY,EACZ,SAAS,GACZ,MAAM,oBAAoB,CAAC;AAE5B,MAAM,aAAa,GAAmB;IAClC,iBAAiB,EAAE,IAAI;IACvB,sBAAsB,EAAE,KAAK;IAC7B,qBAAqB,EAAE,IAAI;IAC3B,qBAAqB,EAAE,KAAK;CAC/B,CAAC;AAEF,MAAM,eAAe,GAAG,QAAQ,CAAC;AAEjC,SAAS,CAAC,GAAG,EAAE;IACX,IAAI,CAAC;QACD,eAAe;QACf,QAAQ,EAAE,QAAQ,CAAC,IAAI;KAC1B,CAAC,CAAC;IACH,KAAK,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAC3B,CAAC,CAAC,CAAC;AAEH,QAAQ,CAAC,mBAAmB,EAAE,GAAG,EAAE;IAC/B,UAAU,CAAC,GAAG,EAAE;QACZ,QAAQ,CAAC,IAAI,CAAC,SAAS,GAAG,eAAe,EAAE,CAAC;IAChD,CAAC,CAAC,CAAC;IAEH,IAAI,CAAC,oBAAoB,EAAE,KAAK,IAAI,EAAE;QAClC,MAAM,SAAS,GAAG,IAAI,SAAS,CAAC,SAAS,EAAE,EAAE,aAAa,CAAC,CAAC;QAC5D,SAAS,CAAC,MAAM,EAAE,CAAC;QACnB,MAAM,gBAAgB,CAAC,GAAG,EAAE;YACxB,cAAc,CACV,YAAY,EAAE,EACd,UAAU,eAAe,iQAAiQ,CAC7R,CAAC;QACN,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AACP,CAAC,CAAC,CAAC"}
|
package/lib/src/index.d.ts
CHANGED
|
@@ -15,6 +15,6 @@ import { SearchBarEmbed, SearchBarViewConfig } from './embed/search-bar';
|
|
|
15
15
|
import { AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, getSessionInfo } from './auth';
|
|
16
16
|
import { AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, EmbedConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, ContextMenuTriggerOptions } from './types';
|
|
17
17
|
import { CustomCssVariables } from './css-variables';
|
|
18
|
-
import { SageEmbed } from './embed/sage';
|
|
19
|
-
export { init, logout, prefetch, executeTML, exportTML, getEmbedConfig as getInitConfig, getSessionInfo, SearchEmbed, SearchBarEmbed, PinboardEmbed, LiveboardEmbed, SageEmbed, AppEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, ContextMenuTriggerOptions, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, };
|
|
18
|
+
import { SageEmbed, SageViewConfig } from './embed/sage';
|
|
19
|
+
export { init, logout, prefetch, executeTML, exportTML, getEmbedConfig as getInitConfig, getSessionInfo, SearchEmbed, SearchBarEmbed, PinboardEmbed, LiveboardEmbed, SageEmbed, AppEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, ContextMenuTriggerOptions, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, SageViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, };
|
|
20
20
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,EACH,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,SAAS,EAChE,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACH,eAAe,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,cAAc,EAC3E,MAAM,QAAQ,CAAC;AAChB,OAAO,EACH,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,yBAAyB,EAC5B,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,EACH,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,SAAS,EAChE,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACH,eAAe,EAAE,UAAU,EAAE,SAAS,EAAE,gBAAgB,EAAE,cAAc,EAC3E,MAAM,QAAQ,CAAC;AAChB,OAAO,EACH,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,yBAAyB,EAC5B,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEzD,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,UAAU,EACV,SAAS,EACT,cAAc,IAAI,aAAa,EAC/B,cAAc,EACd,WAAW,EACX,cAAc,EACd,aAAa,EACb,cAAc,EACd,SAAS,EACT,QAAQ,EACR,eAAe,EACf,UAAU,EACV,SAAS,EACT,gBAAgB,EAEhB,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,yBAAyB,EACzB,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,GACrB,CAAC"}
|
package/lib/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAiB,MAAM,aAAa,CAAC;AAC5D,OAAO,EACH,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,SAAS,GAChE,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,aAAa,EAAuB,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACvF,OAAO,EAAE,WAAW,EAAoB,MAAM,gBAAgB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAuB,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACH,eAAe,EAAE,UAAU,EAAE,SAAS,EAAoB,cAAc,GAC3E,MAAM,QAAQ,CAAC;AAChB,OAAO,EACH,QAAQ,EAER,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EAEN,gBAAgB,EAShB,yBAAyB,GAC5B,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAiB,MAAM,aAAa,CAAC;AAC5D,OAAO,EACH,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,SAAS,GAChE,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,aAAa,EAAuB,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACvF,OAAO,EAAE,WAAW,EAAoB,MAAM,gBAAgB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAuB,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACH,eAAe,EAAE,UAAU,EAAE,SAAS,EAAoB,cAAc,GAC3E,MAAM,QAAQ,CAAC;AAChB,OAAO,EACH,QAAQ,EAER,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EAEN,gBAAgB,EAShB,yBAAyB,GAC5B,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,SAAS,EAAkB,MAAM,cAAc,CAAC;AAEzD,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,UAAU,EACV,SAAS,EACT,cAAc,IAAI,aAAa,EAC/B,cAAc,EACd,WAAW,EACX,cAAc,EACd,aAAa,EACb,cAAc,EACd,SAAS,EACT,QAAQ,EACR,eAAe,EACf,UAAU,EACV,SAAS;AAET,QAAQ;AACR,IAAI,EACJ,QAAQ,EAER,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,yBAAyB,EAOzB,gBAAgB,GAUnB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { SearchEmbed, LiveboardEmbed, SearchBarEmbed, AppEmbed, useEmbedRef, } from './index';
|
|
2
|
-
export { init, logout, prefetch, getInitConfig, getSessionInfo, PinboardEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, } from '../index';
|
|
1
|
+
export { SearchEmbed, LiveboardEmbed, SearchBarEmbed, AppEmbed, SageEmbed, useEmbedRef, } from './index';
|
|
2
|
+
export { init, logout, prefetch, getInitConfig, getSessionInfo, PinboardEmbed, AuthFailureType, AuthStatus, AuthEvent, AuthEventEmitter, Page, AuthType, RuntimeFilter, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, EmbedConfig, SearchViewConfig, SearchBarViewConfig, LiveboardViewConfig, SageViewConfig, AppViewConfig, PrefetchFeatures, FrameParams, DOMSelector, MessageOptions, MessageCallback, MessagePayload, CustomisationsInterface, CustomStyles, customCssInterface, CustomCssVariables, } from '../index';
|
|
3
3
|
//# sourceMappingURL=all-types-export.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all-types-export.d.ts","sourceRoot":"","sources":["../../../src/react/all-types-export.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,cAAc,EACd,cAAc,EACd,QAAQ,EACR,WAAW,GACd,MAAM,SAAS,CAAC;AAEjB,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,aAAa,EACb,cAAc,EACd,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,gBAAgB,EAEhB,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,EACnB,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,GACrB,MAAM,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"all-types-export.d.ts","sourceRoot":"","sources":["../../../src/react/all-types-export.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,cAAc,EACd,cAAc,EACd,QAAQ,EACR,SAAS,EACT,WAAW,GACd,MAAM,SAAS,CAAC;AAEjB,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,aAAa,EACb,cAAc,EACd,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,gBAAgB,EAEhB,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,cAAc,EACd,eAAe,EACf,cAAc,EACd,uBAAuB,EACvB,YAAY,EACZ,kBAAkB,EAClB,kBAAkB,GACrB,MAAM,UAAU,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { SearchEmbed, LiveboardEmbed, SearchBarEmbed, AppEmbed, useEmbedRef, } from './index';
|
|
1
|
+
export { SearchEmbed, LiveboardEmbed, SearchBarEmbed, AppEmbed, SageEmbed, useEmbedRef, } from './index';
|
|
2
2
|
export { init, logout, prefetch, getInitConfig, getSessionInfo, PinboardEmbed, AuthFailureType, AuthStatus, AuthEvent,
|
|
3
3
|
// types
|
|
4
4
|
Page, AuthType, RuntimeFilterOp, EmbedEvent, HostEvent, DataSourceVisualMode, Action, PrefetchFeatures, } from '../index';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all-types-export.js","sourceRoot":"","sources":["../../../src/react/all-types-export.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,cAAc,EACd,cAAc,EACd,QAAQ,EACR,WAAW,GACd,MAAM,SAAS,CAAC;AAEjB,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,aAAa,EACb,cAAc,EACd,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS;AAET,QAAQ;AACR,IAAI,EACJ,QAAQ,EAER,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,
|
|
1
|
+
{"version":3,"file":"all-types-export.js","sourceRoot":"","sources":["../../../src/react/all-types-export.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,cAAc,EACd,cAAc,EACd,QAAQ,EACR,SAAS,EACT,WAAW,GACd,MAAM,SAAS,CAAC;AAEjB,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,aAAa,EACb,cAAc,EACd,aAAa,EACb,eAAe,EACf,UAAU,EACV,SAAS;AAET,QAAQ;AACR,IAAI,EACJ,QAAQ,EAER,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EAON,gBAAgB,GAUnB,MAAM,UAAU,CAAC"}
|
package/package.json
CHANGED
package/src/embed/sage.spec.ts
CHANGED
|
@@ -10,11 +10,10 @@ import {
|
|
|
10
10
|
} from '../test/test-utils';
|
|
11
11
|
|
|
12
12
|
const defaultConfig: SageViewConfig = {
|
|
13
|
-
|
|
14
|
-
isSageEmbed: true,
|
|
13
|
+
showObjectResults: true,
|
|
15
14
|
disableWorksheetChange: false,
|
|
16
15
|
hideWorksheetSelector: true,
|
|
17
|
-
|
|
16
|
+
showObjectSuggestions: false,
|
|
18
17
|
};
|
|
19
18
|
|
|
20
19
|
const thoughtSpotHost = 'tshost';
|
package/src/embed/sage.ts
CHANGED
|
@@ -14,19 +14,16 @@ import { getQueryParamString } from '../utils';
|
|
|
14
14
|
import { V1Embed } from './ts-embed';
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
|
-
* The configuration attributes for the embedded search view.
|
|
17
|
+
* The configuration attributes for the embedded Natural language search view. Based on
|
|
18
|
+
* GPT and LLM.
|
|
18
19
|
*
|
|
19
20
|
* @group Embed components
|
|
20
21
|
*/
|
|
21
22
|
export interface SageViewConfig extends ViewConfig {
|
|
22
23
|
/**
|
|
23
|
-
* If set to
|
|
24
|
+
* If set to true, object results are shown.
|
|
24
25
|
*/
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* primary flag to enable eureka(/sage) page embedding.
|
|
28
|
-
*/
|
|
29
|
-
isSageEmbed?: boolean,
|
|
26
|
+
showObjectResults?: boolean;
|
|
30
27
|
/**
|
|
31
28
|
* flag to disable changing worksheet. default false.
|
|
32
29
|
*/
|
|
@@ -36,10 +33,10 @@ export interface SageViewConfig extends ViewConfig {
|
|
|
36
33
|
*/
|
|
37
34
|
hideWorksheetSelector?: boolean,
|
|
38
35
|
/**
|
|
39
|
-
* If set to true, the
|
|
36
|
+
* If set to true, the object search suggestions are not shown
|
|
40
37
|
*
|
|
41
38
|
*/
|
|
42
|
-
|
|
39
|
+
showObjectSuggestions?: boolean;
|
|
43
40
|
}
|
|
44
41
|
export const HiddenActionItemByDefaultForSageEmbed = [
|
|
45
42
|
Action.Save,
|
|
@@ -52,7 +49,7 @@ export const HiddenActionItemByDefaultForSageEmbed = [
|
|
|
52
49
|
Action.Share,
|
|
53
50
|
];
|
|
54
51
|
/**
|
|
55
|
-
* Embed ThoughtSpot search
|
|
52
|
+
* Embed ThoughtSpot LLM and GPT based natural language search component.
|
|
56
53
|
*
|
|
57
54
|
* @group Embed components
|
|
58
55
|
*/
|
|
@@ -76,20 +73,19 @@ export class SageEmbed extends V1Embed {
|
|
|
76
73
|
*/
|
|
77
74
|
protected getEmbedParams(): string {
|
|
78
75
|
const {
|
|
79
|
-
|
|
80
|
-
isSageEmbed,
|
|
76
|
+
showObjectResults,
|
|
81
77
|
disableWorksheetChange,
|
|
82
78
|
hideWorksheetSelector,
|
|
83
|
-
|
|
79
|
+
showObjectSuggestions,
|
|
84
80
|
} = this.viewConfig;
|
|
85
81
|
|
|
86
82
|
const params = {};
|
|
87
83
|
params[Param.EmbedApp] = true;
|
|
88
|
-
params[Param.HideEurekaResults] =
|
|
89
|
-
params[Param.IsSageEmbed] =
|
|
84
|
+
params[Param.HideEurekaResults] = !showObjectResults;
|
|
85
|
+
params[Param.IsSageEmbed] = true;
|
|
90
86
|
params[Param.DisableWorksheetChange] = !!disableWorksheetChange;
|
|
91
87
|
params[Param.HideWorksheetSelector] = !!hideWorksheetSelector;
|
|
92
|
-
params[Param.HideEurekaSuggestions] =
|
|
88
|
+
params[Param.HideEurekaSuggestions] = !showObjectSuggestions;
|
|
93
89
|
params[Param.HideActions] = [
|
|
94
90
|
...(params[Param.HideActions] ?? []),
|
|
95
91
|
...HiddenActionItemByDefaultForSageEmbed,
|
package/src/index.ts
CHANGED
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
ContextMenuTriggerOptions,
|
|
39
39
|
} from './types';
|
|
40
40
|
import { CustomCssVariables } from './css-variables';
|
|
41
|
-
import { SageEmbed } from './embed/sage';
|
|
41
|
+
import { SageEmbed, SageViewConfig } from './embed/sage';
|
|
42
42
|
|
|
43
43
|
export {
|
|
44
44
|
init,
|
|
@@ -72,6 +72,7 @@ export {
|
|
|
72
72
|
SearchViewConfig,
|
|
73
73
|
SearchBarViewConfig,
|
|
74
74
|
LiveboardViewConfig,
|
|
75
|
+
SageViewConfig,
|
|
75
76
|
AppViewConfig,
|
|
76
77
|
PrefetchFeatures,
|
|
77
78
|
FrameParams,
|
|
@@ -3,6 +3,7 @@ export {
|
|
|
3
3
|
LiveboardEmbed,
|
|
4
4
|
SearchBarEmbed,
|
|
5
5
|
AppEmbed,
|
|
6
|
+
SageEmbed,
|
|
6
7
|
useEmbedRef,
|
|
7
8
|
} from './index';
|
|
8
9
|
|
|
@@ -30,6 +31,7 @@ export {
|
|
|
30
31
|
SearchViewConfig,
|
|
31
32
|
SearchBarViewConfig,
|
|
32
33
|
LiveboardViewConfig,
|
|
34
|
+
SageViewConfig,
|
|
33
35
|
AppViewConfig,
|
|
34
36
|
PrefetchFeatures,
|
|
35
37
|
FrameParams,
|