@thoughtspot/visual-embed-sdk 1.36.9 → 1.37.0

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.
@@ -1,4 +1,5 @@
1
- /* @thoughtspot/visual-embed-sdk version 1.36.9 */
1
+ /* @thoughtspot/visual-embed-sdk version 1.37.0 */
2
+ 'use client';
2
3
  function _mergeNamespaces(n, m) {
3
4
  m.forEach(function (e) {
4
5
  e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
@@ -679,8 +680,8 @@ var HomepageModule;
679
680
  })(HomepageModule || (HomepageModule = {}));
680
681
  /**
681
682
  * List page columns that can be hidden.
682
- * **Note**: This option is applicable only in full app embedding.
683
- * @version SDK: 1.38.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
683
+ * **Note**: This option is applicable to full app embedding only.
684
+ * @version SDK: 1.38.0 | ThoughtSpot: 10.9.0.cl
684
685
  */
685
686
  // eslint-disable-next-line no-shadow
686
687
  var ListPageColumns;
@@ -1733,7 +1734,7 @@ var EmbedEvent;
1733
1734
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
1734
1735
  * })
1735
1736
  * ```
1736
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
1737
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
1737
1738
  */
1738
1739
  EmbedEvent["TableVizRendered"] = "TableVizRendered";
1739
1740
  /**
@@ -1746,12 +1747,12 @@ var EmbedEvent;
1746
1747
  * console.log('payload', payload);
1747
1748
  * })
1748
1749
  *```
1749
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
1750
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
1750
1751
  */
1751
1752
  EmbedEvent["CreateLiveboard"] = "createLiveboard";
1752
1753
  /**
1753
1754
  * Emitted when a user creates a Model.
1754
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
1755
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
1755
1756
  */
1756
1757
  EmbedEvent["CreateModel"] = "createModel";
1757
1758
  })(EmbedEvent || (EmbedEvent = {}));
@@ -2195,7 +2196,7 @@ var HostEvent;
2195
2196
  * ```js
2196
2197
  * liveboardEmbed.trigger(HostEvent.Remove)
2197
2198
  * ```
2198
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
2199
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
2199
2200
  */
2200
2201
  HostEvent["Remove"] = "delete";
2201
2202
  /**
@@ -2790,7 +2791,7 @@ var HostEvent;
2790
2791
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
2791
2792
  * })
2792
2793
  * ```
2793
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
2794
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
2794
2795
  */
2795
2796
  HostEvent["TransformTableVizData"] = "TransformTableVizData";
2796
2797
  })(HostEvent || (HostEvent = {}));
@@ -4137,7 +4138,7 @@ var Action;
4137
4138
  * ```js
4138
4139
  * hiddenAction: [Action.ColumnRename]
4139
4140
  * ```
4140
- * @version SDK: 1.38.0 | ThoughtSpot Cloud: 10.8.0.cl
4141
+ * @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
4141
4142
  */
4142
4143
  Action["ColumnRename"] = "columnRename";
4143
4144
  /**
@@ -4147,7 +4148,7 @@ var Action;
4147
4148
  * ```js
4148
4149
  * hiddenAction: [Action.CoverAndFilterOptionInPDF]
4149
4150
  * ```
4150
- * @version SDK: 1.38.0 | ThoughtSpot Cloud: 10.8.0.cl
4151
+ * @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
4151
4152
  */
4152
4153
  Action["CoverAndFilterOptionInPDF"] = "coverAndFilterOptionInPDF";
4153
4154
  })(Action || (Action = {}));
@@ -7440,7 +7441,7 @@ class AnswerService {
7440
7441
  async getTML() {
7441
7442
  const { object } = await this.executeQuery(getAnswerTML, {});
7442
7443
  const edoc = object[0].edoc;
7443
- const YAML = await import('./index-Dg18PU5Z.js');
7444
+ const YAML = await import('./index-DnIvX1FR.js');
7444
7445
  const parsedDoc = YAML.parse(edoc);
7445
7446
  return {
7446
7447
  answer: {
@@ -15296,7 +15297,7 @@ function processEventData(type, e, thoughtSpotHost, containerEl) {
15296
15297
  return e;
15297
15298
  }
15298
15299
 
15299
- var name="@thoughtspot/visual-embed-sdk";var version$1="1.36.9";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","build-and-publish":"npm run build:gatsby && npm run publish","bundle-dts-file":"dts-bundle --name @thoughtspot/visual-embed-sdk --out visual-embed-sdk.d.ts --main lib/src/index.d.ts","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",docgen:"typedoc --tsconfig tsconfig.json --theme typedoc-theme --json static/typedoc/typedoc.json --disableOutputCheck","test-sdk":"jest -c jest.config.sdk.js --runInBand",test:"npm run test-sdk",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-file && npm run bundle-dts && npm run bundle-dts-react && npm run bundle-dts-react-full && npm run build","check-size":"npm run build && size-limit","publish-dev":"npm publish --tag dev","publish-prod":"npm publish --tag latest",dev:"vite -c vite.local.config.ts"};var peerDependencies={react:"> 16.8.0","react-dom":"> 16.8.0"};var dependencies={classnames:"^2.3.1",eventemitter3:"^4.0.7",lodash:"^4.17.21","mixpanel-browser":"2.47.0","ts-deepmerge":"^6.0.2",tslib:"^2.5.3","use-deep-compare-effect":"^1.8.1",yaml:"^2.5.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","@size-limit/preset-big-lib":"^8.2.6","@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/lodash":"^4.17.0","@types/mixpanel-browser":"^2.35.6","@types/react-test-renderer":"^17.0.1","@typescript-eslint/eslint-plugin":"^8.28.0","@typescript-eslint/parser":"^8.28.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",crypto:"^1.0.1","current-git-branch":"^1.1.0","dts-bundle":"^0.7.3",eslint:"^9.23.0","eslint-config-airbnb-base":"^15.0.0","eslint-config-prettier":"^10.1.1","eslint-import-resolver-typescript":"^4.2.5","eslint-plugin-comment-length":"2.2.1","eslint-plugin-import":"^2.31.0","eslint-plugin-jsdoc":"^50.6.9","eslint-plugin-prettier":"^5.2.5","eslint-plugin-react":"^7.37.5","eslint-plugin-react-hooks":"^5.2.0","fs-extra":"^10.0.0","gh-pages":"6.3.0",globals:"^16.0.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-fetch-mock":"^3.0.3",jsdom:"^17.0.0",prettier:"2.1.2",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:"4.24.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","typescript-eslint":"^8.29.1","url-search-params-polyfill":"^8.1.0",util:"^0.12.4",vite:"^5.3.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","embedded","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$1,description:description,module:module,main:main,types:types,files:files,exports:exports,typesVersions:typesVersions,"size-limit":[{path:"dist/tsembed.es.js",limit:"31 kB"}],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};
15300
+ var name="@thoughtspot/visual-embed-sdk";var version$1="1.37.0";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","build-and-publish":"npm run build:gatsby && npm run publish","bundle-dts-file":"dts-bundle --name @thoughtspot/visual-embed-sdk --out visual-embed-sdk.d.ts --main lib/src/index.d.ts","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",docgen:"typedoc --tsconfig tsconfig.json --theme typedoc-theme --json static/typedoc/typedoc.json --disableOutputCheck","test-sdk":"jest -c jest.config.sdk.js --runInBand",test:"npm run test-sdk",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-file && npm run bundle-dts && npm run bundle-dts-react && npm run bundle-dts-react-full && npm run build","check-size":"npm run build && size-limit","publish-dev":"npm publish --tag dev","publish-prod":"npm publish --tag latest",dev:"vite -c vite.local.config.ts"};var peerDependencies={react:"> 16.8.0","react-dom":"> 16.8.0"};var dependencies={classnames:"^2.3.1",eventemitter3:"^4.0.7",lodash:"^4.17.21","mixpanel-browser":"2.47.0","ts-deepmerge":"^6.0.2",tslib:"^2.5.3","use-deep-compare-effect":"^1.8.1",yaml:"^2.5.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","@size-limit/preset-big-lib":"^8.2.6","@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/lodash":"^4.17.0","@types/mixpanel-browser":"^2.35.6","@types/react-test-renderer":"^17.0.1","@typescript-eslint/eslint-plugin":"^8.28.0","@typescript-eslint/parser":"^8.28.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",crypto:"^1.0.1","current-git-branch":"^1.1.0","dts-bundle":"^0.7.3",eslint:"^9.23.0","eslint-config-airbnb-base":"^15.0.0","eslint-config-prettier":"^10.1.1","eslint-import-resolver-typescript":"^4.2.5","eslint-plugin-comment-length":"2.2.1","eslint-plugin-import":"^2.31.0","eslint-plugin-jsdoc":"^50.6.9","eslint-plugin-prettier":"^5.2.5","eslint-plugin-react":"^7.37.5","eslint-plugin-react-hooks":"^5.2.0","fs-extra":"^10.0.0","gh-pages":"6.3.0",globals:"^16.0.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-fetch-mock":"^3.0.3",jsdom:"^17.0.0",prettier:"2.1.2",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:"4.24.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","typescript-eslint":"^8.29.1","url-search-params-polyfill":"^8.1.0",util:"^0.12.4",vite:"^5.3.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","embedded","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$1,description:description,module:module,main:main,types:types,files:files,exports:exports,typesVersions:typesVersions,"size-limit":[{path:"dist/tsembed.es.js",limit:"31 kB"}],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};
15300
15301
 
15301
15302
  /**
15302
15303
  * Reloads the ThoughtSpot iframe.
package/dist/tsembed.js CHANGED
@@ -1,4 +1,5 @@
1
- /* @thoughtspot/visual-embed-sdk version 1.36.9 */
1
+ /* @thoughtspot/visual-embed-sdk version 1.37.0 */
2
+ 'use client';
2
3
  (function (global, factory) {
3
4
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
4
5
  typeof define === 'function' && define.amd ? define(['exports'], factory) :
@@ -685,8 +686,8 @@
685
686
  })(exports.HomepageModule || (exports.HomepageModule = {}));
686
687
  /**
687
688
  * List page columns that can be hidden.
688
- * **Note**: This option is applicable only in full app embedding.
689
- * @version SDK: 1.38.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
689
+ * **Note**: This option is applicable to full app embedding only.
690
+ * @version SDK: 1.38.0 | ThoughtSpot: 10.9.0.cl
690
691
  */
691
692
  // eslint-disable-next-line no-shadow
692
693
  exports.ListPageColumns = void 0;
@@ -1739,7 +1740,7 @@
1739
1740
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
1740
1741
  * })
1741
1742
  * ```
1742
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
1743
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
1743
1744
  */
1744
1745
  EmbedEvent["TableVizRendered"] = "TableVizRendered";
1745
1746
  /**
@@ -1752,12 +1753,12 @@
1752
1753
  * console.log('payload', payload);
1753
1754
  * })
1754
1755
  *```
1755
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
1756
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
1756
1757
  */
1757
1758
  EmbedEvent["CreateLiveboard"] = "createLiveboard";
1758
1759
  /**
1759
1760
  * Emitted when a user creates a Model.
1760
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
1761
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
1761
1762
  */
1762
1763
  EmbedEvent["CreateModel"] = "createModel";
1763
1764
  })(exports.EmbedEvent || (exports.EmbedEvent = {}));
@@ -2201,7 +2202,7 @@
2201
2202
  * ```js
2202
2203
  * liveboardEmbed.trigger(HostEvent.Remove)
2203
2204
  * ```
2204
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
2205
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
2205
2206
  */
2206
2207
  HostEvent["Remove"] = "delete";
2207
2208
  /**
@@ -2796,7 +2797,7 @@
2796
2797
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
2797
2798
  * })
2798
2799
  * ```
2799
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
2800
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
2800
2801
  */
2801
2802
  HostEvent["TransformTableVizData"] = "TransformTableVizData";
2802
2803
  })(exports.HostEvent || (exports.HostEvent = {}));
@@ -4143,7 +4144,7 @@
4143
4144
  * ```js
4144
4145
  * hiddenAction: [Action.ColumnRename]
4145
4146
  * ```
4146
- * @version SDK: 1.38.0 | ThoughtSpot Cloud: 10.8.0.cl
4147
+ * @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
4147
4148
  */
4148
4149
  Action["ColumnRename"] = "columnRename";
4149
4150
  /**
@@ -4153,7 +4154,7 @@
4153
4154
  * ```js
4154
4155
  * hiddenAction: [Action.CoverAndFilterOptionInPDF]
4155
4156
  * ```
4156
- * @version SDK: 1.38.0 | ThoughtSpot Cloud: 10.8.0.cl
4157
+ * @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
4157
4158
  */
4158
4159
  Action["CoverAndFilterOptionInPDF"] = "coverAndFilterOptionInPDF";
4159
4160
  })(exports.Action || (exports.Action = {}));
@@ -15302,7 +15303,7 @@ mutation GetUnsavedAnswerTML($session: BachSessionIdInput!, $exportDependencies:
15302
15303
  return e;
15303
15304
  }
15304
15305
 
15305
- var name="@thoughtspot/visual-embed-sdk";var version$1="1.36.9";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","build-and-publish":"npm run build:gatsby && npm run publish","bundle-dts-file":"dts-bundle --name @thoughtspot/visual-embed-sdk --out visual-embed-sdk.d.ts --main lib/src/index.d.ts","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",docgen:"typedoc --tsconfig tsconfig.json --theme typedoc-theme --json static/typedoc/typedoc.json --disableOutputCheck","test-sdk":"jest -c jest.config.sdk.js --runInBand",test:"npm run test-sdk",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-file && npm run bundle-dts && npm run bundle-dts-react && npm run bundle-dts-react-full && npm run build","check-size":"npm run build && size-limit","publish-dev":"npm publish --tag dev","publish-prod":"npm publish --tag latest",dev:"vite -c vite.local.config.ts"};var peerDependencies={react:"> 16.8.0","react-dom":"> 16.8.0"};var dependencies={classnames:"^2.3.1",eventemitter3:"^4.0.7",lodash:"^4.17.21","mixpanel-browser":"2.47.0","ts-deepmerge":"^6.0.2",tslib:"^2.5.3","use-deep-compare-effect":"^1.8.1",yaml:"^2.5.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","@size-limit/preset-big-lib":"^8.2.6","@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/lodash":"^4.17.0","@types/mixpanel-browser":"^2.35.6","@types/react-test-renderer":"^17.0.1","@typescript-eslint/eslint-plugin":"^8.28.0","@typescript-eslint/parser":"^8.28.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",crypto:"^1.0.1","current-git-branch":"^1.1.0","dts-bundle":"^0.7.3",eslint:"^9.23.0","eslint-config-airbnb-base":"^15.0.0","eslint-config-prettier":"^10.1.1","eslint-import-resolver-typescript":"^4.2.5","eslint-plugin-comment-length":"2.2.1","eslint-plugin-import":"^2.31.0","eslint-plugin-jsdoc":"^50.6.9","eslint-plugin-prettier":"^5.2.5","eslint-plugin-react":"^7.37.5","eslint-plugin-react-hooks":"^5.2.0","fs-extra":"^10.0.0","gh-pages":"6.3.0",globals:"^16.0.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-fetch-mock":"^3.0.3",jsdom:"^17.0.0",prettier:"2.1.2",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:"4.24.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","typescript-eslint":"^8.29.1","url-search-params-polyfill":"^8.1.0",util:"^0.12.4",vite:"^5.3.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","embedded","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$1,description:description,module:module,main:main,types:types,files:files,exports:exports$1,typesVersions:typesVersions,"size-limit":[{path:"dist/tsembed.es.js",limit:"31 kB"}],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};
15306
+ var name="@thoughtspot/visual-embed-sdk";var version$1="1.37.0";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","build-and-publish":"npm run build:gatsby && npm run publish","bundle-dts-file":"dts-bundle --name @thoughtspot/visual-embed-sdk --out visual-embed-sdk.d.ts --main lib/src/index.d.ts","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",docgen:"typedoc --tsconfig tsconfig.json --theme typedoc-theme --json static/typedoc/typedoc.json --disableOutputCheck","test-sdk":"jest -c jest.config.sdk.js --runInBand",test:"npm run test-sdk",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-file && npm run bundle-dts && npm run bundle-dts-react && npm run bundle-dts-react-full && npm run build","check-size":"npm run build && size-limit","publish-dev":"npm publish --tag dev","publish-prod":"npm publish --tag latest",dev:"vite -c vite.local.config.ts"};var peerDependencies={react:"> 16.8.0","react-dom":"> 16.8.0"};var dependencies={classnames:"^2.3.1",eventemitter3:"^4.0.7",lodash:"^4.17.21","mixpanel-browser":"2.47.0","ts-deepmerge":"^6.0.2",tslib:"^2.5.3","use-deep-compare-effect":"^1.8.1",yaml:"^2.5.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","@size-limit/preset-big-lib":"^8.2.6","@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/lodash":"^4.17.0","@types/mixpanel-browser":"^2.35.6","@types/react-test-renderer":"^17.0.1","@typescript-eslint/eslint-plugin":"^8.28.0","@typescript-eslint/parser":"^8.28.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",crypto:"^1.0.1","current-git-branch":"^1.1.0","dts-bundle":"^0.7.3",eslint:"^9.23.0","eslint-config-airbnb-base":"^15.0.0","eslint-config-prettier":"^10.1.1","eslint-import-resolver-typescript":"^4.2.5","eslint-plugin-comment-length":"2.2.1","eslint-plugin-import":"^2.31.0","eslint-plugin-jsdoc":"^50.6.9","eslint-plugin-prettier":"^5.2.5","eslint-plugin-react":"^7.37.5","eslint-plugin-react-hooks":"^5.2.0","fs-extra":"^10.0.0","gh-pages":"6.3.0",globals:"^16.0.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-fetch-mock":"^3.0.3",jsdom:"^17.0.0",prettier:"2.1.2",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:"4.24.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","typescript-eslint":"^8.29.1","url-search-params-polyfill":"^8.1.0",util:"^0.12.4",vite:"^5.3.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","embedded","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$1,description:description,module:module,main:main,types:types,files:files,exports:exports$1,typesVersions:typesVersions,"size-limit":[{path:"dist/tsembed.es.js",limit:"31 kB"}],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};
15306
15307
 
15307
15308
  /**
15308
15309
  * Reloads the ThoughtSpot iframe.
@@ -1878,10 +1878,10 @@ export interface LiveboardViewConfig extends Omit<ViewConfig, 'hiddenHomepageMod
1878
1878
  dataSourceId?: string;
1879
1879
  /**
1880
1880
  * This flag is for show/hide checkboxes for include or exclude
1881
- * cover and filter pages in the Liveboard PDF
1881
+ * cover page and filters in the Liveboard PDF.
1882
1882
  * @type {boolean}
1883
1883
  * @default true
1884
- * @version SDK: 1.38.0 | ThoughtSpot:10.8.0.cl
1884
+ * @version SDK: 1.37.0 | ThoughtSpot:10.8.0.cl
1885
1885
  * @example
1886
1886
  * ```js
1887
1887
  * const embed = new LiveboardEmbed('#embed-container', {
@@ -3051,8 +3051,8 @@ export interface ViewConfig {
3051
3051
  * Hide list page columns
3052
3052
  * For example: hiddenListColumns = [ListPageColumns.Author]
3053
3053
  *
3054
- * **Note**: This option is appplicable only in full app embedding.
3055
- * @version SDK: 1.38.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
3054
+ * **Note**: This option is available only in full app embedding.
3055
+ * @version SDK: 1.38.0 | ThoughtSpot: 10.9.0.cl
3056
3056
  * @example
3057
3057
  * ```js
3058
3058
  * const embed = new AppEmbed('#tsEmbed', {
@@ -3209,8 +3209,8 @@ export declare enum HomepageModule {
3209
3209
  }
3210
3210
  /**
3211
3211
  * List page columns that can be hidden.
3212
- * **Note**: This option is applicable only in full app embedding.
3213
- * @version SDK: 1.38.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
3212
+ * **Note**: This option is applicable to full app embedding only.
3213
+ * @version SDK: 1.38.0 | ThoughtSpot: 10.9.0.cl
3214
3214
  */
3215
3215
  export declare enum ListPageColumns {
3216
3216
  /**
@@ -4293,7 +4293,7 @@ export declare enum EmbedEvent {
4293
4293
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
4294
4294
  * })
4295
4295
  * ```
4296
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
4296
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
4297
4297
  */
4298
4298
  TableVizRendered = "TableVizRendered",
4299
4299
  /**
@@ -4306,12 +4306,12 @@ export declare enum EmbedEvent {
4306
4306
  * console.log('payload', payload);
4307
4307
  * })
4308
4308
  *```
4309
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
4309
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
4310
4310
  */
4311
4311
  CreateLiveboard = "createLiveboard",
4312
4312
  /**
4313
4313
  * Emitted when a user creates a Model.
4314
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
4314
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
4315
4315
  */
4316
4316
  CreateModel = "createModel"
4317
4317
  }
@@ -4753,7 +4753,7 @@ export declare enum HostEvent {
4753
4753
  * ```js
4754
4754
  * liveboardEmbed.trigger(HostEvent.Remove)
4755
4755
  * ```
4756
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
4756
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
4757
4757
  */
4758
4758
  Remove = "delete",
4759
4759
  /**
@@ -5348,7 +5348,7 @@ export declare enum HostEvent {
5348
5348
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
5349
5349
  * })
5350
5350
  * ```
5351
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
5351
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
5352
5352
  */
5353
5353
  TransformTableVizData = "TransformTableVizData"
5354
5354
  }
@@ -6683,7 +6683,7 @@ export declare enum Action {
6683
6683
  * ```js
6684
6684
  * hiddenAction: [Action.ColumnRename]
6685
6685
  * ```
6686
- * @version SDK: 1.38.0 | ThoughtSpot Cloud: 10.8.0.cl
6686
+ * @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
6687
6687
  */
6688
6688
  ColumnRename = "columnRename",
6689
6689
  /**
@@ -6693,7 +6693,7 @@ export declare enum Action {
6693
6693
  * ```js
6694
6694
  * hiddenAction: [Action.CoverAndFilterOptionInPDF]
6695
6695
  * ```
6696
- * @version SDK: 1.38.0 | ThoughtSpot Cloud: 10.8.0.cl
6696
+ * @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
6697
6697
  */
6698
6698
  CoverAndFilterOptionInPDF = "coverAndFilterOptionInPDF"
6699
6699
  }
@@ -1868,10 +1868,10 @@ export interface LiveboardViewConfig extends Omit<ViewConfig, 'hiddenHomepageMod
1868
1868
  dataSourceId?: string;
1869
1869
  /**
1870
1870
  * This flag is for show/hide checkboxes for include or exclude
1871
- * cover and filter pages in the Liveboard PDF
1871
+ * cover page and filters in the Liveboard PDF.
1872
1872
  * @type {boolean}
1873
1873
  * @default true
1874
- * @version SDK: 1.38.0 | ThoughtSpot:10.8.0.cl
1874
+ * @version SDK: 1.37.0 | ThoughtSpot:10.8.0.cl
1875
1875
  * @example
1876
1876
  * ```js
1877
1877
  * const embed = new LiveboardEmbed('#embed-container', {
@@ -3041,8 +3041,8 @@ export interface ViewConfig {
3041
3041
  * Hide list page columns
3042
3042
  * For example: hiddenListColumns = [ListPageColumns.Author]
3043
3043
  *
3044
- * **Note**: This option is appplicable only in full app embedding.
3045
- * @version SDK: 1.38.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
3044
+ * **Note**: This option is available only in full app embedding.
3045
+ * @version SDK: 1.38.0 | ThoughtSpot: 10.9.0.cl
3046
3046
  * @example
3047
3047
  * ```js
3048
3048
  * const embed = new AppEmbed('#tsEmbed', {
@@ -3199,8 +3199,8 @@ export declare enum HomepageModule {
3199
3199
  }
3200
3200
  /**
3201
3201
  * List page columns that can be hidden.
3202
- * **Note**: This option is applicable only in full app embedding.
3203
- * @version SDK: 1.38.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
3202
+ * **Note**: This option is applicable to full app embedding only.
3203
+ * @version SDK: 1.38.0 | ThoughtSpot: 10.9.0.cl
3204
3204
  */
3205
3205
  export declare enum ListPageColumns {
3206
3206
  /**
@@ -4283,7 +4283,7 @@ export declare enum EmbedEvent {
4283
4283
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
4284
4284
  * })
4285
4285
  * ```
4286
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
4286
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
4287
4287
  */
4288
4288
  TableVizRendered = "TableVizRendered",
4289
4289
  /**
@@ -4296,12 +4296,12 @@ export declare enum EmbedEvent {
4296
4296
  * console.log('payload', payload);
4297
4297
  * })
4298
4298
  *```
4299
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
4299
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
4300
4300
  */
4301
4301
  CreateLiveboard = "createLiveboard",
4302
4302
  /**
4303
4303
  * Emitted when a user creates a Model.
4304
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
4304
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
4305
4305
  */
4306
4306
  CreateModel = "createModel"
4307
4307
  }
@@ -4743,7 +4743,7 @@ export declare enum HostEvent {
4743
4743
  * ```js
4744
4744
  * liveboardEmbed.trigger(HostEvent.Remove)
4745
4745
  * ```
4746
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
4746
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
4747
4747
  */
4748
4748
  Remove = "delete",
4749
4749
  /**
@@ -5338,7 +5338,7 @@ export declare enum HostEvent {
5338
5338
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
5339
5339
  * })
5340
5340
  * ```
5341
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
5341
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
5342
5342
  */
5343
5343
  TransformTableVizData = "TransformTableVizData"
5344
5344
  }
@@ -6673,7 +6673,7 @@ export declare enum Action {
6673
6673
  * ```js
6674
6674
  * hiddenAction: [Action.ColumnRename]
6675
6675
  * ```
6676
- * @version SDK: 1.38.0 | ThoughtSpot Cloud: 10.8.0.cl
6676
+ * @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
6677
6677
  */
6678
6678
  ColumnRename = "columnRename",
6679
6679
  /**
@@ -6683,7 +6683,7 @@ export declare enum Action {
6683
6683
  * ```js
6684
6684
  * hiddenAction: [Action.CoverAndFilterOptionInPDF]
6685
6685
  * ```
6686
- * @version SDK: 1.38.0 | ThoughtSpot Cloud: 10.8.0.cl
6686
+ * @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
6687
6687
  */
6688
6688
  CoverAndFilterOptionInPDF = "coverAndFilterOptionInPDF"
6689
6689
  }
@@ -1030,10 +1030,10 @@ export interface LiveboardViewConfig extends Omit<ViewConfig, 'hiddenHomepageMod
1030
1030
  dataSourceId?: string;
1031
1031
  /**
1032
1032
  * This flag is for show/hide checkboxes for include or exclude
1033
- * cover and filter pages in the Liveboard PDF
1033
+ * cover page and filters in the Liveboard PDF.
1034
1034
  * @type {boolean}
1035
1035
  * @default true
1036
- * @version SDK: 1.38.0 | ThoughtSpot:10.8.0.cl
1036
+ * @version SDK: 1.37.0 | ThoughtSpot:10.8.0.cl
1037
1037
  * @example
1038
1038
  * ```js
1039
1039
  * const embed = new LiveboardEmbed('#embed-container', {
@@ -3054,8 +3054,8 @@ export interface ViewConfig {
3054
3054
  * Hide list page columns
3055
3055
  * For example: hiddenListColumns = [ListPageColumns.Author]
3056
3056
  *
3057
- * **Note**: This option is appplicable only in full app embedding.
3058
- * @version SDK: 1.38.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
3057
+ * **Note**: This option is available only in full app embedding.
3058
+ * @version SDK: 1.38.0 | ThoughtSpot: 10.9.0.cl
3059
3059
  * @example
3060
3060
  * ```js
3061
3061
  * const embed = new AppEmbed('#tsEmbed', {
@@ -3212,8 +3212,8 @@ export enum HomepageModule {
3212
3212
  }
3213
3213
  /**
3214
3214
  * List page columns that can be hidden.
3215
- * **Note**: This option is applicable only in full app embedding.
3216
- * @version SDK: 1.38.0 | ThoughtSpot: 9.12.5.cl, 10.1.0.sw
3215
+ * **Note**: This option is applicable to full app embedding only.
3216
+ * @version SDK: 1.38.0 | ThoughtSpot: 10.9.0.cl
3217
3217
  */
3218
3218
  export enum ListPageColumns {
3219
3219
  /**
@@ -4296,7 +4296,7 @@ export enum EmbedEvent {
4296
4296
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
4297
4297
  * })
4298
4298
  * ```
4299
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
4299
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
4300
4300
  */
4301
4301
  TableVizRendered = "TableVizRendered",
4302
4302
  /**
@@ -4309,12 +4309,12 @@ export enum EmbedEvent {
4309
4309
  * console.log('payload', payload);
4310
4310
  * })
4311
4311
  *```
4312
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
4312
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
4313
4313
  */
4314
4314
  CreateLiveboard = "createLiveboard",
4315
4315
  /**
4316
4316
  * Emitted when a user creates a Model.
4317
- * @version SDK : 1.38.0 | ThoughtSpot : 10.8.0.cl
4317
+ * @version SDK : 1.37.0 | ThoughtSpot : 10.8.0.cl
4318
4318
  */
4319
4319
  CreateModel = "createModel"
4320
4320
  }
@@ -4756,7 +4756,7 @@ export enum HostEvent {
4756
4756
  * ```js
4757
4757
  * liveboardEmbed.trigger(HostEvent.Remove)
4758
4758
  * ```
4759
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
4759
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl, 10.10.0.sw
4760
4760
  */
4761
4761
  Remove = "delete",
4762
4762
  /**
@@ -5351,7 +5351,7 @@ export enum HostEvent {
5351
5351
  * searchEmbed.trigger(HostEvent.TransformTableVizData, columnDataLite);
5352
5352
  * })
5353
5353
  * ```
5354
- * @version SDK: 1.38.0 | ThoughtSpot: 10.8.0.cl
5354
+ * @version SDK: 1.37.0 | ThoughtSpot: 10.8.0.cl
5355
5355
  */
5356
5356
  TransformTableVizData = "TransformTableVizData"
5357
5357
  }
@@ -6686,7 +6686,7 @@ export enum Action {
6686
6686
  * ```js
6687
6687
  * hiddenAction: [Action.ColumnRename]
6688
6688
  * ```
6689
- * @version SDK: 1.38.0 | ThoughtSpot Cloud: 10.8.0.cl
6689
+ * @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
6690
6690
  */
6691
6691
  ColumnRename = "columnRename",
6692
6692
  /**
@@ -6696,7 +6696,7 @@ export enum Action {
6696
6696
  * ```js
6697
6697
  * hiddenAction: [Action.CoverAndFilterOptionInPDF]
6698
6698
  * ```
6699
- * @version SDK: 1.38.0 | ThoughtSpot Cloud: 10.8.0.cl
6699
+ * @version SDK: 1.37.0 | ThoughtSpot Cloud: 10.8.0.cl
6700
6700
  */
6701
6701
  CoverAndFilterOptionInPDF = "coverAndFilterOptionInPDF"
6702
6702
  }
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thoughtspot/visual-embed-sdk",
3
- "version": "1.36.9",
3
+ "version": "1.37.0",
4
4
  "description": "ThoughtSpot Embed SDK",
5
5
  "module": "lib/src/index.js",
6
6
  "main": "dist/tsembed.js",
@@ -364,10 +364,10 @@ export interface LiveboardViewConfig extends Omit<ViewConfig, 'hiddenHomepageMod
364
364
  dataSourceId?: string;
365
365
  /**
366
366
  * This flag is for show/hide checkboxes for include or exclude
367
- * cover and filter pages in the Liveboard PDF
367
+ * cover page and filters in the Liveboard PDF.
368
368
  * @type {boolean}
369
369
  * @default true
370
- * @version SDK: 1.38.0 | ThoughtSpot:10.8.0.cl
370
+ * @version SDK: 1.37.0 | ThoughtSpot:10.8.0.cl
371
371
  * @example
372
372
  * ```js
373
373
  * const embed = new LiveboardEmbed('#embed-container', {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
package/lib/src/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  /**
2
3
  * Copyright (c) 2023
3
4
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,EACH,QAAQ,EAAE,IAAI,EAAiB,qBAAqB,GACvD,MAAM,aAAa,CAAC;AACrB,OAAO,EACH,IAAI,EACJ,QAAQ,EACR,MAAM,EACN,UAAU,EACV,SAAS,GAGZ,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,EAAE,oBAAoB,EAAkC,MAAM,+BAA+B,CAAC;AACrG,OAAO,EAAE,iBAAiB,EAA0B,MAAM,sBAAsB,CAAC;AACjF,OAAO,EACH,eAAe,EAAE,UAAU,EAAE,SAAS,GACzC,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EACH,QAAQ,EAER,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EAEN,gBAAgB,EAGhB,eAAe,EACf,cAAc,EAOd,yBAAyB,EAEzB,QAAQ,EAGR,eAAe,GAClB,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,SAAS,EAAkB,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,aAAa,EAAyC,MAAM,6CAA6C,CAAC;AACnH,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AACnF,OAAO,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAEvE,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,UAAU,EACV,SAAS,EAGT,cAAc,IAAI,aAAa,EAC/B,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,0BAA0B,EAC1B,WAAW,EACX,cAAc,EACd,aAAa,EACb,cAAc,EACd,SAAS,EACT,QAAQ,EACR,oBAAoB,EAEpB,iBAAiB,EAEjB,eAAe,EACf,UAAU,EACV,SAAS,EAET,aAAa,EAIb,IAAI,EACJ,QAAQ,EAER,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,yBAAyB,EAOzB,gBAAgB,EAEhB,eAAe,EACf,cAAc,EAUd,QAAQ,EACR,mBAAmB,EACnB,cAAc,EACd,qBAAqB,EAGrB,kBAAkB,EAClB,eAAe,GAClB,CAAC;AAEF,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb;;;;;;;GAOG;AACH,OAAO,EACH,QAAQ,EAAE,IAAI,EAAiB,qBAAqB,GACvD,MAAM,aAAa,CAAC;AACrB,OAAO,EACH,IAAI,EACJ,QAAQ,EACR,MAAM,EACN,UAAU,EACV,SAAS,GAGZ,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,EAAE,oBAAoB,EAAkC,MAAM,+BAA+B,CAAC;AACrG,OAAO,EAAE,iBAAiB,EAA0B,MAAM,sBAAsB,CAAC;AACjF,OAAO,EACH,eAAe,EAAE,UAAU,EAAE,SAAS,GACzC,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EACH,QAAQ,EAER,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EAEN,gBAAgB,EAGhB,eAAe,EACf,cAAc,EAOd,yBAAyB,EAEzB,QAAQ,EAGR,eAAe,GAClB,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,SAAS,EAAkB,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,aAAa,EAAyC,MAAM,6CAA6C,CAAC;AACnH,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,+CAA+C,CAAC;AACnF,OAAO,EAAE,0BAA0B,EAAE,MAAM,2CAA2C,CAAC;AACvF,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAEvE,OAAO,EACH,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,UAAU,EACV,SAAS,EAGT,cAAc,IAAI,aAAa,EAC/B,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,0BAA0B,EAC1B,WAAW,EACX,cAAc,EACd,aAAa,EACb,cAAc,EACd,SAAS,EACT,QAAQ,EACR,oBAAoB,EAEpB,iBAAiB,EAEjB,eAAe,EACf,UAAU,EACV,SAAS,EAET,aAAa,EAIb,IAAI,EACJ,QAAQ,EAER,eAAe,EACf,UAAU,EACV,SAAS,EACT,oBAAoB,EACpB,MAAM,EACN,yBAAyB,EAOzB,gBAAgB,EAEhB,eAAe,EACf,cAAc,EAUd,QAAQ,EACR,mBAAmB,EACnB,cAAc,EACd,qBAAqB,EAGrB,kBAAkB,EAClB,eAAe,GAClB,CAAC;AAEF,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/react/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/react/index.tsx"],"names":[],"mappings":"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"}
@@ -1,3 +1,4 @@
1
+ 'use client';
1
2
  import React, { useRef } from 'react';
2
3
  import useDeepCompareEffect from 'use-deep-compare-effect';
3
4
  import { deepMerge } from '../utils';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/react/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/react/index.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,KAAK,EAAE,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,oBAAoB,MAAM,yBAAyB,CAAC;AAE3D,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,cAAc,IAAI,eAAe,EAAuB,MAAM,qBAAqB,CAAC;AAC7F,OAAO,EAAE,SAAS,IAAI,UAAU,EAAkB,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,WAAW,IAAI,YAAY,EAAoB,MAAM,iBAAiB,CAAC;AAChF,OAAO,EAAE,QAAQ,IAAI,SAAS,EAAiB,MAAM,cAAc,CAAC;AACpE,OAAO,EAAE,cAAc,IAAI,eAAe,EAAuB,MAAM,oBAAoB,CAAC;AAI5F,OAAO,EAAc,wBAAwB,EAAE,MAAM,QAAQ,CAAC;AAC9D,OAAO,EAAE,iBAAiB,IAAI,kBAAkB,EAA0B,MAAM,uBAAuB,CAAC;AACxG,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAErC,MAAM,gBAAgB,GAAG,CACrB,gBAAmB;AACnB,4EAA4E;AAC5E,yEAAyE;AACzE,2EAA2E;AAC3E,oDAAoD;AACpD,sBAAsB,GAAG,KAAK,EAChC,EAAE,CAAC,KAAK,CAAC,UAAU,CACjB,CAAC,KAAQ,EAAE,YAAqD,EAAE,EAAE;IAChE,MAAM,GAAG,GAAG,KAAK,CAAC,MAAM,CAAiB,IAAI,CAAC,CAAC;IAC/C,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,UAAU,EAAE,GAAG,KAAK,CAAC;IAClD,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,GAAG,wBAAwB,CACtD,UAAU,CACb,CAAC;IAEF,MAAM,aAAa,GAAG,CAAC,OAAwB,EAAE,EAAE;QAC/C,gDAAgD;QAChD,IAAI,sBAAsB;YAAE,OAAO;QAEnC,uDAAuD;QACvD,IAAI,KAAK,CAAC,WAAW,EAAE;YACnB,OAAO,CAAC,aAAa,EAAE,CAAC;YACxB,OAAO;SACV;QAED,OAAO,CAAC,OAAO,EAAE,CAAC;IACtB,CAAC,CAAC;IAEF,MAAM,wBAAwB,GAAG,CAAC,OAAwB,EAAE,EAAE;QAC1D,OAAO,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC,CAAC;IAEF,MAAM,sBAAsB,GAAG,CAAC,OAAwB,EAAE,EAAE;QACxD,uDAAuD;QACvD,IAAI,KAAK,CAAC,WAAW,EAAE;YACnB,OAAO,CAAC,aAAa,EAAE,CAAC;YACxB,OAAO;SACV;QAED,OAAO,CAAC,MAAM,EAAE,CAAC;IACrB,CAAC,CAAC;IAEF,MAAM,eAAe,GAAG,CAAC,OAAwB,EAAE,EAAE;QACjD,IAAI,sBAAsB,EAAE;YACxB,wBAAwB,CAAC,OAAO,CAAC,CAAC;YAClC,OAAO;SACV;QACD,sBAAsB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC,CAAC;IAEF,oBAAoB,CAAC,GAAG,EAAE;QACtB,MAAM,OAAO,GAAG,IAAI,gBAAgB,CAChC,GAAI,CAAC,OAAO,EACZ,SAAS,CACL;YACI,eAAe,EAAE,UAAU,CAAC,eAAe;YAC3C,WAAW,EAAE;gBACT,KAAK,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE;aAC3D;SACJ,EACD,UAAU,CACb,CACe,CAAC;QACrB,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,OAAO,CAAC,CAAC,SAAS,EAAE,EAAE;YACzC,OAAO,CAAC,EAAE,CAAC,SAAuB,EAAE,SAAS,CAAC,SAAuB,CAAC,CAAC,CAAC;QAC5E,CAAC,CAAC,CAAC;QACH,eAAe,CAAC,OAAO,CAAC,CAAC;QACzB,IAAI,YAAY,EAAE;YACd,6CAA6C;YAC7C,YAAY,CAAC,OAAO,GAAG,OAAO,CAAC;SAClC;QACD,OAAO,GAAG,EAAE;YACR,aAAa,CAAC,OAAO,CAAC,CAAC;QAC3B,CAAC,CAAC;IACN,CAAC,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC,CAAC;IAE5B,OAAO,UAAU,CAAC,eAAe,CAAC,CAAC,CAAC,CAChC,6CAAkB,SAAS,EAAC,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,EAAE,QAAQ,EAAE,UAAU,EAAE,GAAS,CACjF,CAAC,CAAC,CAAC,CACA,4CAAiB,SAAS,EAAC,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,sBAAsB,SAAS,EAAE,GAAQ,CAC1G,CAAC;AACN,CAAC,CACJ,CAAC;AAkCF;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,gBAAgB,CACvC,YAAY,CACf,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAG,gBAAgB,CAIpD,YAAY,EAAE,IAAI,CAAC,CAAC;AAItB;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,gBAAgB,CAA4C,SAAS,CAAC,CAAC;AAE/F;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,gBAAgB,CAIjD,SAAS,EAAE,IAAI,CAAC,CAAC;AAInB;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,gBAAgB,CAI5C,eAAe,CAAC,CAAC;AAEnB,MAAM,CAAC,MAAM,aAAa,GAAG,cAAc,CAAC;AAE5C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,gBAAgB,CAIvD,eAAe,EAAE,IAAI,CAAC,CAAC;AAEzB,MAAM,CAAC,MAAM,wBAAwB,GAAG,yBAAyB,CAAC;AAIlE;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,gBAAgB,CAI5C,eAAe,CAAC,CAAC;AAEnB;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,gBAAgB,CAIvD,eAAe,EAAE,IAAI,CAAC,CAAC;AAIzB;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,gBAAgB,CACrC,UAAU,CACb,CAAC;AAEF;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,gBAAgB,CAIlD,UAAU,EAAE,IAAI,CAAC,CAAC;AAIpB;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,gBAAgB,CAEzC,kBAAkB,CACrB,CAAC;AAEN;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,gBAAgB,CAI1D,kBAAkB,EAAE,IAAI,CAAC,CAAC;AAS5B;;;;;;;;;;;;;;;GAeG;AACH,MAAM,UAAU,WAAW;IAEvB,OAAO,KAAK,CAAC,MAAM,CAAwB,IAAI,CAAC,CAAC;AACrD,CAAC;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,UAAU,OAAO,CAAC,MAAmB;IACvC,MAAM,GAAG,GAAG,MAAM,CAA0B,IAAI,CAAC,CAAC;IAClD,oBAAoB,CAAC,GAAG,EAAE;QACtB,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC;QAC5B,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;IACzB,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IAEb,OAAO,GAAG,CAAC;AACf,CAAC;AAED,OAAO,EAIH,IAAI,EAEJ,eAAe,EACf,UAAU,EACV,SAAS,EACT,MAAM,EAEN,eAAe,EACf,cAAc,EACd,QAAQ,EACR,cAAc,EACd,eAAe,GAClB,MAAM,UAAU,CAAC"}