@sisense/sdk-ui 1.26.0 → 1.27.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 +14 -14
- package/dist/ai.js +483 -484
- package/dist/analytics-composer.cjs +1 -1
- package/dist/analytics-composer.js +3 -3
- package/dist/{derive-chart-family-DOmv279l.cjs → derive-chart-family-BXkBWhAA.cjs} +48 -48
- package/dist/{derive-chart-family-ZvvF5lty.js → derive-chart-family-DRBbYXus.js} +4180 -4105
- package/dist/index.cjs +103 -60
- package/dist/index.js +5192 -4994
- package/dist/packages/sdk-ui/src/charts/indicator/indicator-legacy-chart-options/override-with-theme-settings.d.ts +2 -2
- package/dist/packages/sdk-ui/src/charts/indicator/indicator-render-options.d.ts +52 -0
- package/dist/packages/sdk-ui/src/common/icons/edit-pencil-icon.d.ts +3 -0
- package/dist/packages/sdk-ui/src/dashboard/dashboard-by-id.d.ts +1 -2
- package/dist/packages/sdk-ui/src/dashboard/dashboard.d.ts +1 -2
- package/dist/packages/sdk-ui/src/filters/components/common/filter-content-display.d.ts +5 -0
- package/dist/packages/sdk-ui/src/filters/components/common/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/custom-filter-tile.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/date-filter/relative-date-filter-tile/relative-date-filter-tile.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-tile.d.ts +1 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/filter-relations-tile/filter-relations-tile.d.ts +9 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/filter-relations-tile/filter-relations-tooltip.d.ts +8 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/filter-relations-tile/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/filter-relations-tile/tooltip-utils.d.ts +11 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/filters-panel-tile.d.ts +3 -1
- package/dist/packages/sdk-ui/src/filters/components/icons/cube-icon.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/icons/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/filters/components/member-filter-tile/member-filter-tile.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/unsupported-filter-tile.d.ts +3 -1
- package/dist/packages/sdk-ui/src/indicator-canvas.d.ts +6 -0
- package/dist/packages/sdk-ui/src/models/dashboard/use-get-dashboard-model.d.ts +1 -1
- package/dist/packages/sdk-ui/src/models/dashboard/use-get-dashboard-models.d.ts +1 -1
- package/dist/packages/sdk-ui/src/props.d.ts +47 -3
- package/dist/packages/sdk-ui/src/theme-provider/fonts-loader/use-fonts-loader.d.ts +4 -1
- package/dist/packages/sdk-ui/src/translation/resources/en.d.ts +21 -0
- package/dist/packages/sdk-ui/src/translation/resources/index.d.ts +42 -0
- package/dist/packages/sdk-ui/src/types.d.ts +1 -0
- package/dist/packages/sdk-ui/src/utils/filter-relations.d.ts +22 -1
- package/dist/packages/sdk-ui/src/utils/filters-comparator.d.ts +1 -1
- package/dist/packages/sdk-ui/src/utils/measures-comparator.d.ts +5 -0
- package/dist/packages/sdk-ui/src/widget-by-id/translate-dashboard-filters.d.ts +444 -444
- package/dist/packages/sdk-ui/src/widget-by-id/translate-widget-filters.d.ts +53 -53
- package/dist/{useQuery-BtpTzoxI.js → useQuery-BWxPQevB.js} +8232 -8172
- package/dist/{useQuery-9lk4MNnb.cjs → useQuery-DHk01evX.cjs} +128 -135
- package/dist/{widget-composer-ygehKLLR.js → widget-composer-BBhoRRAJ.js} +4 -4
- package/dist/{widget-composer-DbpSzSub.cjs → widget-composer-Dwta0nDD.cjs} +1 -1
- package/package.json +7 -7
- /package/dist/packages/sdk-ui/src/{charts/indicator/indicator-legacy-chart-options/utils → utils}/override-with-custom-settings.d.ts +0 -0
|
@@ -30,10 +30,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
30
30
|
'>='?: (number | import("@sisense/sdk-data").FormulaJaql) | undefined;
|
|
31
31
|
'<='?: (number | import("@sisense/sdk-data").FormulaJaql) | undefined;
|
|
32
32
|
} | {
|
|
33
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
33
34
|
custom?: boolean | undefined;
|
|
34
35
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
35
36
|
members?: string[] | undefined;
|
|
36
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
37
37
|
multiSelection?: boolean | undefined;
|
|
38
38
|
isNotCurrentPeriod?: boolean | undefined;
|
|
39
39
|
isAdvanced?: boolean | undefined;
|
|
@@ -62,10 +62,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
62
62
|
doesntEndWith?: undefined;
|
|
63
63
|
doesntContain?: undefined;
|
|
64
64
|
} | {
|
|
65
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
65
66
|
custom?: boolean | undefined;
|
|
66
67
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
67
68
|
members?: string[] | undefined;
|
|
68
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
69
69
|
multiSelection?: boolean | undefined;
|
|
70
70
|
isNotCurrentPeriod?: boolean | undefined;
|
|
71
71
|
isAdvanced?: boolean | undefined;
|
|
@@ -94,10 +94,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
94
94
|
doesntEndWith?: undefined;
|
|
95
95
|
doesntContain?: undefined;
|
|
96
96
|
} | {
|
|
97
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
97
98
|
custom?: boolean | undefined;
|
|
98
99
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
99
100
|
members?: string[] | undefined;
|
|
100
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
101
101
|
multiSelection?: boolean | undefined;
|
|
102
102
|
isNotCurrentPeriod?: boolean | undefined;
|
|
103
103
|
isAdvanced?: boolean | undefined;
|
|
@@ -126,10 +126,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
126
126
|
doesntEndWith?: undefined;
|
|
127
127
|
doesntContain?: undefined;
|
|
128
128
|
} | {
|
|
129
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
129
130
|
custom?: boolean | undefined;
|
|
130
131
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
131
132
|
members?: string[] | undefined;
|
|
132
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
133
133
|
multiSelection?: boolean | undefined;
|
|
134
134
|
isNotCurrentPeriod?: boolean | undefined;
|
|
135
135
|
isAdvanced?: boolean | undefined;
|
|
@@ -158,10 +158,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
158
158
|
doesntEndWith?: undefined;
|
|
159
159
|
doesntContain?: undefined;
|
|
160
160
|
} | {
|
|
161
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
161
162
|
custom?: boolean | undefined;
|
|
162
163
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
163
164
|
members?: string[] | undefined;
|
|
164
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
165
165
|
multiSelection?: boolean | undefined;
|
|
166
166
|
isNotCurrentPeriod?: boolean | undefined;
|
|
167
167
|
isAdvanced?: boolean | undefined;
|
|
@@ -190,10 +190,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
190
190
|
doesntEndWith?: undefined;
|
|
191
191
|
doesntContain?: undefined;
|
|
192
192
|
} | {
|
|
193
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
193
194
|
custom?: boolean | undefined;
|
|
194
195
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
195
196
|
members?: string[] | undefined;
|
|
196
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
197
197
|
multiSelection?: boolean | undefined;
|
|
198
198
|
isNotCurrentPeriod?: boolean | undefined;
|
|
199
199
|
isAdvanced?: boolean | undefined;
|
|
@@ -222,10 +222,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
222
222
|
doesntEndWith?: undefined;
|
|
223
223
|
doesntContain?: undefined;
|
|
224
224
|
} | {
|
|
225
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
225
226
|
custom?: boolean | undefined;
|
|
226
227
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
227
228
|
members?: string[] | undefined;
|
|
228
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
229
229
|
multiSelection?: boolean | undefined;
|
|
230
230
|
isNotCurrentPeriod?: boolean | undefined;
|
|
231
231
|
isAdvanced?: boolean | undefined;
|
|
@@ -254,10 +254,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
254
254
|
doesntEndWith?: undefined;
|
|
255
255
|
doesntContain?: undefined;
|
|
256
256
|
} | {
|
|
257
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
257
258
|
custom?: boolean | undefined;
|
|
258
259
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
259
260
|
members?: string[] | undefined;
|
|
260
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
261
261
|
multiSelection?: boolean | undefined;
|
|
262
262
|
isNotCurrentPeriod?: boolean | undefined;
|
|
263
263
|
isAdvanced?: boolean | undefined;
|
|
@@ -286,10 +286,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
286
286
|
doesntEndWith?: undefined;
|
|
287
287
|
doesntContain?: undefined;
|
|
288
288
|
} | {
|
|
289
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
289
290
|
custom?: boolean | undefined;
|
|
290
291
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
291
292
|
members?: string[] | undefined;
|
|
292
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
293
293
|
multiSelection?: boolean | undefined;
|
|
294
294
|
isNotCurrentPeriod?: boolean | undefined;
|
|
295
295
|
isAdvanced?: boolean | undefined;
|
|
@@ -318,10 +318,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
318
318
|
doesntEndWith?: undefined;
|
|
319
319
|
doesntContain?: undefined;
|
|
320
320
|
} | {
|
|
321
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
321
322
|
custom?: boolean | undefined;
|
|
322
323
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
323
324
|
members?: string[] | undefined;
|
|
324
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
325
325
|
multiSelection?: boolean | undefined;
|
|
326
326
|
isNotCurrentPeriod?: boolean | undefined;
|
|
327
327
|
isAdvanced?: boolean | undefined;
|
|
@@ -350,10 +350,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
350
350
|
doesntEndWith?: undefined;
|
|
351
351
|
doesntContain?: undefined;
|
|
352
352
|
} | {
|
|
353
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
353
354
|
custom?: boolean | undefined;
|
|
354
355
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
355
356
|
members?: string[] | undefined;
|
|
356
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
357
357
|
multiSelection?: boolean | undefined;
|
|
358
358
|
isNotCurrentPeriod?: boolean | undefined;
|
|
359
359
|
isAdvanced?: boolean | undefined;
|
|
@@ -382,10 +382,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
382
382
|
doesntEndWith?: undefined;
|
|
383
383
|
doesntContain?: undefined;
|
|
384
384
|
} | {
|
|
385
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
385
386
|
custom?: boolean | undefined;
|
|
386
387
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
387
388
|
members?: string[] | undefined;
|
|
388
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
389
389
|
multiSelection?: boolean | undefined;
|
|
390
390
|
isNotCurrentPeriod?: boolean | undefined;
|
|
391
391
|
isAdvanced?: boolean | undefined;
|
|
@@ -418,10 +418,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
418
418
|
doesntEndWith?: undefined;
|
|
419
419
|
doesntContain?: undefined;
|
|
420
420
|
} | {
|
|
421
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
421
422
|
custom?: boolean | undefined;
|
|
422
423
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
423
424
|
members?: string[] | undefined;
|
|
424
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
425
425
|
multiSelection?: boolean | undefined;
|
|
426
426
|
isNotCurrentPeriod?: boolean | undefined;
|
|
427
427
|
isAdvanced?: boolean | undefined;
|
|
@@ -450,10 +450,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
450
450
|
doesntEndWith?: undefined;
|
|
451
451
|
doesntContain?: undefined;
|
|
452
452
|
} | {
|
|
453
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
453
454
|
custom?: boolean | undefined;
|
|
454
455
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
455
456
|
members?: string[] | undefined;
|
|
456
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
457
457
|
multiSelection?: boolean | undefined;
|
|
458
458
|
isNotCurrentPeriod?: boolean | undefined;
|
|
459
459
|
isAdvanced?: boolean | undefined;
|
|
@@ -482,10 +482,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
482
482
|
doesntEndWith?: undefined;
|
|
483
483
|
doesntContain?: undefined;
|
|
484
484
|
} | {
|
|
485
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
485
486
|
custom?: boolean | undefined;
|
|
486
487
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
487
488
|
members?: string[] | undefined;
|
|
488
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
489
489
|
multiSelection?: boolean | undefined;
|
|
490
490
|
isNotCurrentPeriod?: boolean | undefined;
|
|
491
491
|
isAdvanced?: boolean | undefined;
|
|
@@ -514,10 +514,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
514
514
|
doesntEndWith?: undefined;
|
|
515
515
|
doesntContain?: undefined;
|
|
516
516
|
} | {
|
|
517
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
517
518
|
custom?: boolean | undefined;
|
|
518
519
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
519
520
|
members?: string[] | undefined;
|
|
520
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
521
521
|
multiSelection?: boolean | undefined;
|
|
522
522
|
isNotCurrentPeriod?: boolean | undefined;
|
|
523
523
|
isAdvanced?: boolean | undefined;
|
|
@@ -546,10 +546,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
546
546
|
doesntEndWith?: undefined;
|
|
547
547
|
doesntContain?: undefined;
|
|
548
548
|
} | {
|
|
549
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
549
550
|
custom?: boolean | undefined;
|
|
550
551
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
551
552
|
members?: string[] | undefined;
|
|
552
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
553
553
|
multiSelection?: boolean | undefined;
|
|
554
554
|
isNotCurrentPeriod?: boolean | undefined;
|
|
555
555
|
isAdvanced?: boolean | undefined;
|
|
@@ -578,10 +578,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
578
578
|
doesntEndWith?: undefined;
|
|
579
579
|
doesntContain?: undefined;
|
|
580
580
|
} | {
|
|
581
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
581
582
|
custom?: boolean | undefined;
|
|
582
583
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
583
584
|
members?: string[] | undefined;
|
|
584
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
585
585
|
multiSelection?: boolean | undefined;
|
|
586
586
|
isNotCurrentPeriod?: boolean | undefined;
|
|
587
587
|
isAdvanced?: boolean | undefined;
|
|
@@ -610,10 +610,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
610
610
|
doesntStartWith?: undefined;
|
|
611
611
|
doesntContain?: undefined;
|
|
612
612
|
} | {
|
|
613
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
613
614
|
custom?: boolean | undefined;
|
|
614
615
|
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").FilterType | undefined;
|
|
615
616
|
members?: string[] | undefined;
|
|
616
|
-
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").RankingFilterJaql | undefined;
|
|
617
617
|
multiSelection?: boolean | undefined;
|
|
618
618
|
isNotCurrentPeriod?: boolean | undefined;
|
|
619
619
|
isAdvanced?: boolean | 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" | "
|
|
657
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
658
658
|
level?: "string" | undefined;
|
|
659
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
659
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
660
660
|
level?: "string" | undefined;
|
|
661
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
661
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
662
662
|
level?: "string" | undefined;
|
|
663
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
663
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
664
664
|
level?: "string" | undefined;
|
|
665
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
665
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
666
666
|
level?: "string" | undefined;
|
|
667
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
667
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
668
668
|
level?: "string" | undefined;
|
|
669
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
669
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
670
670
|
level?: "string" | undefined;
|
|
671
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
671
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
672
672
|
level?: "string" | undefined;
|
|
673
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
673
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
674
674
|
level?: "string" | undefined;
|
|
675
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
675
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
676
676
|
level?: "string" | undefined;
|
|
677
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
677
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
678
678
|
level?: "string" | undefined;
|
|
679
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
679
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
680
680
|
level?: "string" | undefined;
|
|
681
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
681
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
682
682
|
level?: "string" | undefined;
|
|
683
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
683
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
684
684
|
level?: "string" | undefined;
|
|
685
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
685
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
686
686
|
level?: "string" | undefined;
|
|
687
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
687
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntContain", undefined>> & {
|
|
688
688
|
level?: "string" | undefined;
|
|
689
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "
|
|
689
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith", 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" | "
|
|
731
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
738
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
745
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
752
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
759
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
766
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
773
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
780
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
787
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
794
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
801
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
808
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
815
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
822
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", 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" | "
|
|
829
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntEndWith" | "doesntContain", 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" | "
|
|
836
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntContain", 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" | "
|
|
843
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types.js").ConditionFilterJaqlOptions, "filter" | "by" | "custom" | "filterType" | "members" | "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<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith", undefined>> & {
|
|
844
844
|
level?: "string" | undefined;
|
|
845
845
|
}) | ({
|
|
846
846
|
turnedOff?: boolean | undefined;
|