@sisense/sdk-ui 2.31.1 → 2.32.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 (149) hide show
  1. package/dist/ai.cjs +2 -2
  2. package/dist/ai.js +9 -9
  3. package/dist/analytics-composer/node.cjs +1 -1
  4. package/dist/analytics-composer/node.js +5 -5
  5. package/dist/analytics-composer.cjs +1 -1
  6. package/dist/analytics-composer.js +6 -6
  7. package/dist/apply-styled-options-to-query-CE3WQwRs.cjs +1 -0
  8. package/dist/{apply-styled-options-to-query-lFlufwrB.js → apply-styled-options-to-query-TW3CqofD.js} +209 -207
  9. package/dist/{flow-DHowZLKN.cjs → const-BLmTd3gM.cjs} +1 -1
  10. package/dist/{flow-Cs53Uv2Y.js → const-vJfedJf9.js} +15 -15
  11. package/dist/execute-query-CZOWu-Fh.cjs +1 -0
  12. package/dist/{execute-query-4_76L7Ax.js → execute-query-D-gXk-LI.js} +908 -906
  13. package/dist/index-Boixy7N4.cjs +1 -0
  14. package/dist/{index-C2A2EHoh.cjs → index-C6ytYe3A.cjs} +1 -1
  15. package/dist/{index-eIOG6LP6.js → index-Ct7mA7YB.js} +1 -1
  16. package/dist/{index-CyVSfJ-B.js → index-D3DsBxkp.js} +22 -22
  17. package/dist/{index-DCYw3JUB.js → index-DrI_xqvr.js} +14 -0
  18. package/dist/{index-DTvxJdqZ.cjs → index-UssOwVVX.cjs} +1 -1
  19. package/dist/index.cjs +340 -340
  20. package/dist/index.js +12477 -12340
  21. package/dist/index.umd.js +805 -690
  22. package/dist/packages/sdk-ui/src/domains/dashboarding/common-filters/utils.d.ts +1 -1
  23. package/dist/packages/sdk-ui/src/domains/dashboarding/types.d.ts +22 -6
  24. package/dist/packages/sdk-ui/src/domains/query-execution/types.d.ts +2 -0
  25. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/components/regular-chart/has-no-results.d.ts +12 -0
  26. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/components/sisense-chart/sisense-chart.d.ts +1 -1
  27. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/components/sisense-chart/types.d.ts +8 -0
  28. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/helpers/use-chart-on-ready.d.ts +38 -0
  29. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/helpers/use-chart-renderer-props.d.ts +1 -0
  30. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/highchart-based-charts/highcharts-based-chart-renderer/highcharts-based-chart-renderer.d.ts +8 -0
  31. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/highchart-based-charts/sankey-chart/helpers/on-ready-state.d.ts +17 -0
  32. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/highchart-based-charts/sankey-chart/sankey-chart-builder.d.ts +8 -1
  33. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/data/comparison.d.ts +22 -0
  34. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/data/data.d.ts +17 -0
  35. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/data/index.d.ts +4 -0
  36. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/data/load-data.d.ts +64 -0
  37. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/data/value-colors.d.ts +27 -0
  38. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/data-options/data-options.d.ts +30 -0
  39. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/data-options/index.d.ts +1 -0
  40. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/design-options/design-options.d.ts +31 -0
  41. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/design-options/index.d.ts +1 -0
  42. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/kpi-chart-builder.d.ts +9 -0
  43. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/helpers.d.ts +139 -0
  44. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/index.d.ts +1 -0
  45. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/kpi-card-styles.d.ts +154 -0
  46. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/kpi-card.d.ts +41 -0
  47. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/kpi-chart-renderer.d.ts +46 -0
  48. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/kpi-comparison.d.ts +60 -0
  49. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/kpi-sparkline.d.ts +23 -0
  50. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/kpi-title.d.ts +28 -0
  51. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/kpi-value.d.ts +55 -0
  52. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/on-color.d.ts +70 -0
  53. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/sparkline-options.d.ts +51 -0
  54. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/use-auto-fit-font-size.d.ts +98 -0
  55. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/use-element-size.d.ts +26 -0
  56. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/renderer/use-size-tier.d.ts +19 -0
  57. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/kpi-chart/types.d.ts +62 -0
  58. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/types.d.ts +47 -9
  59. package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/types.d.ts +9 -0
  60. package/dist/packages/sdk-ui/src/domains/visualizations/components/kpi-chart.d.ts +23 -0
  61. package/dist/packages/sdk-ui/src/domains/visualizations/core/apply-on-ready-to-highcharts-options.d.ts +11 -0
  62. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data/types.d.ts +2 -1
  63. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/types.d.ts +108 -2
  64. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/chart-options-service.d.ts +1 -0
  65. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/translations/design-options.d.ts +41 -1
  66. package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/translations/types.d.ts +17 -3
  67. package/dist/packages/sdk-ui/src/domains/visualizations/core/highcharts-renderer.d.ts +7 -1
  68. package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-definition-style-constants.d.ts +1 -1
  69. package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/types.d.ts +1 -2
  70. package/dist/packages/sdk-ui/src/domains/widgets/components/chart-widget/use-chart-widget-excel-download.d.ts +1 -1
  71. package/dist/packages/sdk-ui/src/domains/widgets/components/custom-widget/types.d.ts +1 -2
  72. package/dist/packages/sdk-ui/src/domains/widgets/components/filter-widget/filter-widget-dropdown.d.ts +16 -0
  73. package/dist/packages/sdk-ui/src/domains/widgets/components/filter-widget/types.d.ts +17 -23
  74. package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/types.d.ts +1 -2
  75. package/dist/packages/sdk-ui/src/domains/widgets/components/widget/types.d.ts +18 -4
  76. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-dashboard-filters.d.ts +447 -447
  77. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-panel-color-format.d.ts +8 -0
  78. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-filters.d.ts +56 -56
  79. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/categorical-labels-style.d.ts +3 -3
  80. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/series-label-affix-style.d.ts +1 -1
  81. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/to-widget-dto-style.d.ts +11 -2
  82. package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/types.d.ts +28 -5
  83. package/dist/packages/sdk-ui/src/domains/widgets/hooks/use-fire-on-ready.d.ts +14 -0
  84. package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model-translator/to-widget-dto-panels.d.ts +11 -1
  85. package/dist/packages/sdk-ui/src/infra/api/rest-api.d.ts +9 -2
  86. package/dist/packages/sdk-ui/src/infra/app/helpers.d.ts +23 -2
  87. package/dist/packages/sdk-ui/src/infra/app/settings/settings.d.ts +6 -3
  88. package/dist/packages/sdk-ui/src/infra/app/types.d.ts +14 -1
  89. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/de-de.d.ts +14 -0
  90. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/en-us.d.ts +14 -0
  91. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-ar.d.ts +14 -0
  92. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/es-es.d.ts +14 -0
  93. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/fr-fr.d.ts +14 -0
  94. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/it-it.d.ts +14 -0
  95. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ja-jp.d.ts +14 -0
  96. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ko-kr.d.ts +14 -0
  97. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/nl-nl.d.ts +14 -0
  98. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/pt-br.d.ts +14 -0
  99. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/ru-ru.d.ts +14 -0
  100. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/tr-tr.d.ts +14 -0
  101. package/dist/packages/sdk-ui/src/infra/translation/resources/__external__/zh-cn.d.ts +14 -0
  102. package/dist/packages/sdk-ui/src/infra/translation/resources/en.d.ts +14 -0
  103. package/dist/packages/sdk-ui/src/infra/translation/resources/index.d.ts +28 -0
  104. package/dist/packages/sdk-ui/src/props.d.ts +77 -5
  105. package/dist/packages/sdk-ui/src/public-api/beta.d.ts +4 -0
  106. package/dist/packages/sdk-ui/src/types.d.ts +296 -5
  107. package/dist/query.cjs +1 -1
  108. package/dist/query.js +3 -3
  109. package/dist/quota-notification-CdcItYEO.cjs +665 -0
  110. package/dist/{quota-notification-mCXOSF0U.js → quota-notification-DJPs09UQ.js} +17392 -15866
  111. package/dist/translations/de-de.cjs +1 -1
  112. package/dist/translations/de-de.js +15 -1
  113. package/dist/translations/en-us.cjs +1 -1
  114. package/dist/translations/en-us.js +1 -1
  115. package/dist/translations/es-ar.cjs +1 -1
  116. package/dist/translations/es-ar.js +15 -1
  117. package/dist/translations/es-es.cjs +1 -1
  118. package/dist/translations/es-es.js +15 -1
  119. package/dist/translations/fr-fr.cjs +1 -1
  120. package/dist/translations/fr-fr.js +17 -3
  121. package/dist/translations/it-it.cjs +1 -1
  122. package/dist/translations/it-it.js +15 -1
  123. package/dist/translations/ja-jp.cjs +1 -1
  124. package/dist/translations/ja-jp.js +15 -1
  125. package/dist/translations/ko-kr.cjs +1 -1
  126. package/dist/translations/ko-kr.js +15 -1
  127. package/dist/translations/nl-nl.cjs +1 -1
  128. package/dist/translations/nl-nl.js +15 -1
  129. package/dist/translations/pt-br.cjs +1 -1
  130. package/dist/translations/pt-br.js +15 -1
  131. package/dist/translations/ru-ru.cjs +1 -1
  132. package/dist/translations/ru-ru.js +15 -1
  133. package/dist/translations/tr-tr.cjs +1 -1
  134. package/dist/translations/tr-tr.js +15 -1
  135. package/dist/translations/zh-cn.cjs +1 -1
  136. package/dist/translations/zh-cn.js +15 -1
  137. package/dist/{types-CzQiy3kx.js → types-B60QjE1r.js} +1 -1
  138. package/dist/{types-pkCiWY_S.cjs → types-BAIldf5u.cjs} +1 -1
  139. package/dist/{use-execute-csv-query-DnTVUxCj.cjs → use-execute-csv-query-DAJqBzR5.cjs} +2 -2
  140. package/dist/{use-execute-csv-query-LtQrd2A4.js → use-execute-csv-query-tLJmsnwg.js} +6 -6
  141. package/dist/{utils-Bqaxp0gq.cjs → utils-BIAAcoFt.cjs} +12 -12
  142. package/dist/{utils-DHLPgrHF.js → utils-D2c9kOce.js} +1544 -1541
  143. package/dist/{widget-composer-CSkR-kBh.js → widget-composer-VWvON_Hi.js} +4 -4
  144. package/dist/{widget-composer-BUq7QhlK.cjs → widget-composer-srdW7lV4.cjs} +1 -1
  145. package/package.json +8 -8
  146. package/dist/apply-styled-options-to-query-siyJXPed.cjs +0 -1
  147. package/dist/execute-query-9rwu12er.cjs +0 -1
  148. package/dist/index-BGVJyEgp.cjs +0 -1
  149. package/dist/quota-notification-C49kSTz5.cjs +0 -550
@@ -3,6 +3,14 @@ import { Color, MultiColumnValueToColorMap, ValueToColorMap } from '../../../../
3
3
  import { PanelColorFormat, PanelItem, PanelMembersFormat } from './types.js';
4
4
  export declare const createValueColorOptions: (format?: PanelColorFormat, customPaletteColors?: Color[]) => DataColorOptions | undefined;
5
5
  export declare const createValueToColorMap: (membersFormat: PanelMembersFormat) => ValueToColorMap;
6
+ /**
7
+ * Creates a value-to-color map from hand-picked panel member colors.
8
+ *
9
+ * @param membersFormat - Panel member formatting metadata
10
+ * @returns A mapping of decoded member values to hand-picked colors
11
+ * @internal
12
+ */
13
+ export declare const createHandPickedValueToColorMap: (membersFormat: PanelMembersFormat) => ValueToColorMap;
6
14
  /**
7
15
  * Creates a PanelColorFormat from DataColorOptions
8
16
  *
@@ -46,9 +46,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
46
46
  bottom?: undefined;
47
47
  endsWith?: undefined;
48
48
  startsWith?: undefined;
49
+ last?: undefined;
49
50
  from?: undefined;
50
51
  to?: undefined;
51
- last?: undefined;
52
52
  next?: undefined;
53
53
  exclude?: undefined;
54
54
  contains?: undefined;
@@ -78,9 +78,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
78
78
  top?: undefined;
79
79
  endsWith?: undefined;
80
80
  startsWith?: undefined;
81
+ last?: undefined;
81
82
  from?: undefined;
82
83
  to?: undefined;
83
- last?: undefined;
84
84
  next?: undefined;
85
85
  exclude?: undefined;
86
86
  contains?: undefined;
@@ -110,9 +110,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
110
110
  top?: undefined;
111
111
  bottom?: undefined;
112
112
  startsWith?: undefined;
113
+ last?: undefined;
113
114
  from?: undefined;
114
115
  to?: undefined;
115
- last?: undefined;
116
116
  next?: undefined;
117
117
  exclude?: undefined;
118
118
  contains?: undefined;
@@ -142,9 +142,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
142
142
  top?: undefined;
143
143
  bottom?: undefined;
144
144
  endsWith?: undefined;
145
+ last?: undefined;
145
146
  from?: undefined;
146
147
  to?: undefined;
147
- last?: undefined;
148
148
  next?: undefined;
149
149
  exclude?: undefined;
150
150
  contains?: undefined;
@@ -170,13 +170,13 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
170
170
  isEmpty?: boolean | undefined;
171
171
  explicit?: boolean | undefined;
172
172
  isCondition?: boolean | undefined;
173
- from: number;
173
+ last: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").PeriodFilterDetails;
174
174
  top?: undefined;
175
175
  bottom?: undefined;
176
176
  endsWith?: undefined;
177
177
  startsWith?: undefined;
178
+ from?: undefined;
178
179
  to?: undefined;
179
- last?: undefined;
180
180
  next?: undefined;
181
181
  exclude?: undefined;
182
182
  contains?: undefined;
@@ -202,13 +202,13 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
202
202
  isEmpty?: boolean | undefined;
203
203
  explicit?: boolean | undefined;
204
204
  isCondition?: boolean | undefined;
205
- to: number;
205
+ from: number;
206
206
  top?: undefined;
207
207
  bottom?: undefined;
208
208
  endsWith?: undefined;
209
209
  startsWith?: undefined;
210
- from?: undefined;
211
210
  last?: undefined;
211
+ to?: undefined;
212
212
  next?: undefined;
213
213
  exclude?: undefined;
214
214
  contains?: undefined;
@@ -234,13 +234,13 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
234
234
  isEmpty?: boolean | undefined;
235
235
  explicit?: boolean | undefined;
236
236
  isCondition?: boolean | undefined;
237
- last: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").PeriodFilterDetails;
237
+ to: number;
238
238
  top?: undefined;
239
239
  bottom?: undefined;
240
240
  endsWith?: undefined;
241
241
  startsWith?: undefined;
242
+ last?: undefined;
242
243
  from?: undefined;
243
- to?: undefined;
244
244
  next?: undefined;
245
245
  exclude?: undefined;
246
246
  contains?: undefined;
@@ -271,9 +271,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
271
271
  bottom?: undefined;
272
272
  endsWith?: undefined;
273
273
  startsWith?: undefined;
274
+ last?: undefined;
274
275
  from?: undefined;
275
276
  to?: undefined;
276
- last?: undefined;
277
277
  exclude?: undefined;
278
278
  contains?: undefined;
279
279
  equals?: undefined;
@@ -307,9 +307,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
307
307
  bottom?: undefined;
308
308
  endsWith?: undefined;
309
309
  startsWith?: undefined;
310
+ last?: undefined;
310
311
  from?: undefined;
311
312
  to?: undefined;
312
- last?: undefined;
313
313
  next?: undefined;
314
314
  contains?: undefined;
315
315
  equals?: undefined;
@@ -339,9 +339,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
339
339
  bottom?: undefined;
340
340
  endsWith?: undefined;
341
341
  startsWith?: undefined;
342
+ last?: undefined;
342
343
  from?: undefined;
343
344
  to?: undefined;
344
- last?: undefined;
345
345
  next?: undefined;
346
346
  exclude?: undefined;
347
347
  equals?: undefined;
@@ -371,9 +371,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
371
371
  bottom?: undefined;
372
372
  endsWith?: undefined;
373
373
  startsWith?: undefined;
374
+ last?: undefined;
374
375
  from?: undefined;
375
376
  to?: undefined;
376
- last?: undefined;
377
377
  next?: undefined;
378
378
  exclude?: undefined;
379
379
  contains?: undefined;
@@ -403,9 +403,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
403
403
  bottom?: undefined;
404
404
  endsWith?: undefined;
405
405
  startsWith?: undefined;
406
+ last?: undefined;
406
407
  from?: undefined;
407
408
  to?: undefined;
408
- last?: undefined;
409
409
  next?: undefined;
410
410
  exclude?: undefined;
411
411
  contains?: undefined;
@@ -435,9 +435,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
435
435
  bottom?: undefined;
436
436
  endsWith?: undefined;
437
437
  startsWith?: undefined;
438
+ last?: undefined;
438
439
  from?: undefined;
439
440
  to?: undefined;
440
- last?: undefined;
441
441
  next?: undefined;
442
442
  exclude?: undefined;
443
443
  contains?: undefined;
@@ -467,9 +467,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
467
467
  bottom?: undefined;
468
468
  endsWith?: undefined;
469
469
  startsWith?: undefined;
470
+ last?: undefined;
470
471
  from?: undefined;
471
472
  to?: undefined;
472
- last?: undefined;
473
473
  next?: undefined;
474
474
  exclude?: undefined;
475
475
  contains?: undefined;
@@ -499,9 +499,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
499
499
  bottom?: undefined;
500
500
  endsWith?: undefined;
501
501
  startsWith?: undefined;
502
+ last?: undefined;
502
503
  from?: undefined;
503
504
  to?: undefined;
504
- last?: undefined;
505
505
  next?: undefined;
506
506
  exclude?: undefined;
507
507
  contains?: undefined;
@@ -531,9 +531,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
531
531
  bottom?: undefined;
532
532
  endsWith?: undefined;
533
533
  startsWith?: undefined;
534
+ last?: undefined;
534
535
  from?: undefined;
535
536
  to?: undefined;
536
- last?: undefined;
537
537
  next?: undefined;
538
538
  exclude?: undefined;
539
539
  contains?: undefined;
@@ -563,9 +563,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
563
563
  bottom?: undefined;
564
564
  endsWith?: undefined;
565
565
  startsWith?: undefined;
566
+ last?: undefined;
566
567
  from?: undefined;
567
568
  to?: undefined;
568
- last?: undefined;
569
569
  next?: undefined;
570
570
  exclude?: undefined;
571
571
  contains?: undefined;
@@ -595,9 +595,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
595
595
  bottom?: undefined;
596
596
  endsWith?: undefined;
597
597
  startsWith?: undefined;
598
+ last?: undefined;
598
599
  from?: undefined;
599
600
  to?: undefined;
600
- last?: undefined;
601
601
  next?: undefined;
602
602
  exclude?: undefined;
603
603
  contains?: undefined;
@@ -627,9 +627,9 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
627
627
  bottom?: undefined;
628
628
  endsWith?: undefined;
629
629
  startsWith?: undefined;
630
+ last?: undefined;
630
631
  from?: undefined;
631
632
  to?: undefined;
632
- last?: undefined;
633
633
  next?: undefined;
634
634
  exclude?: undefined;
635
635
  contains?: undefined;
@@ -654,39 +654,39 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
654
654
  level?: "string" | undefined;
655
655
  }) | (import("@sisense/sdk-data").NumericFilterJaql & {
656
656
  level?: "string" | undefined;
657
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "top">> & Partial<Record<"bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
657
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "top">> & Partial<Record<"bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
658
658
  level?: "string" | undefined;
659
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "bottom">> & Partial<Record<"top" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
659
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "bottom">> & Partial<Record<"top" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
660
660
  level?: "string" | undefined;
661
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "endsWith">> & Partial<Record<"top" | "bottom" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
661
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "endsWith">> & Partial<Record<"top" | "bottom" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
662
662
  level?: "string" | undefined;
663
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "startsWith">> & Partial<Record<"top" | "bottom" | "endsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
663
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "startsWith">> & Partial<Record<"top" | "bottom" | "endsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
664
664
  level?: "string" | undefined;
665
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "from">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
665
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "last">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
666
666
  level?: "string" | undefined;
667
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "to">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
667
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "from">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
668
668
  level?: "string" | undefined;
669
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "last">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
669
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "to">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
670
670
  level?: "string" | undefined;
671
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "next">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
671
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "next">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
672
672
  level?: "string" | undefined;
673
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "exclude">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
673
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "exclude">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
674
674
  level?: "string" | undefined;
675
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "contains">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
675
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "contains">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
676
676
  level?: "string" | undefined;
677
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "equals">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
677
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "equals">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
678
678
  level?: "string" | undefined;
679
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntEqual">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
679
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntEqual">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
680
680
  level?: "string" | undefined;
681
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "toNotEqual">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
681
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "toNotEqual">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
682
682
  level?: "string" | undefined;
683
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "fromNotEqual">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
683
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "fromNotEqual">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
684
684
  level?: "string" | undefined;
685
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntStartWith">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
685
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntStartWith">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
686
686
  level?: "string" | undefined;
687
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntEndWith">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntContain" | "or" | "and", undefined>> & {
687
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntEndWith">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntContain" | "or" | "and", undefined>> & {
688
688
  level?: "string" | undefined;
689
- }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntContain">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "or" | "and", undefined>> & {
689
+ }) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntContain">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "or" | "and", undefined>> & {
690
690
  level?: "string" | undefined;
691
691
  }) | ({
692
692
  and: (import("@sisense/sdk-data").NumericFilterJaql | import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaql)[];
@@ -728,119 +728,119 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
728
728
  exclude?: {
729
729
  members?: string[] | undefined;
730
730
  } | undefined;
731
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "top">> & Partial<Record<"bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
731
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "top">> & Partial<Record<"bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
732
732
  level?: "string" | undefined;
733
733
  }) | ({
734
734
  turnedOff?: boolean | undefined;
735
735
  exclude?: {
736
736
  members?: string[] | undefined;
737
737
  } | undefined;
738
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "bottom">> & Partial<Record<"top" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
738
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "bottom">> & Partial<Record<"top" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
739
739
  level?: "string" | undefined;
740
740
  }) | ({
741
741
  turnedOff?: boolean | undefined;
742
742
  exclude?: {
743
743
  members?: string[] | undefined;
744
744
  } | undefined;
745
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "endsWith">> & Partial<Record<"top" | "bottom" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
745
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "endsWith">> & Partial<Record<"top" | "bottom" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
746
746
  level?: "string" | undefined;
747
747
  }) | ({
748
748
  turnedOff?: boolean | undefined;
749
749
  exclude?: {
750
750
  members?: string[] | undefined;
751
751
  } | undefined;
752
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "startsWith">> & Partial<Record<"top" | "bottom" | "endsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
752
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "startsWith">> & Partial<Record<"top" | "bottom" | "endsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
753
753
  level?: "string" | undefined;
754
754
  }) | ({
755
755
  turnedOff?: boolean | undefined;
756
756
  exclude?: {
757
757
  members?: string[] | undefined;
758
758
  } | undefined;
759
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "from">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
759
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "last">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
760
760
  level?: "string" | undefined;
761
761
  }) | ({
762
762
  turnedOff?: boolean | undefined;
763
763
  exclude?: {
764
764
  members?: string[] | undefined;
765
765
  } | undefined;
766
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "to">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
766
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "from">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
767
767
  level?: "string" | undefined;
768
768
  }) | ({
769
769
  turnedOff?: boolean | undefined;
770
770
  exclude?: {
771
771
  members?: string[] | undefined;
772
772
  } | undefined;
773
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "last">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
773
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "to">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
774
774
  level?: "string" | undefined;
775
775
  }) | ({
776
776
  turnedOff?: boolean | undefined;
777
777
  exclude?: {
778
778
  members?: string[] | undefined;
779
779
  } | undefined;
780
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "next">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
780
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "next">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
781
781
  level?: "string" | undefined;
782
782
  }) | ({
783
783
  turnedOff?: boolean | undefined;
784
784
  exclude?: {
785
785
  members?: string[] | undefined;
786
786
  } | undefined;
787
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "exclude">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
787
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "exclude">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
788
788
  level?: "string" | undefined;
789
789
  }) | ({
790
790
  turnedOff?: boolean | undefined;
791
791
  exclude?: {
792
792
  members?: string[] | undefined;
793
793
  } | undefined;
794
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "contains">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
794
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "contains">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
795
795
  level?: "string" | undefined;
796
796
  }) | ({
797
797
  turnedOff?: boolean | undefined;
798
798
  exclude?: {
799
799
  members?: string[] | undefined;
800
800
  } | undefined;
801
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "equals">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
801
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "equals">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
802
802
  level?: "string" | undefined;
803
803
  }) | ({
804
804
  turnedOff?: boolean | undefined;
805
805
  exclude?: {
806
806
  members?: string[] | undefined;
807
807
  } | undefined;
808
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntEqual">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
808
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntEqual">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
809
809
  level?: "string" | undefined;
810
810
  }) | ({
811
811
  turnedOff?: boolean | undefined;
812
812
  exclude?: {
813
813
  members?: string[] | undefined;
814
814
  } | undefined;
815
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "toNotEqual">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
815
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "toNotEqual">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
816
816
  level?: "string" | undefined;
817
817
  }) | ({
818
818
  turnedOff?: boolean | undefined;
819
819
  exclude?: {
820
820
  members?: string[] | undefined;
821
821
  } | undefined;
822
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "fromNotEqual">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
822
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "fromNotEqual">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
823
823
  level?: "string" | undefined;
824
824
  }) | ({
825
825
  turnedOff?: boolean | undefined;
826
826
  exclude?: {
827
827
  members?: string[] | undefined;
828
828
  } | undefined;
829
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntStartWith">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
829
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntStartWith">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntEndWith" | "doesntContain" | "or" | "and", undefined>> & {
830
830
  level?: "string" | undefined;
831
831
  }) | ({
832
832
  turnedOff?: boolean | undefined;
833
833
  exclude?: {
834
834
  members?: string[] | undefined;
835
835
  } | undefined;
836
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntEndWith">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntContain" | "or" | "and", undefined>> & {
836
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntEndWith">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntContain" | "or" | "and", undefined>> & {
837
837
  level?: "string" | undefined;
838
838
  }) | ({
839
839
  turnedOff?: boolean | undefined;
840
840
  exclude?: {
841
841
  members?: string[] | undefined;
842
842
  } | undefined;
843
- } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntContain">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "from" | "to" | "last" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "or" | "and", undefined>> & {
843
+ } & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "by" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "doesntContain">> & Partial<Record<"top" | "bottom" | "endsWith" | "startsWith" | "last" | "from" | "to" | "next" | "exclude" | "contains" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "or" | "and", undefined>> & {
844
844
  level?: "string" | undefined;
845
845
  }) | ({
846
846
  turnedOff?: boolean | undefined;
@@ -12,7 +12,7 @@ export type CategoricalFusionLabels = {
12
12
  suffix?: string;
13
13
  labelColor?: string | null;
14
14
  fontSize?: number | null;
15
- fontStyle?: 'normal' | 'italic' | null;
15
+ fontStyle?: 'normal' | 'italic';
16
16
  backgroundColor?: string | null;
17
17
  backgroundPadding?: number | null;
18
18
  borderColor?: string | null;
@@ -33,7 +33,7 @@ export type CategoricalFusionLabelsDto = {
33
33
  suffix: string;
34
34
  labelColor: string | null;
35
35
  fontSize: number | null;
36
- fontStyle: 'normal' | 'italic' | null;
36
+ fontStyle: 'normal' | 'italic';
37
37
  backgroundColor: string | null;
38
38
  backgroundPadding: number;
39
39
  borderColor: string | null;
@@ -82,7 +82,7 @@ export declare const DEFAULT_CATEGORICAL_FUSION_LABEL_FORMATTING: {
82
82
  readonly suffix: "";
83
83
  readonly labelColor: null;
84
84
  readonly fontSize: null;
85
- readonly fontStyle: null;
85
+ readonly fontStyle: "normal";
86
86
  readonly backgroundColor: null;
87
87
  readonly backgroundPadding: 2;
88
88
  readonly borderColor: null;
@@ -5,7 +5,7 @@ export type FusionSeriesLabelAffix = {
5
5
  suffix?: string;
6
6
  color?: string | null;
7
7
  fontSize?: number | null;
8
- fontStyle?: 'normal' | 'italic' | null;
8
+ fontStyle?: 'normal' | 'italic';
9
9
  backgroundColor?: string | null;
10
10
  backgroundPadding?: number | null;
11
11
  borderColor?: string | null;