@sisense/sdk-ui 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.
- package/dist/ai.cjs +68 -68
- package/dist/ai.js +891 -845
- package/dist/analytics-composer/node.cjs +1 -1
- package/dist/analytics-composer/node.js +1002 -858
- package/dist/analytics-composer.cjs +23 -23
- package/dist/analytics-composer.js +8 -8
- package/dist/{dimensions-Blw0p98x.js → dimensions-BiLyFpCg.js} +1 -1
- package/dist/{dimensions-CgMckRe2.cjs → dimensions-X4_igtmO.cjs} +1 -1
- package/dist/{execute-query-VxgY3tbz.js → execute-query-BEeqqDl6.js} +1499 -1491
- package/dist/execute-query-DJDE0zRU.cjs +1 -0
- package/dist/{index-0brX9D6q.cjs → index-NyouhE_A.cjs} +1 -1
- package/dist/{index-Ck90GjPy.js → index-kxX21arA.js} +15 -1
- package/dist/index.cjs +451 -436
- package/dist/index.js +24710 -23005
- package/dist/index.umd.js +689 -624
- package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/common-filters-connector.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/selection-utils.d.ts +4 -3
- package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/types.d.ts +10 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/use-common-filters.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/utils.d.ts +2 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/components/content-panel.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/components/editable-layout-row.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/editable-layout.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/helpers.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/translate-dashboard-utils.d.ts +8 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/types.d.ts +9 -2
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/index.d.ts +4 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/persist-dashboard-model-middleware.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/{use-dashboard-model-reducer.d.ts → dashboard-model-reducer/types.d.ts} +19 -36
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/use-dashboard-model-reducer.d.ts +9 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/utils.d.ts +28 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/use-dashboard-persistence.d.ts +4 -4
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/duplicate-widget-utils.d.ts +34 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/duplicate-widget/use-duplicate-widget-menu-item.d.ts +57 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-config-transformers.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-filters.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-handlers.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/jtd/jtd-widget-transforms.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-jtd-widget.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-jtd.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-tabber.d.ts +2 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/types.d.ts +44 -3
- package/dist/packages/sdk-ui/src/domains/dashboarding/use-composed-dashboard.d.ts +15 -3
- package/dist/packages/sdk-ui/src/domains/dashboarding/utils.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/cascading-filter-tile.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/cascading-level-filter.d.ts +11 -1
- package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/use-cascadding-filter-tile-menu-items/use-cascadding-filter-tile-lock-menu-item.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/use-cascadding-filter-tile-menu-items/use-cascadding-filter-tile-menu-items.d.ts +14 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/common/reorderable-list.d.ts +32 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/custom-filter-tile.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/date-filter/relative-date-filter-tile/relative-date-filter-tile.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/{filter-tile.d.ts → filter-tile/filter-tile.d.ts} +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile/types.d.ts +36 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/filter-tile-container.d.ts +12 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/filters-panel/types.d.ts +27 -1
- package/dist/packages/sdk-ui/src/domains/filters/components/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/filters/components/member-filter-tile/member-filter-tile.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/unsupported-filter-tile.d.ts +17 -1
- package/dist/packages/sdk-ui/src/domains/filters/shared/clone-filter-and-toggle-locked.d.ts +7 -0
- package/dist/packages/sdk-ui/src/domains/filters/shared/filter-tile-menu-button.d.ts +10 -0
- package/dist/packages/sdk-ui/src/domains/filters/shared/use-filter-tile-menu-items/use-filter-tile-lock-menu-item.d.ts +15 -0
- package/dist/packages/sdk-ui/src/domains/filters/shared/use-filter-tile-menu-items/use-filter-tile-menu-items.d.ts +14 -0
- package/dist/packages/sdk-ui/src/domains/formulas/index.d.ts +0 -1
- package/dist/packages/sdk-ui/src/domains/formulas/use-get-shared-formula.d.ts +20 -7
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/translate-boxplot-data-options.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/chart-widget.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/types.d.ts +100 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/use-with-chart-widget-drilldown.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/{common-widget.d.ts → common-widget/common-widget.d.ts} +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/common-widget/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/common-widget/types.d.ts +8 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/{custom-widget.d.ts → custom-widget/custom-widget.d.ts} +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/custom-widget/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/custom-widget/types.d.ts +71 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/pivot-table-widget.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/types.d.ts +141 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/use-with-pivot-table-widget-drilldown.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/tabber-buttons-widget/types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/table-widget/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/{table-widget.d.ts → table-widget/table-widget.d.ts} +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/table-widget/types.d.ts +61 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/text-widget/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/{text-widget.d.ts → text-widget/text-widget.d.ts} +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/text-widget/types.d.ts +29 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget/types.d.ts +45 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/{widget.d.ts → widget/widget.d.ts} +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-dashboard-filters.d.ts +425 -425
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-filters.d.ts +34 -34
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/to-widget-dto-style.d.ts +63 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/utils.d.ts +11 -5
- package/dist/packages/sdk-ui/src/domains/widgets/helpers/header-menu-utils.d.ts +9 -0
- package/dist/packages/sdk-ui/src/domains/widgets/helpers/index.d.ts +7 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-container/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/{widget-container.d.ts → widget-container/widget-container.d.ts} +7 -3
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/types.d.ts +42 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-header-info-button.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-header-toolbar.d.ts +23 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-header.d.ts +14 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-menu-button.d.ts +5 -0
- package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model-translator/widget-model-translator.d.ts +8 -1
- package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/api/rest-api.d.ts +2 -1
- package/dist/packages/sdk-ui/src/infra/api/types/dashboard-dto.d.ts +2 -1
- package/dist/packages/sdk-ui/src/infra/app/client-application.d.ts +17 -0
- package/dist/packages/sdk-ui/src/infra/app/settings/settings.d.ts +4 -0
- package/dist/packages/sdk-ui/src/infra/app/settings/types/deployment-props.d.ts +2 -1
- package/dist/packages/sdk-ui/src/infra/app/settings/types/features.d.ts +18 -1
- package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/types.d.ts +41 -12
- package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/use-execute-custom-widget-query.d.ts +12 -3
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/index.d.ts +5 -0
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/plugin-context.d.ts +15 -0
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/plugin-provider.d.ts +21 -0
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/types.d.ts +50 -0
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/validate-plugins.d.ts +9 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/de-de.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/en-us.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-ar.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-es.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/fr-fr.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/it-it.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ja-jp.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ko-kr.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/nl-nl.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/pt-br.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ru-ru.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/tr-tr.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/zh-cn.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/en.d.ts +14 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/index.d.ts +28 -0
- package/dist/packages/sdk-ui/src/modules/ai/api/chat-rest-api.d.ts +5 -3
- package/dist/packages/sdk-ui/src/modules/ai/api/narration-endpoints.d.ts +25 -0
- package/dist/packages/sdk-ui/src/modules/ai/api/types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/ai/chart/nlq-chart-widget.d.ts +2 -2
- package/dist/packages/sdk-ui/src/modules/ai/get-nlg-insights-from-widget.d.ts +4 -1
- package/dist/packages/sdk-ui/src/modules/ai/use-get-nlq-result.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/common/utils.d.ts +2 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/dashboard/stringify-widgets.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-dimensions-from-json.d.ts +3 -2
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-dimensions-to-json.d.ts +6 -6
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-filters-to-json.d.ts +3 -4
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-measures-from-json.d.ts +13 -28
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-measures-to-json.d.ts +6 -7
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/types.d.ts +45 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/types.d.ts +3 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/widget/to-widget-code.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/widget/to-widget-props.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/widget/widget-composer.d.ts +1 -1
- package/dist/packages/sdk-ui/src/props.d.ts +19 -427
- package/dist/packages/sdk-ui/src/public-api/internal.d.ts +4 -0
- package/dist/packages/sdk-ui/src/public-api/public.d.ts +7 -7
- package/dist/packages/sdk-ui/src/public-api/sisense-internal.d.ts +6 -0
- package/dist/packages/sdk-ui/src/shared/components/alert/alert.d.ts +91 -0
- package/dist/packages/sdk-ui/src/shared/components/alert/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/shared/components/dynamic-size-container/default-size.d.ts +6 -6
- package/dist/packages/sdk-ui/src/shared/components/menu/menu-button.d.ts +2 -1
- package/dist/packages/sdk-ui/src/shared/components/quota-notification/quota-notification.d.ts +32 -0
- package/dist/packages/sdk-ui/src/shared/hooks/use-app-settings.d.ts +11 -0
- package/dist/packages/sdk-ui/src/shared/hooks/use-quota-notification.d.ts +54 -0
- package/dist/packages/sdk-ui/src/shared/hooks/use-quota-warning-dismissed.d.ts +8 -0
- package/dist/packages/sdk-ui/src/shared/icons/warning-icon.d.ts +6 -0
- package/dist/packages/sdk-ui/src/shared/icons/x-circle-icon.d.ts +6 -0
- package/dist/packages/sdk-ui/src/shared/types/menu-item.d.ts +17 -0
- package/dist/packages/sdk-ui/src/types.d.ts +113 -6
- package/dist/{use-common-filters-B2wOzse2.js → quota-notification-D6oMJal8.js} +11177 -10827
- package/dist/{use-common-filters-BCebg2_K.cjs → quota-notification-z3dv2KoH.cjs} +164 -114
- package/dist/translations/de-de.cjs +1 -1
- package/dist/translations/de-de.js +16 -2
- package/dist/translations/en-us.cjs +1 -1
- package/dist/translations/en-us.js +1 -1
- package/dist/translations/es-ar.cjs +1 -1
- package/dist/translations/es-ar.js +16 -2
- package/dist/translations/es-es.cjs +1 -1
- package/dist/translations/es-es.js +16 -2
- package/dist/translations/fr-fr.cjs +1 -1
- package/dist/translations/fr-fr.js +16 -2
- package/dist/translations/it-it.cjs +1 -1
- package/dist/translations/it-it.js +16 -2
- package/dist/translations/ja-jp.cjs +1 -1
- package/dist/translations/ja-jp.js +16 -2
- package/dist/translations/ko-kr.cjs +1 -1
- package/dist/translations/ko-kr.js +16 -2
- package/dist/translations/nl-nl.cjs +1 -1
- package/dist/translations/nl-nl.js +16 -2
- package/dist/translations/pt-br.cjs +1 -1
- package/dist/translations/pt-br.js +16 -2
- package/dist/translations/ru-ru.cjs +1 -1
- package/dist/translations/ru-ru.js +16 -2
- package/dist/translations/tr-tr.cjs +1 -1
- package/dist/translations/tr-tr.js +16 -2
- package/dist/translations/zh-cn.cjs +1 -1
- package/dist/translations/zh-cn.js +16 -2
- package/dist/{types-YU936hyL.cjs → types-CoY6F8Ma.cjs} +1 -1
- package/dist/{types-tDJE6TNR.js → types-ixSwJkxM.js} +1 -1
- package/dist/{utils-BRCTwjTN.js → utils-BP-BglHE.js} +5797 -5781
- package/dist/{utils-pvzOGByh.cjs → utils-C8YMrOdw.cjs} +36 -36
- package/dist/{widget-composer-T6nvM6Xc.js → widget-composer-CUUFoCb9.js} +3 -3
- package/dist/{widget-composer-ChJ9V_fN.cjs → widget-composer-DI4sHaNe.cjs} +3 -3
- package/package.json +13 -10
- package/dist/execute-query-CgkFRn7s.cjs +0 -1
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header-info-button.d.ts +0 -9
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header.d.ts +0 -13
- /package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/{use-dasboard-model-utils.d.ts → use-dashboard-model-utils.d.ts} +0 -0
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
import { JaqlDataSourceForDto } from '@sisense/sdk-data';
|
|
2
2
|
import { ExecutePivotQueryParams, ExecuteQueryParams } from '../../../../domains/query-execution/index.js';
|
|
3
|
+
import { ChartWidgetProps } from '../../../../domains/widgets/components/chart-widget/types';
|
|
4
|
+
import { CommonWidgetProps } from '../../../../domains/widgets/components/common-widget/types';
|
|
5
|
+
import { CustomWidgetProps } from '../../../../domains/widgets/components/custom-widget/types';
|
|
6
|
+
import { PivotTableWidgetProps } from '../../../../domains/widgets/components/pivot-table-widget/types';
|
|
7
|
+
import { TableWidgetProps } from '../../../../domains/widgets/components/table-widget/types';
|
|
8
|
+
import { TextWidgetProps } from '../../../../domains/widgets/components/text-widget/types';
|
|
3
9
|
import { WidgetDto } from '../../../../domains/widgets/components/widget-by-id/types.js';
|
|
10
|
+
import { WidgetProps } from '../../../../domains/widgets/components/widget/types';
|
|
4
11
|
import { AppSettings } from '../../../../infra/app/settings/settings.js';
|
|
5
|
-
import { ChartProps,
|
|
12
|
+
import { ChartProps, PivotTableProps, TableProps } from '../../../../props';
|
|
6
13
|
import { CompleteThemeSettings } from '../../../../types.js';
|
|
7
14
|
import { WidgetModel } from '../widget-model';
|
|
8
15
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DataSource, Filter } from '@sisense/sdk-data';
|
|
2
2
|
import { EmptyObject } from '@sisense/sdk-query-client/src/helpers/utility-types';
|
|
3
3
|
import { ChartDataOptions, PivotTableDataOptions } from '../../../domains/visualizations/core/chart-data-options/types';
|
|
4
|
-
import type { WidgetType } from '../../../props';
|
|
5
4
|
import { ChartType, DrilldownOptions, PivotTableDrilldownOptions, WidgetStyleOptions } from '../../../types';
|
|
5
|
+
import type { WidgetType } from '../components/widget/types';
|
|
6
6
|
/**
|
|
7
7
|
* Widget data options.
|
|
8
8
|
*/
|
|
@@ -89,7 +89,8 @@ export declare class RestApi {
|
|
|
89
89
|
*/
|
|
90
90
|
getSharedFormulas: (sharedFormulasIds: string[]) => Promise<Record<string, SharedFormulaDto>>;
|
|
91
91
|
/**
|
|
92
|
-
* Get a shared formula by id
|
|
92
|
+
* Get a shared formula by id.
|
|
93
|
+
* Uses flat=true so nested formula references are inlined in the response context.
|
|
93
94
|
*
|
|
94
95
|
* @param sharedFormulaId - A shared formula id
|
|
95
96
|
* @returns A shared formula
|
|
@@ -91,6 +91,23 @@ export type AppConfig = {
|
|
|
91
91
|
*/
|
|
92
92
|
alwaysShowErrorText?: boolean;
|
|
93
93
|
};
|
|
94
|
+
/**
|
|
95
|
+
* Custom HTTP headers to attach to every request made by the SDK.
|
|
96
|
+
*
|
|
97
|
+
* Useful for forwarding tracking-related headers (e.g. `x-request-id`, `x-correlation-id`)
|
|
98
|
+
* so that downstream services can correlate SDK traffic.
|
|
99
|
+
*
|
|
100
|
+
* @example
|
|
101
|
+
* ```tsx
|
|
102
|
+
* appConfig={{
|
|
103
|
+
* customHttpHeaders: {
|
|
104
|
+
* 'x-correlation-id': '550e8400-e29b-41d4-a716-446655440000',
|
|
105
|
+
* },
|
|
106
|
+
* }}
|
|
107
|
+
* ```
|
|
108
|
+
* @internal
|
|
109
|
+
*/
|
|
110
|
+
customHttpHeaders?: Record<string, string>;
|
|
94
111
|
/**
|
|
95
112
|
* Tracking configuration
|
|
96
113
|
*/
|
|
@@ -3,6 +3,8 @@ import { AppConfig, ThemeSettings } from '../../../types';
|
|
|
3
3
|
import { FeatureMap } from './types/features.js';
|
|
4
4
|
/**
|
|
5
5
|
* Application settings
|
|
6
|
+
*
|
|
7
|
+
* @internal
|
|
6
8
|
*/
|
|
7
9
|
export type AppSettings = Required<ConfigurableAppSettings> & ServerSettings;
|
|
8
10
|
/**
|
|
@@ -61,6 +63,8 @@ type ServerSettings = {
|
|
|
61
63
|
serverLanguage: string;
|
|
62
64
|
serverVersion: string;
|
|
63
65
|
serverFeatures: FeatureMap;
|
|
66
|
+
isUnifiedNarrationEnabled?: boolean;
|
|
67
|
+
isSisenseAiEnabled?: boolean;
|
|
64
68
|
user: {
|
|
65
69
|
tenant: {
|
|
66
70
|
name: string;
|
|
@@ -7,6 +7,7 @@ export type DeploymentProps = {
|
|
|
7
7
|
sessionMethod: 'client';
|
|
8
8
|
sessionOnlyCookie: null;
|
|
9
9
|
isNarration: boolean;
|
|
10
|
+
narrationUnified?: boolean;
|
|
10
11
|
isNLQ: boolean;
|
|
11
12
|
isCustomCode: boolean;
|
|
12
13
|
isForecast: boolean;
|
|
@@ -32,6 +33,6 @@ export type DeploymentProps = {
|
|
|
32
33
|
internalMonitoring: boolean;
|
|
33
34
|
isManagedService: boolean;
|
|
34
35
|
licenseState: 'valid';
|
|
35
|
-
narrationProvider: 'arria';
|
|
36
|
+
narrationProvider: 'arria' | 'sisenseAI';
|
|
36
37
|
InfusionApps: boolean;
|
|
37
38
|
};
|
|
@@ -120,7 +120,24 @@ type DimensionalModelingFeature = {
|
|
|
120
120
|
};
|
|
121
121
|
type CloudCDNFeature = Feature<'cloudCDN'>;
|
|
122
122
|
type OnboardingFeature = Feature<'onboarding'>;
|
|
123
|
-
|
|
123
|
+
type AiAssistantFeature = Feature<'aiAssistant', {
|
|
124
|
+
unified?: boolean;
|
|
125
|
+
nlqV3Enabled?: boolean;
|
|
126
|
+
isNlqV3Enabled?: boolean;
|
|
127
|
+
naturalResponseEnabled?: boolean;
|
|
128
|
+
sharedFormulasEnabled?: boolean;
|
|
129
|
+
aiAccessControl?: string;
|
|
130
|
+
quotaNotification?: boolean;
|
|
131
|
+
featureModelType?: string;
|
|
132
|
+
}>;
|
|
133
|
+
type AiStudioFeature = Feature<'aiStudio', {
|
|
134
|
+
realtime?: boolean;
|
|
135
|
+
usageDisplay?: boolean;
|
|
136
|
+
isRealtimeEnabled?: boolean;
|
|
137
|
+
isUsageDisplayEnabled?: boolean;
|
|
138
|
+
}>;
|
|
139
|
+
type NewNavigationBetaFeature = Feature<'newNavigationBeta'>;
|
|
140
|
+
export type Features = (AlertingFeature | LiveQueryFeature | NlqFeature | PivotFeature | CustomCodeFeature | CustomCodeTransformationFeature | BuildDestinationFeature | VersionHistoryFeature | EmbedCodeFeature | LiveCustomColumnFeature | ExportingEngineV2Feature | ExportingXlsxV2Feature | ExportingCsvFeature | ConnectionManagementFeature | SisenseLightFeature | WizardSqlEditorFeature | MultiTenancyFeature | BloxFeature | FunnelFeature | Cloud360Feature | BreakByToggleFeature | GitIntegrationFeature | InfusionFeature | InfusionWebClientFeature | NotebooksFeature | AdminWebClientFeature | DateTimeFiltersFeature | TextFiltersFeature | NumericFiltersFeature | FilterRelationsEnabledFeature | TimeLevelSupportEnabledFeature | SyncDashboardEventsFeature | UserProfileFeature | ScatterFeature | CustomFontsFeature | PreferWidgetImageServerExportFeature | NewAdminUIFeature | SharedFormulasFeature | SideBarFeature | InfusionTokenEndpointFeature | ExplanationsForIndicatorWidgetsFeature | ExplanationsForCategoricalWidgetsFeature | WidgetDesignStyleFeature | FiscalOnFeature | ReactAnalyticsWidgetEditorFeature | DynamicSQLFeature | NewCustomConnectorFeature | CrossTenantPerspectivesFeature | EnableDatamodelPerspectiveFeature | AlwaysDirectRelationsFeature | ModelStatisticsFeature | ExportingCsvFormattedFeature | FlexibleTooltipsFeature | DimensionalModelingFeature | CloudCDNFeature | OnboardingFeature | AiAssistantFeature | AiStudioFeature | NewNavigationBetaFeature)[];
|
|
124
141
|
export type FeatureByKey<K extends string> = Extract<Features[number], {
|
|
125
142
|
key: K;
|
|
126
143
|
}>;
|
|
@@ -1,28 +1,57 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { DataSource, Filter, FilterRelations } from '@sisense/sdk-data';
|
|
3
|
-
import {
|
|
3
|
+
import { AbstractDataPointWithEntries } from '../../../domains/dashboarding/common-filters/types';
|
|
4
|
+
import { CustomWidgetEventProps, CustomWidgetStyleOptions, GenericDataOptions } from '../../../types';
|
|
4
5
|
/**
|
|
5
6
|
* Props passed to a user-defined custom widget component.
|
|
7
|
+
*
|
|
8
|
+
* @typeParam DataOptions - The shape of data options for this custom widget
|
|
9
|
+
* @typeParam StyleOptions - The shape of style options for this custom widget
|
|
10
|
+
* @typeParam DataPoint - The shape of data points for event handlers
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```tsx
|
|
14
|
+
* import { CustomWidgetComponent, CustomWidgetComponentProps, CustomWidgetDataPoint, StyledColumn, StyledMeasureColumn, DataPointEntry, GenericDataOptions} from '@sisense/sdk-ui';
|
|
15
|
+
*
|
|
16
|
+
* interface MyDataOptions extends GenericDataOptions {
|
|
17
|
+
* category: StyledColumn[];
|
|
18
|
+
* value: StyledMeasureColumn[];
|
|
19
|
+
* }
|
|
20
|
+
*
|
|
21
|
+
* interface MyDataPoint extends CustomWidgetDataPoint {
|
|
22
|
+
* entries: {
|
|
23
|
+
* category: DataPointEntry[];
|
|
24
|
+
* value: DataPointEntry[];
|
|
25
|
+
* };
|
|
26
|
+
* }
|
|
27
|
+
*
|
|
28
|
+
* type MyWidgetProps = CustomWidgetComponentProps<MyDataOptions, {}, MyDataPoint>;
|
|
29
|
+
*
|
|
30
|
+
* const MyWidget: CustomWidgetComponent<MyWidgetProps> = (props) => {
|
|
31
|
+
* const { dataOptions, onDataPointClick } = props;
|
|
32
|
+
* // ... implementation based on props
|
|
33
|
+
* return <div>My Custom Widget</div>;
|
|
34
|
+
* };
|
|
35
|
+
* ```
|
|
6
36
|
*/
|
|
7
|
-
export interface CustomWidgetComponentProps<DataOptions = GenericDataOptions, StyleOptions =
|
|
37
|
+
export interface CustomWidgetComponentProps<DataOptions = GenericDataOptions, StyleOptions = CustomWidgetStyleOptions, DataPoint extends AbstractDataPointWithEntries = AbstractDataPointWithEntries> extends CustomWidgetEventProps<DataPoint> {
|
|
38
|
+
/** Data source for the custom widget */
|
|
8
39
|
dataSource?: DataSource;
|
|
40
|
+
/** Data options defining what data to display */
|
|
9
41
|
dataOptions: DataOptions;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
*/
|
|
14
|
-
width?: number;
|
|
15
|
-
/**
|
|
16
|
-
* The height of the custom widget component.
|
|
17
|
-
*/
|
|
18
|
-
height?: number;
|
|
19
|
-
};
|
|
42
|
+
/** Style options for customizing appearance */
|
|
43
|
+
styleOptions?: StyleOptions;
|
|
44
|
+
/** Filters to apply to the data */
|
|
20
45
|
filters?: Filter[] | FilterRelations;
|
|
46
|
+
/** Highlight filters for interactive highlighting */
|
|
21
47
|
highlights?: Filter[];
|
|
48
|
+
/** Description of the widget */
|
|
22
49
|
description?: string;
|
|
23
50
|
}
|
|
24
51
|
/**
|
|
25
52
|
* A user-defined custom widget component. This is can be specified when registering a
|
|
26
53
|
* custom widget with `registerCustomWidget` from the `useCustomWidgets` hook.
|
|
54
|
+
*
|
|
55
|
+
* @typeParam Props - The props type for the custom widget component
|
|
27
56
|
*/
|
|
28
57
|
export type CustomWidgetComponent<Props = CustomWidgetComponentProps> = (props: Props) => ReactNode;
|
|
@@ -1,16 +1,25 @@
|
|
|
1
|
-
import { Attribute, Measure } from '@sisense/sdk-data';
|
|
1
|
+
import { Attribute, DataSource, Filter, FilterRelations, Measure } from '@sisense/sdk-data';
|
|
2
2
|
import { ExecuteQueryParams, QueryState } from '../../../domains/query-execution/types';
|
|
3
3
|
import { HookEnableParam } from '../../../shared/hooks/types';
|
|
4
4
|
import { GenericDataOptions } from '../../../types';
|
|
5
|
-
import { CustomWidgetComponentProps } from './types';
|
|
6
5
|
/**
|
|
7
6
|
* State of a query execution retrieving data of a custom widget.
|
|
8
7
|
*/
|
|
9
8
|
export type CustomWidgetQueryState = QueryState;
|
|
10
9
|
/**
|
|
11
10
|
* Parameters for executing a query for a custom widget.
|
|
11
|
+
* Contains only data-related properties needed for query execution,
|
|
12
|
+
* excluding event handlers and other non-query props.
|
|
12
13
|
*/
|
|
13
|
-
export interface ExecuteCustomWidgetQueryParams extends
|
|
14
|
+
export interface ExecuteCustomWidgetQueryParams extends HookEnableParam, Pick<ExecuteQueryParams, 'onBeforeQuery' | 'count' | 'offset' | 'ungroup'> {
|
|
15
|
+
/** Data source for the query */
|
|
16
|
+
dataSource?: DataSource;
|
|
17
|
+
/** Data options defining dimensions and measures */
|
|
18
|
+
dataOptions: GenericDataOptions;
|
|
19
|
+
/** Filters to apply to the query */
|
|
20
|
+
filters?: Filter[] | FilterRelations;
|
|
21
|
+
/** Highlight filters */
|
|
22
|
+
highlights?: Filter[];
|
|
14
23
|
}
|
|
15
24
|
/**
|
|
16
25
|
* Utility function for converting data options to parameters for executing a query.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { PluginProvider } from './plugin-provider';
|
|
2
|
+
export type { PluginProviderProps } from './plugin-provider';
|
|
3
|
+
export { PluginContext } from './plugin-context';
|
|
4
|
+
export type { PluginContextValue } from './plugin-context';
|
|
5
|
+
export type { Plugin, PluginValidationResult } from './types';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Plugin } from './types';
|
|
3
|
+
/**
|
|
4
|
+
* Context for accessing registered plugins
|
|
5
|
+
*/
|
|
6
|
+
export interface PluginContextValue {
|
|
7
|
+
/**
|
|
8
|
+
* Array of validated and loaded plugins
|
|
9
|
+
*/
|
|
10
|
+
plugins: readonly Plugin[];
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* React context for plugin management
|
|
14
|
+
*/
|
|
15
|
+
export declare const PluginContext: import("react").Context<PluginContextValue>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
|
+
import { Plugin } from './types';
|
|
3
|
+
/**
|
|
4
|
+
* Props for PluginProvider component
|
|
5
|
+
*
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
export interface PluginProviderProps {
|
|
9
|
+
/**
|
|
10
|
+
* Array of plugins to register
|
|
11
|
+
*/
|
|
12
|
+
plugins: Plugin[];
|
|
13
|
+
/**
|
|
14
|
+
* Child components
|
|
15
|
+
*/
|
|
16
|
+
children: ReactNode;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Plugin Provider component that validates and provides access to plugins
|
|
20
|
+
*/
|
|
21
|
+
export declare const PluginProvider: React.FC<PluginProviderProps>;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Plugin with metadata information
|
|
3
|
+
*
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export interface Plugin {
|
|
7
|
+
/**
|
|
8
|
+
* Unique name identifier for the plugin
|
|
9
|
+
*/
|
|
10
|
+
name: string;
|
|
11
|
+
/**
|
|
12
|
+
* Semantic version of the plugin
|
|
13
|
+
*/
|
|
14
|
+
version: string;
|
|
15
|
+
/**
|
|
16
|
+
* Required SDK API version range using simplified semver with standard AND/OR logic.
|
|
17
|
+
* - **OR**: `||` separates alternative ranges (version must match at least one).
|
|
18
|
+
* - **AND**: space-separated comparators (version must match all in that group).
|
|
19
|
+
*
|
|
20
|
+
* Supported comparators: `^x.y.z`, `~x.y.z`, `x.y.z`, `>=x.y.z`, `>x.y.z`, `<=x.y.z`, `<x.y.z`
|
|
21
|
+
*
|
|
22
|
+
* @example "^2.9.0" — any 2.x from 2.9.0 up (same major)
|
|
23
|
+
* @example "2.20.0" — exact version only
|
|
24
|
+
* @example "~2.9.0" — 2.9.x only (same major and minor)
|
|
25
|
+
* @example ">=2.0.0" — minimum version
|
|
26
|
+
* @example "^2.0.0 || ^3.0.0" — 2.x from 2.0.0 or 3.x from 3.0.0 (OR)
|
|
27
|
+
* @example ">1.2.3 <=2.3.1" — between 1.2.3 and 2.3.1 inclusive (AND)
|
|
28
|
+
* @example ">1.2.3 <=2.3.1 || ^3.0.0" — that range or any 3.x (AND + OR)
|
|
29
|
+
*/
|
|
30
|
+
requiredApiVersion: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Result of plugin validation
|
|
34
|
+
*
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
export interface PluginValidationResult {
|
|
38
|
+
/**
|
|
39
|
+
* The validated plugin
|
|
40
|
+
*/
|
|
41
|
+
plugin: Plugin;
|
|
42
|
+
/**
|
|
43
|
+
* Whether the plugin is valid and should be loaded
|
|
44
|
+
*/
|
|
45
|
+
isValid: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Reason for invalidation if isValid is false
|
|
48
|
+
*/
|
|
49
|
+
reason?: string;
|
|
50
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Plugin } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Validates and returns only valid plugins.
|
|
4
|
+
*
|
|
5
|
+
* @param plugins - Array of plugins to validate
|
|
6
|
+
* @param sdkVersion - Current SDK version
|
|
7
|
+
* @returns Array of valid plugins
|
|
8
|
+
*/
|
|
9
|
+
export declare const getValidPlugins: (plugins: Plugin[], sdkVersion: string) => Plugin[];
|
|
@@ -270,6 +270,12 @@ declare const _default: {
|
|
|
270
270
|
unknownResponse: string;
|
|
271
271
|
invalidInput: string;
|
|
272
272
|
noAvailableDataTopics: string;
|
|
273
|
+
failedToFetchCreditBalance: string;
|
|
274
|
+
};
|
|
275
|
+
quota: {
|
|
276
|
+
exceededErrorTitle: string;
|
|
277
|
+
exceededErrorDescription: string;
|
|
278
|
+
warningDescription: string;
|
|
273
279
|
};
|
|
274
280
|
};
|
|
275
281
|
attribute: {
|
|
@@ -389,6 +395,14 @@ declare const _default: {
|
|
|
389
395
|
nextGroup: string;
|
|
390
396
|
};
|
|
391
397
|
};
|
|
398
|
+
filterTile: {
|
|
399
|
+
menu: {
|
|
400
|
+
lock: string;
|
|
401
|
+
unlock: string;
|
|
402
|
+
lockGroup: string;
|
|
403
|
+
unlockGroup: string;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
392
406
|
};
|
|
393
407
|
}[];
|
|
394
408
|
export default _default;
|
|
@@ -270,6 +270,12 @@ declare const _default: {
|
|
|
270
270
|
unknownResponse: string;
|
|
271
271
|
invalidInput: string;
|
|
272
272
|
noAvailableDataTopics: string;
|
|
273
|
+
failedToFetchCreditBalance: string;
|
|
274
|
+
};
|
|
275
|
+
quota: {
|
|
276
|
+
exceededErrorTitle: string;
|
|
277
|
+
exceededErrorDescription: string;
|
|
278
|
+
warningDescription: string;
|
|
273
279
|
};
|
|
274
280
|
};
|
|
275
281
|
attribute: {
|
|
@@ -389,6 +395,14 @@ declare const _default: {
|
|
|
389
395
|
nextGroup: string;
|
|
390
396
|
};
|
|
391
397
|
};
|
|
398
|
+
filterTile: {
|
|
399
|
+
menu: {
|
|
400
|
+
lock: string;
|
|
401
|
+
unlock: string;
|
|
402
|
+
lockGroup: string;
|
|
403
|
+
unlockGroup: string;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
392
406
|
};
|
|
393
407
|
}[];
|
|
394
408
|
export default _default;
|
|
@@ -270,6 +270,12 @@ declare const _default: {
|
|
|
270
270
|
unknownResponse: string;
|
|
271
271
|
invalidInput: string;
|
|
272
272
|
noAvailableDataTopics: string;
|
|
273
|
+
failedToFetchCreditBalance: string;
|
|
274
|
+
};
|
|
275
|
+
quota: {
|
|
276
|
+
exceededErrorTitle: string;
|
|
277
|
+
exceededErrorDescription: string;
|
|
278
|
+
warningDescription: string;
|
|
273
279
|
};
|
|
274
280
|
};
|
|
275
281
|
attribute: {
|
|
@@ -389,6 +395,14 @@ declare const _default: {
|
|
|
389
395
|
nextGroup: string;
|
|
390
396
|
};
|
|
391
397
|
};
|
|
398
|
+
filterTile: {
|
|
399
|
+
menu: {
|
|
400
|
+
lock: string;
|
|
401
|
+
unlock: string;
|
|
402
|
+
lockGroup: string;
|
|
403
|
+
unlockGroup: string;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
392
406
|
};
|
|
393
407
|
}[];
|
|
394
408
|
export default _default;
|
|
@@ -270,6 +270,12 @@ declare const _default: {
|
|
|
270
270
|
unknownResponse: string;
|
|
271
271
|
invalidInput: string;
|
|
272
272
|
noAvailableDataTopics: string;
|
|
273
|
+
failedToFetchCreditBalance: string;
|
|
274
|
+
};
|
|
275
|
+
quota: {
|
|
276
|
+
exceededErrorTitle: string;
|
|
277
|
+
exceededErrorDescription: string;
|
|
278
|
+
warningDescription: string;
|
|
273
279
|
};
|
|
274
280
|
};
|
|
275
281
|
attribute: {
|
|
@@ -389,6 +395,14 @@ declare const _default: {
|
|
|
389
395
|
nextGroup: string;
|
|
390
396
|
};
|
|
391
397
|
};
|
|
398
|
+
filterTile: {
|
|
399
|
+
menu: {
|
|
400
|
+
lock: string;
|
|
401
|
+
unlock: string;
|
|
402
|
+
lockGroup: string;
|
|
403
|
+
unlockGroup: string;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
392
406
|
};
|
|
393
407
|
}[];
|
|
394
408
|
export default _default;
|
|
@@ -270,6 +270,12 @@ declare const _default: {
|
|
|
270
270
|
unknownResponse: string;
|
|
271
271
|
invalidInput: string;
|
|
272
272
|
noAvailableDataTopics: string;
|
|
273
|
+
failedToFetchCreditBalance: string;
|
|
274
|
+
};
|
|
275
|
+
quota: {
|
|
276
|
+
exceededErrorTitle: string;
|
|
277
|
+
exceededErrorDescription: string;
|
|
278
|
+
warningDescription: string;
|
|
273
279
|
};
|
|
274
280
|
};
|
|
275
281
|
attribute: {
|
|
@@ -389,6 +395,14 @@ declare const _default: {
|
|
|
389
395
|
nextGroup: string;
|
|
390
396
|
};
|
|
391
397
|
};
|
|
398
|
+
filterTile: {
|
|
399
|
+
menu: {
|
|
400
|
+
lock: string;
|
|
401
|
+
unlock: string;
|
|
402
|
+
lockGroup: string;
|
|
403
|
+
unlockGroup: string;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
392
406
|
};
|
|
393
407
|
}[];
|
|
394
408
|
export default _default;
|
|
@@ -270,6 +270,12 @@ declare const _default: {
|
|
|
270
270
|
unknownResponse: string;
|
|
271
271
|
invalidInput: string;
|
|
272
272
|
noAvailableDataTopics: string;
|
|
273
|
+
failedToFetchCreditBalance: string;
|
|
274
|
+
};
|
|
275
|
+
quota: {
|
|
276
|
+
exceededErrorTitle: string;
|
|
277
|
+
exceededErrorDescription: string;
|
|
278
|
+
warningDescription: string;
|
|
273
279
|
};
|
|
274
280
|
};
|
|
275
281
|
attribute: {
|
|
@@ -389,6 +395,14 @@ declare const _default: {
|
|
|
389
395
|
nextGroup: string;
|
|
390
396
|
};
|
|
391
397
|
};
|
|
398
|
+
filterTile: {
|
|
399
|
+
menu: {
|
|
400
|
+
lock: string;
|
|
401
|
+
unlock: string;
|
|
402
|
+
lockGroup: string;
|
|
403
|
+
unlockGroup: string;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
392
406
|
};
|
|
393
407
|
}[];
|
|
394
408
|
export default _default;
|
|
@@ -270,6 +270,12 @@ declare const _default: {
|
|
|
270
270
|
unknownResponse: string;
|
|
271
271
|
invalidInput: string;
|
|
272
272
|
noAvailableDataTopics: string;
|
|
273
|
+
failedToFetchCreditBalance: string;
|
|
274
|
+
};
|
|
275
|
+
quota: {
|
|
276
|
+
exceededErrorTitle: string;
|
|
277
|
+
exceededErrorDescription: string;
|
|
278
|
+
warningDescription: string;
|
|
273
279
|
};
|
|
274
280
|
};
|
|
275
281
|
attribute: {
|
|
@@ -389,6 +395,14 @@ declare const _default: {
|
|
|
389
395
|
nextGroup: string;
|
|
390
396
|
};
|
|
391
397
|
};
|
|
398
|
+
filterTile: {
|
|
399
|
+
menu: {
|
|
400
|
+
lock: string;
|
|
401
|
+
unlock: string;
|
|
402
|
+
lockGroup: string;
|
|
403
|
+
unlockGroup: string;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
392
406
|
};
|
|
393
407
|
}[];
|
|
394
408
|
export default _default;
|
|
@@ -270,6 +270,12 @@ declare const _default: {
|
|
|
270
270
|
unknownResponse: string;
|
|
271
271
|
invalidInput: string;
|
|
272
272
|
noAvailableDataTopics: string;
|
|
273
|
+
failedToFetchCreditBalance: string;
|
|
274
|
+
};
|
|
275
|
+
quota: {
|
|
276
|
+
exceededErrorTitle: string;
|
|
277
|
+
exceededErrorDescription: string;
|
|
278
|
+
warningDescription: string;
|
|
273
279
|
};
|
|
274
280
|
};
|
|
275
281
|
attribute: {
|
|
@@ -389,6 +395,14 @@ declare const _default: {
|
|
|
389
395
|
nextGroup: string;
|
|
390
396
|
};
|
|
391
397
|
};
|
|
398
|
+
filterTile: {
|
|
399
|
+
menu: {
|
|
400
|
+
lock: string;
|
|
401
|
+
unlock: string;
|
|
402
|
+
lockGroup: string;
|
|
403
|
+
unlockGroup: string;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
392
406
|
};
|
|
393
407
|
}[];
|
|
394
408
|
export default _default;
|
|
@@ -270,6 +270,12 @@ declare const _default: {
|
|
|
270
270
|
unknownResponse: string;
|
|
271
271
|
invalidInput: string;
|
|
272
272
|
noAvailableDataTopics: string;
|
|
273
|
+
failedToFetchCreditBalance: string;
|
|
274
|
+
};
|
|
275
|
+
quota: {
|
|
276
|
+
exceededErrorTitle: string;
|
|
277
|
+
exceededErrorDescription: string;
|
|
278
|
+
warningDescription: string;
|
|
273
279
|
};
|
|
274
280
|
};
|
|
275
281
|
attribute: {
|
|
@@ -389,6 +395,14 @@ declare const _default: {
|
|
|
389
395
|
nextGroup: string;
|
|
390
396
|
};
|
|
391
397
|
};
|
|
398
|
+
filterTile: {
|
|
399
|
+
menu: {
|
|
400
|
+
lock: string;
|
|
401
|
+
unlock: string;
|
|
402
|
+
lockGroup: string;
|
|
403
|
+
unlockGroup: string;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
392
406
|
};
|
|
393
407
|
}[];
|
|
394
408
|
export default _default;
|
|
@@ -270,6 +270,12 @@ declare const _default: {
|
|
|
270
270
|
unknownResponse: string;
|
|
271
271
|
invalidInput: string;
|
|
272
272
|
noAvailableDataTopics: string;
|
|
273
|
+
failedToFetchCreditBalance: string;
|
|
274
|
+
};
|
|
275
|
+
quota: {
|
|
276
|
+
exceededErrorTitle: string;
|
|
277
|
+
exceededErrorDescription: string;
|
|
278
|
+
warningDescription: string;
|
|
273
279
|
};
|
|
274
280
|
};
|
|
275
281
|
attribute: {
|
|
@@ -389,6 +395,14 @@ declare const _default: {
|
|
|
389
395
|
nextGroup: string;
|
|
390
396
|
};
|
|
391
397
|
};
|
|
398
|
+
filterTile: {
|
|
399
|
+
menu: {
|
|
400
|
+
lock: string;
|
|
401
|
+
unlock: string;
|
|
402
|
+
lockGroup: string;
|
|
403
|
+
unlockGroup: string;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
392
406
|
};
|
|
393
407
|
}[];
|
|
394
408
|
export default _default;
|
|
@@ -270,6 +270,12 @@ declare const _default: {
|
|
|
270
270
|
unknownResponse: string;
|
|
271
271
|
invalidInput: string;
|
|
272
272
|
noAvailableDataTopics: string;
|
|
273
|
+
failedToFetchCreditBalance: string;
|
|
274
|
+
};
|
|
275
|
+
quota: {
|
|
276
|
+
exceededErrorTitle: string;
|
|
277
|
+
exceededErrorDescription: string;
|
|
278
|
+
warningDescription: string;
|
|
273
279
|
};
|
|
274
280
|
};
|
|
275
281
|
attribute: {
|
|
@@ -389,6 +395,14 @@ declare const _default: {
|
|
|
389
395
|
nextGroup: string;
|
|
390
396
|
};
|
|
391
397
|
};
|
|
398
|
+
filterTile: {
|
|
399
|
+
menu: {
|
|
400
|
+
lock: string;
|
|
401
|
+
unlock: string;
|
|
402
|
+
lockGroup: string;
|
|
403
|
+
unlockGroup: string;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
392
406
|
};
|
|
393
407
|
}[];
|
|
394
408
|
export default _default;
|