@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
|
@@ -1,2476 +0,0 @@
|
|
|
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
|
-
* Shared types for Chart components.
|
|
7
|
-
*
|
|
8
|
-
* @remarks
|
|
9
|
-
* These types are shared across multiple chart components (Area, Bar, Line, etc.)
|
|
10
|
-
* and provide common configuration options for series, axes, and styling.
|
|
11
|
-
*
|
|
12
|
-
* @packageDocumentation
|
|
13
|
-
*/
|
|
14
|
-
import { type SubtypeExprOrValue, OptionType, StructType, ArrayType, DictType, StringType, FloatType, BooleanType, VariantType, NullType, IntegerType, type ExprType } from "@elaraai/east";
|
|
15
|
-
/**
|
|
16
|
-
* Y-axis identifier for dual y-axis charts.
|
|
17
|
-
*
|
|
18
|
-
* @remarks
|
|
19
|
-
* Used to bind series to either the primary (left) or secondary (right) y-axis.
|
|
20
|
-
*
|
|
21
|
-
* @property left - Bind to primary y-axis (yAxis, left side)
|
|
22
|
-
* @property right - Bind to secondary y-axis (yAxis2, right side)
|
|
23
|
-
*/
|
|
24
|
-
export declare const YAxisIdType: VariantType<{
|
|
25
|
-
readonly left: NullType;
|
|
26
|
-
readonly right: NullType;
|
|
27
|
-
}>;
|
|
28
|
-
/**
|
|
29
|
-
* Type representing y-axis identifier.
|
|
30
|
-
*/
|
|
31
|
-
export type YAxisIdType = typeof YAxisIdType;
|
|
32
|
-
/** String literal type for y-axis ID */
|
|
33
|
-
export type YAxisIdLiteral = "left" | "right";
|
|
34
|
-
/**
|
|
35
|
-
* Series configuration for multi-series charts.
|
|
36
|
-
*
|
|
37
|
-
* @remarks
|
|
38
|
-
* Mirrors Chakra's useChart series config. Each series represents a data
|
|
39
|
-
* dimension to be visualized (e.g., "revenue", "profit").
|
|
40
|
-
*
|
|
41
|
-
* @property name - Data key name (matches keys in data points)
|
|
42
|
-
* @property color - Chakra color token (e.g., "teal.solid", "blue.500")
|
|
43
|
-
* @property stackId - Stack group ID (same stackId = stacked together)
|
|
44
|
-
* @property label - Display label (defaults to name)
|
|
45
|
-
* @property stroke - Stroke/line color (defaults to color)
|
|
46
|
-
* @property strokeWidth - Stroke/line width in pixels
|
|
47
|
-
* @property fill - Fill color (defaults to color)
|
|
48
|
-
* @property fillOpacity - Fill opacity (0-1)
|
|
49
|
-
* @property strokeDasharray - Dash pattern for dashed lines (e.g., "5 5")
|
|
50
|
-
* @property yAxisId - Y-axis binding (left = primary yAxis, right = secondary yAxis2)
|
|
51
|
-
* @property layerIndex - Rendering order (higher = rendered on top)
|
|
52
|
-
*/
|
|
53
|
-
export declare const ChartSeriesType: StructType<{
|
|
54
|
-
readonly name: StringType;
|
|
55
|
-
readonly dataKey: OptionType<StringType>;
|
|
56
|
-
readonly color: OptionType<StringType>;
|
|
57
|
-
readonly stackId: OptionType<StringType>;
|
|
58
|
-
readonly label: OptionType<StringType>;
|
|
59
|
-
readonly stroke: OptionType<StringType>;
|
|
60
|
-
readonly strokeWidth: OptionType<IntegerType>;
|
|
61
|
-
readonly fill: OptionType<StringType>;
|
|
62
|
-
readonly fillOpacity: OptionType<FloatType>;
|
|
63
|
-
readonly strokeDasharray: OptionType<StringType>;
|
|
64
|
-
readonly yAxisId: OptionType<VariantType<{
|
|
65
|
-
readonly left: NullType;
|
|
66
|
-
readonly right: NullType;
|
|
67
|
-
}>>;
|
|
68
|
-
readonly pivotColors: OptionType<DictType<StringType, StringType>>;
|
|
69
|
-
readonly layerIndex: OptionType<IntegerType>;
|
|
70
|
-
}>;
|
|
71
|
-
/**
|
|
72
|
-
* Type representing chart series configuration.
|
|
73
|
-
*/
|
|
74
|
-
export type ChartSeriesType = typeof ChartSeriesType;
|
|
75
|
-
/**
|
|
76
|
-
* TypeScript interface for chart series configuration.
|
|
77
|
-
*/
|
|
78
|
-
export interface ChartSeries {
|
|
79
|
-
/** Data key name (matches keys in data points) */
|
|
80
|
-
name?: SubtypeExprOrValue<StringType>;
|
|
81
|
-
/** Chakra color token (e.g., "teal.solid", "blue.500") */
|
|
82
|
-
color?: SubtypeExprOrValue<StringType>;
|
|
83
|
-
/** Stack group ID (same stackId = stacked together) */
|
|
84
|
-
stackId?: SubtypeExprOrValue<StringType>;
|
|
85
|
-
/** Display label (defaults to name) */
|
|
86
|
-
label?: SubtypeExprOrValue<StringType>;
|
|
87
|
-
/** Stroke/line color (defaults to color) */
|
|
88
|
-
stroke?: SubtypeExprOrValue<StringType>;
|
|
89
|
-
/** Stroke/line width in pixels */
|
|
90
|
-
strokeWidth?: SubtypeExprOrValue<IntegerType>;
|
|
91
|
-
/** Fill color (defaults to color) */
|
|
92
|
-
fill?: SubtypeExprOrValue<StringType>;
|
|
93
|
-
/** Fill opacity (0-1) */
|
|
94
|
-
fillOpacity?: SubtypeExprOrValue<FloatType>;
|
|
95
|
-
/** Dash pattern for dashed lines (e.g., "5 5") */
|
|
96
|
-
strokeDasharray?: SubtypeExprOrValue<StringType>;
|
|
97
|
-
/** Y-axis binding (left = primary yAxis, right = secondary yAxis2) */
|
|
98
|
-
yAxisId?: SubtypeExprOrValue<YAxisIdType> | YAxisIdLiteral;
|
|
99
|
-
/** Mapping of pivot key values to colors (used with pivotKey) */
|
|
100
|
-
pivotColors?: SubtypeExprOrValue<DictType<StringType, StringType>>;
|
|
101
|
-
/** Rendering order (higher = rendered on top) */
|
|
102
|
-
layerIndex?: SubtypeExprOrValue<IntegerType>;
|
|
103
|
-
}
|
|
104
|
-
export declare function ChartSeries(series: ChartSeries): ExprType<ChartSeriesType>;
|
|
105
|
-
/**
|
|
106
|
-
* Sort direction for BarList and BarSegment sorting.
|
|
107
|
-
*
|
|
108
|
-
* @property asc - Ascending order (smallest to largest)
|
|
109
|
-
* @property desc - Descending order (largest to smallest)
|
|
110
|
-
*/
|
|
111
|
-
export declare const ChartSortDirectionType: VariantType<{
|
|
112
|
-
readonly asc: NullType;
|
|
113
|
-
readonly desc: NullType;
|
|
114
|
-
}>;
|
|
115
|
-
/**
|
|
116
|
-
* Type representing chart sort direction.
|
|
117
|
-
*/
|
|
118
|
-
export type ChartSortDirectionType = typeof ChartSortDirectionType;
|
|
119
|
-
/**
|
|
120
|
-
* String literal type for sort direction values.
|
|
121
|
-
*/
|
|
122
|
-
export type ChartSortDirectionLiteral = "asc" | "desc";
|
|
123
|
-
/**
|
|
124
|
-
* Sort configuration for BarList and BarSegment.
|
|
125
|
-
*
|
|
126
|
-
* @property by - Data key to sort by
|
|
127
|
-
* @property direction - Sort direction (asc or desc)
|
|
128
|
-
*/
|
|
129
|
-
export declare const ChartSortType: StructType<{
|
|
130
|
-
readonly by: StringType;
|
|
131
|
-
readonly direction: VariantType<{
|
|
132
|
-
readonly asc: NullType;
|
|
133
|
-
readonly desc: NullType;
|
|
134
|
-
}>;
|
|
135
|
-
}>;
|
|
136
|
-
/**
|
|
137
|
-
* Type representing chart sort configuration.
|
|
138
|
-
*/
|
|
139
|
-
export type ChartSortType = typeof ChartSortType;
|
|
140
|
-
/**
|
|
141
|
-
* TypeScript interface for chart sort configuration.
|
|
142
|
-
*/
|
|
143
|
-
export interface ChartSort {
|
|
144
|
-
/** Data key to sort by */
|
|
145
|
-
by: SubtypeExprOrValue<StringType>;
|
|
146
|
-
/** Sort direction */
|
|
147
|
-
direction: SubtypeExprOrValue<ChartSortDirectionType> | ChartSortDirectionLiteral;
|
|
148
|
-
}
|
|
149
|
-
export declare function ChartSort(sort: ChartSort): ExprType<ChartSortType>;
|
|
150
|
-
/**
|
|
151
|
-
* Compact display style for number formatting.
|
|
152
|
-
*
|
|
153
|
-
* @property short - Short notation (1K, 1M, 1B)
|
|
154
|
-
* @property long - Long notation (1 thousand, 1 million)
|
|
155
|
-
*/
|
|
156
|
-
export declare const CompactDisplayType: VariantType<{
|
|
157
|
-
readonly short: NullType;
|
|
158
|
-
readonly long: NullType;
|
|
159
|
-
}>;
|
|
160
|
-
export type CompactDisplayType = typeof CompactDisplayType;
|
|
161
|
-
export type CompactDisplayLiteral = "short" | "long";
|
|
162
|
-
/**
|
|
163
|
-
* Currency display style.
|
|
164
|
-
*
|
|
165
|
-
* @property code - ISO code (USD, EUR)
|
|
166
|
-
* @property symbol - Currency symbol ($, €)
|
|
167
|
-
* @property narrowSymbol - Narrow symbol variant
|
|
168
|
-
* @property name - Full name (US dollars)
|
|
169
|
-
*/
|
|
170
|
-
export declare const CurrencyDisplayType: VariantType<{
|
|
171
|
-
readonly code: NullType;
|
|
172
|
-
readonly symbol: NullType;
|
|
173
|
-
readonly narrowSymbol: NullType;
|
|
174
|
-
readonly name: NullType;
|
|
175
|
-
}>;
|
|
176
|
-
export type CurrencyDisplayType = typeof CurrencyDisplayType;
|
|
177
|
-
export type CurrencyDisplayLiteral = "code" | "symbol" | "narrowSymbol" | "name";
|
|
178
|
-
/**
|
|
179
|
-
* Unit display style.
|
|
180
|
-
*
|
|
181
|
-
* @property short - Short form (16 l)
|
|
182
|
-
* @property narrow - Narrow form (16l)
|
|
183
|
-
* @property long - Long form (16 liters)
|
|
184
|
-
*/
|
|
185
|
-
export declare const UnitDisplayType: VariantType<{
|
|
186
|
-
readonly short: NullType;
|
|
187
|
-
readonly narrow: NullType;
|
|
188
|
-
readonly long: NullType;
|
|
189
|
-
}>;
|
|
190
|
-
export type UnitDisplayType = typeof UnitDisplayType;
|
|
191
|
-
export type UnitDisplayLiteral = "short" | "narrow" | "long";
|
|
192
|
-
/**
|
|
193
|
-
* Sign display style for numbers.
|
|
194
|
-
*
|
|
195
|
-
* @property auto - Sign for negative only (default)
|
|
196
|
-
* @property never - Never show sign
|
|
197
|
-
* @property always - Always show sign
|
|
198
|
-
* @property exceptZero - Show sign except for zero
|
|
199
|
-
*/
|
|
200
|
-
export declare const SignDisplayType: VariantType<{
|
|
201
|
-
readonly auto: NullType;
|
|
202
|
-
readonly never: NullType;
|
|
203
|
-
readonly always: NullType;
|
|
204
|
-
readonly exceptZero: NullType;
|
|
205
|
-
}>;
|
|
206
|
-
export type SignDisplayType = typeof SignDisplayType;
|
|
207
|
-
export type SignDisplayLiteral = "auto" | "never" | "always" | "exceptZero";
|
|
208
|
-
/**
|
|
209
|
-
* Date/time style for Intl.DateTimeFormat.
|
|
210
|
-
*
|
|
211
|
-
* @property full - Full format (Wednesday, March 15, 2024)
|
|
212
|
-
* @property long - Long format (March 15, 2024)
|
|
213
|
-
* @property medium - Medium format (Mar 15, 2024)
|
|
214
|
-
* @property short - Short format (3/15/24)
|
|
215
|
-
*/
|
|
216
|
-
export declare const DateTimeStyleType: VariantType<{
|
|
217
|
-
readonly full: NullType;
|
|
218
|
-
readonly long: NullType;
|
|
219
|
-
readonly medium: NullType;
|
|
220
|
-
readonly short: NullType;
|
|
221
|
-
}>;
|
|
222
|
-
export type DateTimeStyleType = typeof DateTimeStyleType;
|
|
223
|
-
export type DateTimeStyleLiteral = "full" | "long" | "medium" | "short";
|
|
224
|
-
/**
|
|
225
|
-
* ISO 4217 currency codes.
|
|
226
|
-
*
|
|
227
|
-
* @remarks
|
|
228
|
-
* Common currencies supported by Intl.NumberFormat.
|
|
229
|
-
*
|
|
230
|
-
* Major currencies:
|
|
231
|
-
* @property USD - US Dollar
|
|
232
|
-
* @property EUR - Euro
|
|
233
|
-
* @property GBP - British Pound
|
|
234
|
-
* @property JPY - Japanese Yen
|
|
235
|
-
* @property CHF - Swiss Franc
|
|
236
|
-
* @property CAD - Canadian Dollar
|
|
237
|
-
* @property AUD - Australian Dollar
|
|
238
|
-
* @property NZD - New Zealand Dollar
|
|
239
|
-
*
|
|
240
|
-
* Asian currencies:
|
|
241
|
-
* @property CNY - Chinese Yuan
|
|
242
|
-
* @property HKD - Hong Kong Dollar
|
|
243
|
-
* @property SGD - Singapore Dollar
|
|
244
|
-
* @property KRW - South Korean Won
|
|
245
|
-
* @property INR - Indian Rupee
|
|
246
|
-
* @property TWD - Taiwan Dollar
|
|
247
|
-
* @property THB - Thai Baht
|
|
248
|
-
* @property MYR - Malaysian Ringgit
|
|
249
|
-
* @property IDR - Indonesian Rupiah
|
|
250
|
-
* @property PHP - Philippine Peso
|
|
251
|
-
* @property VND - Vietnamese Dong
|
|
252
|
-
*
|
|
253
|
-
* European currencies:
|
|
254
|
-
* @property SEK - Swedish Krona
|
|
255
|
-
* @property NOK - Norwegian Krone
|
|
256
|
-
* @property DKK - Danish Krone
|
|
257
|
-
* @property PLN - Polish Zloty
|
|
258
|
-
* @property CZK - Czech Koruna
|
|
259
|
-
* @property HUF - Hungarian Forint
|
|
260
|
-
* @property RUB - Russian Ruble
|
|
261
|
-
* @property UAH - Ukrainian Hryvnia
|
|
262
|
-
* @property RON - Romanian Leu
|
|
263
|
-
*
|
|
264
|
-
* Americas currencies:
|
|
265
|
-
* @property MXN - Mexican Peso
|
|
266
|
-
* @property BRL - Brazilian Real
|
|
267
|
-
* @property ARS - Argentine Peso
|
|
268
|
-
* @property CLP - Chilean Peso
|
|
269
|
-
* @property COP - Colombian Peso
|
|
270
|
-
* @property PEN - Peruvian Sol
|
|
271
|
-
*
|
|
272
|
-
* Middle East/Africa currencies:
|
|
273
|
-
* @property AED - UAE Dirham
|
|
274
|
-
* @property SAR - Saudi Riyal
|
|
275
|
-
* @property ILS - Israeli Shekel
|
|
276
|
-
* @property ZAR - South African Rand
|
|
277
|
-
* @property TRY - Turkish Lira
|
|
278
|
-
* @property EGP - Egyptian Pound
|
|
279
|
-
* @property NGN - Nigerian Naira
|
|
280
|
-
* @property KES - Kenyan Shilling
|
|
281
|
-
*/
|
|
282
|
-
export declare const CurrencyCodeType: VariantType<{
|
|
283
|
-
readonly USD: NullType;
|
|
284
|
-
readonly EUR: NullType;
|
|
285
|
-
readonly GBP: NullType;
|
|
286
|
-
readonly JPY: NullType;
|
|
287
|
-
readonly CHF: NullType;
|
|
288
|
-
readonly CAD: NullType;
|
|
289
|
-
readonly AUD: NullType;
|
|
290
|
-
readonly NZD: NullType;
|
|
291
|
-
readonly CNY: NullType;
|
|
292
|
-
readonly HKD: NullType;
|
|
293
|
-
readonly SGD: NullType;
|
|
294
|
-
readonly KRW: NullType;
|
|
295
|
-
readonly INR: NullType;
|
|
296
|
-
readonly TWD: NullType;
|
|
297
|
-
readonly THB: NullType;
|
|
298
|
-
readonly MYR: NullType;
|
|
299
|
-
readonly IDR: NullType;
|
|
300
|
-
readonly PHP: NullType;
|
|
301
|
-
readonly VND: NullType;
|
|
302
|
-
readonly SEK: NullType;
|
|
303
|
-
readonly NOK: NullType;
|
|
304
|
-
readonly DKK: NullType;
|
|
305
|
-
readonly PLN: NullType;
|
|
306
|
-
readonly CZK: NullType;
|
|
307
|
-
readonly HUF: NullType;
|
|
308
|
-
readonly RUB: NullType;
|
|
309
|
-
readonly UAH: NullType;
|
|
310
|
-
readonly RON: NullType;
|
|
311
|
-
readonly MXN: NullType;
|
|
312
|
-
readonly BRL: NullType;
|
|
313
|
-
readonly ARS: NullType;
|
|
314
|
-
readonly CLP: NullType;
|
|
315
|
-
readonly COP: NullType;
|
|
316
|
-
readonly PEN: NullType;
|
|
317
|
-
readonly AED: NullType;
|
|
318
|
-
readonly SAR: NullType;
|
|
319
|
-
readonly ILS: NullType;
|
|
320
|
-
readonly ZAR: NullType;
|
|
321
|
-
readonly TRY: NullType;
|
|
322
|
-
readonly EGP: NullType;
|
|
323
|
-
readonly NGN: NullType;
|
|
324
|
-
readonly KES: NullType;
|
|
325
|
-
}>;
|
|
326
|
-
export type CurrencyCodeType = typeof CurrencyCodeType;
|
|
327
|
-
export type CurrencyCodeLiteral = "USD" | "EUR" | "GBP" | "JPY" | "CHF" | "CAD" | "AUD" | "NZD" | "CNY" | "HKD" | "SGD" | "KRW" | "INR" | "TWD" | "THB" | "MYR" | "IDR" | "PHP" | "VND" | "SEK" | "NOK" | "DKK" | "PLN" | "CZK" | "HUF" | "RUB" | "UAH" | "RON" | "MXN" | "BRL" | "ARS" | "CLP" | "COP" | "PEN" | "AED" | "SAR" | "ILS" | "ZAR" | "TRY" | "EGP" | "NGN" | "KES";
|
|
328
|
-
/**
|
|
329
|
-
* Unit types supported by Intl.NumberFormat.
|
|
330
|
-
*
|
|
331
|
-
* @remarks
|
|
332
|
-
* Standard units from the CLDR specification.
|
|
333
|
-
*
|
|
334
|
-
* Digital/Data:
|
|
335
|
-
* @property bit - Bits
|
|
336
|
-
* @property byte - Bytes
|
|
337
|
-
* @property kilobit - Kilobits
|
|
338
|
-
* @property kilobyte - Kilobytes
|
|
339
|
-
* @property megabit - Megabits
|
|
340
|
-
* @property megabyte - Megabytes
|
|
341
|
-
* @property gigabit - Gigabits
|
|
342
|
-
* @property gigabyte - Gigabytes
|
|
343
|
-
* @property terabit - Terabits
|
|
344
|
-
* @property terabyte - Terabytes
|
|
345
|
-
* @property petabyte - Petabytes
|
|
346
|
-
*
|
|
347
|
-
* Duration:
|
|
348
|
-
* @property nanosecond - Nanoseconds
|
|
349
|
-
* @property microsecond - Microseconds
|
|
350
|
-
* @property millisecond - Milliseconds
|
|
351
|
-
* @property second - Seconds
|
|
352
|
-
* @property minute - Minutes
|
|
353
|
-
* @property hour - Hours
|
|
354
|
-
* @property day - Days
|
|
355
|
-
* @property week - Weeks
|
|
356
|
-
* @property month - Months
|
|
357
|
-
* @property year - Years
|
|
358
|
-
*
|
|
359
|
-
* Length:
|
|
360
|
-
* @property millimeter - Millimeters
|
|
361
|
-
* @property centimeter - Centimeters
|
|
362
|
-
* @property meter - Meters
|
|
363
|
-
* @property kilometer - Kilometers
|
|
364
|
-
* @property inch - Inches
|
|
365
|
-
* @property foot - Feet
|
|
366
|
-
* @property yard - Yards
|
|
367
|
-
* @property mile - Miles
|
|
368
|
-
*
|
|
369
|
-
* Mass:
|
|
370
|
-
* @property gram - Grams
|
|
371
|
-
* @property kilogram - Kilograms
|
|
372
|
-
* @property milligram - Milligrams
|
|
373
|
-
* @property ounce - Ounces
|
|
374
|
-
* @property pound - Pounds
|
|
375
|
-
* @property stone - Stones
|
|
376
|
-
*
|
|
377
|
-
* Temperature:
|
|
378
|
-
* @property celsius - Celsius
|
|
379
|
-
* @property fahrenheit - Fahrenheit
|
|
380
|
-
*
|
|
381
|
-
* Volume:
|
|
382
|
-
* @property milliliter - Milliliters
|
|
383
|
-
* @property liter - Liters
|
|
384
|
-
* @property gallon - Gallons
|
|
385
|
-
* @property fluidOunce - Fluid ounces
|
|
386
|
-
*
|
|
387
|
-
* Area:
|
|
388
|
-
* @property acre - Acres
|
|
389
|
-
* @property hectare - Hectares
|
|
390
|
-
*
|
|
391
|
-
* Speed:
|
|
392
|
-
* @property meterPerSecond - Meters per second
|
|
393
|
-
* @property kilometerPerHour - Kilometers per hour
|
|
394
|
-
* @property milePerHour - Miles per hour
|
|
395
|
-
*
|
|
396
|
-
* Other:
|
|
397
|
-
* @property percent - Percentage
|
|
398
|
-
* @property degree - Degrees (angle)
|
|
399
|
-
*/
|
|
400
|
-
export declare const UnitType: VariantType<{
|
|
401
|
-
readonly bit: NullType;
|
|
402
|
-
readonly byte: NullType;
|
|
403
|
-
readonly kilobit: NullType;
|
|
404
|
-
readonly kilobyte: NullType;
|
|
405
|
-
readonly megabit: NullType;
|
|
406
|
-
readonly megabyte: NullType;
|
|
407
|
-
readonly gigabit: NullType;
|
|
408
|
-
readonly gigabyte: NullType;
|
|
409
|
-
readonly terabit: NullType;
|
|
410
|
-
readonly terabyte: NullType;
|
|
411
|
-
readonly petabyte: NullType;
|
|
412
|
-
readonly nanosecond: NullType;
|
|
413
|
-
readonly microsecond: NullType;
|
|
414
|
-
readonly millisecond: NullType;
|
|
415
|
-
readonly second: NullType;
|
|
416
|
-
readonly minute: NullType;
|
|
417
|
-
readonly hour: NullType;
|
|
418
|
-
readonly day: NullType;
|
|
419
|
-
readonly week: NullType;
|
|
420
|
-
readonly month: NullType;
|
|
421
|
-
readonly year: NullType;
|
|
422
|
-
readonly millimeter: NullType;
|
|
423
|
-
readonly centimeter: NullType;
|
|
424
|
-
readonly meter: NullType;
|
|
425
|
-
readonly kilometer: NullType;
|
|
426
|
-
readonly inch: NullType;
|
|
427
|
-
readonly foot: NullType;
|
|
428
|
-
readonly yard: NullType;
|
|
429
|
-
readonly mile: NullType;
|
|
430
|
-
readonly gram: NullType;
|
|
431
|
-
readonly kilogram: NullType;
|
|
432
|
-
readonly milligram: NullType;
|
|
433
|
-
readonly ounce: NullType;
|
|
434
|
-
readonly pound: NullType;
|
|
435
|
-
readonly stone: NullType;
|
|
436
|
-
readonly celsius: NullType;
|
|
437
|
-
readonly fahrenheit: NullType;
|
|
438
|
-
readonly milliliter: NullType;
|
|
439
|
-
readonly liter: NullType;
|
|
440
|
-
readonly gallon: NullType;
|
|
441
|
-
readonly fluidOunce: NullType;
|
|
442
|
-
readonly acre: NullType;
|
|
443
|
-
readonly hectare: NullType;
|
|
444
|
-
readonly meterPerSecond: NullType;
|
|
445
|
-
readonly kilometerPerHour: NullType;
|
|
446
|
-
readonly milePerHour: NullType;
|
|
447
|
-
readonly percent: NullType;
|
|
448
|
-
readonly degree: NullType;
|
|
449
|
-
}>;
|
|
450
|
-
export type UnitType = typeof UnitType;
|
|
451
|
-
export type UnitLiteral = "bit" | "byte" | "kilobit" | "kilobyte" | "megabit" | "megabyte" | "gigabit" | "gigabyte" | "terabit" | "terabyte" | "petabyte" | "nanosecond" | "microsecond" | "millisecond" | "second" | "minute" | "hour" | "day" | "week" | "month" | "year" | "millimeter" | "centimeter" | "meter" | "kilometer" | "inch" | "foot" | "yard" | "mile" | "gram" | "kilogram" | "milligram" | "ounce" | "pound" | "stone" | "celsius" | "fahrenheit" | "milliliter" | "liter" | "gallon" | "fluidOunce" | "acre" | "hectare" | "meterPerSecond" | "kilometerPerHour" | "milePerHour" | "percent" | "degree";
|
|
452
|
-
/**
|
|
453
|
-
* Number format configuration.
|
|
454
|
-
*
|
|
455
|
-
* @property minimumFractionDigits - Minimum decimal places
|
|
456
|
-
* @property maximumFractionDigits - Maximum decimal places
|
|
457
|
-
* @property signDisplay - How to display sign
|
|
458
|
-
*/
|
|
459
|
-
export declare const NumberFormatType: StructType<{
|
|
460
|
-
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
461
|
-
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
462
|
-
readonly signDisplay: OptionType<VariantType<{
|
|
463
|
-
readonly auto: NullType;
|
|
464
|
-
readonly never: NullType;
|
|
465
|
-
readonly always: NullType;
|
|
466
|
-
readonly exceptZero: NullType;
|
|
467
|
-
}>>;
|
|
468
|
-
}>;
|
|
469
|
-
export type NumberFormatType = typeof NumberFormatType;
|
|
470
|
-
/**
|
|
471
|
-
* Currency format configuration.
|
|
472
|
-
*
|
|
473
|
-
* @property currency - ISO 4217 currency code
|
|
474
|
-
* @property display - How to display the currency
|
|
475
|
-
* @property compact - Use compact notation (e.g., $1K instead of $1,000)
|
|
476
|
-
* @property minimumFractionDigits - Minimum decimal places
|
|
477
|
-
* @property maximumFractionDigits - Maximum decimal places
|
|
478
|
-
*/
|
|
479
|
-
export declare const CurrencyFormatType: StructType<{
|
|
480
|
-
readonly currency: VariantType<{
|
|
481
|
-
readonly USD: NullType;
|
|
482
|
-
readonly EUR: NullType;
|
|
483
|
-
readonly GBP: NullType;
|
|
484
|
-
readonly JPY: NullType;
|
|
485
|
-
readonly CHF: NullType;
|
|
486
|
-
readonly CAD: NullType;
|
|
487
|
-
readonly AUD: NullType;
|
|
488
|
-
readonly NZD: NullType;
|
|
489
|
-
readonly CNY: NullType;
|
|
490
|
-
readonly HKD: NullType;
|
|
491
|
-
readonly SGD: NullType;
|
|
492
|
-
readonly KRW: NullType;
|
|
493
|
-
readonly INR: NullType;
|
|
494
|
-
readonly TWD: NullType;
|
|
495
|
-
readonly THB: NullType;
|
|
496
|
-
readonly MYR: NullType;
|
|
497
|
-
readonly IDR: NullType;
|
|
498
|
-
readonly PHP: NullType;
|
|
499
|
-
readonly VND: NullType;
|
|
500
|
-
readonly SEK: NullType;
|
|
501
|
-
readonly NOK: NullType;
|
|
502
|
-
readonly DKK: NullType;
|
|
503
|
-
readonly PLN: NullType;
|
|
504
|
-
readonly CZK: NullType;
|
|
505
|
-
readonly HUF: NullType;
|
|
506
|
-
readonly RUB: NullType;
|
|
507
|
-
readonly UAH: NullType;
|
|
508
|
-
readonly RON: NullType;
|
|
509
|
-
readonly MXN: NullType;
|
|
510
|
-
readonly BRL: NullType;
|
|
511
|
-
readonly ARS: NullType;
|
|
512
|
-
readonly CLP: NullType;
|
|
513
|
-
readonly COP: NullType;
|
|
514
|
-
readonly PEN: NullType;
|
|
515
|
-
readonly AED: NullType;
|
|
516
|
-
readonly SAR: NullType;
|
|
517
|
-
readonly ILS: NullType;
|
|
518
|
-
readonly ZAR: NullType;
|
|
519
|
-
readonly TRY: NullType;
|
|
520
|
-
readonly EGP: NullType;
|
|
521
|
-
readonly NGN: NullType;
|
|
522
|
-
readonly KES: NullType;
|
|
523
|
-
}>;
|
|
524
|
-
readonly display: OptionType<VariantType<{
|
|
525
|
-
readonly code: NullType;
|
|
526
|
-
readonly symbol: NullType;
|
|
527
|
-
readonly narrowSymbol: NullType;
|
|
528
|
-
readonly name: NullType;
|
|
529
|
-
}>>;
|
|
530
|
-
readonly compact: OptionType<VariantType<{
|
|
531
|
-
readonly short: NullType;
|
|
532
|
-
readonly long: NullType;
|
|
533
|
-
}>>;
|
|
534
|
-
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
535
|
-
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
536
|
-
}>;
|
|
537
|
-
export type CurrencyFormatType = typeof CurrencyFormatType;
|
|
538
|
-
/**
|
|
539
|
-
* Percent format configuration.
|
|
540
|
-
*
|
|
541
|
-
* @property minimumFractionDigits - Minimum decimal places
|
|
542
|
-
* @property maximumFractionDigits - Maximum decimal places
|
|
543
|
-
* @property signDisplay - How to display sign
|
|
544
|
-
*/
|
|
545
|
-
export declare const PercentFormatType: StructType<{
|
|
546
|
-
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
547
|
-
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
548
|
-
readonly signDisplay: OptionType<VariantType<{
|
|
549
|
-
readonly auto: NullType;
|
|
550
|
-
readonly never: NullType;
|
|
551
|
-
readonly always: NullType;
|
|
552
|
-
readonly exceptZero: NullType;
|
|
553
|
-
}>>;
|
|
554
|
-
}>;
|
|
555
|
-
export type PercentFormatType = typeof PercentFormatType;
|
|
556
|
-
/**
|
|
557
|
-
* Compact notation format configuration.
|
|
558
|
-
*
|
|
559
|
-
* @property display - Short (1K) or long (1 thousand)
|
|
560
|
-
*/
|
|
561
|
-
export declare const CompactFormatType: StructType<{
|
|
562
|
-
readonly display: OptionType<VariantType<{
|
|
563
|
-
readonly short: NullType;
|
|
564
|
-
readonly long: NullType;
|
|
565
|
-
}>>;
|
|
566
|
-
}>;
|
|
567
|
-
export type CompactFormatType = typeof CompactFormatType;
|
|
568
|
-
/**
|
|
569
|
-
* Unit format configuration.
|
|
570
|
-
*
|
|
571
|
-
* @property unit - The unit to format
|
|
572
|
-
* @property display - How to display the unit
|
|
573
|
-
*/
|
|
574
|
-
export declare const UnitFormatType: StructType<{
|
|
575
|
-
readonly unit: VariantType<{
|
|
576
|
-
readonly bit: NullType;
|
|
577
|
-
readonly byte: NullType;
|
|
578
|
-
readonly kilobit: NullType;
|
|
579
|
-
readonly kilobyte: NullType;
|
|
580
|
-
readonly megabit: NullType;
|
|
581
|
-
readonly megabyte: NullType;
|
|
582
|
-
readonly gigabit: NullType;
|
|
583
|
-
readonly gigabyte: NullType;
|
|
584
|
-
readonly terabit: NullType;
|
|
585
|
-
readonly terabyte: NullType;
|
|
586
|
-
readonly petabyte: NullType;
|
|
587
|
-
readonly nanosecond: NullType;
|
|
588
|
-
readonly microsecond: NullType;
|
|
589
|
-
readonly millisecond: NullType;
|
|
590
|
-
readonly second: NullType;
|
|
591
|
-
readonly minute: NullType;
|
|
592
|
-
readonly hour: NullType;
|
|
593
|
-
readonly day: NullType;
|
|
594
|
-
readonly week: NullType;
|
|
595
|
-
readonly month: NullType;
|
|
596
|
-
readonly year: NullType;
|
|
597
|
-
readonly millimeter: NullType;
|
|
598
|
-
readonly centimeter: NullType;
|
|
599
|
-
readonly meter: NullType;
|
|
600
|
-
readonly kilometer: NullType;
|
|
601
|
-
readonly inch: NullType;
|
|
602
|
-
readonly foot: NullType;
|
|
603
|
-
readonly yard: NullType;
|
|
604
|
-
readonly mile: NullType;
|
|
605
|
-
readonly gram: NullType;
|
|
606
|
-
readonly kilogram: NullType;
|
|
607
|
-
readonly milligram: NullType;
|
|
608
|
-
readonly ounce: NullType;
|
|
609
|
-
readonly pound: NullType;
|
|
610
|
-
readonly stone: NullType;
|
|
611
|
-
readonly celsius: NullType;
|
|
612
|
-
readonly fahrenheit: NullType;
|
|
613
|
-
readonly milliliter: NullType;
|
|
614
|
-
readonly liter: NullType;
|
|
615
|
-
readonly gallon: NullType;
|
|
616
|
-
readonly fluidOunce: NullType;
|
|
617
|
-
readonly acre: NullType;
|
|
618
|
-
readonly hectare: NullType;
|
|
619
|
-
readonly meterPerSecond: NullType;
|
|
620
|
-
readonly kilometerPerHour: NullType;
|
|
621
|
-
readonly milePerHour: NullType;
|
|
622
|
-
readonly percent: NullType;
|
|
623
|
-
readonly degree: NullType;
|
|
624
|
-
}>;
|
|
625
|
-
readonly display: OptionType<VariantType<{
|
|
626
|
-
readonly short: NullType;
|
|
627
|
-
readonly narrow: NullType;
|
|
628
|
-
readonly long: NullType;
|
|
629
|
-
}>>;
|
|
630
|
-
}>;
|
|
631
|
-
export type UnitFormatType = typeof UnitFormatType;
|
|
632
|
-
/**
|
|
633
|
-
* Date format configuration using East format strings.
|
|
634
|
-
*
|
|
635
|
-
* @property format - East datetime format string (e.g., "YYYY-MM-DD", "MMM D, YYYY")
|
|
636
|
-
*
|
|
637
|
-
* @remarks
|
|
638
|
-
* Format codes:
|
|
639
|
-
* - YYYY: 4-digit year
|
|
640
|
-
* - YY: 2-digit year
|
|
641
|
-
* - MMMM: Full month name (January)
|
|
642
|
-
* - MMM: Short month name (Jan)
|
|
643
|
-
* - MM: 2-digit month (01-12)
|
|
644
|
-
* - M: Month (1-12)
|
|
645
|
-
* - DD: 2-digit day (01-31)
|
|
646
|
-
* - D: Day (1-31)
|
|
647
|
-
* - dddd: Full weekday (Sunday)
|
|
648
|
-
* - ddd: Short weekday (Sun)
|
|
649
|
-
* - dd: Min weekday (Su)
|
|
650
|
-
*/
|
|
651
|
-
export declare const DateFormatType: StructType<{
|
|
652
|
-
readonly format: StringType;
|
|
653
|
-
}>;
|
|
654
|
-
export type DateFormatType = typeof DateFormatType;
|
|
655
|
-
/**
|
|
656
|
-
* Time format configuration using East format strings.
|
|
657
|
-
*
|
|
658
|
-
* @property format - East datetime format string (e.g., "HH:mm:ss", "h:mm A")
|
|
659
|
-
*
|
|
660
|
-
* @remarks
|
|
661
|
-
* Format codes:
|
|
662
|
-
* - HH: 24-hour with zero-pad (00-23)
|
|
663
|
-
* - H: 24-hour (0-23)
|
|
664
|
-
* - hh: 12-hour with zero-pad (01-12)
|
|
665
|
-
* - h: 12-hour (1-12)
|
|
666
|
-
* - mm: Minutes with zero-pad (00-59)
|
|
667
|
-
* - m: Minutes (0-59)
|
|
668
|
-
* - ss: Seconds with zero-pad (00-59)
|
|
669
|
-
* - s: Seconds (0-59)
|
|
670
|
-
* - SSS: Milliseconds (000-999)
|
|
671
|
-
* - A: AM/PM uppercase
|
|
672
|
-
* - a: am/pm lowercase
|
|
673
|
-
*/
|
|
674
|
-
export declare const TimeFormatType: StructType<{
|
|
675
|
-
readonly format: StringType;
|
|
676
|
-
}>;
|
|
677
|
-
export type TimeFormatType = typeof TimeFormatType;
|
|
678
|
-
/**
|
|
679
|
-
* DateTime format configuration using East format strings.
|
|
680
|
-
*
|
|
681
|
-
* @property format - East datetime format string (e.g., "YYYY-MM-DD HH:mm:ss")
|
|
682
|
-
*
|
|
683
|
-
* @remarks
|
|
684
|
-
* Combines date and time format codes. See DateFormatType and TimeFormatType for available codes.
|
|
685
|
-
*/
|
|
686
|
-
export declare const DateTimeFormatType: StructType<{
|
|
687
|
-
readonly format: StringType;
|
|
688
|
-
}>;
|
|
689
|
-
export type DateTimeFormatType = typeof DateTimeFormatType;
|
|
690
|
-
/**
|
|
691
|
-
* Tick format for axis values.
|
|
692
|
-
*
|
|
693
|
-
* @remarks
|
|
694
|
-
* Comprehensive formatting options based on Intl.NumberFormat and Intl.DateTimeFormat.
|
|
695
|
-
* Each variant contains configuration specific to that format type.
|
|
696
|
-
*
|
|
697
|
-
* Number formats:
|
|
698
|
-
* @property number - Plain number with optional decimal/sign configuration
|
|
699
|
-
* @property currency - Currency format with code and display options
|
|
700
|
-
* @property percent - Percentage with decimal configuration
|
|
701
|
-
* @property compact - Compact notation (1K, 1M) with short/long display
|
|
702
|
-
* @property unit - Unit formatting (bytes, meters, etc.)
|
|
703
|
-
* @property scientific - Scientific notation (1.23e+4)
|
|
704
|
-
* @property engineering - Engineering notation (12.3e+3)
|
|
705
|
-
*
|
|
706
|
-
* Date/Time formats:
|
|
707
|
-
* @property date - Date formatting with style
|
|
708
|
-
* @property time - Time formatting with style and 12/24 hour
|
|
709
|
-
* @property datetime - Combined date and time
|
|
710
|
-
*/
|
|
711
|
-
export declare const TickFormatType: VariantType<{
|
|
712
|
-
readonly number: StructType<{
|
|
713
|
-
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
714
|
-
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
715
|
-
readonly signDisplay: OptionType<VariantType<{
|
|
716
|
-
readonly auto: NullType;
|
|
717
|
-
readonly never: NullType;
|
|
718
|
-
readonly always: NullType;
|
|
719
|
-
readonly exceptZero: NullType;
|
|
720
|
-
}>>;
|
|
721
|
-
}>;
|
|
722
|
-
readonly currency: StructType<{
|
|
723
|
-
readonly currency: VariantType<{
|
|
724
|
-
readonly USD: NullType;
|
|
725
|
-
readonly EUR: NullType;
|
|
726
|
-
readonly GBP: NullType;
|
|
727
|
-
readonly JPY: NullType;
|
|
728
|
-
readonly CHF: NullType;
|
|
729
|
-
readonly CAD: NullType;
|
|
730
|
-
readonly AUD: NullType;
|
|
731
|
-
readonly NZD: NullType;
|
|
732
|
-
readonly CNY: NullType;
|
|
733
|
-
readonly HKD: NullType;
|
|
734
|
-
readonly SGD: NullType;
|
|
735
|
-
readonly KRW: NullType;
|
|
736
|
-
readonly INR: NullType;
|
|
737
|
-
readonly TWD: NullType;
|
|
738
|
-
readonly THB: NullType;
|
|
739
|
-
readonly MYR: NullType;
|
|
740
|
-
readonly IDR: NullType;
|
|
741
|
-
readonly PHP: NullType;
|
|
742
|
-
readonly VND: NullType;
|
|
743
|
-
readonly SEK: NullType;
|
|
744
|
-
readonly NOK: NullType;
|
|
745
|
-
readonly DKK: NullType;
|
|
746
|
-
readonly PLN: NullType;
|
|
747
|
-
readonly CZK: NullType;
|
|
748
|
-
readonly HUF: NullType;
|
|
749
|
-
readonly RUB: NullType;
|
|
750
|
-
readonly UAH: NullType;
|
|
751
|
-
readonly RON: NullType;
|
|
752
|
-
readonly MXN: NullType;
|
|
753
|
-
readonly BRL: NullType;
|
|
754
|
-
readonly ARS: NullType;
|
|
755
|
-
readonly CLP: NullType;
|
|
756
|
-
readonly COP: NullType;
|
|
757
|
-
readonly PEN: NullType;
|
|
758
|
-
readonly AED: NullType;
|
|
759
|
-
readonly SAR: NullType;
|
|
760
|
-
readonly ILS: NullType;
|
|
761
|
-
readonly ZAR: NullType;
|
|
762
|
-
readonly TRY: NullType;
|
|
763
|
-
readonly EGP: NullType;
|
|
764
|
-
readonly NGN: NullType;
|
|
765
|
-
readonly KES: NullType;
|
|
766
|
-
}>;
|
|
767
|
-
readonly display: OptionType<VariantType<{
|
|
768
|
-
readonly code: NullType;
|
|
769
|
-
readonly symbol: NullType;
|
|
770
|
-
readonly narrowSymbol: NullType;
|
|
771
|
-
readonly name: NullType;
|
|
772
|
-
}>>;
|
|
773
|
-
readonly compact: OptionType<VariantType<{
|
|
774
|
-
readonly short: NullType;
|
|
775
|
-
readonly long: NullType;
|
|
776
|
-
}>>;
|
|
777
|
-
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
778
|
-
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
779
|
-
}>;
|
|
780
|
-
readonly percent: StructType<{
|
|
781
|
-
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
782
|
-
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
783
|
-
readonly signDisplay: OptionType<VariantType<{
|
|
784
|
-
readonly auto: NullType;
|
|
785
|
-
readonly never: NullType;
|
|
786
|
-
readonly always: NullType;
|
|
787
|
-
readonly exceptZero: NullType;
|
|
788
|
-
}>>;
|
|
789
|
-
}>;
|
|
790
|
-
readonly compact: StructType<{
|
|
791
|
-
readonly display: OptionType<VariantType<{
|
|
792
|
-
readonly short: NullType;
|
|
793
|
-
readonly long: NullType;
|
|
794
|
-
}>>;
|
|
795
|
-
}>;
|
|
796
|
-
readonly unit: StructType<{
|
|
797
|
-
readonly unit: VariantType<{
|
|
798
|
-
readonly bit: NullType;
|
|
799
|
-
readonly byte: NullType;
|
|
800
|
-
readonly kilobit: NullType;
|
|
801
|
-
readonly kilobyte: NullType;
|
|
802
|
-
readonly megabit: NullType;
|
|
803
|
-
readonly megabyte: NullType;
|
|
804
|
-
readonly gigabit: NullType;
|
|
805
|
-
readonly gigabyte: NullType;
|
|
806
|
-
readonly terabit: NullType;
|
|
807
|
-
readonly terabyte: NullType;
|
|
808
|
-
readonly petabyte: NullType;
|
|
809
|
-
readonly nanosecond: NullType;
|
|
810
|
-
readonly microsecond: NullType;
|
|
811
|
-
readonly millisecond: NullType;
|
|
812
|
-
readonly second: NullType;
|
|
813
|
-
readonly minute: NullType;
|
|
814
|
-
readonly hour: NullType;
|
|
815
|
-
readonly day: NullType;
|
|
816
|
-
readonly week: NullType;
|
|
817
|
-
readonly month: NullType;
|
|
818
|
-
readonly year: NullType;
|
|
819
|
-
readonly millimeter: NullType;
|
|
820
|
-
readonly centimeter: NullType;
|
|
821
|
-
readonly meter: NullType;
|
|
822
|
-
readonly kilometer: NullType;
|
|
823
|
-
readonly inch: NullType;
|
|
824
|
-
readonly foot: NullType;
|
|
825
|
-
readonly yard: NullType;
|
|
826
|
-
readonly mile: NullType;
|
|
827
|
-
readonly gram: NullType;
|
|
828
|
-
readonly kilogram: NullType;
|
|
829
|
-
readonly milligram: NullType;
|
|
830
|
-
readonly ounce: NullType;
|
|
831
|
-
readonly pound: NullType;
|
|
832
|
-
readonly stone: NullType;
|
|
833
|
-
readonly celsius: NullType;
|
|
834
|
-
readonly fahrenheit: NullType;
|
|
835
|
-
readonly milliliter: NullType;
|
|
836
|
-
readonly liter: NullType;
|
|
837
|
-
readonly gallon: NullType;
|
|
838
|
-
readonly fluidOunce: NullType;
|
|
839
|
-
readonly acre: NullType;
|
|
840
|
-
readonly hectare: NullType;
|
|
841
|
-
readonly meterPerSecond: NullType;
|
|
842
|
-
readonly kilometerPerHour: NullType;
|
|
843
|
-
readonly milePerHour: NullType;
|
|
844
|
-
readonly percent: NullType;
|
|
845
|
-
readonly degree: NullType;
|
|
846
|
-
}>;
|
|
847
|
-
readonly display: OptionType<VariantType<{
|
|
848
|
-
readonly short: NullType;
|
|
849
|
-
readonly narrow: NullType;
|
|
850
|
-
readonly long: NullType;
|
|
851
|
-
}>>;
|
|
852
|
-
}>;
|
|
853
|
-
readonly scientific: NullType;
|
|
854
|
-
readonly engineering: NullType;
|
|
855
|
-
readonly date: StructType<{
|
|
856
|
-
readonly format: StringType;
|
|
857
|
-
}>;
|
|
858
|
-
readonly time: StructType<{
|
|
859
|
-
readonly format: StringType;
|
|
860
|
-
}>;
|
|
861
|
-
readonly datetime: StructType<{
|
|
862
|
-
readonly format: StringType;
|
|
863
|
-
}>;
|
|
864
|
-
}>;
|
|
865
|
-
/**
|
|
866
|
-
* Type representing tick format.
|
|
867
|
-
*/
|
|
868
|
-
export type TickFormatType = typeof TickFormatType;
|
|
869
|
-
export interface NumberFormat {
|
|
870
|
-
minimumFractionDigits?: SubtypeExprOrValue<IntegerType>;
|
|
871
|
-
maximumFractionDigits?: SubtypeExprOrValue<IntegerType>;
|
|
872
|
-
signDisplay?: SubtypeExprOrValue<SignDisplayType> | SignDisplayLiteral;
|
|
873
|
-
}
|
|
874
|
-
export interface CurrencyFormat {
|
|
875
|
-
currency: SubtypeExprOrValue<CurrencyCodeType> | CurrencyCodeLiteral;
|
|
876
|
-
display?: SubtypeExprOrValue<CurrencyDisplayType> | CurrencyDisplayLiteral;
|
|
877
|
-
compact?: SubtypeExprOrValue<CompactDisplayType> | CompactDisplayLiteral;
|
|
878
|
-
minimumFractionDigits?: SubtypeExprOrValue<IntegerType>;
|
|
879
|
-
maximumFractionDigits?: SubtypeExprOrValue<IntegerType>;
|
|
880
|
-
}
|
|
881
|
-
export interface PercentFormat {
|
|
882
|
-
minimumFractionDigits?: SubtypeExprOrValue<IntegerType>;
|
|
883
|
-
maximumFractionDigits?: SubtypeExprOrValue<IntegerType>;
|
|
884
|
-
signDisplay?: SubtypeExprOrValue<SignDisplayType> | SignDisplayLiteral;
|
|
885
|
-
}
|
|
886
|
-
export interface CompactFormat {
|
|
887
|
-
display?: SubtypeExprOrValue<CompactDisplayType> | CompactDisplayLiteral;
|
|
888
|
-
}
|
|
889
|
-
export interface UnitFormat {
|
|
890
|
-
unit: SubtypeExprOrValue<UnitType> | UnitLiteral;
|
|
891
|
-
display?: SubtypeExprOrValue<UnitDisplayType> | UnitDisplayLiteral;
|
|
892
|
-
}
|
|
893
|
-
/**
|
|
894
|
-
* Date format configuration using East format strings.
|
|
895
|
-
* @property format - East datetime format string (e.g., "YYYY-MM-DD", "MMM D, YYYY")
|
|
896
|
-
*/
|
|
897
|
-
export interface DateFormat {
|
|
898
|
-
format: SubtypeExprOrValue<StringType>;
|
|
899
|
-
}
|
|
900
|
-
/**
|
|
901
|
-
* Time format configuration using East format strings.
|
|
902
|
-
* @property format - East datetime format string (e.g., "HH:mm:ss", "h:mm A")
|
|
903
|
-
*/
|
|
904
|
-
export interface TimeFormat {
|
|
905
|
-
format: SubtypeExprOrValue<StringType>;
|
|
906
|
-
}
|
|
907
|
-
/**
|
|
908
|
-
* DateTime format configuration using East format strings.
|
|
909
|
-
* @property format - East datetime format string (e.g., "YYYY-MM-DD HH:mm:ss")
|
|
910
|
-
*/
|
|
911
|
-
export interface DateTimeFormat {
|
|
912
|
-
format: SubtypeExprOrValue<StringType>;
|
|
913
|
-
}
|
|
914
|
-
/**
|
|
915
|
-
* Creates a number tick format for axis values.
|
|
916
|
-
*
|
|
917
|
-
* @param format - Optional configuration for number formatting
|
|
918
|
-
* @param format.minimumFractionDigits - Minimum number of decimal places to display
|
|
919
|
-
* @param format.maximumFractionDigits - Maximum number of decimal places to display
|
|
920
|
-
* @param format.signDisplay - How to display the sign: "auto" (negative only), "never", "always", or "exceptZero"
|
|
921
|
-
* @returns An East expression representing the number tick format
|
|
922
|
-
*
|
|
923
|
-
* @remarks
|
|
924
|
-
* Uses Intl.NumberFormat under the hood. When called without arguments,
|
|
925
|
-
* uses default number formatting.
|
|
926
|
-
*
|
|
927
|
-
* @example
|
|
928
|
-
* ```ts
|
|
929
|
-
* // Default number format
|
|
930
|
-
* Chart.Axis({ tickFormat: TickFormat.Number() })
|
|
931
|
-
*
|
|
932
|
-
* // Fixed 2 decimal places
|
|
933
|
-
* Chart.Axis({ tickFormat: TickFormat.Number({ minimumFractionDigits: 2n, maximumFractionDigits: 2n }) })
|
|
934
|
-
*
|
|
935
|
-
* // Always show sign (+/-)
|
|
936
|
-
* Chart.Axis({ tickFormat: TickFormat.Number({ signDisplay: "always" }) })
|
|
937
|
-
* ```
|
|
938
|
-
*/
|
|
939
|
-
export declare function NumberTickFormat(format?: NumberFormat): ExprType<TickFormatType>;
|
|
940
|
-
/**
|
|
941
|
-
* Creates a currency tick format for axis values.
|
|
942
|
-
*
|
|
943
|
-
* @param format - Configuration for currency formatting (required)
|
|
944
|
-
* @param format.currency - ISO 4217 currency code (e.g., "USD", "EUR", "GBP", "JPY")
|
|
945
|
-
* @param format.display - How to display the currency: "symbol" ($), "narrowSymbol", "code" (USD), or "name" (US Dollar)
|
|
946
|
-
* @param format.minimumFractionDigits - Minimum decimal places (default varies by currency)
|
|
947
|
-
* @param format.maximumFractionDigits - Maximum decimal places
|
|
948
|
-
* @returns An East expression representing the currency tick format
|
|
949
|
-
*
|
|
950
|
-
* @remarks
|
|
951
|
-
* Uses Intl.NumberFormat with style "currency". The currency parameter is required
|
|
952
|
-
* as there is no sensible default. Supports 40+ common ISO 4217 currency codes.
|
|
953
|
-
*
|
|
954
|
-
* @example
|
|
955
|
-
* ```ts
|
|
956
|
-
* // US Dollars with symbol ($1,234.56)
|
|
957
|
-
* Chart.Axis({ tickFormat: TickFormat.Currency({ currency: "USD" }) })
|
|
958
|
-
*
|
|
959
|
-
* // Euros with currency code (EUR 1.234,56)
|
|
960
|
-
* Chart.Axis({ tickFormat: TickFormat.Currency({ currency: "EUR", display: "code" }) })
|
|
961
|
-
*
|
|
962
|
-
* // Japanese Yen with no decimals (¥1,235)
|
|
963
|
-
* Chart.Axis({ tickFormat: TickFormat.Currency({ currency: "JPY", maximumFractionDigits: 0n }) })
|
|
964
|
-
* ```
|
|
965
|
-
*/
|
|
966
|
-
export declare function CurrencyTickFormat(format: CurrencyFormat): ExprType<TickFormatType>;
|
|
967
|
-
/**
|
|
968
|
-
* Creates a percent tick format for axis values.
|
|
969
|
-
*
|
|
970
|
-
* @param format - Optional configuration for percent formatting
|
|
971
|
-
* @param format.minimumFractionDigits - Minimum decimal places after the percent
|
|
972
|
-
* @param format.maximumFractionDigits - Maximum decimal places after the percent
|
|
973
|
-
* @param format.signDisplay - How to display the sign: "auto", "never", "always", or "exceptZero"
|
|
974
|
-
* @returns An East expression representing the percent tick format
|
|
975
|
-
*
|
|
976
|
-
* @remarks
|
|
977
|
-
* Uses Intl.NumberFormat with style "percent". Input values should be decimals
|
|
978
|
-
* (e.g., 0.5 for 50%). The formatter multiplies by 100 and adds the % symbol.
|
|
979
|
-
*
|
|
980
|
-
* @example
|
|
981
|
-
* ```ts
|
|
982
|
-
* // Default percent format (50%)
|
|
983
|
-
* Chart.Axis({ tickFormat: TickFormat.Percent() })
|
|
984
|
-
*
|
|
985
|
-
* // Percent with 1 decimal place (50.0%)
|
|
986
|
-
* Chart.Axis({ tickFormat: TickFormat.Percent({ minimumFractionDigits: 1n }) })
|
|
987
|
-
*
|
|
988
|
-
* // Always show sign (+50%, -25%)
|
|
989
|
-
* Chart.Axis({ tickFormat: TickFormat.Percent({ signDisplay: "always" }) })
|
|
990
|
-
* ```
|
|
991
|
-
*/
|
|
992
|
-
export declare function PercentTickFormat(format?: PercentFormat): ExprType<TickFormatType>;
|
|
993
|
-
/**
|
|
994
|
-
* Creates a compact notation tick format for axis values.
|
|
995
|
-
*
|
|
996
|
-
* @param format - Optional configuration for compact formatting
|
|
997
|
-
* @param format.display - Display style: "short" (1K, 1M, 1B) or "long" (1 thousand, 1 million)
|
|
998
|
-
* @returns An East expression representing the compact tick format
|
|
999
|
-
*
|
|
1000
|
-
* @remarks
|
|
1001
|
-
* Uses Intl.NumberFormat with notation "compact". Ideal for large numbers
|
|
1002
|
-
* where full precision isn't needed. Automatically abbreviates thousands (K),
|
|
1003
|
-
* millions (M), billions (B), etc.
|
|
1004
|
-
*
|
|
1005
|
-
* @example
|
|
1006
|
-
* ```ts
|
|
1007
|
-
* // Default compact format (1K, 1M, 1B)
|
|
1008
|
-
* Chart.Axis({ tickFormat: TickFormat.Compact() })
|
|
1009
|
-
*
|
|
1010
|
-
* // Short display (1K, 1M)
|
|
1011
|
-
* Chart.Axis({ tickFormat: TickFormat.Compact({ display: "short" }) })
|
|
1012
|
-
*
|
|
1013
|
-
* // Long display (1 thousand, 1 million)
|
|
1014
|
-
* Chart.Axis({ tickFormat: TickFormat.Compact({ display: "long" }) })
|
|
1015
|
-
* ```
|
|
1016
|
-
*/
|
|
1017
|
-
export declare function CompactTickFormat(format?: CompactFormat): ExprType<TickFormatType>;
|
|
1018
|
-
/**
|
|
1019
|
-
* Creates a unit tick format for axis values.
|
|
1020
|
-
*
|
|
1021
|
-
* @param format - Configuration for unit formatting (required)
|
|
1022
|
-
* @param format.unit - The unit to format. Supports digital (byte, kilobyte, gigabyte),
|
|
1023
|
-
* duration (second, minute, hour, day), length (meter, kilometer, mile),
|
|
1024
|
-
* mass (gram, kilogram, pound), temperature (celsius, fahrenheit),
|
|
1025
|
-
* volume (liter, gallon), speed (meterPerSecond, kilometerPerHour), and more
|
|
1026
|
-
* @param format.display - How to display the unit: "short" (10 km), "narrow" (10km), or "long" (10 kilometers)
|
|
1027
|
-
* @returns An East expression representing the unit tick format
|
|
1028
|
-
*
|
|
1029
|
-
* @remarks
|
|
1030
|
-
* Uses Intl.NumberFormat with style "unit". The unit parameter is required.
|
|
1031
|
-
* Supports all CLDR unit identifiers available in modern browsers.
|
|
1032
|
-
*
|
|
1033
|
-
* @example
|
|
1034
|
-
* ```ts
|
|
1035
|
-
* // File sizes in gigabytes (10 GB)
|
|
1036
|
-
* Chart.Axis({ tickFormat: TickFormat.Unit({ unit: "gigabyte" }) })
|
|
1037
|
-
*
|
|
1038
|
-
* // Distance in kilometers, narrow display (10km)
|
|
1039
|
-
* Chart.Axis({ tickFormat: TickFormat.Unit({ unit: "kilometer", display: "narrow" }) })
|
|
1040
|
-
*
|
|
1041
|
-
* // Temperature in Celsius, long display (25 degrees Celsius)
|
|
1042
|
-
* Chart.Axis({ tickFormat: TickFormat.Unit({ unit: "celsius", display: "long" }) })
|
|
1043
|
-
*
|
|
1044
|
-
* // Speed in km/h
|
|
1045
|
-
* Chart.Axis({ tickFormat: TickFormat.Unit({ unit: "kilometerPerHour", display: "short" }) })
|
|
1046
|
-
* ```
|
|
1047
|
-
*/
|
|
1048
|
-
export declare function UnitTickFormat(format: UnitFormat): ExprType<TickFormatType>;
|
|
1049
|
-
/**
|
|
1050
|
-
* Creates a scientific notation tick format for axis values.
|
|
1051
|
-
*
|
|
1052
|
-
* @returns An East expression representing the scientific notation tick format
|
|
1053
|
-
*
|
|
1054
|
-
* @remarks
|
|
1055
|
-
* Uses Intl.NumberFormat with notation "scientific". Displays numbers in
|
|
1056
|
-
* scientific notation (e.g., 1.23E4 for 12300). Useful for very large or
|
|
1057
|
-
* very small numbers in scientific contexts.
|
|
1058
|
-
*
|
|
1059
|
-
* @example
|
|
1060
|
-
* ```ts
|
|
1061
|
-
* // Scientific notation (1.23E4, 5.67E-3)
|
|
1062
|
-
* Chart.Axis({ tickFormat: TickFormat.Scientific() })
|
|
1063
|
-
* // Or using string literal:
|
|
1064
|
-
* Chart.Axis({ tickFormat: "scientific" })
|
|
1065
|
-
* ```
|
|
1066
|
-
*/
|
|
1067
|
-
export declare function ScientificTickFormat(): ExprType<TickFormatType>;
|
|
1068
|
-
/**
|
|
1069
|
-
* Creates an engineering notation tick format for axis values.
|
|
1070
|
-
*
|
|
1071
|
-
* @returns An East expression representing the engineering notation tick format
|
|
1072
|
-
*
|
|
1073
|
-
* @remarks
|
|
1074
|
-
* Uses Intl.NumberFormat with notation "engineering". Similar to scientific
|
|
1075
|
-
* notation but exponents are always multiples of 3 (e.g., 12.3E3 for 12300).
|
|
1076
|
-
* Common in engineering contexts where SI prefixes (kilo, mega, etc.) apply.
|
|
1077
|
-
*
|
|
1078
|
-
* @example
|
|
1079
|
-
* ```ts
|
|
1080
|
-
* // Engineering notation (12.3E3, 456E-6)
|
|
1081
|
-
* Chart.Axis({ tickFormat: TickFormat.Engineering() })
|
|
1082
|
-
* // Or using string literal:
|
|
1083
|
-
* Chart.Axis({ tickFormat: "engineering" })
|
|
1084
|
-
* ```
|
|
1085
|
-
*/
|
|
1086
|
-
export declare function EngineeringTickFormat(): ExprType<TickFormatType>;
|
|
1087
|
-
/**
|
|
1088
|
-
* Creates a date tick format for axis values using East format strings.
|
|
1089
|
-
*
|
|
1090
|
-
* @param format - Configuration for date formatting
|
|
1091
|
-
* @param format.format - East datetime format string
|
|
1092
|
-
* @returns An East expression representing the date tick format
|
|
1093
|
-
*
|
|
1094
|
-
* @remarks
|
|
1095
|
-
* Uses East's datetime formatting for consistent behavior across backends.
|
|
1096
|
-
*
|
|
1097
|
-
* Format codes:
|
|
1098
|
-
* - YYYY: 4-digit year (2024)
|
|
1099
|
-
* - YY: 2-digit year (24)
|
|
1100
|
-
* - MMMM: Full month name (January)
|
|
1101
|
-
* - MMM: Short month name (Jan)
|
|
1102
|
-
* - MM: 2-digit month (01-12)
|
|
1103
|
-
* - M: Month (1-12)
|
|
1104
|
-
* - DD: 2-digit day (01-31)
|
|
1105
|
-
* - D: Day (1-31)
|
|
1106
|
-
* - dddd: Full weekday (Sunday)
|
|
1107
|
-
* - ddd: Short weekday (Sun)
|
|
1108
|
-
* - dd: Min weekday (Su)
|
|
1109
|
-
*
|
|
1110
|
-
* @example
|
|
1111
|
-
* ```ts
|
|
1112
|
-
* // ISO date format (2024-01-15)
|
|
1113
|
-
* Chart.Axis({ tickFormat: TickFormat.Date({ format: "YYYY-MM-DD" }) })
|
|
1114
|
-
*
|
|
1115
|
-
* // US date format (1/15/24)
|
|
1116
|
-
* Chart.Axis({ tickFormat: TickFormat.Date({ format: "M/D/YY" }) })
|
|
1117
|
-
*
|
|
1118
|
-
* // Long date format (Jan 15, 2024)
|
|
1119
|
-
* Chart.Axis({ tickFormat: TickFormat.Date({ format: "MMM D, YYYY" }) })
|
|
1120
|
-
* ```
|
|
1121
|
-
*/
|
|
1122
|
-
export declare function DateTickFormat(format: DateFormat): ExprType<TickFormatType>;
|
|
1123
|
-
/**
|
|
1124
|
-
* Creates a time tick format for axis values using East format strings.
|
|
1125
|
-
*
|
|
1126
|
-
* @param format - Configuration for time formatting
|
|
1127
|
-
* @param format.format - East datetime format string
|
|
1128
|
-
* @returns An East expression representing the time tick format
|
|
1129
|
-
*
|
|
1130
|
-
* @remarks
|
|
1131
|
-
* Uses East's datetime formatting for consistent behavior across backends.
|
|
1132
|
-
*
|
|
1133
|
-
* Format codes:
|
|
1134
|
-
* - HH: 24-hour with zero-pad (00-23)
|
|
1135
|
-
* - H: 24-hour (0-23)
|
|
1136
|
-
* - hh: 12-hour with zero-pad (01-12)
|
|
1137
|
-
* - h: 12-hour (1-12)
|
|
1138
|
-
* - mm: Minutes with zero-pad (00-59)
|
|
1139
|
-
* - m: Minutes (0-59)
|
|
1140
|
-
* - ss: Seconds with zero-pad (00-59)
|
|
1141
|
-
* - s: Seconds (0-59)
|
|
1142
|
-
* - SSS: Milliseconds (000-999)
|
|
1143
|
-
* - A: AM/PM uppercase
|
|
1144
|
-
* - a: am/pm lowercase
|
|
1145
|
-
*
|
|
1146
|
-
* @example
|
|
1147
|
-
* ```ts
|
|
1148
|
-
* // 24-hour time (14:30)
|
|
1149
|
-
* Chart.Axis({ tickFormat: TickFormat.Time({ format: "HH:mm" }) })
|
|
1150
|
-
*
|
|
1151
|
-
* // 12-hour time with AM/PM (2:30 PM)
|
|
1152
|
-
* Chart.Axis({ tickFormat: TickFormat.Time({ format: "h:mm A" }) })
|
|
1153
|
-
*
|
|
1154
|
-
* // Full time with seconds (14:30:45)
|
|
1155
|
-
* Chart.Axis({ tickFormat: TickFormat.Time({ format: "HH:mm:ss" }) })
|
|
1156
|
-
* ```
|
|
1157
|
-
*/
|
|
1158
|
-
export declare function TimeTickFormat(format: TimeFormat): ExprType<TickFormatType>;
|
|
1159
|
-
/**
|
|
1160
|
-
* Creates a combined date and time tick format for axis values using East format strings.
|
|
1161
|
-
*
|
|
1162
|
-
* @param format - Configuration for datetime formatting
|
|
1163
|
-
* @param format.format - East datetime format string
|
|
1164
|
-
* @returns An East expression representing the datetime tick format
|
|
1165
|
-
*
|
|
1166
|
-
* @remarks
|
|
1167
|
-
* Uses East's datetime formatting for consistent behavior across backends.
|
|
1168
|
-
* Combines date and time format codes in a single string.
|
|
1169
|
-
*
|
|
1170
|
-
* @example
|
|
1171
|
-
* ```ts
|
|
1172
|
-
* // ISO datetime (2024-01-15 14:30:00)
|
|
1173
|
-
* Chart.Axis({ tickFormat: TickFormat.DateTime({ format: "YYYY-MM-DD HH:mm:ss" }) })
|
|
1174
|
-
*
|
|
1175
|
-
* // US datetime (1/15/24 2:30 PM)
|
|
1176
|
-
* Chart.Axis({ tickFormat: TickFormat.DateTime({ format: "M/D/YY h:mm A" }) })
|
|
1177
|
-
*
|
|
1178
|
-
* // Long datetime (Jan 15, 2024 at 2:30 PM)
|
|
1179
|
-
* Chart.Axis({ tickFormat: TickFormat.DateTime({ format: "MMM D, YYYY [at] h:mm A" }) })
|
|
1180
|
-
* ```
|
|
1181
|
-
*/
|
|
1182
|
-
export declare function DateTimeTickFormat(format: DateTimeFormat): ExprType<TickFormatType>;
|
|
1183
|
-
/**
|
|
1184
|
-
* Simple tick format literals for formats that don't require configuration.
|
|
1185
|
-
*
|
|
1186
|
-
* @remarks
|
|
1187
|
-
* Use these for quick formatting without options. For formats requiring
|
|
1188
|
-
* configuration (currency, unit, date/time with options), use TickFormat helpers.
|
|
1189
|
-
*/
|
|
1190
|
-
export type SimpleTickFormatLiteral = "number" | "percent" | "compact" | "scientific" | "engineering" | "date" | "time" | "datetime";
|
|
1191
|
-
/**
|
|
1192
|
-
* Converts a simple tick format literal string to a TickFormatType expression.
|
|
1193
|
-
*
|
|
1194
|
-
* @param format - A simple format literal: "number", "percent", "compact",
|
|
1195
|
-
* "scientific", "engineering", "date", "time", or "datetime"
|
|
1196
|
-
* @returns An East expression representing the tick format with default options
|
|
1197
|
-
*
|
|
1198
|
-
* @remarks
|
|
1199
|
-
* This is used internally to convert string literals to tick format expressions.
|
|
1200
|
-
* For formats requiring configuration (currency, unit), use the specific helper
|
|
1201
|
-
* functions like {@link CurrencyTickFormat} or {@link UnitTickFormat}.
|
|
1202
|
-
*
|
|
1203
|
-
* @example
|
|
1204
|
-
* ```ts
|
|
1205
|
-
* // These are equivalent:
|
|
1206
|
-
* Chart.Axis({ tickFormat: "compact" })
|
|
1207
|
-
* Chart.Axis({ tickFormat: simpleTickFormatToExpr("compact") })
|
|
1208
|
-
* Chart.Axis({ tickFormat: TickFormat.Compact() })
|
|
1209
|
-
* ```
|
|
1210
|
-
*/
|
|
1211
|
-
export declare function simpleTickFormatToExpr(format: SimpleTickFormatLiteral): ExprType<TickFormatType>;
|
|
1212
|
-
/**
|
|
1213
|
-
* Namespace for tick format helper functions.
|
|
1214
|
-
*
|
|
1215
|
-
* @example
|
|
1216
|
-
* ```ts
|
|
1217
|
-
* // Simple formats (can also use string literals "number", "percent", etc.)
|
|
1218
|
-
* TickFormat.Number()
|
|
1219
|
-
* TickFormat.Percent()
|
|
1220
|
-
* TickFormat.Compact({ display: "short" })
|
|
1221
|
-
*
|
|
1222
|
-
* // Currency with options
|
|
1223
|
-
* TickFormat.Currency({ currency: "USD", display: "symbol" })
|
|
1224
|
-
* TickFormat.Currency({ currency: "EUR", display: "code" })
|
|
1225
|
-
*
|
|
1226
|
-
* // Units
|
|
1227
|
-
* TickFormat.Unit({ unit: "gigabyte", display: "short" })
|
|
1228
|
-
* TickFormat.Unit({ unit: "kilometer", display: "long" })
|
|
1229
|
-
*
|
|
1230
|
-
* // Date/Time
|
|
1231
|
-
* TickFormat.Date({ style: "short" })
|
|
1232
|
-
* TickFormat.Time({ style: "medium", hour12: true })
|
|
1233
|
-
* TickFormat.DateTime({ dateStyle: "short", timeStyle: "short" })
|
|
1234
|
-
* ```
|
|
1235
|
-
*/
|
|
1236
|
-
export declare const TickFormat: {
|
|
1237
|
-
readonly Number: typeof NumberTickFormat;
|
|
1238
|
-
readonly Currency: typeof CurrencyTickFormat;
|
|
1239
|
-
readonly Percent: typeof PercentTickFormat;
|
|
1240
|
-
readonly Compact: typeof CompactTickFormat;
|
|
1241
|
-
readonly Unit: typeof UnitTickFormat;
|
|
1242
|
-
readonly Scientific: typeof ScientificTickFormat;
|
|
1243
|
-
readonly Engineering: typeof EngineeringTickFormat;
|
|
1244
|
-
readonly Date: typeof DateTickFormat;
|
|
1245
|
-
readonly Time: typeof TimeTickFormat;
|
|
1246
|
-
readonly DateTime: typeof DateTimeTickFormat;
|
|
1247
|
-
};
|
|
1248
|
-
/**
|
|
1249
|
-
* Line/Area curve type.
|
|
1250
|
-
*
|
|
1251
|
-
* @remarks
|
|
1252
|
-
* Maps to Recharts curve types for controlling line smoothness.
|
|
1253
|
-
*
|
|
1254
|
-
* @property linear - Straight lines between points
|
|
1255
|
-
* @property natural - Natural cubic spline
|
|
1256
|
-
* @property monotone - Monotone cubic spline
|
|
1257
|
-
* @property step - Step function
|
|
1258
|
-
* @property stepBefore - Step function before point
|
|
1259
|
-
* @property stepAfter - Step function after point
|
|
1260
|
-
*/
|
|
1261
|
-
export declare const CurveType: VariantType<{
|
|
1262
|
-
readonly linear: NullType;
|
|
1263
|
-
readonly natural: NullType;
|
|
1264
|
-
readonly monotone: NullType;
|
|
1265
|
-
readonly step: NullType;
|
|
1266
|
-
readonly stepBefore: NullType;
|
|
1267
|
-
readonly stepAfter: NullType;
|
|
1268
|
-
}>;
|
|
1269
|
-
/**
|
|
1270
|
-
* Type representing curve type.
|
|
1271
|
-
*/
|
|
1272
|
-
export type CurveType = typeof CurveType;
|
|
1273
|
-
/**
|
|
1274
|
-
* String literal type for curve values.
|
|
1275
|
-
*/
|
|
1276
|
-
export type CurveLiteral = "linear" | "natural" | "monotone" | "step" | "stepBefore" | "stepAfter";
|
|
1277
|
-
export declare function Curve(curve: CurveLiteral): ExprType<CurveType>;
|
|
1278
|
-
/**
|
|
1279
|
-
* Stack offset mode for stacked charts.
|
|
1280
|
-
*
|
|
1281
|
-
* @remarks
|
|
1282
|
-
* Controls how stacked areas/bars are positioned.
|
|
1283
|
-
*
|
|
1284
|
-
* @property none - Regular stacking (default)
|
|
1285
|
-
* @property expand - Normalize to 100%
|
|
1286
|
-
* @property wiggle - Streamgraph style
|
|
1287
|
-
* @property silhouette - Centered streamgraph
|
|
1288
|
-
*/
|
|
1289
|
-
export declare const StackOffsetType: VariantType<{
|
|
1290
|
-
readonly none: NullType;
|
|
1291
|
-
readonly expand: NullType;
|
|
1292
|
-
readonly wiggle: NullType;
|
|
1293
|
-
readonly silhouette: NullType;
|
|
1294
|
-
}>;
|
|
1295
|
-
/**
|
|
1296
|
-
* Type representing stack offset.
|
|
1297
|
-
*/
|
|
1298
|
-
export type StackOffsetType = typeof StackOffsetType;
|
|
1299
|
-
/**
|
|
1300
|
-
* String literal type for stack offset values.
|
|
1301
|
-
*/
|
|
1302
|
-
export type StackOffsetLiteral = "none" | "expand" | "wiggle" | "silhouette";
|
|
1303
|
-
export declare function StackOffset(offset: StackOffsetLiteral): ExprType<StackOffsetType>;
|
|
1304
|
-
/**
|
|
1305
|
-
* Bar chart layout direction.
|
|
1306
|
-
*
|
|
1307
|
-
* @remarks
|
|
1308
|
-
* Note: In Recharts, "horizontal" layout = vertical bars,
|
|
1309
|
-
* "vertical" layout = horizontal bars.
|
|
1310
|
-
*
|
|
1311
|
-
* @property horizontal - Vertical bars (default)
|
|
1312
|
-
* @property vertical - Horizontal bars
|
|
1313
|
-
*/
|
|
1314
|
-
export declare const BarLayoutType: VariantType<{
|
|
1315
|
-
readonly horizontal: NullType;
|
|
1316
|
-
readonly vertical: NullType;
|
|
1317
|
-
}>;
|
|
1318
|
-
/**
|
|
1319
|
-
* Type representing bar layout.
|
|
1320
|
-
*/
|
|
1321
|
-
export type BarLayoutType = typeof BarLayoutType;
|
|
1322
|
-
/**
|
|
1323
|
-
* String literal type for bar layout values.
|
|
1324
|
-
*/
|
|
1325
|
-
export type BarLayoutLiteral = "horizontal" | "vertical";
|
|
1326
|
-
export declare function BarLayout(layout: BarLayoutLiteral): ExprType<BarLayoutType>;
|
|
1327
|
-
/**
|
|
1328
|
-
* Grid configuration for chart background lines.
|
|
1329
|
-
*
|
|
1330
|
-
* @remarks
|
|
1331
|
-
* Maps to Recharts CartesianGrid component properties.
|
|
1332
|
-
*
|
|
1333
|
-
* @property show - Enable/disable entire grid (defaults to true if grid is specified)
|
|
1334
|
-
* @property vertical - Show vertical grid lines
|
|
1335
|
-
* @property horizontal - Show horizontal grid lines
|
|
1336
|
-
* @property strokeColor - Grid line color (Chakra color token)
|
|
1337
|
-
* @property strokeDasharray - Dash pattern (e.g., "3 3" for dashed lines)
|
|
1338
|
-
*/
|
|
1339
|
-
export declare const ChartGridType: StructType<{
|
|
1340
|
-
readonly show: OptionType<BooleanType>;
|
|
1341
|
-
readonly vertical: OptionType<BooleanType>;
|
|
1342
|
-
readonly horizontal: OptionType<BooleanType>;
|
|
1343
|
-
readonly strokeColor: OptionType<StringType>;
|
|
1344
|
-
readonly strokeDasharray: OptionType<StringType>;
|
|
1345
|
-
}>;
|
|
1346
|
-
/**
|
|
1347
|
-
* Type representing chart grid configuration.
|
|
1348
|
-
*/
|
|
1349
|
-
export type ChartGridType = typeof ChartGridType;
|
|
1350
|
-
/**
|
|
1351
|
-
* TypeScript interface for chart grid configuration.
|
|
1352
|
-
*/
|
|
1353
|
-
export interface ChartGrid {
|
|
1354
|
-
/** Enable/disable entire grid */
|
|
1355
|
-
show?: SubtypeExprOrValue<BooleanType>;
|
|
1356
|
-
/** Show vertical grid lines */
|
|
1357
|
-
vertical?: SubtypeExprOrValue<BooleanType>;
|
|
1358
|
-
/** Show horizontal grid lines */
|
|
1359
|
-
horizontal?: SubtypeExprOrValue<BooleanType>;
|
|
1360
|
-
/** Grid line color (Chakra color token, e.g., "border.muted") */
|
|
1361
|
-
strokeColor?: SubtypeExprOrValue<StringType>;
|
|
1362
|
-
/** Dash pattern (e.g., "3 3" for dashed lines) */
|
|
1363
|
-
strokeDasharray?: SubtypeExprOrValue<StringType>;
|
|
1364
|
-
}
|
|
1365
|
-
export declare function ChartGrid(grid: ChartGrid): ExprType<ChartGridType>;
|
|
1366
|
-
/**
|
|
1367
|
-
* Legend layout direction.
|
|
1368
|
-
*
|
|
1369
|
-
* @property horizontal - Items arranged horizontally
|
|
1370
|
-
* @property vertical - Items arranged vertically
|
|
1371
|
-
*/
|
|
1372
|
-
export declare const LegendLayoutType: VariantType<{
|
|
1373
|
-
readonly horizontal: NullType;
|
|
1374
|
-
readonly vertical: NullType;
|
|
1375
|
-
}>;
|
|
1376
|
-
/**
|
|
1377
|
-
* Type representing legend layout.
|
|
1378
|
-
*/
|
|
1379
|
-
export type LegendLayoutType = typeof LegendLayoutType;
|
|
1380
|
-
/**
|
|
1381
|
-
* String literal type for legend layout values.
|
|
1382
|
-
*/
|
|
1383
|
-
export type LegendLayoutLiteral = "horizontal" | "vertical";
|
|
1384
|
-
export declare function LegendLayout(layout: LegendLayoutLiteral): ExprType<LegendLayoutType>;
|
|
1385
|
-
/**
|
|
1386
|
-
* Legend horizontal alignment.
|
|
1387
|
-
*
|
|
1388
|
-
* @property left - Align to left
|
|
1389
|
-
* @property center - Center alignment
|
|
1390
|
-
* @property right - Align to right
|
|
1391
|
-
*/
|
|
1392
|
-
export declare const LegendAlignType: VariantType<{
|
|
1393
|
-
readonly left: NullType;
|
|
1394
|
-
readonly center: NullType;
|
|
1395
|
-
readonly right: NullType;
|
|
1396
|
-
}>;
|
|
1397
|
-
/**
|
|
1398
|
-
* Type representing legend alignment.
|
|
1399
|
-
*/
|
|
1400
|
-
export type LegendAlignType = typeof LegendAlignType;
|
|
1401
|
-
/**
|
|
1402
|
-
* String literal type for legend align values.
|
|
1403
|
-
*/
|
|
1404
|
-
export type LegendAlignLiteral = "left" | "center" | "right";
|
|
1405
|
-
export declare function LegendAlign(align: LegendAlignLiteral): ExprType<LegendAlignType>;
|
|
1406
|
-
/**
|
|
1407
|
-
* Legend vertical alignment.
|
|
1408
|
-
*
|
|
1409
|
-
* @property top - Align to top
|
|
1410
|
-
* @property middle - Center vertically
|
|
1411
|
-
* @property bottom - Align to bottom
|
|
1412
|
-
*/
|
|
1413
|
-
export declare const LegendVerticalAlignType: VariantType<{
|
|
1414
|
-
readonly top: NullType;
|
|
1415
|
-
readonly middle: NullType;
|
|
1416
|
-
readonly bottom: NullType;
|
|
1417
|
-
}>;
|
|
1418
|
-
/**
|
|
1419
|
-
* Type representing legend vertical alignment.
|
|
1420
|
-
*/
|
|
1421
|
-
export type LegendVerticalAlignType = typeof LegendVerticalAlignType;
|
|
1422
|
-
/**
|
|
1423
|
-
* String literal type for legend vertical align values.
|
|
1424
|
-
*/
|
|
1425
|
-
export type LegendVerticalAlignLiteral = "top" | "middle" | "bottom";
|
|
1426
|
-
export declare function LegendVerticalAlign(verticalAlign: LegendVerticalAlignLiteral): ExprType<LegendVerticalAlignType>;
|
|
1427
|
-
/**
|
|
1428
|
-
* Legend configuration for charts.
|
|
1429
|
-
*
|
|
1430
|
-
* @remarks
|
|
1431
|
-
* Maps to Recharts Legend component properties.
|
|
1432
|
-
*
|
|
1433
|
-
* @property show - Enable/disable legend
|
|
1434
|
-
* @property layout - Horizontal or vertical arrangement
|
|
1435
|
-
* @property align - Horizontal alignment (left, center, right)
|
|
1436
|
-
* @property verticalAlign - Vertical alignment (top, middle, bottom)
|
|
1437
|
-
*/
|
|
1438
|
-
export declare const ChartLegendType: StructType<{
|
|
1439
|
-
readonly show: OptionType<BooleanType>;
|
|
1440
|
-
readonly layout: OptionType<VariantType<{
|
|
1441
|
-
readonly horizontal: NullType;
|
|
1442
|
-
readonly vertical: NullType;
|
|
1443
|
-
}>>;
|
|
1444
|
-
readonly align: OptionType<VariantType<{
|
|
1445
|
-
readonly left: NullType;
|
|
1446
|
-
readonly center: NullType;
|
|
1447
|
-
readonly right: NullType;
|
|
1448
|
-
}>>;
|
|
1449
|
-
readonly verticalAlign: OptionType<VariantType<{
|
|
1450
|
-
readonly top: NullType;
|
|
1451
|
-
readonly middle: NullType;
|
|
1452
|
-
readonly bottom: NullType;
|
|
1453
|
-
}>>;
|
|
1454
|
-
}>;
|
|
1455
|
-
/**
|
|
1456
|
-
* Type representing chart legend configuration.
|
|
1457
|
-
*/
|
|
1458
|
-
export type ChartLegendType = typeof ChartLegendType;
|
|
1459
|
-
/**
|
|
1460
|
-
* TypeScript interface for chart legend configuration.
|
|
1461
|
-
*/
|
|
1462
|
-
export interface ChartLegend {
|
|
1463
|
-
/** Enable/disable legend */
|
|
1464
|
-
show?: SubtypeExprOrValue<BooleanType>;
|
|
1465
|
-
/** Horizontal or vertical arrangement */
|
|
1466
|
-
layout?: SubtypeExprOrValue<LegendLayoutType> | LegendLayoutLiteral;
|
|
1467
|
-
/** Horizontal alignment */
|
|
1468
|
-
align?: SubtypeExprOrValue<LegendAlignType> | LegendAlignLiteral;
|
|
1469
|
-
/** Vertical alignment */
|
|
1470
|
-
verticalAlign?: SubtypeExprOrValue<LegendVerticalAlignType> | LegendVerticalAlignLiteral;
|
|
1471
|
-
}
|
|
1472
|
-
export declare function ChartLegend(legend: ChartLegend): ExprType<ChartLegendType>;
|
|
1473
|
-
/**
|
|
1474
|
-
* Tooltip cursor style variant.
|
|
1475
|
-
*
|
|
1476
|
-
* @property none - No cursor shown
|
|
1477
|
-
* @property crosshair - Dashed crosshair lines
|
|
1478
|
-
* @property fill - Filled area cursor
|
|
1479
|
-
*/
|
|
1480
|
-
export declare const TooltipCursorType: VariantType<{
|
|
1481
|
-
readonly none: NullType;
|
|
1482
|
-
readonly crosshair: StringType;
|
|
1483
|
-
readonly fill: StringType;
|
|
1484
|
-
}>;
|
|
1485
|
-
export type TooltipCursorType = typeof TooltipCursorType;
|
|
1486
|
-
/**
|
|
1487
|
-
* Tooltip configuration for charts.
|
|
1488
|
-
*
|
|
1489
|
-
* @remarks
|
|
1490
|
-
* Maps to Recharts Tooltip component properties.
|
|
1491
|
-
*
|
|
1492
|
-
* @property show - Enable/disable tooltip
|
|
1493
|
-
* @property cursor - Cursor style (none, crosshair, or fill)
|
|
1494
|
-
* @property animationDuration - Animation duration in milliseconds
|
|
1495
|
-
*/
|
|
1496
|
-
export declare const ChartTooltipType: StructType<{
|
|
1497
|
-
readonly show: OptionType<BooleanType>;
|
|
1498
|
-
readonly cursor: OptionType<VariantType<{
|
|
1499
|
-
readonly none: NullType;
|
|
1500
|
-
readonly crosshair: StringType;
|
|
1501
|
-
readonly fill: StringType;
|
|
1502
|
-
}>>;
|
|
1503
|
-
readonly animationDuration: OptionType<IntegerType>;
|
|
1504
|
-
}>;
|
|
1505
|
-
/**
|
|
1506
|
-
* Type representing chart tooltip configuration.
|
|
1507
|
-
*/
|
|
1508
|
-
export type ChartTooltipType = typeof ChartTooltipType;
|
|
1509
|
-
/**
|
|
1510
|
-
* TypeScript interface for chart tooltip configuration.
|
|
1511
|
-
*/
|
|
1512
|
-
export interface ChartTooltip {
|
|
1513
|
-
/** Enable/disable tooltip */
|
|
1514
|
-
show?: SubtypeExprOrValue<BooleanType>;
|
|
1515
|
-
/** Cursor style configuration */
|
|
1516
|
-
cursor?: SubtypeExprOrValue<TooltipCursorType>;
|
|
1517
|
-
/** Animation duration in milliseconds */
|
|
1518
|
-
animationDuration?: SubtypeExprOrValue<IntegerType>;
|
|
1519
|
-
}
|
|
1520
|
-
export declare function ChartTooltip(tooltip: ChartTooltip): ExprType<ChartTooltipType>;
|
|
1521
|
-
/**
|
|
1522
|
-
* Axis orientation/position.
|
|
1523
|
-
*
|
|
1524
|
-
* @property top - Position at top (for X axis)
|
|
1525
|
-
* @property bottom - Position at bottom (for X axis)
|
|
1526
|
-
* @property left - Position at left (for Y axis)
|
|
1527
|
-
* @property right - Position at right (for Y axis)
|
|
1528
|
-
*/
|
|
1529
|
-
export declare const AxisOrientationType: VariantType<{
|
|
1530
|
-
readonly top: NullType;
|
|
1531
|
-
readonly bottom: NullType;
|
|
1532
|
-
readonly left: NullType;
|
|
1533
|
-
readonly right: NullType;
|
|
1534
|
-
}>;
|
|
1535
|
-
/**
|
|
1536
|
-
* Type representing axis orientation.
|
|
1537
|
-
*/
|
|
1538
|
-
export type AxisOrientationType = typeof AxisOrientationType;
|
|
1539
|
-
/**
|
|
1540
|
-
* String literal type for axis orientation values.
|
|
1541
|
-
*/
|
|
1542
|
-
export type AxisOrientationLiteral = "top" | "bottom" | "left" | "right";
|
|
1543
|
-
/**
|
|
1544
|
-
* Axis configuration type.
|
|
1545
|
-
*
|
|
1546
|
-
* @remarks
|
|
1547
|
-
* Configuration for X or Y axis including data binding, labels, formatting,
|
|
1548
|
-
* and visual styling.
|
|
1549
|
-
*
|
|
1550
|
-
* @property dataKey - Data key for axis values
|
|
1551
|
-
* @property label - Axis label text
|
|
1552
|
-
* @property tickFormat - Format for tick values
|
|
1553
|
-
* @property domain - Value range [min, max]
|
|
1554
|
-
* @property hide - Hide the axis entirely
|
|
1555
|
-
* @property axisLine - Show/hide axis line
|
|
1556
|
-
* @property tickLine - Show/hide tick lines
|
|
1557
|
-
* @property tickMargin - Margin between tick and label
|
|
1558
|
-
* @property strokeColor - Axis color (Chakra color token)
|
|
1559
|
-
* @property orientation - Axis position (top/bottom for X, left/right for Y)
|
|
1560
|
-
* @property axisId - Identifier for biaxial charts (e.g., "left", "right")
|
|
1561
|
-
*/
|
|
1562
|
-
export declare const ChartAxisType: StructType<{
|
|
1563
|
-
readonly dataKey: OptionType<StringType>;
|
|
1564
|
-
readonly label: OptionType<StringType>;
|
|
1565
|
-
readonly tickFormat: OptionType<VariantType<{
|
|
1566
|
-
readonly number: StructType<{
|
|
1567
|
-
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1568
|
-
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1569
|
-
readonly signDisplay: OptionType<VariantType<{
|
|
1570
|
-
readonly auto: NullType;
|
|
1571
|
-
readonly never: NullType;
|
|
1572
|
-
readonly always: NullType;
|
|
1573
|
-
readonly exceptZero: NullType;
|
|
1574
|
-
}>>;
|
|
1575
|
-
}>;
|
|
1576
|
-
readonly currency: StructType<{
|
|
1577
|
-
readonly currency: VariantType<{
|
|
1578
|
-
readonly USD: NullType;
|
|
1579
|
-
readonly EUR: NullType;
|
|
1580
|
-
readonly GBP: NullType;
|
|
1581
|
-
readonly JPY: NullType;
|
|
1582
|
-
readonly CHF: NullType;
|
|
1583
|
-
readonly CAD: NullType;
|
|
1584
|
-
readonly AUD: NullType;
|
|
1585
|
-
readonly NZD: NullType;
|
|
1586
|
-
readonly CNY: NullType;
|
|
1587
|
-
readonly HKD: NullType;
|
|
1588
|
-
readonly SGD: NullType;
|
|
1589
|
-
readonly KRW: NullType;
|
|
1590
|
-
readonly INR: NullType;
|
|
1591
|
-
readonly TWD: NullType;
|
|
1592
|
-
readonly THB: NullType;
|
|
1593
|
-
readonly MYR: NullType;
|
|
1594
|
-
readonly IDR: NullType;
|
|
1595
|
-
readonly PHP: NullType;
|
|
1596
|
-
readonly VND: NullType;
|
|
1597
|
-
readonly SEK: NullType;
|
|
1598
|
-
readonly NOK: NullType;
|
|
1599
|
-
readonly DKK: NullType;
|
|
1600
|
-
readonly PLN: NullType;
|
|
1601
|
-
readonly CZK: NullType;
|
|
1602
|
-
readonly HUF: NullType;
|
|
1603
|
-
readonly RUB: NullType;
|
|
1604
|
-
readonly UAH: NullType;
|
|
1605
|
-
readonly RON: NullType;
|
|
1606
|
-
readonly MXN: NullType;
|
|
1607
|
-
readonly BRL: NullType;
|
|
1608
|
-
readonly ARS: NullType;
|
|
1609
|
-
readonly CLP: NullType;
|
|
1610
|
-
readonly COP: NullType;
|
|
1611
|
-
readonly PEN: NullType;
|
|
1612
|
-
readonly AED: NullType;
|
|
1613
|
-
readonly SAR: NullType;
|
|
1614
|
-
readonly ILS: NullType;
|
|
1615
|
-
readonly ZAR: NullType;
|
|
1616
|
-
readonly TRY: NullType;
|
|
1617
|
-
readonly EGP: NullType;
|
|
1618
|
-
readonly NGN: NullType;
|
|
1619
|
-
readonly KES: NullType;
|
|
1620
|
-
}>;
|
|
1621
|
-
readonly display: OptionType<VariantType<{
|
|
1622
|
-
readonly code: NullType;
|
|
1623
|
-
readonly symbol: NullType;
|
|
1624
|
-
readonly narrowSymbol: NullType;
|
|
1625
|
-
readonly name: NullType;
|
|
1626
|
-
}>>;
|
|
1627
|
-
readonly compact: OptionType<VariantType<{
|
|
1628
|
-
readonly short: NullType;
|
|
1629
|
-
readonly long: NullType;
|
|
1630
|
-
}>>;
|
|
1631
|
-
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1632
|
-
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1633
|
-
}>;
|
|
1634
|
-
readonly percent: StructType<{
|
|
1635
|
-
readonly minimumFractionDigits: OptionType<IntegerType>;
|
|
1636
|
-
readonly maximumFractionDigits: OptionType<IntegerType>;
|
|
1637
|
-
readonly signDisplay: OptionType<VariantType<{
|
|
1638
|
-
readonly auto: NullType;
|
|
1639
|
-
readonly never: NullType;
|
|
1640
|
-
readonly always: NullType;
|
|
1641
|
-
readonly exceptZero: NullType;
|
|
1642
|
-
}>>;
|
|
1643
|
-
}>;
|
|
1644
|
-
readonly compact: StructType<{
|
|
1645
|
-
readonly display: OptionType<VariantType<{
|
|
1646
|
-
readonly short: NullType;
|
|
1647
|
-
readonly long: NullType;
|
|
1648
|
-
}>>;
|
|
1649
|
-
}>;
|
|
1650
|
-
readonly unit: StructType<{
|
|
1651
|
-
readonly unit: VariantType<{
|
|
1652
|
-
readonly bit: NullType;
|
|
1653
|
-
readonly byte: NullType;
|
|
1654
|
-
readonly kilobit: NullType;
|
|
1655
|
-
readonly kilobyte: NullType;
|
|
1656
|
-
readonly megabit: NullType;
|
|
1657
|
-
readonly megabyte: NullType;
|
|
1658
|
-
readonly gigabit: NullType;
|
|
1659
|
-
readonly gigabyte: NullType;
|
|
1660
|
-
readonly terabit: NullType;
|
|
1661
|
-
readonly terabyte: NullType;
|
|
1662
|
-
readonly petabyte: NullType;
|
|
1663
|
-
readonly nanosecond: NullType;
|
|
1664
|
-
readonly microsecond: NullType;
|
|
1665
|
-
readonly millisecond: NullType;
|
|
1666
|
-
readonly second: NullType;
|
|
1667
|
-
readonly minute: NullType;
|
|
1668
|
-
readonly hour: NullType;
|
|
1669
|
-
readonly day: NullType;
|
|
1670
|
-
readonly week: NullType;
|
|
1671
|
-
readonly month: NullType;
|
|
1672
|
-
readonly year: NullType;
|
|
1673
|
-
readonly millimeter: NullType;
|
|
1674
|
-
readonly centimeter: NullType;
|
|
1675
|
-
readonly meter: NullType;
|
|
1676
|
-
readonly kilometer: NullType;
|
|
1677
|
-
readonly inch: NullType;
|
|
1678
|
-
readonly foot: NullType;
|
|
1679
|
-
readonly yard: NullType;
|
|
1680
|
-
readonly mile: NullType;
|
|
1681
|
-
readonly gram: NullType;
|
|
1682
|
-
readonly kilogram: NullType;
|
|
1683
|
-
readonly milligram: NullType;
|
|
1684
|
-
readonly ounce: NullType;
|
|
1685
|
-
readonly pound: NullType;
|
|
1686
|
-
readonly stone: NullType;
|
|
1687
|
-
readonly celsius: NullType;
|
|
1688
|
-
readonly fahrenheit: NullType;
|
|
1689
|
-
readonly milliliter: NullType;
|
|
1690
|
-
readonly liter: NullType;
|
|
1691
|
-
readonly gallon: NullType;
|
|
1692
|
-
readonly fluidOunce: NullType;
|
|
1693
|
-
readonly acre: NullType;
|
|
1694
|
-
readonly hectare: NullType;
|
|
1695
|
-
readonly meterPerSecond: NullType;
|
|
1696
|
-
readonly kilometerPerHour: NullType;
|
|
1697
|
-
readonly milePerHour: NullType;
|
|
1698
|
-
readonly percent: NullType;
|
|
1699
|
-
readonly degree: NullType;
|
|
1700
|
-
}>;
|
|
1701
|
-
readonly display: OptionType<VariantType<{
|
|
1702
|
-
readonly short: NullType;
|
|
1703
|
-
readonly narrow: NullType;
|
|
1704
|
-
readonly long: NullType;
|
|
1705
|
-
}>>;
|
|
1706
|
-
}>;
|
|
1707
|
-
readonly scientific: NullType;
|
|
1708
|
-
readonly engineering: NullType;
|
|
1709
|
-
readonly date: StructType<{
|
|
1710
|
-
readonly format: StringType;
|
|
1711
|
-
}>;
|
|
1712
|
-
readonly time: StructType<{
|
|
1713
|
-
readonly format: StringType;
|
|
1714
|
-
}>;
|
|
1715
|
-
readonly datetime: StructType<{
|
|
1716
|
-
readonly format: StringType;
|
|
1717
|
-
}>;
|
|
1718
|
-
}>>;
|
|
1719
|
-
readonly domain: OptionType<ArrayType<FloatType>>;
|
|
1720
|
-
readonly hide: OptionType<BooleanType>;
|
|
1721
|
-
readonly axisLine: OptionType<BooleanType>;
|
|
1722
|
-
readonly tickLine: OptionType<BooleanType>;
|
|
1723
|
-
readonly tickMargin: OptionType<IntegerType>;
|
|
1724
|
-
readonly strokeColor: OptionType<StringType>;
|
|
1725
|
-
readonly orientation: OptionType<VariantType<{
|
|
1726
|
-
readonly top: NullType;
|
|
1727
|
-
readonly bottom: NullType;
|
|
1728
|
-
readonly left: NullType;
|
|
1729
|
-
readonly right: NullType;
|
|
1730
|
-
}>>;
|
|
1731
|
-
readonly axisId: OptionType<StringType>;
|
|
1732
|
-
}>;
|
|
1733
|
-
/**
|
|
1734
|
-
* Type representing chart axis configuration.
|
|
1735
|
-
*/
|
|
1736
|
-
export type ChartAxisType = typeof ChartAxisType;
|
|
1737
|
-
/**
|
|
1738
|
-
* TypeScript interface for chart axis configuration.
|
|
1739
|
-
*/
|
|
1740
|
-
export interface ChartAxis {
|
|
1741
|
-
/** Data key for axis values */
|
|
1742
|
-
dataKey?: SubtypeExprOrValue<StringType>;
|
|
1743
|
-
/** Axis label text */
|
|
1744
|
-
label?: SubtypeExprOrValue<StringType>;
|
|
1745
|
-
/** Format for tick values - use string literals or TickFormat helpers */
|
|
1746
|
-
tickFormat?: SubtypeExprOrValue<TickFormatType> | SimpleTickFormatLiteral;
|
|
1747
|
-
/** Value range [min, max] */
|
|
1748
|
-
domain?: SubtypeExprOrValue<ArrayType<FloatType>>;
|
|
1749
|
-
/** Hide the axis entirely */
|
|
1750
|
-
hide?: SubtypeExprOrValue<BooleanType>;
|
|
1751
|
-
/** Show/hide axis line */
|
|
1752
|
-
axisLine?: SubtypeExprOrValue<BooleanType>;
|
|
1753
|
-
/** Show/hide tick lines */
|
|
1754
|
-
tickLine?: SubtypeExprOrValue<BooleanType>;
|
|
1755
|
-
/** Margin between tick and label */
|
|
1756
|
-
tickMargin?: SubtypeExprOrValue<IntegerType>;
|
|
1757
|
-
/** Axis color (Chakra color token) */
|
|
1758
|
-
strokeColor?: SubtypeExprOrValue<StringType>;
|
|
1759
|
-
/** Axis position (top/bottom for X, left/right for Y) */
|
|
1760
|
-
orientation?: SubtypeExprOrValue<AxisOrientationType> | AxisOrientationLiteral;
|
|
1761
|
-
/** Identifier for biaxial charts (e.g., "left", "right") */
|
|
1762
|
-
axisId?: SubtypeExprOrValue<StringType>;
|
|
1763
|
-
}
|
|
1764
|
-
export declare function ChartAxis(axis: ChartAxis): ExprType<typeof ChartAxisType>;
|
|
1765
|
-
/**
|
|
1766
|
-
* Type-safe axis configuration interface for chart factories.
|
|
1767
|
-
*
|
|
1768
|
-
* @remarks
|
|
1769
|
-
* This interface provides full axis configuration with type-safe dataKey validation.
|
|
1770
|
-
* Used by chart style interfaces (BarChartStyle, LineChartStyle, etc.) to allow
|
|
1771
|
-
* plain object configuration instead of requiring Chart.Axis() helper.
|
|
1772
|
-
*
|
|
1773
|
-
* @typeParam DataKey - Union of valid field names from the data struct
|
|
1774
|
-
*
|
|
1775
|
-
* @property dataKey - Data key for axis values (type-safe to data field names)
|
|
1776
|
-
* @property label - Axis label text
|
|
1777
|
-
* @property tickFormat - Format for tick values
|
|
1778
|
-
* @property domain - Value range [min, max]
|
|
1779
|
-
* @property hide - Hide the axis entirely
|
|
1780
|
-
* @property axisLine - Show/hide axis line
|
|
1781
|
-
* @property tickLine - Show/hide tick lines
|
|
1782
|
-
* @property tickMargin - Margin between tick and label
|
|
1783
|
-
* @property orientation - Axis position (top/bottom for X, left/right for Y)
|
|
1784
|
-
* @property axisId - Identifier for biaxial charts
|
|
1785
|
-
*
|
|
1786
|
-
* @example
|
|
1787
|
-
* ```ts
|
|
1788
|
-
* // Type-safe - only valid field names allowed for dataKey
|
|
1789
|
-
* const style: BarChartStyle<"month" | "sales"> = {
|
|
1790
|
-
* xAxis: { dataKey: "month", label: "Month" },
|
|
1791
|
-
* yAxis: { label: "Sales ($)", tickFormat: "currency" },
|
|
1792
|
-
* };
|
|
1793
|
-
* ```
|
|
1794
|
-
*/
|
|
1795
|
-
export interface ChartAxisStyle<DataKey extends string = string> {
|
|
1796
|
-
/** Data key for axis values (type-safe to data field names) */
|
|
1797
|
-
dataKey?: DataKey;
|
|
1798
|
-
/** Axis label text */
|
|
1799
|
-
label?: SubtypeExprOrValue<StringType>;
|
|
1800
|
-
/** Format for tick values - use string literals or TickFormat helpers */
|
|
1801
|
-
tickFormat?: SubtypeExprOrValue<TickFormatType> | SimpleTickFormatLiteral;
|
|
1802
|
-
/** Value range [min, max] */
|
|
1803
|
-
domain?: SubtypeExprOrValue<ArrayType<FloatType>>;
|
|
1804
|
-
/** Hide the axis entirely */
|
|
1805
|
-
hide?: SubtypeExprOrValue<BooleanType>;
|
|
1806
|
-
/** Show/hide axis line */
|
|
1807
|
-
axisLine?: SubtypeExprOrValue<BooleanType>;
|
|
1808
|
-
/** Show/hide tick lines */
|
|
1809
|
-
tickLine?: SubtypeExprOrValue<BooleanType>;
|
|
1810
|
-
/** Margin between tick and label */
|
|
1811
|
-
tickMargin?: SubtypeExprOrValue<IntegerType>;
|
|
1812
|
-
/** Axis position (top/bottom for X, left/right for Y) */
|
|
1813
|
-
orientation?: SubtypeExprOrValue<AxisOrientationType> | AxisOrientationLiteral;
|
|
1814
|
-
/** Identifier for biaxial charts (e.g., "left", "right") */
|
|
1815
|
-
axisId?: SubtypeExprOrValue<StringType>;
|
|
1816
|
-
}
|
|
1817
|
-
/**
|
|
1818
|
-
* Type-safe grid configuration interface for chart factories.
|
|
1819
|
-
*/
|
|
1820
|
-
export interface ChartGridStyle {
|
|
1821
|
-
/** Enable/disable entire grid */
|
|
1822
|
-
show?: SubtypeExprOrValue<BooleanType>;
|
|
1823
|
-
/** Show vertical grid lines */
|
|
1824
|
-
vertical?: SubtypeExprOrValue<BooleanType>;
|
|
1825
|
-
/** Show horizontal grid lines */
|
|
1826
|
-
horizontal?: SubtypeExprOrValue<BooleanType>;
|
|
1827
|
-
/** Grid line color (Chakra color token, e.g., "border.muted") */
|
|
1828
|
-
strokeColor?: SubtypeExprOrValue<StringType>;
|
|
1829
|
-
/** Dash pattern (e.g., "3 3" for dashed lines) */
|
|
1830
|
-
strokeDasharray?: SubtypeExprOrValue<StringType>;
|
|
1831
|
-
}
|
|
1832
|
-
/**
|
|
1833
|
-
* Type-safe tooltip configuration interface for chart factories.
|
|
1834
|
-
*/
|
|
1835
|
-
export interface ChartTooltipStyle {
|
|
1836
|
-
/** Enable/disable tooltip */
|
|
1837
|
-
show?: SubtypeExprOrValue<BooleanType>;
|
|
1838
|
-
/** Cursor style configuration */
|
|
1839
|
-
cursor?: SubtypeExprOrValue<TooltipCursorType>;
|
|
1840
|
-
/** Animation duration in milliseconds */
|
|
1841
|
-
animationDuration?: SubtypeExprOrValue<IntegerType>;
|
|
1842
|
-
}
|
|
1843
|
-
/**
|
|
1844
|
-
* Type-safe legend configuration interface for chart factories.
|
|
1845
|
-
*/
|
|
1846
|
-
export interface ChartLegendStyle {
|
|
1847
|
-
/** Enable/disable legend */
|
|
1848
|
-
show?: SubtypeExprOrValue<BooleanType>;
|
|
1849
|
-
/** Horizontal or vertical arrangement */
|
|
1850
|
-
layout?: SubtypeExprOrValue<LegendLayoutType> | LegendLayoutLiteral;
|
|
1851
|
-
/** Horizontal alignment */
|
|
1852
|
-
align?: SubtypeExprOrValue<LegendAlignType> | LegendAlignLiteral;
|
|
1853
|
-
/** Vertical alignment */
|
|
1854
|
-
verticalAlign?: SubtypeExprOrValue<LegendVerticalAlignType> | LegendVerticalAlignLiteral;
|
|
1855
|
-
}
|
|
1856
|
-
/**
|
|
1857
|
-
* Type-safe margin configuration interface for chart factories.
|
|
1858
|
-
*/
|
|
1859
|
-
export interface ChartMarginStyle {
|
|
1860
|
-
/** Top margin in pixels */
|
|
1861
|
-
top?: SubtypeExprOrValue<IntegerType>;
|
|
1862
|
-
/** Right margin in pixels */
|
|
1863
|
-
right?: SubtypeExprOrValue<IntegerType>;
|
|
1864
|
-
/** Bottom margin in pixels */
|
|
1865
|
-
bottom?: SubtypeExprOrValue<IntegerType>;
|
|
1866
|
-
/** Left margin in pixels */
|
|
1867
|
-
left?: SubtypeExprOrValue<IntegerType>;
|
|
1868
|
-
}
|
|
1869
|
-
/**
|
|
1870
|
-
* Base chart dimensions and display options.
|
|
1871
|
-
*/
|
|
1872
|
-
/**
|
|
1873
|
-
* Chart margin configuration.
|
|
1874
|
-
*
|
|
1875
|
-
* @property top - Top margin in pixels
|
|
1876
|
-
* @property right - Right margin in pixels
|
|
1877
|
-
* @property bottom - Bottom margin in pixels
|
|
1878
|
-
* @property left - Left margin in pixels
|
|
1879
|
-
*/
|
|
1880
|
-
export declare const ChartMarginType: StructType<{
|
|
1881
|
-
readonly top: OptionType<IntegerType>;
|
|
1882
|
-
readonly right: OptionType<IntegerType>;
|
|
1883
|
-
readonly bottom: OptionType<IntegerType>;
|
|
1884
|
-
readonly left: OptionType<IntegerType>;
|
|
1885
|
-
}>;
|
|
1886
|
-
export type ChartMarginType = typeof ChartMarginType;
|
|
1887
|
-
/**
|
|
1888
|
-
* TypeScript interface for chart margin configuration.
|
|
1889
|
-
*/
|
|
1890
|
-
export interface ChartMargin {
|
|
1891
|
-
/** Top margin in pixels */
|
|
1892
|
-
top?: SubtypeExprOrValue<IntegerType>;
|
|
1893
|
-
/** Right margin in pixels */
|
|
1894
|
-
right?: SubtypeExprOrValue<IntegerType>;
|
|
1895
|
-
/** Bottom margin in pixels */
|
|
1896
|
-
bottom?: SubtypeExprOrValue<IntegerType>;
|
|
1897
|
-
/** Left margin in pixels */
|
|
1898
|
-
left?: SubtypeExprOrValue<IntegerType>;
|
|
1899
|
-
}
|
|
1900
|
-
/**
|
|
1901
|
-
* Creates a chart margin configuration.
|
|
1902
|
-
*/
|
|
1903
|
-
export declare function ChartMargin(margin: ChartMargin): ExprType<ChartMarginType>;
|
|
1904
|
-
export interface BaseChartStyle {
|
|
1905
|
-
/** Grid configuration */
|
|
1906
|
-
grid?: ChartGridStyle;
|
|
1907
|
-
/** Tooltip configuration */
|
|
1908
|
-
tooltip?: ChartTooltipStyle;
|
|
1909
|
-
/** Legend configuration */
|
|
1910
|
-
legend?: ChartLegendStyle;
|
|
1911
|
-
/** Chart margin configuration */
|
|
1912
|
-
margin?: ChartMarginStyle;
|
|
1913
|
-
/**
|
|
1914
|
-
* Value key for multi-series data (record form).
|
|
1915
|
-
* Specifies which field in each series array contains the Y value.
|
|
1916
|
-
* Only used when data is passed as Record<string, Array<T>>.
|
|
1917
|
-
*/
|
|
1918
|
-
valueKey?: SubtypeExprOrValue<StringType>;
|
|
1919
|
-
}
|
|
1920
|
-
/**
|
|
1921
|
-
* Base chart style type for serialization.
|
|
1922
|
-
*/
|
|
1923
|
-
export declare const BaseChartStyleType: StructType<{
|
|
1924
|
-
readonly grid: OptionType<StructType<{
|
|
1925
|
-
readonly show: OptionType<BooleanType>;
|
|
1926
|
-
readonly vertical: OptionType<BooleanType>;
|
|
1927
|
-
readonly horizontal: OptionType<BooleanType>;
|
|
1928
|
-
readonly strokeColor: OptionType<StringType>;
|
|
1929
|
-
readonly strokeDasharray: OptionType<StringType>;
|
|
1930
|
-
}>>;
|
|
1931
|
-
readonly tooltip: OptionType<StructType<{
|
|
1932
|
-
readonly show: OptionType<BooleanType>;
|
|
1933
|
-
readonly cursor: OptionType<VariantType<{
|
|
1934
|
-
readonly none: NullType;
|
|
1935
|
-
readonly crosshair: StringType;
|
|
1936
|
-
readonly fill: StringType;
|
|
1937
|
-
}>>;
|
|
1938
|
-
readonly animationDuration: OptionType<IntegerType>;
|
|
1939
|
-
}>>;
|
|
1940
|
-
readonly legend: OptionType<StructType<{
|
|
1941
|
-
readonly show: OptionType<BooleanType>;
|
|
1942
|
-
readonly layout: OptionType<VariantType<{
|
|
1943
|
-
readonly horizontal: NullType;
|
|
1944
|
-
readonly vertical: NullType;
|
|
1945
|
-
}>>;
|
|
1946
|
-
readonly align: OptionType<VariantType<{
|
|
1947
|
-
readonly left: NullType;
|
|
1948
|
-
readonly center: NullType;
|
|
1949
|
-
readonly right: NullType;
|
|
1950
|
-
}>>;
|
|
1951
|
-
readonly verticalAlign: OptionType<VariantType<{
|
|
1952
|
-
readonly top: NullType;
|
|
1953
|
-
readonly middle: NullType;
|
|
1954
|
-
readonly bottom: NullType;
|
|
1955
|
-
}>>;
|
|
1956
|
-
}>>;
|
|
1957
|
-
readonly margin: OptionType<StructType<{
|
|
1958
|
-
readonly top: OptionType<IntegerType>;
|
|
1959
|
-
readonly right: OptionType<IntegerType>;
|
|
1960
|
-
readonly bottom: OptionType<IntegerType>;
|
|
1961
|
-
readonly left: OptionType<IntegerType>;
|
|
1962
|
-
}>>;
|
|
1963
|
-
}>;
|
|
1964
|
-
/**
|
|
1965
|
-
* Brush configuration for chart data range selection.
|
|
1966
|
-
*
|
|
1967
|
-
* @remarks
|
|
1968
|
-
* The Brush component allows users to select a range of data to display.
|
|
1969
|
-
* It renders a small preview chart with draggable handles for range selection.
|
|
1970
|
-
* Maps to Recharts Brush component.
|
|
1971
|
-
*
|
|
1972
|
-
* @property dataKey - Data key for brush labels (defaults to xAxis dataKey)
|
|
1973
|
-
* @property height - Brush height in pixels (default: 40)
|
|
1974
|
-
* @property travellerWidth - Width of slider handles in pixels (default: 5)
|
|
1975
|
-
* @property startIndex - Initial start index of selection
|
|
1976
|
-
* @property endIndex - Initial end index of selection
|
|
1977
|
-
* @property stroke - Stroke color for brush area
|
|
1978
|
-
* @property fill - Fill color for brush area
|
|
1979
|
-
*/
|
|
1980
|
-
export declare const ChartBrushType: StructType<{
|
|
1981
|
-
readonly dataKey: OptionType<StringType>;
|
|
1982
|
-
readonly height: OptionType<IntegerType>;
|
|
1983
|
-
readonly travellerWidth: OptionType<IntegerType>;
|
|
1984
|
-
readonly startIndex: OptionType<IntegerType>;
|
|
1985
|
-
readonly endIndex: OptionType<IntegerType>;
|
|
1986
|
-
readonly stroke: OptionType<StringType>;
|
|
1987
|
-
readonly fill: OptionType<StringType>;
|
|
1988
|
-
}>;
|
|
1989
|
-
/**
|
|
1990
|
-
* Type representing chart brush configuration.
|
|
1991
|
-
*/
|
|
1992
|
-
export type ChartBrushType = typeof ChartBrushType;
|
|
1993
|
-
/**
|
|
1994
|
-
* Base TypeScript interface for chart brush configuration.
|
|
1995
|
-
*
|
|
1996
|
-
* @remarks
|
|
1997
|
-
* This base interface contains all brush options except dataKey.
|
|
1998
|
-
* Chart-specific interfaces extend this to add type-safe dataKey.
|
|
1999
|
-
*
|
|
2000
|
-
* @property height - Brush height in pixels (default: 40)
|
|
2001
|
-
* @property travellerWidth - Width of slider handles in pixels (default: 5)
|
|
2002
|
-
* @property startIndex - Initial start index of selection
|
|
2003
|
-
* @property endIndex - Initial end index of selection
|
|
2004
|
-
* @property stroke - Stroke color for brush area
|
|
2005
|
-
* @property fill - Fill color for brush area
|
|
2006
|
-
*/
|
|
2007
|
-
export interface ChartBrushStyleBase {
|
|
2008
|
-
/** Brush height in pixels (default: 40) */
|
|
2009
|
-
height?: SubtypeExprOrValue<IntegerType>;
|
|
2010
|
-
/** Width of slider handles in pixels (default: 5) */
|
|
2011
|
-
travellerWidth?: SubtypeExprOrValue<IntegerType>;
|
|
2012
|
-
/** Initial start index of selection */
|
|
2013
|
-
startIndex?: SubtypeExprOrValue<IntegerType>;
|
|
2014
|
-
/** Initial end index of selection */
|
|
2015
|
-
endIndex?: SubtypeExprOrValue<IntegerType>;
|
|
2016
|
-
/** Stroke color for brush area */
|
|
2017
|
-
stroke?: SubtypeExprOrValue<StringType>;
|
|
2018
|
-
/** Fill color for brush area */
|
|
2019
|
-
fill?: SubtypeExprOrValue<StringType>;
|
|
2020
|
-
}
|
|
2021
|
-
/**
|
|
2022
|
-
* Creates a chart brush configuration.
|
|
2023
|
-
*
|
|
2024
|
-
* @param brush - Brush configuration options
|
|
2025
|
-
* @returns An East expression representing the brush configuration
|
|
2026
|
-
*/
|
|
2027
|
-
export declare function ChartBrush(brush: ChartBrushStyleBase & {
|
|
2028
|
-
dataKey?: SubtypeExprOrValue<StringType>;
|
|
2029
|
-
}): ExprType<ChartBrushType>;
|
|
2030
|
-
/**
|
|
2031
|
-
* Type for multi-series data storage.
|
|
2032
|
-
*
|
|
2033
|
-
* @remarks
|
|
2034
|
-
* Used when data is passed as a record of arrays (for sparse data).
|
|
2035
|
-
* Each key is a series name, value is an array of data points.
|
|
2036
|
-
* This avoids the need for null values when series have different data points.
|
|
2037
|
-
*/
|
|
2038
|
-
export declare const MultiSeriesDataType: DictType<StringType, ArrayType<DictType<StringType, VariantType<{
|
|
2039
|
-
readonly Null: NullType;
|
|
2040
|
-
readonly Boolean: BooleanType;
|
|
2041
|
-
readonly Integer: IntegerType;
|
|
2042
|
-
readonly Float: FloatType;
|
|
2043
|
-
readonly String: StringType;
|
|
2044
|
-
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2045
|
-
readonly Blob: import("@elaraai/east").BlobType;
|
|
2046
|
-
}>>>>;
|
|
2047
|
-
/**
|
|
2048
|
-
* Overflow behavior when reference annotation extends beyond chart bounds.
|
|
2049
|
-
*
|
|
2050
|
-
* @property discard - Don't render if outside bounds
|
|
2051
|
-
* @property hidden - Clip at chart boundary
|
|
2052
|
-
* @property visible - Render completely (may overflow)
|
|
2053
|
-
* @property extendDomain - Extend axis domain to include the reference
|
|
2054
|
-
*/
|
|
2055
|
-
export declare const ReferenceOverflowType: VariantType<{
|
|
2056
|
-
readonly discard: NullType;
|
|
2057
|
-
readonly hidden: NullType;
|
|
2058
|
-
readonly visible: NullType;
|
|
2059
|
-
readonly extendDomain: NullType;
|
|
2060
|
-
}>;
|
|
2061
|
-
/**
|
|
2062
|
-
* Type representing reference overflow behavior.
|
|
2063
|
-
*/
|
|
2064
|
-
export type ReferenceOverflowType = typeof ReferenceOverflowType;
|
|
2065
|
-
/**
|
|
2066
|
-
* String literal type for reference overflow values.
|
|
2067
|
-
*/
|
|
2068
|
-
export type ReferenceOverflowLiteral = "discard" | "hidden" | "visible" | "extendDomain";
|
|
2069
|
-
/**
|
|
2070
|
-
* Label position options for reference annotations.
|
|
2071
|
-
*
|
|
2072
|
-
* @property top - Above the reference point
|
|
2073
|
-
* @property bottom - Below the reference point
|
|
2074
|
-
* @property left - To the left of the reference point
|
|
2075
|
-
* @property right - To the right of the reference point
|
|
2076
|
-
* @property center - Centered on the reference point
|
|
2077
|
-
* @property insideTop - Inside, at the top
|
|
2078
|
-
* @property insideBottom - Inside, at the bottom
|
|
2079
|
-
* @property insideLeft - Inside, at the left
|
|
2080
|
-
* @property insideRight - Inside, at the right
|
|
2081
|
-
*/
|
|
2082
|
-
export declare const LabelPositionType: VariantType<{
|
|
2083
|
-
readonly top: NullType;
|
|
2084
|
-
readonly bottom: NullType;
|
|
2085
|
-
readonly left: NullType;
|
|
2086
|
-
readonly right: NullType;
|
|
2087
|
-
readonly center: NullType;
|
|
2088
|
-
readonly insideTop: NullType;
|
|
2089
|
-
readonly insideBottom: NullType;
|
|
2090
|
-
readonly insideLeft: NullType;
|
|
2091
|
-
readonly insideRight: NullType;
|
|
2092
|
-
readonly insideTopLeft: NullType;
|
|
2093
|
-
readonly insideTopRight: NullType;
|
|
2094
|
-
readonly insideBottomLeft: NullType;
|
|
2095
|
-
readonly insideBottomRight: NullType;
|
|
2096
|
-
}>;
|
|
2097
|
-
/**
|
|
2098
|
-
* Type representing label position.
|
|
2099
|
-
*/
|
|
2100
|
-
export type LabelPositionType = typeof LabelPositionType;
|
|
2101
|
-
/**
|
|
2102
|
-
* String literal type for label position values.
|
|
2103
|
-
*/
|
|
2104
|
-
export type LabelPositionLiteral = "top" | "bottom" | "left" | "right" | "center" | "insideTop" | "insideBottom" | "insideLeft" | "insideRight" | "insideTopLeft" | "insideTopRight" | "insideBottomLeft" | "insideBottomRight";
|
|
2105
|
-
/**
|
|
2106
|
-
* Reference line configuration for charts.
|
|
2107
|
-
*
|
|
2108
|
-
* @remarks
|
|
2109
|
-
* Draws horizontal or vertical lines at specific values to mark
|
|
2110
|
-
* thresholds, targets, or other reference points.
|
|
2111
|
-
* Set `x` for a vertical line, `y` for a horizontal line.
|
|
2112
|
-
*
|
|
2113
|
-
* @property x - X value for vertical line (number or category string)
|
|
2114
|
-
* @property y - Y value for horizontal line (number or category string)
|
|
2115
|
-
* @property stroke - Line color (Chakra color token)
|
|
2116
|
-
* @property strokeWidth - Line width in pixels
|
|
2117
|
-
* @property strokeDasharray - Dash pattern (e.g., "5 5" for dashed)
|
|
2118
|
-
* @property label - Label text for the line
|
|
2119
|
-
* @property ifOverflow - Behavior when line extends beyond bounds
|
|
2120
|
-
*/
|
|
2121
|
-
export declare const ReferenceLineType: StructType<{
|
|
2122
|
-
readonly x: OptionType<VariantType<{
|
|
2123
|
-
readonly Null: NullType;
|
|
2124
|
-
readonly Boolean: BooleanType;
|
|
2125
|
-
readonly Integer: IntegerType;
|
|
2126
|
-
readonly Float: FloatType;
|
|
2127
|
-
readonly String: StringType;
|
|
2128
|
-
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2129
|
-
readonly Blob: import("@elaraai/east").BlobType;
|
|
2130
|
-
}>>;
|
|
2131
|
-
readonly y: OptionType<VariantType<{
|
|
2132
|
-
readonly Null: NullType;
|
|
2133
|
-
readonly Boolean: BooleanType;
|
|
2134
|
-
readonly Integer: IntegerType;
|
|
2135
|
-
readonly Float: FloatType;
|
|
2136
|
-
readonly String: StringType;
|
|
2137
|
-
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2138
|
-
readonly Blob: import("@elaraai/east").BlobType;
|
|
2139
|
-
}>>;
|
|
2140
|
-
readonly stroke: OptionType<StringType>;
|
|
2141
|
-
readonly strokeWidth: OptionType<IntegerType>;
|
|
2142
|
-
readonly strokeDasharray: OptionType<StringType>;
|
|
2143
|
-
readonly label: OptionType<StringType>;
|
|
2144
|
-
readonly labelPosition: OptionType<VariantType<{
|
|
2145
|
-
readonly top: NullType;
|
|
2146
|
-
readonly bottom: NullType;
|
|
2147
|
-
readonly left: NullType;
|
|
2148
|
-
readonly right: NullType;
|
|
2149
|
-
readonly center: NullType;
|
|
2150
|
-
readonly insideTop: NullType;
|
|
2151
|
-
readonly insideBottom: NullType;
|
|
2152
|
-
readonly insideLeft: NullType;
|
|
2153
|
-
readonly insideRight: NullType;
|
|
2154
|
-
readonly insideTopLeft: NullType;
|
|
2155
|
-
readonly insideTopRight: NullType;
|
|
2156
|
-
readonly insideBottomLeft: NullType;
|
|
2157
|
-
readonly insideBottomRight: NullType;
|
|
2158
|
-
}>>;
|
|
2159
|
-
readonly labelOffset: OptionType<IntegerType>;
|
|
2160
|
-
readonly ifOverflow: OptionType<VariantType<{
|
|
2161
|
-
readonly discard: NullType;
|
|
2162
|
-
readonly hidden: NullType;
|
|
2163
|
-
readonly visible: NullType;
|
|
2164
|
-
readonly extendDomain: NullType;
|
|
2165
|
-
}>>;
|
|
2166
|
-
}>;
|
|
2167
|
-
/**
|
|
2168
|
-
* Type representing reference line configuration.
|
|
2169
|
-
*/
|
|
2170
|
-
export type ReferenceLineType = typeof ReferenceLineType;
|
|
2171
|
-
/**
|
|
2172
|
-
* TypeScript interface for reference line style.
|
|
2173
|
-
*/
|
|
2174
|
-
/** Coordinate value type for reference annotations (accepts East expressions or literals) */
|
|
2175
|
-
export type CoordinateValue = SubtypeExprOrValue<FloatType> | SubtypeExprOrValue<IntegerType> | SubtypeExprOrValue<StringType>;
|
|
2176
|
-
export interface ReferenceLineStyle {
|
|
2177
|
-
/** X value for vertical line (number or category string) */
|
|
2178
|
-
x?: CoordinateValue;
|
|
2179
|
-
/** Y value for horizontal line (number or category string) */
|
|
2180
|
-
y?: CoordinateValue;
|
|
2181
|
-
/** Line color (Chakra color token) */
|
|
2182
|
-
stroke?: SubtypeExprOrValue<StringType>;
|
|
2183
|
-
/** Line width in pixels */
|
|
2184
|
-
strokeWidth?: SubtypeExprOrValue<IntegerType>;
|
|
2185
|
-
/** Dash pattern (e.g., "5 5" for dashed) */
|
|
2186
|
-
strokeDasharray?: SubtypeExprOrValue<StringType>;
|
|
2187
|
-
/** Label text for the line */
|
|
2188
|
-
label?: SubtypeExprOrValue<StringType>;
|
|
2189
|
-
/** Label position relative to the line */
|
|
2190
|
-
labelPosition?: SubtypeExprOrValue<LabelPositionType> | LabelPositionLiteral;
|
|
2191
|
-
/** Label offset from the line in pixels */
|
|
2192
|
-
labelOffset?: SubtypeExprOrValue<IntegerType>;
|
|
2193
|
-
/** Behavior when line extends beyond bounds */
|
|
2194
|
-
ifOverflow?: SubtypeExprOrValue<ReferenceOverflowType> | ReferenceOverflowLiteral;
|
|
2195
|
-
}
|
|
2196
|
-
/**
|
|
2197
|
-
* Reference dot configuration for charts.
|
|
2198
|
-
*
|
|
2199
|
-
* @remarks
|
|
2200
|
-
* Marks a specific point on the chart with a dot.
|
|
2201
|
-
* Both x and y are required to position the dot.
|
|
2202
|
-
*
|
|
2203
|
-
* @property x - X coordinate (number or category string)
|
|
2204
|
-
* @property y - Y coordinate (number or category string)
|
|
2205
|
-
* @property r - Radius of the dot in pixels
|
|
2206
|
-
* @property fill - Fill color (Chakra color token)
|
|
2207
|
-
* @property stroke - Stroke color (Chakra color token)
|
|
2208
|
-
* @property strokeWidth - Stroke width in pixels
|
|
2209
|
-
* @property label - Label text for the dot
|
|
2210
|
-
* @property ifOverflow - Behavior when dot extends beyond bounds
|
|
2211
|
-
*/
|
|
2212
|
-
export declare const ReferenceDotType: StructType<{
|
|
2213
|
-
readonly x: VariantType<{
|
|
2214
|
-
readonly Null: NullType;
|
|
2215
|
-
readonly Boolean: BooleanType;
|
|
2216
|
-
readonly Integer: IntegerType;
|
|
2217
|
-
readonly Float: FloatType;
|
|
2218
|
-
readonly String: StringType;
|
|
2219
|
-
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2220
|
-
readonly Blob: import("@elaraai/east").BlobType;
|
|
2221
|
-
}>;
|
|
2222
|
-
readonly y: VariantType<{
|
|
2223
|
-
readonly Null: NullType;
|
|
2224
|
-
readonly Boolean: BooleanType;
|
|
2225
|
-
readonly Integer: IntegerType;
|
|
2226
|
-
readonly Float: FloatType;
|
|
2227
|
-
readonly String: StringType;
|
|
2228
|
-
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2229
|
-
readonly Blob: import("@elaraai/east").BlobType;
|
|
2230
|
-
}>;
|
|
2231
|
-
readonly r: OptionType<IntegerType>;
|
|
2232
|
-
readonly fill: OptionType<StringType>;
|
|
2233
|
-
readonly stroke: OptionType<StringType>;
|
|
2234
|
-
readonly strokeWidth: OptionType<IntegerType>;
|
|
2235
|
-
readonly label: OptionType<StringType>;
|
|
2236
|
-
readonly labelPosition: OptionType<VariantType<{
|
|
2237
|
-
readonly top: NullType;
|
|
2238
|
-
readonly bottom: NullType;
|
|
2239
|
-
readonly left: NullType;
|
|
2240
|
-
readonly right: NullType;
|
|
2241
|
-
readonly center: NullType;
|
|
2242
|
-
readonly insideTop: NullType;
|
|
2243
|
-
readonly insideBottom: NullType;
|
|
2244
|
-
readonly insideLeft: NullType;
|
|
2245
|
-
readonly insideRight: NullType;
|
|
2246
|
-
readonly insideTopLeft: NullType;
|
|
2247
|
-
readonly insideTopRight: NullType;
|
|
2248
|
-
readonly insideBottomLeft: NullType;
|
|
2249
|
-
readonly insideBottomRight: NullType;
|
|
2250
|
-
}>>;
|
|
2251
|
-
readonly labelOffset: OptionType<IntegerType>;
|
|
2252
|
-
readonly ifOverflow: OptionType<VariantType<{
|
|
2253
|
-
readonly discard: NullType;
|
|
2254
|
-
readonly hidden: NullType;
|
|
2255
|
-
readonly visible: NullType;
|
|
2256
|
-
readonly extendDomain: NullType;
|
|
2257
|
-
}>>;
|
|
2258
|
-
}>;
|
|
2259
|
-
/**
|
|
2260
|
-
* Type representing reference dot configuration.
|
|
2261
|
-
*/
|
|
2262
|
-
export type ReferenceDotType = typeof ReferenceDotType;
|
|
2263
|
-
/**
|
|
2264
|
-
* TypeScript interface for reference dot style.
|
|
2265
|
-
*/
|
|
2266
|
-
export interface ReferenceDotStyle {
|
|
2267
|
-
/** X coordinate (required) */
|
|
2268
|
-
x: CoordinateValue;
|
|
2269
|
-
/** Y coordinate (required) */
|
|
2270
|
-
y: CoordinateValue;
|
|
2271
|
-
/** Radius of the dot in pixels */
|
|
2272
|
-
r?: SubtypeExprOrValue<IntegerType>;
|
|
2273
|
-
/** Fill color (Chakra color token) */
|
|
2274
|
-
fill?: SubtypeExprOrValue<StringType>;
|
|
2275
|
-
/** Stroke color (Chakra color token) */
|
|
2276
|
-
stroke?: SubtypeExprOrValue<StringType>;
|
|
2277
|
-
/** Stroke width in pixels */
|
|
2278
|
-
strokeWidth?: SubtypeExprOrValue<IntegerType>;
|
|
2279
|
-
/** Label text for the dot */
|
|
2280
|
-
label?: SubtypeExprOrValue<StringType>;
|
|
2281
|
-
/** Label position relative to the dot */
|
|
2282
|
-
labelPosition?: SubtypeExprOrValue<LabelPositionType> | LabelPositionLiteral;
|
|
2283
|
-
/** Label offset from the dot in pixels */
|
|
2284
|
-
labelOffset?: SubtypeExprOrValue<IntegerType>;
|
|
2285
|
-
/** Behavior when dot extends beyond bounds */
|
|
2286
|
-
ifOverflow?: SubtypeExprOrValue<ReferenceOverflowType> | ReferenceOverflowLiteral;
|
|
2287
|
-
}
|
|
2288
|
-
/**
|
|
2289
|
-
* Reference area configuration for charts.
|
|
2290
|
-
*
|
|
2291
|
-
* @remarks
|
|
2292
|
-
* Highlights a rectangular region on the chart to mark zones,
|
|
2293
|
-
* ranges, or bands. Omitting a bound means it extends to the axis edge.
|
|
2294
|
-
*
|
|
2295
|
-
* @property x1 - Left bound (omit = start of x-axis)
|
|
2296
|
-
* @property x2 - Right bound (omit = end of x-axis)
|
|
2297
|
-
* @property y1 - Bottom bound (omit = start of y-axis)
|
|
2298
|
-
* @property y2 - Top bound (omit = end of y-axis)
|
|
2299
|
-
* @property fill - Fill color (Chakra color token)
|
|
2300
|
-
* @property fillOpacity - Fill opacity (0-1)
|
|
2301
|
-
* @property stroke - Stroke color (Chakra color token)
|
|
2302
|
-
* @property label - Label text for the area
|
|
2303
|
-
* @property ifOverflow - Behavior when area extends beyond bounds
|
|
2304
|
-
*/
|
|
2305
|
-
export declare const ReferenceAreaType: StructType<{
|
|
2306
|
-
readonly x1: OptionType<VariantType<{
|
|
2307
|
-
readonly Null: NullType;
|
|
2308
|
-
readonly Boolean: BooleanType;
|
|
2309
|
-
readonly Integer: IntegerType;
|
|
2310
|
-
readonly Float: FloatType;
|
|
2311
|
-
readonly String: StringType;
|
|
2312
|
-
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2313
|
-
readonly Blob: import("@elaraai/east").BlobType;
|
|
2314
|
-
}>>;
|
|
2315
|
-
readonly x2: OptionType<VariantType<{
|
|
2316
|
-
readonly Null: NullType;
|
|
2317
|
-
readonly Boolean: BooleanType;
|
|
2318
|
-
readonly Integer: IntegerType;
|
|
2319
|
-
readonly Float: FloatType;
|
|
2320
|
-
readonly String: StringType;
|
|
2321
|
-
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2322
|
-
readonly Blob: import("@elaraai/east").BlobType;
|
|
2323
|
-
}>>;
|
|
2324
|
-
readonly y1: OptionType<VariantType<{
|
|
2325
|
-
readonly Null: NullType;
|
|
2326
|
-
readonly Boolean: BooleanType;
|
|
2327
|
-
readonly Integer: IntegerType;
|
|
2328
|
-
readonly Float: FloatType;
|
|
2329
|
-
readonly String: StringType;
|
|
2330
|
-
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2331
|
-
readonly Blob: import("@elaraai/east").BlobType;
|
|
2332
|
-
}>>;
|
|
2333
|
-
readonly y2: OptionType<VariantType<{
|
|
2334
|
-
readonly Null: NullType;
|
|
2335
|
-
readonly Boolean: BooleanType;
|
|
2336
|
-
readonly Integer: IntegerType;
|
|
2337
|
-
readonly Float: FloatType;
|
|
2338
|
-
readonly String: StringType;
|
|
2339
|
-
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
2340
|
-
readonly Blob: import("@elaraai/east").BlobType;
|
|
2341
|
-
}>>;
|
|
2342
|
-
readonly fill: OptionType<StringType>;
|
|
2343
|
-
readonly fillOpacity: OptionType<FloatType>;
|
|
2344
|
-
readonly stroke: OptionType<StringType>;
|
|
2345
|
-
readonly label: OptionType<StringType>;
|
|
2346
|
-
readonly labelPosition: OptionType<VariantType<{
|
|
2347
|
-
readonly top: NullType;
|
|
2348
|
-
readonly bottom: NullType;
|
|
2349
|
-
readonly left: NullType;
|
|
2350
|
-
readonly right: NullType;
|
|
2351
|
-
readonly center: NullType;
|
|
2352
|
-
readonly insideTop: NullType;
|
|
2353
|
-
readonly insideBottom: NullType;
|
|
2354
|
-
readonly insideLeft: NullType;
|
|
2355
|
-
readonly insideRight: NullType;
|
|
2356
|
-
readonly insideTopLeft: NullType;
|
|
2357
|
-
readonly insideTopRight: NullType;
|
|
2358
|
-
readonly insideBottomLeft: NullType;
|
|
2359
|
-
readonly insideBottomRight: NullType;
|
|
2360
|
-
}>>;
|
|
2361
|
-
readonly labelOffset: OptionType<IntegerType>;
|
|
2362
|
-
readonly ifOverflow: OptionType<VariantType<{
|
|
2363
|
-
readonly discard: NullType;
|
|
2364
|
-
readonly hidden: NullType;
|
|
2365
|
-
readonly visible: NullType;
|
|
2366
|
-
readonly extendDomain: NullType;
|
|
2367
|
-
}>>;
|
|
2368
|
-
}>;
|
|
2369
|
-
/**
|
|
2370
|
-
* Type representing reference area configuration.
|
|
2371
|
-
*/
|
|
2372
|
-
export type ReferenceAreaType = typeof ReferenceAreaType;
|
|
2373
|
-
/**
|
|
2374
|
-
* TypeScript interface for reference area style.
|
|
2375
|
-
*/
|
|
2376
|
-
export interface ReferenceAreaStyle {
|
|
2377
|
-
/** Left bound (omit = start of x-axis) */
|
|
2378
|
-
x1?: CoordinateValue;
|
|
2379
|
-
/** Right bound (omit = end of x-axis) */
|
|
2380
|
-
x2?: CoordinateValue;
|
|
2381
|
-
/** Bottom bound (omit = start of y-axis) */
|
|
2382
|
-
y1?: CoordinateValue;
|
|
2383
|
-
/** Top bound (omit = end of y-axis) */
|
|
2384
|
-
y2?: CoordinateValue;
|
|
2385
|
-
/** Fill color (Chakra color token) */
|
|
2386
|
-
fill?: SubtypeExprOrValue<StringType>;
|
|
2387
|
-
/** Fill opacity (0-1) */
|
|
2388
|
-
fillOpacity?: SubtypeExprOrValue<FloatType>;
|
|
2389
|
-
/** Stroke color (Chakra color token) */
|
|
2390
|
-
stroke?: SubtypeExprOrValue<StringType>;
|
|
2391
|
-
/** Label text for the area */
|
|
2392
|
-
label?: SubtypeExprOrValue<StringType>;
|
|
2393
|
-
/** Label position within the area */
|
|
2394
|
-
labelPosition?: SubtypeExprOrValue<LabelPositionType> | LabelPositionLiteral;
|
|
2395
|
-
/** Label offset in pixels */
|
|
2396
|
-
labelOffset?: SubtypeExprOrValue<IntegerType>;
|
|
2397
|
-
/** Behavior when area extends beyond bounds */
|
|
2398
|
-
ifOverflow?: SubtypeExprOrValue<ReferenceOverflowType> | ReferenceOverflowLiteral;
|
|
2399
|
-
}
|
|
2400
|
-
/**
|
|
2401
|
-
* Type representing multi-series data.
|
|
2402
|
-
*/
|
|
2403
|
-
export type MultiSeriesDataType = typeof MultiSeriesDataType;
|
|
2404
|
-
/**
|
|
2405
|
-
* Converts a ChartAxisStyle plain object to a ChartAxisType expression.
|
|
2406
|
-
*
|
|
2407
|
-
* @param axis - The axis style configuration
|
|
2408
|
-
* @returns An expression representing the axis configuration, or undefined if axis is undefined
|
|
2409
|
-
*
|
|
2410
|
-
* @internal
|
|
2411
|
-
*/
|
|
2412
|
-
export declare function axisStyleToType(axis: ChartAxisStyle | undefined): ExprType<ChartAxisType> | undefined;
|
|
2413
|
-
/**
|
|
2414
|
-
* Converts a ChartGridStyle plain object to a ChartGridType expression.
|
|
2415
|
-
*
|
|
2416
|
-
* @param grid - The grid style configuration
|
|
2417
|
-
* @returns An expression representing the grid configuration, or undefined if grid is undefined
|
|
2418
|
-
*
|
|
2419
|
-
* @internal
|
|
2420
|
-
*/
|
|
2421
|
-
export declare function gridStyleToType(grid: ChartGridStyle | undefined): ExprType<ChartGridType> | undefined;
|
|
2422
|
-
/**
|
|
2423
|
-
* Converts a ChartTooltipStyle plain object to a ChartTooltipType expression.
|
|
2424
|
-
*
|
|
2425
|
-
* @param tooltip - The tooltip style configuration
|
|
2426
|
-
* @returns An expression representing the tooltip configuration, or undefined if tooltip is undefined
|
|
2427
|
-
*
|
|
2428
|
-
* @internal
|
|
2429
|
-
*/
|
|
2430
|
-
export declare function tooltipStyleToType(tooltip: ChartTooltipStyle | undefined): ExprType<ChartTooltipType> | undefined;
|
|
2431
|
-
/**
|
|
2432
|
-
* Converts a ChartLegendStyle plain object to a ChartLegendType expression.
|
|
2433
|
-
*
|
|
2434
|
-
* @param legend - The legend style configuration
|
|
2435
|
-
* @returns An expression representing the legend configuration, or undefined if legend is undefined
|
|
2436
|
-
*
|
|
2437
|
-
* @internal
|
|
2438
|
-
*/
|
|
2439
|
-
export declare function legendStyleToType(legend: ChartLegendStyle | undefined): ExprType<ChartLegendType> | undefined;
|
|
2440
|
-
/**
|
|
2441
|
-
* Converts a ChartMarginStyle plain object to a ChartMarginType expression.
|
|
2442
|
-
*
|
|
2443
|
-
* @param margin - The margin style configuration
|
|
2444
|
-
* @returns An expression representing the margin configuration, or undefined if margin is undefined
|
|
2445
|
-
*
|
|
2446
|
-
* @internal
|
|
2447
|
-
*/
|
|
2448
|
-
export declare function marginStyleToType(margin: ChartMarginStyle | undefined): ExprType<ChartMarginType> | undefined;
|
|
2449
|
-
/**
|
|
2450
|
-
* Converts a ReferenceLineStyle to a ReferenceLineType expression.
|
|
2451
|
-
*
|
|
2452
|
-
* @param line - The reference line style
|
|
2453
|
-
* @returns An expression representing the reference line
|
|
2454
|
-
*
|
|
2455
|
-
* @internal
|
|
2456
|
-
*/
|
|
2457
|
-
export declare function referenceLineStyleToType(line: ReferenceLineStyle): ExprType<ReferenceLineType>;
|
|
2458
|
-
/**
|
|
2459
|
-
* Converts a ReferenceDotStyle to a ReferenceDotType expression.
|
|
2460
|
-
*
|
|
2461
|
-
* @param dot - The reference dot style
|
|
2462
|
-
* @returns An expression representing the reference dot
|
|
2463
|
-
*
|
|
2464
|
-
* @internal
|
|
2465
|
-
*/
|
|
2466
|
-
export declare function referenceDotStyleToType(dot: ReferenceDotStyle): ExprType<ReferenceDotType>;
|
|
2467
|
-
/**
|
|
2468
|
-
* Converts a ReferenceAreaStyle to a ReferenceAreaType expression.
|
|
2469
|
-
*
|
|
2470
|
-
* @param area - The reference area style
|
|
2471
|
-
* @returns An expression representing the reference area
|
|
2472
|
-
*
|
|
2473
|
-
* @internal
|
|
2474
|
-
*/
|
|
2475
|
-
export declare function referenceAreaStyleToType(area: ReferenceAreaStyle): ExprType<ReferenceAreaType>;
|
|
2476
|
-
//# sourceMappingURL=types.d.ts.map
|