@sisense/sdk-ui 1.18.1 → 1.19.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 +1 -1
- package/dist/ai.js +32 -32
- package/dist/analytics-composer.cjs +1 -1
- package/dist/analytics-composer.js +1 -1
- package/dist/app/settings/settings.d.ts +1 -1
- package/dist/chart-data/cartesian-data.d.ts +6 -0
- package/dist/chart-data-options/utils.d.ts +3 -0
- package/dist/chart-options-processor/apply-event-handlers.d.ts +2 -1
- package/dist/chart-options-processor/data-points.d.ts +10 -0
- package/dist/charts/map-charts/areamap/areamap-utils.d.ts +11 -0
- package/dist/charts/map-charts/scattermap/utils/location.d.ts +2 -2
- package/dist/common/components/loading-indicator.d.ts +1 -150
- package/dist/common-filters/selection-utils.d.ts +3 -3
- package/dist/dashboard/utils.d.ts +0 -1
- package/dist/dashboard-widget/translate-dashboard-filters.d.ts +446 -450
- package/dist/dashboard-widget/translate-widget-filters.d.ts +53 -53
- package/dist/dashboard-widget/translate-widget-style-options.d.ts +3 -3
- package/dist/dashboard-widget/types.d.ts +55 -5
- package/dist/dashboard-widget/utils.d.ts +3 -1
- package/dist/{get-widget-options-DJexR5_Z.js → get-widget-options-ClnEbAD8.js} +3700 -3685
- package/dist/{get-widget-options-CDWzHX-s.cjs → get-widget-options-CzFDw_pX.cjs} +76 -76
- package/dist/index.cjs +184 -172
- package/dist/index.d.ts +4 -1
- package/dist/index.js +12483 -11919
- package/dist/models/widget/widget-model.d.ts +18 -2
- package/dist/plugins-provider/custom-plugins-provider.d.ts +24 -0
- package/dist/plugins-provider/index.d.ts +2 -0
- package/dist/plugins-provider/plugins-context.d.ts +9 -0
- package/dist/plugins-provider/plugins-provider.d.ts +15 -0
- package/dist/plugins-provider/types.d.ts +8 -0
- package/dist/props.d.ts +10 -1
- package/dist/sisense-chart/types.d.ts +1 -2
- package/dist/theme-provider/fonts-loader/fonts-loader.d.ts +5 -0
- package/dist/theme-provider/fonts-loader/use-fonts-loader.d.ts +2 -0
- package/dist/themes/legacy-design-settings.d.ts +1 -1
- package/dist/themes/theme-loader.d.ts +1 -1
- package/dist/translation/resources/en.d.ts +2 -1
- package/dist/translation/resources/index.d.ts +4 -2
- package/dist/types.d.ts +145 -13
- package/dist/{useQuery-CvKBErf7.js → useQuery-CHAg2bkd.js} +10626 -10286
- package/dist/useQuery-CV4-tm99.cjs +440 -0
- package/dist/utils/filters.d.ts +1 -3
- package/dist/utils/utility-types.d.ts +4 -0
- package/dist/widgets/text-widget.d.ts +4 -0
- package/package.json +9 -7
- package/dist/dashboard/components/plugin-service.d.ts +0 -21
- package/dist/useQuery-Jw0_qpdz.cjs +0 -433
|
@@ -29,10 +29,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
29
29
|
'<='?: (number | import("@sisense/sdk-data").FormulaJaql) | undefined;
|
|
30
30
|
} | {
|
|
31
31
|
custom?: boolean | undefined;
|
|
32
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
32
33
|
members?: string[] | undefined;
|
|
33
34
|
multiSelection?: boolean | undefined;
|
|
34
35
|
isNotCurrentPeriod?: boolean | undefined;
|
|
35
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
36
36
|
isAdvanced?: boolean | undefined;
|
|
37
37
|
rankingMessage?: string | undefined;
|
|
38
38
|
isBetween?: boolean | undefined;
|
|
@@ -61,10 +61,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
61
61
|
doesntContain?: undefined;
|
|
62
62
|
} | {
|
|
63
63
|
custom?: boolean | undefined;
|
|
64
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
64
65
|
members?: string[] | undefined;
|
|
65
66
|
multiSelection?: boolean | undefined;
|
|
66
67
|
isNotCurrentPeriod?: boolean | undefined;
|
|
67
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
68
68
|
isAdvanced?: boolean | undefined;
|
|
69
69
|
rankingMessage?: string | undefined;
|
|
70
70
|
isBetween?: boolean | undefined;
|
|
@@ -93,10 +93,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
93
93
|
doesntContain?: undefined;
|
|
94
94
|
} | {
|
|
95
95
|
custom?: boolean | undefined;
|
|
96
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
96
97
|
members?: string[] | undefined;
|
|
97
98
|
multiSelection?: boolean | undefined;
|
|
98
99
|
isNotCurrentPeriod?: boolean | undefined;
|
|
99
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
100
100
|
isAdvanced?: boolean | undefined;
|
|
101
101
|
rankingMessage?: string | undefined;
|
|
102
102
|
isBetween?: boolean | undefined;
|
|
@@ -125,10 +125,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
125
125
|
doesntContain?: undefined;
|
|
126
126
|
} | {
|
|
127
127
|
custom?: boolean | undefined;
|
|
128
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
128
129
|
members?: string[] | undefined;
|
|
129
130
|
multiSelection?: boolean | undefined;
|
|
130
131
|
isNotCurrentPeriod?: boolean | undefined;
|
|
131
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
132
132
|
isAdvanced?: boolean | undefined;
|
|
133
133
|
rankingMessage?: string | undefined;
|
|
134
134
|
isBetween?: boolean | undefined;
|
|
@@ -157,10 +157,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
157
157
|
doesntContain?: undefined;
|
|
158
158
|
} | {
|
|
159
159
|
custom?: boolean | undefined;
|
|
160
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
160
161
|
members?: string[] | undefined;
|
|
161
162
|
multiSelection?: boolean | undefined;
|
|
162
163
|
isNotCurrentPeriod?: boolean | undefined;
|
|
163
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
164
164
|
isAdvanced?: boolean | undefined;
|
|
165
165
|
rankingMessage?: string | undefined;
|
|
166
166
|
isBetween?: boolean | undefined;
|
|
@@ -189,10 +189,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
189
189
|
doesntContain?: undefined;
|
|
190
190
|
} | {
|
|
191
191
|
custom?: boolean | undefined;
|
|
192
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
192
193
|
members?: string[] | undefined;
|
|
193
194
|
multiSelection?: boolean | undefined;
|
|
194
195
|
isNotCurrentPeriod?: boolean | undefined;
|
|
195
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
196
196
|
isAdvanced?: boolean | undefined;
|
|
197
197
|
rankingMessage?: string | undefined;
|
|
198
198
|
isBetween?: boolean | undefined;
|
|
@@ -221,10 +221,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
221
221
|
doesntContain?: undefined;
|
|
222
222
|
} | {
|
|
223
223
|
custom?: boolean | undefined;
|
|
224
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
224
225
|
members?: string[] | undefined;
|
|
225
226
|
multiSelection?: boolean | undefined;
|
|
226
227
|
isNotCurrentPeriod?: boolean | undefined;
|
|
227
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
228
228
|
isAdvanced?: boolean | undefined;
|
|
229
229
|
rankingMessage?: string | undefined;
|
|
230
230
|
isBetween?: boolean | undefined;
|
|
@@ -253,10 +253,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
253
253
|
doesntContain?: undefined;
|
|
254
254
|
} | {
|
|
255
255
|
custom?: boolean | undefined;
|
|
256
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
256
257
|
members?: string[] | undefined;
|
|
257
258
|
multiSelection?: boolean | undefined;
|
|
258
259
|
isNotCurrentPeriod?: boolean | undefined;
|
|
259
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
260
260
|
isAdvanced?: boolean | undefined;
|
|
261
261
|
rankingMessage?: string | undefined;
|
|
262
262
|
isBetween?: boolean | undefined;
|
|
@@ -285,10 +285,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
285
285
|
doesntContain?: undefined;
|
|
286
286
|
} | {
|
|
287
287
|
custom?: boolean | undefined;
|
|
288
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
288
289
|
members?: string[] | undefined;
|
|
289
290
|
multiSelection?: boolean | undefined;
|
|
290
291
|
isNotCurrentPeriod?: boolean | undefined;
|
|
291
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
292
292
|
isAdvanced?: boolean | undefined;
|
|
293
293
|
rankingMessage?: string | undefined;
|
|
294
294
|
isBetween?: boolean | undefined;
|
|
@@ -317,10 +317,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
317
317
|
doesntContain?: undefined;
|
|
318
318
|
} | {
|
|
319
319
|
custom?: boolean | undefined;
|
|
320
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
320
321
|
members?: string[] | undefined;
|
|
321
322
|
multiSelection?: boolean | undefined;
|
|
322
323
|
isNotCurrentPeriod?: boolean | undefined;
|
|
323
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
324
324
|
isAdvanced?: boolean | undefined;
|
|
325
325
|
rankingMessage?: string | undefined;
|
|
326
326
|
isBetween?: boolean | undefined;
|
|
@@ -349,10 +349,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
349
349
|
doesntContain?: undefined;
|
|
350
350
|
} | {
|
|
351
351
|
custom?: boolean | undefined;
|
|
352
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
352
353
|
members?: string[] | undefined;
|
|
353
354
|
multiSelection?: boolean | undefined;
|
|
354
355
|
isNotCurrentPeriod?: boolean | undefined;
|
|
355
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
356
356
|
isAdvanced?: boolean | undefined;
|
|
357
357
|
rankingMessage?: string | undefined;
|
|
358
358
|
isBetween?: boolean | undefined;
|
|
@@ -381,10 +381,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
381
381
|
doesntContain?: undefined;
|
|
382
382
|
} | {
|
|
383
383
|
custom?: boolean | undefined;
|
|
384
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
384
385
|
members?: string[] | undefined;
|
|
385
386
|
multiSelection?: boolean | undefined;
|
|
386
387
|
isNotCurrentPeriod?: boolean | undefined;
|
|
387
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
388
388
|
isAdvanced?: boolean | undefined;
|
|
389
389
|
rankingMessage?: string | undefined;
|
|
390
390
|
isBetween?: boolean | undefined;
|
|
@@ -417,10 +417,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
417
417
|
doesntContain?: undefined;
|
|
418
418
|
} | {
|
|
419
419
|
custom?: boolean | undefined;
|
|
420
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
420
421
|
members?: string[] | undefined;
|
|
421
422
|
multiSelection?: boolean | undefined;
|
|
422
423
|
isNotCurrentPeriod?: boolean | undefined;
|
|
423
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
424
424
|
isAdvanced?: boolean | undefined;
|
|
425
425
|
rankingMessage?: string | undefined;
|
|
426
426
|
isBetween?: boolean | undefined;
|
|
@@ -449,10 +449,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
449
449
|
doesntContain?: undefined;
|
|
450
450
|
} | {
|
|
451
451
|
custom?: boolean | undefined;
|
|
452
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
452
453
|
members?: string[] | undefined;
|
|
453
454
|
multiSelection?: boolean | undefined;
|
|
454
455
|
isNotCurrentPeriod?: boolean | undefined;
|
|
455
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
456
456
|
isAdvanced?: boolean | undefined;
|
|
457
457
|
rankingMessage?: string | undefined;
|
|
458
458
|
isBetween?: boolean | undefined;
|
|
@@ -481,10 +481,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
481
481
|
doesntContain?: undefined;
|
|
482
482
|
} | {
|
|
483
483
|
custom?: boolean | undefined;
|
|
484
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
484
485
|
members?: string[] | undefined;
|
|
485
486
|
multiSelection?: boolean | undefined;
|
|
486
487
|
isNotCurrentPeriod?: boolean | undefined;
|
|
487
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
488
488
|
isAdvanced?: boolean | undefined;
|
|
489
489
|
rankingMessage?: string | undefined;
|
|
490
490
|
isBetween?: boolean | undefined;
|
|
@@ -513,10 +513,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
513
513
|
doesntContain?: undefined;
|
|
514
514
|
} | {
|
|
515
515
|
custom?: boolean | undefined;
|
|
516
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
516
517
|
members?: string[] | undefined;
|
|
517
518
|
multiSelection?: boolean | undefined;
|
|
518
519
|
isNotCurrentPeriod?: boolean | undefined;
|
|
519
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
520
520
|
isAdvanced?: boolean | undefined;
|
|
521
521
|
rankingMessage?: string | undefined;
|
|
522
522
|
isBetween?: boolean | undefined;
|
|
@@ -545,10 +545,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
545
545
|
doesntContain?: undefined;
|
|
546
546
|
} | {
|
|
547
547
|
custom?: boolean | undefined;
|
|
548
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
548
549
|
members?: string[] | undefined;
|
|
549
550
|
multiSelection?: boolean | undefined;
|
|
550
551
|
isNotCurrentPeriod?: boolean | undefined;
|
|
551
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
552
552
|
isAdvanced?: boolean | undefined;
|
|
553
553
|
rankingMessage?: string | undefined;
|
|
554
554
|
isBetween?: boolean | undefined;
|
|
@@ -577,10 +577,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
577
577
|
doesntContain?: undefined;
|
|
578
578
|
} | {
|
|
579
579
|
custom?: boolean | undefined;
|
|
580
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
580
581
|
members?: string[] | undefined;
|
|
581
582
|
multiSelection?: boolean | undefined;
|
|
582
583
|
isNotCurrentPeriod?: boolean | undefined;
|
|
583
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
584
584
|
isAdvanced?: boolean | undefined;
|
|
585
585
|
rankingMessage?: string | undefined;
|
|
586
586
|
isBetween?: boolean | undefined;
|
|
@@ -609,10 +609,10 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
609
609
|
doesntContain?: undefined;
|
|
610
610
|
} | {
|
|
611
611
|
custom?: boolean | undefined;
|
|
612
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
612
613
|
members?: string[] | undefined;
|
|
613
614
|
multiSelection?: boolean | undefined;
|
|
614
615
|
isNotCurrentPeriod?: boolean | undefined;
|
|
615
|
-
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
616
616
|
isAdvanced?: boolean | undefined;
|
|
617
617
|
rankingMessage?: string | undefined;
|
|
618
618
|
isBetween?: boolean | undefined;
|
|
@@ -652,39 +652,39 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
652
652
|
level?: "string" | undefined;
|
|
653
653
|
}) | (import("@sisense/sdk-data").JaqlNumericFilter & {
|
|
654
654
|
level?: "string" | undefined;
|
|
655
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
655
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "endsWith">> & Partial<Record<"startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
656
656
|
level?: "string" | undefined;
|
|
657
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
657
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "startsWith">> & Partial<Record<"endsWith" | "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").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
659
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "top">> & Partial<Record<"endsWith" | "startsWith" | "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").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
661
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "bottom">> & Partial<Record<"endsWith" | "startsWith" | "top" | "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").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
663
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "contains">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "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").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
665
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "from">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "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").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
667
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "to">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "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").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
669
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "last">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "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").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
671
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "next">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "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").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
673
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "exclude">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "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").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
675
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "equals">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
676
676
|
level?: "string" | undefined;
|
|
677
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
677
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "doesntEqual">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
678
678
|
level?: "string" | undefined;
|
|
679
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
679
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "toNotEqual">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
680
680
|
level?: "string" | undefined;
|
|
681
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
681
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "fromNotEqual">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
682
682
|
level?: "string" | undefined;
|
|
683
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
683
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "doesntStartWith">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
684
684
|
level?: "string" | undefined;
|
|
685
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
685
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "doesntEndWith">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntContain", undefined>> & {
|
|
686
686
|
level?: "string" | undefined;
|
|
687
|
-
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
687
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "doesntContain">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith", undefined>> & {
|
|
688
688
|
level?: "string" | undefined;
|
|
689
689
|
}) | ({
|
|
690
690
|
and: (import("@sisense/sdk-data").JaqlNumericFilter | import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaql)[];
|
|
@@ -726,119 +726,119 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
726
726
|
exclude?: {
|
|
727
727
|
members?: string[] | undefined;
|
|
728
728
|
} | undefined;
|
|
729
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
729
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "endsWith">> & Partial<Record<"startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
730
730
|
level?: "string" | undefined;
|
|
731
731
|
}) | ({
|
|
732
732
|
turnedOff?: boolean | undefined;
|
|
733
733
|
exclude?: {
|
|
734
734
|
members?: string[] | undefined;
|
|
735
735
|
} | undefined;
|
|
736
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
736
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "startsWith">> & Partial<Record<"endsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
737
737
|
level?: "string" | undefined;
|
|
738
738
|
}) | ({
|
|
739
739
|
turnedOff?: boolean | undefined;
|
|
740
740
|
exclude?: {
|
|
741
741
|
members?: string[] | undefined;
|
|
742
742
|
} | undefined;
|
|
743
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
743
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "top">> & Partial<Record<"endsWith" | "startsWith" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
744
744
|
level?: "string" | undefined;
|
|
745
745
|
}) | ({
|
|
746
746
|
turnedOff?: boolean | undefined;
|
|
747
747
|
exclude?: {
|
|
748
748
|
members?: string[] | undefined;
|
|
749
749
|
} | undefined;
|
|
750
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
750
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "bottom">> & Partial<Record<"endsWith" | "startsWith" | "top" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
751
751
|
level?: "string" | undefined;
|
|
752
752
|
}) | ({
|
|
753
753
|
turnedOff?: boolean | undefined;
|
|
754
754
|
exclude?: {
|
|
755
755
|
members?: string[] | undefined;
|
|
756
756
|
} | undefined;
|
|
757
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
757
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "contains">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
758
758
|
level?: "string" | undefined;
|
|
759
759
|
}) | ({
|
|
760
760
|
turnedOff?: boolean | undefined;
|
|
761
761
|
exclude?: {
|
|
762
762
|
members?: string[] | undefined;
|
|
763
763
|
} | undefined;
|
|
764
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
764
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "from">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
765
765
|
level?: "string" | undefined;
|
|
766
766
|
}) | ({
|
|
767
767
|
turnedOff?: boolean | undefined;
|
|
768
768
|
exclude?: {
|
|
769
769
|
members?: string[] | undefined;
|
|
770
770
|
} | undefined;
|
|
771
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
771
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "to">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
772
772
|
level?: "string" | undefined;
|
|
773
773
|
}) | ({
|
|
774
774
|
turnedOff?: boolean | undefined;
|
|
775
775
|
exclude?: {
|
|
776
776
|
members?: string[] | undefined;
|
|
777
777
|
} | undefined;
|
|
778
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
778
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "last">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
779
779
|
level?: "string" | undefined;
|
|
780
780
|
}) | ({
|
|
781
781
|
turnedOff?: boolean | undefined;
|
|
782
782
|
exclude?: {
|
|
783
783
|
members?: string[] | undefined;
|
|
784
784
|
} | undefined;
|
|
785
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
785
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "next">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
786
786
|
level?: "string" | undefined;
|
|
787
787
|
}) | ({
|
|
788
788
|
turnedOff?: boolean | undefined;
|
|
789
789
|
exclude?: {
|
|
790
790
|
members?: string[] | undefined;
|
|
791
791
|
} | undefined;
|
|
792
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
792
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "exclude">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
793
793
|
level?: "string" | undefined;
|
|
794
794
|
}) | ({
|
|
795
795
|
turnedOff?: boolean | undefined;
|
|
796
796
|
exclude?: {
|
|
797
797
|
members?: string[] | undefined;
|
|
798
798
|
} | undefined;
|
|
799
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
799
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "equals">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
800
800
|
level?: "string" | undefined;
|
|
801
801
|
}) | ({
|
|
802
802
|
turnedOff?: boolean | undefined;
|
|
803
803
|
exclude?: {
|
|
804
804
|
members?: string[] | undefined;
|
|
805
805
|
} | undefined;
|
|
806
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
806
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "doesntEqual">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
807
807
|
level?: "string" | undefined;
|
|
808
808
|
}) | ({
|
|
809
809
|
turnedOff?: boolean | undefined;
|
|
810
810
|
exclude?: {
|
|
811
811
|
members?: string[] | undefined;
|
|
812
812
|
} | undefined;
|
|
813
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
813
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "toNotEqual">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
814
814
|
level?: "string" | undefined;
|
|
815
815
|
}) | ({
|
|
816
816
|
turnedOff?: boolean | undefined;
|
|
817
817
|
exclude?: {
|
|
818
818
|
members?: string[] | undefined;
|
|
819
819
|
} | undefined;
|
|
820
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
820
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "fromNotEqual">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "doesntStartWith" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
821
821
|
level?: "string" | undefined;
|
|
822
822
|
}) | ({
|
|
823
823
|
turnedOff?: boolean | undefined;
|
|
824
824
|
exclude?: {
|
|
825
825
|
members?: string[] | undefined;
|
|
826
826
|
} | undefined;
|
|
827
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
827
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "doesntStartWith">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntEndWith" | "doesntContain", undefined>> & {
|
|
828
828
|
level?: "string" | undefined;
|
|
829
829
|
}) | ({
|
|
830
830
|
turnedOff?: boolean | undefined;
|
|
831
831
|
exclude?: {
|
|
832
832
|
members?: string[] | undefined;
|
|
833
833
|
} | undefined;
|
|
834
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
834
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "doesntEndWith">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntContain", undefined>> & {
|
|
835
835
|
level?: "string" | undefined;
|
|
836
836
|
}) | ({
|
|
837
837
|
turnedOff?: boolean | undefined;
|
|
838
838
|
exclude?: {
|
|
839
839
|
members?: string[] | undefined;
|
|
840
840
|
} | undefined;
|
|
841
|
-
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "
|
|
841
|
+
} & Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "filter" | "custom" | "filterType" | "members" | "multiSelection" | "isNotCurrentPeriod" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "isCondition" | "by"> & Required<Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "doesntContain">> & Partial<Record<"endsWith" | "startsWith" | "top" | "bottom" | "contains" | "or" | "and" | "from" | "to" | "last" | "next" | "exclude" | "equals" | "doesntEqual" | "toNotEqual" | "fromNotEqual" | "doesntStartWith" | "doesntEndWith", undefined>> & {
|
|
842
842
|
level?: "string" | undefined;
|
|
843
843
|
}) | ({
|
|
844
844
|
turnedOff?: boolean | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChartStyleOptions, LineStyleOptions, AreaStyleOptions, StackableStyleOptions, TableStyleOptions, NumericBarIndicatorStyleOptions, NumericSimpleIndicatorStyleOptions, GaugeIndicatorStyleOptions, PivotTableStyleOptions, WidgetStyleOptions } from '../types';
|
|
1
|
+
import { ChartStyleOptions, LineStyleOptions, AreaStyleOptions, StackableStyleOptions, TableStyleOptions, NumericBarIndicatorStyleOptions, NumericSimpleIndicatorStyleOptions, GaugeIndicatorStyleOptions, PivotTableStyleOptions, WidgetStyleOptions, TextWidgetStyleOptions } from '../types';
|
|
2
2
|
import { WidgetSubtype, WidgetType, TableWidgetStyle, IndicatorWidgetStyle, PivotWidgetStyle, WidgetDesign, WidgetDto } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
@@ -7,7 +7,7 @@ export type CartesianChartStyleOptions = LineStyleOptions | AreaStyleOptions | S
|
|
|
7
7
|
export declare function extractTableChartStyleOptions(widgetStyle: TableWidgetStyle): TableStyleOptions;
|
|
8
8
|
export declare const getIndicatorTypeSpecificOptions: (widgetSubtype: WidgetSubtype, widgetStyle: IndicatorWidgetStyle) => NumericSimpleIndicatorStyleOptions | NumericBarIndicatorStyleOptions | GaugeIndicatorStyleOptions;
|
|
9
9
|
export declare function extractPivotTableStyleOptions(widgetStyle: PivotWidgetStyle): PivotTableStyleOptions;
|
|
10
|
-
export declare function extractStyleOptions<WType extends WidgetType>(widgetType: WType, widget: WidgetDto): ChartStyleOptions | TableStyleOptions;
|
|
10
|
+
export declare function extractStyleOptions<WType extends WidgetType>(widgetType: WType, widget: WidgetDto): ChartStyleOptions | TableStyleOptions | TextWidgetStyleOptions;
|
|
11
11
|
/**
|
|
12
12
|
* Merges the widget style with the widget design
|
|
13
13
|
*
|
|
@@ -16,4 +16,4 @@ export declare function extractStyleOptions<WType extends WidgetType>(widgetType
|
|
|
16
16
|
* @param isWidgetDesignStyleEnabled - The flag to enable the widget design style
|
|
17
17
|
* @returns The merged widget style
|
|
18
18
|
*/
|
|
19
|
-
export declare function
|
|
19
|
+
export declare function getStyleWithWidgetDesign(widgetStyle: ChartStyleOptions | TableStyleOptions | TextWidgetStyleOptions, widgetDesign?: WidgetDesign, isWidgetDesignStyleEnabled?: boolean): WidgetStyleOptions;
|