@infomaximum/widget-sdk 6.0.0-view-theme.7 → 6.0.0-view-theme.9
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/CHANGELOG.md +30 -16
- package/dist/index.d.ts +316 -213
- package/dist/index.esm.js +74 -18
- package/dist/index.js +83 -17
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -114,7 +114,7 @@ declare const FormulaFilterValueSchema: (z: TZod) => zod.ZodObject<{
|
|
|
114
114
|
}, zod_v4_core.$strip>;
|
|
115
115
|
declare const ExtendedFormulaFilterValueSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodObject<{
|
|
116
116
|
formula: zod.ZodString;
|
|
117
|
-
}, zod_v4_core.$
|
|
117
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
118
118
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
119
119
|
formula: zod.ZodString;
|
|
120
120
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -149,9 +149,9 @@ declare const ExtendedFormulaFilterValueSchema: (z: TZod) => zod.ZodUnion<readon
|
|
|
149
149
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
150
150
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
151
151
|
}, zod_v4_core.$strip>>;
|
|
152
|
-
}, zod_v4_core.$
|
|
152
|
+
}, zod_v4_core.$strict>]>;
|
|
153
153
|
declare const DimensionProcessFilterSchema: (z: TZod) => zod.ZodObject<{
|
|
154
|
-
value: zod.
|
|
154
|
+
value: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
155
155
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.AGGREGATION>;
|
|
156
156
|
templateName: zod.ZodString;
|
|
157
157
|
processKey: zod.ZodNullable<zod.ZodString>;
|
|
@@ -161,7 +161,7 @@ declare const DimensionProcessFilterSchema: (z: TZod) => zod.ZodObject<{
|
|
|
161
161
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
162
162
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
163
163
|
formula: zod.ZodString;
|
|
164
|
-
}, zod_v4_core.$
|
|
164
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
165
165
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
166
166
|
formula: zod.ZodString;
|
|
167
167
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -196,12 +196,12 @@ declare const DimensionProcessFilterSchema: (z: TZod) => zod.ZodObject<{
|
|
|
196
196
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
197
197
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
198
198
|
}, zod_v4_core.$strip>>;
|
|
199
|
-
}, zod_v4_core.$
|
|
199
|
+
}, zod_v4_core.$strict>]>>;
|
|
200
200
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
201
201
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
202
202
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
203
203
|
outerAggregation: zod.ZodEnum<typeof EOuterAggregation>;
|
|
204
|
-
}, zod_v4_core.$
|
|
204
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
205
205
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.AGGREGATION>;
|
|
206
206
|
templateName: zod.ZodString;
|
|
207
207
|
processKey: zod.ZodNullable<zod.ZodString>;
|
|
@@ -211,7 +211,7 @@ declare const DimensionProcessFilterSchema: (z: TZod) => zod.ZodObject<{
|
|
|
211
211
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
212
212
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
213
213
|
formula: zod.ZodString;
|
|
214
|
-
}, zod_v4_core.$
|
|
214
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
215
215
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
216
216
|
formula: zod.ZodString;
|
|
217
217
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -246,12 +246,12 @@ declare const DimensionProcessFilterSchema: (z: TZod) => zod.ZodObject<{
|
|
|
246
246
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
247
247
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
248
248
|
}, zod_v4_core.$strip>>;
|
|
249
|
-
}, zod_v4_core.$
|
|
249
|
+
}, zod_v4_core.$strict>]>>;
|
|
250
250
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
251
251
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
252
252
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
253
253
|
innerTemplateName: zod.ZodOptional<zod.ZodString>;
|
|
254
|
-
}, zod_v4_core.$
|
|
254
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
255
255
|
templateName: zod.ZodString;
|
|
256
256
|
mode: zod.ZodUnion<readonly [zod.ZodLiteral<EWidgetIndicatorValueModes.START_TIME>, zod.ZodLiteral<EWidgetIndicatorValueModes.END_TIME>]>;
|
|
257
257
|
processKey: zod.ZodNullable<zod.ZodString>;
|
|
@@ -261,7 +261,7 @@ declare const DimensionProcessFilterSchema: (z: TZod) => zod.ZodObject<{
|
|
|
261
261
|
eventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
262
262
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
263
263
|
formula: zod.ZodString;
|
|
264
|
-
}, zod_v4_core.$
|
|
264
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
265
265
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
266
266
|
formula: zod.ZodString;
|
|
267
267
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -296,11 +296,11 @@ declare const DimensionProcessFilterSchema: (z: TZod) => zod.ZodObject<{
|
|
|
296
296
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
297
297
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
298
298
|
}, zod_v4_core.$strip>>;
|
|
299
|
-
}, zod_v4_core.$
|
|
300
|
-
}, zod_v4_core.$
|
|
299
|
+
}, zod_v4_core.$strict>]>>;
|
|
300
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
301
301
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
302
302
|
formula: zod.ZodOptional<zod.ZodString>;
|
|
303
|
-
}, zod_v4_core.$
|
|
303
|
+
}, zod_v4_core.$strict>]>;
|
|
304
304
|
dbDataType: zod.ZodString;
|
|
305
305
|
condition: zod.ZodObject<{
|
|
306
306
|
filteringMethod: zod.ZodEnum<{
|
|
@@ -328,7 +328,7 @@ declare const DimensionProcessFilterSchema: (z: TZod) => zod.ZodObject<{
|
|
|
328
328
|
}, zod_v4_core.$strip>;
|
|
329
329
|
declare const SettingsFilterSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodObject<{
|
|
330
330
|
formula: zod.ZodString;
|
|
331
|
-
}, zod_v4_core.$
|
|
331
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
332
332
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
333
333
|
formula: zod.ZodString;
|
|
334
334
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -363,8 +363,8 @@ declare const SettingsFilterSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodU
|
|
|
363
363
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
364
364
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
365
365
|
}, zod_v4_core.$strip>>;
|
|
366
|
-
}, zod_v4_core.$
|
|
367
|
-
value: zod.
|
|
366
|
+
}, zod_v4_core.$strict>]>, zod.ZodObject<{
|
|
367
|
+
value: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
368
368
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.AGGREGATION>;
|
|
369
369
|
templateName: zod.ZodString;
|
|
370
370
|
processKey: zod.ZodNullable<zod.ZodString>;
|
|
@@ -374,7 +374,7 @@ declare const SettingsFilterSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodU
|
|
|
374
374
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
375
375
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
376
376
|
formula: zod.ZodString;
|
|
377
|
-
}, zod_v4_core.$
|
|
377
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
378
378
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
379
379
|
formula: zod.ZodString;
|
|
380
380
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -409,12 +409,12 @@ declare const SettingsFilterSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodU
|
|
|
409
409
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
410
410
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
411
411
|
}, zod_v4_core.$strip>>;
|
|
412
|
-
}, zod_v4_core.$
|
|
412
|
+
}, zod_v4_core.$strict>]>>;
|
|
413
413
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
414
414
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
415
415
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
416
416
|
outerAggregation: zod.ZodEnum<typeof EOuterAggregation>;
|
|
417
|
-
}, zod_v4_core.$
|
|
417
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
418
418
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.AGGREGATION>;
|
|
419
419
|
templateName: zod.ZodString;
|
|
420
420
|
processKey: zod.ZodNullable<zod.ZodString>;
|
|
@@ -424,7 +424,7 @@ declare const SettingsFilterSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodU
|
|
|
424
424
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
425
425
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
426
426
|
formula: zod.ZodString;
|
|
427
|
-
}, zod_v4_core.$
|
|
427
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
428
428
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
429
429
|
formula: zod.ZodString;
|
|
430
430
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -459,12 +459,12 @@ declare const SettingsFilterSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodU
|
|
|
459
459
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
460
460
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
461
461
|
}, zod_v4_core.$strip>>;
|
|
462
|
-
}, zod_v4_core.$
|
|
462
|
+
}, zod_v4_core.$strict>]>>;
|
|
463
463
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
464
464
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
465
465
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
466
466
|
innerTemplateName: zod.ZodOptional<zod.ZodString>;
|
|
467
|
-
}, zod_v4_core.$
|
|
467
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
468
468
|
templateName: zod.ZodString;
|
|
469
469
|
mode: zod.ZodUnion<readonly [zod.ZodLiteral<EWidgetIndicatorValueModes.START_TIME>, zod.ZodLiteral<EWidgetIndicatorValueModes.END_TIME>]>;
|
|
470
470
|
processKey: zod.ZodNullable<zod.ZodString>;
|
|
@@ -474,7 +474,7 @@ declare const SettingsFilterSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodU
|
|
|
474
474
|
eventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
475
475
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
476
476
|
formula: zod.ZodString;
|
|
477
|
-
}, zod_v4_core.$
|
|
477
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
478
478
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
479
479
|
formula: zod.ZodString;
|
|
480
480
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -509,11 +509,11 @@ declare const SettingsFilterSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodU
|
|
|
509
509
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
510
510
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
511
511
|
}, zod_v4_core.$strip>>;
|
|
512
|
-
}, zod_v4_core.$
|
|
513
|
-
}, zod_v4_core.$
|
|
512
|
+
}, zod_v4_core.$strict>]>>;
|
|
513
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
514
514
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
515
515
|
formula: zod.ZodOptional<zod.ZodString>;
|
|
516
|
-
}, zod_v4_core.$
|
|
516
|
+
}, zod_v4_core.$strict>]>;
|
|
517
517
|
dbDataType: zod.ZodString;
|
|
518
518
|
condition: zod.ZodObject<{
|
|
519
519
|
filteringMethod: zod.ZodEnum<{
|
|
@@ -1025,7 +1025,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1025
1025
|
displayOptions: zod.ZodString;
|
|
1026
1026
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1027
1027
|
formula: zod.ZodString;
|
|
1028
|
-
}, zod_v4_core.$
|
|
1028
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1029
1029
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1030
1030
|
formula: zod.ZodString;
|
|
1031
1031
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1060,7 +1060,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1060
1060
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1061
1061
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1062
1062
|
}, zod_v4_core.$strip>>;
|
|
1063
|
-
}, zod_v4_core.$
|
|
1063
|
+
}, zod_v4_core.$strict>]>>;
|
|
1064
1064
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
1065
1065
|
considerFilters: zod.ZodBoolean;
|
|
1066
1066
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1138,7 +1138,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1138
1138
|
displayOptions: zod.ZodString;
|
|
1139
1139
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1140
1140
|
formula: zod.ZodString;
|
|
1141
|
-
}, zod_v4_core.$
|
|
1141
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1142
1142
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1143
1143
|
formula: zod.ZodString;
|
|
1144
1144
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1173,7 +1173,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1173
1173
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1174
1174
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1175
1175
|
}, zod_v4_core.$strip>>;
|
|
1176
|
-
}, zod_v4_core.$
|
|
1176
|
+
}, zod_v4_core.$strict>]>>;
|
|
1177
1177
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
1178
1178
|
considerFilters: zod.ZodBoolean;
|
|
1179
1179
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1241,7 +1241,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1241
1241
|
displayOptions: zod.ZodString;
|
|
1242
1242
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1243
1243
|
formula: zod.ZodString;
|
|
1244
|
-
}, zod_v4_core.$
|
|
1244
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1245
1245
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1246
1246
|
formula: zod.ZodString;
|
|
1247
1247
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1276,7 +1276,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1276
1276
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1277
1277
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1278
1278
|
}, zod_v4_core.$strip>>;
|
|
1279
|
-
}, zod_v4_core.$
|
|
1279
|
+
}, zod_v4_core.$strict>]>>;
|
|
1280
1280
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
1281
1281
|
considerFilters: zod.ZodBoolean;
|
|
1282
1282
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1345,7 +1345,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1345
1345
|
displayOptions: zod.ZodString;
|
|
1346
1346
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1347
1347
|
formula: zod.ZodString;
|
|
1348
|
-
}, zod_v4_core.$
|
|
1348
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1349
1349
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1350
1350
|
formula: zod.ZodString;
|
|
1351
1351
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1380,7 +1380,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1380
1380
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1381
1381
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1382
1382
|
}, zod_v4_core.$strip>>;
|
|
1383
|
-
}, zod_v4_core.$
|
|
1383
|
+
}, zod_v4_core.$strict>]>>;
|
|
1384
1384
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
1385
1385
|
considerFilters: zod.ZodBoolean;
|
|
1386
1386
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1404,15 +1404,18 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1404
1404
|
}, zod_v4_core.$strip>], "mode">, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
1405
1405
|
openIn: zod.ZodLiteral<EViewOpenIn.DRAWER_WINDOW>;
|
|
1406
1406
|
alignment: zod.ZodEnum<typeof EDrawerPlacement>;
|
|
1407
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
1407
1408
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1408
1409
|
openIn: zod.ZodLiteral<EViewOpenIn.PLACEHOLDER>;
|
|
1409
1410
|
placeholderName: zod.ZodString;
|
|
1410
1411
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1411
1412
|
openIn: zod.ZodLiteral<EViewOpenIn.MODAL_WINDOW>;
|
|
1412
1413
|
positionByClick: zod.ZodOptional<zod.ZodBoolean>;
|
|
1414
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
1413
1415
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1414
1416
|
openIn: zod.ZodLiteral<EViewOpenIn.WINDOW>;
|
|
1415
1417
|
newWindow: zod.ZodBoolean;
|
|
1418
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
1416
1419
|
}, zod_v4_core.$strip>], "openIn">>]>>>;
|
|
1417
1420
|
}, zod_v4_core.$strip>;
|
|
1418
1421
|
declare const ColumnIndicatorValueSchema: (z: TZod) => zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -1434,7 +1437,7 @@ declare const WidgetIndicatorAggregationValueSchema: (z: TZod) => zod.ZodObject<
|
|
|
1434
1437
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
1435
1438
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1436
1439
|
formula: zod.ZodString;
|
|
1437
|
-
}, zod_v4_core.$
|
|
1440
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1438
1441
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1439
1442
|
formula: zod.ZodString;
|
|
1440
1443
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1469,7 +1472,7 @@ declare const WidgetIndicatorAggregationValueSchema: (z: TZod) => zod.ZodObject<
|
|
|
1469
1472
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1470
1473
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1471
1474
|
}, zod_v4_core.$strip>>;
|
|
1472
|
-
}, zod_v4_core.$
|
|
1475
|
+
}, zod_v4_core.$strict>]>>;
|
|
1473
1476
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
1474
1477
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
1475
1478
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1484,7 +1487,7 @@ declare const WidgetIndicatorTimeValueSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1484
1487
|
eventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
1485
1488
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1486
1489
|
formula: zod.ZodString;
|
|
1487
|
-
}, zod_v4_core.$
|
|
1490
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1488
1491
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1489
1492
|
formula: zod.ZodString;
|
|
1490
1493
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1519,7 +1522,7 @@ declare const WidgetIndicatorTimeValueSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1519
1522
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1520
1523
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1521
1524
|
}, zod_v4_core.$strip>>;
|
|
1522
|
-
}, zod_v4_core.$
|
|
1525
|
+
}, zod_v4_core.$strict>]>>;
|
|
1523
1526
|
}, zod_v4_core.$strip>;
|
|
1524
1527
|
declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
1525
1528
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -1601,7 +1604,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1601
1604
|
displayOptions: zod.ZodString;
|
|
1602
1605
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1603
1606
|
formula: zod.ZodString;
|
|
1604
|
-
}, zod_v4_core.$
|
|
1607
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1605
1608
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1606
1609
|
formula: zod.ZodString;
|
|
1607
1610
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1636,7 +1639,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1636
1639
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1637
1640
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1638
1641
|
}, zod_v4_core.$strip>>;
|
|
1639
|
-
}, zod_v4_core.$
|
|
1642
|
+
}, zod_v4_core.$strict>]>>;
|
|
1640
1643
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
1641
1644
|
considerFilters: zod.ZodBoolean;
|
|
1642
1645
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1714,7 +1717,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1714
1717
|
displayOptions: zod.ZodString;
|
|
1715
1718
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1716
1719
|
formula: zod.ZodString;
|
|
1717
|
-
}, zod_v4_core.$
|
|
1720
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1718
1721
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1719
1722
|
formula: zod.ZodString;
|
|
1720
1723
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1749,7 +1752,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1749
1752
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1750
1753
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1751
1754
|
}, zod_v4_core.$strip>>;
|
|
1752
|
-
}, zod_v4_core.$
|
|
1755
|
+
}, zod_v4_core.$strict>]>>;
|
|
1753
1756
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
1754
1757
|
considerFilters: zod.ZodBoolean;
|
|
1755
1758
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1817,7 +1820,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1817
1820
|
displayOptions: zod.ZodString;
|
|
1818
1821
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1819
1822
|
formula: zod.ZodString;
|
|
1820
|
-
}, zod_v4_core.$
|
|
1823
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1821
1824
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1822
1825
|
formula: zod.ZodString;
|
|
1823
1826
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1852,7 +1855,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1852
1855
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1853
1856
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1854
1857
|
}, zod_v4_core.$strip>>;
|
|
1855
|
-
}, zod_v4_core.$
|
|
1858
|
+
}, zod_v4_core.$strict>]>>;
|
|
1856
1859
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
1857
1860
|
considerFilters: zod.ZodBoolean;
|
|
1858
1861
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1921,7 +1924,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1921
1924
|
displayOptions: zod.ZodString;
|
|
1922
1925
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1923
1926
|
formula: zod.ZodString;
|
|
1924
|
-
}, zod_v4_core.$
|
|
1927
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1925
1928
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1926
1929
|
formula: zod.ZodString;
|
|
1927
1930
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1956,7 +1959,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1956
1959
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1957
1960
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1958
1961
|
}, zod_v4_core.$strip>>;
|
|
1959
|
-
}, zod_v4_core.$
|
|
1962
|
+
}, zod_v4_core.$strict>]>>;
|
|
1960
1963
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
1961
1964
|
considerFilters: zod.ZodBoolean;
|
|
1962
1965
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1980,15 +1983,18 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1980
1983
|
}, zod_v4_core.$strip>], "mode">, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
1981
1984
|
openIn: zod.ZodLiteral<EViewOpenIn.DRAWER_WINDOW>;
|
|
1982
1985
|
alignment: zod.ZodEnum<typeof EDrawerPlacement>;
|
|
1986
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
1983
1987
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1984
1988
|
openIn: zod.ZodLiteral<EViewOpenIn.PLACEHOLDER>;
|
|
1985
1989
|
placeholderName: zod.ZodString;
|
|
1986
1990
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1987
1991
|
openIn: zod.ZodLiteral<EViewOpenIn.MODAL_WINDOW>;
|
|
1988
1992
|
positionByClick: zod.ZodOptional<zod.ZodBoolean>;
|
|
1993
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
1989
1994
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1990
1995
|
openIn: zod.ZodLiteral<EViewOpenIn.WINDOW>;
|
|
1991
1996
|
newWindow: zod.ZodBoolean;
|
|
1997
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
1992
1998
|
}, zod_v4_core.$strip>], "openIn">>]>>>;
|
|
1993
1999
|
value: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
1994
2000
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
@@ -2008,7 +2014,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
2008
2014
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
2009
2015
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
2010
2016
|
formula: zod.ZodString;
|
|
2011
|
-
}, zod_v4_core.$
|
|
2017
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
2012
2018
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2013
2019
|
formula: zod.ZodString;
|
|
2014
2020
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -2043,7 +2049,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
2043
2049
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
2044
2050
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
2045
2051
|
}, zod_v4_core.$strip>>;
|
|
2046
|
-
}, zod_v4_core.$
|
|
2052
|
+
}, zod_v4_core.$strict>]>>;
|
|
2047
2053
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
2048
2054
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
2049
2055
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2058,7 +2064,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
2058
2064
|
eventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
2059
2065
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
2060
2066
|
formula: zod.ZodString;
|
|
2061
|
-
}, zod_v4_core.$
|
|
2067
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
2062
2068
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2063
2069
|
formula: zod.ZodString;
|
|
2064
2070
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -2093,9 +2099,9 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
2093
2099
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
2094
2100
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
2095
2101
|
}, zod_v4_core.$strip>>;
|
|
2096
|
-
}, zod_v4_core.$
|
|
2102
|
+
}, zod_v4_core.$strict>]>>;
|
|
2097
2103
|
}, zod_v4_core.$strip>], "mode">>;
|
|
2098
|
-
hideEmptyValues: zod.ZodBoolean
|
|
2104
|
+
hideEmptyValues: zod.ZodDefault<zod.ZodBoolean>;
|
|
2099
2105
|
}, zod_v4_core.$strip>;
|
|
2100
2106
|
declare const WidgetDimensionHierarchySchema: <D extends {
|
|
2101
2107
|
id: number;
|
|
@@ -2393,6 +2399,7 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
2393
2399
|
} & {
|
|
2394
2400
|
openIn: EViewOpenIn.DRAWER_WINDOW;
|
|
2395
2401
|
alignment: EDrawerPlacement;
|
|
2402
|
+
inheritFilter?: boolean | undefined;
|
|
2396
2403
|
}) | ({
|
|
2397
2404
|
id: number;
|
|
2398
2405
|
name: string;
|
|
@@ -2571,6 +2578,7 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
2571
2578
|
} & {
|
|
2572
2579
|
openIn: EViewOpenIn.MODAL_WINDOW;
|
|
2573
2580
|
positionByClick?: boolean | undefined;
|
|
2581
|
+
inheritFilter?: boolean | undefined;
|
|
2574
2582
|
}) | ({
|
|
2575
2583
|
id: number;
|
|
2576
2584
|
name: string;
|
|
@@ -2660,6 +2668,7 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
2660
2668
|
} & {
|
|
2661
2669
|
openIn: EViewOpenIn.WINDOW;
|
|
2662
2670
|
newWindow: boolean;
|
|
2671
|
+
inheritFilter?: boolean | undefined;
|
|
2663
2672
|
}) | ({
|
|
2664
2673
|
id: number;
|
|
2665
2674
|
name: string;
|
|
@@ -2748,6 +2757,7 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
2748
2757
|
} & {
|
|
2749
2758
|
openIn: EViewOpenIn.DRAWER_WINDOW;
|
|
2750
2759
|
alignment: EDrawerPlacement;
|
|
2760
|
+
inheritFilter?: boolean | undefined;
|
|
2751
2761
|
}) | ({
|
|
2752
2762
|
id: number;
|
|
2753
2763
|
name: string;
|
|
@@ -2924,6 +2934,7 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
2924
2934
|
} & {
|
|
2925
2935
|
openIn: EViewOpenIn.MODAL_WINDOW;
|
|
2926
2936
|
positionByClick?: boolean | undefined;
|
|
2937
|
+
inheritFilter?: boolean | undefined;
|
|
2927
2938
|
}) | ({
|
|
2928
2939
|
id: number;
|
|
2929
2940
|
name: string;
|
|
@@ -3012,6 +3023,7 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
3012
3023
|
} & {
|
|
3013
3024
|
openIn: EViewOpenIn.WINDOW;
|
|
3014
3025
|
newWindow: boolean;
|
|
3026
|
+
inheritFilter?: boolean | undefined;
|
|
3015
3027
|
}) | ({
|
|
3016
3028
|
id: number;
|
|
3017
3029
|
name: string;
|
|
@@ -3032,13 +3044,12 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
3032
3044
|
tableName?: string | undefined;
|
|
3033
3045
|
columnName?: string | undefined;
|
|
3034
3046
|
} | {
|
|
3047
|
+
mode: EWidgetIndicatorValueModes.AGGREGATION;
|
|
3035
3048
|
templateName: string;
|
|
3036
|
-
mode: EWidgetIndicatorValueModes.START_TIME | EWidgetIndicatorValueModes.END_TIME;
|
|
3037
3049
|
processKey: string | null;
|
|
3038
3050
|
eventName: string | null;
|
|
3039
|
-
eventTimeFormula: string | null;
|
|
3040
|
-
caseCaseIdFormula: string | null;
|
|
3041
3051
|
eventNameFormula: string | null;
|
|
3052
|
+
caseCaseIdFormula: string | null;
|
|
3042
3053
|
filters: ({
|
|
3043
3054
|
formula: string;
|
|
3044
3055
|
} | {
|
|
@@ -3059,13 +3070,19 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
3059
3070
|
durationUnit?: EDurationUnit | undefined;
|
|
3060
3071
|
} | undefined;
|
|
3061
3072
|
})[];
|
|
3073
|
+
anyEvent?: true | undefined;
|
|
3074
|
+
tableName?: string | undefined;
|
|
3075
|
+
columnName?: string | undefined;
|
|
3076
|
+
eventTimeFormula?: string | null | undefined;
|
|
3077
|
+
innerTemplateName?: string | undefined;
|
|
3062
3078
|
} | {
|
|
3063
|
-
mode: EWidgetIndicatorValueModes.AGGREGATION;
|
|
3064
3079
|
templateName: string;
|
|
3080
|
+
mode: EWidgetIndicatorValueModes.START_TIME | EWidgetIndicatorValueModes.END_TIME;
|
|
3065
3081
|
processKey: string | null;
|
|
3066
3082
|
eventName: string | null;
|
|
3067
|
-
|
|
3083
|
+
eventTimeFormula: string | null;
|
|
3068
3084
|
caseCaseIdFormula: string | null;
|
|
3085
|
+
eventNameFormula: string | null;
|
|
3069
3086
|
filters: ({
|
|
3070
3087
|
formula: string;
|
|
3071
3088
|
} | {
|
|
@@ -3086,16 +3103,11 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
3086
3103
|
durationUnit?: EDurationUnit | undefined;
|
|
3087
3104
|
} | undefined;
|
|
3088
3105
|
})[];
|
|
3089
|
-
anyEvent?: true | undefined;
|
|
3090
|
-
tableName?: string | undefined;
|
|
3091
|
-
columnName?: string | undefined;
|
|
3092
|
-
eventTimeFormula?: string | null | undefined;
|
|
3093
|
-
innerTemplateName?: string | undefined;
|
|
3094
3106
|
} | undefined;
|
|
3095
3107
|
}>(z: TZod, dimensionSchema: ZodType<D>) => zod.ZodObject<{
|
|
3096
3108
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
3097
3109
|
name: zod.ZodString;
|
|
3098
|
-
hierarchyDimensions: zod.ZodArray<ZodType<D, unknown, zod_v4_core.$ZodTypeInternals<D, unknown
|
|
3110
|
+
hierarchyDimensions: zod.ZodDefault<zod.ZodArray<ZodType<D, unknown, zod_v4_core.$ZodTypeInternals<D, unknown>>>>;
|
|
3099
3111
|
displayCondition: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
3100
3112
|
mode: zod.ZodLiteral<EDisplayConditionMode.DISABLED>;
|
|
3101
3113
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -3114,7 +3126,7 @@ declare const WidgetIndicatorConversionValue: (z: TZod) => zod.ZodObject<{
|
|
|
3114
3126
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
3115
3127
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3116
3128
|
formula: zod.ZodString;
|
|
3117
|
-
}, zod_v4_core.$
|
|
3129
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3118
3130
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3119
3131
|
formula: zod.ZodString;
|
|
3120
3132
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3149,14 +3161,14 @@ declare const WidgetIndicatorConversionValue: (z: TZod) => zod.ZodObject<{
|
|
|
3149
3161
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3150
3162
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3151
3163
|
}, zod_v4_core.$strip>>;
|
|
3152
|
-
}, zod_v4_core.$
|
|
3164
|
+
}, zod_v4_core.$strict>]>>;
|
|
3153
3165
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3154
3166
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
3155
3167
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
3156
3168
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
3157
3169
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3158
3170
|
formula: zod.ZodString;
|
|
3159
|
-
}, zod_v4_core.$
|
|
3171
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3160
3172
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3161
3173
|
formula: zod.ZodString;
|
|
3162
3174
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3191,7 +3203,7 @@ declare const WidgetIndicatorConversionValue: (z: TZod) => zod.ZodObject<{
|
|
|
3191
3203
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3192
3204
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3193
3205
|
}, zod_v4_core.$strip>>;
|
|
3194
|
-
}, zod_v4_core.$
|
|
3206
|
+
}, zod_v4_core.$strict>]>>;
|
|
3195
3207
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
3196
3208
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3197
3209
|
}, zod_v4_core.$strip>;
|
|
@@ -3201,7 +3213,7 @@ declare const WidgetIndicatorDurationValue: (z: TZod) => zod.ZodObject<{
|
|
|
3201
3213
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
3202
3214
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3203
3215
|
formula: zod.ZodString;
|
|
3204
|
-
}, zod_v4_core.$
|
|
3216
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3205
3217
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3206
3218
|
formula: zod.ZodString;
|
|
3207
3219
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3236,14 +3248,14 @@ declare const WidgetIndicatorDurationValue: (z: TZod) => zod.ZodObject<{
|
|
|
3236
3248
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3237
3249
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3238
3250
|
}, zod_v4_core.$strip>>;
|
|
3239
|
-
}, zod_v4_core.$
|
|
3251
|
+
}, zod_v4_core.$strict>]>>;
|
|
3240
3252
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3241
3253
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
3242
3254
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
3243
3255
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
3244
3256
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3245
3257
|
formula: zod.ZodString;
|
|
3246
|
-
}, zod_v4_core.$
|
|
3258
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3247
3259
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3248
3260
|
formula: zod.ZodString;
|
|
3249
3261
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3278,7 +3290,7 @@ declare const WidgetIndicatorDurationValue: (z: TZod) => zod.ZodObject<{
|
|
|
3278
3290
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3279
3291
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3280
3292
|
}, zod_v4_core.$strip>>;
|
|
3281
|
-
}, zod_v4_core.$
|
|
3293
|
+
}, zod_v4_core.$strict>]>>;
|
|
3282
3294
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
3283
3295
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3284
3296
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.DURATION>;
|
|
@@ -3366,7 +3378,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3366
3378
|
displayOptions: zod.ZodString;
|
|
3367
3379
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3368
3380
|
formula: zod.ZodString;
|
|
3369
|
-
}, zod_v4_core.$
|
|
3381
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3370
3382
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3371
3383
|
formula: zod.ZodString;
|
|
3372
3384
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3401,7 +3413,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3401
3413
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3402
3414
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3403
3415
|
}, zod_v4_core.$strip>>;
|
|
3404
|
-
}, zod_v4_core.$
|
|
3416
|
+
}, zod_v4_core.$strict>]>>;
|
|
3405
3417
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
3406
3418
|
considerFilters: zod.ZodBoolean;
|
|
3407
3419
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -3479,7 +3491,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3479
3491
|
displayOptions: zod.ZodString;
|
|
3480
3492
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3481
3493
|
formula: zod.ZodString;
|
|
3482
|
-
}, zod_v4_core.$
|
|
3494
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3483
3495
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3484
3496
|
formula: zod.ZodString;
|
|
3485
3497
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3514,7 +3526,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3514
3526
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3515
3527
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3516
3528
|
}, zod_v4_core.$strip>>;
|
|
3517
|
-
}, zod_v4_core.$
|
|
3529
|
+
}, zod_v4_core.$strict>]>>;
|
|
3518
3530
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
3519
3531
|
considerFilters: zod.ZodBoolean;
|
|
3520
3532
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -3582,7 +3594,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3582
3594
|
displayOptions: zod.ZodString;
|
|
3583
3595
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3584
3596
|
formula: zod.ZodString;
|
|
3585
|
-
}, zod_v4_core.$
|
|
3597
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3586
3598
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3587
3599
|
formula: zod.ZodString;
|
|
3588
3600
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3617,7 +3629,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3617
3629
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3618
3630
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3619
3631
|
}, zod_v4_core.$strip>>;
|
|
3620
|
-
}, zod_v4_core.$
|
|
3632
|
+
}, zod_v4_core.$strict>]>>;
|
|
3621
3633
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
3622
3634
|
considerFilters: zod.ZodBoolean;
|
|
3623
3635
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -3686,7 +3698,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3686
3698
|
displayOptions: zod.ZodString;
|
|
3687
3699
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3688
3700
|
formula: zod.ZodString;
|
|
3689
|
-
}, zod_v4_core.$
|
|
3701
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3690
3702
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3691
3703
|
formula: zod.ZodString;
|
|
3692
3704
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3721,7 +3733,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3721
3733
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3722
3734
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3723
3735
|
}, zod_v4_core.$strip>>;
|
|
3724
|
-
}, zod_v4_core.$
|
|
3736
|
+
}, zod_v4_core.$strict>]>>;
|
|
3725
3737
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
3726
3738
|
considerFilters: zod.ZodBoolean;
|
|
3727
3739
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -3745,15 +3757,18 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3745
3757
|
}, zod_v4_core.$strip>], "mode">, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
3746
3758
|
openIn: zod.ZodLiteral<EViewOpenIn.DRAWER_WINDOW>;
|
|
3747
3759
|
alignment: zod.ZodEnum<typeof EDrawerPlacement>;
|
|
3760
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
3748
3761
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3749
3762
|
openIn: zod.ZodLiteral<EViewOpenIn.PLACEHOLDER>;
|
|
3750
3763
|
placeholderName: zod.ZodString;
|
|
3751
3764
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3752
3765
|
openIn: zod.ZodLiteral<EViewOpenIn.MODAL_WINDOW>;
|
|
3753
3766
|
positionByClick: zod.ZodOptional<zod.ZodBoolean>;
|
|
3767
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
3754
3768
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3755
3769
|
openIn: zod.ZodLiteral<EViewOpenIn.WINDOW>;
|
|
3756
3770
|
newWindow: zod.ZodBoolean;
|
|
3771
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
3757
3772
|
}, zod_v4_core.$strip>], "openIn">>]>>>;
|
|
3758
3773
|
value: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
3759
3774
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
@@ -3773,7 +3788,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3773
3788
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
3774
3789
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3775
3790
|
formula: zod.ZodString;
|
|
3776
|
-
}, zod_v4_core.$
|
|
3791
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3777
3792
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3778
3793
|
formula: zod.ZodString;
|
|
3779
3794
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3808,7 +3823,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3808
3823
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3809
3824
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3810
3825
|
}, zod_v4_core.$strip>>;
|
|
3811
|
-
}, zod_v4_core.$
|
|
3826
|
+
}, zod_v4_core.$strict>]>>;
|
|
3812
3827
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
3813
3828
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
3814
3829
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3820,7 +3835,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3820
3835
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
3821
3836
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3822
3837
|
formula: zod.ZodString;
|
|
3823
|
-
}, zod_v4_core.$
|
|
3838
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3824
3839
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3825
3840
|
formula: zod.ZodString;
|
|
3826
3841
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3855,14 +3870,14 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3855
3870
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3856
3871
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3857
3872
|
}, zod_v4_core.$strip>>;
|
|
3858
|
-
}, zod_v4_core.$
|
|
3873
|
+
}, zod_v4_core.$strict>]>>;
|
|
3859
3874
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3860
3875
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
3861
3876
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
3862
3877
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
3863
3878
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3864
3879
|
formula: zod.ZodString;
|
|
3865
|
-
}, zod_v4_core.$
|
|
3880
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3866
3881
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3867
3882
|
formula: zod.ZodString;
|
|
3868
3883
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3897,7 +3912,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3897
3912
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3898
3913
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3899
3914
|
}, zod_v4_core.$strip>>;
|
|
3900
|
-
}, zod_v4_core.$
|
|
3915
|
+
}, zod_v4_core.$strict>]>>;
|
|
3901
3916
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
3902
3917
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3903
3918
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -3906,7 +3921,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3906
3921
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
3907
3922
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3908
3923
|
formula: zod.ZodString;
|
|
3909
|
-
}, zod_v4_core.$
|
|
3924
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3910
3925
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3911
3926
|
formula: zod.ZodString;
|
|
3912
3927
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3941,14 +3956,14 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3941
3956
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3942
3957
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3943
3958
|
}, zod_v4_core.$strip>>;
|
|
3944
|
-
}, zod_v4_core.$
|
|
3959
|
+
}, zod_v4_core.$strict>]>>;
|
|
3945
3960
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3946
3961
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
3947
3962
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
3948
3963
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
3949
3964
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3950
3965
|
formula: zod.ZodString;
|
|
3951
|
-
}, zod_v4_core.$
|
|
3966
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3952
3967
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3953
3968
|
formula: zod.ZodString;
|
|
3954
3969
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3983,7 +3998,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3983
3998
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3984
3999
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3985
4000
|
}, zod_v4_core.$strip>>;
|
|
3986
|
-
}, zod_v4_core.$
|
|
4001
|
+
}, zod_v4_core.$strict>]>>;
|
|
3987
4002
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
3988
4003
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3989
4004
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.DURATION>;
|
|
@@ -4072,7 +4087,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4072
4087
|
displayOptions: zod.ZodString;
|
|
4073
4088
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4074
4089
|
formula: zod.ZodString;
|
|
4075
|
-
}, zod_v4_core.$
|
|
4090
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4076
4091
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4077
4092
|
formula: zod.ZodString;
|
|
4078
4093
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4107,7 +4122,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4107
4122
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4108
4123
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4109
4124
|
}, zod_v4_core.$strip>>;
|
|
4110
|
-
}, zod_v4_core.$
|
|
4125
|
+
}, zod_v4_core.$strict>]>>;
|
|
4111
4126
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
4112
4127
|
considerFilters: zod.ZodBoolean;
|
|
4113
4128
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -4185,7 +4200,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4185
4200
|
displayOptions: zod.ZodString;
|
|
4186
4201
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4187
4202
|
formula: zod.ZodString;
|
|
4188
|
-
}, zod_v4_core.$
|
|
4203
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4189
4204
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4190
4205
|
formula: zod.ZodString;
|
|
4191
4206
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4220,7 +4235,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4220
4235
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4221
4236
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4222
4237
|
}, zod_v4_core.$strip>>;
|
|
4223
|
-
}, zod_v4_core.$
|
|
4238
|
+
}, zod_v4_core.$strict>]>>;
|
|
4224
4239
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
4225
4240
|
considerFilters: zod.ZodBoolean;
|
|
4226
4241
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -4288,7 +4303,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4288
4303
|
displayOptions: zod.ZodString;
|
|
4289
4304
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4290
4305
|
formula: zod.ZodString;
|
|
4291
|
-
}, zod_v4_core.$
|
|
4306
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4292
4307
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4293
4308
|
formula: zod.ZodString;
|
|
4294
4309
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4323,7 +4338,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4323
4338
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4324
4339
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4325
4340
|
}, zod_v4_core.$strip>>;
|
|
4326
|
-
}, zod_v4_core.$
|
|
4341
|
+
}, zod_v4_core.$strict>]>>;
|
|
4327
4342
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
4328
4343
|
considerFilters: zod.ZodBoolean;
|
|
4329
4344
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -4392,7 +4407,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4392
4407
|
displayOptions: zod.ZodString;
|
|
4393
4408
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4394
4409
|
formula: zod.ZodString;
|
|
4395
|
-
}, zod_v4_core.$
|
|
4410
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4396
4411
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4397
4412
|
formula: zod.ZodString;
|
|
4398
4413
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4427,7 +4442,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4427
4442
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4428
4443
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4429
4444
|
}, zod_v4_core.$strip>>;
|
|
4430
|
-
}, zod_v4_core.$
|
|
4445
|
+
}, zod_v4_core.$strict>]>>;
|
|
4431
4446
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
4432
4447
|
considerFilters: zod.ZodBoolean;
|
|
4433
4448
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -4451,15 +4466,18 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4451
4466
|
}, zod_v4_core.$strip>], "mode">, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
4452
4467
|
openIn: zod.ZodLiteral<EViewOpenIn.DRAWER_WINDOW>;
|
|
4453
4468
|
alignment: zod.ZodEnum<typeof EDrawerPlacement>;
|
|
4469
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
4454
4470
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4455
4471
|
openIn: zod.ZodLiteral<EViewOpenIn.PLACEHOLDER>;
|
|
4456
4472
|
placeholderName: zod.ZodString;
|
|
4457
4473
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4458
4474
|
openIn: zod.ZodLiteral<EViewOpenIn.MODAL_WINDOW>;
|
|
4459
4475
|
positionByClick: zod.ZodOptional<zod.ZodBoolean>;
|
|
4476
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
4460
4477
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4461
4478
|
openIn: zod.ZodLiteral<EViewOpenIn.WINDOW>;
|
|
4462
4479
|
newWindow: zod.ZodBoolean;
|
|
4480
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
4463
4481
|
}, zod_v4_core.$strip>], "openIn">>]>>>;
|
|
4464
4482
|
value: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
4465
4483
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
@@ -4479,7 +4497,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4479
4497
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
4480
4498
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4481
4499
|
formula: zod.ZodString;
|
|
4482
|
-
}, zod_v4_core.$
|
|
4500
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4483
4501
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4484
4502
|
formula: zod.ZodString;
|
|
4485
4503
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4514,7 +4532,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4514
4532
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4515
4533
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4516
4534
|
}, zod_v4_core.$strip>>;
|
|
4517
|
-
}, zod_v4_core.$
|
|
4535
|
+
}, zod_v4_core.$strict>]>>;
|
|
4518
4536
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
4519
4537
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
4520
4538
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -4526,7 +4544,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4526
4544
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
4527
4545
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4528
4546
|
formula: zod.ZodString;
|
|
4529
|
-
}, zod_v4_core.$
|
|
4547
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4530
4548
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4531
4549
|
formula: zod.ZodString;
|
|
4532
4550
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4561,14 +4579,14 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4561
4579
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4562
4580
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4563
4581
|
}, zod_v4_core.$strip>>;
|
|
4564
|
-
}, zod_v4_core.$
|
|
4582
|
+
}, zod_v4_core.$strict>]>>;
|
|
4565
4583
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
4566
4584
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
4567
4585
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
4568
4586
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
4569
4587
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4570
4588
|
formula: zod.ZodString;
|
|
4571
|
-
}, zod_v4_core.$
|
|
4589
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4572
4590
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4573
4591
|
formula: zod.ZodString;
|
|
4574
4592
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4603,7 +4621,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4603
4621
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4604
4622
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4605
4623
|
}, zod_v4_core.$strip>>;
|
|
4606
|
-
}, zod_v4_core.$
|
|
4624
|
+
}, zod_v4_core.$strict>]>>;
|
|
4607
4625
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
4608
4626
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
4609
4627
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -4612,7 +4630,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4612
4630
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
4613
4631
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4614
4632
|
formula: zod.ZodString;
|
|
4615
|
-
}, zod_v4_core.$
|
|
4633
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4616
4634
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4617
4635
|
formula: zod.ZodString;
|
|
4618
4636
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4647,14 +4665,14 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4647
4665
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4648
4666
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4649
4667
|
}, zod_v4_core.$strip>>;
|
|
4650
|
-
}, zod_v4_core.$
|
|
4668
|
+
}, zod_v4_core.$strict>]>>;
|
|
4651
4669
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
4652
4670
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
4653
4671
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
4654
4672
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
4655
4673
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4656
4674
|
formula: zod.ZodString;
|
|
4657
|
-
}, zod_v4_core.$
|
|
4675
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4658
4676
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4659
4677
|
formula: zod.ZodString;
|
|
4660
4678
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4689,7 +4707,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4689
4707
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4690
4708
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4691
4709
|
}, zod_v4_core.$strip>>;
|
|
4692
|
-
}, zod_v4_core.$
|
|
4710
|
+
}, zod_v4_core.$strict>]>>;
|
|
4693
4711
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
4694
4712
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
4695
4713
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.DURATION>;
|
|
@@ -4697,7 +4715,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4697
4715
|
startEventAppearances: zod.ZodEnum<typeof EEventAppearances>;
|
|
4698
4716
|
endEventAppearances: zod.ZodEnum<typeof EEventAppearances>;
|
|
4699
4717
|
}, zod_v4_core.$strip>], "mode">>;
|
|
4700
|
-
displaySign: zod.ZodEnum<typeof EMarkdownDisplayMode
|
|
4718
|
+
displaySign: zod.ZodDefault<zod.ZodEnum<typeof EMarkdownDisplayMode>>;
|
|
4701
4719
|
}, zod_v4_core.$strip>;
|
|
4702
4720
|
declare const WidgetSortingIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
4703
4721
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -4713,6 +4731,43 @@ declare const WidgetSortingIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4713
4731
|
index: zod.ZodNumber;
|
|
4714
4732
|
}, zod_v4_core.$strip>], "mode">;
|
|
4715
4733
|
}, zod_v4_core.$strip>;
|
|
4734
|
+
declare const ProcessIndicatorValueSchema: (z: TZod) => zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
4735
|
+
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
4736
|
+
formula: zod.ZodString;
|
|
4737
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4738
|
+
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.TEMPLATE>;
|
|
4739
|
+
templateName: zod.ZodString;
|
|
4740
|
+
}, zod_v4_core.$strip>], "mode">;
|
|
4741
|
+
declare const ProcessIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
4742
|
+
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
4743
|
+
name: zod.ZodString;
|
|
4744
|
+
value: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
4745
|
+
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
4746
|
+
formula: zod.ZodString;
|
|
4747
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4748
|
+
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.TEMPLATE>;
|
|
4749
|
+
templateName: zod.ZodString;
|
|
4750
|
+
}, zod_v4_core.$strip>], "mode">>;
|
|
4751
|
+
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
4752
|
+
format: zod.ZodOptional<zod.ZodObject<{
|
|
4753
|
+
value: zod.ZodOptional<zod.ZodEnum<typeof EFormatTypes>>;
|
|
4754
|
+
mode: zod.ZodDefault<zod.ZodEnum<typeof EFormatOrFormattingMode>>;
|
|
4755
|
+
}, zod_v4_core.$strip>>;
|
|
4756
|
+
formatting: zod.ZodOptional<zod.ZodObject<{
|
|
4757
|
+
value: zod.ZodOptional<zod.ZodEnum<typeof EFormattingPresets>>;
|
|
4758
|
+
mode: zod.ZodEnum<typeof EFormatOrFormattingMode>;
|
|
4759
|
+
}, zod_v4_core.$strip>>;
|
|
4760
|
+
displayCondition: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
4761
|
+
mode: zod.ZodLiteral<EDisplayConditionMode.DISABLED>;
|
|
4762
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4763
|
+
mode: zod.ZodLiteral<EDisplayConditionMode.FORMULA>;
|
|
4764
|
+
formula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4765
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4766
|
+
mode: zod.ZodLiteral<EDisplayConditionMode.VARIABLE>;
|
|
4767
|
+
variableName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4768
|
+
variableValue: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4769
|
+
}, zod_v4_core.$strip>], "mode">>;
|
|
4770
|
+
}, zod_v4_core.$strip>;
|
|
4716
4771
|
|
|
4717
4772
|
declare enum EWidgetIndicatorType {
|
|
4718
4773
|
MEASURE = "MEASURE",
|
|
@@ -4733,20 +4788,8 @@ declare enum EOuterAggregation {
|
|
|
4733
4788
|
}
|
|
4734
4789
|
interface IWidgetIndicator extends TSchemaType<typeof WidgetIndicatorSchema> {
|
|
4735
4790
|
}
|
|
4736
|
-
type TProcessIndicatorValue =
|
|
4737
|
-
|
|
4738
|
-
formula: string;
|
|
4739
|
-
} | {
|
|
4740
|
-
mode: EWidgetIndicatorValueModes.TEMPLATE;
|
|
4741
|
-
/** Имя шаблонной формулы, использующей колонку таблицы */
|
|
4742
|
-
templateName: string;
|
|
4743
|
-
};
|
|
4744
|
-
interface IProcessIndicator extends IWidgetIndicator {
|
|
4745
|
-
value?: TProcessIndicatorValue;
|
|
4746
|
-
dbDataType?: string;
|
|
4747
|
-
format?: IWidgetColumnIndicator["format"];
|
|
4748
|
-
formatting?: IWidgetColumnIndicator["formatting"];
|
|
4749
|
-
displayCondition?: TDisplayCondition;
|
|
4791
|
+
type TProcessIndicatorValue = TSchemaType<typeof ProcessIndicatorValueSchema>;
|
|
4792
|
+
interface IProcessIndicator extends TSchemaType<typeof ProcessIndicatorSchema> {
|
|
4750
4793
|
}
|
|
4751
4794
|
interface IProcessEventIndicator extends IProcessIndicator {
|
|
4752
4795
|
}
|
|
@@ -5164,7 +5207,7 @@ declare const ParameterFromDynamicListSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5164
5207
|
displayOptions: zod.ZodString;
|
|
5165
5208
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5166
5209
|
formula: zod.ZodString;
|
|
5167
|
-
}, zod_v4_core.$
|
|
5210
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5168
5211
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5169
5212
|
formula: zod.ZodString;
|
|
5170
5213
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5199,7 +5242,7 @@ declare const ParameterFromDynamicListSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5199
5242
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5200
5243
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5201
5244
|
}, zod_v4_core.$strip>>;
|
|
5202
|
-
}, zod_v4_core.$
|
|
5245
|
+
}, zod_v4_core.$strict>]>>;
|
|
5203
5246
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5204
5247
|
considerFilters: zod.ZodBoolean;
|
|
5205
5248
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5263,7 +5306,7 @@ declare const ActionOnClickParameterSchema: (z: TZod) => zod.ZodIntersection<zod
|
|
|
5263
5306
|
displayOptions: zod.ZodString;
|
|
5264
5307
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5265
5308
|
formula: zod.ZodString;
|
|
5266
|
-
}, zod_v4_core.$
|
|
5309
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5267
5310
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5268
5311
|
formula: zod.ZodString;
|
|
5269
5312
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5298,7 +5341,7 @@ declare const ActionOnClickParameterSchema: (z: TZod) => zod.ZodIntersection<zod
|
|
|
5298
5341
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5299
5342
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5300
5343
|
}, zod_v4_core.$strip>>;
|
|
5301
|
-
}, zod_v4_core.$
|
|
5344
|
+
}, zod_v4_core.$strict>]>>;
|
|
5302
5345
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5303
5346
|
considerFilters: zod.ZodBoolean;
|
|
5304
5347
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5371,7 +5414,7 @@ declare const ActionRunScriptSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5371
5414
|
displayOptions: zod.ZodString;
|
|
5372
5415
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5373
5416
|
formula: zod.ZodString;
|
|
5374
|
-
}, zod_v4_core.$
|
|
5417
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5375
5418
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5376
5419
|
formula: zod.ZodString;
|
|
5377
5420
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5406,7 +5449,7 @@ declare const ActionRunScriptSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5406
5449
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5407
5450
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5408
5451
|
}, zod_v4_core.$strip>>;
|
|
5409
|
-
}, zod_v4_core.$
|
|
5452
|
+
}, zod_v4_core.$strict>]>>;
|
|
5410
5453
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5411
5454
|
considerFilters: zod.ZodBoolean;
|
|
5412
5455
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5485,7 +5528,7 @@ declare const ActionUpdateVariableSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5485
5528
|
displayOptions: zod.ZodString;
|
|
5486
5529
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5487
5530
|
formula: zod.ZodString;
|
|
5488
|
-
}, zod_v4_core.$
|
|
5531
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5489
5532
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5490
5533
|
formula: zod.ZodString;
|
|
5491
5534
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5520,7 +5563,7 @@ declare const ActionUpdateVariableSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5520
5563
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5521
5564
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5522
5565
|
}, zod_v4_core.$strip>>;
|
|
5523
|
-
}, zod_v4_core.$
|
|
5566
|
+
}, zod_v4_core.$strict>]>>;
|
|
5524
5567
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5525
5568
|
considerFilters: zod.ZodBoolean;
|
|
5526
5569
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5538,15 +5581,18 @@ declare const ActionUpdateVariableSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5538
5581
|
declare const ActionOpenInSchema: (z: TZod) => zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
5539
5582
|
openIn: zod.ZodLiteral<EViewOpenIn.DRAWER_WINDOW>;
|
|
5540
5583
|
alignment: zod.ZodEnum<typeof EDrawerPlacement>;
|
|
5584
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
5541
5585
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5542
5586
|
openIn: zod.ZodLiteral<EViewOpenIn.PLACEHOLDER>;
|
|
5543
5587
|
placeholderName: zod.ZodString;
|
|
5544
5588
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5545
5589
|
openIn: zod.ZodLiteral<EViewOpenIn.MODAL_WINDOW>;
|
|
5546
5590
|
positionByClick: zod.ZodOptional<zod.ZodBoolean>;
|
|
5591
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
5547
5592
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5548
5593
|
openIn: zod.ZodLiteral<EViewOpenIn.WINDOW>;
|
|
5549
5594
|
newWindow: zod.ZodBoolean;
|
|
5595
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
5550
5596
|
}, zod_v4_core.$strip>], "openIn">;
|
|
5551
5597
|
declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
5552
5598
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -5602,7 +5648,7 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5602
5648
|
displayOptions: zod.ZodString;
|
|
5603
5649
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5604
5650
|
formula: zod.ZodString;
|
|
5605
|
-
}, zod_v4_core.$
|
|
5651
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5606
5652
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5607
5653
|
formula: zod.ZodString;
|
|
5608
5654
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5637,7 +5683,7 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5637
5683
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5638
5684
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5639
5685
|
}, zod_v4_core.$strip>>;
|
|
5640
|
-
}, zod_v4_core.$
|
|
5686
|
+
}, zod_v4_core.$strict>]>>;
|
|
5641
5687
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5642
5688
|
considerFilters: zod.ZodBoolean;
|
|
5643
5689
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5706,7 +5752,7 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5706
5752
|
displayOptions: zod.ZodString;
|
|
5707
5753
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5708
5754
|
formula: zod.ZodString;
|
|
5709
|
-
}, zod_v4_core.$
|
|
5755
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5710
5756
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5711
5757
|
formula: zod.ZodString;
|
|
5712
5758
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5741,7 +5787,7 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5741
5787
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5742
5788
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5743
5789
|
}, zod_v4_core.$strip>>;
|
|
5744
|
-
}, zod_v4_core.$
|
|
5790
|
+
}, zod_v4_core.$strict>]>>;
|
|
5745
5791
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5746
5792
|
considerFilters: zod.ZodBoolean;
|
|
5747
5793
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5765,15 +5811,18 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5765
5811
|
}, zod_v4_core.$strip>], "mode">, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
5766
5812
|
openIn: zod.ZodLiteral<EViewOpenIn.DRAWER_WINDOW>;
|
|
5767
5813
|
alignment: zod.ZodEnum<typeof EDrawerPlacement>;
|
|
5814
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
5768
5815
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5769
5816
|
openIn: zod.ZodLiteral<EViewOpenIn.PLACEHOLDER>;
|
|
5770
5817
|
placeholderName: zod.ZodString;
|
|
5771
5818
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5772
5819
|
openIn: zod.ZodLiteral<EViewOpenIn.MODAL_WINDOW>;
|
|
5773
5820
|
positionByClick: zod.ZodOptional<zod.ZodBoolean>;
|
|
5821
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
5774
5822
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5775
5823
|
openIn: zod.ZodLiteral<EViewOpenIn.WINDOW>;
|
|
5776
5824
|
newWindow: zod.ZodBoolean;
|
|
5825
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
5777
5826
|
}, zod_v4_core.$strip>], "openIn">>;
|
|
5778
5827
|
declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5779
5828
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -5833,7 +5882,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
5833
5882
|
displayOptions: zod.ZodString;
|
|
5834
5883
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5835
5884
|
formula: zod.ZodString;
|
|
5836
|
-
}, zod_v4_core.$
|
|
5885
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5837
5886
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5838
5887
|
formula: zod.ZodString;
|
|
5839
5888
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5868,7 +5917,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
5868
5917
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5869
5918
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5870
5919
|
}, zod_v4_core.$strip>>;
|
|
5871
|
-
}, zod_v4_core.$
|
|
5920
|
+
}, zod_v4_core.$strict>]>>;
|
|
5872
5921
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5873
5922
|
considerFilters: zod.ZodBoolean;
|
|
5874
5923
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5946,7 +5995,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
5946
5995
|
displayOptions: zod.ZodString;
|
|
5947
5996
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5948
5997
|
formula: zod.ZodString;
|
|
5949
|
-
}, zod_v4_core.$
|
|
5998
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5950
5999
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5951
6000
|
formula: zod.ZodString;
|
|
5952
6001
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5981,7 +6030,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
5981
6030
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5982
6031
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5983
6032
|
}, zod_v4_core.$strip>>;
|
|
5984
|
-
}, zod_v4_core.$
|
|
6033
|
+
}, zod_v4_core.$strict>]>>;
|
|
5985
6034
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5986
6035
|
considerFilters: zod.ZodBoolean;
|
|
5987
6036
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6049,7 +6098,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6049
6098
|
displayOptions: zod.ZodString;
|
|
6050
6099
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6051
6100
|
formula: zod.ZodString;
|
|
6052
|
-
}, zod_v4_core.$
|
|
6101
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6053
6102
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6054
6103
|
formula: zod.ZodString;
|
|
6055
6104
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6084,7 +6133,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6084
6133
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6085
6134
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6086
6135
|
}, zod_v4_core.$strip>>;
|
|
6087
|
-
}, zod_v4_core.$
|
|
6136
|
+
}, zod_v4_core.$strict>]>>;
|
|
6088
6137
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6089
6138
|
considerFilters: zod.ZodBoolean;
|
|
6090
6139
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6153,7 +6202,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6153
6202
|
displayOptions: zod.ZodString;
|
|
6154
6203
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6155
6204
|
formula: zod.ZodString;
|
|
6156
|
-
}, zod_v4_core.$
|
|
6205
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6157
6206
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6158
6207
|
formula: zod.ZodString;
|
|
6159
6208
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6188,7 +6237,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6188
6237
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6189
6238
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6190
6239
|
}, zod_v4_core.$strip>>;
|
|
6191
|
-
}, zod_v4_core.$
|
|
6240
|
+
}, zod_v4_core.$strict>]>>;
|
|
6192
6241
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6193
6242
|
considerFilters: zod.ZodBoolean;
|
|
6194
6243
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6212,15 +6261,18 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6212
6261
|
}, zod_v4_core.$strip>], "mode">, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
6213
6262
|
openIn: zod.ZodLiteral<EViewOpenIn.DRAWER_WINDOW>;
|
|
6214
6263
|
alignment: zod.ZodEnum<typeof EDrawerPlacement>;
|
|
6264
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
6215
6265
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6216
6266
|
openIn: zod.ZodLiteral<EViewOpenIn.PLACEHOLDER>;
|
|
6217
6267
|
placeholderName: zod.ZodString;
|
|
6218
6268
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6219
6269
|
openIn: zod.ZodLiteral<EViewOpenIn.MODAL_WINDOW>;
|
|
6220
6270
|
positionByClick: zod.ZodOptional<zod.ZodBoolean>;
|
|
6271
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
6221
6272
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6222
6273
|
openIn: zod.ZodLiteral<EViewOpenIn.WINDOW>;
|
|
6223
6274
|
newWindow: zod.ZodBoolean;
|
|
6275
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
6224
6276
|
}, zod_v4_core.$strip>], "openIn">>]>;
|
|
6225
6277
|
declare const WidgetActionParameterSchema: (z: TZod) => zod.ZodIntersection<zod.ZodObject<{
|
|
6226
6278
|
name: zod.ZodString;
|
|
@@ -6260,7 +6312,7 @@ declare const WidgetActionParameterSchema: (z: TZod) => zod.ZodIntersection<zod.
|
|
|
6260
6312
|
displayOptions: zod.ZodString;
|
|
6261
6313
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6262
6314
|
formula: zod.ZodString;
|
|
6263
|
-
}, zod_v4_core.$
|
|
6315
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6264
6316
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6265
6317
|
formula: zod.ZodString;
|
|
6266
6318
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6295,7 +6347,7 @@ declare const WidgetActionParameterSchema: (z: TZod) => zod.ZodIntersection<zod.
|
|
|
6295
6347
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6296
6348
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6297
6349
|
}, zod_v4_core.$strip>>;
|
|
6298
|
-
}, zod_v4_core.$
|
|
6350
|
+
}, zod_v4_core.$strict>]>>;
|
|
6299
6351
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6300
6352
|
considerFilters: zod.ZodBoolean;
|
|
6301
6353
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6355,7 +6407,7 @@ declare const WidgetActionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
6355
6407
|
displayOptions: zod.ZodString;
|
|
6356
6408
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6357
6409
|
formula: zod.ZodString;
|
|
6358
|
-
}, zod_v4_core.$
|
|
6410
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6359
6411
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6360
6412
|
formula: zod.ZodString;
|
|
6361
6413
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6390,7 +6442,7 @@ declare const WidgetActionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
6390
6442
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6391
6443
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6392
6444
|
}, zod_v4_core.$strip>>;
|
|
6393
|
-
}, zod_v4_core.$
|
|
6445
|
+
}, zod_v4_core.$strict>]>>;
|
|
6394
6446
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6395
6447
|
considerFilters: zod.ZodBoolean;
|
|
6396
6448
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6437,9 +6489,10 @@ declare const ViewActionParameterSchema: (z: TZod) => zod.ZodIntersection<zod.Zo
|
|
|
6437
6489
|
sourceVariable: zod.ZodString;
|
|
6438
6490
|
}, zod_v4_core.$strip>], "inputMethod">>;
|
|
6439
6491
|
declare const ViewActionSchema: (z: TZod) => zod.ZodObject<{
|
|
6492
|
+
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6440
6493
|
name: zod.ZodString;
|
|
6441
|
-
buttonType: zod.ZodEnum<typeof EActionButtonsTypes
|
|
6442
|
-
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT
|
|
6494
|
+
buttonType: zod.ZodDefault<zod.ZodEnum<typeof EActionButtonsTypes>>;
|
|
6495
|
+
type: zod.ZodDefault<zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>>;
|
|
6443
6496
|
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6444
6497
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6445
6498
|
name: zod.ZodString;
|
|
@@ -6452,9 +6505,8 @@ declare const ViewActionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
6452
6505
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.VARIABLE>;
|
|
6453
6506
|
sourceVariable: zod.ZodString;
|
|
6454
6507
|
}, zod_v4_core.$strip>], "inputMethod">>>;
|
|
6455
|
-
scriptKey: zod.ZodString
|
|
6456
|
-
|
|
6457
|
-
autoUpdate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<EAutoUpdateMode.NONE>, zod.ZodLiteral<EAutoUpdateMode.ALL_VIEWS>]>>;
|
|
6508
|
+
scriptKey: zod.ZodNullable<zod.ZodString>;
|
|
6509
|
+
autoUpdate: zod.ZodOptional<zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodLiteral<EAutoUpdateMode.NONE>, zod.ZodLiteral<EAutoUpdateMode.ALL_VIEWS>]>>>;
|
|
6458
6510
|
}, zod_v4_core.$strip>;
|
|
6459
6511
|
declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6460
6512
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -6514,7 +6566,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6514
6566
|
displayOptions: zod.ZodString;
|
|
6515
6567
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6516
6568
|
formula: zod.ZodString;
|
|
6517
|
-
}, zod_v4_core.$
|
|
6569
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6518
6570
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6519
6571
|
formula: zod.ZodString;
|
|
6520
6572
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6549,7 +6601,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6549
6601
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6550
6602
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6551
6603
|
}, zod_v4_core.$strip>>;
|
|
6552
|
-
}, zod_v4_core.$
|
|
6604
|
+
}, zod_v4_core.$strict>]>>;
|
|
6553
6605
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6554
6606
|
considerFilters: zod.ZodBoolean;
|
|
6555
6607
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6627,7 +6679,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6627
6679
|
displayOptions: zod.ZodString;
|
|
6628
6680
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6629
6681
|
formula: zod.ZodString;
|
|
6630
|
-
}, zod_v4_core.$
|
|
6682
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6631
6683
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6632
6684
|
formula: zod.ZodString;
|
|
6633
6685
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6662,7 +6714,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6662
6714
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6663
6715
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6664
6716
|
}, zod_v4_core.$strip>>;
|
|
6665
|
-
}, zod_v4_core.$
|
|
6717
|
+
}, zod_v4_core.$strict>]>>;
|
|
6666
6718
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6667
6719
|
considerFilters: zod.ZodBoolean;
|
|
6668
6720
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6730,7 +6782,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6730
6782
|
displayOptions: zod.ZodString;
|
|
6731
6783
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6732
6784
|
formula: zod.ZodString;
|
|
6733
|
-
}, zod_v4_core.$
|
|
6785
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6734
6786
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6735
6787
|
formula: zod.ZodString;
|
|
6736
6788
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6765,7 +6817,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6765
6817
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6766
6818
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6767
6819
|
}, zod_v4_core.$strip>>;
|
|
6768
|
-
}, zod_v4_core.$
|
|
6820
|
+
}, zod_v4_core.$strict>]>>;
|
|
6769
6821
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6770
6822
|
considerFilters: zod.ZodBoolean;
|
|
6771
6823
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6834,7 +6886,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6834
6886
|
displayOptions: zod.ZodString;
|
|
6835
6887
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6836
6888
|
formula: zod.ZodString;
|
|
6837
|
-
}, zod_v4_core.$
|
|
6889
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6838
6890
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6839
6891
|
formula: zod.ZodString;
|
|
6840
6892
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6869,7 +6921,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6869
6921
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6870
6922
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6871
6923
|
}, zod_v4_core.$strip>>;
|
|
6872
|
-
}, zod_v4_core.$
|
|
6924
|
+
}, zod_v4_core.$strict>]>>;
|
|
6873
6925
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6874
6926
|
considerFilters: zod.ZodBoolean;
|
|
6875
6927
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6893,15 +6945,18 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6893
6945
|
}, zod_v4_core.$strip>], "mode">, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
6894
6946
|
openIn: zod.ZodLiteral<EViewOpenIn.DRAWER_WINDOW>;
|
|
6895
6947
|
alignment: zod.ZodEnum<typeof EDrawerPlacement>;
|
|
6948
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
6896
6949
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6897
6950
|
openIn: zod.ZodLiteral<EViewOpenIn.PLACEHOLDER>;
|
|
6898
6951
|
placeholderName: zod.ZodString;
|
|
6899
6952
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6900
6953
|
openIn: zod.ZodLiteral<EViewOpenIn.MODAL_WINDOW>;
|
|
6901
6954
|
positionByClick: zod.ZodOptional<zod.ZodBoolean>;
|
|
6955
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
6902
6956
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6903
6957
|
openIn: zod.ZodLiteral<EViewOpenIn.WINDOW>;
|
|
6904
6958
|
newWindow: zod.ZodBoolean;
|
|
6959
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
6905
6960
|
}, zod_v4_core.$strip>], "openIn">>]>, zod.ZodObject<{
|
|
6906
6961
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6907
6962
|
name: zod.ZodString;
|
|
@@ -6943,7 +6998,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6943
6998
|
displayOptions: zod.ZodString;
|
|
6944
6999
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6945
7000
|
formula: zod.ZodString;
|
|
6946
|
-
}, zod_v4_core.$
|
|
7001
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6947
7002
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6948
7003
|
formula: zod.ZodString;
|
|
6949
7004
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6978,7 +7033,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6978
7033
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6979
7034
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6980
7035
|
}, zod_v4_core.$strip>>;
|
|
6981
|
-
}, zod_v4_core.$
|
|
7036
|
+
}, zod_v4_core.$strict>]>>;
|
|
6982
7037
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6983
7038
|
considerFilters: zod.ZodBoolean;
|
|
6984
7039
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -7012,9 +7067,10 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
7012
7067
|
variableValue: zod.ZodString;
|
|
7013
7068
|
}, zod_v4_core.$strip>], "mode">;
|
|
7014
7069
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7070
|
+
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
7015
7071
|
name: zod.ZodString;
|
|
7016
|
-
buttonType: zod.ZodEnum<typeof EActionButtonsTypes
|
|
7017
|
-
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT
|
|
7072
|
+
buttonType: zod.ZodDefault<zod.ZodEnum<typeof EActionButtonsTypes>>;
|
|
7073
|
+
type: zod.ZodDefault<zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>>;
|
|
7018
7074
|
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
7019
7075
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
7020
7076
|
name: zod.ZodString;
|
|
@@ -7027,9 +7083,8 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
7027
7083
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.VARIABLE>;
|
|
7028
7084
|
sourceVariable: zod.ZodString;
|
|
7029
7085
|
}, zod_v4_core.$strip>], "inputMethod">>>;
|
|
7030
|
-
scriptKey: zod.ZodString
|
|
7031
|
-
|
|
7032
|
-
autoUpdate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodLiteral<EAutoUpdateMode.NONE>, zod.ZodLiteral<EAutoUpdateMode.ALL_VIEWS>]>>;
|
|
7086
|
+
scriptKey: zod.ZodNullable<zod.ZodString>;
|
|
7087
|
+
autoUpdate: zod.ZodOptional<zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodLiteral<EAutoUpdateMode.NONE>, zod.ZodLiteral<EAutoUpdateMode.ALL_VIEWS>]>>>;
|
|
7033
7088
|
}, zod_v4_core.$strip>]>;
|
|
7034
7089
|
declare const ActionButtonSchema: (z: TZod) => zod.ZodObject<{
|
|
7035
7090
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -7075,7 +7130,7 @@ declare const ActionButtonSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7075
7130
|
displayOptions: zod.ZodString;
|
|
7076
7131
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
7077
7132
|
formula: zod.ZodString;
|
|
7078
|
-
}, zod_v4_core.$
|
|
7133
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
7079
7134
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
7080
7135
|
formula: zod.ZodString;
|
|
7081
7136
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -7110,7 +7165,7 @@ declare const ActionButtonSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7110
7165
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
7111
7166
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
7112
7167
|
}, zod_v4_core.$strip>>;
|
|
7113
|
-
}, zod_v4_core.$
|
|
7168
|
+
}, zod_v4_core.$strict>]>>;
|
|
7114
7169
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
7115
7170
|
considerFilters: zod.ZodBoolean;
|
|
7116
7171
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -7663,6 +7718,7 @@ interface IRadioIconGroupControl<Icon = string> {
|
|
|
7663
7718
|
type: EControlType.radioIconGroup;
|
|
7664
7719
|
value: string;
|
|
7665
7720
|
props: {
|
|
7721
|
+
disabled?: boolean;
|
|
7666
7722
|
options: {
|
|
7667
7723
|
value: string;
|
|
7668
7724
|
/** Иконка */
|
|
@@ -7947,7 +8003,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7947
8003
|
displayOptions: zod.ZodString;
|
|
7948
8004
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
7949
8005
|
formula: zod.ZodString;
|
|
7950
|
-
}, zod_v4_core.$
|
|
8006
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
7951
8007
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
7952
8008
|
formula: zod.ZodString;
|
|
7953
8009
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -7982,7 +8038,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7982
8038
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
7983
8039
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
7984
8040
|
}, zod_v4_core.$strip>>;
|
|
7985
|
-
}, zod_v4_core.$
|
|
8041
|
+
}, zod_v4_core.$strict>]>>;
|
|
7986
8042
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
7987
8043
|
considerFilters: zod.ZodBoolean;
|
|
7988
8044
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -8060,7 +8116,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8060
8116
|
displayOptions: zod.ZodString;
|
|
8061
8117
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8062
8118
|
formula: zod.ZodString;
|
|
8063
|
-
}, zod_v4_core.$
|
|
8119
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8064
8120
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8065
8121
|
formula: zod.ZodString;
|
|
8066
8122
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8095,7 +8151,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8095
8151
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8096
8152
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8097
8153
|
}, zod_v4_core.$strip>>;
|
|
8098
|
-
}, zod_v4_core.$
|
|
8154
|
+
}, zod_v4_core.$strict>]>>;
|
|
8099
8155
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
8100
8156
|
considerFilters: zod.ZodBoolean;
|
|
8101
8157
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -8163,7 +8219,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8163
8219
|
displayOptions: zod.ZodString;
|
|
8164
8220
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8165
8221
|
formula: zod.ZodString;
|
|
8166
|
-
}, zod_v4_core.$
|
|
8222
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8167
8223
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8168
8224
|
formula: zod.ZodString;
|
|
8169
8225
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8198,7 +8254,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8198
8254
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8199
8255
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8200
8256
|
}, zod_v4_core.$strip>>;
|
|
8201
|
-
}, zod_v4_core.$
|
|
8257
|
+
}, zod_v4_core.$strict>]>>;
|
|
8202
8258
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
8203
8259
|
considerFilters: zod.ZodBoolean;
|
|
8204
8260
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -8267,7 +8323,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8267
8323
|
displayOptions: zod.ZodString;
|
|
8268
8324
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8269
8325
|
formula: zod.ZodString;
|
|
8270
|
-
}, zod_v4_core.$
|
|
8326
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8271
8327
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8272
8328
|
formula: zod.ZodString;
|
|
8273
8329
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8302,7 +8358,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8302
8358
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8303
8359
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8304
8360
|
}, zod_v4_core.$strip>>;
|
|
8305
|
-
}, zod_v4_core.$
|
|
8361
|
+
}, zod_v4_core.$strict>]>>;
|
|
8306
8362
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
8307
8363
|
considerFilters: zod.ZodBoolean;
|
|
8308
8364
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -8326,15 +8382,18 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8326
8382
|
}, zod_v4_core.$strip>], "mode">, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
8327
8383
|
openIn: zod.ZodLiteral<EViewOpenIn.DRAWER_WINDOW>;
|
|
8328
8384
|
alignment: zod.ZodEnum<typeof EDrawerPlacement>;
|
|
8385
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
8329
8386
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8330
8387
|
openIn: zod.ZodLiteral<EViewOpenIn.PLACEHOLDER>;
|
|
8331
8388
|
placeholderName: zod.ZodString;
|
|
8332
8389
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8333
8390
|
openIn: zod.ZodLiteral<EViewOpenIn.MODAL_WINDOW>;
|
|
8334
8391
|
positionByClick: zod.ZodOptional<zod.ZodBoolean>;
|
|
8392
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
8335
8393
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8336
8394
|
openIn: zod.ZodLiteral<EViewOpenIn.WINDOW>;
|
|
8337
8395
|
newWindow: zod.ZodBoolean;
|
|
8396
|
+
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
8338
8397
|
}, zod_v4_core.$strip>], "openIn">>]>>>;
|
|
8339
8398
|
value: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
8340
8399
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
@@ -8354,7 +8413,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8354
8413
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
8355
8414
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8356
8415
|
formula: zod.ZodString;
|
|
8357
|
-
}, zod_v4_core.$
|
|
8416
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8358
8417
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8359
8418
|
formula: zod.ZodString;
|
|
8360
8419
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8389,7 +8448,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8389
8448
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8390
8449
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8391
8450
|
}, zod_v4_core.$strip>>;
|
|
8392
|
-
}, zod_v4_core.$
|
|
8451
|
+
}, zod_v4_core.$strict>]>>;
|
|
8393
8452
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
8394
8453
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
8395
8454
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -8401,7 +8460,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8401
8460
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
8402
8461
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8403
8462
|
formula: zod.ZodString;
|
|
8404
|
-
}, zod_v4_core.$
|
|
8463
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8405
8464
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8406
8465
|
formula: zod.ZodString;
|
|
8407
8466
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8436,14 +8495,14 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8436
8495
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8437
8496
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8438
8497
|
}, zod_v4_core.$strip>>;
|
|
8439
|
-
}, zod_v4_core.$
|
|
8498
|
+
}, zod_v4_core.$strict>]>>;
|
|
8440
8499
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
8441
8500
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
8442
8501
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
8443
8502
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
8444
8503
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8445
8504
|
formula: zod.ZodString;
|
|
8446
|
-
}, zod_v4_core.$
|
|
8505
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8447
8506
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8448
8507
|
formula: zod.ZodString;
|
|
8449
8508
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8478,7 +8537,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8478
8537
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8479
8538
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8480
8539
|
}, zod_v4_core.$strip>>;
|
|
8481
|
-
}, zod_v4_core.$
|
|
8540
|
+
}, zod_v4_core.$strict>]>>;
|
|
8482
8541
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
8483
8542
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
8484
8543
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -8487,7 +8546,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8487
8546
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
8488
8547
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8489
8548
|
formula: zod.ZodString;
|
|
8490
|
-
}, zod_v4_core.$
|
|
8549
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8491
8550
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8492
8551
|
formula: zod.ZodString;
|
|
8493
8552
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8522,14 +8581,14 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8522
8581
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8523
8582
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8524
8583
|
}, zod_v4_core.$strip>>;
|
|
8525
|
-
}, zod_v4_core.$
|
|
8584
|
+
}, zod_v4_core.$strict>]>>;
|
|
8526
8585
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
8527
8586
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
8528
8587
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
8529
8588
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
8530
8589
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8531
8590
|
formula: zod.ZodString;
|
|
8532
|
-
}, zod_v4_core.$
|
|
8591
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8533
8592
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8534
8593
|
formula: zod.ZodString;
|
|
8535
8594
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8564,7 +8623,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8564
8623
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8565
8624
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8566
8625
|
}, zod_v4_core.$strip>>;
|
|
8567
|
-
}, zod_v4_core.$
|
|
8626
|
+
}, zod_v4_core.$strict>]>>;
|
|
8568
8627
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
8569
8628
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
8570
8629
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.DURATION>;
|
|
@@ -8572,13 +8631,13 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8572
8631
|
startEventAppearances: zod.ZodEnum<typeof EEventAppearances>;
|
|
8573
8632
|
endEventAppearances: zod.ZodEnum<typeof EEventAppearances>;
|
|
8574
8633
|
}, zod_v4_core.$strip>], "mode">>;
|
|
8575
|
-
displaySign: zod.ZodEnum<typeof EMarkdownDisplayMode
|
|
8634
|
+
displaySign: zod.ZodDefault<zod.ZodEnum<typeof EMarkdownDisplayMode>>;
|
|
8576
8635
|
}, zod_v4_core.$strip>>>;
|
|
8577
8636
|
markdownText: zod.ZodOptional<zod.ZodString>;
|
|
8578
8637
|
markdownTextSize: zod.ZodOptional<zod.ZodNumber>;
|
|
8579
8638
|
filters: zod.ZodOptional<zod.ZodArray<zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8580
8639
|
formula: zod.ZodString;
|
|
8581
|
-
}, zod_v4_core.$
|
|
8640
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8582
8641
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8583
8642
|
formula: zod.ZodString;
|
|
8584
8643
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8613,8 +8672,8 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8613
8672
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8614
8673
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8615
8674
|
}, zod_v4_core.$strip>>;
|
|
8616
|
-
}, zod_v4_core.$
|
|
8617
|
-
value: zod.
|
|
8675
|
+
}, zod_v4_core.$strict>]>, zod.ZodObject<{
|
|
8676
|
+
value: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8618
8677
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.AGGREGATION>;
|
|
8619
8678
|
templateName: zod.ZodString;
|
|
8620
8679
|
processKey: zod.ZodNullable<zod.ZodString>;
|
|
@@ -8624,7 +8683,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8624
8683
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
8625
8684
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8626
8685
|
formula: zod.ZodString;
|
|
8627
|
-
}, zod_v4_core.$
|
|
8686
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8628
8687
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8629
8688
|
formula: zod.ZodString;
|
|
8630
8689
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8659,12 +8718,12 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8659
8718
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8660
8719
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8661
8720
|
}, zod_v4_core.$strip>>;
|
|
8662
|
-
}, zod_v4_core.$
|
|
8721
|
+
}, zod_v4_core.$strict>]>>;
|
|
8663
8722
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
8664
8723
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
8665
8724
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8666
8725
|
outerAggregation: zod.ZodEnum<typeof EOuterAggregation>;
|
|
8667
|
-
}, zod_v4_core.$
|
|
8726
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8668
8727
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.AGGREGATION>;
|
|
8669
8728
|
templateName: zod.ZodString;
|
|
8670
8729
|
processKey: zod.ZodNullable<zod.ZodString>;
|
|
@@ -8674,7 +8733,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8674
8733
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
8675
8734
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8676
8735
|
formula: zod.ZodString;
|
|
8677
|
-
}, zod_v4_core.$
|
|
8736
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8678
8737
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8679
8738
|
formula: zod.ZodString;
|
|
8680
8739
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8709,12 +8768,12 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8709
8768
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8710
8769
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8711
8770
|
}, zod_v4_core.$strip>>;
|
|
8712
|
-
}, zod_v4_core.$
|
|
8771
|
+
}, zod_v4_core.$strict>]>>;
|
|
8713
8772
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
8714
8773
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
8715
8774
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8716
8775
|
innerTemplateName: zod.ZodOptional<zod.ZodString>;
|
|
8717
|
-
}, zod_v4_core.$
|
|
8776
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8718
8777
|
templateName: zod.ZodString;
|
|
8719
8778
|
mode: zod.ZodUnion<readonly [zod.ZodLiteral<EWidgetIndicatorValueModes.START_TIME>, zod.ZodLiteral<EWidgetIndicatorValueModes.END_TIME>]>;
|
|
8720
8779
|
processKey: zod.ZodNullable<zod.ZodString>;
|
|
@@ -8724,7 +8783,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8724
8783
|
eventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
8725
8784
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8726
8785
|
formula: zod.ZodString;
|
|
8727
|
-
}, zod_v4_core.$
|
|
8786
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8728
8787
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8729
8788
|
formula: zod.ZodString;
|
|
8730
8789
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8759,11 +8818,11 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8759
8818
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8760
8819
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8761
8820
|
}, zod_v4_core.$strip>>;
|
|
8762
|
-
}, zod_v4_core.$
|
|
8763
|
-
}, zod_v4_core.$
|
|
8821
|
+
}, zod_v4_core.$strict>]>>;
|
|
8822
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8764
8823
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
8765
8824
|
formula: zod.ZodOptional<zod.ZodString>;
|
|
8766
|
-
}, zod_v4_core.$
|
|
8825
|
+
}, zod_v4_core.$strict>]>;
|
|
8767
8826
|
dbDataType: zod.ZodString;
|
|
8768
8827
|
condition: zod.ZodObject<{
|
|
8769
8828
|
filteringMethod: zod.ZodEnum<{
|
|
@@ -8849,7 +8908,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8849
8908
|
displayOptions: zod.ZodString;
|
|
8850
8909
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8851
8910
|
formula: zod.ZodString;
|
|
8852
|
-
}, zod_v4_core.$
|
|
8911
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8853
8912
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8854
8913
|
formula: zod.ZodString;
|
|
8855
8914
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8884,7 +8943,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8884
8943
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8885
8944
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8886
8945
|
}, zod_v4_core.$strip>>;
|
|
8887
|
-
}, zod_v4_core.$
|
|
8946
|
+
}, zod_v4_core.$strict>]>>;
|
|
8888
8947
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
8889
8948
|
considerFilters: zod.ZodBoolean;
|
|
8890
8949
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -9877,15 +9936,7 @@ interface IWidgetPlaceholderValues {
|
|
|
9877
9936
|
isOverlay: boolean;
|
|
9878
9937
|
}
|
|
9879
9938
|
|
|
9880
|
-
interface IWidgetPresetSettings {
|
|
9881
|
-
filterMode: EWidgetFilterMode;
|
|
9882
|
-
ignoreFilters: boolean;
|
|
9883
|
-
stateName: string | null;
|
|
9884
|
-
titleColor: TColor;
|
|
9885
|
-
titleSize: number;
|
|
9886
|
-
titleWeight: EFontWeight;
|
|
9887
|
-
textSize: number;
|
|
9888
|
-
paddings: number | string;
|
|
9939
|
+
interface IWidgetPresetSettings extends TSchemaType<typeof WidgetPresetSettingsSchema> {
|
|
9889
9940
|
}
|
|
9890
9941
|
|
|
9891
9942
|
type TVersion = string;
|
|
@@ -9915,8 +9966,6 @@ interface ISchemaContext {
|
|
|
9915
9966
|
interface IDefinition<WidgetSettings extends IBaseWidgetSettings = IBaseWidgetSettings, GroupSettings extends IGroupSettings = IGroupSettings, MigrationStruct extends TMigrationStruct = IWidgetStruct> {
|
|
9916
9967
|
/** иконка виджета отображаемая в системе (в base64, svg или png) */
|
|
9917
9968
|
icon?: string;
|
|
9918
|
-
/** метод удаляет настройки, наследуемые от темы и возвращает функцию отката, которая возвращает удаленные настройки */
|
|
9919
|
-
cleanupThemeProperties?: (settings: WidgetSettings) => (settings: WidgetSettings) => void;
|
|
9920
9969
|
/** возвращает zod-схему настроек виджета */
|
|
9921
9970
|
createSettingsSchema?: (z: typeof z, context: ISchemaContext) => ZodType<WidgetSettings>;
|
|
9922
9971
|
/** возвращает конфигурацию настроек для отображения */
|
|
@@ -10199,6 +10248,60 @@ declare const replaceFiltersBySelection: (filters: ICalculatorFilter[], selectio
|
|
|
10199
10248
|
*/
|
|
10200
10249
|
declare const getLocalizedText: <L extends TLocalizationDescription, P extends ILocalizationProps = TExtractLocalizationParams<L>>(language: ELanguages, locObj: L, props?: P) => string;
|
|
10201
10250
|
|
|
10251
|
+
declare const WidgetPresetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
10252
|
+
filterMode: zod.ZodDefault<zod.ZodEnum<typeof EWidgetFilterMode>>;
|
|
10253
|
+
ignoreFilters: zod.ZodDefault<zod.ZodBoolean>;
|
|
10254
|
+
stateName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10255
|
+
titleColor: zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
10256
|
+
mode: zod.ZodLiteral<EColorMode.AUTO>;
|
|
10257
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10258
|
+
mode: zod.ZodLiteral<EColorMode.DISABLED>;
|
|
10259
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10260
|
+
mode: zod.ZodLiteral<EColorMode.BASE>;
|
|
10261
|
+
value: zod.ZodString;
|
|
10262
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10263
|
+
mode: zod.ZodLiteral<EColorMode.RULE>;
|
|
10264
|
+
formula: zod.ZodString;
|
|
10265
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10266
|
+
mode: zod.ZodLiteral<EColorMode.GRADIENT>;
|
|
10267
|
+
startValue: zod.ZodString;
|
|
10268
|
+
endValue: zod.ZodString;
|
|
10269
|
+
classCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
10270
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10271
|
+
mode: zod.ZodLiteral<EColorMode.FORMULA>;
|
|
10272
|
+
formula: zod.ZodString;
|
|
10273
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10274
|
+
mode: zod.ZodLiteral<EColorMode.VALUES>;
|
|
10275
|
+
items: zod.ZodArray<zod.ZodObject<{
|
|
10276
|
+
value: zod.ZodString;
|
|
10277
|
+
color: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
10278
|
+
mode: zod.ZodLiteral<EColorMode.BASE>;
|
|
10279
|
+
value: zod.ZodString;
|
|
10280
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10281
|
+
mode: zod.ZodLiteral<EColorMode.RULE>;
|
|
10282
|
+
formula: zod.ZodString;
|
|
10283
|
+
}, zod_v4_core.$strip>]>;
|
|
10284
|
+
}, zod_v4_core.$strip>>;
|
|
10285
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10286
|
+
mode: zod.ZodLiteral<EColorMode.BY_DIMENSION>;
|
|
10287
|
+
dimensionName: zod.ZodString;
|
|
10288
|
+
items: zod.ZodArray<zod.ZodObject<{
|
|
10289
|
+
value: zod.ZodString;
|
|
10290
|
+
color: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
10291
|
+
mode: zod.ZodLiteral<EColorMode.BASE>;
|
|
10292
|
+
value: zod.ZodString;
|
|
10293
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10294
|
+
mode: zod.ZodLiteral<EColorMode.RULE>;
|
|
10295
|
+
formula: zod.ZodString;
|
|
10296
|
+
}, zod_v4_core.$strip>]>;
|
|
10297
|
+
}, zod_v4_core.$strip>>;
|
|
10298
|
+
}, zod_v4_core.$strip>], "mode">>;
|
|
10299
|
+
titleSize: zod.ZodDefault<zod.ZodNumber>;
|
|
10300
|
+
titleWeight: zod.ZodDefault<zod.ZodEnum<typeof EFontWeight>>;
|
|
10301
|
+
textSize: zod.ZodDefault<zod.ZodNumber>;
|
|
10302
|
+
paddings: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodNumber, zod.ZodString]>>;
|
|
10303
|
+
}, zod_v4_core.$strip>;
|
|
10304
|
+
|
|
10202
10305
|
declare enum EClickHouseBaseTypes {
|
|
10203
10306
|
Date = "Date",
|
|
10204
10307
|
Date32 = "Date32",
|
|
@@ -10339,4 +10442,4 @@ declare global {
|
|
|
10339
10442
|
}
|
|
10340
10443
|
}
|
|
10341
10444
|
|
|
10342
|
-
export { ActionButtonSchema, ActionGoToURLSchema, ActionOnClickParameterSchema, ActionOpenInSchema, ActionOpenViewSchema, ActionRunScriptSchema, ActionSchema, ActionUpdateVariableSchema, ActionsOnClickSchema, AutoIdentifiedArrayItemSchema, BaseWidgetSettingsSchema, ColorAutoSchema, ColorBaseSchema, ColorByDimensionSchema, ColorDisabledSchema, ColorFormulaSchema, ColorGradientSchema, ColorRuleSchema, ColorSchema, ColorValuesSchema, ColoredValueSchema, ColumnIndicatorValueSchema, DisplayConditionSchema, EActionButtonsTypes, EActionTypes, EActivateConditionMode, EAutoUpdateMode, ECalculatorFilterMethods, EClickHouseBaseTypes, EColorMode, EControlType, ECustomSelectTemplates, EDataModelOption, EDimensionAggregationTemplateName, EDimensionProcessFilterTimeUnit, EDimensionTemplateNames, EDisplayConditionMode, EDrawerPlacement, EDurationTemplateName, EDurationUnit, EEventAppearances, EEventMeasureTemplateNames, EFontWeight, EFormatOrFormattingMode, EFormatTypes, EFormattingPresets, EFormulaFilterFieldKeys, EHeightMode, EIndicatorType, ELastTimeUnit, EMarkdownDisplayMode, EMeasureAggregationTemplateName, EMeasureTemplateNames, EOuterAggregation, EProcessFilterNames, ESelectOptionTypes, ESimpleDataType, ESimpleInputType, ESortDirection, ESortingValueModes, ESystemRecordKey, ETransitionMeasureTemplateNames, EUnitMode, EViewMode, EViewOpenIn, EWidgetActionInputMethod, EWidgetFilterMode, EWidgetIndicatorType, EWidgetIndicatorValueModes, FormatSchema, FormattingSchema, type IActionButton, type IActionGoToUrl, type IActionOnClickControl, type IActionRunScript, type IActionScript, type IActionUpdateVariable, type IAddButtonSelectOption, type IAddDurationOfTransitionFilter, type IAddPresenceOfEventFilter, type IAddPresenceOfTransitionFilter, type IAddRepetitionOfEventFilter, type IAutoIdentifiedArrayItem, type IBaseDimensionsAndMeasuresCalculator, type IBaseDimensionsAndMeasuresCalculatorInput, type IBaseDimensionsAndMeasuresCalculatorOutput, type IBaseWidgetSettings, type ICalculator, type ICalculatorDimensionInput, type ICalculatorDimensionOutput, type ICalculatorFactory, type ICalculatorFilter, type ICalculatorIndicatorInput, type ICalculatorIndicatorOutput, type ICalculatorMeasureInput, type ICalculatorMeasureOutput, type ICalculatorOptions, type ICollapseRecord, type IColorPickerControl, type IColoredValue, type ICommonDimensions, type ICommonMeasures, type ICommonState, type IControlRecord, type ICustomAddButtonProps, type ICustomWidgetProps, type IDefinition, type IDimensionProcessFilter, type IDimensionSelection, type IDimensionSelectionByFormula, type IDisplayConditionControl, type IDisplayPredicate, type IDisplayRule, type IDivePanelDescription, type IDividerRecord, type IEdge, type IEventsColorControl, type IEventsPickerControl, type IExportColumnOrder, type IFillSettings, type IFilterControl, type IFormattingControl, type IFormattingTemplateControl, type IFormulaControl, type IFormulaFilterValue, type IGeneralCalculator, type IGeneralCalculatorExportInput, type IGeneralCalculatorInput, type IGeneralCalculatorOutput, type IGlobalContext, type IGradient, type IGraphElement, type IGroupSetDescription, type IGroupSetRecord, type IGroupSettings, type IHistogramBin, type IHistogramCalculator, type IHistogramCalculatorInput, type IHistogramCalculatorOutput, type IIndicatorLink, type IInitialSettings, type IInputControl, type IInputMarkdownControl, type IInputNumberControl, type IInputRangeControl, type IInputTemplatedControl, type ILens, type IMarkdownMeasure, type IMeasureAddButtonProps, type IPanelDescription, type IPanelDescriptionCreator, type IParameterColumnList, type IParameterFromAggregation, type IParameterFromColumn, type IParameterFromDynamicList, type IParameterFromEndEvent, type IParameterFromEvent, type IParameterFromFormula, type IParameterFromManualInput, type IParameterFromStartEvent, type IParameterFromStaticList, type IParameterFromVariable, type IParameterTableList, type IPieCalculator, type IPieCalculatorInput, type IPieCalculatorOutput, type IProcessEventFilterValue, type IProcessEventIndicator, type IProcessFilterPreviewParams, type IProcessGraphCalculator, type IProcessGraphCalculatorInput, type IProcessGraphCalculatorOutput, type IProcessIndicator, type IProcessTransitionFilterValue, type IProcessTransitionIndicator, type IRadioIconGroupControl, type IRange, type ISchemaContext, type ISelectBranchOption, type ISelectControl, type ISelectDividerOption, type ISelectGroupOption, type ISelectLeafOption, type ISelectNode, type ISelectOption, type ISelectSystemOption, type ISettingsMigratorParams, type ISizeControl, type ISortOrder, type ISortingAddButtonProps, type IStagesFilterValue, type IStaticListLabeledOption, type ISwitchControl, type ITagSetControl, type ITheme, type ITwoLimitsCalculator, type ITwoLimitsCalculatorExportInput, type ITwoLimitsCalculatorInput, type ITwoLimitsCalculatorOutput, type ITypeCalculator, type ITypeCalculatorInput, type ITypeCalculatorOutput, type ITypeCalculatorOutputItem, type ITypedFormulaControl, type IVertex, type IViewAction, type IViewContext, type IWidget, type IWidgetAction, type IWidgetColumnIndicator, type IWidgetColumnListVariable, type IWidgetDimension, type IWidgetDimensionHierarchy, type IWidgetDynamicListVariable, type IWidgetEntity, type IWidgetFilter, type IWidgetFiltration, type IWidgetFormatting, type IWidgetIndicator, type IWidgetIndicatorAddButtonProps, type IWidgetManifest, type IWidgetMeasure, type IWidgetMigrator, type IWidgetPersistValue, type IWidgetPlaceholderController, type IWidgetPlaceholderValues, type IWidgetPresetSettings, type IWidgetProcess, type IWidgetProps, type IWidgetSortingIndicator, type IWidgetStaticListVariable, type IWidgetStaticVariable, type IWidgetStruct, type IWidgetTable, type IWidgetTableColumn, MarkdownMeasureSchema, OuterAggregation, ParameterColumnListSchema, ParameterFromAggregationSchema, ParameterFromColumnSchema, ParameterFromDynamicListSchema, ParameterFromEndEventSchema, ParameterFromEventSchema, ParameterFromFormulaSchema, ParameterFromManualInputSchema, ParameterFromStartEventSchema, ParameterFromStaticListSchema, ParameterFromVariableSchema, ParameterTableListSchema, RangeSchema, type TAction, type TActionOnClickParameter, type TActionOpenView, type TActionValidator, type TActionsOnClick, type TAddButton, type TBoundedContentWithIndicator, type TColor, type TColorBase, type TColorRule, type TColumnIndicatorValue, type TContextMenu, type TContextMenuButton, type TContextMenuButtonActions, type TContextMenuButtonApply, type TContextMenuButtonClose, type TContextMenuButtonCustom, type TContextMenuButtonGroup, type TContextMenuButtonOptions, type TContextMenuList, type TContextMenuPositionUnit, type TContextMenuRow, type TControlUnion, type TCustomAddButtonSelectOption, type TDefineWidgetOptions, type TDisplayCondition, type TDisplayMode, type TEmptyRecord, type TExtendedFormulaFilterValue, type TFiltrationAccessibility, type TGradientsSetValue, type TGroupLevelRecord, type THintPlacement, type TLaunchActionParams, type TLimitedColor, type TMeasureAddButtonSelectOption, type TMigrateProcessor, type TMigrationStruct, type TParameterFromDataModel, type TProcessIndicatorValue, type TRecordAccessor, type TSchemaType, type TSelectChildOptions, type TSelectFetchNodes, type TSelectivePartial, type TSettingsFilter, type TSettingsOf, type TSortDirection, type TTabsHorizontalAlignment, type TUpdateSelection, type TValuePath, type TVersion, type TViewActionParameter, type TWidgetActionParameter, type TWidgetContainer, type TWidgetDimensionData, type TWidgetFilterValue, type TWidgetFiltering, type TWidgetIndicatorAggregationValue, type TWidgetIndicatorConversionValue, type TWidgetIndicatorDurationValue, type TWidgetIndicatorTimeValue, type TWidgetLevelRecord, type TWidgetMeasureData, type TWidgetSortingValue, type TWidgetVariable, type TWidgetsPaletteValue, type TZod, ViewActionParameterSchema, ViewActionSchema, WidgetActionParameterSchema, WidgetActionSchema, WidgetColumnIndicatorSchema, WidgetDimensionHierarchySchema, WidgetDimensionSchema, WidgetIndicatorAggregationValueSchema, WidgetIndicatorConversionValue, WidgetIndicatorDurationValue, WidgetIndicatorSchema, WidgetIndicatorTimeValueSchema, WidgetMeasureSchema, WidgetSortingIndicatorSchema, applyIndexToArrayFormula, bindContentWithIndicator, bindContentsWithIndicators, checkDisplayCondition, clearMultiLineComments, clearSingleLineComments, colors, conversionTemplate, convertFiltersToFormula, convertToFormulasChain, countExecutionsTemplate, createEscaper, createAggregationTemplate as createMeasureAggregationTemplate, curlyBracketsContentPattern, dashboardLinkRegExp, dimensionAggregationTemplates, dimensionTemplateFormulas, displayConditionTemplate, doubleQuoteContentPattern, durationTemplates, escapeCurlyBracketLinkName, escapeDoubleQuoteLinkName, eventMeasureTemplateFormulas, fillTemplateSql, fillTemplateString, formattingConfig, formulaFilterMethods, generateColumnFormula, getColorByIndex, getDefaultSortOrders, getDimensionFormula, getDisplayConditionFormula, getEventMeasureFormula, getLocalizedText, getMeasureFormula, getProcessDimensionValueFormula, getRuleColor, getTransitionMeasureFormula, isDimensionProcessFilter, isDimensionsHierarchy, isFormulaFilterValue, isValidColor, mapDimensionsToInputs, mapEventMeasuresToInputs, mapFormulaFilterToCalculatorInput, mapFormulaFiltersToInputs, mapMeasuresToInputs, mapSettingsFiltersToInputs, mapSortingToInputs, mapTransitionMeasuresToInputs, measureTemplateFormulas, parseClickHouseType, parseIndicatorLink, prepareConversionParams, prepareDimensionAggregationParams, prepareDurationParams, prepareFormulaForSql, prepareMeasureAggregationParams, prepareSortOrders, prepareTimeParams, prepareValuesForSql, replaceDisplayCondition, replaceFiltersBySelection, replaceHierarchiesWithDimensions, selectDimensionFromHierarchy, themeValueMetaKey, themed, timeTemplates, transitionMeasureTemplateFormulas, unescapeSpecialCharacters, updateDefaultModeSelection, updateSingleModeSelection, workspaceLinkRegExp };
|
|
10445
|
+
export { ActionButtonSchema, ActionGoToURLSchema, ActionOnClickParameterSchema, ActionOpenInSchema, ActionOpenViewSchema, ActionRunScriptSchema, ActionSchema, ActionUpdateVariableSchema, ActionsOnClickSchema, AutoIdentifiedArrayItemSchema, BaseWidgetSettingsSchema, ColorAutoSchema, ColorBaseSchema, ColorByDimensionSchema, ColorDisabledSchema, ColorFormulaSchema, ColorGradientSchema, ColorRuleSchema, ColorSchema, ColorValuesSchema, ColoredValueSchema, ColumnIndicatorValueSchema, DimensionProcessFilterSchema, DisplayConditionSchema, EActionButtonsTypes, EActionTypes, EActivateConditionMode, EAutoUpdateMode, ECalculatorFilterMethods, EClickHouseBaseTypes, EColorMode, EControlType, ECustomSelectTemplates, EDataModelOption, EDimensionAggregationTemplateName, EDimensionProcessFilterTimeUnit, EDimensionTemplateNames, EDisplayConditionMode, EDrawerPlacement, EDurationTemplateName, EDurationUnit, EEventAppearances, EEventMeasureTemplateNames, EFontWeight, EFormatOrFormattingMode, EFormatTypes, EFormattingPresets, EFormulaFilterFieldKeys, EHeightMode, EIndicatorType, ELastTimeUnit, EMarkdownDisplayMode, EMeasureAggregationTemplateName, EMeasureTemplateNames, EOuterAggregation, EProcessFilterNames, ESelectOptionTypes, ESimpleDataType, ESimpleInputType, ESortDirection, ESortingValueModes, ESystemRecordKey, ETransitionMeasureTemplateNames, EUnitMode, EViewMode, EViewOpenIn, EWidgetActionInputMethod, EWidgetFilterMode, EWidgetIndicatorType, EWidgetIndicatorValueModes, ExtendedFormulaFilterValueSchema, FormatSchema, FormattingSchema, FormulaFilterValueSchema, type IActionButton, type IActionGoToUrl, type IActionOnClickControl, type IActionRunScript, type IActionScript, type IActionUpdateVariable, type IAddButtonSelectOption, type IAddDurationOfTransitionFilter, type IAddPresenceOfEventFilter, type IAddPresenceOfTransitionFilter, type IAddRepetitionOfEventFilter, type IAutoIdentifiedArrayItem, type IBaseDimensionsAndMeasuresCalculator, type IBaseDimensionsAndMeasuresCalculatorInput, type IBaseDimensionsAndMeasuresCalculatorOutput, type IBaseWidgetSettings, type ICalculator, type ICalculatorDimensionInput, type ICalculatorDimensionOutput, type ICalculatorFactory, type ICalculatorFilter, type ICalculatorIndicatorInput, type ICalculatorIndicatorOutput, type ICalculatorMeasureInput, type ICalculatorMeasureOutput, type ICalculatorOptions, type ICollapseRecord, type IColorPickerControl, type IColoredValue, type ICommonDimensions, type ICommonMeasures, type ICommonState, type IControlRecord, type ICustomAddButtonProps, type ICustomWidgetProps, type IDefinition, type IDimensionProcessFilter, type IDimensionSelection, type IDimensionSelectionByFormula, type IDisplayConditionControl, type IDisplayPredicate, type IDisplayRule, type IDivePanelDescription, type IDividerRecord, type IEdge, type IEventsColorControl, type IEventsPickerControl, type IExportColumnOrder, type IFillSettings, type IFilterControl, type IFormattingControl, type IFormattingTemplateControl, type IFormulaControl, type IFormulaFilterValue, type IGeneralCalculator, type IGeneralCalculatorExportInput, type IGeneralCalculatorInput, type IGeneralCalculatorOutput, type IGlobalContext, type IGradient, type IGraphElement, type IGroupSetDescription, type IGroupSetRecord, type IGroupSettings, type IHistogramBin, type IHistogramCalculator, type IHistogramCalculatorInput, type IHistogramCalculatorOutput, type IIndicatorLink, type IInitialSettings, type IInputControl, type IInputMarkdownControl, type IInputNumberControl, type IInputRangeControl, type IInputTemplatedControl, type ILens, type IMarkdownMeasure, type IMeasureAddButtonProps, type IPanelDescription, type IPanelDescriptionCreator, type IParameterColumnList, type IParameterFromAggregation, type IParameterFromColumn, type IParameterFromDynamicList, type IParameterFromEndEvent, type IParameterFromEvent, type IParameterFromFormula, type IParameterFromManualInput, type IParameterFromStartEvent, type IParameterFromStaticList, type IParameterFromVariable, type IParameterTableList, type IPieCalculator, type IPieCalculatorInput, type IPieCalculatorOutput, type IProcessEventFilterValue, type IProcessEventIndicator, type IProcessFilterPreviewParams, type IProcessGraphCalculator, type IProcessGraphCalculatorInput, type IProcessGraphCalculatorOutput, type IProcessIndicator, type IProcessTransitionFilterValue, type IProcessTransitionIndicator, type IRadioIconGroupControl, type IRange, type ISchemaContext, type ISelectBranchOption, type ISelectControl, type ISelectDividerOption, type ISelectGroupOption, type ISelectLeafOption, type ISelectNode, type ISelectOption, type ISelectSystemOption, type ISettingsMigratorParams, type ISizeControl, type ISortOrder, type ISortingAddButtonProps, type IStagesFilterValue, type IStaticListLabeledOption, type ISwitchControl, type ITagSetControl, type ITheme, type ITwoLimitsCalculator, type ITwoLimitsCalculatorExportInput, type ITwoLimitsCalculatorInput, type ITwoLimitsCalculatorOutput, type ITypeCalculator, type ITypeCalculatorInput, type ITypeCalculatorOutput, type ITypeCalculatorOutputItem, type ITypedFormulaControl, type IVertex, type IViewAction, type IViewContext, type IWidget, type IWidgetAction, type IWidgetColumnIndicator, type IWidgetColumnListVariable, type IWidgetDimension, type IWidgetDimensionHierarchy, type IWidgetDynamicListVariable, type IWidgetEntity, type IWidgetFilter, type IWidgetFiltration, type IWidgetFormatting, type IWidgetIndicator, type IWidgetIndicatorAddButtonProps, type IWidgetManifest, type IWidgetMeasure, type IWidgetMigrator, type IWidgetPersistValue, type IWidgetPlaceholderController, type IWidgetPlaceholderValues, type IWidgetPresetSettings, type IWidgetProcess, type IWidgetProps, type IWidgetSortingIndicator, type IWidgetStaticListVariable, type IWidgetStaticVariable, type IWidgetStruct, type IWidgetTable, type IWidgetTableColumn, MarkdownMeasureSchema, OuterAggregation, ParameterColumnListSchema, ParameterFromAggregationSchema, ParameterFromColumnSchema, ParameterFromDynamicListSchema, ParameterFromEndEventSchema, ParameterFromEventSchema, ParameterFromFormulaSchema, ParameterFromManualInputSchema, ParameterFromStartEventSchema, ParameterFromStaticListSchema, ParameterFromVariableSchema, ParameterTableListSchema, ProcessIndicatorSchema, ProcessIndicatorValueSchema, RangeSchema, SettingsFilterSchema, SortDirectionSchema, SortOrderSchema, type TAction, type TActionOnClickParameter, type TActionOpenView, type TActionValidator, type TActionsOnClick, type TAddButton, type TBoundedContentWithIndicator, type TColor, type TColorBase, type TColorRule, type TColumnIndicatorValue, type TContextMenu, type TContextMenuButton, type TContextMenuButtonActions, type TContextMenuButtonApply, type TContextMenuButtonClose, type TContextMenuButtonCustom, type TContextMenuButtonGroup, type TContextMenuButtonOptions, type TContextMenuList, type TContextMenuPositionUnit, type TContextMenuRow, type TControlUnion, type TCustomAddButtonSelectOption, type TDefineWidgetOptions, type TDisplayCondition, type TDisplayMode, type TEmptyRecord, type TExtendedFormulaFilterValue, type TFiltrationAccessibility, type TGradientsSetValue, type TGroupLevelRecord, type THintPlacement, type TLaunchActionParams, type TLimitedColor, type TMeasureAddButtonSelectOption, type TMigrateProcessor, type TMigrationStruct, type TParameterFromDataModel, type TProcessIndicatorValue, type TRecordAccessor, type TSchemaType, type TSelectChildOptions, type TSelectFetchNodes, type TSelectivePartial, type TSettingsFilter, type TSettingsOf, type TSortDirection, type TTabsHorizontalAlignment, type TUpdateSelection, type TValuePath, type TVersion, type TViewActionParameter, type TWidgetActionParameter, type TWidgetContainer, type TWidgetDimensionData, type TWidgetFilterValue, type TWidgetFiltering, type TWidgetIndicatorAggregationValue, type TWidgetIndicatorConversionValue, type TWidgetIndicatorDurationValue, type TWidgetIndicatorTimeValue, type TWidgetLevelRecord, type TWidgetMeasureData, type TWidgetSortingValue, type TWidgetVariable, type TWidgetsPaletteValue, type TZod, ViewActionParameterSchema, ViewActionSchema, WidgetActionParameterSchema, WidgetActionSchema, WidgetColumnIndicatorSchema, WidgetDimensionHierarchySchema, WidgetDimensionSchema, WidgetIndicatorAggregationValueSchema, WidgetIndicatorConversionValue, WidgetIndicatorDurationValue, WidgetIndicatorSchema, WidgetIndicatorTimeValueSchema, WidgetMeasureSchema, WidgetPresetSettingsSchema, WidgetSortingIndicatorSchema, WidgetSortingValueSchema, applyIndexToArrayFormula, bindContentWithIndicator, bindContentsWithIndicators, checkDisplayCondition, clearMultiLineComments, clearSingleLineComments, colors, conversionTemplate, convertFiltersToFormula, convertToFormulasChain, countExecutionsTemplate, createEscaper, createAggregationTemplate as createMeasureAggregationTemplate, curlyBracketsContentPattern, dashboardLinkRegExp, dimensionAggregationTemplates, dimensionTemplateFormulas, displayConditionTemplate, doubleQuoteContentPattern, durationTemplates, escapeCurlyBracketLinkName, escapeDoubleQuoteLinkName, eventMeasureTemplateFormulas, fillTemplateSql, fillTemplateString, formattingConfig, formulaFilterMethods, generateColumnFormula, getColorByIndex, getDefaultSortOrders, getDimensionFormula, getDisplayConditionFormula, getEventMeasureFormula, getLocalizedText, getMeasureFormula, getProcessDimensionValueFormula, getRuleColor, getTransitionMeasureFormula, isDimensionProcessFilter, isDimensionsHierarchy, isFormulaFilterValue, isValidColor, mapDimensionsToInputs, mapEventMeasuresToInputs, mapFormulaFilterToCalculatorInput, mapFormulaFiltersToInputs, mapMeasuresToInputs, mapSettingsFiltersToInputs, mapSortingToInputs, mapTransitionMeasuresToInputs, measureTemplateFormulas, parseClickHouseType, parseIndicatorLink, prepareConversionParams, prepareDimensionAggregationParams, prepareDurationParams, prepareFormulaForSql, prepareMeasureAggregationParams, prepareSortOrders, prepareTimeParams, prepareValuesForSql, replaceDisplayCondition, replaceFiltersBySelection, replaceHierarchiesWithDimensions, selectDimensionFromHierarchy, themeValueMetaKey, themed, timeTemplates, transitionMeasureTemplateFormulas, unescapeSpecialCharacters, updateDefaultModeSelection, updateSingleModeSelection, workspaceLinkRegExp };
|