@sisense/sdk-ui 2.22.0 → 2.24.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 +19 -19
- package/dist/ai.js +59 -59
- package/dist/analytics-composer/node.cjs +1 -1
- package/dist/analytics-composer/node.js +2440 -1253
- package/dist/analytics-composer.cjs +47 -47
- package/dist/analytics-composer.js +135 -131
- package/dist/dimensions-C1R5YRt-.js +204 -0
- package/dist/dimensions-C7yXAoZs.cjs +1 -0
- package/dist/execute-query-0Y9Fn9Pf.cjs +1 -0
- package/dist/execute-query-b9oy2Egy.js +5869 -0
- package/dist/{index-NyouhE_A.cjs → index-Ck-0gJC9.cjs} +1 -1
- package/dist/{index-kxX21arA.js → index-r66Tjiqj.js} +39 -2
- package/dist/index.cjs +633 -616
- package/dist/index.js +18198 -17875
- package/dist/index.umd.js +1006 -949
- package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/const.d.ts +1 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/components/editable-layout/smart-pointer-sensor.d.ts +17 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/get-dashboard-model.d.ts +2 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/types.d.ts +24 -2
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/utils.d.ts +2 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/use-dashboard-persistence.d.ts +2 -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/rename-widget/use-widget-renaming.d.ts +34 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-widget-csv-download.d.ts +24 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/types.d.ts +43 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/use-dashboard-theme.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/data-browser/add-filter-popover/add-filter-data-browser.d.ts +2 -1
- package/dist/packages/sdk-ui/src/domains/data-browser/data-schema-browser/data-schema-browser.d.ts +2 -1
- package/dist/packages/sdk-ui/src/domains/data-browser/dimensions-browser/types.d.ts +9 -1
- package/dist/packages/sdk-ui/src/domains/formulas/fetch-formula.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/query-execution/core/execute-query.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/query-execution/hooks/use-execute-query-by-widget-id/use-execute-query-by-widget-id.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/query-execution/hooks/use-query-cache/use-query-cache.d.ts +2 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/components/boxplot-chart/boxplot-utils.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/helpers/get-load-data-function.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/helpers/use-translated-data-options.d.ts +12 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/helpers/data-loading.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/change-events.d.ts +73 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/types.d.ts +12 -2
- package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/use-chart-widget-csv-download.d.ts +18 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/custom-widget/use-custom-widget-csv-download.d.ts +15 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/types.d.ts +12 -2
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/use-pivot-widget-csv-download.d.ts +18 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/tabber-buttons-widget/types.d.ts +8 -8
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget/types.d.ts +21 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-dashboard-filters.d.ts +3 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-data-options.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/to-widget-dto-style.d.ts +11 -2
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/utils.d.ts +3 -2
- package/dist/packages/sdk-ui/src/domains/widgets/event-to-delta.d.ts +17 -0
- package/dist/packages/sdk-ui/src/domains/widgets/helpers/header-menu-utils.d.ts +14 -4
- package/dist/packages/sdk-ui/src/domains/widgets/helpers/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/domains/widgets/hooks/use-csv-query-file-loader.d.ts +16 -0
- package/dist/packages/sdk-ui/src/domains/widgets/hooks/use-title-renaming.d.ts +27 -0
- package/dist/packages/sdk-ui/src/domains/widgets/hooks/use-widget-header-management.d.ts +28 -0
- package/dist/packages/sdk-ui/src/domains/widgets/hooks/use-with-csv-download-menu-item.d.ts +22 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-container/widget-container.d.ts +3 -1
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/types.d.ts +31 -0
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-header.d.ts +3 -1
- package/dist/packages/sdk-ui/src/domains/widgets/shared/widget-header/widget-menu-button.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/api/rest-api.d.ts +4 -0
- package/dist/packages/sdk-ui/src/infra/api/types/dashboard-dto.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/app/client-application.d.ts +5 -231
- package/dist/packages/sdk-ui/src/infra/app/helpers.d.ts +16 -0
- package/dist/packages/sdk-ui/src/infra/app/settings/settings.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/app/settings/types/deployment-props.d.ts +3 -0
- package/dist/packages/sdk-ui/src/infra/app/settings/types/features.d.ts +2 -1
- package/dist/packages/sdk-ui/src/infra/app/types.d.ts +236 -0
- package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/custom-widgets-provider-adapter.d.ts +2 -1
- package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/use-custom-widgets.d.ts +11 -4
- package/dist/packages/sdk-ui/src/infra/contexts/sisense-context/sisense-context.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/contexts/theme-provider/theme-context.d.ts +2 -1
- package/dist/packages/sdk-ui/src/infra/decorators/component-decorators/with-tracking/with-tracking.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/decorators/hook-decorators/with-tracking.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/plugins/custom-plugin-context-provider.d.ts +18 -0
- package/dist/packages/sdk-ui/src/infra/plugins/plugin-context.d.ts +29 -0
- package/dist/packages/sdk-ui/src/infra/{contexts/plugin-provider → plugins}/plugin-provider.d.ts +4 -2
- package/dist/packages/sdk-ui/src/infra/{contexts/plugin-provider → plugins}/types.d.ts +12 -4
- package/dist/packages/sdk-ui/src/infra/plugins/use-widget-plugin-registry.d.ts +7 -0
- package/dist/packages/sdk-ui/src/infra/{contexts/plugin-provider → plugins}/validate-plugins.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/plugins/widget-plugins/types.d.ts +302 -0
- package/dist/packages/sdk-ui/src/infra/plugins/widget-plugins/widget-plugin-registry.d.ts +33 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/de-de.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/en-us.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-ar.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-es.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/fr-fr.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/it-it.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ja-jp.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ko-kr.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/nl-nl.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/pt-br.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ru-ru.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/tr-tr.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/zh-cn.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/en.d.ts +37 -0
- package/dist/packages/sdk-ui/src/infra/translation/resources/index.d.ts +74 -0
- package/dist/packages/sdk-ui/src/modules/ai/use-get-nlq-result.d.ts +1 -0
- package/dist/packages/sdk-ui/src/modules/ai/use-get-query-recommendations.d.ts +1 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/axis-type-detection.d.ts +17 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/chart-type-schemas.d.ts +37 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/index.d.ts +9 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/translate-data-options.d.ts +9 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/helpers/validate-chart-json.d.ts +19 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/translate-chart-from-json.d.ts +42 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/chart/translate-chart-to-json.d.ts +41 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/constructs/dimensions/translate-dimensions-from-json.d.ts +11 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/constructs/dimensions/translate-dimensions-to-json.d.ts +22 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-filters-from-json.d.ts → constructs/filters/translate-filters-from-json.d.ts} +2 -2
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-filters-to-json.d.ts → constructs/filters/translate-filters-to-json.d.ts} +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-measures-from-json.d.ts → constructs/measures/translate-measures-from-json.d.ts} +4 -4
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/constructs/measures/translate-measures-to-json.d.ts +22 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/index.d.ts +8 -3
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/helpers/index.d.ts +7 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/helpers/translate-data-options.d.ts +14 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/helpers/validate-pivot-table-json.d.ts +19 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/translate-pivot-table-from-json.d.ts +12 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/pivot-table/translate-pivot-table-to-json.d.ts +12 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/query/constants.d.ts +8 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-query-from-json.d.ts → query/translate-query-from-json.d.ts} +3 -3
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-query-to-jaql.d.ts → query/translate-query-to-jaql.d.ts} +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{translate-query-to-json.d.ts → query/translate-query-to-json.d.ts} +2 -2
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/data-options/adapters.d.ts +19 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/data-options/index.d.ts +9 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/data-options/translate-axis-from-json.d.ts +24 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/data-options/translate-axis-to-json.d.ts +18 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/custom-formula/process-custom-formula.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/custom-formula/validate-custom-formula.d.ts +25 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/execute-function.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/factory-function-processors.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/factory-function-schemas.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/filter-processors.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/expression/formula-function-schemas.d.ts +41 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/process-arg.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/{process-function → shared/expression}/process-node.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/attribute-helpers.d.ts +50 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/fuzzy-match.d.ts +16 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/parse-compose-code.d.ts +34 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/schema-index.d.ts +52 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/shared/utils/translation-helpers.d.ts +31 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/types.d.ts +115 -4
- package/dist/packages/sdk-ui/src/modules/analytics-composer/types.d.ts +6 -6
- package/dist/packages/sdk-ui/src/props.d.ts +20 -2
- package/dist/packages/sdk-ui/src/public-api/alpha.d.ts +1 -1
- package/dist/packages/sdk-ui/src/public-api/beta.d.ts +1 -1
- package/dist/packages/sdk-ui/src/public-api/internal.d.ts +10 -6
- package/dist/packages/sdk-ui/src/public-api/public.d.ts +2 -2
- package/dist/packages/sdk-ui/src/public-api/sisense-internal.d.ts +14 -5
- package/dist/packages/sdk-ui/src/shared/components/grouped-items-browser/types.d.ts +7 -1
- package/dist/packages/sdk-ui/src/shared/components/inline-text-editor/inline-text-editor.d.ts +26 -0
- package/dist/packages/sdk-ui/src/shared/components/inline-text-editor/use-blur-on-pointer-down-outside.d.ts +11 -0
- package/dist/packages/sdk-ui/src/shared/components/loading-indicator.d.ts +2 -1
- package/dist/packages/sdk-ui/src/shared/components/quota-notification/quota-notification.d.ts +2 -2
- package/dist/packages/sdk-ui/src/shared/const.d.ts +5 -0
- package/dist/packages/sdk-ui/src/shared/hooks/use-app-settings.d.ts +2 -1
- package/dist/packages/sdk-ui/src/shared/hooks/use-quota-notification.d.ts +4 -4
- package/dist/packages/sdk-ui/src/shared/hooks/use-should-load.d.ts +1 -1
- package/dist/packages/sdk-ui/src/shared/hooks/use-with-change-detection.d.ts +5 -5
- package/dist/packages/sdk-ui/src/shared/types/menu-item.d.ts +5 -1
- package/dist/packages/sdk-ui/src/shared/utils/menu-item-converters.d.ts +12 -0
- package/dist/packages/sdk-ui/src/types.d.ts +3 -3
- package/dist/quota-notification-BqRYSJ7r.cjs +713 -0
- package/dist/{quota-notification-D6oMJal8.js → quota-notification-CeKnEyQG.js} +18423 -17044
- package/dist/translations/de-de.cjs +1 -1
- package/dist/translations/de-de.js +40 -3
- 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 +40 -3
- package/dist/translations/es-es.cjs +1 -1
- package/dist/translations/es-es.js +40 -3
- package/dist/translations/fr-fr.cjs +1 -1
- package/dist/translations/fr-fr.js +40 -3
- package/dist/translations/it-it.cjs +1 -1
- package/dist/translations/it-it.js +42 -5
- package/dist/translations/ja-jp.cjs +1 -1
- package/dist/translations/ja-jp.js +42 -5
- package/dist/translations/ko-kr.cjs +1 -1
- package/dist/translations/ko-kr.js +42 -5
- package/dist/translations/nl-nl.cjs +1 -1
- package/dist/translations/nl-nl.js +42 -5
- package/dist/translations/pt-br.cjs +1 -1
- package/dist/translations/pt-br.js +40 -3
- package/dist/translations/ru-ru.cjs +1 -1
- package/dist/translations/ru-ru.js +42 -5
- package/dist/translations/tr-tr.cjs +1 -1
- package/dist/translations/tr-tr.js +40 -3
- package/dist/translations/zh-cn.cjs +1 -1
- package/dist/translations/zh-cn.js +42 -5
- package/dist/{types-CoY6F8Ma.cjs → types-C0QU2tsE.cjs} +1 -1
- package/dist/{types-ixSwJkxM.js → types-DJtC8_5_.js} +1 -1
- package/dist/{utils-BP-BglHE.js → utils-BCp2ISWh.js} +3745 -3773
- package/dist/{utils-C8YMrOdw.cjs → utils-D8O1_kl3.cjs} +33 -33
- package/dist/{widget-composer-DI4sHaNe.cjs → widget-composer-BkHZISs7.cjs} +1 -1
- package/dist/{widget-composer-CUUFoCb9.js → widget-composer-CDNL9_XF.js} +8 -8
- package/package.json +10 -8
- package/dist/dimensions-BiLyFpCg.js +0 -202
- package/dist/dimensions-X4_igtmO.cjs +0 -1
- package/dist/execute-query-BEeqqDl6.js +0 -5795
- package/dist/execute-query-DJDE0zRU.cjs +0 -1
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/index.d.ts +0 -5
- package/dist/packages/sdk-ui/src/infra/contexts/plugin-provider/plugin-context.d.ts +0 -15
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/common.d.ts +0 -84
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/parse-compose-code.d.ts +0 -15
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-dimensions-from-json.d.ts +0 -12
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-dimensions-to-json.d.ts +0 -13
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/translate-measures-to-json.d.ts +0 -13
- package/dist/quota-notification-z3dv2KoH.cjs +0 -672
|
@@ -214,13 +214,17 @@ declare const _default: {
|
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
216
|
widgetHeader: {
|
|
217
|
+
addTitle: string;
|
|
217
218
|
info: {
|
|
218
219
|
details: string;
|
|
219
220
|
tooltip: string;
|
|
220
221
|
};
|
|
221
222
|
menu: {
|
|
222
223
|
deleteWidget: string;
|
|
224
|
+
renameWidget: string;
|
|
223
225
|
distributeEqualWidth: string;
|
|
226
|
+
download: string;
|
|
227
|
+
csvFile: string;
|
|
224
228
|
};
|
|
225
229
|
};
|
|
226
230
|
customWidgets: {
|
|
@@ -356,6 +360,9 @@ declare const _default: {
|
|
|
356
360
|
configureFilter: string;
|
|
357
361
|
noResults: string;
|
|
358
362
|
searchPlaceholder: string;
|
|
363
|
+
more: string;
|
|
364
|
+
filter: string;
|
|
365
|
+
addMeasure: string;
|
|
359
366
|
};
|
|
360
367
|
pivotTable: {
|
|
361
368
|
grandTotal: string;
|
|
@@ -402,6 +409,36 @@ declare const _default: {
|
|
|
402
409
|
lockGroup: string;
|
|
403
410
|
unlockGroup: string;
|
|
404
411
|
};
|
|
412
|
+
toggleSwitch: string;
|
|
413
|
+
};
|
|
414
|
+
chart: {
|
|
415
|
+
indicator: {
|
|
416
|
+
label: string;
|
|
417
|
+
};
|
|
418
|
+
visualization: {
|
|
419
|
+
label: string;
|
|
420
|
+
};
|
|
421
|
+
pivotTable: {
|
|
422
|
+
label: string;
|
|
423
|
+
};
|
|
424
|
+
table: {
|
|
425
|
+
label: string;
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
loadingOverlay: {
|
|
429
|
+
label: string;
|
|
430
|
+
};
|
|
431
|
+
measures: {
|
|
432
|
+
countShort: string;
|
|
433
|
+
countDistinct: string;
|
|
434
|
+
count: string;
|
|
435
|
+
average: string;
|
|
436
|
+
sum: string;
|
|
437
|
+
min: string;
|
|
438
|
+
max: string;
|
|
439
|
+
stdev: string;
|
|
440
|
+
median: string;
|
|
441
|
+
variance: string;
|
|
405
442
|
};
|
|
406
443
|
};
|
|
407
444
|
}[];
|
|
@@ -214,13 +214,17 @@ declare const _default: {
|
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
216
|
widgetHeader: {
|
|
217
|
+
addTitle: string;
|
|
217
218
|
info: {
|
|
218
219
|
details: string;
|
|
219
220
|
tooltip: string;
|
|
220
221
|
};
|
|
221
222
|
menu: {
|
|
222
223
|
deleteWidget: string;
|
|
224
|
+
renameWidget: string;
|
|
223
225
|
distributeEqualWidth: string;
|
|
226
|
+
download: string;
|
|
227
|
+
csvFile: string;
|
|
224
228
|
};
|
|
225
229
|
};
|
|
226
230
|
customWidgets: {
|
|
@@ -356,6 +360,9 @@ declare const _default: {
|
|
|
356
360
|
configureFilter: string;
|
|
357
361
|
noResults: string;
|
|
358
362
|
searchPlaceholder: string;
|
|
363
|
+
more: string;
|
|
364
|
+
filter: string;
|
|
365
|
+
addMeasure: string;
|
|
359
366
|
};
|
|
360
367
|
pivotTable: {
|
|
361
368
|
grandTotal: string;
|
|
@@ -402,6 +409,36 @@ declare const _default: {
|
|
|
402
409
|
lockGroup: string;
|
|
403
410
|
unlockGroup: string;
|
|
404
411
|
};
|
|
412
|
+
toggleSwitch: string;
|
|
413
|
+
};
|
|
414
|
+
chart: {
|
|
415
|
+
indicator: {
|
|
416
|
+
label: string;
|
|
417
|
+
};
|
|
418
|
+
visualization: {
|
|
419
|
+
label: string;
|
|
420
|
+
};
|
|
421
|
+
pivotTable: {
|
|
422
|
+
label: string;
|
|
423
|
+
};
|
|
424
|
+
table: {
|
|
425
|
+
label: string;
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
loadingOverlay: {
|
|
429
|
+
label: string;
|
|
430
|
+
};
|
|
431
|
+
measures: {
|
|
432
|
+
countShort: string;
|
|
433
|
+
countDistinct: string;
|
|
434
|
+
count: string;
|
|
435
|
+
average: string;
|
|
436
|
+
sum: string;
|
|
437
|
+
min: string;
|
|
438
|
+
max: string;
|
|
439
|
+
stdev: string;
|
|
440
|
+
median: string;
|
|
441
|
+
variance: string;
|
|
405
442
|
};
|
|
406
443
|
};
|
|
407
444
|
}[];
|
|
@@ -214,13 +214,17 @@ declare const _default: {
|
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
216
|
widgetHeader: {
|
|
217
|
+
addTitle: string;
|
|
217
218
|
info: {
|
|
218
219
|
details: string;
|
|
219
220
|
tooltip: string;
|
|
220
221
|
};
|
|
221
222
|
menu: {
|
|
222
223
|
deleteWidget: string;
|
|
224
|
+
renameWidget: string;
|
|
223
225
|
distributeEqualWidth: string;
|
|
226
|
+
download: string;
|
|
227
|
+
csvFile: string;
|
|
224
228
|
};
|
|
225
229
|
};
|
|
226
230
|
customWidgets: {
|
|
@@ -356,6 +360,9 @@ declare const _default: {
|
|
|
356
360
|
configureFilter: string;
|
|
357
361
|
noResults: string;
|
|
358
362
|
searchPlaceholder: string;
|
|
363
|
+
more: string;
|
|
364
|
+
filter: string;
|
|
365
|
+
addMeasure: string;
|
|
359
366
|
};
|
|
360
367
|
pivotTable: {
|
|
361
368
|
grandTotal: string;
|
|
@@ -402,6 +409,36 @@ declare const _default: {
|
|
|
402
409
|
lockGroup: string;
|
|
403
410
|
unlockGroup: string;
|
|
404
411
|
};
|
|
412
|
+
toggleSwitch: string;
|
|
413
|
+
};
|
|
414
|
+
chart: {
|
|
415
|
+
indicator: {
|
|
416
|
+
label: string;
|
|
417
|
+
};
|
|
418
|
+
visualization: {
|
|
419
|
+
label: string;
|
|
420
|
+
};
|
|
421
|
+
pivotTable: {
|
|
422
|
+
label: string;
|
|
423
|
+
};
|
|
424
|
+
table: {
|
|
425
|
+
label: string;
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
loadingOverlay: {
|
|
429
|
+
label: string;
|
|
430
|
+
};
|
|
431
|
+
measures: {
|
|
432
|
+
countShort: string;
|
|
433
|
+
countDistinct: string;
|
|
434
|
+
count: string;
|
|
435
|
+
average: string;
|
|
436
|
+
sum: string;
|
|
437
|
+
min: string;
|
|
438
|
+
max: string;
|
|
439
|
+
stdev: string;
|
|
440
|
+
median: string;
|
|
441
|
+
variance: string;
|
|
405
442
|
};
|
|
406
443
|
};
|
|
407
444
|
}[];
|
|
@@ -214,13 +214,17 @@ declare const _default: {
|
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
216
|
widgetHeader: {
|
|
217
|
+
addTitle: string;
|
|
217
218
|
info: {
|
|
218
219
|
details: string;
|
|
219
220
|
tooltip: string;
|
|
220
221
|
};
|
|
221
222
|
menu: {
|
|
222
223
|
deleteWidget: string;
|
|
224
|
+
renameWidget: string;
|
|
223
225
|
distributeEqualWidth: string;
|
|
226
|
+
download: string;
|
|
227
|
+
csvFile: string;
|
|
224
228
|
};
|
|
225
229
|
};
|
|
226
230
|
customWidgets: {
|
|
@@ -356,6 +360,9 @@ declare const _default: {
|
|
|
356
360
|
configureFilter: string;
|
|
357
361
|
noResults: string;
|
|
358
362
|
searchPlaceholder: string;
|
|
363
|
+
more: string;
|
|
364
|
+
filter: string;
|
|
365
|
+
addMeasure: string;
|
|
359
366
|
};
|
|
360
367
|
pivotTable: {
|
|
361
368
|
grandTotal: string;
|
|
@@ -402,6 +409,36 @@ declare const _default: {
|
|
|
402
409
|
lockGroup: string;
|
|
403
410
|
unlockGroup: string;
|
|
404
411
|
};
|
|
412
|
+
toggleSwitch: string;
|
|
413
|
+
};
|
|
414
|
+
chart: {
|
|
415
|
+
indicator: {
|
|
416
|
+
label: string;
|
|
417
|
+
};
|
|
418
|
+
visualization: {
|
|
419
|
+
label: string;
|
|
420
|
+
};
|
|
421
|
+
pivotTable: {
|
|
422
|
+
label: string;
|
|
423
|
+
};
|
|
424
|
+
table: {
|
|
425
|
+
label: string;
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
loadingOverlay: {
|
|
429
|
+
label: string;
|
|
430
|
+
};
|
|
431
|
+
measures: {
|
|
432
|
+
countShort: string;
|
|
433
|
+
countDistinct: string;
|
|
434
|
+
count: string;
|
|
435
|
+
average: string;
|
|
436
|
+
sum: string;
|
|
437
|
+
min: string;
|
|
438
|
+
max: string;
|
|
439
|
+
stdev: string;
|
|
440
|
+
median: string;
|
|
441
|
+
variance: string;
|
|
405
442
|
};
|
|
406
443
|
};
|
|
407
444
|
}[];
|
|
@@ -214,13 +214,17 @@ declare const _default: {
|
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
216
|
widgetHeader: {
|
|
217
|
+
addTitle: string;
|
|
217
218
|
info: {
|
|
218
219
|
details: string;
|
|
219
220
|
tooltip: string;
|
|
220
221
|
};
|
|
221
222
|
menu: {
|
|
222
223
|
deleteWidget: string;
|
|
224
|
+
renameWidget: string;
|
|
223
225
|
distributeEqualWidth: string;
|
|
226
|
+
download: string;
|
|
227
|
+
csvFile: string;
|
|
224
228
|
};
|
|
225
229
|
};
|
|
226
230
|
customWidgets: {
|
|
@@ -356,6 +360,9 @@ declare const _default: {
|
|
|
356
360
|
configureFilter: string;
|
|
357
361
|
noResults: string;
|
|
358
362
|
searchPlaceholder: string;
|
|
363
|
+
more: string;
|
|
364
|
+
filter: string;
|
|
365
|
+
addMeasure: string;
|
|
359
366
|
};
|
|
360
367
|
pivotTable: {
|
|
361
368
|
grandTotal: string;
|
|
@@ -402,6 +409,36 @@ declare const _default: {
|
|
|
402
409
|
lockGroup: string;
|
|
403
410
|
unlockGroup: string;
|
|
404
411
|
};
|
|
412
|
+
toggleSwitch: string;
|
|
413
|
+
};
|
|
414
|
+
chart: {
|
|
415
|
+
indicator: {
|
|
416
|
+
label: string;
|
|
417
|
+
};
|
|
418
|
+
visualization: {
|
|
419
|
+
label: string;
|
|
420
|
+
};
|
|
421
|
+
pivotTable: {
|
|
422
|
+
label: string;
|
|
423
|
+
};
|
|
424
|
+
table: {
|
|
425
|
+
label: string;
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
loadingOverlay: {
|
|
429
|
+
label: string;
|
|
430
|
+
};
|
|
431
|
+
measures: {
|
|
432
|
+
countShort: string;
|
|
433
|
+
countDistinct: string;
|
|
434
|
+
count: string;
|
|
435
|
+
average: string;
|
|
436
|
+
sum: string;
|
|
437
|
+
min: string;
|
|
438
|
+
max: string;
|
|
439
|
+
stdev: string;
|
|
440
|
+
median: string;
|
|
441
|
+
variance: string;
|
|
405
442
|
};
|
|
406
443
|
};
|
|
407
444
|
}[];
|
|
@@ -214,13 +214,17 @@ declare const _default: {
|
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
216
|
widgetHeader: {
|
|
217
|
+
addTitle: string;
|
|
217
218
|
info: {
|
|
218
219
|
details: string;
|
|
219
220
|
tooltip: string;
|
|
220
221
|
};
|
|
221
222
|
menu: {
|
|
222
223
|
deleteWidget: string;
|
|
224
|
+
renameWidget: string;
|
|
223
225
|
distributeEqualWidth: string;
|
|
226
|
+
download: string;
|
|
227
|
+
csvFile: string;
|
|
224
228
|
};
|
|
225
229
|
};
|
|
226
230
|
customWidgets: {
|
|
@@ -356,6 +360,9 @@ declare const _default: {
|
|
|
356
360
|
configureFilter: string;
|
|
357
361
|
noResults: string;
|
|
358
362
|
searchPlaceholder: string;
|
|
363
|
+
more: string;
|
|
364
|
+
filter: string;
|
|
365
|
+
addMeasure: string;
|
|
359
366
|
};
|
|
360
367
|
pivotTable: {
|
|
361
368
|
grandTotal: string;
|
|
@@ -402,6 +409,36 @@ declare const _default: {
|
|
|
402
409
|
lockGroup: string;
|
|
403
410
|
unlockGroup: string;
|
|
404
411
|
};
|
|
412
|
+
toggleSwitch: string;
|
|
413
|
+
};
|
|
414
|
+
chart: {
|
|
415
|
+
indicator: {
|
|
416
|
+
label: string;
|
|
417
|
+
};
|
|
418
|
+
visualization: {
|
|
419
|
+
label: string;
|
|
420
|
+
};
|
|
421
|
+
pivotTable: {
|
|
422
|
+
label: string;
|
|
423
|
+
};
|
|
424
|
+
table: {
|
|
425
|
+
label: string;
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
loadingOverlay: {
|
|
429
|
+
label: string;
|
|
430
|
+
};
|
|
431
|
+
measures: {
|
|
432
|
+
countShort: string;
|
|
433
|
+
countDistinct: string;
|
|
434
|
+
count: string;
|
|
435
|
+
average: string;
|
|
436
|
+
sum: string;
|
|
437
|
+
min: string;
|
|
438
|
+
max: string;
|
|
439
|
+
stdev: string;
|
|
440
|
+
median: string;
|
|
441
|
+
variance: string;
|
|
405
442
|
};
|
|
406
443
|
};
|
|
407
444
|
}[];
|
|
@@ -214,13 +214,17 @@ declare const _default: {
|
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
216
|
widgetHeader: {
|
|
217
|
+
addTitle: string;
|
|
217
218
|
info: {
|
|
218
219
|
details: string;
|
|
219
220
|
tooltip: string;
|
|
220
221
|
};
|
|
221
222
|
menu: {
|
|
222
223
|
deleteWidget: string;
|
|
224
|
+
renameWidget: string;
|
|
223
225
|
distributeEqualWidth: string;
|
|
226
|
+
download: string;
|
|
227
|
+
csvFile: string;
|
|
224
228
|
};
|
|
225
229
|
};
|
|
226
230
|
customWidgets: {
|
|
@@ -356,6 +360,9 @@ declare const _default: {
|
|
|
356
360
|
configureFilter: string;
|
|
357
361
|
noResults: string;
|
|
358
362
|
searchPlaceholder: string;
|
|
363
|
+
more: string;
|
|
364
|
+
filter: string;
|
|
365
|
+
addMeasure: string;
|
|
359
366
|
};
|
|
360
367
|
pivotTable: {
|
|
361
368
|
grandTotal: string;
|
|
@@ -402,6 +409,36 @@ declare const _default: {
|
|
|
402
409
|
lockGroup: string;
|
|
403
410
|
unlockGroup: string;
|
|
404
411
|
};
|
|
412
|
+
toggleSwitch: string;
|
|
413
|
+
};
|
|
414
|
+
chart: {
|
|
415
|
+
indicator: {
|
|
416
|
+
label: string;
|
|
417
|
+
};
|
|
418
|
+
visualization: {
|
|
419
|
+
label: string;
|
|
420
|
+
};
|
|
421
|
+
pivotTable: {
|
|
422
|
+
label: string;
|
|
423
|
+
};
|
|
424
|
+
table: {
|
|
425
|
+
label: string;
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
loadingOverlay: {
|
|
429
|
+
label: string;
|
|
430
|
+
};
|
|
431
|
+
measures: {
|
|
432
|
+
countShort: string;
|
|
433
|
+
countDistinct: string;
|
|
434
|
+
count: string;
|
|
435
|
+
average: string;
|
|
436
|
+
sum: string;
|
|
437
|
+
min: string;
|
|
438
|
+
max: string;
|
|
439
|
+
stdev: string;
|
|
440
|
+
median: string;
|
|
441
|
+
variance: string;
|
|
405
442
|
};
|
|
406
443
|
};
|
|
407
444
|
}[];
|
|
@@ -214,13 +214,17 @@ declare const _default: {
|
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
216
|
widgetHeader: {
|
|
217
|
+
addTitle: string;
|
|
217
218
|
info: {
|
|
218
219
|
details: string;
|
|
219
220
|
tooltip: string;
|
|
220
221
|
};
|
|
221
222
|
menu: {
|
|
222
223
|
deleteWidget: string;
|
|
224
|
+
renameWidget: string;
|
|
223
225
|
distributeEqualWidth: string;
|
|
226
|
+
download: string;
|
|
227
|
+
csvFile: string;
|
|
224
228
|
};
|
|
225
229
|
};
|
|
226
230
|
customWidgets: {
|
|
@@ -356,6 +360,9 @@ declare const _default: {
|
|
|
356
360
|
configureFilter: string;
|
|
357
361
|
noResults: string;
|
|
358
362
|
searchPlaceholder: string;
|
|
363
|
+
more: string;
|
|
364
|
+
filter: string;
|
|
365
|
+
addMeasure: string;
|
|
359
366
|
};
|
|
360
367
|
pivotTable: {
|
|
361
368
|
grandTotal: string;
|
|
@@ -402,6 +409,36 @@ declare const _default: {
|
|
|
402
409
|
lockGroup: string;
|
|
403
410
|
unlockGroup: string;
|
|
404
411
|
};
|
|
412
|
+
toggleSwitch: string;
|
|
413
|
+
};
|
|
414
|
+
chart: {
|
|
415
|
+
indicator: {
|
|
416
|
+
label: string;
|
|
417
|
+
};
|
|
418
|
+
visualization: {
|
|
419
|
+
label: string;
|
|
420
|
+
};
|
|
421
|
+
pivotTable: {
|
|
422
|
+
label: string;
|
|
423
|
+
};
|
|
424
|
+
table: {
|
|
425
|
+
label: string;
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
loadingOverlay: {
|
|
429
|
+
label: string;
|
|
430
|
+
};
|
|
431
|
+
measures: {
|
|
432
|
+
countShort: string;
|
|
433
|
+
countDistinct: string;
|
|
434
|
+
count: string;
|
|
435
|
+
average: string;
|
|
436
|
+
sum: string;
|
|
437
|
+
min: string;
|
|
438
|
+
max: string;
|
|
439
|
+
stdev: string;
|
|
440
|
+
median: string;
|
|
441
|
+
variance: string;
|
|
405
442
|
};
|
|
406
443
|
};
|
|
407
444
|
}[];
|
|
@@ -211,13 +211,17 @@ export declare const translation: {
|
|
|
211
211
|
};
|
|
212
212
|
};
|
|
213
213
|
widgetHeader: {
|
|
214
|
+
addTitle: string;
|
|
214
215
|
info: {
|
|
215
216
|
details: string;
|
|
216
217
|
tooltip: string;
|
|
217
218
|
};
|
|
218
219
|
menu: {
|
|
219
220
|
deleteWidget: string;
|
|
221
|
+
renameWidget: string;
|
|
220
222
|
distributeEqualWidth: string;
|
|
223
|
+
download: string;
|
|
224
|
+
csvFile: string;
|
|
221
225
|
};
|
|
222
226
|
};
|
|
223
227
|
customWidgets: {
|
|
@@ -353,6 +357,9 @@ export declare const translation: {
|
|
|
353
357
|
configureFilter: string;
|
|
354
358
|
noResults: string;
|
|
355
359
|
searchPlaceholder: string;
|
|
360
|
+
more: string;
|
|
361
|
+
filter: string;
|
|
362
|
+
addMeasure: string;
|
|
356
363
|
};
|
|
357
364
|
pivotTable: {
|
|
358
365
|
grandTotal: string;
|
|
@@ -399,6 +406,36 @@ export declare const translation: {
|
|
|
399
406
|
lockGroup: string;
|
|
400
407
|
unlockGroup: string;
|
|
401
408
|
};
|
|
409
|
+
toggleSwitch: string;
|
|
410
|
+
};
|
|
411
|
+
chart: {
|
|
412
|
+
indicator: {
|
|
413
|
+
label: string;
|
|
414
|
+
};
|
|
415
|
+
visualization: {
|
|
416
|
+
label: string;
|
|
417
|
+
};
|
|
418
|
+
pivotTable: {
|
|
419
|
+
label: string;
|
|
420
|
+
};
|
|
421
|
+
table: {
|
|
422
|
+
label: string;
|
|
423
|
+
};
|
|
424
|
+
};
|
|
425
|
+
loadingOverlay: {
|
|
426
|
+
label: string;
|
|
427
|
+
};
|
|
428
|
+
measures: {
|
|
429
|
+
countShort: string;
|
|
430
|
+
countDistinct: string;
|
|
431
|
+
count: string;
|
|
432
|
+
average: string;
|
|
433
|
+
sum: string;
|
|
434
|
+
min: string;
|
|
435
|
+
max: string;
|
|
436
|
+
stdev: string;
|
|
437
|
+
median: string;
|
|
438
|
+
variance: string;
|
|
402
439
|
};
|
|
403
440
|
};
|
|
404
441
|
/**
|
|
@@ -221,13 +221,17 @@ export declare const resources: {
|
|
|
221
221
|
};
|
|
222
222
|
};
|
|
223
223
|
widgetHeader: {
|
|
224
|
+
addTitle: string;
|
|
224
225
|
info: {
|
|
225
226
|
details: string;
|
|
226
227
|
tooltip: string;
|
|
227
228
|
};
|
|
228
229
|
menu: {
|
|
229
230
|
deleteWidget: string;
|
|
231
|
+
renameWidget: string;
|
|
230
232
|
distributeEqualWidth: string;
|
|
233
|
+
download: string;
|
|
234
|
+
csvFile: string;
|
|
231
235
|
};
|
|
232
236
|
};
|
|
233
237
|
customWidgets: {
|
|
@@ -363,6 +367,9 @@ export declare const resources: {
|
|
|
363
367
|
configureFilter: string;
|
|
364
368
|
noResults: string;
|
|
365
369
|
searchPlaceholder: string;
|
|
370
|
+
more: string;
|
|
371
|
+
filter: string;
|
|
372
|
+
addMeasure: string;
|
|
366
373
|
};
|
|
367
374
|
pivotTable: {
|
|
368
375
|
grandTotal: string;
|
|
@@ -409,6 +416,36 @@ export declare const resources: {
|
|
|
409
416
|
lockGroup: string;
|
|
410
417
|
unlockGroup: string;
|
|
411
418
|
};
|
|
419
|
+
toggleSwitch: string;
|
|
420
|
+
};
|
|
421
|
+
chart: {
|
|
422
|
+
indicator: {
|
|
423
|
+
label: string;
|
|
424
|
+
};
|
|
425
|
+
visualization: {
|
|
426
|
+
label: string;
|
|
427
|
+
};
|
|
428
|
+
pivotTable: {
|
|
429
|
+
label: string;
|
|
430
|
+
};
|
|
431
|
+
table: {
|
|
432
|
+
label: string;
|
|
433
|
+
};
|
|
434
|
+
};
|
|
435
|
+
loadingOverlay: {
|
|
436
|
+
label: string;
|
|
437
|
+
};
|
|
438
|
+
measures: {
|
|
439
|
+
countShort: string;
|
|
440
|
+
countDistinct: string;
|
|
441
|
+
count: string;
|
|
442
|
+
average: string;
|
|
443
|
+
sum: string;
|
|
444
|
+
min: string;
|
|
445
|
+
max: string;
|
|
446
|
+
stdev: string;
|
|
447
|
+
median: string;
|
|
448
|
+
variance: string;
|
|
412
449
|
};
|
|
413
450
|
};
|
|
414
451
|
'en-US': {
|
|
@@ -624,13 +661,17 @@ export declare const resources: {
|
|
|
624
661
|
};
|
|
625
662
|
};
|
|
626
663
|
widgetHeader: {
|
|
664
|
+
addTitle: string;
|
|
627
665
|
info: {
|
|
628
666
|
details: string;
|
|
629
667
|
tooltip: string;
|
|
630
668
|
};
|
|
631
669
|
menu: {
|
|
632
670
|
deleteWidget: string;
|
|
671
|
+
renameWidget: string;
|
|
633
672
|
distributeEqualWidth: string;
|
|
673
|
+
download: string;
|
|
674
|
+
csvFile: string;
|
|
634
675
|
};
|
|
635
676
|
};
|
|
636
677
|
customWidgets: {
|
|
@@ -766,6 +807,9 @@ export declare const resources: {
|
|
|
766
807
|
configureFilter: string;
|
|
767
808
|
noResults: string;
|
|
768
809
|
searchPlaceholder: string;
|
|
810
|
+
more: string;
|
|
811
|
+
filter: string;
|
|
812
|
+
addMeasure: string;
|
|
769
813
|
};
|
|
770
814
|
pivotTable: {
|
|
771
815
|
grandTotal: string;
|
|
@@ -812,6 +856,36 @@ export declare const resources: {
|
|
|
812
856
|
lockGroup: string;
|
|
813
857
|
unlockGroup: string;
|
|
814
858
|
};
|
|
859
|
+
toggleSwitch: string;
|
|
860
|
+
};
|
|
861
|
+
chart: {
|
|
862
|
+
indicator: {
|
|
863
|
+
label: string;
|
|
864
|
+
};
|
|
865
|
+
visualization: {
|
|
866
|
+
label: string;
|
|
867
|
+
};
|
|
868
|
+
pivotTable: {
|
|
869
|
+
label: string;
|
|
870
|
+
};
|
|
871
|
+
table: {
|
|
872
|
+
label: string;
|
|
873
|
+
};
|
|
874
|
+
};
|
|
875
|
+
loadingOverlay: {
|
|
876
|
+
label: string;
|
|
877
|
+
};
|
|
878
|
+
measures: {
|
|
879
|
+
countShort: string;
|
|
880
|
+
countDistinct: string;
|
|
881
|
+
count: string;
|
|
882
|
+
average: string;
|
|
883
|
+
sum: string;
|
|
884
|
+
min: string;
|
|
885
|
+
max: string;
|
|
886
|
+
stdev: string;
|
|
887
|
+
median: string;
|
|
888
|
+
variance: string;
|
|
815
889
|
};
|
|
816
890
|
};
|
|
817
891
|
};
|