@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
|
@@ -13,7 +13,7 @@ export { SliceCohortPickerType } from "./cohort/types.js";
|
|
|
13
13
|
export declare const Slice: {
|
|
14
14
|
/** Result/filter-count status bar. */
|
|
15
15
|
readonly Summary: {
|
|
16
|
-
readonly Root: (
|
|
16
|
+
readonly Root: (options: import("./summary/index.js").SliceSummaryOptions) => import("@elaraai/east").ExprType<import("../component.js").UIComponentType>;
|
|
17
17
|
readonly Types: {
|
|
18
18
|
readonly Summary: import("@elaraai/east").StructType<{
|
|
19
19
|
readonly slice: import("@elaraai/east").StructType<{
|
|
@@ -521,8 +521,13 @@ export declare const Slice: {
|
|
|
521
521
|
readonly key: import("@elaraai/east").StringType;
|
|
522
522
|
readonly color: import("@elaraai/east").StringType;
|
|
523
523
|
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
524
|
-
readonly x: import("@elaraai/east").
|
|
524
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
525
|
+
readonly category: import("@elaraai/east").StringType;
|
|
526
|
+
readonly number: import("@elaraai/east").FloatType;
|
|
527
|
+
readonly time: import("@elaraai/east").DateTimeType;
|
|
528
|
+
}>;
|
|
525
529
|
readonly value: import("@elaraai/east").FloatType;
|
|
530
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
526
531
|
}>>;
|
|
527
532
|
}>>>;
|
|
528
533
|
readonly matches: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
@@ -537,7 +542,7 @@ export declare const Slice: {
|
|
|
537
542
|
};
|
|
538
543
|
/** Preset time-range picker. */
|
|
539
544
|
readonly Range: {
|
|
540
|
-
readonly Root: (
|
|
545
|
+
readonly Root: (options: import("./range/index.js").SliceRangeOptions) => import("@elaraai/east").ExprType<import("../component.js").UIComponentType>;
|
|
541
546
|
readonly Types: {
|
|
542
547
|
readonly Range: import("@elaraai/east").StructType<{
|
|
543
548
|
readonly slice: import("@elaraai/east").StructType<{
|
|
@@ -1045,8 +1050,13 @@ export declare const Slice: {
|
|
|
1045
1050
|
readonly key: import("@elaraai/east").StringType;
|
|
1046
1051
|
readonly color: import("@elaraai/east").StringType;
|
|
1047
1052
|
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
1048
|
-
readonly x: import("@elaraai/east").
|
|
1053
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1054
|
+
readonly category: import("@elaraai/east").StringType;
|
|
1055
|
+
readonly number: import("@elaraai/east").FloatType;
|
|
1056
|
+
readonly time: import("@elaraai/east").DateTimeType;
|
|
1057
|
+
}>;
|
|
1049
1058
|
readonly value: import("@elaraai/east").FloatType;
|
|
1059
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
1050
1060
|
}>>;
|
|
1051
1061
|
}>>>;
|
|
1052
1062
|
readonly matches: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
@@ -1062,7 +1072,7 @@ export declare const Slice: {
|
|
|
1062
1072
|
};
|
|
1063
1073
|
/** Faceted predicate chips. */
|
|
1064
1074
|
readonly Filter: {
|
|
1065
|
-
readonly Root: (
|
|
1075
|
+
readonly Root: (options: import("./filter/index.js").SliceFilterOptions) => import("@elaraai/east").ExprType<import("../component.js").UIComponentType>;
|
|
1066
1076
|
readonly Types: {
|
|
1067
1077
|
readonly Filter: import("@elaraai/east").StructType<{
|
|
1068
1078
|
readonly slice: import("@elaraai/east").StructType<{
|
|
@@ -1570,8 +1580,13 @@ export declare const Slice: {
|
|
|
1570
1580
|
readonly key: import("@elaraai/east").StringType;
|
|
1571
1581
|
readonly color: import("@elaraai/east").StringType;
|
|
1572
1582
|
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
1573
|
-
readonly x: import("@elaraai/east").
|
|
1583
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
1584
|
+
readonly category: import("@elaraai/east").StringType;
|
|
1585
|
+
readonly number: import("@elaraai/east").FloatType;
|
|
1586
|
+
readonly time: import("@elaraai/east").DateTimeType;
|
|
1587
|
+
}>;
|
|
1574
1588
|
readonly value: import("@elaraai/east").FloatType;
|
|
1589
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
1575
1590
|
}>>;
|
|
1576
1591
|
}>>>;
|
|
1577
1592
|
readonly matches: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
@@ -1592,7 +1607,7 @@ export declare const Slice: {
|
|
|
1592
1607
|
};
|
|
1593
1608
|
/** Series swatch / visibility rail. */
|
|
1594
1609
|
readonly Legend: {
|
|
1595
|
-
readonly Root: (
|
|
1610
|
+
readonly Root: (options: import("./legend/index.js").SliceLegendOptions) => import("@elaraai/east").ExprType<import("../component.js").UIComponentType>;
|
|
1596
1611
|
readonly Types: {
|
|
1597
1612
|
readonly Legend: import("@elaraai/east").StructType<{
|
|
1598
1613
|
readonly slice: import("@elaraai/east").StructType<{
|
|
@@ -2100,8 +2115,13 @@ export declare const Slice: {
|
|
|
2100
2115
|
readonly key: import("@elaraai/east").StringType;
|
|
2101
2116
|
readonly color: import("@elaraai/east").StringType;
|
|
2102
2117
|
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
2103
|
-
readonly x: import("@elaraai/east").
|
|
2118
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
2119
|
+
readonly category: import("@elaraai/east").StringType;
|
|
2120
|
+
readonly number: import("@elaraai/east").FloatType;
|
|
2121
|
+
readonly time: import("@elaraai/east").DateTimeType;
|
|
2122
|
+
}>;
|
|
2104
2123
|
readonly value: import("@elaraai/east").FloatType;
|
|
2124
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
2105
2125
|
}>>;
|
|
2106
2126
|
}>>>;
|
|
2107
2127
|
readonly matches: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
@@ -2116,7 +2136,7 @@ export declare const Slice: {
|
|
|
2116
2136
|
};
|
|
2117
2137
|
/** Split-by-dimension picker. */
|
|
2118
2138
|
readonly Breakdown: {
|
|
2119
|
-
readonly Root: (
|
|
2139
|
+
readonly Root: (options: import("./breakdown/index.js").SliceBreakdownOptions) => import("@elaraai/east").ExprType<import("../component.js").UIComponentType>;
|
|
2120
2140
|
readonly Types: {
|
|
2121
2141
|
readonly Breakdown: import("@elaraai/east").StructType<{
|
|
2122
2142
|
readonly slice: import("@elaraai/east").StructType<{
|
|
@@ -2624,8 +2644,13 @@ export declare const Slice: {
|
|
|
2624
2644
|
readonly key: import("@elaraai/east").StringType;
|
|
2625
2645
|
readonly color: import("@elaraai/east").StringType;
|
|
2626
2646
|
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
2627
|
-
readonly x: import("@elaraai/east").
|
|
2647
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
2648
|
+
readonly category: import("@elaraai/east").StringType;
|
|
2649
|
+
readonly number: import("@elaraai/east").FloatType;
|
|
2650
|
+
readonly time: import("@elaraai/east").DateTimeType;
|
|
2651
|
+
}>;
|
|
2628
2652
|
readonly value: import("@elaraai/east").FloatType;
|
|
2653
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
2629
2654
|
}>>;
|
|
2630
2655
|
}>>>;
|
|
2631
2656
|
readonly matches: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
@@ -2644,7 +2669,7 @@ export declare const Slice: {
|
|
|
2644
2669
|
};
|
|
2645
2670
|
/** Typeahead over a slice dimension. */
|
|
2646
2671
|
readonly Search: {
|
|
2647
|
-
readonly Root: (
|
|
2672
|
+
readonly Root: (options: import("./search/index.js").SliceSearchOptions) => import("@elaraai/east").ExprType<import("../component.js").UIComponentType>;
|
|
2648
2673
|
readonly Types: {
|
|
2649
2674
|
readonly Search: import("@elaraai/east").StructType<{
|
|
2650
2675
|
readonly slice: import("@elaraai/east").StructType<{
|
|
@@ -3152,8 +3177,13 @@ export declare const Slice: {
|
|
|
3152
3177
|
readonly key: import("@elaraai/east").StringType;
|
|
3153
3178
|
readonly color: import("@elaraai/east").StringType;
|
|
3154
3179
|
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
3155
|
-
readonly x: import("@elaraai/east").
|
|
3180
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
3181
|
+
readonly category: import("@elaraai/east").StringType;
|
|
3182
|
+
readonly number: import("@elaraai/east").FloatType;
|
|
3183
|
+
readonly time: import("@elaraai/east").DateTimeType;
|
|
3184
|
+
}>;
|
|
3156
3185
|
readonly value: import("@elaraai/east").FloatType;
|
|
3186
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3157
3187
|
}>>;
|
|
3158
3188
|
}>>>;
|
|
3159
3189
|
readonly matches: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
@@ -3184,7 +3214,7 @@ export declare const Slice: {
|
|
|
3184
3214
|
};
|
|
3185
3215
|
/** Saved-segment chips + focused-cohort predicate detail. */
|
|
3186
3216
|
readonly Cohort: {
|
|
3187
|
-
readonly Root: (
|
|
3217
|
+
readonly Root: (options: import("./cohort/index.js").SliceCohortOptions) => import("@elaraai/east").ExprType<import("../component.js").UIComponentType>;
|
|
3188
3218
|
readonly Types: {
|
|
3189
3219
|
readonly Cohort: import("@elaraai/east").StructType<{
|
|
3190
3220
|
readonly slice: import("@elaraai/east").StructType<{
|
|
@@ -3692,8 +3722,13 @@ export declare const Slice: {
|
|
|
3692
3722
|
readonly key: import("@elaraai/east").StringType;
|
|
3693
3723
|
readonly color: import("@elaraai/east").StringType;
|
|
3694
3724
|
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
3695
|
-
readonly x: import("@elaraai/east").
|
|
3725
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
3726
|
+
readonly category: import("@elaraai/east").StringType;
|
|
3727
|
+
readonly number: import("@elaraai/east").FloatType;
|
|
3728
|
+
readonly time: import("@elaraai/east").DateTimeType;
|
|
3729
|
+
}>;
|
|
3696
3730
|
readonly value: import("@elaraai/east").FloatType;
|
|
3731
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3697
3732
|
}>>;
|
|
3698
3733
|
}>>>;
|
|
3699
3734
|
readonly matches: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
@@ -3714,165 +3749,9 @@ export declare const Slice: {
|
|
|
3714
3749
|
}>;
|
|
3715
3750
|
};
|
|
3716
3751
|
};
|
|
3717
|
-
/**
|
|
3718
|
-
readonly
|
|
3719
|
-
readonly Root: (
|
|
3720
|
-
};
|
|
3721
|
-
/** Slice-bound visx charts (Line / Bar / Area) split by the active breakdown. */
|
|
3722
|
-
readonly Chart: {
|
|
3723
|
-
readonly Line: (slice: import("@elaraai/east").SubtypeExprOrValue<import("../platform/slice/index.js").SliceBindType>, options: import("./chart/index.js").SliceChartOptions) => import("@elaraai/east").ExprType<import("../component.js").UIComponentType>;
|
|
3724
|
-
readonly Bar: (slice: import("@elaraai/east").SubtypeExprOrValue<import("../platform/slice/index.js").SliceBindType>, options: import("./chart/index.js").SliceChartOptions) => import("@elaraai/east").ExprType<import("../component.js").UIComponentType>;
|
|
3725
|
-
readonly Area: (slice: import("@elaraai/east").SubtypeExprOrValue<import("../platform/slice/index.js").SliceBindType>, options: import("./chart/index.js").SliceChartOptions) => import("@elaraai/east").ExprType<import("../component.js").UIComponentType>;
|
|
3726
|
-
readonly Scatter: (slice: import("@elaraai/east").SubtypeExprOrValue<import("../platform/slice/index.js").SliceBindType>, options: import("./chart/index.js").SliceChartOptions) => import("@elaraai/east").ExprType<import("../component.js").UIComponentType>;
|
|
3727
|
-
readonly Types: {
|
|
3728
|
-
readonly Spec: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
3729
|
-
readonly frame: import("@elaraai/east").StructType<{
|
|
3730
|
-
readonly height: import("@elaraai/east").FloatType;
|
|
3731
|
-
readonly width: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3732
|
-
readonly margin: import("@elaraai/east").OptionType<import("@elaraai/east").StructType<{
|
|
3733
|
-
readonly top: import("@elaraai/east").FloatType;
|
|
3734
|
-
readonly right: import("@elaraai/east").FloatType;
|
|
3735
|
-
readonly bottom: import("@elaraai/east").FloatType;
|
|
3736
|
-
readonly left: import("@elaraai/east").FloatType;
|
|
3737
|
-
}>>;
|
|
3738
|
-
readonly xScale: import("@elaraai/east").VariantType<{
|
|
3739
|
-
readonly band: import("@elaraai/east").NullType;
|
|
3740
|
-
readonly linear: import("@elaraai/east").NullType;
|
|
3741
|
-
readonly time: import("@elaraai/east").NullType;
|
|
3742
|
-
}>;
|
|
3743
|
-
readonly yScale: import("@elaraai/east").VariantType<{
|
|
3744
|
-
readonly band: import("@elaraai/east").NullType;
|
|
3745
|
-
readonly linear: import("@elaraai/east").NullType;
|
|
3746
|
-
readonly time: import("@elaraai/east").NullType;
|
|
3747
|
-
}>;
|
|
3748
|
-
readonly children: import("@elaraai/east").ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
3749
|
-
}>;
|
|
3750
|
-
readonly group: import("@elaraai/east").StructType<{
|
|
3751
|
-
readonly left: import("@elaraai/east").FloatType;
|
|
3752
|
-
readonly top: import("@elaraai/east").FloatType;
|
|
3753
|
-
readonly children: import("@elaraai/east").ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
3754
|
-
}>;
|
|
3755
|
-
readonly linePath: import("@elaraai/east").StructType<{
|
|
3756
|
-
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
3757
|
-
readonly x: import("@elaraai/east").StringType;
|
|
3758
|
-
readonly value: import("@elaraai/east").FloatType;
|
|
3759
|
-
}>>;
|
|
3760
|
-
readonly stroke: import("@elaraai/east").StringType;
|
|
3761
|
-
readonly strokeWidth: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3762
|
-
readonly curve: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
3763
|
-
readonly monotoneX: import("@elaraai/east").NullType;
|
|
3764
|
-
readonly linear: import("@elaraai/east").NullType;
|
|
3765
|
-
readonly natural: import("@elaraai/east").NullType;
|
|
3766
|
-
readonly step: import("@elaraai/east").NullType;
|
|
3767
|
-
}>>;
|
|
3768
|
-
readonly dashArray: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
3769
|
-
readonly opacity: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3770
|
-
}>;
|
|
3771
|
-
readonly area: import("@elaraai/east").StructType<{
|
|
3772
|
-
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
3773
|
-
readonly x: import("@elaraai/east").StringType;
|
|
3774
|
-
readonly value: import("@elaraai/east").FloatType;
|
|
3775
|
-
}>>;
|
|
3776
|
-
readonly fill: import("@elaraai/east").StringType;
|
|
3777
|
-
readonly fillOpacity: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3778
|
-
readonly stroke: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
3779
|
-
readonly strokeWidth: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3780
|
-
readonly curve: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
3781
|
-
readonly monotoneX: import("@elaraai/east").NullType;
|
|
3782
|
-
readonly linear: import("@elaraai/east").NullType;
|
|
3783
|
-
readonly natural: import("@elaraai/east").NullType;
|
|
3784
|
-
readonly step: import("@elaraai/east").NullType;
|
|
3785
|
-
}>>;
|
|
3786
|
-
}>;
|
|
3787
|
-
readonly bars: import("@elaraai/east").StructType<{
|
|
3788
|
-
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
3789
|
-
readonly x: import("@elaraai/east").StringType;
|
|
3790
|
-
readonly value: import("@elaraai/east").FloatType;
|
|
3791
|
-
}>>;
|
|
3792
|
-
readonly fill: import("@elaraai/east").StringType;
|
|
3793
|
-
readonly fillOpacity: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3794
|
-
readonly radius: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3795
|
-
}>;
|
|
3796
|
-
readonly points: import("@elaraai/east").StructType<{
|
|
3797
|
-
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
3798
|
-
readonly x: import("@elaraai/east").StringType;
|
|
3799
|
-
readonly value: import("@elaraai/east").FloatType;
|
|
3800
|
-
}>>;
|
|
3801
|
-
readonly fill: import("@elaraai/east").StringType;
|
|
3802
|
-
readonly radius: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3803
|
-
readonly stroke: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
3804
|
-
readonly strokeWidth: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3805
|
-
}>;
|
|
3806
|
-
readonly rule: import("@elaraai/east").StructType<{
|
|
3807
|
-
readonly axis: import("@elaraai/east").VariantType<{
|
|
3808
|
-
readonly x: import("@elaraai/east").NullType;
|
|
3809
|
-
readonly y: import("@elaraai/east").NullType;
|
|
3810
|
-
}>;
|
|
3811
|
-
readonly at: import("@elaraai/east").StringType;
|
|
3812
|
-
readonly stroke: import("@elaraai/east").StringType;
|
|
3813
|
-
readonly dashArray: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
3814
|
-
}>;
|
|
3815
|
-
readonly text: import("@elaraai/east").StructType<{
|
|
3816
|
-
readonly point: import("@elaraai/east").StructType<{
|
|
3817
|
-
readonly x: import("@elaraai/east").StringType;
|
|
3818
|
-
readonly value: import("@elaraai/east").FloatType;
|
|
3819
|
-
}>;
|
|
3820
|
-
readonly text: import("@elaraai/east").StringType;
|
|
3821
|
-
readonly anchor: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
3822
|
-
readonly start: import("@elaraai/east").NullType;
|
|
3823
|
-
readonly middle: import("@elaraai/east").NullType;
|
|
3824
|
-
readonly end: import("@elaraai/east").NullType;
|
|
3825
|
-
}>>;
|
|
3826
|
-
readonly fill: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
3827
|
-
readonly fontSize: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3828
|
-
readonly fontWeight: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3829
|
-
}>;
|
|
3830
|
-
readonly axisBottom: import("@elaraai/east").StructType<{
|
|
3831
|
-
readonly label: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
3832
|
-
readonly numTicks: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3833
|
-
readonly hideTicks: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
3834
|
-
readonly hideLine: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
3835
|
-
}>;
|
|
3836
|
-
readonly axisLeft: import("@elaraai/east").StructType<{
|
|
3837
|
-
readonly label: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
3838
|
-
readonly numTicks: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3839
|
-
readonly hideTicks: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
3840
|
-
readonly hideLine: import("@elaraai/east").OptionType<import("@elaraai/east").BooleanType>;
|
|
3841
|
-
}>;
|
|
3842
|
-
readonly gridRows: import("@elaraai/east").StructType<{
|
|
3843
|
-
readonly numTicks: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3844
|
-
readonly dashArray: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
3845
|
-
}>;
|
|
3846
|
-
readonly gridColumns: import("@elaraai/east").StructType<{
|
|
3847
|
-
readonly numTicks: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
3848
|
-
readonly dashArray: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
3849
|
-
}>;
|
|
3850
|
-
readonly series: import("@elaraai/east").StructType<{
|
|
3851
|
-
readonly data: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
3852
|
-
readonly key: import("@elaraai/east").StringType;
|
|
3853
|
-
readonly color: import("@elaraai/east").StringType;
|
|
3854
|
-
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
3855
|
-
readonly x: import("@elaraai/east").StringType;
|
|
3856
|
-
readonly value: import("@elaraai/east").FloatType;
|
|
3857
|
-
}>>;
|
|
3858
|
-
}>>;
|
|
3859
|
-
readonly mark: import("@elaraai/east").VariantType<{
|
|
3860
|
-
readonly line: import("@elaraai/east").NullType;
|
|
3861
|
-
readonly bar: import("@elaraai/east").NullType;
|
|
3862
|
-
readonly area: import("@elaraai/east").NullType;
|
|
3863
|
-
readonly scatter: import("@elaraai/east").NullType;
|
|
3864
|
-
}>;
|
|
3865
|
-
}>;
|
|
3866
|
-
}>>;
|
|
3867
|
-
readonly Series: import("@elaraai/east").StructType<{
|
|
3868
|
-
readonly key: import("@elaraai/east").StringType;
|
|
3869
|
-
readonly color: import("@elaraai/east").StringType;
|
|
3870
|
-
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
3871
|
-
readonly x: import("@elaraai/east").StringType;
|
|
3872
|
-
readonly value: import("@elaraai/east").FloatType;
|
|
3873
|
-
}>>;
|
|
3874
|
-
}>;
|
|
3875
|
-
};
|
|
3752
|
+
/** The slice affordance cluster as a standalone strip — place above components reading `slice.rows()`. */
|
|
3753
|
+
readonly Rail: {
|
|
3754
|
+
readonly Root: (options: import("./rail/index.js").SliceRailOptions) => import("@elaraai/east").ExprType<import("../component.js").UIComponentType>;
|
|
3876
3755
|
};
|
|
3877
3756
|
readonly bind: import("@elaraai/east").GenericPlatformDefinition<readonly ["T"], readonly [import("@elaraai/east").StringType, import("@elaraai/east").StructType<{
|
|
3878
3757
|
readonly fields: import("@elaraai/east").DictType<import("@elaraai/east").StringType, import("@elaraai/east").VariantType<{
|
|
@@ -4549,8 +4428,13 @@ export declare const Slice: {
|
|
|
4549
4428
|
readonly key: import("@elaraai/east").StringType;
|
|
4550
4429
|
readonly color: import("@elaraai/east").StringType;
|
|
4551
4430
|
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
4552
|
-
readonly x: import("@elaraai/east").
|
|
4431
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
4432
|
+
readonly category: import("@elaraai/east").StringType;
|
|
4433
|
+
readonly number: import("@elaraai/east").FloatType;
|
|
4434
|
+
readonly time: import("@elaraai/east").DateTimeType;
|
|
4435
|
+
}>;
|
|
4553
4436
|
readonly value: import("@elaraai/east").FloatType;
|
|
4437
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
4554
4438
|
}>>;
|
|
4555
4439
|
}>>>;
|
|
4556
4440
|
readonly matches: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
@@ -4560,8 +4444,9 @@ export declare const Slice: {
|
|
|
4560
4444
|
}>>>;
|
|
4561
4445
|
readonly cohortCounts: import("@elaraai/east").FunctionType<[], import("@elaraai/east").DictType<import("@elaraai/east").StringType, import("@elaraai/east").IntegerType>>;
|
|
4562
4446
|
}>>;
|
|
4563
|
-
readonly
|
|
4564
|
-
readonly
|
|
4447
|
+
readonly rows: import("@elaraai/east").GenericPlatformDefinition<readonly ["T"], readonly [import("@elaraai/east").StructType<{
|
|
4448
|
+
readonly key: import("@elaraai/east").StringType;
|
|
4449
|
+
readonly read: import("@elaraai/east").FunctionType<[], import("@elaraai/east").StructType<{
|
|
4565
4450
|
readonly range: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
4566
4451
|
readonly datetime: import("@elaraai/east").StructType<{
|
|
4567
4452
|
readonly from: import("@elaraai/east").DateTimeType;
|
|
@@ -4701,34 +4586,8 @@ export declare const Slice: {
|
|
|
4701
4586
|
readonly search: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
4702
4587
|
readonly visible: import("@elaraai/east").OptionType<import("@elaraai/east").SetType<import("@elaraai/east").StringType>>;
|
|
4703
4588
|
readonly selectedIndex: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
4704
|
-
}
|
|
4705
|
-
|
|
4706
|
-
readonly string: import("@elaraai/east").StructType<{
|
|
4707
|
-
readonly label: import("@elaraai/east").StringType;
|
|
4708
|
-
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").StringType>;
|
|
4709
|
-
}>;
|
|
4710
|
-
readonly integer: import("@elaraai/east").StructType<{
|
|
4711
|
-
readonly label: import("@elaraai/east").StringType;
|
|
4712
|
-
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").IntegerType>;
|
|
4713
|
-
}>;
|
|
4714
|
-
readonly float: import("@elaraai/east").StructType<{
|
|
4715
|
-
readonly label: import("@elaraai/east").StringType;
|
|
4716
|
-
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").FloatType>;
|
|
4717
|
-
}>;
|
|
4718
|
-
readonly datetime: import("@elaraai/east").StructType<{
|
|
4719
|
-
readonly label: import("@elaraai/east").StringType;
|
|
4720
|
-
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").DateTimeType>;
|
|
4721
|
-
}>;
|
|
4722
|
-
readonly boolean: import("@elaraai/east").StructType<{
|
|
4723
|
-
readonly label: import("@elaraai/east").StringType;
|
|
4724
|
-
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").BooleanType>;
|
|
4725
|
-
}>;
|
|
4726
|
-
}>>;
|
|
4727
|
-
readonly rangeFieldId: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
4728
|
-
readonly searchFieldIds: import("@elaraai/east").ArrayType<import("@elaraai/east").StringType>;
|
|
4729
|
-
readonly breakdownFieldIds: import("@elaraai/east").ArrayType<import("@elaraai/east").StringType>;
|
|
4730
|
-
}>, "T"], import("@elaraai/east").BooleanType>;
|
|
4731
|
-
readonly where: import("@elaraai/east").GenericPlatformDefinition<readonly ["T"], readonly [import("@elaraai/east").StructType<{
|
|
4589
|
+
}>>;
|
|
4590
|
+
readonly write: import("@elaraai/east").FunctionType<[import("@elaraai/east").StructType<{
|
|
4732
4591
|
readonly range: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
4733
4592
|
readonly datetime: import("@elaraai/east").StructType<{
|
|
4734
4593
|
readonly from: import("@elaraai/east").DateTimeType;
|
|
@@ -4868,59 +4727,143 @@ export declare const Slice: {
|
|
|
4868
4727
|
readonly search: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
4869
4728
|
readonly visible: import("@elaraai/east").OptionType<import("@elaraai/east").SetType<import("@elaraai/east").StringType>>;
|
|
4870
4729
|
readonly selectedIndex: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
4871
|
-
}
|
|
4872
|
-
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
|
|
4878
|
-
|
|
4879
|
-
|
|
4730
|
+
}>], import("@elaraai/east").NullType>;
|
|
4731
|
+
readonly setRange: import("@elaraai/east").FunctionType<[import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
4732
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
4733
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
4734
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
4735
|
+
}>;
|
|
4736
|
+
readonly datetimePreset: import("@elaraai/east").VariantType<{
|
|
4737
|
+
readonly today: import("@elaraai/east").NullType;
|
|
4738
|
+
readonly last7d: import("@elaraai/east").NullType;
|
|
4739
|
+
readonly last30d: import("@elaraai/east").NullType;
|
|
4740
|
+
readonly last90d: import("@elaraai/east").NullType;
|
|
4741
|
+
readonly ytd: import("@elaraai/east").NullType;
|
|
4742
|
+
}>;
|
|
4743
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
4744
|
+
readonly from: import("@elaraai/east").IntegerType;
|
|
4745
|
+
readonly to: import("@elaraai/east").IntegerType;
|
|
4746
|
+
}>;
|
|
4747
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
4748
|
+
readonly from: import("@elaraai/east").FloatType;
|
|
4749
|
+
readonly to: import("@elaraai/east").FloatType;
|
|
4750
|
+
}>;
|
|
4751
|
+
}>>], import("@elaraai/east").NullType>;
|
|
4752
|
+
readonly setCompare: import("@elaraai/east").FunctionType<[import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
4753
|
+
readonly previousPeriod: import("@elaraai/east").NullType;
|
|
4754
|
+
readonly previousYear: import("@elaraai/east").NullType;
|
|
4755
|
+
}>>], import("@elaraai/east").NullType>;
|
|
4756
|
+
readonly addFilter: import("@elaraai/east").FunctionType<[import("@elaraai/east").VariantType<{
|
|
4757
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
4758
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4759
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
4760
|
+
readonly eq: import("@elaraai/east").StringType;
|
|
4761
|
+
readonly neq: import("@elaraai/east").StringType;
|
|
4762
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
4763
|
+
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
4764
|
+
readonly contains: import("@elaraai/east").StringType;
|
|
4765
|
+
readonly matches: import("@elaraai/east").StringType;
|
|
4880
4766
|
}>;
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4767
|
+
}>;
|
|
4768
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
4769
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4770
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
4771
|
+
readonly eq: import("@elaraai/east").IntegerType;
|
|
4772
|
+
readonly neq: import("@elaraai/east").IntegerType;
|
|
4773
|
+
readonly lt: import("@elaraai/east").IntegerType;
|
|
4774
|
+
readonly lte: import("@elaraai/east").IntegerType;
|
|
4775
|
+
readonly gt: import("@elaraai/east").IntegerType;
|
|
4776
|
+
readonly gte: import("@elaraai/east").IntegerType;
|
|
4777
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
4884
4778
|
}>;
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
|
|
4779
|
+
}>;
|
|
4780
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
4781
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4782
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
4783
|
+
readonly lt: import("@elaraai/east").FloatType;
|
|
4784
|
+
readonly lte: import("@elaraai/east").FloatType;
|
|
4785
|
+
readonly gt: import("@elaraai/east").FloatType;
|
|
4786
|
+
readonly gte: import("@elaraai/east").FloatType;
|
|
4888
4787
|
}>;
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
|
|
4788
|
+
}>;
|
|
4789
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
4790
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4791
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
4792
|
+
readonly before: import("@elaraai/east").DateTimeType;
|
|
4793
|
+
readonly after: import("@elaraai/east").DateTimeType;
|
|
4794
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
4795
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
4796
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
4797
|
+
}>;
|
|
4892
4798
|
}>;
|
|
4893
|
-
}
|
|
4894
|
-
readonly
|
|
4895
|
-
|
|
4896
|
-
|
|
4897
|
-
|
|
4898
|
-
readonly breakdownKey: import("@elaraai/east").GenericPlatformDefinition<readonly ["T"], readonly [import("@elaraai/east").StructType<{
|
|
4899
|
-
readonly range: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
4900
|
-
readonly datetime: import("@elaraai/east").StructType<{
|
|
4901
|
-
readonly from: import("@elaraai/east").DateTimeType;
|
|
4902
|
-
readonly to: import("@elaraai/east").DateTimeType;
|
|
4799
|
+
}>;
|
|
4800
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
4801
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4802
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
4803
|
+
readonly is: import("@elaraai/east").BooleanType;
|
|
4903
4804
|
}>;
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
|
|
4805
|
+
}>;
|
|
4806
|
+
}>], import("@elaraai/east").NullType>;
|
|
4807
|
+
readonly removeFilter: import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>;
|
|
4808
|
+
readonly clearFilters: import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>;
|
|
4809
|
+
readonly defineCohort: import("@elaraai/east").FunctionType<[import("@elaraai/east").StructType<{
|
|
4810
|
+
readonly id: import("@elaraai/east").StringType;
|
|
4811
|
+
readonly name: import("@elaraai/east").StringType;
|
|
4812
|
+
readonly filters: import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
|
|
4813
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
4814
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4815
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
4816
|
+
readonly eq: import("@elaraai/east").StringType;
|
|
4817
|
+
readonly neq: import("@elaraai/east").StringType;
|
|
4818
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
4819
|
+
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
4820
|
+
readonly contains: import("@elaraai/east").StringType;
|
|
4821
|
+
readonly matches: import("@elaraai/east").StringType;
|
|
4822
|
+
}>;
|
|
4910
4823
|
}>;
|
|
4911
4824
|
readonly integer: import("@elaraai/east").StructType<{
|
|
4912
|
-
readonly
|
|
4913
|
-
readonly
|
|
4825
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4826
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
4827
|
+
readonly eq: import("@elaraai/east").IntegerType;
|
|
4828
|
+
readonly neq: import("@elaraai/east").IntegerType;
|
|
4829
|
+
readonly lt: import("@elaraai/east").IntegerType;
|
|
4830
|
+
readonly lte: import("@elaraai/east").IntegerType;
|
|
4831
|
+
readonly gt: import("@elaraai/east").IntegerType;
|
|
4832
|
+
readonly gte: import("@elaraai/east").IntegerType;
|
|
4833
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
4834
|
+
}>;
|
|
4914
4835
|
}>;
|
|
4915
4836
|
readonly float: import("@elaraai/east").StructType<{
|
|
4916
|
-
readonly
|
|
4917
|
-
readonly
|
|
4837
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4838
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
4839
|
+
readonly lt: import("@elaraai/east").FloatType;
|
|
4840
|
+
readonly lte: import("@elaraai/east").FloatType;
|
|
4841
|
+
readonly gt: import("@elaraai/east").FloatType;
|
|
4842
|
+
readonly gte: import("@elaraai/east").FloatType;
|
|
4843
|
+
}>;
|
|
4844
|
+
}>;
|
|
4845
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
4846
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4847
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
4848
|
+
readonly before: import("@elaraai/east").DateTimeType;
|
|
4849
|
+
readonly after: import("@elaraai/east").DateTimeType;
|
|
4850
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
4851
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
4852
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
4853
|
+
}>;
|
|
4854
|
+
}>;
|
|
4855
|
+
}>;
|
|
4856
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
4857
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4858
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
4859
|
+
readonly is: import("@elaraai/east").BooleanType;
|
|
4860
|
+
}>;
|
|
4918
4861
|
}>;
|
|
4919
4862
|
}>>;
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
|
|
4923
|
-
|
|
4863
|
+
}>], import("@elaraai/east").NullType>;
|
|
4864
|
+
readonly updateCohort: import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType, import("@elaraai/east").StructType<{
|
|
4865
|
+
readonly id: import("@elaraai/east").StringType;
|
|
4866
|
+
readonly name: import("@elaraai/east").StringType;
|
|
4924
4867
|
readonly filters: import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
|
|
4925
4868
|
readonly string: import("@elaraai/east").StructType<{
|
|
4926
4869
|
readonly fieldId: import("@elaraai/east").StringType;
|
|
@@ -4972,24 +4915,486 @@ export declare const Slice: {
|
|
|
4972
4915
|
}>;
|
|
4973
4916
|
}>;
|
|
4974
4917
|
}>>;
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
|
|
4918
|
+
}>], import("@elaraai/east").NullType>;
|
|
4919
|
+
readonly removeCohort: import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>;
|
|
4920
|
+
readonly toggleCohort: import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>;
|
|
4921
|
+
readonly setBreakdown: import("@elaraai/east").FunctionType<[import("@elaraai/east").OptionType<import("@elaraai/east").StructType<{
|
|
4922
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4923
|
+
readonly limit: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
4924
|
+
}>>], import("@elaraai/east").NullType>;
|
|
4925
|
+
readonly setSearch: import("@elaraai/east").FunctionType<[import("@elaraai/east").OptionType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>;
|
|
4926
|
+
readonly setVisible: import("@elaraai/east").FunctionType<[import("@elaraai/east").OptionType<import("@elaraai/east").SetType<import("@elaraai/east").StringType>>], import("@elaraai/east").NullType>;
|
|
4927
|
+
readonly select: import("@elaraai/east").FunctionType<[import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>], import("@elaraai/east").NullType>;
|
|
4928
|
+
readonly isActive: import("@elaraai/east").FunctionType<[], import("@elaraai/east").BooleanType>;
|
|
4929
|
+
readonly activeCount: import("@elaraai/east").FunctionType<[], import("@elaraai/east").IntegerType>;
|
|
4930
|
+
readonly dimensions: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
4931
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4932
|
+
readonly label: import("@elaraai/east").StringType;
|
|
4933
|
+
}>>>;
|
|
4934
|
+
readonly fields: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
4935
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4936
|
+
readonly label: import("@elaraai/east").StringType;
|
|
4937
|
+
readonly kind: import("@elaraai/east").StringType;
|
|
4938
|
+
}>>>;
|
|
4939
|
+
readonly searchFieldIds: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StringType>>;
|
|
4940
|
+
readonly rangeFieldId: import("@elaraai/east").FunctionType<[], import("@elaraai/east").OptionType<import("@elaraai/east").StringType>>;
|
|
4941
|
+
readonly totalCount: import("@elaraai/east").FunctionType<[], import("@elaraai/east").IntegerType>;
|
|
4942
|
+
readonly resultCount: import("@elaraai/east").FunctionType<[], import("@elaraai/east").IntegerType>;
|
|
4943
|
+
readonly groups: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
4944
|
+
readonly key: import("@elaraai/east").StringType;
|
|
4945
|
+
readonly count: import("@elaraai/east").IntegerType;
|
|
4946
|
+
readonly color: import("@elaraai/east").StringType;
|
|
4947
|
+
}>>>;
|
|
4948
|
+
readonly series: import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType, import("@elaraai/east").StringType], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
4949
|
+
readonly key: import("@elaraai/east").StringType;
|
|
4950
|
+
readonly color: import("@elaraai/east").StringType;
|
|
4951
|
+
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
4952
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
4953
|
+
readonly category: import("@elaraai/east").StringType;
|
|
4954
|
+
readonly number: import("@elaraai/east").FloatType;
|
|
4955
|
+
readonly time: import("@elaraai/east").DateTimeType;
|
|
4956
|
+
}>;
|
|
4957
|
+
readonly value: import("@elaraai/east").FloatType;
|
|
4958
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
4959
|
+
}>>;
|
|
4960
|
+
}>>>;
|
|
4961
|
+
readonly matches: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
4962
|
+
readonly id: import("@elaraai/east").StringType;
|
|
4963
|
+
readonly label: import("@elaraai/east").StringType;
|
|
4964
|
+
readonly meta: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
4965
|
+
}>>>;
|
|
4966
|
+
readonly cohortCounts: import("@elaraai/east").FunctionType<[], import("@elaraai/east").DictType<import("@elaraai/east").StringType, import("@elaraai/east").IntegerType>>;
|
|
4967
|
+
}>], import("@elaraai/east").ArrayType<"T">>;
|
|
4968
|
+
readonly apply: {
|
|
4969
|
+
readonly matches: import("@elaraai/east").GenericPlatformDefinition<readonly ["T"], readonly [import("@elaraai/east").StructType<{
|
|
4970
|
+
readonly range: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
4971
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
4972
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
4973
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
4974
|
+
}>;
|
|
4975
|
+
readonly datetimePreset: import("@elaraai/east").VariantType<{
|
|
4976
|
+
readonly today: import("@elaraai/east").NullType;
|
|
4977
|
+
readonly last7d: import("@elaraai/east").NullType;
|
|
4978
|
+
readonly last30d: import("@elaraai/east").NullType;
|
|
4979
|
+
readonly last90d: import("@elaraai/east").NullType;
|
|
4980
|
+
readonly ytd: import("@elaraai/east").NullType;
|
|
4981
|
+
}>;
|
|
4982
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
4983
|
+
readonly from: import("@elaraai/east").IntegerType;
|
|
4984
|
+
readonly to: import("@elaraai/east").IntegerType;
|
|
4985
|
+
}>;
|
|
4986
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
4987
|
+
readonly from: import("@elaraai/east").FloatType;
|
|
4988
|
+
readonly to: import("@elaraai/east").FloatType;
|
|
4989
|
+
}>;
|
|
4990
|
+
}>>;
|
|
4991
|
+
readonly compare: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
4992
|
+
readonly previousPeriod: import("@elaraai/east").NullType;
|
|
4993
|
+
readonly previousYear: import("@elaraai/east").NullType;
|
|
4994
|
+
}>>;
|
|
4995
|
+
readonly filters: import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
|
|
4996
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
4997
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
4998
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
4999
|
+
readonly eq: import("@elaraai/east").StringType;
|
|
5000
|
+
readonly neq: import("@elaraai/east").StringType;
|
|
5001
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5002
|
+
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5003
|
+
readonly contains: import("@elaraai/east").StringType;
|
|
5004
|
+
readonly matches: import("@elaraai/east").StringType;
|
|
5005
|
+
}>;
|
|
5006
|
+
}>;
|
|
5007
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
5008
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5009
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5010
|
+
readonly eq: import("@elaraai/east").IntegerType;
|
|
5011
|
+
readonly neq: import("@elaraai/east").IntegerType;
|
|
5012
|
+
readonly lt: import("@elaraai/east").IntegerType;
|
|
5013
|
+
readonly lte: import("@elaraai/east").IntegerType;
|
|
5014
|
+
readonly gt: import("@elaraai/east").IntegerType;
|
|
5015
|
+
readonly gte: import("@elaraai/east").IntegerType;
|
|
5016
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
5017
|
+
}>;
|
|
5018
|
+
}>;
|
|
5019
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
5020
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5021
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5022
|
+
readonly lt: import("@elaraai/east").FloatType;
|
|
5023
|
+
readonly lte: import("@elaraai/east").FloatType;
|
|
5024
|
+
readonly gt: import("@elaraai/east").FloatType;
|
|
5025
|
+
readonly gte: import("@elaraai/east").FloatType;
|
|
5026
|
+
}>;
|
|
5027
|
+
}>;
|
|
5028
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
5029
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5030
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5031
|
+
readonly before: import("@elaraai/east").DateTimeType;
|
|
5032
|
+
readonly after: import("@elaraai/east").DateTimeType;
|
|
5033
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
5034
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
5035
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
5036
|
+
}>;
|
|
5037
|
+
}>;
|
|
5038
|
+
}>;
|
|
5039
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
5040
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5041
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5042
|
+
readonly is: import("@elaraai/east").BooleanType;
|
|
5043
|
+
}>;
|
|
5044
|
+
}>;
|
|
5045
|
+
}>>;
|
|
5046
|
+
readonly cohorts: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
5047
|
+
readonly id: import("@elaraai/east").StringType;
|
|
5048
|
+
readonly name: import("@elaraai/east").StringType;
|
|
5049
|
+
readonly filters: import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
|
|
5050
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
5051
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5052
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5053
|
+
readonly eq: import("@elaraai/east").StringType;
|
|
5054
|
+
readonly neq: import("@elaraai/east").StringType;
|
|
5055
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5056
|
+
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5057
|
+
readonly contains: import("@elaraai/east").StringType;
|
|
5058
|
+
readonly matches: import("@elaraai/east").StringType;
|
|
5059
|
+
}>;
|
|
5060
|
+
}>;
|
|
5061
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
5062
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5063
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5064
|
+
readonly eq: import("@elaraai/east").IntegerType;
|
|
5065
|
+
readonly neq: import("@elaraai/east").IntegerType;
|
|
5066
|
+
readonly lt: import("@elaraai/east").IntegerType;
|
|
5067
|
+
readonly lte: import("@elaraai/east").IntegerType;
|
|
5068
|
+
readonly gt: import("@elaraai/east").IntegerType;
|
|
5069
|
+
readonly gte: import("@elaraai/east").IntegerType;
|
|
5070
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
5071
|
+
}>;
|
|
5072
|
+
}>;
|
|
5073
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
5074
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5075
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5076
|
+
readonly lt: import("@elaraai/east").FloatType;
|
|
5077
|
+
readonly lte: import("@elaraai/east").FloatType;
|
|
5078
|
+
readonly gt: import("@elaraai/east").FloatType;
|
|
5079
|
+
readonly gte: import("@elaraai/east").FloatType;
|
|
5080
|
+
}>;
|
|
5081
|
+
}>;
|
|
5082
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
5083
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5084
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5085
|
+
readonly before: import("@elaraai/east").DateTimeType;
|
|
5086
|
+
readonly after: import("@elaraai/east").DateTimeType;
|
|
5087
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
5088
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
5089
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
5090
|
+
}>;
|
|
5091
|
+
}>;
|
|
5092
|
+
}>;
|
|
5093
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
5094
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5095
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5096
|
+
readonly is: import("@elaraai/east").BooleanType;
|
|
5097
|
+
}>;
|
|
5098
|
+
}>;
|
|
5099
|
+
}>>;
|
|
5100
|
+
}>>;
|
|
5101
|
+
readonly activeCohorts: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5102
|
+
readonly breakdown: import("@elaraai/east").OptionType<import("@elaraai/east").StructType<{
|
|
5103
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5104
|
+
readonly limit: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
5105
|
+
}>>;
|
|
5106
|
+
readonly search: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
5107
|
+
readonly visible: import("@elaraai/east").OptionType<import("@elaraai/east").SetType<import("@elaraai/east").StringType>>;
|
|
5108
|
+
readonly selectedIndex: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
5109
|
+
}>, import("@elaraai/east").StructType<{
|
|
5110
|
+
readonly fields: import("@elaraai/east").DictType<import("@elaraai/east").StringType, import("@elaraai/east").VariantType<{
|
|
5111
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
5112
|
+
readonly label: import("@elaraai/east").StringType;
|
|
5113
|
+
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").StringType>;
|
|
5114
|
+
}>;
|
|
5115
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
5116
|
+
readonly label: import("@elaraai/east").StringType;
|
|
5117
|
+
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").IntegerType>;
|
|
5118
|
+
}>;
|
|
5119
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
5120
|
+
readonly label: import("@elaraai/east").StringType;
|
|
5121
|
+
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").FloatType>;
|
|
5122
|
+
}>;
|
|
5123
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
5124
|
+
readonly label: import("@elaraai/east").StringType;
|
|
5125
|
+
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").DateTimeType>;
|
|
5126
|
+
}>;
|
|
5127
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
5128
|
+
readonly label: import("@elaraai/east").StringType;
|
|
5129
|
+
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").BooleanType>;
|
|
5130
|
+
}>;
|
|
5131
|
+
}>>;
|
|
5132
|
+
readonly rangeFieldId: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
5133
|
+
readonly searchFieldIds: import("@elaraai/east").ArrayType<import("@elaraai/east").StringType>;
|
|
5134
|
+
readonly breakdownFieldIds: import("@elaraai/east").ArrayType<import("@elaraai/east").StringType>;
|
|
5135
|
+
}>, "T"], import("@elaraai/east").BooleanType>;
|
|
5136
|
+
readonly where: import("@elaraai/east").GenericPlatformDefinition<readonly ["T"], readonly [import("@elaraai/east").StructType<{
|
|
5137
|
+
readonly range: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
5138
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
5139
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
5140
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
5141
|
+
}>;
|
|
5142
|
+
readonly datetimePreset: import("@elaraai/east").VariantType<{
|
|
5143
|
+
readonly today: import("@elaraai/east").NullType;
|
|
5144
|
+
readonly last7d: import("@elaraai/east").NullType;
|
|
5145
|
+
readonly last30d: import("@elaraai/east").NullType;
|
|
5146
|
+
readonly last90d: import("@elaraai/east").NullType;
|
|
5147
|
+
readonly ytd: import("@elaraai/east").NullType;
|
|
5148
|
+
}>;
|
|
5149
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
5150
|
+
readonly from: import("@elaraai/east").IntegerType;
|
|
5151
|
+
readonly to: import("@elaraai/east").IntegerType;
|
|
5152
|
+
}>;
|
|
5153
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
5154
|
+
readonly from: import("@elaraai/east").FloatType;
|
|
5155
|
+
readonly to: import("@elaraai/east").FloatType;
|
|
5156
|
+
}>;
|
|
5157
|
+
}>>;
|
|
5158
|
+
readonly compare: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
5159
|
+
readonly previousPeriod: import("@elaraai/east").NullType;
|
|
5160
|
+
readonly previousYear: import("@elaraai/east").NullType;
|
|
5161
|
+
}>>;
|
|
5162
|
+
readonly filters: import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
|
|
5163
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
5164
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5165
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5166
|
+
readonly eq: import("@elaraai/east").StringType;
|
|
5167
|
+
readonly neq: import("@elaraai/east").StringType;
|
|
5168
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5169
|
+
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5170
|
+
readonly contains: import("@elaraai/east").StringType;
|
|
5171
|
+
readonly matches: import("@elaraai/east").StringType;
|
|
5172
|
+
}>;
|
|
5173
|
+
}>;
|
|
5174
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
5175
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5176
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5177
|
+
readonly eq: import("@elaraai/east").IntegerType;
|
|
5178
|
+
readonly neq: import("@elaraai/east").IntegerType;
|
|
5179
|
+
readonly lt: import("@elaraai/east").IntegerType;
|
|
5180
|
+
readonly lte: import("@elaraai/east").IntegerType;
|
|
5181
|
+
readonly gt: import("@elaraai/east").IntegerType;
|
|
5182
|
+
readonly gte: import("@elaraai/east").IntegerType;
|
|
5183
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
5184
|
+
}>;
|
|
5185
|
+
}>;
|
|
5186
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
5187
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5188
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5189
|
+
readonly lt: import("@elaraai/east").FloatType;
|
|
5190
|
+
readonly lte: import("@elaraai/east").FloatType;
|
|
5191
|
+
readonly gt: import("@elaraai/east").FloatType;
|
|
5192
|
+
readonly gte: import("@elaraai/east").FloatType;
|
|
5193
|
+
}>;
|
|
5194
|
+
}>;
|
|
5195
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
5196
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5197
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5198
|
+
readonly before: import("@elaraai/east").DateTimeType;
|
|
5199
|
+
readonly after: import("@elaraai/east").DateTimeType;
|
|
5200
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
5201
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
5202
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
5203
|
+
}>;
|
|
5204
|
+
}>;
|
|
5205
|
+
}>;
|
|
5206
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
5207
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5208
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5209
|
+
readonly is: import("@elaraai/east").BooleanType;
|
|
5210
|
+
}>;
|
|
5211
|
+
}>;
|
|
5212
|
+
}>>;
|
|
5213
|
+
readonly cohorts: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
5214
|
+
readonly id: import("@elaraai/east").StringType;
|
|
5215
|
+
readonly name: import("@elaraai/east").StringType;
|
|
5216
|
+
readonly filters: import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
|
|
5217
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
5218
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5219
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5220
|
+
readonly eq: import("@elaraai/east").StringType;
|
|
5221
|
+
readonly neq: import("@elaraai/east").StringType;
|
|
5222
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5223
|
+
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5224
|
+
readonly contains: import("@elaraai/east").StringType;
|
|
5225
|
+
readonly matches: import("@elaraai/east").StringType;
|
|
5226
|
+
}>;
|
|
5227
|
+
}>;
|
|
5228
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
5229
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5230
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5231
|
+
readonly eq: import("@elaraai/east").IntegerType;
|
|
5232
|
+
readonly neq: import("@elaraai/east").IntegerType;
|
|
5233
|
+
readonly lt: import("@elaraai/east").IntegerType;
|
|
5234
|
+
readonly lte: import("@elaraai/east").IntegerType;
|
|
5235
|
+
readonly gt: import("@elaraai/east").IntegerType;
|
|
5236
|
+
readonly gte: import("@elaraai/east").IntegerType;
|
|
5237
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
5238
|
+
}>;
|
|
5239
|
+
}>;
|
|
5240
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
5241
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5242
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5243
|
+
readonly lt: import("@elaraai/east").FloatType;
|
|
5244
|
+
readonly lte: import("@elaraai/east").FloatType;
|
|
5245
|
+
readonly gt: import("@elaraai/east").FloatType;
|
|
5246
|
+
readonly gte: import("@elaraai/east").FloatType;
|
|
5247
|
+
}>;
|
|
5248
|
+
}>;
|
|
5249
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
5250
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5251
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5252
|
+
readonly before: import("@elaraai/east").DateTimeType;
|
|
5253
|
+
readonly after: import("@elaraai/east").DateTimeType;
|
|
5254
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
5255
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
5256
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
5257
|
+
}>;
|
|
5258
|
+
}>;
|
|
5259
|
+
}>;
|
|
5260
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
5261
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5262
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5263
|
+
readonly is: import("@elaraai/east").BooleanType;
|
|
5264
|
+
}>;
|
|
5265
|
+
}>;
|
|
5266
|
+
}>>;
|
|
5267
|
+
}>>;
|
|
5268
|
+
readonly activeCohorts: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5269
|
+
readonly breakdown: import("@elaraai/east").OptionType<import("@elaraai/east").StructType<{
|
|
5270
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5271
|
+
readonly limit: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
5272
|
+
}>>;
|
|
5273
|
+
readonly search: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
5274
|
+
readonly visible: import("@elaraai/east").OptionType<import("@elaraai/east").SetType<import("@elaraai/east").StringType>>;
|
|
5275
|
+
readonly selectedIndex: import("@elaraai/east").OptionType<import("@elaraai/east").IntegerType>;
|
|
5276
|
+
}>, import("@elaraai/east").StructType<{
|
|
5277
|
+
readonly fields: import("@elaraai/east").DictType<import("@elaraai/east").StringType, import("@elaraai/east").VariantType<{
|
|
5278
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
5279
|
+
readonly label: import("@elaraai/east").StringType;
|
|
5280
|
+
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").StringType>;
|
|
5281
|
+
}>;
|
|
5282
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
5283
|
+
readonly label: import("@elaraai/east").StringType;
|
|
5284
|
+
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").IntegerType>;
|
|
5285
|
+
}>;
|
|
5286
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
5287
|
+
readonly label: import("@elaraai/east").StringType;
|
|
5288
|
+
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").FloatType>;
|
|
5289
|
+
}>;
|
|
5290
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
5291
|
+
readonly label: import("@elaraai/east").StringType;
|
|
5292
|
+
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").DateTimeType>;
|
|
5293
|
+
}>;
|
|
5294
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
5295
|
+
readonly label: import("@elaraai/east").StringType;
|
|
5296
|
+
readonly accessor: import("@elaraai/east").FunctionType<["T"], import("@elaraai/east").BooleanType>;
|
|
5297
|
+
}>;
|
|
5298
|
+
}>>;
|
|
5299
|
+
readonly rangeFieldId: import("@elaraai/east").OptionType<import("@elaraai/east").StringType>;
|
|
5300
|
+
readonly searchFieldIds: import("@elaraai/east").ArrayType<import("@elaraai/east").StringType>;
|
|
5301
|
+
readonly breakdownFieldIds: import("@elaraai/east").ArrayType<import("@elaraai/east").StringType>;
|
|
5302
|
+
}>, import("@elaraai/east").ArrayType<"T">], import("@elaraai/east").ArrayType<"T">>;
|
|
5303
|
+
readonly breakdownKey: import("@elaraai/east").GenericPlatformDefinition<readonly ["T"], readonly [import("@elaraai/east").StructType<{
|
|
5304
|
+
readonly range: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
5305
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
5306
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
5307
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
5308
|
+
}>;
|
|
5309
|
+
readonly datetimePreset: import("@elaraai/east").VariantType<{
|
|
5310
|
+
readonly today: import("@elaraai/east").NullType;
|
|
5311
|
+
readonly last7d: import("@elaraai/east").NullType;
|
|
5312
|
+
readonly last30d: import("@elaraai/east").NullType;
|
|
5313
|
+
readonly last90d: import("@elaraai/east").NullType;
|
|
5314
|
+
readonly ytd: import("@elaraai/east").NullType;
|
|
5315
|
+
}>;
|
|
5316
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
5317
|
+
readonly from: import("@elaraai/east").IntegerType;
|
|
5318
|
+
readonly to: import("@elaraai/east").IntegerType;
|
|
5319
|
+
}>;
|
|
5320
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
5321
|
+
readonly from: import("@elaraai/east").FloatType;
|
|
5322
|
+
readonly to: import("@elaraai/east").FloatType;
|
|
5323
|
+
}>;
|
|
5324
|
+
}>>;
|
|
5325
|
+
readonly compare: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
5326
|
+
readonly previousPeriod: import("@elaraai/east").NullType;
|
|
5327
|
+
readonly previousYear: import("@elaraai/east").NullType;
|
|
5328
|
+
}>>;
|
|
5329
|
+
readonly filters: import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
|
|
5330
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
5331
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5332
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5333
|
+
readonly eq: import("@elaraai/east").StringType;
|
|
5334
|
+
readonly neq: import("@elaraai/east").StringType;
|
|
5335
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5336
|
+
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5337
|
+
readonly contains: import("@elaraai/east").StringType;
|
|
5338
|
+
readonly matches: import("@elaraai/east").StringType;
|
|
5339
|
+
}>;
|
|
5340
|
+
}>;
|
|
5341
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
5342
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5343
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5344
|
+
readonly eq: import("@elaraai/east").IntegerType;
|
|
5345
|
+
readonly neq: import("@elaraai/east").IntegerType;
|
|
5346
|
+
readonly lt: import("@elaraai/east").IntegerType;
|
|
5347
|
+
readonly lte: import("@elaraai/east").IntegerType;
|
|
5348
|
+
readonly gt: import("@elaraai/east").IntegerType;
|
|
5349
|
+
readonly gte: import("@elaraai/east").IntegerType;
|
|
5350
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
5351
|
+
}>;
|
|
5352
|
+
}>;
|
|
5353
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
5354
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5355
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5356
|
+
readonly lt: import("@elaraai/east").FloatType;
|
|
5357
|
+
readonly lte: import("@elaraai/east").FloatType;
|
|
5358
|
+
readonly gt: import("@elaraai/east").FloatType;
|
|
5359
|
+
readonly gte: import("@elaraai/east").FloatType;
|
|
5360
|
+
}>;
|
|
5361
|
+
}>;
|
|
5362
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
5363
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5364
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5365
|
+
readonly before: import("@elaraai/east").DateTimeType;
|
|
5366
|
+
readonly after: import("@elaraai/east").DateTimeType;
|
|
5367
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
5368
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
5369
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
5370
|
+
}>;
|
|
5371
|
+
}>;
|
|
5372
|
+
}>;
|
|
5373
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
5374
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5375
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5376
|
+
readonly is: import("@elaraai/east").BooleanType;
|
|
5377
|
+
}>;
|
|
5378
|
+
}>;
|
|
5379
|
+
}>>;
|
|
5380
|
+
readonly cohorts: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
5381
|
+
readonly id: import("@elaraai/east").StringType;
|
|
5382
|
+
readonly name: import("@elaraai/east").StringType;
|
|
5383
|
+
readonly filters: import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
|
|
5384
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
5385
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5386
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
5387
|
+
readonly eq: import("@elaraai/east").StringType;
|
|
5388
|
+
readonly neq: import("@elaraai/east").StringType;
|
|
5389
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5390
|
+
readonly notIn: import("@elaraai/east").SetType<import("@elaraai/east").StringType>;
|
|
5391
|
+
readonly contains: import("@elaraai/east").StringType;
|
|
5392
|
+
readonly matches: import("@elaraai/east").StringType;
|
|
5393
|
+
}>;
|
|
5394
|
+
}>;
|
|
5395
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
5396
|
+
readonly fieldId: import("@elaraai/east").StringType;
|
|
5397
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
4993
5398
|
readonly eq: import("@elaraai/east").IntegerType;
|
|
4994
5399
|
readonly neq: import("@elaraai/east").IntegerType;
|
|
4995
5400
|
readonly lt: import("@elaraai/east").IntegerType;
|
|
@@ -6069,8 +6474,13 @@ export declare const Slice: {
|
|
|
6069
6474
|
readonly key: import("@elaraai/east").StringType;
|
|
6070
6475
|
readonly color: import("@elaraai/east").StringType;
|
|
6071
6476
|
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
6072
|
-
readonly x: import("@elaraai/east").
|
|
6477
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
6478
|
+
readonly category: import("@elaraai/east").StringType;
|
|
6479
|
+
readonly number: import("@elaraai/east").FloatType;
|
|
6480
|
+
readonly time: import("@elaraai/east").DateTimeType;
|
|
6481
|
+
}>;
|
|
6073
6482
|
readonly value: import("@elaraai/east").FloatType;
|
|
6483
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
6074
6484
|
}>>;
|
|
6075
6485
|
}>>>;
|
|
6076
6486
|
readonly matches: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
@@ -6086,15 +6496,25 @@ export declare const Slice: {
|
|
|
6086
6496
|
readonly color: import("@elaraai/east").StringType;
|
|
6087
6497
|
}>;
|
|
6088
6498
|
readonly SeriesPoint: import("@elaraai/east").StructType<{
|
|
6089
|
-
readonly x: import("@elaraai/east").
|
|
6499
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
6500
|
+
readonly category: import("@elaraai/east").StringType;
|
|
6501
|
+
readonly number: import("@elaraai/east").FloatType;
|
|
6502
|
+
readonly time: import("@elaraai/east").DateTimeType;
|
|
6503
|
+
}>;
|
|
6090
6504
|
readonly value: import("@elaraai/east").FloatType;
|
|
6505
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
6091
6506
|
}>;
|
|
6092
6507
|
readonly Series: import("@elaraai/east").StructType<{
|
|
6093
6508
|
readonly key: import("@elaraai/east").StringType;
|
|
6094
6509
|
readonly color: import("@elaraai/east").StringType;
|
|
6095
6510
|
readonly points: import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
6096
|
-
readonly x: import("@elaraai/east").
|
|
6511
|
+
readonly x: import("@elaraai/east").VariantType<{
|
|
6512
|
+
readonly category: import("@elaraai/east").StringType;
|
|
6513
|
+
readonly number: import("@elaraai/east").FloatType;
|
|
6514
|
+
readonly time: import("@elaraai/east").DateTimeType;
|
|
6515
|
+
}>;
|
|
6097
6516
|
readonly value: import("@elaraai/east").FloatType;
|
|
6517
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").FloatType>;
|
|
6098
6518
|
}>>;
|
|
6099
6519
|
}>;
|
|
6100
6520
|
readonly Dimension: import("@elaraai/east").StructType<{
|