@thoughtspot/visual-embed-sdk 1.47.2 → 1.48.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.
- package/cjs/package.json +1 -1
- package/cjs/src/auth.d.ts.map +1 -1
- package/cjs/src/auth.js +11 -1
- package/cjs/src/auth.js.map +1 -1
- package/cjs/src/auth.spec.js +38 -0
- package/cjs/src/auth.spec.js.map +1 -1
- package/cjs/src/authToken.d.ts +2 -0
- package/cjs/src/authToken.d.ts.map +1 -1
- package/cjs/src/authToken.js +7 -5
- package/cjs/src/authToken.js.map +1 -1
- package/cjs/src/embed/app.d.ts +7 -2
- package/cjs/src/embed/app.d.ts.map +1 -1
- package/cjs/src/embed/app.js +4 -1
- package/cjs/src/embed/app.js.map +1 -1
- package/cjs/src/embed/app.spec.js +121 -0
- package/cjs/src/embed/app.spec.js.map +1 -1
- package/cjs/src/embed/conversation.d.ts +2 -1
- package/cjs/src/embed/conversation.d.ts.map +1 -1
- package/cjs/src/embed/conversation.js.map +1 -1
- package/cjs/src/embed/liveboard.d.ts +1 -1
- package/cjs/src/embed/liveboard.d.ts.map +1 -1
- package/cjs/src/embed/liveboard.js +4 -1
- package/cjs/src/embed/liveboard.js.map +1 -1
- package/cjs/src/embed/liveboard.spec.js +32 -0
- package/cjs/src/embed/liveboard.spec.js.map +1 -1
- package/cjs/src/embed/search.d.ts +24 -1
- package/cjs/src/embed/search.d.ts.map +1 -1
- package/cjs/src/embed/search.js +15 -2
- package/cjs/src/embed/search.js.map +1 -1
- package/cjs/src/embed/search.spec.js +99 -0
- package/cjs/src/embed/search.spec.js.map +1 -1
- package/cjs/src/embed/spotter-utils.d.ts +3 -0
- package/cjs/src/embed/spotter-utils.d.ts.map +1 -1
- package/cjs/src/embed/spotter-utils.js +11 -3
- package/cjs/src/embed/spotter-utils.js.map +1 -1
- package/cjs/src/embed/spotter-utils.spec.js +51 -0
- package/cjs/src/embed/spotter-utils.spec.js.map +1 -1
- package/cjs/src/embed/ts-embed.d.ts +1 -0
- package/cjs/src/embed/ts-embed.d.ts.map +1 -1
- package/cjs/src/embed/ts-embed.js +17 -5
- package/cjs/src/embed/ts-embed.js.map +1 -1
- package/cjs/src/embed/ts-embed.spec.js +168 -0
- package/cjs/src/embed/ts-embed.spec.js.map +1 -1
- package/cjs/src/index.d.ts +2 -2
- package/cjs/src/index.d.ts.map +1 -1
- package/cjs/src/index.js +8 -1
- package/cjs/src/index.js.map +1 -1
- package/cjs/src/mixpanel-service.d.ts.map +1 -1
- package/cjs/src/mixpanel-service.js +2 -0
- package/cjs/src/mixpanel-service.js.map +1 -1
- package/cjs/src/mixpanel-service.spec.js +2 -0
- package/cjs/src/mixpanel-service.spec.js.map +1 -1
- package/cjs/src/test/test-utils.d.ts +1 -0
- package/cjs/src/test/test-utils.d.ts.map +1 -1
- package/cjs/src/test/test-utils.js +26 -1
- package/cjs/src/test/test-utils.js.map +1 -1
- package/cjs/src/tokenizedFetch.d.ts.map +1 -1
- package/cjs/src/tokenizedFetch.js +12 -9
- package/cjs/src/tokenizedFetch.js.map +1 -1
- package/cjs/src/tokenizedFetch.spec.d.ts +2 -0
- package/cjs/src/tokenizedFetch.spec.d.ts.map +1 -0
- package/cjs/src/tokenizedFetch.spec.js +68 -0
- package/cjs/src/tokenizedFetch.spec.js.map +1 -0
- package/cjs/src/types.d.ts +466 -13
- package/cjs/src/types.d.ts.map +1 -1
- package/cjs/src/types.js +149 -5
- package/cjs/src/types.js.map +1 -1
- package/dist/{index-CFZ7RDZ9.js → index-Ck-r09gt.js} +1 -1
- package/dist/src/auth.d.ts.map +1 -1
- package/dist/src/authToken.d.ts +2 -0
- package/dist/src/authToken.d.ts.map +1 -1
- package/dist/src/embed/app.d.ts +7 -2
- package/dist/src/embed/app.d.ts.map +1 -1
- package/dist/src/embed/conversation.d.ts +2 -1
- package/dist/src/embed/conversation.d.ts.map +1 -1
- package/dist/src/embed/liveboard.d.ts +1 -1
- package/dist/src/embed/liveboard.d.ts.map +1 -1
- package/dist/src/embed/search.d.ts +24 -1
- package/dist/src/embed/search.d.ts.map +1 -1
- package/dist/src/embed/spotter-utils.d.ts +3 -0
- package/dist/src/embed/spotter-utils.d.ts.map +1 -1
- package/dist/src/embed/ts-embed.d.ts +1 -0
- package/dist/src/embed/ts-embed.d.ts.map +1 -1
- package/dist/src/index.d.ts +2 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/mixpanel-service.d.ts.map +1 -1
- package/dist/src/test/test-utils.d.ts +1 -0
- package/dist/src/test/test-utils.d.ts.map +1 -1
- package/dist/src/tokenizedFetch.d.ts.map +1 -1
- package/dist/src/tokenizedFetch.spec.d.ts +2 -0
- package/dist/src/tokenizedFetch.spec.d.ts.map +1 -0
- package/dist/src/types.d.ts +466 -13
- package/dist/src/types.d.ts.map +1 -1
- package/dist/tsembed-react.es.js +226 -29
- package/dist/tsembed-react.js +225 -28
- package/dist/tsembed.es.js +227 -30
- package/dist/tsembed.js +225 -28
- package/dist/visual-embed-sdk-react-full.d.ts +469 -15
- package/dist/visual-embed-sdk-react.d.ts +469 -15
- package/dist/visual-embed-sdk.d.ts +497 -15
- package/lib/package.json +1 -1
- package/lib/src/auth.d.ts.map +1 -1
- package/lib/src/auth.js +12 -2
- package/lib/src/auth.js.map +1 -1
- package/lib/src/auth.spec.js +38 -0
- package/lib/src/auth.spec.js.map +1 -1
- package/lib/src/authToken.d.ts +2 -0
- package/lib/src/authToken.d.ts.map +1 -1
- package/lib/src/authToken.js +2 -2
- package/lib/src/authToken.js.map +1 -1
- package/lib/src/embed/app.d.ts +7 -2
- package/lib/src/embed/app.d.ts.map +1 -1
- package/lib/src/embed/app.js +4 -1
- package/lib/src/embed/app.js.map +1 -1
- package/lib/src/embed/app.spec.js +122 -1
- package/lib/src/embed/app.spec.js.map +1 -1
- package/lib/src/embed/conversation.d.ts +2 -1
- package/lib/src/embed/conversation.d.ts.map +1 -1
- package/lib/src/embed/conversation.js.map +1 -1
- package/lib/src/embed/liveboard.d.ts +1 -1
- package/lib/src/embed/liveboard.d.ts.map +1 -1
- package/lib/src/embed/liveboard.js +4 -1
- package/lib/src/embed/liveboard.js.map +1 -1
- package/lib/src/embed/liveboard.spec.js +32 -0
- package/lib/src/embed/liveboard.spec.js.map +1 -1
- package/lib/src/embed/search.d.ts +24 -1
- package/lib/src/embed/search.d.ts.map +1 -1
- package/lib/src/embed/search.js +15 -2
- package/lib/src/embed/search.js.map +1 -1
- package/lib/src/embed/search.spec.js +100 -1
- package/lib/src/embed/search.spec.js.map +1 -1
- package/lib/src/embed/spotter-utils.d.ts +3 -0
- package/lib/src/embed/spotter-utils.d.ts.map +1 -1
- package/lib/src/embed/spotter-utils.js +11 -3
- package/lib/src/embed/spotter-utils.js.map +1 -1
- package/lib/src/embed/spotter-utils.spec.js +51 -0
- package/lib/src/embed/spotter-utils.spec.js.map +1 -1
- package/lib/src/embed/ts-embed.d.ts +1 -0
- package/lib/src/embed/ts-embed.d.ts.map +1 -1
- package/lib/src/embed/ts-embed.js +16 -4
- package/lib/src/embed/ts-embed.js.map +1 -1
- package/lib/src/embed/ts-embed.spec.js +168 -0
- package/lib/src/embed/ts-embed.spec.js.map +1 -1
- package/lib/src/index.d.ts +2 -2
- package/lib/src/index.d.ts.map +1 -1
- package/lib/src/index.js +2 -2
- package/lib/src/index.js.map +1 -1
- package/lib/src/mixpanel-service.d.ts.map +1 -1
- package/lib/src/mixpanel-service.js +2 -0
- package/lib/src/mixpanel-service.js.map +1 -1
- package/lib/src/mixpanel-service.spec.js +2 -0
- package/lib/src/mixpanel-service.spec.js.map +1 -1
- package/lib/src/test/test-utils.d.ts +1 -0
- package/lib/src/test/test-utils.d.ts.map +1 -1
- package/lib/src/test/test-utils.js +25 -1
- package/lib/src/test/test-utils.js.map +1 -1
- package/lib/src/tokenizedFetch.d.ts.map +1 -1
- package/lib/src/tokenizedFetch.js +13 -10
- package/lib/src/tokenizedFetch.js.map +1 -1
- package/lib/src/tokenizedFetch.spec.d.ts +2 -0
- package/lib/src/tokenizedFetch.spec.d.ts.map +1 -0
- package/lib/src/tokenizedFetch.spec.js +65 -0
- package/lib/src/tokenizedFetch.spec.js.map +1 -0
- package/lib/src/types.d.ts +466 -13
- package/lib/src/types.d.ts.map +1 -1
- package/lib/src/types.js +148 -4
- package/lib/src/types.js.map +1 -1
- package/lib/src/visual-embed-sdk.d.ts +497 -15
- package/package.json +1 -1
- package/src/auth.spec.ts +55 -1
- package/src/auth.ts +11 -2
- package/src/authToken.ts +2 -2
- package/src/embed/app.spec.ts +154 -0
- package/src/embed/app.ts +13 -2
- package/src/embed/conversation.ts +2 -1
- package/src/embed/liveboard.spec.ts +46 -0
- package/src/embed/liveboard.ts +9 -4
- package/src/embed/search.spec.ts +118 -0
- package/src/embed/search.ts +43 -1
- package/src/embed/spotter-utils.spec.ts +52 -0
- package/src/embed/spotter-utils.ts +19 -3
- package/src/embed/ts-embed.spec.ts +220 -0
- package/src/embed/ts-embed.ts +15 -4
- package/src/index.ts +16 -0
- package/src/mixpanel-service.spec.ts +2 -0
- package/src/mixpanel-service.ts +2 -0
- package/src/test/test-utils.ts +33 -1
- package/src/tokenizedFetch.spec.ts +81 -0
- package/src/tokenizedFetch.ts +14 -11
- package/src/types.ts +496 -13
package/dist/tsembed.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @thoughtspot/visual-embed-sdk version 1.
|
|
1
|
+
/* @thoughtspot/visual-embed-sdk version 1.48.0 */
|
|
2
2
|
'use client';
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
m.forEach(function (e) {
|
|
@@ -4013,6 +4013,7 @@ var Param;
|
|
|
4013
4013
|
Param["ShowLiveboardTitle"] = "showLiveboardTitle";
|
|
4014
4014
|
Param["ShowMaskedFilterChip"] = "showMaskedFilterChip";
|
|
4015
4015
|
Param["IsLiveboardMasterpiecesEnabled"] = "isLiveboardMasterpiecesEnabled";
|
|
4016
|
+
Param["EnableNewChartLibrary"] = "muzeChartPhase1EnabledGA";
|
|
4016
4017
|
Param["HiddenTabs"] = "hideTabs";
|
|
4017
4018
|
Param["VisibleTabs"] = "visibleTabs";
|
|
4018
4019
|
Param["HideTabPanel"] = "hideTabPanel";
|
|
@@ -4093,10 +4094,14 @@ var Param;
|
|
|
4093
4094
|
/**
|
|
4094
4095
|
* ThoughtSpot application pages include actions and menu commands
|
|
4095
4096
|
* for various user-initiated operations. These actions are represented
|
|
4096
|
-
* as enumeration members in the SDK. To
|
|
4097
|
-
*
|
|
4098
|
-
*
|
|
4099
|
-
*
|
|
4097
|
+
* as enumeration members in the SDK. To control actions in the embedded view:
|
|
4098
|
+
* - disabledActions — the action is grayed out and still visible, but non-interactive (user can see but not click).
|
|
4099
|
+
* - hiddenActions — the action is completely removed from the UI (user cannot see it at all).
|
|
4100
|
+
* - visibleActions — allowlist, only these actions are shown; all others are hidden.
|
|
4101
|
+
*
|
|
4102
|
+
* Use disabledActions to disable (gray out) an action.
|
|
4103
|
+
* Use hiddenActions to hide (fully remove) an action.
|
|
4104
|
+
* Use visibleActions to show only specific actions.
|
|
4100
4105
|
* @example
|
|
4101
4106
|
* ```js
|
|
4102
4107
|
* const embed = new LiveboardEmbed('#tsEmbed', {
|
|
@@ -4946,6 +4951,26 @@ var Action;
|
|
|
4946
4951
|
* @version SDK: 1.21.0 | ThoughtSpot: 9.2.0.cl, 9.5.1.sw
|
|
4947
4952
|
*/
|
|
4948
4953
|
Action["AxisMenuRemove"] = "axisMenuRemove";
|
|
4954
|
+
/**
|
|
4955
|
+
* The **Compare with** action in the chart axis customization menu.
|
|
4956
|
+
* Allows comparing data across dimensions or measures.
|
|
4957
|
+
* @example
|
|
4958
|
+
* ```js
|
|
4959
|
+
* disabledActions: [Action.AxisMenuCompare]
|
|
4960
|
+
* ```
|
|
4961
|
+
* @version SDK: 1.50.0 | ThoughtSpot: 26.7.0.cl
|
|
4962
|
+
*/
|
|
4963
|
+
Action["AxisMenuCompare"] = "axisMenuCompare";
|
|
4964
|
+
/**
|
|
4965
|
+
* The **Merge with** action in the chart axis customization menu.
|
|
4966
|
+
* Allows merging data across dimensions or measures.
|
|
4967
|
+
* @example
|
|
4968
|
+
* ```js
|
|
4969
|
+
* disabledActions: [Action.AxisMenuMerge]
|
|
4970
|
+
* ```
|
|
4971
|
+
* @version SDK: 1.50.0 | ThoughtSpot: 26.7.0.cl
|
|
4972
|
+
*/
|
|
4973
|
+
Action["AxisMenuMerge"] = "axisMenuMerge";
|
|
4949
4974
|
/**
|
|
4950
4975
|
* @hidden
|
|
4951
4976
|
*/
|
|
@@ -6061,7 +6086,126 @@ var InterceptedApiType;
|
|
|
6061
6086
|
* The apis that are use to get the data for the liveboard
|
|
6062
6087
|
*/
|
|
6063
6088
|
InterceptedApiType["LiveboardData"] = "LiveboardData";
|
|
6064
|
-
})(InterceptedApiType || (InterceptedApiType = {}));
|
|
6089
|
+
})(InterceptedApiType || (InterceptedApiType = {}));
|
|
6090
|
+
/**
|
|
6091
|
+
* Data label filter operators
|
|
6092
|
+
* @group Visual Overrides
|
|
6093
|
+
*/
|
|
6094
|
+
var DataLabelFilterOperator;
|
|
6095
|
+
(function (DataLabelFilterOperator) {
|
|
6096
|
+
/** Greater than */
|
|
6097
|
+
DataLabelFilterOperator["GreaterThan"] = "GREATER_THAN";
|
|
6098
|
+
/** Less than */
|
|
6099
|
+
DataLabelFilterOperator["LessThan"] = "LESS_THAN";
|
|
6100
|
+
/** Greater than or equal to */
|
|
6101
|
+
DataLabelFilterOperator["GreaterThanOrEqualTo"] = "GREATER_THAN_OR_EQUAL_TO";
|
|
6102
|
+
/** Less than or equal to */
|
|
6103
|
+
DataLabelFilterOperator["LessThanOrEqualTo"] = "LESS_THAN_OR_EQUAL_TO";
|
|
6104
|
+
/** Equal to */
|
|
6105
|
+
DataLabelFilterOperator["EqualTo"] = "EQUAL_TO";
|
|
6106
|
+
/** Not equal to */
|
|
6107
|
+
DataLabelFilterOperator["NotEqualTo"] = "NOT_EQUAL_TO";
|
|
6108
|
+
})(DataLabelFilterOperator || (DataLabelFilterOperator = {}));
|
|
6109
|
+
/**
|
|
6110
|
+
* Conditional formatting operators
|
|
6111
|
+
* @group Visual Overrides
|
|
6112
|
+
*/
|
|
6113
|
+
var ConditionalFormattingOperator;
|
|
6114
|
+
(function (ConditionalFormattingOperator) {
|
|
6115
|
+
/** Is equal to */
|
|
6116
|
+
ConditionalFormattingOperator["Is"] = "IS";
|
|
6117
|
+
/** Is not equal to */
|
|
6118
|
+
ConditionalFormattingOperator["IsNot"] = "IS_NOT";
|
|
6119
|
+
/** Contains */
|
|
6120
|
+
ConditionalFormattingOperator["Contains"] = "CONTAINS";
|
|
6121
|
+
/** Does not contain */
|
|
6122
|
+
ConditionalFormattingOperator["DoesNotContain"] = "DOES_NOT_CONTAIN";
|
|
6123
|
+
/** Starts with */
|
|
6124
|
+
ConditionalFormattingOperator["StartsWith"] = "STARTS_WITH";
|
|
6125
|
+
/** Ends with */
|
|
6126
|
+
ConditionalFormattingOperator["EndsWith"] = "ENDS_WITH";
|
|
6127
|
+
/** Greater than */
|
|
6128
|
+
ConditionalFormattingOperator["GreaterThan"] = "GREATER_THAN";
|
|
6129
|
+
/** Less than */
|
|
6130
|
+
ConditionalFormattingOperator["LessThan"] = "LESS_THAN";
|
|
6131
|
+
/** Greater than or equal to */
|
|
6132
|
+
ConditionalFormattingOperator["GreaterThanEqualTo"] = "GREATER_THAN_EQUAL_TO";
|
|
6133
|
+
/** Less than or equal to */
|
|
6134
|
+
ConditionalFormattingOperator["LessThanEqualTo"] = "LESS_THAN_EQUAL_TO";
|
|
6135
|
+
/** Equal to */
|
|
6136
|
+
ConditionalFormattingOperator["EqualTo"] = "EQUAL_TO";
|
|
6137
|
+
/** Not equal to */
|
|
6138
|
+
ConditionalFormattingOperator["NotEqualTo"] = "NOT_EQUAL_TO";
|
|
6139
|
+
/** Is between */
|
|
6140
|
+
ConditionalFormattingOperator["IsBetween"] = "IS_BETWEEN";
|
|
6141
|
+
/** Is null */
|
|
6142
|
+
ConditionalFormattingOperator["IsNull"] = "IS_NULL";
|
|
6143
|
+
/** Is not null */
|
|
6144
|
+
ConditionalFormattingOperator["IsNotNull"] = "IS_NOT_NULL";
|
|
6145
|
+
})(ConditionalFormattingOperator || (ConditionalFormattingOperator = {}));
|
|
6146
|
+
/**
|
|
6147
|
+
* Background format types for conditional formatting
|
|
6148
|
+
* @group Visual Overrides
|
|
6149
|
+
*/
|
|
6150
|
+
var BackgroundFormatType;
|
|
6151
|
+
(function (BackgroundFormatType) {
|
|
6152
|
+
/** Solid color background */
|
|
6153
|
+
BackgroundFormatType["Solid"] = "SOLID";
|
|
6154
|
+
/** Gradient background */
|
|
6155
|
+
BackgroundFormatType["Gradient"] = "GRADIENT";
|
|
6156
|
+
})(BackgroundFormatType || (BackgroundFormatType = {}));
|
|
6157
|
+
/**
|
|
6158
|
+
* Comparison types for conditional formatting
|
|
6159
|
+
* @group Visual Overrides
|
|
6160
|
+
*/
|
|
6161
|
+
var ConditionalFormattingComparisonType;
|
|
6162
|
+
(function (ConditionalFormattingComparisonType) {
|
|
6163
|
+
/** Value-based comparison */
|
|
6164
|
+
ConditionalFormattingComparisonType["ValueBased"] = "VALUE_BASED";
|
|
6165
|
+
/** Column-based comparison */
|
|
6166
|
+
ConditionalFormattingComparisonType["ColumnBased"] = "COLUMN_BASED";
|
|
6167
|
+
/** Parameter-based comparison */
|
|
6168
|
+
ConditionalFormattingComparisonType["ParameterBased"] = "PARAMETER_BASED";
|
|
6169
|
+
})(ConditionalFormattingComparisonType || (ConditionalFormattingComparisonType = {}));
|
|
6170
|
+
/**
|
|
6171
|
+
* Legend position options
|
|
6172
|
+
* @group Visual Overrides
|
|
6173
|
+
*/
|
|
6174
|
+
var LegendPosition;
|
|
6175
|
+
(function (LegendPosition) {
|
|
6176
|
+
/** Position legend at the top */
|
|
6177
|
+
LegendPosition["Top"] = "top";
|
|
6178
|
+
/** Position legend at the bottom */
|
|
6179
|
+
LegendPosition["Bottom"] = "bottom";
|
|
6180
|
+
/** Position legend on the left */
|
|
6181
|
+
LegendPosition["Left"] = "left";
|
|
6182
|
+
/** Position legend on the right */
|
|
6183
|
+
LegendPosition["Right"] = "right";
|
|
6184
|
+
})(LegendPosition || (LegendPosition = {}));
|
|
6185
|
+
/**
|
|
6186
|
+
* Table theme options
|
|
6187
|
+
* @group Visual Overrides
|
|
6188
|
+
*/
|
|
6189
|
+
var TableTheme;
|
|
6190
|
+
(function (TableTheme) {
|
|
6191
|
+
/** Outline theme */
|
|
6192
|
+
TableTheme["Outline"] = "OUTLINE";
|
|
6193
|
+
/** Row theme */
|
|
6194
|
+
TableTheme["Row"] = "ROW";
|
|
6195
|
+
/** Zebra theme */
|
|
6196
|
+
TableTheme["Zebra"] = "ZEBRA";
|
|
6197
|
+
})(TableTheme || (TableTheme = {}));
|
|
6198
|
+
/**
|
|
6199
|
+
* Table content density options
|
|
6200
|
+
* @group Visual Overrides
|
|
6201
|
+
*/
|
|
6202
|
+
var TableContentDensity;
|
|
6203
|
+
(function (TableContentDensity) {
|
|
6204
|
+
/** Regular density */
|
|
6205
|
+
TableContentDensity["Regular"] = "REGULAR";
|
|
6206
|
+
/** Compact density */
|
|
6207
|
+
TableContentDensity["Compact"] = "COMPACT";
|
|
6208
|
+
})(TableContentDensity || (TableContentDensity = {}));
|
|
6065
6209
|
|
|
6066
6210
|
const logFunctions = {
|
|
6067
6211
|
[LogLevel.SILENT]: () => undefined,
|
|
@@ -9315,17 +9459,20 @@ const setEmbedConfig = (newConfig) => {
|
|
|
9315
9459
|
*/
|
|
9316
9460
|
const tokenizedFetch = async (input, init) => {
|
|
9317
9461
|
const embedConfig = getEmbedConfig();
|
|
9462
|
+
const options = { ...init };
|
|
9463
|
+
let token;
|
|
9318
9464
|
if (embedConfig.authType !== AuthType.TrustedAuthTokenCookieless) {
|
|
9319
|
-
|
|
9320
|
-
|
|
9321
|
-
credentials: 'include'
|
|
9322
|
-
|
|
9323
|
-
});
|
|
9465
|
+
token = getCacheAuthToken();
|
|
9466
|
+
if (!token) {
|
|
9467
|
+
return fetch(input, { ...options, credentials: 'include' });
|
|
9468
|
+
}
|
|
9324
9469
|
}
|
|
9325
|
-
|
|
9326
|
-
|
|
9327
|
-
|
|
9328
|
-
|
|
9470
|
+
else {
|
|
9471
|
+
token = await getAuthenticationToken(embedConfig);
|
|
9472
|
+
}
|
|
9473
|
+
const req = new Request(input, options);
|
|
9474
|
+
if (token) {
|
|
9475
|
+
req.headers.append('Authorization', `Bearer ${token}`);
|
|
9329
9476
|
}
|
|
9330
9477
|
return fetch(req);
|
|
9331
9478
|
};
|
|
@@ -9957,7 +10104,7 @@ class AnswerService {
|
|
|
9957
10104
|
async getTML() {
|
|
9958
10105
|
const { object } = await this.executeQuery(getAnswerTML, {});
|
|
9959
10106
|
const edoc = object[0].edoc;
|
|
9960
|
-
const YAML = await import('./index-
|
|
10107
|
+
const YAML = await import('./index-Ck-r09gt.js');
|
|
9961
10108
|
const parsedDoc = YAML.parse(edoc);
|
|
9962
10109
|
return {
|
|
9963
10110
|
answer: {
|
|
@@ -17687,6 +17834,8 @@ var mixpanel$1 = /*#__PURE__*/_mergeNamespaces({
|
|
|
17687
17834
|
default: mixpanel_cjs
|
|
17688
17835
|
}, [mixpanel_cjs]);
|
|
17689
17836
|
|
|
17837
|
+
var version="1.48.0";
|
|
17838
|
+
|
|
17690
17839
|
// Needed to avoid error in CJS builds on some bundlers.
|
|
17691
17840
|
const mixpanelLib = mixpanel_cjs || mixpanel$1;
|
|
17692
17841
|
let mixpanelInstance;
|
|
@@ -17756,6 +17905,7 @@ function initMixpanel(sessionInfo) {
|
|
|
17756
17905
|
clusterName: sessionInfo.clusterName,
|
|
17757
17906
|
releaseVersion: sessionInfo.releaseVersion,
|
|
17758
17907
|
hostAppUrl: ((_a = window === null || window === void 0 ? void 0 : window.location) === null || _a === void 0 ? void 0 : _a.host) || '',
|
|
17908
|
+
sdkVersion: version,
|
|
17759
17909
|
});
|
|
17760
17910
|
isMixpanelInitialized = true;
|
|
17761
17911
|
emptyQueue();
|
|
@@ -18756,6 +18906,10 @@ async function samlPopupFlow(ssoURL, triggerContainer, triggerText) {
|
|
|
18756
18906
|
samlCompletionPromise = samlCompletionPromise || new Promise((resolve, reject) => {
|
|
18757
18907
|
window.addEventListener('message', (e) => {
|
|
18758
18908
|
if (e.data.type === EmbedEvent.SAMLComplete) {
|
|
18909
|
+
if (e.data.accessToken) {
|
|
18910
|
+
const decodedToken = decodeURIComponent(e.data.accessToken);
|
|
18911
|
+
storeAuthTokenInCache(decodedToken);
|
|
18912
|
+
}
|
|
18759
18913
|
samlCompletionResolved = true;
|
|
18760
18914
|
if (popupClosedCheck) {
|
|
18761
18915
|
clearInterval(popupClosedCheck);
|
|
@@ -18793,7 +18947,13 @@ const doSSOAuth = async (embedConfig, ssoEndPoint) => {
|
|
|
18793
18947
|
const ssoURL = `${thoughtSpotHost}${ssoEndPoint}`;
|
|
18794
18948
|
if (embedConfig.inPopup) {
|
|
18795
18949
|
await samlPopupFlow(ssoURL, embedConfig.authTriggerContainer, embedConfig.authTriggerText);
|
|
18796
|
-
|
|
18950
|
+
const cachedToken = getCacheAuthToken();
|
|
18951
|
+
if (cachedToken) {
|
|
18952
|
+
loggedInStatus = true;
|
|
18953
|
+
}
|
|
18954
|
+
else {
|
|
18955
|
+
loggedInStatus = await isLoggedIn(thoughtSpotHost);
|
|
18956
|
+
}
|
|
18797
18957
|
return;
|
|
18798
18958
|
}
|
|
18799
18959
|
window.location.href = ssoURL;
|
|
@@ -19433,8 +19593,6 @@ function processEventData(type, eventData, thoughtSpotHost, containerEl) {
|
|
|
19433
19593
|
return eventData;
|
|
19434
19594
|
}
|
|
19435
19595
|
|
|
19436
|
-
var version$1="1.47.2";var pkgInfo = {version:version$1};
|
|
19437
|
-
|
|
19438
19596
|
function isValidUpdateFiltersPayload(payload) {
|
|
19439
19597
|
if (!payload)
|
|
19440
19598
|
return false;
|
|
@@ -19845,7 +20003,6 @@ const processLegacyInterceptResponse = (payload) => {
|
|
|
19845
20003
|
* @summary Base classes
|
|
19846
20004
|
* @author Ayon Ghosh <ayon.ghosh@thoughtspot.com>
|
|
19847
20005
|
*/
|
|
19848
|
-
const { version } = pkgInfo;
|
|
19849
20006
|
/**
|
|
19850
20007
|
* Global prefix for all ThoughtSpot postHash Params.
|
|
19851
20008
|
*/
|
|
@@ -20272,7 +20429,7 @@ class TsEmbed {
|
|
|
20272
20429
|
return authToken;
|
|
20273
20430
|
}
|
|
20274
20431
|
async getDefaultAppInitData() {
|
|
20275
|
-
var _a, _b;
|
|
20432
|
+
var _a, _b, _c;
|
|
20276
20433
|
const authToken = await this.getAuthTokenForCookielessInit();
|
|
20277
20434
|
const customActionsResult = getCustomActions([
|
|
20278
20435
|
...(this.viewConfig.customActions || []),
|
|
@@ -20304,7 +20461,7 @@ class TsEmbed {
|
|
|
20304
20461
|
customVariablesForThirdPartyTools: this.embedConfig.customVariablesForThirdPartyTools || {},
|
|
20305
20462
|
hiddenListColumns: this.viewConfig.hiddenListColumns || [],
|
|
20306
20463
|
customActions: customActionsResult.actions,
|
|
20307
|
-
embedExpiryInAuthToken: this.viewConfig.refreshAuthTokenOnNearExpiry,
|
|
20464
|
+
embedExpiryInAuthToken: (_c = this.viewConfig.refreshAuthTokenOnNearExpiry) !== null && _c !== void 0 ? _c : true,
|
|
20308
20465
|
...getInterceptInitData(this.viewConfig),
|
|
20309
20466
|
...getHostEventsConfig(this.viewConfig),
|
|
20310
20467
|
};
|
|
@@ -20760,6 +20917,17 @@ class TsEmbed {
|
|
|
20760
20917
|
setIFrameHeight(height) {
|
|
20761
20918
|
this.iFrame.style.height = getCssDimension(height);
|
|
20762
20919
|
}
|
|
20920
|
+
shouldSkipEvent(eventType, data) {
|
|
20921
|
+
var _a, _b, _c;
|
|
20922
|
+
const errorType = (_a = data === null || data === void 0 ? void 0 : data.errorType) !== null && _a !== void 0 ? _a : (_b = data === null || data === void 0 ? void 0 : data.data) === null || _b === void 0 ? void 0 : _b.code;
|
|
20923
|
+
if (eventType === EmbedEvent.Error
|
|
20924
|
+
&& errorType === EmbedErrorCodes.HOST_EVENT_VALIDATION
|
|
20925
|
+
&& (!getHostEventsConfig(this.viewConfig).useHostEventsV2 || getHostEventsConfig(this.viewConfig).shouldBypassPayloadValidation)) {
|
|
20926
|
+
logger$3.warn(`Host Event Validation failed: ${(_c = data === null || data === void 0 ? void 0 : data.data) === null || _c === void 0 ? void 0 : _c.message}`);
|
|
20927
|
+
return true;
|
|
20928
|
+
}
|
|
20929
|
+
return false;
|
|
20930
|
+
}
|
|
20763
20931
|
/**
|
|
20764
20932
|
* Executes all registered event handlers for a particular event type
|
|
20765
20933
|
* @param eventType The event type
|
|
@@ -20767,6 +20935,8 @@ class TsEmbed {
|
|
|
20767
20935
|
* @param eventPort The event Port for a specific MessageChannel
|
|
20768
20936
|
*/
|
|
20769
20937
|
executeCallbacks(eventType, data, eventPort) {
|
|
20938
|
+
if (this.shouldSkipEvent(eventType, data))
|
|
20939
|
+
return;
|
|
20770
20940
|
const eventHandlers = this.eventHandlerMap.get(eventType) || [];
|
|
20771
20941
|
const allHandlers = this.eventHandlerMap.get(EmbedEvent.ALL) || [];
|
|
20772
20942
|
const callbacks = [...eventHandlers, ...allHandlers];
|
|
@@ -21441,14 +21611,21 @@ const resolveEnablePastConversationsSidebar = (params) => (params.spotterSidebar
|
|
|
21441
21611
|
? params.spotterSidebarConfigValue
|
|
21442
21612
|
: params.standaloneValue);
|
|
21443
21613
|
function buildSpotterSidebarAppInitData(defaultAppInitData, viewConfig, handleError) {
|
|
21444
|
-
const { spotterSidebarConfig, enablePastConversationsSidebar } = viewConfig;
|
|
21614
|
+
const { spotterSidebarConfig, enablePastConversationsSidebar, visualOverrides } = viewConfig;
|
|
21445
21615
|
const resolvedEnablePastConversations = resolveEnablePastConversationsSidebar({
|
|
21446
21616
|
spotterSidebarConfigValue: spotterSidebarConfig === null || spotterSidebarConfig === void 0 ? void 0 : spotterSidebarConfig.enablePastConversationsSidebar,
|
|
21447
21617
|
standaloneValue: enablePastConversationsSidebar,
|
|
21448
21618
|
});
|
|
21449
21619
|
const hasConfig = spotterSidebarConfig || resolvedEnablePastConversations !== undefined;
|
|
21450
|
-
if (!hasConfig)
|
|
21451
|
-
|
|
21620
|
+
if (!hasConfig) {
|
|
21621
|
+
if (visualOverrides === undefined) {
|
|
21622
|
+
return defaultAppInitData;
|
|
21623
|
+
}
|
|
21624
|
+
return {
|
|
21625
|
+
...defaultAppInitData,
|
|
21626
|
+
embedParams: { visualOverridesParams: visualOverrides },
|
|
21627
|
+
};
|
|
21628
|
+
}
|
|
21452
21629
|
const resolvedSidebarConfig = {
|
|
21453
21630
|
...spotterSidebarConfig,
|
|
21454
21631
|
...(resolvedEnablePastConversations !== undefined && {
|
|
@@ -21472,6 +21649,7 @@ function buildSpotterSidebarAppInitData(defaultAppInitData, viewConfig, handleEr
|
|
|
21472
21649
|
embedParams: {
|
|
21473
21650
|
...(defaultAppInitData.embedParams || {}),
|
|
21474
21651
|
spotterSidebarConfig: resolvedSidebarConfig,
|
|
21652
|
+
...(visualOverrides !== undefined ? { visualOverridesParams: visualOverrides } : {}),
|
|
21475
21653
|
},
|
|
21476
21654
|
};
|
|
21477
21655
|
}
|
|
@@ -21682,7 +21860,7 @@ class AppEmbed extends V1Embed {
|
|
|
21682
21860
|
* embedded Liveboard or visualization.
|
|
21683
21861
|
*/
|
|
21684
21862
|
getEmbedParams() {
|
|
21685
|
-
const { tag, hideTagFilterChips, hideObjects, liveboardV2, showPrimaryNavbar, disableProfileAndHelp, hideHamburger, hideObjectSearch, hideNotification, hideApplicationSwitcher, hideOrgSwitcher, enableSearchAssist, fullHeight, dataPanelV2 = true, hideLiveboardHeader = false, showLiveboardTitle = true, showLiveboardDescription = true, showMaskedFilterChip = false, isLiveboardMasterpiecesEnabled = false, hideHomepageLeftNav = false, modularHomeExperience = false, isLiveboardHeaderSticky = true, enableAskSage, collapseSearchBarInitially = false, enable2ColumnLayout, enableCustomColumnGroups = false, dataPanelCustomGroupsAccordionInitialState = DataPanelCustomColumnGroupsAccordionState$1.EXPAND_ALL, collapseSearchBar = true, isLiveboardCompactHeaderEnabled = false, showLiveboardVerifiedBadge = true, showLiveboardReverifyBanner = true, hideIrrelevantChipsInLiveboardTabs = false, isEnhancedFilterInteractivityEnabled = false, homePageSearchBarMode, isUnifiedSearchExperienceEnabled = true, enablePendoHelp = true, discoveryExperience, coverAndFilterOptionInPDF = false, isLiveboardStylingAndGroupingEnabled, isPNGInScheduledEmailsEnabled = false, isLiveboardXLSXCSVDownloadEnabled = false, isGranularXLSXCSVSchedulesEnabled = false, isCentralizedLiveboardFilterUXEnabled = false, isLinkParametersEnabled, updatedSpotterChatPrompt, enableStopAnswerGenerationEmbed, spotterChatConfig, minimumHeight, isThisPeriodInDateFiltersEnabled, enableHomepageAnnouncement = false, isContinuousLiveboardPDFEnabled, enableLiveboardDataCache, } = this.viewConfig;
|
|
21863
|
+
const { tag, hideTagFilterChips, hideObjects, liveboardV2, showPrimaryNavbar, disableProfileAndHelp, hideHamburger, hideObjectSearch, hideNotification, hideApplicationSwitcher, hideOrgSwitcher, enableSearchAssist, fullHeight, dataPanelV2 = true, hideLiveboardHeader = false, showLiveboardTitle = true, showLiveboardDescription = true, showMaskedFilterChip = false, isLiveboardMasterpiecesEnabled = false, newChartsLibrary, hideHomepageLeftNav = false, modularHomeExperience = false, isLiveboardHeaderSticky = true, enableAskSage, collapseSearchBarInitially = false, enable2ColumnLayout, enableCustomColumnGroups = false, dataPanelCustomGroupsAccordionInitialState = DataPanelCustomColumnGroupsAccordionState$1.EXPAND_ALL, collapseSearchBar = true, isLiveboardCompactHeaderEnabled = false, showLiveboardVerifiedBadge = true, showLiveboardReverifyBanner = true, hideIrrelevantChipsInLiveboardTabs = false, isEnhancedFilterInteractivityEnabled = false, homePageSearchBarMode, isUnifiedSearchExperienceEnabled = true, enablePendoHelp = true, discoveryExperience, coverAndFilterOptionInPDF = false, isLiveboardStylingAndGroupingEnabled, isPNGInScheduledEmailsEnabled = false, isLiveboardXLSXCSVDownloadEnabled = false, isGranularXLSXCSVSchedulesEnabled = false, isCentralizedLiveboardFilterUXEnabled = false, isLinkParametersEnabled, updatedSpotterChatPrompt, enableStopAnswerGenerationEmbed, spotterChatConfig, minimumHeight, isThisPeriodInDateFiltersEnabled, enableHomepageAnnouncement = false, isContinuousLiveboardPDFEnabled = false, enableLiveboardDataCache, } = this.viewConfig;
|
|
21686
21864
|
let params = {};
|
|
21687
21865
|
params[Param.PrimaryNavHidden] = !showPrimaryNavbar;
|
|
21688
21866
|
params[Param.HideProfleAndHelp] = !!disableProfileAndHelp;
|
|
@@ -21693,6 +21871,9 @@ class AppEmbed extends V1Embed {
|
|
|
21693
21871
|
params[Param.ShowLiveboardDescription] = !!showLiveboardDescription;
|
|
21694
21872
|
params[Param.ShowMaskedFilterChip] = showMaskedFilterChip;
|
|
21695
21873
|
params[Param.IsLiveboardMasterpiecesEnabled] = isLiveboardMasterpiecesEnabled;
|
|
21874
|
+
if (newChartsLibrary !== undefined) {
|
|
21875
|
+
params[Param.EnableNewChartLibrary] = newChartsLibrary;
|
|
21876
|
+
}
|
|
21696
21877
|
params[Param.LiveboardHeaderSticky] = isLiveboardHeaderSticky;
|
|
21697
21878
|
params[Param.IsFullAppEmbed] = true;
|
|
21698
21879
|
params[Param.LiveboardHeaderV2] = isLiveboardCompactHeaderEnabled;
|
|
@@ -22150,7 +22331,7 @@ class LiveboardEmbed extends V1Embed {
|
|
|
22150
22331
|
getEmbedParamsObject() {
|
|
22151
22332
|
let params = {};
|
|
22152
22333
|
params = this.getBaseQueryParams(params);
|
|
22153
|
-
const { enableVizTransformations, fullHeight, defaultHeight, minimumHeight, visibleVizs, liveboardV2, vizId, hideTabPanel, activeTabId, hideLiveboardHeader, showLiveboardDescription, showLiveboardTitle, isLiveboardHeaderSticky = true, isLiveboardCompactHeaderEnabled = false, showLiveboardVerifiedBadge = true, showLiveboardReverifyBanner = true, hideIrrelevantChipsInLiveboardTabs = false, showMaskedFilterChip = false, isLiveboardMasterpiecesEnabled = false, isEnhancedFilterInteractivityEnabled = false, enableAskSage, enable2ColumnLayout, dataPanelV2 = true, enableCustomColumnGroups = false, oAuthPollingInterval, isForceRedirect, dataSourceId, coverAndFilterOptionInPDF = false, isLiveboardStylingAndGroupingEnabled, isPNGInScheduledEmailsEnabled = false, isLiveboardXLSXCSVDownloadEnabled = false, isGranularXLSXCSVSchedulesEnabled = false, showSpotterLimitations, isCentralizedLiveboardFilterUXEnabled = false, isLinkParametersEnabled, updatedSpotterChatPrompt, enableStopAnswerGenerationEmbed, spotterChatConfig, isThisPeriodInDateFiltersEnabled, isContinuousLiveboardPDFEnabled, enableLiveboardDataCache, } = this.viewConfig;
|
|
22334
|
+
const { enableVizTransformations, fullHeight, defaultHeight, minimumHeight, visibleVizs, liveboardV2, vizId, hideTabPanel, activeTabId, hideLiveboardHeader, showLiveboardDescription, showLiveboardTitle, isLiveboardHeaderSticky = true, isLiveboardCompactHeaderEnabled = false, showLiveboardVerifiedBadge = true, showLiveboardReverifyBanner = true, hideIrrelevantChipsInLiveboardTabs = false, showMaskedFilterChip = false, isLiveboardMasterpiecesEnabled = false, newChartsLibrary, isEnhancedFilterInteractivityEnabled = false, enableAskSage, enable2ColumnLayout, dataPanelV2 = true, enableCustomColumnGroups = false, oAuthPollingInterval, isForceRedirect, dataSourceId, coverAndFilterOptionInPDF = false, isLiveboardStylingAndGroupingEnabled, isPNGInScheduledEmailsEnabled = false, isLiveboardXLSXCSVDownloadEnabled = false, isGranularXLSXCSVSchedulesEnabled = false, showSpotterLimitations, isCentralizedLiveboardFilterUXEnabled = false, isLinkParametersEnabled, updatedSpotterChatPrompt, enableStopAnswerGenerationEmbed, spotterChatConfig, isThisPeriodInDateFiltersEnabled, isContinuousLiveboardPDFEnabled = false, enableLiveboardDataCache, } = this.viewConfig;
|
|
22154
22335
|
const preventLiveboardFilterRemoval = this.viewConfig.preventLiveboardFilterRemoval
|
|
22155
22336
|
|| this.viewConfig.preventPinboardFilterRemoval;
|
|
22156
22337
|
if (fullHeight === true) {
|
|
@@ -22248,6 +22429,9 @@ class LiveboardEmbed extends V1Embed {
|
|
|
22248
22429
|
if (enableLiveboardDataCache !== undefined) {
|
|
22249
22430
|
params[Param.EnableLiveboardDataCache] = enableLiveboardDataCache;
|
|
22250
22431
|
}
|
|
22432
|
+
if (newChartsLibrary !== undefined) {
|
|
22433
|
+
params[Param.EnableNewChartLibrary] = newChartsLibrary;
|
|
22434
|
+
}
|
|
22251
22435
|
params[Param.LiveboardHeaderSticky] = isLiveboardHeaderSticky;
|
|
22252
22436
|
params[Param.LiveboardHeaderV2] = isLiveboardCompactHeaderEnabled;
|
|
22253
22437
|
params[Param.ShowLiveboardVerifiedBadge] = showLiveboardVerifiedBadge;
|
|
@@ -22535,11 +22719,21 @@ class SearchEmbed extends TsEmbed {
|
|
|
22535
22719
|
}
|
|
22536
22720
|
async getAppInitData() {
|
|
22537
22721
|
const defaultAppInitData = await super.getAppInitData();
|
|
22538
|
-
|
|
22722
|
+
const result = {
|
|
22723
|
+
...defaultAppInitData,
|
|
22724
|
+
...this.getSearchInitData(),
|
|
22725
|
+
};
|
|
22726
|
+
if (this.viewConfig.visualOverrides) {
|
|
22727
|
+
result.embedParams = {
|
|
22728
|
+
...(defaultAppInitData.embedParams || {}),
|
|
22729
|
+
visualOverridesParams: this.viewConfig.visualOverrides,
|
|
22730
|
+
};
|
|
22731
|
+
}
|
|
22732
|
+
return result;
|
|
22539
22733
|
}
|
|
22540
22734
|
getEmbedParamsObject() {
|
|
22541
22735
|
var _a;
|
|
22542
|
-
const { hideResults, enableSearchAssist, forceTable, searchOptions, runtimeFilters, dataSource, dataSources, excludeRuntimeFiltersfromURL, hideSearchBar, dataPanelV2 = true, useLastSelectedSources = false, runtimeParameters, collapseSearchBarInitially = false, enableCustomColumnGroups = false, dataPanelCustomGroupsAccordionInitialState = DataPanelCustomColumnGroupsAccordionState.EXPAND_ALL, focusSearchBarOnRender = true, excludeRuntimeParametersfromURL, excludeSearchTokenStringFromURL, collapseSearchBar = true, isThisPeriodInDateFiltersEnabled, } = this.viewConfig;
|
|
22736
|
+
const { hideResults, enableSearchAssist, forceTable, searchOptions, runtimeFilters, dataSource, dataSources, excludeRuntimeFiltersfromURL, hideSearchBar, dataPanelV2 = true, useLastSelectedSources = false, runtimeParameters, collapseSearchBarInitially = false, enableCustomColumnGroups = false, dataPanelCustomGroupsAccordionInitialState = DataPanelCustomColumnGroupsAccordionState.EXPAND_ALL, focusSearchBarOnRender = true, excludeRuntimeParametersfromURL, excludeSearchTokenStringFromURL, collapseSearchBar = true, isThisPeriodInDateFiltersEnabled, newChartsLibrary, } = this.viewConfig;
|
|
22543
22737
|
const queryParams = this.getBaseQueryParams();
|
|
22544
22738
|
queryParams[Param.HideActions] = [
|
|
22545
22739
|
...((_a = queryParams[Param.HideActions]) !== null && _a !== void 0 ? _a : []),
|
|
@@ -22577,6 +22771,9 @@ class SearchEmbed extends TsEmbed {
|
|
|
22577
22771
|
if (isThisPeriodInDateFiltersEnabled !== undefined) {
|
|
22578
22772
|
queryParams[Param.IsThisPeriodInDateFiltersEnabled] = isThisPeriodInDateFiltersEnabled;
|
|
22579
22773
|
}
|
|
22774
|
+
if (newChartsLibrary !== undefined) {
|
|
22775
|
+
queryParams[Param.EnableNewChartLibrary] = newChartsLibrary;
|
|
22776
|
+
}
|
|
22580
22777
|
queryParams[Param.DataPanelV2Enabled] = dataPanelV2;
|
|
22581
22778
|
queryParams[Param.DataSourceMode] = this.getDataSourceMode();
|
|
22582
22779
|
queryParams[Param.UseLastSelectedDataSource] = useLastSelectedSources;
|
|
@@ -24028,4 +24225,4 @@ class AutoFrameRenderer extends TsEmbed {
|
|
|
24028
24225
|
}
|
|
24029
24226
|
}
|
|
24030
24227
|
|
|
24031
|
-
export { Action, AnswerService, AppEmbed, AuthEvent, AuthFailureType, AuthStatus, AuthType, BodylessConversation, ContextMenuTriggerOptions, ContextType, ConversationEmbed, CustomActionTarget, CustomActionsPosition, DataPanelCustomColumnGroupsAccordionState$1 as DataPanelCustomColumnGroupsAccordionState, DataSourceVisualMode, EmbedErrorCodes, EmbedEvent, ErrorDetailsTypes, HomeLeftNavItem, HomePage, HomePageSearchBarMode, HomepageModule, HostEvent, InterceptedApiType, ListPage, ListPageColumns, LiveboardEmbed, LogLevel, MIXPANEL_EVENT, Page, PinboardEmbed, PrefetchFeatures, PrimaryNavbarVersion, RuntimeFilterOp, SearchBarEmbed, SearchEmbed, SpotterAgentEmbed, SpotterEmbed, UIPassthroughEvent, createLiveboardWithAnswers, executeTML, exportTML, getAnswerFromQuery, getEmbedConfig as getInitConfig, getSessionInfo, init, logout, prefetch, reloadIframe, resetCachedAuthToken, startAutoMCPFrameRenderer, tokenizedFetch, uploadMixpanelEvent };
|
|
24228
|
+
export { Action, AnswerService, AppEmbed, AuthEvent, AuthFailureType, AuthStatus, AuthType, BackgroundFormatType, BodylessConversation, ConditionalFormattingComparisonType, ConditionalFormattingOperator, ContextMenuTriggerOptions, ContextType, ConversationEmbed, CustomActionTarget, CustomActionsPosition, DataLabelFilterOperator, DataPanelCustomColumnGroupsAccordionState$1 as DataPanelCustomColumnGroupsAccordionState, DataSourceVisualMode, EmbedErrorCodes, EmbedEvent, ErrorDetailsTypes, HomeLeftNavItem, HomePage, HomePageSearchBarMode, HomepageModule, HostEvent, InterceptedApiType, LegendPosition, ListPage, ListPageColumns, LiveboardEmbed, LogLevel, MIXPANEL_EVENT, Page, PinboardEmbed, PrefetchFeatures, PrimaryNavbarVersion, RuntimeFilterOp, SearchBarEmbed, SearchEmbed, SpotterAgentEmbed, SpotterEmbed, TableContentDensity, TableTheme, UIPassthroughEvent, createLiveboardWithAnswers, executeTML, exportTML, getAnswerFromQuery, getEmbedConfig as getInitConfig, getSessionInfo, init, logout, prefetch, reloadIframe, resetCachedAuthToken, startAutoMCPFrameRenderer, tokenizedFetch, uploadMixpanelEvent };
|