@infomaximum/widget-sdk 6.0.0-view-theme.9 → 6.0.0-view-theme.11
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 +27 -8
- package/dist/index.d.ts +556 -499
- package/dist/index.esm.js +92 -55
- package/dist/index.js +96 -54
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -957,7 +957,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
957
957
|
value: zod.ZodOptional<zod.ZodEnum<typeof EFormattingPresets>>;
|
|
958
958
|
mode: zod.ZodEnum<typeof EFormatOrFormattingMode>;
|
|
959
959
|
}, zod_v4_core.$strip>>;
|
|
960
|
-
displayCondition: zod.
|
|
960
|
+
displayCondition: zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
961
961
|
mode: zod.ZodLiteral<EDisplayConditionMode.DISABLED>;
|
|
962
962
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
963
963
|
mode: zod.ZodLiteral<EDisplayConditionMode.FORMULA>;
|
|
@@ -977,7 +977,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
977
977
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
978
978
|
name: zod.ZodString;
|
|
979
979
|
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>;
|
|
980
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
980
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
981
981
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
982
982
|
name: zod.ZodString;
|
|
983
983
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -1014,8 +1014,8 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1014
1014
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1015
1015
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1016
1016
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
1017
|
-
options: zod.ZodString
|
|
1018
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
1017
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
1018
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
1019
1019
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1020
1020
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1021
1021
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -1073,7 +1073,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1073
1073
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1074
1074
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
1075
1075
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
1076
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
1076
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
1077
1077
|
scriptKey: zod.ZodString;
|
|
1078
1078
|
autoUpdate: zod.ZodEnum<typeof EAutoUpdateMode>;
|
|
1079
1079
|
hideInactiveButton: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1127,8 +1127,8 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1127
1127
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1128
1128
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1129
1129
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
1130
|
-
options: zod.ZodString
|
|
1131
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
1130
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
1131
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
1132
1132
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1133
1133
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1134
1134
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -1193,7 +1193,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1193
1193
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
1194
1194
|
mode: zod.ZodLiteral<EViewMode.GENERATED_BY_SCRIPT>;
|
|
1195
1195
|
scriptKey: zod.ZodString;
|
|
1196
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
1196
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
1197
1197
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
1198
1198
|
name: zod.ZodString;
|
|
1199
1199
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -1230,8 +1230,8 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1230
1230
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1231
1231
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1232
1232
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
1233
|
-
options: zod.ZodString
|
|
1234
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
1233
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
1234
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
1235
1235
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1236
1236
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1237
1237
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -1289,7 +1289,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1289
1289
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1290
1290
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
1291
1291
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
1292
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
1292
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
1293
1293
|
displayName: zod.ZodString;
|
|
1294
1294
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1295
1295
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -1297,7 +1297,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1297
1297
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
1298
1298
|
mode: zod.ZodLiteral<EViewMode.EXISTED_VIEW>;
|
|
1299
1299
|
viewKey: zod.ZodString;
|
|
1300
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
1300
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
1301
1301
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
1302
1302
|
name: zod.ZodString;
|
|
1303
1303
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -1334,8 +1334,8 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1334
1334
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1335
1335
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1336
1336
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
1337
|
-
options: zod.ZodString
|
|
1338
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
1337
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
1338
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
1339
1339
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1340
1340
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1341
1341
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -1393,7 +1393,7 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1393
1393
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1394
1394
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
1395
1395
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
1396
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
1396
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
1397
1397
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1398
1398
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
1399
1399
|
name: zod.ZodString;
|
|
@@ -1418,7 +1418,46 @@ declare const WidgetColumnIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1418
1418
|
inheritFilter: zod.ZodOptional<zod.ZodBoolean>;
|
|
1419
1419
|
}, zod_v4_core.$strip>], "openIn">>]>>>;
|
|
1420
1420
|
}, zod_v4_core.$strip>;
|
|
1421
|
-
declare const
|
|
1421
|
+
declare const WidgetIndicatorFormulaValueSchema: (z: TZod) => zod.ZodObject<{
|
|
1422
|
+
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
1423
|
+
formula: zod.ZodOptional<zod.ZodString>;
|
|
1424
|
+
}, zod_v4_core.$strip>;
|
|
1425
|
+
declare const WidgetIndicatorTemplateValueSchema: (z: TZod) => zod.ZodObject<{
|
|
1426
|
+
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.TEMPLATE>;
|
|
1427
|
+
templateName: zod.ZodOptional<zod.ZodString>;
|
|
1428
|
+
tableName: zod.ZodOptional<zod.ZodString>;
|
|
1429
|
+
columnName: zod.ZodOptional<zod.ZodString>;
|
|
1430
|
+
}, zod_v4_core.$strip>;
|
|
1431
|
+
declare const ColumnIndicatorValueSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
1432
|
+
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
1433
|
+
formula: zod.ZodOptional<zod.ZodString>;
|
|
1434
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1435
|
+
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.TEMPLATE>;
|
|
1436
|
+
templateName: zod.ZodOptional<zod.ZodString>;
|
|
1437
|
+
tableName: zod.ZodOptional<zod.ZodString>;
|
|
1438
|
+
columnName: zod.ZodOptional<zod.ZodString>;
|
|
1439
|
+
innerTemplateName: zod.ZodOptional<zod.ZodEnum<typeof EMeasureInnerTemplateNames>>;
|
|
1440
|
+
}, zod_v4_core.$strip>], "mode">, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
1441
|
+
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
1442
|
+
formula: zod.ZodOptional<zod.ZodString>;
|
|
1443
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1444
|
+
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.TEMPLATE>;
|
|
1445
|
+
templateName: zod.ZodOptional<zod.ZodString>;
|
|
1446
|
+
tableName: zod.ZodOptional<zod.ZodString>;
|
|
1447
|
+
columnName: zod.ZodOptional<zod.ZodString>;
|
|
1448
|
+
innerTemplateName: zod.ZodOptional<zod.ZodNever>;
|
|
1449
|
+
}, zod_v4_core.$strip>], "mode">]>;
|
|
1450
|
+
declare const MeasureValueSchema: (z: TZod) => zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
1451
|
+
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
1452
|
+
formula: zod.ZodOptional<zod.ZodString>;
|
|
1453
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1454
|
+
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.TEMPLATE>;
|
|
1455
|
+
templateName: zod.ZodOptional<zod.ZodString>;
|
|
1456
|
+
tableName: zod.ZodOptional<zod.ZodString>;
|
|
1457
|
+
columnName: zod.ZodOptional<zod.ZodString>;
|
|
1458
|
+
innerTemplateName: zod.ZodOptional<zod.ZodEnum<typeof EMeasureInnerTemplateNames>>;
|
|
1459
|
+
}, zod_v4_core.$strip>], "mode">;
|
|
1460
|
+
declare const DimensionValueSchema: (z: TZod) => zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
1422
1461
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.FORMULA>;
|
|
1423
1462
|
formula: zod.ZodOptional<zod.ZodString>;
|
|
1424
1463
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -1426,6 +1465,7 @@ declare const ColumnIndicatorValueSchema: (z: TZod) => zod.ZodDiscriminatedUnion
|
|
|
1426
1465
|
templateName: zod.ZodOptional<zod.ZodString>;
|
|
1427
1466
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
1428
1467
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
1468
|
+
innerTemplateName: zod.ZodOptional<zod.ZodNever>;
|
|
1429
1469
|
}, zod_v4_core.$strip>], "mode">;
|
|
1430
1470
|
declare const WidgetIndicatorAggregationValueSchema: (z: TZod) => zod.ZodObject<{
|
|
1431
1471
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.AGGREGATION>;
|
|
@@ -1536,7 +1576,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1536
1576
|
value: zod.ZodOptional<zod.ZodEnum<typeof EFormattingPresets>>;
|
|
1537
1577
|
mode: zod.ZodEnum<typeof EFormatOrFormattingMode>;
|
|
1538
1578
|
}, zod_v4_core.$strip>>;
|
|
1539
|
-
displayCondition: zod.
|
|
1579
|
+
displayCondition: zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
1540
1580
|
mode: zod.ZodLiteral<EDisplayConditionMode.DISABLED>;
|
|
1541
1581
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1542
1582
|
mode: zod.ZodLiteral<EDisplayConditionMode.FORMULA>;
|
|
@@ -1556,7 +1596,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1556
1596
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
1557
1597
|
name: zod.ZodString;
|
|
1558
1598
|
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>;
|
|
1559
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
1599
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
1560
1600
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
1561
1601
|
name: zod.ZodString;
|
|
1562
1602
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -1593,8 +1633,8 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1593
1633
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1594
1634
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1595
1635
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
1596
|
-
options: zod.ZodString
|
|
1597
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
1636
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
1637
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
1598
1638
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1599
1639
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1600
1640
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -1652,7 +1692,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1652
1692
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1653
1693
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
1654
1694
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
1655
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
1695
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
1656
1696
|
scriptKey: zod.ZodString;
|
|
1657
1697
|
autoUpdate: zod.ZodEnum<typeof EAutoUpdateMode>;
|
|
1658
1698
|
hideInactiveButton: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1706,8 +1746,8 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1706
1746
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1707
1747
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1708
1748
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
1709
|
-
options: zod.ZodString
|
|
1710
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
1749
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
1750
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
1711
1751
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1712
1752
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1713
1753
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -1772,7 +1812,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1772
1812
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
1773
1813
|
mode: zod.ZodLiteral<EViewMode.GENERATED_BY_SCRIPT>;
|
|
1774
1814
|
scriptKey: zod.ZodString;
|
|
1775
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
1815
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
1776
1816
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
1777
1817
|
name: zod.ZodString;
|
|
1778
1818
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -1809,8 +1849,8 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1809
1849
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1810
1850
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1811
1851
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
1812
|
-
options: zod.ZodString
|
|
1813
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
1852
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
1853
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
1814
1854
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1815
1855
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1816
1856
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -1868,7 +1908,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1868
1908
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1869
1909
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
1870
1910
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
1871
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
1911
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
1872
1912
|
displayName: zod.ZodString;
|
|
1873
1913
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1874
1914
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -1876,7 +1916,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1876
1916
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
1877
1917
|
mode: zod.ZodLiteral<EViewMode.EXISTED_VIEW>;
|
|
1878
1918
|
viewKey: zod.ZodString;
|
|
1879
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
1919
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
1880
1920
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
1881
1921
|
name: zod.ZodString;
|
|
1882
1922
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -1913,8 +1953,8 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1913
1953
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1914
1954
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1915
1955
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
1916
|
-
options: zod.ZodString
|
|
1917
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
1956
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
1957
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
1918
1958
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
1919
1959
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1920
1960
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -1972,7 +2012,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
1972
2012
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1973
2013
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
1974
2014
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
1975
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
2015
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
1976
2016
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1977
2017
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
1978
2018
|
name: zod.ZodString;
|
|
@@ -2004,6 +2044,7 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
2004
2044
|
templateName: zod.ZodOptional<zod.ZodString>;
|
|
2005
2045
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
2006
2046
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
2047
|
+
innerTemplateName: zod.ZodOptional<zod.ZodNever>;
|
|
2007
2048
|
}, zod_v4_core.$strip>], "mode">, zod.ZodObject<{
|
|
2008
2049
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.AGGREGATION>;
|
|
2009
2050
|
templateName: zod.ZodString;
|
|
@@ -2106,6 +2147,16 @@ declare const WidgetDimensionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
2106
2147
|
declare const WidgetDimensionHierarchySchema: <D extends {
|
|
2107
2148
|
id: number;
|
|
2108
2149
|
name: string;
|
|
2150
|
+
displayCondition: {
|
|
2151
|
+
mode: EDisplayConditionMode.DISABLED;
|
|
2152
|
+
} | {
|
|
2153
|
+
mode: EDisplayConditionMode.FORMULA;
|
|
2154
|
+
formula?: string | null | undefined;
|
|
2155
|
+
} | {
|
|
2156
|
+
mode: EDisplayConditionMode.VARIABLE;
|
|
2157
|
+
variableName?: string | null | undefined;
|
|
2158
|
+
variableValue?: string | null | undefined;
|
|
2159
|
+
};
|
|
2109
2160
|
hideEmptyValues: boolean;
|
|
2110
2161
|
dbDataType?: string | undefined;
|
|
2111
2162
|
format?: {
|
|
@@ -2116,16 +2167,6 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
2116
2167
|
mode: EFormatOrFormattingMode;
|
|
2117
2168
|
value?: EFormattingPresets | undefined;
|
|
2118
2169
|
} | undefined;
|
|
2119
|
-
displayCondition?: {
|
|
2120
|
-
mode: EDisplayConditionMode.DISABLED;
|
|
2121
|
-
} | {
|
|
2122
|
-
mode: EDisplayConditionMode.FORMULA;
|
|
2123
|
-
formula?: string | null | undefined;
|
|
2124
|
-
} | {
|
|
2125
|
-
mode: EDisplayConditionMode.VARIABLE;
|
|
2126
|
-
variableName?: string | null | undefined;
|
|
2127
|
-
variableValue?: string | null | undefined;
|
|
2128
|
-
} | undefined;
|
|
2129
2170
|
onClick?: ({
|
|
2130
2171
|
id: number;
|
|
2131
2172
|
name: string;
|
|
@@ -3043,6 +3084,7 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
3043
3084
|
templateName?: string | undefined;
|
|
3044
3085
|
tableName?: string | undefined;
|
|
3045
3086
|
columnName?: string | undefined;
|
|
3087
|
+
innerTemplateName?: undefined;
|
|
3046
3088
|
} | {
|
|
3047
3089
|
mode: EWidgetIndicatorValueModes.AGGREGATION;
|
|
3048
3090
|
templateName: string;
|
|
@@ -3108,7 +3150,7 @@ declare const WidgetDimensionHierarchySchema: <D extends {
|
|
|
3108
3150
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
3109
3151
|
name: zod.ZodString;
|
|
3110
3152
|
hierarchyDimensions: zod.ZodDefault<zod.ZodArray<ZodType<D, unknown, zod_v4_core.$ZodTypeInternals<D, unknown>>>>;
|
|
3111
|
-
displayCondition: zod.
|
|
3153
|
+
displayCondition: zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
3112
3154
|
mode: zod.ZodLiteral<EDisplayConditionMode.DISABLED>;
|
|
3113
3155
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3114
3156
|
mode: zod.ZodLiteral<EDisplayConditionMode.FORMULA>;
|
|
@@ -3310,7 +3352,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3310
3352
|
value: zod.ZodOptional<zod.ZodEnum<typeof EFormattingPresets>>;
|
|
3311
3353
|
mode: zod.ZodEnum<typeof EFormatOrFormattingMode>;
|
|
3312
3354
|
}, zod_v4_core.$strip>>;
|
|
3313
|
-
displayCondition: zod.
|
|
3355
|
+
displayCondition: zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
3314
3356
|
mode: zod.ZodLiteral<EDisplayConditionMode.DISABLED>;
|
|
3315
3357
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3316
3358
|
mode: zod.ZodLiteral<EDisplayConditionMode.FORMULA>;
|
|
@@ -3330,7 +3372,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3330
3372
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
3331
3373
|
name: zod.ZodString;
|
|
3332
3374
|
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>;
|
|
3333
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
3375
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
3334
3376
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
3335
3377
|
name: zod.ZodString;
|
|
3336
3378
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -3367,8 +3409,8 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3367
3409
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
3368
3410
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3369
3411
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
3370
|
-
options: zod.ZodString
|
|
3371
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
3412
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
3413
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
3372
3414
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
3373
3415
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3374
3416
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -3426,7 +3468,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3426
3468
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3427
3469
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
3428
3470
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
3429
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
3471
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
3430
3472
|
scriptKey: zod.ZodString;
|
|
3431
3473
|
autoUpdate: zod.ZodEnum<typeof EAutoUpdateMode>;
|
|
3432
3474
|
hideInactiveButton: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -3480,8 +3522,8 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3480
3522
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
3481
3523
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3482
3524
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
3483
|
-
options: zod.ZodString
|
|
3484
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
3525
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
3526
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
3485
3527
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
3486
3528
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3487
3529
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -3546,7 +3588,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3546
3588
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
3547
3589
|
mode: zod.ZodLiteral<EViewMode.GENERATED_BY_SCRIPT>;
|
|
3548
3590
|
scriptKey: zod.ZodString;
|
|
3549
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
3591
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
3550
3592
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
3551
3593
|
name: zod.ZodString;
|
|
3552
3594
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -3583,8 +3625,8 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3583
3625
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
3584
3626
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3585
3627
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
3586
|
-
options: zod.ZodString
|
|
3587
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
3628
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
3629
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
3588
3630
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
3589
3631
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3590
3632
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -3642,7 +3684,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3642
3684
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3643
3685
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
3644
3686
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
3645
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
3687
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
3646
3688
|
displayName: zod.ZodString;
|
|
3647
3689
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3648
3690
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -3650,7 +3692,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3650
3692
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
3651
3693
|
mode: zod.ZodLiteral<EViewMode.EXISTED_VIEW>;
|
|
3652
3694
|
viewKey: zod.ZodString;
|
|
3653
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
3695
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
3654
3696
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
3655
3697
|
name: zod.ZodString;
|
|
3656
3698
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -3687,8 +3729,8 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3687
3729
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
3688
3730
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3689
3731
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
3690
|
-
options: zod.ZodString
|
|
3691
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
3732
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
3733
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
3692
3734
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
3693
3735
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3694
3736
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -3746,7 +3788,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3746
3788
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3747
3789
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
3748
3790
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
3749
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
3791
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
3750
3792
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3751
3793
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
3752
3794
|
name: zod.ZodString;
|
|
@@ -3778,6 +3820,7 @@ declare const WidgetMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
3778
3820
|
templateName: zod.ZodOptional<zod.ZodString>;
|
|
3779
3821
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
3780
3822
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
3823
|
+
innerTemplateName: zod.ZodOptional<zod.ZodEnum<typeof EMeasureInnerTemplateNames>>;
|
|
3781
3824
|
}, zod_v4_core.$strip>], "mode">, zod.ZodObject<{
|
|
3782
3825
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.AGGREGATION>;
|
|
3783
3826
|
templateName: zod.ZodString;
|
|
@@ -4019,7 +4062,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4019
4062
|
value: zod.ZodOptional<zod.ZodEnum<typeof EFormattingPresets>>;
|
|
4020
4063
|
mode: zod.ZodEnum<typeof EFormatOrFormattingMode>;
|
|
4021
4064
|
}, zod_v4_core.$strip>>;
|
|
4022
|
-
displayCondition: zod.
|
|
4065
|
+
displayCondition: zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
4023
4066
|
mode: zod.ZodLiteral<EDisplayConditionMode.DISABLED>;
|
|
4024
4067
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4025
4068
|
mode: zod.ZodLiteral<EDisplayConditionMode.FORMULA>;
|
|
@@ -4039,7 +4082,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4039
4082
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
4040
4083
|
name: zod.ZodString;
|
|
4041
4084
|
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>;
|
|
4042
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
4085
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
4043
4086
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
4044
4087
|
name: zod.ZodString;
|
|
4045
4088
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -4076,8 +4119,8 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4076
4119
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
4077
4120
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4078
4121
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
4079
|
-
options: zod.ZodString
|
|
4080
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
4122
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
4123
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
4081
4124
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
4082
4125
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4083
4126
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -4135,7 +4178,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4135
4178
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4136
4179
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
4137
4180
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
4138
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
4181
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
4139
4182
|
scriptKey: zod.ZodString;
|
|
4140
4183
|
autoUpdate: zod.ZodEnum<typeof EAutoUpdateMode>;
|
|
4141
4184
|
hideInactiveButton: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -4189,8 +4232,8 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4189
4232
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
4190
4233
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4191
4234
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
4192
|
-
options: zod.ZodString
|
|
4193
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
4235
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
4236
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
4194
4237
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
4195
4238
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4196
4239
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -4255,7 +4298,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4255
4298
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
4256
4299
|
mode: zod.ZodLiteral<EViewMode.GENERATED_BY_SCRIPT>;
|
|
4257
4300
|
scriptKey: zod.ZodString;
|
|
4258
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
4301
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
4259
4302
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
4260
4303
|
name: zod.ZodString;
|
|
4261
4304
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -4292,8 +4335,8 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4292
4335
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
4293
4336
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4294
4337
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
4295
|
-
options: zod.ZodString
|
|
4296
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
4338
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
4339
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
4297
4340
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
4298
4341
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4299
4342
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -4351,7 +4394,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4351
4394
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4352
4395
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
4353
4396
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
4354
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
4397
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
4355
4398
|
displayName: zod.ZodString;
|
|
4356
4399
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4357
4400
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -4359,7 +4402,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4359
4402
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
4360
4403
|
mode: zod.ZodLiteral<EViewMode.EXISTED_VIEW>;
|
|
4361
4404
|
viewKey: zod.ZodString;
|
|
4362
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
4405
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
4363
4406
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
4364
4407
|
name: zod.ZodString;
|
|
4365
4408
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -4396,8 +4439,8 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4396
4439
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
4397
4440
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4398
4441
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
4399
|
-
options: zod.ZodString
|
|
4400
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
4442
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
4443
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
4401
4444
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
4402
4445
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4403
4446
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -4455,7 +4498,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4455
4498
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4456
4499
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
4457
4500
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
4458
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
4501
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
4459
4502
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4460
4503
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
4461
4504
|
name: zod.ZodString;
|
|
@@ -4487,6 +4530,7 @@ declare const MarkdownMeasureSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4487
4530
|
templateName: zod.ZodOptional<zod.ZodString>;
|
|
4488
4531
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
4489
4532
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
4533
|
+
innerTemplateName: zod.ZodOptional<zod.ZodEnum<typeof EMeasureInnerTemplateNames>>;
|
|
4490
4534
|
}, zod_v4_core.$strip>], "mode">, zod.ZodObject<{
|
|
4491
4535
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.AGGREGATION>;
|
|
4492
4536
|
templateName: zod.ZodString;
|
|
@@ -4757,7 +4801,7 @@ declare const ProcessIndicatorSchema: (z: TZod) => zod.ZodObject<{
|
|
|
4757
4801
|
value: zod.ZodOptional<zod.ZodEnum<typeof EFormattingPresets>>;
|
|
4758
4802
|
mode: zod.ZodEnum<typeof EFormatOrFormattingMode>;
|
|
4759
4803
|
}, zod_v4_core.$strip>>;
|
|
4760
|
-
displayCondition: zod.
|
|
4804
|
+
displayCondition: zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
4761
4805
|
mode: zod.ZodLiteral<EDisplayConditionMode.DISABLED>;
|
|
4762
4806
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4763
4807
|
mode: zod.ZodLiteral<EDisplayConditionMode.FORMULA>;
|
|
@@ -5195,8 +5239,8 @@ declare const ParameterFromManualInputSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5195
5239
|
}, zod_v4_core.$strip>;
|
|
5196
5240
|
declare const ParameterFromStaticListSchema: (z: TZod) => zod.ZodObject<{
|
|
5197
5241
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
5198
|
-
options: zod.ZodString
|
|
5199
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
5242
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
5243
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
5200
5244
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5201
5245
|
}, zod_v4_core.$strip>;
|
|
5202
5246
|
declare const ParameterFromDynamicListSchema: (z: TZod) => zod.ZodObject<{
|
|
@@ -5295,8 +5339,8 @@ declare const ActionOnClickParameterSchema: (z: TZod) => zod.ZodIntersection<zod
|
|
|
5295
5339
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5296
5340
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5297
5341
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
5298
|
-
options: zod.ZodString
|
|
5299
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
5342
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
5343
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
5300
5344
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5301
5345
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5302
5346
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -5366,7 +5410,7 @@ declare const ActionRunScriptSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5366
5410
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
5367
5411
|
name: zod.ZodString;
|
|
5368
5412
|
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>;
|
|
5369
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
5413
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
5370
5414
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
5371
5415
|
name: zod.ZodString;
|
|
5372
5416
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -5403,8 +5447,8 @@ declare const ActionRunScriptSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5403
5447
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5404
5448
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5405
5449
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
5406
|
-
options: zod.ZodString
|
|
5407
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
5450
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
5451
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
5408
5452
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5409
5453
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5410
5454
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -5462,7 +5506,7 @@ declare const ActionRunScriptSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5462
5506
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5463
5507
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
5464
5508
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
5465
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
5509
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
5466
5510
|
scriptKey: zod.ZodString;
|
|
5467
5511
|
autoUpdate: zod.ZodEnum<typeof EAutoUpdateMode>;
|
|
5468
5512
|
hideInactiveButton: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5517,8 +5561,8 @@ declare const ActionUpdateVariableSchema: (z: TZod) => zod.ZodObject<{
|
|
|
5517
5561
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5518
5562
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5519
5563
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
5520
|
-
options: zod.ZodString
|
|
5521
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
5564
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
5565
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
5522
5566
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5523
5567
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5524
5568
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -5600,7 +5644,7 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5600
5644
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
5601
5645
|
mode: zod.ZodLiteral<EViewMode.GENERATED_BY_SCRIPT>;
|
|
5602
5646
|
scriptKey: zod.ZodString;
|
|
5603
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
5647
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
5604
5648
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
5605
5649
|
name: zod.ZodString;
|
|
5606
5650
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -5637,8 +5681,8 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5637
5681
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5638
5682
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5639
5683
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
5640
|
-
options: zod.ZodString
|
|
5641
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
5684
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
5685
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
5642
5686
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5643
5687
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5644
5688
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -5696,7 +5740,7 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5696
5740
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5697
5741
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
5698
5742
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
5699
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
5743
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
5700
5744
|
displayName: zod.ZodString;
|
|
5701
5745
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5702
5746
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -5704,7 +5748,7 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5704
5748
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
5705
5749
|
mode: zod.ZodLiteral<EViewMode.EXISTED_VIEW>;
|
|
5706
5750
|
viewKey: zod.ZodString;
|
|
5707
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
5751
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
5708
5752
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
5709
5753
|
name: zod.ZodString;
|
|
5710
5754
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -5741,8 +5785,8 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5741
5785
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5742
5786
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5743
5787
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
5744
|
-
options: zod.ZodString
|
|
5745
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
5788
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
5789
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
5746
5790
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5747
5791
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5748
5792
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -5800,7 +5844,7 @@ declare const ActionOpenViewSchema: (z: TZod) => zod.ZodIntersection<zod.ZodDisc
|
|
|
5800
5844
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5801
5845
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
5802
5846
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
5803
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
5847
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
5804
5848
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5805
5849
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
5806
5850
|
name: zod.ZodString;
|
|
@@ -5834,7 +5878,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
5834
5878
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
5835
5879
|
name: zod.ZodString;
|
|
5836
5880
|
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>;
|
|
5837
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
5881
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
5838
5882
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
5839
5883
|
name: zod.ZodString;
|
|
5840
5884
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -5871,8 +5915,8 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
5871
5915
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5872
5916
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5873
5917
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
5874
|
-
options: zod.ZodString
|
|
5875
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
5918
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
5919
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
5876
5920
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5877
5921
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5878
5922
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -5930,7 +5974,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
5930
5974
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5931
5975
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
5932
5976
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
5933
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
5977
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
5934
5978
|
scriptKey: zod.ZodString;
|
|
5935
5979
|
autoUpdate: zod.ZodEnum<typeof EAutoUpdateMode>;
|
|
5936
5980
|
hideInactiveButton: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -5984,8 +6028,8 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
5984
6028
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5985
6029
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5986
6030
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
5987
|
-
options: zod.ZodString
|
|
5988
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
6031
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
6032
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
5989
6033
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
5990
6034
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
5991
6035
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -6050,7 +6094,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6050
6094
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
6051
6095
|
mode: zod.ZodLiteral<EViewMode.GENERATED_BY_SCRIPT>;
|
|
6052
6096
|
scriptKey: zod.ZodString;
|
|
6053
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6097
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6054
6098
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6055
6099
|
name: zod.ZodString;
|
|
6056
6100
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -6087,8 +6131,8 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6087
6131
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6088
6132
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6089
6133
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
6090
|
-
options: zod.ZodString
|
|
6091
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
6134
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
6135
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
6092
6136
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6093
6137
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6094
6138
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -6146,7 +6190,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6146
6190
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6147
6191
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
6148
6192
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
6149
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
6193
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
6150
6194
|
displayName: zod.ZodString;
|
|
6151
6195
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6152
6196
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -6154,7 +6198,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6154
6198
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
6155
6199
|
mode: zod.ZodLiteral<EViewMode.EXISTED_VIEW>;
|
|
6156
6200
|
viewKey: zod.ZodString;
|
|
6157
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6201
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6158
6202
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6159
6203
|
name: zod.ZodString;
|
|
6160
6204
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -6191,8 +6235,8 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6191
6235
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6192
6236
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6193
6237
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
6194
|
-
options: zod.ZodString
|
|
6195
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
6238
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
6239
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
6196
6240
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6197
6241
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6198
6242
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -6250,7 +6294,7 @@ declare const ActionsOnClickSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodO
|
|
|
6250
6294
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6251
6295
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
6252
6296
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
6253
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
6297
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
6254
6298
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6255
6299
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6256
6300
|
name: zod.ZodString;
|
|
@@ -6301,8 +6345,8 @@ declare const WidgetActionParameterSchema: (z: TZod) => zod.ZodIntersection<zod.
|
|
|
6301
6345
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6302
6346
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6303
6347
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
6304
|
-
options: zod.ZodString
|
|
6305
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
6348
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
6349
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
6306
6350
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6307
6351
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6308
6352
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -6369,7 +6413,7 @@ declare const WidgetActionParameterSchema: (z: TZod) => zod.ZodIntersection<zod.
|
|
|
6369
6413
|
declare const WidgetActionSchema: (z: TZod) => zod.ZodObject<{
|
|
6370
6414
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6371
6415
|
name: zod.ZodString;
|
|
6372
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6416
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6373
6417
|
name: zod.ZodString;
|
|
6374
6418
|
displayName: zod.ZodString;
|
|
6375
6419
|
isHidden: zod.ZodBoolean;
|
|
@@ -6396,8 +6440,8 @@ declare const WidgetActionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
6396
6440
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6397
6441
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6398
6442
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
6399
|
-
options: zod.ZodString
|
|
6400
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
6443
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
6444
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
6401
6445
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6402
6446
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6403
6447
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -6460,7 +6504,7 @@ declare const WidgetActionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
6460
6504
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6461
6505
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
6462
6506
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
6463
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
6507
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
6464
6508
|
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>;
|
|
6465
6509
|
scriptKey: zod.ZodString;
|
|
6466
6510
|
autoUpdate: zod.ZodEnum<typeof EAutoUpdateMode>;
|
|
@@ -6493,7 +6537,7 @@ declare const ViewActionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
6493
6537
|
name: zod.ZodString;
|
|
6494
6538
|
buttonType: zod.ZodDefault<zod.ZodEnum<typeof EActionButtonsTypes>>;
|
|
6495
6539
|
type: zod.ZodDefault<zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>>;
|
|
6496
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6540
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6497
6541
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6498
6542
|
name: zod.ZodString;
|
|
6499
6543
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -6504,7 +6548,7 @@ declare const ViewActionSchema: (z: TZod) => zod.ZodObject<{
|
|
|
6504
6548
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6505
6549
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.VARIABLE>;
|
|
6506
6550
|
sourceVariable: zod.ZodString;
|
|
6507
|
-
}, zod_v4_core.$strip>], "inputMethod"
|
|
6551
|
+
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
6508
6552
|
scriptKey: zod.ZodNullable<zod.ZodString>;
|
|
6509
6553
|
autoUpdate: zod.ZodOptional<zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodLiteral<EAutoUpdateMode.NONE>, zod.ZodLiteral<EAutoUpdateMode.ALL_VIEWS>]>>>;
|
|
6510
6554
|
}, zod_v4_core.$strip>;
|
|
@@ -6518,7 +6562,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6518
6562
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6519
6563
|
name: zod.ZodString;
|
|
6520
6564
|
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>;
|
|
6521
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6565
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6522
6566
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6523
6567
|
name: zod.ZodString;
|
|
6524
6568
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -6555,8 +6599,8 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6555
6599
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6556
6600
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6557
6601
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
6558
|
-
options: zod.ZodString
|
|
6559
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
6602
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
6603
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
6560
6604
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6561
6605
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6562
6606
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -6614,7 +6658,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6614
6658
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6615
6659
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
6616
6660
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
6617
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
6661
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
6618
6662
|
scriptKey: zod.ZodString;
|
|
6619
6663
|
autoUpdate: zod.ZodEnum<typeof EAutoUpdateMode>;
|
|
6620
6664
|
hideInactiveButton: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -6668,8 +6712,8 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6668
6712
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6669
6713
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6670
6714
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
6671
|
-
options: zod.ZodString
|
|
6672
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
6715
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
6716
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
6673
6717
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6674
6718
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6675
6719
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -6734,7 +6778,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6734
6778
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
6735
6779
|
mode: zod.ZodLiteral<EViewMode.GENERATED_BY_SCRIPT>;
|
|
6736
6780
|
scriptKey: zod.ZodString;
|
|
6737
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6781
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6738
6782
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6739
6783
|
name: zod.ZodString;
|
|
6740
6784
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -6771,8 +6815,8 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6771
6815
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6772
6816
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6773
6817
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
6774
|
-
options: zod.ZodString
|
|
6775
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
6818
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
6819
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
6776
6820
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6777
6821
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6778
6822
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -6830,7 +6874,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6830
6874
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6831
6875
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
6832
6876
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
6833
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
6877
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
6834
6878
|
displayName: zod.ZodString;
|
|
6835
6879
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6836
6880
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -6838,7 +6882,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6838
6882
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
6839
6883
|
mode: zod.ZodLiteral<EViewMode.EXISTED_VIEW>;
|
|
6840
6884
|
viewKey: zod.ZodString;
|
|
6841
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6885
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6842
6886
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6843
6887
|
name: zod.ZodString;
|
|
6844
6888
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -6875,8 +6919,8 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6875
6919
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6876
6920
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6877
6921
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
6878
|
-
options: zod.ZodString
|
|
6879
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
6922
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
6923
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
6880
6924
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6881
6925
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6882
6926
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -6934,7 +6978,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6934
6978
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6935
6979
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
6936
6980
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
6937
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
6981
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
6938
6982
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6939
6983
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6940
6984
|
name: zod.ZodString;
|
|
@@ -6960,7 +7004,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6960
7004
|
}, zod_v4_core.$strip>], "openIn">>]>, zod.ZodObject<{
|
|
6961
7005
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
6962
7006
|
name: zod.ZodString;
|
|
6963
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
7007
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
6964
7008
|
name: zod.ZodString;
|
|
6965
7009
|
displayName: zod.ZodString;
|
|
6966
7010
|
isHidden: zod.ZodBoolean;
|
|
@@ -6987,8 +7031,8 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
6987
7031
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6988
7032
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6989
7033
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
6990
|
-
options: zod.ZodString
|
|
6991
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
7034
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
7035
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
6992
7036
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
6993
7037
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6994
7038
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -7051,7 +7095,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
7051
7095
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7052
7096
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
7053
7097
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
7054
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
7098
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
7055
7099
|
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>;
|
|
7056
7100
|
scriptKey: zod.ZodString;
|
|
7057
7101
|
autoUpdate: zod.ZodEnum<typeof EAutoUpdateMode>;
|
|
@@ -7071,7 +7115,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
7071
7115
|
name: zod.ZodString;
|
|
7072
7116
|
buttonType: zod.ZodDefault<zod.ZodEnum<typeof EActionButtonsTypes>>;
|
|
7073
7117
|
type: zod.ZodDefault<zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>>;
|
|
7074
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
7118
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
7075
7119
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
7076
7120
|
name: zod.ZodString;
|
|
7077
7121
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -7082,7 +7126,7 @@ declare const ActionSchema: (z: TZod) => zod.ZodUnion<readonly [zod.ZodUnion<rea
|
|
|
7082
7126
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7083
7127
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.VARIABLE>;
|
|
7084
7128
|
sourceVariable: zod.ZodString;
|
|
7085
|
-
}, zod_v4_core.$strip>], "inputMethod"
|
|
7129
|
+
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
7086
7130
|
scriptKey: zod.ZodNullable<zod.ZodString>;
|
|
7087
7131
|
autoUpdate: zod.ZodOptional<zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodLiteral<EAutoUpdateMode.NONE>, zod.ZodLiteral<EAutoUpdateMode.ALL_VIEWS>]>>>;
|
|
7088
7132
|
}, zod_v4_core.$strip>]>;
|
|
@@ -7092,7 +7136,7 @@ declare const ActionButtonSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7092
7136
|
onClick: zod.ZodArray<zod.ZodObject<{
|
|
7093
7137
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
7094
7138
|
name: zod.ZodString;
|
|
7095
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
7139
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
7096
7140
|
name: zod.ZodString;
|
|
7097
7141
|
displayName: zod.ZodString;
|
|
7098
7142
|
isHidden: zod.ZodBoolean;
|
|
@@ -7119,8 +7163,8 @@ declare const ActionButtonSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7119
7163
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
7120
7164
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7121
7165
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
7122
|
-
options: zod.ZodString
|
|
7123
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
7166
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
7167
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
7124
7168
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
7125
7169
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7126
7170
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -7183,7 +7227,7 @@ declare const ActionButtonSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7183
7227
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7184
7228
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
7185
7229
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
7186
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
7230
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
7187
7231
|
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>;
|
|
7188
7232
|
scriptKey: zod.ZodString;
|
|
7189
7233
|
autoUpdate: zod.ZodEnum<typeof EAutoUpdateMode>;
|
|
@@ -7455,124 +7499,334 @@ interface IParsedDbType<T extends TNullable<string> = string> {
|
|
|
7455
7499
|
simpleType: ESimpleDataType;
|
|
7456
7500
|
}
|
|
7457
7501
|
|
|
7458
|
-
|
|
7459
|
-
|
|
7460
|
-
|
|
7461
|
-
|
|
7462
|
-
|
|
7463
|
-
|
|
7464
|
-
|
|
7465
|
-
|
|
7466
|
-
|
|
7467
|
-
|
|
7468
|
-
|
|
7469
|
-
|
|
7470
|
-
/** Ввод размера (число + единица измерения) */
|
|
7471
|
-
size = "size",
|
|
7472
|
-
/** Выбор boolean значения через переключатель */
|
|
7473
|
-
switch = "switch",
|
|
7474
|
-
/** Выбор варианта из выпадающего списка */
|
|
7475
|
-
select = "select",
|
|
7476
|
-
/** Выбор одного из вариантов, представленных через иконки */
|
|
7477
|
-
radioIconGroup = "radioIconGroup",
|
|
7478
|
-
/** Ввод значения показателя */
|
|
7479
|
-
formula = "formula",
|
|
7480
|
-
/** Ввод формулы и ее типа */
|
|
7481
|
-
typedFormula = "typedFormula",
|
|
7482
|
-
/** Выбор настроек форматирования */
|
|
7483
|
-
formatting = "formatting",
|
|
7484
|
-
/** Ввод шаблона форматирования */
|
|
7485
|
-
formattingTemplate = "formattingTemplate",
|
|
7486
|
-
/** Выбор действий по клику */
|
|
7487
|
-
actionOnClick = "actionOnClick",
|
|
7488
|
-
/** Ввод фильтров */
|
|
7489
|
-
filter = "filter",
|
|
7490
|
-
/** Ввод условия отображения */
|
|
7491
|
-
displayCondition = "displayCondition",
|
|
7492
|
-
/** Ввод цвета */
|
|
7493
|
-
colorPicker = "colorPicker",
|
|
7494
|
-
/** Отображение тегов с возможностью "провалиться" внутрь */
|
|
7495
|
-
tagSet = "tagSet",
|
|
7496
|
-
/** Множественный выбор событий процесса */
|
|
7497
|
-
eventsPicker = "eventsPicker",
|
|
7498
|
-
/**
|
|
7499
|
-
* @deprecated используется только для виджета "Маршруты", будет перенесено на уровень виджета.
|
|
7500
|
-
* Ввод цветов для событий процесса.
|
|
7501
|
-
*/
|
|
7502
|
-
eventsColor = "eventsColor"
|
|
7502
|
+
declare enum EDimensionTemplateNames {
|
|
7503
|
+
dateTime = "dateTime",
|
|
7504
|
+
date = "date",
|
|
7505
|
+
year = "year",
|
|
7506
|
+
yearAndQuarter = "yearAndQuarter",
|
|
7507
|
+
quarter = "quarter",
|
|
7508
|
+
yearAndMonth = "yearAndMonth",
|
|
7509
|
+
dayOfMonth = "dayOfMonth",
|
|
7510
|
+
month = "month",
|
|
7511
|
+
week = "week",
|
|
7512
|
+
dayOfWeek = "dayOfWeek",
|
|
7513
|
+
hour = "hour"
|
|
7503
7514
|
}
|
|
7504
|
-
|
|
7505
|
-
|
|
7506
|
-
|
|
7507
|
-
|
|
7508
|
-
|
|
7509
|
-
|
|
7510
|
-
|
|
7511
|
-
|
|
7512
|
-
|
|
7513
|
-
|
|
7514
|
-
|
|
7515
|
-
|
|
7516
|
-
|
|
7517
|
-
|
|
7518
|
-
|
|
7519
|
-
|
|
7520
|
-
|
|
7521
|
-
|
|
7522
|
-
|
|
7523
|
-
|
|
7524
|
-
|
|
7525
|
-
};
|
|
7526
|
-
type TControlUnion<Settings extends object> = {
|
|
7527
|
-
[K in keyof ControlsMap]: IControlRecord<Settings, ControlsMap[K]>;
|
|
7528
|
-
}[keyof ControlsMap];
|
|
7529
|
-
type TControlConstraint = {
|
|
7530
|
-
type: string;
|
|
7531
|
-
value: unknown;
|
|
7532
|
-
props: object;
|
|
7533
|
-
};
|
|
7534
|
-
/** Конфигурация элемента управления настройкой */
|
|
7535
|
-
interface IControlRecord<Settings extends object, T extends TControlConstraint = TControlConstraint> {
|
|
7536
|
-
/** Ключ, должен быть уникальным в рамках одного уровня вложенности */
|
|
7537
|
-
key: string;
|
|
7538
|
-
/** Локализация заголовка */
|
|
7539
|
-
title?: string;
|
|
7540
|
-
/** Тип используемого элемента управления из предложенных системой */
|
|
7541
|
-
type: T["type"];
|
|
7542
|
-
/** Кастомный верхний отступ */
|
|
7543
|
-
marginTop?: number;
|
|
7544
|
-
/** Объект дополнительных параметров элемента управления */
|
|
7545
|
-
props?: T["props"] | ((settings: Settings) => T["props"]);
|
|
7546
|
-
/** Описание доступа к значению настройки */
|
|
7547
|
-
accessor: TRecordAccessor<Settings, T["value"]>;
|
|
7548
|
-
/**
|
|
7549
|
-
* Определяет, нужно ли вызывать метод `fillSettings` виджета после изменения настройки
|
|
7550
|
-
* через элемент управления (для сохранения согласованности зависимых настроек).
|
|
7551
|
-
*
|
|
7552
|
-
* @note
|
|
7553
|
-
* В будущем, кроме boolean, может быть разрешено передавать функцию (локальный `fillSettings`),
|
|
7554
|
-
* но сейчас это избыточно.
|
|
7555
|
-
* @default false
|
|
7556
|
-
*/
|
|
7557
|
-
fillSettings?: boolean;
|
|
7558
|
-
/**
|
|
7559
|
-
* Рекурсивное определение мета-описания, в элемент управления будет передана функция dive
|
|
7560
|
-
* для перехода в указанное мета-описание.
|
|
7561
|
-
*
|
|
7562
|
-
* Возможность работает только для элемента управления EControlType.tagSet.
|
|
7563
|
-
*/
|
|
7564
|
-
description?: T["type"] extends EControlType.tagSet ? IDivePanelDescription<Settings> : never;
|
|
7565
|
-
/**
|
|
7566
|
-
* Предикат, позволяющий скрыть элемент управления.
|
|
7567
|
-
* Предоставлен для удобства разработки. Скрыть элемент можно и условно добавляя его в мета-описание.
|
|
7568
|
-
*/
|
|
7569
|
-
shouldDisplay?: IDisplayPredicate<Settings>;
|
|
7570
|
-
/** Позиционирование поля относительно системных полей (см. {@link IControlRecordPosition}) */
|
|
7571
|
-
position?: IControlRecordPosition;
|
|
7515
|
+
/** Стандартные шаблоны разреза */
|
|
7516
|
+
declare const dimensionTemplateFormulas: Record<EDimensionTemplateNames, string>;
|
|
7517
|
+
|
|
7518
|
+
declare function getDimensionFormula({ value }: IWidgetDimension): string;
|
|
7519
|
+
declare function getProcessDimensionValueFormula(value: (TWidgetIndicatorAggregationValue & {
|
|
7520
|
+
innerTemplateName?: string;
|
|
7521
|
+
}) | TWidgetIndicatorTimeValue): string | undefined;
|
|
7522
|
+
|
|
7523
|
+
declare enum EDimensionAggregationTemplateName {
|
|
7524
|
+
avg = "avg",
|
|
7525
|
+
median = "median",
|
|
7526
|
+
count = "count",
|
|
7527
|
+
countDistinct = "countDistinct",
|
|
7528
|
+
min = "min",
|
|
7529
|
+
max = "max",
|
|
7530
|
+
sum = "sum",
|
|
7531
|
+
top = "top",
|
|
7532
|
+
firstValue = "firstValue",
|
|
7533
|
+
lastValue = "lastValue",
|
|
7534
|
+
countExecutions = "countExecutions",
|
|
7535
|
+
countReworks = "countReworks"
|
|
7572
7536
|
}
|
|
7573
|
-
/**
|
|
7574
|
-
|
|
7575
|
-
|
|
7537
|
+
/** Шаблоны процессных метрик разреза с режимом AGGREGATION */
|
|
7538
|
+
declare const dimensionAggregationTemplates: Record<EDimensionAggregationTemplateName, string>;
|
|
7539
|
+
/** На основе значения режима AGGREGATION подготовить параметры для подстановки в шаблонную формулу */
|
|
7540
|
+
declare const prepareDimensionAggregationParams: (value: Extract<IWidgetDimension["value"], {
|
|
7541
|
+
mode: EWidgetIndicatorValueModes.AGGREGATION;
|
|
7542
|
+
}>) => {
|
|
7543
|
+
eventNameFormula: string;
|
|
7544
|
+
caseCaseIdFormula: string;
|
|
7545
|
+
eventName: string;
|
|
7546
|
+
filters: string;
|
|
7547
|
+
eventTimeFormula: string;
|
|
7548
|
+
columnFormula: string;
|
|
7549
|
+
} | null;
|
|
7550
|
+
|
|
7551
|
+
/** Шаблоны процессных метрик разреза с режимами START_TIME/END_TIME */
|
|
7552
|
+
declare const timeTemplates: {
|
|
7553
|
+
START_TIME: Record<EDimensionTemplateNames, string>;
|
|
7554
|
+
END_TIME: Record<EDimensionTemplateNames, string>;
|
|
7555
|
+
};
|
|
7556
|
+
/** На основе значения режимов START_TIME/END_TIME подготовить параметры для подстановки в шаблонную формулу */
|
|
7557
|
+
declare const prepareTimeParams: (value: TWidgetIndicatorTimeValue) => {
|
|
7558
|
+
eventTimeFormula: string;
|
|
7559
|
+
eventNameFormula: string;
|
|
7560
|
+
caseCaseIdFormula: string;
|
|
7561
|
+
filters: string;
|
|
7562
|
+
eventName: string;
|
|
7563
|
+
} | undefined;
|
|
7564
|
+
|
|
7565
|
+
declare function getMeasureFormula({ value }: Pick<IWidgetMeasure, "value">): string;
|
|
7566
|
+
|
|
7567
|
+
declare enum EMeasureTemplateNames {
|
|
7568
|
+
avg = "avg",
|
|
7569
|
+
median = "median",
|
|
7570
|
+
count = "count",
|
|
7571
|
+
countDistinct = "countDistinct",
|
|
7572
|
+
min = "min",
|
|
7573
|
+
max = "max",
|
|
7574
|
+
sum = "sum"
|
|
7575
|
+
}
|
|
7576
|
+
declare enum EMeasureInnerTemplateNames {
|
|
7577
|
+
begin = "begin",
|
|
7578
|
+
end = "end"
|
|
7579
|
+
}
|
|
7580
|
+
/** Стандартные шаблоны меры */
|
|
7581
|
+
declare const measureTemplateFormulas: {
|
|
7582
|
+
readonly avg: "avg({columnFormula})";
|
|
7583
|
+
readonly count: "count({columnFormula})";
|
|
7584
|
+
readonly countDistinct: "count(distinct {columnFormula})";
|
|
7585
|
+
readonly median: "medianExact({columnFormula})";
|
|
7586
|
+
readonly min: "min({columnFormula})";
|
|
7587
|
+
readonly max: "max({columnFormula})";
|
|
7588
|
+
readonly sum: "sum({columnFormula})";
|
|
7589
|
+
};
|
|
7590
|
+
declare const measureInnerTemplateFormulas: {
|
|
7591
|
+
readonly begin: "begin({columnFormula})";
|
|
7592
|
+
readonly end: "end({columnFormula})";
|
|
7593
|
+
};
|
|
7594
|
+
|
|
7595
|
+
declare enum EMeasureAggregationTemplateName {
|
|
7596
|
+
agvIf = "agvIf",
|
|
7597
|
+
medianIf = "medianIf",
|
|
7598
|
+
countIf = "countIf",
|
|
7599
|
+
countIfDistinct = "countIfDistinct",
|
|
7600
|
+
minIf = "minIf",
|
|
7601
|
+
maxIf = "maxIf",
|
|
7602
|
+
sumIf = "sumIf",
|
|
7603
|
+
top = "top",
|
|
7604
|
+
firstValue = "firstValue",
|
|
7605
|
+
lastValue = "lastValue",
|
|
7606
|
+
countExecutions = "countExecutions",
|
|
7607
|
+
countReworks = "countReworks"
|
|
7608
|
+
}
|
|
7609
|
+
/** На основе значения режима AGGREGATION подготовить параметры для подстановки в шаблонную формулу */
|
|
7610
|
+
declare const prepareMeasureAggregationParams: (value: Extract<IWidgetMeasure["value"], {
|
|
7611
|
+
mode: EWidgetIndicatorValueModes.AGGREGATION;
|
|
7612
|
+
}>) => {
|
|
7613
|
+
outerAggregation: EOuterAggregation;
|
|
7614
|
+
eventNameFormula: string;
|
|
7615
|
+
caseCaseIdFormula: string;
|
|
7616
|
+
eventName: string;
|
|
7617
|
+
filters: string;
|
|
7618
|
+
eventTimeFormula: string;
|
|
7619
|
+
columnFormula: string;
|
|
7620
|
+
} | null;
|
|
7621
|
+
|
|
7622
|
+
/** Шаблон процессной метрики меры с режимом CONVERSION */
|
|
7623
|
+
declare const conversionTemplate = "countIf(\n process(\n minIf(\n {startEventTimeFormula}, \n {startEventNameFormula} = {startEventName}{startEventFilters}\n ), \n {endCaseCaseIdFormula}\n ) < \n process(\n maxIf(\n {endEventTimeFormula}, \n {endEventNameFormula} = {endEventName}{endEventFilters}\n ), \n {endCaseCaseIdFormula}\n ) \n and \n process(\n countIf(\n {startEventNameFormula} = {startEventName}{startEventFilters}\n ) != 0, \n {endCaseCaseIdFormula}\n ) != 0\n) / countIf(\n process(\n countIf(\n {startEventNameFormula} = {startEventName}{startEventFilters}\n ) != 0, \n {endCaseCaseIdFormula}\n ) != 0\n)";
|
|
7624
|
+
/** На основе значения режима CONVERSION подготовить параметры для подстановки в шаблонную формулу */
|
|
7625
|
+
declare const prepareConversionParams: (value: TWidgetIndicatorConversionValue) => {
|
|
7626
|
+
startEventTimeFormula: string;
|
|
7627
|
+
startEventNameFormula: string;
|
|
7628
|
+
startEventFilters: string;
|
|
7629
|
+
startEventName: string;
|
|
7630
|
+
endEventTimeFormula: string;
|
|
7631
|
+
endCaseCaseIdFormula: string;
|
|
7632
|
+
endEventNameFormula: string;
|
|
7633
|
+
endEventName: string;
|
|
7634
|
+
endEventFilters: string;
|
|
7635
|
+
} | null;
|
|
7636
|
+
|
|
7637
|
+
declare function createAggregationTemplate(templateName: EMeasureAggregationTemplateName, { outerAggregation, anyEvent, }: Pick<TWidgetIndicatorAggregationValue, "anyEvent"> & {
|
|
7638
|
+
outerAggregation: EOuterAggregation;
|
|
7639
|
+
}): string;
|
|
7640
|
+
|
|
7641
|
+
/** Шаблоны процессных метрик меры с режимом DURATION */
|
|
7642
|
+
declare const durationTemplates: Record<EDurationTemplateName, string>;
|
|
7643
|
+
/** На основе значения режима DURATION подготовить параметры для подстановки в шаблонную формулу */
|
|
7644
|
+
declare const prepareDurationParams: (value: TWidgetIndicatorDurationValue) => {
|
|
7645
|
+
startEventTimeFormula: string;
|
|
7646
|
+
startEventNameFormula: string;
|
|
7647
|
+
startEventFilters: string;
|
|
7648
|
+
startEventName: string;
|
|
7649
|
+
startEventAggregationName: string;
|
|
7650
|
+
endEventTimeFormula: string;
|
|
7651
|
+
endCaseCaseIdFormula: string;
|
|
7652
|
+
endEventNameFormula: string;
|
|
7653
|
+
endEventName: string;
|
|
7654
|
+
endEventFilters: string;
|
|
7655
|
+
endEventAggregationName: string;
|
|
7656
|
+
} | null;
|
|
7657
|
+
|
|
7658
|
+
declare function getEventMeasureFormula({ value }: IProcessIndicator, process: Omit<IWidgetProcess, "isValid">): string;
|
|
7659
|
+
|
|
7660
|
+
declare enum EEventMeasureTemplateNames {
|
|
7661
|
+
eventsCount = "eventsCount",
|
|
7662
|
+
reworksCount = "reworksCount"
|
|
7663
|
+
}
|
|
7664
|
+
declare const eventMeasureTemplateFormulas: {
|
|
7665
|
+
readonly eventsCount: "count()";
|
|
7666
|
+
readonly reworksCount: "count() - uniqExact({caseCaseIdFormula})";
|
|
7667
|
+
};
|
|
7668
|
+
|
|
7669
|
+
declare function getTransitionMeasureFormula({ value }: IProcessIndicator, process: Omit<IWidgetProcess, "isValid">): string;
|
|
7670
|
+
|
|
7671
|
+
declare enum ETransitionMeasureTemplateNames {
|
|
7672
|
+
transitionsCount = "transitionsCount",
|
|
7673
|
+
medianTime = "medianTime"
|
|
7674
|
+
}
|
|
7675
|
+
declare const transitionMeasureTemplateFormulas: {
|
|
7676
|
+
readonly transitionsCount: "count()";
|
|
7677
|
+
readonly medianTime: "medianExact(date_diff(second, begin({eventTimeFormula}), end({eventTimeFormula})))";
|
|
7678
|
+
};
|
|
7679
|
+
|
|
7680
|
+
declare const countExecutionsTemplate = "process(countIf({eventNameFormula} in {eventName}{filters}), {caseCaseIdFormula})";
|
|
7681
|
+
|
|
7682
|
+
/** @deprecated - следует использовать fillTemplateSql */
|
|
7683
|
+
declare function fillTemplateString(templateString: string, params: Record<string, any>): string;
|
|
7684
|
+
/** Функция для безопасного заполнения SQL шаблонов с защитой от однострочных SQL комментариев в подставляемых значениях. */
|
|
7685
|
+
declare function fillTemplateSql(templateString: string, params: Record<string, string>): string;
|
|
7686
|
+
|
|
7687
|
+
declare function generateColumnFormula(tableName: string, columnName: string): string;
|
|
7688
|
+
|
|
7689
|
+
/**
|
|
7690
|
+
* Паттерн подстроки, валидной для использования внутри фигурных скобок.
|
|
7691
|
+
* Требование к подстроке - отсутствие закрывающих фигурных скобок (кроме экранированных).
|
|
7692
|
+
*/
|
|
7693
|
+
declare const curlyBracketsContentPattern: string;
|
|
7694
|
+
/**
|
|
7695
|
+
* Паттерн подстроки, валидной для использования внутри двойных кавычек.
|
|
7696
|
+
* Требование к подстроке - отсутствие двойных кавычек (кроме экранированных).
|
|
7697
|
+
*/
|
|
7698
|
+
declare const doubleQuoteContentPattern: string;
|
|
7699
|
+
declare const dashboardLinkRegExp: RegExp;
|
|
7700
|
+
declare const workspaceLinkRegExp: RegExp;
|
|
7701
|
+
/** Экранирование спец.символов при подстановке названий таблиц и колонок */
|
|
7702
|
+
declare const escapeDoubleQuoteLinkName: (str: string) => string;
|
|
7703
|
+
/** Экранирование спец.символов при подстановке названий переменных и показателей */
|
|
7704
|
+
declare const escapeCurlyBracketLinkName: (str: string) => string;
|
|
7705
|
+
interface IIndicatorLink {
|
|
7706
|
+
/** string - имя группы пространства, null - используется текущий отчет */
|
|
7707
|
+
scopeName: string | null;
|
|
7708
|
+
indicatorName: string;
|
|
7709
|
+
}
|
|
7710
|
+
declare const parseIndicatorLink: (formula: string) => IIndicatorLink | null;
|
|
7711
|
+
|
|
7712
|
+
type THintPlacement = "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
|
|
7713
|
+
declare enum EControlType {
|
|
7714
|
+
/** Ввод текста */
|
|
7715
|
+
input = "input",
|
|
7716
|
+
/** Ввод текста с поддержкой шаблонной вставки сущностей */
|
|
7717
|
+
inputTemplate = "inputTemplate",
|
|
7718
|
+
/** Ввод текста в формате markdown */
|
|
7719
|
+
inputMarkdown = "inputMarkdown",
|
|
7720
|
+
/** Ввод числа */
|
|
7721
|
+
inputNumber = "inputNumber",
|
|
7722
|
+
/** Выбор диапазона чисел */
|
|
7723
|
+
inputRange = "inputRange",
|
|
7724
|
+
/** Ввод размера (число + единица измерения) */
|
|
7725
|
+
size = "size",
|
|
7726
|
+
/** Выбор boolean значения через переключатель */
|
|
7727
|
+
switch = "switch",
|
|
7728
|
+
/** Выбор варианта из выпадающего списка */
|
|
7729
|
+
select = "select",
|
|
7730
|
+
/** Выбор одного из вариантов, представленных через иконки */
|
|
7731
|
+
radioIconGroup = "radioIconGroup",
|
|
7732
|
+
/** Ввод значения показателя */
|
|
7733
|
+
formula = "formula",
|
|
7734
|
+
/** Ввод формулы и ее типа */
|
|
7735
|
+
typedFormula = "typedFormula",
|
|
7736
|
+
/** Выбор настроек форматирования */
|
|
7737
|
+
formatting = "formatting",
|
|
7738
|
+
/** Ввод шаблона форматирования */
|
|
7739
|
+
formattingTemplate = "formattingTemplate",
|
|
7740
|
+
/** Выбор действий по клику */
|
|
7741
|
+
actionOnClick = "actionOnClick",
|
|
7742
|
+
/** Ввод фильтров */
|
|
7743
|
+
filter = "filter",
|
|
7744
|
+
/** Ввод условия отображения */
|
|
7745
|
+
displayCondition = "displayCondition",
|
|
7746
|
+
/** Ввод цвета */
|
|
7747
|
+
colorPicker = "colorPicker",
|
|
7748
|
+
/** Отображение тегов с возможностью "провалиться" внутрь */
|
|
7749
|
+
tagSet = "tagSet",
|
|
7750
|
+
/** Множественный выбор событий процесса */
|
|
7751
|
+
eventsPicker = "eventsPicker",
|
|
7752
|
+
/**
|
|
7753
|
+
* @deprecated используется только для виджета "Маршруты", будет перенесено на уровень виджета.
|
|
7754
|
+
* Ввод цветов для событий процесса.
|
|
7755
|
+
*/
|
|
7756
|
+
eventsColor = "eventsColor"
|
|
7757
|
+
}
|
|
7758
|
+
type ControlsMap = {
|
|
7759
|
+
[EControlType.input]: IInputControl;
|
|
7760
|
+
[EControlType.inputTemplate]: IInputTemplatedControl;
|
|
7761
|
+
[EControlType.inputMarkdown]: IInputMarkdownControl;
|
|
7762
|
+
[EControlType.inputNumber]: IInputNumberControl;
|
|
7763
|
+
[EControlType.inputRange]: IInputRangeControl;
|
|
7764
|
+
[EControlType.size]: ISizeControl;
|
|
7765
|
+
[EControlType.switch]: ISwitchControl;
|
|
7766
|
+
[EControlType.select]: ISelectControl;
|
|
7767
|
+
[EControlType.radioIconGroup]: IRadioIconGroupControl;
|
|
7768
|
+
[EControlType.formula]: IFormulaControl;
|
|
7769
|
+
[EControlType.typedFormula]: ITypedFormulaControl;
|
|
7770
|
+
[EControlType.formatting]: IFormattingControl;
|
|
7771
|
+
[EControlType.formattingTemplate]: IFormattingTemplateControl;
|
|
7772
|
+
[EControlType.actionOnClick]: IActionOnClickControl;
|
|
7773
|
+
[EControlType.filter]: IFilterControl;
|
|
7774
|
+
[EControlType.displayCondition]: IDisplayConditionControl;
|
|
7775
|
+
[EControlType.colorPicker]: IColorPickerControl;
|
|
7776
|
+
[EControlType.tagSet]: ITagSetControl;
|
|
7777
|
+
[EControlType.eventsPicker]: IEventsPickerControl;
|
|
7778
|
+
[EControlType.eventsColor]: IEventsColorControl;
|
|
7779
|
+
};
|
|
7780
|
+
type TControlUnion<Settings extends object> = {
|
|
7781
|
+
[K in keyof ControlsMap]: IControlRecord<Settings, ControlsMap[K]>;
|
|
7782
|
+
}[keyof ControlsMap];
|
|
7783
|
+
type TControlConstraint = {
|
|
7784
|
+
type: string;
|
|
7785
|
+
value: unknown;
|
|
7786
|
+
props: object;
|
|
7787
|
+
};
|
|
7788
|
+
/** Конфигурация элемента управления настройкой */
|
|
7789
|
+
interface IControlRecord<Settings extends object, T extends TControlConstraint = TControlConstraint> {
|
|
7790
|
+
/** Ключ, должен быть уникальным в рамках одного уровня вложенности */
|
|
7791
|
+
key: string;
|
|
7792
|
+
/** Локализация заголовка */
|
|
7793
|
+
title?: string;
|
|
7794
|
+
/** Тип используемого элемента управления из предложенных системой */
|
|
7795
|
+
type: T["type"];
|
|
7796
|
+
/** Кастомный верхний отступ */
|
|
7797
|
+
marginTop?: number;
|
|
7798
|
+
/** Объект дополнительных параметров элемента управления */
|
|
7799
|
+
props?: T["props"] | ((settings: Settings) => T["props"]);
|
|
7800
|
+
/** Описание доступа к значению настройки */
|
|
7801
|
+
accessor: TRecordAccessor<Settings, T["value"]>;
|
|
7802
|
+
/**
|
|
7803
|
+
* Определяет, нужно ли вызывать метод `fillSettings` виджета после изменения настройки
|
|
7804
|
+
* через элемент управления (для сохранения согласованности зависимых настроек).
|
|
7805
|
+
*
|
|
7806
|
+
* @note
|
|
7807
|
+
* В будущем, кроме boolean, может быть разрешено передавать функцию (локальный `fillSettings`),
|
|
7808
|
+
* но сейчас это избыточно.
|
|
7809
|
+
* @default false
|
|
7810
|
+
*/
|
|
7811
|
+
fillSettings?: boolean;
|
|
7812
|
+
/**
|
|
7813
|
+
* Рекурсивное определение мета-описания, в элемент управления будет передана функция dive
|
|
7814
|
+
* для перехода в указанное мета-описание.
|
|
7815
|
+
*
|
|
7816
|
+
* Возможность работает только для элемента управления EControlType.tagSet.
|
|
7817
|
+
*/
|
|
7818
|
+
description?: T["type"] extends EControlType.tagSet ? IDivePanelDescription<Settings> : never;
|
|
7819
|
+
/**
|
|
7820
|
+
* Предикат, позволяющий скрыть элемент управления.
|
|
7821
|
+
* Предоставлен для удобства разработки. Скрыть элемент можно и условно добавляя его в мета-описание.
|
|
7822
|
+
*/
|
|
7823
|
+
shouldDisplay?: IDisplayPredicate<Settings>;
|
|
7824
|
+
/** Позиционирование поля относительно системных полей (см. {@link IControlRecordPosition}) */
|
|
7825
|
+
position?: IControlRecordPosition;
|
|
7826
|
+
}
|
|
7827
|
+
/**
|
|
7828
|
+
* Контроль позиционирования кастомного поля относительно системных полей
|
|
7829
|
+
*
|
|
7576
7830
|
* @remarks
|
|
7577
7831
|
* Правила применения:
|
|
7578
7832
|
* 1. Работает только с ключами системных полей
|
|
@@ -7741,6 +7995,7 @@ interface IFormulaControl {
|
|
|
7741
7995
|
indicatorConfig?: ({
|
|
7742
7996
|
type: "measure";
|
|
7743
7997
|
templates?: TWidgetMeasureData["templates"];
|
|
7998
|
+
innerTemplateNames?: EMeasureInnerTemplateNames[];
|
|
7744
7999
|
} & {
|
|
7745
8000
|
/** @deprecated временное решение для виджета "Воронка", не следует использовать [BI-14710] */
|
|
7746
8001
|
allowClear?: boolean;
|
|
@@ -7825,6 +8080,7 @@ interface IDisplayConditionControl {
|
|
|
7825
8080
|
props: {
|
|
7826
8081
|
isInMeasure?: boolean;
|
|
7827
8082
|
labelFontSize?: number;
|
|
8083
|
+
modes?: EDisplayConditionMode[];
|
|
7828
8084
|
};
|
|
7829
8085
|
}
|
|
7830
8086
|
interface IColorPickerControl {
|
|
@@ -7874,9 +8130,9 @@ declare const AutoIdentifiedArrayItemSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7874
8130
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
7875
8131
|
}, zod_v4_core.$strip>;
|
|
7876
8132
|
declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
7877
|
-
title: zod.
|
|
7878
|
-
titleSize: zod.
|
|
7879
|
-
titleColor: zod.
|
|
8133
|
+
title: zod.ZodDefault<zod.ZodString>;
|
|
8134
|
+
titleSize: zod.ZodDefault<zod.ZodNumber>;
|
|
8135
|
+
titleColor: zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
7880
8136
|
mode: zod.ZodLiteral<EColorMode.AUTO>;
|
|
7881
8137
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7882
8138
|
mode: zod.ZodLiteral<EColorMode.DISABLED>;
|
|
@@ -7920,10 +8176,10 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7920
8176
|
}, zod_v4_core.$strip>]>;
|
|
7921
8177
|
}, zod_v4_core.$strip>>;
|
|
7922
8178
|
}, zod_v4_core.$strip>], "mode">>;
|
|
7923
|
-
titleWeight: zod.
|
|
7924
|
-
stateName: zod.
|
|
7925
|
-
showMarkdown: zod.
|
|
7926
|
-
markdownMeasures: zod.
|
|
8179
|
+
titleWeight: zod.ZodDefault<zod.ZodEnum<typeof EFontWeight>>;
|
|
8180
|
+
stateName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8181
|
+
showMarkdown: zod.ZodDefault<zod.ZodBoolean>;
|
|
8182
|
+
markdownMeasures: zod.ZodDefault<zod.ZodArray<zod.ZodObject<{
|
|
7927
8183
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
7928
8184
|
name: zod.ZodString;
|
|
7929
8185
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
@@ -7935,7 +8191,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7935
8191
|
value: zod.ZodOptional<zod.ZodEnum<typeof EFormattingPresets>>;
|
|
7936
8192
|
mode: zod.ZodEnum<typeof EFormatOrFormattingMode>;
|
|
7937
8193
|
}, zod_v4_core.$strip>>;
|
|
7938
|
-
displayCondition: zod.
|
|
8194
|
+
displayCondition: zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
7939
8195
|
mode: zod.ZodLiteral<EDisplayConditionMode.DISABLED>;
|
|
7940
8196
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7941
8197
|
mode: zod.ZodLiteral<EDisplayConditionMode.FORMULA>;
|
|
@@ -7955,7 +8211,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7955
8211
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
7956
8212
|
name: zod.ZodString;
|
|
7957
8213
|
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>;
|
|
7958
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
8214
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
7959
8215
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
7960
8216
|
name: zod.ZodString;
|
|
7961
8217
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -7992,8 +8248,8 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
7992
8248
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
7993
8249
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7994
8250
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
7995
|
-
options: zod.ZodString
|
|
7996
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
8251
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
8252
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
7997
8253
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
7998
8254
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7999
8255
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -8051,7 +8307,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8051
8307
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8052
8308
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
8053
8309
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
8054
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
8310
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
8055
8311
|
scriptKey: zod.ZodString;
|
|
8056
8312
|
autoUpdate: zod.ZodEnum<typeof EAutoUpdateMode>;
|
|
8057
8313
|
hideInactiveButton: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -8105,8 +8361,8 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8105
8361
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
8106
8362
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8107
8363
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
8108
|
-
options: zod.ZodString
|
|
8109
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
8364
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
8365
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
8110
8366
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
8111
8367
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8112
8368
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -8171,7 +8427,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8171
8427
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
8172
8428
|
mode: zod.ZodLiteral<EViewMode.GENERATED_BY_SCRIPT>;
|
|
8173
8429
|
scriptKey: zod.ZodString;
|
|
8174
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
8430
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
8175
8431
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
8176
8432
|
name: zod.ZodString;
|
|
8177
8433
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -8208,8 +8464,8 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8208
8464
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
8209
8465
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8210
8466
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
8211
|
-
options: zod.ZodString
|
|
8212
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
8467
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
8468
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
8213
8469
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
8214
8470
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8215
8471
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -8267,7 +8523,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8267
8523
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8268
8524
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
8269
8525
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
8270
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
8526
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
8271
8527
|
displayName: zod.ZodString;
|
|
8272
8528
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8273
8529
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -8275,7 +8531,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8275
8531
|
type: zod.ZodLiteral<EActionTypes.OPEN_VIEW>;
|
|
8276
8532
|
mode: zod.ZodLiteral<EViewMode.EXISTED_VIEW>;
|
|
8277
8533
|
viewKey: zod.ZodString;
|
|
8278
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
8534
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
8279
8535
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
8280
8536
|
name: zod.ZodString;
|
|
8281
8537
|
}, zod_v4_core.$strip>, zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -8312,8 +8568,8 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8312
8568
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
8313
8569
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8314
8570
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
8315
|
-
options: zod.ZodString
|
|
8316
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
8571
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
8572
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
8317
8573
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
8318
8574
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8319
8575
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -8371,7 +8627,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8371
8627
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8372
8628
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
8373
8629
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
8374
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
8630
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
8375
8631
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8376
8632
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
8377
8633
|
name: zod.ZodString;
|
|
@@ -8403,6 +8659,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8403
8659
|
templateName: zod.ZodOptional<zod.ZodString>;
|
|
8404
8660
|
tableName: zod.ZodOptional<zod.ZodString>;
|
|
8405
8661
|
columnName: zod.ZodOptional<zod.ZodString>;
|
|
8662
|
+
innerTemplateName: zod.ZodOptional<zod.ZodEnum<typeof EMeasureInnerTemplateNames>>;
|
|
8406
8663
|
}, zod_v4_core.$strip>], "mode">, zod.ZodObject<{
|
|
8407
8664
|
mode: zod.ZodLiteral<EWidgetIndicatorValueModes.AGGREGATION>;
|
|
8408
8665
|
templateName: zod.ZodString;
|
|
@@ -8633,9 +8890,9 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8633
8890
|
}, zod_v4_core.$strip>], "mode">>;
|
|
8634
8891
|
displaySign: zod.ZodDefault<zod.ZodEnum<typeof EMarkdownDisplayMode>>;
|
|
8635
8892
|
}, zod_v4_core.$strip>>>;
|
|
8636
|
-
markdownText: zod.
|
|
8637
|
-
markdownTextSize: zod.
|
|
8638
|
-
filters: zod.
|
|
8893
|
+
markdownText: zod.ZodDefault<zod.ZodString>;
|
|
8894
|
+
markdownTextSize: zod.ZodDefault<zod.ZodNumber>;
|
|
8895
|
+
filters: zod.ZodDefault<zod.ZodArray<zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8639
8896
|
formula: zod.ZodString;
|
|
8640
8897
|
}, zod_v4_core.$strict>, zod.ZodObject<{
|
|
8641
8898
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -8848,9 +9105,9 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8848
9105
|
values: zod.ZodArray<zod.ZodNullable<zod.ZodString>>;
|
|
8849
9106
|
}, zod_v4_core.$strip>;
|
|
8850
9107
|
}, zod_v4_core.$strip>]>>>;
|
|
8851
|
-
filterMode: zod.
|
|
8852
|
-
ignoreFilters: zod.
|
|
8853
|
-
sorting: zod.
|
|
9108
|
+
filterMode: zod.ZodDefault<zod.ZodEnum<typeof EWidgetFilterMode>>;
|
|
9109
|
+
ignoreFilters: zod.ZodDefault<zod.ZodBoolean>;
|
|
9110
|
+
sorting: zod.ZodDefault<zod.ZodArray<zod.ZodObject<{
|
|
8854
9111
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
8855
9112
|
name: zod.ZodString;
|
|
8856
9113
|
direction: zod.ZodUnion<readonly [zod.ZodLiteral<ESortDirection.ascend>, zod.ZodLiteral<ESortDirection.descend>]>;
|
|
@@ -8864,13 +9121,13 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8864
9121
|
index: zod.ZodNumber;
|
|
8865
9122
|
}, zod_v4_core.$strip>], "mode">;
|
|
8866
9123
|
}, zod_v4_core.$strip>>>;
|
|
8867
|
-
actionButtons: zod.
|
|
9124
|
+
actionButtons: zod.ZodDefault<zod.ZodArray<zod.ZodObject<{
|
|
8868
9125
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
8869
9126
|
name: zod.ZodString;
|
|
8870
9127
|
onClick: zod.ZodArray<zod.ZodObject<{
|
|
8871
9128
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
8872
9129
|
name: zod.ZodString;
|
|
8873
|
-
parameters: zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
9130
|
+
parameters: zod.ZodDefault<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
8874
9131
|
name: zod.ZodString;
|
|
8875
9132
|
displayName: zod.ZodString;
|
|
8876
9133
|
isHidden: zod.ZodBoolean;
|
|
@@ -8897,8 +9154,8 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8897
9154
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
8898
9155
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8899
9156
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.STATIC_LIST>;
|
|
8900
|
-
options: zod.ZodString
|
|
8901
|
-
defaultValue: zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]
|
|
9157
|
+
options: zod.ZodDefault<zod.ZodString>;
|
|
9158
|
+
defaultValue: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodString, zod.ZodArray<zod.ZodString>]>>;
|
|
8902
9159
|
acceptEmptyValue: zod.ZodOptional<zod.ZodBoolean>;
|
|
8903
9160
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8904
9161
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DYNAMIC_LIST>;
|
|
@@ -8961,7 +9218,7 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
8961
9218
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8962
9219
|
inputMethod: zod.ZodLiteral<EWidgetActionInputMethod.DATA_MODEL>;
|
|
8963
9220
|
option: zod.ZodLiteral<EDataModelOption.TABLE_LIST>;
|
|
8964
|
-
}, zod_v4_core.$strip>], "option">], "inputMethod"
|
|
9221
|
+
}, zod_v4_core.$strip>], "option">], "inputMethod">>>>;
|
|
8965
9222
|
type: zod.ZodLiteral<EActionTypes.EXECUTE_SCRIPT>;
|
|
8966
9223
|
scriptKey: zod.ZodString;
|
|
8967
9224
|
autoUpdate: zod.ZodEnum<typeof EAutoUpdateMode>;
|
|
@@ -9112,8 +9369,8 @@ declare const BaseWidgetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
9112
9369
|
}, zod_v4_core.$strip>], "mode">;
|
|
9113
9370
|
hint: zod.ZodOptional<zod.ZodString>;
|
|
9114
9371
|
}, zod_v4_core.$strip>>>;
|
|
9115
|
-
paddings: zod.
|
|
9116
|
-
viewTheme: zod.
|
|
9372
|
+
paddings: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodNumber, zod.ZodString]>>;
|
|
9373
|
+
viewTheme: zod.ZodDefault<zod.ZodBoolean>;
|
|
9117
9374
|
}, zod_v4_core.$strip>;
|
|
9118
9375
|
|
|
9119
9376
|
interface IAutoIdentifiedArrayItem extends TSchemaType<typeof AutoIdentifiedArrayItemSchema> {
|
|
@@ -9350,14 +9607,16 @@ interface IGetDefaultSortOrders {
|
|
|
9350
9607
|
}
|
|
9351
9608
|
declare const getDefaultSortOrders: ({ sortOrders, dimensions, measures, }: IGetDefaultSortOrders) => ISortOrder[];
|
|
9352
9609
|
/** Преобразовать объекты сортировок из settings виджета в sortOrders вычислителя */
|
|
9353
|
-
interface IMapSortingToInputsParams<Settings, Indicator> {
|
|
9610
|
+
interface IMapSortingToInputsParams<Settings extends TSettings, Indicator> {
|
|
9354
9611
|
settings: Settings;
|
|
9355
9612
|
variables: Map<string, TWidgetVariable>;
|
|
9356
9613
|
filters: ICalculatorFilter[];
|
|
9357
9614
|
getIndicatorType(key: string, indicator: Indicator): EWidgetIndicatorType.DIMENSION | EWidgetIndicatorType.MEASURE;
|
|
9358
9615
|
}
|
|
9359
|
-
|
|
9360
|
-
|
|
9616
|
+
type TSettings = Pick<IBaseWidgetSettings, "sorting">;
|
|
9617
|
+
type TIndicator = IWidgetDimension | IWidgetMeasure | IWidgetDimensionHierarchy<IWidgetDimension>;
|
|
9618
|
+
declare function mapSortingToInputs<Settings extends TSettings = TSettings, Indicator extends TIndicator = TIndicator>({ settings, variables, filters, getIndicatorType, }: IMapSortingToInputsParams<Settings, Indicator>): ISortOrder[];
|
|
9619
|
+
interface IPrepareSortOrdersParams<Settings extends TSettings, Indicator> extends IMapSortingToInputsParams<Settings, Indicator>, Pick<IGetDefaultSortOrders, "dimensions" | "measures"> {
|
|
9361
9620
|
}
|
|
9362
9621
|
declare function prepareSortOrders<Settings extends IBaseWidgetSettings = IBaseWidgetSettings, Indicator extends IWidgetColumnIndicator = IWidgetColumnIndicator>({ dimensions, measures, ...rest }: IPrepareSortOrdersParams<Settings, Indicator>): ISortOrder[];
|
|
9363
9622
|
|
|
@@ -9453,208 +9712,6 @@ interface ICalculatorFactory {
|
|
|
9453
9712
|
type: (options?: ICalculatorOptions) => ITypeCalculator;
|
|
9454
9713
|
}
|
|
9455
9714
|
|
|
9456
|
-
declare enum EDimensionTemplateNames {
|
|
9457
|
-
dateTime = "dateTime",
|
|
9458
|
-
date = "date",
|
|
9459
|
-
year = "year",
|
|
9460
|
-
yearAndQuarter = "yearAndQuarter",
|
|
9461
|
-
quarter = "quarter",
|
|
9462
|
-
yearAndMonth = "yearAndMonth",
|
|
9463
|
-
dayOfMonth = "dayOfMonth",
|
|
9464
|
-
month = "month",
|
|
9465
|
-
week = "week",
|
|
9466
|
-
dayOfWeek = "dayOfWeek",
|
|
9467
|
-
hour = "hour"
|
|
9468
|
-
}
|
|
9469
|
-
/** Стандартные шаблоны разреза */
|
|
9470
|
-
declare const dimensionTemplateFormulas: Record<EDimensionTemplateNames, string>;
|
|
9471
|
-
|
|
9472
|
-
declare function getDimensionFormula({ value }: IWidgetDimension): string;
|
|
9473
|
-
declare function getProcessDimensionValueFormula(value: (TWidgetIndicatorAggregationValue & {
|
|
9474
|
-
innerTemplateName?: string;
|
|
9475
|
-
}) | TWidgetIndicatorTimeValue): string | undefined;
|
|
9476
|
-
|
|
9477
|
-
declare enum EDimensionAggregationTemplateName {
|
|
9478
|
-
avg = "avg",
|
|
9479
|
-
median = "median",
|
|
9480
|
-
count = "count",
|
|
9481
|
-
countDistinct = "countDistinct",
|
|
9482
|
-
min = "min",
|
|
9483
|
-
max = "max",
|
|
9484
|
-
sum = "sum",
|
|
9485
|
-
top = "top",
|
|
9486
|
-
firstValue = "firstValue",
|
|
9487
|
-
lastValue = "lastValue",
|
|
9488
|
-
countExecutions = "countExecutions",
|
|
9489
|
-
countReworks = "countReworks"
|
|
9490
|
-
}
|
|
9491
|
-
/** Шаблоны процессных метрик разреза с режимом AGGREGATION */
|
|
9492
|
-
declare const dimensionAggregationTemplates: Record<EDimensionAggregationTemplateName, string>;
|
|
9493
|
-
/** На основе значения режима AGGREGATION подготовить параметры для подстановки в шаблонную формулу */
|
|
9494
|
-
declare const prepareDimensionAggregationParams: (value: Extract<IWidgetDimension["value"], {
|
|
9495
|
-
mode: EWidgetIndicatorValueModes.AGGREGATION;
|
|
9496
|
-
}>) => {
|
|
9497
|
-
eventNameFormula: string;
|
|
9498
|
-
caseCaseIdFormula: string;
|
|
9499
|
-
eventName: string;
|
|
9500
|
-
filters: string;
|
|
9501
|
-
eventTimeFormula: string;
|
|
9502
|
-
columnFormula: string;
|
|
9503
|
-
} | null;
|
|
9504
|
-
|
|
9505
|
-
/** Шаблоны процессных метрик разреза с режимами START_TIME/END_TIME */
|
|
9506
|
-
declare const timeTemplates: {
|
|
9507
|
-
START_TIME: Record<EDimensionTemplateNames, string>;
|
|
9508
|
-
END_TIME: Record<EDimensionTemplateNames, string>;
|
|
9509
|
-
};
|
|
9510
|
-
/** На основе значения режимов START_TIME/END_TIME подготовить параметры для подстановки в шаблонную формулу */
|
|
9511
|
-
declare const prepareTimeParams: (value: TWidgetIndicatorTimeValue) => {
|
|
9512
|
-
eventTimeFormula: string;
|
|
9513
|
-
eventNameFormula: string;
|
|
9514
|
-
caseCaseIdFormula: string;
|
|
9515
|
-
filters: string;
|
|
9516
|
-
eventName: string;
|
|
9517
|
-
} | undefined;
|
|
9518
|
-
|
|
9519
|
-
declare function getMeasureFormula({ value }: IWidgetMeasure): string;
|
|
9520
|
-
|
|
9521
|
-
declare enum EMeasureTemplateNames {
|
|
9522
|
-
avg = "avg",
|
|
9523
|
-
median = "median",
|
|
9524
|
-
count = "count",
|
|
9525
|
-
countDistinct = "countDistinct",
|
|
9526
|
-
min = "min",
|
|
9527
|
-
max = "max",
|
|
9528
|
-
sum = "sum"
|
|
9529
|
-
}
|
|
9530
|
-
/** Стандартные шаблоны меры */
|
|
9531
|
-
declare const measureTemplateFormulas: {
|
|
9532
|
-
readonly avg: "avg({columnFormula})";
|
|
9533
|
-
readonly count: "count({columnFormula})";
|
|
9534
|
-
readonly countDistinct: "count(distinct {columnFormula})";
|
|
9535
|
-
readonly median: "medianExact({columnFormula})";
|
|
9536
|
-
readonly min: "min({columnFormula})";
|
|
9537
|
-
readonly max: "max({columnFormula})";
|
|
9538
|
-
readonly sum: "sum({columnFormula})";
|
|
9539
|
-
};
|
|
9540
|
-
|
|
9541
|
-
declare enum EMeasureAggregationTemplateName {
|
|
9542
|
-
agvIf = "agvIf",
|
|
9543
|
-
medianIf = "medianIf",
|
|
9544
|
-
countIf = "countIf",
|
|
9545
|
-
countIfDistinct = "countIfDistinct",
|
|
9546
|
-
minIf = "minIf",
|
|
9547
|
-
maxIf = "maxIf",
|
|
9548
|
-
sumIf = "sumIf",
|
|
9549
|
-
top = "top",
|
|
9550
|
-
firstValue = "firstValue",
|
|
9551
|
-
lastValue = "lastValue",
|
|
9552
|
-
countExecutions = "countExecutions",
|
|
9553
|
-
countReworks = "countReworks"
|
|
9554
|
-
}
|
|
9555
|
-
/** На основе значения режима AGGREGATION подготовить параметры для подстановки в шаблонную формулу */
|
|
9556
|
-
declare const prepareMeasureAggregationParams: (value: Extract<IWidgetMeasure["value"], {
|
|
9557
|
-
mode: EWidgetIndicatorValueModes.AGGREGATION;
|
|
9558
|
-
}>) => {
|
|
9559
|
-
outerAggregation: EOuterAggregation;
|
|
9560
|
-
eventNameFormula: string;
|
|
9561
|
-
caseCaseIdFormula: string;
|
|
9562
|
-
eventName: string;
|
|
9563
|
-
filters: string;
|
|
9564
|
-
eventTimeFormula: string;
|
|
9565
|
-
columnFormula: string;
|
|
9566
|
-
} | null;
|
|
9567
|
-
|
|
9568
|
-
/** Шаблон процессной метрики меры с режимом CONVERSION */
|
|
9569
|
-
declare const conversionTemplate = "countIf(\n process(\n minIf(\n {startEventTimeFormula}, \n {startEventNameFormula} = {startEventName}{startEventFilters}\n ), \n {endCaseCaseIdFormula}\n ) < \n process(\n maxIf(\n {endEventTimeFormula}, \n {endEventNameFormula} = {endEventName}{endEventFilters}\n ), \n {endCaseCaseIdFormula}\n ) \n and \n process(\n countIf(\n {startEventNameFormula} = {startEventName}{startEventFilters}\n ) != 0, \n {endCaseCaseIdFormula}\n ) != 0\n) / countIf(\n process(\n countIf(\n {startEventNameFormula} = {startEventName}{startEventFilters}\n ) != 0, \n {endCaseCaseIdFormula}\n ) != 0\n)";
|
|
9570
|
-
/** На основе значения режима CONVERSION подготовить параметры для подстановки в шаблонную формулу */
|
|
9571
|
-
declare const prepareConversionParams: (value: TWidgetIndicatorConversionValue) => {
|
|
9572
|
-
startEventTimeFormula: string;
|
|
9573
|
-
startEventNameFormula: string;
|
|
9574
|
-
startEventFilters: string;
|
|
9575
|
-
startEventName: string;
|
|
9576
|
-
endEventTimeFormula: string;
|
|
9577
|
-
endCaseCaseIdFormula: string;
|
|
9578
|
-
endEventNameFormula: string;
|
|
9579
|
-
endEventName: string;
|
|
9580
|
-
endEventFilters: string;
|
|
9581
|
-
} | null;
|
|
9582
|
-
|
|
9583
|
-
declare function createAggregationTemplate(templateName: EMeasureAggregationTemplateName, { outerAggregation, anyEvent, }: Pick<TWidgetIndicatorAggregationValue, "anyEvent"> & {
|
|
9584
|
-
outerAggregation: EOuterAggregation;
|
|
9585
|
-
}): string;
|
|
9586
|
-
|
|
9587
|
-
/** Шаблоны процессных метрик меры с режимом DURATION */
|
|
9588
|
-
declare const durationTemplates: Record<EDurationTemplateName, string>;
|
|
9589
|
-
/** На основе значения режима DURATION подготовить параметры для подстановки в шаблонную формулу */
|
|
9590
|
-
declare const prepareDurationParams: (value: TWidgetIndicatorDurationValue) => {
|
|
9591
|
-
startEventTimeFormula: string;
|
|
9592
|
-
startEventNameFormula: string;
|
|
9593
|
-
startEventFilters: string;
|
|
9594
|
-
startEventName: string;
|
|
9595
|
-
startEventAggregationName: string;
|
|
9596
|
-
endEventTimeFormula: string;
|
|
9597
|
-
endCaseCaseIdFormula: string;
|
|
9598
|
-
endEventNameFormula: string;
|
|
9599
|
-
endEventName: string;
|
|
9600
|
-
endEventFilters: string;
|
|
9601
|
-
endEventAggregationName: string;
|
|
9602
|
-
} | null;
|
|
9603
|
-
|
|
9604
|
-
declare function getEventMeasureFormula({ value }: IProcessIndicator, process: Omit<IWidgetProcess, "isValid">): string;
|
|
9605
|
-
|
|
9606
|
-
declare enum EEventMeasureTemplateNames {
|
|
9607
|
-
eventsCount = "eventsCount",
|
|
9608
|
-
reworksCount = "reworksCount"
|
|
9609
|
-
}
|
|
9610
|
-
declare const eventMeasureTemplateFormulas: {
|
|
9611
|
-
readonly eventsCount: "count()";
|
|
9612
|
-
readonly reworksCount: "count() - uniqExact({caseCaseIdFormula})";
|
|
9613
|
-
};
|
|
9614
|
-
|
|
9615
|
-
declare function getTransitionMeasureFormula({ value }: IProcessIndicator, process: Omit<IWidgetProcess, "isValid">): string;
|
|
9616
|
-
|
|
9617
|
-
declare enum ETransitionMeasureTemplateNames {
|
|
9618
|
-
transitionsCount = "transitionsCount",
|
|
9619
|
-
medianTime = "medianTime"
|
|
9620
|
-
}
|
|
9621
|
-
declare const transitionMeasureTemplateFormulas: {
|
|
9622
|
-
readonly transitionsCount: "count()";
|
|
9623
|
-
readonly medianTime: "medianExact(date_diff(second, begin({eventTimeFormula}), end({eventTimeFormula})))";
|
|
9624
|
-
};
|
|
9625
|
-
|
|
9626
|
-
declare const countExecutionsTemplate = "process(countIf({eventNameFormula} in {eventName}{filters}), {caseCaseIdFormula})";
|
|
9627
|
-
|
|
9628
|
-
/** @deprecated - следует использовать fillTemplateSql */
|
|
9629
|
-
declare function fillTemplateString(templateString: string, params: Record<string, any>): string;
|
|
9630
|
-
/** Функция для безопасного заполнения SQL шаблонов с защитой от однострочных SQL комментариев в подставляемых значениях. */
|
|
9631
|
-
declare function fillTemplateSql(templateString: string, params: Record<string, string>): string;
|
|
9632
|
-
|
|
9633
|
-
declare function generateColumnFormula(tableName: string, columnName: string): string;
|
|
9634
|
-
|
|
9635
|
-
/**
|
|
9636
|
-
* Паттерн подстроки, валидной для использования внутри фигурных скобок.
|
|
9637
|
-
* Требование к подстроке - отсутствие закрывающих фигурных скобок (кроме экранированных).
|
|
9638
|
-
*/
|
|
9639
|
-
declare const curlyBracketsContentPattern: string;
|
|
9640
|
-
/**
|
|
9641
|
-
* Паттерн подстроки, валидной для использования внутри двойных кавычек.
|
|
9642
|
-
* Требование к подстроке - отсутствие двойных кавычек (кроме экранированных).
|
|
9643
|
-
*/
|
|
9644
|
-
declare const doubleQuoteContentPattern: string;
|
|
9645
|
-
declare const dashboardLinkRegExp: RegExp;
|
|
9646
|
-
declare const workspaceLinkRegExp: RegExp;
|
|
9647
|
-
/** Экранирование спец.символов при подстановке названий таблиц и колонок */
|
|
9648
|
-
declare const escapeDoubleQuoteLinkName: (str: string) => string;
|
|
9649
|
-
/** Экранирование спец.символов при подстановке названий переменных и показателей */
|
|
9650
|
-
declare const escapeCurlyBracketLinkName: (str: string) => string;
|
|
9651
|
-
interface IIndicatorLink {
|
|
9652
|
-
/** string - имя группы пространства, null - используется текущий отчет */
|
|
9653
|
-
scopeName: string | null;
|
|
9654
|
-
indicatorName: string;
|
|
9655
|
-
}
|
|
9656
|
-
declare const parseIndicatorLink: (formula: string) => IIndicatorLink | null;
|
|
9657
|
-
|
|
9658
9715
|
interface ILens<T extends TNullable<object>, Value> {
|
|
9659
9716
|
get(obj: T): TNullable<Value>;
|
|
9660
9717
|
set(obj: T, value: Value): void;
|
|
@@ -10249,9 +10306,7 @@ declare const replaceFiltersBySelection: (filters: ICalculatorFilter[], selectio
|
|
|
10249
10306
|
declare const getLocalizedText: <L extends TLocalizationDescription, P extends ILocalizationProps = TExtractLocalizationParams<L>>(language: ELanguages, locObj: L, props?: P) => string;
|
|
10250
10307
|
|
|
10251
10308
|
declare const WidgetPresetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
10252
|
-
|
|
10253
|
-
ignoreFilters: zod.ZodDefault<zod.ZodBoolean>;
|
|
10254
|
-
stateName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10309
|
+
titleSize: zod.ZodDefault<zod.ZodNumber>;
|
|
10255
10310
|
titleColor: zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
10256
10311
|
mode: zod.ZodLiteral<EColorMode.AUTO>;
|
|
10257
10312
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -10296,10 +10351,12 @@ declare const WidgetPresetSettingsSchema: (z: TZod) => zod.ZodObject<{
|
|
|
10296
10351
|
}, zod_v4_core.$strip>]>;
|
|
10297
10352
|
}, zod_v4_core.$strip>>;
|
|
10298
10353
|
}, zod_v4_core.$strip>], "mode">>;
|
|
10299
|
-
titleSize: zod.ZodDefault<zod.ZodNumber>;
|
|
10300
10354
|
titleWeight: zod.ZodDefault<zod.ZodEnum<typeof EFontWeight>>;
|
|
10301
|
-
|
|
10355
|
+
stateName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10356
|
+
filterMode: zod.ZodDefault<zod.ZodEnum<typeof EWidgetFilterMode>>;
|
|
10357
|
+
ignoreFilters: zod.ZodDefault<zod.ZodBoolean>;
|
|
10302
10358
|
paddings: zod.ZodDefault<zod.ZodUnion<readonly [zod.ZodNumber, zod.ZodString]>>;
|
|
10359
|
+
textSize: zod.ZodDefault<zod.ZodNumber>;
|
|
10303
10360
|
}, zod_v4_core.$strip>;
|
|
10304
10361
|
|
|
10305
10362
|
declare enum EClickHouseBaseTypes {
|
|
@@ -10442,4 +10499,4 @@ declare global {
|
|
|
10442
10499
|
}
|
|
10443
10500
|
}
|
|
10444
10501
|
|
|
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 };
|
|
10502
|
+
export { ActionButtonSchema, ActionGoToURLSchema, ActionOnClickParameterSchema, ActionOpenInSchema, ActionOpenViewSchema, ActionRunScriptSchema, ActionSchema, ActionUpdateVariableSchema, ActionsOnClickSchema, AutoIdentifiedArrayItemSchema, BaseWidgetSettingsSchema, ColorAutoSchema, ColorBaseSchema, ColorByDimensionSchema, ColorDisabledSchema, ColorFormulaSchema, ColorGradientSchema, ColorRuleSchema, ColorSchema, ColorValuesSchema, ColoredValueSchema, ColumnIndicatorValueSchema, DimensionProcessFilterSchema, DimensionValueSchema, 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, EMeasureInnerTemplateNames, 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, MeasureValueSchema, 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, WidgetIndicatorFormulaValueSchema, WidgetIndicatorSchema, WidgetIndicatorTemplateValueSchema, 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, measureInnerTemplateFormulas, measureTemplateFormulas, parseClickHouseType, parseIndicatorLink, prepareConversionParams, prepareDimensionAggregationParams, prepareDurationParams, prepareFormulaForSql, prepareMeasureAggregationParams, prepareSortOrders, prepareTimeParams, prepareValuesForSql, replaceDisplayCondition, replaceFiltersBySelection, replaceHierarchiesWithDimensions, selectDimensionFromHierarchy, themeValueMetaKey, themed, timeTemplates, transitionMeasureTemplateFormulas, unescapeSpecialCharacters, updateDefaultModeSelection, updateSingleModeSelection, workspaceLinkRegExp };
|