@elaraai/east-ui 1.0.4 → 1.0.5
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/README.md +3 -2
- package/dist/src/buttons/button/index.d.ts +20 -20
- package/dist/src/buttons/button/index.d.ts.map +1 -1
- package/dist/src/buttons/button/index.js +25 -21
- package/dist/src/buttons/button/index.js.map +1 -1
- package/dist/src/buttons/button-group/index.d.ts.map +1 -1
- package/dist/src/buttons/button-group/index.js +3 -1
- package/dist/src/buttons/button-group/index.js.map +1 -1
- package/dist/src/buttons/button-group/types.d.ts +3 -7
- package/dist/src/buttons/button-group/types.d.ts.map +1 -1
- package/dist/src/buttons/close-button/index.d.ts +2 -5
- package/dist/src/buttons/close-button/index.d.ts.map +1 -1
- package/dist/src/buttons/close-button/index.js +10 -9
- package/dist/src/buttons/close-button/index.js.map +1 -1
- package/dist/src/buttons/close-button/types.d.ts +1 -3
- package/dist/src/buttons/close-button/types.d.ts.map +1 -1
- package/dist/src/buttons/copy-button/index.d.ts +3 -7
- package/dist/src/buttons/copy-button/index.d.ts.map +1 -1
- package/dist/src/buttons/copy-button/index.js +11 -11
- package/dist/src/buttons/copy-button/index.js.map +1 -1
- package/dist/src/buttons/copy-button/types.d.ts +1 -3
- package/dist/src/buttons/copy-button/types.d.ts.map +1 -1
- package/dist/src/buttons/icon-button/index.d.ts +23 -29
- package/dist/src/buttons/icon-button/index.d.ts.map +1 -1
- package/dist/src/buttons/icon-button/index.js +31 -33
- package/dist/src/buttons/icon-button/index.js.map +1 -1
- package/dist/src/buttons/icon-button/types.d.ts +16 -7
- package/dist/src/buttons/icon-button/types.d.ts.map +1 -1
- package/dist/src/buttons/icon-button/types.js.map +1 -1
- package/dist/src/buttons/toggle/index.d.ts +13 -14
- package/dist/src/buttons/toggle/index.d.ts.map +1 -1
- package/dist/src/buttons/toggle/index.js +22 -20
- package/dist/src/buttons/toggle/index.js.map +1 -1
- package/dist/src/buttons/toggle/types.d.ts +3 -3
- package/dist/src/buttons/toggle/types.d.ts.map +1 -1
- package/dist/src/charts/chart/index.d.ts +1615 -0
- package/dist/src/charts/chart/index.d.ts.map +1 -0
- package/dist/src/charts/chart/index.js +354 -0
- package/dist/src/charts/chart/index.js.map +1 -0
- package/dist/src/charts/index.d.ts +7 -6724
- package/dist/src/charts/index.d.ts.map +1 -1
- package/dist/src/charts/index.js +7 -1035
- package/dist/src/charts/index.js.map +1 -1
- package/dist/src/charts/spec/index.d.ts +2568 -146
- package/dist/src/charts/spec/index.d.ts.map +1 -1
- package/dist/src/charts/spec/index.js +762 -59
- package/dist/src/charts/spec/index.js.map +1 -1
- package/dist/src/charts/spec/types.d.ts +494 -17
- package/dist/src/charts/spec/types.d.ts.map +1 -1
- package/dist/src/charts/spec/types.js +298 -8
- package/dist/src/charts/spec/types.js.map +1 -1
- package/dist/src/collections/blend/index.d.ts +525 -0
- package/dist/src/collections/blend/index.d.ts.map +1 -0
- package/dist/src/collections/blend/index.js +283 -0
- package/dist/src/collections/blend/index.js.map +1 -0
- package/dist/src/collections/blend/types.d.ts +373 -0
- package/dist/src/collections/blend/types.d.ts.map +1 -0
- package/dist/src/collections/blend/types.js +168 -0
- package/dist/src/collections/blend/types.js.map +1 -0
- package/dist/src/collections/calendar/index.d.ts +211 -0
- package/dist/src/collections/calendar/index.d.ts.map +1 -0
- package/dist/src/collections/calendar/index.js +153 -0
- package/dist/src/collections/calendar/index.js.map +1 -0
- package/dist/src/collections/calendar/types.d.ts +116 -0
- package/dist/src/collections/calendar/types.d.ts.map +1 -0
- package/dist/src/collections/calendar/types.js +81 -0
- package/dist/src/collections/calendar/types.js.map +1 -0
- package/dist/src/collections/data-list/index.d.ts +2 -31666
- package/dist/src/collections/data-list/index.d.ts.map +1 -1
- package/dist/src/collections/gantt/index.d.ts +34 -93
- package/dist/src/collections/gantt/index.d.ts.map +1 -1
- package/dist/src/collections/gantt/index.js +120 -121
- package/dist/src/collections/gantt/index.js.map +1 -1
- package/dist/src/collections/gantt/types.d.ts +149 -58
- package/dist/src/collections/gantt/types.d.ts.map +1 -1
- package/dist/src/collections/gantt/types.js +92 -20
- package/dist/src/collections/gantt/types.js.map +1 -1
- package/dist/src/collections/index.d.ts +5 -0
- package/dist/src/collections/index.d.ts.map +1 -1
- package/dist/src/collections/index.js +5 -0
- package/dist/src/collections/index.js.map +1 -1
- package/dist/src/collections/library/index.d.ts +436 -0
- package/dist/src/collections/library/index.d.ts.map +1 -0
- package/dist/src/collections/library/index.js +284 -0
- package/dist/src/collections/library/index.js.map +1 -0
- package/dist/src/collections/library/types.d.ts +329 -0
- package/dist/src/collections/library/types.d.ts.map +1 -0
- package/dist/src/collections/library/types.js +204 -0
- package/dist/src/collections/library/types.js.map +1 -0
- package/dist/src/collections/matrix/index.d.ts +244 -31884
- package/dist/src/collections/matrix/index.d.ts.map +1 -1
- package/dist/src/collections/matrix/index.js +573 -327
- package/dist/src/collections/matrix/index.js.map +1 -1
- package/dist/src/collections/matrix/types.d.ts +206 -195
- package/dist/src/collections/matrix/types.d.ts.map +1 -1
- package/dist/src/collections/matrix/types.js +113 -135
- package/dist/src/collections/matrix/types.js.map +1 -1
- package/dist/src/collections/pagination/index.d.ts +8 -35
- package/dist/src/collections/pagination/index.d.ts.map +1 -1
- package/dist/src/collections/pagination/index.js +12 -42
- package/dist/src/collections/pagination/index.js.map +1 -1
- package/dist/src/collections/pagination/types.d.ts +34 -1
- package/dist/src/collections/pagination/types.d.ts.map +1 -1
- package/dist/src/collections/pagination/types.js +27 -1
- package/dist/src/collections/pagination/types.js.map +1 -1
- package/dist/src/collections/planner/index.d.ts +428 -257
- package/dist/src/collections/planner/index.d.ts.map +1 -1
- package/dist/src/collections/planner/index.js +557 -717
- package/dist/src/collections/planner/index.js.map +1 -1
- package/dist/src/collections/planner/types.d.ts +346 -339
- package/dist/src/collections/planner/types.d.ts.map +1 -1
- package/dist/src/collections/planner/types.js +238 -185
- package/dist/src/collections/planner/types.js.map +1 -1
- package/dist/src/collections/roster/index.d.ts +396 -0
- package/dist/src/collections/roster/index.d.ts.map +1 -0
- package/dist/src/collections/roster/index.js +227 -0
- package/dist/src/collections/roster/index.js.map +1 -0
- package/dist/src/collections/roster/types.d.ts +240 -0
- package/dist/src/collections/roster/types.d.ts.map +1 -0
- package/dist/src/collections/roster/types.js +113 -0
- package/dist/src/collections/roster/types.js.map +1 -0
- package/dist/src/collections/schematic/index.d.ts +681 -0
- package/dist/src/collections/schematic/index.d.ts.map +1 -0
- package/dist/src/collections/schematic/index.js +365 -0
- package/dist/src/collections/schematic/index.js.map +1 -0
- package/dist/src/collections/schematic/types.d.ts +590 -0
- package/dist/src/collections/schematic/types.d.ts.map +1 -0
- package/dist/src/collections/schematic/types.js +247 -0
- package/dist/src/collections/schematic/types.js.map +1 -0
- package/dist/src/collections/table/index.d.ts +18 -31669
- package/dist/src/collections/table/index.d.ts.map +1 -1
- package/dist/src/collections/table/index.js +13 -0
- package/dist/src/collections/table/index.js.map +1 -1
- package/dist/src/component.d.ts +3959 -22701
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/component.js +85 -130
- package/dist/src/component.js.map +1 -1
- package/dist/src/container/card/index.d.ts +48 -35
- package/dist/src/container/card/index.d.ts.map +1 -1
- package/dist/src/container/card/index.js +49 -61
- package/dist/src/container/card/index.js.map +1 -1
- package/dist/src/contracts/drag.d.ts +223 -0
- package/dist/src/contracts/drag.d.ts.map +1 -0
- package/dist/src/contracts/drag.js +138 -0
- package/dist/src/contracts/drag.js.map +1 -0
- package/dist/src/contracts/index.d.ts +1 -0
- package/dist/src/contracts/index.d.ts.map +1 -1
- package/dist/src/contracts/index.js +1 -0
- package/dist/src/contracts/index.js.map +1 -1
- package/dist/src/contracts/slice-affordances.d.ts +9 -4
- package/dist/src/contracts/slice-affordances.d.ts.map +1 -1
- package/dist/src/contracts/slice-affordances.js +8 -3
- package/dist/src/contracts/slice-affordances.js.map +1 -1
- package/dist/src/disclosure/accordion/index.d.ts +8 -8
- package/dist/src/disclosure/accordion/index.d.ts.map +1 -1
- package/dist/src/disclosure/accordion/index.js +16 -14
- package/dist/src/disclosure/accordion/index.js.map +1 -1
- package/dist/src/disclosure/accordion/types.d.ts +10 -6
- package/dist/src/disclosure/accordion/types.d.ts.map +1 -1
- package/dist/src/disclosure/carousel/index.d.ts.map +1 -1
- package/dist/src/disclosure/carousel/index.js +16 -12
- package/dist/src/disclosure/carousel/index.js.map +1 -1
- package/dist/src/disclosure/carousel/types.d.ts +1 -3
- package/dist/src/disclosure/carousel/types.d.ts.map +1 -1
- package/dist/src/disclosure/collapsible/index.d.ts +27 -11
- package/dist/src/disclosure/collapsible/index.d.ts.map +1 -1
- package/dist/src/disclosure/collapsible/index.js +15 -16
- package/dist/src/disclosure/collapsible/index.js.map +1 -1
- package/dist/src/disclosure/collapsible/types.d.ts +1 -16
- package/dist/src/disclosure/collapsible/types.d.ts.map +1 -1
- package/dist/src/disclosure/collapsible/types.js +1 -1
- package/dist/src/disclosure/collapsible/types.js.map +1 -1
- package/dist/src/disclosure/option-list/index.d.ts +6 -4
- package/dist/src/disclosure/option-list/index.d.ts.map +1 -1
- package/dist/src/disclosure/option-list/index.js +5 -3
- package/dist/src/disclosure/option-list/index.js.map +1 -1
- package/dist/src/disclosure/segment-group/index.d.ts +27 -19
- package/dist/src/disclosure/segment-group/index.d.ts.map +1 -1
- package/dist/src/disclosure/segment-group/index.js +16 -17
- package/dist/src/disclosure/segment-group/index.js.map +1 -1
- package/dist/src/disclosure/show-more/index.js +3 -3
- package/dist/src/disclosure/show-more/index.js.map +1 -1
- package/dist/src/disclosure/show-more/types.d.ts +1 -3
- package/dist/src/disclosure/show-more/types.d.ts.map +1 -1
- package/dist/src/disclosure/tabs/index.d.ts +9 -10
- package/dist/src/disclosure/tabs/index.d.ts.map +1 -1
- package/dist/src/disclosure/tabs/index.js +15 -14
- package/dist/src/disclosure/tabs/index.js.map +1 -1
- package/dist/src/disclosure/tabs/types.d.ts +4 -6
- package/dist/src/disclosure/tabs/types.d.ts.map +1 -1
- package/dist/src/display/avatar/index.d.ts +6 -0
- package/dist/src/display/avatar/index.d.ts.map +1 -1
- package/dist/src/display/avatar/index.js +8 -1
- package/dist/src/display/avatar/index.js.map +1 -1
- package/dist/src/display/avatar/types.d.ts +15 -2
- package/dist/src/display/avatar/types.d.ts.map +1 -1
- package/dist/src/display/avatar/types.js +3 -1
- package/dist/src/display/avatar/types.js.map +1 -1
- package/dist/src/display/avatar-group/index.d.ts.map +1 -1
- package/dist/src/display/avatar-group/index.js +14 -1
- package/dist/src/display/avatar-group/index.js.map +1 -1
- package/dist/src/display/avatar-group/types.d.ts +21 -2
- package/dist/src/display/avatar-group/types.d.ts.map +1 -1
- package/dist/src/display/avatar-group/types.js +3 -1
- package/dist/src/display/avatar-group/types.js.map +1 -1
- package/dist/src/display/badge/index.d.ts +6 -0
- package/dist/src/display/badge/index.d.ts.map +1 -1
- package/dist/src/display/badge/index.js +8 -1
- package/dist/src/display/badge/index.js.map +1 -1
- package/dist/src/display/badge/types.d.ts +15 -2
- package/dist/src/display/badge/types.d.ts.map +1 -1
- package/dist/src/display/badge/types.js +3 -1
- package/dist/src/display/badge/types.js.map +1 -1
- package/dist/src/display/bar-strip/index.d.ts +3 -1
- package/dist/src/display/bar-strip/index.d.ts.map +1 -1
- package/dist/src/display/bar-strip/index.js +10 -1
- package/dist/src/display/bar-strip/index.js.map +1 -1
- package/dist/src/display/bar-strip/types.d.ts +10 -2
- package/dist/src/display/bar-strip/types.d.ts.map +1 -1
- package/dist/src/display/bar-strip/types.js +1 -1
- package/dist/src/display/bar-strip/types.js.map +1 -1
- package/dist/src/display/chip-rail/index.d.ts +109 -0
- package/dist/src/display/chip-rail/index.d.ts.map +1 -0
- package/dist/src/{layout → display}/chip-rail/index.js +19 -17
- package/dist/src/display/chip-rail/index.js.map +1 -0
- package/dist/src/{layout → display}/chip-rail/types.d.ts +10 -4
- package/dist/src/display/chip-rail/types.d.ts.map +1 -0
- package/dist/src/{layout → display}/chip-rail/types.js +1 -1
- package/dist/src/display/chip-rail/types.js.map +1 -0
- package/dist/src/display/editable-chip/index.d.ts +3 -0
- package/dist/src/display/editable-chip/index.d.ts.map +1 -1
- package/dist/src/display/editable-chip/index.js +10 -1
- package/dist/src/display/editable-chip/index.js.map +1 -1
- package/dist/src/display/editable-chip/types.d.ts +10 -2
- package/dist/src/display/editable-chip/types.d.ts.map +1 -1
- package/dist/src/display/editable-chip/types.js +1 -1
- package/dist/src/display/editable-chip/types.js.map +1 -1
- package/dist/src/display/icon/index.d.ts +5 -8
- package/dist/src/display/icon/index.d.ts.map +1 -1
- package/dist/src/display/icon/index.js +8 -9
- package/dist/src/display/icon/index.js.map +1 -1
- package/dist/src/display/icon/types.d.ts +5 -0
- package/dist/src/display/icon/types.d.ts.map +1 -1
- package/dist/src/display/icon/types.js.map +1 -1
- package/dist/src/display/index.d.ts +2 -0
- package/dist/src/display/index.d.ts.map +1 -1
- package/dist/src/display/index.js +2 -0
- package/dist/src/display/index.js.map +1 -1
- package/dist/src/display/kbd/index.d.ts.map +1 -1
- package/dist/src/display/kbd/index.js +8 -1
- package/dist/src/display/kbd/index.js.map +1 -1
- package/dist/src/display/kbd/types.d.ts +16 -2
- package/dist/src/display/kbd/types.d.ts.map +1 -1
- package/dist/src/display/kbd/types.js +3 -1
- package/dist/src/display/kbd/types.js.map +1 -1
- package/dist/src/display/meter/index.d.ts +3 -0
- package/dist/src/display/meter/index.d.ts.map +1 -1
- package/dist/src/display/meter/index.js +10 -0
- package/dist/src/display/meter/index.js.map +1 -1
- package/dist/src/display/meter/types.d.ts +10 -0
- package/dist/src/display/meter/types.d.ts.map +1 -1
- package/dist/src/display/meter/types.js +1 -0
- package/dist/src/display/meter/types.js.map +1 -1
- package/dist/src/display/metric-chip/index.d.ts +12 -8
- package/dist/src/display/metric-chip/index.d.ts.map +1 -1
- package/dist/src/display/metric-chip/index.js +27 -18
- package/dist/src/display/metric-chip/index.js.map +1 -1
- package/dist/src/display/metric-chip/types.d.ts +16 -5
- package/dist/src/display/metric-chip/types.d.ts.map +1 -1
- package/dist/src/display/metric-chip/types.js +1 -1
- package/dist/src/display/metric-chip/types.js.map +1 -1
- package/dist/src/display/segmented-meter/index.d.ts +3 -0
- package/dist/src/display/segmented-meter/index.d.ts.map +1 -1
- package/dist/src/display/segmented-meter/index.js +10 -0
- package/dist/src/display/segmented-meter/index.js.map +1 -1
- package/dist/src/display/segmented-meter/types.d.ts +10 -0
- package/dist/src/display/segmented-meter/types.d.ts.map +1 -1
- package/dist/src/display/segmented-meter/types.js +1 -0
- package/dist/src/display/segmented-meter/types.js.map +1 -1
- package/dist/src/display/stat/index.d.ts +13 -11
- package/dist/src/display/stat/index.d.ts.map +1 -1
- package/dist/src/display/stat/index.js +34 -23
- package/dist/src/display/stat/index.js.map +1 -1
- package/dist/src/display/stat/types.d.ts +23 -5
- package/dist/src/display/stat/types.d.ts.map +1 -1
- package/dist/src/display/stat/types.js +7 -7
- package/dist/src/display/stat/types.js.map +1 -1
- package/dist/src/display/tag/index.d.ts +5 -0
- package/dist/src/display/tag/index.d.ts.map +1 -1
- package/dist/src/display/tag/index.js +7 -1
- package/dist/src/display/tag/index.js.map +1 -1
- package/dist/src/display/tag/types.d.ts +15 -2
- package/dist/src/display/tag/types.d.ts.map +1 -1
- package/dist/src/display/tag/types.js +3 -1
- package/dist/src/display/tag/types.js.map +1 -1
- package/dist/src/display/trace/index.d.ts +104 -0
- package/dist/src/display/trace/index.d.ts.map +1 -0
- package/dist/src/display/trace/index.js +106 -0
- package/dist/src/display/trace/index.js.map +1 -0
- package/dist/src/display/trace/types.d.ts +140 -0
- package/dist/src/display/trace/types.d.ts.map +1 -0
- package/dist/src/display/trace/types.js +75 -0
- package/dist/src/display/trace/types.js.map +1 -0
- package/dist/src/feedback/banner/index.d.ts +25 -13
- package/dist/src/feedback/banner/index.d.ts.map +1 -1
- package/dist/src/feedback/banner/index.js +26 -22
- package/dist/src/feedback/banner/index.js.map +1 -1
- package/dist/src/feedback/empty-state/index.d.ts +20 -12
- package/dist/src/feedback/empty-state/index.d.ts.map +1 -1
- package/dist/src/feedback/empty-state/index.js +26 -22
- package/dist/src/feedback/empty-state/index.js.map +1 -1
- package/dist/src/feedback/progress/index.d.ts +13 -10
- package/dist/src/feedback/progress/index.d.ts.map +1 -1
- package/dist/src/feedback/progress/index.js +15 -15
- package/dist/src/feedback/progress/index.js.map +1 -1
- package/dist/src/feedback/skeleton/index.d.ts +16 -11
- package/dist/src/feedback/skeleton/index.d.ts.map +1 -1
- package/dist/src/feedback/skeleton/index.js +12 -10
- package/dist/src/feedback/skeleton/index.js.map +1 -1
- package/dist/src/feedback/status/index.d.ts +16 -11
- package/dist/src/feedback/status/index.d.ts.map +1 -1
- package/dist/src/feedback/status/index.js +23 -21
- package/dist/src/feedback/status/index.js.map +1 -1
- package/dist/src/format/index.d.ts +1 -1
- package/dist/src/format/index.d.ts.map +1 -1
- package/dist/src/format/index.js +1 -1
- package/dist/src/format/index.js.map +1 -1
- package/dist/src/format/types.d.ts +736 -0
- package/dist/src/format/types.d.ts.map +1 -0
- package/dist/src/format/types.js +473 -0
- package/dist/src/format/types.js.map +1 -0
- package/dist/src/forms/combobox/index.d.ts +9 -13
- package/dist/src/forms/combobox/index.d.ts.map +1 -1
- package/dist/src/forms/combobox/index.js +9 -12
- package/dist/src/forms/combobox/index.js.map +1 -1
- package/dist/src/forms/combobox/types.d.ts +13 -0
- package/dist/src/forms/combobox/types.d.ts.map +1 -1
- package/dist/src/forms/date-range-input/index.d.ts +6 -7
- package/dist/src/forms/date-range-input/index.d.ts.map +1 -1
- package/dist/src/forms/date-range-input/index.js +34 -34
- package/dist/src/forms/date-range-input/index.js.map +1 -1
- package/dist/src/forms/date-range-input/types.d.ts +4 -0
- package/dist/src/forms/date-range-input/types.d.ts.map +1 -1
- package/dist/src/forms/date-range-input/types.js.map +1 -1
- package/dist/src/forms/field/index.d.ts +8 -0
- package/dist/src/forms/field/index.d.ts.map +1 -1
- package/dist/src/forms/field/types.d.ts +16 -0
- package/dist/src/forms/field/types.d.ts.map +1 -1
- package/dist/src/forms/file-upload/index.d.ts +5 -1
- package/dist/src/forms/file-upload/index.d.ts.map +1 -1
- package/dist/src/forms/file-upload/index.js +9 -2
- package/dist/src/forms/file-upload/index.js.map +1 -1
- package/dist/src/forms/file-upload/types.d.ts +34 -0
- package/dist/src/forms/file-upload/types.d.ts.map +1 -1
- package/dist/src/forms/file-upload/types.js +22 -0
- package/dist/src/forms/file-upload/types.js.map +1 -1
- package/dist/src/forms/index.d.ts +0 -1
- package/dist/src/forms/index.d.ts.map +1 -1
- package/dist/src/forms/index.js +0 -1
- package/dist/src/forms/index.js.map +1 -1
- package/dist/src/forms/input/index.d.ts +5 -0
- package/dist/src/forms/input/index.d.ts.map +1 -1
- package/dist/src/forms/input/index.js +3 -1
- package/dist/src/forms/input/index.js.map +1 -1
- package/dist/src/forms/input/types.d.ts +8 -0
- package/dist/src/forms/input/types.d.ts.map +1 -1
- package/dist/src/forms/input/types.js +2 -0
- package/dist/src/forms/input/types.js.map +1 -1
- package/dist/src/forms/radio-card-group/index.d.ts +12 -12
- package/dist/src/forms/radio-card-group/index.d.ts.map +1 -1
- package/dist/src/forms/radio-card-group/index.js +39 -38
- package/dist/src/forms/radio-card-group/index.js.map +1 -1
- package/dist/src/forms/radio-card-group/types.d.ts +4 -0
- package/dist/src/forms/radio-card-group/types.d.ts.map +1 -1
- package/dist/src/forms/radio-card-group/types.js.map +1 -1
- package/dist/src/forms/radio-group/index.d.ts +12 -12
- package/dist/src/forms/radio-group/index.d.ts.map +1 -1
- package/dist/src/forms/radio-group/index.js +42 -39
- package/dist/src/forms/radio-group/index.js.map +1 -1
- package/dist/src/forms/radio-group/types.d.ts +10 -1
- package/dist/src/forms/radio-group/types.d.ts.map +1 -1
- package/dist/src/forms/radio-group/types.js.map +1 -1
- package/dist/src/forms/select/index.d.ts +9 -13
- package/dist/src/forms/select/index.d.ts.map +1 -1
- package/dist/src/forms/select/index.js +9 -12
- package/dist/src/forms/select/index.js.map +1 -1
- package/dist/src/forms/select/types.d.ts +13 -0
- package/dist/src/forms/select/types.d.ts.map +1 -1
- package/dist/src/forms/time-range-input/index.d.ts +6 -7
- package/dist/src/forms/time-range-input/index.d.ts.map +1 -1
- package/dist/src/forms/time-range-input/index.js +31 -31
- package/dist/src/forms/time-range-input/index.js.map +1 -1
- package/dist/src/forms/time-range-input/types.d.ts +4 -0
- package/dist/src/forms/time-range-input/types.d.ts.map +1 -1
- package/dist/src/forms/time-range-input/types.js.map +1 -1
- package/dist/src/index.d.ts +41 -25
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +38 -24
- package/dist/src/index.js.map +1 -1
- package/dist/src/internal.d.ts +40 -22
- package/dist/src/internal.d.ts.map +1 -1
- package/dist/src/internal.js +44 -34
- package/dist/src/internal.js.map +1 -1
- package/dist/src/layout/box/index.d.ts +4 -0
- package/dist/src/layout/box/index.d.ts.map +1 -1
- package/dist/src/layout/box/index.js +9 -1
- package/dist/src/layout/box/index.js.map +1 -1
- package/dist/src/layout/box/types.d.ts +10 -2
- package/dist/src/layout/box/types.d.ts.map +1 -1
- package/dist/src/layout/box/types.js +1 -1
- package/dist/src/layout/box/types.js.map +1 -1
- package/dist/src/layout/flex/index.d.ts +4 -0
- package/dist/src/layout/flex/index.d.ts.map +1 -1
- package/dist/src/layout/flex/index.js +9 -1
- package/dist/src/layout/flex/index.js.map +1 -1
- package/dist/src/layout/flex/types.d.ts +10 -2
- package/dist/src/layout/flex/types.d.ts.map +1 -1
- package/dist/src/layout/flex/types.js +1 -1
- package/dist/src/layout/flex/types.js.map +1 -1
- package/dist/src/layout/grid/index.d.ts +3 -0
- package/dist/src/layout/grid/index.d.ts.map +1 -1
- package/dist/src/layout/grid/index.js +8 -1
- package/dist/src/layout/grid/index.js.map +1 -1
- package/dist/src/layout/grid/types.d.ts +10 -2
- package/dist/src/layout/grid/types.d.ts.map +1 -1
- package/dist/src/layout/grid/types.js +1 -1
- package/dist/src/layout/grid/types.js.map +1 -1
- package/dist/src/layout/index.d.ts +0 -1
- package/dist/src/layout/index.d.ts.map +1 -1
- package/dist/src/layout/index.js +0 -1
- package/dist/src/layout/index.js.map +1 -1
- package/dist/src/layout/scroll-area/index.d.ts +2 -31666
- package/dist/src/layout/scroll-area/index.d.ts.map +1 -1
- package/dist/src/layout/scroll-area/index.js +11 -11
- package/dist/src/layout/scroll-area/index.js.map +1 -1
- package/dist/src/layout/scroll-area/types.d.ts +1 -3
- package/dist/src/layout/scroll-area/types.d.ts.map +1 -1
- package/dist/src/layout/separator/index.d.ts +2 -31666
- package/dist/src/layout/separator/index.d.ts.map +1 -1
- package/dist/src/layout/splitter/index.d.ts +32 -18
- package/dist/src/layout/splitter/index.d.ts.map +1 -1
- package/dist/src/layout/splitter/index.js +33 -47
- package/dist/src/layout/splitter/index.js.map +1 -1
- package/dist/src/layout/stack/index.d.ts +4 -0
- package/dist/src/layout/stack/index.d.ts.map +1 -1
- package/dist/src/layout/stack/index.js +9 -1
- package/dist/src/layout/stack/index.js.map +1 -1
- package/dist/src/layout/stack/types.d.ts +10 -2
- package/dist/src/layout/stack/types.d.ts.map +1 -1
- package/dist/src/layout/stack/types.js +1 -1
- package/dist/src/layout/stack/types.js.map +1 -1
- package/dist/src/layout/sticky/index.d.ts +2 -31666
- package/dist/src/layout/sticky/index.d.ts.map +1 -1
- package/dist/src/layout/sticky/index.js +4 -4
- package/dist/src/layout/sticky/index.js.map +1 -1
- package/dist/src/layout/sticky/types.d.ts +1 -3
- package/dist/src/layout/sticky/types.d.ts.map +1 -1
- package/dist/src/overlays/dialog/index.d.ts +18 -16
- package/dist/src/overlays/dialog/index.d.ts.map +1 -1
- package/dist/src/overlays/dialog/index.js +31 -60
- package/dist/src/overlays/dialog/index.js.map +1 -1
- package/dist/src/overlays/drawer/index.d.ts +26 -16
- package/dist/src/overlays/drawer/index.d.ts.map +1 -1
- package/dist/src/overlays/drawer/index.js +28 -52
- package/dist/src/overlays/drawer/index.js.map +1 -1
- package/dist/src/overlays/drawer/types.d.ts +3 -0
- package/dist/src/overlays/drawer/types.d.ts.map +1 -1
- package/dist/src/overlays/hover-card/index.d.ts +33 -27
- package/dist/src/overlays/hover-card/index.d.ts.map +1 -1
- package/dist/src/overlays/hover-card/index.js +33 -61
- package/dist/src/overlays/hover-card/index.js.map +1 -1
- package/dist/src/overlays/menu/index.d.ts +114 -42
- package/dist/src/overlays/menu/index.d.ts.map +1 -1
- package/dist/src/overlays/menu/index.js +101 -60
- package/dist/src/overlays/menu/index.js.map +1 -1
- package/dist/src/overlays/menu/types.d.ts +37 -3
- package/dist/src/overlays/menu/types.d.ts.map +1 -1
- package/dist/src/overlays/menu/types.js +18 -4
- package/dist/src/overlays/menu/types.js.map +1 -1
- package/dist/src/overlays/popover/index.d.ts +16 -16
- package/dist/src/overlays/popover/index.d.ts.map +1 -1
- package/dist/src/overlays/popover/index.js +22 -52
- package/dist/src/overlays/popover/index.js.map +1 -1
- package/dist/src/overlays/toggle-tip/index.d.ts +14 -14
- package/dist/src/overlays/toggle-tip/index.d.ts.map +1 -1
- package/dist/src/overlays/toggle-tip/index.js +18 -47
- package/dist/src/overlays/toggle-tip/index.js.map +1 -1
- package/dist/src/overlays/tooltip/index.d.ts +20 -15
- package/dist/src/overlays/tooltip/index.d.ts.map +1 -1
- package/dist/src/overlays/tooltip/index.js +19 -28
- package/dist/src/overlays/tooltip/index.js.map +1 -1
- package/dist/src/platform/hotkey/index.d.ts +3 -30
- package/dist/src/platform/hotkey/index.d.ts.map +1 -1
- package/dist/src/platform/hotkey/index.js +3 -28
- package/dist/src/platform/hotkey/index.js.map +1 -1
- package/dist/src/platform/hotkey/types.d.ts +37 -0
- package/dist/src/platform/hotkey/types.d.ts.map +1 -0
- package/dist/src/platform/hotkey/types.js +36 -0
- package/dist/src/platform/hotkey/types.js.map +1 -0
- package/dist/src/platform/slice/impl.d.ts +3 -2
- package/dist/src/platform/slice/impl.d.ts.map +1 -1
- package/dist/src/platform/slice/impl.js +23 -6
- package/dist/src/platform/slice/impl.js.map +1 -1
- package/dist/src/platform/slice/index.d.ts +1390 -135
- package/dist/src/platform/slice/index.d.ts.map +1 -1
- package/dist/src/platform/slice/index.js +52 -9
- package/dist/src/platform/slice/index.js.map +1 -1
- package/dist/src/runtime/buttons/button-group.d.ts +41 -0
- package/dist/src/runtime/buttons/button-group.d.ts.map +1 -0
- package/dist/src/runtime/buttons/button-group.js +36 -0
- package/dist/src/runtime/buttons/button-group.js.map +1 -0
- package/dist/src/runtime/buttons/button.d.ts +36 -0
- package/dist/src/runtime/buttons/button.d.ts.map +1 -0
- package/dist/src/runtime/buttons/button.js +32 -0
- package/dist/src/runtime/buttons/button.js.map +1 -0
- package/dist/src/runtime/buttons/close-button.d.ts +36 -0
- package/dist/src/runtime/buttons/close-button.d.ts.map +1 -0
- package/dist/src/runtime/buttons/close-button.js +34 -0
- package/dist/src/runtime/buttons/close-button.js.map +1 -0
- package/dist/src/runtime/buttons/copy-button.d.ts +37 -0
- package/dist/src/runtime/buttons/copy-button.d.ts.map +1 -0
- package/dist/src/runtime/buttons/copy-button.js +33 -0
- package/dist/src/runtime/buttons/copy-button.js.map +1 -0
- package/dist/src/runtime/buttons/icon-button.d.ts +40 -0
- package/dist/src/runtime/buttons/icon-button.d.ts.map +1 -0
- package/dist/src/runtime/buttons/icon-button.js +38 -0
- package/dist/src/runtime/buttons/icon-button.js.map +1 -0
- package/dist/src/runtime/buttons/index.d.ts +12 -0
- package/dist/src/runtime/buttons/index.d.ts.map +1 -0
- package/dist/src/runtime/buttons/index.js +12 -0
- package/dist/src/runtime/buttons/index.js.map +1 -0
- package/dist/src/runtime/buttons/toggle.d.ts +45 -0
- package/dist/src/runtime/buttons/toggle.d.ts.map +1 -0
- package/dist/src/runtime/buttons/toggle.js +41 -0
- package/dist/src/runtime/buttons/toggle.js.map +1 -0
- package/dist/src/runtime/charts/chart.d.ts +69 -0
- package/dist/src/runtime/charts/chart.d.ts.map +1 -0
- package/dist/src/runtime/charts/chart.js +66 -0
- package/dist/src/runtime/charts/chart.js.map +1 -0
- package/dist/src/runtime/charts/index.d.ts +8 -0
- package/dist/src/runtime/charts/index.d.ts.map +1 -0
- package/dist/src/runtime/charts/index.js +8 -0
- package/dist/src/runtime/charts/index.js.map +1 -0
- package/dist/src/runtime/charts/sparkline.d.ts +42 -0
- package/dist/src/runtime/charts/sparkline.d.ts.map +1 -0
- package/dist/src/runtime/charts/sparkline.js +40 -0
- package/dist/src/runtime/charts/sparkline.js.map +1 -0
- package/dist/src/runtime/children.d.ts +46 -0
- package/dist/src/runtime/children.d.ts.map +1 -0
- package/dist/src/runtime/children.js +73 -0
- package/dist/src/runtime/children.js.map +1 -0
- package/dist/src/runtime/collections/blend.d.ts +58 -0
- package/dist/src/runtime/collections/blend.d.ts.map +1 -0
- package/dist/src/runtime/collections/blend.js +58 -0
- package/dist/src/runtime/collections/blend.js.map +1 -0
- package/dist/src/runtime/collections/calendar.d.ts +49 -0
- package/dist/src/runtime/collections/calendar.d.ts.map +1 -0
- package/dist/src/runtime/collections/calendar.js +49 -0
- package/dist/src/runtime/collections/calendar.js.map +1 -0
- package/dist/src/runtime/collections/data-list.d.ts +41 -0
- package/dist/src/runtime/collections/data-list.d.ts.map +1 -0
- package/dist/src/runtime/collections/data-list.js +39 -0
- package/dist/src/runtime/collections/data-list.js.map +1 -0
- package/dist/src/runtime/collections/gantt.d.ts +67 -0
- package/dist/src/runtime/collections/gantt.d.ts.map +1 -0
- package/dist/src/runtime/collections/gantt.js +58 -0
- package/dist/src/runtime/collections/gantt.js.map +1 -0
- package/dist/src/runtime/collections/index.d.ts +18 -0
- package/dist/src/runtime/collections/index.d.ts.map +1 -0
- package/dist/src/runtime/collections/index.js +18 -0
- package/dist/src/runtime/collections/index.js.map +1 -0
- package/dist/src/runtime/collections/library.d.ts +56 -0
- package/dist/src/runtime/collections/library.d.ts.map +1 -0
- package/dist/src/runtime/collections/library.js +56 -0
- package/dist/src/runtime/collections/library.js.map +1 -0
- package/dist/src/runtime/collections/matrix.d.ts +71 -0
- package/dist/src/runtime/collections/matrix.d.ts.map +1 -0
- package/dist/src/runtime/collections/matrix.js +66 -0
- package/dist/src/runtime/collections/matrix.js.map +1 -0
- package/dist/src/runtime/collections/pagination.d.ts +44 -0
- package/dist/src/runtime/collections/pagination.d.ts.map +1 -0
- package/dist/src/runtime/collections/pagination.js +42 -0
- package/dist/src/runtime/collections/pagination.js.map +1 -0
- package/dist/src/runtime/collections/planner.d.ts +80 -0
- package/dist/src/runtime/collections/planner.d.ts.map +1 -0
- package/dist/src/runtime/collections/planner.js +76 -0
- package/dist/src/runtime/collections/planner.js.map +1 -0
- package/dist/src/runtime/collections/roster.d.ts +60 -0
- package/dist/src/runtime/collections/roster.d.ts.map +1 -0
- package/dist/src/runtime/collections/roster.js +59 -0
- package/dist/src/runtime/collections/roster.js.map +1 -0
- package/dist/src/runtime/collections/schematic.d.ts +62 -0
- package/dist/src/runtime/collections/schematic.d.ts.map +1 -0
- package/dist/src/runtime/collections/schematic.js +59 -0
- package/dist/src/runtime/collections/schematic.js.map +1 -0
- package/dist/src/runtime/collections/table.d.ts +70 -0
- package/dist/src/runtime/collections/table.d.ts.map +1 -0
- package/dist/src/runtime/collections/table.js +63 -0
- package/dist/src/runtime/collections/table.js.map +1 -0
- package/dist/src/runtime/collections/tree-view.d.ts +49 -0
- package/dist/src/runtime/collections/tree-view.d.ts.map +1 -0
- package/dist/src/runtime/collections/tree-view.js +46 -0
- package/dist/src/runtime/collections/tree-view.js.map +1 -0
- package/dist/src/runtime/combinators.d.ts +111 -0
- package/dist/src/runtime/combinators.d.ts.map +1 -0
- package/dist/src/runtime/combinators.js +106 -0
- package/dist/src/runtime/combinators.js.map +1 -0
- package/dist/src/runtime/container/card.d.ts +54 -0
- package/dist/src/runtime/container/card.d.ts.map +1 -0
- package/dist/src/runtime/container/card.js +51 -0
- package/dist/src/runtime/container/card.js.map +1 -0
- package/dist/src/runtime/container/index.d.ts +7 -0
- package/dist/src/runtime/container/index.d.ts.map +1 -0
- package/dist/src/runtime/container/index.js +7 -0
- package/dist/src/runtime/container/index.js.map +1 -0
- package/dist/src/runtime/disclosure/accordion.d.ts +54 -0
- package/dist/src/runtime/disclosure/accordion.d.ts.map +1 -0
- package/dist/src/runtime/disclosure/accordion.js +51 -0
- package/dist/src/runtime/disclosure/accordion.js.map +1 -0
- package/dist/src/runtime/disclosure/carousel.d.ts +46 -0
- package/dist/src/runtime/disclosure/carousel.d.ts.map +1 -0
- package/dist/src/runtime/disclosure/carousel.js +41 -0
- package/dist/src/runtime/disclosure/carousel.js.map +1 -0
- package/dist/src/runtime/disclosure/collapsible.d.ts +41 -0
- package/dist/src/runtime/disclosure/collapsible.d.ts.map +1 -0
- package/dist/src/runtime/disclosure/collapsible.js +39 -0
- package/dist/src/runtime/disclosure/collapsible.js.map +1 -0
- package/dist/src/runtime/disclosure/index.d.ts +13 -0
- package/dist/src/runtime/disclosure/index.d.ts.map +1 -0
- package/dist/src/runtime/disclosure/index.js +13 -0
- package/dist/src/runtime/disclosure/index.js.map +1 -0
- package/dist/src/runtime/disclosure/option-list.d.ts +58 -0
- package/dist/src/runtime/disclosure/option-list.d.ts.map +1 -0
- package/dist/src/runtime/disclosure/option-list.js +55 -0
- package/dist/src/runtime/disclosure/option-list.js.map +1 -0
- package/dist/src/runtime/disclosure/segment-group.d.ts +52 -0
- package/dist/src/runtime/disclosure/segment-group.d.ts.map +1 -0
- package/dist/src/runtime/disclosure/segment-group.js +49 -0
- package/dist/src/runtime/disclosure/segment-group.js.map +1 -0
- package/dist/src/runtime/disclosure/show-more.d.ts +38 -0
- package/dist/src/runtime/disclosure/show-more.d.ts.map +1 -0
- package/dist/src/runtime/disclosure/show-more.js +36 -0
- package/dist/src/runtime/disclosure/show-more.js.map +1 -0
- package/dist/src/runtime/disclosure/tabs.d.ts +55 -0
- package/dist/src/runtime/disclosure/tabs.d.ts.map +1 -0
- package/dist/src/runtime/disclosure/tabs.js +52 -0
- package/dist/src/runtime/disclosure/tabs.js.map +1 -0
- package/dist/src/runtime/display/avatar-group.d.ts +41 -0
- package/dist/src/runtime/display/avatar-group.d.ts.map +1 -0
- package/dist/src/runtime/display/avatar-group.js +37 -0
- package/dist/src/runtime/display/avatar-group.js.map +1 -0
- package/dist/src/runtime/display/avatar.d.ts +37 -0
- package/dist/src/runtime/display/avatar.d.ts.map +1 -0
- package/dist/src/runtime/display/avatar.js +35 -0
- package/dist/src/runtime/display/avatar.js.map +1 -0
- package/dist/src/runtime/display/badge.d.ts +40 -0
- package/dist/src/runtime/display/badge.d.ts.map +1 -0
- package/dist/src/runtime/display/badge.js +38 -0
- package/dist/src/runtime/display/badge.js.map +1 -0
- package/dist/src/runtime/display/bar-strip.d.ts +46 -0
- package/dist/src/runtime/display/bar-strip.d.ts.map +1 -0
- package/dist/src/runtime/display/bar-strip.js +42 -0
- package/dist/src/runtime/display/bar-strip.js.map +1 -0
- package/dist/src/runtime/display/chip-rail.d.ts +48 -0
- package/dist/src/runtime/display/chip-rail.d.ts.map +1 -0
- package/dist/src/runtime/display/chip-rail.js +43 -0
- package/dist/src/runtime/display/chip-rail.js.map +1 -0
- package/dist/src/runtime/display/editable-chip.d.ts +36 -0
- package/dist/src/runtime/display/editable-chip.d.ts.map +1 -0
- package/dist/src/runtime/display/editable-chip.js +34 -0
- package/dist/src/runtime/display/editable-chip.js.map +1 -0
- package/dist/src/runtime/display/icon.d.ts +36 -0
- package/dist/src/runtime/display/icon.d.ts.map +1 -0
- package/dist/src/runtime/display/icon.js +34 -0
- package/dist/src/runtime/display/icon.js.map +1 -0
- package/dist/src/runtime/display/index.d.ts +20 -0
- package/dist/src/runtime/display/index.d.ts.map +1 -0
- package/dist/src/runtime/display/index.js +20 -0
- package/dist/src/runtime/display/index.js.map +1 -0
- package/dist/src/runtime/display/kbd.d.ts +34 -0
- package/dist/src/runtime/display/kbd.d.ts.map +1 -0
- package/dist/src/runtime/display/kbd.js +32 -0
- package/dist/src/runtime/display/kbd.js.map +1 -0
- package/dist/src/runtime/display/meter.d.ts +36 -0
- package/dist/src/runtime/display/meter.d.ts.map +1 -0
- package/dist/src/runtime/display/meter.js +34 -0
- package/dist/src/runtime/display/meter.js.map +1 -0
- package/dist/src/runtime/display/metric-chip.d.ts +36 -0
- package/dist/src/runtime/display/metric-chip.d.ts.map +1 -0
- package/dist/src/runtime/display/metric-chip.js +34 -0
- package/dist/src/runtime/display/metric-chip.js.map +1 -0
- package/dist/src/runtime/display/segmented-meter.d.ts +43 -0
- package/dist/src/runtime/display/segmented-meter.d.ts.map +1 -0
- package/dist/src/runtime/display/segmented-meter.js +39 -0
- package/dist/src/runtime/display/segmented-meter.js.map +1 -0
- package/dist/src/runtime/display/stat.d.ts +38 -0
- package/dist/src/runtime/display/stat.d.ts.map +1 -0
- package/dist/src/runtime/display/stat.js +36 -0
- package/dist/src/runtime/display/stat.js.map +1 -0
- package/dist/src/runtime/display/tag.d.ts +39 -0
- package/dist/src/runtime/display/tag.d.ts.map +1 -0
- package/dist/src/runtime/display/tag.js +37 -0
- package/dist/src/runtime/display/tag.js.map +1 -0
- package/dist/src/runtime/display/trace.d.ts +50 -0
- package/dist/src/runtime/display/trace.d.ts.map +1 -0
- package/dist/src/runtime/display/trace.js +46 -0
- package/dist/src/runtime/display/trace.js.map +1 -0
- package/dist/src/runtime/feedback/banner.d.ts +44 -0
- package/dist/src/runtime/feedback/banner.d.ts.map +1 -0
- package/dist/src/runtime/feedback/banner.js +42 -0
- package/dist/src/runtime/feedback/banner.js.map +1 -0
- package/dist/src/runtime/feedback/empty-state.d.ts +43 -0
- package/dist/src/runtime/feedback/empty-state.d.ts.map +1 -0
- package/dist/src/runtime/feedback/empty-state.js +41 -0
- package/dist/src/runtime/feedback/empty-state.js.map +1 -0
- package/dist/src/runtime/feedback/index.d.ts +11 -0
- package/dist/src/runtime/feedback/index.d.ts.map +1 -0
- package/dist/src/runtime/feedback/index.js +11 -0
- package/dist/src/runtime/feedback/index.js.map +1 -0
- package/dist/src/runtime/feedback/progress.d.ts +37 -0
- package/dist/src/runtime/feedback/progress.d.ts.map +1 -0
- package/dist/src/runtime/feedback/progress.js +35 -0
- package/dist/src/runtime/feedback/progress.js.map +1 -0
- package/dist/src/runtime/feedback/skeleton.d.ts +39 -0
- package/dist/src/runtime/feedback/skeleton.d.ts.map +1 -0
- package/dist/src/runtime/feedback/skeleton.js +37 -0
- package/dist/src/runtime/feedback/skeleton.js.map +1 -0
- package/dist/src/runtime/feedback/status.d.ts +41 -0
- package/dist/src/runtime/feedback/status.d.ts.map +1 -0
- package/dist/src/runtime/feedback/status.js +39 -0
- package/dist/src/runtime/feedback/status.js.map +1 -0
- package/dist/src/runtime/forms/checkbox.d.ts +34 -0
- package/dist/src/runtime/forms/checkbox.d.ts.map +1 -0
- package/dist/src/runtime/forms/checkbox.js +32 -0
- package/dist/src/runtime/forms/checkbox.js.map +1 -0
- package/dist/src/runtime/forms/combobox.d.ts +50 -0
- package/dist/src/runtime/forms/combobox.d.ts.map +1 -0
- package/dist/src/runtime/forms/combobox.js +47 -0
- package/dist/src/runtime/forms/combobox.js.map +1 -0
- package/dist/src/runtime/forms/date-range-input.d.ts +38 -0
- package/dist/src/runtime/forms/date-range-input.d.ts.map +1 -0
- package/dist/src/runtime/forms/date-range-input.js +36 -0
- package/dist/src/runtime/forms/date-range-input.js.map +1 -0
- package/dist/src/runtime/forms/field.d.ts +77 -0
- package/dist/src/runtime/forms/field.d.ts.map +1 -0
- package/dist/src/runtime/forms/field.js +62 -0
- package/dist/src/runtime/forms/field.js.map +1 -0
- package/dist/src/runtime/forms/file-upload.d.ts +35 -0
- package/dist/src/runtime/forms/file-upload.d.ts.map +1 -0
- package/dist/src/runtime/forms/file-upload.js +33 -0
- package/dist/src/runtime/forms/file-upload.js.map +1 -0
- package/dist/src/runtime/forms/index.d.ts +20 -0
- package/dist/src/runtime/forms/index.d.ts.map +1 -0
- package/dist/src/runtime/forms/index.js +20 -0
- package/dist/src/runtime/forms/index.js.map +1 -0
- package/dist/src/runtime/forms/input.d.ts +57 -0
- package/dist/src/runtime/forms/input.d.ts.map +1 -0
- package/dist/src/runtime/forms/input.js +57 -0
- package/dist/src/runtime/forms/input.js.map +1 -0
- package/dist/src/runtime/forms/radio-card-group.d.ts +44 -0
- package/dist/src/runtime/forms/radio-card-group.d.ts.map +1 -0
- package/dist/src/runtime/forms/radio-card-group.js +42 -0
- package/dist/src/runtime/forms/radio-card-group.js.map +1 -0
- package/dist/src/runtime/forms/radio-group.d.ts +44 -0
- package/dist/src/runtime/forms/radio-group.d.ts.map +1 -0
- package/dist/src/runtime/forms/radio-group.js +42 -0
- package/dist/src/runtime/forms/radio-group.js.map +1 -0
- package/dist/src/runtime/forms/select.d.ts +49 -0
- package/dist/src/runtime/forms/select.d.ts.map +1 -0
- package/dist/src/runtime/forms/select.js +46 -0
- package/dist/src/runtime/forms/select.js.map +1 -0
- package/dist/src/runtime/forms/slider.d.ts +36 -0
- package/dist/src/runtime/forms/slider.d.ts.map +1 -0
- package/dist/src/runtime/forms/slider.js +34 -0
- package/dist/src/runtime/forms/slider.js.map +1 -0
- package/dist/src/runtime/forms/switch.d.ts +34 -0
- package/dist/src/runtime/forms/switch.d.ts.map +1 -0
- package/dist/src/runtime/forms/switch.js +32 -0
- package/dist/src/runtime/forms/switch.js.map +1 -0
- package/dist/src/runtime/forms/tags-input.d.ts +37 -0
- package/dist/src/runtime/forms/tags-input.d.ts.map +1 -0
- package/dist/src/runtime/forms/tags-input.js +35 -0
- package/dist/src/runtime/forms/tags-input.js.map +1 -0
- package/dist/src/runtime/forms/textarea.d.ts +36 -0
- package/dist/src/runtime/forms/textarea.d.ts.map +1 -0
- package/dist/src/runtime/forms/textarea.js +34 -0
- package/dist/src/runtime/forms/textarea.js.map +1 -0
- package/dist/src/runtime/forms/time-range-input.d.ts +38 -0
- package/dist/src/runtime/forms/time-range-input.d.ts.map +1 -0
- package/dist/src/runtime/forms/time-range-input.js +36 -0
- package/dist/src/runtime/forms/time-range-input.js.map +1 -0
- package/dist/src/runtime/index.d.ts +42 -0
- package/dist/src/runtime/index.d.ts.map +1 -0
- package/dist/src/runtime/index.js +41 -0
- package/dist/src/runtime/index.js.map +1 -0
- package/dist/src/runtime/layout/box.d.ts +38 -0
- package/dist/src/runtime/layout/box.d.ts.map +1 -0
- package/dist/src/runtime/layout/box.js +36 -0
- package/dist/src/runtime/layout/box.js.map +1 -0
- package/dist/src/runtime/layout/flex.d.ts +41 -0
- package/dist/src/runtime/layout/flex.d.ts.map +1 -0
- package/dist/src/runtime/layout/flex.js +39 -0
- package/dist/src/runtime/layout/flex.js.map +1 -0
- package/dist/src/runtime/layout/grid.d.ts +52 -0
- package/dist/src/runtime/layout/grid.d.ts.map +1 -0
- package/dist/src/runtime/layout/grid.js +49 -0
- package/dist/src/runtime/layout/grid.js.map +1 -0
- package/dist/src/runtime/layout/index.d.ts +14 -0
- package/dist/src/runtime/layout/index.d.ts.map +1 -0
- package/dist/src/runtime/layout/index.js +14 -0
- package/dist/src/runtime/layout/index.js.map +1 -0
- package/dist/src/runtime/layout/scroll-area.d.ts +44 -0
- package/dist/src/runtime/layout/scroll-area.d.ts.map +1 -0
- package/dist/src/runtime/layout/scroll-area.js +42 -0
- package/dist/src/runtime/layout/scroll-area.js.map +1 -0
- package/dist/src/runtime/layout/separator.d.ts +39 -0
- package/dist/src/runtime/layout/separator.d.ts.map +1 -0
- package/dist/src/runtime/layout/separator.js +37 -0
- package/dist/src/runtime/layout/separator.js.map +1 -0
- package/dist/src/runtime/layout/splitter.d.ts +53 -0
- package/dist/src/runtime/layout/splitter.d.ts.map +1 -0
- package/dist/src/runtime/layout/splitter.js +50 -0
- package/dist/src/runtime/layout/splitter.js.map +1 -0
- package/dist/src/runtime/layout/stack.d.ts +99 -0
- package/dist/src/runtime/layout/stack.d.ts.map +1 -0
- package/dist/src/runtime/layout/stack.js +93 -0
- package/dist/src/runtime/layout/stack.js.map +1 -0
- package/dist/src/runtime/layout/sticky.d.ts +44 -0
- package/dist/src/runtime/layout/sticky.d.ts.map +1 -0
- package/dist/src/runtime/layout/sticky.js +42 -0
- package/dist/src/runtime/layout/sticky.js.map +1 -0
- package/dist/src/runtime/navigation/breadcrumb.d.ts +41 -0
- package/dist/src/runtime/navigation/breadcrumb.d.ts.map +1 -0
- package/dist/src/runtime/navigation/breadcrumb.js +39 -0
- package/dist/src/runtime/navigation/breadcrumb.js.map +1 -0
- package/dist/src/runtime/navigation/index.d.ts +8 -0
- package/dist/src/runtime/navigation/index.d.ts.map +1 -0
- package/dist/src/runtime/navigation/index.js +8 -0
- package/dist/src/runtime/navigation/index.js.map +1 -0
- package/dist/src/runtime/navigation/nav-list.d.ts +54 -0
- package/dist/src/runtime/navigation/nav-list.d.ts.map +1 -0
- package/dist/src/runtime/navigation/nav-list.js +52 -0
- package/dist/src/runtime/navigation/nav-list.js.map +1 -0
- package/dist/src/runtime/overlays/action-bar.d.ts +45 -0
- package/dist/src/runtime/overlays/action-bar.d.ts.map +1 -0
- package/dist/src/runtime/overlays/action-bar.js +43 -0
- package/dist/src/runtime/overlays/action-bar.js.map +1 -0
- package/dist/src/runtime/overlays/command-palette.d.ts +45 -0
- package/dist/src/runtime/overlays/command-palette.d.ts.map +1 -0
- package/dist/src/runtime/overlays/command-palette.js +43 -0
- package/dist/src/runtime/overlays/command-palette.js.map +1 -0
- package/dist/src/runtime/overlays/dialog.d.ts +47 -0
- package/dist/src/runtime/overlays/dialog.d.ts.map +1 -0
- package/dist/src/runtime/overlays/dialog.js +44 -0
- package/dist/src/runtime/overlays/dialog.js.map +1 -0
- package/dist/src/runtime/overlays/drawer.d.ts +46 -0
- package/dist/src/runtime/overlays/drawer.d.ts.map +1 -0
- package/dist/src/runtime/overlays/drawer.js +43 -0
- package/dist/src/runtime/overlays/drawer.js.map +1 -0
- package/dist/src/runtime/overlays/hover-card.d.ts +43 -0
- package/dist/src/runtime/overlays/hover-card.d.ts.map +1 -0
- package/dist/src/runtime/overlays/hover-card.js +41 -0
- package/dist/src/runtime/overlays/hover-card.js.map +1 -0
- package/dist/src/runtime/overlays/index.d.ts +15 -0
- package/dist/src/runtime/overlays/index.d.ts.map +1 -0
- package/dist/src/runtime/overlays/index.js +15 -0
- package/dist/src/runtime/overlays/index.js.map +1 -0
- package/dist/src/runtime/overlays/menu.d.ts +49 -0
- package/dist/src/runtime/overlays/menu.d.ts.map +1 -0
- package/dist/src/runtime/overlays/menu.js +46 -0
- package/dist/src/runtime/overlays/menu.js.map +1 -0
- package/dist/src/runtime/overlays/popover.d.ts +37 -0
- package/dist/src/runtime/overlays/popover.d.ts.map +1 -0
- package/dist/src/runtime/overlays/popover.js +35 -0
- package/dist/src/runtime/overlays/popover.js.map +1 -0
- package/dist/src/runtime/overlays/toggle-tip.d.ts +44 -0
- package/dist/src/runtime/overlays/toggle-tip.d.ts.map +1 -0
- package/dist/src/runtime/overlays/toggle-tip.js +42 -0
- package/dist/src/runtime/overlays/toggle-tip.js.map +1 -0
- package/dist/src/runtime/overlays/tooltip.d.ts +37 -0
- package/dist/src/runtime/overlays/tooltip.d.ts.map +1 -0
- package/dist/src/runtime/overlays/tooltip.js +35 -0
- package/dist/src/runtime/overlays/tooltip.js.map +1 -0
- package/dist/src/runtime/platform-hotkey.d.ts +41 -0
- package/dist/src/runtime/platform-hotkey.d.ts.map +1 -0
- package/dist/src/runtime/platform-hotkey.js +39 -0
- package/dist/src/runtime/platform-hotkey.js.map +1 -0
- package/dist/src/runtime/reactive/index.d.ts +8 -0
- package/dist/src/runtime/reactive/index.d.ts.map +1 -0
- package/dist/src/runtime/reactive/index.js +7 -0
- package/dist/src/runtime/reactive/index.js.map +1 -0
- package/dist/src/runtime/reactive/reactive.d.ts +59 -0
- package/dist/src/runtime/reactive/reactive.d.ts.map +1 -0
- package/dist/src/runtime/reactive/reactive.js +53 -0
- package/dist/src/runtime/reactive/reactive.js.map +1 -0
- package/dist/src/runtime/runtime.d.ts +92 -0
- package/dist/src/runtime/runtime.d.ts.map +1 -0
- package/dist/src/runtime/runtime.js +47 -0
- package/dist/src/runtime/runtime.js.map +1 -0
- package/dist/src/runtime/slice.d.ts +84 -0
- package/dist/src/runtime/slice.d.ts.map +1 -0
- package/dist/src/runtime/slice.js +379 -0
- package/dist/src/runtime/slice.js.map +1 -0
- package/dist/src/runtime/typography/code-block.d.ts +38 -0
- package/dist/src/runtime/typography/code-block.d.ts.map +1 -0
- package/dist/src/runtime/typography/code-block.js +36 -0
- package/dist/src/runtime/typography/code-block.js.map +1 -0
- package/dist/src/runtime/typography/code.d.ts +36 -0
- package/dist/src/runtime/typography/code.d.ts.map +1 -0
- package/dist/src/runtime/typography/code.js +34 -0
- package/dist/src/runtime/typography/code.js.map +1 -0
- package/dist/src/runtime/typography/heading.d.ts +39 -0
- package/dist/src/runtime/typography/heading.d.ts.map +1 -0
- package/dist/src/runtime/typography/heading.js +37 -0
- package/dist/src/runtime/typography/heading.js.map +1 -0
- package/dist/src/runtime/typography/highlight.d.ts +37 -0
- package/dist/src/runtime/typography/highlight.d.ts.map +1 -0
- package/dist/src/runtime/typography/highlight.js +35 -0
- package/dist/src/runtime/typography/highlight.js.map +1 -0
- package/dist/src/runtime/typography/index.d.ts +16 -0
- package/dist/src/runtime/typography/index.d.ts.map +1 -0
- package/dist/src/runtime/typography/index.js +16 -0
- package/dist/src/runtime/typography/index.js.map +1 -0
- package/dist/src/runtime/typography/link.d.ts +37 -0
- package/dist/src/runtime/typography/link.d.ts.map +1 -0
- package/dist/src/runtime/typography/link.js +35 -0
- package/dist/src/runtime/typography/link.js.map +1 -0
- package/dist/src/runtime/typography/list.d.ts +42 -0
- package/dist/src/runtime/typography/list.d.ts.map +1 -0
- package/dist/src/runtime/typography/list.js +40 -0
- package/dist/src/runtime/typography/list.js.map +1 -0
- package/dist/src/runtime/typography/mark.d.ts +35 -0
- package/dist/src/runtime/typography/mark.d.ts.map +1 -0
- package/dist/src/runtime/typography/mark.js +33 -0
- package/dist/src/runtime/typography/mark.js.map +1 -0
- package/dist/src/runtime/typography/note.d.ts +38 -0
- package/dist/src/runtime/typography/note.d.ts.map +1 -0
- package/dist/src/runtime/typography/note.js +36 -0
- package/dist/src/runtime/typography/note.js.map +1 -0
- package/dist/src/runtime/typography/numeric.d.ts +43 -0
- package/dist/src/runtime/typography/numeric.d.ts.map +1 -0
- package/dist/src/runtime/typography/numeric.js +41 -0
- package/dist/src/runtime/typography/numeric.js.map +1 -0
- package/dist/src/runtime/typography/text.d.ts +94 -0
- package/dist/src/runtime/typography/text.d.ts.map +1 -0
- package/dist/src/runtime/typography/text.js +208 -0
- package/dist/src/runtime/typography/text.js.map +1 -0
- package/dist/src/slice/breakdown/index.d.ts +11 -4
- package/dist/src/slice/breakdown/index.d.ts.map +1 -1
- package/dist/src/slice/breakdown/index.js +4 -4
- package/dist/src/slice/breakdown/index.js.map +1 -1
- package/dist/src/slice/breakdown/types.d.ts +6 -1
- package/dist/src/slice/breakdown/types.d.ts.map +1 -1
- package/dist/src/slice/cohort/index.d.ts +12 -5
- package/dist/src/slice/cohort/index.d.ts.map +1 -1
- package/dist/src/slice/cohort/index.js +9 -9
- package/dist/src/slice/cohort/index.js.map +1 -1
- package/dist/src/slice/cohort/types.d.ts +6 -1
- package/dist/src/slice/cohort/types.d.ts.map +1 -1
- package/dist/src/slice/filter/index.d.ts +11 -5
- package/dist/src/slice/filter/index.d.ts.map +1 -1
- package/dist/src/slice/filter/index.js +6 -7
- package/dist/src/slice/filter/index.js.map +1 -1
- package/dist/src/slice/filter/types.d.ts +6 -1
- package/dist/src/slice/filter/types.d.ts.map +1 -1
- package/dist/src/slice/index.d.ts +687 -267
- package/dist/src/slice/index.d.ts.map +1 -1
- package/dist/src/slice/index.js +3 -6
- package/dist/src/slice/index.js.map +1 -1
- package/dist/src/slice/legend/index.d.ts +18 -4
- package/dist/src/slice/legend/index.d.ts.map +1 -1
- package/dist/src/slice/legend/index.js +4 -4
- package/dist/src/slice/legend/index.js.map +1 -1
- package/dist/src/slice/legend/types.d.ts +6 -1
- package/dist/src/slice/legend/types.d.ts.map +1 -1
- package/dist/src/slice/rail/index.d.ts +49 -0
- package/dist/src/slice/rail/index.d.ts.map +1 -0
- package/dist/src/slice/rail/index.js +39 -0
- package/dist/src/slice/rail/index.js.map +1 -0
- package/dist/src/slice/range/index.d.ts +10 -3
- package/dist/src/slice/range/index.d.ts.map +1 -1
- package/dist/src/slice/range/index.js +4 -4
- package/dist/src/slice/range/index.js.map +1 -1
- package/dist/src/slice/range/types.d.ts +6 -1
- package/dist/src/slice/range/types.d.ts.map +1 -1
- package/dist/src/slice/search/index.d.ts +11 -4
- package/dist/src/slice/search/index.d.ts.map +1 -1
- package/dist/src/slice/search/index.js +6 -6
- package/dist/src/slice/search/index.js.map +1 -1
- package/dist/src/slice/search/types.d.ts +6 -1
- package/dist/src/slice/search/types.d.ts.map +1 -1
- package/dist/src/slice/summary/index.d.ts +18 -4
- package/dist/src/slice/summary/index.d.ts.map +1 -1
- package/dist/src/slice/summary/index.js +4 -4
- package/dist/src/slice/summary/index.js.map +1 -1
- package/dist/src/slice/summary/types.d.ts +6 -1
- package/dist/src/slice/summary/types.d.ts.map +1 -1
- package/dist/src/typography/highlight/index.d.ts +13 -13
- package/dist/src/typography/highlight/index.d.ts.map +1 -1
- package/dist/src/typography/highlight/index.js +17 -20
- package/dist/src/typography/highlight/index.js.map +1 -1
- package/dist/src/typography/highlight/types.d.ts +5 -2
- package/dist/src/typography/highlight/types.d.ts.map +1 -1
- package/dist/src/typography/link/index.d.ts +9 -8
- package/dist/src/typography/link/index.d.ts.map +1 -1
- package/dist/src/typography/link/index.js +14 -12
- package/dist/src/typography/link/index.js.map +1 -1
- package/dist/src/typography/link/types.d.ts +4 -2
- package/dist/src/typography/link/types.d.ts.map +1 -1
- package/dist/src/typography/numeric/index.d.ts +1 -1
- package/dist/src/typography/numeric/index.d.ts.map +1 -1
- package/dist/src/typography/numeric/index.js +1 -1
- package/dist/src/typography/numeric/index.js.map +1 -1
- package/dist/src/typography/numeric/types.d.ts +1 -1
- package/dist/src/typography/numeric/types.js +1 -1
- package/dist/test/buttons/button-group.examples.d.ts.map +1 -1
- package/dist/test/buttons/button-group.examples.js +9 -20
- package/dist/test/buttons/button-group.examples.js.map +1 -1
- package/dist/test/buttons/button.examples.d.ts.map +1 -1
- package/dist/test/buttons/button.examples.js +16 -53
- package/dist/test/buttons/button.examples.js.map +1 -1
- package/dist/test/buttons/close-button.examples.d.ts.map +1 -1
- package/dist/test/buttons/close-button.examples.js +10 -24
- package/dist/test/buttons/close-button.examples.js.map +1 -1
- package/dist/test/buttons/copy-button.examples.d.ts.map +1 -1
- package/dist/test/buttons/copy-button.examples.js +7 -18
- package/dist/test/buttons/copy-button.examples.js.map +1 -1
- package/dist/test/buttons/icon-button.examples.d.ts.map +1 -1
- package/dist/test/buttons/icon-button.examples.js +10 -27
- package/dist/test/buttons/icon-button.examples.js.map +1 -1
- package/dist/test/buttons/index.d.ts +12 -0
- package/dist/test/buttons/index.d.ts.map +1 -0
- package/dist/test/buttons/index.js +12 -0
- package/dist/test/buttons/index.js.map +1 -0
- package/dist/test/buttons/toggle.examples.d.ts.map +1 -1
- package/dist/test/buttons/toggle.examples.js +9 -21
- package/dist/test/buttons/toggle.examples.js.map +1 -1
- package/dist/test/charts/chart.examples.d.ts +23 -0
- package/dist/test/charts/chart.examples.d.ts.map +1 -0
- package/dist/test/charts/chart.examples.js +325 -0
- package/dist/test/charts/chart.examples.js.map +1 -0
- package/dist/test/charts/index.d.ts +2 -7
- package/dist/test/charts/index.d.ts.map +1 -1
- package/dist/test/charts/index.js +2 -7
- package/dist/test/charts/index.js.map +1 -1
- package/dist/test/charts/sparkline.examples.d.ts +0 -4
- package/dist/test/charts/sparkline.examples.d.ts.map +1 -1
- package/dist/test/charts/sparkline.examples.js +15 -104
- package/dist/test/charts/sparkline.examples.js.map +1 -1
- package/dist/test/collections/blend.examples.d.ts +5 -0
- package/dist/test/collections/blend.examples.d.ts.map +1 -0
- package/dist/test/collections/blend.examples.js +105 -0
- package/dist/test/collections/blend.examples.js.map +1 -0
- package/dist/test/collections/calendar.examples.d.ts +4 -0
- package/dist/test/collections/calendar.examples.d.ts.map +1 -0
- package/dist/test/collections/calendar.examples.js +84 -0
- package/dist/test/collections/calendar.examples.js.map +1 -0
- package/dist/test/collections/data-list.examples.d.ts.map +1 -1
- package/dist/test/collections/data-list.examples.js +50 -55
- package/dist/test/collections/data-list.examples.js.map +1 -1
- package/dist/test/collections/gantt.examples.d.ts +4 -13
- package/dist/test/collections/gantt.examples.d.ts.map +1 -1
- package/dist/test/collections/gantt.examples.js +203 -465
- package/dist/test/collections/gantt.examples.js.map +1 -1
- package/dist/test/collections/index.d.ts +3 -0
- package/dist/test/collections/index.d.ts.map +1 -1
- package/dist/test/collections/index.js +3 -0
- package/dist/test/collections/index.js.map +1 -1
- package/dist/test/collections/library.examples.d.ts +4 -0
- package/dist/test/collections/library.examples.d.ts.map +1 -0
- package/dist/test/collections/library.examples.js +79 -0
- package/dist/test/collections/library.examples.js.map +1 -0
- package/dist/test/collections/matrix.examples.d.ts +43 -12
- package/dist/test/collections/matrix.examples.d.ts.map +1 -1
- package/dist/test/collections/matrix.examples.js +172 -592
- package/dist/test/collections/matrix.examples.js.map +1 -1
- package/dist/test/collections/pagination.examples.d.ts +0 -4
- package/dist/test/collections/pagination.examples.d.ts.map +1 -1
- package/dist/test/collections/pagination.examples.js +24 -33
- package/dist/test/collections/pagination.examples.js.map +1 -1
- package/dist/test/collections/planner.examples.d.ts +43 -27
- package/dist/test/collections/planner.examples.d.ts.map +1 -1
- package/dist/test/collections/planner.examples.js +149 -596
- package/dist/test/collections/planner.examples.js.map +1 -1
- package/dist/test/collections/roster.examples.d.ts +5 -0
- package/dist/test/collections/roster.examples.d.ts.map +1 -0
- package/dist/test/collections/roster.examples.js +115 -0
- package/dist/test/collections/roster.examples.js.map +1 -0
- package/dist/test/collections/schematic.examples.d.ts +5 -0
- package/dist/test/collections/schematic.examples.d.ts.map +1 -0
- package/dist/test/collections/schematic.examples.js +144 -0
- package/dist/test/collections/schematic.examples.js.map +1 -0
- package/dist/test/collections/table.examples.d.ts +0 -11
- package/dist/test/collections/table.examples.d.ts.map +1 -1
- package/dist/test/collections/table.examples.js +170 -495
- package/dist/test/collections/table.examples.js.map +1 -1
- package/dist/test/collections/tree-view.examples.d.ts.map +1 -1
- package/dist/test/collections/tree-view.examples.js +125 -156
- package/dist/test/collections/tree-view.examples.js.map +1 -1
- package/dist/test/container/card.examples.d.ts.map +1 -1
- package/dist/test/container/card.examples.js +26 -111
- package/dist/test/container/card.examples.js.map +1 -1
- package/dist/test/container/index.d.ts +7 -0
- package/dist/test/container/index.d.ts.map +1 -0
- package/dist/test/container/index.js +7 -0
- package/dist/test/container/index.js.map +1 -0
- package/dist/test/disclosure/accordion.examples.d.ts.map +1 -1
- package/dist/test/disclosure/accordion.examples.js +41 -106
- package/dist/test/disclosure/accordion.examples.js.map +1 -1
- package/dist/test/disclosure/carousel.examples.d.ts.map +1 -1
- package/dist/test/disclosure/carousel.examples.js +14 -104
- package/dist/test/disclosure/carousel.examples.js.map +1 -1
- package/dist/test/disclosure/collapsible.examples.d.ts.map +1 -1
- package/dist/test/disclosure/collapsible.examples.js +10 -22
- package/dist/test/disclosure/collapsible.examples.js.map +1 -1
- package/dist/test/disclosure/index.d.ts +5 -0
- package/dist/test/disclosure/index.d.ts.map +1 -1
- package/dist/test/disclosure/index.js +5 -0
- package/dist/test/disclosure/index.js.map +1 -1
- package/dist/test/disclosure/option-list.examples.d.ts.map +1 -1
- package/dist/test/disclosure/option-list.examples.js +21 -44
- package/dist/test/disclosure/option-list.examples.js.map +1 -1
- package/dist/test/disclosure/segment-group.examples.d.ts.map +1 -1
- package/dist/test/disclosure/segment-group.examples.js +29 -43
- package/dist/test/disclosure/segment-group.examples.js.map +1 -1
- package/dist/test/disclosure/show-more.examples.d.ts.map +1 -1
- package/dist/test/disclosure/show-more.examples.js +8 -8
- package/dist/test/disclosure/show-more.examples.js.map +1 -1
- package/dist/test/disclosure/tabs.examples.d.ts.map +1 -1
- package/dist/test/disclosure/tabs.examples.js +56 -146
- package/dist/test/disclosure/tabs.examples.js.map +1 -1
- package/dist/test/display/avatar-group.examples.d.ts +1 -4
- package/dist/test/display/avatar-group.examples.d.ts.map +1 -1
- package/dist/test/display/avatar-group.examples.js +18 -17
- package/dist/test/display/avatar-group.examples.js.map +1 -1
- package/dist/test/display/avatar.examples.d.ts +1 -0
- package/dist/test/display/avatar.examples.d.ts.map +1 -1
- package/dist/test/display/avatar.examples.js +21 -28
- package/dist/test/display/avatar.examples.js.map +1 -1
- package/dist/test/display/badge.examples.d.ts +1 -0
- package/dist/test/display/badge.examples.d.ts.map +1 -1
- package/dist/test/display/badge.examples.js +26 -64
- package/dist/test/display/badge.examples.js.map +1 -1
- package/dist/test/display/bar-strip.examples.d.ts +1 -4
- package/dist/test/display/bar-strip.examples.d.ts.map +1 -1
- package/dist/test/display/bar-strip.examples.js +41 -18
- package/dist/test/display/bar-strip.examples.js.map +1 -1
- package/dist/test/display/chip-rail.examples.d.ts +7 -0
- package/dist/test/display/chip-rail.examples.d.ts.map +1 -0
- package/dist/test/display/chip-rail.examples.js +59 -0
- package/dist/test/display/chip-rail.examples.js.map +1 -0
- package/dist/test/display/combine.examples.d.ts +2 -0
- package/dist/test/display/combine.examples.d.ts.map +1 -0
- package/dist/test/display/combine.examples.js +174 -0
- package/dist/test/display/combine.examples.js.map +1 -0
- package/dist/test/display/editable-chip.examples.d.ts +1 -4
- package/dist/test/display/editable-chip.examples.d.ts.map +1 -1
- package/dist/test/display/editable-chip.examples.js +22 -18
- package/dist/test/display/editable-chip.examples.js.map +1 -1
- package/dist/test/display/icon.examples.d.ts.map +1 -1
- package/dist/test/display/icon.examples.js +10 -25
- package/dist/test/display/icon.examples.js.map +1 -1
- package/dist/test/display/index.d.ts +11 -0
- package/dist/test/display/index.d.ts.map +1 -1
- package/dist/test/display/index.js +11 -0
- package/dist/test/display/index.js.map +1 -1
- package/dist/test/display/kbd.examples.d.ts +1 -4
- package/dist/test/display/kbd.examples.d.ts.map +1 -1
- package/dist/test/display/kbd.examples.js +18 -8
- package/dist/test/display/kbd.examples.js.map +1 -1
- package/dist/test/display/meter.examples.d.ts +1 -4
- package/dist/test/display/meter.examples.d.ts.map +1 -1
- package/dist/test/display/meter.examples.js +19 -9
- package/dist/test/display/meter.examples.js.map +1 -1
- package/dist/test/display/metric-chip.examples.d.ts +1 -4
- package/dist/test/display/metric-chip.examples.d.ts.map +1 -1
- package/dist/test/display/metric-chip.examples.js +19 -9
- package/dist/test/display/metric-chip.examples.js.map +1 -1
- package/dist/test/display/segmented-meter.examples.d.ts +1 -4
- package/dist/test/display/segmented-meter.examples.d.ts.map +1 -1
- package/dist/test/display/segmented-meter.examples.js +40 -14
- package/dist/test/display/segmented-meter.examples.js.map +1 -1
- package/dist/test/display/stat.examples.d.ts +1 -0
- package/dist/test/display/stat.examples.d.ts.map +1 -1
- package/dist/test/display/stat.examples.js +22 -28
- package/dist/test/display/stat.examples.js.map +1 -1
- package/dist/test/display/tag.examples.d.ts +1 -0
- package/dist/test/display/tag.examples.d.ts.map +1 -1
- package/dist/test/display/tag.examples.js +25 -71
- package/dist/test/display/tag.examples.js.map +1 -1
- package/dist/test/display/trace.examples.d.ts +5 -0
- package/dist/test/display/trace.examples.d.ts.map +1 -0
- package/dist/test/display/trace.examples.js +62 -0
- package/dist/test/display/trace.examples.js.map +1 -0
- package/dist/test/extension.examples.d.ts +1 -27
- package/dist/test/extension.examples.d.ts.map +1 -1
- package/dist/test/extension.examples.js +34 -42
- package/dist/test/extension.examples.js.map +1 -1
- package/dist/test/feedback/banner.examples.d.ts.map +1 -1
- package/dist/test/feedback/banner.examples.js +13 -37
- package/dist/test/feedback/banner.examples.js.map +1 -1
- package/dist/test/feedback/empty-state.examples.d.ts.map +1 -1
- package/dist/test/feedback/empty-state.examples.js +7 -19
- package/dist/test/feedback/empty-state.examples.js.map +1 -1
- package/dist/test/feedback/index.d.ts +5 -0
- package/dist/test/feedback/index.d.ts.map +1 -1
- package/dist/test/feedback/index.js +5 -0
- package/dist/test/feedback/index.js.map +1 -1
- package/dist/test/feedback/progress.examples.d.ts +0 -1
- package/dist/test/feedback/progress.examples.d.ts.map +1 -1
- package/dist/test/feedback/progress.examples.js +13 -55
- package/dist/test/feedback/progress.examples.js.map +1 -1
- package/dist/test/feedback/skeleton.examples.d.ts.map +1 -1
- package/dist/test/feedback/skeleton.examples.js +7 -11
- package/dist/test/feedback/skeleton.examples.js.map +1 -1
- package/dist/test/feedback/status.examples.d.ts.map +1 -1
- package/dist/test/feedback/status.examples.js +8 -17
- package/dist/test/feedback/status.examples.js.map +1 -1
- package/dist/test/forms/checkbox.examples.d.ts.map +1 -1
- package/dist/test/forms/checkbox.examples.js +9 -23
- package/dist/test/forms/checkbox.examples.js.map +1 -1
- package/dist/test/forms/combobox.examples.d.ts.map +1 -1
- package/dist/test/forms/combobox.examples.js +69 -112
- package/dist/test/forms/combobox.examples.js.map +1 -1
- package/dist/test/forms/date-range-input.examples.d.ts.map +1 -1
- package/dist/test/forms/date-range-input.examples.js +16 -34
- package/dist/test/forms/date-range-input.examples.js.map +1 -1
- package/dist/test/forms/field.examples.d.ts.map +1 -1
- package/dist/test/forms/field.examples.js +8 -28
- package/dist/test/forms/field.examples.js.map +1 -1
- package/dist/test/forms/file-upload.examples.d.ts +1 -0
- package/dist/test/forms/file-upload.examples.d.ts.map +1 -1
- package/dist/test/forms/file-upload.examples.js +23 -49
- package/dist/test/forms/file-upload.examples.js.map +1 -1
- package/dist/test/forms/index.d.ts +5 -0
- package/dist/test/forms/index.d.ts.map +1 -1
- package/dist/test/forms/index.js +5 -0
- package/dist/test/forms/index.js.map +1 -1
- package/dist/test/forms/input.examples.d.ts +1 -0
- package/dist/test/forms/input.examples.d.ts.map +1 -1
- package/dist/test/forms/input.examples.js +30 -74
- package/dist/test/forms/input.examples.js.map +1 -1
- package/dist/test/forms/radio-card-group.examples.d.ts.map +1 -1
- package/dist/test/forms/radio-card-group.examples.js +30 -36
- package/dist/test/forms/radio-card-group.examples.js.map +1 -1
- package/dist/test/forms/radio-group.examples.d.ts.map +1 -1
- package/dist/test/forms/radio-group.examples.js +31 -37
- package/dist/test/forms/radio-group.examples.js.map +1 -1
- package/dist/test/forms/select.examples.d.ts.map +1 -1
- package/dist/test/forms/select.examples.js +32 -44
- package/dist/test/forms/select.examples.js.map +1 -1
- package/dist/test/forms/slider.examples.d.ts.map +1 -1
- package/dist/test/forms/slider.examples.js +11 -22
- package/dist/test/forms/slider.examples.js.map +1 -1
- package/dist/test/forms/switch.examples.d.ts.map +1 -1
- package/dist/test/forms/switch.examples.js +9 -23
- package/dist/test/forms/switch.examples.js.map +1 -1
- package/dist/test/forms/tags-input.examples.d.ts.map +1 -1
- package/dist/test/forms/tags-input.examples.js +14 -42
- package/dist/test/forms/tags-input.examples.js.map +1 -1
- package/dist/test/forms/textarea.examples.d.ts.map +1 -1
- package/dist/test/forms/textarea.examples.js +14 -46
- package/dist/test/forms/textarea.examples.js.map +1 -1
- package/dist/test/forms/time-range-input.examples.d.ts.map +1 -1
- package/dist/test/forms/time-range-input.examples.js +20 -38
- package/dist/test/forms/time-range-input.examples.js.map +1 -1
- package/dist/test/layout/box.examples.d.ts.map +1 -1
- package/dist/test/layout/box.examples.js +20 -180
- package/dist/test/layout/box.examples.js.map +1 -1
- package/dist/test/layout/flex.examples.d.ts.map +1 -1
- package/dist/test/layout/flex.examples.js +15 -133
- package/dist/test/layout/flex.examples.js.map +1 -1
- package/dist/test/layout/grid.examples.d.ts.map +1 -1
- package/dist/test/layout/grid.examples.js +66 -105
- package/dist/test/layout/grid.examples.js.map +1 -1
- package/dist/test/layout/index.d.ts +3 -0
- package/dist/test/layout/index.d.ts.map +1 -1
- package/dist/test/layout/index.js +3 -0
- package/dist/test/layout/index.js.map +1 -1
- package/dist/test/layout/scroll-area.examples.d.ts.map +1 -1
- package/dist/test/layout/scroll-area.examples.js +6 -14
- package/dist/test/layout/scroll-area.examples.js.map +1 -1
- package/dist/test/layout/separator.examples.d.ts.map +1 -1
- package/dist/test/layout/separator.examples.js +17 -74
- package/dist/test/layout/separator.examples.js.map +1 -1
- package/dist/test/layout/splitter.examples.d.ts.map +1 -1
- package/dist/test/layout/splitter.examples.js +41 -70
- package/dist/test/layout/splitter.examples.js.map +1 -1
- package/dist/test/layout/stack.examples.d.ts +1 -0
- package/dist/test/layout/stack.examples.d.ts.map +1 -1
- package/dist/test/layout/stack.examples.js +24 -93
- package/dist/test/layout/stack.examples.js.map +1 -1
- package/dist/test/layout/sticky.examples.d.ts.map +1 -1
- package/dist/test/layout/sticky.examples.js +6 -33
- package/dist/test/layout/sticky.examples.js.map +1 -1
- package/dist/test/navigation/breadcrumb.examples.d.ts.map +1 -1
- package/dist/test/navigation/breadcrumb.examples.js +30 -26
- package/dist/test/navigation/breadcrumb.examples.js.map +1 -1
- package/dist/test/navigation/index.d.ts +8 -0
- package/dist/test/navigation/index.d.ts.map +1 -0
- package/dist/test/navigation/index.js +8 -0
- package/dist/test/navigation/index.js.map +1 -0
- package/dist/test/navigation/nav-list.examples.d.ts.map +1 -1
- package/dist/test/navigation/nav-list.examples.js +58 -60
- package/dist/test/navigation/nav-list.examples.js.map +1 -1
- package/dist/test/overlays/command-palette.examples.d.ts.map +1 -1
- package/dist/test/overlays/command-palette.examples.js +45 -47
- package/dist/test/overlays/command-palette.examples.js.map +1 -1
- package/dist/test/overlays/dialog.examples.d.ts.map +1 -1
- package/dist/test/overlays/dialog.examples.js +13 -41
- package/dist/test/overlays/dialog.examples.js.map +1 -1
- package/dist/test/overlays/drawer.examples.d.ts.map +1 -1
- package/dist/test/overlays/drawer.examples.js +15 -39
- package/dist/test/overlays/drawer.examples.js.map +1 -1
- package/dist/test/overlays/hover-card.examples.d.ts.map +1 -1
- package/dist/test/overlays/hover-card.examples.js +13 -32
- package/dist/test/overlays/hover-card.examples.js.map +1 -1
- package/dist/test/overlays/index.d.ts +2 -0
- package/dist/test/overlays/index.d.ts.map +1 -1
- package/dist/test/overlays/index.js +2 -0
- package/dist/test/overlays/index.js.map +1 -1
- package/dist/test/overlays/menu.examples.d.ts.map +1 -1
- package/dist/test/overlays/menu.examples.js +26 -21
- package/dist/test/overlays/menu.examples.js.map +1 -1
- package/dist/test/overlays/popover.examples.d.ts.map +1 -1
- package/dist/test/overlays/popover.examples.js +17 -33
- package/dist/test/overlays/popover.examples.js.map +1 -1
- package/dist/test/overlays/toggle-tip.examples.d.ts.map +1 -1
- package/dist/test/overlays/toggle-tip.examples.js +9 -20
- package/dist/test/overlays/toggle-tip.examples.js.map +1 -1
- package/dist/test/overlays/tooltip.examples.d.ts.map +1 -1
- package/dist/test/overlays/tooltip.examples.js +8 -5
- package/dist/test/overlays/tooltip.examples.js.map +1 -1
- package/dist/test/platform/clipboard.examples.d.ts.map +1 -1
- package/dist/test/platform/clipboard.examples.js +10 -14
- package/dist/test/platform/clipboard.examples.js.map +1 -1
- package/dist/test/platform/download.examples.d.ts.map +1 -1
- package/dist/test/platform/download.examples.js +10 -11
- package/dist/test/platform/download.examples.js.map +1 -1
- package/dist/test/platform/index.d.ts +11 -0
- package/dist/test/platform/index.d.ts.map +1 -0
- package/dist/test/platform/index.js +11 -0
- package/dist/test/platform/index.js.map +1 -0
- package/dist/test/platform/share.examples.d.ts.map +1 -1
- package/dist/test/platform/share.examples.js +7 -6
- package/dist/test/platform/share.examples.js.map +1 -1
- package/dist/test/platform/slice.examples.d.ts.map +1 -1
- package/dist/test/platform/slice.examples.js +211 -214
- package/dist/test/platform/slice.examples.js.map +1 -1
- package/dist/test/platform/state.examples.d.ts.map +1 -1
- package/dist/test/platform/state.examples.js +7 -9
- package/dist/test/platform/state.examples.js.map +1 -1
- package/dist/test/slice/slice.examples.d.ts +10 -17
- package/dist/test/slice/slice.examples.d.ts.map +1 -1
- package/dist/test/slice/slice.examples.js +184 -483
- package/dist/test/slice/slice.examples.js.map +1 -1
- package/dist/test/style.examples.d.ts.map +1 -1
- package/dist/test/style.examples.js +28 -74
- package/dist/test/style.examples.js.map +1 -1
- package/dist/test/typography/code-block.examples.d.ts.map +1 -1
- package/dist/test/typography/code-block.examples.js +16 -43
- package/dist/test/typography/code-block.examples.js.map +1 -1
- package/dist/test/typography/code.examples.d.ts.map +1 -1
- package/dist/test/typography/code.examples.js +14 -30
- package/dist/test/typography/code.examples.js.map +1 -1
- package/dist/test/typography/heading.examples.d.ts.map +1 -1
- package/dist/test/typography/heading.examples.js +15 -52
- package/dist/test/typography/heading.examples.js.map +1 -1
- package/dist/test/typography/highlight.examples.d.ts.map +1 -1
- package/dist/test/typography/highlight.examples.js +14 -16
- package/dist/test/typography/highlight.examples.js.map +1 -1
- package/dist/test/typography/index.d.ts +7 -4
- package/dist/test/typography/index.d.ts.map +1 -1
- package/dist/test/typography/index.js +7 -4
- package/dist/test/typography/index.js.map +1 -1
- package/dist/test/typography/link.examples.d.ts.map +1 -1
- package/dist/test/typography/link.examples.js +14 -30
- package/dist/test/typography/link.examples.js.map +1 -1
- package/dist/test/typography/list.examples.d.ts.map +1 -1
- package/dist/test/typography/list.examples.js +35 -79
- package/dist/test/typography/list.examples.js.map +1 -1
- package/dist/test/typography/mark.examples.d.ts.map +1 -1
- package/dist/test/typography/mark.examples.js +15 -33
- package/dist/test/typography/mark.examples.js.map +1 -1
- package/dist/test/typography/note.examples.d.ts.map +1 -1
- package/dist/test/typography/note.examples.js +8 -10
- package/dist/test/typography/note.examples.js.map +1 -1
- package/dist/test/typography/numeric.examples.d.ts.map +1 -1
- package/dist/test/typography/numeric.examples.js +10 -39
- package/dist/test/typography/numeric.examples.js.map +1 -1
- package/dist/test/typography/text.examples.d.ts.map +1 -1
- package/dist/test/typography/text.examples.js +25 -138
- package/dist/test/typography/text.examples.js.map +1 -1
- package/package.json +23 -15
- package/dist/src/charts/area/index.d.ts +0 -186
- package/dist/src/charts/area/index.d.ts.map +0 -1
- package/dist/src/charts/area/index.js +0 -419
- package/dist/src/charts/area/index.js.map +0 -1
- package/dist/src/charts/area/types.d.ts +0 -1816
- package/dist/src/charts/area/types.d.ts.map +0 -1
- package/dist/src/charts/area/types.js +0 -130
- package/dist/src/charts/area/types.js.map +0 -1
- package/dist/src/charts/bar/index.d.ts +0 -97
- package/dist/src/charts/bar/index.d.ts.map +0 -1
- package/dist/src/charts/bar/index.js +0 -228
- package/dist/src/charts/bar/index.js.map +0 -1
- package/dist/src/charts/bar/types.d.ts +0 -920
- package/dist/src/charts/bar/types.d.ts.map +0 -1
- package/dist/src/charts/bar/types.js +0 -62
- package/dist/src/charts/bar/types.js.map +0 -1
- package/dist/src/charts/composed/index.d.ts +0 -99
- package/dist/src/charts/composed/index.d.ts.map +0 -1
- package/dist/src/charts/composed/index.js +0 -317
- package/dist/src/charts/composed/index.js.map +0 -1
- package/dist/src/charts/composed/types.d.ts +0 -1246
- package/dist/src/charts/composed/types.d.ts.map +0 -1
- package/dist/src/charts/composed/types.js +0 -88
- package/dist/src/charts/composed/types.js.map +0 -1
- package/dist/src/charts/line/index.d.ts +0 -97
- package/dist/src/charts/line/index.d.ts.map +0 -1
- package/dist/src/charts/line/index.js +0 -221
- package/dist/src/charts/line/index.js.map +0 -1
- package/dist/src/charts/line/types.d.ts +0 -964
- package/dist/src/charts/line/types.d.ts.map +0 -1
- package/dist/src/charts/line/types.js +0 -95
- package/dist/src/charts/line/types.js.map +0 -1
- package/dist/src/charts/pie/index.d.ts +0 -36
- package/dist/src/charts/pie/index.d.ts.map +0 -1
- package/dist/src/charts/pie/index.js +0 -58
- package/dist/src/charts/pie/index.js.map +0 -1
- package/dist/src/charts/pie/types.d.ts +0 -129
- package/dist/src/charts/pie/types.d.ts.map +0 -1
- package/dist/src/charts/pie/types.js +0 -58
- package/dist/src/charts/pie/types.js.map +0 -1
- package/dist/src/charts/radar/index.d.ts +0 -44
- package/dist/src/charts/radar/index.d.ts.map +0 -1
- package/dist/src/charts/radar/index.js +0 -85
- package/dist/src/charts/radar/index.js.map +0 -1
- package/dist/src/charts/radar/types.d.ts +0 -144
- package/dist/src/charts/radar/types.d.ts.map +0 -1
- package/dist/src/charts/radar/types.js +0 -36
- package/dist/src/charts/radar/types.js.map +0 -1
- package/dist/src/charts/scatter/index.d.ts +0 -95
- package/dist/src/charts/scatter/index.d.ts.map +0 -1
- package/dist/src/charts/scatter/index.js +0 -167
- package/dist/src/charts/scatter/index.js.map +0 -1
- package/dist/src/charts/scatter/types.d.ts +0 -868
- package/dist/src/charts/scatter/types.d.ts.map +0 -1
- package/dist/src/charts/scatter/types.js +0 -55
- package/dist/src/charts/scatter/types.js.map +0 -1
- package/dist/src/charts/types.d.ts +0 -2476
- package/dist/src/charts/types.d.ts.map +0 -1
- package/dist/src/charts/types.js +0 -1732
- package/dist/src/charts/types.js.map +0 -1
- package/dist/src/forms/time-scale-control/index.d.ts +0 -54
- package/dist/src/forms/time-scale-control/index.d.ts.map +0 -1
- package/dist/src/forms/time-scale-control/index.js +0 -135
- package/dist/src/forms/time-scale-control/index.js.map +0 -1
- package/dist/src/forms/time-scale-control/types.d.ts +0 -206
- package/dist/src/forms/time-scale-control/types.d.ts.map +0 -1
- package/dist/src/forms/time-scale-control/types.js +0 -97
- package/dist/src/forms/time-scale-control/types.js.map +0 -1
- package/dist/src/layout/chip-rail/index.d.ts +0 -31771
- package/dist/src/layout/chip-rail/index.d.ts.map +0 -1
- package/dist/src/layout/chip-rail/index.js.map +0 -1
- package/dist/src/layout/chip-rail/types.d.ts.map +0 -1
- package/dist/src/layout/chip-rail/types.js.map +0 -1
- package/dist/src/slice/chart/index.d.ts +0 -201
- package/dist/src/slice/chart/index.d.ts.map +0 -1
- package/dist/src/slice/chart/index.js +0 -67
- package/dist/src/slice/chart/index.js.map +0 -1
- package/dist/src/slice/frame/index.d.ts +0 -77
- package/dist/src/slice/frame/index.d.ts.map +0 -1
- package/dist/src/slice/frame/index.js +0 -60
- package/dist/src/slice/frame/index.js.map +0 -1
- package/dist/test/charts/area.examples.d.ts +0 -30
- package/dist/test/charts/area.examples.d.ts.map +0 -1
- package/dist/test/charts/area.examples.js +0 -695
- package/dist/test/charts/area.examples.js.map +0 -1
- package/dist/test/charts/bar.examples.d.ts +0 -26
- package/dist/test/charts/bar.examples.d.ts.map +0 -1
- package/dist/test/charts/bar.examples.js +0 -561
- package/dist/test/charts/bar.examples.js.map +0 -1
- package/dist/test/charts/composed.examples.d.ts +0 -25
- package/dist/test/charts/composed.examples.d.ts.map +0 -1
- package/dist/test/charts/composed.examples.js +0 -616
- package/dist/test/charts/composed.examples.js.map +0 -1
- package/dist/test/charts/line.examples.d.ts +0 -29
- package/dist/test/charts/line.examples.d.ts.map +0 -1
- package/dist/test/charts/line.examples.js +0 -657
- package/dist/test/charts/line.examples.js.map +0 -1
- package/dist/test/charts/pie.examples.d.ts +0 -12
- package/dist/test/charts/pie.examples.d.ts.map +0 -1
- package/dist/test/charts/pie.examples.js +0 -137
- package/dist/test/charts/pie.examples.js.map +0 -1
- package/dist/test/charts/radar.examples.d.ts +0 -10
- package/dist/test/charts/radar.examples.d.ts.map +0 -1
- package/dist/test/charts/radar.examples.js +0 -123
- package/dist/test/charts/radar.examples.js.map +0 -1
- package/dist/test/charts/scatter.examples.d.ts +0 -22
- package/dist/test/charts/scatter.examples.d.ts.map +0 -1
- package/dist/test/charts/scatter.examples.js +0 -461
- package/dist/test/charts/scatter.examples.js.map +0 -1
- package/dist/test/forms/time-scale-control.examples.d.ts +0 -6
- package/dist/test/forms/time-scale-control.examples.d.ts.map +0 -1
- package/dist/test/forms/time-scale-control.examples.js +0 -70
- package/dist/test/forms/time-scale-control.examples.js.map +0 -1
- package/dist/test/layout/chip-rail.examples.d.ts +0 -4
- package/dist/test/layout/chip-rail.examples.d.ts.map +0 -1
- package/dist/test/layout/chip-rail.examples.js +0 -48
- package/dist/test/layout/chip-rail.examples.js.map +0 -1
|
@@ -0,0 +1,1615 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Elara AI Pty Ltd
|
|
3
|
+
* Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details.
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* `Chart` — the high-level, declarative chart authoring API. A chart is a
|
|
7
|
+
* container of layers (`Chart.Root([...])`); each layer is a mark
|
|
8
|
+
* (`Chart.Line` / `Bar` / `Area` / `Scatter` / `Band`) over a typed-accessor
|
|
9
|
+
* encoding, plus annotation layers (`Chart.refLine` / `refBand` / `refDot`).
|
|
10
|
+
*
|
|
11
|
+
* @remarks
|
|
12
|
+
* The builders compile down to the visx-primitive `Chart.Spec` tree (the
|
|
13
|
+
* `VisxChart` arm of `UIComponentType`) — the same core `Slice.Chart.*` uses.
|
|
14
|
+
* Encodings bind data by typed accessor closures (`r => r.field`); the
|
|
15
|
+
* coordinate kind (and therefore the x scale) is inferred from the accessor's
|
|
16
|
+
* East type. The renderer derives domains and range-appropriate ticks, so dates
|
|
17
|
+
* are never pre-formatted.
|
|
18
|
+
*
|
|
19
|
+
* @packageDocumentation
|
|
20
|
+
*/
|
|
21
|
+
import { type ExprType, type SubtypeExprOrValue, type EastType, ArrayType, OptionType, StringType, IntegerType, FloatType, DateTimeType, BooleanType, DictType } from "@elaraai/east";
|
|
22
|
+
import { UIComponentType } from "../../component.js";
|
|
23
|
+
import { SliceBindType } from "../../platform/slice/index.js";
|
|
24
|
+
import { type SliceAffordanceLiteral } from "../../contracts/slice-affordances.js";
|
|
25
|
+
import { ChartTickFormatType, ChartCurveType, type ChartCurveLiteral, ChartSeriesArrayType, ChartBandSeriesArrayType, chartFrame, chartSeries, chartBandArea, chartAxisBottom, chartAxisLeft, chartAxisRight, chartGridRows, chartGridColumns, chartReferenceDot, chartReferenceArea, type ChartSpecValue } from "../spec/index.js";
|
|
26
|
+
/** Scale kind a coordinate implies; derived from the encoding's x accessor. */
|
|
27
|
+
type ScaleKind = "band" | "linear" | "time";
|
|
28
|
+
/**
|
|
29
|
+
* Reads an x-coordinate field off a typed row (e.g. `r => r.month`). The field's
|
|
30
|
+
* East type chooses the scale: `String` → band, `Integer`/`Float` → linear,
|
|
31
|
+
* `DateTime` → time.
|
|
32
|
+
*/
|
|
33
|
+
type XAccessor<Row extends EastType> = (row: ExprType<Row>) => SubtypeExprOrValue<StringType | IntegerType | FloatType | DateTimeType>;
|
|
34
|
+
/** Reads a numeric value field off a typed row (e.g. `r => r.sessions`). */
|
|
35
|
+
type ValueAccessor<Row extends EastType> = (row: ExprType<Row>) => SubtypeExprOrValue<IntegerType | FloatType>;
|
|
36
|
+
/** Reads a category field off a typed row, used to split into series (e.g. `r => r.platform`). */
|
|
37
|
+
type CategoryAccessor<Row extends EastType> = (row: ExprType<Row>) => SubtypeExprOrValue<StringType | IntegerType | BooleanType | DateTimeType>;
|
|
38
|
+
/**
|
|
39
|
+
* Per-mark styling applied across a whole layer.
|
|
40
|
+
*
|
|
41
|
+
* @property key - Series key (legend label) for a single-series layer
|
|
42
|
+
* @property color - Series colour (theme token); defaults to the palette
|
|
43
|
+
* @property curve - Line/area interpolation
|
|
44
|
+
* @property width - Stroke width (line marks)
|
|
45
|
+
* @property dash - SVG dash pattern (line marks)
|
|
46
|
+
* @property dots - Draw point markers on line marks
|
|
47
|
+
* @property fillOpacity - Fill opacity (area / bar marks)
|
|
48
|
+
* @property stack - Stack group id; layers sharing one stack accumulate
|
|
49
|
+
* @property axis - Which y-axis the layer scales against
|
|
50
|
+
* @property order - Draw order among sibling layers (higher draws later)
|
|
51
|
+
*
|
|
52
|
+
* @remarks
|
|
53
|
+
* Scatter marks take {@link ScatterStyle} instead, which adds marker sizing.
|
|
54
|
+
*/
|
|
55
|
+
export interface MarkStyle {
|
|
56
|
+
/** Series key (legend label) for a single-series layer. */
|
|
57
|
+
key?: SubtypeExprOrValue<StringType>;
|
|
58
|
+
/** Series colour (theme token); defaults to the palette. */
|
|
59
|
+
color?: SubtypeExprOrValue<StringType>;
|
|
60
|
+
/** Line/area interpolation. */
|
|
61
|
+
curve?: SubtypeExprOrValue<ChartCurveType> | ChartCurveLiteral;
|
|
62
|
+
/** Stroke width (line marks). */
|
|
63
|
+
width?: SubtypeExprOrValue<FloatType>;
|
|
64
|
+
/** SVG dash pattern (line marks). */
|
|
65
|
+
dash?: SubtypeExprOrValue<StringType>;
|
|
66
|
+
/** Draw point markers on line marks. */
|
|
67
|
+
dots?: SubtypeExprOrValue<BooleanType>;
|
|
68
|
+
/** Fill opacity (area / bar marks). */
|
|
69
|
+
fillOpacity?: SubtypeExprOrValue<FloatType>;
|
|
70
|
+
/** Stack group id; layers sharing one stack accumulate together. */
|
|
71
|
+
stack?: SubtypeExprOrValue<StringType>;
|
|
72
|
+
/** Which y-axis the layer scales against (structural — picks the axis node). */
|
|
73
|
+
axis?: "left" | "right";
|
|
74
|
+
/** Draw order among sibling layers (higher draws later; a build-time sort key). */
|
|
75
|
+
order?: number;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Scatter styling — {@link MarkStyle} plus a uniform marker radius. Bubble sizing
|
|
79
|
+
* (per-point) comes from the encoding's `size` accessor and overrides this.
|
|
80
|
+
*
|
|
81
|
+
* @property size - Uniform marker radius in px; omit to use the default radius
|
|
82
|
+
*/
|
|
83
|
+
export interface ScatterStyle extends MarkStyle {
|
|
84
|
+
/** Uniform marker radius in px; a per-point `size` accessor in the encoding overrides it. */
|
|
85
|
+
size?: SubtypeExprOrValue<FloatType>;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Encoding producing a single series — one point per row.
|
|
89
|
+
*
|
|
90
|
+
* @typeParam Row - The row struct; accessors are checked against its fields
|
|
91
|
+
* @property x - Field placed on the x-axis (its East type chooses the scale)
|
|
92
|
+
* @property y - Numeric field summed into each point's value
|
|
93
|
+
*/
|
|
94
|
+
export interface PointEncoding<Row extends EastType> {
|
|
95
|
+
/** Field placed on the x-axis (its East type chooses the scale). */
|
|
96
|
+
x: XAccessor<Row>;
|
|
97
|
+
/** Numeric field summed into each point's value. */
|
|
98
|
+
y: ValueAccessor<Row>;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Encoding splitting rows into one series per distinct `by` value (the slice pivot).
|
|
102
|
+
*
|
|
103
|
+
* @typeParam Row - The row struct; accessors are checked against its fields
|
|
104
|
+
* @property x - Field placed on the x-axis
|
|
105
|
+
* @property y - Numeric field aggregated per point
|
|
106
|
+
* @property by - Category field; one coloured series per distinct value
|
|
107
|
+
* @property colors - Explicit per-value colours (theme tokens); palette by order otherwise
|
|
108
|
+
*/
|
|
109
|
+
export interface SplitEncoding<Row extends EastType> {
|
|
110
|
+
/** Field placed on the x-axis. */
|
|
111
|
+
x: XAccessor<Row>;
|
|
112
|
+
/** Numeric field aggregated per point. */
|
|
113
|
+
y: ValueAccessor<Row>;
|
|
114
|
+
/** Category field; one coloured series per distinct value. */
|
|
115
|
+
by: CategoryAccessor<Row>;
|
|
116
|
+
/** Explicit per-value colours (theme tokens); palette by order otherwise. */
|
|
117
|
+
colors?: Record<string, string>;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Encoding fanning wide rows into one series per named value column.
|
|
121
|
+
*
|
|
122
|
+
* @typeParam Row - The row struct; accessors are checked against its fields
|
|
123
|
+
* @property x - Field placed on the x-axis
|
|
124
|
+
* @property columns - Named value columns; each becomes a coloured series keyed by its name
|
|
125
|
+
*/
|
|
126
|
+
export interface ColumnsEncoding<Row extends EastType> {
|
|
127
|
+
/** Field placed on the x-axis. */
|
|
128
|
+
x: XAccessor<Row>;
|
|
129
|
+
/** Named value columns; each becomes a coloured series keyed by its name. */
|
|
130
|
+
columns: Record<string, ValueAccessor<Row>>;
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Encoding for a band (area-range) layer — a low/high pair per row.
|
|
134
|
+
*
|
|
135
|
+
* @typeParam Row - The row struct; accessors are checked against its fields
|
|
136
|
+
* @property x - Field placed on the x-axis
|
|
137
|
+
* @property low - Lower-bound numeric field
|
|
138
|
+
* @property high - Upper-bound numeric field
|
|
139
|
+
*/
|
|
140
|
+
export interface BandEncoding<Row extends EastType> {
|
|
141
|
+
/** Field placed on the x-axis. */
|
|
142
|
+
x: XAccessor<Row>;
|
|
143
|
+
/** Lower-bound numeric field. */
|
|
144
|
+
low: ValueAccessor<Row>;
|
|
145
|
+
/** Upper-bound numeric field. */
|
|
146
|
+
high: ValueAccessor<Row>;
|
|
147
|
+
}
|
|
148
|
+
/** Any cartesian-mark encoding (line / bar / area / scatter) over a row struct. */
|
|
149
|
+
export type MarkEncoding<Row extends EastType> = PointEncoding<Row> | SplitEncoding<Row> | ColumnsEncoding<Row>;
|
|
150
|
+
/**
|
|
151
|
+
* A scatter encoding — any cartesian-mark encoding plus an optional per-point
|
|
152
|
+
* `size` accessor that drives bubble sizing (area-proportional). Only
|
|
153
|
+
* `Chart.Scatter` accepts this; other marks never expose `size`.
|
|
154
|
+
*
|
|
155
|
+
* @typeParam Row - The row struct; accessors are checked against its fields
|
|
156
|
+
*/
|
|
157
|
+
export type ScatterEncoding<Row extends EastType> = MarkEncoding<Row> & {
|
|
158
|
+
/** Numeric field mapped to each marker's area (bubble sizing); uniform when omitted. */
|
|
159
|
+
size?: ValueAccessor<Row>;
|
|
160
|
+
};
|
|
161
|
+
/** Rows feeding a mark — an East array of row structs of type `Row`. */
|
|
162
|
+
export type ChartRows<Row extends EastType> = SubtypeExprOrValue<ArrayType<Row>>;
|
|
163
|
+
type MarkKind = "line" | "bar" | "area" | "scatter";
|
|
164
|
+
/** A deferred chart layer; `Chart.Root` finalizes it into `Chart.Spec` nodes. */
|
|
165
|
+
interface SeriesLayer {
|
|
166
|
+
kind: "series";
|
|
167
|
+
mark: MarkKind;
|
|
168
|
+
data: ExprType<ChartSeriesArrayType>;
|
|
169
|
+
xScale: ScaleKind;
|
|
170
|
+
style: MarkStyle;
|
|
171
|
+
/** Uniform scatter marker radius (scatter layers only). */
|
|
172
|
+
radius?: SubtypeExprOrValue<FloatType>;
|
|
173
|
+
}
|
|
174
|
+
interface BandLayer {
|
|
175
|
+
kind: "band";
|
|
176
|
+
data: ExprType<ChartBandSeriesArrayType>;
|
|
177
|
+
xScale: ScaleKind;
|
|
178
|
+
style: MarkStyle;
|
|
179
|
+
}
|
|
180
|
+
interface RefLayer {
|
|
181
|
+
kind: "ref";
|
|
182
|
+
node: ChartSpecValue;
|
|
183
|
+
}
|
|
184
|
+
/** A layer accepted by {@link createChartRoot}. */
|
|
185
|
+
export type ChartLayer = SeriesLayer | BandLayer | RefLayer;
|
|
186
|
+
/**
|
|
187
|
+
* An x position for a reference annotation — a literal (`string` category /
|
|
188
|
+
* `number` / `Date`) or an East expression. The coordinate arm is inferred from
|
|
189
|
+
* the literal's JS type, or from the expression's East type (see {@link xCoord}).
|
|
190
|
+
*/
|
|
191
|
+
type CoordValue = string | number | Date | SubtypeExprOrValue<EastType>;
|
|
192
|
+
/** Options for {@link createRefLine}. */
|
|
193
|
+
export interface RefLineOptions {
|
|
194
|
+
/** Horizontal line at this y value (literal or expression). */
|
|
195
|
+
y?: SubtypeExprOrValue<FloatType>;
|
|
196
|
+
/** Vertical line at this x position (literal or expression). */
|
|
197
|
+
x?: CoordValue;
|
|
198
|
+
/** Optional caption. */
|
|
199
|
+
label?: SubtypeExprOrValue<StringType>;
|
|
200
|
+
/** SVG dash pattern; solid when omitted. */
|
|
201
|
+
dash?: SubtypeExprOrValue<StringType>;
|
|
202
|
+
}
|
|
203
|
+
/** Build a reference-line layer (a `rule` node). */
|
|
204
|
+
declare function createRefLine(options: RefLineOptions): RefLayer;
|
|
205
|
+
/** Options for {@link createRefBand}. */
|
|
206
|
+
export interface RefBandOptions {
|
|
207
|
+
/** Horizontal band between `[low, high]` y values (literals or expressions). */
|
|
208
|
+
y?: [SubtypeExprOrValue<FloatType>, SubtypeExprOrValue<FloatType>];
|
|
209
|
+
/** Vertical band between `[low, high]` x positions (literals or expressions). */
|
|
210
|
+
x?: [CoordValue, CoordValue];
|
|
211
|
+
/** Optional caption. */
|
|
212
|
+
label?: SubtypeExprOrValue<StringType>;
|
|
213
|
+
}
|
|
214
|
+
/** Build a reference-band layer (a `referenceArea` node). */
|
|
215
|
+
declare function createRefBand(options: RefBandOptions): RefLayer;
|
|
216
|
+
/** Options for {@link createRefDot}. */
|
|
217
|
+
export interface RefDotOptions {
|
|
218
|
+
/** Marker x position (literal or expression). */
|
|
219
|
+
x: CoordValue;
|
|
220
|
+
/** Marker y value (literal or expression). */
|
|
221
|
+
y: SubtypeExprOrValue<FloatType>;
|
|
222
|
+
/** Optional caption. */
|
|
223
|
+
label?: SubtypeExprOrValue<StringType>;
|
|
224
|
+
}
|
|
225
|
+
/** Build a reference-dot layer (a `referenceDot` node). */
|
|
226
|
+
declare function createRefDot(options: RefDotOptions): RefLayer;
|
|
227
|
+
/** Axis configuration for one of `Chart.Root`'s axes. */
|
|
228
|
+
export interface AxisOptions {
|
|
229
|
+
/** Axis caption. */
|
|
230
|
+
label?: SubtypeExprOrValue<StringType>;
|
|
231
|
+
/** Tick-label format (see {@link Chart.format}). */
|
|
232
|
+
format?: SubtypeExprOrValue<ChartTickFormatType>;
|
|
233
|
+
/** Explicit `[min, max]` extent (numbers or dates). */
|
|
234
|
+
domain?: [number, number] | [Date, Date];
|
|
235
|
+
/** Force the x-scale kind instead of inferring it from the data. */
|
|
236
|
+
scale?: ScaleKind;
|
|
237
|
+
}
|
|
238
|
+
/** Options for {@link createChartRoot}. */
|
|
239
|
+
export interface ChartOptions {
|
|
240
|
+
/** Plot height in px. */
|
|
241
|
+
height?: SubtypeExprOrValue<FloatType>;
|
|
242
|
+
/** Plot width in px; omit for responsive. */
|
|
243
|
+
width?: SubtypeExprOrValue<FloatType>;
|
|
244
|
+
/** X-axis configuration. */
|
|
245
|
+
x?: AxisOptions;
|
|
246
|
+
/** Primary (left) y-axis configuration. */
|
|
247
|
+
y?: AxisOptions;
|
|
248
|
+
/** Secondary (right) y-axis configuration; presence enables a dual axis. */
|
|
249
|
+
y2?: AxisOptions;
|
|
250
|
+
/** Show background gridlines. Default `true`. */
|
|
251
|
+
grid?: boolean;
|
|
252
|
+
/** Show the colour-matched legend. */
|
|
253
|
+
legend?: boolean;
|
|
254
|
+
/** Show the hover tooltip. */
|
|
255
|
+
tooltip?: boolean;
|
|
256
|
+
/** Stacking offset for stacked layers (`expand` = percent stacking). */
|
|
257
|
+
stackOffset?: "none" | "expand";
|
|
258
|
+
/**
|
|
259
|
+
* Slice chrome — pass the bound handle and the chart renders its own
|
|
260
|
+
* header rail mounting the `affordances` (default
|
|
261
|
+
* `["breakdown", "range"]`). With `"brush"` listed (and a continuous x)
|
|
262
|
+
* dragging the plot writes the slice's range; with a breakdown active the
|
|
263
|
+
* colour-matched legend renders below the plot. Chrome only: layer data
|
|
264
|
+
* is fed explicitly (`Slice.rows` / `Chart.Series`).
|
|
265
|
+
*/
|
|
266
|
+
slice?: SubtypeExprOrValue<SliceBindType>;
|
|
267
|
+
/** Rail affordances when `slice` is set. Default `["breakdown", "range"]`. */
|
|
268
|
+
affordances?: SliceAffordanceLiteral[];
|
|
269
|
+
}
|
|
270
|
+
declare function createChartRoot(layers: ChartLayer | ChartLayer[], options?: ChartOptions): ExprType<UIComponentType>;
|
|
271
|
+
/** Options for {@link Chart.Series} — the slice-parameterized layer. */
|
|
272
|
+
export interface ChartSliceSeriesOptions {
|
|
273
|
+
/** Field id whose value positions each point on the x-axis. */
|
|
274
|
+
x: string;
|
|
275
|
+
/** Numeric field id summed into each series point. */
|
|
276
|
+
value: string;
|
|
277
|
+
/** The mark drawn per series. Default `"line"`. */
|
|
278
|
+
mark?: "line" | "bar" | "area" | "scatter";
|
|
279
|
+
}
|
|
280
|
+
/**
|
|
281
|
+
* The slice-parameterized layer: pivots the narrowed rows by the slice's
|
|
282
|
+
* active breakdown into one coloured series per dimension value (colours
|
|
283
|
+
* assigned by the slice, matching the legend) and draws them as `mark`.
|
|
284
|
+
* Compose it with ordinary layers in the same `Chart`:
|
|
285
|
+
*
|
|
286
|
+
* ```tsx
|
|
287
|
+
* <Chart layers={[Chart.Series(slice, { x: "month", value: "sessions" })]} slice={slice} />
|
|
288
|
+
* ```
|
|
289
|
+
*/
|
|
290
|
+
declare function createSliceSeries(slice: SubtypeExprOrValue<SliceBindType>, options: ChartSliceSeriesOptions): SeriesLayer;
|
|
291
|
+
/** `Chart` — declarative chart authoring (see the module overview). */
|
|
292
|
+
export declare const Chart: {
|
|
293
|
+
/** Assembles layers into a chart value (the `VisxChart` arm). */
|
|
294
|
+
readonly Root: typeof createChartRoot;
|
|
295
|
+
/** Line-mark layer over a cartesian-mark encoding. */
|
|
296
|
+
readonly Line: <Row extends EastType>(rows: ChartRows<Row>, encoding: MarkEncoding<Row>, style?: MarkStyle) => SeriesLayer;
|
|
297
|
+
/** Bar-mark layer over a cartesian-mark encoding. */
|
|
298
|
+
readonly Bar: <Row extends EastType>(rows: ChartRows<Row>, encoding: MarkEncoding<Row>, style?: MarkStyle) => SeriesLayer;
|
|
299
|
+
/** Area-mark layer over a cartesian-mark encoding. */
|
|
300
|
+
readonly Area: <Row extends EastType>(rows: ChartRows<Row>, encoding: MarkEncoding<Row>, style?: MarkStyle) => SeriesLayer;
|
|
301
|
+
/** Scatter-mark layer; the encoding may add a per-point `size` for bubbles. */
|
|
302
|
+
readonly Scatter: <Row extends EastType>(rows: ChartRows<Row>, encoding: ScatterEncoding<Row>, style?: ScatterStyle) => SeriesLayer;
|
|
303
|
+
/** Band (area-range) layer over a `{ x, low, high }` encoding. */
|
|
304
|
+
readonly Band: <Row extends EastType>(rows: ChartRows<Row>, encoding: BandEncoding<Row>, style?: MarkStyle) => BandLayer;
|
|
305
|
+
/** Slice-parameterized layer — one coloured series per active-breakdown value (see {@link createSliceSeries}). */
|
|
306
|
+
readonly Series: typeof createSliceSeries;
|
|
307
|
+
/** Reference-line annotation layer. */
|
|
308
|
+
readonly refLine: typeof createRefLine;
|
|
309
|
+
/** Reference-band annotation layer. */
|
|
310
|
+
readonly refBand: typeof createRefBand;
|
|
311
|
+
/** Reference-dot annotation layer. */
|
|
312
|
+
readonly refDot: typeof createRefDot;
|
|
313
|
+
/** Axis tick-format builders. */
|
|
314
|
+
readonly format: {
|
|
315
|
+
/** Plain number tick formatting. */
|
|
316
|
+
readonly number: () => ExprType<ChartTickFormatType>;
|
|
317
|
+
/** Currency tick formatting. */
|
|
318
|
+
readonly currency: (opts?: {
|
|
319
|
+
code?: SubtypeExprOrValue<StringType>;
|
|
320
|
+
compact?: SubtypeExprOrValue<BooleanType>;
|
|
321
|
+
}) => ExprType<ChartTickFormatType>;
|
|
322
|
+
/** Percentage tick formatting. */
|
|
323
|
+
readonly percent: () => ExprType<ChartTickFormatType>;
|
|
324
|
+
/** Compact magnitude tick formatting (e.g. `1.2k`). */
|
|
325
|
+
readonly compact: () => ExprType<ChartTickFormatType>;
|
|
326
|
+
/** Date tick formatting with a pattern (e.g. `"MMM YYYY"`). */
|
|
327
|
+
readonly date: (pattern: SubtypeExprOrValue<StringType>) => ExprType<ChartTickFormatType>;
|
|
328
|
+
/** Time tick formatting with a pattern. */
|
|
329
|
+
readonly time: (pattern: SubtypeExprOrValue<StringType>) => ExprType<ChartTickFormatType>;
|
|
330
|
+
/** Datetime tick formatting with a pattern. */
|
|
331
|
+
readonly datetime: (pattern: SubtypeExprOrValue<StringType>) => ExprType<ChartTickFormatType>;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* The low-level visx-primitive escape hatch (`Chart.Spec.{frame,series,…}`
|
|
335
|
+
* + `Chart.Spec.Types.*`); the high-level builders compile down to it.
|
|
336
|
+
*/
|
|
337
|
+
readonly Spec: {
|
|
338
|
+
readonly frame: typeof chartFrame;
|
|
339
|
+
readonly series: typeof chartSeries;
|
|
340
|
+
readonly bandArea: typeof chartBandArea;
|
|
341
|
+
readonly axisBottom: typeof chartAxisBottom;
|
|
342
|
+
readonly axisLeft: typeof chartAxisLeft;
|
|
343
|
+
readonly axisRight: typeof chartAxisRight;
|
|
344
|
+
readonly gridRows: typeof chartGridRows;
|
|
345
|
+
readonly gridColumns: typeof chartGridColumns;
|
|
346
|
+
readonly referenceDot: typeof chartReferenceDot;
|
|
347
|
+
readonly referenceArea: typeof chartReferenceArea;
|
|
348
|
+
readonly Types: {
|
|
349
|
+
readonly Spec: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
350
|
+
readonly frame: import("@elaraai/east").StructType<{
|
|
351
|
+
readonly height: FloatType;
|
|
352
|
+
readonly width: OptionType<FloatType>;
|
|
353
|
+
readonly margin: OptionType<import("@elaraai/east").StructType<{
|
|
354
|
+
readonly top: FloatType;
|
|
355
|
+
readonly right: FloatType;
|
|
356
|
+
readonly bottom: FloatType;
|
|
357
|
+
readonly left: FloatType;
|
|
358
|
+
}>>;
|
|
359
|
+
readonly xScale: import("@elaraai/east").VariantType<{
|
|
360
|
+
readonly band: import("@elaraai/east").NullType;
|
|
361
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
362
|
+
readonly time: import("@elaraai/east").NullType;
|
|
363
|
+
}>;
|
|
364
|
+
readonly yScale: import("@elaraai/east").VariantType<{
|
|
365
|
+
readonly band: import("@elaraai/east").NullType;
|
|
366
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
367
|
+
readonly time: import("@elaraai/east").NullType;
|
|
368
|
+
}>;
|
|
369
|
+
readonly yScale2: OptionType<import("@elaraai/east").VariantType<{
|
|
370
|
+
readonly band: import("@elaraai/east").NullType;
|
|
371
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
372
|
+
readonly time: import("@elaraai/east").NullType;
|
|
373
|
+
}>>;
|
|
374
|
+
readonly tooltip: OptionType<import("@elaraai/east").StructType<{
|
|
375
|
+
readonly cursor: OptionType<import("@elaraai/east").VariantType<{
|
|
376
|
+
readonly none: import("@elaraai/east").NullType;
|
|
377
|
+
readonly line: import("@elaraai/east").NullType;
|
|
378
|
+
readonly fill: import("@elaraai/east").NullType;
|
|
379
|
+
}>>;
|
|
380
|
+
}>>;
|
|
381
|
+
readonly legend: OptionType<import("@elaraai/east").StructType<{
|
|
382
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
383
|
+
readonly horizontal: import("@elaraai/east").NullType;
|
|
384
|
+
readonly vertical: import("@elaraai/east").NullType;
|
|
385
|
+
}>>;
|
|
386
|
+
readonly position: OptionType<import("@elaraai/east").VariantType<{
|
|
387
|
+
readonly top: import("@elaraai/east").NullType;
|
|
388
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
389
|
+
readonly left: import("@elaraai/east").NullType;
|
|
390
|
+
readonly right: import("@elaraai/east").NullType;
|
|
391
|
+
}>>;
|
|
392
|
+
}>>;
|
|
393
|
+
readonly slice: OptionType<import("@elaraai/east").StructType<{
|
|
394
|
+
readonly slice: import("@elaraai/east").StructType<{
|
|
395
|
+
readonly key: StringType;
|
|
396
|
+
readonly read: import("@elaraai/east").FunctionType<[], import("@elaraai/east").StructType<{
|
|
397
|
+
readonly range: OptionType<import("@elaraai/east").VariantType<{
|
|
398
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
399
|
+
readonly from: DateTimeType;
|
|
400
|
+
readonly to: DateTimeType;
|
|
401
|
+
}>;
|
|
402
|
+
readonly datetimePreset: import("@elaraai/east").VariantType<{
|
|
403
|
+
readonly today: import("@elaraai/east").NullType;
|
|
404
|
+
readonly last7d: import("@elaraai/east").NullType;
|
|
405
|
+
readonly last30d: import("@elaraai/east").NullType;
|
|
406
|
+
readonly last90d: import("@elaraai/east").NullType;
|
|
407
|
+
readonly ytd: import("@elaraai/east").NullType;
|
|
408
|
+
}>;
|
|
409
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
410
|
+
readonly from: IntegerType;
|
|
411
|
+
readonly to: IntegerType;
|
|
412
|
+
}>;
|
|
413
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
414
|
+
readonly from: FloatType;
|
|
415
|
+
readonly to: FloatType;
|
|
416
|
+
}>;
|
|
417
|
+
}>>;
|
|
418
|
+
readonly compare: OptionType<import("@elaraai/east").VariantType<{
|
|
419
|
+
readonly previousPeriod: import("@elaraai/east").NullType;
|
|
420
|
+
readonly previousYear: import("@elaraai/east").NullType;
|
|
421
|
+
}>>;
|
|
422
|
+
readonly filters: ArrayType<import("@elaraai/east").VariantType<{
|
|
423
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
424
|
+
readonly fieldId: StringType;
|
|
425
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
426
|
+
readonly eq: StringType;
|
|
427
|
+
readonly neq: StringType;
|
|
428
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
429
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
430
|
+
readonly contains: StringType;
|
|
431
|
+
readonly matches: StringType;
|
|
432
|
+
}>;
|
|
433
|
+
}>;
|
|
434
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
435
|
+
readonly fieldId: StringType;
|
|
436
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
437
|
+
readonly eq: IntegerType;
|
|
438
|
+
readonly neq: IntegerType;
|
|
439
|
+
readonly lt: IntegerType;
|
|
440
|
+
readonly lte: IntegerType;
|
|
441
|
+
readonly gt: IntegerType;
|
|
442
|
+
readonly gte: IntegerType;
|
|
443
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
444
|
+
}>;
|
|
445
|
+
}>;
|
|
446
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
447
|
+
readonly fieldId: StringType;
|
|
448
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
449
|
+
readonly lt: FloatType;
|
|
450
|
+
readonly lte: FloatType;
|
|
451
|
+
readonly gt: FloatType;
|
|
452
|
+
readonly gte: FloatType;
|
|
453
|
+
}>;
|
|
454
|
+
}>;
|
|
455
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
456
|
+
readonly fieldId: StringType;
|
|
457
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
458
|
+
readonly before: DateTimeType;
|
|
459
|
+
readonly after: DateTimeType;
|
|
460
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
461
|
+
readonly from: DateTimeType;
|
|
462
|
+
readonly to: DateTimeType;
|
|
463
|
+
}>;
|
|
464
|
+
}>;
|
|
465
|
+
}>;
|
|
466
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
467
|
+
readonly fieldId: StringType;
|
|
468
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
469
|
+
readonly is: BooleanType;
|
|
470
|
+
}>;
|
|
471
|
+
}>;
|
|
472
|
+
}>>;
|
|
473
|
+
readonly cohorts: ArrayType<import("@elaraai/east").StructType<{
|
|
474
|
+
readonly id: StringType;
|
|
475
|
+
readonly name: StringType;
|
|
476
|
+
readonly filters: ArrayType<import("@elaraai/east").VariantType<{
|
|
477
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
478
|
+
readonly fieldId: StringType;
|
|
479
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
480
|
+
readonly eq: StringType;
|
|
481
|
+
readonly neq: StringType;
|
|
482
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
483
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
484
|
+
readonly contains: StringType;
|
|
485
|
+
readonly matches: StringType;
|
|
486
|
+
}>;
|
|
487
|
+
}>;
|
|
488
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
489
|
+
readonly fieldId: StringType;
|
|
490
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
491
|
+
readonly eq: IntegerType;
|
|
492
|
+
readonly neq: IntegerType;
|
|
493
|
+
readonly lt: IntegerType;
|
|
494
|
+
readonly lte: IntegerType;
|
|
495
|
+
readonly gt: IntegerType;
|
|
496
|
+
readonly gte: IntegerType;
|
|
497
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
498
|
+
}>;
|
|
499
|
+
}>;
|
|
500
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
501
|
+
readonly fieldId: StringType;
|
|
502
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
503
|
+
readonly lt: FloatType;
|
|
504
|
+
readonly lte: FloatType;
|
|
505
|
+
readonly gt: FloatType;
|
|
506
|
+
readonly gte: FloatType;
|
|
507
|
+
}>;
|
|
508
|
+
}>;
|
|
509
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
510
|
+
readonly fieldId: StringType;
|
|
511
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
512
|
+
readonly before: DateTimeType;
|
|
513
|
+
readonly after: DateTimeType;
|
|
514
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
515
|
+
readonly from: DateTimeType;
|
|
516
|
+
readonly to: DateTimeType;
|
|
517
|
+
}>;
|
|
518
|
+
}>;
|
|
519
|
+
}>;
|
|
520
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
521
|
+
readonly fieldId: StringType;
|
|
522
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
523
|
+
readonly is: BooleanType;
|
|
524
|
+
}>;
|
|
525
|
+
}>;
|
|
526
|
+
}>>;
|
|
527
|
+
}>>;
|
|
528
|
+
readonly activeCohorts: import("@elaraai/east").SetType<StringType>;
|
|
529
|
+
readonly breakdown: OptionType<import("@elaraai/east").StructType<{
|
|
530
|
+
readonly fieldId: StringType;
|
|
531
|
+
readonly limit: OptionType<IntegerType>;
|
|
532
|
+
}>>;
|
|
533
|
+
readonly search: OptionType<StringType>;
|
|
534
|
+
readonly visible: OptionType<import("@elaraai/east").SetType<StringType>>;
|
|
535
|
+
readonly selectedIndex: OptionType<IntegerType>;
|
|
536
|
+
}>>;
|
|
537
|
+
readonly write: import("@elaraai/east").FunctionType<[import("@elaraai/east").StructType<{
|
|
538
|
+
readonly range: OptionType<import("@elaraai/east").VariantType<{
|
|
539
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
540
|
+
readonly from: DateTimeType;
|
|
541
|
+
readonly to: DateTimeType;
|
|
542
|
+
}>;
|
|
543
|
+
readonly datetimePreset: import("@elaraai/east").VariantType<{
|
|
544
|
+
readonly today: import("@elaraai/east").NullType;
|
|
545
|
+
readonly last7d: import("@elaraai/east").NullType;
|
|
546
|
+
readonly last30d: import("@elaraai/east").NullType;
|
|
547
|
+
readonly last90d: import("@elaraai/east").NullType;
|
|
548
|
+
readonly ytd: import("@elaraai/east").NullType;
|
|
549
|
+
}>;
|
|
550
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
551
|
+
readonly from: IntegerType;
|
|
552
|
+
readonly to: IntegerType;
|
|
553
|
+
}>;
|
|
554
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
555
|
+
readonly from: FloatType;
|
|
556
|
+
readonly to: FloatType;
|
|
557
|
+
}>;
|
|
558
|
+
}>>;
|
|
559
|
+
readonly compare: OptionType<import("@elaraai/east").VariantType<{
|
|
560
|
+
readonly previousPeriod: import("@elaraai/east").NullType;
|
|
561
|
+
readonly previousYear: import("@elaraai/east").NullType;
|
|
562
|
+
}>>;
|
|
563
|
+
readonly filters: ArrayType<import("@elaraai/east").VariantType<{
|
|
564
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
565
|
+
readonly fieldId: StringType;
|
|
566
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
567
|
+
readonly eq: StringType;
|
|
568
|
+
readonly neq: StringType;
|
|
569
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
570
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
571
|
+
readonly contains: StringType;
|
|
572
|
+
readonly matches: StringType;
|
|
573
|
+
}>;
|
|
574
|
+
}>;
|
|
575
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
576
|
+
readonly fieldId: StringType;
|
|
577
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
578
|
+
readonly eq: IntegerType;
|
|
579
|
+
readonly neq: IntegerType;
|
|
580
|
+
readonly lt: IntegerType;
|
|
581
|
+
readonly lte: IntegerType;
|
|
582
|
+
readonly gt: IntegerType;
|
|
583
|
+
readonly gte: IntegerType;
|
|
584
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
585
|
+
}>;
|
|
586
|
+
}>;
|
|
587
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
588
|
+
readonly fieldId: StringType;
|
|
589
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
590
|
+
readonly lt: FloatType;
|
|
591
|
+
readonly lte: FloatType;
|
|
592
|
+
readonly gt: FloatType;
|
|
593
|
+
readonly gte: FloatType;
|
|
594
|
+
}>;
|
|
595
|
+
}>;
|
|
596
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
597
|
+
readonly fieldId: StringType;
|
|
598
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
599
|
+
readonly before: DateTimeType;
|
|
600
|
+
readonly after: DateTimeType;
|
|
601
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
602
|
+
readonly from: DateTimeType;
|
|
603
|
+
readonly to: DateTimeType;
|
|
604
|
+
}>;
|
|
605
|
+
}>;
|
|
606
|
+
}>;
|
|
607
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
608
|
+
readonly fieldId: StringType;
|
|
609
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
610
|
+
readonly is: BooleanType;
|
|
611
|
+
}>;
|
|
612
|
+
}>;
|
|
613
|
+
}>>;
|
|
614
|
+
readonly cohorts: ArrayType<import("@elaraai/east").StructType<{
|
|
615
|
+
readonly id: StringType;
|
|
616
|
+
readonly name: StringType;
|
|
617
|
+
readonly filters: ArrayType<import("@elaraai/east").VariantType<{
|
|
618
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
619
|
+
readonly fieldId: StringType;
|
|
620
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
621
|
+
readonly eq: StringType;
|
|
622
|
+
readonly neq: StringType;
|
|
623
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
624
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
625
|
+
readonly contains: StringType;
|
|
626
|
+
readonly matches: StringType;
|
|
627
|
+
}>;
|
|
628
|
+
}>;
|
|
629
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
630
|
+
readonly fieldId: StringType;
|
|
631
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
632
|
+
readonly eq: IntegerType;
|
|
633
|
+
readonly neq: IntegerType;
|
|
634
|
+
readonly lt: IntegerType;
|
|
635
|
+
readonly lte: IntegerType;
|
|
636
|
+
readonly gt: IntegerType;
|
|
637
|
+
readonly gte: IntegerType;
|
|
638
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
639
|
+
}>;
|
|
640
|
+
}>;
|
|
641
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
642
|
+
readonly fieldId: StringType;
|
|
643
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
644
|
+
readonly lt: FloatType;
|
|
645
|
+
readonly lte: FloatType;
|
|
646
|
+
readonly gt: FloatType;
|
|
647
|
+
readonly gte: FloatType;
|
|
648
|
+
}>;
|
|
649
|
+
}>;
|
|
650
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
651
|
+
readonly fieldId: StringType;
|
|
652
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
653
|
+
readonly before: DateTimeType;
|
|
654
|
+
readonly after: DateTimeType;
|
|
655
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
656
|
+
readonly from: DateTimeType;
|
|
657
|
+
readonly to: DateTimeType;
|
|
658
|
+
}>;
|
|
659
|
+
}>;
|
|
660
|
+
}>;
|
|
661
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
662
|
+
readonly fieldId: StringType;
|
|
663
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
664
|
+
readonly is: BooleanType;
|
|
665
|
+
}>;
|
|
666
|
+
}>;
|
|
667
|
+
}>>;
|
|
668
|
+
}>>;
|
|
669
|
+
readonly activeCohorts: import("@elaraai/east").SetType<StringType>;
|
|
670
|
+
readonly breakdown: OptionType<import("@elaraai/east").StructType<{
|
|
671
|
+
readonly fieldId: StringType;
|
|
672
|
+
readonly limit: OptionType<IntegerType>;
|
|
673
|
+
}>>;
|
|
674
|
+
readonly search: OptionType<StringType>;
|
|
675
|
+
readonly visible: OptionType<import("@elaraai/east").SetType<StringType>>;
|
|
676
|
+
readonly selectedIndex: OptionType<IntegerType>;
|
|
677
|
+
}>], import("@elaraai/east").NullType>;
|
|
678
|
+
readonly setRange: import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").VariantType<{
|
|
679
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
680
|
+
readonly from: DateTimeType;
|
|
681
|
+
readonly to: DateTimeType;
|
|
682
|
+
}>;
|
|
683
|
+
readonly datetimePreset: import("@elaraai/east").VariantType<{
|
|
684
|
+
readonly today: import("@elaraai/east").NullType;
|
|
685
|
+
readonly last7d: import("@elaraai/east").NullType;
|
|
686
|
+
readonly last30d: import("@elaraai/east").NullType;
|
|
687
|
+
readonly last90d: import("@elaraai/east").NullType;
|
|
688
|
+
readonly ytd: import("@elaraai/east").NullType;
|
|
689
|
+
}>;
|
|
690
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
691
|
+
readonly from: IntegerType;
|
|
692
|
+
readonly to: IntegerType;
|
|
693
|
+
}>;
|
|
694
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
695
|
+
readonly from: FloatType;
|
|
696
|
+
readonly to: FloatType;
|
|
697
|
+
}>;
|
|
698
|
+
}>>], import("@elaraai/east").NullType>;
|
|
699
|
+
readonly setCompare: import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").VariantType<{
|
|
700
|
+
readonly previousPeriod: import("@elaraai/east").NullType;
|
|
701
|
+
readonly previousYear: import("@elaraai/east").NullType;
|
|
702
|
+
}>>], import("@elaraai/east").NullType>;
|
|
703
|
+
readonly addFilter: import("@elaraai/east").FunctionType<[import("@elaraai/east").VariantType<{
|
|
704
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
705
|
+
readonly fieldId: StringType;
|
|
706
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
707
|
+
readonly eq: StringType;
|
|
708
|
+
readonly neq: StringType;
|
|
709
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
710
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
711
|
+
readonly contains: StringType;
|
|
712
|
+
readonly matches: StringType;
|
|
713
|
+
}>;
|
|
714
|
+
}>;
|
|
715
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
716
|
+
readonly fieldId: StringType;
|
|
717
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
718
|
+
readonly eq: IntegerType;
|
|
719
|
+
readonly neq: IntegerType;
|
|
720
|
+
readonly lt: IntegerType;
|
|
721
|
+
readonly lte: IntegerType;
|
|
722
|
+
readonly gt: IntegerType;
|
|
723
|
+
readonly gte: IntegerType;
|
|
724
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
725
|
+
}>;
|
|
726
|
+
}>;
|
|
727
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
728
|
+
readonly fieldId: StringType;
|
|
729
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
730
|
+
readonly lt: FloatType;
|
|
731
|
+
readonly lte: FloatType;
|
|
732
|
+
readonly gt: FloatType;
|
|
733
|
+
readonly gte: FloatType;
|
|
734
|
+
}>;
|
|
735
|
+
}>;
|
|
736
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
737
|
+
readonly fieldId: StringType;
|
|
738
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
739
|
+
readonly before: DateTimeType;
|
|
740
|
+
readonly after: DateTimeType;
|
|
741
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
742
|
+
readonly from: DateTimeType;
|
|
743
|
+
readonly to: DateTimeType;
|
|
744
|
+
}>;
|
|
745
|
+
}>;
|
|
746
|
+
}>;
|
|
747
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
748
|
+
readonly fieldId: StringType;
|
|
749
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
750
|
+
readonly is: BooleanType;
|
|
751
|
+
}>;
|
|
752
|
+
}>;
|
|
753
|
+
}>], import("@elaraai/east").NullType>;
|
|
754
|
+
readonly removeFilter: import("@elaraai/east").FunctionType<[IntegerType], import("@elaraai/east").NullType>;
|
|
755
|
+
readonly clearFilters: import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>;
|
|
756
|
+
readonly defineCohort: import("@elaraai/east").FunctionType<[import("@elaraai/east").StructType<{
|
|
757
|
+
readonly id: StringType;
|
|
758
|
+
readonly name: StringType;
|
|
759
|
+
readonly filters: ArrayType<import("@elaraai/east").VariantType<{
|
|
760
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
761
|
+
readonly fieldId: StringType;
|
|
762
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
763
|
+
readonly eq: StringType;
|
|
764
|
+
readonly neq: StringType;
|
|
765
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
766
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
767
|
+
readonly contains: StringType;
|
|
768
|
+
readonly matches: StringType;
|
|
769
|
+
}>;
|
|
770
|
+
}>;
|
|
771
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
772
|
+
readonly fieldId: StringType;
|
|
773
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
774
|
+
readonly eq: IntegerType;
|
|
775
|
+
readonly neq: IntegerType;
|
|
776
|
+
readonly lt: IntegerType;
|
|
777
|
+
readonly lte: IntegerType;
|
|
778
|
+
readonly gt: IntegerType;
|
|
779
|
+
readonly gte: IntegerType;
|
|
780
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
781
|
+
}>;
|
|
782
|
+
}>;
|
|
783
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
784
|
+
readonly fieldId: StringType;
|
|
785
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
786
|
+
readonly lt: FloatType;
|
|
787
|
+
readonly lte: FloatType;
|
|
788
|
+
readonly gt: FloatType;
|
|
789
|
+
readonly gte: FloatType;
|
|
790
|
+
}>;
|
|
791
|
+
}>;
|
|
792
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
793
|
+
readonly fieldId: StringType;
|
|
794
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
795
|
+
readonly before: DateTimeType;
|
|
796
|
+
readonly after: DateTimeType;
|
|
797
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
798
|
+
readonly from: DateTimeType;
|
|
799
|
+
readonly to: DateTimeType;
|
|
800
|
+
}>;
|
|
801
|
+
}>;
|
|
802
|
+
}>;
|
|
803
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
804
|
+
readonly fieldId: StringType;
|
|
805
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
806
|
+
readonly is: BooleanType;
|
|
807
|
+
}>;
|
|
808
|
+
}>;
|
|
809
|
+
}>>;
|
|
810
|
+
}>], import("@elaraai/east").NullType>;
|
|
811
|
+
readonly updateCohort: import("@elaraai/east").FunctionType<[StringType, import("@elaraai/east").StructType<{
|
|
812
|
+
readonly id: StringType;
|
|
813
|
+
readonly name: StringType;
|
|
814
|
+
readonly filters: ArrayType<import("@elaraai/east").VariantType<{
|
|
815
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
816
|
+
readonly fieldId: StringType;
|
|
817
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
818
|
+
readonly eq: StringType;
|
|
819
|
+
readonly neq: StringType;
|
|
820
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
821
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
822
|
+
readonly contains: StringType;
|
|
823
|
+
readonly matches: StringType;
|
|
824
|
+
}>;
|
|
825
|
+
}>;
|
|
826
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
827
|
+
readonly fieldId: StringType;
|
|
828
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
829
|
+
readonly eq: IntegerType;
|
|
830
|
+
readonly neq: IntegerType;
|
|
831
|
+
readonly lt: IntegerType;
|
|
832
|
+
readonly lte: IntegerType;
|
|
833
|
+
readonly gt: IntegerType;
|
|
834
|
+
readonly gte: IntegerType;
|
|
835
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
836
|
+
}>;
|
|
837
|
+
}>;
|
|
838
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
839
|
+
readonly fieldId: StringType;
|
|
840
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
841
|
+
readonly lt: FloatType;
|
|
842
|
+
readonly lte: FloatType;
|
|
843
|
+
readonly gt: FloatType;
|
|
844
|
+
readonly gte: FloatType;
|
|
845
|
+
}>;
|
|
846
|
+
}>;
|
|
847
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
848
|
+
readonly fieldId: StringType;
|
|
849
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
850
|
+
readonly before: DateTimeType;
|
|
851
|
+
readonly after: DateTimeType;
|
|
852
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
853
|
+
readonly from: DateTimeType;
|
|
854
|
+
readonly to: DateTimeType;
|
|
855
|
+
}>;
|
|
856
|
+
}>;
|
|
857
|
+
}>;
|
|
858
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
859
|
+
readonly fieldId: StringType;
|
|
860
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
861
|
+
readonly is: BooleanType;
|
|
862
|
+
}>;
|
|
863
|
+
}>;
|
|
864
|
+
}>>;
|
|
865
|
+
}>], import("@elaraai/east").NullType>;
|
|
866
|
+
readonly removeCohort: import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>;
|
|
867
|
+
readonly toggleCohort: import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>;
|
|
868
|
+
readonly setBreakdown: import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").StructType<{
|
|
869
|
+
readonly fieldId: StringType;
|
|
870
|
+
readonly limit: OptionType<IntegerType>;
|
|
871
|
+
}>>], import("@elaraai/east").NullType>;
|
|
872
|
+
readonly setSearch: import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>;
|
|
873
|
+
readonly setVisible: import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").SetType<StringType>>], import("@elaraai/east").NullType>;
|
|
874
|
+
readonly select: import("@elaraai/east").FunctionType<[OptionType<IntegerType>], import("@elaraai/east").NullType>;
|
|
875
|
+
readonly isActive: import("@elaraai/east").FunctionType<[], BooleanType>;
|
|
876
|
+
readonly activeCount: import("@elaraai/east").FunctionType<[], IntegerType>;
|
|
877
|
+
readonly dimensions: import("@elaraai/east").FunctionType<[], ArrayType<import("@elaraai/east").StructType<{
|
|
878
|
+
readonly fieldId: StringType;
|
|
879
|
+
readonly label: StringType;
|
|
880
|
+
}>>>;
|
|
881
|
+
readonly fields: import("@elaraai/east").FunctionType<[], ArrayType<import("@elaraai/east").StructType<{
|
|
882
|
+
readonly fieldId: StringType;
|
|
883
|
+
readonly label: StringType;
|
|
884
|
+
readonly kind: StringType;
|
|
885
|
+
}>>>;
|
|
886
|
+
readonly searchFieldIds: import("@elaraai/east").FunctionType<[], ArrayType<StringType>>;
|
|
887
|
+
readonly rangeFieldId: import("@elaraai/east").FunctionType<[], OptionType<StringType>>;
|
|
888
|
+
readonly totalCount: import("@elaraai/east").FunctionType<[], IntegerType>;
|
|
889
|
+
readonly resultCount: import("@elaraai/east").FunctionType<[], IntegerType>;
|
|
890
|
+
readonly groups: import("@elaraai/east").FunctionType<[], ArrayType<import("@elaraai/east").StructType<{
|
|
891
|
+
readonly key: StringType;
|
|
892
|
+
readonly count: IntegerType;
|
|
893
|
+
readonly color: StringType;
|
|
894
|
+
}>>>;
|
|
895
|
+
readonly series: import("@elaraai/east").FunctionType<[StringType, StringType], ArrayType<import("@elaraai/east").StructType<{
|
|
896
|
+
readonly key: StringType;
|
|
897
|
+
readonly color: StringType;
|
|
898
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
899
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
900
|
+
readonly category: StringType;
|
|
901
|
+
readonly number: FloatType;
|
|
902
|
+
readonly time: DateTimeType;
|
|
903
|
+
}>;
|
|
904
|
+
readonly value: FloatType;
|
|
905
|
+
readonly size: OptionType<FloatType>;
|
|
906
|
+
}>>;
|
|
907
|
+
}>>>;
|
|
908
|
+
readonly matches: import("@elaraai/east").FunctionType<[], ArrayType<import("@elaraai/east").StructType<{
|
|
909
|
+
readonly id: StringType;
|
|
910
|
+
readonly label: StringType;
|
|
911
|
+
readonly meta: OptionType<StringType>;
|
|
912
|
+
}>>>;
|
|
913
|
+
readonly cohortCounts: import("@elaraai/east").FunctionType<[], DictType<StringType, IntegerType>>;
|
|
914
|
+
}>;
|
|
915
|
+
readonly affordances: ArrayType<import("@elaraai/east").VariantType<{
|
|
916
|
+
readonly filter: import("@elaraai/east").NullType;
|
|
917
|
+
readonly search: import("@elaraai/east").NullType;
|
|
918
|
+
readonly breakdown: import("@elaraai/east").NullType;
|
|
919
|
+
readonly range: import("@elaraai/east").NullType;
|
|
920
|
+
readonly cohort: import("@elaraai/east").NullType;
|
|
921
|
+
readonly brush: import("@elaraai/east").NullType;
|
|
922
|
+
}>>;
|
|
923
|
+
}>>;
|
|
924
|
+
readonly children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
925
|
+
}>;
|
|
926
|
+
readonly group: import("@elaraai/east").StructType<{
|
|
927
|
+
readonly left: FloatType;
|
|
928
|
+
readonly top: FloatType;
|
|
929
|
+
readonly children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
930
|
+
}>;
|
|
931
|
+
readonly linePath: import("@elaraai/east").StructType<{
|
|
932
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
933
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
934
|
+
readonly category: StringType;
|
|
935
|
+
readonly number: FloatType;
|
|
936
|
+
readonly time: DateTimeType;
|
|
937
|
+
}>;
|
|
938
|
+
readonly value: FloatType;
|
|
939
|
+
readonly size: OptionType<FloatType>;
|
|
940
|
+
}>>;
|
|
941
|
+
readonly stroke: StringType;
|
|
942
|
+
readonly strokeWidth: OptionType<FloatType>;
|
|
943
|
+
readonly curve: OptionType<import("@elaraai/east").VariantType<{
|
|
944
|
+
readonly monotoneX: import("@elaraai/east").NullType;
|
|
945
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
946
|
+
readonly natural: import("@elaraai/east").NullType;
|
|
947
|
+
readonly step: import("@elaraai/east").NullType;
|
|
948
|
+
}>>;
|
|
949
|
+
readonly dashArray: OptionType<StringType>;
|
|
950
|
+
readonly opacity: OptionType<FloatType>;
|
|
951
|
+
}>;
|
|
952
|
+
readonly area: import("@elaraai/east").StructType<{
|
|
953
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
954
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
955
|
+
readonly category: StringType;
|
|
956
|
+
readonly number: FloatType;
|
|
957
|
+
readonly time: DateTimeType;
|
|
958
|
+
}>;
|
|
959
|
+
readonly value: FloatType;
|
|
960
|
+
readonly size: OptionType<FloatType>;
|
|
961
|
+
}>>;
|
|
962
|
+
readonly fill: StringType;
|
|
963
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
964
|
+
readonly stroke: OptionType<StringType>;
|
|
965
|
+
readonly strokeWidth: OptionType<FloatType>;
|
|
966
|
+
readonly curve: OptionType<import("@elaraai/east").VariantType<{
|
|
967
|
+
readonly monotoneX: import("@elaraai/east").NullType;
|
|
968
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
969
|
+
readonly natural: import("@elaraai/east").NullType;
|
|
970
|
+
readonly step: import("@elaraai/east").NullType;
|
|
971
|
+
}>>;
|
|
972
|
+
}>;
|
|
973
|
+
readonly bandArea: import("@elaraai/east").StructType<{
|
|
974
|
+
readonly data: ArrayType<import("@elaraai/east").StructType<{
|
|
975
|
+
readonly key: StringType;
|
|
976
|
+
readonly color: StringType;
|
|
977
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
978
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
979
|
+
readonly category: StringType;
|
|
980
|
+
readonly number: FloatType;
|
|
981
|
+
readonly time: DateTimeType;
|
|
982
|
+
}>;
|
|
983
|
+
readonly low: FloatType;
|
|
984
|
+
readonly high: FloatType;
|
|
985
|
+
}>>;
|
|
986
|
+
}>>;
|
|
987
|
+
readonly curve: OptionType<import("@elaraai/east").VariantType<{
|
|
988
|
+
readonly monotoneX: import("@elaraai/east").NullType;
|
|
989
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
990
|
+
readonly natural: import("@elaraai/east").NullType;
|
|
991
|
+
readonly step: import("@elaraai/east").NullType;
|
|
992
|
+
}>>;
|
|
993
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
994
|
+
}>;
|
|
995
|
+
readonly bars: import("@elaraai/east").StructType<{
|
|
996
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
997
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
998
|
+
readonly category: StringType;
|
|
999
|
+
readonly number: FloatType;
|
|
1000
|
+
readonly time: DateTimeType;
|
|
1001
|
+
}>;
|
|
1002
|
+
readonly value: FloatType;
|
|
1003
|
+
readonly size: OptionType<FloatType>;
|
|
1004
|
+
}>>;
|
|
1005
|
+
readonly fill: StringType;
|
|
1006
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
1007
|
+
readonly radius: OptionType<FloatType>;
|
|
1008
|
+
}>;
|
|
1009
|
+
readonly points: import("@elaraai/east").StructType<{
|
|
1010
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
1011
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1012
|
+
readonly category: StringType;
|
|
1013
|
+
readonly number: FloatType;
|
|
1014
|
+
readonly time: DateTimeType;
|
|
1015
|
+
}>;
|
|
1016
|
+
readonly value: FloatType;
|
|
1017
|
+
readonly size: OptionType<FloatType>;
|
|
1018
|
+
}>>;
|
|
1019
|
+
readonly fill: StringType;
|
|
1020
|
+
readonly radius: OptionType<FloatType>;
|
|
1021
|
+
readonly stroke: OptionType<StringType>;
|
|
1022
|
+
readonly strokeWidth: OptionType<FloatType>;
|
|
1023
|
+
}>;
|
|
1024
|
+
readonly rule: import("@elaraai/east").StructType<{
|
|
1025
|
+
readonly axis: import("@elaraai/east").VariantType<{
|
|
1026
|
+
readonly x: import("@elaraai/east").NullType;
|
|
1027
|
+
readonly y: import("@elaraai/east").NullType;
|
|
1028
|
+
}>;
|
|
1029
|
+
readonly at: StringType;
|
|
1030
|
+
readonly stroke: StringType;
|
|
1031
|
+
readonly dashArray: OptionType<StringType>;
|
|
1032
|
+
}>;
|
|
1033
|
+
readonly referenceDot: import("@elaraai/east").StructType<{
|
|
1034
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1035
|
+
readonly category: StringType;
|
|
1036
|
+
readonly number: FloatType;
|
|
1037
|
+
readonly time: DateTimeType;
|
|
1038
|
+
}>;
|
|
1039
|
+
readonly y: FloatType;
|
|
1040
|
+
readonly fill: OptionType<StringType>;
|
|
1041
|
+
readonly radius: OptionType<FloatType>;
|
|
1042
|
+
readonly stroke: OptionType<StringType>;
|
|
1043
|
+
readonly strokeWidth: OptionType<FloatType>;
|
|
1044
|
+
readonly label: OptionType<StringType>;
|
|
1045
|
+
}>;
|
|
1046
|
+
readonly referenceArea: import("@elaraai/east").StructType<{
|
|
1047
|
+
readonly x1: OptionType<import("@elaraai/east").VariantType<{
|
|
1048
|
+
readonly category: StringType;
|
|
1049
|
+
readonly number: FloatType;
|
|
1050
|
+
readonly time: DateTimeType;
|
|
1051
|
+
}>>;
|
|
1052
|
+
readonly x2: OptionType<import("@elaraai/east").VariantType<{
|
|
1053
|
+
readonly category: StringType;
|
|
1054
|
+
readonly number: FloatType;
|
|
1055
|
+
readonly time: DateTimeType;
|
|
1056
|
+
}>>;
|
|
1057
|
+
readonly y1: OptionType<FloatType>;
|
|
1058
|
+
readonly y2: OptionType<FloatType>;
|
|
1059
|
+
readonly fill: OptionType<StringType>;
|
|
1060
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
1061
|
+
readonly stroke: OptionType<StringType>;
|
|
1062
|
+
readonly label: OptionType<StringType>;
|
|
1063
|
+
}>;
|
|
1064
|
+
readonly text: import("@elaraai/east").StructType<{
|
|
1065
|
+
readonly point: import("@elaraai/east").StructType<{
|
|
1066
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1067
|
+
readonly category: StringType;
|
|
1068
|
+
readonly number: FloatType;
|
|
1069
|
+
readonly time: DateTimeType;
|
|
1070
|
+
}>;
|
|
1071
|
+
readonly value: FloatType;
|
|
1072
|
+
readonly size: OptionType<FloatType>;
|
|
1073
|
+
}>;
|
|
1074
|
+
readonly text: StringType;
|
|
1075
|
+
readonly anchor: OptionType<import("@elaraai/east").VariantType<{
|
|
1076
|
+
readonly start: import("@elaraai/east").NullType;
|
|
1077
|
+
readonly middle: import("@elaraai/east").NullType;
|
|
1078
|
+
readonly end: import("@elaraai/east").NullType;
|
|
1079
|
+
}>>;
|
|
1080
|
+
readonly fill: OptionType<StringType>;
|
|
1081
|
+
readonly fontSize: OptionType<FloatType>;
|
|
1082
|
+
readonly fontWeight: OptionType<FloatType>;
|
|
1083
|
+
}>;
|
|
1084
|
+
readonly axisBottom: import("@elaraai/east").StructType<{
|
|
1085
|
+
readonly label: OptionType<StringType>;
|
|
1086
|
+
readonly numTicks: OptionType<FloatType>;
|
|
1087
|
+
readonly hideTicks: OptionType<BooleanType>;
|
|
1088
|
+
readonly hideLine: OptionType<BooleanType>;
|
|
1089
|
+
readonly domain: OptionType<import("@elaraai/east").VariantType<{
|
|
1090
|
+
readonly number: import("@elaraai/east").StructType<{
|
|
1091
|
+
readonly min: FloatType;
|
|
1092
|
+
readonly max: FloatType;
|
|
1093
|
+
}>;
|
|
1094
|
+
readonly time: import("@elaraai/east").StructType<{
|
|
1095
|
+
readonly min: DateTimeType;
|
|
1096
|
+
readonly max: DateTimeType;
|
|
1097
|
+
}>;
|
|
1098
|
+
}>>;
|
|
1099
|
+
readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
1100
|
+
readonly number: import("@elaraai/east").NullType;
|
|
1101
|
+
readonly currency: import("@elaraai/east").StructType<{
|
|
1102
|
+
readonly code: StringType;
|
|
1103
|
+
readonly compact: BooleanType;
|
|
1104
|
+
}>;
|
|
1105
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
1106
|
+
readonly compact: import("@elaraai/east").NullType;
|
|
1107
|
+
readonly date: StringType;
|
|
1108
|
+
readonly time: StringType;
|
|
1109
|
+
readonly datetime: StringType;
|
|
1110
|
+
}>>;
|
|
1111
|
+
}>;
|
|
1112
|
+
readonly axisLeft: import("@elaraai/east").StructType<{
|
|
1113
|
+
readonly label: OptionType<StringType>;
|
|
1114
|
+
readonly numTicks: OptionType<FloatType>;
|
|
1115
|
+
readonly hideTicks: OptionType<BooleanType>;
|
|
1116
|
+
readonly hideLine: OptionType<BooleanType>;
|
|
1117
|
+
readonly domain: OptionType<import("@elaraai/east").VariantType<{
|
|
1118
|
+
readonly number: import("@elaraai/east").StructType<{
|
|
1119
|
+
readonly min: FloatType;
|
|
1120
|
+
readonly max: FloatType;
|
|
1121
|
+
}>;
|
|
1122
|
+
readonly time: import("@elaraai/east").StructType<{
|
|
1123
|
+
readonly min: DateTimeType;
|
|
1124
|
+
readonly max: DateTimeType;
|
|
1125
|
+
}>;
|
|
1126
|
+
}>>;
|
|
1127
|
+
readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
1128
|
+
readonly number: import("@elaraai/east").NullType;
|
|
1129
|
+
readonly currency: import("@elaraai/east").StructType<{
|
|
1130
|
+
readonly code: StringType;
|
|
1131
|
+
readonly compact: BooleanType;
|
|
1132
|
+
}>;
|
|
1133
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
1134
|
+
readonly compact: import("@elaraai/east").NullType;
|
|
1135
|
+
readonly date: StringType;
|
|
1136
|
+
readonly time: StringType;
|
|
1137
|
+
readonly datetime: StringType;
|
|
1138
|
+
}>>;
|
|
1139
|
+
}>;
|
|
1140
|
+
readonly axisRight: import("@elaraai/east").StructType<{
|
|
1141
|
+
readonly label: OptionType<StringType>;
|
|
1142
|
+
readonly numTicks: OptionType<FloatType>;
|
|
1143
|
+
readonly hideTicks: OptionType<BooleanType>;
|
|
1144
|
+
readonly hideLine: OptionType<BooleanType>;
|
|
1145
|
+
readonly domain: OptionType<import("@elaraai/east").VariantType<{
|
|
1146
|
+
readonly number: import("@elaraai/east").StructType<{
|
|
1147
|
+
readonly min: FloatType;
|
|
1148
|
+
readonly max: FloatType;
|
|
1149
|
+
}>;
|
|
1150
|
+
readonly time: import("@elaraai/east").StructType<{
|
|
1151
|
+
readonly min: DateTimeType;
|
|
1152
|
+
readonly max: DateTimeType;
|
|
1153
|
+
}>;
|
|
1154
|
+
}>>;
|
|
1155
|
+
readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
1156
|
+
readonly number: import("@elaraai/east").NullType;
|
|
1157
|
+
readonly currency: import("@elaraai/east").StructType<{
|
|
1158
|
+
readonly code: StringType;
|
|
1159
|
+
readonly compact: BooleanType;
|
|
1160
|
+
}>;
|
|
1161
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
1162
|
+
readonly compact: import("@elaraai/east").NullType;
|
|
1163
|
+
readonly date: StringType;
|
|
1164
|
+
readonly time: StringType;
|
|
1165
|
+
readonly datetime: StringType;
|
|
1166
|
+
}>>;
|
|
1167
|
+
}>;
|
|
1168
|
+
readonly gridRows: import("@elaraai/east").StructType<{
|
|
1169
|
+
readonly numTicks: OptionType<FloatType>;
|
|
1170
|
+
readonly dashArray: OptionType<StringType>;
|
|
1171
|
+
}>;
|
|
1172
|
+
readonly gridColumns: import("@elaraai/east").StructType<{
|
|
1173
|
+
readonly numTicks: OptionType<FloatType>;
|
|
1174
|
+
readonly dashArray: OptionType<StringType>;
|
|
1175
|
+
}>;
|
|
1176
|
+
readonly series: import("@elaraai/east").StructType<{
|
|
1177
|
+
readonly data: ArrayType<import("@elaraai/east").StructType<{
|
|
1178
|
+
readonly key: StringType;
|
|
1179
|
+
readonly color: StringType;
|
|
1180
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
1181
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1182
|
+
readonly category: StringType;
|
|
1183
|
+
readonly number: FloatType;
|
|
1184
|
+
readonly time: DateTimeType;
|
|
1185
|
+
}>;
|
|
1186
|
+
readonly value: FloatType;
|
|
1187
|
+
readonly size: OptionType<FloatType>;
|
|
1188
|
+
}>>;
|
|
1189
|
+
}>>;
|
|
1190
|
+
readonly mark: import("@elaraai/east").VariantType<{
|
|
1191
|
+
readonly line: import("@elaraai/east").NullType;
|
|
1192
|
+
readonly bar: import("@elaraai/east").NullType;
|
|
1193
|
+
readonly area: import("@elaraai/east").NullType;
|
|
1194
|
+
readonly scatter: import("@elaraai/east").NullType;
|
|
1195
|
+
}>;
|
|
1196
|
+
readonly curve: OptionType<import("@elaraai/east").VariantType<{
|
|
1197
|
+
readonly monotoneX: import("@elaraai/east").NullType;
|
|
1198
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
1199
|
+
readonly natural: import("@elaraai/east").NullType;
|
|
1200
|
+
readonly step: import("@elaraai/east").NullType;
|
|
1201
|
+
}>>;
|
|
1202
|
+
readonly stackId: OptionType<StringType>;
|
|
1203
|
+
readonly stackOffset: OptionType<import("@elaraai/east").VariantType<{
|
|
1204
|
+
readonly none: import("@elaraai/east").NullType;
|
|
1205
|
+
readonly expand: import("@elaraai/east").NullType;
|
|
1206
|
+
}>>;
|
|
1207
|
+
readonly axis: OptionType<import("@elaraai/east").VariantType<{
|
|
1208
|
+
readonly left: import("@elaraai/east").NullType;
|
|
1209
|
+
readonly right: import("@elaraai/east").NullType;
|
|
1210
|
+
}>>;
|
|
1211
|
+
readonly strokeWidth: OptionType<FloatType>;
|
|
1212
|
+
readonly dashArray: OptionType<StringType>;
|
|
1213
|
+
readonly dots: OptionType<BooleanType>;
|
|
1214
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
1215
|
+
readonly radius: OptionType<FloatType>;
|
|
1216
|
+
}>;
|
|
1217
|
+
}>>;
|
|
1218
|
+
readonly XCoord: import("@elaraai/east").VariantType<{
|
|
1219
|
+
readonly category: StringType;
|
|
1220
|
+
readonly number: FloatType;
|
|
1221
|
+
readonly time: DateTimeType;
|
|
1222
|
+
}>;
|
|
1223
|
+
readonly Domain: import("@elaraai/east").VariantType<{
|
|
1224
|
+
readonly number: import("@elaraai/east").StructType<{
|
|
1225
|
+
readonly min: FloatType;
|
|
1226
|
+
readonly max: FloatType;
|
|
1227
|
+
}>;
|
|
1228
|
+
readonly time: import("@elaraai/east").StructType<{
|
|
1229
|
+
readonly min: DateTimeType;
|
|
1230
|
+
readonly max: DateTimeType;
|
|
1231
|
+
}>;
|
|
1232
|
+
}>;
|
|
1233
|
+
readonly Point: import("@elaraai/east").StructType<{
|
|
1234
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1235
|
+
readonly category: StringType;
|
|
1236
|
+
readonly number: FloatType;
|
|
1237
|
+
readonly time: DateTimeType;
|
|
1238
|
+
}>;
|
|
1239
|
+
readonly value: FloatType;
|
|
1240
|
+
readonly size: OptionType<FloatType>;
|
|
1241
|
+
}>;
|
|
1242
|
+
readonly Series: import("@elaraai/east").StructType<{
|
|
1243
|
+
readonly key: StringType;
|
|
1244
|
+
readonly color: StringType;
|
|
1245
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
1246
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1247
|
+
readonly category: StringType;
|
|
1248
|
+
readonly number: FloatType;
|
|
1249
|
+
readonly time: DateTimeType;
|
|
1250
|
+
}>;
|
|
1251
|
+
readonly value: FloatType;
|
|
1252
|
+
readonly size: OptionType<FloatType>;
|
|
1253
|
+
}>>;
|
|
1254
|
+
}>;
|
|
1255
|
+
readonly SeriesArray: ArrayType<import("@elaraai/east").StructType<{
|
|
1256
|
+
readonly key: StringType;
|
|
1257
|
+
readonly color: StringType;
|
|
1258
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
1259
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1260
|
+
readonly category: StringType;
|
|
1261
|
+
readonly number: FloatType;
|
|
1262
|
+
readonly time: DateTimeType;
|
|
1263
|
+
}>;
|
|
1264
|
+
readonly value: FloatType;
|
|
1265
|
+
readonly size: OptionType<FloatType>;
|
|
1266
|
+
}>>;
|
|
1267
|
+
}>>;
|
|
1268
|
+
readonly BandPoint: import("@elaraai/east").StructType<{
|
|
1269
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1270
|
+
readonly category: StringType;
|
|
1271
|
+
readonly number: FloatType;
|
|
1272
|
+
readonly time: DateTimeType;
|
|
1273
|
+
}>;
|
|
1274
|
+
readonly low: FloatType;
|
|
1275
|
+
readonly high: FloatType;
|
|
1276
|
+
}>;
|
|
1277
|
+
readonly BandSeries: import("@elaraai/east").StructType<{
|
|
1278
|
+
readonly key: StringType;
|
|
1279
|
+
readonly color: StringType;
|
|
1280
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
1281
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1282
|
+
readonly category: StringType;
|
|
1283
|
+
readonly number: FloatType;
|
|
1284
|
+
readonly time: DateTimeType;
|
|
1285
|
+
}>;
|
|
1286
|
+
readonly low: FloatType;
|
|
1287
|
+
readonly high: FloatType;
|
|
1288
|
+
}>>;
|
|
1289
|
+
}>;
|
|
1290
|
+
readonly BandSeriesArray: ArrayType<import("@elaraai/east").StructType<{
|
|
1291
|
+
readonly key: StringType;
|
|
1292
|
+
readonly color: StringType;
|
|
1293
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
1294
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1295
|
+
readonly category: StringType;
|
|
1296
|
+
readonly number: FloatType;
|
|
1297
|
+
readonly time: DateTimeType;
|
|
1298
|
+
}>;
|
|
1299
|
+
readonly low: FloatType;
|
|
1300
|
+
readonly high: FloatType;
|
|
1301
|
+
}>>;
|
|
1302
|
+
}>>;
|
|
1303
|
+
readonly Scale: import("@elaraai/east").VariantType<{
|
|
1304
|
+
readonly band: import("@elaraai/east").NullType;
|
|
1305
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
1306
|
+
readonly time: import("@elaraai/east").NullType;
|
|
1307
|
+
}>;
|
|
1308
|
+
readonly TickFormat: import("@elaraai/east").VariantType<{
|
|
1309
|
+
readonly number: import("@elaraai/east").NullType;
|
|
1310
|
+
readonly currency: import("@elaraai/east").StructType<{
|
|
1311
|
+
readonly code: StringType;
|
|
1312
|
+
readonly compact: BooleanType;
|
|
1313
|
+
}>;
|
|
1314
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
1315
|
+
readonly compact: import("@elaraai/east").NullType;
|
|
1316
|
+
readonly date: StringType;
|
|
1317
|
+
readonly time: StringType;
|
|
1318
|
+
readonly datetime: StringType;
|
|
1319
|
+
}>;
|
|
1320
|
+
readonly Curve: import("@elaraai/east").VariantType<{
|
|
1321
|
+
readonly monotoneX: import("@elaraai/east").NullType;
|
|
1322
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
1323
|
+
readonly natural: import("@elaraai/east").NullType;
|
|
1324
|
+
readonly step: import("@elaraai/east").NullType;
|
|
1325
|
+
}>;
|
|
1326
|
+
readonly Mark: import("@elaraai/east").VariantType<{
|
|
1327
|
+
readonly line: import("@elaraai/east").NullType;
|
|
1328
|
+
readonly bar: import("@elaraai/east").NullType;
|
|
1329
|
+
readonly area: import("@elaraai/east").NullType;
|
|
1330
|
+
readonly scatter: import("@elaraai/east").NullType;
|
|
1331
|
+
}>;
|
|
1332
|
+
readonly StackOffset: import("@elaraai/east").VariantType<{
|
|
1333
|
+
readonly none: import("@elaraai/east").NullType;
|
|
1334
|
+
readonly expand: import("@elaraai/east").NullType;
|
|
1335
|
+
}>;
|
|
1336
|
+
readonly YAxisSide: import("@elaraai/east").VariantType<{
|
|
1337
|
+
readonly left: import("@elaraai/east").NullType;
|
|
1338
|
+
readonly right: import("@elaraai/east").NullType;
|
|
1339
|
+
}>;
|
|
1340
|
+
readonly Anchor: import("@elaraai/east").VariantType<{
|
|
1341
|
+
readonly start: import("@elaraai/east").NullType;
|
|
1342
|
+
readonly middle: import("@elaraai/east").NullType;
|
|
1343
|
+
readonly end: import("@elaraai/east").NullType;
|
|
1344
|
+
}>;
|
|
1345
|
+
readonly Margin: import("@elaraai/east").StructType<{
|
|
1346
|
+
readonly top: FloatType;
|
|
1347
|
+
readonly right: FloatType;
|
|
1348
|
+
readonly bottom: FloatType;
|
|
1349
|
+
readonly left: FloatType;
|
|
1350
|
+
}>;
|
|
1351
|
+
readonly Axis: import("@elaraai/east").StructType<{
|
|
1352
|
+
readonly label: OptionType<StringType>;
|
|
1353
|
+
readonly numTicks: OptionType<FloatType>;
|
|
1354
|
+
readonly hideTicks: OptionType<BooleanType>;
|
|
1355
|
+
readonly hideLine: OptionType<BooleanType>;
|
|
1356
|
+
readonly domain: OptionType<import("@elaraai/east").VariantType<{
|
|
1357
|
+
readonly number: import("@elaraai/east").StructType<{
|
|
1358
|
+
readonly min: FloatType;
|
|
1359
|
+
readonly max: FloatType;
|
|
1360
|
+
}>;
|
|
1361
|
+
readonly time: import("@elaraai/east").StructType<{
|
|
1362
|
+
readonly min: DateTimeType;
|
|
1363
|
+
readonly max: DateTimeType;
|
|
1364
|
+
}>;
|
|
1365
|
+
}>>;
|
|
1366
|
+
readonly tickFormat: OptionType<import("@elaraai/east").VariantType<{
|
|
1367
|
+
readonly number: import("@elaraai/east").NullType;
|
|
1368
|
+
readonly currency: import("@elaraai/east").StructType<{
|
|
1369
|
+
readonly code: StringType;
|
|
1370
|
+
readonly compact: BooleanType;
|
|
1371
|
+
}>;
|
|
1372
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
1373
|
+
readonly compact: import("@elaraai/east").NullType;
|
|
1374
|
+
readonly date: StringType;
|
|
1375
|
+
readonly time: StringType;
|
|
1376
|
+
readonly datetime: StringType;
|
|
1377
|
+
}>>;
|
|
1378
|
+
}>;
|
|
1379
|
+
readonly Grid: import("@elaraai/east").StructType<{
|
|
1380
|
+
readonly numTicks: OptionType<FloatType>;
|
|
1381
|
+
readonly dashArray: OptionType<StringType>;
|
|
1382
|
+
}>;
|
|
1383
|
+
readonly LinePath: import("@elaraai/east").StructType<{
|
|
1384
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
1385
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1386
|
+
readonly category: StringType;
|
|
1387
|
+
readonly number: FloatType;
|
|
1388
|
+
readonly time: DateTimeType;
|
|
1389
|
+
}>;
|
|
1390
|
+
readonly value: FloatType;
|
|
1391
|
+
readonly size: OptionType<FloatType>;
|
|
1392
|
+
}>>;
|
|
1393
|
+
readonly stroke: StringType;
|
|
1394
|
+
readonly strokeWidth: OptionType<FloatType>;
|
|
1395
|
+
readonly curve: OptionType<import("@elaraai/east").VariantType<{
|
|
1396
|
+
readonly monotoneX: import("@elaraai/east").NullType;
|
|
1397
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
1398
|
+
readonly natural: import("@elaraai/east").NullType;
|
|
1399
|
+
readonly step: import("@elaraai/east").NullType;
|
|
1400
|
+
}>>;
|
|
1401
|
+
readonly dashArray: OptionType<StringType>;
|
|
1402
|
+
readonly opacity: OptionType<FloatType>;
|
|
1403
|
+
}>;
|
|
1404
|
+
readonly Area: import("@elaraai/east").StructType<{
|
|
1405
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
1406
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1407
|
+
readonly category: StringType;
|
|
1408
|
+
readonly number: FloatType;
|
|
1409
|
+
readonly time: DateTimeType;
|
|
1410
|
+
}>;
|
|
1411
|
+
readonly value: FloatType;
|
|
1412
|
+
readonly size: OptionType<FloatType>;
|
|
1413
|
+
}>>;
|
|
1414
|
+
readonly fill: StringType;
|
|
1415
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
1416
|
+
readonly stroke: OptionType<StringType>;
|
|
1417
|
+
readonly strokeWidth: OptionType<FloatType>;
|
|
1418
|
+
readonly curve: OptionType<import("@elaraai/east").VariantType<{
|
|
1419
|
+
readonly monotoneX: import("@elaraai/east").NullType;
|
|
1420
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
1421
|
+
readonly natural: import("@elaraai/east").NullType;
|
|
1422
|
+
readonly step: import("@elaraai/east").NullType;
|
|
1423
|
+
}>>;
|
|
1424
|
+
}>;
|
|
1425
|
+
readonly BandArea: import("@elaraai/east").StructType<{
|
|
1426
|
+
readonly data: ArrayType<import("@elaraai/east").StructType<{
|
|
1427
|
+
readonly key: StringType;
|
|
1428
|
+
readonly color: StringType;
|
|
1429
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
1430
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1431
|
+
readonly category: StringType;
|
|
1432
|
+
readonly number: FloatType;
|
|
1433
|
+
readonly time: DateTimeType;
|
|
1434
|
+
}>;
|
|
1435
|
+
readonly low: FloatType;
|
|
1436
|
+
readonly high: FloatType;
|
|
1437
|
+
}>>;
|
|
1438
|
+
}>>;
|
|
1439
|
+
readonly curve: OptionType<import("@elaraai/east").VariantType<{
|
|
1440
|
+
readonly monotoneX: import("@elaraai/east").NullType;
|
|
1441
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
1442
|
+
readonly natural: import("@elaraai/east").NullType;
|
|
1443
|
+
readonly step: import("@elaraai/east").NullType;
|
|
1444
|
+
}>>;
|
|
1445
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
1446
|
+
}>;
|
|
1447
|
+
readonly Bars: import("@elaraai/east").StructType<{
|
|
1448
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
1449
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1450
|
+
readonly category: StringType;
|
|
1451
|
+
readonly number: FloatType;
|
|
1452
|
+
readonly time: DateTimeType;
|
|
1453
|
+
}>;
|
|
1454
|
+
readonly value: FloatType;
|
|
1455
|
+
readonly size: OptionType<FloatType>;
|
|
1456
|
+
}>>;
|
|
1457
|
+
readonly fill: StringType;
|
|
1458
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
1459
|
+
readonly radius: OptionType<FloatType>;
|
|
1460
|
+
}>;
|
|
1461
|
+
readonly Points: import("@elaraai/east").StructType<{
|
|
1462
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
1463
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1464
|
+
readonly category: StringType;
|
|
1465
|
+
readonly number: FloatType;
|
|
1466
|
+
readonly time: DateTimeType;
|
|
1467
|
+
}>;
|
|
1468
|
+
readonly value: FloatType;
|
|
1469
|
+
readonly size: OptionType<FloatType>;
|
|
1470
|
+
}>>;
|
|
1471
|
+
readonly fill: StringType;
|
|
1472
|
+
readonly radius: OptionType<FloatType>;
|
|
1473
|
+
readonly stroke: OptionType<StringType>;
|
|
1474
|
+
readonly strokeWidth: OptionType<FloatType>;
|
|
1475
|
+
}>;
|
|
1476
|
+
readonly Rule: import("@elaraai/east").StructType<{
|
|
1477
|
+
readonly axis: import("@elaraai/east").VariantType<{
|
|
1478
|
+
readonly x: import("@elaraai/east").NullType;
|
|
1479
|
+
readonly y: import("@elaraai/east").NullType;
|
|
1480
|
+
}>;
|
|
1481
|
+
readonly at: StringType;
|
|
1482
|
+
readonly stroke: StringType;
|
|
1483
|
+
readonly dashArray: OptionType<StringType>;
|
|
1484
|
+
}>;
|
|
1485
|
+
readonly ReferenceDot: import("@elaraai/east").StructType<{
|
|
1486
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1487
|
+
readonly category: StringType;
|
|
1488
|
+
readonly number: FloatType;
|
|
1489
|
+
readonly time: DateTimeType;
|
|
1490
|
+
}>;
|
|
1491
|
+
readonly y: FloatType;
|
|
1492
|
+
readonly fill: OptionType<StringType>;
|
|
1493
|
+
readonly radius: OptionType<FloatType>;
|
|
1494
|
+
readonly stroke: OptionType<StringType>;
|
|
1495
|
+
readonly strokeWidth: OptionType<FloatType>;
|
|
1496
|
+
readonly label: OptionType<StringType>;
|
|
1497
|
+
}>;
|
|
1498
|
+
readonly ReferenceArea: import("@elaraai/east").StructType<{
|
|
1499
|
+
readonly x1: OptionType<import("@elaraai/east").VariantType<{
|
|
1500
|
+
readonly category: StringType;
|
|
1501
|
+
readonly number: FloatType;
|
|
1502
|
+
readonly time: DateTimeType;
|
|
1503
|
+
}>>;
|
|
1504
|
+
readonly x2: OptionType<import("@elaraai/east").VariantType<{
|
|
1505
|
+
readonly category: StringType;
|
|
1506
|
+
readonly number: FloatType;
|
|
1507
|
+
readonly time: DateTimeType;
|
|
1508
|
+
}>>;
|
|
1509
|
+
readonly y1: OptionType<FloatType>;
|
|
1510
|
+
readonly y2: OptionType<FloatType>;
|
|
1511
|
+
readonly fill: OptionType<StringType>;
|
|
1512
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
1513
|
+
readonly stroke: OptionType<StringType>;
|
|
1514
|
+
readonly label: OptionType<StringType>;
|
|
1515
|
+
}>;
|
|
1516
|
+
readonly Text: import("@elaraai/east").StructType<{
|
|
1517
|
+
readonly point: import("@elaraai/east").StructType<{
|
|
1518
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1519
|
+
readonly category: StringType;
|
|
1520
|
+
readonly number: FloatType;
|
|
1521
|
+
readonly time: DateTimeType;
|
|
1522
|
+
}>;
|
|
1523
|
+
readonly value: FloatType;
|
|
1524
|
+
readonly size: OptionType<FloatType>;
|
|
1525
|
+
}>;
|
|
1526
|
+
readonly text: StringType;
|
|
1527
|
+
readonly anchor: OptionType<import("@elaraai/east").VariantType<{
|
|
1528
|
+
readonly start: import("@elaraai/east").NullType;
|
|
1529
|
+
readonly middle: import("@elaraai/east").NullType;
|
|
1530
|
+
readonly end: import("@elaraai/east").NullType;
|
|
1531
|
+
}>>;
|
|
1532
|
+
readonly fill: OptionType<StringType>;
|
|
1533
|
+
readonly fontSize: OptionType<FloatType>;
|
|
1534
|
+
readonly fontWeight: OptionType<FloatType>;
|
|
1535
|
+
}>;
|
|
1536
|
+
readonly SeriesMark: import("@elaraai/east").StructType<{
|
|
1537
|
+
readonly data: ArrayType<import("@elaraai/east").StructType<{
|
|
1538
|
+
readonly key: StringType;
|
|
1539
|
+
readonly color: StringType;
|
|
1540
|
+
readonly points: ArrayType<import("@elaraai/east").StructType<{
|
|
1541
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1542
|
+
readonly category: StringType;
|
|
1543
|
+
readonly number: FloatType;
|
|
1544
|
+
readonly time: DateTimeType;
|
|
1545
|
+
}>;
|
|
1546
|
+
readonly value: FloatType;
|
|
1547
|
+
readonly size: OptionType<FloatType>;
|
|
1548
|
+
}>>;
|
|
1549
|
+
}>>;
|
|
1550
|
+
readonly mark: import("@elaraai/east").VariantType<{
|
|
1551
|
+
readonly line: import("@elaraai/east").NullType;
|
|
1552
|
+
readonly bar: import("@elaraai/east").NullType;
|
|
1553
|
+
readonly area: import("@elaraai/east").NullType;
|
|
1554
|
+
readonly scatter: import("@elaraai/east").NullType;
|
|
1555
|
+
}>;
|
|
1556
|
+
readonly curve: OptionType<import("@elaraai/east").VariantType<{
|
|
1557
|
+
readonly monotoneX: import("@elaraai/east").NullType;
|
|
1558
|
+
readonly linear: import("@elaraai/east").NullType;
|
|
1559
|
+
readonly natural: import("@elaraai/east").NullType;
|
|
1560
|
+
readonly step: import("@elaraai/east").NullType;
|
|
1561
|
+
}>>;
|
|
1562
|
+
readonly stackId: OptionType<StringType>;
|
|
1563
|
+
readonly stackOffset: OptionType<import("@elaraai/east").VariantType<{
|
|
1564
|
+
readonly none: import("@elaraai/east").NullType;
|
|
1565
|
+
readonly expand: import("@elaraai/east").NullType;
|
|
1566
|
+
}>>;
|
|
1567
|
+
readonly axis: OptionType<import("@elaraai/east").VariantType<{
|
|
1568
|
+
readonly left: import("@elaraai/east").NullType;
|
|
1569
|
+
readonly right: import("@elaraai/east").NullType;
|
|
1570
|
+
}>>;
|
|
1571
|
+
readonly strokeWidth: OptionType<FloatType>;
|
|
1572
|
+
readonly dashArray: OptionType<StringType>;
|
|
1573
|
+
readonly dots: OptionType<BooleanType>;
|
|
1574
|
+
readonly fillOpacity: OptionType<FloatType>;
|
|
1575
|
+
readonly radius: OptionType<FloatType>;
|
|
1576
|
+
}>;
|
|
1577
|
+
readonly Legend: import("@elaraai/east").StructType<{
|
|
1578
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
1579
|
+
readonly horizontal: import("@elaraai/east").NullType;
|
|
1580
|
+
readonly vertical: import("@elaraai/east").NullType;
|
|
1581
|
+
}>>;
|
|
1582
|
+
readonly position: OptionType<import("@elaraai/east").VariantType<{
|
|
1583
|
+
readonly top: import("@elaraai/east").NullType;
|
|
1584
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
1585
|
+
readonly left: import("@elaraai/east").NullType;
|
|
1586
|
+
readonly right: import("@elaraai/east").NullType;
|
|
1587
|
+
}>>;
|
|
1588
|
+
}>;
|
|
1589
|
+
readonly LegendOrientation: import("@elaraai/east").VariantType<{
|
|
1590
|
+
readonly horizontal: import("@elaraai/east").NullType;
|
|
1591
|
+
readonly vertical: import("@elaraai/east").NullType;
|
|
1592
|
+
}>;
|
|
1593
|
+
readonly LegendPosition: import("@elaraai/east").VariantType<{
|
|
1594
|
+
readonly top: import("@elaraai/east").NullType;
|
|
1595
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
1596
|
+
readonly left: import("@elaraai/east").NullType;
|
|
1597
|
+
readonly right: import("@elaraai/east").NullType;
|
|
1598
|
+
}>;
|
|
1599
|
+
readonly Tooltip: import("@elaraai/east").StructType<{
|
|
1600
|
+
readonly cursor: OptionType<import("@elaraai/east").VariantType<{
|
|
1601
|
+
readonly none: import("@elaraai/east").NullType;
|
|
1602
|
+
readonly line: import("@elaraai/east").NullType;
|
|
1603
|
+
readonly fill: import("@elaraai/east").NullType;
|
|
1604
|
+
}>>;
|
|
1605
|
+
}>;
|
|
1606
|
+
readonly TooltipCursor: import("@elaraai/east").VariantType<{
|
|
1607
|
+
readonly none: import("@elaraai/east").NullType;
|
|
1608
|
+
readonly line: import("@elaraai/east").NullType;
|
|
1609
|
+
readonly fill: import("@elaraai/east").NullType;
|
|
1610
|
+
}>;
|
|
1611
|
+
};
|
|
1612
|
+
};
|
|
1613
|
+
};
|
|
1614
|
+
export {};
|
|
1615
|
+
//# sourceMappingURL=index.d.ts.map
|