@sisense/sdk-ui-preact 2.20.0 → 2.22.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.
Files changed (37) hide show
  1. package/dist/ai.cjs +82 -82
  2. package/dist/ai.js +1559 -1521
  3. package/dist/{index-Ck90GjPy-84fb39da.cjs → index-kxX21arA-4d73ca0a.cjs} +1 -1
  4. package/dist/{index-Ck90GjPy-96e79d43.js → index-kxX21arA-e16cd0d3.js} +15 -1
  5. package/dist/index.cjs +433 -418
  6. package/dist/index.js +21640 -20620
  7. package/dist/packages/sdk-ui-preact/src/component-adapter/external-component-adapter-element.d.ts +59 -0
  8. package/dist/packages/sdk-ui-preact/src/component-adapter/index.d.ts +1 -0
  9. package/dist/{use-common-filters-B2wOzse2-ac483ac1.cjs → quota-notification-D6oMJal8-33693a50.cjs} +228 -178
  10. package/dist/{use-common-filters-B2wOzse2-c0813e6b.js → quota-notification-D6oMJal8-47078282.js} +16834 -16677
  11. package/dist/translations/de-de.cjs +1 -1
  12. package/dist/translations/de-de.js +16 -2
  13. package/dist/translations/en-us.cjs +1 -1
  14. package/dist/translations/en-us.js +1 -1
  15. package/dist/translations/es-ar.cjs +1 -1
  16. package/dist/translations/es-ar.js +16 -2
  17. package/dist/translations/es-es.cjs +1 -1
  18. package/dist/translations/es-es.js +16 -2
  19. package/dist/translations/fr-fr.cjs +1 -1
  20. package/dist/translations/fr-fr.js +16 -2
  21. package/dist/translations/it-it.cjs +1 -1
  22. package/dist/translations/it-it.js +16 -2
  23. package/dist/translations/ja-jp.cjs +1 -1
  24. package/dist/translations/ja-jp.js +16 -2
  25. package/dist/translations/ko-kr.cjs +1 -1
  26. package/dist/translations/ko-kr.js +16 -2
  27. package/dist/translations/nl-nl.cjs +1 -1
  28. package/dist/translations/nl-nl.js +16 -2
  29. package/dist/translations/pt-br.cjs +1 -1
  30. package/dist/translations/pt-br.js +16 -2
  31. package/dist/translations/ru-ru.cjs +1 -1
  32. package/dist/translations/ru-ru.js +16 -2
  33. package/dist/translations/tr-tr.cjs +1 -1
  34. package/dist/translations/tr-tr.js +16 -2
  35. package/dist/translations/zh-cn.cjs +1 -1
  36. package/dist/translations/zh-cn.js +16 -2
  37. package/package.json +11 -5
@@ -1 +1 @@
1
- "use strict";const e={errors:{noSisenseContext:"Sisense context is not initialized",restApiNotReady:"Rest API is not initialized",componentRenderError:"Unable to render the component",sisenseContextNoAuthentication:"Authentication method is not specified",chartNoSisenseContext:"Sisense context for Chart not found. To fix, wrap the component with a Sisense context provider, or provide an existing dataSet via props.",widgetByIdNoSisenseContext:"Sisense context for Dashboard Widget not found. To fix, wrap the component with a Sisense context provider.",widgetByIdInvalidIdentifier:"Failed to retrieve widget {{widgetOid}} from dashboard {{dashboardOid}}. Please make sure the dashboard widget exists and is accessible.",dashboardWidgetsInvalidIdentifiers:"Failed to retrieve dashboard widgets from dashboard {{dashboardOid}}. Please make sure the dashboard exists and is accessible.",executeQueryNoSisenseContext:"Sisense context for query execution not found. To fix, wrap the component with a Sisense context provider.",executeQueryNoDataSource:"No dataSource provided to execute query",dataOptions:{noDimensionsAndMeasures:"Neither dimensions nor measures found. Data options should have at least one dimension or measure.",attributeNotFound:'Attribute "{{attributeName}}" not found in the data',measureNotFound:'Measure "{{measureName}}" not found in the data',filterAttributeNotFound:'Filter attribute "{{attributeName}}" not found in the data',highlightAttributeNotFound:'Highlight attribute "{{attributeName}}" not found in the data'},optionsTranslation:{invalidStyleOptions:"Invalid style options for '{{chartType}}' chart",invalidInternalDataOptions:"Data options are not correctly converted for '{{chartType}}' chart"},themeNotFound:"Theme with oid {{themeOid}} not found in the connected Sisense environment",paletteNotFound:"Palette '{{paletteName}}' not found in the connected Sisense environment",chartTypeNotSupported:"Chart type {{chartType}} is not supported",chartInvalidProps:"Invalid chart props for chart type: {{chartType}}",unsupportedWidgetType:"Cannot extract props for unsupported widget type - {{widgetType}}",dashboardInvalidIdentifier:"Failed to retrieve dashboard {{dashboardOid}}. Please ensure the dashboard exists, and is accessible to the current user.",sharedFormula:{identifierExpected:"Failed to retrieve shared formula. Please provide oid or both name and datasource. Provided values: name={{name}}, dataSource={{dataSource}}, oid={{oid}}",failedToFetchByOid:"Failed to fetch shared formula by oid {{oid}}",failedToFetchByName:"Failed to fetch shared formula by name {{name}} and dataSource {{dataSource}}"},widgetModel:{incompleteWidget:"WidgetModelTranslator: Widget can not be transformed to DTO because of incomplete property ({{prop}})",unsupportedWidgetTypeDto:"WidgetModelTranslator: Saving the widget of type {{chartType}} is not supported",pivotWidgetNotSupported:"WidgetModelTranslator: Pivot widget is not supported for method {{methodName}}",textWidgetNotSupported:"WidgetModelTranslator: Text widget is not supported for method {{methodName}}",onlyTableWidgetSupported:"WidgetModelTranslator: Only table widget is supported for method {{methodName}}",onlyPivotWidgetSupported:"WidgetModelTranslator: Only pivot widget is supported for method {{methodName}}",onlyTextWidgetSupported:"WidgetModelTranslator: Only text widget is supported for method {{methodName}}",onlyCustomWidgetSupported:"WidgetModelTranslator: Only custom widget is supported for method {{methodName}}",unsupportedWidgetType:"Unsupported widget type: {{widgetType}}",unsupportedFusionWidgetType:"Unsupported Fusion widget type: {{widgetType}}"},unknownFilterInFilterRelations:"Filter relationship contains a filter {{filterGuid}} which could not be found in the provided filters",invalidFilterType:"Invalid filter type. Expected: {{filterType}}",secondsDateTimeLevelIsNotSupported:"Datetime level 'seconds' is not supported for this datasource",missingMenuRoot:"Missing initialized menu root",missingModalRoot:"Missing initialized modal root",missingDataSource:"The 'dataSource' value is missing. It must be provided explicitly, or a 'defaultDataSource' should be specified in the Sisense context provider.",incorrectOnDataReadyHandler:"'onDataReady' handler must return a valid data object",emptyModel:"Empty model",missingMetadata:"Missing metadata",missingModelTitle:"Missing model title",httpClientNotFound:"HttpClient not found.",serverSettingsNotLoaded:"Failed to load server settings",requiredColumnMissing:"A required column is missing. {{hint}}",unexpectedChartType:"Unexpected chart type: {{chartType}}",noRowNumColumn:"Data has no row num column: {{columnName}}",tickIntervalCalculationFailed:"Unable to calculate tick interval. Try specifying datetime granularity.",polarChartDesignOptionsExpected:"Polar chart design options expected for polar chart",polarChartDesignOptionsNotExpected:"Polar chart design options not expected for non-polar chart",indicatorInvalidRelativeSize:"Invalid relative size options for indicator chart",unsupportedMapType:"Unsupported map type: {{mapType}}",mapLoadingFailed:"Failed loading map",cascadingFilterOriginalNotFound:"Error in cascading filters reassembling. Original cascading filter not found",dashboardLoadFailed:"Failed to load Dashboard. {{error}}",widgetLoadFailed:"Failed to load Widget. {{error}}",failedToAddWidget:"Failed to add widget to dashboard",widgetEmptyResponse:"Empty response for widget with oid {{widgetOid}}",dateFilterIncorrectOperator:"Incorrect operator: {{operator}}",synchronizedFilterInvalidProps:"`useSynchronizedFilter` hook must take at least one of [non-null `filterFromProps`] or [`createEmptyFilter` function]",unexpectedCacheValue:"Unexpected cache value",notAMembersFilter:"Filter is not a MembersFilter",drilldownNoInitialDimension:"Initial dimension has to be specified to use drilldown with custom components",otherWidgetTypesNotSupported:"Other widget types are not supported yet",dataBrowser:{dimensionNotFound:"Dimension with id {{dimensionId}} not found",attributeNotFound:"Attribute with id {{attributeId}} not found"},addFilterPopover:{noDataSources:"No data sources available. Try to define `dataSource` in widgets or `defaultDataSource` on the dashboard level."},tabberInvalidConfiguration:"Tabber widget configuration is invalid"},errorBoxText:"$t(common:error): {{errorMessage}}",chartNoData:"No Results",filters:"Filters",cancel:"Cancel",includeAll:"Include all",formatting:{number:{abbreviations:{thousand:"K",million:"M",billion:"B",trillion:"T"}}},criteriaFilter:{displayModePrefix:"All items",equals:"Equals {{val}}",notEquals:"Does not equal {{val}}",lessThan:"Less than {{val}}",lessThanOrEqual:"Less than or equal to {{val}}",greaterThan:"Greater than {{val}}",greaterThanOrEqual:"Greater than or equal to {{val}}",between:"Between {{valA}} and {{valB}}",notBetween:"Not between {{valA}} and {{valB}}",top:"Top {{valA}} by {{valB}}",bottom:"Last {{valA}} by {{valB}}",is:"Is {{val}}",isNot:"Is not {{val}}",contains:"Contains {{val}}",notContains:"Doesn't contain {{val}}",startsWith:"Starts with {{val}}",notStartsWith:"Doesn't start with {{val}}",endsWith:"Ends with {{val}}",notEndsWith:"Doesn't end with {{val}}",like:"Is like {{val}}",byMeasure:"By measure",by:"by"},dateFilter:{last:"Last",next:"Next",from:"From",to:"To",count:"Count",select:"Select",today:"Today",days:"Days",weeks:"Weeks",months:"Months",quarters:"Quarters",years:"Years",earliestDate:"Earliest Date",latestDate:"Latest Date",todayOutOfRange:"Today is outside of the available date range",dateRange:{fromTo:"{{from}} to {{to}}",from:"From {{val}}",to:"To {{val}}"}},boxplot:{tooltip:{whiskers:"Whiskers",box:"Box",min:"Min",median:"Median",max:"Max"}},treemap:{tooltip:{ofTotal:"of total",of:"of"}},advanced:{tooltip:{min:"Lower Bound",max:"Upper Bound",forecastValue:"Forecast Value",forecast:"Forecast",trend:"Trend",trendLocalValue:"Local Value",confidenceInterval:"Confidence Interval",trendType:"Type",trendDataKey:"Trend Data",trendData:{min:"Min",max:"Max",median:"Median",average:"Average"}}},arearange:{tooltip:{min:"Min",max:"Max"}},unsupportedFilterMessage:"Unsupported Filter (applied to the data query)",unsupportedFilter:"Unsupported filter {{filter}}",commonFilter:{clearSelectionButton:"Clear Selection",selectMenuItem:"Select",unselectMenuItem:"Un-Select"},customFilterTileMessage:"filtered with custom filter",filterRelations:{and:"AND",or:"OR",andOrFormulaApplied:"AND/OR Formula applied"},drilldown:{drillMenuItem:"Drill",breadcrumbsAllSuffix:"All",breadcrumbsPrev:"Prev",breadcrumbsNext:"Next",popover:{members:"Members",table:"Table",column:"Column"}},widgetHeader:{info:{details:"Widget Details",tooltip:"Click to view full details"},menu:{deleteWidget:"Delete Widget",distributeEqualWidth:"Distribute equally in this row"}},customWidgets:{registerPrompt:"Unknown custom widget type: {{customWidgetType}}. Please register this custom widget."},ai:{analyticsChatbot:"Analytics Chatbot",dataTopics:"Data Topics",chatbotDescription:"Analytics Chatbot is designed to help you interact with your data using natural language.",topicSelectPrompt:"Pick a topic you would like to explore:",preview:"Preview",clearHistoryPrompt:"Do you want to clear this chat?",config:{inputPromptText:'Ask a question or type "/" for ideas',welcomeText:"Welcome to the Analytics Assistant! I can help you explore and gain insights from your data.",suggestionsWelcomeText:"Some questions you may have:"},buttons:{insights:"Insights",correctResponse:"Correct response",incorrectResponse:"Incorrect response",clearChat:"Clear chat",refresh:"Refresh",readMore:"Read more",collapse:"Collapse",yes:"Yes",no:"No",seeMore:"See more"},disclaimer:{poweredByAi:"Content is powered by AI, so surprises and mistakes are possible.",rateRequest:"Please rate responses so we can improve!"},errors:{chatUnavailable:"Chat unavailable. Please try again later.",fetchHistory:"Something went wrong and we were unable to retrieve the chat thread. Let's start over!",recommendationsNotAvailable:"Recommendations aren't available right now. Try again in a few minutes.",insightsNotAvailable:"No insights available.",VectorDBEmptyResponseError:"The AI configuration is not ready, please wait a few minutes and try again.",LlmBadConfigurationError:"The LLM configuration is wrong. Reach out to your Admin to update the LLM provider configuration.",ChartTypeUnsupportedError:"Requested chart type is not supported.",BlockedByLlmContentFiltering:"This question is blocked by our content management policy. Please try asking a different question.",LlmContextLengthExceedsLimitError:"Looks like you've reached the message length limit, please clear this conversation.",UserPromptExeedsLimitError:"The prompt exceeds the limit. Rephrase your question and use shorter prompt.",unexpectedChatResponse:"Oh snap, something went wrong. Please try again later or try asking a different question.",unexpected:"Oh snap, something went wrong. Please try again later.",unknownResponse:"Received unknown responseType, raw response=",invalidInput:"Invalid input",noAvailableDataTopics:"None of the provided data models or perspectives are available"}},attribute:{datetimeName:{years:"Years in {{columnName}}",quarters:"Quarters in {{columnName}}",months:"Months in {{columnName}}",weeks:"Weeks in {{columnName}}",days:"Days in {{columnName}}",hours:"Hours in {{columnName}}",minutes:"Minutes in {{columnName}}"}},filterEditor:{buttons:{apply:"Apply",cancel:"Cancel",selectAll:"Select All",clearAll:"Clear All"},labels:{includeAll:"Include all (no filter applied)",allowMultiSelection:"Allow multiselect for lists",from:"From",to:"To",includeCurrent:"Including current"},placeholders:{selectFromList:"Select from list",enterEntry:"Type your entry...",enterValue:"Enter value...",select:"Select"},conditions:{exclude:"Is not",contains:"Contains",notContain:"Does not contain",startsWith:"Starts with",notStartsWith:"Does not start with",endsWith:"Ends with",notEndsWith:"Does not end with",equals:"Equals",notEquals:"Does not equal",isEmpty:"Is empty",isNotEmpty:"Is not empty",lessThan:"Smaller than",lessThanOrEqual:"Equals or smaller than",greaterThan:"Greater than",greaterThanOrEqual:"Equals or greater than",isWithin:"Is within"},validationErrors:{invalidNumber:"Numbers only",invalidNumericRange:'"To" must be greater than "From"'},datetimeLevels:{year:"Year",quarter:"Quarter",month:"Month",week:"Week",day:"Day",aggrigatedHour:"Hour (aggregated)",aggrigatedMinutesRoundTo15:"15-min (aggregated)"},relativeTypes:{last:"Last",this:"This",next:"Next"},datetimePositions:{before:"Before",after:"After"}},dataBrowser:{addFilter:"Add Filter",selectField:"Select Field",configureFilter:"Configure Filter",noResults:"No results",searchPlaceholder:"Search"},pivotTable:{grandTotal:"Grand Total",subTotal:"{{value}} Total",limits:{baseNote:"Totals may refer to the complete data if set by the dashboard owner. If available, you can use filters to display fewer rows and columns.",rowsLimit:"The Pivot table is limited to {{recordsCount}} records",columnsLimit:"The Pivot table is limited to {{columnsCount}} columns",columnsAndRowsLimit:"The Pivot table is limited to {{recordsCount}} records and {{columnsCount}} columns"}},dashboard:{toolbar:{undo:"Undo",redo:"Redo",cancel:"Cancel",apply:"Apply",editLayout:"Edit Layout",viewMode:"Switch to View mode",showFilters:"Show Filters",hideFilters:"Hide Filters",columns:"Columns",column:"Column"}},jumpToDashboard:{defaultCaption:"Jump to",jumpableTooltip:"This widget is jumpable"},calendarHeatmap:{navigation:{firstMonth:"First Month",lastMonth:"Last Month",previousMonth:"Previous Month",nextMonth:"Next Month",previousGroup:"Previous Group",nextGroup:"Next Group"}}},t="sdkUi",o={en:e,"en-US":e};exports.e=e;exports.o=o;exports.t=t;
1
+ "use strict";const e={errors:{noSisenseContext:"Sisense context is not initialized",restApiNotReady:"Rest API is not initialized",componentRenderError:"Unable to render the component",sisenseContextNoAuthentication:"Authentication method is not specified",chartNoSisenseContext:"Sisense context for Chart not found. To fix, wrap the component with a Sisense context provider, or provide an existing dataSet via props.",widgetByIdNoSisenseContext:"Sisense context for Dashboard Widget not found. To fix, wrap the component with a Sisense context provider.",widgetByIdInvalidIdentifier:"Failed to retrieve widget {{widgetOid}} from dashboard {{dashboardOid}}. Please make sure the dashboard widget exists and is accessible.",dashboardWidgetsInvalidIdentifiers:"Failed to retrieve dashboard widgets from dashboard {{dashboardOid}}. Please make sure the dashboard exists and is accessible.",executeQueryNoSisenseContext:"Sisense context for query execution not found. To fix, wrap the component with a Sisense context provider.",executeQueryNoDataSource:"No dataSource provided to execute query",dataOptions:{noDimensionsAndMeasures:"Neither dimensions nor measures found. Data options should have at least one dimension or measure.",attributeNotFound:'Attribute "{{attributeName}}" not found in the data',measureNotFound:'Measure "{{measureName}}" not found in the data',filterAttributeNotFound:'Filter attribute "{{attributeName}}" not found in the data',highlightAttributeNotFound:'Highlight attribute "{{attributeName}}" not found in the data'},optionsTranslation:{invalidStyleOptions:"Invalid style options for '{{chartType}}' chart",invalidInternalDataOptions:"Data options are not correctly converted for '{{chartType}}' chart"},themeNotFound:"Theme with oid {{themeOid}} not found in the connected Sisense environment",paletteNotFound:"Palette '{{paletteName}}' not found in the connected Sisense environment",chartTypeNotSupported:"Chart type {{chartType}} is not supported",chartInvalidProps:"Invalid chart props for chart type: {{chartType}}",unsupportedWidgetType:"Cannot extract props for unsupported widget type - {{widgetType}}",dashboardInvalidIdentifier:"Failed to retrieve dashboard {{dashboardOid}}. Please ensure the dashboard exists, and is accessible to the current user.",sharedFormula:{identifierExpected:"Failed to retrieve shared formula. Please provide oid or both name and datasource. Provided values: name={{name}}, dataSource={{dataSource}}, oid={{oid}}",failedToFetchByOid:"Failed to fetch shared formula by oid {{oid}}",failedToFetchByName:"Failed to fetch shared formula by name {{name}} and dataSource {{dataSource}}"},widgetModel:{incompleteWidget:"WidgetModelTranslator: Widget can not be transformed to DTO because of incomplete property ({{prop}})",unsupportedWidgetTypeDto:"WidgetModelTranslator: Saving the widget of type {{chartType}} is not supported",pivotWidgetNotSupported:"WidgetModelTranslator: Pivot widget is not supported for method {{methodName}}",textWidgetNotSupported:"WidgetModelTranslator: Text widget is not supported for method {{methodName}}",onlyTableWidgetSupported:"WidgetModelTranslator: Only table widget is supported for method {{methodName}}",onlyPivotWidgetSupported:"WidgetModelTranslator: Only pivot widget is supported for method {{methodName}}",onlyTextWidgetSupported:"WidgetModelTranslator: Only text widget is supported for method {{methodName}}",onlyCustomWidgetSupported:"WidgetModelTranslator: Only custom widget is supported for method {{methodName}}",unsupportedWidgetType:"Unsupported widget type: {{widgetType}}",unsupportedFusionWidgetType:"Unsupported Fusion widget type: {{widgetType}}"},unknownFilterInFilterRelations:"Filter relationship contains a filter {{filterGuid}} which could not be found in the provided filters",invalidFilterType:"Invalid filter type. Expected: {{filterType}}",secondsDateTimeLevelIsNotSupported:"Datetime level 'seconds' is not supported for this datasource",missingMenuRoot:"Missing initialized menu root",missingModalRoot:"Missing initialized modal root",missingDataSource:"The 'dataSource' value is missing. It must be provided explicitly, or a 'defaultDataSource' should be specified in the Sisense context provider.",incorrectOnDataReadyHandler:"'onDataReady' handler must return a valid data object",emptyModel:"Empty model",missingMetadata:"Missing metadata",missingModelTitle:"Missing model title",httpClientNotFound:"HttpClient not found.",serverSettingsNotLoaded:"Failed to load server settings",requiredColumnMissing:"A required column is missing. {{hint}}",unexpectedChartType:"Unexpected chart type: {{chartType}}",noRowNumColumn:"Data has no row num column: {{columnName}}",tickIntervalCalculationFailed:"Unable to calculate tick interval. Try specifying datetime granularity.",polarChartDesignOptionsExpected:"Polar chart design options expected for polar chart",polarChartDesignOptionsNotExpected:"Polar chart design options not expected for non-polar chart",indicatorInvalidRelativeSize:"Invalid relative size options for indicator chart",unsupportedMapType:"Unsupported map type: {{mapType}}",mapLoadingFailed:"Failed loading map",cascadingFilterOriginalNotFound:"Error in cascading filters reassembling. Original cascading filter not found",dashboardLoadFailed:"Failed to load Dashboard. {{error}}",widgetLoadFailed:"Failed to load Widget. {{error}}",failedToAddWidget:"Failed to add widget to dashboard",widgetEmptyResponse:"Empty response for widget with oid {{widgetOid}}",dateFilterIncorrectOperator:"Incorrect operator: {{operator}}",synchronizedFilterInvalidProps:"`useSynchronizedFilter` hook must take at least one of [non-null `filterFromProps`] or [`createEmptyFilter` function]",unexpectedCacheValue:"Unexpected cache value",notAMembersFilter:"Filter is not a MembersFilter",drilldownNoInitialDimension:"Initial dimension has to be specified to use drilldown with custom components",otherWidgetTypesNotSupported:"Other widget types are not supported yet",dataBrowser:{dimensionNotFound:"Dimension with id {{dimensionId}} not found",attributeNotFound:"Attribute with id {{attributeId}} not found"},addFilterPopover:{noDataSources:"No data sources available. Try to define `dataSource` in widgets or `defaultDataSource` on the dashboard level."},tabberInvalidConfiguration:"Tabber widget configuration is invalid"},errorBoxText:"$t(common:error): {{errorMessage}}",chartNoData:"No Results",filters:"Filters",cancel:"Cancel",includeAll:"Include all",formatting:{number:{abbreviations:{thousand:"K",million:"M",billion:"B",trillion:"T"}}},criteriaFilter:{displayModePrefix:"All items",equals:"Equals {{val}}",notEquals:"Does not equal {{val}}",lessThan:"Less than {{val}}",lessThanOrEqual:"Less than or equal to {{val}}",greaterThan:"Greater than {{val}}",greaterThanOrEqual:"Greater than or equal to {{val}}",between:"Between {{valA}} and {{valB}}",notBetween:"Not between {{valA}} and {{valB}}",top:"Top {{valA}} by {{valB}}",bottom:"Last {{valA}} by {{valB}}",is:"Is {{val}}",isNot:"Is not {{val}}",contains:"Contains {{val}}",notContains:"Doesn't contain {{val}}",startsWith:"Starts with {{val}}",notStartsWith:"Doesn't start with {{val}}",endsWith:"Ends with {{val}}",notEndsWith:"Doesn't end with {{val}}",like:"Is like {{val}}",byMeasure:"By measure",by:"by"},dateFilter:{last:"Last",next:"Next",from:"From",to:"To",count:"Count",select:"Select",today:"Today",days:"Days",weeks:"Weeks",months:"Months",quarters:"Quarters",years:"Years",earliestDate:"Earliest Date",latestDate:"Latest Date",todayOutOfRange:"Today is outside of the available date range",dateRange:{fromTo:"{{from}} to {{to}}",from:"From {{val}}",to:"To {{val}}"}},boxplot:{tooltip:{whiskers:"Whiskers",box:"Box",min:"Min",median:"Median",max:"Max"}},treemap:{tooltip:{ofTotal:"of total",of:"of"}},advanced:{tooltip:{min:"Lower Bound",max:"Upper Bound",forecastValue:"Forecast Value",forecast:"Forecast",trend:"Trend",trendLocalValue:"Local Value",confidenceInterval:"Confidence Interval",trendType:"Type",trendDataKey:"Trend Data",trendData:{min:"Min",max:"Max",median:"Median",average:"Average"}}},arearange:{tooltip:{min:"Min",max:"Max"}},unsupportedFilterMessage:"Unsupported Filter (applied to the data query)",unsupportedFilter:"Unsupported filter {{filter}}",commonFilter:{clearSelectionButton:"Clear Selection",selectMenuItem:"Select",unselectMenuItem:"Un-Select"},customFilterTileMessage:"filtered with custom filter",filterRelations:{and:"AND",or:"OR",andOrFormulaApplied:"AND/OR Formula applied"},drilldown:{drillMenuItem:"Drill",breadcrumbsAllSuffix:"All",breadcrumbsPrev:"Prev",breadcrumbsNext:"Next",popover:{members:"Members",table:"Table",column:"Column"}},widgetHeader:{info:{details:"Widget Details",tooltip:"Click to view full details"},menu:{deleteWidget:"Delete Widget",distributeEqualWidth:"Distribute equally in this row"}},customWidgets:{registerPrompt:"Unknown custom widget type: {{customWidgetType}}. Please register this custom widget."},ai:{analyticsChatbot:"Analytics Chatbot",dataTopics:"Data Topics",chatbotDescription:"Analytics Chatbot is designed to help you interact with your data using natural language.",topicSelectPrompt:"Pick a topic you would like to explore:",preview:"Preview",clearHistoryPrompt:"Do you want to clear this chat?",config:{inputPromptText:'Ask a question or type "/" for ideas',welcomeText:"Welcome to the Analytics Assistant! I can help you explore and gain insights from your data.",suggestionsWelcomeText:"Some questions you may have:"},buttons:{insights:"Insights",correctResponse:"Correct response",incorrectResponse:"Incorrect response",clearChat:"Clear chat",refresh:"Refresh",readMore:"Read more",collapse:"Collapse",yes:"Yes",no:"No",seeMore:"See more"},disclaimer:{poweredByAi:"Content is powered by AI, so surprises and mistakes are possible.",rateRequest:"Please rate responses so we can improve!"},errors:{chatUnavailable:"Chat unavailable. Please try again later.",fetchHistory:"Something went wrong and we were unable to retrieve the chat thread. Let's start over!",recommendationsNotAvailable:"Recommendations aren't available right now. Try again in a few minutes.",insightsNotAvailable:"No insights available.",VectorDBEmptyResponseError:"The AI configuration is not ready, please wait a few minutes and try again.",LlmBadConfigurationError:"The LLM configuration is wrong. Reach out to your Admin to update the LLM provider configuration.",ChartTypeUnsupportedError:"Requested chart type is not supported.",BlockedByLlmContentFiltering:"This question is blocked by our content management policy. Please try asking a different question.",LlmContextLengthExceedsLimitError:"Looks like you've reached the message length limit, please clear this conversation.",UserPromptExeedsLimitError:"The prompt exceeds the limit. Rephrase your question and use shorter prompt.",unexpectedChatResponse:"Oh snap, something went wrong. Please try again later or try asking a different question.",unexpected:"Oh snap, something went wrong. Please try again later.",unknownResponse:"Received unknown responseType, raw response=",invalidInput:"Invalid input",noAvailableDataTopics:"None of the provided data models or perspectives are available",failedToFetchCreditBalance:"Failed to fetch credit balance"},quota:{exceededErrorTitle:"AI responses are currently unavailable.",exceededErrorDescription:"You've reached your company monthly AI quota. The quota will automatically renew on your next monthly usage cycle.",warningDescription:"You've used {{usagePercentage}}% of your company monthly AI quota."}},attribute:{datetimeName:{years:"Years in {{columnName}}",quarters:"Quarters in {{columnName}}",months:"Months in {{columnName}}",weeks:"Weeks in {{columnName}}",days:"Days in {{columnName}}",hours:"Hours in {{columnName}}",minutes:"Minutes in {{columnName}}"}},filterEditor:{buttons:{apply:"Apply",cancel:"Cancel",selectAll:"Select All",clearAll:"Clear All"},labels:{includeAll:"Include all (no filter applied)",allowMultiSelection:"Allow multiselect for lists",from:"From",to:"To",includeCurrent:"Including current"},placeholders:{selectFromList:"Select from list",enterEntry:"Type your entry...",enterValue:"Enter value...",select:"Select"},conditions:{exclude:"Is not",contains:"Contains",notContain:"Does not contain",startsWith:"Starts with",notStartsWith:"Does not start with",endsWith:"Ends with",notEndsWith:"Does not end with",equals:"Equals",notEquals:"Does not equal",isEmpty:"Is empty",isNotEmpty:"Is not empty",lessThan:"Smaller than",lessThanOrEqual:"Equals or smaller than",greaterThan:"Greater than",greaterThanOrEqual:"Equals or greater than",isWithin:"Is within"},validationErrors:{invalidNumber:"Numbers only",invalidNumericRange:'"To" must be greater than "From"'},datetimeLevels:{year:"Year",quarter:"Quarter",month:"Month",week:"Week",day:"Day",aggrigatedHour:"Hour (aggregated)",aggrigatedMinutesRoundTo15:"15-min (aggregated)"},relativeTypes:{last:"Last",this:"This",next:"Next"},datetimePositions:{before:"Before",after:"After"}},dataBrowser:{addFilter:"Add Filter",selectField:"Select Field",configureFilter:"Configure Filter",noResults:"No results",searchPlaceholder:"Search"},pivotTable:{grandTotal:"Grand Total",subTotal:"{{value}} Total",limits:{baseNote:"Totals may refer to the complete data if set by the dashboard owner. If available, you can use filters to display fewer rows and columns.",rowsLimit:"The Pivot table is limited to {{recordsCount}} records",columnsLimit:"The Pivot table is limited to {{columnsCount}} columns",columnsAndRowsLimit:"The Pivot table is limited to {{recordsCount}} records and {{columnsCount}} columns"}},dashboard:{toolbar:{undo:"Undo",redo:"Redo",cancel:"Cancel",apply:"Apply",editLayout:"Edit Layout",viewMode:"Switch to View mode",showFilters:"Show Filters",hideFilters:"Hide Filters",columns:"Columns",column:"Column"}},jumpToDashboard:{defaultCaption:"Jump to",jumpableTooltip:"This widget is jumpable"},calendarHeatmap:{navigation:{firstMonth:"First Month",lastMonth:"Last Month",previousMonth:"Previous Month",nextMonth:"Next Month",previousGroup:"Previous Group",nextGroup:"Next Group"}},filterTile:{menu:{lock:"Lock",unlock:"Unlock",lockGroup:"Lock Group",unlockGroup:"Unlock Group"}}},t="sdkUi",o={en:e,"en-US":e};exports.e=e;exports.o=o;exports.t=t;
@@ -266,7 +266,13 @@ const e = {
266
266
  unexpected: "Oh snap, something went wrong. Please try again later.",
267
267
  unknownResponse: "Received unknown responseType, raw response=",
268
268
  invalidInput: "Invalid input",
269
- noAvailableDataTopics: "None of the provided data models or perspectives are available"
269
+ noAvailableDataTopics: "None of the provided data models or perspectives are available",
270
+ failedToFetchCreditBalance: "Failed to fetch credit balance"
271
+ },
272
+ quota: {
273
+ exceededErrorTitle: "AI responses are currently unavailable.",
274
+ exceededErrorDescription: "You've reached your company monthly AI quota. The quota will automatically renew on your next monthly usage cycle.",
275
+ warningDescription: "You've used {{usagePercentage}}% of your company monthly AI quota."
270
276
  }
271
277
  },
272
278
  attribute: {
@@ -385,6 +391,14 @@ const e = {
385
391
  previousGroup: "Previous Group",
386
392
  nextGroup: "Next Group"
387
393
  }
394
+ },
395
+ filterTile: {
396
+ menu: {
397
+ lock: "Lock",
398
+ unlock: "Unlock",
399
+ lockGroup: "Lock Group",
400
+ unlockGroup: "Unlock Group"
401
+ }
388
402
  }
389
403
  }, t = "sdkUi", o = {
390
404
  en: e,