@sisense/sdk-ui 1.10.1 → 1.12.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/ai-context-provider.d.ts +1 -1
- package/dist/ai/buttons/thumbs-down-button.d.ts +2 -1
- package/dist/ai/buttons/thumbs-up-button.d.ts +2 -1
- package/dist/ai/chat-config.d.ts +10 -0
- package/dist/ai/chat-dropup.d.ts +2 -1
- package/dist/ai/chat-input.d.ts +3 -1
- package/dist/ai/chatbot.d.ts +1 -1
- package/dist/ai/common/beta-label.d.ts +1 -0
- package/dist/ai/common/icon-button.d.ts +2 -3
- package/dist/ai/get-nlg-query-result.d.ts +1 -1
- package/dist/ai/icons/light-bulb-icon.d.ts +1 -3
- package/dist/ai/index.d.ts +1 -0
- package/dist/ai/messages/clickable-message.d.ts +2 -1
- package/dist/ai/messages/feedback-wrapper.d.ts +2 -2
- package/dist/ai/messages/get-widget-options.d.ts +6 -1
- package/dist/ai/messages/text-message.d.ts +5 -0
- package/dist/ai/use-get-nlg-query-result.d.ts +1 -1
- package/dist/ai/use-get-query-recommendations.d.ts +1 -1
- package/dist/ai/use-last-nlq-response.d.ts +19 -0
- package/dist/ai.cjs +454 -0
- package/dist/ai.js +1142 -1095
- package/dist/api/types/dashboard-dto.d.ts +5 -4
- package/dist/app/client-application.d.ts +1 -0
- package/dist/area-range-chart.d.ts +67 -0
- package/dist/areamap-chart.d.ts +0 -1
- package/dist/boxplot-chart.d.ts +0 -1
- package/dist/chart/chart.d.ts +0 -2
- package/dist/chart/helpers/should-skip-sisense-context-waiting.d.ts +3 -0
- package/dist/chart/helpers/use-chart-renderer-props.d.ts +28 -0
- package/dist/chart/regular-chart.d.ts +7 -0
- package/dist/chart/types.d.ts +21 -0
- package/dist/chart-data/range-data.d.ts +11 -0
- package/dist/chart-data/types.d.ts +15 -1
- package/dist/chart-data-options/translate-range-data-options.d.ts +2 -0
- package/dist/chart-data-options/types.d.ts +56 -4
- package/dist/chart-data-processor/data-table-date-period.d.ts +0 -1
- package/dist/chart-options-processor/chart-options-service.d.ts +5 -0
- package/dist/chart-options-processor/range-chart-options.d.ts +17 -0
- package/dist/chart-options-processor/translations/design-options.d.ts +55 -7
- package/dist/chart-options-processor/translations/funnel-plot-options.d.ts +2 -1
- package/dist/chart-options-processor/translations/pie-plot-options.d.ts +2 -1
- package/dist/chart-options-processor/translations/range/tooltip-range.d.ts +4 -0
- package/dist/chart-options-processor/translations/tooltip-utils.d.ts +3 -0
- package/dist/chart-options-processor/translations/types.d.ts +12 -6
- package/dist/charts/map-charts/areamap/areamap.d.ts +2 -3
- package/dist/charts/map-charts/scattermap/scattermap.d.ts +2 -1
- package/dist/charts/table/helpers/calc-column-widths.d.ts +1 -0
- package/dist/charts/table/styles/style-constants.d.ts +1 -0
- package/dist/charts/table/types.d.ts +13 -4
- package/dist/common/components/loading-indicator.d.ts +17 -4
- package/dist/common/hooks/use-fetch.d.ts +1 -1
- package/dist/common/hooks/use-has-changed.d.ts +9 -0
- package/dist/common/hooks/use-should-load.d.ts +12 -0
- package/dist/dashboard/components/content-panel.d.ts +41 -0
- package/dist/dashboard/components/dashboard-container.d.ts +2 -0
- package/dist/dashboard/components/dashboard-header.d.ts +2 -0
- package/dist/dashboard/components/plugin-service.d.ts +21 -0
- package/dist/dashboard/constants.d.ts +2 -0
- package/dist/dashboard/dashboard-by-id.d.ts +7 -0
- package/dist/dashboard/dashboard.d.ts +8 -0
- package/dist/dashboard/types.d.ts +41 -0
- package/dist/dashboard/utils.d.ts +5 -0
- package/dist/dashboard-widget/translate-widget-filters.d.ts +664 -4
- package/dist/dashboard-widget/use-fetch-widget-dto-model.d.ts +1 -1
- package/dist/dashboard-widget/utils.d.ts +2 -2
- package/dist/decorators/component-decorators/as-sisense-component.d.ts +6 -2
- package/dist/decorators/component-decorators/with-tracking/use-track-component-init.d.ts +2 -1
- package/dist/decorators/component-decorators/with-tracking/with-tracking.d.ts +4 -1
- package/dist/dynamic-size-container/dynamic-size-container.d.ts +8 -0
- package/dist/filters/components/common/basic-input.d.ts +0 -1
- package/dist/filters/components/common/date-range-field-button.d.ts +3 -6
- package/dist/filters/components/date-filter/date-filter/date-filter.d.ts +15 -0
- package/dist/filters/components/date-filter/date-range-filter-tile/date-range-filter-display.d.ts +6 -0
- package/dist/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +6 -0
- package/dist/filters/components/date-filter/date-range-filter-tile/editable-date-range-filter.d.ts +14 -0
- package/dist/filters/components/date-filter/date-range-filter-tile/use-date-limits.d.ts +1 -2
- package/dist/filters/components/date-filter/relative-date-filter-tile/relative-date-filter.d.ts +2 -2
- package/dist/filters/components/filters-panel/filters-panel-tile.d.ts +18 -0
- package/dist/filters/components/filters-panel/filters-panel.d.ts +18 -0
- package/dist/filters/components/filters-panel/index.d.ts +2 -0
- package/dist/filters/components/icons/arrow-icon.d.ts +6 -0
- package/dist/filters/components/icons/double-arrow-icon.d.ts +6 -0
- package/dist/filters/components/member-filter-tile/basic-member-filter-tile.d.ts +3 -1
- package/dist/filters/components/member-filter-tile/use-members.d.ts +1 -1
- package/dist/filters/index.d.ts +1 -0
- package/dist/highcharts-memorized.d.ts +1 -1
- package/dist/index.cjs +784 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +17694 -18881
- package/dist/indicator-canvas.d.ts +2 -3
- package/dist/models/dashboard/dashboard-model.d.ts +62 -0
- package/dist/models/dashboard/get-dashboard-model.d.ts +10 -1
- package/dist/models/dashboard/get-dashboard-models.d.ts +2 -1
- package/dist/models/dashboard/index.d.ts +1 -1
- package/dist/models/dashboard/translate-dashboard-utils.d.ts +5 -0
- package/dist/models/dashboard/types.d.ts +2 -12
- package/dist/models/dashboard/use-get-dashboard-model.d.ts +1 -1
- package/dist/models/dashboard/use-get-dashboard-models.d.ts +1 -1
- package/dist/models/widget/widget-model.d.ts +3 -3
- package/dist/pivot-table/formatters/header-cell-formatters/header-cell-highlight-formatter.d.ts +2 -0
- package/dist/pivot-table/formatters/types.d.ts +2 -2
- package/dist/pivot-table/helpers/prepare-pivot-styling-props.d.ts +1 -0
- package/dist/pivot-table/pivot-table.d.ts +1 -1
- package/dist/pivot-table/use-get-pivot-table-query.d.ts +2 -1
- package/dist/props.d.ts +57 -2
- package/dist/query/date-formats/apply-date-format.d.ts +0 -1
- package/dist/query/query-result-date-formatting.d.ts +0 -1
- package/dist/query-execution/query-params-comparator.d.ts +1 -7
- package/dist/query-execution/types.d.ts +11 -1
- package/dist/query-execution/use-execute-pivot-query.d.ts +3 -6
- package/dist/query-execution/use-execute-query-by-widget-id.d.ts +3 -4
- package/dist/scattermap-chart.d.ts +0 -1
- package/dist/sisense-chart/sisense-chart.d.ts +8 -5
- package/dist/table/table-component.d.ts +8 -0
- package/dist/table/table.d.ts +2 -2
- package/dist/table/translations/design-options.d.ts +3 -0
- package/dist/translation/resources/en.d.ts +12 -1
- package/dist/translation/resources/index.d.ts +24 -2
- package/dist/types.d.ts +103 -17
- package/dist/{debounce-CVvJ1016.js → useQuery-0UWck_2A.js} +33927 -33705
- package/dist/useQuery-DVHD0kJ-.cjs +603 -0
- package/dist/utils/check-and-notify-about-deprecated-prop.d.ts +1 -0
- package/dist/utils/create-cache.d.ts +0 -1
- package/dist/utils/utility-types.d.ts +1 -0
- package/dist/widgets/common/drilldown-breadcrumbs/styled-buttons.d.ts +2 -2
- package/dist/widgets/drilldown-widget.d.ts +2 -1
- package/package.json +13 -9
- package/dist/ai/icons/thumbs-down-hovered-icon.d.ts +0 -2
- package/dist/ai/icons/thumbs-up-hovered-icon.d.ts +0 -2
- package/dist/ai/messages/clear-history-success-message.d.ts +0 -1
- package/dist/filters/components/icons/arrow-right-icon.d.ts +0 -2
- package/dist/filters/components/icons/double-arrow-right-icon.d.ts +0 -2
- package/dist/models/dashboard/translate-dashboard.d.ts +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FilterJaql } from '@sisense/sdk-data';
|
|
1
|
+
import { FilterJaql, IncludeAllFilter, IncludeMembersFilter } from '@sisense/sdk-data';
|
|
2
2
|
import { Panel } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* Extracts filter model components from a FilterJaql object.
|
|
@@ -28,11 +28,671 @@ export declare function extractFilterModelFromJaql(jaql: FilterJaql): {
|
|
|
28
28
|
'>='?: (number | import("@sisense/sdk-data").FormulaJaql) | undefined;
|
|
29
29
|
'<='?: (number | import("@sisense/sdk-data").FormulaJaql) | undefined;
|
|
30
30
|
} | {
|
|
31
|
-
|
|
31
|
+
custom?: boolean | undefined;
|
|
32
|
+
multiSelection?: boolean | undefined;
|
|
33
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
34
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
35
|
+
isAdvanced?: boolean | undefined;
|
|
36
|
+
rankingMessage?: string | undefined;
|
|
37
|
+
isBetween?: boolean | undefined;
|
|
38
|
+
isEmpty?: boolean | undefined;
|
|
39
|
+
explicit?: boolean | undefined;
|
|
40
|
+
members?: string[] | undefined;
|
|
41
|
+
isCondition?: boolean | undefined;
|
|
42
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
43
|
+
endsWith: string;
|
|
44
|
+
startsWith?: undefined;
|
|
45
|
+
top?: undefined;
|
|
46
|
+
bottom?: undefined;
|
|
47
|
+
contains?: undefined;
|
|
48
|
+
or?: undefined;
|
|
49
|
+
and?: undefined;
|
|
50
|
+
from?: undefined;
|
|
51
|
+
to?: undefined;
|
|
52
|
+
last?: undefined;
|
|
53
|
+
next?: undefined;
|
|
54
|
+
exclude?: undefined;
|
|
55
|
+
equals?: undefined;
|
|
56
|
+
doesntEqual?: undefined;
|
|
57
|
+
toNotEqual?: undefined;
|
|
58
|
+
fromNotEqual?: undefined;
|
|
59
|
+
doesntStartWith?: undefined;
|
|
60
|
+
doesntEndWith?: undefined;
|
|
61
|
+
doesntContain?: undefined;
|
|
32
62
|
} | {
|
|
33
|
-
|
|
63
|
+
custom?: boolean | undefined;
|
|
64
|
+
multiSelection?: boolean | undefined;
|
|
65
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
66
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
67
|
+
isAdvanced?: boolean | undefined;
|
|
68
|
+
rankingMessage?: string | undefined;
|
|
69
|
+
isBetween?: boolean | undefined;
|
|
70
|
+
isEmpty?: boolean | undefined;
|
|
71
|
+
explicit?: boolean | undefined;
|
|
72
|
+
members?: string[] | undefined;
|
|
73
|
+
isCondition?: boolean | undefined;
|
|
74
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
75
|
+
startsWith: string;
|
|
76
|
+
endsWith?: undefined;
|
|
77
|
+
top?: undefined;
|
|
78
|
+
bottom?: undefined;
|
|
79
|
+
contains?: undefined;
|
|
80
|
+
or?: undefined;
|
|
81
|
+
and?: undefined;
|
|
82
|
+
from?: undefined;
|
|
83
|
+
to?: undefined;
|
|
84
|
+
last?: undefined;
|
|
85
|
+
next?: undefined;
|
|
86
|
+
exclude?: undefined;
|
|
87
|
+
equals?: undefined;
|
|
88
|
+
doesntEqual?: undefined;
|
|
89
|
+
toNotEqual?: undefined;
|
|
90
|
+
fromNotEqual?: undefined;
|
|
91
|
+
doesntStartWith?: undefined;
|
|
92
|
+
doesntEndWith?: undefined;
|
|
93
|
+
doesntContain?: undefined;
|
|
94
|
+
} | {
|
|
95
|
+
custom?: boolean | undefined;
|
|
96
|
+
multiSelection?: boolean | undefined;
|
|
97
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
98
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
99
|
+
isAdvanced?: boolean | undefined;
|
|
100
|
+
rankingMessage?: string | undefined;
|
|
101
|
+
isBetween?: boolean | undefined;
|
|
102
|
+
isEmpty?: boolean | undefined;
|
|
103
|
+
explicit?: boolean | undefined;
|
|
104
|
+
members?: string[] | undefined;
|
|
105
|
+
isCondition?: boolean | undefined;
|
|
106
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
107
|
+
top: number;
|
|
108
|
+
endsWith?: undefined;
|
|
109
|
+
startsWith?: undefined;
|
|
110
|
+
bottom?: undefined;
|
|
111
|
+
contains?: undefined;
|
|
112
|
+
or?: undefined;
|
|
113
|
+
and?: undefined;
|
|
114
|
+
from?: undefined;
|
|
115
|
+
to?: undefined;
|
|
116
|
+
last?: undefined;
|
|
117
|
+
next?: undefined;
|
|
118
|
+
exclude?: undefined;
|
|
119
|
+
equals?: undefined;
|
|
120
|
+
doesntEqual?: undefined;
|
|
121
|
+
toNotEqual?: undefined;
|
|
122
|
+
fromNotEqual?: undefined;
|
|
123
|
+
doesntStartWith?: undefined;
|
|
124
|
+
doesntEndWith?: undefined;
|
|
125
|
+
doesntContain?: undefined;
|
|
126
|
+
} | {
|
|
127
|
+
custom?: boolean | undefined;
|
|
128
|
+
multiSelection?: boolean | undefined;
|
|
129
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
130
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
131
|
+
isAdvanced?: boolean | undefined;
|
|
132
|
+
rankingMessage?: string | undefined;
|
|
133
|
+
isBetween?: boolean | undefined;
|
|
134
|
+
isEmpty?: boolean | undefined;
|
|
135
|
+
explicit?: boolean | undefined;
|
|
136
|
+
members?: string[] | undefined;
|
|
137
|
+
isCondition?: boolean | undefined;
|
|
138
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
139
|
+
bottom: number;
|
|
140
|
+
endsWith?: undefined;
|
|
141
|
+
startsWith?: undefined;
|
|
142
|
+
top?: undefined;
|
|
143
|
+
contains?: undefined;
|
|
144
|
+
or?: undefined;
|
|
145
|
+
and?: undefined;
|
|
146
|
+
from?: undefined;
|
|
147
|
+
to?: undefined;
|
|
148
|
+
last?: undefined;
|
|
149
|
+
next?: undefined;
|
|
150
|
+
exclude?: undefined;
|
|
151
|
+
equals?: undefined;
|
|
152
|
+
doesntEqual?: undefined;
|
|
153
|
+
toNotEqual?: undefined;
|
|
154
|
+
fromNotEqual?: undefined;
|
|
155
|
+
doesntStartWith?: undefined;
|
|
156
|
+
doesntEndWith?: undefined;
|
|
157
|
+
doesntContain?: undefined;
|
|
158
|
+
} | {
|
|
159
|
+
custom?: boolean | undefined;
|
|
160
|
+
multiSelection?: boolean | undefined;
|
|
161
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
162
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
163
|
+
isAdvanced?: boolean | undefined;
|
|
164
|
+
rankingMessage?: string | undefined;
|
|
165
|
+
isBetween?: boolean | undefined;
|
|
166
|
+
isEmpty?: boolean | undefined;
|
|
167
|
+
explicit?: boolean | undefined;
|
|
168
|
+
members?: string[] | undefined;
|
|
169
|
+
isCondition?: boolean | undefined;
|
|
170
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
171
|
+
contains: string;
|
|
172
|
+
endsWith?: undefined;
|
|
173
|
+
startsWith?: undefined;
|
|
174
|
+
top?: undefined;
|
|
175
|
+
bottom?: undefined;
|
|
176
|
+
or?: undefined;
|
|
177
|
+
and?: undefined;
|
|
178
|
+
from?: undefined;
|
|
179
|
+
to?: undefined;
|
|
180
|
+
last?: undefined;
|
|
181
|
+
next?: undefined;
|
|
182
|
+
exclude?: undefined;
|
|
183
|
+
equals?: undefined;
|
|
184
|
+
doesntEqual?: undefined;
|
|
185
|
+
toNotEqual?: undefined;
|
|
186
|
+
fromNotEqual?: undefined;
|
|
187
|
+
doesntStartWith?: undefined;
|
|
188
|
+
doesntEndWith?: undefined;
|
|
189
|
+
doesntContain?: undefined;
|
|
190
|
+
} | {
|
|
191
|
+
custom?: boolean | undefined;
|
|
192
|
+
multiSelection?: boolean | undefined;
|
|
193
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
194
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
195
|
+
isAdvanced?: boolean | undefined;
|
|
196
|
+
rankingMessage?: string | undefined;
|
|
197
|
+
isBetween?: boolean | undefined;
|
|
198
|
+
isEmpty?: boolean | undefined;
|
|
199
|
+
explicit?: boolean | undefined;
|
|
200
|
+
members?: string[] | undefined;
|
|
201
|
+
isCondition?: boolean | undefined;
|
|
202
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
203
|
+
or: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaql[];
|
|
204
|
+
endsWith?: undefined;
|
|
205
|
+
startsWith?: undefined;
|
|
206
|
+
top?: undefined;
|
|
207
|
+
bottom?: undefined;
|
|
208
|
+
contains?: undefined;
|
|
209
|
+
and?: undefined;
|
|
210
|
+
from?: undefined;
|
|
211
|
+
to?: undefined;
|
|
212
|
+
last?: undefined;
|
|
213
|
+
next?: undefined;
|
|
214
|
+
exclude?: undefined;
|
|
215
|
+
equals?: undefined;
|
|
216
|
+
doesntEqual?: undefined;
|
|
217
|
+
toNotEqual?: undefined;
|
|
218
|
+
fromNotEqual?: undefined;
|
|
219
|
+
doesntStartWith?: undefined;
|
|
220
|
+
doesntEndWith?: undefined;
|
|
221
|
+
doesntContain?: undefined;
|
|
222
|
+
} | {
|
|
223
|
+
custom?: boolean | undefined;
|
|
224
|
+
multiSelection?: boolean | undefined;
|
|
225
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
226
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
227
|
+
isAdvanced?: boolean | undefined;
|
|
228
|
+
rankingMessage?: string | undefined;
|
|
229
|
+
isBetween?: boolean | undefined;
|
|
230
|
+
isEmpty?: boolean | undefined;
|
|
231
|
+
explicit?: boolean | undefined;
|
|
232
|
+
members?: string[] | undefined;
|
|
233
|
+
isCondition?: boolean | undefined;
|
|
234
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
235
|
+
and: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaql[];
|
|
236
|
+
endsWith?: undefined;
|
|
237
|
+
startsWith?: undefined;
|
|
238
|
+
top?: undefined;
|
|
239
|
+
bottom?: undefined;
|
|
240
|
+
contains?: undefined;
|
|
241
|
+
or?: undefined;
|
|
242
|
+
from?: undefined;
|
|
243
|
+
to?: undefined;
|
|
244
|
+
last?: undefined;
|
|
245
|
+
next?: undefined;
|
|
246
|
+
exclude?: undefined;
|
|
247
|
+
equals?: undefined;
|
|
248
|
+
doesntEqual?: undefined;
|
|
249
|
+
toNotEqual?: undefined;
|
|
250
|
+
fromNotEqual?: undefined;
|
|
251
|
+
doesntStartWith?: undefined;
|
|
252
|
+
doesntEndWith?: undefined;
|
|
253
|
+
doesntContain?: undefined;
|
|
254
|
+
} | {
|
|
255
|
+
custom?: boolean | undefined;
|
|
256
|
+
multiSelection?: boolean | undefined;
|
|
257
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
258
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
259
|
+
isAdvanced?: boolean | undefined;
|
|
260
|
+
rankingMessage?: string | undefined;
|
|
261
|
+
isBetween?: boolean | undefined;
|
|
262
|
+
isEmpty?: boolean | undefined;
|
|
263
|
+
explicit?: boolean | undefined;
|
|
264
|
+
members?: string[] | undefined;
|
|
265
|
+
isCondition?: boolean | undefined;
|
|
266
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
267
|
+
from: number;
|
|
268
|
+
endsWith?: undefined;
|
|
269
|
+
startsWith?: undefined;
|
|
270
|
+
top?: undefined;
|
|
271
|
+
bottom?: undefined;
|
|
272
|
+
contains?: undefined;
|
|
273
|
+
or?: undefined;
|
|
274
|
+
and?: undefined;
|
|
275
|
+
to?: undefined;
|
|
276
|
+
last?: undefined;
|
|
277
|
+
next?: undefined;
|
|
278
|
+
exclude?: undefined;
|
|
279
|
+
equals?: undefined;
|
|
280
|
+
doesntEqual?: undefined;
|
|
281
|
+
toNotEqual?: undefined;
|
|
282
|
+
fromNotEqual?: undefined;
|
|
283
|
+
doesntStartWith?: undefined;
|
|
284
|
+
doesntEndWith?: undefined;
|
|
285
|
+
doesntContain?: undefined;
|
|
286
|
+
} | {
|
|
287
|
+
custom?: boolean | undefined;
|
|
288
|
+
multiSelection?: boolean | undefined;
|
|
289
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
290
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
291
|
+
isAdvanced?: boolean | undefined;
|
|
292
|
+
rankingMessage?: string | undefined;
|
|
293
|
+
isBetween?: boolean | undefined;
|
|
294
|
+
isEmpty?: boolean | undefined;
|
|
295
|
+
explicit?: boolean | undefined;
|
|
296
|
+
members?: string[] | undefined;
|
|
297
|
+
isCondition?: boolean | undefined;
|
|
298
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
299
|
+
to: number;
|
|
300
|
+
endsWith?: undefined;
|
|
301
|
+
startsWith?: undefined;
|
|
302
|
+
top?: undefined;
|
|
303
|
+
bottom?: undefined;
|
|
304
|
+
contains?: undefined;
|
|
305
|
+
or?: undefined;
|
|
306
|
+
and?: undefined;
|
|
307
|
+
from?: undefined;
|
|
308
|
+
last?: undefined;
|
|
309
|
+
next?: undefined;
|
|
310
|
+
exclude?: undefined;
|
|
311
|
+
equals?: undefined;
|
|
312
|
+
doesntEqual?: undefined;
|
|
313
|
+
toNotEqual?: undefined;
|
|
314
|
+
fromNotEqual?: undefined;
|
|
315
|
+
doesntStartWith?: undefined;
|
|
316
|
+
doesntEndWith?: undefined;
|
|
317
|
+
doesntContain?: undefined;
|
|
318
|
+
} | {
|
|
319
|
+
custom?: boolean | undefined;
|
|
320
|
+
multiSelection?: boolean | undefined;
|
|
321
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
322
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
323
|
+
isAdvanced?: boolean | undefined;
|
|
324
|
+
rankingMessage?: string | undefined;
|
|
325
|
+
isBetween?: boolean | undefined;
|
|
326
|
+
isEmpty?: boolean | undefined;
|
|
327
|
+
explicit?: boolean | undefined;
|
|
328
|
+
members?: string[] | undefined;
|
|
329
|
+
isCondition?: boolean | undefined;
|
|
330
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
331
|
+
last: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").PeriodFilterDetails;
|
|
332
|
+
endsWith?: undefined;
|
|
333
|
+
startsWith?: undefined;
|
|
334
|
+
top?: undefined;
|
|
335
|
+
bottom?: undefined;
|
|
336
|
+
contains?: undefined;
|
|
337
|
+
or?: undefined;
|
|
338
|
+
and?: undefined;
|
|
339
|
+
from?: undefined;
|
|
340
|
+
to?: undefined;
|
|
341
|
+
next?: undefined;
|
|
342
|
+
exclude?: undefined;
|
|
343
|
+
equals?: undefined;
|
|
344
|
+
doesntEqual?: undefined;
|
|
345
|
+
toNotEqual?: undefined;
|
|
346
|
+
fromNotEqual?: undefined;
|
|
347
|
+
doesntStartWith?: undefined;
|
|
348
|
+
doesntEndWith?: undefined;
|
|
349
|
+
doesntContain?: undefined;
|
|
350
|
+
} | {
|
|
351
|
+
custom?: boolean | undefined;
|
|
352
|
+
multiSelection?: boolean | undefined;
|
|
353
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
354
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
355
|
+
isAdvanced?: boolean | undefined;
|
|
356
|
+
rankingMessage?: string | undefined;
|
|
357
|
+
isBetween?: boolean | undefined;
|
|
358
|
+
isEmpty?: boolean | undefined;
|
|
359
|
+
explicit?: boolean | undefined;
|
|
360
|
+
members?: string[] | undefined;
|
|
361
|
+
isCondition?: boolean | undefined;
|
|
362
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
363
|
+
next: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").PeriodFilterDetails;
|
|
364
|
+
endsWith?: undefined;
|
|
365
|
+
startsWith?: undefined;
|
|
366
|
+
top?: undefined;
|
|
367
|
+
bottom?: undefined;
|
|
368
|
+
contains?: undefined;
|
|
369
|
+
or?: undefined;
|
|
370
|
+
and?: undefined;
|
|
371
|
+
from?: undefined;
|
|
372
|
+
to?: undefined;
|
|
373
|
+
last?: undefined;
|
|
374
|
+
exclude?: undefined;
|
|
375
|
+
equals?: undefined;
|
|
376
|
+
doesntEqual?: undefined;
|
|
377
|
+
toNotEqual?: undefined;
|
|
378
|
+
fromNotEqual?: undefined;
|
|
379
|
+
doesntStartWith?: undefined;
|
|
380
|
+
doesntEndWith?: undefined;
|
|
381
|
+
doesntContain?: undefined;
|
|
382
|
+
} | {
|
|
383
|
+
custom?: boolean | undefined;
|
|
384
|
+
multiSelection?: boolean | undefined;
|
|
385
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
386
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
387
|
+
isAdvanced?: boolean | undefined;
|
|
388
|
+
rankingMessage?: string | undefined;
|
|
389
|
+
isBetween?: boolean | undefined;
|
|
390
|
+
isEmpty?: boolean | undefined;
|
|
391
|
+
explicit?: boolean | undefined;
|
|
392
|
+
members?: string[] | undefined;
|
|
393
|
+
isCondition?: boolean | undefined;
|
|
394
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
395
|
+
exclude: {
|
|
396
|
+
members?: string[] | undefined;
|
|
397
|
+
from?: number | undefined;
|
|
398
|
+
to?: number | undefined;
|
|
399
|
+
};
|
|
400
|
+
endsWith?: undefined;
|
|
401
|
+
startsWith?: undefined;
|
|
402
|
+
top?: undefined;
|
|
403
|
+
bottom?: undefined;
|
|
404
|
+
contains?: undefined;
|
|
405
|
+
or?: undefined;
|
|
406
|
+
and?: undefined;
|
|
407
|
+
from?: undefined;
|
|
408
|
+
to?: undefined;
|
|
409
|
+
last?: undefined;
|
|
410
|
+
next?: undefined;
|
|
411
|
+
equals?: undefined;
|
|
412
|
+
doesntEqual?: undefined;
|
|
413
|
+
toNotEqual?: undefined;
|
|
414
|
+
fromNotEqual?: undefined;
|
|
415
|
+
doesntStartWith?: undefined;
|
|
416
|
+
doesntEndWith?: undefined;
|
|
417
|
+
doesntContain?: undefined;
|
|
418
|
+
} | {
|
|
419
|
+
custom?: boolean | undefined;
|
|
420
|
+
multiSelection?: boolean | undefined;
|
|
421
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
422
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
423
|
+
isAdvanced?: boolean | undefined;
|
|
424
|
+
rankingMessage?: string | undefined;
|
|
425
|
+
isBetween?: boolean | undefined;
|
|
426
|
+
isEmpty?: boolean | undefined;
|
|
427
|
+
explicit?: boolean | undefined;
|
|
428
|
+
members?: string[] | undefined;
|
|
429
|
+
isCondition?: boolean | undefined;
|
|
430
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
431
|
+
equals: string | number;
|
|
432
|
+
endsWith?: undefined;
|
|
433
|
+
startsWith?: undefined;
|
|
434
|
+
top?: undefined;
|
|
435
|
+
bottom?: undefined;
|
|
436
|
+
contains?: undefined;
|
|
437
|
+
or?: undefined;
|
|
438
|
+
and?: undefined;
|
|
439
|
+
from?: undefined;
|
|
440
|
+
to?: undefined;
|
|
441
|
+
last?: undefined;
|
|
442
|
+
next?: undefined;
|
|
443
|
+
exclude?: undefined;
|
|
444
|
+
doesntEqual?: undefined;
|
|
445
|
+
toNotEqual?: undefined;
|
|
446
|
+
fromNotEqual?: undefined;
|
|
447
|
+
doesntStartWith?: undefined;
|
|
448
|
+
doesntEndWith?: undefined;
|
|
449
|
+
doesntContain?: undefined;
|
|
450
|
+
} | {
|
|
451
|
+
custom?: boolean | undefined;
|
|
452
|
+
multiSelection?: boolean | undefined;
|
|
453
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
454
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
455
|
+
isAdvanced?: boolean | undefined;
|
|
456
|
+
rankingMessage?: string | undefined;
|
|
457
|
+
isBetween?: boolean | undefined;
|
|
458
|
+
isEmpty?: boolean | undefined;
|
|
459
|
+
explicit?: boolean | undefined;
|
|
460
|
+
members?: string[] | undefined;
|
|
461
|
+
isCondition?: boolean | undefined;
|
|
462
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
463
|
+
doesntEqual: string | number;
|
|
464
|
+
endsWith?: undefined;
|
|
465
|
+
startsWith?: undefined;
|
|
466
|
+
top?: undefined;
|
|
467
|
+
bottom?: undefined;
|
|
468
|
+
contains?: undefined;
|
|
469
|
+
or?: undefined;
|
|
470
|
+
and?: undefined;
|
|
471
|
+
from?: undefined;
|
|
472
|
+
to?: undefined;
|
|
473
|
+
last?: undefined;
|
|
474
|
+
next?: undefined;
|
|
475
|
+
exclude?: undefined;
|
|
476
|
+
equals?: undefined;
|
|
477
|
+
toNotEqual?: undefined;
|
|
478
|
+
fromNotEqual?: undefined;
|
|
479
|
+
doesntStartWith?: undefined;
|
|
480
|
+
doesntEndWith?: undefined;
|
|
481
|
+
doesntContain?: undefined;
|
|
482
|
+
} | {
|
|
483
|
+
custom?: boolean | undefined;
|
|
484
|
+
multiSelection?: boolean | undefined;
|
|
485
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
486
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
487
|
+
isAdvanced?: boolean | undefined;
|
|
488
|
+
rankingMessage?: string | undefined;
|
|
489
|
+
isBetween?: boolean | undefined;
|
|
490
|
+
isEmpty?: boolean | undefined;
|
|
491
|
+
explicit?: boolean | undefined;
|
|
492
|
+
members?: string[] | undefined;
|
|
493
|
+
isCondition?: boolean | undefined;
|
|
494
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
495
|
+
toNotEqual: number;
|
|
496
|
+
endsWith?: undefined;
|
|
497
|
+
startsWith?: undefined;
|
|
498
|
+
top?: undefined;
|
|
499
|
+
bottom?: undefined;
|
|
500
|
+
contains?: undefined;
|
|
501
|
+
or?: undefined;
|
|
502
|
+
and?: undefined;
|
|
503
|
+
from?: undefined;
|
|
504
|
+
to?: undefined;
|
|
505
|
+
last?: undefined;
|
|
506
|
+
next?: undefined;
|
|
507
|
+
exclude?: undefined;
|
|
508
|
+
equals?: undefined;
|
|
509
|
+
doesntEqual?: undefined;
|
|
510
|
+
fromNotEqual?: undefined;
|
|
511
|
+
doesntStartWith?: undefined;
|
|
512
|
+
doesntEndWith?: undefined;
|
|
513
|
+
doesntContain?: undefined;
|
|
514
|
+
} | {
|
|
515
|
+
custom?: boolean | undefined;
|
|
516
|
+
multiSelection?: boolean | undefined;
|
|
517
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
518
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
519
|
+
isAdvanced?: boolean | undefined;
|
|
520
|
+
rankingMessage?: string | undefined;
|
|
521
|
+
isBetween?: boolean | undefined;
|
|
522
|
+
isEmpty?: boolean | undefined;
|
|
523
|
+
explicit?: boolean | undefined;
|
|
524
|
+
members?: string[] | undefined;
|
|
525
|
+
isCondition?: boolean | undefined;
|
|
526
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
527
|
+
fromNotEqual: number;
|
|
528
|
+
endsWith?: undefined;
|
|
529
|
+
startsWith?: undefined;
|
|
530
|
+
top?: undefined;
|
|
531
|
+
bottom?: undefined;
|
|
532
|
+
contains?: undefined;
|
|
533
|
+
or?: undefined;
|
|
534
|
+
and?: undefined;
|
|
535
|
+
from?: undefined;
|
|
536
|
+
to?: undefined;
|
|
537
|
+
last?: undefined;
|
|
538
|
+
next?: undefined;
|
|
539
|
+
exclude?: undefined;
|
|
540
|
+
equals?: undefined;
|
|
541
|
+
doesntEqual?: undefined;
|
|
542
|
+
toNotEqual?: undefined;
|
|
543
|
+
doesntStartWith?: undefined;
|
|
544
|
+
doesntEndWith?: undefined;
|
|
545
|
+
doesntContain?: undefined;
|
|
546
|
+
} | {
|
|
547
|
+
custom?: boolean | undefined;
|
|
548
|
+
multiSelection?: boolean | undefined;
|
|
549
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
550
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
551
|
+
isAdvanced?: boolean | undefined;
|
|
552
|
+
rankingMessage?: string | undefined;
|
|
553
|
+
isBetween?: boolean | undefined;
|
|
554
|
+
isEmpty?: boolean | undefined;
|
|
555
|
+
explicit?: boolean | undefined;
|
|
556
|
+
members?: string[] | undefined;
|
|
557
|
+
isCondition?: boolean | undefined;
|
|
558
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
559
|
+
doesntStartWith: string;
|
|
560
|
+
endsWith?: undefined;
|
|
561
|
+
startsWith?: undefined;
|
|
562
|
+
top?: undefined;
|
|
563
|
+
bottom?: undefined;
|
|
564
|
+
contains?: undefined;
|
|
565
|
+
or?: undefined;
|
|
566
|
+
and?: undefined;
|
|
567
|
+
from?: undefined;
|
|
568
|
+
to?: undefined;
|
|
569
|
+
last?: undefined;
|
|
570
|
+
next?: undefined;
|
|
571
|
+
exclude?: undefined;
|
|
572
|
+
equals?: undefined;
|
|
573
|
+
doesntEqual?: undefined;
|
|
574
|
+
toNotEqual?: undefined;
|
|
575
|
+
fromNotEqual?: undefined;
|
|
576
|
+
doesntEndWith?: undefined;
|
|
577
|
+
doesntContain?: undefined;
|
|
578
|
+
} | {
|
|
579
|
+
custom?: boolean | undefined;
|
|
580
|
+
multiSelection?: boolean | undefined;
|
|
581
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
582
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
583
|
+
isAdvanced?: boolean | undefined;
|
|
584
|
+
rankingMessage?: string | undefined;
|
|
585
|
+
isBetween?: boolean | undefined;
|
|
586
|
+
isEmpty?: boolean | undefined;
|
|
587
|
+
explicit?: boolean | undefined;
|
|
588
|
+
members?: string[] | undefined;
|
|
589
|
+
isCondition?: boolean | undefined;
|
|
590
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
591
|
+
doesntEndWith: string;
|
|
592
|
+
endsWith?: undefined;
|
|
593
|
+
startsWith?: undefined;
|
|
594
|
+
top?: undefined;
|
|
595
|
+
bottom?: undefined;
|
|
596
|
+
contains?: undefined;
|
|
597
|
+
or?: undefined;
|
|
598
|
+
and?: undefined;
|
|
599
|
+
from?: undefined;
|
|
600
|
+
to?: undefined;
|
|
601
|
+
last?: undefined;
|
|
602
|
+
next?: undefined;
|
|
603
|
+
exclude?: undefined;
|
|
604
|
+
equals?: undefined;
|
|
605
|
+
doesntEqual?: undefined;
|
|
606
|
+
toNotEqual?: undefined;
|
|
607
|
+
fromNotEqual?: undefined;
|
|
608
|
+
doesntStartWith?: undefined;
|
|
609
|
+
doesntContain?: undefined;
|
|
610
|
+
} | {
|
|
611
|
+
custom?: boolean | undefined;
|
|
612
|
+
multiSelection?: boolean | undefined;
|
|
613
|
+
isNotCurrentPeriod?: boolean | undefined;
|
|
614
|
+
filterType?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").FilterType | undefined;
|
|
615
|
+
isAdvanced?: boolean | undefined;
|
|
616
|
+
rankingMessage?: string | undefined;
|
|
617
|
+
isBetween?: boolean | undefined;
|
|
618
|
+
isEmpty?: boolean | undefined;
|
|
619
|
+
explicit?: boolean | undefined;
|
|
620
|
+
members?: string[] | undefined;
|
|
621
|
+
isCondition?: boolean | undefined;
|
|
622
|
+
by?: import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").RankingFilterJaql | undefined;
|
|
623
|
+
doesntContain: string;
|
|
624
|
+
endsWith?: undefined;
|
|
625
|
+
startsWith?: undefined;
|
|
626
|
+
top?: undefined;
|
|
627
|
+
bottom?: undefined;
|
|
628
|
+
contains?: undefined;
|
|
629
|
+
or?: undefined;
|
|
630
|
+
and?: undefined;
|
|
631
|
+
from?: undefined;
|
|
632
|
+
to?: undefined;
|
|
633
|
+
last?: undefined;
|
|
634
|
+
next?: undefined;
|
|
635
|
+
exclude?: undefined;
|
|
636
|
+
equals?: undefined;
|
|
637
|
+
doesntEqual?: undefined;
|
|
638
|
+
toNotEqual?: undefined;
|
|
639
|
+
fromNotEqual?: undefined;
|
|
640
|
+
doesntStartWith?: undefined;
|
|
641
|
+
doesntEndWith?: undefined;
|
|
642
|
+
} | {
|
|
643
|
+
and: (import("@sisense/sdk-data").JaqlNumericFilter | import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaql)[];
|
|
644
|
+
} | {
|
|
645
|
+
or: (import("@sisense/sdk-data").JaqlNumericFilter | import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaql)[];
|
|
34
646
|
};
|
|
35
|
-
backgroundFilter:
|
|
647
|
+
backgroundFilter: (IncludeAllFilter & {
|
|
648
|
+
level?: "string" | undefined;
|
|
649
|
+
}) | (IncludeMembersFilter & {
|
|
650
|
+
level?: "string" | undefined;
|
|
651
|
+
}) | (import("@sisense/sdk-data").ExcludeMembersFilter & {
|
|
652
|
+
level?: "string" | undefined;
|
|
653
|
+
}) | (import("@sisense/sdk-data").JaqlNumericFilter & {
|
|
654
|
+
level?: "string" | undefined;
|
|
655
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
657
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
659
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
661
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
663
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
665
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
667
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
669
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
671
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
673
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
675
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
677
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
679
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
681
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
683
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
685
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
687
|
+
}) | (Pick<import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaqlOptions, "custom" | "multiSelection" | "isNotCurrentPeriod" | "filterType" | "isAdvanced" | "rankingMessage" | "isBetween" | "isEmpty" | "explicit" | "members" | "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
|
+
level?: "string" | undefined;
|
|
689
|
+
}) | ({
|
|
690
|
+
and: (import("@sisense/sdk-data").JaqlNumericFilter | import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaql)[];
|
|
691
|
+
} & {
|
|
692
|
+
level?: "string" | undefined;
|
|
693
|
+
}) | (import("@sisense/sdk-data").OrFilter<import("@sisense/sdk-data").JaqlNumericFilter | import("@sisense/sdk-data/dist/dimensional-model/filters/utils/types").ConditionFilterJaql> & {
|
|
694
|
+
level?: "string" | undefined;
|
|
695
|
+
}) | import("@sisense/sdk-data").TurnOffMembersFilter | undefined;
|
|
36
696
|
turnOffMembersFilter: import("@sisense/sdk-data").TurnOffMembersFilter | undefined;
|
|
37
697
|
};
|
|
38
698
|
/**
|