@thoughtspot/visual-embed-sdk 1.24.3 → 1.24.4

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.
Files changed (93) hide show
  1. package/cjs/package.json +1 -1
  2. package/cjs/src/embed/app.d.ts +13 -0
  3. package/cjs/src/embed/app.d.ts.map +1 -1
  4. package/cjs/src/embed/app.js +4 -3
  5. package/cjs/src/embed/app.js.map +1 -1
  6. package/cjs/src/embed/app.spec.js +19 -0
  7. package/cjs/src/embed/app.spec.js.map +1 -1
  8. package/cjs/src/embed/base.d.ts +4 -1
  9. package/cjs/src/embed/base.d.ts.map +1 -1
  10. package/cjs/src/embed/base.js +4 -1
  11. package/cjs/src/embed/base.js.map +1 -1
  12. package/cjs/src/embed/liveboard.d.ts +14 -1
  13. package/cjs/src/embed/liveboard.d.ts.map +1 -1
  14. package/cjs/src/embed/liveboard.js +2 -1
  15. package/cjs/src/embed/liveboard.js.map +1 -1
  16. package/cjs/src/embed/liveboard.spec.js +11 -0
  17. package/cjs/src/embed/liveboard.spec.js.map +1 -1
  18. package/cjs/src/embed/sage.d.ts +1 -1
  19. package/cjs/src/embed/sage.d.ts.map +1 -1
  20. package/cjs/src/embed/search-bar.d.ts +1 -1
  21. package/cjs/src/embed/search-bar.d.ts.map +1 -1
  22. package/cjs/src/embed/search-bar.js.map +1 -1
  23. package/cjs/src/embed/search.d.ts +1 -1
  24. package/cjs/src/embed/search.d.ts.map +1 -1
  25. package/cjs/src/embed/ts-embed.spec.js +1 -1
  26. package/cjs/src/embed/ts-embed.spec.js.map +1 -1
  27. package/cjs/src/types.d.ts +14 -2
  28. package/cjs/src/types.d.ts.map +1 -1
  29. package/cjs/src/types.js +11 -0
  30. package/cjs/src/types.js.map +1 -1
  31. package/dist/src/embed/app.d.ts +13 -0
  32. package/dist/src/embed/app.d.ts.map +1 -1
  33. package/dist/src/embed/base.d.ts +4 -1
  34. package/dist/src/embed/base.d.ts.map +1 -1
  35. package/dist/src/embed/liveboard.d.ts +14 -1
  36. package/dist/src/embed/liveboard.d.ts.map +1 -1
  37. package/dist/src/embed/sage.d.ts +1 -1
  38. package/dist/src/embed/sage.d.ts.map +1 -1
  39. package/dist/src/embed/search-bar.d.ts +1 -1
  40. package/dist/src/embed/search-bar.d.ts.map +1 -1
  41. package/dist/src/embed/search.d.ts +1 -1
  42. package/dist/src/embed/search.d.ts.map +1 -1
  43. package/dist/src/types.d.ts +14 -2
  44. package/dist/src/types.d.ts.map +1 -1
  45. package/dist/tsembed-react.es.js +18 -5
  46. package/dist/tsembed-react.js +18 -5
  47. package/dist/tsembed.es.js +22 -6
  48. package/dist/tsembed.js +22 -6
  49. package/dist/visual-embed-sdk-react-full.d.ts +48 -7
  50. package/dist/visual-embed-sdk-react.d.ts +48 -7
  51. package/dist/visual-embed-sdk.d.ts +48 -7
  52. package/lib/package.json +1 -1
  53. package/lib/src/embed/app.d.ts +13 -0
  54. package/lib/src/embed/app.d.ts.map +1 -1
  55. package/lib/src/embed/app.js +4 -3
  56. package/lib/src/embed/app.js.map +1 -1
  57. package/lib/src/embed/app.spec.js +19 -0
  58. package/lib/src/embed/app.spec.js.map +1 -1
  59. package/lib/src/embed/base.d.ts +4 -1
  60. package/lib/src/embed/base.d.ts.map +1 -1
  61. package/lib/src/embed/base.js +4 -1
  62. package/lib/src/embed/base.js.map +1 -1
  63. package/lib/src/embed/liveboard.d.ts +14 -1
  64. package/lib/src/embed/liveboard.d.ts.map +1 -1
  65. package/lib/src/embed/liveboard.js +2 -1
  66. package/lib/src/embed/liveboard.js.map +1 -1
  67. package/lib/src/embed/liveboard.spec.js +11 -0
  68. package/lib/src/embed/liveboard.spec.js.map +1 -1
  69. package/lib/src/embed/sage.d.ts +1 -1
  70. package/lib/src/embed/sage.d.ts.map +1 -1
  71. package/lib/src/embed/search-bar.d.ts +1 -1
  72. package/lib/src/embed/search-bar.d.ts.map +1 -1
  73. package/lib/src/embed/search-bar.js.map +1 -1
  74. package/lib/src/embed/search.d.ts +1 -1
  75. package/lib/src/embed/search.d.ts.map +1 -1
  76. package/lib/src/embed/ts-embed.spec.js +1 -1
  77. package/lib/src/embed/ts-embed.spec.js.map +1 -1
  78. package/lib/src/types.d.ts +14 -2
  79. package/lib/src/types.d.ts.map +1 -1
  80. package/lib/src/types.js +11 -0
  81. package/lib/src/types.js.map +1 -1
  82. package/lib/src/visual-embed-sdk.d.ts +48 -7
  83. package/package.json +1 -1
  84. package/src/embed/app.spec.ts +29 -0
  85. package/src/embed/app.ts +20 -5
  86. package/src/embed/base.ts +4 -1
  87. package/src/embed/liveboard.spec.ts +16 -0
  88. package/src/embed/liveboard.ts +18 -1
  89. package/src/embed/sage.ts +1 -1
  90. package/src/embed/search-bar.tsx +1 -0
  91. package/src/embed/search.ts +1 -1
  92. package/src/embed/ts-embed.spec.ts +1 -1
  93. package/src/types.ts +12 -0
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["types.ts"],"names":[],"mappings":"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"}
@@ -1967,6 +1967,7 @@ var Param;
1967
1967
  Param["HideHomepageLeftNav"] = "hideHomepageLeftNav";
1968
1968
  Param["ModularHomeExperienceEnabled"] = "modularHomeExperience";
1969
1969
  Param["PendoTrackingKey"] = "additionalPendoKey";
1970
+ Param["LiveboardHeaderSticky"] = "isLiveboardHeaderSticky";
1970
1971
  })(Param || (Param = {}));
1971
1972
  /**
1972
1973
  * ThoughtSpot application pages include actions and menu commands
@@ -2805,6 +2806,16 @@ var Action;
2805
2806
  * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl
2806
2807
  */
2807
2808
  Action["PersonalisedViewsDropdown"] = "personalisedViewsDropdown";
2809
+ /**
2810
+ * Action ID for Liveboard Users ( Recently Visited / social proof )
2811
+ *
2812
+ * @example
2813
+ * ```js
2814
+ * disabledActions: [Action.LiveboardUsers]
2815
+ * ```
2816
+ * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl
2817
+ */
2818
+ Action["LiveboardUsers"] = "liveboardUsers";
2808
2819
  })(Action || (Action = {}));
2809
2820
  var PrefetchFeatures;
2810
2821
  (function (PrefetchFeatures) {
@@ -10704,7 +10715,7 @@ function processTrigger(iFrame, messageType, thoughtSpotHost, data) {
10704
10715
  });
10705
10716
  }
10706
10717
 
10707
- var name="@thoughtspot/visual-embed-sdk";var version="1.24.3";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-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","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-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"};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","@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/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-fetch-mock":"^3.0.3",jsdom:"^17.0.0","node-sass":"^8.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:"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,"size-limit":[{path:"dist/tsembed.js",limit:"40 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};
10718
+ var name="@thoughtspot/visual-embed-sdk";var version="1.24.4";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-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","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-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"};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","@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/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-fetch-mock":"^3.0.3",jsdom:"^17.0.0","node-sass":"^8.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:"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,"size-limit":[{path:"dist/tsembed.js",limit:"40 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};
10708
10719
 
10709
10720
  /**
10710
10721
  * Copyright (c) 2022
@@ -11814,16 +11825,17 @@ class AppEmbed extends V1Embed {
11814
11825
  * embedded Liveboard or visualization.
11815
11826
  */
11816
11827
  getEmbedParams() {
11817
- const { tag, hideObjects, liveboardV2, showPrimaryNavbar, disableProfileAndHelp, hideApplicationSwitcher, hideOrgSwitcher, enableSearchAssist, fullHeight, dataPanelV2 = false, hideLiveboardHeader, showLiveboardTitle, showLiveboardDescription, hideHomepageLeftNav = false, modularHomeExperience = false, } = this.viewConfig;
11828
+ const { tag, hideObjects, liveboardV2, showPrimaryNavbar, disableProfileAndHelp, hideApplicationSwitcher, hideOrgSwitcher, enableSearchAssist, fullHeight, dataPanelV2 = false, hideLiveboardHeader = false, showLiveboardTitle = true, showLiveboardDescription = true, hideHomepageLeftNav = false, modularHomeExperience = false, isLiveboardHeaderSticky = true, } = this.viewConfig;
11818
11829
  let params = {};
11819
11830
  params[Param.EmbedApp] = true;
11820
11831
  params[Param.PrimaryNavHidden] = !showPrimaryNavbar;
11821
11832
  params[Param.HideProfleAndHelp] = !!disableProfileAndHelp;
11822
11833
  params[Param.HideApplicationSwitcher] = !!hideApplicationSwitcher;
11823
11834
  params[Param.HideOrgSwitcher] = !!hideOrgSwitcher;
11824
- params[Param.HideLiveboardHeader] = !!hideLiveboardHeader;
11825
- params[Param.ShowLiveboardTitle] = !!showLiveboardTitle;
11835
+ params[Param.HideLiveboardHeader] = hideLiveboardHeader;
11836
+ params[Param.ShowLiveboardTitle] = showLiveboardTitle;
11826
11837
  params[Param.ShowLiveboardDescription] = !!showLiveboardDescription;
11838
+ params[Param.LiveboardHeaderSticky] = isLiveboardHeaderSticky;
11827
11839
  params = this.getBaseQueryParams(params);
11828
11840
  if (fullHeight === true) {
11829
11841
  params[Param.fullHeight] = true;
@@ -12008,7 +12020,7 @@ class LiveboardEmbed extends V1Embed {
12008
12020
  let params = {};
12009
12021
  params[Param.EmbedApp] = true;
12010
12022
  params = this.getBaseQueryParams(params);
12011
- const { enableVizTransformations, fullHeight, defaultHeight, visibleVizs, liveboardV2, vizId, hideTabPanel, activeTabId, hideLiveboardHeader, showLiveboardDescription, showLiveboardTitle, runtimeParameters, } = this.viewConfig;
12023
+ const { enableVizTransformations, fullHeight, defaultHeight, visibleVizs, liveboardV2, vizId, hideTabPanel, activeTabId, hideLiveboardHeader, showLiveboardDescription, showLiveboardTitle, runtimeParameters, isLiveboardHeaderSticky = true, } = this.viewConfig;
12012
12024
  const preventLiveboardFilterRemoval = this.viewConfig.preventLiveboardFilterRemoval
12013
12025
  || this.viewConfig.preventPinboardFilterRemoval;
12014
12026
  if (fullHeight === true) {
@@ -12045,6 +12057,7 @@ class LiveboardEmbed extends V1Embed {
12045
12057
  if (showLiveboardTitle) {
12046
12058
  params[Param.ShowLiveboardTitle] = showLiveboardTitle;
12047
12059
  }
12060
+ params[Param.LiveboardHeaderSticky] = isLiveboardHeaderSticky;
12048
12061
  let queryParams = getQueryParamString(params, true);
12049
12062
  const parameterQuery = getRuntimeParameters(runtimeParameters || []);
12050
12063
  if (parameterQuery)
@@ -1918,6 +1918,7 @@
1918
1918
  Param["HideHomepageLeftNav"] = "hideHomepageLeftNav";
1919
1919
  Param["ModularHomeExperienceEnabled"] = "modularHomeExperience";
1920
1920
  Param["PendoTrackingKey"] = "additionalPendoKey";
1921
+ Param["LiveboardHeaderSticky"] = "isLiveboardHeaderSticky";
1921
1922
  })(Param || (Param = {}));
1922
1923
  (function (Action) {
1923
1924
  /**
@@ -2727,6 +2728,16 @@
2727
2728
  * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl
2728
2729
  */
2729
2730
  Action["PersonalisedViewsDropdown"] = "personalisedViewsDropdown";
2731
+ /**
2732
+ * Action ID for Liveboard Users ( Recently Visited / social proof )
2733
+ *
2734
+ * @example
2735
+ * ```js
2736
+ * disabledActions: [Action.LiveboardUsers]
2737
+ * ```
2738
+ * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl
2739
+ */
2740
+ Action["LiveboardUsers"] = "liveboardUsers";
2730
2741
  })(exports.Action || (exports.Action = {}));
2731
2742
  var PrefetchFeatures;
2732
2743
  (function (PrefetchFeatures) {
@@ -10626,7 +10637,7 @@ mutation RemoveColumns($session: BachSessionIdInput!, $logicalColumnIds: [GUID!]
10626
10637
  });
10627
10638
  }
10628
10639
 
10629
- var name="@thoughtspot/visual-embed-sdk";var version="1.24.3";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-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","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-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"};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","@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/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-fetch-mock":"^3.0.3",jsdom:"^17.0.0","node-sass":"^8.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:"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,"size-limit":[{path:"dist/tsembed.js",limit:"40 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};
10640
+ var name="@thoughtspot/visual-embed-sdk";var version="1.24.4";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-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","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-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"};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","@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/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-fetch-mock":"^3.0.3",jsdom:"^17.0.0","node-sass":"^8.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:"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,"size-limit":[{path:"dist/tsembed.js",limit:"40 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};
10630
10641
 
10631
10642
  /**
10632
10643
  * Copyright (c) 2022
@@ -11731,16 +11742,17 @@ mutation RemoveColumns($session: BachSessionIdInput!, $logicalColumnIds: [GUID!]
11731
11742
  * embedded Liveboard or visualization.
11732
11743
  */
11733
11744
  getEmbedParams() {
11734
- const { tag, hideObjects, liveboardV2, showPrimaryNavbar, disableProfileAndHelp, hideApplicationSwitcher, hideOrgSwitcher, enableSearchAssist, fullHeight, dataPanelV2 = false, hideLiveboardHeader, showLiveboardTitle, showLiveboardDescription, hideHomepageLeftNav = false, modularHomeExperience = false, } = this.viewConfig;
11745
+ const { tag, hideObjects, liveboardV2, showPrimaryNavbar, disableProfileAndHelp, hideApplicationSwitcher, hideOrgSwitcher, enableSearchAssist, fullHeight, dataPanelV2 = false, hideLiveboardHeader = false, showLiveboardTitle = true, showLiveboardDescription = true, hideHomepageLeftNav = false, modularHomeExperience = false, isLiveboardHeaderSticky = true, } = this.viewConfig;
11735
11746
  let params = {};
11736
11747
  params[Param.EmbedApp] = true;
11737
11748
  params[Param.PrimaryNavHidden] = !showPrimaryNavbar;
11738
11749
  params[Param.HideProfleAndHelp] = !!disableProfileAndHelp;
11739
11750
  params[Param.HideApplicationSwitcher] = !!hideApplicationSwitcher;
11740
11751
  params[Param.HideOrgSwitcher] = !!hideOrgSwitcher;
11741
- params[Param.HideLiveboardHeader] = !!hideLiveboardHeader;
11742
- params[Param.ShowLiveboardTitle] = !!showLiveboardTitle;
11752
+ params[Param.HideLiveboardHeader] = hideLiveboardHeader;
11753
+ params[Param.ShowLiveboardTitle] = showLiveboardTitle;
11743
11754
  params[Param.ShowLiveboardDescription] = !!showLiveboardDescription;
11755
+ params[Param.LiveboardHeaderSticky] = isLiveboardHeaderSticky;
11744
11756
  params = this.getBaseQueryParams(params);
11745
11757
  if (fullHeight === true) {
11746
11758
  params[Param.fullHeight] = true;
@@ -11925,7 +11937,7 @@ mutation RemoveColumns($session: BachSessionIdInput!, $logicalColumnIds: [GUID!]
11925
11937
  let params = {};
11926
11938
  params[Param.EmbedApp] = true;
11927
11939
  params = this.getBaseQueryParams(params);
11928
- const { enableVizTransformations, fullHeight, defaultHeight, visibleVizs, liveboardV2, vizId, hideTabPanel, activeTabId, hideLiveboardHeader, showLiveboardDescription, showLiveboardTitle, runtimeParameters, } = this.viewConfig;
11940
+ const { enableVizTransformations, fullHeight, defaultHeight, visibleVizs, liveboardV2, vizId, hideTabPanel, activeTabId, hideLiveboardHeader, showLiveboardDescription, showLiveboardTitle, runtimeParameters, isLiveboardHeaderSticky = true, } = this.viewConfig;
11929
11941
  const preventLiveboardFilterRemoval = this.viewConfig.preventLiveboardFilterRemoval
11930
11942
  || this.viewConfig.preventPinboardFilterRemoval;
11931
11943
  if (fullHeight === true) {
@@ -11962,6 +11974,7 @@ mutation RemoveColumns($session: BachSessionIdInput!, $logicalColumnIds: [GUID!]
11962
11974
  if (showLiveboardTitle) {
11963
11975
  params[Param.ShowLiveboardTitle] = showLiveboardTitle;
11964
11976
  }
11977
+ params[Param.LiveboardHeaderSticky] = isLiveboardHeaderSticky;
11965
11978
  let queryParams = getQueryParamString(params, true);
11966
11979
  const parameterQuery = getRuntimeParameters(runtimeParameters || []);
11967
11980
  if (parameterQuery)
@@ -1853,6 +1853,7 @@ var Param;
1853
1853
  Param["HideHomepageLeftNav"] = "hideHomepageLeftNav";
1854
1854
  Param["ModularHomeExperienceEnabled"] = "modularHomeExperience";
1855
1855
  Param["PendoTrackingKey"] = "additionalPendoKey";
1856
+ Param["LiveboardHeaderSticky"] = "isLiveboardHeaderSticky";
1856
1857
  })(Param || (Param = {}));
1857
1858
  /**
1858
1859
  * ThoughtSpot application pages include actions and menu commands
@@ -2691,6 +2692,16 @@ var Action;
2691
2692
  * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl
2692
2693
  */
2693
2694
  Action["PersonalisedViewsDropdown"] = "personalisedViewsDropdown";
2695
+ /**
2696
+ * Action ID for Liveboard Users ( Recently Visited / social proof )
2697
+ *
2698
+ * @example
2699
+ * ```js
2700
+ * disabledActions: [Action.LiveboardUsers]
2701
+ * ```
2702
+ * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl
2703
+ */
2704
+ Action["LiveboardUsers"] = "liveboardUsers";
2694
2705
  })(Action || (Action = {}));
2695
2706
  var PrefetchFeatures;
2696
2707
  (function (PrefetchFeatures) {
@@ -11011,6 +11022,7 @@ const renderInQueue = (fn) => {
11011
11022
  };
11012
11023
  /**
11013
11024
  * Imports TML representation of the metadata objects into ThoughtSpot.
11025
+ *
11014
11026
  * @param data
11015
11027
  * @version SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl
11016
11028
  * @group Global methods
@@ -11056,7 +11068,9 @@ const executeTML = async (data) => {
11056
11068
  });
11057
11069
  };
11058
11070
  /**
11059
- * Exports TML representation of the metadata objects from ThoughtSpot in JSON or YAML format.
11071
+ * Exports TML representation of the metadata objects from ThoughtSpot in JSON or YAML
11072
+ * format.
11073
+ *
11060
11074
  * @param data
11061
11075
  * @version SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl
11062
11076
  * @group Global methods
@@ -11608,7 +11622,7 @@ function processTrigger(iFrame, messageType, thoughtSpotHost, data) {
11608
11622
  });
11609
11623
  }
11610
11624
 
11611
- var name="@thoughtspot/visual-embed-sdk";var version="1.24.3";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-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","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-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"};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","@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/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-fetch-mock":"^3.0.3",jsdom:"^17.0.0","node-sass":"^8.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:"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,"size-limit":[{path:"dist/tsembed.js",limit:"40 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};
11625
+ var name="@thoughtspot/visual-embed-sdk";var version="1.24.4";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-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","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-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"};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","@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/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-fetch-mock":"^3.0.3",jsdom:"^17.0.0","node-sass":"^8.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:"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,"size-limit":[{path:"dist/tsembed.js",limit:"40 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};
11612
11626
 
11613
11627
  /**
11614
11628
  * Copyright (c) 2022
@@ -12449,16 +12463,17 @@ class AppEmbed extends V1Embed {
12449
12463
  * embedded Liveboard or visualization.
12450
12464
  */
12451
12465
  getEmbedParams() {
12452
- const { tag, hideObjects, liveboardV2, showPrimaryNavbar, disableProfileAndHelp, hideApplicationSwitcher, hideOrgSwitcher, enableSearchAssist, fullHeight, dataPanelV2 = false, hideLiveboardHeader, showLiveboardTitle, showLiveboardDescription, hideHomepageLeftNav = false, modularHomeExperience = false, } = this.viewConfig;
12466
+ const { tag, hideObjects, liveboardV2, showPrimaryNavbar, disableProfileAndHelp, hideApplicationSwitcher, hideOrgSwitcher, enableSearchAssist, fullHeight, dataPanelV2 = false, hideLiveboardHeader = false, showLiveboardTitle = true, showLiveboardDescription = true, hideHomepageLeftNav = false, modularHomeExperience = false, isLiveboardHeaderSticky = true, } = this.viewConfig;
12453
12467
  let params = {};
12454
12468
  params[Param.EmbedApp] = true;
12455
12469
  params[Param.PrimaryNavHidden] = !showPrimaryNavbar;
12456
12470
  params[Param.HideProfleAndHelp] = !!disableProfileAndHelp;
12457
12471
  params[Param.HideApplicationSwitcher] = !!hideApplicationSwitcher;
12458
12472
  params[Param.HideOrgSwitcher] = !!hideOrgSwitcher;
12459
- params[Param.HideLiveboardHeader] = !!hideLiveboardHeader;
12460
- params[Param.ShowLiveboardTitle] = !!showLiveboardTitle;
12473
+ params[Param.HideLiveboardHeader] = hideLiveboardHeader;
12474
+ params[Param.ShowLiveboardTitle] = showLiveboardTitle;
12461
12475
  params[Param.ShowLiveboardDescription] = !!showLiveboardDescription;
12476
+ params[Param.LiveboardHeaderSticky] = isLiveboardHeaderSticky;
12462
12477
  params = this.getBaseQueryParams(params);
12463
12478
  if (fullHeight === true) {
12464
12479
  params[Param.fullHeight] = true;
@@ -12643,7 +12658,7 @@ class LiveboardEmbed extends V1Embed {
12643
12658
  let params = {};
12644
12659
  params[Param.EmbedApp] = true;
12645
12660
  params = this.getBaseQueryParams(params);
12646
- const { enableVizTransformations, fullHeight, defaultHeight, visibleVizs, liveboardV2, vizId, hideTabPanel, activeTabId, hideLiveboardHeader, showLiveboardDescription, showLiveboardTitle, runtimeParameters, } = this.viewConfig;
12661
+ const { enableVizTransformations, fullHeight, defaultHeight, visibleVizs, liveboardV2, vizId, hideTabPanel, activeTabId, hideLiveboardHeader, showLiveboardDescription, showLiveboardTitle, runtimeParameters, isLiveboardHeaderSticky = true, } = this.viewConfig;
12647
12662
  const preventLiveboardFilterRemoval = this.viewConfig.preventLiveboardFilterRemoval
12648
12663
  || this.viewConfig.preventPinboardFilterRemoval;
12649
12664
  if (fullHeight === true) {
@@ -12680,6 +12695,7 @@ class LiveboardEmbed extends V1Embed {
12680
12695
  if (showLiveboardTitle) {
12681
12696
  params[Param.ShowLiveboardTitle] = showLiveboardTitle;
12682
12697
  }
12698
+ params[Param.LiveboardHeaderSticky] = isLiveboardHeaderSticky;
12683
12699
  let queryParams = getQueryParamString(params, true);
12684
12700
  const parameterQuery = getRuntimeParameters(runtimeParameters || []);
12685
12701
  if (parameterQuery)
package/dist/tsembed.js CHANGED
@@ -1788,6 +1788,7 @@
1788
1788
  Param["HideHomepageLeftNav"] = "hideHomepageLeftNav";
1789
1789
  Param["ModularHomeExperienceEnabled"] = "modularHomeExperience";
1790
1790
  Param["PendoTrackingKey"] = "additionalPendoKey";
1791
+ Param["LiveboardHeaderSticky"] = "isLiveboardHeaderSticky";
1791
1792
  })(Param || (Param = {}));
1792
1793
  (function (Action) {
1793
1794
  /**
@@ -2597,6 +2598,16 @@
2597
2598
  * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl
2598
2599
  */
2599
2600
  Action["PersonalisedViewsDropdown"] = "personalisedViewsDropdown";
2601
+ /**
2602
+ * Action ID for Liveboard Users ( Recently Visited / social proof )
2603
+ *
2604
+ * @example
2605
+ * ```js
2606
+ * disabledActions: [Action.LiveboardUsers]
2607
+ * ```
2608
+ * @version SDK : 1.26.0 | Thoughtspot: 9.7.0.cl
2609
+ */
2610
+ Action["LiveboardUsers"] = "liveboardUsers";
2600
2611
  })(exports.Action || (exports.Action = {}));
2601
2612
  (function (PrefetchFeatures) {
2602
2613
  PrefetchFeatures["FullApp"] = "FullApp";
@@ -10893,6 +10904,7 @@
10893
10904
  };
10894
10905
  /**
10895
10906
  * Imports TML representation of the metadata objects into ThoughtSpot.
10907
+ *
10896
10908
  * @param data
10897
10909
  * @version SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl
10898
10910
  * @group Global methods
@@ -10938,7 +10950,9 @@
10938
10950
  });
10939
10951
  };
10940
10952
  /**
10941
- * Exports TML representation of the metadata objects from ThoughtSpot in JSON or YAML format.
10953
+ * Exports TML representation of the metadata objects from ThoughtSpot in JSON or YAML
10954
+ * format.
10955
+ *
10942
10956
  * @param data
10943
10957
  * @version SDK: 1.23.0 | ThoughtSpot: 9.4.0.cl
10944
10958
  * @group Global methods
@@ -11490,7 +11504,7 @@ mutation RemoveColumns($session: BachSessionIdInput!, $logicalColumnIds: [GUID!]
11490
11504
  });
11491
11505
  }
11492
11506
 
11493
- var name="@thoughtspot/visual-embed-sdk";var version="1.24.3";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-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","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-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"};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","@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/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-fetch-mock":"^3.0.3",jsdom:"^17.0.0","node-sass":"^8.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:"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,"size-limit":[{path:"dist/tsembed.js",limit:"40 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};
11507
+ var name="@thoughtspot/visual-embed-sdk";var version="1.24.4";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-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","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-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"};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","@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/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-fetch-mock":"^3.0.3",jsdom:"^17.0.0","node-sass":"^8.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:"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,"size-limit":[{path:"dist/tsembed.js",limit:"40 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};
11494
11508
 
11495
11509
  /**
11496
11510
  * Copyright (c) 2022
@@ -12326,16 +12340,17 @@ mutation RemoveColumns($session: BachSessionIdInput!, $logicalColumnIds: [GUID!]
12326
12340
  * embedded Liveboard or visualization.
12327
12341
  */
12328
12342
  getEmbedParams() {
12329
- const { tag, hideObjects, liveboardV2, showPrimaryNavbar, disableProfileAndHelp, hideApplicationSwitcher, hideOrgSwitcher, enableSearchAssist, fullHeight, dataPanelV2 = false, hideLiveboardHeader, showLiveboardTitle, showLiveboardDescription, hideHomepageLeftNav = false, modularHomeExperience = false, } = this.viewConfig;
12343
+ const { tag, hideObjects, liveboardV2, showPrimaryNavbar, disableProfileAndHelp, hideApplicationSwitcher, hideOrgSwitcher, enableSearchAssist, fullHeight, dataPanelV2 = false, hideLiveboardHeader = false, showLiveboardTitle = true, showLiveboardDescription = true, hideHomepageLeftNav = false, modularHomeExperience = false, isLiveboardHeaderSticky = true, } = this.viewConfig;
12330
12344
  let params = {};
12331
12345
  params[Param.EmbedApp] = true;
12332
12346
  params[Param.PrimaryNavHidden] = !showPrimaryNavbar;
12333
12347
  params[Param.HideProfleAndHelp] = !!disableProfileAndHelp;
12334
12348
  params[Param.HideApplicationSwitcher] = !!hideApplicationSwitcher;
12335
12349
  params[Param.HideOrgSwitcher] = !!hideOrgSwitcher;
12336
- params[Param.HideLiveboardHeader] = !!hideLiveboardHeader;
12337
- params[Param.ShowLiveboardTitle] = !!showLiveboardTitle;
12350
+ params[Param.HideLiveboardHeader] = hideLiveboardHeader;
12351
+ params[Param.ShowLiveboardTitle] = showLiveboardTitle;
12338
12352
  params[Param.ShowLiveboardDescription] = !!showLiveboardDescription;
12353
+ params[Param.LiveboardHeaderSticky] = isLiveboardHeaderSticky;
12339
12354
  params = this.getBaseQueryParams(params);
12340
12355
  if (fullHeight === true) {
12341
12356
  params[Param.fullHeight] = true;
@@ -12520,7 +12535,7 @@ mutation RemoveColumns($session: BachSessionIdInput!, $logicalColumnIds: [GUID!]
12520
12535
  let params = {};
12521
12536
  params[Param.EmbedApp] = true;
12522
12537
  params = this.getBaseQueryParams(params);
12523
- const { enableVizTransformations, fullHeight, defaultHeight, visibleVizs, liveboardV2, vizId, hideTabPanel, activeTabId, hideLiveboardHeader, showLiveboardDescription, showLiveboardTitle, runtimeParameters, } = this.viewConfig;
12538
+ const { enableVizTransformations, fullHeight, defaultHeight, visibleVizs, liveboardV2, vizId, hideTabPanel, activeTabId, hideLiveboardHeader, showLiveboardDescription, showLiveboardTitle, runtimeParameters, isLiveboardHeaderSticky = true, } = this.viewConfig;
12524
12539
  const preventLiveboardFilterRemoval = this.viewConfig.preventLiveboardFilterRemoval
12525
12540
  || this.viewConfig.preventPinboardFilterRemoval;
12526
12541
  if (fullHeight === true) {
@@ -12557,6 +12572,7 @@ mutation RemoveColumns($session: BachSessionIdInput!, $logicalColumnIds: [GUID!]
12557
12572
  if (showLiveboardTitle) {
12558
12573
  params[Param.ShowLiveboardTitle] = showLiveboardTitle;
12559
12574
  }
12575
+ params[Param.LiveboardHeaderSticky] = isLiveboardHeaderSticky;
12560
12576
  let queryParams = getQueryParamString(params, true);
12561
12577
  const parameterQuery = getRuntimeParameters(runtimeParameters || []);
12562
12578
  if (parameterQuery)