@infomaximum/widget-sdk 6.0.0-view-theme.8 → 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 +11 -0
- package/dist/index.d.ts +283 -213
- package/dist/index.esm.js +71 -18
- package/dist/index.js +80 -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>;
|
|
@@ -1437,7 +1437,7 @@ declare const WidgetIndicatorAggregationValueSchema: (z: TZod) => zod.ZodObject<
|
|
|
1437
1437
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
1438
1438
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1439
1439
|
formula: zod.ZodString;
|
|
1440
|
-
}, zod_v4_core.$
|
|
1440
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1441
1441
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1442
1442
|
formula: zod.ZodString;
|
|
1443
1443
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1472,7 +1472,7 @@ declare const WidgetIndicatorAggregationValueSchema: (z: TZod) => zod.ZodObject<
|
|
|
1472
1472
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1473
1473
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1474
1474
|
}, zod_v4_core.$strip>>;
|
|
1475
|
-
}, zod_v4_core.$
|
|
1475
|
+
}, zod_v4_core.$strict>]>>;
|
|
1476
1476
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
1477
1477
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
1478
1478
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1487,7 +1487,7 @@ declare const WidgetIndicatorTimeValueSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1487
1487
|
eventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
1488
1488
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1489
1489
|
formula: zod.ZodString;
|
|
1490
|
-
}, zod_v4_core.$
|
|
1490
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1491
1491
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1492
1492
|
formula: zod.ZodString;
|
|
1493
1493
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1522,7 +1522,7 @@ declare const WidgetIndicatorTimeValueSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1522
1522
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1523
1523
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1524
1524
|
}, zod_v4_core.$strip>>;
|
|
1525
|
-
}, zod_v4_core.$
|
|
1525
|
+
}, zod_v4_core.$strict>]>>;
|
|
1526
1526
|
}, zod_v4_core.$strip>;
|
|
1527
1527
|
declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
1528
1528
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -1604,7 +1604,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1604
1604
|
displayOptions: zod.ZodString;
|
|
1605
1605
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1606
1606
|
formula: zod.ZodString;
|
|
1607
|
-
}, zod_v4_core.$
|
|
1607
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1608
1608
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1609
1609
|
formula: zod.ZodString;
|
|
1610
1610
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1639,7 +1639,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1639
1639
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1640
1640
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1641
1641
|
}, zod_v4_core.$strip>>;
|
|
1642
|
-
}, zod_v4_core.$
|
|
1642
|
+
}, zod_v4_core.$strict>]>>;
|
|
1643
1643
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
1644
1644
|
considerFilters: zod.ZodBoolean;
|
|
1645
1645
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1717,7 +1717,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1717
1717
|
displayOptions: zod.ZodString;
|
|
1718
1718
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1719
1719
|
formula: zod.ZodString;
|
|
1720
|
-
}, zod_v4_core.$
|
|
1720
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1721
1721
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1722
1722
|
formula: zod.ZodString;
|
|
1723
1723
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1752,7 +1752,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1752
1752
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1753
1753
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1754
1754
|
}, zod_v4_core.$strip>>;
|
|
1755
|
-
}, zod_v4_core.$
|
|
1755
|
+
}, zod_v4_core.$strict>]>>;
|
|
1756
1756
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
1757
1757
|
considerFilters: zod.ZodBoolean;
|
|
1758
1758
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1820,7 +1820,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1820
1820
|
displayOptions: zod.ZodString;
|
|
1821
1821
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1822
1822
|
formula: zod.ZodString;
|
|
1823
|
-
}, zod_v4_core.$
|
|
1823
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1824
1824
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1825
1825
|
formula: zod.ZodString;
|
|
1826
1826
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1855,7 +1855,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1855
1855
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1856
1856
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1857
1857
|
}, zod_v4_core.$strip>>;
|
|
1858
|
-
}, zod_v4_core.$
|
|
1858
|
+
}, zod_v4_core.$strict>]>>;
|
|
1859
1859
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
1860
1860
|
considerFilters: zod.ZodBoolean;
|
|
1861
1861
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1924,7 +1924,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1924
1924
|
displayOptions: zod.ZodString;
|
|
1925
1925
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1926
1926
|
formula: zod.ZodString;
|
|
1927
|
-
}, zod_v4_core.$
|
|
1927
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
1928
1928
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1929
1929
|
formula: zod.ZodString;
|
|
1930
1930
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1959,7 +1959,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1959
1959
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
1960
1960
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
1961
1961
|
}, zod_v4_core.$strip>>;
|
|
1962
|
-
}, zod_v4_core.$
|
|
1962
|
+
}, zod_v4_core.$strict>]>>;
|
|
1963
1963
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
1964
1964
|
considerFilters: zod.ZodBoolean;
|
|
1965
1965
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -2014,7 +2014,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
2014
2014
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
2015
2015
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
2016
2016
|
formula: zod.ZodString;
|
|
2017
|
-
}, zod_v4_core.$
|
|
2017
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
2018
2018
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2019
2019
|
formula: zod.ZodString;
|
|
2020
2020
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -2049,7 +2049,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
2049
2049
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
2050
2050
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
2051
2051
|
}, zod_v4_core.$strip>>;
|
|
2052
|
-
}, zod_v4_core.$
|
|
2052
|
+
}, zod_v4_core.$strict>]>>;
|
|
2053
2053
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
2054
2054
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
2055
2055
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2064,7 +2064,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
2064
2064
|
eventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
2065
2065
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
2066
2066
|
formula: zod.ZodString;
|
|
2067
|
-
}, zod_v4_core.$
|
|
2067
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
2068
2068
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2069
2069
|
formula: zod.ZodString;
|
|
2070
2070
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -2099,9 +2099,9 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
2099
2099
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
2100
2100
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
2101
2101
|
}, zod_v4_core.$strip>>;
|
|
2102
|
-
}, zod_v4_core.$
|
|
2102
|
+
}, zod_v4_core.$strict>]>>;
|
|
2103
2103
|
}, zod_v4_core.$strip>], "mode">>;
|
|
2104
|
-
hideEmptyValues: zod.ZodBoolean
|
|
2104
|
+
hideEmptyValues: zod.ZodDefault<zod.ZodBoolean>;
|
|
2105
2105
|
}, zod_v4_core.$strip>;
|
|
2106
2106
|
declare const WidgetDimensionHierarchySchema: <D extends {
|
|
2107
2107
|
id: number;
|
|
@@ -3044,13 +3044,12 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
3044
3044
|
tableName?: string | undefined;
|
|
3045
3045
|
columnName?: string | undefined;
|
|
3046
3046
|
} | {
|
|
3047
|
+
mode: EWidgetIndicatorValueModes.AGGREGATION;
|
|
3047
3048
|
templateName: string;
|
|
3048
|
-
mode: EWidgetIndicatorValueModes.START_TIME | EWidgetIndicatorValueModes.END_TIME;
|
|
3049
3049
|
processKey: string | null;
|
|
3050
3050
|
eventName: string | null;
|
|
3051
|
-
eventTimeFormula: string | null;
|
|
3052
|
-
caseCaseIdFormula: string | null;
|
|
3053
3051
|
eventNameFormula: string | null;
|
|
3052
|
+
caseCaseIdFormula: string | null;
|
|
3054
3053
|
filters: ({
|
|
3055
3054
|
formula: string;
|
|
3056
3055
|
} | {
|
|
@@ -3071,13 +3070,19 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
3071
3070
|
durationUnit?: EDurationUnit | undefined;
|
|
3072
3071
|
} | undefined;
|
|
3073
3072
|
})[];
|
|
3073
|
+
anyEvent?: true | undefined;
|
|
3074
|
+
tableName?: string | undefined;
|
|
3075
|
+
columnName?: string | undefined;
|
|
3076
|
+
eventTimeFormula?: string | null | undefined;
|
|
3077
|
+
innerTemplateName?: string | undefined;
|
|
3074
3078
|
} | {
|
|
3075
|
-
mode: EWidgetIndicatorValueModes.AGGREGATION;
|
|
3076
3079
|
templateName: string;
|
|
3080
|
+
mode: EWidgetIndicatorValueModes.START_TIME | EWidgetIndicatorValueModes.END_TIME;
|
|
3077
3081
|
processKey: string | null;
|
|
3078
3082
|
eventName: string | null;
|
|
3079
|
-
|
|
3083
|
+
eventTimeFormula: string | null;
|
|
3080
3084
|
caseCaseIdFormula: string | null;
|
|
3085
|
+
eventNameFormula: string | null;
|
|
3081
3086
|
filters: ({
|
|
3082
3087
|
formula: string;
|
|
3083
3088
|
} | {
|
|
@@ -3098,16 +3103,11 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
3098
3103
|
durationUnit?: EDurationUnit | undefined;
|
|
3099
3104
|
} | undefined;
|
|
3100
3105
|
})[];
|
|
3101
|
-
anyEvent?: true | undefined;
|
|
3102
|
-
tableName?: string | undefined;
|
|
3103
|
-
columnName?: string | undefined;
|
|
3104
|
-
eventTimeFormula?: string | null | undefined;
|
|
3105
|
-
innerTemplateName?: string | undefined;
|
|
3106
3106
|
} | undefined;
|
|
3107
3107
|
}>(z: TZod, dimensionSchema: ZodType<D>) => zod.ZodObject<{
|
|
3108
3108
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
3109
3109
|
name: zod.ZodString;
|
|
3110
|
-
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>>>>;
|
|
3111
3111
|
displayCondition: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
3112
3112
|
mode: zod.ZodLiteral<EDisplayConditionMode.DISABLED>;
|
|
3113
3113
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -3126,7 +3126,7 @@ declare const WidgetIndicatorConversionValue: (z: TZod) => zod.ZodObject<{
|
|
|
3126
3126
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
3127
3127
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3128
3128
|
formula: zod.ZodString;
|
|
3129
|
-
}, zod_v4_core.$
|
|
3129
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3130
3130
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3131
3131
|
formula: zod.ZodString;
|
|
3132
3132
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3161,14 +3161,14 @@ declare const WidgetIndicatorConversionValue: (z: TZod) => zod.ZodObject<{
|
|
|
3161
3161
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3162
3162
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3163
3163
|
}, zod_v4_core.$strip>>;
|
|
3164
|
-
}, zod_v4_core.$
|
|
3164
|
+
}, zod_v4_core.$strict>]>>;
|
|
3165
3165
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3166
3166
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
3167
3167
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
3168
3168
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
3169
3169
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3170
3170
|
formula: zod.ZodString;
|
|
3171
|
-
}, zod_v4_core.$
|
|
3171
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3172
3172
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3173
3173
|
formula: zod.ZodString;
|
|
3174
3174
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3203,7 +3203,7 @@ declare const WidgetIndicatorConversionValue: (z: TZod) => zod.ZodObject<{
|
|
|
3203
3203
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3204
3204
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3205
3205
|
}, zod_v4_core.$strip>>;
|
|
3206
|
-
}, zod_v4_core.$
|
|
3206
|
+
}, zod_v4_core.$strict>]>>;
|
|
3207
3207
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
3208
3208
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3209
3209
|
}, zod_v4_core.$strip>;
|
|
@@ -3213,7 +3213,7 @@ declare const WidgetIndicatorDurationValue: (z: TZod) => zod.ZodObject<{
|
|
|
3213
3213
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
3214
3214
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3215
3215
|
formula: zod.ZodString;
|
|
3216
|
-
}, zod_v4_core.$
|
|
3216
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3217
3217
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3218
3218
|
formula: zod.ZodString;
|
|
3219
3219
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3248,14 +3248,14 @@ declare const WidgetIndicatorDurationValue: (z: TZod) => zod.ZodObject<{
|
|
|
3248
3248
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3249
3249
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3250
3250
|
}, zod_v4_core.$strip>>;
|
|
3251
|
-
}, zod_v4_core.$
|
|
3251
|
+
}, zod_v4_core.$strict>]>>;
|
|
3252
3252
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3253
3253
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
3254
3254
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
3255
3255
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
3256
3256
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3257
3257
|
formula: zod.ZodString;
|
|
3258
|
-
}, zod_v4_core.$
|
|
3258
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3259
3259
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3260
3260
|
formula: zod.ZodString;
|
|
3261
3261
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3290,7 +3290,7 @@ declare const WidgetIndicatorDurationValue: (z: TZod) => zod.ZodObject<{
|
|
|
3290
3290
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3291
3291
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3292
3292
|
}, zod_v4_core.$strip>>;
|
|
3293
|
-
}, zod_v4_core.$
|
|
3293
|
+
}, zod_v4_core.$strict>]>>;
|
|
3294
3294
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
3295
3295
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3296
3296
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.DURATION>;
|
|
@@ -3378,7 +3378,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3378
3378
|
displayOptions: zod.ZodString;
|
|
3379
3379
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3380
3380
|
formula: zod.ZodString;
|
|
3381
|
-
}, zod_v4_core.$
|
|
3381
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3382
3382
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3383
3383
|
formula: zod.ZodString;
|
|
3384
3384
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3413,7 +3413,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3413
3413
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3414
3414
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3415
3415
|
}, zod_v4_core.$strip>>;
|
|
3416
|
-
}, zod_v4_core.$
|
|
3416
|
+
}, zod_v4_core.$strict>]>>;
|
|
3417
3417
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
3418
3418
|
considerFilters: zod.ZodBoolean;
|
|
3419
3419
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -3491,7 +3491,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3491
3491
|
displayOptions: zod.ZodString;
|
|
3492
3492
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3493
3493
|
formula: zod.ZodString;
|
|
3494
|
-
}, zod_v4_core.$
|
|
3494
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3495
3495
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3496
3496
|
formula: zod.ZodString;
|
|
3497
3497
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3526,7 +3526,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3526
3526
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3527
3527
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3528
3528
|
}, zod_v4_core.$strip>>;
|
|
3529
|
-
}, zod_v4_core.$
|
|
3529
|
+
}, zod_v4_core.$strict>]>>;
|
|
3530
3530
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
3531
3531
|
considerFilters: zod.ZodBoolean;
|
|
3532
3532
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -3594,7 +3594,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3594
3594
|
displayOptions: zod.ZodString;
|
|
3595
3595
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3596
3596
|
formula: zod.ZodString;
|
|
3597
|
-
}, zod_v4_core.$
|
|
3597
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3598
3598
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3599
3599
|
formula: zod.ZodString;
|
|
3600
3600
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3629,7 +3629,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3629
3629
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3630
3630
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3631
3631
|
}, zod_v4_core.$strip>>;
|
|
3632
|
-
}, zod_v4_core.$
|
|
3632
|
+
}, zod_v4_core.$strict>]>>;
|
|
3633
3633
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
3634
3634
|
considerFilters: zod.ZodBoolean;
|
|
3635
3635
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -3698,7 +3698,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3698
3698
|
displayOptions: zod.ZodString;
|
|
3699
3699
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3700
3700
|
formula: zod.ZodString;
|
|
3701
|
-
}, zod_v4_core.$
|
|
3701
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3702
3702
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3703
3703
|
formula: zod.ZodString;
|
|
3704
3704
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3733,7 +3733,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3733
3733
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3734
3734
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3735
3735
|
}, zod_v4_core.$strip>>;
|
|
3736
|
-
}, zod_v4_core.$
|
|
3736
|
+
}, zod_v4_core.$strict>]>>;
|
|
3737
3737
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
3738
3738
|
considerFilters: zod.ZodBoolean;
|
|
3739
3739
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -3788,7 +3788,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3788
3788
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
3789
3789
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3790
3790
|
formula: zod.ZodString;
|
|
3791
|
-
}, zod_v4_core.$
|
|
3791
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3792
3792
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3793
3793
|
formula: zod.ZodString;
|
|
3794
3794
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3823,7 +3823,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3823
3823
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3824
3824
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3825
3825
|
}, zod_v4_core.$strip>>;
|
|
3826
|
-
}, zod_v4_core.$
|
|
3826
|
+
}, zod_v4_core.$strict>]>>;
|
|
3827
3827
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
3828
3828
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
3829
3829
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3835,7 +3835,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3835
3835
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
3836
3836
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3837
3837
|
formula: zod.ZodString;
|
|
3838
|
-
}, zod_v4_core.$
|
|
3838
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3839
3839
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3840
3840
|
formula: zod.ZodString;
|
|
3841
3841
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3870,14 +3870,14 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3870
3870
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3871
3871
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3872
3872
|
}, zod_v4_core.$strip>>;
|
|
3873
|
-
}, zod_v4_core.$
|
|
3873
|
+
}, zod_v4_core.$strict>]>>;
|
|
3874
3874
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3875
3875
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
3876
3876
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
3877
3877
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
3878
3878
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3879
3879
|
formula: zod.ZodString;
|
|
3880
|
-
}, zod_v4_core.$
|
|
3880
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3881
3881
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3882
3882
|
formula: zod.ZodString;
|
|
3883
3883
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3912,7 +3912,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3912
3912
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3913
3913
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3914
3914
|
}, zod_v4_core.$strip>>;
|
|
3915
|
-
}, zod_v4_core.$
|
|
3915
|
+
}, zod_v4_core.$strict>]>>;
|
|
3916
3916
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
3917
3917
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3918
3918
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -3921,7 +3921,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3921
3921
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
3922
3922
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3923
3923
|
formula: zod.ZodString;
|
|
3924
|
-
}, zod_v4_core.$
|
|
3924
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3925
3925
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3926
3926
|
formula: zod.ZodString;
|
|
3927
3927
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3956,14 +3956,14 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3956
3956
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3957
3957
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
3958
3958
|
}, zod_v4_core.$strip>>;
|
|
3959
|
-
}, zod_v4_core.$
|
|
3959
|
+
}, zod_v4_core.$strict>]>>;
|
|
3960
3960
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
3961
3961
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
3962
3962
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
3963
3963
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
3964
3964
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3965
3965
|
formula: zod.ZodString;
|
|
3966
|
-
}, zod_v4_core.$
|
|
3966
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
3967
3967
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3968
3968
|
formula: zod.ZodString;
|
|
3969
3969
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -3998,7 +3998,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3998
3998
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
3999
3999
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4000
4000
|
}, zod_v4_core.$strip>>;
|
|
4001
|
-
}, zod_v4_core.$
|
|
4001
|
+
}, zod_v4_core.$strict>]>>;
|
|
4002
4002
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
4003
4003
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
4004
4004
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.DURATION>;
|
|
@@ -4087,7 +4087,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4087
4087
|
displayOptions: zod.ZodString;
|
|
4088
4088
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4089
4089
|
formula: zod.ZodString;
|
|
4090
|
-
}, zod_v4_core.$
|
|
4090
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4091
4091
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4092
4092
|
formula: zod.ZodString;
|
|
4093
4093
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4122,7 +4122,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4122
4122
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4123
4123
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4124
4124
|
}, zod_v4_core.$strip>>;
|
|
4125
|
-
}, zod_v4_core.$
|
|
4125
|
+
}, zod_v4_core.$strict>]>>;
|
|
4126
4126
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
4127
4127
|
considerFilters: zod.ZodBoolean;
|
|
4128
4128
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -4200,7 +4200,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4200
4200
|
displayOptions: zod.ZodString;
|
|
4201
4201
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4202
4202
|
formula: zod.ZodString;
|
|
4203
|
-
}, zod_v4_core.$
|
|
4203
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4204
4204
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4205
4205
|
formula: zod.ZodString;
|
|
4206
4206
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4235,7 +4235,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4235
4235
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4236
4236
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4237
4237
|
}, zod_v4_core.$strip>>;
|
|
4238
|
-
}, zod_v4_core.$
|
|
4238
|
+
}, zod_v4_core.$strict>]>>;
|
|
4239
4239
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
4240
4240
|
considerFilters: zod.ZodBoolean;
|
|
4241
4241
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -4303,7 +4303,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4303
4303
|
displayOptions: zod.ZodString;
|
|
4304
4304
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4305
4305
|
formula: zod.ZodString;
|
|
4306
|
-
}, zod_v4_core.$
|
|
4306
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4307
4307
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4308
4308
|
formula: zod.ZodString;
|
|
4309
4309
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4338,7 +4338,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4338
4338
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4339
4339
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4340
4340
|
}, zod_v4_core.$strip>>;
|
|
4341
|
-
}, zod_v4_core.$
|
|
4341
|
+
}, zod_v4_core.$strict>]>>;
|
|
4342
4342
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
4343
4343
|
considerFilters: zod.ZodBoolean;
|
|
4344
4344
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -4407,7 +4407,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4407
4407
|
displayOptions: zod.ZodString;
|
|
4408
4408
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4409
4409
|
formula: zod.ZodString;
|
|
4410
|
-
}, zod_v4_core.$
|
|
4410
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4411
4411
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4412
4412
|
formula: zod.ZodString;
|
|
4413
4413
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4442,7 +4442,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4442
4442
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4443
4443
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4444
4444
|
}, zod_v4_core.$strip>>;
|
|
4445
|
-
}, zod_v4_core.$
|
|
4445
|
+
}, zod_v4_core.$strict>]>>;
|
|
4446
4446
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
4447
4447
|
considerFilters: zod.ZodBoolean;
|
|
4448
4448
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -4497,7 +4497,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4497
4497
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
4498
4498
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4499
4499
|
formula: zod.ZodString;
|
|
4500
|
-
}, zod_v4_core.$
|
|
4500
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4501
4501
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4502
4502
|
formula: zod.ZodString;
|
|
4503
4503
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4532,7 +4532,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4532
4532
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4533
4533
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4534
4534
|
}, zod_v4_core.$strip>>;
|
|
4535
|
-
}, zod_v4_core.$
|
|
4535
|
+
}, zod_v4_core.$strict>]>>;
|
|
4536
4536
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
4537
4537
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
4538
4538
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -4544,7 +4544,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4544
4544
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
4545
4545
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4546
4546
|
formula: zod.ZodString;
|
|
4547
|
-
}, zod_v4_core.$
|
|
4547
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4548
4548
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4549
4549
|
formula: zod.ZodString;
|
|
4550
4550
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4579,14 +4579,14 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4579
4579
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4580
4580
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4581
4581
|
}, zod_v4_core.$strip>>;
|
|
4582
|
-
}, zod_v4_core.$
|
|
4582
|
+
}, zod_v4_core.$strict>]>>;
|
|
4583
4583
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
4584
4584
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
4585
4585
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
4586
4586
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
4587
4587
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4588
4588
|
formula: zod.ZodString;
|
|
4589
|
-
}, zod_v4_core.$
|
|
4589
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4590
4590
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4591
4591
|
formula: zod.ZodString;
|
|
4592
4592
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4621,7 +4621,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4621
4621
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4622
4622
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4623
4623
|
}, zod_v4_core.$strip>>;
|
|
4624
|
-
}, zod_v4_core.$
|
|
4624
|
+
}, zod_v4_core.$strict>]>>;
|
|
4625
4625
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
4626
4626
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
4627
4627
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -4630,7 +4630,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4630
4630
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
4631
4631
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4632
4632
|
formula: zod.ZodString;
|
|
4633
|
-
}, zod_v4_core.$
|
|
4633
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4634
4634
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4635
4635
|
formula: zod.ZodString;
|
|
4636
4636
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4665,14 +4665,14 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4665
4665
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4666
4666
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4667
4667
|
}, zod_v4_core.$strip>>;
|
|
4668
|
-
}, zod_v4_core.$
|
|
4668
|
+
}, zod_v4_core.$strict>]>>;
|
|
4669
4669
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
4670
4670
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
4671
4671
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
4672
4672
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
4673
4673
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4674
4674
|
formula: zod.ZodString;
|
|
4675
|
-
}, zod_v4_core.$
|
|
4675
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
4676
4676
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4677
4677
|
formula: zod.ZodString;
|
|
4678
4678
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -4707,7 +4707,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4707
4707
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
4708
4708
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
4709
4709
|
}, zod_v4_core.$strip>>;
|
|
4710
|
-
}, zod_v4_core.$
|
|
4710
|
+
}, zod_v4_core.$strict>]>>;
|
|
4711
4711
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
4712
4712
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
4713
4713
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.DURATION>;
|
|
@@ -4715,7 +4715,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4715
4715
|
startEventAppearances: zod.ZodEnum<typeof EEventAppearances>;
|
|
4716
4716
|
endEventAppearances: zod.ZodEnum<typeof EEventAppearances>;
|
|
4717
4717
|
}, zod_v4_core.$strip>], "mode">>;
|
|
4718
|
-
displaySign: zod.ZodEnum<typeof EMarkdownDisplayMode
|
|
4718
|
+
displaySign: zod.ZodDefault<zod.ZodEnum<typeof EMarkdownDisplayMode>>;
|
|
4719
4719
|
}, zod_v4_core.$strip>;
|
|
4720
4720
|
declare const WidgetSortingIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
4721
4721
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -4731,6 +4731,43 @@ declare const WidgetSortingIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4731
4731
|
index: zod.ZodNumber;
|
|
4732
4732
|
}, zod_v4_core.$strip>], "mode">;
|
|
4733
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>;
|
|
4734
4771
|
|
|
4735
4772
|
declare enum EWidgetIndicatorType {
|
|
4736
4773
|
MEASURE = "MEASURE",
|
|
@@ -4751,20 +4788,8 @@ declare enum EOuterAggregation {
|
|
|
4751
4788
|
}
|
|
4752
4789
|
interface IWidgetIndicator extends TSchemaType<typeof WidgetIndicatorSchema> {
|
|
4753
4790
|
}
|
|
4754
|
-
type TProcessIndicatorValue =
|
|
4755
|
-
|
|
4756
|
-
formula: string;
|
|
4757
|
-
} | {
|
|
4758
|
-
mode: EWidgetIndicatorValueModes.TEMPLATE;
|
|
4759
|
-
/** Имя шаблонной формулы, использующей колонку таблицы */
|
|
4760
|
-
templateName: string;
|
|
4761
|
-
};
|
|
4762
|
-
interface IProcessIndicator extends IWidgetIndicator {
|
|
4763
|
-
value?: TProcessIndicatorValue;
|
|
4764
|
-
dbDataType?: string;
|
|
4765
|
-
format?: IWidgetColumnIndicator["format"];
|
|
4766
|
-
formatting?: IWidgetColumnIndicator["formatting"];
|
|
4767
|
-
displayCondition?: TDisplayCondition;
|
|
4791
|
+
type TProcessIndicatorValue = TSchemaType<typeof ProcessIndicatorValueSchema>;
|
|
4792
|
+
interface IProcessIndicator extends TSchemaType<typeof ProcessIndicatorSchema> {
|
|
4768
4793
|
}
|
|
4769
4794
|
interface IProcessEventIndicator extends IProcessIndicator {
|
|
4770
4795
|
}
|
|
@@ -5182,7 +5207,7 @@ declare const ParameterFromDynamicListSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5182
5207
|
displayOptions: zod.ZodString;
|
|
5183
5208
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5184
5209
|
formula: zod.ZodString;
|
|
5185
|
-
}, zod_v4_core.$
|
|
5210
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5186
5211
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5187
5212
|
formula: zod.ZodString;
|
|
5188
5213
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5217,7 +5242,7 @@ declare const ParameterFromDynamicListSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5217
5242
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5218
5243
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5219
5244
|
}, zod_v4_core.$strip>>;
|
|
5220
|
-
}, zod_v4_core.$
|
|
5245
|
+
}, zod_v4_core.$strict>]>>;
|
|
5221
5246
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5222
5247
|
considerFilters: zod.ZodBoolean;
|
|
5223
5248
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5281,7 +5306,7 @@ declare const ActionOnClickParameterSchema: (z: TZod) => zod.ZodIntersection<zod
|
|
|
5281
5306
|
displayOptions: zod.ZodString;
|
|
5282
5307
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5283
5308
|
formula: zod.ZodString;
|
|
5284
|
-
}, zod_v4_core.$
|
|
5309
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5285
5310
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5286
5311
|
formula: zod.ZodString;
|
|
5287
5312
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5316,7 +5341,7 @@ declare const ActionOnClickParameterSchema: (z: TZod) => zod.ZodIntersection<zod
|
|
|
5316
5341
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5317
5342
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5318
5343
|
}, zod_v4_core.$strip>>;
|
|
5319
|
-
}, zod_v4_core.$
|
|
5344
|
+
}, zod_v4_core.$strict>]>>;
|
|
5320
5345
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5321
5346
|
considerFilters: zod.ZodBoolean;
|
|
5322
5347
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5389,7 +5414,7 @@ declare const ActionRunScriptSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5389
5414
|
displayOptions: zod.ZodString;
|
|
5390
5415
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5391
5416
|
formula: zod.ZodString;
|
|
5392
|
-
}, zod_v4_core.$
|
|
5417
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5393
5418
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5394
5419
|
formula: zod.ZodString;
|
|
5395
5420
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5424,7 +5449,7 @@ declare const ActionRunScriptSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5424
5449
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5425
5450
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5426
5451
|
}, zod_v4_core.$strip>>;
|
|
5427
|
-
}, zod_v4_core.$
|
|
5452
|
+
}, zod_v4_core.$strict>]>>;
|
|
5428
5453
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5429
5454
|
considerFilters: zod.ZodBoolean;
|
|
5430
5455
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5503,7 +5528,7 @@ declare const ActionUpdateVariableSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5503
5528
|
displayOptions: zod.ZodString;
|
|
5504
5529
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5505
5530
|
formula: zod.ZodString;
|
|
5506
|
-
}, zod_v4_core.$
|
|
5531
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5507
5532
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5508
5533
|
formula: zod.ZodString;
|
|
5509
5534
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5538,7 +5563,7 @@ declare const ActionUpdateVariableSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5538
5563
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5539
5564
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5540
5565
|
}, zod_v4_core.$strip>>;
|
|
5541
|
-
}, zod_v4_core.$
|
|
5566
|
+
}, zod_v4_core.$strict>]>>;
|
|
5542
5567
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5543
5568
|
considerFilters: zod.ZodBoolean;
|
|
5544
5569
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5623,7 +5648,7 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5623
5648
|
displayOptions: zod.ZodString;
|
|
5624
5649
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5625
5650
|
formula: zod.ZodString;
|
|
5626
|
-
}, zod_v4_core.$
|
|
5651
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5627
5652
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5628
5653
|
formula: zod.ZodString;
|
|
5629
5654
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5658,7 +5683,7 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5658
5683
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5659
5684
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5660
5685
|
}, zod_v4_core.$strip>>;
|
|
5661
|
-
}, zod_v4_core.$
|
|
5686
|
+
}, zod_v4_core.$strict>]>>;
|
|
5662
5687
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5663
5688
|
considerFilters: zod.ZodBoolean;
|
|
5664
5689
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5727,7 +5752,7 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5727
5752
|
displayOptions: zod.ZodString;
|
|
5728
5753
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5729
5754
|
formula: zod.ZodString;
|
|
5730
|
-
}, zod_v4_core.$
|
|
5755
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5731
5756
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5732
5757
|
formula: zod.ZodString;
|
|
5733
5758
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5762,7 +5787,7 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5762
5787
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5763
5788
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5764
5789
|
}, zod_v4_core.$strip>>;
|
|
5765
|
-
}, zod_v4_core.$
|
|
5790
|
+
}, zod_v4_core.$strict>]>>;
|
|
5766
5791
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5767
5792
|
considerFilters: zod.ZodBoolean;
|
|
5768
5793
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5857,7 +5882,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
5857
5882
|
displayOptions: zod.ZodString;
|
|
5858
5883
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5859
5884
|
formula: zod.ZodString;
|
|
5860
|
-
}, zod_v4_core.$
|
|
5885
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5861
5886
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5862
5887
|
formula: zod.ZodString;
|
|
5863
5888
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -5892,7 +5917,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
5892
5917
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
5893
5918
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
5894
5919
|
}, zod_v4_core.$strip>>;
|
|
5895
|
-
}, zod_v4_core.$
|
|
5920
|
+
}, zod_v4_core.$strict>]>>;
|
|
5896
5921
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
5897
5922
|
considerFilters: zod.ZodBoolean;
|
|
5898
5923
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5970,7 +5995,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
5970
5995
|
displayOptions: zod.ZodString;
|
|
5971
5996
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5972
5997
|
formula: zod.ZodString;
|
|
5973
|
-
}, zod_v4_core.$
|
|
5998
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
5974
5999
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
5975
6000
|
formula: zod.ZodString;
|
|
5976
6001
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6005,7 +6030,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6005
6030
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6006
6031
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6007
6032
|
}, zod_v4_core.$strip>>;
|
|
6008
|
-
}, zod_v4_core.$
|
|
6033
|
+
}, zod_v4_core.$strict>]>>;
|
|
6009
6034
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6010
6035
|
considerFilters: zod.ZodBoolean;
|
|
6011
6036
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6073,7 +6098,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6073
6098
|
displayOptions: zod.ZodString;
|
|
6074
6099
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6075
6100
|
formula: zod.ZodString;
|
|
6076
|
-
}, zod_v4_core.$
|
|
6101
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6077
6102
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6078
6103
|
formula: zod.ZodString;
|
|
6079
6104
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6108,7 +6133,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6108
6133
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6109
6134
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6110
6135
|
}, zod_v4_core.$strip>>;
|
|
6111
|
-
}, zod_v4_core.$
|
|
6136
|
+
}, zod_v4_core.$strict>]>>;
|
|
6112
6137
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6113
6138
|
considerFilters: zod.ZodBoolean;
|
|
6114
6139
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6177,7 +6202,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6177
6202
|
displayOptions: zod.ZodString;
|
|
6178
6203
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6179
6204
|
formula: zod.ZodString;
|
|
6180
|
-
}, zod_v4_core.$
|
|
6205
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6181
6206
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6182
6207
|
formula: zod.ZodString;
|
|
6183
6208
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6212,7 +6237,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6212
6237
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6213
6238
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6214
6239
|
}, zod_v4_core.$strip>>;
|
|
6215
|
-
}, zod_v4_core.$
|
|
6240
|
+
}, zod_v4_core.$strict>]>>;
|
|
6216
6241
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6217
6242
|
considerFilters: zod.ZodBoolean;
|
|
6218
6243
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6287,7 +6312,7 @@ declare const WidgetActionParameterSchema: (z: TZod) => zod.ZodIntersection<zod.
|
|
|
6287
6312
|
displayOptions: zod.ZodString;
|
|
6288
6313
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6289
6314
|
formula: zod.ZodString;
|
|
6290
|
-
}, zod_v4_core.$
|
|
6315
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6291
6316
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6292
6317
|
formula: zod.ZodString;
|
|
6293
6318
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6322,7 +6347,7 @@ declare const WidgetActionParameterSchema: (z: TZod) => zod.ZodIntersection<zod.
|
|
|
6322
6347
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6323
6348
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6324
6349
|
}, zod_v4_core.$strip>>;
|
|
6325
|
-
}, zod_v4_core.$
|
|
6350
|
+
}, zod_v4_core.$strict>]>>;
|
|
6326
6351
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6327
6352
|
considerFilters: zod.ZodBoolean;
|
|
6328
6353
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6382,7 +6407,7 @@ declare const WidgetActionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
6382
6407
|
displayOptions: zod.ZodString;
|
|
6383
6408
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6384
6409
|
formula: zod.ZodString;
|
|
6385
|
-
}, zod_v4_core.$
|
|
6410
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6386
6411
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6387
6412
|
formula: zod.ZodString;
|
|
6388
6413
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6417,7 +6442,7 @@ declare const WidgetActionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
6417
6442
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6418
6443
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6419
6444
|
}, zod_v4_core.$strip>>;
|
|
6420
|
-
}, zod_v4_core.$
|
|
6445
|
+
}, zod_v4_core.$strict>]>>;
|
|
6421
6446
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6422
6447
|
considerFilters: zod.ZodBoolean;
|
|
6423
6448
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6464,9 +6489,10 @@ declare const ViewActionParameterSchema: (z: TZod) => zod.ZodIntersection<zod.Zo
|
|
|
6464
6489
|
sourceVariable: zod.ZodString;
|
|
6465
6490
|
}, zod_v4_core.$strip>], "inputMethod">>;
|
|
6466
6491
|
declare const ViewActionSchema: (z: TZod) => zod.ZodObject<{
|
|
6492
|
+
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6467
6493
|
name: zod.ZodString;
|
|
6468
|
-
buttonType: zod.ZodEnum<typeof EActionButtonsTypes
|
|
6469
|
-
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT
|
|
6494
|
+
buttonType: zod.ZodDefault<zod.ZodEnum<typeof EActionButtonsTypes>>;
|
|
6495
|
+
type: zod.ZodDefault<zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>>;
|
|
6470
6496
|
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6471
6497
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6472
6498
|
name: zod.ZodString;
|
|
@@ -6479,9 +6505,8 @@ declare const ViewActionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
6479
6505
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.VARIABLE>;
|
|
6480
6506
|
sourceVariable: zod.ZodString;
|
|
6481
6507
|
}, zod_v4_core.$strip>], "inputMethod">>>;
|
|
6482
|
-
scriptKey: zod.ZodString
|
|
6483
|
-
|
|
6484
|
-
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>]>>>;
|
|
6485
6510
|
}, zod_v4_core.$strip>;
|
|
6486
6511
|
declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6487
6512
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -6541,7 +6566,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6541
6566
|
displayOptions: zod.ZodString;
|
|
6542
6567
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6543
6568
|
formula: zod.ZodString;
|
|
6544
|
-
}, zod_v4_core.$
|
|
6569
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6545
6570
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6546
6571
|
formula: zod.ZodString;
|
|
6547
6572
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6576,7 +6601,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6576
6601
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6577
6602
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6578
6603
|
}, zod_v4_core.$strip>>;
|
|
6579
|
-
}, zod_v4_core.$
|
|
6604
|
+
}, zod_v4_core.$strict>]>>;
|
|
6580
6605
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6581
6606
|
considerFilters: zod.ZodBoolean;
|
|
6582
6607
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6654,7 +6679,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6654
6679
|
displayOptions: zod.ZodString;
|
|
6655
6680
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6656
6681
|
formula: zod.ZodString;
|
|
6657
|
-
}, zod_v4_core.$
|
|
6682
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6658
6683
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6659
6684
|
formula: zod.ZodString;
|
|
6660
6685
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6689,7 +6714,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6689
6714
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6690
6715
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6691
6716
|
}, zod_v4_core.$strip>>;
|
|
6692
|
-
}, zod_v4_core.$
|
|
6717
|
+
}, zod_v4_core.$strict>]>>;
|
|
6693
6718
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6694
6719
|
considerFilters: zod.ZodBoolean;
|
|
6695
6720
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6757,7 +6782,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6757
6782
|
displayOptions: zod.ZodString;
|
|
6758
6783
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6759
6784
|
formula: zod.ZodString;
|
|
6760
|
-
}, zod_v4_core.$
|
|
6785
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6761
6786
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6762
6787
|
formula: zod.ZodString;
|
|
6763
6788
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6792,7 +6817,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6792
6817
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6793
6818
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6794
6819
|
}, zod_v4_core.$strip>>;
|
|
6795
|
-
}, zod_v4_core.$
|
|
6820
|
+
}, zod_v4_core.$strict>]>>;
|
|
6796
6821
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6797
6822
|
considerFilters: zod.ZodBoolean;
|
|
6798
6823
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6861,7 +6886,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6861
6886
|
displayOptions: zod.ZodString;
|
|
6862
6887
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6863
6888
|
formula: zod.ZodString;
|
|
6864
|
-
}, zod_v4_core.$
|
|
6889
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6865
6890
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6866
6891
|
formula: zod.ZodString;
|
|
6867
6892
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -6896,7 +6921,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6896
6921
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
6897
6922
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
6898
6923
|
}, zod_v4_core.$strip>>;
|
|
6899
|
-
}, zod_v4_core.$
|
|
6924
|
+
}, zod_v4_core.$strict>]>>;
|
|
6900
6925
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
6901
6926
|
considerFilters: zod.ZodBoolean;
|
|
6902
6927
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6973,7 +6998,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6973
6998
|
displayOptions: zod.ZodString;
|
|
6974
6999
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6975
7000
|
formula: zod.ZodString;
|
|
6976
|
-
}, zod_v4_core.$
|
|
7001
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
6977
7002
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6978
7003
|
formula: zod.ZodString;
|
|
6979
7004
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -7008,7 +7033,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
7008
7033
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
7009
7034
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
7010
7035
|
}, zod_v4_core.$strip>>;
|
|
7011
|
-
}, zod_v4_core.$
|
|
7036
|
+
}, zod_v4_core.$strict>]>>;
|
|
7012
7037
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
7013
7038
|
considerFilters: zod.ZodBoolean;
|
|
7014
7039
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -7042,9 +7067,10 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
7042
7067
|
variableValue: zod.ZodString;
|
|
7043
7068
|
}, zod_v4_core.$strip>], "mode">;
|
|
7044
7069
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7070
|
+
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
7045
7071
|
name: zod.ZodString;
|
|
7046
|
-
buttonType: zod.ZodEnum<typeof EActionButtonsTypes
|
|
7047
|
-
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT
|
|
7072
|
+
buttonType: zod.ZodDefault<zod.ZodEnum<typeof EActionButtonsTypes>>;
|
|
7073
|
+
type: zod.ZodDefault<zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>>;
|
|
7048
7074
|
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
7049
7075
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
7050
7076
|
name: zod.ZodString;
|
|
@@ -7057,9 +7083,8 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
7057
7083
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.VARIABLE>;
|
|
7058
7084
|
sourceVariable: zod.ZodString;
|
|
7059
7085
|
}, zod_v4_core.$strip>], "inputMethod">>>;
|
|
7060
|
-
scriptKey: zod.ZodString
|
|
7061
|
-
|
|
7062
|
-
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>]>>>;
|
|
7063
7088
|
}, zod_v4_core.$strip>]>;
|
|
7064
7089
|
declare const ActionButtonSchema: (z: TZod) => zod.ZodObject<{
|
|
7065
7090
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -7105,7 +7130,7 @@ declare const ActionButtonSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7105
7130
|
displayOptions: zod.ZodString;
|
|
7106
7131
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
7107
7132
|
formula: zod.ZodString;
|
|
7108
|
-
}, zod_v4_core.$
|
|
7133
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
7109
7134
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
7110
7135
|
formula: zod.ZodString;
|
|
7111
7136
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -7140,7 +7165,7 @@ declare const ActionButtonSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7140
7165
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
7141
7166
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
7142
7167
|
}, zod_v4_core.$strip>>;
|
|
7143
|
-
}, zod_v4_core.$
|
|
7168
|
+
}, zod_v4_core.$strict>]>>;
|
|
7144
7169
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
7145
7170
|
considerFilters: zod.ZodBoolean;
|
|
7146
7171
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -7693,6 +7718,7 @@ interface IRadioIconGroupControl<Icon = string> {
|
|
|
7693
7718
|
type: EControlType.radioIconGroup;
|
|
7694
7719
|
value: string;
|
|
7695
7720
|
props: {
|
|
7721
|
+
disabled?: boolean;
|
|
7696
7722
|
options: {
|
|
7697
7723
|
value: string;
|
|
7698
7724
|
/** Иконка */
|
|
@@ -7977,7 +8003,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7977
8003
|
displayOptions: zod.ZodString;
|
|
7978
8004
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
7979
8005
|
formula: zod.ZodString;
|
|
7980
|
-
}, zod_v4_core.$
|
|
8006
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
7981
8007
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
7982
8008
|
formula: zod.ZodString;
|
|
7983
8009
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8012,7 +8038,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8012
8038
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8013
8039
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8014
8040
|
}, zod_v4_core.$strip>>;
|
|
8015
|
-
}, zod_v4_core.$
|
|
8041
|
+
}, zod_v4_core.$strict>]>>;
|
|
8016
8042
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
8017
8043
|
considerFilters: zod.ZodBoolean;
|
|
8018
8044
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -8090,7 +8116,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8090
8116
|
displayOptions: zod.ZodString;
|
|
8091
8117
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8092
8118
|
formula: zod.ZodString;
|
|
8093
|
-
}, zod_v4_core.$
|
|
8119
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8094
8120
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8095
8121
|
formula: zod.ZodString;
|
|
8096
8122
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8125,7 +8151,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8125
8151
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8126
8152
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8127
8153
|
}, zod_v4_core.$strip>>;
|
|
8128
|
-
}, zod_v4_core.$
|
|
8154
|
+
}, zod_v4_core.$strict>]>>;
|
|
8129
8155
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
8130
8156
|
considerFilters: zod.ZodBoolean;
|
|
8131
8157
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -8193,7 +8219,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8193
8219
|
displayOptions: zod.ZodString;
|
|
8194
8220
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8195
8221
|
formula: zod.ZodString;
|
|
8196
|
-
}, zod_v4_core.$
|
|
8222
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8197
8223
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8198
8224
|
formula: zod.ZodString;
|
|
8199
8225
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8228,7 +8254,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8228
8254
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8229
8255
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8230
8256
|
}, zod_v4_core.$strip>>;
|
|
8231
|
-
}, zod_v4_core.$
|
|
8257
|
+
}, zod_v4_core.$strict>]>>;
|
|
8232
8258
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
8233
8259
|
considerFilters: zod.ZodBoolean;
|
|
8234
8260
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -8297,7 +8323,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8297
8323
|
displayOptions: zod.ZodString;
|
|
8298
8324
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8299
8325
|
formula: zod.ZodString;
|
|
8300
|
-
}, zod_v4_core.$
|
|
8326
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8301
8327
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8302
8328
|
formula: zod.ZodString;
|
|
8303
8329
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8332,7 +8358,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8332
8358
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8333
8359
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8334
8360
|
}, zod_v4_core.$strip>>;
|
|
8335
|
-
}, zod_v4_core.$
|
|
8361
|
+
}, zod_v4_core.$strict>]>>;
|
|
8336
8362
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
8337
8363
|
considerFilters: zod.ZodBoolean;
|
|
8338
8364
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -8387,7 +8413,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8387
8413
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
8388
8414
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8389
8415
|
formula: zod.ZodString;
|
|
8390
|
-
}, zod_v4_core.$
|
|
8416
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8391
8417
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8392
8418
|
formula: zod.ZodString;
|
|
8393
8419
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8422,7 +8448,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8422
8448
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8423
8449
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8424
8450
|
}, zod_v4_core.$strip>>;
|
|
8425
|
-
}, zod_v4_core.$
|
|
8451
|
+
}, zod_v4_core.$strict>]>>;
|
|
8426
8452
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
8427
8453
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
8428
8454
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -8434,7 +8460,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8434
8460
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
8435
8461
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8436
8462
|
formula: zod.ZodString;
|
|
8437
|
-
}, zod_v4_core.$
|
|
8463
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8438
8464
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8439
8465
|
formula: zod.ZodString;
|
|
8440
8466
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8469,14 +8495,14 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8469
8495
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8470
8496
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8471
8497
|
}, zod_v4_core.$strip>>;
|
|
8472
|
-
}, zod_v4_core.$
|
|
8498
|
+
}, zod_v4_core.$strict>]>>;
|
|
8473
8499
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
8474
8500
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
8475
8501
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
8476
8502
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
8477
8503
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8478
8504
|
formula: zod.ZodString;
|
|
8479
|
-
}, zod_v4_core.$
|
|
8505
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8480
8506
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8481
8507
|
formula: zod.ZodString;
|
|
8482
8508
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8511,7 +8537,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8511
8537
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8512
8538
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8513
8539
|
}, zod_v4_core.$strip>>;
|
|
8514
|
-
}, zod_v4_core.$
|
|
8540
|
+
}, zod_v4_core.$strict>]>>;
|
|
8515
8541
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
8516
8542
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
8517
8543
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -8520,7 +8546,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8520
8546
|
startEventName: zod.ZodNullable<zod.ZodString>;
|
|
8521
8547
|
startEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8522
8548
|
formula: zod.ZodString;
|
|
8523
|
-
}, zod_v4_core.$
|
|
8549
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8524
8550
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8525
8551
|
formula: zod.ZodString;
|
|
8526
8552
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8555,14 +8581,14 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8555
8581
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8556
8582
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8557
8583
|
}, zod_v4_core.$strip>>;
|
|
8558
|
-
}, zod_v4_core.$
|
|
8584
|
+
}, zod_v4_core.$strict>]>>;
|
|
8559
8585
|
startEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
8560
8586
|
endEventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
8561
8587
|
endEventProcessKey: zod.ZodNullable<zod.ZodString>;
|
|
8562
8588
|
endEventName: zod.ZodNullable<zod.ZodString>;
|
|
8563
8589
|
endEventFilters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8564
8590
|
formula: zod.ZodString;
|
|
8565
|
-
}, zod_v4_core.$
|
|
8591
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8566
8592
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8567
8593
|
formula: zod.ZodString;
|
|
8568
8594
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8597,7 +8623,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8597
8623
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8598
8624
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8599
8625
|
}, zod_v4_core.$strip>>;
|
|
8600
|
-
}, zod_v4_core.$
|
|
8626
|
+
}, zod_v4_core.$strict>]>>;
|
|
8601
8627
|
endCaseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
8602
8628
|
endEventTimeFormula: zod.ZodNullable<zod.ZodString>;
|
|
8603
8629
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.DURATION>;
|
|
@@ -8605,13 +8631,13 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8605
8631
|
startEventAppearances: zod.ZodEnum<typeof EEventAppearances>;
|
|
8606
8632
|
endEventAppearances: zod.ZodEnum<typeof EEventAppearances>;
|
|
8607
8633
|
}, zod_v4_core.$strip>], "mode">>;
|
|
8608
|
-
displaySign: zod.ZodEnum<typeof EMarkdownDisplayMode
|
|
8634
|
+
displaySign: zod.ZodDefault<zod.ZodEnum<typeof EMarkdownDisplayMode>>;
|
|
8609
8635
|
}, zod_v4_core.$strip>>>;
|
|
8610
8636
|
markdownText: zod.ZodOptional<zod.ZodString>;
|
|
8611
8637
|
markdownTextSize: zod.ZodOptional<zod.ZodNumber>;
|
|
8612
8638
|
filters: zod.ZodOptional<zod.ZodArray<zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8613
8639
|
formula: zod.ZodString;
|
|
8614
|
-
}, zod_v4_core.$
|
|
8640
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8615
8641
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8616
8642
|
formula: zod.ZodString;
|
|
8617
8643
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8646,8 +8672,8 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8646
8672
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8647
8673
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8648
8674
|
}, zod_v4_core.$strip>>;
|
|
8649
|
-
}, zod_v4_core.$
|
|
8650
|
-
value: zod.
|
|
8675
|
+
}, zod_v4_core.$strict>]>, zod.ZodObject<{
|
|
8676
|
+
value: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8651
8677
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.AGGREGATION>;
|
|
8652
8678
|
templateName: zod.ZodString;
|
|
8653
8679
|
processKey: zod.ZodNullable<zod.ZodString>;
|
|
@@ -8657,7 +8683,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8657
8683
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
8658
8684
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8659
8685
|
formula: zod.ZodString;
|
|
8660
|
-
}, zod_v4_core.$
|
|
8686
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8661
8687
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8662
8688
|
formula: zod.ZodString;
|
|
8663
8689
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8692,12 +8718,12 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8692
8718
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8693
8719
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8694
8720
|
}, zod_v4_core.$strip>>;
|
|
8695
|
-
}, zod_v4_core.$
|
|
8721
|
+
}, zod_v4_core.$strict>]>>;
|
|
8696
8722
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
8697
8723
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
8698
8724
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8699
8725
|
outerAggregation: zod.ZodEnum<typeof EOuterAggregation>;
|
|
8700
|
-
}, zod_v4_core.$
|
|
8726
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8701
8727
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.AGGREGATION>;
|
|
8702
8728
|
templateName: zod.ZodString;
|
|
8703
8729
|
processKey: zod.ZodNullable<zod.ZodString>;
|
|
@@ -8707,7 +8733,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8707
8733
|
caseCaseIdFormula: zod.ZodNullable<zod.ZodString>;
|
|
8708
8734
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8709
8735
|
formula: zod.ZodString;
|
|
8710
|
-
}, zod_v4_core.$
|
|
8736
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8711
8737
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8712
8738
|
formula: zod.ZodString;
|
|
8713
8739
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8742,12 +8768,12 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8742
8768
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8743
8769
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8744
8770
|
}, zod_v4_core.$strip>>;
|
|
8745
|
-
}, zod_v4_core.$
|
|
8771
|
+
}, zod_v4_core.$strict>]>>;
|
|
8746
8772
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
8747
8773
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
8748
8774
|
eventTimeFormula: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8749
8775
|
innerTemplateName: zod.ZodOptional<zod.ZodString>;
|
|
8750
|
-
}, zod_v4_core.$
|
|
8776
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8751
8777
|
templateName: zod.ZodString;
|
|
8752
8778
|
mode: zod.ZodUnion<readonly [zod.ZodLiteral<EWidgetIndicatorValueModes.START_TIME>, zod.ZodLiteral<EWidgetIndicatorValueModes.END_TIME>]>;
|
|
8753
8779
|
processKey: zod.ZodNullable<zod.ZodString>;
|
|
@@ -8757,7 +8783,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8757
8783
|
eventNameFormula: zod.ZodNullable<zod.ZodString>;
|
|
8758
8784
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8759
8785
|
formula: zod.ZodString;
|
|
8760
|
-
}, zod_v4_core.$
|
|
8786
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8761
8787
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8762
8788
|
formula: zod.ZodString;
|
|
8763
8789
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8792,11 +8818,11 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8792
8818
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8793
8819
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8794
8820
|
}, zod_v4_core.$strip>>;
|
|
8795
|
-
}, zod_v4_core.$
|
|
8796
|
-
}, zod_v4_core.$
|
|
8821
|
+
}, zod_v4_core.$strict>]>>;
|
|
8822
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8797
8823
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
8798
8824
|
formula: zod.ZodOptional<zod.ZodString>;
|
|
8799
|
-
}, zod_v4_core.$
|
|
8825
|
+
}, zod_v4_core.$strict>]>;
|
|
8800
8826
|
dbDataType: zod.ZodString;
|
|
8801
8827
|
condition: zod.ZodObject<{
|
|
8802
8828
|
filteringMethod: zod.ZodEnum<{
|
|
@@ -8882,7 +8908,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8882
8908
|
displayOptions: zod.ZodString;
|
|
8883
8909
|
filters: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8884
8910
|
formula: zod.ZodString;
|
|
8885
|
-
}, zod_v4_core.$
|
|
8911
|
+
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8886
8912
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8887
8913
|
formula: zod.ZodString;
|
|
8888
8914
|
sliceIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -8917,7 +8943,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8917
8943
|
lastTimeUnit: zod.ZodOptional<zod.ZodEnum<typeof ELastTimeUnit>>;
|
|
8918
8944
|
durationUnit: zod.ZodOptional<zod.ZodEnum<typeof EDurationUnit>>;
|
|
8919
8945
|
}, zod_v4_core.$strip>>;
|
|
8920
|
-
}, zod_v4_core.$
|
|
8946
|
+
}, zod_v4_core.$strict>]>>;
|
|
8921
8947
|
filterByRows: zod.ZodOptional<zod.ZodBoolean>;
|
|
8922
8948
|
considerFilters: zod.ZodBoolean;
|
|
8923
8949
|
insertAnyValues: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -9910,15 +9936,7 @@ interface IWidgetPlaceholderValues {
|
|
|
9910
9936
|
isOverlay: boolean;
|
|
9911
9937
|
}
|
|
9912
9938
|
|
|
9913
|
-
interface IWidgetPresetSettings {
|
|
9914
|
-
filterMode: EWidgetFilterMode;
|
|
9915
|
-
ignoreFilters: boolean;
|
|
9916
|
-
stateName: string | null;
|
|
9917
|
-
titleColor: TColor;
|
|
9918
|
-
titleSize: number;
|
|
9919
|
-
titleWeight: EFontWeight;
|
|
9920
|
-
textSize: number;
|
|
9921
|
-
paddings: number | string;
|
|
9939
|
+
interface IWidgetPresetSettings extends TSchemaType<typeof WidgetPresetSettingsSchema> {
|
|
9922
9940
|
}
|
|
9923
9941
|
|
|
9924
9942
|
type TVersion = string;
|
|
@@ -9948,8 +9966,6 @@ interface ISchemaContext {
|
|
|
9948
9966
|
interface IDefinition<WidgetSettings extends IBaseWidgetSettings = IBaseWidgetSettings, GroupSettings extends IGroupSettings = IGroupSettings, MigrationStruct extends TMigrationStruct = IWidgetStruct> {
|
|
9949
9967
|
/** иконка виджета отображаемая в системе (в base64, svg или png) */
|
|
9950
9968
|
icon?: string;
|
|
9951
|
-
/** метод удаляет настройки, наследуемые от темы и возвращает функцию отката, которая возвращает удаленные настройки */
|
|
9952
|
-
cleanupThemeProperties?: (settings: WidgetSettings) => (settings: WidgetSettings) => void;
|
|
9953
9969
|
/** возвращает zod-схему настроек виджета */
|
|
9954
9970
|
createSettingsSchema?: (z: typeof z, context: ISchemaContext) => ZodType<WidgetSettings>;
|
|
9955
9971
|
/** возвращает конфигурацию настроек для отображения */
|
|
@@ -10232,6 +10248,60 @@ declare const replaceFiltersBySelection: (filters: ICalculatorFilter[], selectio
|
|
|
10232
10248
|
*/
|
|
10233
10249
|
declare const getLocalizedText: <L extends TLocalizationDescription, P extends ILocalizationProps = TExtractLocalizationParams<L>>(language: ELanguages, locObj: L, props?: P) => string;
|
|
10234
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
|
+
|
|
10235
10305
|
declare enum EClickHouseBaseTypes {
|
|
10236
10306
|
Date = "Date",
|
|
10237
10307
|
Date32 = "Date32",
|
|
@@ -10372,4 +10442,4 @@ declare global {
|
|
|
10372
10442
|
}
|
|
10373
10443
|
}
|
|
10374
10444
|
|
|
10375
|
-
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 };
|