@infomaximum/widget-sdk 7.0.0-27 → 7.0.0-28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/index.d.ts +716 -1
- package/dist/index.esm.js +29 -1
- package/dist/index.js +29 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -203,6 +203,7 @@ declare const ParameterFromColumnSchema: TVersionedSchema<{
|
|
|
203
203
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
204
204
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
205
205
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
206
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
206
207
|
}, zod_v4_core.$strip>;
|
|
207
208
|
}, "17">;
|
|
208
209
|
declare const ParameterFromVariableSchema: TVersionedSchema<{
|
|
@@ -341,6 +342,16 @@ declare const ParameterFromDataModelSchema: TVersionedSchema<{
|
|
|
341
342
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
342
343
|
}, zod_v4_core.$strip>;
|
|
343
344
|
}, "17">;
|
|
345
|
+
/**
|
|
346
|
+
* Значение берётся из редактируемого текста виджета в момент сохранения.
|
|
347
|
+
* Используется только в `onSave` виджета `editable-text-widget`.
|
|
348
|
+
*/
|
|
349
|
+
declare const ParameterFromEditableTextValueSchema: TVersionedSchema<{
|
|
350
|
+
"17": (z: TZod) => zod.ZodObject<{
|
|
351
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
352
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
353
|
+
}, zod_v4_core.$strip>;
|
|
354
|
+
}, "17">;
|
|
344
355
|
declare const ActionOnClickParameterSchema: TVersionedSchema<{
|
|
345
356
|
"17": (z: TZod) => zod.ZodIntersection<zod.ZodObject<{
|
|
346
357
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -350,6 +361,7 @@ declare const ActionOnClickParameterSchema: TVersionedSchema<{
|
|
|
350
361
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
351
362
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
352
363
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
364
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
353
365
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
354
366
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
355
367
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -456,6 +468,9 @@ declare const ActionOnClickParameterSchema: TVersionedSchema<{
|
|
|
456
468
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
457
469
|
}>>;
|
|
458
470
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
471
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
472
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
473
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
459
474
|
}, zod_v4_core.$strip>], "inputMethod">>;
|
|
460
475
|
}, "17">;
|
|
461
476
|
declare const ActionDrillDownSchema: TVersionedSchema<{
|
|
@@ -471,6 +486,7 @@ declare const ActionDrillDownSchema: TVersionedSchema<{
|
|
|
471
486
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
472
487
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
473
488
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
489
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
474
490
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
475
491
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
476
492
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -577,6 +593,9 @@ declare const ActionDrillDownSchema: TVersionedSchema<{
|
|
|
577
593
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
578
594
|
}>>;
|
|
579
595
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
596
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
597
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
598
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
580
599
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
581
600
|
}, zod_v4_core.$strip>;
|
|
582
601
|
}, "17">;
|
|
@@ -595,6 +614,7 @@ declare const ActionGoToURLSchema: TVersionedSchema<{
|
|
|
595
614
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
596
615
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
597
616
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
617
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
598
618
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
599
619
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
600
620
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -701,6 +721,9 @@ declare const ActionGoToURLSchema: TVersionedSchema<{
|
|
|
701
721
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
702
722
|
}>>;
|
|
703
723
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
724
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
725
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
726
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
704
727
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
705
728
|
}, zod_v4_core.$strip>;
|
|
706
729
|
}, "17">;
|
|
@@ -717,6 +740,7 @@ declare const ActionRunScriptSchema: TVersionedSchema<{
|
|
|
717
740
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
718
741
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
719
742
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
743
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
720
744
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
721
745
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
722
746
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -823,6 +847,9 @@ declare const ActionRunScriptSchema: TVersionedSchema<{
|
|
|
823
847
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
824
848
|
}>>;
|
|
825
849
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
850
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
851
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
852
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
826
853
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
827
854
|
scriptKey: zod.ZodString;
|
|
828
855
|
autoUpdate: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -848,6 +875,7 @@ declare const ActionRunScriptSchema: TVersionedSchema<{
|
|
|
848
875
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
849
876
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
850
877
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
878
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
851
879
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
852
880
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
853
881
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -954,6 +982,9 @@ declare const ActionRunScriptSchema: TVersionedSchema<{
|
|
|
954
982
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
955
983
|
}>>;
|
|
956
984
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
985
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
986
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
987
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
957
988
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
958
989
|
runButtonText: zod.ZodDefault<zod.ZodString>;
|
|
959
990
|
}, zod_v4_core.$strip>;
|
|
@@ -971,6 +1002,7 @@ declare const ActionUpdateVariableSchema: TVersionedSchema<{
|
|
|
971
1002
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
972
1003
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
973
1004
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
1005
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
974
1006
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
975
1007
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
976
1008
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1077,6 +1109,9 @@ declare const ActionUpdateVariableSchema: TVersionedSchema<{
|
|
|
1077
1109
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
1078
1110
|
}>>;
|
|
1079
1111
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1112
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1113
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
1114
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
1080
1115
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
1081
1116
|
}, zod_v4_core.$strip>;
|
|
1082
1117
|
}, "17">;
|
|
@@ -1114,6 +1149,7 @@ declare const ActionOpenViewSchema: TVersionedSchema<{
|
|
|
1114
1149
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1115
1150
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1116
1151
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
1152
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1117
1153
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1118
1154
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
1119
1155
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1220,6 +1256,9 @@ declare const ActionOpenViewSchema: TVersionedSchema<{
|
|
|
1220
1256
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
1221
1257
|
}>>;
|
|
1222
1258
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1259
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1260
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
1261
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
1223
1262
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
1224
1263
|
mode: zod.ZodLiteral<"GENERATED_BY_SCRIPT">;
|
|
1225
1264
|
scriptKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -1231,6 +1270,7 @@ declare const ActionOpenViewSchema: TVersionedSchema<{
|
|
|
1231
1270
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1232
1271
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1233
1272
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
1273
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1234
1274
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1235
1275
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
1236
1276
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1337,6 +1377,9 @@ declare const ActionOpenViewSchema: TVersionedSchema<{
|
|
|
1337
1377
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
1338
1378
|
}>>;
|
|
1339
1379
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1380
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1381
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
1382
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
1340
1383
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
1341
1384
|
displayName: zod.ZodDefault<zod.ZodString>;
|
|
1342
1385
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -1351,6 +1394,7 @@ declare const ActionOpenViewSchema: TVersionedSchema<{
|
|
|
1351
1394
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1352
1395
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1353
1396
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
1397
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1354
1398
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1355
1399
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
1356
1400
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1457,6 +1501,9 @@ declare const ActionOpenViewSchema: TVersionedSchema<{
|
|
|
1457
1501
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
1458
1502
|
}>>;
|
|
1459
1503
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1504
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1505
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
1506
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
1460
1507
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
1461
1508
|
mode: zod.ZodLiteral<"EXISTED_VIEW">;
|
|
1462
1509
|
viewKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -1468,6 +1515,7 @@ declare const ActionOpenViewSchema: TVersionedSchema<{
|
|
|
1468
1515
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1469
1516
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1470
1517
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
1518
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1471
1519
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1472
1520
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
1473
1521
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1574,6 +1622,9 @@ declare const ActionOpenViewSchema: TVersionedSchema<{
|
|
|
1574
1622
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
1575
1623
|
}>>;
|
|
1576
1624
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1625
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1626
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
1627
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
1577
1628
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
1578
1629
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1579
1630
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -1587,6 +1638,7 @@ declare const ActionOpenViewSchema: TVersionedSchema<{
|
|
|
1587
1638
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1588
1639
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1589
1640
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
1641
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1590
1642
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1591
1643
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
1592
1644
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1693,6 +1745,9 @@ declare const ActionOpenViewSchema: TVersionedSchema<{
|
|
|
1693
1745
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
1694
1746
|
}>>;
|
|
1695
1747
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1748
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1749
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
1750
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
1696
1751
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
1697
1752
|
mode: zod.ZodLiteral<"EMPTY">;
|
|
1698
1753
|
placeholderName: zod.ZodOptional<zod.ZodString>;
|
|
@@ -1732,6 +1787,7 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
1732
1787
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1733
1788
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1734
1789
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
1790
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1735
1791
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1736
1792
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
1737
1793
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1838,6 +1894,9 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
1838
1894
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
1839
1895
|
}>>;
|
|
1840
1896
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1897
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1898
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
1899
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
1841
1900
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
1842
1901
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1843
1902
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -1851,6 +1910,7 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
1851
1910
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1852
1911
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1853
1912
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
1913
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1854
1914
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1855
1915
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
1856
1916
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1957,6 +2017,9 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
1957
2017
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
1958
2018
|
}>>;
|
|
1959
2019
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2020
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2021
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
2022
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
1960
2023
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
1961
2024
|
scriptKey: zod.ZodString;
|
|
1962
2025
|
autoUpdate: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -1982,6 +2045,7 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
1982
2045
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1983
2046
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
1984
2047
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
2048
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1985
2049
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
1986
2050
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
1987
2051
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2088,6 +2152,9 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2088
2152
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
2089
2153
|
}>>;
|
|
2090
2154
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2155
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2156
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
2157
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
2091
2158
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
2092
2159
|
runButtonText: zod.ZodDefault<zod.ZodString>;
|
|
2093
2160
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -2102,6 +2169,7 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2102
2169
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2103
2170
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2104
2171
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
2172
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2105
2173
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2106
2174
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
2107
2175
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2208,6 +2276,9 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2208
2276
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
2209
2277
|
}>>;
|
|
2210
2278
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2279
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2280
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
2281
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
2211
2282
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
2212
2283
|
}, zod_v4_core.$strip>, zod.ZodIntersection<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
2213
2284
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -2221,6 +2292,7 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2221
2292
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2222
2293
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2223
2294
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
2295
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2224
2296
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2225
2297
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
2226
2298
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2327,6 +2399,9 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2327
2399
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
2328
2400
|
}>>;
|
|
2329
2401
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2402
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2403
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
2404
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
2330
2405
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
2331
2406
|
mode: zod.ZodLiteral<"GENERATED_BY_SCRIPT">;
|
|
2332
2407
|
scriptKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -2338,6 +2413,7 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2338
2413
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2339
2414
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2340
2415
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
2416
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2341
2417
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2342
2418
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
2343
2419
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2444,6 +2520,9 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2444
2520
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
2445
2521
|
}>>;
|
|
2446
2522
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2523
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2524
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
2525
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
2447
2526
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
2448
2527
|
displayName: zod.ZodDefault<zod.ZodString>;
|
|
2449
2528
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -2458,6 +2537,7 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2458
2537
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2459
2538
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2460
2539
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
2540
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2461
2541
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2462
2542
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
2463
2543
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2564,6 +2644,9 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2564
2644
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
2565
2645
|
}>>;
|
|
2566
2646
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2647
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2648
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
2649
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
2567
2650
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
2568
2651
|
mode: zod.ZodLiteral<"EXISTED_VIEW">;
|
|
2569
2652
|
viewKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -2575,6 +2658,7 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2575
2658
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2576
2659
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2577
2660
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
2661
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2578
2662
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2579
2663
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
2580
2664
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2681,6 +2765,9 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2681
2765
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
2682
2766
|
}>>;
|
|
2683
2767
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2768
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2769
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
2770
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
2684
2771
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
2685
2772
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2686
2773
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -2694,6 +2781,7 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2694
2781
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2695
2782
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2696
2783
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
2784
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2697
2785
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2698
2786
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
2699
2787
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2800,6 +2888,9 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2800
2888
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
2801
2889
|
}>>;
|
|
2802
2890
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2891
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2892
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
2893
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
2803
2894
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
2804
2895
|
mode: zod.ZodLiteral<"EMPTY">;
|
|
2805
2896
|
placeholderName: zod.ZodOptional<zod.ZodString>;
|
|
@@ -2834,6 +2925,7 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2834
2925
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2835
2926
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2836
2927
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
2928
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2837
2929
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2838
2930
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
2839
2931
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2940,6 +3032,9 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
|
|
|
2940
3032
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
2941
3033
|
}>>;
|
|
2942
3034
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3035
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3036
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
3037
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
2943
3038
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
2944
3039
|
}, zod_v4_core.$strip>]>;
|
|
2945
3040
|
}, "17">;
|
|
@@ -2954,6 +3049,7 @@ declare const WidgetActionParameterSchema: TVersionedSchema<{
|
|
|
2954
3049
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2955
3050
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
2956
3051
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
3052
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2957
3053
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
2958
3054
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
2959
3055
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3070,6 +3166,7 @@ declare const WidgetActionSchema: TVersionedSchema<{
|
|
|
3070
3166
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3071
3167
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3072
3168
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
3169
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3073
3170
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3074
3171
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
3075
3172
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3199,6 +3296,7 @@ declare const WidgetActionSchema: TVersionedSchema<{
|
|
|
3199
3296
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3200
3297
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3201
3298
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
3299
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3202
3300
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3203
3301
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
3204
3302
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3357,6 +3455,7 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
3357
3455
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3358
3456
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3359
3457
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
3458
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3360
3459
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3361
3460
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
3362
3461
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3486,6 +3585,7 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
3486
3585
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3487
3586
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3488
3587
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
3588
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3489
3589
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3490
3590
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
3491
3591
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3602,6 +3702,7 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
3602
3702
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3603
3703
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3604
3704
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
3705
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3605
3706
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3606
3707
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
3607
3708
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3708,6 +3809,9 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
3708
3809
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
3709
3810
|
}>>;
|
|
3710
3811
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3812
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3813
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
3814
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
3711
3815
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
3712
3816
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3713
3817
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -3721,6 +3825,7 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
3721
3825
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3722
3826
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3723
3827
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
3828
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3724
3829
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3725
3830
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
3726
3831
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3827,6 +3932,9 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
3827
3932
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
3828
3933
|
}>>;
|
|
3829
3934
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3935
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3936
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
3937
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
3830
3938
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
3831
3939
|
scriptKey: zod.ZodString;
|
|
3832
3940
|
autoUpdate: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -3852,6 +3960,7 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
3852
3960
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3853
3961
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3854
3962
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
3963
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3855
3964
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3856
3965
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
3857
3966
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3958,6 +4067,9 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
3958
4067
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
3959
4068
|
}>>;
|
|
3960
4069
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4070
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4071
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
4072
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
3961
4073
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
3962
4074
|
runButtonText: zod.ZodDefault<zod.ZodString>;
|
|
3963
4075
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -3972,6 +4084,7 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
3972
4084
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3973
4085
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
3974
4086
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
4087
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3975
4088
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
3976
4089
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
3977
4090
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -4078,6 +4191,9 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
4078
4191
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
4079
4192
|
}>>;
|
|
4080
4193
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4194
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4195
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
4196
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
4081
4197
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
4082
4198
|
}, zod_v4_core.$strip>, zod.ZodIntersection<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
4083
4199
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -4091,6 +4207,7 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
4091
4207
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4092
4208
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4093
4209
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
4210
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4094
4211
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4095
4212
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
4096
4213
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -4197,6 +4314,9 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
4197
4314
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
4198
4315
|
}>>;
|
|
4199
4316
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4317
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4318
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
4319
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
4200
4320
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
4201
4321
|
mode: zod.ZodLiteral<"GENERATED_BY_SCRIPT">;
|
|
4202
4322
|
scriptKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -4208,6 +4328,7 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
4208
4328
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4209
4329
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4210
4330
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
4331
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4211
4332
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4212
4333
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
4213
4334
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -4314,6 +4435,9 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
4314
4435
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
4315
4436
|
}>>;
|
|
4316
4437
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4438
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4439
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
4440
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
4317
4441
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
4318
4442
|
displayName: zod.ZodDefault<zod.ZodString>;
|
|
4319
4443
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -4328,6 +4452,7 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
4328
4452
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4329
4453
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4330
4454
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
4455
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4331
4456
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4332
4457
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
4333
4458
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -4434,6 +4559,9 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
4434
4559
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
4435
4560
|
}>>;
|
|
4436
4561
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4562
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4563
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
4564
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
4437
4565
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
4438
4566
|
mode: zod.ZodLiteral<"EXISTED_VIEW">;
|
|
4439
4567
|
viewKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -4445,6 +4573,7 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
4445
4573
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4446
4574
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4447
4575
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
4576
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4448
4577
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4449
4578
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
4450
4579
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -4551,6 +4680,9 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
4551
4680
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
4552
4681
|
}>>;
|
|
4553
4682
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4683
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4684
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
4685
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
4554
4686
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
4555
4687
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4556
4688
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -4564,6 +4696,7 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
4564
4696
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4565
4697
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4566
4698
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
4699
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4567
4700
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4568
4701
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
4569
4702
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -4670,6 +4803,9 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
4670
4803
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
4671
4804
|
}>>;
|
|
4672
4805
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4806
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4807
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
4808
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
4673
4809
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
4674
4810
|
mode: zod.ZodLiteral<"EMPTY">;
|
|
4675
4811
|
placeholderName: zod.ZodOptional<zod.ZodString>;
|
|
@@ -4704,6 +4840,7 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
4704
4840
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4705
4841
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4706
4842
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
4843
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4707
4844
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4708
4845
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
4709
4846
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -4810,6 +4947,9 @@ declare const ActionSchema: TVersionedSchema<{
|
|
|
4810
4947
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
4811
4948
|
}>>;
|
|
4812
4949
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4950
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4951
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
4952
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
4813
4953
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
4814
4954
|
}, zod_v4_core.$strip>]>, zod.ZodObject<{
|
|
4815
4955
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -4853,6 +4993,7 @@ declare const ActionButtonSchema: TVersionedSchema<{
|
|
|
4853
4993
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4854
4994
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4855
4995
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
4996
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4856
4997
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4857
4998
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
4858
4999
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -4982,6 +5123,7 @@ declare const ActionButtonSchema: TVersionedSchema<{
|
|
|
4982
5123
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4983
5124
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
4984
5125
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
5126
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4985
5127
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
4986
5128
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
4987
5129
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -5239,6 +5381,8 @@ declare const EWidgetActionInputMethod: TVersionedEnum<{
|
|
|
5239
5381
|
readonly FINISH_EVENT: "FINISH_EVENT";
|
|
5240
5382
|
readonly AGGREGATION: "AGGREGATION";
|
|
5241
5383
|
readonly DATA_MODEL: "DATA_MODEL";
|
|
5384
|
+
/** Значение берётся из редактируемого текста виджета в момент сохранения */
|
|
5385
|
+
readonly EDITABLE_TEXT_VALUE: "EDITABLE_TEXT_VALUE";
|
|
5242
5386
|
};
|
|
5243
5387
|
}, "17">;
|
|
5244
5388
|
type TWidgetActionInputMethod = TVersionedEnumValues<typeof EWidgetActionInputMethod>;
|
|
@@ -5311,6 +5455,8 @@ interface IParameterFromStaticList extends TSchemaType<typeof ParameterFromStati
|
|
|
5311
5455
|
}
|
|
5312
5456
|
interface IParameterFromDynamicList extends TSchemaType<typeof ParameterFromDynamicListSchema> {
|
|
5313
5457
|
}
|
|
5458
|
+
interface IParameterFromEditableTextValue extends TSchemaType<typeof ParameterFromEditableTextValueSchema> {
|
|
5459
|
+
}
|
|
5314
5460
|
type TParameterFromDataModel = TSchemaType<typeof ParameterFromDataModelSchema>;
|
|
5315
5461
|
type TWidgetActionParameter = TSchemaType<typeof WidgetActionParameterSchema>;
|
|
5316
5462
|
type TActionOnClickParameter = TSchemaType<typeof ActionOnClickParameterSchema>;
|
|
@@ -6291,6 +6437,7 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
6291
6437
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6292
6438
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6293
6439
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
6440
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6294
6441
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6295
6442
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
6296
6443
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -6397,6 +6544,9 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
6397
6544
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
6398
6545
|
}>>;
|
|
6399
6546
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6547
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6548
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
6549
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
6400
6550
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
6401
6551
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6402
6552
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -6410,6 +6560,7 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
6410
6560
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6411
6561
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6412
6562
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
6563
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6413
6564
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6414
6565
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
6415
6566
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -6516,6 +6667,9 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
6516
6667
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
6517
6668
|
}>>;
|
|
6518
6669
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6670
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6671
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
6672
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
6519
6673
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
6520
6674
|
scriptKey: zod.ZodString;
|
|
6521
6675
|
autoUpdate: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -6541,6 +6695,7 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
6541
6695
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6542
6696
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6543
6697
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
6698
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6544
6699
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6545
6700
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
6546
6701
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -6647,6 +6802,9 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
6647
6802
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
6648
6803
|
}>>;
|
|
6649
6804
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6805
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6806
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
6807
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
6650
6808
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
6651
6809
|
runButtonText: zod.ZodDefault<zod.ZodString>;
|
|
6652
6810
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -6661,6 +6819,7 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
6661
6819
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6662
6820
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6663
6821
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
6822
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6664
6823
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6665
6824
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
6666
6825
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -6767,6 +6926,9 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
6767
6926
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
6768
6927
|
}>>;
|
|
6769
6928
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6929
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6930
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
6931
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
6770
6932
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
6771
6933
|
}, zod_v4_core.$strip>, zod.ZodIntersection<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
6772
6934
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -6780,6 +6942,7 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
6780
6942
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6781
6943
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6782
6944
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
6945
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6783
6946
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6784
6947
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
6785
6948
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -6886,6 +7049,9 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
6886
7049
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
6887
7050
|
}>>;
|
|
6888
7051
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7052
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7053
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
7054
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
6889
7055
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
6890
7056
|
mode: zod.ZodLiteral<"GENERATED_BY_SCRIPT">;
|
|
6891
7057
|
scriptKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -6897,6 +7063,7 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
6897
7063
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6898
7064
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
6899
7065
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
7066
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
6900
7067
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
6901
7068
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
6902
7069
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -7003,6 +7170,9 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
7003
7170
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
7004
7171
|
}>>;
|
|
7005
7172
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7173
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7174
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
7175
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
7006
7176
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
7007
7177
|
displayName: zod.ZodDefault<zod.ZodString>;
|
|
7008
7178
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -7017,6 +7187,7 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
7017
7187
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7018
7188
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7019
7189
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
7190
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
7020
7191
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7021
7192
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
7022
7193
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -7123,6 +7294,9 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
7123
7294
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
7124
7295
|
}>>;
|
|
7125
7296
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7297
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7298
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
7299
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
7126
7300
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
7127
7301
|
mode: zod.ZodLiteral<"EXISTED_VIEW">;
|
|
7128
7302
|
viewKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -7134,6 +7308,7 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
7134
7308
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7135
7309
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7136
7310
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
7311
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
7137
7312
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7138
7313
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
7139
7314
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -7240,6 +7415,9 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
7240
7415
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
7241
7416
|
}>>;
|
|
7242
7417
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7418
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7419
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
7420
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
7243
7421
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
7244
7422
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7245
7423
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -7253,6 +7431,7 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
7253
7431
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7254
7432
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7255
7433
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
7434
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
7256
7435
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7257
7436
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
7258
7437
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -7359,6 +7538,9 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
7359
7538
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
7360
7539
|
}>>;
|
|
7361
7540
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7541
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7542
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
7543
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
7362
7544
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
7363
7545
|
mode: zod.ZodLiteral<"EMPTY">;
|
|
7364
7546
|
placeholderName: zod.ZodOptional<zod.ZodString>;
|
|
@@ -7393,6 +7575,7 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
7393
7575
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7394
7576
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7395
7577
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
7578
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
7396
7579
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7397
7580
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
7398
7581
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -7499,6 +7682,9 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
|
|
|
7499
7682
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
7500
7683
|
}>>;
|
|
7501
7684
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7685
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7686
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
7687
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
7502
7688
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
7503
7689
|
}, zod_v4_core.$strip>]>>>>;
|
|
7504
7690
|
}, zod_v4_core.$strip>;
|
|
@@ -7803,6 +7989,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
7803
7989
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7804
7990
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7805
7991
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
7992
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
7806
7993
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7807
7994
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
7808
7995
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -7909,6 +8096,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
7909
8096
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
7910
8097
|
}>>;
|
|
7911
8098
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8099
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8100
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
8101
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
7912
8102
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
7913
8103
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7914
8104
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -7922,6 +8112,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
7922
8112
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7923
8113
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
7924
8114
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
8115
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
7925
8116
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
7926
8117
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
7927
8118
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -8028,6 +8219,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8028
8219
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
8029
8220
|
}>>;
|
|
8030
8221
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8222
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8223
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
8224
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
8031
8225
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
8032
8226
|
scriptKey: zod.ZodString;
|
|
8033
8227
|
autoUpdate: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -8053,6 +8247,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8053
8247
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8054
8248
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8055
8249
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
8250
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8056
8251
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8057
8252
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
8058
8253
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -8159,6 +8354,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8159
8354
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
8160
8355
|
}>>;
|
|
8161
8356
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8357
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8358
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
8359
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
8162
8360
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
8163
8361
|
runButtonText: zod.ZodDefault<zod.ZodString>;
|
|
8164
8362
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -8173,6 +8371,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8173
8371
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8174
8372
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8175
8373
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
8374
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8176
8375
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8177
8376
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
8178
8377
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -8279,6 +8478,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8279
8478
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
8280
8479
|
}>>;
|
|
8281
8480
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8481
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8482
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
8483
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
8282
8484
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
8283
8485
|
}, zod_v4_core.$strip>, zod.ZodIntersection<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
8284
8486
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -8292,6 +8494,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8292
8494
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8293
8495
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8294
8496
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
8497
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8295
8498
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8296
8499
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
8297
8500
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -8398,6 +8601,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8398
8601
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
8399
8602
|
}>>;
|
|
8400
8603
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8604
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8605
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
8606
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
8401
8607
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
8402
8608
|
mode: zod.ZodLiteral<"GENERATED_BY_SCRIPT">;
|
|
8403
8609
|
scriptKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -8409,6 +8615,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8409
8615
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8410
8616
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8411
8617
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
8618
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8412
8619
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8413
8620
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
8414
8621
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -8515,6 +8722,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8515
8722
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
8516
8723
|
}>>;
|
|
8517
8724
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8725
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8726
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
8727
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
8518
8728
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
8519
8729
|
displayName: zod.ZodDefault<zod.ZodString>;
|
|
8520
8730
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -8529,6 +8739,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8529
8739
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8530
8740
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8531
8741
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
8742
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8532
8743
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8533
8744
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
8534
8745
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -8635,6 +8846,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8635
8846
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
8636
8847
|
}>>;
|
|
8637
8848
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8849
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8850
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
8851
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
8638
8852
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
8639
8853
|
mode: zod.ZodLiteral<"EXISTED_VIEW">;
|
|
8640
8854
|
viewKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -8646,6 +8860,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8646
8860
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8647
8861
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8648
8862
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
8863
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8649
8864
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8650
8865
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
8651
8866
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -8752,6 +8967,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8752
8967
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
8753
8968
|
}>>;
|
|
8754
8969
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8970
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8971
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
8972
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
8755
8973
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
8756
8974
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8757
8975
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -8765,6 +8983,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8765
8983
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8766
8984
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8767
8985
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
8986
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8768
8987
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8769
8988
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
8770
8989
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -8871,6 +9090,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8871
9090
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
8872
9091
|
}>>;
|
|
8873
9092
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9093
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9094
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
9095
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
8874
9096
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
8875
9097
|
mode: zod.ZodLiteral<"EMPTY">;
|
|
8876
9098
|
placeholderName: zod.ZodOptional<zod.ZodString>;
|
|
@@ -8905,6 +9127,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
8905
9127
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8906
9128
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
8907
9129
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
9130
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
8908
9131
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
8909
9132
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
8910
9133
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -9011,6 +9234,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9011
9234
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
9012
9235
|
}>>;
|
|
9013
9236
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9237
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9238
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
9239
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
9014
9240
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
9015
9241
|
}, zod_v4_core.$strip>]>>>>;
|
|
9016
9242
|
value: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -9181,6 +9407,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9181
9407
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9182
9408
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9183
9409
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
9410
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
9184
9411
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9185
9412
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
9186
9413
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -9287,6 +9514,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9287
9514
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
9288
9515
|
}>>;
|
|
9289
9516
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9517
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9518
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
9519
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
9290
9520
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
9291
9521
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9292
9522
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -9300,6 +9530,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9300
9530
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9301
9531
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9302
9532
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
9533
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
9303
9534
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9304
9535
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
9305
9536
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -9406,6 +9637,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9406
9637
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
9407
9638
|
}>>;
|
|
9408
9639
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9640
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9641
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
9642
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
9409
9643
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
9410
9644
|
scriptKey: zod.ZodString;
|
|
9411
9645
|
autoUpdate: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -9431,6 +9665,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9431
9665
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9432
9666
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9433
9667
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
9668
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
9434
9669
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9435
9670
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
9436
9671
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -9537,6 +9772,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9537
9772
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
9538
9773
|
}>>;
|
|
9539
9774
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9775
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9776
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
9777
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
9540
9778
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
9541
9779
|
runButtonText: zod.ZodDefault<zod.ZodString>;
|
|
9542
9780
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -9551,6 +9789,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9551
9789
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9552
9790
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9553
9791
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
9792
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
9554
9793
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9555
9794
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
9556
9795
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -9657,6 +9896,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9657
9896
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
9658
9897
|
}>>;
|
|
9659
9898
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9899
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9900
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
9901
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
9660
9902
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
9661
9903
|
}, zod_v4_core.$strip>, zod.ZodIntersection<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
9662
9904
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -9670,6 +9912,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9670
9912
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9671
9913
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9672
9914
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
9915
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
9673
9916
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9674
9917
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
9675
9918
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -9776,6 +10019,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9776
10019
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
9777
10020
|
}>>;
|
|
9778
10021
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10022
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10023
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
10024
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
9779
10025
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
9780
10026
|
mode: zod.ZodLiteral<"GENERATED_BY_SCRIPT">;
|
|
9781
10027
|
scriptKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -9787,6 +10033,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9787
10033
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9788
10034
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9789
10035
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
10036
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
9790
10037
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9791
10038
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
9792
10039
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -9893,6 +10140,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9893
10140
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
9894
10141
|
}>>;
|
|
9895
10142
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10143
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10144
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
10145
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
9896
10146
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
9897
10147
|
displayName: zod.ZodDefault<zod.ZodString>;
|
|
9898
10148
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -9907,6 +10157,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
9907
10157
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9908
10158
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
9909
10159
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
10160
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
9910
10161
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
9911
10162
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
9912
10163
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -10013,6 +10264,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
10013
10264
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
10014
10265
|
}>>;
|
|
10015
10266
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10267
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10268
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
10269
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
10016
10270
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
10017
10271
|
mode: zod.ZodLiteral<"EXISTED_VIEW">;
|
|
10018
10272
|
viewKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -10024,6 +10278,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
10024
10278
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10025
10279
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10026
10280
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
10281
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
10027
10282
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10028
10283
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
10029
10284
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -10130,6 +10385,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
10130
10385
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
10131
10386
|
}>>;
|
|
10132
10387
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10388
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10389
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
10390
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
10133
10391
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
10134
10392
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10135
10393
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -10143,6 +10401,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
10143
10401
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10144
10402
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10145
10403
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
10404
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
10146
10405
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10147
10406
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
10148
10407
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -10249,6 +10508,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
10249
10508
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
10250
10509
|
}>>;
|
|
10251
10510
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10511
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10512
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
10513
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
10252
10514
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
10253
10515
|
mode: zod.ZodLiteral<"EMPTY">;
|
|
10254
10516
|
placeholderName: zod.ZodOptional<zod.ZodString>;
|
|
@@ -10283,6 +10545,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
10283
10545
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10284
10546
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10285
10547
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
10548
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
10286
10549
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10287
10550
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
10288
10551
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -10389,6 +10652,9 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
|
|
|
10389
10652
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
10390
10653
|
}>>;
|
|
10391
10654
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10655
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10656
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
10657
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
10392
10658
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
10393
10659
|
}, zod_v4_core.$strip>]>>>>;
|
|
10394
10660
|
value: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -10674,6 +10940,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
10674
10940
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10675
10941
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10676
10942
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
10943
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
10677
10944
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10678
10945
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
10679
10946
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -10780,6 +11047,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
10780
11047
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
10781
11048
|
}>>;
|
|
10782
11049
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11050
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11051
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
11052
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
10783
11053
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
10784
11054
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10785
11055
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -10793,6 +11063,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
10793
11063
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10794
11064
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10795
11065
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
11066
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
10796
11067
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10797
11068
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
10798
11069
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -10899,6 +11170,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
10899
11170
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
10900
11171
|
}>>;
|
|
10901
11172
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11173
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11174
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
11175
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
10902
11176
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
10903
11177
|
scriptKey: zod.ZodString;
|
|
10904
11178
|
autoUpdate: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -10924,6 +11198,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
10924
11198
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10925
11199
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
10926
11200
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
11201
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
10927
11202
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
10928
11203
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
10929
11204
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -11030,6 +11305,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11030
11305
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
11031
11306
|
}>>;
|
|
11032
11307
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11308
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11309
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
11310
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
11033
11311
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
11034
11312
|
runButtonText: zod.ZodDefault<zod.ZodString>;
|
|
11035
11313
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -11044,6 +11322,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11044
11322
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11045
11323
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11046
11324
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
11325
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
11047
11326
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11048
11327
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
11049
11328
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -11150,6 +11429,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11150
11429
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
11151
11430
|
}>>;
|
|
11152
11431
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11432
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11433
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
11434
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
11153
11435
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
11154
11436
|
}, zod_v4_core.$strip>, zod.ZodIntersection<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
11155
11437
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -11163,6 +11445,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11163
11445
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11164
11446
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11165
11447
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
11448
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
11166
11449
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11167
11450
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
11168
11451
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -11269,6 +11552,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11269
11552
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
11270
11553
|
}>>;
|
|
11271
11554
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11555
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11556
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
11557
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
11272
11558
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
11273
11559
|
mode: zod.ZodLiteral<"GENERATED_BY_SCRIPT">;
|
|
11274
11560
|
scriptKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -11280,6 +11566,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11280
11566
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11281
11567
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11282
11568
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
11569
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
11283
11570
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11284
11571
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
11285
11572
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -11386,6 +11673,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11386
11673
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
11387
11674
|
}>>;
|
|
11388
11675
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11676
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11677
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
11678
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
11389
11679
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
11390
11680
|
displayName: zod.ZodDefault<zod.ZodString>;
|
|
11391
11681
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -11400,6 +11690,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11400
11690
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11401
11691
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11402
11692
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
11693
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
11403
11694
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11404
11695
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
11405
11696
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -11506,6 +11797,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11506
11797
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
11507
11798
|
}>>;
|
|
11508
11799
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11800
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11801
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
11802
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
11509
11803
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
11510
11804
|
mode: zod.ZodLiteral<"EXISTED_VIEW">;
|
|
11511
11805
|
viewKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -11517,6 +11811,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11517
11811
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11518
11812
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11519
11813
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
11814
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
11520
11815
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11521
11816
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
11522
11817
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -11623,6 +11918,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11623
11918
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
11624
11919
|
}>>;
|
|
11625
11920
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11921
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11922
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
11923
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
11626
11924
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
11627
11925
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11628
11926
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -11636,6 +11934,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11636
11934
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11637
11935
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11638
11936
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
11937
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
11639
11938
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11640
11939
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
11641
11940
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -11742,6 +12041,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11742
12041
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
11743
12042
|
}>>;
|
|
11744
12043
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12044
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12045
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
12046
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
11745
12047
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
11746
12048
|
mode: zod.ZodLiteral<"EMPTY">;
|
|
11747
12049
|
placeholderName: zod.ZodOptional<zod.ZodString>;
|
|
@@ -11776,6 +12078,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11776
12078
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11777
12079
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
11778
12080
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
12081
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
11779
12082
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
11780
12083
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
11781
12084
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -11882,6 +12185,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
11882
12185
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
11883
12186
|
}>>;
|
|
11884
12187
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12188
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12189
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
12190
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
11885
12191
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
11886
12192
|
}, zod_v4_core.$strip>]>>>>;
|
|
11887
12193
|
formatting: zod.ZodOptional<zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -12042,6 +12348,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12042
12348
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12043
12349
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12044
12350
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
12351
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
12045
12352
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12046
12353
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
12047
12354
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -12148,6 +12455,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12148
12455
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
12149
12456
|
}>>;
|
|
12150
12457
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12458
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12459
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
12460
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
12151
12461
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
12152
12462
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12153
12463
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -12161,6 +12471,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12161
12471
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12162
12472
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12163
12473
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
12474
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
12164
12475
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12165
12476
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
12166
12477
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -12267,6 +12578,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12267
12578
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
12268
12579
|
}>>;
|
|
12269
12580
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12581
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12582
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
12583
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
12270
12584
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
12271
12585
|
scriptKey: zod.ZodString;
|
|
12272
12586
|
autoUpdate: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -12292,6 +12606,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12292
12606
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12293
12607
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12294
12608
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
12609
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
12295
12610
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12296
12611
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
12297
12612
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -12398,6 +12713,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12398
12713
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
12399
12714
|
}>>;
|
|
12400
12715
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12716
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12717
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
12718
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
12401
12719
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
12402
12720
|
runButtonText: zod.ZodDefault<zod.ZodString>;
|
|
12403
12721
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -12412,6 +12730,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12412
12730
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12413
12731
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12414
12732
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
12733
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
12415
12734
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12416
12735
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
12417
12736
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -12518,6 +12837,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12518
12837
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
12519
12838
|
}>>;
|
|
12520
12839
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12840
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12841
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
12842
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
12521
12843
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
12522
12844
|
}, zod_v4_core.$strip>, zod.ZodIntersection<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
12523
12845
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -12531,6 +12853,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12531
12853
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12532
12854
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12533
12855
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
12856
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
12534
12857
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12535
12858
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
12536
12859
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -12637,6 +12960,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12637
12960
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
12638
12961
|
}>>;
|
|
12639
12962
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12963
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12964
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
12965
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
12640
12966
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
12641
12967
|
mode: zod.ZodLiteral<"GENERATED_BY_SCRIPT">;
|
|
12642
12968
|
scriptKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -12648,6 +12974,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12648
12974
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12649
12975
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12650
12976
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
12977
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
12651
12978
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12652
12979
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
12653
12980
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -12754,6 +13081,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12754
13081
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
12755
13082
|
}>>;
|
|
12756
13083
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
13084
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
13085
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
13086
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
12757
13087
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
12758
13088
|
displayName: zod.ZodDefault<zod.ZodString>;
|
|
12759
13089
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -12768,6 +13098,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12768
13098
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12769
13099
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12770
13100
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
13101
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
12771
13102
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12772
13103
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
12773
13104
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -12874,6 +13205,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12874
13205
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
12875
13206
|
}>>;
|
|
12876
13207
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
13208
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
13209
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
13210
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
12877
13211
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
12878
13212
|
mode: zod.ZodLiteral<"EXISTED_VIEW">;
|
|
12879
13213
|
viewKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -12885,6 +13219,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12885
13219
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12886
13220
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
12887
13221
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
13222
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
12888
13223
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12889
13224
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
12890
13225
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -12991,6 +13326,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
12991
13326
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
12992
13327
|
}>>;
|
|
12993
13328
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
13329
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
13330
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
13331
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
12994
13332
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
12995
13333
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
12996
13334
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -13004,6 +13342,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
13004
13342
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
13005
13343
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
13006
13344
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
13345
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
13007
13346
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
13008
13347
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
13009
13348
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -13110,6 +13449,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
13110
13449
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
13111
13450
|
}>>;
|
|
13112
13451
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
13452
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
13453
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
13454
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
13113
13455
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
13114
13456
|
mode: zod.ZodLiteral<"EMPTY">;
|
|
13115
13457
|
placeholderName: zod.ZodOptional<zod.ZodString>;
|
|
@@ -13144,6 +13486,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
13144
13486
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
13145
13487
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
13146
13488
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
13489
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
13147
13490
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
13148
13491
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
13149
13492
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -13250,6 +13593,9 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
|
|
|
13250
13593
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
13251
13594
|
}>>;
|
|
13252
13595
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
13596
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
13597
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
13598
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
13253
13599
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
13254
13600
|
}, zod_v4_core.$strip>]>>>>;
|
|
13255
13601
|
formatting: zod.ZodOptional<zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -13365,6 +13711,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13365
13711
|
tableName: string | null;
|
|
13366
13712
|
columnName: string | null;
|
|
13367
13713
|
dbDataType?: string | undefined;
|
|
13714
|
+
value?: string | null | undefined;
|
|
13368
13715
|
} | {
|
|
13369
13716
|
inputMethod: "VARIABLE";
|
|
13370
13717
|
sourceVariable: string | null;
|
|
@@ -13437,6 +13784,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13437
13784
|
formula: string;
|
|
13438
13785
|
dbDataType?: string | undefined;
|
|
13439
13786
|
} | undefined;
|
|
13787
|
+
} | {
|
|
13788
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
13789
|
+
value?: string | undefined;
|
|
13440
13790
|
} | {
|
|
13441
13791
|
inputMethod: "DATA_MODEL";
|
|
13442
13792
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -13454,6 +13804,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13454
13804
|
tableName: string | null;
|
|
13455
13805
|
columnName: string | null;
|
|
13456
13806
|
dbDataType?: string | undefined;
|
|
13807
|
+
value?: string | null | undefined;
|
|
13457
13808
|
} | {
|
|
13458
13809
|
inputMethod: "VARIABLE";
|
|
13459
13810
|
sourceVariable: string | null;
|
|
@@ -13526,6 +13877,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13526
13877
|
formula: string;
|
|
13527
13878
|
dbDataType?: string | undefined;
|
|
13528
13879
|
} | undefined;
|
|
13880
|
+
} | {
|
|
13881
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
13882
|
+
value?: string | undefined;
|
|
13529
13883
|
} | {
|
|
13530
13884
|
inputMethod: "DATA_MODEL";
|
|
13531
13885
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -13543,6 +13897,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13543
13897
|
tableName: string | null;
|
|
13544
13898
|
columnName: string | null;
|
|
13545
13899
|
dbDataType?: string | undefined;
|
|
13900
|
+
value?: string | null | undefined;
|
|
13546
13901
|
} | {
|
|
13547
13902
|
inputMethod: "VARIABLE";
|
|
13548
13903
|
sourceVariable: string | null;
|
|
@@ -13615,6 +13970,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13615
13970
|
formula: string;
|
|
13616
13971
|
dbDataType?: string | undefined;
|
|
13617
13972
|
} | undefined;
|
|
13973
|
+
} | {
|
|
13974
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
13975
|
+
value?: string | undefined;
|
|
13618
13976
|
} | {
|
|
13619
13977
|
inputMethod: "DATA_MODEL";
|
|
13620
13978
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -13640,6 +13998,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13640
13998
|
tableName: string | null;
|
|
13641
13999
|
columnName: string | null;
|
|
13642
14000
|
dbDataType?: string | undefined;
|
|
14001
|
+
value?: string | null | undefined;
|
|
13643
14002
|
} | {
|
|
13644
14003
|
inputMethod: "VARIABLE";
|
|
13645
14004
|
sourceVariable: string | null;
|
|
@@ -13712,6 +14071,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13712
14071
|
formula: string;
|
|
13713
14072
|
dbDataType?: string | undefined;
|
|
13714
14073
|
} | undefined;
|
|
14074
|
+
} | {
|
|
14075
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
14076
|
+
value?: string | undefined;
|
|
13715
14077
|
} | {
|
|
13716
14078
|
inputMethod: "DATA_MODEL";
|
|
13717
14079
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -13730,6 +14092,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13730
14092
|
tableName: string | null;
|
|
13731
14093
|
columnName: string | null;
|
|
13732
14094
|
dbDataType?: string | undefined;
|
|
14095
|
+
value?: string | null | undefined;
|
|
13733
14096
|
} | {
|
|
13734
14097
|
inputMethod: "VARIABLE";
|
|
13735
14098
|
sourceVariable: string | null;
|
|
@@ -13802,6 +14165,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13802
14165
|
formula: string;
|
|
13803
14166
|
dbDataType?: string | undefined;
|
|
13804
14167
|
} | undefined;
|
|
14168
|
+
} | {
|
|
14169
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
14170
|
+
value?: string | undefined;
|
|
13805
14171
|
} | {
|
|
13806
14172
|
inputMethod: "DATA_MODEL";
|
|
13807
14173
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -13819,6 +14185,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13819
14185
|
tableName: string | null;
|
|
13820
14186
|
columnName: string | null;
|
|
13821
14187
|
dbDataType?: string | undefined;
|
|
14188
|
+
value?: string | null | undefined;
|
|
13822
14189
|
} | {
|
|
13823
14190
|
inputMethod: "VARIABLE";
|
|
13824
14191
|
sourceVariable: string | null;
|
|
@@ -13891,6 +14258,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13891
14258
|
formula: string;
|
|
13892
14259
|
dbDataType?: string | undefined;
|
|
13893
14260
|
} | undefined;
|
|
14261
|
+
} | {
|
|
14262
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
14263
|
+
value?: string | undefined;
|
|
13894
14264
|
} | {
|
|
13895
14265
|
inputMethod: "DATA_MODEL";
|
|
13896
14266
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -13905,6 +14275,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13905
14275
|
tableName: string | null;
|
|
13906
14276
|
columnName: string | null;
|
|
13907
14277
|
dbDataType?: string | undefined;
|
|
14278
|
+
value?: string | null | undefined;
|
|
13908
14279
|
} | {
|
|
13909
14280
|
inputMethod: "VARIABLE";
|
|
13910
14281
|
sourceVariable: string | null;
|
|
@@ -13977,6 +14348,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
13977
14348
|
formula: string;
|
|
13978
14349
|
dbDataType?: string | undefined;
|
|
13979
14350
|
} | undefined;
|
|
14351
|
+
} | {
|
|
14352
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
14353
|
+
value?: string | undefined;
|
|
13980
14354
|
} | {
|
|
13981
14355
|
inputMethod: "DATA_MODEL";
|
|
13982
14356
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -14000,6 +14374,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14000
14374
|
tableName: string | null;
|
|
14001
14375
|
columnName: string | null;
|
|
14002
14376
|
dbDataType?: string | undefined;
|
|
14377
|
+
value?: string | null | undefined;
|
|
14003
14378
|
} | {
|
|
14004
14379
|
inputMethod: "VARIABLE";
|
|
14005
14380
|
sourceVariable: string | null;
|
|
@@ -14072,6 +14447,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14072
14447
|
formula: string;
|
|
14073
14448
|
dbDataType?: string | undefined;
|
|
14074
14449
|
} | undefined;
|
|
14450
|
+
} | {
|
|
14451
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
14452
|
+
value?: string | undefined;
|
|
14075
14453
|
} | {
|
|
14076
14454
|
inputMethod: "DATA_MODEL";
|
|
14077
14455
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -14086,6 +14464,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14086
14464
|
tableName: string | null;
|
|
14087
14465
|
columnName: string | null;
|
|
14088
14466
|
dbDataType?: string | undefined;
|
|
14467
|
+
value?: string | null | undefined;
|
|
14089
14468
|
} | {
|
|
14090
14469
|
inputMethod: "VARIABLE";
|
|
14091
14470
|
sourceVariable: string | null;
|
|
@@ -14158,6 +14537,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14158
14537
|
formula: string;
|
|
14159
14538
|
dbDataType?: string | undefined;
|
|
14160
14539
|
} | undefined;
|
|
14540
|
+
} | {
|
|
14541
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
14542
|
+
value?: string | undefined;
|
|
14161
14543
|
} | {
|
|
14162
14544
|
inputMethod: "DATA_MODEL";
|
|
14163
14545
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -14180,6 +14562,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14180
14562
|
tableName: string | null;
|
|
14181
14563
|
columnName: string | null;
|
|
14182
14564
|
dbDataType?: string | undefined;
|
|
14565
|
+
value?: string | null | undefined;
|
|
14183
14566
|
} | {
|
|
14184
14567
|
inputMethod: "VARIABLE";
|
|
14185
14568
|
sourceVariable: string | null;
|
|
@@ -14252,6 +14635,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14252
14635
|
formula: string;
|
|
14253
14636
|
dbDataType?: string | undefined;
|
|
14254
14637
|
} | undefined;
|
|
14638
|
+
} | {
|
|
14639
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
14640
|
+
value?: string | undefined;
|
|
14255
14641
|
} | {
|
|
14256
14642
|
inputMethod: "DATA_MODEL";
|
|
14257
14643
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -14266,6 +14652,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14266
14652
|
tableName: string | null;
|
|
14267
14653
|
columnName: string | null;
|
|
14268
14654
|
dbDataType?: string | undefined;
|
|
14655
|
+
value?: string | null | undefined;
|
|
14269
14656
|
} | {
|
|
14270
14657
|
inputMethod: "VARIABLE";
|
|
14271
14658
|
sourceVariable: string | null;
|
|
@@ -14338,6 +14725,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14338
14725
|
formula: string;
|
|
14339
14726
|
dbDataType?: string | undefined;
|
|
14340
14727
|
} | undefined;
|
|
14728
|
+
} | {
|
|
14729
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
14730
|
+
value?: string | undefined;
|
|
14341
14731
|
} | {
|
|
14342
14732
|
inputMethod: "DATA_MODEL";
|
|
14343
14733
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -14361,6 +14751,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14361
14751
|
tableName: string | null;
|
|
14362
14752
|
columnName: string | null;
|
|
14363
14753
|
dbDataType?: string | undefined;
|
|
14754
|
+
value?: string | null | undefined;
|
|
14364
14755
|
} | {
|
|
14365
14756
|
inputMethod: "VARIABLE";
|
|
14366
14757
|
sourceVariable: string | null;
|
|
@@ -14433,6 +14824,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14433
14824
|
formula: string;
|
|
14434
14825
|
dbDataType?: string | undefined;
|
|
14435
14826
|
} | undefined;
|
|
14827
|
+
} | {
|
|
14828
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
14829
|
+
value?: string | undefined;
|
|
14436
14830
|
} | {
|
|
14437
14831
|
inputMethod: "DATA_MODEL";
|
|
14438
14832
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -14447,6 +14841,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14447
14841
|
tableName: string | null;
|
|
14448
14842
|
columnName: string | null;
|
|
14449
14843
|
dbDataType?: string | undefined;
|
|
14844
|
+
value?: string | null | undefined;
|
|
14450
14845
|
} | {
|
|
14451
14846
|
inputMethod: "VARIABLE";
|
|
14452
14847
|
sourceVariable: string | null;
|
|
@@ -14519,6 +14914,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14519
14914
|
formula: string;
|
|
14520
14915
|
dbDataType?: string | undefined;
|
|
14521
14916
|
} | undefined;
|
|
14917
|
+
} | {
|
|
14918
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
14919
|
+
value?: string | undefined;
|
|
14522
14920
|
} | {
|
|
14523
14921
|
inputMethod: "DATA_MODEL";
|
|
14524
14922
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -14542,6 +14940,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14542
14940
|
tableName: string | null;
|
|
14543
14941
|
columnName: string | null;
|
|
14544
14942
|
dbDataType?: string | undefined;
|
|
14943
|
+
value?: string | null | undefined;
|
|
14545
14944
|
} | {
|
|
14546
14945
|
inputMethod: "VARIABLE";
|
|
14547
14946
|
sourceVariable: string | null;
|
|
@@ -14614,6 +15013,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14614
15013
|
formula: string;
|
|
14615
15014
|
dbDataType?: string | undefined;
|
|
14616
15015
|
} | undefined;
|
|
15016
|
+
} | {
|
|
15017
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
15018
|
+
value?: string | undefined;
|
|
14617
15019
|
} | {
|
|
14618
15020
|
inputMethod: "DATA_MODEL";
|
|
14619
15021
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -14628,6 +15030,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14628
15030
|
tableName: string | null;
|
|
14629
15031
|
columnName: string | null;
|
|
14630
15032
|
dbDataType?: string | undefined;
|
|
15033
|
+
value?: string | null | undefined;
|
|
14631
15034
|
} | {
|
|
14632
15035
|
inputMethod: "VARIABLE";
|
|
14633
15036
|
sourceVariable: string | null;
|
|
@@ -14700,6 +15103,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14700
15103
|
formula: string;
|
|
14701
15104
|
dbDataType?: string | undefined;
|
|
14702
15105
|
} | undefined;
|
|
15106
|
+
} | {
|
|
15107
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
15108
|
+
value?: string | undefined;
|
|
14703
15109
|
} | {
|
|
14704
15110
|
inputMethod: "DATA_MODEL";
|
|
14705
15111
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -14722,6 +15128,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14722
15128
|
tableName: string | null;
|
|
14723
15129
|
columnName: string | null;
|
|
14724
15130
|
dbDataType?: string | undefined;
|
|
15131
|
+
value?: string | null | undefined;
|
|
14725
15132
|
} | {
|
|
14726
15133
|
inputMethod: "VARIABLE";
|
|
14727
15134
|
sourceVariable: string | null;
|
|
@@ -14794,6 +15201,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14794
15201
|
formula: string;
|
|
14795
15202
|
dbDataType?: string | undefined;
|
|
14796
15203
|
} | undefined;
|
|
15204
|
+
} | {
|
|
15205
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
15206
|
+
value?: string | undefined;
|
|
14797
15207
|
} | {
|
|
14798
15208
|
inputMethod: "DATA_MODEL";
|
|
14799
15209
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -14808,6 +15218,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14808
15218
|
tableName: string | null;
|
|
14809
15219
|
columnName: string | null;
|
|
14810
15220
|
dbDataType?: string | undefined;
|
|
15221
|
+
value?: string | null | undefined;
|
|
14811
15222
|
} | {
|
|
14812
15223
|
inputMethod: "VARIABLE";
|
|
14813
15224
|
sourceVariable: string | null;
|
|
@@ -14880,6 +15291,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14880
15291
|
formula: string;
|
|
14881
15292
|
dbDataType?: string | undefined;
|
|
14882
15293
|
} | undefined;
|
|
15294
|
+
} | {
|
|
15295
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
15296
|
+
value?: string | undefined;
|
|
14883
15297
|
} | {
|
|
14884
15298
|
inputMethod: "DATA_MODEL";
|
|
14885
15299
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -14901,6 +15315,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14901
15315
|
tableName: string | null;
|
|
14902
15316
|
columnName: string | null;
|
|
14903
15317
|
dbDataType?: string | undefined;
|
|
15318
|
+
value?: string | null | undefined;
|
|
14904
15319
|
} | {
|
|
14905
15320
|
inputMethod: "VARIABLE";
|
|
14906
15321
|
sourceVariable: string | null;
|
|
@@ -14973,6 +15388,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14973
15388
|
formula: string;
|
|
14974
15389
|
dbDataType?: string | undefined;
|
|
14975
15390
|
} | undefined;
|
|
15391
|
+
} | {
|
|
15392
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
15393
|
+
value?: string | undefined;
|
|
14976
15394
|
} | {
|
|
14977
15395
|
inputMethod: "DATA_MODEL";
|
|
14978
15396
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -14987,6 +15405,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
14987
15405
|
tableName: string | null;
|
|
14988
15406
|
columnName: string | null;
|
|
14989
15407
|
dbDataType?: string | undefined;
|
|
15408
|
+
value?: string | null | undefined;
|
|
14990
15409
|
} | {
|
|
14991
15410
|
inputMethod: "VARIABLE";
|
|
14992
15411
|
sourceVariable: string | null;
|
|
@@ -15059,6 +15478,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15059
15478
|
formula: string;
|
|
15060
15479
|
dbDataType?: string | undefined;
|
|
15061
15480
|
} | undefined;
|
|
15481
|
+
} | {
|
|
15482
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
15483
|
+
value?: string | undefined;
|
|
15062
15484
|
} | {
|
|
15063
15485
|
inputMethod: "DATA_MODEL";
|
|
15064
15486
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -15081,6 +15503,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15081
15503
|
tableName: string | null;
|
|
15082
15504
|
columnName: string | null;
|
|
15083
15505
|
dbDataType?: string | undefined;
|
|
15506
|
+
value?: string | null | undefined;
|
|
15084
15507
|
} | {
|
|
15085
15508
|
inputMethod: "VARIABLE";
|
|
15086
15509
|
sourceVariable: string | null;
|
|
@@ -15153,6 +15576,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15153
15576
|
formula: string;
|
|
15154
15577
|
dbDataType?: string | undefined;
|
|
15155
15578
|
} | undefined;
|
|
15579
|
+
} | {
|
|
15580
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
15581
|
+
value?: string | undefined;
|
|
15156
15582
|
} | {
|
|
15157
15583
|
inputMethod: "DATA_MODEL";
|
|
15158
15584
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -15167,6 +15593,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15167
15593
|
tableName: string | null;
|
|
15168
15594
|
columnName: string | null;
|
|
15169
15595
|
dbDataType?: string | undefined;
|
|
15596
|
+
value?: string | null | undefined;
|
|
15170
15597
|
} | {
|
|
15171
15598
|
inputMethod: "VARIABLE";
|
|
15172
15599
|
sourceVariable: string | null;
|
|
@@ -15239,6 +15666,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15239
15666
|
formula: string;
|
|
15240
15667
|
dbDataType?: string | undefined;
|
|
15241
15668
|
} | undefined;
|
|
15669
|
+
} | {
|
|
15670
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
15671
|
+
value?: string | undefined;
|
|
15242
15672
|
} | {
|
|
15243
15673
|
inputMethod: "DATA_MODEL";
|
|
15244
15674
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -15261,6 +15691,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15261
15691
|
tableName: string | null;
|
|
15262
15692
|
columnName: string | null;
|
|
15263
15693
|
dbDataType?: string | undefined;
|
|
15694
|
+
value?: string | null | undefined;
|
|
15264
15695
|
} | {
|
|
15265
15696
|
inputMethod: "VARIABLE";
|
|
15266
15697
|
sourceVariable: string | null;
|
|
@@ -15333,6 +15764,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15333
15764
|
formula: string;
|
|
15334
15765
|
dbDataType?: string | undefined;
|
|
15335
15766
|
} | undefined;
|
|
15767
|
+
} | {
|
|
15768
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
15769
|
+
value?: string | undefined;
|
|
15336
15770
|
} | {
|
|
15337
15771
|
inputMethod: "DATA_MODEL";
|
|
15338
15772
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -15464,6 +15898,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15464
15898
|
tableName: string | null;
|
|
15465
15899
|
columnName: string | null;
|
|
15466
15900
|
dbDataType?: string | undefined;
|
|
15901
|
+
value?: string | null | undefined;
|
|
15467
15902
|
} | {
|
|
15468
15903
|
inputMethod: "VARIABLE";
|
|
15469
15904
|
sourceVariable: string | null;
|
|
@@ -15536,6 +15971,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15536
15971
|
formula: string;
|
|
15537
15972
|
dbDataType?: string | undefined;
|
|
15538
15973
|
} | undefined;
|
|
15974
|
+
} | {
|
|
15975
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
15976
|
+
value?: string | undefined;
|
|
15539
15977
|
} | {
|
|
15540
15978
|
inputMethod: "DATA_MODEL";
|
|
15541
15979
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -15553,6 +15991,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15553
15991
|
tableName: string | null;
|
|
15554
15992
|
columnName: string | null;
|
|
15555
15993
|
dbDataType?: string | undefined;
|
|
15994
|
+
value?: string | null | undefined;
|
|
15556
15995
|
} | {
|
|
15557
15996
|
inputMethod: "VARIABLE";
|
|
15558
15997
|
sourceVariable: string | null;
|
|
@@ -15625,6 +16064,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15625
16064
|
formula: string;
|
|
15626
16065
|
dbDataType?: string | undefined;
|
|
15627
16066
|
} | undefined;
|
|
16067
|
+
} | {
|
|
16068
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
16069
|
+
value?: string | undefined;
|
|
15628
16070
|
} | {
|
|
15629
16071
|
inputMethod: "DATA_MODEL";
|
|
15630
16072
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -15642,6 +16084,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15642
16084
|
tableName: string | null;
|
|
15643
16085
|
columnName: string | null;
|
|
15644
16086
|
dbDataType?: string | undefined;
|
|
16087
|
+
value?: string | null | undefined;
|
|
15645
16088
|
} | {
|
|
15646
16089
|
inputMethod: "VARIABLE";
|
|
15647
16090
|
sourceVariable: string | null;
|
|
@@ -15714,6 +16157,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15714
16157
|
formula: string;
|
|
15715
16158
|
dbDataType?: string | undefined;
|
|
15716
16159
|
} | undefined;
|
|
16160
|
+
} | {
|
|
16161
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
16162
|
+
value?: string | undefined;
|
|
15717
16163
|
} | {
|
|
15718
16164
|
inputMethod: "DATA_MODEL";
|
|
15719
16165
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -15739,6 +16185,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15739
16185
|
tableName: string | null;
|
|
15740
16186
|
columnName: string | null;
|
|
15741
16187
|
dbDataType?: string | undefined;
|
|
16188
|
+
value?: string | null | undefined;
|
|
15742
16189
|
} | {
|
|
15743
16190
|
inputMethod: "VARIABLE";
|
|
15744
16191
|
sourceVariable: string | null;
|
|
@@ -15811,6 +16258,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15811
16258
|
formula: string;
|
|
15812
16259
|
dbDataType?: string | undefined;
|
|
15813
16260
|
} | undefined;
|
|
16261
|
+
} | {
|
|
16262
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
16263
|
+
value?: string | undefined;
|
|
15814
16264
|
} | {
|
|
15815
16265
|
inputMethod: "DATA_MODEL";
|
|
15816
16266
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -15829,6 +16279,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15829
16279
|
tableName: string | null;
|
|
15830
16280
|
columnName: string | null;
|
|
15831
16281
|
dbDataType?: string | undefined;
|
|
16282
|
+
value?: string | null | undefined;
|
|
15832
16283
|
} | {
|
|
15833
16284
|
inputMethod: "VARIABLE";
|
|
15834
16285
|
sourceVariable: string | null;
|
|
@@ -15901,6 +16352,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15901
16352
|
formula: string;
|
|
15902
16353
|
dbDataType?: string | undefined;
|
|
15903
16354
|
} | undefined;
|
|
16355
|
+
} | {
|
|
16356
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
16357
|
+
value?: string | undefined;
|
|
15904
16358
|
} | {
|
|
15905
16359
|
inputMethod: "DATA_MODEL";
|
|
15906
16360
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -15918,6 +16372,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15918
16372
|
tableName: string | null;
|
|
15919
16373
|
columnName: string | null;
|
|
15920
16374
|
dbDataType?: string | undefined;
|
|
16375
|
+
value?: string | null | undefined;
|
|
15921
16376
|
} | {
|
|
15922
16377
|
inputMethod: "VARIABLE";
|
|
15923
16378
|
sourceVariable: string | null;
|
|
@@ -15990,6 +16445,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
15990
16445
|
formula: string;
|
|
15991
16446
|
dbDataType?: string | undefined;
|
|
15992
16447
|
} | undefined;
|
|
16448
|
+
} | {
|
|
16449
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
16450
|
+
value?: string | undefined;
|
|
15993
16451
|
} | {
|
|
15994
16452
|
inputMethod: "DATA_MODEL";
|
|
15995
16453
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -16004,6 +16462,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16004
16462
|
tableName: string | null;
|
|
16005
16463
|
columnName: string | null;
|
|
16006
16464
|
dbDataType?: string | undefined;
|
|
16465
|
+
value?: string | null | undefined;
|
|
16007
16466
|
} | {
|
|
16008
16467
|
inputMethod: "VARIABLE";
|
|
16009
16468
|
sourceVariable: string | null;
|
|
@@ -16076,6 +16535,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16076
16535
|
formula: string;
|
|
16077
16536
|
dbDataType?: string | undefined;
|
|
16078
16537
|
} | undefined;
|
|
16538
|
+
} | {
|
|
16539
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
16540
|
+
value?: string | undefined;
|
|
16079
16541
|
} | {
|
|
16080
16542
|
inputMethod: "DATA_MODEL";
|
|
16081
16543
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -16099,6 +16561,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16099
16561
|
tableName: string | null;
|
|
16100
16562
|
columnName: string | null;
|
|
16101
16563
|
dbDataType?: string | undefined;
|
|
16564
|
+
value?: string | null | undefined;
|
|
16102
16565
|
} | {
|
|
16103
16566
|
inputMethod: "VARIABLE";
|
|
16104
16567
|
sourceVariable: string | null;
|
|
@@ -16171,6 +16634,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16171
16634
|
formula: string;
|
|
16172
16635
|
dbDataType?: string | undefined;
|
|
16173
16636
|
} | undefined;
|
|
16637
|
+
} | {
|
|
16638
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
16639
|
+
value?: string | undefined;
|
|
16174
16640
|
} | {
|
|
16175
16641
|
inputMethod: "DATA_MODEL";
|
|
16176
16642
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -16185,6 +16651,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16185
16651
|
tableName: string | null;
|
|
16186
16652
|
columnName: string | null;
|
|
16187
16653
|
dbDataType?: string | undefined;
|
|
16654
|
+
value?: string | null | undefined;
|
|
16188
16655
|
} | {
|
|
16189
16656
|
inputMethod: "VARIABLE";
|
|
16190
16657
|
sourceVariable: string | null;
|
|
@@ -16257,6 +16724,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16257
16724
|
formula: string;
|
|
16258
16725
|
dbDataType?: string | undefined;
|
|
16259
16726
|
} | undefined;
|
|
16727
|
+
} | {
|
|
16728
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
16729
|
+
value?: string | undefined;
|
|
16260
16730
|
} | {
|
|
16261
16731
|
inputMethod: "DATA_MODEL";
|
|
16262
16732
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -16279,6 +16749,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16279
16749
|
tableName: string | null;
|
|
16280
16750
|
columnName: string | null;
|
|
16281
16751
|
dbDataType?: string | undefined;
|
|
16752
|
+
value?: string | null | undefined;
|
|
16282
16753
|
} | {
|
|
16283
16754
|
inputMethod: "VARIABLE";
|
|
16284
16755
|
sourceVariable: string | null;
|
|
@@ -16351,6 +16822,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16351
16822
|
formula: string;
|
|
16352
16823
|
dbDataType?: string | undefined;
|
|
16353
16824
|
} | undefined;
|
|
16825
|
+
} | {
|
|
16826
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
16827
|
+
value?: string | undefined;
|
|
16354
16828
|
} | {
|
|
16355
16829
|
inputMethod: "DATA_MODEL";
|
|
16356
16830
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -16365,6 +16839,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16365
16839
|
tableName: string | null;
|
|
16366
16840
|
columnName: string | null;
|
|
16367
16841
|
dbDataType?: string | undefined;
|
|
16842
|
+
value?: string | null | undefined;
|
|
16368
16843
|
} | {
|
|
16369
16844
|
inputMethod: "VARIABLE";
|
|
16370
16845
|
sourceVariable: string | null;
|
|
@@ -16437,6 +16912,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16437
16912
|
formula: string;
|
|
16438
16913
|
dbDataType?: string | undefined;
|
|
16439
16914
|
} | undefined;
|
|
16915
|
+
} | {
|
|
16916
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
16917
|
+
value?: string | undefined;
|
|
16440
16918
|
} | {
|
|
16441
16919
|
inputMethod: "DATA_MODEL";
|
|
16442
16920
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -16460,6 +16938,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16460
16938
|
tableName: string | null;
|
|
16461
16939
|
columnName: string | null;
|
|
16462
16940
|
dbDataType?: string | undefined;
|
|
16941
|
+
value?: string | null | undefined;
|
|
16463
16942
|
} | {
|
|
16464
16943
|
inputMethod: "VARIABLE";
|
|
16465
16944
|
sourceVariable: string | null;
|
|
@@ -16532,6 +17011,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16532
17011
|
formula: string;
|
|
16533
17012
|
dbDataType?: string | undefined;
|
|
16534
17013
|
} | undefined;
|
|
17014
|
+
} | {
|
|
17015
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
17016
|
+
value?: string | undefined;
|
|
16535
17017
|
} | {
|
|
16536
17018
|
inputMethod: "DATA_MODEL";
|
|
16537
17019
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -16546,6 +17028,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16546
17028
|
tableName: string | null;
|
|
16547
17029
|
columnName: string | null;
|
|
16548
17030
|
dbDataType?: string | undefined;
|
|
17031
|
+
value?: string | null | undefined;
|
|
16549
17032
|
} | {
|
|
16550
17033
|
inputMethod: "VARIABLE";
|
|
16551
17034
|
sourceVariable: string | null;
|
|
@@ -16618,6 +17101,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16618
17101
|
formula: string;
|
|
16619
17102
|
dbDataType?: string | undefined;
|
|
16620
17103
|
} | undefined;
|
|
17104
|
+
} | {
|
|
17105
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
17106
|
+
value?: string | undefined;
|
|
16621
17107
|
} | {
|
|
16622
17108
|
inputMethod: "DATA_MODEL";
|
|
16623
17109
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -16641,6 +17127,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16641
17127
|
tableName: string | null;
|
|
16642
17128
|
columnName: string | null;
|
|
16643
17129
|
dbDataType?: string | undefined;
|
|
17130
|
+
value?: string | null | undefined;
|
|
16644
17131
|
} | {
|
|
16645
17132
|
inputMethod: "VARIABLE";
|
|
16646
17133
|
sourceVariable: string | null;
|
|
@@ -16713,6 +17200,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16713
17200
|
formula: string;
|
|
16714
17201
|
dbDataType?: string | undefined;
|
|
16715
17202
|
} | undefined;
|
|
17203
|
+
} | {
|
|
17204
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
17205
|
+
value?: string | undefined;
|
|
16716
17206
|
} | {
|
|
16717
17207
|
inputMethod: "DATA_MODEL";
|
|
16718
17208
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -16727,6 +17217,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16727
17217
|
tableName: string | null;
|
|
16728
17218
|
columnName: string | null;
|
|
16729
17219
|
dbDataType?: string | undefined;
|
|
17220
|
+
value?: string | null | undefined;
|
|
16730
17221
|
} | {
|
|
16731
17222
|
inputMethod: "VARIABLE";
|
|
16732
17223
|
sourceVariable: string | null;
|
|
@@ -16799,6 +17290,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16799
17290
|
formula: string;
|
|
16800
17291
|
dbDataType?: string | undefined;
|
|
16801
17292
|
} | undefined;
|
|
17293
|
+
} | {
|
|
17294
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
17295
|
+
value?: string | undefined;
|
|
16802
17296
|
} | {
|
|
16803
17297
|
inputMethod: "DATA_MODEL";
|
|
16804
17298
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -16821,6 +17315,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16821
17315
|
tableName: string | null;
|
|
16822
17316
|
columnName: string | null;
|
|
16823
17317
|
dbDataType?: string | undefined;
|
|
17318
|
+
value?: string | null | undefined;
|
|
16824
17319
|
} | {
|
|
16825
17320
|
inputMethod: "VARIABLE";
|
|
16826
17321
|
sourceVariable: string | null;
|
|
@@ -16893,6 +17388,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16893
17388
|
formula: string;
|
|
16894
17389
|
dbDataType?: string | undefined;
|
|
16895
17390
|
} | undefined;
|
|
17391
|
+
} | {
|
|
17392
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
17393
|
+
value?: string | undefined;
|
|
16896
17394
|
} | {
|
|
16897
17395
|
inputMethod: "DATA_MODEL";
|
|
16898
17396
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -16907,6 +17405,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16907
17405
|
tableName: string | null;
|
|
16908
17406
|
columnName: string | null;
|
|
16909
17407
|
dbDataType?: string | undefined;
|
|
17408
|
+
value?: string | null | undefined;
|
|
16910
17409
|
} | {
|
|
16911
17410
|
inputMethod: "VARIABLE";
|
|
16912
17411
|
sourceVariable: string | null;
|
|
@@ -16979,6 +17478,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
16979
17478
|
formula: string;
|
|
16980
17479
|
dbDataType?: string | undefined;
|
|
16981
17480
|
} | undefined;
|
|
17481
|
+
} | {
|
|
17482
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
17483
|
+
value?: string | undefined;
|
|
16982
17484
|
} | {
|
|
16983
17485
|
inputMethod: "DATA_MODEL";
|
|
16984
17486
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -17000,6 +17502,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
17000
17502
|
tableName: string | null;
|
|
17001
17503
|
columnName: string | null;
|
|
17002
17504
|
dbDataType?: string | undefined;
|
|
17505
|
+
value?: string | null | undefined;
|
|
17003
17506
|
} | {
|
|
17004
17507
|
inputMethod: "VARIABLE";
|
|
17005
17508
|
sourceVariable: string | null;
|
|
@@ -17072,6 +17575,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
17072
17575
|
formula: string;
|
|
17073
17576
|
dbDataType?: string | undefined;
|
|
17074
17577
|
} | undefined;
|
|
17578
|
+
} | {
|
|
17579
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
17580
|
+
value?: string | undefined;
|
|
17075
17581
|
} | {
|
|
17076
17582
|
inputMethod: "DATA_MODEL";
|
|
17077
17583
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -17086,6 +17592,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
17086
17592
|
tableName: string | null;
|
|
17087
17593
|
columnName: string | null;
|
|
17088
17594
|
dbDataType?: string | undefined;
|
|
17595
|
+
value?: string | null | undefined;
|
|
17089
17596
|
} | {
|
|
17090
17597
|
inputMethod: "VARIABLE";
|
|
17091
17598
|
sourceVariable: string | null;
|
|
@@ -17158,6 +17665,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
17158
17665
|
formula: string;
|
|
17159
17666
|
dbDataType?: string | undefined;
|
|
17160
17667
|
} | undefined;
|
|
17668
|
+
} | {
|
|
17669
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
17670
|
+
value?: string | undefined;
|
|
17161
17671
|
} | {
|
|
17162
17672
|
inputMethod: "DATA_MODEL";
|
|
17163
17673
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -17180,6 +17690,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
17180
17690
|
tableName: string | null;
|
|
17181
17691
|
columnName: string | null;
|
|
17182
17692
|
dbDataType?: string | undefined;
|
|
17693
|
+
value?: string | null | undefined;
|
|
17183
17694
|
} | {
|
|
17184
17695
|
inputMethod: "VARIABLE";
|
|
17185
17696
|
sourceVariable: string | null;
|
|
@@ -17252,6 +17763,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
17252
17763
|
formula: string;
|
|
17253
17764
|
dbDataType?: string | undefined;
|
|
17254
17765
|
} | undefined;
|
|
17766
|
+
} | {
|
|
17767
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
17768
|
+
value?: string | undefined;
|
|
17255
17769
|
} | {
|
|
17256
17770
|
inputMethod: "DATA_MODEL";
|
|
17257
17771
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -17266,6 +17780,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
17266
17780
|
tableName: string | null;
|
|
17267
17781
|
columnName: string | null;
|
|
17268
17782
|
dbDataType?: string | undefined;
|
|
17783
|
+
value?: string | null | undefined;
|
|
17269
17784
|
} | {
|
|
17270
17785
|
inputMethod: "VARIABLE";
|
|
17271
17786
|
sourceVariable: string | null;
|
|
@@ -17338,6 +17853,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
17338
17853
|
formula: string;
|
|
17339
17854
|
dbDataType?: string | undefined;
|
|
17340
17855
|
} | undefined;
|
|
17856
|
+
} | {
|
|
17857
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
17858
|
+
value?: string | undefined;
|
|
17341
17859
|
} | {
|
|
17342
17860
|
inputMethod: "DATA_MODEL";
|
|
17343
17861
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -17360,6 +17878,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
17360
17878
|
tableName: string | null;
|
|
17361
17879
|
columnName: string | null;
|
|
17362
17880
|
dbDataType?: string | undefined;
|
|
17881
|
+
value?: string | null | undefined;
|
|
17363
17882
|
} | {
|
|
17364
17883
|
inputMethod: "VARIABLE";
|
|
17365
17884
|
sourceVariable: string | null;
|
|
@@ -17432,6 +17951,9 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
|
|
|
17432
17951
|
formula: string;
|
|
17433
17952
|
dbDataType?: string | undefined;
|
|
17434
17953
|
} | undefined;
|
|
17954
|
+
} | {
|
|
17955
|
+
inputMethod: "EDITABLE_TEXT_VALUE";
|
|
17956
|
+
value?: string | undefined;
|
|
17435
17957
|
} | {
|
|
17436
17958
|
inputMethod: "DATA_MODEL";
|
|
17437
17959
|
option: "TABLE_LIST" | "COLUMN_LIST";
|
|
@@ -17735,6 +18257,7 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
17735
18257
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
17736
18258
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
17737
18259
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
18260
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
17738
18261
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
17739
18262
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
17740
18263
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -17841,6 +18364,9 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
17841
18364
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
17842
18365
|
}>>;
|
|
17843
18366
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18367
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18368
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
18369
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
17844
18370
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
17845
18371
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
17846
18372
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -17854,6 +18380,7 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
17854
18380
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
17855
18381
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
17856
18382
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
18383
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
17857
18384
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
17858
18385
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
17859
18386
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -17960,6 +18487,9 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
17960
18487
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
17961
18488
|
}>>;
|
|
17962
18489
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18490
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18491
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
18492
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
17963
18493
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
17964
18494
|
scriptKey: zod.ZodString;
|
|
17965
18495
|
autoUpdate: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -17985,6 +18515,7 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
17985
18515
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
17986
18516
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
17987
18517
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
18518
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
17988
18519
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
17989
18520
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
17990
18521
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -18091,6 +18622,9 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18091
18622
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
18092
18623
|
}>>;
|
|
18093
18624
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18625
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18626
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
18627
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
18094
18628
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
18095
18629
|
runButtonText: zod.ZodDefault<zod.ZodString>;
|
|
18096
18630
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -18105,6 +18639,7 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18105
18639
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18106
18640
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18107
18641
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
18642
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
18108
18643
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18109
18644
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
18110
18645
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -18211,6 +18746,9 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18211
18746
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
18212
18747
|
}>>;
|
|
18213
18748
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18749
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18750
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
18751
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
18214
18752
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
18215
18753
|
}, zod_v4_core.$strip>, zod.ZodIntersection<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
18216
18754
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -18224,6 +18762,7 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18224
18762
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18225
18763
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18226
18764
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
18765
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
18227
18766
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18228
18767
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
18229
18768
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -18330,6 +18869,9 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18330
18869
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
18331
18870
|
}>>;
|
|
18332
18871
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18872
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18873
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
18874
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
18333
18875
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
18334
18876
|
mode: zod.ZodLiteral<"GENERATED_BY_SCRIPT">;
|
|
18335
18877
|
scriptKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -18341,6 +18883,7 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18341
18883
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18342
18884
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18343
18885
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
18886
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
18344
18887
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18345
18888
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
18346
18889
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -18447,6 +18990,9 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18447
18990
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
18448
18991
|
}>>;
|
|
18449
18992
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18993
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18994
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
18995
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
18450
18996
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
18451
18997
|
displayName: zod.ZodDefault<zod.ZodString>;
|
|
18452
18998
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -18461,6 +19007,7 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18461
19007
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18462
19008
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18463
19009
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
19010
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
18464
19011
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18465
19012
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
18466
19013
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -18567,6 +19114,9 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18567
19114
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
18568
19115
|
}>>;
|
|
18569
19116
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19117
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
19118
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
19119
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
18570
19120
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
18571
19121
|
mode: zod.ZodLiteral<"EXISTED_VIEW">;
|
|
18572
19122
|
viewKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -18578,6 +19128,7 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18578
19128
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18579
19129
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18580
19130
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
19131
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
18581
19132
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18582
19133
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
18583
19134
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -18684,6 +19235,9 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18684
19235
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
18685
19236
|
}>>;
|
|
18686
19237
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19238
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
19239
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
19240
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
18687
19241
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
18688
19242
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18689
19243
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -18697,6 +19251,7 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18697
19251
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18698
19252
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18699
19253
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
19254
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
18700
19255
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18701
19256
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
18702
19257
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -18803,6 +19358,9 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18803
19358
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
18804
19359
|
}>>;
|
|
18805
19360
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19361
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
19362
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
19363
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
18806
19364
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
18807
19365
|
mode: zod.ZodLiteral<"EMPTY">;
|
|
18808
19366
|
placeholderName: zod.ZodOptional<zod.ZodString>;
|
|
@@ -18837,6 +19395,7 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18837
19395
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18838
19396
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
18839
19397
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
19398
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
18840
19399
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
18841
19400
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
18842
19401
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -18943,6 +19502,9 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
|
|
|
18943
19502
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
18944
19503
|
}>>;
|
|
18945
19504
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19505
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
19506
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
19507
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
18946
19508
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
18947
19509
|
}, zod_v4_core.$strip>]>>>>;
|
|
18948
19510
|
value: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -19291,6 +19853,7 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
19291
19853
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19292
19854
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19293
19855
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
19856
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
19294
19857
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
19295
19858
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
19296
19859
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -19397,6 +19960,9 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
19397
19960
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
19398
19961
|
}>>;
|
|
19399
19962
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19963
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
19964
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
19965
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
19400
19966
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
19401
19967
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
19402
19968
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -19410,6 +19976,7 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
19410
19976
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19411
19977
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19412
19978
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
19979
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
19413
19980
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
19414
19981
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
19415
19982
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -19516,6 +20083,9 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
19516
20083
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
19517
20084
|
}>>;
|
|
19518
20085
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20086
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
20087
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
20088
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
19519
20089
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
19520
20090
|
scriptKey: zod.ZodString;
|
|
19521
20091
|
autoUpdate: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -19541,6 +20111,7 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
19541
20111
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19542
20112
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19543
20113
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
20114
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
19544
20115
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
19545
20116
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
19546
20117
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -19647,6 +20218,9 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
19647
20218
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
19648
20219
|
}>>;
|
|
19649
20220
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20221
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
20222
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
20223
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
19650
20224
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
19651
20225
|
runButtonText: zod.ZodDefault<zod.ZodString>;
|
|
19652
20226
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -19661,6 +20235,7 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
19661
20235
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19662
20236
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19663
20237
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
20238
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
19664
20239
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
19665
20240
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
19666
20241
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -19767,6 +20342,9 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
19767
20342
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
19768
20343
|
}>>;
|
|
19769
20344
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20345
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
20346
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
20347
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
19770
20348
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
19771
20349
|
}, zod_v4_core.$strip>, zod.ZodIntersection<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
19772
20350
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -19780,6 +20358,7 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
19780
20358
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19781
20359
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19782
20360
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
20361
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
19783
20362
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
19784
20363
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
19785
20364
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -19886,6 +20465,9 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
19886
20465
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
19887
20466
|
}>>;
|
|
19888
20467
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20468
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
20469
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
20470
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
19889
20471
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
19890
20472
|
mode: zod.ZodLiteral<"GENERATED_BY_SCRIPT">;
|
|
19891
20473
|
scriptKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -19897,6 +20479,7 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
19897
20479
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19898
20480
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
19899
20481
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
20482
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
19900
20483
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
19901
20484
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
19902
20485
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -20003,6 +20586,9 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
20003
20586
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
20004
20587
|
}>>;
|
|
20005
20588
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20589
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
20590
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
20591
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
20006
20592
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
20007
20593
|
displayName: zod.ZodDefault<zod.ZodString>;
|
|
20008
20594
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -20017,6 +20603,7 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
20017
20603
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20018
20604
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20019
20605
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
20606
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
20020
20607
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
20021
20608
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
20022
20609
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -20123,6 +20710,9 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
20123
20710
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
20124
20711
|
}>>;
|
|
20125
20712
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20713
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
20714
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
20715
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
20126
20716
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
20127
20717
|
mode: zod.ZodLiteral<"EXISTED_VIEW">;
|
|
20128
20718
|
viewKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -20134,6 +20724,7 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
20134
20724
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20135
20725
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20136
20726
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
20727
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
20137
20728
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
20138
20729
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
20139
20730
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -20240,6 +20831,9 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
20240
20831
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
20241
20832
|
}>>;
|
|
20242
20833
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20834
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
20835
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
20836
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
20243
20837
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
20244
20838
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
20245
20839
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -20253,6 +20847,7 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
20253
20847
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20254
20848
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20255
20849
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
20850
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
20256
20851
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
20257
20852
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
20258
20853
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -20359,6 +20954,9 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
20359
20954
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
20360
20955
|
}>>;
|
|
20361
20956
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20957
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
20958
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
20959
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
20362
20960
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
20363
20961
|
mode: zod.ZodLiteral<"EMPTY">;
|
|
20364
20962
|
placeholderName: zod.ZodOptional<zod.ZodString>;
|
|
@@ -20393,6 +20991,7 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
20393
20991
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20394
20992
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
20395
20993
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
20994
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
20396
20995
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
20397
20996
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
20398
20997
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -20499,6 +21098,9 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
|
|
|
20499
21098
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
20500
21099
|
}>>;
|
|
20501
21100
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
21101
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
21102
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
21103
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
20502
21104
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
20503
21105
|
}, zod_v4_core.$strip>]>>>>;
|
|
20504
21106
|
value: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -21175,6 +21777,7 @@ declare const EMeasureTemplateNames: TVersionedEnum<{
|
|
|
21175
21777
|
readonly min: "min";
|
|
21176
21778
|
readonly max: "max";
|
|
21177
21779
|
readonly sum: "sum";
|
|
21780
|
+
readonly any: "any";
|
|
21178
21781
|
};
|
|
21179
21782
|
}, "17">;
|
|
21180
21783
|
type TMeasureTemplateNames = TVersionedEnumValues<typeof EMeasureTemplateNames>;
|
|
@@ -21194,6 +21797,7 @@ declare const measureTemplateFormulas: {
|
|
|
21194
21797
|
readonly min: "min({columnFormula})";
|
|
21195
21798
|
readonly max: "max({columnFormula})";
|
|
21196
21799
|
readonly sum: "sum({columnFormula})";
|
|
21800
|
+
readonly any: "any({columnFormula})";
|
|
21197
21801
|
};
|
|
21198
21802
|
declare const measureInnerTemplateFormulas: {
|
|
21199
21803
|
readonly begin: "begin({columnFormula})";
|
|
@@ -21209,6 +21813,7 @@ declare const EMeasureAggregationTemplateName: TVersionedEnum<{
|
|
|
21209
21813
|
readonly minIf: "minIf";
|
|
21210
21814
|
readonly maxIf: "maxIf";
|
|
21211
21815
|
readonly sumIf: "sumIf";
|
|
21816
|
+
readonly anyIf: "anyIf";
|
|
21212
21817
|
readonly top: "top";
|
|
21213
21818
|
readonly firstValue: "firstValue";
|
|
21214
21819
|
readonly lastValue: "lastValue";
|
|
@@ -21767,6 +22372,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
21767
22372
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
21768
22373
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
21769
22374
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
22375
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
21770
22376
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
21771
22377
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
21772
22378
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -21873,6 +22479,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
21873
22479
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
21874
22480
|
}>>;
|
|
21875
22481
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22482
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22483
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
22484
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
21876
22485
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
21877
22486
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
21878
22487
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -21886,6 +22495,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
21886
22495
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
21887
22496
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
21888
22497
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
22498
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
21889
22499
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
21890
22500
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
21891
22501
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -21992,6 +22602,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
21992
22602
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
21993
22603
|
}>>;
|
|
21994
22604
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22605
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22606
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
22607
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
21995
22608
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
21996
22609
|
scriptKey: zod.ZodString;
|
|
21997
22610
|
autoUpdate: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -22017,6 +22630,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22017
22630
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22018
22631
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22019
22632
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
22633
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
22020
22634
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22021
22635
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
22022
22636
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -22123,6 +22737,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22123
22737
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
22124
22738
|
}>>;
|
|
22125
22739
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22740
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22741
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
22742
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
22126
22743
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
22127
22744
|
runButtonText: zod.ZodDefault<zod.ZodString>;
|
|
22128
22745
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -22137,6 +22754,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22137
22754
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22138
22755
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22139
22756
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
22757
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
22140
22758
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22141
22759
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
22142
22760
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -22243,6 +22861,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22243
22861
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
22244
22862
|
}>>;
|
|
22245
22863
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22864
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22865
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
22866
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
22246
22867
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
22247
22868
|
}, zod_v4_core.$strip>, zod.ZodIntersection<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
22248
22869
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -22256,6 +22877,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22256
22877
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22257
22878
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22258
22879
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
22880
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
22259
22881
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22260
22882
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
22261
22883
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -22362,6 +22984,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22362
22984
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
22363
22985
|
}>>;
|
|
22364
22986
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22987
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22988
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
22989
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
22365
22990
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
22366
22991
|
mode: zod.ZodLiteral<"GENERATED_BY_SCRIPT">;
|
|
22367
22992
|
scriptKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -22373,6 +22998,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22373
22998
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22374
22999
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22375
23000
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
23001
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
22376
23002
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22377
23003
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
22378
23004
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -22479,6 +23105,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22479
23105
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
22480
23106
|
}>>;
|
|
22481
23107
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
23108
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
23109
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
23110
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
22482
23111
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
22483
23112
|
displayName: zod.ZodDefault<zod.ZodString>;
|
|
22484
23113
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -22493,6 +23122,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22493
23122
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22494
23123
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22495
23124
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
23125
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
22496
23126
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22497
23127
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
22498
23128
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -22599,6 +23229,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22599
23229
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
22600
23230
|
}>>;
|
|
22601
23231
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
23232
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
23233
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
23234
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
22602
23235
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
22603
23236
|
mode: zod.ZodLiteral<"EXISTED_VIEW">;
|
|
22604
23237
|
viewKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -22610,6 +23243,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22610
23243
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22611
23244
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22612
23245
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
23246
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
22613
23247
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22614
23248
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
22615
23249
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -22716,6 +23350,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22716
23350
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
22717
23351
|
}>>;
|
|
22718
23352
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
23353
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
23354
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
23355
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
22719
23356
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
22720
23357
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22721
23358
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -22729,6 +23366,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22729
23366
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22730
23367
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22731
23368
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
23369
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
22732
23370
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22733
23371
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
22734
23372
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -22835,6 +23473,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22835
23473
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
22836
23474
|
}>>;
|
|
22837
23475
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
23476
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
23477
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
23478
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
22838
23479
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
22839
23480
|
mode: zod.ZodLiteral<"EMPTY">;
|
|
22840
23481
|
placeholderName: zod.ZodOptional<zod.ZodString>;
|
|
@@ -22869,6 +23510,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22869
23510
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22870
23511
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
22871
23512
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
23513
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
22872
23514
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
22873
23515
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
22874
23516
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -22975,6 +23617,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
22975
23617
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
22976
23618
|
}>>;
|
|
22977
23619
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
23620
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
23621
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
23622
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
22978
23623
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
22979
23624
|
}, zod_v4_core.$strip>]>>>>;
|
|
22980
23625
|
value: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -23285,6 +23930,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
23285
23930
|
}, zod_v4_core.$strip>>>;
|
|
23286
23931
|
markdownText: zod.ZodDefault<zod.ZodString>;
|
|
23287
23932
|
markdownTextSize: zod.ZodDefault<zod.ZodNumber>;
|
|
23933
|
+
customNoDataHint: zod.ZodDefault<zod.ZodString>;
|
|
23288
23934
|
filters: zod.ZodDefault<zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
23289
23935
|
value: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
23290
23936
|
mode: zod.ZodLiteral<"AGGREGATION">;
|
|
@@ -23587,6 +24233,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
23587
24233
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
23588
24234
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
23589
24235
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
24236
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
23590
24237
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
23591
24238
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
23592
24239
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -23716,6 +24363,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
23716
24363
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
23717
24364
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
23718
24365
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
24366
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
23719
24367
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
23720
24368
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
23721
24369
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -24375,6 +25023,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
24375
25023
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
24376
25024
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
24377
25025
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
25026
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
24378
25027
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
24379
25028
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
24380
25029
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -24481,6 +25130,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
24481
25130
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
24482
25131
|
}>>;
|
|
24483
25132
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25133
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
25134
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
25135
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
24484
25136
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
24485
25137
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
24486
25138
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -24494,6 +25146,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
24494
25146
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
24495
25147
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
24496
25148
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
25149
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
24497
25150
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
24498
25151
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
24499
25152
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -24600,6 +25253,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
24600
25253
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
24601
25254
|
}>>;
|
|
24602
25255
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25256
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
25257
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
25258
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
24603
25259
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
24604
25260
|
scriptKey: zod.ZodString;
|
|
24605
25261
|
autoUpdate: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -24625,6 +25281,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
24625
25281
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
24626
25282
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
24627
25283
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
25284
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
24628
25285
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
24629
25286
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
24630
25287
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -24731,6 +25388,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
24731
25388
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
24732
25389
|
}>>;
|
|
24733
25390
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25391
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
25392
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
25393
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
24734
25394
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
24735
25395
|
runButtonText: zod.ZodDefault<zod.ZodString>;
|
|
24736
25396
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -24745,6 +25405,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
24745
25405
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
24746
25406
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
24747
25407
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
25408
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
24748
25409
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
24749
25410
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
24750
25411
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -24851,6 +25512,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
24851
25512
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
24852
25513
|
}>>;
|
|
24853
25514
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25515
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
25516
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
25517
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
24854
25518
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
24855
25519
|
}, zod_v4_core.$strip>, zod.ZodIntersection<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
24856
25520
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -24864,6 +25528,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
24864
25528
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
24865
25529
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
24866
25530
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
25531
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
24867
25532
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
24868
25533
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
24869
25534
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -24970,6 +25635,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
24970
25635
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
24971
25636
|
}>>;
|
|
24972
25637
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25638
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
25639
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
25640
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
24973
25641
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
24974
25642
|
mode: zod.ZodLiteral<"GENERATED_BY_SCRIPT">;
|
|
24975
25643
|
scriptKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -24981,6 +25649,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
24981
25649
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
24982
25650
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
24983
25651
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
25652
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
24984
25653
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
24985
25654
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
24986
25655
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -25087,6 +25756,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
25087
25756
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
25088
25757
|
}>>;
|
|
25089
25758
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25759
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
25760
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
25761
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
25090
25762
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
25091
25763
|
displayName: zod.ZodDefault<zod.ZodString>;
|
|
25092
25764
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
@@ -25101,6 +25773,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
25101
25773
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25102
25774
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25103
25775
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
25776
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
25104
25777
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
25105
25778
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
25106
25779
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -25207,6 +25880,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
25207
25880
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
25208
25881
|
}>>;
|
|
25209
25882
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25883
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
25884
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
25885
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
25210
25886
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
25211
25887
|
mode: zod.ZodLiteral<"EXISTED_VIEW">;
|
|
25212
25888
|
viewKey: zod.ZodOptional<zod.ZodString>;
|
|
@@ -25218,6 +25894,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
25218
25894
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25219
25895
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25220
25896
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
25897
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
25221
25898
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
25222
25899
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
25223
25900
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -25324,6 +26001,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
25324
26001
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
25325
26002
|
}>>;
|
|
25326
26003
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
26004
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
26005
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
26006
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
25327
26007
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
25328
26008
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
25329
26009
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
@@ -25337,6 +26017,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
25337
26017
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25338
26018
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25339
26019
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
26020
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
25340
26021
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
25341
26022
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
25342
26023
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -25443,6 +26124,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
25443
26124
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
25444
26125
|
}>>;
|
|
25445
26126
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
26127
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
26128
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
26129
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
25446
26130
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
25447
26131
|
mode: zod.ZodLiteral<"EMPTY">;
|
|
25448
26132
|
placeholderName: zod.ZodOptional<zod.ZodString>;
|
|
@@ -25477,6 +26161,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
25477
26161
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25478
26162
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25479
26163
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
26164
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
25480
26165
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
25481
26166
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
25482
26167
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -25583,6 +26268,9 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
25583
26268
|
readonly COLUMN_LIST: "COLUMN_LIST";
|
|
25584
26269
|
}>>;
|
|
25585
26270
|
parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
26271
|
+
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
26272
|
+
inputMethod: zod.ZodLiteral<"EDITABLE_TEXT_VALUE">;
|
|
26273
|
+
value: zod.ZodOptional<zod.ZodString>;
|
|
25586
26274
|
}, zod_v4_core.$strip>], "inputMethod">>>>;
|
|
25587
26275
|
}, zod_v4_core.$strip>]>>>>;
|
|
25588
26276
|
value: zod.ZodOptional<zod.ZodDiscriminatedUnion<[zod.ZodDiscriminatedUnion<[zod.ZodObject<{
|
|
@@ -25893,6 +26581,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
25893
26581
|
}, zod_v4_core.$strip>>>;
|
|
25894
26582
|
markdownText: zod.ZodDefault<zod.ZodString>;
|
|
25895
26583
|
markdownTextSize: zod.ZodDefault<zod.ZodNumber>;
|
|
26584
|
+
customNoDataHint: zod.ZodDefault<zod.ZodString>;
|
|
25896
26585
|
actionButtons: zod.ZodDefault<zod.ZodArray<zod.ZodObject<{
|
|
25897
26586
|
id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
|
|
25898
26587
|
name: zod.ZodString;
|
|
@@ -25909,6 +26598,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
25909
26598
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25910
26599
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
25911
26600
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
26601
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
25912
26602
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
25913
26603
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
25914
26604
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -26038,6 +26728,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
|
|
|
26038
26728
|
tableName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
26039
26729
|
columnName: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
26040
26730
|
dbDataType: zod.ZodOptional<zod.ZodString>;
|
|
26731
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
26041
26732
|
}, zod_v4_core.$strip>, zod.ZodObject<{
|
|
26042
26733
|
inputMethod: zod.ZodLiteral<"VARIABLE">;
|
|
26043
26734
|
sourceVariable: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -27461,6 +28152,21 @@ interface IActionOnClickControl {
|
|
|
27461
28152
|
* @default {defaultActionsConfig}
|
|
27462
28153
|
*/
|
|
27463
28154
|
actionsConfig?: TActionsConfig;
|
|
28155
|
+
/**
|
|
28156
|
+
* Максимальное количество действий в списке.
|
|
28157
|
+
* При достижении лимита кнопка добавления скрывается.
|
|
28158
|
+
*/
|
|
28159
|
+
maxItems?: number;
|
|
28160
|
+
/**
|
|
28161
|
+
* Разрешить удаление действий из списка.
|
|
28162
|
+
* @default true
|
|
28163
|
+
*/
|
|
28164
|
+
deletable?: boolean;
|
|
28165
|
+
/**
|
|
28166
|
+
* Показывать поле "Название" в dive-панели действия.
|
|
28167
|
+
* @default true
|
|
28168
|
+
*/
|
|
28169
|
+
showActionName?: boolean;
|
|
27464
28170
|
};
|
|
27465
28171
|
}
|
|
27466
28172
|
interface IFilterControl {
|
|
@@ -27540,12 +28246,15 @@ interface IWidgetPlaceholderController {
|
|
|
27540
28246
|
setDisplay(value: boolean): void;
|
|
27541
28247
|
setEmpty(value: boolean): void;
|
|
27542
28248
|
setOverlay(value: boolean): void;
|
|
28249
|
+
setCustomEmptyTexts(noFilter: string | null, withFilter: string | null): void;
|
|
27543
28250
|
}
|
|
27544
28251
|
interface IWidgetPlaceholderValues {
|
|
27545
28252
|
error: Error | null;
|
|
27546
28253
|
isDisplay: boolean | undefined;
|
|
27547
28254
|
isEmpty: boolean;
|
|
27548
28255
|
isOverlay: boolean;
|
|
28256
|
+
emptyText: string | null;
|
|
28257
|
+
emptyWithFilterText: string | null;
|
|
27549
28258
|
}
|
|
27550
28259
|
|
|
27551
28260
|
interface IWidgetFormatting {
|
|
@@ -27836,6 +28545,12 @@ type TLaunchActionParams = {
|
|
|
27836
28545
|
eventNames?: [string] | [string, string];
|
|
27837
28546
|
/** Callback вызывается при успешном открытии модального окна подтверждения или при прерывании открытия */
|
|
27838
28547
|
onConfirmationOpenSettled?: () => void;
|
|
28548
|
+
/**
|
|
28549
|
+
* Режим запуска действия:
|
|
28550
|
+
* - "id" (по умолчанию) — действие ищется по id в preparedSettings виджета, чтобы получить свежие значения переменных
|
|
28551
|
+
* - "inline" — действие используется из params.action как есть, без поиска по id. Применяется когда виджет сам разрешает значения параметров перед вызовом
|
|
28552
|
+
*/
|
|
28553
|
+
actionMode?: "id" | "inline";
|
|
27839
28554
|
};
|
|
27840
28555
|
type TWidgetContainer = {
|
|
27841
28556
|
/** Имеет ли контейнер виджета ограниченную максимальную высоту */
|
|
@@ -28343,4 +29058,4 @@ declare global {
|
|
|
28343
29058
|
}
|
|
28344
29059
|
}
|
|
28345
29060
|
|
|
28346
|
-
export { ActionButtonSchema, ActionDrillDownSchema, 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, EExpectedFieldTypes, EFontWeight, EFormatOrFormattingMode, EFormulaFilterFieldKeys, EHeightMode, EIgnoreFilterMode, EIndicatorType, ELastTimeUnit, EMarkdownDisplayMode, EMeasureAggregationTemplateName, EMeasureInnerTemplateNames, EMeasureTemplateNames, EOuterAggregation, EProcessFilterNames, ESelectOptionTypes, ESettingsSchemaMetaKey, ESimpleDataType, ESimpleInputType, ESortDirection, ESortingMode, ESortingValueModes, ESystemRecordKey, ETransitionMeasureTemplateNames, EUnitMode, EViewMode, EViewOpenIn, EWidgetActionInputMethod, EWidgetFilterMode, EWidgetIgnoreFilterMode, EWidgetIndicatorType, EWidgetIndicatorValueModes, ExtendedFormulaFilterValueSchema, FormatSchema, FormattingSchema, FormulaFilterValueSchema, FormulaNullableSchema, FormulaSchema, type IActionButton, type IActionDrillDown, 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 IControlProps, type IControlRecord, type ICustomAddButtonProps, type ICustomWidgetProps, type IDefinition, type IDimensionAddButtonProps, 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 IHintTooltipProps, type IHistogramBin, type IHistogramCalculator, type IHistogramCalculatorInput, type IHistogramCalculatorOutput, type IHistoricalSchemaDefinition, type IIndicatorLink, type IInitialSettings, type IInputControl, type IInputMarkdownControl, type IInputNumberControl, type IInputRangeControl, type IInputTemplatedControl, type ILens, type ILifecycleRuntime, type ILifecycleRuntimeFactory, type IMarkdownMeasure, type IMeasureAddButtonProps, type IMigrateContext, type IPanelDescription, type IPanelDescriptionCreator, type IParameterFromAggregation, type IParameterFromColumn, type IParameterFromDynamicList, type IParameterFromEndEvent, type IParameterFromEvent, type IParameterFromFormula, type IParameterFromManualInput, type IParameterFromStartEvent, type IParameterFromStaticList, type IParameterFromVariable, 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 ISchemaFactory, type ISelectBranchOption, type ISelectControl, type ISelectDividerOption, type ISelectGroupOption, type ISelectLeafOption, type ISelectNode, type ISelectOption, type ISelectSystemOption, type ISizeControl, type ISortOrder, type ISortingAddButtonProps, type ISortingControl, 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 IVersionedEnumBuildParams, type IVertex, type IViewAction, type IViewContext, type IWidget, type IWidgetAction, type IWidgetColumnIndicator, type IWidgetColumnListVariable, type IWidgetDimension, type IWidgetDimensionHierarchy, type IWidgetDimensionInHierarchy, 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 IWidgetProcess, type IWidgetProps, type IWidgetSortingIndicator, type IWidgetStaticListVariable, type IWidgetStaticVariable, type IWidgetStruct, type IWidgetTable, type IWidgetTableColumn, KeyNullableSchema, MarkdownMeasureSchema, MeasureValueSchema, NameNullableSchema, OuterAggregation, ParameterFromAggregationSchema, ParameterFromColumnSchema, ParameterFromDataModelSchema, ParameterFromDynamicListSchema, ParameterFromEndEventSchema, ParameterFromEventSchema, ParameterFromFormulaSchema, ParameterFromManualInputSchema, ParameterFromStartEventSchema, ParameterFromStaticListSchema, ParameterFromVariableSchema, ProcessIndicatorSchema, ProcessIndicatorValueSchema, RangeSchema, SchemaRegistryReader, SettingsFilterSchema, SortDirectionSchema, SortOrderSchema, SortingValueSchema, type TAction, type TActionButtonsTypes, type TActionOnClickParameter, type TActionOpenView, type TActionTypes, type TActionValidator, type TActionsConfig, type TActionsOnClick, type TActivateConditionMode, type TAddButton, type TAddButtonProps, type TApiVersion, type TAutoUpdateMode, type TBoundedContentWithIndicator, type TCalculatorFilterMethods, type TClickHouseBaseTypes, type TColor, type TColorBase, type TColorMode, type TColorRule, type TColumnIndicatorValue, type TConditionalDimensionInHierarchy, type TContextMenu, type TContextMenuButton, type TContextMenuButtonActions, type TContextMenuButtonApply, type TContextMenuButtonClose, type TContextMenuButtonCustom, type TContextMenuButtonGroup, type TContextMenuButtonOptions, type TContextMenuList, type TContextMenuPositionUnit, type TContextMenuRow, type TControlType, type TControlUnion, type TControlsSpecMap, type TCustomAddButtonSelectOption, type TCustomControlFactories, type TCustomSelectTemplates, type TDataModelOption, type TDefineWidgetOptions, type TDimensionAggregationTemplateName, type TDimensionProcessFilterTimeUnit, type TDimensionTemplateNames, type TDisplayCondition, type TDisplayConditionMode, type TDisplayMode, type TDrawerPlacement, type TDurationTemplateName, type TDurationUnit, type TEmptyRecord, type TEventAppearances, type TEventMeasureTemplateNames, type TExtendedFormulaFilterValue, type TFiltrationAccessibility, type TFontWeight, type TFormatOrFormattingMode, type TFormulaFilterFieldKeys, type TGradientsSetValue, type TGroupLevelRecord, type THSLTuple, type THeightMode, type THintPlacement, type TIgnoreFilterMode, type TIndicatorType, type TLastTimeUnit, type TLaunchActionParams, type TLimitedColor, type TMarkdownDisplayMode, type TMeasureAddButtonSelectOption, type TMeasureAggregationTemplateName, type TMeasureInnerTemplateNames, type TMeasureTemplateNames, type TMigrateProcessor, type TMigrationStruct, type TOuterAggregation, type TOuterAggregationIf, type TParameterFromDataModel, type TProcessFilterNames, type TProcessIndicatorValue, type TRGBTuple, type TRecordAccessor, type TSchemaType, type TSchemaTypeForVersion, type TSelectChildOptions, type TSelectFetchNodes, type TSelectOptionTypes, type TSelectivePartial, type TSettingsFilter, type TSettingsOf, type TSettingsSchemaMetaKey, type TSimpleDataType, type TSimpleInputType, type TSortDirection, type TSortDirectionEnum, type TSortingMode, type TSortingValue, type TSortingValueModes, type TSystemRecordKey, type TTabsHorizontalAlignment, type TTransitionMeasureTemplateNames, type TUnitMode, type TUpdateSelection, type TValuePath, type TVersion, type TVersionedEnum, type TVersionedEnumValues, type TViewActionParameter, type TViewMode, type TViewOpenIn, type TWidgetActionInputMethod, type TWidgetActionParameter, type TWidgetContainer, type TWidgetDimensionData, type TWidgetDimensionUnion, type TWidgetFilterMode, type TWidgetFilterValue, type TWidgetFiltering, type TWidgetIgnoreFilterMode, type TWidgetIndicatorAggregationValue, type TWidgetIndicatorConversionValue, type TWidgetIndicatorDurationValue, type TWidgetIndicatorTimeValue, type TWidgetIndicatorType, type TWidgetIndicatorValueModes, type TWidgetLevelRecord, type TWidgetMeasureData, type TWidgetMigrateStruct, type TWidgetSortingValue, type TWidgetVariable, type TWidgetsPaletteValue, type TZod, VersionedEnum, VersionedSchemaFactory, ViewActionParameterSchema, ViewActionSchema, WidgetActionParameterSchema, WidgetActionSchema, WidgetColumnIndicatorSchema, WidgetDimensionHierarchySchema, WidgetDimensionInHierarchySchema, WidgetDimensionSchema, WidgetFilterModeSchema, WidgetIgnoreFilterModeSchema, WidgetIndicatorAggregationValueSchema, WidgetIndicatorConversionValueSchema, WidgetIndicatorDurationValueSchema, WidgetIndicatorFormulaValueSchema, WidgetIndicatorSchema, WidgetIndicatorTemplateValueSchema, WidgetIndicatorTimeValueSchema, WidgetMeasureAggregationValueSchema, WidgetMeasureSchema, WidgetPresetSettingsSchema, WidgetSortingIndicatorSchema, WidgetSortingValueSchema, apiVersion, apiVersions, applyIndexToArrayFormula, availableFormatsBySimpleType, bindContentWithIndicator, bindContentsWithIndicators, checkDisplayCondition, clearMultiLineComments, clearSingleLineComments, colors, conversionTemplate, convertFiltersToFormula, convertToFormulasChain, countExecutionsTemplate, createEscaper, createAggregationTemplate as createMeasureAggregationTemplate, curlyBracketsContentPattern, dashboardLinkRegExp, defaultActionsConfig, dimensionAggregationTemplates, dimensionTemplateFormulas, displayConditionTemplate, doubleQuoteContentPattern, durationTemplates, escapeCurlyBracketLinkName, escapeDoubleQuoteLinkName, eventMeasureTemplateFormulas, extendWithMeta, fillTemplateSql, formulaFilterMethods, generateColumnFormula, getColorByIndex, getDefaultSortOrders, getDimensionFormula, getDisplayConditionFormula, getEventMeasureFormula, getMeasureFormula, getParentMeta, getProcessDimensionValueFormula, getRuleColor, getTransitionMeasureFormula, hasInMetaChain, hexToRgb, inheritDisplayConditionFromHierarchy, interpolateHexColor, isDimensionProcessFilter, isDimensionsHierarchy, isFormulaFilterValue, isValidColor, mapDimensionsToInputs, mapEventMeasuresToInputs, mapFormulaFilterToCalculatorInput, mapFormulaFiltersToInputs, mapMeasuresToInputs, mapSettingsFiltersToInputs, mapSortingToInputs, mapTransitionMeasuresToInputs, measureInnerTemplateFormulas, measureTemplateFormulas, omitWithMeta, parseClickHouseType, parseIndicatorLink, prepareConversionParams, prepareDimensionAggregationParams, prepareDurationParams, prepareFormulaForSql, prepareMeasureAggregationParams, prepareSortOrders, prepareTimeParams, prepareValuesForSql, replaceDisplayCondition, replaceFiltersBySelection, replaceHierarchiesWithDimensions, selectDimensionFromHierarchy, themed, timeTemplates, transitionMeasureTemplateFormulas, unescapeSpecialCharacters, updateDefaultModeSelection, updateSingleModeSelection, versionedEnumValues, workspaceLinkRegExp, zodEnumLike };
|
|
29061
|
+
export { ActionButtonSchema, ActionDrillDownSchema, 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, EExpectedFieldTypes, EFontWeight, EFormatOrFormattingMode, EFormulaFilterFieldKeys, EHeightMode, EIgnoreFilterMode, EIndicatorType, ELastTimeUnit, EMarkdownDisplayMode, EMeasureAggregationTemplateName, EMeasureInnerTemplateNames, EMeasureTemplateNames, EOuterAggregation, EProcessFilterNames, ESelectOptionTypes, ESettingsSchemaMetaKey, ESimpleDataType, ESimpleInputType, ESortDirection, ESortingMode, ESortingValueModes, ESystemRecordKey, ETransitionMeasureTemplateNames, EUnitMode, EViewMode, EViewOpenIn, EWidgetActionInputMethod, EWidgetFilterMode, EWidgetIgnoreFilterMode, EWidgetIndicatorType, EWidgetIndicatorValueModes, ExtendedFormulaFilterValueSchema, FormatSchema, FormattingSchema, FormulaFilterValueSchema, FormulaNullableSchema, FormulaSchema, type IActionButton, type IActionDrillDown, 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 IControlProps, type IControlRecord, type ICustomAddButtonProps, type ICustomWidgetProps, type IDefinition, type IDimensionAddButtonProps, 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 IHintTooltipProps, type IHistogramBin, type IHistogramCalculator, type IHistogramCalculatorInput, type IHistogramCalculatorOutput, type IHistoricalSchemaDefinition, type IIndicatorLink, type IInitialSettings, type IInputControl, type IInputMarkdownControl, type IInputNumberControl, type IInputRangeControl, type IInputTemplatedControl, type ILens, type ILifecycleRuntime, type ILifecycleRuntimeFactory, type IMarkdownMeasure, type IMeasureAddButtonProps, type IMigrateContext, type IPanelDescription, type IPanelDescriptionCreator, type IParameterFromAggregation, type IParameterFromColumn, type IParameterFromDynamicList, type IParameterFromEditableTextValue, type IParameterFromEndEvent, type IParameterFromEvent, type IParameterFromFormula, type IParameterFromManualInput, type IParameterFromStartEvent, type IParameterFromStaticList, type IParameterFromVariable, 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 ISchemaFactory, type ISelectBranchOption, type ISelectControl, type ISelectDividerOption, type ISelectGroupOption, type ISelectLeafOption, type ISelectNode, type ISelectOption, type ISelectSystemOption, type ISizeControl, type ISortOrder, type ISortingAddButtonProps, type ISortingControl, 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 IVersionedEnumBuildParams, type IVertex, type IViewAction, type IViewContext, type IWidget, type IWidgetAction, type IWidgetColumnIndicator, type IWidgetColumnListVariable, type IWidgetDimension, type IWidgetDimensionHierarchy, type IWidgetDimensionInHierarchy, 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 IWidgetProcess, type IWidgetProps, type IWidgetSortingIndicator, type IWidgetStaticListVariable, type IWidgetStaticVariable, type IWidgetStruct, type IWidgetTable, type IWidgetTableColumn, KeyNullableSchema, MarkdownMeasureSchema, MeasureValueSchema, NameNullableSchema, OuterAggregation, ParameterFromAggregationSchema, ParameterFromColumnSchema, ParameterFromDataModelSchema, ParameterFromDynamicListSchema, ParameterFromEditableTextValueSchema, ParameterFromEndEventSchema, ParameterFromEventSchema, ParameterFromFormulaSchema, ParameterFromManualInputSchema, ParameterFromStartEventSchema, ParameterFromStaticListSchema, ParameterFromVariableSchema, ProcessIndicatorSchema, ProcessIndicatorValueSchema, RangeSchema, SchemaRegistryReader, SettingsFilterSchema, SortDirectionSchema, SortOrderSchema, SortingValueSchema, type TAction, type TActionButtonsTypes, type TActionOnClickParameter, type TActionOpenView, type TActionTypes, type TActionValidator, type TActionsConfig, type TActionsOnClick, type TActivateConditionMode, type TAddButton, type TAddButtonProps, type TApiVersion, type TAutoUpdateMode, type TBoundedContentWithIndicator, type TCalculatorFilterMethods, type TClickHouseBaseTypes, type TColor, type TColorBase, type TColorMode, type TColorRule, type TColumnIndicatorValue, type TConditionalDimensionInHierarchy, type TContextMenu, type TContextMenuButton, type TContextMenuButtonActions, type TContextMenuButtonApply, type TContextMenuButtonClose, type TContextMenuButtonCustom, type TContextMenuButtonGroup, type TContextMenuButtonOptions, type TContextMenuList, type TContextMenuPositionUnit, type TContextMenuRow, type TControlType, type TControlUnion, type TControlsSpecMap, type TCustomAddButtonSelectOption, type TCustomControlFactories, type TCustomSelectTemplates, type TDataModelOption, type TDefineWidgetOptions, type TDimensionAggregationTemplateName, type TDimensionProcessFilterTimeUnit, type TDimensionTemplateNames, type TDisplayCondition, type TDisplayConditionMode, type TDisplayMode, type TDrawerPlacement, type TDurationTemplateName, type TDurationUnit, type TEmptyRecord, type TEventAppearances, type TEventMeasureTemplateNames, type TExtendedFormulaFilterValue, type TFiltrationAccessibility, type TFontWeight, type TFormatOrFormattingMode, type TFormulaFilterFieldKeys, type TGradientsSetValue, type TGroupLevelRecord, type THSLTuple, type THeightMode, type THintPlacement, type TIgnoreFilterMode, type TIndicatorType, type TLastTimeUnit, type TLaunchActionParams, type TLimitedColor, type TMarkdownDisplayMode, type TMeasureAddButtonSelectOption, type TMeasureAggregationTemplateName, type TMeasureInnerTemplateNames, type TMeasureTemplateNames, type TMigrateProcessor, type TMigrationStruct, type TOuterAggregation, type TOuterAggregationIf, type TParameterFromDataModel, type TProcessFilterNames, type TProcessIndicatorValue, type TRGBTuple, type TRecordAccessor, type TSchemaType, type TSchemaTypeForVersion, type TSelectChildOptions, type TSelectFetchNodes, type TSelectOptionTypes, type TSelectivePartial, type TSettingsFilter, type TSettingsOf, type TSettingsSchemaMetaKey, type TSimpleDataType, type TSimpleInputType, type TSortDirection, type TSortDirectionEnum, type TSortingMode, type TSortingValue, type TSortingValueModes, type TSystemRecordKey, type TTabsHorizontalAlignment, type TTransitionMeasureTemplateNames, type TUnitMode, type TUpdateSelection, type TValuePath, type TVersion, type TVersionedEnum, type TVersionedEnumValues, type TViewActionParameter, type TViewMode, type TViewOpenIn, type TWidgetActionInputMethod, type TWidgetActionParameter, type TWidgetContainer, type TWidgetDimensionData, type TWidgetDimensionUnion, type TWidgetFilterMode, type TWidgetFilterValue, type TWidgetFiltering, type TWidgetIgnoreFilterMode, type TWidgetIndicatorAggregationValue, type TWidgetIndicatorConversionValue, type TWidgetIndicatorDurationValue, type TWidgetIndicatorTimeValue, type TWidgetIndicatorType, type TWidgetIndicatorValueModes, type TWidgetLevelRecord, type TWidgetMeasureData, type TWidgetMigrateStruct, type TWidgetSortingValue, type TWidgetVariable, type TWidgetsPaletteValue, type TZod, VersionedEnum, VersionedSchemaFactory, ViewActionParameterSchema, ViewActionSchema, WidgetActionParameterSchema, WidgetActionSchema, WidgetColumnIndicatorSchema, WidgetDimensionHierarchySchema, WidgetDimensionInHierarchySchema, WidgetDimensionSchema, WidgetFilterModeSchema, WidgetIgnoreFilterModeSchema, WidgetIndicatorAggregationValueSchema, WidgetIndicatorConversionValueSchema, WidgetIndicatorDurationValueSchema, WidgetIndicatorFormulaValueSchema, WidgetIndicatorSchema, WidgetIndicatorTemplateValueSchema, WidgetIndicatorTimeValueSchema, WidgetMeasureAggregationValueSchema, WidgetMeasureSchema, WidgetPresetSettingsSchema, WidgetSortingIndicatorSchema, WidgetSortingValueSchema, apiVersion, apiVersions, applyIndexToArrayFormula, availableFormatsBySimpleType, bindContentWithIndicator, bindContentsWithIndicators, checkDisplayCondition, clearMultiLineComments, clearSingleLineComments, colors, conversionTemplate, convertFiltersToFormula, convertToFormulasChain, countExecutionsTemplate, createEscaper, createAggregationTemplate as createMeasureAggregationTemplate, curlyBracketsContentPattern, dashboardLinkRegExp, defaultActionsConfig, dimensionAggregationTemplates, dimensionTemplateFormulas, displayConditionTemplate, doubleQuoteContentPattern, durationTemplates, escapeCurlyBracketLinkName, escapeDoubleQuoteLinkName, eventMeasureTemplateFormulas, extendWithMeta, fillTemplateSql, formulaFilterMethods, generateColumnFormula, getColorByIndex, getDefaultSortOrders, getDimensionFormula, getDisplayConditionFormula, getEventMeasureFormula, getMeasureFormula, getParentMeta, getProcessDimensionValueFormula, getRuleColor, getTransitionMeasureFormula, hasInMetaChain, hexToRgb, inheritDisplayConditionFromHierarchy, interpolateHexColor, isDimensionProcessFilter, isDimensionsHierarchy, isFormulaFilterValue, isValidColor, mapDimensionsToInputs, mapEventMeasuresToInputs, mapFormulaFilterToCalculatorInput, mapFormulaFiltersToInputs, mapMeasuresToInputs, mapSettingsFiltersToInputs, mapSortingToInputs, mapTransitionMeasuresToInputs, measureInnerTemplateFormulas, measureTemplateFormulas, omitWithMeta, parseClickHouseType, parseIndicatorLink, prepareConversionParams, prepareDimensionAggregationParams, prepareDurationParams, prepareFormulaForSql, prepareMeasureAggregationParams, prepareSortOrders, prepareTimeParams, prepareValuesForSql, replaceDisplayCondition, replaceFiltersBySelection, replaceHierarchiesWithDimensions, selectDimensionFromHierarchy, themed, timeTemplates, transitionMeasureTemplateFormulas, unescapeSpecialCharacters, updateDefaultModeSelection, updateSingleModeSelection, versionedEnumValues, workspaceLinkRegExp, zodEnumLike };
|