@elaraai/east-ui 1.0.26 → 1.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/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 +57 -2
- package/dist/src/charts/chart/index.d.ts.map +1 -1
- package/dist/src/charts/chart/index.js +13 -4
- package/dist/src/charts/chart/index.js.map +1 -1
- package/dist/src/charts/spec/index.d.ts +49 -0
- package/dist/src/charts/spec/index.d.ts.map +1 -1
- package/dist/src/charts/spec/index.js +5 -2
- package/dist/src/charts/spec/index.js.map +1 -1
- package/dist/src/charts/spec/types.d.ts +21 -5
- package/dist/src/charts/spec/types.d.ts.map +1 -1
- package/dist/src/charts/spec/types.js +12 -4
- package/dist/src/charts/spec/types.js.map +1 -1
- package/dist/src/collections/calendar/index.d.ts +18 -2
- package/dist/src/collections/calendar/index.d.ts.map +1 -1
- package/dist/src/collections/calendar/index.js +15 -1
- package/dist/src/collections/calendar/index.js.map +1 -1
- package/dist/src/collections/calendar/types.d.ts +12 -0
- package/dist/src/collections/calendar/types.d.ts.map +1 -1
- package/dist/src/collections/calendar/types.js +7 -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 +12 -1
- package/dist/src/collections/gantt/index.js.map +1 -1
- package/dist/src/collections/gantt/types.d.ts +10 -0
- package/dist/src/collections/gantt/types.d.ts.map +1 -1
- package/dist/src/collections/gantt/types.js +3 -0
- package/dist/src/collections/gantt/types.js.map +1 -1
- package/dist/src/collections/matrix/index.d.ts +4 -0
- package/dist/src/collections/matrix/index.d.ts.map +1 -1
- package/dist/src/collections/matrix/index.js +9 -0
- package/dist/src/collections/matrix/index.js.map +1 -1
- package/dist/src/collections/planner/index.d.ts +69 -4
- package/dist/src/collections/planner/index.d.ts.map +1 -1
- package/dist/src/collections/planner/index.js +112 -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 +546 -2
- package/dist/src/collections/schematic/index.d.ts.map +1 -1
- package/dist/src/collections/schematic/index.js +14 -2
- 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 +11 -1
- package/dist/src/collections/table/index.js.map +1 -1
- package/dist/src/collections/table/types.d.ts +10 -0
- package/dist/src/collections/table/types.d.ts.map +1 -1
- package/dist/src/collections/table/types.js +3 -0
- package/dist/src/collections/table/types.js.map +1 -1
- package/dist/src/component.d.ts +687 -0
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/component.js +22 -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/chip-rail/index.d.ts +1 -1
- package/dist/src/display/chip-rail/index.js +1 -1
- package/dist/src/display/trace/index.d.ts +10 -0
- package/dist/src/display/trace/index.d.ts.map +1 -1
- package/dist/src/display/trace/index.js +11 -1
- package/dist/src/display/trace/index.js.map +1 -1
- package/dist/src/display/trace/types.d.ts +17 -0
- package/dist/src/display/trace/types.d.ts.map +1 -1
- package/dist/src/display/trace/types.js +5 -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 +3 -3
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +7 -5
- package/dist/src/index.js.map +1 -1
- package/dist/src/internal.d.ts +7 -5
- package/dist/src/internal.d.ts.map +1 -1
- package/dist/src/internal.js +6 -4
- package/dist/src/internal.js.map +1 -1
- package/dist/src/layout/aligned-stack/index.d.ts +101 -0
- package/dist/src/layout/aligned-stack/index.d.ts.map +1 -0
- package/dist/src/layout/aligned-stack/index.js +105 -0
- package/dist/src/layout/aligned-stack/index.js.map +1 -0
- package/dist/src/layout/aligned-stack/types.d.ts +50 -0
- package/dist/src/layout/aligned-stack/types.d.ts.map +1 -0
- package/dist/src/layout/aligned-stack/types.js +24 -0
- package/dist/src/layout/aligned-stack/types.js.map +1 -0
- package/dist/src/layout/index.d.ts +1 -0
- package/dist/src/layout/index.d.ts.map +1 -1
- package/dist/src/layout/index.js +1 -0
- package/dist/src/layout/index.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 +35 -30
- 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/overlays/drawer/index.d.ts +6 -0
- package/dist/src/overlays/drawer/index.d.ts.map +1 -1
- package/dist/src/overlays/drawer/index.js +8 -1
- package/dist/src/overlays/drawer/index.js.map +1 -1
- package/dist/src/overlays/drawer/types.d.ts +18 -0
- package/dist/src/overlays/drawer/types.d.ts.map +1 -1
- package/dist/src/overlays/drawer/types.js +9 -0
- package/dist/src/overlays/drawer/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/collections/schematic.d.ts +2 -2
- package/dist/src/runtime/collections/schematic.js +2 -2
- package/dist/src/runtime/layout/aligned-stack.d.ts +38 -0
- package/dist/src/runtime/layout/aligned-stack.d.ts.map +1 -0
- package/dist/src/runtime/layout/aligned-stack.js +36 -0
- package/dist/src/runtime/layout/aligned-stack.js.map +1 -0
- package/dist/src/runtime/layout/index.d.ts +1 -0
- package/dist/src/runtime/layout/index.d.ts.map +1 -1
- package/dist/src/runtime/layout/index.js +1 -0
- package/dist/src/runtime/layout/index.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/shared/plot-gutter.d.ts +65 -0
- package/dist/src/shared/plot-gutter.d.ts.map +1 -0
- package/dist/src/shared/plot-gutter.js +48 -0
- package/dist/src/shared/plot-gutter.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 +4 -0
- package/dist/test/charts/chart.examples.d.ts.map +1 -1
- package/dist/test/charts/chart.examples.js +62 -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 +42 -7
- package/dist/test/collections/planner.examples.d.ts.map +1 -1
- package/dist/test/collections/planner.examples.js +139 -24
- 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 +35 -12
- 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/disclosure/accordion.examples.js +3 -3
- package/dist/test/disclosure/accordion.examples.js.map +1 -1
- package/dist/test/disclosure/tabs.examples.js +3 -3
- package/dist/test/disclosure/tabs.examples.js.map +1 -1
- package/dist/test/display/chip-rail.examples.js +3 -3
- package/dist/test/display/chip-rail.examples.js.map +1 -1
- package/dist/test/display/combine.examples.js +3 -3
- package/dist/test/display/combine.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/combobox.examples.js +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/layout/aligned-stack.examples.d.ts +79 -0
- package/dist/test/layout/aligned-stack.examples.d.ts.map +1 -0
- package/dist/test/layout/aligned-stack.examples.js +355 -0
- package/dist/test/layout/aligned-stack.examples.js.map +1 -0
- package/dist/test/layout/stack.examples.js +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/dist/test/overlays/drawer.examples.d.ts +1 -0
- package/dist/test/overlays/drawer.examples.d.ts.map +1 -1
- package/dist/test/overlays/drawer.examples.js +9 -1
- package/dist/test/overlays/drawer.examples.js.map +1 -1
- package/package.json +3 -3
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { type ExprType } from "@elaraai/east";
|
|
6
6
|
import { UIComponentType } from "../../component.js";
|
|
7
7
|
import { type IconButtonOptions } from "./types.js";
|
|
8
|
-
export { IconButtonStyleType, IconButtonType, type IconButtonStyle, type IconButtonOptions, } from "./types.js";
|
|
8
|
+
export { IconButtonStyleType, IconButtonType, IconButtonAttentionType, type IconButtonStyle, type IconButtonOptions, type IconButtonAttentionLiteral, } from "./types.js";
|
|
9
9
|
/**
|
|
10
10
|
* Creates an IconButton component.
|
|
11
11
|
*
|
|
@@ -191,6 +191,29 @@ export declare const IconButton: {
|
|
|
191
191
|
readonly loading: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
192
192
|
readonly disabled: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
193
193
|
readonly onClick: import("@elaraai/east").OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
194
|
+
readonly badge: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
195
|
+
readonly badgeColorPalette: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
196
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
197
|
+
readonly red: import("@elaraai/east").NullType;
|
|
198
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
199
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
200
|
+
readonly green: import("@elaraai/east").NullType;
|
|
201
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
202
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
203
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
204
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
205
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
206
|
+
readonly success: import("@elaraai/east").NullType;
|
|
207
|
+
readonly warning: import("@elaraai/east").NullType;
|
|
208
|
+
readonly danger: import("@elaraai/east").NullType;
|
|
209
|
+
readonly info: import("@elaraai/east").NullType;
|
|
210
|
+
readonly neutral: import("@elaraai/east").NullType;
|
|
211
|
+
}>>;
|
|
212
|
+
readonly attention: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
213
|
+
readonly none: import("@elaraai/east").NullType;
|
|
214
|
+
readonly pulse: import("@elaraai/east").NullType;
|
|
215
|
+
readonly ring: import("@elaraai/east").NullType;
|
|
216
|
+
}>>;
|
|
194
217
|
readonly style: import("@elaraai/east").OptionType<import("@elaraai/east").StructType<{
|
|
195
218
|
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
196
219
|
readonly solid: import("@elaraai/east").NullType;
|
|
@@ -288,6 +311,15 @@ export declare const IconButton: {
|
|
|
288
311
|
readonly ghost: import("@elaraai/east").NullType;
|
|
289
312
|
readonly plain: import("@elaraai/east").NullType;
|
|
290
313
|
}>;
|
|
314
|
+
/**
|
|
315
|
+
* Attention-animation variant (`none` / `pulse` / `ring`). See
|
|
316
|
+
* {@link IconButtonAttentionType}.
|
|
317
|
+
*/
|
|
318
|
+
readonly Attention: import("@elaraai/east").VariantType<{
|
|
319
|
+
readonly none: import("@elaraai/east").NullType;
|
|
320
|
+
readonly pulse: import("@elaraai/east").NullType;
|
|
321
|
+
readonly ring: import("@elaraai/east").NullType;
|
|
322
|
+
}>;
|
|
291
323
|
};
|
|
292
324
|
};
|
|
293
325
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/buttons/icon-button/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,QAAQ,EAKhB,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAIrD,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/buttons/icon-button/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,QAAQ,EAKhB,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAIrD,OAAO,EAMH,KAAK,iBAAiB,EAEzB,MAAM,YAAY,CAAC;AAGpB,OAAO,EACH,mBAAmB,EACnB,cAAc,EACd,uBAAuB,EACvB,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,0BAA0B,GAClC,MAAM,YAAY,CAAC;AAMpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,iBAAS,gBAAgB,CACrB,OAAO,EAAE,iBAAiB,GAC3B,QAAQ,CAAC,eAAe,CAAC,CA+B3B;AAsDD;;;;;;;GAOG;AACH,eAAO,MAAM,UAAU;IACnB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmCG;;;QAGC;;;;;;;;;;;;;;;WAeG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;WAOG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;WAQG;;;;;;;;QAEH;;;WAGG;;;;;;;CAGD,CAAC"}
|
|
@@ -6,9 +6,9 @@ import { East, variant, some, none, } from "@elaraai/east";
|
|
|
6
6
|
import { UIComponentType } from "../../component.js";
|
|
7
7
|
import { SizeType, ColorSchemeType } from "../../style.js";
|
|
8
8
|
import { IconType } from "../../display/icon/types.js";
|
|
9
|
-
import { IconButtonStyleType, IconButtonType, ButtonVariantType, } from "./types.js";
|
|
9
|
+
import { IconButtonStyleType, IconButtonType, IconButtonAttentionType, ButtonVariantType, } from "./types.js";
|
|
10
10
|
// Re-export types
|
|
11
|
-
export { IconButtonStyleType, IconButtonType, } from "./types.js";
|
|
11
|
+
export { IconButtonStyleType, IconButtonType, IconButtonAttentionType, } from "./types.js";
|
|
12
12
|
// ============================================================================
|
|
13
13
|
// IconButton Factory
|
|
14
14
|
// ============================================================================
|
|
@@ -48,9 +48,19 @@ export { IconButtonStyleType, IconButtonType, } from "./types.js";
|
|
|
48
48
|
* ```
|
|
49
49
|
*/
|
|
50
50
|
function createIconButton(options) {
|
|
51
|
-
const { prefix, name, label, loadingIcon, loading, disabled, onClick, ...visual } = options;
|
|
51
|
+
const { prefix, name, label, loadingIcon, loading, disabled, onClick, badge, badgeColorPalette, attention, ...visual } = options;
|
|
52
52
|
const styleValue = Object.values(visual).some(field => field !== undefined)
|
|
53
|
-
? buildIconButtonStyle(
|
|
53
|
+
? buildIconButtonStyle(visual)
|
|
54
|
+
: undefined;
|
|
55
|
+
const badgeColorPaletteValue = badgeColorPalette !== undefined
|
|
56
|
+
? (typeof badgeColorPalette === "string"
|
|
57
|
+
? East.value(variant(badgeColorPalette, null), ColorSchemeType)
|
|
58
|
+
: badgeColorPalette)
|
|
59
|
+
: undefined;
|
|
60
|
+
const attentionValue = attention !== undefined
|
|
61
|
+
? (typeof attention === "string"
|
|
62
|
+
? East.value(variant(attention, null), IconButtonAttentionType)
|
|
63
|
+
: attention)
|
|
54
64
|
: undefined;
|
|
55
65
|
return East.value(variant("IconButton", {
|
|
56
66
|
prefix: prefix,
|
|
@@ -60,6 +70,9 @@ function createIconButton(options) {
|
|
|
60
70
|
loading: loading !== undefined ? some(loading) : none,
|
|
61
71
|
disabled: disabled !== undefined ? some(disabled) : none,
|
|
62
72
|
onClick: onClick ? some(onClick) : none,
|
|
73
|
+
badge: badge !== undefined ? some(badge) : none,
|
|
74
|
+
badgeColorPalette: badgeColorPaletteValue ? some(badgeColorPaletteValue) : none,
|
|
75
|
+
attention: attentionValue ? some(attentionValue) : none,
|
|
63
76
|
style: styleValue ? some(styleValue) : none,
|
|
64
77
|
}), UIComponentType);
|
|
65
78
|
}
|
|
@@ -190,6 +203,11 @@ export const IconButton = {
|
|
|
190
203
|
* @property plain - Unadorned pressable icon
|
|
191
204
|
*/
|
|
192
205
|
Variant: ButtonVariantType,
|
|
206
|
+
/**
|
|
207
|
+
* Attention-animation variant (`none` / `pulse` / `ring`). See
|
|
208
|
+
* {@link IconButtonAttentionType}.
|
|
209
|
+
*/
|
|
210
|
+
Attention: IconButtonAttentionType,
|
|
193
211
|
},
|
|
194
212
|
};
|
|
195
213
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/buttons/icon-button/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAEH,IAAI,EACJ,OAAO,EACP,IAAI,EACJ,IAAI,GACP,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEvD,OAAO,EACH,mBAAmB,EACnB,cAAc,EACd,iBAAiB,GAIpB,MAAM,YAAY,CAAC;AAEpB,kBAAkB;AAClB,OAAO,EACH,mBAAmB,EACnB,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/buttons/icon-button/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,9 +2,25 @@
|
|
|
2
2
|
* Copyright (c) 2025 Elara AI Pty Ltd
|
|
3
3
|
* Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details.
|
|
4
4
|
*/
|
|
5
|
-
import { type SubtypeExprOrValue, OptionType, StructType, BooleanType, StringType, FunctionType, NullType } from "@elaraai/east";
|
|
5
|
+
import { type SubtypeExprOrValue, OptionType, StructType, VariantType, BooleanType, StringType, FunctionType, NullType } from "@elaraai/east";
|
|
6
6
|
import { SizeType, ColorSchemeType } from "../../style.js";
|
|
7
7
|
import type { SizeLiteral, ColorSchemeLiteral } from "../../style.js";
|
|
8
|
+
/**
|
|
9
|
+
* Attention animation drawing the eye to an IconButton.
|
|
10
|
+
*
|
|
11
|
+
* @property none - No animation (default)
|
|
12
|
+
* @property pulse - Pulses the badge (the count blinks for attention)
|
|
13
|
+
* @property ring - An expanding "ping" ring around the button
|
|
14
|
+
*/
|
|
15
|
+
export declare const IconButtonAttentionType: VariantType<{
|
|
16
|
+
readonly none: NullType;
|
|
17
|
+
readonly pulse: NullType;
|
|
18
|
+
readonly ring: NullType;
|
|
19
|
+
}>;
|
|
20
|
+
/** Type representing the IconButton attention-animation variant. */
|
|
21
|
+
export type IconButtonAttentionType = typeof IconButtonAttentionType;
|
|
22
|
+
/** String-literal shorthands for {@link IconButtonAttentionType}. */
|
|
23
|
+
export type IconButtonAttentionLiteral = "none" | "pulse" | "ring";
|
|
8
24
|
import { ButtonVariantType, type ButtonVariantLiteral } from "../button/types.js";
|
|
9
25
|
import { IconType } from "../../display/icon/types.js";
|
|
10
26
|
import type { IconPayload } from "../button/types.js";
|
|
@@ -29,14 +45,14 @@ export { ButtonVariantType, type ButtonVariantLiteral } from "../button/types.js
|
|
|
29
45
|
* @property hoverBackground - Background applied on hover (`_hover={{ bg: ... }}`)
|
|
30
46
|
*/
|
|
31
47
|
export declare const IconButtonStyleType: StructType<{
|
|
32
|
-
readonly variant: OptionType<
|
|
48
|
+
readonly variant: OptionType<VariantType<{
|
|
33
49
|
readonly solid: NullType;
|
|
34
50
|
readonly subtle: NullType;
|
|
35
51
|
readonly outline: NullType;
|
|
36
52
|
readonly ghost: NullType;
|
|
37
53
|
readonly plain: NullType;
|
|
38
54
|
}>>;
|
|
39
|
-
readonly colorPalette: OptionType<
|
|
55
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
40
56
|
readonly gray: NullType;
|
|
41
57
|
readonly red: NullType;
|
|
42
58
|
readonly orange: NullType;
|
|
@@ -53,7 +69,7 @@ export declare const IconButtonStyleType: StructType<{
|
|
|
53
69
|
readonly info: NullType;
|
|
54
70
|
readonly neutral: NullType;
|
|
55
71
|
}>>;
|
|
56
|
-
readonly size: OptionType<
|
|
72
|
+
readonly size: OptionType<VariantType<{
|
|
57
73
|
readonly xs: NullType;
|
|
58
74
|
readonly sm: NullType;
|
|
59
75
|
readonly md: NullType;
|
|
@@ -114,6 +130,9 @@ export interface IconButtonStyle {
|
|
|
114
130
|
* @property loading - Loading state — renderer shows a spinner and blocks interaction
|
|
115
131
|
* @property disabled - Disabled state — renderer greys out and blocks interaction
|
|
116
132
|
* @property onClick - Click-handler callback (zero-arg East function)
|
|
133
|
+
* @property badge - Optional superscript badge text/count (`""` ⇒ dot-only); absent ⇒ no badge
|
|
134
|
+
* @property badgeColorPalette - Colour scheme for the badge bubble (default `red`)
|
|
135
|
+
* @property attention - Optional attention animation (`none` / `pulse` / `ring`)
|
|
117
136
|
* @property style - Optional visual-presentation sub-struct
|
|
118
137
|
*/
|
|
119
138
|
export declare const IconButtonType: StructType<{
|
|
@@ -126,7 +145,7 @@ export declare const IconButtonType: StructType<{
|
|
|
126
145
|
readonly prefix: StringType;
|
|
127
146
|
readonly label: OptionType<StringType>;
|
|
128
147
|
readonly style: OptionType<StructType<{
|
|
129
|
-
readonly size: OptionType<
|
|
148
|
+
readonly size: OptionType<VariantType<{
|
|
130
149
|
readonly xs: NullType;
|
|
131
150
|
readonly sm: NullType;
|
|
132
151
|
readonly md: NullType;
|
|
@@ -134,7 +153,7 @@ export declare const IconButtonType: StructType<{
|
|
|
134
153
|
readonly xl: NullType;
|
|
135
154
|
readonly "2xl": NullType;
|
|
136
155
|
}>>;
|
|
137
|
-
readonly variant: OptionType<
|
|
156
|
+
readonly variant: OptionType<VariantType<{
|
|
138
157
|
readonly solid: NullType;
|
|
139
158
|
readonly regular: NullType;
|
|
140
159
|
readonly light: NullType;
|
|
@@ -143,7 +162,7 @@ export declare const IconButtonType: StructType<{
|
|
|
143
162
|
}>>;
|
|
144
163
|
readonly color: OptionType<StringType>;
|
|
145
164
|
readonly background: OptionType<StringType>;
|
|
146
|
-
readonly colorPalette: OptionType<
|
|
165
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
147
166
|
readonly gray: NullType;
|
|
148
167
|
readonly red: NullType;
|
|
149
168
|
readonly orange: NullType;
|
|
@@ -162,19 +181,19 @@ export declare const IconButtonType: StructType<{
|
|
|
162
181
|
}>>;
|
|
163
182
|
readonly opacity: OptionType<import("@elaraai/east").FloatType>;
|
|
164
183
|
readonly borderRadius: OptionType<StringType>;
|
|
165
|
-
readonly overflow: OptionType<
|
|
184
|
+
readonly overflow: OptionType<VariantType<{
|
|
166
185
|
readonly visible: NullType;
|
|
167
186
|
readonly hidden: NullType;
|
|
168
187
|
readonly scroll: NullType;
|
|
169
188
|
readonly auto: NullType;
|
|
170
189
|
}>>;
|
|
171
|
-
readonly overflowX: OptionType<
|
|
190
|
+
readonly overflowX: OptionType<VariantType<{
|
|
172
191
|
readonly visible: NullType;
|
|
173
192
|
readonly hidden: NullType;
|
|
174
193
|
readonly scroll: NullType;
|
|
175
194
|
readonly auto: NullType;
|
|
176
195
|
}>>;
|
|
177
|
-
readonly overflowY: OptionType<
|
|
196
|
+
readonly overflowY: OptionType<VariantType<{
|
|
178
197
|
readonly visible: NullType;
|
|
179
198
|
readonly hidden: NullType;
|
|
180
199
|
readonly scroll: NullType;
|
|
@@ -203,15 +222,38 @@ export declare const IconButtonType: StructType<{
|
|
|
203
222
|
readonly loading: OptionType<BooleanType>;
|
|
204
223
|
readonly disabled: OptionType<BooleanType>;
|
|
205
224
|
readonly onClick: OptionType<FunctionType<[], NullType>>;
|
|
225
|
+
readonly badge: OptionType<StringType>;
|
|
226
|
+
readonly badgeColorPalette: OptionType<VariantType<{
|
|
227
|
+
readonly gray: NullType;
|
|
228
|
+
readonly red: NullType;
|
|
229
|
+
readonly orange: NullType;
|
|
230
|
+
readonly yellow: NullType;
|
|
231
|
+
readonly green: NullType;
|
|
232
|
+
readonly teal: NullType;
|
|
233
|
+
readonly blue: NullType;
|
|
234
|
+
readonly cyan: NullType;
|
|
235
|
+
readonly purple: NullType;
|
|
236
|
+
readonly pink: NullType;
|
|
237
|
+
readonly success: NullType;
|
|
238
|
+
readonly warning: NullType;
|
|
239
|
+
readonly danger: NullType;
|
|
240
|
+
readonly info: NullType;
|
|
241
|
+
readonly neutral: NullType;
|
|
242
|
+
}>>;
|
|
243
|
+
readonly attention: OptionType<VariantType<{
|
|
244
|
+
readonly none: NullType;
|
|
245
|
+
readonly pulse: NullType;
|
|
246
|
+
readonly ring: NullType;
|
|
247
|
+
}>>;
|
|
206
248
|
readonly style: OptionType<StructType<{
|
|
207
|
-
readonly variant: OptionType<
|
|
249
|
+
readonly variant: OptionType<VariantType<{
|
|
208
250
|
readonly solid: NullType;
|
|
209
251
|
readonly subtle: NullType;
|
|
210
252
|
readonly outline: NullType;
|
|
211
253
|
readonly ghost: NullType;
|
|
212
254
|
readonly plain: NullType;
|
|
213
255
|
}>>;
|
|
214
|
-
readonly colorPalette: OptionType<
|
|
256
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
215
257
|
readonly gray: NullType;
|
|
216
258
|
readonly red: NullType;
|
|
217
259
|
readonly orange: NullType;
|
|
@@ -228,7 +270,7 @@ export declare const IconButtonType: StructType<{
|
|
|
228
270
|
readonly info: NullType;
|
|
229
271
|
readonly neutral: NullType;
|
|
230
272
|
}>>;
|
|
231
|
-
readonly size: OptionType<
|
|
273
|
+
readonly size: OptionType<VariantType<{
|
|
232
274
|
readonly xs: NullType;
|
|
233
275
|
readonly sm: NullType;
|
|
234
276
|
readonly md: NullType;
|
|
@@ -277,5 +319,11 @@ export interface IconButtonOptions extends IconButtonStyle {
|
|
|
277
319
|
disabled?: SubtypeExprOrValue<BooleanType>;
|
|
278
320
|
/** Click-handler callback (zero-arg East function) */
|
|
279
321
|
onClick?: SubtypeExprOrValue<FunctionType<[], NullType>>;
|
|
322
|
+
/** Superscript badge text/count (a number, `"99+"`, or `""` for a dot-only indicator); absent ⇒ no badge. */
|
|
323
|
+
badge?: SubtypeExprOrValue<StringType>;
|
|
324
|
+
/** Colour scheme for the badge bubble. Default `"red"`. */
|
|
325
|
+
badgeColorPalette?: SubtypeExprOrValue<ColorSchemeType> | ColorSchemeLiteral;
|
|
326
|
+
/** Attention animation — `"pulse"` blinks the badge, `"ring"` rings the button. */
|
|
327
|
+
attention?: SubtypeExprOrValue<IconButtonAttentionType> | IconButtonAttentionLiteral;
|
|
280
328
|
}
|
|
281
329
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/icon-button/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,kBAAkB,EACvB,UAAU,EACV,UAAU,EACV,WAAW,EACX,UAAU,EACV,YAAY,EACZ,QAAQ,EACX,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/icon-button/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,8 +2,23 @@
|
|
|
2
2
|
* Copyright (c) 2025 Elara AI Pty Ltd
|
|
3
3
|
* Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details.
|
|
4
4
|
*/
|
|
5
|
-
import { OptionType, StructType, BooleanType, StringType, FunctionType, NullType, } from "@elaraai/east";
|
|
5
|
+
import { OptionType, StructType, VariantType, BooleanType, StringType, FunctionType, NullType, } from "@elaraai/east";
|
|
6
6
|
import { SizeType, ColorSchemeType } from "../../style.js";
|
|
7
|
+
// ============================================================================
|
|
8
|
+
// IconButton attention animation
|
|
9
|
+
// ============================================================================
|
|
10
|
+
/**
|
|
11
|
+
* Attention animation drawing the eye to an IconButton.
|
|
12
|
+
*
|
|
13
|
+
* @property none - No animation (default)
|
|
14
|
+
* @property pulse - Pulses the badge (the count blinks for attention)
|
|
15
|
+
* @property ring - An expanding "ping" ring around the button
|
|
16
|
+
*/
|
|
17
|
+
export const IconButtonAttentionType = VariantType({
|
|
18
|
+
none: NullType,
|
|
19
|
+
pulse: NullType,
|
|
20
|
+
ring: NullType,
|
|
21
|
+
});
|
|
7
22
|
import { ButtonVariantType } from "../button/types.js";
|
|
8
23
|
import { IconType } from "../../display/icon/types.js";
|
|
9
24
|
// Re-export ButtonVariantType for convenience
|
|
@@ -56,6 +71,9 @@ export const IconButtonStyleType = StructType({
|
|
|
56
71
|
* @property loading - Loading state — renderer shows a spinner and blocks interaction
|
|
57
72
|
* @property disabled - Disabled state — renderer greys out and blocks interaction
|
|
58
73
|
* @property onClick - Click-handler callback (zero-arg East function)
|
|
74
|
+
* @property badge - Optional superscript badge text/count (`""` ⇒ dot-only); absent ⇒ no badge
|
|
75
|
+
* @property badgeColorPalette - Colour scheme for the badge bubble (default `red`)
|
|
76
|
+
* @property attention - Optional attention animation (`none` / `pulse` / `ring`)
|
|
59
77
|
* @property style - Optional visual-presentation sub-struct
|
|
60
78
|
*/
|
|
61
79
|
export const IconButtonType = StructType({
|
|
@@ -67,6 +85,9 @@ export const IconButtonType = StructType({
|
|
|
67
85
|
loading: OptionType(BooleanType),
|
|
68
86
|
disabled: OptionType(BooleanType),
|
|
69
87
|
onClick: OptionType(FunctionType([], NullType)),
|
|
88
|
+
badge: OptionType(StringType),
|
|
89
|
+
badgeColorPalette: OptionType(ColorSchemeType),
|
|
90
|
+
attention: OptionType(IconButtonAttentionType),
|
|
70
91
|
style: OptionType(IconButtonStyleType),
|
|
71
92
|
});
|
|
72
93
|
//# sourceMappingURL=types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/buttons/icon-button/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAEH,UAAU,EACV,UAAU,EACV,WAAW,EACX,UAAU,EACV,YAAY,EACZ,QAAQ,GACX,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/buttons/icon-button/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAEH,UAAU,EACV,UAAU,EACV,WAAW,EACX,WAAW,EACX,UAAU,EACV,YAAY,EACZ,QAAQ,GACX,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAG3D,+EAA+E;AAC/E,iCAAiC;AACjC,+EAA+E;AAE/E;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,WAAW,CAAC;IAC/C,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,QAAQ;IACf,IAAI,EAAE,QAAQ;CACjB,CAAC,CAAC;AAOH,OAAO,EAAE,iBAAiB,EAA6B,MAAM,oBAAoB,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAIvD,8CAA8C;AAC9C,OAAO,EAAE,iBAAiB,EAA6B,MAAM,oBAAoB,CAAC;AAElF,+EAA+E;AAC/E,wBAAwB;AACxB,+EAA+E;AAE/E;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,UAAU,CAAC;IAC1C,OAAO,EAAE,UAAU,CAAC,iBAAiB,CAAC;IACtC,YAAY,EAAE,UAAU,CAAC,eAAe,CAAC;IACzC,IAAI,EAAE,UAAU,CAAC,QAAQ,CAAC;IAC1B,KAAK,EAAE,UAAU,CAAC,UAAU,CAAC;IAC7B,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,WAAW,EAAE,UAAU,CAAC,UAAU,CAAC;IACnC,eAAe,EAAE,UAAU,CAAC,UAAU,CAAC;CAC1C,CAAC,CAAC;AAuCH,+EAA+E;AAC/E,gDAAgD;AAChD,+EAA+E;AAE/E;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,UAAU,CAAC;IACrC,MAAM,EAAE,UAAU;IAClB,IAAI,EAAE,UAAU;IAChB,4EAA4E;IAC5E,KAAK,EAAE,UAAU;IACjB,WAAW,EAAE,UAAU,CAAC,QAAQ,CAAC;IACjC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAChC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IACjC,OAAO,EAAE,UAAU,CAAC,YAAY,CAAC,EAAE,EAAE,QAAQ,CAAC,CAAC;IAC/C,KAAK,EAAE,UAAU,CAAC,UAAU,CAAC;IAC7B,iBAAiB,EAAE,UAAU,CAAC,eAAe,CAAC;IAC9C,SAAS,EAAE,UAAU,CAAC,uBAAuB,CAAC;IAC9C,KAAK,EAAE,UAAU,CAAC,mBAAmB,CAAC;CACzC,CAAC,CAAC"}
|
|
@@ -47,6 +47,7 @@ type CategoryAccessor<Row extends EastType> = (row: ExprType<Row>) => SubtypeExp
|
|
|
47
47
|
* @property fillOpacity - Fill opacity (area / bar marks)
|
|
48
48
|
* @property opacity - Stroke opacity (line / area / scatter marks; distinct from fillOpacity)
|
|
49
49
|
* @property legend - Include this layer's series in the legend
|
|
50
|
+
* @property tooltip - Include this layer's series in the tooltip
|
|
50
51
|
* @property stack - Stack group id; layers sharing one stack accumulate
|
|
51
52
|
* @property axis - Which y-axis the layer scales against
|
|
52
53
|
* @property order - Draw order among sibling layers (higher draws later)
|
|
@@ -74,6 +75,10 @@ export interface MarkStyle {
|
|
|
74
75
|
/** Include this layer's series in the legend. Default true; set `false` to keep a
|
|
75
76
|
* `by`-split layer's per-series keys (for colour / tooltip) out of the legend. */
|
|
76
77
|
legend?: SubtypeExprOrValue<BooleanType>;
|
|
78
|
+
/** Include this layer's series in the tooltip. Default true; set `false` to keep a
|
|
79
|
+
* `by`-split layer's per-series rows (decorative fans, dense small-multiples) out of
|
|
80
|
+
* the tooltip. Independent of {@link MarkStyle.legend} and of the chart-global tooltip. */
|
|
81
|
+
tooltip?: SubtypeExprOrValue<BooleanType>;
|
|
77
82
|
/** Stack group id; layers sharing one stack accumulate together. */
|
|
78
83
|
stack?: SubtypeExprOrValue<StringType>;
|
|
79
84
|
/** Which y-axis the layer scales against (structural — picks the axis node). */
|
|
@@ -237,16 +242,41 @@ export interface RefDotOptions {
|
|
|
237
242
|
}
|
|
238
243
|
/** Build a reference-dot layer (a `referenceDot` node). */
|
|
239
244
|
declare function createRefDot(options: RefDotOptions): RefLayer;
|
|
245
|
+
/**
|
|
246
|
+
* Explicit `[min, max]` extent for a chart axis — either numeric or temporal.
|
|
247
|
+
* Each bound accepts a plain host value (`number` / `Date`) **or** an East
|
|
248
|
+
* expression ({@link SubtypeExprOrValue}), so an axis extent can be fixed at
|
|
249
|
+
* author time or driven at runtime (e.g. ending on a data-derived day such as
|
|
250
|
+
* `decision_day + p95 + buffer`). Host `[0, 6]` / `[Date, Date]` literals stay
|
|
251
|
+
* valid, so this is backward-compatible.
|
|
252
|
+
*/
|
|
253
|
+
export type AxisDomain = [SubtypeExprOrValue<FloatType>, SubtypeExprOrValue<FloatType>] | [SubtypeExprOrValue<DateTimeType>, SubtypeExprOrValue<DateTimeType>];
|
|
240
254
|
/** Axis configuration for one of `Chart.Root`'s axes. */
|
|
241
255
|
export interface AxisOptions {
|
|
242
256
|
/** Axis caption. */
|
|
243
257
|
label?: SubtypeExprOrValue<StringType>;
|
|
244
258
|
/** Tick-label format (see {@link Chart.format}). */
|
|
245
259
|
format?: SubtypeExprOrValue<ChartTickFormatType>;
|
|
246
|
-
/**
|
|
247
|
-
|
|
260
|
+
/**
|
|
261
|
+
* Explicit `[min, max]` extent for a linear/time axis (numbers or dates,
|
|
262
|
+
* each a plain value or a runtime expression — see {@link AxisDomain}).
|
|
263
|
+
* Omit to derive from the data; not meaningful for a `band` scale.
|
|
264
|
+
*/
|
|
265
|
+
domain?: AxisDomain;
|
|
248
266
|
/** Force the x-scale kind instead of inferring it from the data. */
|
|
249
267
|
scale?: ScaleKind;
|
|
268
|
+
/** Suggested tick count (the renderer may round to nice values). A hint. */
|
|
269
|
+
numTicks?: SubtypeExprOrValue<FloatType>;
|
|
270
|
+
/**
|
|
271
|
+
* Explicit tick positions — e.g. integer day ticks `[0, 1, 2, …]` to line up
|
|
272
|
+
* with a stacked `<Planner>`'s columns. Overrides `numTicks`'s auto-"nice"
|
|
273
|
+
* ticks. (Numbers are the axis-domain values, not pixels.)
|
|
274
|
+
*/
|
|
275
|
+
tickValues?: SubtypeExprOrValue<ArrayType<FloatType>>;
|
|
276
|
+
/** Hide the small tick marks (labels stay). */
|
|
277
|
+
hideTicks?: SubtypeExprOrValue<BooleanType>;
|
|
278
|
+
/** Hide the axis baseline rule. */
|
|
279
|
+
hideLine?: SubtypeExprOrValue<BooleanType>;
|
|
250
280
|
}
|
|
251
281
|
/** Options for {@link createChartRoot}. */
|
|
252
282
|
export interface ChartOptions {
|
|
@@ -897,6 +927,7 @@ export declare const Chart: {
|
|
|
897
927
|
readonly fieldId: StringType;
|
|
898
928
|
readonly label: StringType;
|
|
899
929
|
readonly kind: StringType;
|
|
930
|
+
readonly hints: ArrayType<StringType>;
|
|
900
931
|
}>>>;
|
|
901
932
|
readonly searchFieldIds: import("@elaraai/east").FunctionType<[], ArrayType<StringType>>;
|
|
902
933
|
readonly rangeFieldId: import("@elaraai/east").FunctionType<[], OptionType<StringType>>;
|
|
@@ -962,6 +993,8 @@ export declare const Chart: {
|
|
|
962
993
|
readonly linear: import("@elaraai/east").NullType;
|
|
963
994
|
readonly natural: import("@elaraai/east").NullType;
|
|
964
995
|
readonly step: import("@elaraai/east").NullType;
|
|
996
|
+
readonly stepBefore: import("@elaraai/east").NullType;
|
|
997
|
+
readonly stepAfter: import("@elaraai/east").NullType;
|
|
965
998
|
}>>;
|
|
966
999
|
readonly dashArray: OptionType<StringType>;
|
|
967
1000
|
readonly opacity: OptionType<FloatType>;
|
|
@@ -986,6 +1019,8 @@ export declare const Chart: {
|
|
|
986
1019
|
readonly linear: import("@elaraai/east").NullType;
|
|
987
1020
|
readonly natural: import("@elaraai/east").NullType;
|
|
988
1021
|
readonly step: import("@elaraai/east").NullType;
|
|
1022
|
+
readonly stepBefore: import("@elaraai/east").NullType;
|
|
1023
|
+
readonly stepAfter: import("@elaraai/east").NullType;
|
|
989
1024
|
}>>;
|
|
990
1025
|
}>;
|
|
991
1026
|
readonly bandArea: import("@elaraai/east").StructType<{
|
|
@@ -1007,6 +1042,8 @@ export declare const Chart: {
|
|
|
1007
1042
|
readonly linear: import("@elaraai/east").NullType;
|
|
1008
1043
|
readonly natural: import("@elaraai/east").NullType;
|
|
1009
1044
|
readonly step: import("@elaraai/east").NullType;
|
|
1045
|
+
readonly stepBefore: import("@elaraai/east").NullType;
|
|
1046
|
+
readonly stepAfter: import("@elaraai/east").NullType;
|
|
1010
1047
|
}>>;
|
|
1011
1048
|
readonly fillOpacity: OptionType<FloatType>;
|
|
1012
1049
|
}>;
|
|
@@ -1105,6 +1142,7 @@ export declare const Chart: {
|
|
|
1105
1142
|
readonly axisBottom: import("@elaraai/east").StructType<{
|
|
1106
1143
|
readonly label: OptionType<StringType>;
|
|
1107
1144
|
readonly numTicks: OptionType<FloatType>;
|
|
1145
|
+
readonly tickValues: OptionType<ArrayType<FloatType>>;
|
|
1108
1146
|
readonly hideTicks: OptionType<BooleanType>;
|
|
1109
1147
|
readonly hideLine: OptionType<BooleanType>;
|
|
1110
1148
|
readonly domain: OptionType<import("@elaraai/east").VariantType<{
|
|
@@ -1133,6 +1171,7 @@ export declare const Chart: {
|
|
|
1133
1171
|
readonly axisLeft: import("@elaraai/east").StructType<{
|
|
1134
1172
|
readonly label: OptionType<StringType>;
|
|
1135
1173
|
readonly numTicks: OptionType<FloatType>;
|
|
1174
|
+
readonly tickValues: OptionType<ArrayType<FloatType>>;
|
|
1136
1175
|
readonly hideTicks: OptionType<BooleanType>;
|
|
1137
1176
|
readonly hideLine: OptionType<BooleanType>;
|
|
1138
1177
|
readonly domain: OptionType<import("@elaraai/east").VariantType<{
|
|
@@ -1161,6 +1200,7 @@ export declare const Chart: {
|
|
|
1161
1200
|
readonly axisRight: import("@elaraai/east").StructType<{
|
|
1162
1201
|
readonly label: OptionType<StringType>;
|
|
1163
1202
|
readonly numTicks: OptionType<FloatType>;
|
|
1203
|
+
readonly tickValues: OptionType<ArrayType<FloatType>>;
|
|
1164
1204
|
readonly hideTicks: OptionType<BooleanType>;
|
|
1165
1205
|
readonly hideLine: OptionType<BooleanType>;
|
|
1166
1206
|
readonly domain: OptionType<import("@elaraai/east").VariantType<{
|
|
@@ -1220,6 +1260,8 @@ export declare const Chart: {
|
|
|
1220
1260
|
readonly linear: import("@elaraai/east").NullType;
|
|
1221
1261
|
readonly natural: import("@elaraai/east").NullType;
|
|
1222
1262
|
readonly step: import("@elaraai/east").NullType;
|
|
1263
|
+
readonly stepBefore: import("@elaraai/east").NullType;
|
|
1264
|
+
readonly stepAfter: import("@elaraai/east").NullType;
|
|
1223
1265
|
}>>;
|
|
1224
1266
|
readonly stackId: OptionType<StringType>;
|
|
1225
1267
|
readonly stackOffset: OptionType<import("@elaraai/east").VariantType<{
|
|
@@ -1237,6 +1279,7 @@ export declare const Chart: {
|
|
|
1237
1279
|
readonly radius: OptionType<FloatType>;
|
|
1238
1280
|
readonly opacity: OptionType<FloatType>;
|
|
1239
1281
|
readonly legend: OptionType<BooleanType>;
|
|
1282
|
+
readonly tooltip: OptionType<BooleanType>;
|
|
1240
1283
|
}>;
|
|
1241
1284
|
}>>;
|
|
1242
1285
|
readonly XCoord: import("@elaraai/east").VariantType<{
|
|
@@ -1349,6 +1392,8 @@ export declare const Chart: {
|
|
|
1349
1392
|
readonly linear: import("@elaraai/east").NullType;
|
|
1350
1393
|
readonly natural: import("@elaraai/east").NullType;
|
|
1351
1394
|
readonly step: import("@elaraai/east").NullType;
|
|
1395
|
+
readonly stepBefore: import("@elaraai/east").NullType;
|
|
1396
|
+
readonly stepAfter: import("@elaraai/east").NullType;
|
|
1352
1397
|
}>;
|
|
1353
1398
|
readonly Mark: import("@elaraai/east").VariantType<{
|
|
1354
1399
|
readonly line: import("@elaraai/east").NullType;
|
|
@@ -1378,6 +1423,7 @@ export declare const Chart: {
|
|
|
1378
1423
|
readonly Axis: import("@elaraai/east").StructType<{
|
|
1379
1424
|
readonly label: OptionType<StringType>;
|
|
1380
1425
|
readonly numTicks: OptionType<FloatType>;
|
|
1426
|
+
readonly tickValues: OptionType<ArrayType<FloatType>>;
|
|
1381
1427
|
readonly hideTicks: OptionType<BooleanType>;
|
|
1382
1428
|
readonly hideLine: OptionType<BooleanType>;
|
|
1383
1429
|
readonly domain: OptionType<import("@elaraai/east").VariantType<{
|
|
@@ -1425,6 +1471,8 @@ export declare const Chart: {
|
|
|
1425
1471
|
readonly linear: import("@elaraai/east").NullType;
|
|
1426
1472
|
readonly natural: import("@elaraai/east").NullType;
|
|
1427
1473
|
readonly step: import("@elaraai/east").NullType;
|
|
1474
|
+
readonly stepBefore: import("@elaraai/east").NullType;
|
|
1475
|
+
readonly stepAfter: import("@elaraai/east").NullType;
|
|
1428
1476
|
}>>;
|
|
1429
1477
|
readonly dashArray: OptionType<StringType>;
|
|
1430
1478
|
readonly opacity: OptionType<FloatType>;
|
|
@@ -1449,6 +1497,8 @@ export declare const Chart: {
|
|
|
1449
1497
|
readonly linear: import("@elaraai/east").NullType;
|
|
1450
1498
|
readonly natural: import("@elaraai/east").NullType;
|
|
1451
1499
|
readonly step: import("@elaraai/east").NullType;
|
|
1500
|
+
readonly stepBefore: import("@elaraai/east").NullType;
|
|
1501
|
+
readonly stepAfter: import("@elaraai/east").NullType;
|
|
1452
1502
|
}>>;
|
|
1453
1503
|
}>;
|
|
1454
1504
|
readonly BandArea: import("@elaraai/east").StructType<{
|
|
@@ -1470,6 +1520,8 @@ export declare const Chart: {
|
|
|
1470
1520
|
readonly linear: import("@elaraai/east").NullType;
|
|
1471
1521
|
readonly natural: import("@elaraai/east").NullType;
|
|
1472
1522
|
readonly step: import("@elaraai/east").NullType;
|
|
1523
|
+
readonly stepBefore: import("@elaraai/east").NullType;
|
|
1524
|
+
readonly stepAfter: import("@elaraai/east").NullType;
|
|
1473
1525
|
}>>;
|
|
1474
1526
|
readonly fillOpacity: OptionType<FloatType>;
|
|
1475
1527
|
}>;
|
|
@@ -1591,6 +1643,8 @@ export declare const Chart: {
|
|
|
1591
1643
|
readonly linear: import("@elaraai/east").NullType;
|
|
1592
1644
|
readonly natural: import("@elaraai/east").NullType;
|
|
1593
1645
|
readonly step: import("@elaraai/east").NullType;
|
|
1646
|
+
readonly stepBefore: import("@elaraai/east").NullType;
|
|
1647
|
+
readonly stepAfter: import("@elaraai/east").NullType;
|
|
1594
1648
|
}>>;
|
|
1595
1649
|
readonly stackId: OptionType<StringType>;
|
|
1596
1650
|
readonly stackOffset: OptionType<import("@elaraai/east").VariantType<{
|
|
@@ -1608,6 +1662,7 @@ export declare const Chart: {
|
|
|
1608
1662
|
readonly radius: OptionType<FloatType>;
|
|
1609
1663
|
readonly opacity: OptionType<FloatType>;
|
|
1610
1664
|
readonly legend: OptionType<BooleanType>;
|
|
1665
|
+
readonly tooltip: OptionType<BooleanType>;
|
|
1611
1666
|
}>;
|
|
1612
1667
|
readonly Legend: import("@elaraai/east").StructType<{
|
|
1613
1668
|
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/charts/chart/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,QAAQ,EAGb,SAAS,EACT,UAAU,EACV,UAAU,EACV,WAAW,EACX,SAAS,EACT,YAAY,EACZ,WAAW,EACX,QAAQ,EAIX,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAmB,MAAM,+BAA+B,CAAC;AAC/E,OAAO,EAAuB,KAAK,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AACxG,OAAO,EAIH,mBAAmB,EACnB,cAAc,EACd,KAAK,iBAAiB,EACtB,oBAAoB,EACpB,wBAAwB,EACxB,UAAU,EACV,WAAW,EACX,aAAa,EACb,eAAe,EACf,aAAa,EACb,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAElB,KAAK,cAAc,EAEtB,MAAM,kBAAkB,CAAC;AAqB1B,+EAA+E;AAC/E,KAAK,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE5C;;;;GAIG;AACH,KAAK,SAAS,CAAC,GAAG,SAAS,QAAQ,IAAI,CAAC,GAAG,EAAE,QAAQ,CAAC,GAAG,CAAC,KAAK,kBAAkB,CAAC,UAAU,GAAG,WAAW,GAAG,SAAS,GAAG,YAAY,CAAC,CAAC;AAEvI,4EAA4E;AAC5E,KAAK,aAAa,CAAC,GAAG,SAAS,QAAQ,IAAI,CAAC,GAAG,EAAE,QAAQ,CAAC,GAAG,CAAC,KAAK,kBAAkB,CAAC,WAAW,GAAG,SAAS,CAAC,CAAC;AAE/G,kGAAkG;AAClG,KAAK,gBAAgB,CAAC,GAAG,SAAS,QAAQ,IAAI,CAAC,GAAG,EAAE,QAAQ,CAAC,GAAG,CAAC,KAAK,kBAAkB,CAAC,UAAU,GAAG,WAAW,GAAG,WAAW,GAAG,YAAY,CAAC,CAAC;AAQhJ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/charts/chart/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,QAAQ,EAGb,SAAS,EACT,UAAU,EACV,UAAU,EACV,WAAW,EACX,SAAS,EACT,YAAY,EACZ,WAAW,EACX,QAAQ,EAIX,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAmB,MAAM,+BAA+B,CAAC;AAC/E,OAAO,EAAuB,KAAK,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AACxG,OAAO,EAIH,mBAAmB,EACnB,cAAc,EACd,KAAK,iBAAiB,EACtB,oBAAoB,EACpB,wBAAwB,EACxB,UAAU,EACV,WAAW,EACX,aAAa,EACb,eAAe,EACf,aAAa,EACb,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAElB,KAAK,cAAc,EAEtB,MAAM,kBAAkB,CAAC;AAqB1B,+EAA+E;AAC/E,KAAK,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE5C;;;;GAIG;AACH,KAAK,SAAS,CAAC,GAAG,SAAS,QAAQ,IAAI,CAAC,GAAG,EAAE,QAAQ,CAAC,GAAG,CAAC,KAAK,kBAAkB,CAAC,UAAU,GAAG,WAAW,GAAG,SAAS,GAAG,YAAY,CAAC,CAAC;AAEvI,4EAA4E;AAC5E,KAAK,aAAa,CAAC,GAAG,SAAS,QAAQ,IAAI,CAAC,GAAG,EAAE,QAAQ,CAAC,GAAG,CAAC,KAAK,kBAAkB,CAAC,WAAW,GAAG,SAAS,CAAC,CAAC;AAE/G,kGAAkG;AAClG,KAAK,gBAAgB,CAAC,GAAG,SAAS,QAAQ,IAAI,CAAC,GAAG,EAAE,QAAQ,CAAC,GAAG,CAAC,KAAK,kBAAkB,CAAC,UAAU,GAAG,WAAW,GAAG,WAAW,GAAG,YAAY,CAAC,CAAC;AAQhJ;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,WAAW,SAAS;IACtB,2DAA2D;IAC3D,GAAG,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IACrC,4DAA4D;IAC5D,KAAK,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IACvC,+BAA+B;IAC/B,KAAK,CAAC,EAAE,kBAAkB,CAAC,cAAc,CAAC,GAAG,iBAAiB,CAAC;IAC/D,iCAAiC;IACjC,KAAK,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IACtC,qCAAqC;IACrC,IAAI,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IACtC,wCAAwC;IACxC,IAAI,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;IACvC,uCAAuC;IACvC,WAAW,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IAC5C,+HAA+H;IAC/H,OAAO,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IACxC;uFACmF;IACnF,MAAM,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;IACzC;;gGAE4F;IAC5F,OAAO,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;IAC1C,oEAAoE;IACpE,KAAK,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IACvC,gFAAgF;IAChF,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACxB,mFAAmF;IACnF,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;;;GAKG;AACH,MAAM,WAAW,YAAa,SAAQ,SAAS;IAC3C,6FAA6F;IAC7F,IAAI,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;CACxC;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,aAAa,CAAC,GAAG,SAAS,QAAQ;IAC/C,oEAAoE;IACpE,CAAC,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;IAClB,oDAAoD;IACpD,CAAC,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;IACtB;iFAC6E;IAC7E,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,aAAa,CAAC,GAAG,SAAS,QAAQ;IAC/C,kCAAkC;IAClC,CAAC,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;IAClB,0CAA0C;IAC1C,CAAC,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;IACtB,8DAA8D;IAC9D,EAAE,EAAE,gBAAgB,CAAC,GAAG,CAAC,CAAC;IAC1B,6EAA6E;IAC7E,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC;AAED;;;;;;GAMG;AACH,MAAM,WAAW,eAAe,CAAC,GAAG,SAAS,QAAQ;IACjD,kCAAkC;IAClC,CAAC,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;IAClB,6EAA6E;IAC7E,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC;CAC/C;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,YAAY,CAAC,GAAG,SAAS,QAAQ;IAC9C,kCAAkC;IAClC,CAAC,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC;IAClB,iCAAiC;IACjC,GAAG,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;IACxB,iCAAiC;IACjC,IAAI,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;CAC5B;AAED,mFAAmF;AACnF,MAAM,MAAM,YAAY,CAAC,GAAG,SAAS,QAAQ,IAAI,aAAa,CAAC,GAAG,CAAC,GAAG,aAAa,CAAC,GAAG,CAAC,GAAG,eAAe,CAAC,GAAG,CAAC,CAAC;AAEhH;;;;;;GAMG;AACH,MAAM,MAAM,eAAe,CAAC,GAAG,SAAS,QAAQ,IAAI,YAAY,CAAC,GAAG,CAAC,GAAG;IACpE,wFAAwF;IACxF,IAAI,CAAC,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;CAC7B,CAAC;AAEF,wEAAwE;AACxE,MAAM,MAAM,SAAS,CAAC,GAAG,SAAS,QAAQ,IAAI,kBAAkB,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;AAEjF,KAAK,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;AAEpD,iFAAiF;AACjF,UAAU,WAAW;IACjB,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,EAAE,QAAQ,CAAC,oBAAoB,CAAC,CAAC;IACrC,MAAM,EAAE,SAAS,CAAC;IAClB,KAAK,EAAE,SAAS,CAAC;IACjB,2DAA2D;IAC3D,MAAM,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;CAC1C;AACD,UAAU,SAAS;IACf,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,QAAQ,CAAC,wBAAwB,CAAC,CAAC;IACzC,MAAM,EAAE,SAAS,CAAC;IAClB,KAAK,EAAE,SAAS,CAAC;CACpB;AACD,UAAU,QAAQ;IACd,IAAI,EAAE,KAAK,CAAC;IACZ,IAAI,EAAE,cAAc,CAAC;CACxB;AACD,mDAAmD;AACnD,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAC;AAkL5D;;;;GAIG;AACH,KAAK,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,kBAAkB,CAAC,QAAQ,CAAC,CAAC;AAkBxE,yCAAyC;AACzC,MAAM,WAAW,cAAc;IAC3B,+DAA+D;IAC/D,CAAC,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IAClC,gEAAgE;IAChE,CAAC,CAAC,EAAE,UAAU,CAAC;IACf,wBAAwB;IACxB,KAAK,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IACvC,4CAA4C;IAC5C,IAAI,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;CACzC;AAID,oDAAoD;AACpD,iBAAS,aAAa,CAAC,OAAO,EAAE,cAAc,GAAG,QAAQ,CASxD;AAED,yCAAyC;AACzC,MAAM,WAAW,cAAc;IAC3B,gFAAgF;IAChF,CAAC,CAAC,EAAE,CAAC,kBAAkB,CAAC,SAAS,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC,CAAC;IACnE,iFAAiF;IACjF,CAAC,CAAC,EAAE,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;IAC7B,wBAAwB;IACxB,KAAK,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;CAC1C;AAED,6DAA6D;AAC7D,iBAAS,aAAa,CAAC,OAAO,EAAE,cAAc,GAAG,QAAQ,CASxD;AAED,wCAAwC;AACxC,MAAM,WAAW,aAAa;IAC1B,iDAAiD;IACjD,CAAC,EAAE,UAAU,CAAC;IACd,8CAA8C;IAC9C,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IACjC,wBAAwB;IACxB,KAAK,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;CAC1C;AAED,2DAA2D;AAC3D,iBAAS,YAAY,CAAC,OAAO,EAAE,aAAa,GAAG,QAAQ,CAOtD;AAMD;;;;;;;GAOG;AACH,MAAM,MAAM,UAAU,GAChB,CAAC,kBAAkB,CAAC,SAAS,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC,GAC9D,CAAC,kBAAkB,CAAC,YAAY,CAAC,EAAE,kBAAkB,CAAC,YAAY,CAAC,CAAC,CAAC;AAE3E,yDAAyD;AACzD,MAAM,WAAW,WAAW;IACxB,oBAAoB;IACpB,KAAK,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IACvC,oDAAoD;IACpD,MAAM,CAAC,EAAE,kBAAkB,CAAC,mBAAmB,CAAC,CAAC;IACjD;;;;OAIG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,oEAAoE;IACpE,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;IACtD,+CAA+C;IAC/C,SAAS,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;IAC5C,mCAAmC;IACnC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;CAC9C;AAED,2CAA2C;AAC3C,MAAM,WAAW,YAAY;IACzB;;4CAEwC;IACxC,MAAM,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAChD,6CAA6C;IAC7C,KAAK,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IACtC,4BAA4B;IAC5B,CAAC,CAAC,EAAE,WAAW,CAAC;IAChB,2CAA2C;IAC3C,CAAC,CAAC,EAAE,WAAW,CAAC;IAChB,4EAA4E;IAC5E,EAAE,CAAC,EAAE,WAAW,CAAC;IACjB,iDAAiD;IACjD,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,sCAAsC;IACtC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,8BAA8B;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,wEAAwE;IACxE,WAAW,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IAChC;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,kBAAkB,CAAC,aAAa,CAAC,CAAC;IAC1C,8EAA8E;IAC9E,WAAW,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAC1C;AAmBD,iBAAS,eAAe,CAAC,MAAM,EAAE,UAAU,GAAG,UAAU,EAAE,EAAE,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,CAAC,eAAe,CAAC,CAoD7G;AAED,wEAAwE;AACxE,MAAM,WAAW,uBAAuB;IACpC,+DAA+D;IAC/D,CAAC,EAAE,MAAM,CAAC;IACV,sDAAsD;IACtD,KAAK,EAAE,MAAM,CAAC;IACd,mDAAmD;IACnD,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CAC9C;AAED;;;;;;;;;GASG;AACH,iBAAS,iBAAiB,CACtB,KAAK,EAAE,kBAAkB,CAAC,aAAa,CAAC,EACxC,OAAO,EAAE,uBAAuB,GACjC,WAAW,CASb;AA4BD,uEAAuE;AACvE,eAAO,MAAM,KAAK;IACd,iEAAiE;;IAEjE,sDAAsD;oBAC/C,GAAG,SAAS,QAAQ,QAAQ,SAAS,CAAC,GAAG,CAAC,YAAY,YAAY,CAAC,GAAG,CAAC,UAAU,SAAS,KAAG,WAAW;IAC/G,qDAAqD;mBAC/C,GAAG,SAAS,QAAQ,QAAQ,SAAS,CAAC,GAAG,CAAC,YAAY,YAAY,CAAC,GAAG,CAAC,UAAU,SAAS,KAAG,WAAW;IAC9G,sDAAsD;oBAC/C,GAAG,SAAS,QAAQ,QAAQ,SAAS,CAAC,GAAG,CAAC,YAAY,YAAY,CAAC,GAAG,CAAC,UAAU,SAAS,KAAG,WAAW;IAC/G,+EAA+E;uBACrE,GAAG,SAAS,QAAQ,QAAQ,SAAS,CAAC,GAAG,CAAC,YAAY,eAAe,CAAC,GAAG,CAAC,UAAU,YAAY,KAAG,WAAW;IACxH,kEAAkE;oBAC3D,GAAG,SAAS,QAAQ,QAAQ,SAAS,CAAC,GAAG,CAAC,YAAY,YAAY,CAAC,GAAG,CAAC,UAAU,SAAS,KAAG,SAAS;IAC7G,kHAAkH;;IAElH,uCAAuC;;IAEvC,uCAAuC;;IAEvC,sCAAsC;;IAEtC,iCAAiC;;QA3CjC,oCAAoC;+BACxB,QAAQ,CAAC,mBAAmB,CAAC;QACzC,gCAAgC;mCACd;YAAE,IAAI,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;YAAC,OAAO,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAA;SAAE,KAAG,QAAQ,CAAC,mBAAmB,CAAC;QAEtI,kCAAkC;gCACrB,QAAQ,CAAC,mBAAmB,CAAC;QAC1C,uDAAuD;gCAC1C,QAAQ,CAAC,mBAAmB,CAAC;QAC1C,+DAA+D;iCAC/C,kBAAkB,CAAC,UAAU,CAAC,KAAG,QAAQ,CAAC,mBAAmB,CAAC;QAC9E,2CAA2C;iCAC3B,kBAAkB,CAAC,UAAU,CAAC,KAAG,QAAQ,CAAC,mBAAmB,CAAC;QAC9E,+CAA+C;qCAC3B,kBAAkB,CAAC,UAAU,CAAC,KAAG,QAAQ,CAAC,mBAAmB,CAAC;;IA+BlF;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEG,CAAC"}
|