@elaraai/east-ui 1.0.26 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/buttons/icon-button/index.d.ts +33 -1
- package/dist/src/buttons/icon-button/index.d.ts.map +1 -1
- package/dist/src/buttons/icon-button/index.js +22 -4
- package/dist/src/buttons/icon-button/index.js.map +1 -1
- package/dist/src/buttons/icon-button/types.d.ts +61 -13
- package/dist/src/buttons/icon-button/types.d.ts.map +1 -1
- package/dist/src/buttons/icon-button/types.js +22 -1
- package/dist/src/buttons/icon-button/types.js.map +1 -1
- package/dist/src/charts/chart/index.d.ts +23 -2
- package/dist/src/charts/chart/index.d.ts.map +1 -1
- package/dist/src/charts/chart/index.js +10 -1
- package/dist/src/charts/chart/index.js.map +1 -1
- package/dist/src/charts/spec/index.d.ts +9 -0
- package/dist/src/charts/spec/index.d.ts.map +1 -1
- package/dist/src/charts/spec/index.js +2 -0
- package/dist/src/charts/spec/index.js.map +1 -1
- package/dist/src/charts/spec/types.d.ts +2 -0
- package/dist/src/charts/spec/types.d.ts.map +1 -1
- package/dist/src/charts/spec/types.js +2 -0
- package/dist/src/charts/spec/types.js.map +1 -1
- package/dist/src/collections/calendar/index.d.ts +9 -0
- package/dist/src/collections/calendar/index.d.ts.map +1 -1
- package/dist/src/collections/calendar/index.js +7 -0
- package/dist/src/collections/calendar/index.js.map +1 -1
- package/dist/src/collections/calendar/types.d.ts +7 -0
- package/dist/src/collections/calendar/types.d.ts.map +1 -1
- package/dist/src/collections/calendar/types.js +4 -0
- package/dist/src/collections/calendar/types.js.map +1 -1
- package/dist/src/collections/gantt/index.d.ts.map +1 -1
- package/dist/src/collections/gantt/index.js +3 -1
- package/dist/src/collections/gantt/index.js.map +1 -1
- package/dist/src/collections/gantt/types.d.ts +3 -0
- package/dist/src/collections/gantt/types.d.ts.map +1 -1
- package/dist/src/collections/gantt/types.js +1 -0
- package/dist/src/collections/gantt/types.js.map +1 -1
- package/dist/src/collections/planner/index.d.ts +54 -4
- package/dist/src/collections/planner/index.d.ts.map +1 -1
- package/dist/src/collections/planner/index.js +95 -4
- package/dist/src/collections/planner/index.js.map +1 -1
- package/dist/src/collections/planner/types.d.ts +89 -0
- package/dist/src/collections/planner/types.d.ts.map +1 -1
- package/dist/src/collections/planner/types.js +63 -0
- package/dist/src/collections/planner/types.js.map +1 -1
- package/dist/src/collections/schematic/index.d.ts +544 -0
- package/dist/src/collections/schematic/index.d.ts.map +1 -1
- package/dist/src/collections/schematic/index.js +12 -0
- package/dist/src/collections/schematic/index.js.map +1 -1
- package/dist/src/collections/schematic/types.d.ts +534 -0
- package/dist/src/collections/schematic/types.d.ts.map +1 -1
- package/dist/src/collections/schematic/types.js +3 -0
- package/dist/src/collections/schematic/types.js.map +1 -1
- package/dist/src/collections/table/index.d.ts.map +1 -1
- package/dist/src/collections/table/index.js +3 -1
- package/dist/src/collections/table/index.js.map +1 -1
- package/dist/src/collections/table/types.d.ts +3 -0
- package/dist/src/collections/table/types.d.ts.map +1 -1
- package/dist/src/collections/table/types.js +1 -0
- package/dist/src/collections/table/types.js.map +1 -1
- package/dist/src/component.d.ts +610 -0
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/component.js +10 -1
- package/dist/src/component.js.map +1 -1
- package/dist/src/container/card/index.d.ts +4 -0
- package/dist/src/container/card/index.d.ts.map +1 -1
- package/dist/src/container/card/index.js +4 -0
- package/dist/src/container/card/index.js.map +1 -1
- package/dist/src/container/card/types.d.ts +11 -1
- package/dist/src/container/card/types.d.ts.map +1 -1
- package/dist/src/container/card/types.js +5 -1
- package/dist/src/container/card/types.js.map +1 -1
- package/dist/src/display/trace/index.d.ts +2 -0
- package/dist/src/display/trace/index.d.ts.map +1 -1
- package/dist/src/display/trace/index.js +2 -1
- package/dist/src/display/trace/index.js.map +1 -1
- package/dist/src/display/trace/types.d.ts +5 -0
- package/dist/src/display/trace/types.d.ts.map +1 -1
- package/dist/src/display/trace/types.js +2 -0
- package/dist/src/display/trace/types.js.map +1 -1
- package/dist/src/forms/field/index.d.ts +1 -0
- package/dist/src/forms/field/index.d.ts.map +1 -1
- package/dist/src/forms/field/types.d.ts +2 -0
- package/dist/src/forms/field/types.d.ts.map +1 -1
- package/dist/src/forms/tags-input/index.d.ts.map +1 -1
- package/dist/src/forms/tags-input/index.js +1 -0
- package/dist/src/forms/tags-input/index.js.map +1 -1
- package/dist/src/forms/tags-input/types.d.ts +4 -0
- package/dist/src/forms/tags-input/types.d.ts.map +1 -1
- package/dist/src/forms/tags-input/types.js +2 -0
- package/dist/src/forms/tags-input/types.js.map +1 -1
- package/dist/src/index.d.ts +2 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +6 -4
- package/dist/src/index.js.map +1 -1
- package/dist/src/internal.d.ts +4 -4
- package/dist/src/internal.d.ts.map +1 -1
- package/dist/src/internal.js +3 -3
- package/dist/src/internal.js.map +1 -1
- package/dist/src/navigation/index.d.ts +1 -1
- package/dist/src/navigation/index.d.ts.map +1 -1
- package/dist/src/navigation/index.js +1 -1
- package/dist/src/navigation/index.js.map +1 -1
- package/dist/src/navigation/pages/index.d.ts +33 -28
- package/dist/src/navigation/pages/index.d.ts.map +1 -1
- package/dist/src/navigation/pages/index.js +33 -36
- package/dist/src/navigation/pages/index.js.map +1 -1
- package/dist/src/navigation/pages/types.d.ts +17 -0
- package/dist/src/navigation/pages/types.d.ts.map +1 -1
- package/dist/src/navigation/pages/types.js +28 -0
- package/dist/src/navigation/pages/types.js.map +1 -1
- package/dist/src/platform/index.d.ts +1 -1
- package/dist/src/platform/index.d.ts.map +1 -1
- package/dist/src/platform/index.js +1 -1
- package/dist/src/platform/index.js.map +1 -1
- package/dist/src/platform/slice/impl.d.ts +2 -0
- package/dist/src/platform/slice/impl.d.ts.map +1 -1
- package/dist/src/platform/slice/impl.js +74 -17
- package/dist/src/platform/slice/impl.js.map +1 -1
- package/dist/src/platform/slice/index.d.ts +550 -0
- package/dist/src/platform/slice/index.d.ts.map +1 -1
- package/dist/src/platform/slice/index.js +107 -1
- package/dist/src/platform/slice/index.js.map +1 -1
- package/dist/src/platform/state.d.ts +15 -0
- package/dist/src/platform/state.d.ts.map +1 -1
- package/dist/src/platform/state.js +25 -0
- package/dist/src/platform/state.js.map +1 -1
- package/dist/src/runtime/navigation/index.d.ts +1 -0
- package/dist/src/runtime/navigation/index.d.ts.map +1 -1
- package/dist/src/runtime/navigation/index.js +1 -0
- package/dist/src/runtime/navigation/index.js.map +1 -1
- package/dist/src/runtime/navigation/pages.d.ts +50 -0
- package/dist/src/runtime/navigation/pages.d.ts.map +1 -0
- package/dist/src/runtime/navigation/pages.js +52 -0
- package/dist/src/runtime/navigation/pages.js.map +1 -0
- package/dist/src/slice/breakdown/index.d.ts +1 -0
- package/dist/src/slice/breakdown/index.d.ts.map +1 -1
- package/dist/src/slice/breakdown/types.d.ts +1 -0
- package/dist/src/slice/breakdown/types.d.ts.map +1 -1
- package/dist/src/slice/cohort/index.d.ts +1 -0
- package/dist/src/slice/cohort/index.d.ts.map +1 -1
- package/dist/src/slice/cohort/types.d.ts +1 -0
- package/dist/src/slice/cohort/types.d.ts.map +1 -1
- package/dist/src/slice/filter/index.d.ts +1 -0
- package/dist/src/slice/filter/index.d.ts.map +1 -1
- package/dist/src/slice/filter/types.d.ts +1 -0
- package/dist/src/slice/filter/types.d.ts.map +1 -1
- package/dist/src/slice/index.d.ts +17 -0
- package/dist/src/slice/index.d.ts.map +1 -1
- package/dist/src/slice/legend/index.d.ts +1 -0
- package/dist/src/slice/legend/index.d.ts.map +1 -1
- package/dist/src/slice/legend/types.d.ts +1 -0
- package/dist/src/slice/legend/types.d.ts.map +1 -1
- package/dist/src/slice/range/index.d.ts +1 -0
- package/dist/src/slice/range/index.d.ts.map +1 -1
- package/dist/src/slice/range/types.d.ts +1 -0
- package/dist/src/slice/range/types.d.ts.map +1 -1
- package/dist/src/slice/search/index.d.ts +1 -0
- package/dist/src/slice/search/index.d.ts.map +1 -1
- package/dist/src/slice/search/types.d.ts +1 -0
- package/dist/src/slice/search/types.d.ts.map +1 -1
- package/dist/src/slice/summary/index.d.ts +1 -0
- package/dist/src/slice/summary/index.d.ts.map +1 -1
- package/dist/src/slice/summary/types.d.ts +1 -0
- package/dist/src/slice/summary/types.d.ts.map +1 -1
- package/dist/test/buttons/icon-button.examples.d.ts +1 -0
- package/dist/test/buttons/icon-button.examples.d.ts.map +1 -1
- package/dist/test/buttons/icon-button.examples.js +8 -0
- package/dist/test/buttons/icon-button.examples.js.map +1 -1
- package/dist/test/charts/chart.examples.d.ts +2 -0
- package/dist/test/charts/chart.examples.d.ts.map +1 -1
- package/dist/test/charts/chart.examples.js +38 -4
- package/dist/test/charts/chart.examples.js.map +1 -1
- package/dist/test/collections/calendar.examples.d.ts +1 -0
- package/dist/test/collections/calendar.examples.d.ts.map +1 -1
- package/dist/test/collections/calendar.examples.js +17 -0
- package/dist/test/collections/calendar.examples.js.map +1 -1
- package/dist/test/collections/gantt.examples.d.ts +1 -0
- package/dist/test/collections/gantt.examples.d.ts.map +1 -1
- package/dist/test/collections/gantt.examples.js +12 -0
- package/dist/test/collections/gantt.examples.js.map +1 -1
- package/dist/test/collections/planner.examples.d.ts +36 -7
- package/dist/test/collections/planner.examples.d.ts.map +1 -1
- package/dist/test/collections/planner.examples.js +121 -23
- package/dist/test/collections/planner.examples.js.map +1 -1
- package/dist/test/collections/schematic.examples.d.ts +1 -0
- package/dist/test/collections/schematic.examples.d.ts.map +1 -1
- package/dist/test/collections/schematic.examples.js +26 -3
- package/dist/test/collections/schematic.examples.js.map +1 -1
- package/dist/test/collections/table.examples.d.ts +1 -0
- package/dist/test/collections/table.examples.d.ts.map +1 -1
- package/dist/test/collections/table.examples.js +11 -0
- package/dist/test/collections/table.examples.js.map +1 -1
- package/dist/test/container/card.examples.d.ts +1 -0
- package/dist/test/container/card.examples.d.ts.map +1 -1
- package/dist/test/container/card.examples.js +8 -0
- package/dist/test/container/card.examples.js.map +1 -1
- package/dist/test/display/trace.examples.d.ts +2 -0
- package/dist/test/display/trace.examples.d.ts.map +1 -1
- package/dist/test/display/trace.examples.js +23 -0
- package/dist/test/display/trace.examples.js.map +1 -1
- package/dist/test/forms/tags-input.examples.d.ts +1 -0
- package/dist/test/forms/tags-input.examples.d.ts.map +1 -1
- package/dist/test/forms/tags-input.examples.js +8 -0
- package/dist/test/forms/tags-input.examples.js.map +1 -1
- package/dist/test/navigation/pages.examples.d.ts +3 -2
- package/dist/test/navigation/pages.examples.d.ts.map +1 -1
- package/dist/test/navigation/pages.examples.js +83 -99
- package/dist/test/navigation/pages.examples.js.map +1 -1
- package/package.json +3 -3
package/dist/src/component.d.ts
CHANGED
|
@@ -1327,6 +1327,29 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
1327
1327
|
readonly loading: OptionType<BooleanType>;
|
|
1328
1328
|
readonly disabled: OptionType<BooleanType>;
|
|
1329
1329
|
readonly onClick: OptionType<FunctionType<[], NullType>>;
|
|
1330
|
+
readonly badge: OptionType<StringType>;
|
|
1331
|
+
readonly badgeColorPalette: OptionType<VariantType<{
|
|
1332
|
+
readonly gray: NullType;
|
|
1333
|
+
readonly red: NullType;
|
|
1334
|
+
readonly orange: NullType;
|
|
1335
|
+
readonly yellow: NullType;
|
|
1336
|
+
readonly green: NullType;
|
|
1337
|
+
readonly teal: NullType;
|
|
1338
|
+
readonly blue: NullType;
|
|
1339
|
+
readonly cyan: NullType;
|
|
1340
|
+
readonly purple: NullType;
|
|
1341
|
+
readonly pink: NullType;
|
|
1342
|
+
readonly success: NullType;
|
|
1343
|
+
readonly warning: NullType;
|
|
1344
|
+
readonly danger: NullType;
|
|
1345
|
+
readonly info: NullType;
|
|
1346
|
+
readonly neutral: NullType;
|
|
1347
|
+
}>>;
|
|
1348
|
+
readonly attention: OptionType<VariantType<{
|
|
1349
|
+
readonly none: NullType;
|
|
1350
|
+
readonly pulse: NullType;
|
|
1351
|
+
readonly ring: NullType;
|
|
1352
|
+
}>>;
|
|
1330
1353
|
readonly style: OptionType<StructType<{
|
|
1331
1354
|
readonly variant: OptionType<VariantType<{
|
|
1332
1355
|
readonly solid: NullType;
|
|
@@ -3048,6 +3071,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
3048
3071
|
readonly TagsInput: StructType<{
|
|
3049
3072
|
readonly value: ArrayType<StringType>;
|
|
3050
3073
|
readonly defaultValue: OptionType<ArrayType<StringType>>;
|
|
3074
|
+
readonly suggestions: OptionType<ArrayType<StringType>>;
|
|
3051
3075
|
readonly max: OptionType<IntegerType>;
|
|
3052
3076
|
readonly maxLength: OptionType<IntegerType>;
|
|
3053
3077
|
readonly disabled: OptionType<BooleanType>;
|
|
@@ -3203,6 +3227,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
3203
3227
|
readonly TagsInput: StructType<{
|
|
3204
3228
|
readonly value: ArrayType<StringType>;
|
|
3205
3229
|
readonly defaultValue: OptionType<ArrayType<StringType>>;
|
|
3230
|
+
readonly suggestions: OptionType<ArrayType<StringType>>;
|
|
3206
3231
|
readonly max: OptionType<IntegerType>;
|
|
3207
3232
|
readonly maxLength: OptionType<IntegerType>;
|
|
3208
3233
|
readonly disabled: OptionType<BooleanType>;
|
|
@@ -4904,6 +4929,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
4904
4929
|
readonly style: OptionType<StructType<{
|
|
4905
4930
|
readonly brandColor: OptionType<StringType>;
|
|
4906
4931
|
readonly nowLineColor: OptionType<StringType>;
|
|
4932
|
+
readonly labelWidth: OptionType<StringType>;
|
|
4907
4933
|
}>>;
|
|
4908
4934
|
}>;
|
|
4909
4935
|
readonly Library: StructType<{
|
|
@@ -5445,6 +5471,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
5445
5471
|
readonly fieldId: StringType;
|
|
5446
5472
|
readonly label: StringType;
|
|
5447
5473
|
readonly kind: StringType;
|
|
5474
|
+
readonly hints: ArrayType<StringType>;
|
|
5448
5475
|
}>>>;
|
|
5449
5476
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
5450
5477
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -5969,6 +5996,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
5969
5996
|
readonly fieldId: StringType;
|
|
5970
5997
|
readonly label: StringType;
|
|
5971
5998
|
readonly kind: StringType;
|
|
5999
|
+
readonly hints: ArrayType<StringType>;
|
|
5972
6000
|
}>>>;
|
|
5973
6001
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
5974
6002
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -6494,6 +6522,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
6494
6522
|
readonly fieldId: StringType;
|
|
6495
6523
|
readonly label: StringType;
|
|
6496
6524
|
readonly kind: StringType;
|
|
6525
|
+
readonly hints: ArrayType<StringType>;
|
|
6497
6526
|
}>>>;
|
|
6498
6527
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
6499
6528
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -7024,6 +7053,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
7024
7053
|
readonly fieldId: StringType;
|
|
7025
7054
|
readonly label: StringType;
|
|
7026
7055
|
readonly kind: StringType;
|
|
7056
|
+
readonly hints: ArrayType<StringType>;
|
|
7027
7057
|
}>>>;
|
|
7028
7058
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
7029
7059
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -7548,6 +7578,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
7548
7578
|
readonly fieldId: StringType;
|
|
7549
7579
|
readonly label: StringType;
|
|
7550
7580
|
readonly kind: StringType;
|
|
7581
|
+
readonly hints: ArrayType<StringType>;
|
|
7551
7582
|
}>>>;
|
|
7552
7583
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
7553
7584
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -8076,6 +8107,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
8076
8107
|
readonly fieldId: StringType;
|
|
8077
8108
|
readonly label: StringType;
|
|
8078
8109
|
readonly kind: StringType;
|
|
8110
|
+
readonly hints: ArrayType<StringType>;
|
|
8079
8111
|
}>>>;
|
|
8080
8112
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
8081
8113
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -8606,6 +8638,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
8606
8638
|
readonly fieldId: StringType;
|
|
8607
8639
|
readonly label: StringType;
|
|
8608
8640
|
readonly kind: StringType;
|
|
8641
|
+
readonly hints: ArrayType<StringType>;
|
|
8609
8642
|
}>>>;
|
|
8610
8643
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
8611
8644
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -9143,6 +9176,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
9143
9176
|
readonly fieldId: StringType;
|
|
9144
9177
|
readonly label: StringType;
|
|
9145
9178
|
readonly kind: StringType;
|
|
9179
|
+
readonly hints: ArrayType<StringType>;
|
|
9146
9180
|
}>>>;
|
|
9147
9181
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
9148
9182
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -9220,6 +9254,8 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
9220
9254
|
readonly headerBackground: OptionType<StringType>;
|
|
9221
9255
|
readonly footerBackground: OptionType<StringType>;
|
|
9222
9256
|
readonly accentColor: OptionType<StringType>;
|
|
9257
|
+
readonly bodyPadding: OptionType<StringType>;
|
|
9258
|
+
readonly flush: OptionType<BooleanType>;
|
|
9223
9259
|
}>>;
|
|
9224
9260
|
}>;
|
|
9225
9261
|
readonly DataList: StructType<{
|
|
@@ -9967,6 +10003,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
9967
10003
|
readonly fieldId: StringType;
|
|
9968
10004
|
readonly label: StringType;
|
|
9969
10005
|
readonly kind: StringType;
|
|
10006
|
+
readonly hints: ArrayType<StringType>;
|
|
9970
10007
|
}>>>;
|
|
9971
10008
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
9972
10009
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -10307,6 +10344,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
10307
10344
|
readonly radius: OptionType<FloatType>;
|
|
10308
10345
|
readonly opacity: OptionType<FloatType>;
|
|
10309
10346
|
readonly legend: OptionType<BooleanType>;
|
|
10347
|
+
readonly tooltip: OptionType<BooleanType>;
|
|
10310
10348
|
}>;
|
|
10311
10349
|
}>>;
|
|
10312
10350
|
readonly TreeView: StructType<{
|
|
@@ -11208,6 +11246,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
11208
11246
|
readonly fieldId: StringType;
|
|
11209
11247
|
readonly label: StringType;
|
|
11210
11248
|
readonly kind: StringType;
|
|
11249
|
+
readonly hints: ArrayType<StringType>;
|
|
11211
11250
|
}>>>;
|
|
11212
11251
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
11213
11252
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -11287,6 +11326,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
11287
11326
|
readonly selectedBackground: OptionType<StringType>;
|
|
11288
11327
|
readonly selectedBorderColor: OptionType<StringType>;
|
|
11289
11328
|
readonly footerBackground: OptionType<StringType>;
|
|
11329
|
+
readonly rowHeight: OptionType<IntegerType>;
|
|
11290
11330
|
}>>;
|
|
11291
11331
|
}>;
|
|
11292
11332
|
readonly Gantt: StructType<{
|
|
@@ -12106,6 +12146,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
12106
12146
|
readonly fieldId: StringType;
|
|
12107
12147
|
readonly label: StringType;
|
|
12108
12148
|
readonly kind: StringType;
|
|
12149
|
+
readonly hints: ArrayType<StringType>;
|
|
12109
12150
|
}>>>;
|
|
12110
12151
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
12111
12152
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -12166,6 +12207,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
12166
12207
|
readonly stickyHeader: OptionType<BooleanType>;
|
|
12167
12208
|
readonly showColumnBorder: OptionType<BooleanType>;
|
|
12168
12209
|
readonly showToday: OptionType<BooleanType>;
|
|
12210
|
+
readonly rowHeight: OptionType<IntegerType>;
|
|
12169
12211
|
}>>;
|
|
12170
12212
|
}>;
|
|
12171
12213
|
readonly Planner: StructType<{
|
|
@@ -12236,6 +12278,35 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
12236
12278
|
readonly rejected: NullType;
|
|
12237
12279
|
}>;
|
|
12238
12280
|
readonly popover: OptionType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
12281
|
+
readonly stretch: OptionType<VariantType<{
|
|
12282
|
+
readonly horizontal: NullType;
|
|
12283
|
+
readonly vertical: NullType;
|
|
12284
|
+
readonly both: NullType;
|
|
12285
|
+
}>>;
|
|
12286
|
+
readonly content: OptionType<StructType<{
|
|
12287
|
+
readonly horizontal: OptionType<VariantType<{
|
|
12288
|
+
readonly start: NullType;
|
|
12289
|
+
readonly center: NullType;
|
|
12290
|
+
readonly end: NullType;
|
|
12291
|
+
}>>;
|
|
12292
|
+
readonly vertical: OptionType<VariantType<{
|
|
12293
|
+
readonly start: NullType;
|
|
12294
|
+
readonly center: NullType;
|
|
12295
|
+
readonly end: NullType;
|
|
12296
|
+
}>>;
|
|
12297
|
+
}>>;
|
|
12298
|
+
readonly tone: OptionType<VariantType<{
|
|
12299
|
+
readonly success: NullType;
|
|
12300
|
+
readonly warning: NullType;
|
|
12301
|
+
readonly danger: NullType;
|
|
12302
|
+
readonly info: NullType;
|
|
12303
|
+
readonly neutral: NullType;
|
|
12304
|
+
}>>;
|
|
12305
|
+
readonly animation: OptionType<VariantType<{
|
|
12306
|
+
readonly none: NullType;
|
|
12307
|
+
readonly pulse: NullType;
|
|
12308
|
+
}>>;
|
|
12309
|
+
readonly hovercard: OptionType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
12239
12310
|
}>>;
|
|
12240
12311
|
readonly markers: ArrayType<StructType<{
|
|
12241
12312
|
readonly slot: VariantType<{
|
|
@@ -12293,6 +12364,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
12293
12364
|
readonly onRerun: OptionType<FunctionType<[], NullType>>;
|
|
12294
12365
|
readonly rerunLabel: StringType;
|
|
12295
12366
|
}>>;
|
|
12367
|
+
readonly rowHover: OptionType<BooleanType>;
|
|
12296
12368
|
}>;
|
|
12297
12369
|
readonly Roster: StructType<{
|
|
12298
12370
|
readonly id: StringType;
|
|
@@ -12424,6 +12496,11 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
12424
12496
|
readonly week: StringType;
|
|
12425
12497
|
readonly day: StringType;
|
|
12426
12498
|
}>], NullType>>;
|
|
12499
|
+
readonly density: OptionType<VariantType<{
|
|
12500
|
+
readonly comfortable: NullType;
|
|
12501
|
+
readonly compact: NullType;
|
|
12502
|
+
readonly condensed: NullType;
|
|
12503
|
+
}>>;
|
|
12427
12504
|
}>;
|
|
12428
12505
|
readonly Schematic: StructType<{
|
|
12429
12506
|
readonly extent: StructType<{
|
|
@@ -12592,6 +12669,539 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
12592
12669
|
readonly grid: OptionType<BooleanType>;
|
|
12593
12670
|
readonly navigator: OptionType<BooleanType>;
|
|
12594
12671
|
readonly minimap: OptionType<BooleanType>;
|
|
12672
|
+
readonly slice: OptionType<StructType<{
|
|
12673
|
+
readonly slice: StructType<{
|
|
12674
|
+
readonly key: StringType;
|
|
12675
|
+
readonly read: FunctionType<[], StructType<{
|
|
12676
|
+
readonly range: OptionType<VariantType<{
|
|
12677
|
+
readonly datetime: StructType<{
|
|
12678
|
+
readonly from: DateTimeType;
|
|
12679
|
+
readonly to: DateTimeType;
|
|
12680
|
+
}>;
|
|
12681
|
+
readonly datetimePreset: VariantType<{
|
|
12682
|
+
readonly today: NullType;
|
|
12683
|
+
readonly last7d: NullType;
|
|
12684
|
+
readonly last30d: NullType;
|
|
12685
|
+
readonly last90d: NullType;
|
|
12686
|
+
readonly ytd: NullType;
|
|
12687
|
+
}>;
|
|
12688
|
+
readonly integer: StructType<{
|
|
12689
|
+
readonly from: IntegerType;
|
|
12690
|
+
readonly to: IntegerType;
|
|
12691
|
+
}>;
|
|
12692
|
+
readonly float: StructType<{
|
|
12693
|
+
readonly from: FloatType;
|
|
12694
|
+
readonly to: FloatType;
|
|
12695
|
+
}>;
|
|
12696
|
+
}>>;
|
|
12697
|
+
readonly compare: OptionType<VariantType<{
|
|
12698
|
+
readonly previousPeriod: NullType;
|
|
12699
|
+
readonly previousYear: NullType;
|
|
12700
|
+
}>>;
|
|
12701
|
+
readonly filters: ArrayType<VariantType<{
|
|
12702
|
+
readonly string: StructType<{
|
|
12703
|
+
readonly fieldId: StringType;
|
|
12704
|
+
readonly op: VariantType<{
|
|
12705
|
+
readonly eq: StringType;
|
|
12706
|
+
readonly neq: StringType;
|
|
12707
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
12708
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
12709
|
+
readonly contains: StringType;
|
|
12710
|
+
readonly matches: StringType;
|
|
12711
|
+
}>;
|
|
12712
|
+
}>;
|
|
12713
|
+
readonly integer: StructType<{
|
|
12714
|
+
readonly fieldId: StringType;
|
|
12715
|
+
readonly op: VariantType<{
|
|
12716
|
+
readonly eq: IntegerType;
|
|
12717
|
+
readonly neq: IntegerType;
|
|
12718
|
+
readonly lt: IntegerType;
|
|
12719
|
+
readonly lte: IntegerType;
|
|
12720
|
+
readonly gt: IntegerType;
|
|
12721
|
+
readonly gte: IntegerType;
|
|
12722
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
12723
|
+
}>;
|
|
12724
|
+
}>;
|
|
12725
|
+
readonly float: StructType<{
|
|
12726
|
+
readonly fieldId: StringType;
|
|
12727
|
+
readonly op: VariantType<{
|
|
12728
|
+
readonly lt: FloatType;
|
|
12729
|
+
readonly lte: FloatType;
|
|
12730
|
+
readonly gt: FloatType;
|
|
12731
|
+
readonly gte: FloatType;
|
|
12732
|
+
}>;
|
|
12733
|
+
}>;
|
|
12734
|
+
readonly datetime: StructType<{
|
|
12735
|
+
readonly fieldId: StringType;
|
|
12736
|
+
readonly op: VariantType<{
|
|
12737
|
+
readonly before: DateTimeType;
|
|
12738
|
+
readonly after: DateTimeType;
|
|
12739
|
+
readonly between: StructType<{
|
|
12740
|
+
readonly from: DateTimeType;
|
|
12741
|
+
readonly to: DateTimeType;
|
|
12742
|
+
}>;
|
|
12743
|
+
}>;
|
|
12744
|
+
}>;
|
|
12745
|
+
readonly boolean: StructType<{
|
|
12746
|
+
readonly fieldId: StringType;
|
|
12747
|
+
readonly op: VariantType<{
|
|
12748
|
+
readonly is: BooleanType;
|
|
12749
|
+
}>;
|
|
12750
|
+
}>;
|
|
12751
|
+
}>>;
|
|
12752
|
+
readonly cohorts: ArrayType<StructType<{
|
|
12753
|
+
readonly id: StringType;
|
|
12754
|
+
readonly name: StringType;
|
|
12755
|
+
readonly filters: ArrayType<VariantType<{
|
|
12756
|
+
readonly string: StructType<{
|
|
12757
|
+
readonly fieldId: StringType;
|
|
12758
|
+
readonly op: VariantType<{
|
|
12759
|
+
readonly eq: StringType;
|
|
12760
|
+
readonly neq: StringType;
|
|
12761
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
12762
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
12763
|
+
readonly contains: StringType;
|
|
12764
|
+
readonly matches: StringType;
|
|
12765
|
+
}>;
|
|
12766
|
+
}>;
|
|
12767
|
+
readonly integer: StructType<{
|
|
12768
|
+
readonly fieldId: StringType;
|
|
12769
|
+
readonly op: VariantType<{
|
|
12770
|
+
readonly eq: IntegerType;
|
|
12771
|
+
readonly neq: IntegerType;
|
|
12772
|
+
readonly lt: IntegerType;
|
|
12773
|
+
readonly lte: IntegerType;
|
|
12774
|
+
readonly gt: IntegerType;
|
|
12775
|
+
readonly gte: IntegerType;
|
|
12776
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
12777
|
+
}>;
|
|
12778
|
+
}>;
|
|
12779
|
+
readonly float: StructType<{
|
|
12780
|
+
readonly fieldId: StringType;
|
|
12781
|
+
readonly op: VariantType<{
|
|
12782
|
+
readonly lt: FloatType;
|
|
12783
|
+
readonly lte: FloatType;
|
|
12784
|
+
readonly gt: FloatType;
|
|
12785
|
+
readonly gte: FloatType;
|
|
12786
|
+
}>;
|
|
12787
|
+
}>;
|
|
12788
|
+
readonly datetime: StructType<{
|
|
12789
|
+
readonly fieldId: StringType;
|
|
12790
|
+
readonly op: VariantType<{
|
|
12791
|
+
readonly before: DateTimeType;
|
|
12792
|
+
readonly after: DateTimeType;
|
|
12793
|
+
readonly between: StructType<{
|
|
12794
|
+
readonly from: DateTimeType;
|
|
12795
|
+
readonly to: DateTimeType;
|
|
12796
|
+
}>;
|
|
12797
|
+
}>;
|
|
12798
|
+
}>;
|
|
12799
|
+
readonly boolean: StructType<{
|
|
12800
|
+
readonly fieldId: StringType;
|
|
12801
|
+
readonly op: VariantType<{
|
|
12802
|
+
readonly is: BooleanType;
|
|
12803
|
+
}>;
|
|
12804
|
+
}>;
|
|
12805
|
+
}>>;
|
|
12806
|
+
}>>;
|
|
12807
|
+
readonly activeCohorts: import("@elaraai/east").SetType<StringType>;
|
|
12808
|
+
readonly breakdown: OptionType<StructType<{
|
|
12809
|
+
readonly fieldId: StringType;
|
|
12810
|
+
readonly limit: OptionType<IntegerType>;
|
|
12811
|
+
}>>;
|
|
12812
|
+
readonly search: OptionType<StringType>;
|
|
12813
|
+
readonly visible: OptionType<import("@elaraai/east").SetType<StringType>>;
|
|
12814
|
+
readonly selectedIndex: OptionType<IntegerType>;
|
|
12815
|
+
}>>;
|
|
12816
|
+
readonly write: FunctionType<[StructType<{
|
|
12817
|
+
readonly range: OptionType<VariantType<{
|
|
12818
|
+
readonly datetime: StructType<{
|
|
12819
|
+
readonly from: DateTimeType;
|
|
12820
|
+
readonly to: DateTimeType;
|
|
12821
|
+
}>;
|
|
12822
|
+
readonly datetimePreset: VariantType<{
|
|
12823
|
+
readonly today: NullType;
|
|
12824
|
+
readonly last7d: NullType;
|
|
12825
|
+
readonly last30d: NullType;
|
|
12826
|
+
readonly last90d: NullType;
|
|
12827
|
+
readonly ytd: NullType;
|
|
12828
|
+
}>;
|
|
12829
|
+
readonly integer: StructType<{
|
|
12830
|
+
readonly from: IntegerType;
|
|
12831
|
+
readonly to: IntegerType;
|
|
12832
|
+
}>;
|
|
12833
|
+
readonly float: StructType<{
|
|
12834
|
+
readonly from: FloatType;
|
|
12835
|
+
readonly to: FloatType;
|
|
12836
|
+
}>;
|
|
12837
|
+
}>>;
|
|
12838
|
+
readonly compare: OptionType<VariantType<{
|
|
12839
|
+
readonly previousPeriod: NullType;
|
|
12840
|
+
readonly previousYear: NullType;
|
|
12841
|
+
}>>;
|
|
12842
|
+
readonly filters: ArrayType<VariantType<{
|
|
12843
|
+
readonly string: StructType<{
|
|
12844
|
+
readonly fieldId: StringType;
|
|
12845
|
+
readonly op: VariantType<{
|
|
12846
|
+
readonly eq: StringType;
|
|
12847
|
+
readonly neq: StringType;
|
|
12848
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
12849
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
12850
|
+
readonly contains: StringType;
|
|
12851
|
+
readonly matches: StringType;
|
|
12852
|
+
}>;
|
|
12853
|
+
}>;
|
|
12854
|
+
readonly integer: StructType<{
|
|
12855
|
+
readonly fieldId: StringType;
|
|
12856
|
+
readonly op: VariantType<{
|
|
12857
|
+
readonly eq: IntegerType;
|
|
12858
|
+
readonly neq: IntegerType;
|
|
12859
|
+
readonly lt: IntegerType;
|
|
12860
|
+
readonly lte: IntegerType;
|
|
12861
|
+
readonly gt: IntegerType;
|
|
12862
|
+
readonly gte: IntegerType;
|
|
12863
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
12864
|
+
}>;
|
|
12865
|
+
}>;
|
|
12866
|
+
readonly float: StructType<{
|
|
12867
|
+
readonly fieldId: StringType;
|
|
12868
|
+
readonly op: VariantType<{
|
|
12869
|
+
readonly lt: FloatType;
|
|
12870
|
+
readonly lte: FloatType;
|
|
12871
|
+
readonly gt: FloatType;
|
|
12872
|
+
readonly gte: FloatType;
|
|
12873
|
+
}>;
|
|
12874
|
+
}>;
|
|
12875
|
+
readonly datetime: StructType<{
|
|
12876
|
+
readonly fieldId: StringType;
|
|
12877
|
+
readonly op: VariantType<{
|
|
12878
|
+
readonly before: DateTimeType;
|
|
12879
|
+
readonly after: DateTimeType;
|
|
12880
|
+
readonly between: StructType<{
|
|
12881
|
+
readonly from: DateTimeType;
|
|
12882
|
+
readonly to: DateTimeType;
|
|
12883
|
+
}>;
|
|
12884
|
+
}>;
|
|
12885
|
+
}>;
|
|
12886
|
+
readonly boolean: StructType<{
|
|
12887
|
+
readonly fieldId: StringType;
|
|
12888
|
+
readonly op: VariantType<{
|
|
12889
|
+
readonly is: BooleanType;
|
|
12890
|
+
}>;
|
|
12891
|
+
}>;
|
|
12892
|
+
}>>;
|
|
12893
|
+
readonly cohorts: ArrayType<StructType<{
|
|
12894
|
+
readonly id: StringType;
|
|
12895
|
+
readonly name: StringType;
|
|
12896
|
+
readonly filters: ArrayType<VariantType<{
|
|
12897
|
+
readonly string: StructType<{
|
|
12898
|
+
readonly fieldId: StringType;
|
|
12899
|
+
readonly op: VariantType<{
|
|
12900
|
+
readonly eq: StringType;
|
|
12901
|
+
readonly neq: StringType;
|
|
12902
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
12903
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
12904
|
+
readonly contains: StringType;
|
|
12905
|
+
readonly matches: StringType;
|
|
12906
|
+
}>;
|
|
12907
|
+
}>;
|
|
12908
|
+
readonly integer: StructType<{
|
|
12909
|
+
readonly fieldId: StringType;
|
|
12910
|
+
readonly op: VariantType<{
|
|
12911
|
+
readonly eq: IntegerType;
|
|
12912
|
+
readonly neq: IntegerType;
|
|
12913
|
+
readonly lt: IntegerType;
|
|
12914
|
+
readonly lte: IntegerType;
|
|
12915
|
+
readonly gt: IntegerType;
|
|
12916
|
+
readonly gte: IntegerType;
|
|
12917
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
12918
|
+
}>;
|
|
12919
|
+
}>;
|
|
12920
|
+
readonly float: StructType<{
|
|
12921
|
+
readonly fieldId: StringType;
|
|
12922
|
+
readonly op: VariantType<{
|
|
12923
|
+
readonly lt: FloatType;
|
|
12924
|
+
readonly lte: FloatType;
|
|
12925
|
+
readonly gt: FloatType;
|
|
12926
|
+
readonly gte: FloatType;
|
|
12927
|
+
}>;
|
|
12928
|
+
}>;
|
|
12929
|
+
readonly datetime: StructType<{
|
|
12930
|
+
readonly fieldId: StringType;
|
|
12931
|
+
readonly op: VariantType<{
|
|
12932
|
+
readonly before: DateTimeType;
|
|
12933
|
+
readonly after: DateTimeType;
|
|
12934
|
+
readonly between: StructType<{
|
|
12935
|
+
readonly from: DateTimeType;
|
|
12936
|
+
readonly to: DateTimeType;
|
|
12937
|
+
}>;
|
|
12938
|
+
}>;
|
|
12939
|
+
}>;
|
|
12940
|
+
readonly boolean: StructType<{
|
|
12941
|
+
readonly fieldId: StringType;
|
|
12942
|
+
readonly op: VariantType<{
|
|
12943
|
+
readonly is: BooleanType;
|
|
12944
|
+
}>;
|
|
12945
|
+
}>;
|
|
12946
|
+
}>>;
|
|
12947
|
+
}>>;
|
|
12948
|
+
readonly activeCohorts: import("@elaraai/east").SetType<StringType>;
|
|
12949
|
+
readonly breakdown: OptionType<StructType<{
|
|
12950
|
+
readonly fieldId: StringType;
|
|
12951
|
+
readonly limit: OptionType<IntegerType>;
|
|
12952
|
+
}>>;
|
|
12953
|
+
readonly search: OptionType<StringType>;
|
|
12954
|
+
readonly visible: OptionType<import("@elaraai/east").SetType<StringType>>;
|
|
12955
|
+
readonly selectedIndex: OptionType<IntegerType>;
|
|
12956
|
+
}>], NullType>;
|
|
12957
|
+
readonly setRange: FunctionType<[OptionType<VariantType<{
|
|
12958
|
+
readonly datetime: StructType<{
|
|
12959
|
+
readonly from: DateTimeType;
|
|
12960
|
+
readonly to: DateTimeType;
|
|
12961
|
+
}>;
|
|
12962
|
+
readonly datetimePreset: VariantType<{
|
|
12963
|
+
readonly today: NullType;
|
|
12964
|
+
readonly last7d: NullType;
|
|
12965
|
+
readonly last30d: NullType;
|
|
12966
|
+
readonly last90d: NullType;
|
|
12967
|
+
readonly ytd: NullType;
|
|
12968
|
+
}>;
|
|
12969
|
+
readonly integer: StructType<{
|
|
12970
|
+
readonly from: IntegerType;
|
|
12971
|
+
readonly to: IntegerType;
|
|
12972
|
+
}>;
|
|
12973
|
+
readonly float: StructType<{
|
|
12974
|
+
readonly from: FloatType;
|
|
12975
|
+
readonly to: FloatType;
|
|
12976
|
+
}>;
|
|
12977
|
+
}>>], NullType>;
|
|
12978
|
+
readonly setCompare: FunctionType<[OptionType<VariantType<{
|
|
12979
|
+
readonly previousPeriod: NullType;
|
|
12980
|
+
readonly previousYear: NullType;
|
|
12981
|
+
}>>], NullType>;
|
|
12982
|
+
readonly addFilter: FunctionType<[VariantType<{
|
|
12983
|
+
readonly string: StructType<{
|
|
12984
|
+
readonly fieldId: StringType;
|
|
12985
|
+
readonly op: VariantType<{
|
|
12986
|
+
readonly eq: StringType;
|
|
12987
|
+
readonly neq: StringType;
|
|
12988
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
12989
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
12990
|
+
readonly contains: StringType;
|
|
12991
|
+
readonly matches: StringType;
|
|
12992
|
+
}>;
|
|
12993
|
+
}>;
|
|
12994
|
+
readonly integer: StructType<{
|
|
12995
|
+
readonly fieldId: StringType;
|
|
12996
|
+
readonly op: VariantType<{
|
|
12997
|
+
readonly eq: IntegerType;
|
|
12998
|
+
readonly neq: IntegerType;
|
|
12999
|
+
readonly lt: IntegerType;
|
|
13000
|
+
readonly lte: IntegerType;
|
|
13001
|
+
readonly gt: IntegerType;
|
|
13002
|
+
readonly gte: IntegerType;
|
|
13003
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
13004
|
+
}>;
|
|
13005
|
+
}>;
|
|
13006
|
+
readonly float: StructType<{
|
|
13007
|
+
readonly fieldId: StringType;
|
|
13008
|
+
readonly op: VariantType<{
|
|
13009
|
+
readonly lt: FloatType;
|
|
13010
|
+
readonly lte: FloatType;
|
|
13011
|
+
readonly gt: FloatType;
|
|
13012
|
+
readonly gte: FloatType;
|
|
13013
|
+
}>;
|
|
13014
|
+
}>;
|
|
13015
|
+
readonly datetime: StructType<{
|
|
13016
|
+
readonly fieldId: StringType;
|
|
13017
|
+
readonly op: VariantType<{
|
|
13018
|
+
readonly before: DateTimeType;
|
|
13019
|
+
readonly after: DateTimeType;
|
|
13020
|
+
readonly between: StructType<{
|
|
13021
|
+
readonly from: DateTimeType;
|
|
13022
|
+
readonly to: DateTimeType;
|
|
13023
|
+
}>;
|
|
13024
|
+
}>;
|
|
13025
|
+
}>;
|
|
13026
|
+
readonly boolean: StructType<{
|
|
13027
|
+
readonly fieldId: StringType;
|
|
13028
|
+
readonly op: VariantType<{
|
|
13029
|
+
readonly is: BooleanType;
|
|
13030
|
+
}>;
|
|
13031
|
+
}>;
|
|
13032
|
+
}>], NullType>;
|
|
13033
|
+
readonly removeFilter: FunctionType<[IntegerType], NullType>;
|
|
13034
|
+
readonly clearFilters: FunctionType<[], NullType>;
|
|
13035
|
+
readonly defineCohort: FunctionType<[StructType<{
|
|
13036
|
+
readonly id: StringType;
|
|
13037
|
+
readonly name: StringType;
|
|
13038
|
+
readonly filters: ArrayType<VariantType<{
|
|
13039
|
+
readonly string: StructType<{
|
|
13040
|
+
readonly fieldId: StringType;
|
|
13041
|
+
readonly op: VariantType<{
|
|
13042
|
+
readonly eq: StringType;
|
|
13043
|
+
readonly neq: StringType;
|
|
13044
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
13045
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
13046
|
+
readonly contains: StringType;
|
|
13047
|
+
readonly matches: StringType;
|
|
13048
|
+
}>;
|
|
13049
|
+
}>;
|
|
13050
|
+
readonly integer: StructType<{
|
|
13051
|
+
readonly fieldId: StringType;
|
|
13052
|
+
readonly op: VariantType<{
|
|
13053
|
+
readonly eq: IntegerType;
|
|
13054
|
+
readonly neq: IntegerType;
|
|
13055
|
+
readonly lt: IntegerType;
|
|
13056
|
+
readonly lte: IntegerType;
|
|
13057
|
+
readonly gt: IntegerType;
|
|
13058
|
+
readonly gte: IntegerType;
|
|
13059
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
13060
|
+
}>;
|
|
13061
|
+
}>;
|
|
13062
|
+
readonly float: StructType<{
|
|
13063
|
+
readonly fieldId: StringType;
|
|
13064
|
+
readonly op: VariantType<{
|
|
13065
|
+
readonly lt: FloatType;
|
|
13066
|
+
readonly lte: FloatType;
|
|
13067
|
+
readonly gt: FloatType;
|
|
13068
|
+
readonly gte: FloatType;
|
|
13069
|
+
}>;
|
|
13070
|
+
}>;
|
|
13071
|
+
readonly datetime: StructType<{
|
|
13072
|
+
readonly fieldId: StringType;
|
|
13073
|
+
readonly op: VariantType<{
|
|
13074
|
+
readonly before: DateTimeType;
|
|
13075
|
+
readonly after: DateTimeType;
|
|
13076
|
+
readonly between: StructType<{
|
|
13077
|
+
readonly from: DateTimeType;
|
|
13078
|
+
readonly to: DateTimeType;
|
|
13079
|
+
}>;
|
|
13080
|
+
}>;
|
|
13081
|
+
}>;
|
|
13082
|
+
readonly boolean: StructType<{
|
|
13083
|
+
readonly fieldId: StringType;
|
|
13084
|
+
readonly op: VariantType<{
|
|
13085
|
+
readonly is: BooleanType;
|
|
13086
|
+
}>;
|
|
13087
|
+
}>;
|
|
13088
|
+
}>>;
|
|
13089
|
+
}>], NullType>;
|
|
13090
|
+
readonly updateCohort: FunctionType<[StringType, StructType<{
|
|
13091
|
+
readonly id: StringType;
|
|
13092
|
+
readonly name: StringType;
|
|
13093
|
+
readonly filters: ArrayType<VariantType<{
|
|
13094
|
+
readonly string: StructType<{
|
|
13095
|
+
readonly fieldId: StringType;
|
|
13096
|
+
readonly op: VariantType<{
|
|
13097
|
+
readonly eq: StringType;
|
|
13098
|
+
readonly neq: StringType;
|
|
13099
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
13100
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
13101
|
+
readonly contains: StringType;
|
|
13102
|
+
readonly matches: StringType;
|
|
13103
|
+
}>;
|
|
13104
|
+
}>;
|
|
13105
|
+
readonly integer: StructType<{
|
|
13106
|
+
readonly fieldId: StringType;
|
|
13107
|
+
readonly op: VariantType<{
|
|
13108
|
+
readonly eq: IntegerType;
|
|
13109
|
+
readonly neq: IntegerType;
|
|
13110
|
+
readonly lt: IntegerType;
|
|
13111
|
+
readonly lte: IntegerType;
|
|
13112
|
+
readonly gt: IntegerType;
|
|
13113
|
+
readonly gte: IntegerType;
|
|
13114
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
13115
|
+
}>;
|
|
13116
|
+
}>;
|
|
13117
|
+
readonly float: StructType<{
|
|
13118
|
+
readonly fieldId: StringType;
|
|
13119
|
+
readonly op: VariantType<{
|
|
13120
|
+
readonly lt: FloatType;
|
|
13121
|
+
readonly lte: FloatType;
|
|
13122
|
+
readonly gt: FloatType;
|
|
13123
|
+
readonly gte: FloatType;
|
|
13124
|
+
}>;
|
|
13125
|
+
}>;
|
|
13126
|
+
readonly datetime: StructType<{
|
|
13127
|
+
readonly fieldId: StringType;
|
|
13128
|
+
readonly op: VariantType<{
|
|
13129
|
+
readonly before: DateTimeType;
|
|
13130
|
+
readonly after: DateTimeType;
|
|
13131
|
+
readonly between: StructType<{
|
|
13132
|
+
readonly from: DateTimeType;
|
|
13133
|
+
readonly to: DateTimeType;
|
|
13134
|
+
}>;
|
|
13135
|
+
}>;
|
|
13136
|
+
}>;
|
|
13137
|
+
readonly boolean: StructType<{
|
|
13138
|
+
readonly fieldId: StringType;
|
|
13139
|
+
readonly op: VariantType<{
|
|
13140
|
+
readonly is: BooleanType;
|
|
13141
|
+
}>;
|
|
13142
|
+
}>;
|
|
13143
|
+
}>>;
|
|
13144
|
+
}>], NullType>;
|
|
13145
|
+
readonly removeCohort: FunctionType<[StringType], NullType>;
|
|
13146
|
+
readonly toggleCohort: FunctionType<[StringType], NullType>;
|
|
13147
|
+
readonly setBreakdown: FunctionType<[OptionType<StructType<{
|
|
13148
|
+
readonly fieldId: StringType;
|
|
13149
|
+
readonly limit: OptionType<IntegerType>;
|
|
13150
|
+
}>>], NullType>;
|
|
13151
|
+
readonly setSearch: FunctionType<[OptionType<StringType>], NullType>;
|
|
13152
|
+
readonly setVisible: FunctionType<[OptionType<import("@elaraai/east").SetType<StringType>>], NullType>;
|
|
13153
|
+
readonly select: FunctionType<[OptionType<IntegerType>], NullType>;
|
|
13154
|
+
readonly isActive: FunctionType<[], BooleanType>;
|
|
13155
|
+
readonly activeCount: FunctionType<[], IntegerType>;
|
|
13156
|
+
readonly dimensions: FunctionType<[], ArrayType<StructType<{
|
|
13157
|
+
readonly fieldId: StringType;
|
|
13158
|
+
readonly label: StringType;
|
|
13159
|
+
}>>>;
|
|
13160
|
+
readonly fields: FunctionType<[], ArrayType<StructType<{
|
|
13161
|
+
readonly fieldId: StringType;
|
|
13162
|
+
readonly label: StringType;
|
|
13163
|
+
readonly kind: StringType;
|
|
13164
|
+
readonly hints: ArrayType<StringType>;
|
|
13165
|
+
}>>>;
|
|
13166
|
+
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
13167
|
+
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
13168
|
+
readonly totalCount: FunctionType<[], IntegerType>;
|
|
13169
|
+
readonly resultCount: FunctionType<[], IntegerType>;
|
|
13170
|
+
readonly groups: FunctionType<[], ArrayType<StructType<{
|
|
13171
|
+
readonly key: StringType;
|
|
13172
|
+
readonly count: IntegerType;
|
|
13173
|
+
readonly color: StringType;
|
|
13174
|
+
}>>>;
|
|
13175
|
+
readonly series: FunctionType<[StringType, StringType], ArrayType<StructType<{
|
|
13176
|
+
readonly key: StringType;
|
|
13177
|
+
readonly color: StringType;
|
|
13178
|
+
readonly points: ArrayType<StructType<{
|
|
13179
|
+
readonly x: VariantType<{
|
|
13180
|
+
readonly category: StringType;
|
|
13181
|
+
readonly number: FloatType;
|
|
13182
|
+
readonly time: DateTimeType;
|
|
13183
|
+
}>;
|
|
13184
|
+
readonly value: FloatType;
|
|
13185
|
+
readonly size: OptionType<FloatType>;
|
|
13186
|
+
readonly color: OptionType<StringType>;
|
|
13187
|
+
}>>;
|
|
13188
|
+
}>>>;
|
|
13189
|
+
readonly matches: FunctionType<[], ArrayType<StructType<{
|
|
13190
|
+
readonly id: StringType;
|
|
13191
|
+
readonly label: StringType;
|
|
13192
|
+
readonly meta: OptionType<StringType>;
|
|
13193
|
+
}>>>;
|
|
13194
|
+
readonly cohortCounts: FunctionType<[], DictType<StringType, IntegerType>>;
|
|
13195
|
+
}>;
|
|
13196
|
+
readonly affordances: ArrayType<VariantType<{
|
|
13197
|
+
readonly filter: NullType;
|
|
13198
|
+
readonly search: NullType;
|
|
13199
|
+
readonly breakdown: NullType;
|
|
13200
|
+
readonly range: NullType;
|
|
13201
|
+
readonly cohort: NullType;
|
|
13202
|
+
readonly brush: NullType;
|
|
13203
|
+
}>>;
|
|
13204
|
+
}>>;
|
|
12595
13205
|
readonly height: OptionType<StringType>;
|
|
12596
13206
|
readonly onSelect: OptionType<FunctionType<[StringType], NullType>>;
|
|
12597
13207
|
}>;
|