@elaraai/east-ui 0.0.1-beta.6 → 0.0.1-beta.7
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 +2 -2
- package/dist/src/buttons/button/index.d.ts +7 -5
- package/dist/src/buttons/button/index.d.ts.map +1 -1
- package/dist/src/buttons/button/index.js +9 -13
- package/dist/src/buttons/button/index.js.map +1 -1
- package/dist/src/buttons/button/types.d.ts +7 -1
- package/dist/src/buttons/button/types.d.ts.map +1 -1
- package/dist/src/buttons/button/types.js +3 -1
- package/dist/src/buttons/button/types.js.map +1 -1
- package/dist/src/buttons/icon-button/index.d.ts +13 -32
- package/dist/src/buttons/icon-button/index.d.ts.map +1 -1
- package/dist/src/buttons/icon-button/index.js +13 -33
- package/dist/src/buttons/icon-button/index.js.map +1 -1
- package/dist/src/buttons/icon-button/types.d.ts +45 -38
- package/dist/src/buttons/icon-button/types.d.ts.map +1 -1
- package/dist/src/buttons/icon-button/types.js +5 -2
- package/dist/src/buttons/icon-button/types.js.map +1 -1
- package/dist/src/charts/area/index.d.ts +16 -31
- package/dist/src/charts/area/index.d.ts.map +1 -1
- package/dist/src/charts/area/index.js +16 -31
- package/dist/src/charts/area/index.js.map +1 -1
- package/dist/src/charts/area/types.d.ts +22 -1
- package/dist/src/charts/area/types.d.ts.map +1 -1
- package/dist/src/charts/bar/index.d.ts +12 -39
- package/dist/src/charts/bar/index.d.ts.map +1 -1
- package/dist/src/charts/bar/index.js +12 -39
- package/dist/src/charts/bar/index.js.map +1 -1
- package/dist/src/charts/bar/types.d.ts +23 -1
- package/dist/src/charts/bar/types.d.ts.map +1 -1
- package/dist/src/charts/bar-list/index.d.ts +11 -14
- package/dist/src/charts/bar-list/index.d.ts.map +1 -1
- package/dist/src/charts/bar-list/index.js +11 -14
- package/dist/src/charts/bar-list/index.js.map +1 -1
- package/dist/src/charts/bar-list/types.d.ts +9 -0
- package/dist/src/charts/bar-list/types.d.ts.map +1 -1
- package/dist/src/charts/bar-segment/index.d.ts +10 -13
- package/dist/src/charts/bar-segment/index.d.ts.map +1 -1
- package/dist/src/charts/bar-segment/index.js +10 -13
- package/dist/src/charts/bar-segment/index.js.map +1 -1
- package/dist/src/charts/bar-segment/types.d.ts +7 -0
- package/dist/src/charts/bar-segment/types.d.ts.map +1 -1
- package/dist/src/charts/line/index.d.ts +18 -17
- package/dist/src/charts/line/index.d.ts.map +1 -1
- package/dist/src/charts/line/index.js +18 -17
- package/dist/src/charts/line/index.js.map +1 -1
- package/dist/src/charts/line/types.d.ts +18 -1
- package/dist/src/charts/line/types.d.ts.map +1 -1
- package/dist/src/charts/pie/index.d.ts +11 -18
- package/dist/src/charts/pie/index.d.ts.map +1 -1
- package/dist/src/charts/pie/index.js +11 -18
- package/dist/src/charts/pie/index.js.map +1 -1
- package/dist/src/charts/pie/types.d.ts +10 -0
- package/dist/src/charts/pie/types.d.ts.map +1 -1
- package/dist/src/charts/radar/index.d.ts +15 -16
- package/dist/src/charts/radar/index.d.ts.map +1 -1
- package/dist/src/charts/radar/index.js +15 -16
- package/dist/src/charts/radar/index.js.map +1 -1
- package/dist/src/charts/radar/types.d.ts +15 -1
- package/dist/src/charts/radar/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.d.ts +12 -13
- package/dist/src/charts/scatter/index.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.js +12 -13
- package/dist/src/charts/scatter/index.js.map +1 -1
- package/dist/src/charts/scatter/types.d.ts +14 -1
- package/dist/src/charts/scatter/types.d.ts.map +1 -1
- package/dist/src/collections/data-list/index.d.ts +19 -40
- package/dist/src/collections/data-list/index.d.ts.map +1 -1
- package/dist/src/collections/data-list/index.js +19 -40
- package/dist/src/collections/data-list/index.js.map +1 -1
- package/dist/src/collections/data-list/types.d.ts +10 -6
- package/dist/src/collections/data-list/types.d.ts.map +1 -1
- package/dist/src/collections/data-list/types.js +10 -6
- package/dist/src/collections/data-list/types.js.map +1 -1
- package/dist/src/collections/gantt/index.d.ts +4668 -968
- package/dist/src/collections/gantt/index.d.ts.map +1 -1
- package/dist/src/collections/gantt/index.js +133 -81
- package/dist/src/collections/gantt/index.js.map +1 -1
- package/dist/src/collections/gantt/types.d.ts +336 -56
- package/dist/src/collections/gantt/types.d.ts.map +1 -1
- package/dist/src/collections/gantt/types.js +142 -2
- package/dist/src/collections/gantt/types.js.map +1 -1
- package/dist/src/collections/table/index.d.ts +11350 -8517
- package/dist/src/collections/table/index.d.ts.map +1 -1
- package/dist/src/collections/table/index.js +64 -53
- package/dist/src/collections/table/index.js.map +1 -1
- package/dist/src/collections/table/types.d.ts +155 -17
- package/dist/src/collections/table/types.d.ts.map +1 -1
- package/dist/src/collections/table/types.js +78 -14
- package/dist/src/collections/table/types.js.map +1 -1
- package/dist/src/collections/tree-view/index.d.ts +42 -70
- package/dist/src/collections/tree-view/index.d.ts.map +1 -1
- package/dist/src/collections/tree-view/index.js +40 -71
- package/dist/src/collections/tree-view/index.js.map +1 -1
- package/dist/src/collections/tree-view/types.d.ts +24 -1
- package/dist/src/collections/tree-view/types.d.ts.map +1 -1
- package/dist/src/collections/tree-view/types.js +7 -1
- package/dist/src/collections/tree-view/types.js.map +1 -1
- package/dist/src/component.d.ts +688 -21
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/component.js +15 -23
- package/dist/src/component.js.map +1 -1
- package/dist/src/container/card/index.d.ts +1387 -64
- package/dist/src/container/card/index.d.ts.map +1 -1
- package/dist/src/container/card/index.js +11 -20
- package/dist/src/container/card/index.js.map +1 -1
- package/dist/src/container/card/types.d.ts +3 -4
- package/dist/src/container/card/types.d.ts.map +1 -1
- package/dist/src/container/card/types.js +3 -4
- package/dist/src/container/card/types.js.map +1 -1
- package/dist/src/disclosure/accordion/index.d.ts +2923 -277
- package/dist/src/disclosure/accordion/index.d.ts.map +1 -1
- package/dist/src/disclosure/accordion/index.js +35 -65
- package/dist/src/disclosure/accordion/index.js.map +1 -1
- package/dist/src/disclosure/accordion/types.d.ts +6 -1
- package/dist/src/disclosure/accordion/types.d.ts.map +1 -1
- package/dist/src/disclosure/accordion/types.js +3 -1
- package/dist/src/disclosure/accordion/types.js.map +1 -1
- package/dist/src/disclosure/carousel/index.d.ts +1391 -89
- package/dist/src/disclosure/carousel/index.d.ts.map +1 -1
- package/dist/src/disclosure/carousel/index.js +15 -46
- package/dist/src/disclosure/carousel/index.js.map +1 -1
- package/dist/src/disclosure/carousel/types.d.ts +9 -3
- package/dist/src/disclosure/carousel/types.d.ts.map +1 -1
- package/dist/src/disclosure/carousel/types.js +4 -1
- package/dist/src/disclosure/carousel/types.js.map +1 -1
- package/dist/src/disclosure/tabs/index.d.ts +2911 -283
- package/dist/src/disclosure/tabs/index.d.ts.map +1 -1
- package/dist/src/disclosure/tabs/index.js +18 -56
- package/dist/src/disclosure/tabs/index.js.map +1 -1
- package/dist/src/disclosure/tabs/types.d.ts +6 -1
- package/dist/src/disclosure/tabs/types.d.ts.map +1 -1
- package/dist/src/disclosure/tabs/types.js +3 -1
- package/dist/src/disclosure/tabs/types.js.map +1 -1
- package/dist/src/display/avatar/index.d.ts +8 -33
- package/dist/src/display/avatar/index.d.ts.map +1 -1
- package/dist/src/display/avatar/index.js +8 -33
- package/dist/src/display/avatar/index.js.map +1 -1
- package/dist/src/display/badge/index.d.ts +7 -22
- package/dist/src/display/badge/index.d.ts.map +1 -1
- package/dist/src/display/badge/index.js +7 -22
- package/dist/src/display/badge/index.js.map +1 -1
- package/dist/src/display/icon/index.d.ts +4 -36
- package/dist/src/display/icon/index.d.ts.map +1 -1
- package/dist/src/display/icon/index.js +4 -36
- package/dist/src/display/icon/index.js.map +1 -1
- package/dist/src/display/icon/types.d.ts +1 -0
- package/dist/src/display/icon/types.d.ts.map +1 -1
- package/dist/src/display/icon/types.js +1 -0
- package/dist/src/display/icon/types.js.map +1 -1
- package/dist/src/display/stat/index.d.ts +18 -40
- package/dist/src/display/stat/index.d.ts.map +1 -1
- package/dist/src/display/stat/index.js +18 -40
- package/dist/src/display/stat/index.js.map +1 -1
- package/dist/src/display/stat/types.d.ts +10 -6
- package/dist/src/display/stat/types.d.ts.map +1 -1
- package/dist/src/display/stat/types.js +10 -6
- package/dist/src/display/stat/types.js.map +1 -1
- package/dist/src/display/tag/index.d.ts +10 -30
- package/dist/src/display/tag/index.d.ts.map +1 -1
- package/dist/src/display/tag/index.js +13 -38
- package/dist/src/display/tag/index.js.map +1 -1
- package/dist/src/display/tag/types.d.ts +6 -1
- 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/feedback/alert/index.d.ts +7 -39
- package/dist/src/feedback/alert/index.d.ts.map +1 -1
- package/dist/src/feedback/alert/index.js +7 -39
- package/dist/src/feedback/alert/index.js.map +1 -1
- package/dist/src/feedback/alert/types.d.ts +24 -13
- package/dist/src/feedback/alert/types.d.ts.map +1 -1
- package/dist/src/feedback/alert/types.js +24 -13
- package/dist/src/feedback/alert/types.js.map +1 -1
- package/dist/src/feedback/progress/index.d.ts +8 -42
- package/dist/src/feedback/progress/index.d.ts.map +1 -1
- package/dist/src/feedback/progress/index.js +8 -42
- package/dist/src/feedback/progress/index.js.map +1 -1
- package/dist/src/feedback/progress/types.d.ts +10 -5
- package/dist/src/feedback/progress/types.d.ts.map +1 -1
- package/dist/src/feedback/progress/types.js +10 -5
- package/dist/src/feedback/progress/types.js.map +1 -1
- package/dist/src/forms/checkbox/index.d.ts +13 -23
- package/dist/src/forms/checkbox/index.d.ts.map +1 -1
- package/dist/src/forms/checkbox/index.js +21 -39
- package/dist/src/forms/checkbox/index.js.map +1 -1
- package/dist/src/forms/checkbox/types.d.ts +20 -15
- package/dist/src/forms/checkbox/types.d.ts.map +1 -1
- package/dist/src/forms/checkbox/types.js +3 -1
- package/dist/src/forms/checkbox/types.js.map +1 -1
- package/dist/src/forms/field/index.d.ts +688 -7140
- package/dist/src/forms/field/index.d.ts.map +1 -1
- package/dist/src/forms/field/index.js +531 -90
- package/dist/src/forms/field/index.js.map +1 -1
- package/dist/src/forms/field/types.d.ts +730 -4
- package/dist/src/forms/field/types.d.ts.map +1 -1
- package/dist/src/forms/field/types.js +83 -1
- package/dist/src/forms/field/types.js.map +1 -1
- package/dist/src/forms/file-upload/index.d.ts +22 -52
- package/dist/src/forms/file-upload/index.d.ts.map +1 -1
- package/dist/src/forms/file-upload/index.js +15 -54
- package/dist/src/forms/file-upload/index.js.map +1 -1
- package/dist/src/forms/file-upload/types.d.ts +52 -1
- package/dist/src/forms/file-upload/types.d.ts.map +1 -1
- package/dist/src/forms/file-upload/types.js +32 -1
- package/dist/src/forms/file-upload/types.js.map +1 -1
- package/dist/src/forms/index.d.ts +1 -2
- package/dist/src/forms/index.d.ts.map +1 -1
- package/dist/src/forms/index.js +1 -2
- package/dist/src/forms/index.js.map +1 -1
- package/dist/src/forms/input/index.d.ts +70 -8
- package/dist/src/forms/input/index.d.ts.map +1 -1
- package/dist/src/forms/input/index.js +94 -93
- package/dist/src/forms/input/index.js.map +1 -1
- package/dist/src/forms/input/types.d.ts +203 -99
- package/dist/src/forms/input/types.d.ts.map +1 -1
- package/dist/src/forms/input/types.js +49 -26
- package/dist/src/forms/input/types.js.map +1 -1
- package/dist/src/forms/select/index.d.ts +22 -15
- package/dist/src/forms/select/index.d.ts.map +1 -1
- package/dist/src/forms/select/index.js +33 -34
- package/dist/src/forms/select/index.js.map +1 -1
- package/dist/src/forms/select/types.d.ts +44 -5
- package/dist/src/forms/select/types.d.ts.map +1 -1
- package/dist/src/forms/select/types.js +7 -1
- package/dist/src/forms/select/types.js.map +1 -1
- package/dist/src/forms/slider/index.d.ts +15 -31
- package/dist/src/forms/slider/index.d.ts.map +1 -1
- package/dist/src/forms/slider/index.js +26 -50
- package/dist/src/forms/slider/index.js.map +1 -1
- package/dist/src/forms/slider/types.d.ts +19 -7
- package/dist/src/forms/slider/types.d.ts.map +1 -1
- package/dist/src/forms/slider/types.js +13 -7
- package/dist/src/forms/slider/types.js.map +1 -1
- package/dist/src/forms/switch/index.d.ts +26 -23
- package/dist/src/forms/switch/index.d.ts.map +1 -1
- package/dist/src/forms/switch/index.js +33 -38
- package/dist/src/forms/switch/index.js.map +1 -1
- package/dist/src/forms/switch/types.d.ts +20 -15
- package/dist/src/forms/switch/types.d.ts.map +1 -1
- package/dist/src/forms/switch/types.js +3 -1
- package/dist/src/forms/switch/types.js.map +1 -1
- package/dist/src/forms/tags-input/index.d.ts +20 -50
- package/dist/src/forms/tags-input/index.d.ts.map +1 -1
- package/dist/src/forms/tags-input/index.js +24 -52
- package/dist/src/forms/tags-input/index.js.map +1 -1
- package/dist/src/forms/tags-input/types.d.ts +19 -1
- package/dist/src/forms/tags-input/types.d.ts.map +1 -1
- package/dist/src/forms/tags-input/types.js +10 -1
- package/dist/src/forms/tags-input/types.js.map +1 -1
- package/dist/src/forms/textarea/index.d.ts +20 -47
- package/dist/src/forms/textarea/index.d.ts.map +1 -1
- package/dist/src/forms/textarea/index.js +24 -49
- package/dist/src/forms/textarea/index.js.map +1 -1
- package/dist/src/forms/textarea/types.d.ts +25 -4
- package/dist/src/forms/textarea/types.d.ts.map +1 -1
- package/dist/src/forms/textarea/types.js +13 -4
- package/dist/src/forms/textarea/types.js.map +1 -1
- package/dist/src/index.d.ts +7 -3
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +9 -4
- package/dist/src/index.js.map +1 -1
- package/dist/src/internal.d.ts +0 -1
- package/dist/src/internal.d.ts.map +1 -1
- package/dist/src/internal.js +0 -1
- package/dist/src/internal.js.map +1 -1
- package/dist/src/layout/box/index.d.ts +1463 -71
- package/dist/src/layout/box/index.d.ts.map +1 -1
- package/dist/src/layout/box/index.js +48 -32
- package/dist/src/layout/box/index.js.map +1 -1
- package/dist/src/layout/box/types.d.ts +52 -2
- package/dist/src/layout/box/types.d.ts.map +1 -1
- package/dist/src/layout/box/types.js +15 -1
- package/dist/src/layout/box/types.js.map +1 -1
- package/dist/src/layout/flex/index.d.ts +8915 -0
- package/dist/src/layout/flex/index.d.ts.map +1 -0
- package/dist/src/layout/flex/index.js +291 -0
- package/dist/src/layout/flex/index.js.map +1 -0
- package/dist/src/layout/flex/types.d.ts +176 -0
- package/dist/src/layout/flex/types.d.ts.map +1 -0
- package/dist/src/layout/flex/types.js +56 -0
- package/dist/src/layout/flex/types.js.map +1 -0
- package/dist/src/layout/grid/index.d.ts +2907 -268
- package/dist/src/layout/grid/index.d.ts.map +1 -1
- package/dist/src/layout/grid/index.js +12 -37
- package/dist/src/layout/grid/index.js.map +1 -1
- package/dist/src/layout/grid/types.d.ts +11 -3
- package/dist/src/layout/grid/types.d.ts.map +1 -1
- package/dist/src/layout/grid/types.js +11 -3
- package/dist/src/layout/grid/types.js.map +1 -1
- package/dist/src/layout/index.d.ts +1 -0
- package/dist/src/layout/index.d.ts.map +1 -1
- package/dist/src/layout/index.js +1 -0
- package/dist/src/layout/index.js.map +1 -1
- package/dist/src/layout/separator/index.d.ts +7 -19
- package/dist/src/layout/separator/index.d.ts.map +1 -1
- package/dist/src/layout/separator/index.js +7 -19
- package/dist/src/layout/separator/index.js.map +1 -1
- package/dist/src/layout/splitter/index.d.ts +2948 -298
- package/dist/src/layout/splitter/index.d.ts.map +1 -1
- package/dist/src/layout/splitter/index.js +41 -74
- package/dist/src/layout/splitter/index.js.map +1 -1
- package/dist/src/layout/splitter/types.d.ts +31 -3
- package/dist/src/layout/splitter/types.d.ts.map +1 -1
- package/dist/src/layout/splitter/types.js +15 -1
- package/dist/src/layout/splitter/types.js.map +1 -1
- package/dist/src/layout/stack/index.d.ts +1469 -61
- package/dist/src/layout/stack/index.d.ts.map +1 -1
- package/dist/src/layout/stack/index.js +54 -22
- package/dist/src/layout/stack/index.js.map +1 -1
- package/dist/src/layout/stack/types.d.ts +52 -2
- package/dist/src/layout/stack/types.d.ts.map +1 -1
- package/dist/src/layout/stack/types.js +15 -1
- package/dist/src/layout/stack/types.js.map +1 -1
- package/dist/src/overlays/action-bar/index.d.ts +24 -43
- package/dist/src/overlays/action-bar/index.d.ts.map +1 -1
- package/dist/src/overlays/action-bar/index.js +19 -41
- package/dist/src/overlays/action-bar/index.js.map +1 -1
- package/dist/src/overlays/action-bar/types.d.ts +23 -2
- package/dist/src/overlays/action-bar/types.d.ts.map +1 -1
- package/dist/src/overlays/action-bar/types.js +8 -2
- package/dist/src/overlays/action-bar/types.js.map +1 -1
- package/dist/src/overlays/dialog/index.d.ts +2769 -118
- package/dist/src/overlays/dialog/index.d.ts.map +1 -1
- package/dist/src/overlays/dialog/index.js +17 -35
- package/dist/src/overlays/dialog/index.js.map +1 -1
- package/dist/src/overlays/dialog/types.d.ts +42 -1
- package/dist/src/overlays/dialog/types.d.ts.map +1 -1
- package/dist/src/overlays/dialog/types.js +13 -1
- package/dist/src/overlays/dialog/types.js.map +1 -1
- package/dist/src/overlays/drawer/index.d.ts +2763 -117
- package/dist/src/overlays/drawer/index.d.ts.map +1 -1
- package/dist/src/overlays/drawer/index.js +14 -34
- package/dist/src/overlays/drawer/index.js.map +1 -1
- package/dist/src/overlays/drawer/types.d.ts +25 -1
- package/dist/src/overlays/drawer/types.d.ts.map +1 -1
- package/dist/src/overlays/drawer/types.js +7 -1
- package/dist/src/overlays/drawer/types.js.map +1 -1
- package/dist/src/overlays/hover-card/index.d.ts +2763 -122
- package/dist/src/overlays/hover-card/index.d.ts.map +1 -1
- package/dist/src/overlays/hover-card/index.js +16 -39
- package/dist/src/overlays/hover-card/index.js.map +1 -1
- package/dist/src/overlays/hover-card/types.d.ts +17 -1
- package/dist/src/overlays/hover-card/types.d.ts.map +1 -1
- package/dist/src/overlays/hover-card/types.js +4 -1
- package/dist/src/overlays/hover-card/types.js.map +1 -1
- package/dist/src/overlays/menu/index.d.ts +1415 -86
- package/dist/src/overlays/menu/index.d.ts.map +1 -1
- package/dist/src/overlays/menu/index.js +39 -42
- package/dist/src/overlays/menu/index.js.map +1 -1
- package/dist/src/overlays/menu/types.d.ts +13 -1
- package/dist/src/overlays/menu/types.d.ts.map +1 -1
- package/dist/src/overlays/menu/types.js +7 -3
- package/dist/src/overlays/menu/types.js.map +1 -1
- package/dist/src/overlays/popover/index.d.ts +2760 -120
- package/dist/src/overlays/popover/index.d.ts.map +1 -1
- package/dist/src/overlays/popover/index.js +13 -37
- package/dist/src/overlays/popover/index.js.map +1 -1
- package/dist/src/overlays/popover/types.d.ts +22 -1
- package/dist/src/overlays/popover/types.d.ts.map +1 -1
- package/dist/src/overlays/popover/types.js +4 -1
- package/dist/src/overlays/popover/types.js.map +1 -1
- package/dist/src/overlays/toggle-tip/index.d.ts +1387 -72
- package/dist/src/overlays/toggle-tip/index.d.ts.map +1 -1
- package/dist/src/overlays/toggle-tip/index.js +11 -29
- package/dist/src/overlays/toggle-tip/index.js.map +1 -1
- package/dist/src/overlays/toggle-tip/types.d.ts +26 -13
- package/dist/src/overlays/toggle-tip/types.d.ts.map +1 -1
- package/dist/src/overlays/toggle-tip/types.js +4 -1
- package/dist/src/overlays/toggle-tip/types.js.map +1 -1
- package/dist/src/overlays/tooltip/index.d.ts +1384 -78
- package/dist/src/overlays/tooltip/index.d.ts.map +1 -1
- package/dist/src/overlays/tooltip/index.js +8 -34
- package/dist/src/overlays/tooltip/index.js.map +1 -1
- package/dist/src/overlays/tooltip/types.d.ts +12 -3
- package/dist/src/overlays/tooltip/types.d.ts.map +1 -1
- package/dist/src/overlays/tooltip/types.js +12 -3
- package/dist/src/overlays/tooltip/types.js.map +1 -1
- package/dist/src/platform/index.d.ts +217 -1
- package/dist/src/platform/index.d.ts.map +1 -1
- package/dist/src/platform/index.js +222 -1
- package/dist/src/platform/index.js.map +1 -1
- package/dist/src/platform/state.d.ts +170 -69
- package/dist/src/platform/state.d.ts.map +1 -1
- package/dist/src/platform/state.js +252 -67
- package/dist/src/platform/state.js.map +1 -1
- package/dist/src/platform/store.d.ts +172 -0
- package/dist/src/platform/store.d.ts.map +1 -0
- package/dist/src/platform/store.js +246 -0
- package/dist/src/platform/store.js.map +1 -0
- package/dist/src/reactive/index.d.ts +69 -0
- package/dist/src/reactive/index.d.ts.map +1 -0
- package/dist/src/reactive/index.js +93 -0
- package/dist/src/reactive/index.js.map +1 -0
- package/dist/src/typography/code-block/index.d.ts +2 -1
- package/dist/src/typography/code-block/index.d.ts.map +1 -1
- package/dist/src/typography/code-block/index.js +2 -1
- package/dist/src/typography/code-block/index.js.map +1 -1
- package/dist/src/typography/code-block/types.d.ts +4 -0
- package/dist/src/typography/code-block/types.d.ts.map +1 -1
- package/dist/src/typography/code-block/types.js +2 -0
- package/dist/src/typography/code-block/types.js.map +1 -1
- package/dist/src/typography/list/index.d.ts +2 -3
- package/dist/src/typography/list/index.d.ts.map +1 -1
- package/dist/src/typography/list/index.js +2 -3
- package/dist/src/typography/list/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/src/forms/fieldset/index.d.ts +0 -112
- package/dist/src/forms/fieldset/index.d.ts.map +0 -1
- package/dist/src/forms/fieldset/index.js +0 -131
- package/dist/src/forms/fieldset/index.js.map +0 -1
- package/dist/src/forms/fieldset/types.d.ts +0 -53
- package/dist/src/forms/fieldset/types.d.ts.map +0 -1
- package/dist/src/forms/fieldset/types.js +0 -22
- package/dist/src/forms/fieldset/types.js.map +0 -1
|
@@ -186,6 +186,7 @@ export declare const HoverCardType: StructType<{
|
|
|
186
186
|
highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
|
|
187
187
|
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
188
188
|
showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
|
|
189
|
+
wordWrap: OptionType<import("@elaraai/east").BooleanType>;
|
|
189
190
|
title: OptionType<import("@elaraai/east").StringType>;
|
|
190
191
|
}>;
|
|
191
192
|
Button: StructType<{
|
|
@@ -217,6 +218,7 @@ export declare const HoverCardType: StructType<{
|
|
|
217
218
|
}>>;
|
|
218
219
|
loading: OptionType<import("@elaraai/east").BooleanType>;
|
|
219
220
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
221
|
+
onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
220
222
|
}>>;
|
|
221
223
|
}>;
|
|
222
224
|
IconButton: StructType<{
|
|
@@ -249,6 +251,7 @@ export declare const HoverCardType: StructType<{
|
|
|
249
251
|
}>>;
|
|
250
252
|
loading: OptionType<import("@elaraai/east").BooleanType>;
|
|
251
253
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
254
|
+
onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
252
255
|
}>>;
|
|
253
256
|
}>;
|
|
254
257
|
Box: StructType<{
|
|
@@ -266,6 +269,28 @@ export declare const HoverCardType: StructType<{
|
|
|
266
269
|
}>>;
|
|
267
270
|
width: OptionType<import("@elaraai/east").StringType>;
|
|
268
271
|
height: OptionType<import("@elaraai/east").StringType>;
|
|
272
|
+
minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
273
|
+
minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
274
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
275
|
+
maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
276
|
+
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
277
|
+
visible: import("@elaraai/east").NullType;
|
|
278
|
+
hidden: import("@elaraai/east").NullType;
|
|
279
|
+
scroll: import("@elaraai/east").NullType;
|
|
280
|
+
auto: import("@elaraai/east").NullType;
|
|
281
|
+
}>>;
|
|
282
|
+
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
283
|
+
visible: import("@elaraai/east").NullType;
|
|
284
|
+
hidden: import("@elaraai/east").NullType;
|
|
285
|
+
scroll: import("@elaraai/east").NullType;
|
|
286
|
+
auto: import("@elaraai/east").NullType;
|
|
287
|
+
}>>;
|
|
288
|
+
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
289
|
+
visible: import("@elaraai/east").NullType;
|
|
290
|
+
hidden: import("@elaraai/east").NullType;
|
|
291
|
+
scroll: import("@elaraai/east").NullType;
|
|
292
|
+
auto: import("@elaraai/east").NullType;
|
|
293
|
+
}>>;
|
|
269
294
|
padding: OptionType<StructType<{
|
|
270
295
|
top: OptionType<import("@elaraai/east").StringType>;
|
|
271
296
|
right: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -305,6 +330,77 @@ export declare const HoverCardType: StructType<{
|
|
|
305
330
|
gap: OptionType<import("@elaraai/east").StringType>;
|
|
306
331
|
}>>;
|
|
307
332
|
}>;
|
|
333
|
+
Flex: StructType<{
|
|
334
|
+
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
335
|
+
style: OptionType<StructType<{
|
|
336
|
+
direction: OptionType<import("@elaraai/east").VariantType<{
|
|
337
|
+
row: import("@elaraai/east").NullType;
|
|
338
|
+
column: import("@elaraai/east").NullType;
|
|
339
|
+
"row-reverse": import("@elaraai/east").NullType;
|
|
340
|
+
"column-reverse": import("@elaraai/east").NullType;
|
|
341
|
+
}>>;
|
|
342
|
+
wrap: OptionType<import("@elaraai/east").VariantType<{
|
|
343
|
+
nowrap: import("@elaraai/east").NullType;
|
|
344
|
+
wrap: import("@elaraai/east").NullType;
|
|
345
|
+
"wrap-reverse": import("@elaraai/east").NullType;
|
|
346
|
+
}>>;
|
|
347
|
+
justifyContent: OptionType<import("@elaraai/east").VariantType<{
|
|
348
|
+
"flex-start": import("@elaraai/east").NullType;
|
|
349
|
+
"flex-end": import("@elaraai/east").NullType;
|
|
350
|
+
center: import("@elaraai/east").NullType;
|
|
351
|
+
"space-between": import("@elaraai/east").NullType;
|
|
352
|
+
"space-around": import("@elaraai/east").NullType;
|
|
353
|
+
"space-evenly": import("@elaraai/east").NullType;
|
|
354
|
+
}>>;
|
|
355
|
+
alignItems: OptionType<import("@elaraai/east").VariantType<{
|
|
356
|
+
"flex-start": import("@elaraai/east").NullType;
|
|
357
|
+
"flex-end": import("@elaraai/east").NullType;
|
|
358
|
+
center: import("@elaraai/east").NullType;
|
|
359
|
+
baseline: import("@elaraai/east").NullType;
|
|
360
|
+
stretch: import("@elaraai/east").NullType;
|
|
361
|
+
}>>;
|
|
362
|
+
gap: OptionType<import("@elaraai/east").StringType>;
|
|
363
|
+
width: OptionType<import("@elaraai/east").StringType>;
|
|
364
|
+
height: OptionType<import("@elaraai/east").StringType>;
|
|
365
|
+
minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
366
|
+
minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
367
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
368
|
+
maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
369
|
+
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
370
|
+
visible: import("@elaraai/east").NullType;
|
|
371
|
+
hidden: import("@elaraai/east").NullType;
|
|
372
|
+
scroll: import("@elaraai/east").NullType;
|
|
373
|
+
auto: import("@elaraai/east").NullType;
|
|
374
|
+
}>>;
|
|
375
|
+
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
376
|
+
visible: import("@elaraai/east").NullType;
|
|
377
|
+
hidden: import("@elaraai/east").NullType;
|
|
378
|
+
scroll: import("@elaraai/east").NullType;
|
|
379
|
+
auto: import("@elaraai/east").NullType;
|
|
380
|
+
}>>;
|
|
381
|
+
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
382
|
+
visible: import("@elaraai/east").NullType;
|
|
383
|
+
hidden: import("@elaraai/east").NullType;
|
|
384
|
+
scroll: import("@elaraai/east").NullType;
|
|
385
|
+
auto: import("@elaraai/east").NullType;
|
|
386
|
+
}>>;
|
|
387
|
+
padding: OptionType<StructType<{
|
|
388
|
+
top: OptionType<import("@elaraai/east").StringType>;
|
|
389
|
+
right: OptionType<import("@elaraai/east").StringType>;
|
|
390
|
+
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
391
|
+
left: OptionType<import("@elaraai/east").StringType>;
|
|
392
|
+
}>>;
|
|
393
|
+
margin: OptionType<StructType<{
|
|
394
|
+
top: OptionType<import("@elaraai/east").StringType>;
|
|
395
|
+
right: OptionType<import("@elaraai/east").StringType>;
|
|
396
|
+
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
397
|
+
left: OptionType<import("@elaraai/east").StringType>;
|
|
398
|
+
}>>;
|
|
399
|
+
background: OptionType<import("@elaraai/east").StringType>;
|
|
400
|
+
color: OptionType<import("@elaraai/east").StringType>;
|
|
401
|
+
borderRadius: OptionType<import("@elaraai/east").StringType>;
|
|
402
|
+
}>>;
|
|
403
|
+
}>;
|
|
308
404
|
Stack: StructType<{
|
|
309
405
|
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
310
406
|
style: OptionType<StructType<{
|
|
@@ -350,6 +446,28 @@ export declare const HoverCardType: StructType<{
|
|
|
350
446
|
background: OptionType<import("@elaraai/east").StringType>;
|
|
351
447
|
width: OptionType<import("@elaraai/east").StringType>;
|
|
352
448
|
height: OptionType<import("@elaraai/east").StringType>;
|
|
449
|
+
minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
450
|
+
minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
451
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
452
|
+
maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
453
|
+
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
454
|
+
visible: import("@elaraai/east").NullType;
|
|
455
|
+
hidden: import("@elaraai/east").NullType;
|
|
456
|
+
scroll: import("@elaraai/east").NullType;
|
|
457
|
+
auto: import("@elaraai/east").NullType;
|
|
458
|
+
}>>;
|
|
459
|
+
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
460
|
+
visible: import("@elaraai/east").NullType;
|
|
461
|
+
hidden: import("@elaraai/east").NullType;
|
|
462
|
+
scroll: import("@elaraai/east").NullType;
|
|
463
|
+
auto: import("@elaraai/east").NullType;
|
|
464
|
+
}>>;
|
|
465
|
+
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
466
|
+
visible: import("@elaraai/east").NullType;
|
|
467
|
+
hidden: import("@elaraai/east").NullType;
|
|
468
|
+
scroll: import("@elaraai/east").NullType;
|
|
469
|
+
auto: import("@elaraai/east").NullType;
|
|
470
|
+
}>>;
|
|
353
471
|
}>>;
|
|
354
472
|
}>;
|
|
355
473
|
Separator: StructType<{
|
|
@@ -444,6 +562,13 @@ export declare const HoverCardType: StructType<{
|
|
|
444
562
|
horizontal: import("@elaraai/east").NullType;
|
|
445
563
|
vertical: import("@elaraai/east").NullType;
|
|
446
564
|
}>>;
|
|
565
|
+
onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
566
|
+
size: ArrayType<import("@elaraai/east").FloatType>;
|
|
567
|
+
}>], import("@elaraai/east").NullType>>;
|
|
568
|
+
onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
569
|
+
onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
570
|
+
size: ArrayType<import("@elaraai/east").FloatType>;
|
|
571
|
+
}>], import("@elaraai/east").NullType>>;
|
|
447
572
|
}>>;
|
|
448
573
|
}>;
|
|
449
574
|
StringInput: StructType<{
|
|
@@ -463,6 +588,9 @@ export declare const HoverCardType: StructType<{
|
|
|
463
588
|
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
464
589
|
pattern: OptionType<import("@elaraai/east").StringType>;
|
|
465
590
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
591
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
592
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
593
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
466
594
|
}>;
|
|
467
595
|
IntegerInput: StructType<{
|
|
468
596
|
value: import("@elaraai/east").IntegerType;
|
|
@@ -481,6 +609,9 @@ export declare const HoverCardType: StructType<{
|
|
|
481
609
|
lg: import("@elaraai/east").NullType;
|
|
482
610
|
}>>;
|
|
483
611
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
612
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
|
|
613
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
614
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
484
615
|
}>;
|
|
485
616
|
FloatInput: StructType<{
|
|
486
617
|
value: import("@elaraai/east").FloatType;
|
|
@@ -500,13 +631,44 @@ export declare const HoverCardType: StructType<{
|
|
|
500
631
|
lg: import("@elaraai/east").NullType;
|
|
501
632
|
}>>;
|
|
502
633
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
634
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
635
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
636
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
503
637
|
}>;
|
|
504
638
|
DateTimeInput: StructType<{
|
|
505
639
|
value: import("@elaraai/east").DateTimeType;
|
|
506
640
|
min: OptionType<import("@elaraai/east").DateTimeType>;
|
|
507
641
|
max: OptionType<import("@elaraai/east").DateTimeType>;
|
|
508
|
-
|
|
509
|
-
|
|
642
|
+
precision: OptionType<import("@elaraai/east").VariantType<{
|
|
643
|
+
date: import("@elaraai/east").NullType;
|
|
644
|
+
time: import("@elaraai/east").NullType;
|
|
645
|
+
datetime: import("@elaraai/east").NullType;
|
|
646
|
+
}>>;
|
|
647
|
+
format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
648
|
+
literal: import("@elaraai/east").StringType;
|
|
649
|
+
year4: import("@elaraai/east").NullType;
|
|
650
|
+
year2: import("@elaraai/east").NullType;
|
|
651
|
+
month1: import("@elaraai/east").NullType;
|
|
652
|
+
month2: import("@elaraai/east").NullType;
|
|
653
|
+
monthNameShort: import("@elaraai/east").NullType;
|
|
654
|
+
monthNameFull: import("@elaraai/east").NullType;
|
|
655
|
+
day1: import("@elaraai/east").NullType;
|
|
656
|
+
day2: import("@elaraai/east").NullType;
|
|
657
|
+
weekdayNameMin: import("@elaraai/east").NullType;
|
|
658
|
+
weekdayNameShort: import("@elaraai/east").NullType;
|
|
659
|
+
weekdayNameFull: import("@elaraai/east").NullType;
|
|
660
|
+
hour24_1: import("@elaraai/east").NullType;
|
|
661
|
+
hour24_2: import("@elaraai/east").NullType;
|
|
662
|
+
hour12_1: import("@elaraai/east").NullType;
|
|
663
|
+
hour12_2: import("@elaraai/east").NullType;
|
|
664
|
+
minute1: import("@elaraai/east").NullType;
|
|
665
|
+
minute2: import("@elaraai/east").NullType;
|
|
666
|
+
second1: import("@elaraai/east").NullType;
|
|
667
|
+
second2: import("@elaraai/east").NullType;
|
|
668
|
+
millisecond3: import("@elaraai/east").NullType;
|
|
669
|
+
ampmUpper: import("@elaraai/east").NullType;
|
|
670
|
+
ampmLower: import("@elaraai/east").NullType;
|
|
671
|
+
}>>>;
|
|
510
672
|
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
511
673
|
outline: import("@elaraai/east").NullType;
|
|
512
674
|
subtle: import("@elaraai/east").NullType;
|
|
@@ -519,6 +681,9 @@ export declare const HoverCardType: StructType<{
|
|
|
519
681
|
lg: import("@elaraai/east").NullType;
|
|
520
682
|
}>>;
|
|
521
683
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
684
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
|
|
685
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
686
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
522
687
|
}>;
|
|
523
688
|
Checkbox: StructType<{
|
|
524
689
|
checked: import("@elaraai/east").BooleanType;
|
|
@@ -543,6 +708,7 @@ export declare const HoverCardType: StructType<{
|
|
|
543
708
|
md: import("@elaraai/east").NullType;
|
|
544
709
|
lg: import("@elaraai/east").NullType;
|
|
545
710
|
}>>;
|
|
711
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
546
712
|
}>;
|
|
547
713
|
Switch: StructType<{
|
|
548
714
|
checked: import("@elaraai/east").BooleanType;
|
|
@@ -566,6 +732,7 @@ export declare const HoverCardType: StructType<{
|
|
|
566
732
|
md: import("@elaraai/east").NullType;
|
|
567
733
|
lg: import("@elaraai/east").NullType;
|
|
568
734
|
}>>;
|
|
735
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
569
736
|
}>;
|
|
570
737
|
Select: StructType<{
|
|
571
738
|
value: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -583,6 +750,9 @@ export declare const HoverCardType: StructType<{
|
|
|
583
750
|
md: import("@elaraai/east").NullType;
|
|
584
751
|
lg: import("@elaraai/east").NullType;
|
|
585
752
|
}>>;
|
|
753
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
754
|
+
onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
755
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
586
756
|
}>;
|
|
587
757
|
Slider: StructType<{
|
|
588
758
|
value: import("@elaraai/east").FloatType;
|
|
@@ -616,6 +786,8 @@ export declare const HoverCardType: StructType<{
|
|
|
616
786
|
subtle: import("@elaraai/east").NullType;
|
|
617
787
|
}>>;
|
|
618
788
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
789
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
790
|
+
onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
619
791
|
}>;
|
|
620
792
|
FileUpload: StructType<{
|
|
621
793
|
accept: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -634,31 +806,358 @@ export declare const HoverCardType: StructType<{
|
|
|
634
806
|
label: OptionType<import("@elaraai/east").StringType>;
|
|
635
807
|
dropzoneText: OptionType<import("@elaraai/east").StringType>;
|
|
636
808
|
triggerText: OptionType<import("@elaraai/east").StringType>;
|
|
809
|
+
onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
810
|
+
name: import("@elaraai/east").StringType;
|
|
811
|
+
size: import("@elaraai/east").IntegerType;
|
|
812
|
+
type: import("@elaraai/east").StringType;
|
|
813
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
814
|
+
onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
815
|
+
file: StructType<{
|
|
816
|
+
name: import("@elaraai/east").StringType;
|
|
817
|
+
size: import("@elaraai/east").IntegerType;
|
|
818
|
+
type: import("@elaraai/east").StringType;
|
|
819
|
+
}>;
|
|
820
|
+
errors: ArrayType<import("@elaraai/east").StringType>;
|
|
821
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
637
822
|
}>;
|
|
638
823
|
Field: StructType<{
|
|
639
824
|
label: import("@elaraai/east").StringType;
|
|
640
|
-
control: import("@elaraai/east").
|
|
825
|
+
control: import("@elaraai/east").VariantType<{
|
|
826
|
+
Checkbox: StructType<{
|
|
827
|
+
checked: import("@elaraai/east").BooleanType;
|
|
828
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
829
|
+
indeterminate: OptionType<import("@elaraai/east").BooleanType>;
|
|
830
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
831
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
832
|
+
gray: import("@elaraai/east").NullType;
|
|
833
|
+
red: import("@elaraai/east").NullType;
|
|
834
|
+
orange: import("@elaraai/east").NullType;
|
|
835
|
+
yellow: import("@elaraai/east").NullType;
|
|
836
|
+
green: import("@elaraai/east").NullType;
|
|
837
|
+
teal: import("@elaraai/east").NullType;
|
|
838
|
+
blue: import("@elaraai/east").NullType;
|
|
839
|
+
cyan: import("@elaraai/east").NullType;
|
|
840
|
+
purple: import("@elaraai/east").NullType;
|
|
841
|
+
pink: import("@elaraai/east").NullType;
|
|
842
|
+
}>>;
|
|
843
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
844
|
+
xs: import("@elaraai/east").NullType;
|
|
845
|
+
sm: import("@elaraai/east").NullType;
|
|
846
|
+
md: import("@elaraai/east").NullType;
|
|
847
|
+
lg: import("@elaraai/east").NullType;
|
|
848
|
+
}>>;
|
|
849
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
850
|
+
}>;
|
|
851
|
+
StringInput: StructType<{
|
|
852
|
+
value: import("@elaraai/east").StringType;
|
|
853
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
854
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
855
|
+
outline: import("@elaraai/east").NullType;
|
|
856
|
+
subtle: import("@elaraai/east").NullType;
|
|
857
|
+
flushed: import("@elaraai/east").NullType;
|
|
858
|
+
}>>;
|
|
859
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
860
|
+
xs: import("@elaraai/east").NullType;
|
|
861
|
+
sm: import("@elaraai/east").NullType;
|
|
862
|
+
md: import("@elaraai/east").NullType;
|
|
863
|
+
lg: import("@elaraai/east").NullType;
|
|
864
|
+
}>>;
|
|
865
|
+
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
866
|
+
pattern: OptionType<import("@elaraai/east").StringType>;
|
|
867
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
868
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
869
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
870
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
871
|
+
}>;
|
|
872
|
+
IntegerInput: StructType<{
|
|
873
|
+
value: import("@elaraai/east").IntegerType;
|
|
874
|
+
min: OptionType<import("@elaraai/east").IntegerType>;
|
|
875
|
+
max: OptionType<import("@elaraai/east").IntegerType>;
|
|
876
|
+
step: OptionType<import("@elaraai/east").IntegerType>;
|
|
877
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
878
|
+
outline: import("@elaraai/east").NullType;
|
|
879
|
+
subtle: import("@elaraai/east").NullType;
|
|
880
|
+
flushed: import("@elaraai/east").NullType;
|
|
881
|
+
}>>;
|
|
882
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
883
|
+
xs: import("@elaraai/east").NullType;
|
|
884
|
+
sm: import("@elaraai/east").NullType;
|
|
885
|
+
md: import("@elaraai/east").NullType;
|
|
886
|
+
lg: import("@elaraai/east").NullType;
|
|
887
|
+
}>>;
|
|
888
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
889
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
|
|
890
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
891
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
892
|
+
}>;
|
|
893
|
+
FloatInput: StructType<{
|
|
894
|
+
value: import("@elaraai/east").FloatType;
|
|
895
|
+
min: OptionType<import("@elaraai/east").FloatType>;
|
|
896
|
+
max: OptionType<import("@elaraai/east").FloatType>;
|
|
897
|
+
step: OptionType<import("@elaraai/east").FloatType>;
|
|
898
|
+
precision: OptionType<import("@elaraai/east").IntegerType>;
|
|
899
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
900
|
+
outline: import("@elaraai/east").NullType;
|
|
901
|
+
subtle: import("@elaraai/east").NullType;
|
|
902
|
+
flushed: import("@elaraai/east").NullType;
|
|
903
|
+
}>>;
|
|
904
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
905
|
+
xs: import("@elaraai/east").NullType;
|
|
906
|
+
sm: import("@elaraai/east").NullType;
|
|
907
|
+
md: import("@elaraai/east").NullType;
|
|
908
|
+
lg: import("@elaraai/east").NullType;
|
|
909
|
+
}>>;
|
|
910
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
911
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
912
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
913
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
914
|
+
}>;
|
|
915
|
+
DateTimeInput: StructType<{
|
|
916
|
+
value: import("@elaraai/east").DateTimeType;
|
|
917
|
+
min: OptionType<import("@elaraai/east").DateTimeType>;
|
|
918
|
+
max: OptionType<import("@elaraai/east").DateTimeType>;
|
|
919
|
+
precision: OptionType<import("@elaraai/east").VariantType<{
|
|
920
|
+
date: import("@elaraai/east").NullType;
|
|
921
|
+
time: import("@elaraai/east").NullType;
|
|
922
|
+
datetime: import("@elaraai/east").NullType;
|
|
923
|
+
}>>;
|
|
924
|
+
format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
925
|
+
literal: import("@elaraai/east").StringType;
|
|
926
|
+
year4: import("@elaraai/east").NullType;
|
|
927
|
+
year2: import("@elaraai/east").NullType;
|
|
928
|
+
month1: import("@elaraai/east").NullType;
|
|
929
|
+
month2: import("@elaraai/east").NullType;
|
|
930
|
+
monthNameShort: import("@elaraai/east").NullType;
|
|
931
|
+
monthNameFull: import("@elaraai/east").NullType;
|
|
932
|
+
day1: import("@elaraai/east").NullType;
|
|
933
|
+
day2: import("@elaraai/east").NullType;
|
|
934
|
+
weekdayNameMin: import("@elaraai/east").NullType;
|
|
935
|
+
weekdayNameShort: import("@elaraai/east").NullType;
|
|
936
|
+
weekdayNameFull: import("@elaraai/east").NullType;
|
|
937
|
+
hour24_1: import("@elaraai/east").NullType;
|
|
938
|
+
hour24_2: import("@elaraai/east").NullType;
|
|
939
|
+
hour12_1: import("@elaraai/east").NullType;
|
|
940
|
+
hour12_2: import("@elaraai/east").NullType;
|
|
941
|
+
minute1: import("@elaraai/east").NullType;
|
|
942
|
+
minute2: import("@elaraai/east").NullType;
|
|
943
|
+
second1: import("@elaraai/east").NullType;
|
|
944
|
+
second2: import("@elaraai/east").NullType;
|
|
945
|
+
millisecond3: import("@elaraai/east").NullType;
|
|
946
|
+
ampmUpper: import("@elaraai/east").NullType;
|
|
947
|
+
ampmLower: import("@elaraai/east").NullType;
|
|
948
|
+
}>>>;
|
|
949
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
950
|
+
outline: import("@elaraai/east").NullType;
|
|
951
|
+
subtle: import("@elaraai/east").NullType;
|
|
952
|
+
flushed: import("@elaraai/east").NullType;
|
|
953
|
+
}>>;
|
|
954
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
955
|
+
xs: import("@elaraai/east").NullType;
|
|
956
|
+
sm: import("@elaraai/east").NullType;
|
|
957
|
+
md: import("@elaraai/east").NullType;
|
|
958
|
+
lg: import("@elaraai/east").NullType;
|
|
959
|
+
}>>;
|
|
960
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
961
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
|
|
962
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
963
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
964
|
+
}>;
|
|
965
|
+
FileUpload: StructType<{
|
|
966
|
+
accept: OptionType<import("@elaraai/east").StringType>;
|
|
967
|
+
maxFiles: OptionType<import("@elaraai/east").IntegerType>;
|
|
968
|
+
maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
|
|
969
|
+
minFileSize: OptionType<import("@elaraai/east").IntegerType>;
|
|
970
|
+
directory: OptionType<import("@elaraai/east").BooleanType>;
|
|
971
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
972
|
+
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
973
|
+
allowDrop: OptionType<import("@elaraai/east").BooleanType>;
|
|
974
|
+
capture: OptionType<import("@elaraai/east").VariantType<{
|
|
975
|
+
user: import("@elaraai/east").NullType;
|
|
976
|
+
environment: import("@elaraai/east").NullType;
|
|
977
|
+
}>>;
|
|
978
|
+
name: OptionType<import("@elaraai/east").StringType>;
|
|
979
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
980
|
+
dropzoneText: OptionType<import("@elaraai/east").StringType>;
|
|
981
|
+
triggerText: OptionType<import("@elaraai/east").StringType>;
|
|
982
|
+
onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
983
|
+
name: import("@elaraai/east").StringType;
|
|
984
|
+
size: import("@elaraai/east").IntegerType;
|
|
985
|
+
type: import("@elaraai/east").StringType;
|
|
986
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
987
|
+
onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
988
|
+
file: StructType<{
|
|
989
|
+
name: import("@elaraai/east").StringType;
|
|
990
|
+
size: import("@elaraai/east").IntegerType;
|
|
991
|
+
type: import("@elaraai/east").StringType;
|
|
992
|
+
}>;
|
|
993
|
+
errors: ArrayType<import("@elaraai/east").StringType>;
|
|
994
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
995
|
+
}>;
|
|
996
|
+
Select: StructType<{
|
|
997
|
+
value: OptionType<import("@elaraai/east").StringType>;
|
|
998
|
+
items: ArrayType<StructType<{
|
|
999
|
+
value: import("@elaraai/east").StringType;
|
|
1000
|
+
label: import("@elaraai/east").StringType;
|
|
1001
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
1002
|
+
}>>;
|
|
1003
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
1004
|
+
multiple: OptionType<import("@elaraai/east").BooleanType>;
|
|
1005
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
1006
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
1007
|
+
xs: import("@elaraai/east").NullType;
|
|
1008
|
+
sm: import("@elaraai/east").NullType;
|
|
1009
|
+
md: import("@elaraai/east").NullType;
|
|
1010
|
+
lg: import("@elaraai/east").NullType;
|
|
1011
|
+
}>>;
|
|
1012
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
1013
|
+
onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
1014
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
1015
|
+
}>;
|
|
1016
|
+
Slider: StructType<{
|
|
1017
|
+
value: import("@elaraai/east").FloatType;
|
|
1018
|
+
min: OptionType<import("@elaraai/east").FloatType>;
|
|
1019
|
+
max: OptionType<import("@elaraai/east").FloatType>;
|
|
1020
|
+
step: OptionType<import("@elaraai/east").FloatType>;
|
|
1021
|
+
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
1022
|
+
horizontal: import("@elaraai/east").NullType;
|
|
1023
|
+
vertical: import("@elaraai/east").NullType;
|
|
1024
|
+
}>>;
|
|
1025
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
1026
|
+
gray: import("@elaraai/east").NullType;
|
|
1027
|
+
red: import("@elaraai/east").NullType;
|
|
1028
|
+
orange: import("@elaraai/east").NullType;
|
|
1029
|
+
yellow: import("@elaraai/east").NullType;
|
|
1030
|
+
green: import("@elaraai/east").NullType;
|
|
1031
|
+
teal: import("@elaraai/east").NullType;
|
|
1032
|
+
blue: import("@elaraai/east").NullType;
|
|
1033
|
+
cyan: import("@elaraai/east").NullType;
|
|
1034
|
+
purple: import("@elaraai/east").NullType;
|
|
1035
|
+
pink: import("@elaraai/east").NullType;
|
|
1036
|
+
}>>;
|
|
1037
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
1038
|
+
xs: import("@elaraai/east").NullType;
|
|
1039
|
+
sm: import("@elaraai/east").NullType;
|
|
1040
|
+
md: import("@elaraai/east").NullType;
|
|
1041
|
+
lg: import("@elaraai/east").NullType;
|
|
1042
|
+
}>>;
|
|
1043
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
1044
|
+
outline: import("@elaraai/east").NullType;
|
|
1045
|
+
subtle: import("@elaraai/east").NullType;
|
|
1046
|
+
}>>;
|
|
1047
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
1048
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
1049
|
+
onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
1050
|
+
}>;
|
|
1051
|
+
Switch: StructType<{
|
|
1052
|
+
checked: import("@elaraai/east").BooleanType;
|
|
1053
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
1054
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
1055
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
1056
|
+
gray: import("@elaraai/east").NullType;
|
|
1057
|
+
red: import("@elaraai/east").NullType;
|
|
1058
|
+
orange: import("@elaraai/east").NullType;
|
|
1059
|
+
yellow: import("@elaraai/east").NullType;
|
|
1060
|
+
green: import("@elaraai/east").NullType;
|
|
1061
|
+
teal: import("@elaraai/east").NullType;
|
|
1062
|
+
blue: import("@elaraai/east").NullType;
|
|
1063
|
+
cyan: import("@elaraai/east").NullType;
|
|
1064
|
+
purple: import("@elaraai/east").NullType;
|
|
1065
|
+
pink: import("@elaraai/east").NullType;
|
|
1066
|
+
}>>;
|
|
1067
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
1068
|
+
xs: import("@elaraai/east").NullType;
|
|
1069
|
+
sm: import("@elaraai/east").NullType;
|
|
1070
|
+
md: import("@elaraai/east").NullType;
|
|
1071
|
+
lg: import("@elaraai/east").NullType;
|
|
1072
|
+
}>>;
|
|
1073
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
1074
|
+
}>;
|
|
1075
|
+
TagsInput: StructType<{
|
|
1076
|
+
value: ArrayType<import("@elaraai/east").StringType>;
|
|
1077
|
+
defaultValue: OptionType<ArrayType<import("@elaraai/east").StringType>>;
|
|
1078
|
+
max: OptionType<import("@elaraai/east").IntegerType>;
|
|
1079
|
+
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
1080
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
1081
|
+
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
1082
|
+
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
1083
|
+
editable: OptionType<import("@elaraai/east").BooleanType>;
|
|
1084
|
+
delimiter: OptionType<import("@elaraai/east").StringType>;
|
|
1085
|
+
addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
|
|
1086
|
+
blurBehavior: OptionType<import("@elaraai/east").VariantType<{
|
|
1087
|
+
clear: import("@elaraai/east").NullType;
|
|
1088
|
+
add: import("@elaraai/east").NullType;
|
|
1089
|
+
}>>;
|
|
1090
|
+
allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
|
|
1091
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
1092
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
1093
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
1094
|
+
xs: import("@elaraai/east").NullType;
|
|
1095
|
+
sm: import("@elaraai/east").NullType;
|
|
1096
|
+
md: import("@elaraai/east").NullType;
|
|
1097
|
+
lg: import("@elaraai/east").NullType;
|
|
1098
|
+
}>>;
|
|
1099
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
1100
|
+
outline: import("@elaraai/east").NullType;
|
|
1101
|
+
subtle: import("@elaraai/east").NullType;
|
|
1102
|
+
flushed: import("@elaraai/east").NullType;
|
|
1103
|
+
}>>;
|
|
1104
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
1105
|
+
gray: import("@elaraai/east").NullType;
|
|
1106
|
+
red: import("@elaraai/east").NullType;
|
|
1107
|
+
orange: import("@elaraai/east").NullType;
|
|
1108
|
+
yellow: import("@elaraai/east").NullType;
|
|
1109
|
+
green: import("@elaraai/east").NullType;
|
|
1110
|
+
teal: import("@elaraai/east").NullType;
|
|
1111
|
+
blue: import("@elaraai/east").NullType;
|
|
1112
|
+
cyan: import("@elaraai/east").NullType;
|
|
1113
|
+
purple: import("@elaraai/east").NullType;
|
|
1114
|
+
pink: import("@elaraai/east").NullType;
|
|
1115
|
+
}>>;
|
|
1116
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
1117
|
+
onInputChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
1118
|
+
onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
1119
|
+
}>;
|
|
1120
|
+
Textarea: StructType<{
|
|
1121
|
+
value: import("@elaraai/east").StringType;
|
|
1122
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
1123
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
1124
|
+
outline: import("@elaraai/east").NullType;
|
|
1125
|
+
subtle: import("@elaraai/east").NullType;
|
|
1126
|
+
flushed: import("@elaraai/east").NullType;
|
|
1127
|
+
}>>;
|
|
1128
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
1129
|
+
xs: import("@elaraai/east").NullType;
|
|
1130
|
+
sm: import("@elaraai/east").NullType;
|
|
1131
|
+
md: import("@elaraai/east").NullType;
|
|
1132
|
+
lg: import("@elaraai/east").NullType;
|
|
1133
|
+
}>>;
|
|
1134
|
+
resize: OptionType<import("@elaraai/east").VariantType<{
|
|
1135
|
+
none: import("@elaraai/east").NullType;
|
|
1136
|
+
vertical: import("@elaraai/east").NullType;
|
|
1137
|
+
horizontal: import("@elaraai/east").NullType;
|
|
1138
|
+
both: import("@elaraai/east").NullType;
|
|
1139
|
+
}>>;
|
|
1140
|
+
rows: OptionType<import("@elaraai/east").IntegerType>;
|
|
1141
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
1142
|
+
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
1143
|
+
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
1144
|
+
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
1145
|
+
autoresize: OptionType<import("@elaraai/east").BooleanType>;
|
|
1146
|
+
onValidate: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
1147
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
1148
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
1149
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
1150
|
+
}>;
|
|
1151
|
+
}>;
|
|
641
1152
|
helperText: OptionType<import("@elaraai/east").StringType>;
|
|
642
1153
|
errorText: OptionType<import("@elaraai/east").StringType>;
|
|
643
1154
|
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
644
1155
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
645
1156
|
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
646
1157
|
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
helperText: OptionType<import("@elaraai/east").StringType>;
|
|
651
|
-
errorText: OptionType<import("@elaraai/east").StringType>;
|
|
652
|
-
content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
653
|
-
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
654
|
-
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
655
|
-
style: OptionType<StructType<{
|
|
656
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
657
|
-
xs: import("@elaraai/east").NullType;
|
|
658
|
-
sm: import("@elaraai/east").NullType;
|
|
659
|
-
md: import("@elaraai/east").NullType;
|
|
660
|
-
lg: import("@elaraai/east").NullType;
|
|
661
|
-
}>>;
|
|
1158
|
+
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
1159
|
+
vertical: import("@elaraai/east").NullType;
|
|
1160
|
+
horizontal: import("@elaraai/east").NullType;
|
|
662
1161
|
}>>;
|
|
663
1162
|
}>;
|
|
664
1163
|
Textarea: StructType<{
|
|
@@ -684,10 +1183,13 @@ export declare const HoverCardType: StructType<{
|
|
|
684
1183
|
rows: OptionType<import("@elaraai/east").IntegerType>;
|
|
685
1184
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
686
1185
|
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
687
|
-
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
688
1186
|
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
689
1187
|
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
690
1188
|
autoresize: OptionType<import("@elaraai/east").BooleanType>;
|
|
1189
|
+
onValidate: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
1190
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
1191
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
1192
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
691
1193
|
}>;
|
|
692
1194
|
TagsInput: StructType<{
|
|
693
1195
|
value: ArrayType<import("@elaraai/east").StringType>;
|
|
@@ -730,6 +1232,9 @@ export declare const HoverCardType: StructType<{
|
|
|
730
1232
|
purple: import("@elaraai/east").NullType;
|
|
731
1233
|
pink: import("@elaraai/east").NullType;
|
|
732
1234
|
}>>;
|
|
1235
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
1236
|
+
onInputChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
1237
|
+
onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
733
1238
|
}>;
|
|
734
1239
|
Progress: StructType<{
|
|
735
1240
|
value: import("@elaraai/east").FloatType;
|
|
@@ -829,6 +1334,7 @@ export declare const HoverCardType: StructType<{
|
|
|
829
1334
|
xl: import("@elaraai/east").NullType;
|
|
830
1335
|
}>>;
|
|
831
1336
|
closable: OptionType<import("@elaraai/east").BooleanType>;
|
|
1337
|
+
onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
832
1338
|
}>;
|
|
833
1339
|
Avatar: StructType<{
|
|
834
1340
|
src: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -3169,6 +3675,9 @@ export declare const HoverCardType: StructType<{
|
|
|
3169
3675
|
multiple: import("@elaraai/east").NullType;
|
|
3170
3676
|
}>>;
|
|
3171
3677
|
animateContent: OptionType<import("@elaraai/east").BooleanType>;
|
|
3678
|
+
onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
3679
|
+
onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
3680
|
+
onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
3172
3681
|
}>>;
|
|
3173
3682
|
}>;
|
|
3174
3683
|
Table: StructType<{
|
|
@@ -3219,6 +3728,47 @@ export declare const HoverCardType: StructType<{
|
|
|
3219
3728
|
purple: import("@elaraai/east").NullType;
|
|
3220
3729
|
pink: import("@elaraai/east").NullType;
|
|
3221
3730
|
}>>;
|
|
3731
|
+
onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3732
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3733
|
+
columnKey: import("@elaraai/east").StringType;
|
|
3734
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
3735
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
3736
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
3737
|
+
Float: import("@elaraai/east").FloatType;
|
|
3738
|
+
String: import("@elaraai/east").StringType;
|
|
3739
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
3740
|
+
}>;
|
|
3741
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3742
|
+
onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3743
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3744
|
+
columnKey: import("@elaraai/east").StringType;
|
|
3745
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
3746
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
3747
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
3748
|
+
Float: import("@elaraai/east").FloatType;
|
|
3749
|
+
String: import("@elaraai/east").StringType;
|
|
3750
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
3751
|
+
}>;
|
|
3752
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3753
|
+
onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3754
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3755
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3756
|
+
onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3757
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3758
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3759
|
+
onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3760
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3761
|
+
selected: import("@elaraai/east").BooleanType;
|
|
3762
|
+
selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
|
|
3763
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3764
|
+
onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3765
|
+
columnKey: import("@elaraai/east").StringType;
|
|
3766
|
+
sortIndex: import("@elaraai/east").IntegerType;
|
|
3767
|
+
sortDirection: import("@elaraai/east").VariantType<{
|
|
3768
|
+
asc: import("@elaraai/east").NullType;
|
|
3769
|
+
desc: import("@elaraai/east").NullType;
|
|
3770
|
+
}>;
|
|
3771
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3222
3772
|
}>>;
|
|
3223
3773
|
}>;
|
|
3224
3774
|
Gantt: StructType<{
|
|
@@ -3308,6 +3858,104 @@ export declare const HoverCardType: StructType<{
|
|
|
3308
3858
|
pink: import("@elaraai/east").NullType;
|
|
3309
3859
|
}>>;
|
|
3310
3860
|
showToday: OptionType<import("@elaraai/east").BooleanType>;
|
|
3861
|
+
dragStep: OptionType<import("@elaraai/east").VariantType<{
|
|
3862
|
+
minutes: import("@elaraai/east").FloatType;
|
|
3863
|
+
hours: import("@elaraai/east").FloatType;
|
|
3864
|
+
days: import("@elaraai/east").FloatType;
|
|
3865
|
+
weeks: import("@elaraai/east").FloatType;
|
|
3866
|
+
months: import("@elaraai/east").FloatType;
|
|
3867
|
+
}>>;
|
|
3868
|
+
durationStep: OptionType<import("@elaraai/east").VariantType<{
|
|
3869
|
+
minutes: import("@elaraai/east").FloatType;
|
|
3870
|
+
hours: import("@elaraai/east").FloatType;
|
|
3871
|
+
days: import("@elaraai/east").FloatType;
|
|
3872
|
+
weeks: import("@elaraai/east").FloatType;
|
|
3873
|
+
months: import("@elaraai/east").FloatType;
|
|
3874
|
+
}>>;
|
|
3875
|
+
onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3876
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3877
|
+
columnKey: import("@elaraai/east").StringType;
|
|
3878
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
3879
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
3880
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
3881
|
+
Float: import("@elaraai/east").FloatType;
|
|
3882
|
+
String: import("@elaraai/east").StringType;
|
|
3883
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
3884
|
+
}>;
|
|
3885
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3886
|
+
onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3887
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3888
|
+
columnKey: import("@elaraai/east").StringType;
|
|
3889
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
3890
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
3891
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
3892
|
+
Float: import("@elaraai/east").FloatType;
|
|
3893
|
+
String: import("@elaraai/east").StringType;
|
|
3894
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
3895
|
+
}>;
|
|
3896
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3897
|
+
onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3898
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3899
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3900
|
+
onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3901
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3902
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3903
|
+
onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3904
|
+
columnKey: import("@elaraai/east").StringType;
|
|
3905
|
+
sortIndex: import("@elaraai/east").IntegerType;
|
|
3906
|
+
sortDirection: import("@elaraai/east").VariantType<{
|
|
3907
|
+
asc: import("@elaraai/east").NullType;
|
|
3908
|
+
desc: import("@elaraai/east").NullType;
|
|
3909
|
+
}>;
|
|
3910
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3911
|
+
onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3912
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3913
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
3914
|
+
taskStart: import("@elaraai/east").DateTimeType;
|
|
3915
|
+
taskEnd: import("@elaraai/east").DateTimeType;
|
|
3916
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3917
|
+
onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3918
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3919
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
3920
|
+
taskStart: import("@elaraai/east").DateTimeType;
|
|
3921
|
+
taskEnd: import("@elaraai/east").DateTimeType;
|
|
3922
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3923
|
+
onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3924
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3925
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
3926
|
+
previousStart: import("@elaraai/east").DateTimeType;
|
|
3927
|
+
previousEnd: import("@elaraai/east").DateTimeType;
|
|
3928
|
+
newStart: import("@elaraai/east").DateTimeType;
|
|
3929
|
+
newEnd: import("@elaraai/east").DateTimeType;
|
|
3930
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3931
|
+
onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3932
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3933
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
3934
|
+
previousEnd: import("@elaraai/east").DateTimeType;
|
|
3935
|
+
newEnd: import("@elaraai/east").DateTimeType;
|
|
3936
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3937
|
+
onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3938
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3939
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
3940
|
+
previousProgress: import("@elaraai/east").FloatType;
|
|
3941
|
+
newProgress: import("@elaraai/east").FloatType;
|
|
3942
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3943
|
+
onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3944
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3945
|
+
milestoneIndex: import("@elaraai/east").IntegerType;
|
|
3946
|
+
milestoneDate: import("@elaraai/east").DateTimeType;
|
|
3947
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3948
|
+
onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3949
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3950
|
+
milestoneIndex: import("@elaraai/east").IntegerType;
|
|
3951
|
+
milestoneDate: import("@elaraai/east").DateTimeType;
|
|
3952
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3953
|
+
onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
3954
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
3955
|
+
milestoneIndex: import("@elaraai/east").IntegerType;
|
|
3956
|
+
previousDate: import("@elaraai/east").DateTimeType;
|
|
3957
|
+
newDate: import("@elaraai/east").DateTimeType;
|
|
3958
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3311
3959
|
}>>;
|
|
3312
3960
|
}>;
|
|
3313
3961
|
Accordion: StructType<{
|
|
@@ -3325,6 +3973,7 @@ export declare const HoverCardType: StructType<{
|
|
|
3325
3973
|
plain: import("@elaraai/east").NullType;
|
|
3326
3974
|
subtle: import("@elaraai/east").NullType;
|
|
3327
3975
|
}>>;
|
|
3976
|
+
onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
3328
3977
|
}>>;
|
|
3329
3978
|
}>;
|
|
3330
3979
|
Carousel: StructType<{
|
|
@@ -3345,6 +3994,7 @@ export declare const HoverCardType: StructType<{
|
|
|
3345
3994
|
}>>;
|
|
3346
3995
|
spacing: OptionType<import("@elaraai/east").StringType>;
|
|
3347
3996
|
padding: OptionType<import("@elaraai/east").StringType>;
|
|
3997
|
+
onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
|
|
3348
3998
|
}>>;
|
|
3349
3999
|
}>;
|
|
3350
4000
|
Tabs: StructType<{
|
|
@@ -3397,6 +4047,7 @@ export declare const HoverCardType: StructType<{
|
|
|
3397
4047
|
purple: import("@elaraai/east").NullType;
|
|
3398
4048
|
pink: import("@elaraai/east").NullType;
|
|
3399
4049
|
}>>;
|
|
4050
|
+
onValueChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
3400
4051
|
}>>;
|
|
3401
4052
|
}>;
|
|
3402
4053
|
Tooltip: StructType<{
|
|
@@ -3479,6 +4130,10 @@ export declare const HoverCardType: StructType<{
|
|
|
3479
4130
|
dialog: import("@elaraai/east").NullType;
|
|
3480
4131
|
alertdialog: import("@elaraai/east").NullType;
|
|
3481
4132
|
}>>;
|
|
4133
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
4134
|
+
onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4135
|
+
onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4136
|
+
onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
3482
4137
|
}>>;
|
|
3483
4138
|
}>;
|
|
3484
4139
|
Drawer: StructType<{
|
|
@@ -3502,6 +4157,8 @@ export declare const HoverCardType: StructType<{
|
|
|
3502
4157
|
bottom: import("@elaraai/east").NullType;
|
|
3503
4158
|
}>>;
|
|
3504
4159
|
contained: OptionType<import("@elaraai/east").BooleanType>;
|
|
4160
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
4161
|
+
onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
3505
4162
|
}>>;
|
|
3506
4163
|
}>;
|
|
3507
4164
|
Popover: StructType<{
|
|
@@ -3532,6 +4189,7 @@ export declare const HoverCardType: StructType<{
|
|
|
3532
4189
|
}>>;
|
|
3533
4190
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
3534
4191
|
gutter: OptionType<import("@elaraai/east").IntegerType>;
|
|
4192
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
3535
4193
|
}>>;
|
|
3536
4194
|
}>;
|
|
3537
4195
|
HoverCard: StructType<{
|
|
@@ -3561,6 +4219,7 @@ export declare const HoverCardType: StructType<{
|
|
|
3561
4219
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
3562
4220
|
openDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
3563
4221
|
closeDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
4222
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
3564
4223
|
}>>;
|
|
3565
4224
|
}>;
|
|
3566
4225
|
ActionBar: StructType<{
|
|
@@ -3574,7 +4233,10 @@ export declare const HoverCardType: StructType<{
|
|
|
3574
4233
|
}>>;
|
|
3575
4234
|
selectionCount: OptionType<import("@elaraai/east").IntegerType>;
|
|
3576
4235
|
selectionLabel: OptionType<import("@elaraai/east").StringType>;
|
|
3577
|
-
style: OptionType<StructType<{
|
|
4236
|
+
style: OptionType<StructType<{
|
|
4237
|
+
onSelect: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
4238
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
4239
|
+
}>>;
|
|
3578
4240
|
}>;
|
|
3579
4241
|
ToggleTip: StructType<{
|
|
3580
4242
|
trigger: import("@elaraai/east").RecursiveTypeMarker;
|
|
@@ -3595,8 +4257,12 @@ export declare const HoverCardType: StructType<{
|
|
|
3595
4257
|
"right-end": import("@elaraai/east").NullType;
|
|
3596
4258
|
}>>;
|
|
3597
4259
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
4260
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
3598
4261
|
}>>;
|
|
3599
4262
|
}>;
|
|
4263
|
+
ReactiveComponent: StructType<{
|
|
4264
|
+
render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
|
|
4265
|
+
}>;
|
|
3600
4266
|
}>>;
|
|
3601
4267
|
body: ArrayType<import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
3602
4268
|
Text: StructType<{
|
|
@@ -3765,6 +4431,7 @@ export declare const HoverCardType: StructType<{
|
|
|
3765
4431
|
highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
|
|
3766
4432
|
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
3767
4433
|
showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
|
|
4434
|
+
wordWrap: OptionType<import("@elaraai/east").BooleanType>;
|
|
3768
4435
|
title: OptionType<import("@elaraai/east").StringType>;
|
|
3769
4436
|
}>;
|
|
3770
4437
|
Button: StructType<{
|
|
@@ -3796,6 +4463,7 @@ export declare const HoverCardType: StructType<{
|
|
|
3796
4463
|
}>>;
|
|
3797
4464
|
loading: OptionType<import("@elaraai/east").BooleanType>;
|
|
3798
4465
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
4466
|
+
onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
3799
4467
|
}>>;
|
|
3800
4468
|
}>;
|
|
3801
4469
|
IconButton: StructType<{
|
|
@@ -3828,6 +4496,7 @@ export declare const HoverCardType: StructType<{
|
|
|
3828
4496
|
}>>;
|
|
3829
4497
|
loading: OptionType<import("@elaraai/east").BooleanType>;
|
|
3830
4498
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
4499
|
+
onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
3831
4500
|
}>>;
|
|
3832
4501
|
}>;
|
|
3833
4502
|
Box: StructType<{
|
|
@@ -3845,6 +4514,28 @@ export declare const HoverCardType: StructType<{
|
|
|
3845
4514
|
}>>;
|
|
3846
4515
|
width: OptionType<import("@elaraai/east").StringType>;
|
|
3847
4516
|
height: OptionType<import("@elaraai/east").StringType>;
|
|
4517
|
+
minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
4518
|
+
minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
4519
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
4520
|
+
maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
4521
|
+
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
4522
|
+
visible: import("@elaraai/east").NullType;
|
|
4523
|
+
hidden: import("@elaraai/east").NullType;
|
|
4524
|
+
scroll: import("@elaraai/east").NullType;
|
|
4525
|
+
auto: import("@elaraai/east").NullType;
|
|
4526
|
+
}>>;
|
|
4527
|
+
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
4528
|
+
visible: import("@elaraai/east").NullType;
|
|
4529
|
+
hidden: import("@elaraai/east").NullType;
|
|
4530
|
+
scroll: import("@elaraai/east").NullType;
|
|
4531
|
+
auto: import("@elaraai/east").NullType;
|
|
4532
|
+
}>>;
|
|
4533
|
+
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
4534
|
+
visible: import("@elaraai/east").NullType;
|
|
4535
|
+
hidden: import("@elaraai/east").NullType;
|
|
4536
|
+
scroll: import("@elaraai/east").NullType;
|
|
4537
|
+
auto: import("@elaraai/east").NullType;
|
|
4538
|
+
}>>;
|
|
3848
4539
|
padding: OptionType<StructType<{
|
|
3849
4540
|
top: OptionType<import("@elaraai/east").StringType>;
|
|
3850
4541
|
right: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -3884,6 +4575,77 @@ export declare const HoverCardType: StructType<{
|
|
|
3884
4575
|
gap: OptionType<import("@elaraai/east").StringType>;
|
|
3885
4576
|
}>>;
|
|
3886
4577
|
}>;
|
|
4578
|
+
Flex: StructType<{
|
|
4579
|
+
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
4580
|
+
style: OptionType<StructType<{
|
|
4581
|
+
direction: OptionType<import("@elaraai/east").VariantType<{
|
|
4582
|
+
row: import("@elaraai/east").NullType;
|
|
4583
|
+
column: import("@elaraai/east").NullType;
|
|
4584
|
+
"row-reverse": import("@elaraai/east").NullType;
|
|
4585
|
+
"column-reverse": import("@elaraai/east").NullType;
|
|
4586
|
+
}>>;
|
|
4587
|
+
wrap: OptionType<import("@elaraai/east").VariantType<{
|
|
4588
|
+
nowrap: import("@elaraai/east").NullType;
|
|
4589
|
+
wrap: import("@elaraai/east").NullType;
|
|
4590
|
+
"wrap-reverse": import("@elaraai/east").NullType;
|
|
4591
|
+
}>>;
|
|
4592
|
+
justifyContent: OptionType<import("@elaraai/east").VariantType<{
|
|
4593
|
+
"flex-start": import("@elaraai/east").NullType;
|
|
4594
|
+
"flex-end": import("@elaraai/east").NullType;
|
|
4595
|
+
center: import("@elaraai/east").NullType;
|
|
4596
|
+
"space-between": import("@elaraai/east").NullType;
|
|
4597
|
+
"space-around": import("@elaraai/east").NullType;
|
|
4598
|
+
"space-evenly": import("@elaraai/east").NullType;
|
|
4599
|
+
}>>;
|
|
4600
|
+
alignItems: OptionType<import("@elaraai/east").VariantType<{
|
|
4601
|
+
"flex-start": import("@elaraai/east").NullType;
|
|
4602
|
+
"flex-end": import("@elaraai/east").NullType;
|
|
4603
|
+
center: import("@elaraai/east").NullType;
|
|
4604
|
+
baseline: import("@elaraai/east").NullType;
|
|
4605
|
+
stretch: import("@elaraai/east").NullType;
|
|
4606
|
+
}>>;
|
|
4607
|
+
gap: OptionType<import("@elaraai/east").StringType>;
|
|
4608
|
+
width: OptionType<import("@elaraai/east").StringType>;
|
|
4609
|
+
height: OptionType<import("@elaraai/east").StringType>;
|
|
4610
|
+
minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
4611
|
+
minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
4612
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
4613
|
+
maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
4614
|
+
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
4615
|
+
visible: import("@elaraai/east").NullType;
|
|
4616
|
+
hidden: import("@elaraai/east").NullType;
|
|
4617
|
+
scroll: import("@elaraai/east").NullType;
|
|
4618
|
+
auto: import("@elaraai/east").NullType;
|
|
4619
|
+
}>>;
|
|
4620
|
+
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
4621
|
+
visible: import("@elaraai/east").NullType;
|
|
4622
|
+
hidden: import("@elaraai/east").NullType;
|
|
4623
|
+
scroll: import("@elaraai/east").NullType;
|
|
4624
|
+
auto: import("@elaraai/east").NullType;
|
|
4625
|
+
}>>;
|
|
4626
|
+
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
4627
|
+
visible: import("@elaraai/east").NullType;
|
|
4628
|
+
hidden: import("@elaraai/east").NullType;
|
|
4629
|
+
scroll: import("@elaraai/east").NullType;
|
|
4630
|
+
auto: import("@elaraai/east").NullType;
|
|
4631
|
+
}>>;
|
|
4632
|
+
padding: OptionType<StructType<{
|
|
4633
|
+
top: OptionType<import("@elaraai/east").StringType>;
|
|
4634
|
+
right: OptionType<import("@elaraai/east").StringType>;
|
|
4635
|
+
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
4636
|
+
left: OptionType<import("@elaraai/east").StringType>;
|
|
4637
|
+
}>>;
|
|
4638
|
+
margin: OptionType<StructType<{
|
|
4639
|
+
top: OptionType<import("@elaraai/east").StringType>;
|
|
4640
|
+
right: OptionType<import("@elaraai/east").StringType>;
|
|
4641
|
+
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
4642
|
+
left: OptionType<import("@elaraai/east").StringType>;
|
|
4643
|
+
}>>;
|
|
4644
|
+
background: OptionType<import("@elaraai/east").StringType>;
|
|
4645
|
+
color: OptionType<import("@elaraai/east").StringType>;
|
|
4646
|
+
borderRadius: OptionType<import("@elaraai/east").StringType>;
|
|
4647
|
+
}>>;
|
|
4648
|
+
}>;
|
|
3887
4649
|
Stack: StructType<{
|
|
3888
4650
|
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
3889
4651
|
style: OptionType<StructType<{
|
|
@@ -3929,6 +4691,28 @@ export declare const HoverCardType: StructType<{
|
|
|
3929
4691
|
background: OptionType<import("@elaraai/east").StringType>;
|
|
3930
4692
|
width: OptionType<import("@elaraai/east").StringType>;
|
|
3931
4693
|
height: OptionType<import("@elaraai/east").StringType>;
|
|
4694
|
+
minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
4695
|
+
minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
4696
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
4697
|
+
maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
4698
|
+
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
4699
|
+
visible: import("@elaraai/east").NullType;
|
|
4700
|
+
hidden: import("@elaraai/east").NullType;
|
|
4701
|
+
scroll: import("@elaraai/east").NullType;
|
|
4702
|
+
auto: import("@elaraai/east").NullType;
|
|
4703
|
+
}>>;
|
|
4704
|
+
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
4705
|
+
visible: import("@elaraai/east").NullType;
|
|
4706
|
+
hidden: import("@elaraai/east").NullType;
|
|
4707
|
+
scroll: import("@elaraai/east").NullType;
|
|
4708
|
+
auto: import("@elaraai/east").NullType;
|
|
4709
|
+
}>>;
|
|
4710
|
+
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
4711
|
+
visible: import("@elaraai/east").NullType;
|
|
4712
|
+
hidden: import("@elaraai/east").NullType;
|
|
4713
|
+
scroll: import("@elaraai/east").NullType;
|
|
4714
|
+
auto: import("@elaraai/east").NullType;
|
|
4715
|
+
}>>;
|
|
3932
4716
|
}>>;
|
|
3933
4717
|
}>;
|
|
3934
4718
|
Separator: StructType<{
|
|
@@ -4023,6 +4807,13 @@ export declare const HoverCardType: StructType<{
|
|
|
4023
4807
|
horizontal: import("@elaraai/east").NullType;
|
|
4024
4808
|
vertical: import("@elaraai/east").NullType;
|
|
4025
4809
|
}>>;
|
|
4810
|
+
onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
4811
|
+
size: ArrayType<import("@elaraai/east").FloatType>;
|
|
4812
|
+
}>], import("@elaraai/east").NullType>>;
|
|
4813
|
+
onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4814
|
+
onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
4815
|
+
size: ArrayType<import("@elaraai/east").FloatType>;
|
|
4816
|
+
}>], import("@elaraai/east").NullType>>;
|
|
4026
4817
|
}>>;
|
|
4027
4818
|
}>;
|
|
4028
4819
|
StringInput: StructType<{
|
|
@@ -4042,6 +4833,9 @@ export declare const HoverCardType: StructType<{
|
|
|
4042
4833
|
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
4043
4834
|
pattern: OptionType<import("@elaraai/east").StringType>;
|
|
4044
4835
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
4836
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
4837
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4838
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4045
4839
|
}>;
|
|
4046
4840
|
IntegerInput: StructType<{
|
|
4047
4841
|
value: import("@elaraai/east").IntegerType;
|
|
@@ -4060,6 +4854,9 @@ export declare const HoverCardType: StructType<{
|
|
|
4060
4854
|
lg: import("@elaraai/east").NullType;
|
|
4061
4855
|
}>>;
|
|
4062
4856
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
4857
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
|
|
4858
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4859
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4063
4860
|
}>;
|
|
4064
4861
|
FloatInput: StructType<{
|
|
4065
4862
|
value: import("@elaraai/east").FloatType;
|
|
@@ -4079,13 +4876,44 @@ export declare const HoverCardType: StructType<{
|
|
|
4079
4876
|
lg: import("@elaraai/east").NullType;
|
|
4080
4877
|
}>>;
|
|
4081
4878
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
4879
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
4880
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4881
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4082
4882
|
}>;
|
|
4083
4883
|
DateTimeInput: StructType<{
|
|
4084
4884
|
value: import("@elaraai/east").DateTimeType;
|
|
4085
4885
|
min: OptionType<import("@elaraai/east").DateTimeType>;
|
|
4086
4886
|
max: OptionType<import("@elaraai/east").DateTimeType>;
|
|
4087
|
-
|
|
4088
|
-
|
|
4887
|
+
precision: OptionType<import("@elaraai/east").VariantType<{
|
|
4888
|
+
date: import("@elaraai/east").NullType;
|
|
4889
|
+
time: import("@elaraai/east").NullType;
|
|
4890
|
+
datetime: import("@elaraai/east").NullType;
|
|
4891
|
+
}>>;
|
|
4892
|
+
format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
4893
|
+
literal: import("@elaraai/east").StringType;
|
|
4894
|
+
year4: import("@elaraai/east").NullType;
|
|
4895
|
+
year2: import("@elaraai/east").NullType;
|
|
4896
|
+
month1: import("@elaraai/east").NullType;
|
|
4897
|
+
month2: import("@elaraai/east").NullType;
|
|
4898
|
+
monthNameShort: import("@elaraai/east").NullType;
|
|
4899
|
+
monthNameFull: import("@elaraai/east").NullType;
|
|
4900
|
+
day1: import("@elaraai/east").NullType;
|
|
4901
|
+
day2: import("@elaraai/east").NullType;
|
|
4902
|
+
weekdayNameMin: import("@elaraai/east").NullType;
|
|
4903
|
+
weekdayNameShort: import("@elaraai/east").NullType;
|
|
4904
|
+
weekdayNameFull: import("@elaraai/east").NullType;
|
|
4905
|
+
hour24_1: import("@elaraai/east").NullType;
|
|
4906
|
+
hour24_2: import("@elaraai/east").NullType;
|
|
4907
|
+
hour12_1: import("@elaraai/east").NullType;
|
|
4908
|
+
hour12_2: import("@elaraai/east").NullType;
|
|
4909
|
+
minute1: import("@elaraai/east").NullType;
|
|
4910
|
+
minute2: import("@elaraai/east").NullType;
|
|
4911
|
+
second1: import("@elaraai/east").NullType;
|
|
4912
|
+
second2: import("@elaraai/east").NullType;
|
|
4913
|
+
millisecond3: import("@elaraai/east").NullType;
|
|
4914
|
+
ampmUpper: import("@elaraai/east").NullType;
|
|
4915
|
+
ampmLower: import("@elaraai/east").NullType;
|
|
4916
|
+
}>>>;
|
|
4089
4917
|
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
4090
4918
|
outline: import("@elaraai/east").NullType;
|
|
4091
4919
|
subtle: import("@elaraai/east").NullType;
|
|
@@ -4098,6 +4926,9 @@ export declare const HoverCardType: StructType<{
|
|
|
4098
4926
|
lg: import("@elaraai/east").NullType;
|
|
4099
4927
|
}>>;
|
|
4100
4928
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
4929
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
|
|
4930
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4931
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4101
4932
|
}>;
|
|
4102
4933
|
Checkbox: StructType<{
|
|
4103
4934
|
checked: import("@elaraai/east").BooleanType;
|
|
@@ -4122,6 +4953,7 @@ export declare const HoverCardType: StructType<{
|
|
|
4122
4953
|
md: import("@elaraai/east").NullType;
|
|
4123
4954
|
lg: import("@elaraai/east").NullType;
|
|
4124
4955
|
}>>;
|
|
4956
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
4125
4957
|
}>;
|
|
4126
4958
|
Switch: StructType<{
|
|
4127
4959
|
checked: import("@elaraai/east").BooleanType;
|
|
@@ -4145,6 +4977,7 @@ export declare const HoverCardType: StructType<{
|
|
|
4145
4977
|
md: import("@elaraai/east").NullType;
|
|
4146
4978
|
lg: import("@elaraai/east").NullType;
|
|
4147
4979
|
}>>;
|
|
4980
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
4148
4981
|
}>;
|
|
4149
4982
|
Select: StructType<{
|
|
4150
4983
|
value: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -4162,6 +4995,9 @@ export declare const HoverCardType: StructType<{
|
|
|
4162
4995
|
md: import("@elaraai/east").NullType;
|
|
4163
4996
|
lg: import("@elaraai/east").NullType;
|
|
4164
4997
|
}>>;
|
|
4998
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
4999
|
+
onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
5000
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
4165
5001
|
}>;
|
|
4166
5002
|
Slider: StructType<{
|
|
4167
5003
|
value: import("@elaraai/east").FloatType;
|
|
@@ -4195,6 +5031,8 @@ export declare const HoverCardType: StructType<{
|
|
|
4195
5031
|
subtle: import("@elaraai/east").NullType;
|
|
4196
5032
|
}>>;
|
|
4197
5033
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
5034
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
5035
|
+
onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
4198
5036
|
}>;
|
|
4199
5037
|
FileUpload: StructType<{
|
|
4200
5038
|
accept: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -4213,31 +5051,358 @@ export declare const HoverCardType: StructType<{
|
|
|
4213
5051
|
label: OptionType<import("@elaraai/east").StringType>;
|
|
4214
5052
|
dropzoneText: OptionType<import("@elaraai/east").StringType>;
|
|
4215
5053
|
triggerText: OptionType<import("@elaraai/east").StringType>;
|
|
5054
|
+
onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
5055
|
+
name: import("@elaraai/east").StringType;
|
|
5056
|
+
size: import("@elaraai/east").IntegerType;
|
|
5057
|
+
type: import("@elaraai/east").StringType;
|
|
5058
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
5059
|
+
onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
5060
|
+
file: StructType<{
|
|
5061
|
+
name: import("@elaraai/east").StringType;
|
|
5062
|
+
size: import("@elaraai/east").IntegerType;
|
|
5063
|
+
type: import("@elaraai/east").StringType;
|
|
5064
|
+
}>;
|
|
5065
|
+
errors: ArrayType<import("@elaraai/east").StringType>;
|
|
5066
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
4216
5067
|
}>;
|
|
4217
5068
|
Field: StructType<{
|
|
4218
5069
|
label: import("@elaraai/east").StringType;
|
|
4219
|
-
control: import("@elaraai/east").
|
|
5070
|
+
control: import("@elaraai/east").VariantType<{
|
|
5071
|
+
Checkbox: StructType<{
|
|
5072
|
+
checked: import("@elaraai/east").BooleanType;
|
|
5073
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
5074
|
+
indeterminate: OptionType<import("@elaraai/east").BooleanType>;
|
|
5075
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
5076
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
5077
|
+
gray: import("@elaraai/east").NullType;
|
|
5078
|
+
red: import("@elaraai/east").NullType;
|
|
5079
|
+
orange: import("@elaraai/east").NullType;
|
|
5080
|
+
yellow: import("@elaraai/east").NullType;
|
|
5081
|
+
green: import("@elaraai/east").NullType;
|
|
5082
|
+
teal: import("@elaraai/east").NullType;
|
|
5083
|
+
blue: import("@elaraai/east").NullType;
|
|
5084
|
+
cyan: import("@elaraai/east").NullType;
|
|
5085
|
+
purple: import("@elaraai/east").NullType;
|
|
5086
|
+
pink: import("@elaraai/east").NullType;
|
|
5087
|
+
}>>;
|
|
5088
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
5089
|
+
xs: import("@elaraai/east").NullType;
|
|
5090
|
+
sm: import("@elaraai/east").NullType;
|
|
5091
|
+
md: import("@elaraai/east").NullType;
|
|
5092
|
+
lg: import("@elaraai/east").NullType;
|
|
5093
|
+
}>>;
|
|
5094
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
5095
|
+
}>;
|
|
5096
|
+
StringInput: StructType<{
|
|
5097
|
+
value: import("@elaraai/east").StringType;
|
|
5098
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
5099
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
5100
|
+
outline: import("@elaraai/east").NullType;
|
|
5101
|
+
subtle: import("@elaraai/east").NullType;
|
|
5102
|
+
flushed: import("@elaraai/east").NullType;
|
|
5103
|
+
}>>;
|
|
5104
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
5105
|
+
xs: import("@elaraai/east").NullType;
|
|
5106
|
+
sm: import("@elaraai/east").NullType;
|
|
5107
|
+
md: import("@elaraai/east").NullType;
|
|
5108
|
+
lg: import("@elaraai/east").NullType;
|
|
5109
|
+
}>>;
|
|
5110
|
+
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
5111
|
+
pattern: OptionType<import("@elaraai/east").StringType>;
|
|
5112
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
5113
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
5114
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
5115
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
5116
|
+
}>;
|
|
5117
|
+
IntegerInput: StructType<{
|
|
5118
|
+
value: import("@elaraai/east").IntegerType;
|
|
5119
|
+
min: OptionType<import("@elaraai/east").IntegerType>;
|
|
5120
|
+
max: OptionType<import("@elaraai/east").IntegerType>;
|
|
5121
|
+
step: OptionType<import("@elaraai/east").IntegerType>;
|
|
5122
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
5123
|
+
outline: import("@elaraai/east").NullType;
|
|
5124
|
+
subtle: import("@elaraai/east").NullType;
|
|
5125
|
+
flushed: import("@elaraai/east").NullType;
|
|
5126
|
+
}>>;
|
|
5127
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
5128
|
+
xs: import("@elaraai/east").NullType;
|
|
5129
|
+
sm: import("@elaraai/east").NullType;
|
|
5130
|
+
md: import("@elaraai/east").NullType;
|
|
5131
|
+
lg: import("@elaraai/east").NullType;
|
|
5132
|
+
}>>;
|
|
5133
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
5134
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
|
|
5135
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
5136
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
5137
|
+
}>;
|
|
5138
|
+
FloatInput: StructType<{
|
|
5139
|
+
value: import("@elaraai/east").FloatType;
|
|
5140
|
+
min: OptionType<import("@elaraai/east").FloatType>;
|
|
5141
|
+
max: OptionType<import("@elaraai/east").FloatType>;
|
|
5142
|
+
step: OptionType<import("@elaraai/east").FloatType>;
|
|
5143
|
+
precision: OptionType<import("@elaraai/east").IntegerType>;
|
|
5144
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
5145
|
+
outline: import("@elaraai/east").NullType;
|
|
5146
|
+
subtle: import("@elaraai/east").NullType;
|
|
5147
|
+
flushed: import("@elaraai/east").NullType;
|
|
5148
|
+
}>>;
|
|
5149
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
5150
|
+
xs: import("@elaraai/east").NullType;
|
|
5151
|
+
sm: import("@elaraai/east").NullType;
|
|
5152
|
+
md: import("@elaraai/east").NullType;
|
|
5153
|
+
lg: import("@elaraai/east").NullType;
|
|
5154
|
+
}>>;
|
|
5155
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
5156
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
5157
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
5158
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
5159
|
+
}>;
|
|
5160
|
+
DateTimeInput: StructType<{
|
|
5161
|
+
value: import("@elaraai/east").DateTimeType;
|
|
5162
|
+
min: OptionType<import("@elaraai/east").DateTimeType>;
|
|
5163
|
+
max: OptionType<import("@elaraai/east").DateTimeType>;
|
|
5164
|
+
precision: OptionType<import("@elaraai/east").VariantType<{
|
|
5165
|
+
date: import("@elaraai/east").NullType;
|
|
5166
|
+
time: import("@elaraai/east").NullType;
|
|
5167
|
+
datetime: import("@elaraai/east").NullType;
|
|
5168
|
+
}>>;
|
|
5169
|
+
format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
5170
|
+
literal: import("@elaraai/east").StringType;
|
|
5171
|
+
year4: import("@elaraai/east").NullType;
|
|
5172
|
+
year2: import("@elaraai/east").NullType;
|
|
5173
|
+
month1: import("@elaraai/east").NullType;
|
|
5174
|
+
month2: import("@elaraai/east").NullType;
|
|
5175
|
+
monthNameShort: import("@elaraai/east").NullType;
|
|
5176
|
+
monthNameFull: import("@elaraai/east").NullType;
|
|
5177
|
+
day1: import("@elaraai/east").NullType;
|
|
5178
|
+
day2: import("@elaraai/east").NullType;
|
|
5179
|
+
weekdayNameMin: import("@elaraai/east").NullType;
|
|
5180
|
+
weekdayNameShort: import("@elaraai/east").NullType;
|
|
5181
|
+
weekdayNameFull: import("@elaraai/east").NullType;
|
|
5182
|
+
hour24_1: import("@elaraai/east").NullType;
|
|
5183
|
+
hour24_2: import("@elaraai/east").NullType;
|
|
5184
|
+
hour12_1: import("@elaraai/east").NullType;
|
|
5185
|
+
hour12_2: import("@elaraai/east").NullType;
|
|
5186
|
+
minute1: import("@elaraai/east").NullType;
|
|
5187
|
+
minute2: import("@elaraai/east").NullType;
|
|
5188
|
+
second1: import("@elaraai/east").NullType;
|
|
5189
|
+
second2: import("@elaraai/east").NullType;
|
|
5190
|
+
millisecond3: import("@elaraai/east").NullType;
|
|
5191
|
+
ampmUpper: import("@elaraai/east").NullType;
|
|
5192
|
+
ampmLower: import("@elaraai/east").NullType;
|
|
5193
|
+
}>>>;
|
|
5194
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
5195
|
+
outline: import("@elaraai/east").NullType;
|
|
5196
|
+
subtle: import("@elaraai/east").NullType;
|
|
5197
|
+
flushed: import("@elaraai/east").NullType;
|
|
5198
|
+
}>>;
|
|
5199
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
5200
|
+
xs: import("@elaraai/east").NullType;
|
|
5201
|
+
sm: import("@elaraai/east").NullType;
|
|
5202
|
+
md: import("@elaraai/east").NullType;
|
|
5203
|
+
lg: import("@elaraai/east").NullType;
|
|
5204
|
+
}>>;
|
|
5205
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
5206
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
|
|
5207
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
5208
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
5209
|
+
}>;
|
|
5210
|
+
FileUpload: StructType<{
|
|
5211
|
+
accept: OptionType<import("@elaraai/east").StringType>;
|
|
5212
|
+
maxFiles: OptionType<import("@elaraai/east").IntegerType>;
|
|
5213
|
+
maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
|
|
5214
|
+
minFileSize: OptionType<import("@elaraai/east").IntegerType>;
|
|
5215
|
+
directory: OptionType<import("@elaraai/east").BooleanType>;
|
|
5216
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
5217
|
+
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
5218
|
+
allowDrop: OptionType<import("@elaraai/east").BooleanType>;
|
|
5219
|
+
capture: OptionType<import("@elaraai/east").VariantType<{
|
|
5220
|
+
user: import("@elaraai/east").NullType;
|
|
5221
|
+
environment: import("@elaraai/east").NullType;
|
|
5222
|
+
}>>;
|
|
5223
|
+
name: OptionType<import("@elaraai/east").StringType>;
|
|
5224
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
5225
|
+
dropzoneText: OptionType<import("@elaraai/east").StringType>;
|
|
5226
|
+
triggerText: OptionType<import("@elaraai/east").StringType>;
|
|
5227
|
+
onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
5228
|
+
name: import("@elaraai/east").StringType;
|
|
5229
|
+
size: import("@elaraai/east").IntegerType;
|
|
5230
|
+
type: import("@elaraai/east").StringType;
|
|
5231
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
5232
|
+
onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
5233
|
+
file: StructType<{
|
|
5234
|
+
name: import("@elaraai/east").StringType;
|
|
5235
|
+
size: import("@elaraai/east").IntegerType;
|
|
5236
|
+
type: import("@elaraai/east").StringType;
|
|
5237
|
+
}>;
|
|
5238
|
+
errors: ArrayType<import("@elaraai/east").StringType>;
|
|
5239
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
5240
|
+
}>;
|
|
5241
|
+
Select: StructType<{
|
|
5242
|
+
value: OptionType<import("@elaraai/east").StringType>;
|
|
5243
|
+
items: ArrayType<StructType<{
|
|
5244
|
+
value: import("@elaraai/east").StringType;
|
|
5245
|
+
label: import("@elaraai/east").StringType;
|
|
5246
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
5247
|
+
}>>;
|
|
5248
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
5249
|
+
multiple: OptionType<import("@elaraai/east").BooleanType>;
|
|
5250
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
5251
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
5252
|
+
xs: import("@elaraai/east").NullType;
|
|
5253
|
+
sm: import("@elaraai/east").NullType;
|
|
5254
|
+
md: import("@elaraai/east").NullType;
|
|
5255
|
+
lg: import("@elaraai/east").NullType;
|
|
5256
|
+
}>>;
|
|
5257
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
5258
|
+
onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
5259
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
5260
|
+
}>;
|
|
5261
|
+
Slider: StructType<{
|
|
5262
|
+
value: import("@elaraai/east").FloatType;
|
|
5263
|
+
min: OptionType<import("@elaraai/east").FloatType>;
|
|
5264
|
+
max: OptionType<import("@elaraai/east").FloatType>;
|
|
5265
|
+
step: OptionType<import("@elaraai/east").FloatType>;
|
|
5266
|
+
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
5267
|
+
horizontal: import("@elaraai/east").NullType;
|
|
5268
|
+
vertical: import("@elaraai/east").NullType;
|
|
5269
|
+
}>>;
|
|
5270
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
5271
|
+
gray: import("@elaraai/east").NullType;
|
|
5272
|
+
red: import("@elaraai/east").NullType;
|
|
5273
|
+
orange: import("@elaraai/east").NullType;
|
|
5274
|
+
yellow: import("@elaraai/east").NullType;
|
|
5275
|
+
green: import("@elaraai/east").NullType;
|
|
5276
|
+
teal: import("@elaraai/east").NullType;
|
|
5277
|
+
blue: import("@elaraai/east").NullType;
|
|
5278
|
+
cyan: import("@elaraai/east").NullType;
|
|
5279
|
+
purple: import("@elaraai/east").NullType;
|
|
5280
|
+
pink: import("@elaraai/east").NullType;
|
|
5281
|
+
}>>;
|
|
5282
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
5283
|
+
xs: import("@elaraai/east").NullType;
|
|
5284
|
+
sm: import("@elaraai/east").NullType;
|
|
5285
|
+
md: import("@elaraai/east").NullType;
|
|
5286
|
+
lg: import("@elaraai/east").NullType;
|
|
5287
|
+
}>>;
|
|
5288
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
5289
|
+
outline: import("@elaraai/east").NullType;
|
|
5290
|
+
subtle: import("@elaraai/east").NullType;
|
|
5291
|
+
}>>;
|
|
5292
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
5293
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
5294
|
+
onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
5295
|
+
}>;
|
|
5296
|
+
Switch: StructType<{
|
|
5297
|
+
checked: import("@elaraai/east").BooleanType;
|
|
5298
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
5299
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
5300
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
5301
|
+
gray: import("@elaraai/east").NullType;
|
|
5302
|
+
red: import("@elaraai/east").NullType;
|
|
5303
|
+
orange: import("@elaraai/east").NullType;
|
|
5304
|
+
yellow: import("@elaraai/east").NullType;
|
|
5305
|
+
green: import("@elaraai/east").NullType;
|
|
5306
|
+
teal: import("@elaraai/east").NullType;
|
|
5307
|
+
blue: import("@elaraai/east").NullType;
|
|
5308
|
+
cyan: import("@elaraai/east").NullType;
|
|
5309
|
+
purple: import("@elaraai/east").NullType;
|
|
5310
|
+
pink: import("@elaraai/east").NullType;
|
|
5311
|
+
}>>;
|
|
5312
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
5313
|
+
xs: import("@elaraai/east").NullType;
|
|
5314
|
+
sm: import("@elaraai/east").NullType;
|
|
5315
|
+
md: import("@elaraai/east").NullType;
|
|
5316
|
+
lg: import("@elaraai/east").NullType;
|
|
5317
|
+
}>>;
|
|
5318
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
5319
|
+
}>;
|
|
5320
|
+
TagsInput: StructType<{
|
|
5321
|
+
value: ArrayType<import("@elaraai/east").StringType>;
|
|
5322
|
+
defaultValue: OptionType<ArrayType<import("@elaraai/east").StringType>>;
|
|
5323
|
+
max: OptionType<import("@elaraai/east").IntegerType>;
|
|
5324
|
+
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
5325
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
5326
|
+
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
5327
|
+
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
5328
|
+
editable: OptionType<import("@elaraai/east").BooleanType>;
|
|
5329
|
+
delimiter: OptionType<import("@elaraai/east").StringType>;
|
|
5330
|
+
addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
|
|
5331
|
+
blurBehavior: OptionType<import("@elaraai/east").VariantType<{
|
|
5332
|
+
clear: import("@elaraai/east").NullType;
|
|
5333
|
+
add: import("@elaraai/east").NullType;
|
|
5334
|
+
}>>;
|
|
5335
|
+
allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
|
|
5336
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
5337
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
5338
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
5339
|
+
xs: import("@elaraai/east").NullType;
|
|
5340
|
+
sm: import("@elaraai/east").NullType;
|
|
5341
|
+
md: import("@elaraai/east").NullType;
|
|
5342
|
+
lg: import("@elaraai/east").NullType;
|
|
5343
|
+
}>>;
|
|
5344
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
5345
|
+
outline: import("@elaraai/east").NullType;
|
|
5346
|
+
subtle: import("@elaraai/east").NullType;
|
|
5347
|
+
flushed: import("@elaraai/east").NullType;
|
|
5348
|
+
}>>;
|
|
5349
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
5350
|
+
gray: import("@elaraai/east").NullType;
|
|
5351
|
+
red: import("@elaraai/east").NullType;
|
|
5352
|
+
orange: import("@elaraai/east").NullType;
|
|
5353
|
+
yellow: import("@elaraai/east").NullType;
|
|
5354
|
+
green: import("@elaraai/east").NullType;
|
|
5355
|
+
teal: import("@elaraai/east").NullType;
|
|
5356
|
+
blue: import("@elaraai/east").NullType;
|
|
5357
|
+
cyan: import("@elaraai/east").NullType;
|
|
5358
|
+
purple: import("@elaraai/east").NullType;
|
|
5359
|
+
pink: import("@elaraai/east").NullType;
|
|
5360
|
+
}>>;
|
|
5361
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
5362
|
+
onInputChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
5363
|
+
onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
5364
|
+
}>;
|
|
5365
|
+
Textarea: StructType<{
|
|
5366
|
+
value: import("@elaraai/east").StringType;
|
|
5367
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
5368
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
5369
|
+
outline: import("@elaraai/east").NullType;
|
|
5370
|
+
subtle: import("@elaraai/east").NullType;
|
|
5371
|
+
flushed: import("@elaraai/east").NullType;
|
|
5372
|
+
}>>;
|
|
5373
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
5374
|
+
xs: import("@elaraai/east").NullType;
|
|
5375
|
+
sm: import("@elaraai/east").NullType;
|
|
5376
|
+
md: import("@elaraai/east").NullType;
|
|
5377
|
+
lg: import("@elaraai/east").NullType;
|
|
5378
|
+
}>>;
|
|
5379
|
+
resize: OptionType<import("@elaraai/east").VariantType<{
|
|
5380
|
+
none: import("@elaraai/east").NullType;
|
|
5381
|
+
vertical: import("@elaraai/east").NullType;
|
|
5382
|
+
horizontal: import("@elaraai/east").NullType;
|
|
5383
|
+
both: import("@elaraai/east").NullType;
|
|
5384
|
+
}>>;
|
|
5385
|
+
rows: OptionType<import("@elaraai/east").IntegerType>;
|
|
5386
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
5387
|
+
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
5388
|
+
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
5389
|
+
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
5390
|
+
autoresize: OptionType<import("@elaraai/east").BooleanType>;
|
|
5391
|
+
onValidate: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
5392
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
5393
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
5394
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
5395
|
+
}>;
|
|
5396
|
+
}>;
|
|
4220
5397
|
helperText: OptionType<import("@elaraai/east").StringType>;
|
|
4221
5398
|
errorText: OptionType<import("@elaraai/east").StringType>;
|
|
4222
5399
|
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
4223
5400
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
4224
5401
|
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
4225
5402
|
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
helperText: OptionType<import("@elaraai/east").StringType>;
|
|
4230
|
-
errorText: OptionType<import("@elaraai/east").StringType>;
|
|
4231
|
-
content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
4232
|
-
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
4233
|
-
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
4234
|
-
style: OptionType<StructType<{
|
|
4235
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
4236
|
-
xs: import("@elaraai/east").NullType;
|
|
4237
|
-
sm: import("@elaraai/east").NullType;
|
|
4238
|
-
md: import("@elaraai/east").NullType;
|
|
4239
|
-
lg: import("@elaraai/east").NullType;
|
|
4240
|
-
}>>;
|
|
5403
|
+
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
5404
|
+
vertical: import("@elaraai/east").NullType;
|
|
5405
|
+
horizontal: import("@elaraai/east").NullType;
|
|
4241
5406
|
}>>;
|
|
4242
5407
|
}>;
|
|
4243
5408
|
Textarea: StructType<{
|
|
@@ -4263,10 +5428,13 @@ export declare const HoverCardType: StructType<{
|
|
|
4263
5428
|
rows: OptionType<import("@elaraai/east").IntegerType>;
|
|
4264
5429
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
4265
5430
|
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
4266
|
-
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
4267
5431
|
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
4268
5432
|
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
4269
5433
|
autoresize: OptionType<import("@elaraai/east").BooleanType>;
|
|
5434
|
+
onValidate: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
5435
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
5436
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
5437
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4270
5438
|
}>;
|
|
4271
5439
|
TagsInput: StructType<{
|
|
4272
5440
|
value: ArrayType<import("@elaraai/east").StringType>;
|
|
@@ -4309,6 +5477,9 @@ export declare const HoverCardType: StructType<{
|
|
|
4309
5477
|
purple: import("@elaraai/east").NullType;
|
|
4310
5478
|
pink: import("@elaraai/east").NullType;
|
|
4311
5479
|
}>>;
|
|
5480
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
5481
|
+
onInputChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
5482
|
+
onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
4312
5483
|
}>;
|
|
4313
5484
|
Progress: StructType<{
|
|
4314
5485
|
value: import("@elaraai/east").FloatType;
|
|
@@ -4408,6 +5579,7 @@ export declare const HoverCardType: StructType<{
|
|
|
4408
5579
|
xl: import("@elaraai/east").NullType;
|
|
4409
5580
|
}>>;
|
|
4410
5581
|
closable: OptionType<import("@elaraai/east").BooleanType>;
|
|
5582
|
+
onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4411
5583
|
}>;
|
|
4412
5584
|
Avatar: StructType<{
|
|
4413
5585
|
src: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -6748,6 +7920,9 @@ export declare const HoverCardType: StructType<{
|
|
|
6748
7920
|
multiple: import("@elaraai/east").NullType;
|
|
6749
7921
|
}>>;
|
|
6750
7922
|
animateContent: OptionType<import("@elaraai/east").BooleanType>;
|
|
7923
|
+
onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
7924
|
+
onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
7925
|
+
onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
6751
7926
|
}>>;
|
|
6752
7927
|
}>;
|
|
6753
7928
|
Table: StructType<{
|
|
@@ -6798,6 +7973,47 @@ export declare const HoverCardType: StructType<{
|
|
|
6798
7973
|
purple: import("@elaraai/east").NullType;
|
|
6799
7974
|
pink: import("@elaraai/east").NullType;
|
|
6800
7975
|
}>>;
|
|
7976
|
+
onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
7977
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
7978
|
+
columnKey: import("@elaraai/east").StringType;
|
|
7979
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
7980
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
7981
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
7982
|
+
Float: import("@elaraai/east").FloatType;
|
|
7983
|
+
String: import("@elaraai/east").StringType;
|
|
7984
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
7985
|
+
}>;
|
|
7986
|
+
}>], import("@elaraai/east").NullType>>;
|
|
7987
|
+
onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
7988
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
7989
|
+
columnKey: import("@elaraai/east").StringType;
|
|
7990
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
7991
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
7992
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
7993
|
+
Float: import("@elaraai/east").FloatType;
|
|
7994
|
+
String: import("@elaraai/east").StringType;
|
|
7995
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
7996
|
+
}>;
|
|
7997
|
+
}>], import("@elaraai/east").NullType>>;
|
|
7998
|
+
onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
7999
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8000
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8001
|
+
onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8002
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8003
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8004
|
+
onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8005
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8006
|
+
selected: import("@elaraai/east").BooleanType;
|
|
8007
|
+
selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
|
|
8008
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8009
|
+
onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8010
|
+
columnKey: import("@elaraai/east").StringType;
|
|
8011
|
+
sortIndex: import("@elaraai/east").IntegerType;
|
|
8012
|
+
sortDirection: import("@elaraai/east").VariantType<{
|
|
8013
|
+
asc: import("@elaraai/east").NullType;
|
|
8014
|
+
desc: import("@elaraai/east").NullType;
|
|
8015
|
+
}>;
|
|
8016
|
+
}>], import("@elaraai/east").NullType>>;
|
|
6801
8017
|
}>>;
|
|
6802
8018
|
}>;
|
|
6803
8019
|
Gantt: StructType<{
|
|
@@ -6887,6 +8103,104 @@ export declare const HoverCardType: StructType<{
|
|
|
6887
8103
|
pink: import("@elaraai/east").NullType;
|
|
6888
8104
|
}>>;
|
|
6889
8105
|
showToday: OptionType<import("@elaraai/east").BooleanType>;
|
|
8106
|
+
dragStep: OptionType<import("@elaraai/east").VariantType<{
|
|
8107
|
+
minutes: import("@elaraai/east").FloatType;
|
|
8108
|
+
hours: import("@elaraai/east").FloatType;
|
|
8109
|
+
days: import("@elaraai/east").FloatType;
|
|
8110
|
+
weeks: import("@elaraai/east").FloatType;
|
|
8111
|
+
months: import("@elaraai/east").FloatType;
|
|
8112
|
+
}>>;
|
|
8113
|
+
durationStep: OptionType<import("@elaraai/east").VariantType<{
|
|
8114
|
+
minutes: import("@elaraai/east").FloatType;
|
|
8115
|
+
hours: import("@elaraai/east").FloatType;
|
|
8116
|
+
days: import("@elaraai/east").FloatType;
|
|
8117
|
+
weeks: import("@elaraai/east").FloatType;
|
|
8118
|
+
months: import("@elaraai/east").FloatType;
|
|
8119
|
+
}>>;
|
|
8120
|
+
onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8121
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8122
|
+
columnKey: import("@elaraai/east").StringType;
|
|
8123
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
8124
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
8125
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
8126
|
+
Float: import("@elaraai/east").FloatType;
|
|
8127
|
+
String: import("@elaraai/east").StringType;
|
|
8128
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
8129
|
+
}>;
|
|
8130
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8131
|
+
onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8132
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8133
|
+
columnKey: import("@elaraai/east").StringType;
|
|
8134
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
8135
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
8136
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
8137
|
+
Float: import("@elaraai/east").FloatType;
|
|
8138
|
+
String: import("@elaraai/east").StringType;
|
|
8139
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
8140
|
+
}>;
|
|
8141
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8142
|
+
onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8143
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8144
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8145
|
+
onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8146
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8147
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8148
|
+
onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8149
|
+
columnKey: import("@elaraai/east").StringType;
|
|
8150
|
+
sortIndex: import("@elaraai/east").IntegerType;
|
|
8151
|
+
sortDirection: import("@elaraai/east").VariantType<{
|
|
8152
|
+
asc: import("@elaraai/east").NullType;
|
|
8153
|
+
desc: import("@elaraai/east").NullType;
|
|
8154
|
+
}>;
|
|
8155
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8156
|
+
onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8157
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8158
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
8159
|
+
taskStart: import("@elaraai/east").DateTimeType;
|
|
8160
|
+
taskEnd: import("@elaraai/east").DateTimeType;
|
|
8161
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8162
|
+
onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8163
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8164
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
8165
|
+
taskStart: import("@elaraai/east").DateTimeType;
|
|
8166
|
+
taskEnd: import("@elaraai/east").DateTimeType;
|
|
8167
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8168
|
+
onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8169
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8170
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
8171
|
+
previousStart: import("@elaraai/east").DateTimeType;
|
|
8172
|
+
previousEnd: import("@elaraai/east").DateTimeType;
|
|
8173
|
+
newStart: import("@elaraai/east").DateTimeType;
|
|
8174
|
+
newEnd: import("@elaraai/east").DateTimeType;
|
|
8175
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8176
|
+
onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8177
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8178
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
8179
|
+
previousEnd: import("@elaraai/east").DateTimeType;
|
|
8180
|
+
newEnd: import("@elaraai/east").DateTimeType;
|
|
8181
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8182
|
+
onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8183
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8184
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
8185
|
+
previousProgress: import("@elaraai/east").FloatType;
|
|
8186
|
+
newProgress: import("@elaraai/east").FloatType;
|
|
8187
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8188
|
+
onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8189
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8190
|
+
milestoneIndex: import("@elaraai/east").IntegerType;
|
|
8191
|
+
milestoneDate: import("@elaraai/east").DateTimeType;
|
|
8192
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8193
|
+
onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8194
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8195
|
+
milestoneIndex: import("@elaraai/east").IntegerType;
|
|
8196
|
+
milestoneDate: import("@elaraai/east").DateTimeType;
|
|
8197
|
+
}>], import("@elaraai/east").NullType>>;
|
|
8198
|
+
onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
8199
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
8200
|
+
milestoneIndex: import("@elaraai/east").IntegerType;
|
|
8201
|
+
previousDate: import("@elaraai/east").DateTimeType;
|
|
8202
|
+
newDate: import("@elaraai/east").DateTimeType;
|
|
8203
|
+
}>], import("@elaraai/east").NullType>>;
|
|
6890
8204
|
}>>;
|
|
6891
8205
|
}>;
|
|
6892
8206
|
Accordion: StructType<{
|
|
@@ -6904,6 +8218,7 @@ export declare const HoverCardType: StructType<{
|
|
|
6904
8218
|
plain: import("@elaraai/east").NullType;
|
|
6905
8219
|
subtle: import("@elaraai/east").NullType;
|
|
6906
8220
|
}>>;
|
|
8221
|
+
onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
6907
8222
|
}>>;
|
|
6908
8223
|
}>;
|
|
6909
8224
|
Carousel: StructType<{
|
|
@@ -6924,6 +8239,7 @@ export declare const HoverCardType: StructType<{
|
|
|
6924
8239
|
}>>;
|
|
6925
8240
|
spacing: OptionType<import("@elaraai/east").StringType>;
|
|
6926
8241
|
padding: OptionType<import("@elaraai/east").StringType>;
|
|
8242
|
+
onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
|
|
6927
8243
|
}>>;
|
|
6928
8244
|
}>;
|
|
6929
8245
|
Tabs: StructType<{
|
|
@@ -6976,6 +8292,7 @@ export declare const HoverCardType: StructType<{
|
|
|
6976
8292
|
purple: import("@elaraai/east").NullType;
|
|
6977
8293
|
pink: import("@elaraai/east").NullType;
|
|
6978
8294
|
}>>;
|
|
8295
|
+
onValueChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
6979
8296
|
}>>;
|
|
6980
8297
|
}>;
|
|
6981
8298
|
Tooltip: StructType<{
|
|
@@ -7058,6 +8375,10 @@ export declare const HoverCardType: StructType<{
|
|
|
7058
8375
|
dialog: import("@elaraai/east").NullType;
|
|
7059
8376
|
alertdialog: import("@elaraai/east").NullType;
|
|
7060
8377
|
}>>;
|
|
8378
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
8379
|
+
onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
8380
|
+
onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
8381
|
+
onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
7061
8382
|
}>>;
|
|
7062
8383
|
}>;
|
|
7063
8384
|
Drawer: StructType<{
|
|
@@ -7081,6 +8402,8 @@ export declare const HoverCardType: StructType<{
|
|
|
7081
8402
|
bottom: import("@elaraai/east").NullType;
|
|
7082
8403
|
}>>;
|
|
7083
8404
|
contained: OptionType<import("@elaraai/east").BooleanType>;
|
|
8405
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
8406
|
+
onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
7084
8407
|
}>>;
|
|
7085
8408
|
}>;
|
|
7086
8409
|
Popover: StructType<{
|
|
@@ -7111,6 +8434,7 @@ export declare const HoverCardType: StructType<{
|
|
|
7111
8434
|
}>>;
|
|
7112
8435
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
7113
8436
|
gutter: OptionType<import("@elaraai/east").IntegerType>;
|
|
8437
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
7114
8438
|
}>>;
|
|
7115
8439
|
}>;
|
|
7116
8440
|
HoverCard: StructType<{
|
|
@@ -7140,6 +8464,7 @@ export declare const HoverCardType: StructType<{
|
|
|
7140
8464
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
7141
8465
|
openDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
7142
8466
|
closeDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
8467
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
7143
8468
|
}>>;
|
|
7144
8469
|
}>;
|
|
7145
8470
|
ActionBar: StructType<{
|
|
@@ -7153,7 +8478,10 @@ export declare const HoverCardType: StructType<{
|
|
|
7153
8478
|
}>>;
|
|
7154
8479
|
selectionCount: OptionType<import("@elaraai/east").IntegerType>;
|
|
7155
8480
|
selectionLabel: OptionType<import("@elaraai/east").StringType>;
|
|
7156
|
-
style: OptionType<StructType<{
|
|
8481
|
+
style: OptionType<StructType<{
|
|
8482
|
+
onSelect: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
8483
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
8484
|
+
}>>;
|
|
7157
8485
|
}>;
|
|
7158
8486
|
ToggleTip: StructType<{
|
|
7159
8487
|
trigger: import("@elaraai/east").RecursiveTypeMarker;
|
|
@@ -7174,8 +8502,12 @@ export declare const HoverCardType: StructType<{
|
|
|
7174
8502
|
"right-end": import("@elaraai/east").NullType;
|
|
7175
8503
|
}>>;
|
|
7176
8504
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
8505
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
7177
8506
|
}>>;
|
|
7178
8507
|
}>;
|
|
8508
|
+
ReactiveComponent: StructType<{
|
|
8509
|
+
render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
|
|
8510
|
+
}>;
|
|
7179
8511
|
}>>>;
|
|
7180
8512
|
style: OptionType<StructType<{
|
|
7181
8513
|
size: OptionType<import("@elaraai/east").VariantType<{
|
|
@@ -7201,6 +8533,7 @@ export declare const HoverCardType: StructType<{
|
|
|
7201
8533
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
7202
8534
|
openDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
7203
8535
|
closeDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
8536
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
7204
8537
|
}>>;
|
|
7205
8538
|
}>;
|
|
7206
8539
|
/**
|
|
@@ -7221,30 +8554,19 @@ export type HoverCardType = typeof HoverCardType;
|
|
|
7221
8554
|
*
|
|
7222
8555
|
* @example
|
|
7223
8556
|
* ```ts
|
|
7224
|
-
* import {
|
|
7225
|
-
*
|
|
7226
|
-
* // User profile hover card
|
|
7227
|
-
* const profileCard = HoverCard.Root(
|
|
7228
|
-
* Text.Root("@johndoe"),
|
|
7229
|
-
* [
|
|
7230
|
-
* Stack.Root([
|
|
7231
|
-
* Avatar.Root("JD", { name: "John Doe" }),
|
|
7232
|
-
* Text.Root("John Doe"),
|
|
7233
|
-
* Text.Root("Software Engineer"),
|
|
7234
|
-
* ], { gap: "2" }),
|
|
7235
|
-
* ],
|
|
7236
|
-
* { placement: "bottom", openDelay: 200 }
|
|
7237
|
-
* );
|
|
8557
|
+
* import { East } from "@elaraai/east";
|
|
8558
|
+
* import { HoverCard, Text, Avatar, UIComponentType } from "@elaraai/east-ui";
|
|
7238
8559
|
*
|
|
7239
|
-
*
|
|
7240
|
-
*
|
|
7241
|
-
*
|
|
7242
|
-
*
|
|
7243
|
-
*
|
|
7244
|
-
*
|
|
7245
|
-
*
|
|
7246
|
-
*
|
|
7247
|
-
*
|
|
8560
|
+
* const example = East.function([], UIComponentType, $ => {
|
|
8561
|
+
* return HoverCard.Root(
|
|
8562
|
+
* Text.Root("@username"),
|
|
8563
|
+
* [
|
|
8564
|
+
* Avatar.Root({ name: "John Doe" }),
|
|
8565
|
+
* Text.Root("Software Engineer"),
|
|
8566
|
+
* ],
|
|
8567
|
+
* { openDelay: 200n }
|
|
8568
|
+
* );
|
|
8569
|
+
* });
|
|
7248
8570
|
* ```
|
|
7249
8571
|
*/
|
|
7250
8572
|
declare function createHoverCard(trigger: SubtypeExprOrValue<UIComponentType>, body: SubtypeExprOrValue<ArrayType<UIComponentType>>, style?: HoverCardStyle): ExprType<UIComponentType>;
|
|
@@ -7253,21 +8575,6 @@ declare function createHoverCard(trigger: SubtypeExprOrValue<UIComponentType>, b
|
|
|
7253
8575
|
*
|
|
7254
8576
|
* @remarks
|
|
7255
8577
|
* Use `HoverCard.Root(trigger, body, style)` to create a hover card, or access `HoverCard.Types` for East types.
|
|
7256
|
-
*
|
|
7257
|
-
* @example
|
|
7258
|
-
* ```ts
|
|
7259
|
-
* import { HoverCard, Text, Avatar } from "@elaraai/east-ui";
|
|
7260
|
-
*
|
|
7261
|
-
* // Create a hover card
|
|
7262
|
-
* const hoverCard = HoverCard.Root(
|
|
7263
|
-
* Text.Root("@username"),
|
|
7264
|
-
* [Avatar.Root("UN"), Text.Root("User Name")],
|
|
7265
|
-
* { placement: "bottom" }
|
|
7266
|
-
* );
|
|
7267
|
-
*
|
|
7268
|
-
* // Access the type
|
|
7269
|
-
* const styleType = HoverCard.Types.Style;
|
|
7270
|
-
* ```
|
|
7271
8578
|
*/
|
|
7272
8579
|
export declare const HoverCard: {
|
|
7273
8580
|
/**
|
|
@@ -7480,6 +8787,7 @@ export declare const HoverCard: {
|
|
|
7480
8787
|
highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
|
|
7481
8788
|
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
7482
8789
|
showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
|
|
8790
|
+
wordWrap: OptionType<import("@elaraai/east").BooleanType>;
|
|
7483
8791
|
title: OptionType<import("@elaraai/east").StringType>;
|
|
7484
8792
|
}>;
|
|
7485
8793
|
Button: StructType<{
|
|
@@ -7511,6 +8819,7 @@ export declare const HoverCard: {
|
|
|
7511
8819
|
}>>;
|
|
7512
8820
|
loading: OptionType<import("@elaraai/east").BooleanType>;
|
|
7513
8821
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
8822
|
+
onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
7514
8823
|
}>>;
|
|
7515
8824
|
}>;
|
|
7516
8825
|
IconButton: StructType<{
|
|
@@ -7543,6 +8852,7 @@ export declare const HoverCard: {
|
|
|
7543
8852
|
}>>;
|
|
7544
8853
|
loading: OptionType<import("@elaraai/east").BooleanType>;
|
|
7545
8854
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
8855
|
+
onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
7546
8856
|
}>>;
|
|
7547
8857
|
}>;
|
|
7548
8858
|
Box: StructType<{
|
|
@@ -7560,6 +8870,28 @@ export declare const HoverCard: {
|
|
|
7560
8870
|
}>>;
|
|
7561
8871
|
width: OptionType<import("@elaraai/east").StringType>;
|
|
7562
8872
|
height: OptionType<import("@elaraai/east").StringType>;
|
|
8873
|
+
minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
8874
|
+
minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
8875
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
8876
|
+
maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
8877
|
+
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
8878
|
+
visible: import("@elaraai/east").NullType;
|
|
8879
|
+
hidden: import("@elaraai/east").NullType;
|
|
8880
|
+
scroll: import("@elaraai/east").NullType;
|
|
8881
|
+
auto: import("@elaraai/east").NullType;
|
|
8882
|
+
}>>;
|
|
8883
|
+
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
8884
|
+
visible: import("@elaraai/east").NullType;
|
|
8885
|
+
hidden: import("@elaraai/east").NullType;
|
|
8886
|
+
scroll: import("@elaraai/east").NullType;
|
|
8887
|
+
auto: import("@elaraai/east").NullType;
|
|
8888
|
+
}>>;
|
|
8889
|
+
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
8890
|
+
visible: import("@elaraai/east").NullType;
|
|
8891
|
+
hidden: import("@elaraai/east").NullType;
|
|
8892
|
+
scroll: import("@elaraai/east").NullType;
|
|
8893
|
+
auto: import("@elaraai/east").NullType;
|
|
8894
|
+
}>>;
|
|
7563
8895
|
padding: OptionType<StructType<{
|
|
7564
8896
|
top: OptionType<import("@elaraai/east").StringType>;
|
|
7565
8897
|
right: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -7599,6 +8931,77 @@ export declare const HoverCard: {
|
|
|
7599
8931
|
gap: OptionType<import("@elaraai/east").StringType>;
|
|
7600
8932
|
}>>;
|
|
7601
8933
|
}>;
|
|
8934
|
+
Flex: StructType<{
|
|
8935
|
+
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
8936
|
+
style: OptionType<StructType<{
|
|
8937
|
+
direction: OptionType<import("@elaraai/east").VariantType<{
|
|
8938
|
+
row: import("@elaraai/east").NullType;
|
|
8939
|
+
column: import("@elaraai/east").NullType;
|
|
8940
|
+
"row-reverse": import("@elaraai/east").NullType;
|
|
8941
|
+
"column-reverse": import("@elaraai/east").NullType;
|
|
8942
|
+
}>>;
|
|
8943
|
+
wrap: OptionType<import("@elaraai/east").VariantType<{
|
|
8944
|
+
nowrap: import("@elaraai/east").NullType;
|
|
8945
|
+
wrap: import("@elaraai/east").NullType;
|
|
8946
|
+
"wrap-reverse": import("@elaraai/east").NullType;
|
|
8947
|
+
}>>;
|
|
8948
|
+
justifyContent: OptionType<import("@elaraai/east").VariantType<{
|
|
8949
|
+
"flex-start": import("@elaraai/east").NullType;
|
|
8950
|
+
"flex-end": import("@elaraai/east").NullType;
|
|
8951
|
+
center: import("@elaraai/east").NullType;
|
|
8952
|
+
"space-between": import("@elaraai/east").NullType;
|
|
8953
|
+
"space-around": import("@elaraai/east").NullType;
|
|
8954
|
+
"space-evenly": import("@elaraai/east").NullType;
|
|
8955
|
+
}>>;
|
|
8956
|
+
alignItems: OptionType<import("@elaraai/east").VariantType<{
|
|
8957
|
+
"flex-start": import("@elaraai/east").NullType;
|
|
8958
|
+
"flex-end": import("@elaraai/east").NullType;
|
|
8959
|
+
center: import("@elaraai/east").NullType;
|
|
8960
|
+
baseline: import("@elaraai/east").NullType;
|
|
8961
|
+
stretch: import("@elaraai/east").NullType;
|
|
8962
|
+
}>>;
|
|
8963
|
+
gap: OptionType<import("@elaraai/east").StringType>;
|
|
8964
|
+
width: OptionType<import("@elaraai/east").StringType>;
|
|
8965
|
+
height: OptionType<import("@elaraai/east").StringType>;
|
|
8966
|
+
minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
8967
|
+
minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
8968
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
8969
|
+
maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
8970
|
+
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
8971
|
+
visible: import("@elaraai/east").NullType;
|
|
8972
|
+
hidden: import("@elaraai/east").NullType;
|
|
8973
|
+
scroll: import("@elaraai/east").NullType;
|
|
8974
|
+
auto: import("@elaraai/east").NullType;
|
|
8975
|
+
}>>;
|
|
8976
|
+
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
8977
|
+
visible: import("@elaraai/east").NullType;
|
|
8978
|
+
hidden: import("@elaraai/east").NullType;
|
|
8979
|
+
scroll: import("@elaraai/east").NullType;
|
|
8980
|
+
auto: import("@elaraai/east").NullType;
|
|
8981
|
+
}>>;
|
|
8982
|
+
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
8983
|
+
visible: import("@elaraai/east").NullType;
|
|
8984
|
+
hidden: import("@elaraai/east").NullType;
|
|
8985
|
+
scroll: import("@elaraai/east").NullType;
|
|
8986
|
+
auto: import("@elaraai/east").NullType;
|
|
8987
|
+
}>>;
|
|
8988
|
+
padding: OptionType<StructType<{
|
|
8989
|
+
top: OptionType<import("@elaraai/east").StringType>;
|
|
8990
|
+
right: OptionType<import("@elaraai/east").StringType>;
|
|
8991
|
+
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
8992
|
+
left: OptionType<import("@elaraai/east").StringType>;
|
|
8993
|
+
}>>;
|
|
8994
|
+
margin: OptionType<StructType<{
|
|
8995
|
+
top: OptionType<import("@elaraai/east").StringType>;
|
|
8996
|
+
right: OptionType<import("@elaraai/east").StringType>;
|
|
8997
|
+
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
8998
|
+
left: OptionType<import("@elaraai/east").StringType>;
|
|
8999
|
+
}>>;
|
|
9000
|
+
background: OptionType<import("@elaraai/east").StringType>;
|
|
9001
|
+
color: OptionType<import("@elaraai/east").StringType>;
|
|
9002
|
+
borderRadius: OptionType<import("@elaraai/east").StringType>;
|
|
9003
|
+
}>>;
|
|
9004
|
+
}>;
|
|
7602
9005
|
Stack: StructType<{
|
|
7603
9006
|
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
7604
9007
|
style: OptionType<StructType<{
|
|
@@ -7644,6 +9047,28 @@ export declare const HoverCard: {
|
|
|
7644
9047
|
background: OptionType<import("@elaraai/east").StringType>;
|
|
7645
9048
|
width: OptionType<import("@elaraai/east").StringType>;
|
|
7646
9049
|
height: OptionType<import("@elaraai/east").StringType>;
|
|
9050
|
+
minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
9051
|
+
minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
9052
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
9053
|
+
maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
9054
|
+
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
9055
|
+
visible: import("@elaraai/east").NullType;
|
|
9056
|
+
hidden: import("@elaraai/east").NullType;
|
|
9057
|
+
scroll: import("@elaraai/east").NullType;
|
|
9058
|
+
auto: import("@elaraai/east").NullType;
|
|
9059
|
+
}>>;
|
|
9060
|
+
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
9061
|
+
visible: import("@elaraai/east").NullType;
|
|
9062
|
+
hidden: import("@elaraai/east").NullType;
|
|
9063
|
+
scroll: import("@elaraai/east").NullType;
|
|
9064
|
+
auto: import("@elaraai/east").NullType;
|
|
9065
|
+
}>>;
|
|
9066
|
+
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
9067
|
+
visible: import("@elaraai/east").NullType;
|
|
9068
|
+
hidden: import("@elaraai/east").NullType;
|
|
9069
|
+
scroll: import("@elaraai/east").NullType;
|
|
9070
|
+
auto: import("@elaraai/east").NullType;
|
|
9071
|
+
}>>;
|
|
7647
9072
|
}>>;
|
|
7648
9073
|
}>;
|
|
7649
9074
|
Separator: StructType<{
|
|
@@ -7738,6 +9163,13 @@ export declare const HoverCard: {
|
|
|
7738
9163
|
horizontal: import("@elaraai/east").NullType;
|
|
7739
9164
|
vertical: import("@elaraai/east").NullType;
|
|
7740
9165
|
}>>;
|
|
9166
|
+
onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
9167
|
+
size: ArrayType<import("@elaraai/east").FloatType>;
|
|
9168
|
+
}>], import("@elaraai/east").NullType>>;
|
|
9169
|
+
onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9170
|
+
onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
9171
|
+
size: ArrayType<import("@elaraai/east").FloatType>;
|
|
9172
|
+
}>], import("@elaraai/east").NullType>>;
|
|
7741
9173
|
}>>;
|
|
7742
9174
|
}>;
|
|
7743
9175
|
StringInput: StructType<{
|
|
@@ -7757,6 +9189,9 @@ export declare const HoverCard: {
|
|
|
7757
9189
|
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
7758
9190
|
pattern: OptionType<import("@elaraai/east").StringType>;
|
|
7759
9191
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9192
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
9193
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9194
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
7760
9195
|
}>;
|
|
7761
9196
|
IntegerInput: StructType<{
|
|
7762
9197
|
value: import("@elaraai/east").IntegerType;
|
|
@@ -7775,6 +9210,9 @@ export declare const HoverCard: {
|
|
|
7775
9210
|
lg: import("@elaraai/east").NullType;
|
|
7776
9211
|
}>>;
|
|
7777
9212
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9213
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
|
|
9214
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9215
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
7778
9216
|
}>;
|
|
7779
9217
|
FloatInput: StructType<{
|
|
7780
9218
|
value: import("@elaraai/east").FloatType;
|
|
@@ -7794,13 +9232,44 @@ export declare const HoverCard: {
|
|
|
7794
9232
|
lg: import("@elaraai/east").NullType;
|
|
7795
9233
|
}>>;
|
|
7796
9234
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9235
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
9236
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9237
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
7797
9238
|
}>;
|
|
7798
9239
|
DateTimeInput: StructType<{
|
|
7799
9240
|
value: import("@elaraai/east").DateTimeType;
|
|
7800
9241
|
min: OptionType<import("@elaraai/east").DateTimeType>;
|
|
7801
9242
|
max: OptionType<import("@elaraai/east").DateTimeType>;
|
|
7802
|
-
|
|
7803
|
-
|
|
9243
|
+
precision: OptionType<import("@elaraai/east").VariantType<{
|
|
9244
|
+
date: import("@elaraai/east").NullType;
|
|
9245
|
+
time: import("@elaraai/east").NullType;
|
|
9246
|
+
datetime: import("@elaraai/east").NullType;
|
|
9247
|
+
}>>;
|
|
9248
|
+
format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
9249
|
+
literal: import("@elaraai/east").StringType;
|
|
9250
|
+
year4: import("@elaraai/east").NullType;
|
|
9251
|
+
year2: import("@elaraai/east").NullType;
|
|
9252
|
+
month1: import("@elaraai/east").NullType;
|
|
9253
|
+
month2: import("@elaraai/east").NullType;
|
|
9254
|
+
monthNameShort: import("@elaraai/east").NullType;
|
|
9255
|
+
monthNameFull: import("@elaraai/east").NullType;
|
|
9256
|
+
day1: import("@elaraai/east").NullType;
|
|
9257
|
+
day2: import("@elaraai/east").NullType;
|
|
9258
|
+
weekdayNameMin: import("@elaraai/east").NullType;
|
|
9259
|
+
weekdayNameShort: import("@elaraai/east").NullType;
|
|
9260
|
+
weekdayNameFull: import("@elaraai/east").NullType;
|
|
9261
|
+
hour24_1: import("@elaraai/east").NullType;
|
|
9262
|
+
hour24_2: import("@elaraai/east").NullType;
|
|
9263
|
+
hour12_1: import("@elaraai/east").NullType;
|
|
9264
|
+
hour12_2: import("@elaraai/east").NullType;
|
|
9265
|
+
minute1: import("@elaraai/east").NullType;
|
|
9266
|
+
minute2: import("@elaraai/east").NullType;
|
|
9267
|
+
second1: import("@elaraai/east").NullType;
|
|
9268
|
+
second2: import("@elaraai/east").NullType;
|
|
9269
|
+
millisecond3: import("@elaraai/east").NullType;
|
|
9270
|
+
ampmUpper: import("@elaraai/east").NullType;
|
|
9271
|
+
ampmLower: import("@elaraai/east").NullType;
|
|
9272
|
+
}>>>;
|
|
7804
9273
|
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
7805
9274
|
outline: import("@elaraai/east").NullType;
|
|
7806
9275
|
subtle: import("@elaraai/east").NullType;
|
|
@@ -7813,6 +9282,9 @@ export declare const HoverCard: {
|
|
|
7813
9282
|
lg: import("@elaraai/east").NullType;
|
|
7814
9283
|
}>>;
|
|
7815
9284
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9285
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
|
|
9286
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9287
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
7816
9288
|
}>;
|
|
7817
9289
|
Checkbox: StructType<{
|
|
7818
9290
|
checked: import("@elaraai/east").BooleanType;
|
|
@@ -7837,6 +9309,7 @@ export declare const HoverCard: {
|
|
|
7837
9309
|
md: import("@elaraai/east").NullType;
|
|
7838
9310
|
lg: import("@elaraai/east").NullType;
|
|
7839
9311
|
}>>;
|
|
9312
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
7840
9313
|
}>;
|
|
7841
9314
|
Switch: StructType<{
|
|
7842
9315
|
checked: import("@elaraai/east").BooleanType;
|
|
@@ -7860,6 +9333,7 @@ export declare const HoverCard: {
|
|
|
7860
9333
|
md: import("@elaraai/east").NullType;
|
|
7861
9334
|
lg: import("@elaraai/east").NullType;
|
|
7862
9335
|
}>>;
|
|
9336
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
7863
9337
|
}>;
|
|
7864
9338
|
Select: StructType<{
|
|
7865
9339
|
value: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -7877,6 +9351,9 @@ export declare const HoverCard: {
|
|
|
7877
9351
|
md: import("@elaraai/east").NullType;
|
|
7878
9352
|
lg: import("@elaraai/east").NullType;
|
|
7879
9353
|
}>>;
|
|
9354
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
9355
|
+
onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
9356
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
7880
9357
|
}>;
|
|
7881
9358
|
Slider: StructType<{
|
|
7882
9359
|
value: import("@elaraai/east").FloatType;
|
|
@@ -7910,6 +9387,8 @@ export declare const HoverCard: {
|
|
|
7910
9387
|
subtle: import("@elaraai/east").NullType;
|
|
7911
9388
|
}>>;
|
|
7912
9389
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9390
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
9391
|
+
onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
7913
9392
|
}>;
|
|
7914
9393
|
FileUpload: StructType<{
|
|
7915
9394
|
accept: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -7928,31 +9407,358 @@ export declare const HoverCard: {
|
|
|
7928
9407
|
label: OptionType<import("@elaraai/east").StringType>;
|
|
7929
9408
|
dropzoneText: OptionType<import("@elaraai/east").StringType>;
|
|
7930
9409
|
triggerText: OptionType<import("@elaraai/east").StringType>;
|
|
9410
|
+
onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
9411
|
+
name: import("@elaraai/east").StringType;
|
|
9412
|
+
size: import("@elaraai/east").IntegerType;
|
|
9413
|
+
type: import("@elaraai/east").StringType;
|
|
9414
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
9415
|
+
onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
9416
|
+
file: StructType<{
|
|
9417
|
+
name: import("@elaraai/east").StringType;
|
|
9418
|
+
size: import("@elaraai/east").IntegerType;
|
|
9419
|
+
type: import("@elaraai/east").StringType;
|
|
9420
|
+
}>;
|
|
9421
|
+
errors: ArrayType<import("@elaraai/east").StringType>;
|
|
9422
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
7931
9423
|
}>;
|
|
7932
9424
|
Field: StructType<{
|
|
7933
9425
|
label: import("@elaraai/east").StringType;
|
|
7934
|
-
control: import("@elaraai/east").
|
|
9426
|
+
control: import("@elaraai/east").VariantType<{
|
|
9427
|
+
Checkbox: StructType<{
|
|
9428
|
+
checked: import("@elaraai/east").BooleanType;
|
|
9429
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
9430
|
+
indeterminate: OptionType<import("@elaraai/east").BooleanType>;
|
|
9431
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9432
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
9433
|
+
gray: import("@elaraai/east").NullType;
|
|
9434
|
+
red: import("@elaraai/east").NullType;
|
|
9435
|
+
orange: import("@elaraai/east").NullType;
|
|
9436
|
+
yellow: import("@elaraai/east").NullType;
|
|
9437
|
+
green: import("@elaraai/east").NullType;
|
|
9438
|
+
teal: import("@elaraai/east").NullType;
|
|
9439
|
+
blue: import("@elaraai/east").NullType;
|
|
9440
|
+
cyan: import("@elaraai/east").NullType;
|
|
9441
|
+
purple: import("@elaraai/east").NullType;
|
|
9442
|
+
pink: import("@elaraai/east").NullType;
|
|
9443
|
+
}>>;
|
|
9444
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
9445
|
+
xs: import("@elaraai/east").NullType;
|
|
9446
|
+
sm: import("@elaraai/east").NullType;
|
|
9447
|
+
md: import("@elaraai/east").NullType;
|
|
9448
|
+
lg: import("@elaraai/east").NullType;
|
|
9449
|
+
}>>;
|
|
9450
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
9451
|
+
}>;
|
|
9452
|
+
StringInput: StructType<{
|
|
9453
|
+
value: import("@elaraai/east").StringType;
|
|
9454
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
9455
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
9456
|
+
outline: import("@elaraai/east").NullType;
|
|
9457
|
+
subtle: import("@elaraai/east").NullType;
|
|
9458
|
+
flushed: import("@elaraai/east").NullType;
|
|
9459
|
+
}>>;
|
|
9460
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
9461
|
+
xs: import("@elaraai/east").NullType;
|
|
9462
|
+
sm: import("@elaraai/east").NullType;
|
|
9463
|
+
md: import("@elaraai/east").NullType;
|
|
9464
|
+
lg: import("@elaraai/east").NullType;
|
|
9465
|
+
}>>;
|
|
9466
|
+
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
9467
|
+
pattern: OptionType<import("@elaraai/east").StringType>;
|
|
9468
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9469
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
9470
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9471
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9472
|
+
}>;
|
|
9473
|
+
IntegerInput: StructType<{
|
|
9474
|
+
value: import("@elaraai/east").IntegerType;
|
|
9475
|
+
min: OptionType<import("@elaraai/east").IntegerType>;
|
|
9476
|
+
max: OptionType<import("@elaraai/east").IntegerType>;
|
|
9477
|
+
step: OptionType<import("@elaraai/east").IntegerType>;
|
|
9478
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
9479
|
+
outline: import("@elaraai/east").NullType;
|
|
9480
|
+
subtle: import("@elaraai/east").NullType;
|
|
9481
|
+
flushed: import("@elaraai/east").NullType;
|
|
9482
|
+
}>>;
|
|
9483
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
9484
|
+
xs: import("@elaraai/east").NullType;
|
|
9485
|
+
sm: import("@elaraai/east").NullType;
|
|
9486
|
+
md: import("@elaraai/east").NullType;
|
|
9487
|
+
lg: import("@elaraai/east").NullType;
|
|
9488
|
+
}>>;
|
|
9489
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9490
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
|
|
9491
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9492
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9493
|
+
}>;
|
|
9494
|
+
FloatInput: StructType<{
|
|
9495
|
+
value: import("@elaraai/east").FloatType;
|
|
9496
|
+
min: OptionType<import("@elaraai/east").FloatType>;
|
|
9497
|
+
max: OptionType<import("@elaraai/east").FloatType>;
|
|
9498
|
+
step: OptionType<import("@elaraai/east").FloatType>;
|
|
9499
|
+
precision: OptionType<import("@elaraai/east").IntegerType>;
|
|
9500
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
9501
|
+
outline: import("@elaraai/east").NullType;
|
|
9502
|
+
subtle: import("@elaraai/east").NullType;
|
|
9503
|
+
flushed: import("@elaraai/east").NullType;
|
|
9504
|
+
}>>;
|
|
9505
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
9506
|
+
xs: import("@elaraai/east").NullType;
|
|
9507
|
+
sm: import("@elaraai/east").NullType;
|
|
9508
|
+
md: import("@elaraai/east").NullType;
|
|
9509
|
+
lg: import("@elaraai/east").NullType;
|
|
9510
|
+
}>>;
|
|
9511
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9512
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
9513
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9514
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9515
|
+
}>;
|
|
9516
|
+
DateTimeInput: StructType<{
|
|
9517
|
+
value: import("@elaraai/east").DateTimeType;
|
|
9518
|
+
min: OptionType<import("@elaraai/east").DateTimeType>;
|
|
9519
|
+
max: OptionType<import("@elaraai/east").DateTimeType>;
|
|
9520
|
+
precision: OptionType<import("@elaraai/east").VariantType<{
|
|
9521
|
+
date: import("@elaraai/east").NullType;
|
|
9522
|
+
time: import("@elaraai/east").NullType;
|
|
9523
|
+
datetime: import("@elaraai/east").NullType;
|
|
9524
|
+
}>>;
|
|
9525
|
+
format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
9526
|
+
literal: import("@elaraai/east").StringType;
|
|
9527
|
+
year4: import("@elaraai/east").NullType;
|
|
9528
|
+
year2: import("@elaraai/east").NullType;
|
|
9529
|
+
month1: import("@elaraai/east").NullType;
|
|
9530
|
+
month2: import("@elaraai/east").NullType;
|
|
9531
|
+
monthNameShort: import("@elaraai/east").NullType;
|
|
9532
|
+
monthNameFull: import("@elaraai/east").NullType;
|
|
9533
|
+
day1: import("@elaraai/east").NullType;
|
|
9534
|
+
day2: import("@elaraai/east").NullType;
|
|
9535
|
+
weekdayNameMin: import("@elaraai/east").NullType;
|
|
9536
|
+
weekdayNameShort: import("@elaraai/east").NullType;
|
|
9537
|
+
weekdayNameFull: import("@elaraai/east").NullType;
|
|
9538
|
+
hour24_1: import("@elaraai/east").NullType;
|
|
9539
|
+
hour24_2: import("@elaraai/east").NullType;
|
|
9540
|
+
hour12_1: import("@elaraai/east").NullType;
|
|
9541
|
+
hour12_2: import("@elaraai/east").NullType;
|
|
9542
|
+
minute1: import("@elaraai/east").NullType;
|
|
9543
|
+
minute2: import("@elaraai/east").NullType;
|
|
9544
|
+
second1: import("@elaraai/east").NullType;
|
|
9545
|
+
second2: import("@elaraai/east").NullType;
|
|
9546
|
+
millisecond3: import("@elaraai/east").NullType;
|
|
9547
|
+
ampmUpper: import("@elaraai/east").NullType;
|
|
9548
|
+
ampmLower: import("@elaraai/east").NullType;
|
|
9549
|
+
}>>>;
|
|
9550
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
9551
|
+
outline: import("@elaraai/east").NullType;
|
|
9552
|
+
subtle: import("@elaraai/east").NullType;
|
|
9553
|
+
flushed: import("@elaraai/east").NullType;
|
|
9554
|
+
}>>;
|
|
9555
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
9556
|
+
xs: import("@elaraai/east").NullType;
|
|
9557
|
+
sm: import("@elaraai/east").NullType;
|
|
9558
|
+
md: import("@elaraai/east").NullType;
|
|
9559
|
+
lg: import("@elaraai/east").NullType;
|
|
9560
|
+
}>>;
|
|
9561
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9562
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
|
|
9563
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9564
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9565
|
+
}>;
|
|
9566
|
+
FileUpload: StructType<{
|
|
9567
|
+
accept: OptionType<import("@elaraai/east").StringType>;
|
|
9568
|
+
maxFiles: OptionType<import("@elaraai/east").IntegerType>;
|
|
9569
|
+
maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
|
|
9570
|
+
minFileSize: OptionType<import("@elaraai/east").IntegerType>;
|
|
9571
|
+
directory: OptionType<import("@elaraai/east").BooleanType>;
|
|
9572
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9573
|
+
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
9574
|
+
allowDrop: OptionType<import("@elaraai/east").BooleanType>;
|
|
9575
|
+
capture: OptionType<import("@elaraai/east").VariantType<{
|
|
9576
|
+
user: import("@elaraai/east").NullType;
|
|
9577
|
+
environment: import("@elaraai/east").NullType;
|
|
9578
|
+
}>>;
|
|
9579
|
+
name: OptionType<import("@elaraai/east").StringType>;
|
|
9580
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
9581
|
+
dropzoneText: OptionType<import("@elaraai/east").StringType>;
|
|
9582
|
+
triggerText: OptionType<import("@elaraai/east").StringType>;
|
|
9583
|
+
onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
9584
|
+
name: import("@elaraai/east").StringType;
|
|
9585
|
+
size: import("@elaraai/east").IntegerType;
|
|
9586
|
+
type: import("@elaraai/east").StringType;
|
|
9587
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
9588
|
+
onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
9589
|
+
file: StructType<{
|
|
9590
|
+
name: import("@elaraai/east").StringType;
|
|
9591
|
+
size: import("@elaraai/east").IntegerType;
|
|
9592
|
+
type: import("@elaraai/east").StringType;
|
|
9593
|
+
}>;
|
|
9594
|
+
errors: ArrayType<import("@elaraai/east").StringType>;
|
|
9595
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
9596
|
+
}>;
|
|
9597
|
+
Select: StructType<{
|
|
9598
|
+
value: OptionType<import("@elaraai/east").StringType>;
|
|
9599
|
+
items: ArrayType<StructType<{
|
|
9600
|
+
value: import("@elaraai/east").StringType;
|
|
9601
|
+
label: import("@elaraai/east").StringType;
|
|
9602
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9603
|
+
}>>;
|
|
9604
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
9605
|
+
multiple: OptionType<import("@elaraai/east").BooleanType>;
|
|
9606
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9607
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
9608
|
+
xs: import("@elaraai/east").NullType;
|
|
9609
|
+
sm: import("@elaraai/east").NullType;
|
|
9610
|
+
md: import("@elaraai/east").NullType;
|
|
9611
|
+
lg: import("@elaraai/east").NullType;
|
|
9612
|
+
}>>;
|
|
9613
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
9614
|
+
onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
9615
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
9616
|
+
}>;
|
|
9617
|
+
Slider: StructType<{
|
|
9618
|
+
value: import("@elaraai/east").FloatType;
|
|
9619
|
+
min: OptionType<import("@elaraai/east").FloatType>;
|
|
9620
|
+
max: OptionType<import("@elaraai/east").FloatType>;
|
|
9621
|
+
step: OptionType<import("@elaraai/east").FloatType>;
|
|
9622
|
+
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
9623
|
+
horizontal: import("@elaraai/east").NullType;
|
|
9624
|
+
vertical: import("@elaraai/east").NullType;
|
|
9625
|
+
}>>;
|
|
9626
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
9627
|
+
gray: import("@elaraai/east").NullType;
|
|
9628
|
+
red: import("@elaraai/east").NullType;
|
|
9629
|
+
orange: import("@elaraai/east").NullType;
|
|
9630
|
+
yellow: import("@elaraai/east").NullType;
|
|
9631
|
+
green: import("@elaraai/east").NullType;
|
|
9632
|
+
teal: import("@elaraai/east").NullType;
|
|
9633
|
+
blue: import("@elaraai/east").NullType;
|
|
9634
|
+
cyan: import("@elaraai/east").NullType;
|
|
9635
|
+
purple: import("@elaraai/east").NullType;
|
|
9636
|
+
pink: import("@elaraai/east").NullType;
|
|
9637
|
+
}>>;
|
|
9638
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
9639
|
+
xs: import("@elaraai/east").NullType;
|
|
9640
|
+
sm: import("@elaraai/east").NullType;
|
|
9641
|
+
md: import("@elaraai/east").NullType;
|
|
9642
|
+
lg: import("@elaraai/east").NullType;
|
|
9643
|
+
}>>;
|
|
9644
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
9645
|
+
outline: import("@elaraai/east").NullType;
|
|
9646
|
+
subtle: import("@elaraai/east").NullType;
|
|
9647
|
+
}>>;
|
|
9648
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9649
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
9650
|
+
onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
9651
|
+
}>;
|
|
9652
|
+
Switch: StructType<{
|
|
9653
|
+
checked: import("@elaraai/east").BooleanType;
|
|
9654
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
9655
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9656
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
9657
|
+
gray: import("@elaraai/east").NullType;
|
|
9658
|
+
red: import("@elaraai/east").NullType;
|
|
9659
|
+
orange: import("@elaraai/east").NullType;
|
|
9660
|
+
yellow: import("@elaraai/east").NullType;
|
|
9661
|
+
green: import("@elaraai/east").NullType;
|
|
9662
|
+
teal: import("@elaraai/east").NullType;
|
|
9663
|
+
blue: import("@elaraai/east").NullType;
|
|
9664
|
+
cyan: import("@elaraai/east").NullType;
|
|
9665
|
+
purple: import("@elaraai/east").NullType;
|
|
9666
|
+
pink: import("@elaraai/east").NullType;
|
|
9667
|
+
}>>;
|
|
9668
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
9669
|
+
xs: import("@elaraai/east").NullType;
|
|
9670
|
+
sm: import("@elaraai/east").NullType;
|
|
9671
|
+
md: import("@elaraai/east").NullType;
|
|
9672
|
+
lg: import("@elaraai/east").NullType;
|
|
9673
|
+
}>>;
|
|
9674
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
9675
|
+
}>;
|
|
9676
|
+
TagsInput: StructType<{
|
|
9677
|
+
value: ArrayType<import("@elaraai/east").StringType>;
|
|
9678
|
+
defaultValue: OptionType<ArrayType<import("@elaraai/east").StringType>>;
|
|
9679
|
+
max: OptionType<import("@elaraai/east").IntegerType>;
|
|
9680
|
+
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
9681
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9682
|
+
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
9683
|
+
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
9684
|
+
editable: OptionType<import("@elaraai/east").BooleanType>;
|
|
9685
|
+
delimiter: OptionType<import("@elaraai/east").StringType>;
|
|
9686
|
+
addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
|
|
9687
|
+
blurBehavior: OptionType<import("@elaraai/east").VariantType<{
|
|
9688
|
+
clear: import("@elaraai/east").NullType;
|
|
9689
|
+
add: import("@elaraai/east").NullType;
|
|
9690
|
+
}>>;
|
|
9691
|
+
allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
|
|
9692
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
9693
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
9694
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
9695
|
+
xs: import("@elaraai/east").NullType;
|
|
9696
|
+
sm: import("@elaraai/east").NullType;
|
|
9697
|
+
md: import("@elaraai/east").NullType;
|
|
9698
|
+
lg: import("@elaraai/east").NullType;
|
|
9699
|
+
}>>;
|
|
9700
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
9701
|
+
outline: import("@elaraai/east").NullType;
|
|
9702
|
+
subtle: import("@elaraai/east").NullType;
|
|
9703
|
+
flushed: import("@elaraai/east").NullType;
|
|
9704
|
+
}>>;
|
|
9705
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
9706
|
+
gray: import("@elaraai/east").NullType;
|
|
9707
|
+
red: import("@elaraai/east").NullType;
|
|
9708
|
+
orange: import("@elaraai/east").NullType;
|
|
9709
|
+
yellow: import("@elaraai/east").NullType;
|
|
9710
|
+
green: import("@elaraai/east").NullType;
|
|
9711
|
+
teal: import("@elaraai/east").NullType;
|
|
9712
|
+
blue: import("@elaraai/east").NullType;
|
|
9713
|
+
cyan: import("@elaraai/east").NullType;
|
|
9714
|
+
purple: import("@elaraai/east").NullType;
|
|
9715
|
+
pink: import("@elaraai/east").NullType;
|
|
9716
|
+
}>>;
|
|
9717
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
9718
|
+
onInputChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
9719
|
+
onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
9720
|
+
}>;
|
|
9721
|
+
Textarea: StructType<{
|
|
9722
|
+
value: import("@elaraai/east").StringType;
|
|
9723
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
9724
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
9725
|
+
outline: import("@elaraai/east").NullType;
|
|
9726
|
+
subtle: import("@elaraai/east").NullType;
|
|
9727
|
+
flushed: import("@elaraai/east").NullType;
|
|
9728
|
+
}>>;
|
|
9729
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
9730
|
+
xs: import("@elaraai/east").NullType;
|
|
9731
|
+
sm: import("@elaraai/east").NullType;
|
|
9732
|
+
md: import("@elaraai/east").NullType;
|
|
9733
|
+
lg: import("@elaraai/east").NullType;
|
|
9734
|
+
}>>;
|
|
9735
|
+
resize: OptionType<import("@elaraai/east").VariantType<{
|
|
9736
|
+
none: import("@elaraai/east").NullType;
|
|
9737
|
+
vertical: import("@elaraai/east").NullType;
|
|
9738
|
+
horizontal: import("@elaraai/east").NullType;
|
|
9739
|
+
both: import("@elaraai/east").NullType;
|
|
9740
|
+
}>>;
|
|
9741
|
+
rows: OptionType<import("@elaraai/east").IntegerType>;
|
|
9742
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
9743
|
+
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
9744
|
+
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
9745
|
+
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
9746
|
+
autoresize: OptionType<import("@elaraai/east").BooleanType>;
|
|
9747
|
+
onValidate: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
9748
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
9749
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9750
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9751
|
+
}>;
|
|
9752
|
+
}>;
|
|
7935
9753
|
helperText: OptionType<import("@elaraai/east").StringType>;
|
|
7936
9754
|
errorText: OptionType<import("@elaraai/east").StringType>;
|
|
7937
9755
|
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
7938
9756
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
7939
9757
|
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
7940
9758
|
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
7941
|
-
|
|
7942
|
-
|
|
7943
|
-
|
|
7944
|
-
helperText: OptionType<import("@elaraai/east").StringType>;
|
|
7945
|
-
errorText: OptionType<import("@elaraai/east").StringType>;
|
|
7946
|
-
content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
7947
|
-
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
7948
|
-
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
7949
|
-
style: OptionType<StructType<{
|
|
7950
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
7951
|
-
xs: import("@elaraai/east").NullType;
|
|
7952
|
-
sm: import("@elaraai/east").NullType;
|
|
7953
|
-
md: import("@elaraai/east").NullType;
|
|
7954
|
-
lg: import("@elaraai/east").NullType;
|
|
7955
|
-
}>>;
|
|
9759
|
+
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
9760
|
+
vertical: import("@elaraai/east").NullType;
|
|
9761
|
+
horizontal: import("@elaraai/east").NullType;
|
|
7956
9762
|
}>>;
|
|
7957
9763
|
}>;
|
|
7958
9764
|
Textarea: StructType<{
|
|
@@ -7978,10 +9784,13 @@ export declare const HoverCard: {
|
|
|
7978
9784
|
rows: OptionType<import("@elaraai/east").IntegerType>;
|
|
7979
9785
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
7980
9786
|
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
7981
|
-
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
7982
9787
|
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
7983
9788
|
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
7984
9789
|
autoresize: OptionType<import("@elaraai/east").BooleanType>;
|
|
9790
|
+
onValidate: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
9791
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
9792
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
9793
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
7985
9794
|
}>;
|
|
7986
9795
|
TagsInput: StructType<{
|
|
7987
9796
|
value: ArrayType<import("@elaraai/east").StringType>;
|
|
@@ -8024,6 +9833,9 @@ export declare const HoverCard: {
|
|
|
8024
9833
|
purple: import("@elaraai/east").NullType;
|
|
8025
9834
|
pink: import("@elaraai/east").NullType;
|
|
8026
9835
|
}>>;
|
|
9836
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
9837
|
+
onInputChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
9838
|
+
onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
8027
9839
|
}>;
|
|
8028
9840
|
Progress: StructType<{
|
|
8029
9841
|
value: import("@elaraai/east").FloatType;
|
|
@@ -8123,6 +9935,7 @@ export declare const HoverCard: {
|
|
|
8123
9935
|
xl: import("@elaraai/east").NullType;
|
|
8124
9936
|
}>>;
|
|
8125
9937
|
closable: OptionType<import("@elaraai/east").BooleanType>;
|
|
9938
|
+
onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
8126
9939
|
}>;
|
|
8127
9940
|
Avatar: StructType<{
|
|
8128
9941
|
src: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -10463,6 +12276,9 @@ export declare const HoverCard: {
|
|
|
10463
12276
|
multiple: import("@elaraai/east").NullType;
|
|
10464
12277
|
}>>;
|
|
10465
12278
|
animateContent: OptionType<import("@elaraai/east").BooleanType>;
|
|
12279
|
+
onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
12280
|
+
onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
12281
|
+
onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
10466
12282
|
}>>;
|
|
10467
12283
|
}>;
|
|
10468
12284
|
Table: StructType<{
|
|
@@ -10513,6 +12329,47 @@ export declare const HoverCard: {
|
|
|
10513
12329
|
purple: import("@elaraai/east").NullType;
|
|
10514
12330
|
pink: import("@elaraai/east").NullType;
|
|
10515
12331
|
}>>;
|
|
12332
|
+
onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12333
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12334
|
+
columnKey: import("@elaraai/east").StringType;
|
|
12335
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
12336
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
12337
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
12338
|
+
Float: import("@elaraai/east").FloatType;
|
|
12339
|
+
String: import("@elaraai/east").StringType;
|
|
12340
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
12341
|
+
}>;
|
|
12342
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12343
|
+
onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12344
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12345
|
+
columnKey: import("@elaraai/east").StringType;
|
|
12346
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
12347
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
12348
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
12349
|
+
Float: import("@elaraai/east").FloatType;
|
|
12350
|
+
String: import("@elaraai/east").StringType;
|
|
12351
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
12352
|
+
}>;
|
|
12353
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12354
|
+
onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12355
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12356
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12357
|
+
onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12358
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12359
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12360
|
+
onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12361
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12362
|
+
selected: import("@elaraai/east").BooleanType;
|
|
12363
|
+
selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
|
|
12364
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12365
|
+
onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12366
|
+
columnKey: import("@elaraai/east").StringType;
|
|
12367
|
+
sortIndex: import("@elaraai/east").IntegerType;
|
|
12368
|
+
sortDirection: import("@elaraai/east").VariantType<{
|
|
12369
|
+
asc: import("@elaraai/east").NullType;
|
|
12370
|
+
desc: import("@elaraai/east").NullType;
|
|
12371
|
+
}>;
|
|
12372
|
+
}>], import("@elaraai/east").NullType>>;
|
|
10516
12373
|
}>>;
|
|
10517
12374
|
}>;
|
|
10518
12375
|
Gantt: StructType<{
|
|
@@ -10602,6 +12459,104 @@ export declare const HoverCard: {
|
|
|
10602
12459
|
pink: import("@elaraai/east").NullType;
|
|
10603
12460
|
}>>;
|
|
10604
12461
|
showToday: OptionType<import("@elaraai/east").BooleanType>;
|
|
12462
|
+
dragStep: OptionType<import("@elaraai/east").VariantType<{
|
|
12463
|
+
minutes: import("@elaraai/east").FloatType;
|
|
12464
|
+
hours: import("@elaraai/east").FloatType;
|
|
12465
|
+
days: import("@elaraai/east").FloatType;
|
|
12466
|
+
weeks: import("@elaraai/east").FloatType;
|
|
12467
|
+
months: import("@elaraai/east").FloatType;
|
|
12468
|
+
}>>;
|
|
12469
|
+
durationStep: OptionType<import("@elaraai/east").VariantType<{
|
|
12470
|
+
minutes: import("@elaraai/east").FloatType;
|
|
12471
|
+
hours: import("@elaraai/east").FloatType;
|
|
12472
|
+
days: import("@elaraai/east").FloatType;
|
|
12473
|
+
weeks: import("@elaraai/east").FloatType;
|
|
12474
|
+
months: import("@elaraai/east").FloatType;
|
|
12475
|
+
}>>;
|
|
12476
|
+
onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12477
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12478
|
+
columnKey: import("@elaraai/east").StringType;
|
|
12479
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
12480
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
12481
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
12482
|
+
Float: import("@elaraai/east").FloatType;
|
|
12483
|
+
String: import("@elaraai/east").StringType;
|
|
12484
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
12485
|
+
}>;
|
|
12486
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12487
|
+
onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12488
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12489
|
+
columnKey: import("@elaraai/east").StringType;
|
|
12490
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
12491
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
12492
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
12493
|
+
Float: import("@elaraai/east").FloatType;
|
|
12494
|
+
String: import("@elaraai/east").StringType;
|
|
12495
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
12496
|
+
}>;
|
|
12497
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12498
|
+
onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12499
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12500
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12501
|
+
onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12502
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12503
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12504
|
+
onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12505
|
+
columnKey: import("@elaraai/east").StringType;
|
|
12506
|
+
sortIndex: import("@elaraai/east").IntegerType;
|
|
12507
|
+
sortDirection: import("@elaraai/east").VariantType<{
|
|
12508
|
+
asc: import("@elaraai/east").NullType;
|
|
12509
|
+
desc: import("@elaraai/east").NullType;
|
|
12510
|
+
}>;
|
|
12511
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12512
|
+
onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12513
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12514
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
12515
|
+
taskStart: import("@elaraai/east").DateTimeType;
|
|
12516
|
+
taskEnd: import("@elaraai/east").DateTimeType;
|
|
12517
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12518
|
+
onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12519
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12520
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
12521
|
+
taskStart: import("@elaraai/east").DateTimeType;
|
|
12522
|
+
taskEnd: import("@elaraai/east").DateTimeType;
|
|
12523
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12524
|
+
onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12525
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12526
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
12527
|
+
previousStart: import("@elaraai/east").DateTimeType;
|
|
12528
|
+
previousEnd: import("@elaraai/east").DateTimeType;
|
|
12529
|
+
newStart: import("@elaraai/east").DateTimeType;
|
|
12530
|
+
newEnd: import("@elaraai/east").DateTimeType;
|
|
12531
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12532
|
+
onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12533
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12534
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
12535
|
+
previousEnd: import("@elaraai/east").DateTimeType;
|
|
12536
|
+
newEnd: import("@elaraai/east").DateTimeType;
|
|
12537
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12538
|
+
onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12539
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12540
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
12541
|
+
previousProgress: import("@elaraai/east").FloatType;
|
|
12542
|
+
newProgress: import("@elaraai/east").FloatType;
|
|
12543
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12544
|
+
onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12545
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12546
|
+
milestoneIndex: import("@elaraai/east").IntegerType;
|
|
12547
|
+
milestoneDate: import("@elaraai/east").DateTimeType;
|
|
12548
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12549
|
+
onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12550
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12551
|
+
milestoneIndex: import("@elaraai/east").IntegerType;
|
|
12552
|
+
milestoneDate: import("@elaraai/east").DateTimeType;
|
|
12553
|
+
}>], import("@elaraai/east").NullType>>;
|
|
12554
|
+
onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
12555
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
12556
|
+
milestoneIndex: import("@elaraai/east").IntegerType;
|
|
12557
|
+
previousDate: import("@elaraai/east").DateTimeType;
|
|
12558
|
+
newDate: import("@elaraai/east").DateTimeType;
|
|
12559
|
+
}>], import("@elaraai/east").NullType>>;
|
|
10605
12560
|
}>>;
|
|
10606
12561
|
}>;
|
|
10607
12562
|
Accordion: StructType<{
|
|
@@ -10619,6 +12574,7 @@ export declare const HoverCard: {
|
|
|
10619
12574
|
plain: import("@elaraai/east").NullType;
|
|
10620
12575
|
subtle: import("@elaraai/east").NullType;
|
|
10621
12576
|
}>>;
|
|
12577
|
+
onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
10622
12578
|
}>>;
|
|
10623
12579
|
}>;
|
|
10624
12580
|
Carousel: StructType<{
|
|
@@ -10639,6 +12595,7 @@ export declare const HoverCard: {
|
|
|
10639
12595
|
}>>;
|
|
10640
12596
|
spacing: OptionType<import("@elaraai/east").StringType>;
|
|
10641
12597
|
padding: OptionType<import("@elaraai/east").StringType>;
|
|
12598
|
+
onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
|
|
10642
12599
|
}>>;
|
|
10643
12600
|
}>;
|
|
10644
12601
|
Tabs: StructType<{
|
|
@@ -10691,6 +12648,7 @@ export declare const HoverCard: {
|
|
|
10691
12648
|
purple: import("@elaraai/east").NullType;
|
|
10692
12649
|
pink: import("@elaraai/east").NullType;
|
|
10693
12650
|
}>>;
|
|
12651
|
+
onValueChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
10694
12652
|
}>>;
|
|
10695
12653
|
}>;
|
|
10696
12654
|
Tooltip: StructType<{
|
|
@@ -10773,6 +12731,10 @@ export declare const HoverCard: {
|
|
|
10773
12731
|
dialog: import("@elaraai/east").NullType;
|
|
10774
12732
|
alertdialog: import("@elaraai/east").NullType;
|
|
10775
12733
|
}>>;
|
|
12734
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
12735
|
+
onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
12736
|
+
onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
12737
|
+
onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
10776
12738
|
}>>;
|
|
10777
12739
|
}>;
|
|
10778
12740
|
Drawer: StructType<{
|
|
@@ -10796,6 +12758,8 @@ export declare const HoverCard: {
|
|
|
10796
12758
|
bottom: import("@elaraai/east").NullType;
|
|
10797
12759
|
}>>;
|
|
10798
12760
|
contained: OptionType<import("@elaraai/east").BooleanType>;
|
|
12761
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
12762
|
+
onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
10799
12763
|
}>>;
|
|
10800
12764
|
}>;
|
|
10801
12765
|
Popover: StructType<{
|
|
@@ -10826,6 +12790,7 @@ export declare const HoverCard: {
|
|
|
10826
12790
|
}>>;
|
|
10827
12791
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
10828
12792
|
gutter: OptionType<import("@elaraai/east").IntegerType>;
|
|
12793
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
10829
12794
|
}>>;
|
|
10830
12795
|
}>;
|
|
10831
12796
|
HoverCard: StructType<{
|
|
@@ -10855,6 +12820,7 @@ export declare const HoverCard: {
|
|
|
10855
12820
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
10856
12821
|
openDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
10857
12822
|
closeDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
12823
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
10858
12824
|
}>>;
|
|
10859
12825
|
}>;
|
|
10860
12826
|
ActionBar: StructType<{
|
|
@@ -10868,7 +12834,10 @@ export declare const HoverCard: {
|
|
|
10868
12834
|
}>>;
|
|
10869
12835
|
selectionCount: OptionType<import("@elaraai/east").IntegerType>;
|
|
10870
12836
|
selectionLabel: OptionType<import("@elaraai/east").StringType>;
|
|
10871
|
-
style: OptionType<StructType<{
|
|
12837
|
+
style: OptionType<StructType<{
|
|
12838
|
+
onSelect: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
12839
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
12840
|
+
}>>;
|
|
10872
12841
|
}>;
|
|
10873
12842
|
ToggleTip: StructType<{
|
|
10874
12843
|
trigger: import("@elaraai/east").RecursiveTypeMarker;
|
|
@@ -10889,8 +12858,12 @@ export declare const HoverCard: {
|
|
|
10889
12858
|
"right-end": import("@elaraai/east").NullType;
|
|
10890
12859
|
}>>;
|
|
10891
12860
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
12861
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
10892
12862
|
}>>;
|
|
10893
12863
|
}>;
|
|
12864
|
+
ReactiveComponent: StructType<{
|
|
12865
|
+
render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
|
|
12866
|
+
}>;
|
|
10894
12867
|
}>>;
|
|
10895
12868
|
body: ArrayType<import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
10896
12869
|
Text: StructType<{
|
|
@@ -11059,6 +13032,7 @@ export declare const HoverCard: {
|
|
|
11059
13032
|
highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
|
|
11060
13033
|
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
11061
13034
|
showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
|
|
13035
|
+
wordWrap: OptionType<import("@elaraai/east").BooleanType>;
|
|
11062
13036
|
title: OptionType<import("@elaraai/east").StringType>;
|
|
11063
13037
|
}>;
|
|
11064
13038
|
Button: StructType<{
|
|
@@ -11090,6 +13064,7 @@ export declare const HoverCard: {
|
|
|
11090
13064
|
}>>;
|
|
11091
13065
|
loading: OptionType<import("@elaraai/east").BooleanType>;
|
|
11092
13066
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13067
|
+
onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
11093
13068
|
}>>;
|
|
11094
13069
|
}>;
|
|
11095
13070
|
IconButton: StructType<{
|
|
@@ -11122,6 +13097,7 @@ export declare const HoverCard: {
|
|
|
11122
13097
|
}>>;
|
|
11123
13098
|
loading: OptionType<import("@elaraai/east").BooleanType>;
|
|
11124
13099
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13100
|
+
onClick: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
11125
13101
|
}>>;
|
|
11126
13102
|
}>;
|
|
11127
13103
|
Box: StructType<{
|
|
@@ -11139,6 +13115,28 @@ export declare const HoverCard: {
|
|
|
11139
13115
|
}>>;
|
|
11140
13116
|
width: OptionType<import("@elaraai/east").StringType>;
|
|
11141
13117
|
height: OptionType<import("@elaraai/east").StringType>;
|
|
13118
|
+
minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
13119
|
+
minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
13120
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
13121
|
+
maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
13122
|
+
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
13123
|
+
visible: import("@elaraai/east").NullType;
|
|
13124
|
+
hidden: import("@elaraai/east").NullType;
|
|
13125
|
+
scroll: import("@elaraai/east").NullType;
|
|
13126
|
+
auto: import("@elaraai/east").NullType;
|
|
13127
|
+
}>>;
|
|
13128
|
+
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
13129
|
+
visible: import("@elaraai/east").NullType;
|
|
13130
|
+
hidden: import("@elaraai/east").NullType;
|
|
13131
|
+
scroll: import("@elaraai/east").NullType;
|
|
13132
|
+
auto: import("@elaraai/east").NullType;
|
|
13133
|
+
}>>;
|
|
13134
|
+
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
13135
|
+
visible: import("@elaraai/east").NullType;
|
|
13136
|
+
hidden: import("@elaraai/east").NullType;
|
|
13137
|
+
scroll: import("@elaraai/east").NullType;
|
|
13138
|
+
auto: import("@elaraai/east").NullType;
|
|
13139
|
+
}>>;
|
|
11142
13140
|
padding: OptionType<StructType<{
|
|
11143
13141
|
top: OptionType<import("@elaraai/east").StringType>;
|
|
11144
13142
|
right: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -11151,15 +13149,47 @@ export declare const HoverCard: {
|
|
|
11151
13149
|
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
11152
13150
|
left: OptionType<import("@elaraai/east").StringType>;
|
|
11153
13151
|
}>>;
|
|
11154
|
-
background: OptionType<import("@elaraai/east").StringType>;
|
|
11155
|
-
color: OptionType<import("@elaraai/east").StringType>;
|
|
11156
|
-
borderRadius: OptionType<import("@elaraai/east").StringType>;
|
|
11157
|
-
flexDirection: OptionType<import("@elaraai/east").VariantType<{
|
|
13152
|
+
background: OptionType<import("@elaraai/east").StringType>;
|
|
13153
|
+
color: OptionType<import("@elaraai/east").StringType>;
|
|
13154
|
+
borderRadius: OptionType<import("@elaraai/east").StringType>;
|
|
13155
|
+
flexDirection: OptionType<import("@elaraai/east").VariantType<{
|
|
13156
|
+
row: import("@elaraai/east").NullType;
|
|
13157
|
+
column: import("@elaraai/east").NullType;
|
|
13158
|
+
"row-reverse": import("@elaraai/east").NullType;
|
|
13159
|
+
"column-reverse": import("@elaraai/east").NullType;
|
|
13160
|
+
}>>;
|
|
13161
|
+
justifyContent: OptionType<import("@elaraai/east").VariantType<{
|
|
13162
|
+
"flex-start": import("@elaraai/east").NullType;
|
|
13163
|
+
"flex-end": import("@elaraai/east").NullType;
|
|
13164
|
+
center: import("@elaraai/east").NullType;
|
|
13165
|
+
"space-between": import("@elaraai/east").NullType;
|
|
13166
|
+
"space-around": import("@elaraai/east").NullType;
|
|
13167
|
+
"space-evenly": import("@elaraai/east").NullType;
|
|
13168
|
+
}>>;
|
|
13169
|
+
alignItems: OptionType<import("@elaraai/east").VariantType<{
|
|
13170
|
+
"flex-start": import("@elaraai/east").NullType;
|
|
13171
|
+
"flex-end": import("@elaraai/east").NullType;
|
|
13172
|
+
center: import("@elaraai/east").NullType;
|
|
13173
|
+
baseline: import("@elaraai/east").NullType;
|
|
13174
|
+
stretch: import("@elaraai/east").NullType;
|
|
13175
|
+
}>>;
|
|
13176
|
+
gap: OptionType<import("@elaraai/east").StringType>;
|
|
13177
|
+
}>>;
|
|
13178
|
+
}>;
|
|
13179
|
+
Flex: StructType<{
|
|
13180
|
+
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
13181
|
+
style: OptionType<StructType<{
|
|
13182
|
+
direction: OptionType<import("@elaraai/east").VariantType<{
|
|
11158
13183
|
row: import("@elaraai/east").NullType;
|
|
11159
13184
|
column: import("@elaraai/east").NullType;
|
|
11160
13185
|
"row-reverse": import("@elaraai/east").NullType;
|
|
11161
13186
|
"column-reverse": import("@elaraai/east").NullType;
|
|
11162
13187
|
}>>;
|
|
13188
|
+
wrap: OptionType<import("@elaraai/east").VariantType<{
|
|
13189
|
+
nowrap: import("@elaraai/east").NullType;
|
|
13190
|
+
wrap: import("@elaraai/east").NullType;
|
|
13191
|
+
"wrap-reverse": import("@elaraai/east").NullType;
|
|
13192
|
+
}>>;
|
|
11163
13193
|
justifyContent: OptionType<import("@elaraai/east").VariantType<{
|
|
11164
13194
|
"flex-start": import("@elaraai/east").NullType;
|
|
11165
13195
|
"flex-end": import("@elaraai/east").NullType;
|
|
@@ -11176,6 +13206,45 @@ export declare const HoverCard: {
|
|
|
11176
13206
|
stretch: import("@elaraai/east").NullType;
|
|
11177
13207
|
}>>;
|
|
11178
13208
|
gap: OptionType<import("@elaraai/east").StringType>;
|
|
13209
|
+
width: OptionType<import("@elaraai/east").StringType>;
|
|
13210
|
+
height: OptionType<import("@elaraai/east").StringType>;
|
|
13211
|
+
minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
13212
|
+
minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
13213
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
13214
|
+
maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
13215
|
+
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
13216
|
+
visible: import("@elaraai/east").NullType;
|
|
13217
|
+
hidden: import("@elaraai/east").NullType;
|
|
13218
|
+
scroll: import("@elaraai/east").NullType;
|
|
13219
|
+
auto: import("@elaraai/east").NullType;
|
|
13220
|
+
}>>;
|
|
13221
|
+
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
13222
|
+
visible: import("@elaraai/east").NullType;
|
|
13223
|
+
hidden: import("@elaraai/east").NullType;
|
|
13224
|
+
scroll: import("@elaraai/east").NullType;
|
|
13225
|
+
auto: import("@elaraai/east").NullType;
|
|
13226
|
+
}>>;
|
|
13227
|
+
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
13228
|
+
visible: import("@elaraai/east").NullType;
|
|
13229
|
+
hidden: import("@elaraai/east").NullType;
|
|
13230
|
+
scroll: import("@elaraai/east").NullType;
|
|
13231
|
+
auto: import("@elaraai/east").NullType;
|
|
13232
|
+
}>>;
|
|
13233
|
+
padding: OptionType<StructType<{
|
|
13234
|
+
top: OptionType<import("@elaraai/east").StringType>;
|
|
13235
|
+
right: OptionType<import("@elaraai/east").StringType>;
|
|
13236
|
+
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
13237
|
+
left: OptionType<import("@elaraai/east").StringType>;
|
|
13238
|
+
}>>;
|
|
13239
|
+
margin: OptionType<StructType<{
|
|
13240
|
+
top: OptionType<import("@elaraai/east").StringType>;
|
|
13241
|
+
right: OptionType<import("@elaraai/east").StringType>;
|
|
13242
|
+
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
13243
|
+
left: OptionType<import("@elaraai/east").StringType>;
|
|
13244
|
+
}>>;
|
|
13245
|
+
background: OptionType<import("@elaraai/east").StringType>;
|
|
13246
|
+
color: OptionType<import("@elaraai/east").StringType>;
|
|
13247
|
+
borderRadius: OptionType<import("@elaraai/east").StringType>;
|
|
11179
13248
|
}>>;
|
|
11180
13249
|
}>;
|
|
11181
13250
|
Stack: StructType<{
|
|
@@ -11223,6 +13292,28 @@ export declare const HoverCard: {
|
|
|
11223
13292
|
background: OptionType<import("@elaraai/east").StringType>;
|
|
11224
13293
|
width: OptionType<import("@elaraai/east").StringType>;
|
|
11225
13294
|
height: OptionType<import("@elaraai/east").StringType>;
|
|
13295
|
+
minHeight: OptionType<import("@elaraai/east").StringType>;
|
|
13296
|
+
minWidth: OptionType<import("@elaraai/east").StringType>;
|
|
13297
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
13298
|
+
maxWidth: OptionType<import("@elaraai/east").StringType>;
|
|
13299
|
+
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
13300
|
+
visible: import("@elaraai/east").NullType;
|
|
13301
|
+
hidden: import("@elaraai/east").NullType;
|
|
13302
|
+
scroll: import("@elaraai/east").NullType;
|
|
13303
|
+
auto: import("@elaraai/east").NullType;
|
|
13304
|
+
}>>;
|
|
13305
|
+
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
13306
|
+
visible: import("@elaraai/east").NullType;
|
|
13307
|
+
hidden: import("@elaraai/east").NullType;
|
|
13308
|
+
scroll: import("@elaraai/east").NullType;
|
|
13309
|
+
auto: import("@elaraai/east").NullType;
|
|
13310
|
+
}>>;
|
|
13311
|
+
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
13312
|
+
visible: import("@elaraai/east").NullType;
|
|
13313
|
+
hidden: import("@elaraai/east").NullType;
|
|
13314
|
+
scroll: import("@elaraai/east").NullType;
|
|
13315
|
+
auto: import("@elaraai/east").NullType;
|
|
13316
|
+
}>>;
|
|
11226
13317
|
}>>;
|
|
11227
13318
|
}>;
|
|
11228
13319
|
Separator: StructType<{
|
|
@@ -11317,6 +13408,13 @@ export declare const HoverCard: {
|
|
|
11317
13408
|
horizontal: import("@elaraai/east").NullType;
|
|
11318
13409
|
vertical: import("@elaraai/east").NullType;
|
|
11319
13410
|
}>>;
|
|
13411
|
+
onResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
13412
|
+
size: ArrayType<import("@elaraai/east").FloatType>;
|
|
13413
|
+
}>], import("@elaraai/east").NullType>>;
|
|
13414
|
+
onResizeStart: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13415
|
+
onResizeEnd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
13416
|
+
size: ArrayType<import("@elaraai/east").FloatType>;
|
|
13417
|
+
}>], import("@elaraai/east").NullType>>;
|
|
11320
13418
|
}>>;
|
|
11321
13419
|
}>;
|
|
11322
13420
|
StringInput: StructType<{
|
|
@@ -11336,6 +13434,9 @@ export declare const HoverCard: {
|
|
|
11336
13434
|
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
11337
13435
|
pattern: OptionType<import("@elaraai/east").StringType>;
|
|
11338
13436
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13437
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
13438
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13439
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
11339
13440
|
}>;
|
|
11340
13441
|
IntegerInput: StructType<{
|
|
11341
13442
|
value: import("@elaraai/east").IntegerType;
|
|
@@ -11354,6 +13455,9 @@ export declare const HoverCard: {
|
|
|
11354
13455
|
lg: import("@elaraai/east").NullType;
|
|
11355
13456
|
}>>;
|
|
11356
13457
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13458
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
|
|
13459
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13460
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
11357
13461
|
}>;
|
|
11358
13462
|
FloatInput: StructType<{
|
|
11359
13463
|
value: import("@elaraai/east").FloatType;
|
|
@@ -11373,13 +13477,44 @@ export declare const HoverCard: {
|
|
|
11373
13477
|
lg: import("@elaraai/east").NullType;
|
|
11374
13478
|
}>>;
|
|
11375
13479
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13480
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
13481
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13482
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
11376
13483
|
}>;
|
|
11377
13484
|
DateTimeInput: StructType<{
|
|
11378
13485
|
value: import("@elaraai/east").DateTimeType;
|
|
11379
13486
|
min: OptionType<import("@elaraai/east").DateTimeType>;
|
|
11380
13487
|
max: OptionType<import("@elaraai/east").DateTimeType>;
|
|
11381
|
-
|
|
11382
|
-
|
|
13488
|
+
precision: OptionType<import("@elaraai/east").VariantType<{
|
|
13489
|
+
date: import("@elaraai/east").NullType;
|
|
13490
|
+
time: import("@elaraai/east").NullType;
|
|
13491
|
+
datetime: import("@elaraai/east").NullType;
|
|
13492
|
+
}>>;
|
|
13493
|
+
format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
13494
|
+
literal: import("@elaraai/east").StringType;
|
|
13495
|
+
year4: import("@elaraai/east").NullType;
|
|
13496
|
+
year2: import("@elaraai/east").NullType;
|
|
13497
|
+
month1: import("@elaraai/east").NullType;
|
|
13498
|
+
month2: import("@elaraai/east").NullType;
|
|
13499
|
+
monthNameShort: import("@elaraai/east").NullType;
|
|
13500
|
+
monthNameFull: import("@elaraai/east").NullType;
|
|
13501
|
+
day1: import("@elaraai/east").NullType;
|
|
13502
|
+
day2: import("@elaraai/east").NullType;
|
|
13503
|
+
weekdayNameMin: import("@elaraai/east").NullType;
|
|
13504
|
+
weekdayNameShort: import("@elaraai/east").NullType;
|
|
13505
|
+
weekdayNameFull: import("@elaraai/east").NullType;
|
|
13506
|
+
hour24_1: import("@elaraai/east").NullType;
|
|
13507
|
+
hour24_2: import("@elaraai/east").NullType;
|
|
13508
|
+
hour12_1: import("@elaraai/east").NullType;
|
|
13509
|
+
hour12_2: import("@elaraai/east").NullType;
|
|
13510
|
+
minute1: import("@elaraai/east").NullType;
|
|
13511
|
+
minute2: import("@elaraai/east").NullType;
|
|
13512
|
+
second1: import("@elaraai/east").NullType;
|
|
13513
|
+
second2: import("@elaraai/east").NullType;
|
|
13514
|
+
millisecond3: import("@elaraai/east").NullType;
|
|
13515
|
+
ampmUpper: import("@elaraai/east").NullType;
|
|
13516
|
+
ampmLower: import("@elaraai/east").NullType;
|
|
13517
|
+
}>>>;
|
|
11383
13518
|
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
11384
13519
|
outline: import("@elaraai/east").NullType;
|
|
11385
13520
|
subtle: import("@elaraai/east").NullType;
|
|
@@ -11392,6 +13527,9 @@ export declare const HoverCard: {
|
|
|
11392
13527
|
lg: import("@elaraai/east").NullType;
|
|
11393
13528
|
}>>;
|
|
11394
13529
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13530
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
|
|
13531
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13532
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
11395
13533
|
}>;
|
|
11396
13534
|
Checkbox: StructType<{
|
|
11397
13535
|
checked: import("@elaraai/east").BooleanType;
|
|
@@ -11416,6 +13554,7 @@ export declare const HoverCard: {
|
|
|
11416
13554
|
md: import("@elaraai/east").NullType;
|
|
11417
13555
|
lg: import("@elaraai/east").NullType;
|
|
11418
13556
|
}>>;
|
|
13557
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
11419
13558
|
}>;
|
|
11420
13559
|
Switch: StructType<{
|
|
11421
13560
|
checked: import("@elaraai/east").BooleanType;
|
|
@@ -11439,6 +13578,7 @@ export declare const HoverCard: {
|
|
|
11439
13578
|
md: import("@elaraai/east").NullType;
|
|
11440
13579
|
lg: import("@elaraai/east").NullType;
|
|
11441
13580
|
}>>;
|
|
13581
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
11442
13582
|
}>;
|
|
11443
13583
|
Select: StructType<{
|
|
11444
13584
|
value: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -11456,6 +13596,9 @@ export declare const HoverCard: {
|
|
|
11456
13596
|
md: import("@elaraai/east").NullType;
|
|
11457
13597
|
lg: import("@elaraai/east").NullType;
|
|
11458
13598
|
}>>;
|
|
13599
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
13600
|
+
onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
13601
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
11459
13602
|
}>;
|
|
11460
13603
|
Slider: StructType<{
|
|
11461
13604
|
value: import("@elaraai/east").FloatType;
|
|
@@ -11489,6 +13632,8 @@ export declare const HoverCard: {
|
|
|
11489
13632
|
subtle: import("@elaraai/east").NullType;
|
|
11490
13633
|
}>>;
|
|
11491
13634
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13635
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
13636
|
+
onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
11492
13637
|
}>;
|
|
11493
13638
|
FileUpload: StructType<{
|
|
11494
13639
|
accept: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -11507,31 +13652,358 @@ export declare const HoverCard: {
|
|
|
11507
13652
|
label: OptionType<import("@elaraai/east").StringType>;
|
|
11508
13653
|
dropzoneText: OptionType<import("@elaraai/east").StringType>;
|
|
11509
13654
|
triggerText: OptionType<import("@elaraai/east").StringType>;
|
|
13655
|
+
onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
13656
|
+
name: import("@elaraai/east").StringType;
|
|
13657
|
+
size: import("@elaraai/east").IntegerType;
|
|
13658
|
+
type: import("@elaraai/east").StringType;
|
|
13659
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
13660
|
+
onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
13661
|
+
file: StructType<{
|
|
13662
|
+
name: import("@elaraai/east").StringType;
|
|
13663
|
+
size: import("@elaraai/east").IntegerType;
|
|
13664
|
+
type: import("@elaraai/east").StringType;
|
|
13665
|
+
}>;
|
|
13666
|
+
errors: ArrayType<import("@elaraai/east").StringType>;
|
|
13667
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
11510
13668
|
}>;
|
|
11511
13669
|
Field: StructType<{
|
|
11512
13670
|
label: import("@elaraai/east").StringType;
|
|
11513
|
-
control: import("@elaraai/east").
|
|
13671
|
+
control: import("@elaraai/east").VariantType<{
|
|
13672
|
+
Checkbox: StructType<{
|
|
13673
|
+
checked: import("@elaraai/east").BooleanType;
|
|
13674
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
13675
|
+
indeterminate: OptionType<import("@elaraai/east").BooleanType>;
|
|
13676
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13677
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
13678
|
+
gray: import("@elaraai/east").NullType;
|
|
13679
|
+
red: import("@elaraai/east").NullType;
|
|
13680
|
+
orange: import("@elaraai/east").NullType;
|
|
13681
|
+
yellow: import("@elaraai/east").NullType;
|
|
13682
|
+
green: import("@elaraai/east").NullType;
|
|
13683
|
+
teal: import("@elaraai/east").NullType;
|
|
13684
|
+
blue: import("@elaraai/east").NullType;
|
|
13685
|
+
cyan: import("@elaraai/east").NullType;
|
|
13686
|
+
purple: import("@elaraai/east").NullType;
|
|
13687
|
+
pink: import("@elaraai/east").NullType;
|
|
13688
|
+
}>>;
|
|
13689
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
13690
|
+
xs: import("@elaraai/east").NullType;
|
|
13691
|
+
sm: import("@elaraai/east").NullType;
|
|
13692
|
+
md: import("@elaraai/east").NullType;
|
|
13693
|
+
lg: import("@elaraai/east").NullType;
|
|
13694
|
+
}>>;
|
|
13695
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
13696
|
+
}>;
|
|
13697
|
+
StringInput: StructType<{
|
|
13698
|
+
value: import("@elaraai/east").StringType;
|
|
13699
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
13700
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
13701
|
+
outline: import("@elaraai/east").NullType;
|
|
13702
|
+
subtle: import("@elaraai/east").NullType;
|
|
13703
|
+
flushed: import("@elaraai/east").NullType;
|
|
13704
|
+
}>>;
|
|
13705
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
13706
|
+
xs: import("@elaraai/east").NullType;
|
|
13707
|
+
sm: import("@elaraai/east").NullType;
|
|
13708
|
+
md: import("@elaraai/east").NullType;
|
|
13709
|
+
lg: import("@elaraai/east").NullType;
|
|
13710
|
+
}>>;
|
|
13711
|
+
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
13712
|
+
pattern: OptionType<import("@elaraai/east").StringType>;
|
|
13713
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13714
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
13715
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13716
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13717
|
+
}>;
|
|
13718
|
+
IntegerInput: StructType<{
|
|
13719
|
+
value: import("@elaraai/east").IntegerType;
|
|
13720
|
+
min: OptionType<import("@elaraai/east").IntegerType>;
|
|
13721
|
+
max: OptionType<import("@elaraai/east").IntegerType>;
|
|
13722
|
+
step: OptionType<import("@elaraai/east").IntegerType>;
|
|
13723
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
13724
|
+
outline: import("@elaraai/east").NullType;
|
|
13725
|
+
subtle: import("@elaraai/east").NullType;
|
|
13726
|
+
flushed: import("@elaraai/east").NullType;
|
|
13727
|
+
}>>;
|
|
13728
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
13729
|
+
xs: import("@elaraai/east").NullType;
|
|
13730
|
+
sm: import("@elaraai/east").NullType;
|
|
13731
|
+
md: import("@elaraai/east").NullType;
|
|
13732
|
+
lg: import("@elaraai/east").NullType;
|
|
13733
|
+
}>>;
|
|
13734
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13735
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
|
|
13736
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13737
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13738
|
+
}>;
|
|
13739
|
+
FloatInput: StructType<{
|
|
13740
|
+
value: import("@elaraai/east").FloatType;
|
|
13741
|
+
min: OptionType<import("@elaraai/east").FloatType>;
|
|
13742
|
+
max: OptionType<import("@elaraai/east").FloatType>;
|
|
13743
|
+
step: OptionType<import("@elaraai/east").FloatType>;
|
|
13744
|
+
precision: OptionType<import("@elaraai/east").IntegerType>;
|
|
13745
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
13746
|
+
outline: import("@elaraai/east").NullType;
|
|
13747
|
+
subtle: import("@elaraai/east").NullType;
|
|
13748
|
+
flushed: import("@elaraai/east").NullType;
|
|
13749
|
+
}>>;
|
|
13750
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
13751
|
+
xs: import("@elaraai/east").NullType;
|
|
13752
|
+
sm: import("@elaraai/east").NullType;
|
|
13753
|
+
md: import("@elaraai/east").NullType;
|
|
13754
|
+
lg: import("@elaraai/east").NullType;
|
|
13755
|
+
}>>;
|
|
13756
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13757
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
13758
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13759
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13760
|
+
}>;
|
|
13761
|
+
DateTimeInput: StructType<{
|
|
13762
|
+
value: import("@elaraai/east").DateTimeType;
|
|
13763
|
+
min: OptionType<import("@elaraai/east").DateTimeType>;
|
|
13764
|
+
max: OptionType<import("@elaraai/east").DateTimeType>;
|
|
13765
|
+
precision: OptionType<import("@elaraai/east").VariantType<{
|
|
13766
|
+
date: import("@elaraai/east").NullType;
|
|
13767
|
+
time: import("@elaraai/east").NullType;
|
|
13768
|
+
datetime: import("@elaraai/east").NullType;
|
|
13769
|
+
}>>;
|
|
13770
|
+
format: OptionType<ArrayType<import("@elaraai/east").VariantType<{
|
|
13771
|
+
literal: import("@elaraai/east").StringType;
|
|
13772
|
+
year4: import("@elaraai/east").NullType;
|
|
13773
|
+
year2: import("@elaraai/east").NullType;
|
|
13774
|
+
month1: import("@elaraai/east").NullType;
|
|
13775
|
+
month2: import("@elaraai/east").NullType;
|
|
13776
|
+
monthNameShort: import("@elaraai/east").NullType;
|
|
13777
|
+
monthNameFull: import("@elaraai/east").NullType;
|
|
13778
|
+
day1: import("@elaraai/east").NullType;
|
|
13779
|
+
day2: import("@elaraai/east").NullType;
|
|
13780
|
+
weekdayNameMin: import("@elaraai/east").NullType;
|
|
13781
|
+
weekdayNameShort: import("@elaraai/east").NullType;
|
|
13782
|
+
weekdayNameFull: import("@elaraai/east").NullType;
|
|
13783
|
+
hour24_1: import("@elaraai/east").NullType;
|
|
13784
|
+
hour24_2: import("@elaraai/east").NullType;
|
|
13785
|
+
hour12_1: import("@elaraai/east").NullType;
|
|
13786
|
+
hour12_2: import("@elaraai/east").NullType;
|
|
13787
|
+
minute1: import("@elaraai/east").NullType;
|
|
13788
|
+
minute2: import("@elaraai/east").NullType;
|
|
13789
|
+
second1: import("@elaraai/east").NullType;
|
|
13790
|
+
second2: import("@elaraai/east").NullType;
|
|
13791
|
+
millisecond3: import("@elaraai/east").NullType;
|
|
13792
|
+
ampmUpper: import("@elaraai/east").NullType;
|
|
13793
|
+
ampmLower: import("@elaraai/east").NullType;
|
|
13794
|
+
}>>>;
|
|
13795
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
13796
|
+
outline: import("@elaraai/east").NullType;
|
|
13797
|
+
subtle: import("@elaraai/east").NullType;
|
|
13798
|
+
flushed: import("@elaraai/east").NullType;
|
|
13799
|
+
}>>;
|
|
13800
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
13801
|
+
xs: import("@elaraai/east").NullType;
|
|
13802
|
+
sm: import("@elaraai/east").NullType;
|
|
13803
|
+
md: import("@elaraai/east").NullType;
|
|
13804
|
+
lg: import("@elaraai/east").NullType;
|
|
13805
|
+
}>>;
|
|
13806
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13807
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
|
|
13808
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13809
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13810
|
+
}>;
|
|
13811
|
+
FileUpload: StructType<{
|
|
13812
|
+
accept: OptionType<import("@elaraai/east").StringType>;
|
|
13813
|
+
maxFiles: OptionType<import("@elaraai/east").IntegerType>;
|
|
13814
|
+
maxFileSize: OptionType<import("@elaraai/east").IntegerType>;
|
|
13815
|
+
minFileSize: OptionType<import("@elaraai/east").IntegerType>;
|
|
13816
|
+
directory: OptionType<import("@elaraai/east").BooleanType>;
|
|
13817
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13818
|
+
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
13819
|
+
allowDrop: OptionType<import("@elaraai/east").BooleanType>;
|
|
13820
|
+
capture: OptionType<import("@elaraai/east").VariantType<{
|
|
13821
|
+
user: import("@elaraai/east").NullType;
|
|
13822
|
+
environment: import("@elaraai/east").NullType;
|
|
13823
|
+
}>>;
|
|
13824
|
+
name: OptionType<import("@elaraai/east").StringType>;
|
|
13825
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
13826
|
+
dropzoneText: OptionType<import("@elaraai/east").StringType>;
|
|
13827
|
+
triggerText: OptionType<import("@elaraai/east").StringType>;
|
|
13828
|
+
onFileAccept: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
13829
|
+
name: import("@elaraai/east").StringType;
|
|
13830
|
+
size: import("@elaraai/east").IntegerType;
|
|
13831
|
+
type: import("@elaraai/east").StringType;
|
|
13832
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
13833
|
+
onFileReject: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StructType<{
|
|
13834
|
+
file: StructType<{
|
|
13835
|
+
name: import("@elaraai/east").StringType;
|
|
13836
|
+
size: import("@elaraai/east").IntegerType;
|
|
13837
|
+
type: import("@elaraai/east").StringType;
|
|
13838
|
+
}>;
|
|
13839
|
+
errors: ArrayType<import("@elaraai/east").StringType>;
|
|
13840
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
13841
|
+
}>;
|
|
13842
|
+
Select: StructType<{
|
|
13843
|
+
value: OptionType<import("@elaraai/east").StringType>;
|
|
13844
|
+
items: ArrayType<StructType<{
|
|
13845
|
+
value: import("@elaraai/east").StringType;
|
|
13846
|
+
label: import("@elaraai/east").StringType;
|
|
13847
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13848
|
+
}>>;
|
|
13849
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
13850
|
+
multiple: OptionType<import("@elaraai/east").BooleanType>;
|
|
13851
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13852
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
13853
|
+
xs: import("@elaraai/east").NullType;
|
|
13854
|
+
sm: import("@elaraai/east").NullType;
|
|
13855
|
+
md: import("@elaraai/east").NullType;
|
|
13856
|
+
lg: import("@elaraai/east").NullType;
|
|
13857
|
+
}>>;
|
|
13858
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
13859
|
+
onChangeMultiple: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
13860
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
13861
|
+
}>;
|
|
13862
|
+
Slider: StructType<{
|
|
13863
|
+
value: import("@elaraai/east").FloatType;
|
|
13864
|
+
min: OptionType<import("@elaraai/east").FloatType>;
|
|
13865
|
+
max: OptionType<import("@elaraai/east").FloatType>;
|
|
13866
|
+
step: OptionType<import("@elaraai/east").FloatType>;
|
|
13867
|
+
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
13868
|
+
horizontal: import("@elaraai/east").NullType;
|
|
13869
|
+
vertical: import("@elaraai/east").NullType;
|
|
13870
|
+
}>>;
|
|
13871
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
13872
|
+
gray: import("@elaraai/east").NullType;
|
|
13873
|
+
red: import("@elaraai/east").NullType;
|
|
13874
|
+
orange: import("@elaraai/east").NullType;
|
|
13875
|
+
yellow: import("@elaraai/east").NullType;
|
|
13876
|
+
green: import("@elaraai/east").NullType;
|
|
13877
|
+
teal: import("@elaraai/east").NullType;
|
|
13878
|
+
blue: import("@elaraai/east").NullType;
|
|
13879
|
+
cyan: import("@elaraai/east").NullType;
|
|
13880
|
+
purple: import("@elaraai/east").NullType;
|
|
13881
|
+
pink: import("@elaraai/east").NullType;
|
|
13882
|
+
}>>;
|
|
13883
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
13884
|
+
xs: import("@elaraai/east").NullType;
|
|
13885
|
+
sm: import("@elaraai/east").NullType;
|
|
13886
|
+
md: import("@elaraai/east").NullType;
|
|
13887
|
+
lg: import("@elaraai/east").NullType;
|
|
13888
|
+
}>>;
|
|
13889
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
13890
|
+
outline: import("@elaraai/east").NullType;
|
|
13891
|
+
subtle: import("@elaraai/east").NullType;
|
|
13892
|
+
}>>;
|
|
13893
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13894
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
13895
|
+
onChangeEnd: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").FloatType], import("@elaraai/east").NullType>>;
|
|
13896
|
+
}>;
|
|
13897
|
+
Switch: StructType<{
|
|
13898
|
+
checked: import("@elaraai/east").BooleanType;
|
|
13899
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
13900
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13901
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
13902
|
+
gray: import("@elaraai/east").NullType;
|
|
13903
|
+
red: import("@elaraai/east").NullType;
|
|
13904
|
+
orange: import("@elaraai/east").NullType;
|
|
13905
|
+
yellow: import("@elaraai/east").NullType;
|
|
13906
|
+
green: import("@elaraai/east").NullType;
|
|
13907
|
+
teal: import("@elaraai/east").NullType;
|
|
13908
|
+
blue: import("@elaraai/east").NullType;
|
|
13909
|
+
cyan: import("@elaraai/east").NullType;
|
|
13910
|
+
purple: import("@elaraai/east").NullType;
|
|
13911
|
+
pink: import("@elaraai/east").NullType;
|
|
13912
|
+
}>>;
|
|
13913
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
13914
|
+
xs: import("@elaraai/east").NullType;
|
|
13915
|
+
sm: import("@elaraai/east").NullType;
|
|
13916
|
+
md: import("@elaraai/east").NullType;
|
|
13917
|
+
lg: import("@elaraai/east").NullType;
|
|
13918
|
+
}>>;
|
|
13919
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
13920
|
+
}>;
|
|
13921
|
+
TagsInput: StructType<{
|
|
13922
|
+
value: ArrayType<import("@elaraai/east").StringType>;
|
|
13923
|
+
defaultValue: OptionType<ArrayType<import("@elaraai/east").StringType>>;
|
|
13924
|
+
max: OptionType<import("@elaraai/east").IntegerType>;
|
|
13925
|
+
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
13926
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13927
|
+
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
13928
|
+
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
13929
|
+
editable: OptionType<import("@elaraai/east").BooleanType>;
|
|
13930
|
+
delimiter: OptionType<import("@elaraai/east").StringType>;
|
|
13931
|
+
addOnPaste: OptionType<import("@elaraai/east").BooleanType>;
|
|
13932
|
+
blurBehavior: OptionType<import("@elaraai/east").VariantType<{
|
|
13933
|
+
clear: import("@elaraai/east").NullType;
|
|
13934
|
+
add: import("@elaraai/east").NullType;
|
|
13935
|
+
}>>;
|
|
13936
|
+
allowOverflow: OptionType<import("@elaraai/east").BooleanType>;
|
|
13937
|
+
label: OptionType<import("@elaraai/east").StringType>;
|
|
13938
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
13939
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
13940
|
+
xs: import("@elaraai/east").NullType;
|
|
13941
|
+
sm: import("@elaraai/east").NullType;
|
|
13942
|
+
md: import("@elaraai/east").NullType;
|
|
13943
|
+
lg: import("@elaraai/east").NullType;
|
|
13944
|
+
}>>;
|
|
13945
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
13946
|
+
outline: import("@elaraai/east").NullType;
|
|
13947
|
+
subtle: import("@elaraai/east").NullType;
|
|
13948
|
+
flushed: import("@elaraai/east").NullType;
|
|
13949
|
+
}>>;
|
|
13950
|
+
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
13951
|
+
gray: import("@elaraai/east").NullType;
|
|
13952
|
+
red: import("@elaraai/east").NullType;
|
|
13953
|
+
orange: import("@elaraai/east").NullType;
|
|
13954
|
+
yellow: import("@elaraai/east").NullType;
|
|
13955
|
+
green: import("@elaraai/east").NullType;
|
|
13956
|
+
teal: import("@elaraai/east").NullType;
|
|
13957
|
+
blue: import("@elaraai/east").NullType;
|
|
13958
|
+
cyan: import("@elaraai/east").NullType;
|
|
13959
|
+
purple: import("@elaraai/east").NullType;
|
|
13960
|
+
pink: import("@elaraai/east").NullType;
|
|
13961
|
+
}>>;
|
|
13962
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
13963
|
+
onInputChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
13964
|
+
onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
13965
|
+
}>;
|
|
13966
|
+
Textarea: StructType<{
|
|
13967
|
+
value: import("@elaraai/east").StringType;
|
|
13968
|
+
placeholder: OptionType<import("@elaraai/east").StringType>;
|
|
13969
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
13970
|
+
outline: import("@elaraai/east").NullType;
|
|
13971
|
+
subtle: import("@elaraai/east").NullType;
|
|
13972
|
+
flushed: import("@elaraai/east").NullType;
|
|
13973
|
+
}>>;
|
|
13974
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
13975
|
+
xs: import("@elaraai/east").NullType;
|
|
13976
|
+
sm: import("@elaraai/east").NullType;
|
|
13977
|
+
md: import("@elaraai/east").NullType;
|
|
13978
|
+
lg: import("@elaraai/east").NullType;
|
|
13979
|
+
}>>;
|
|
13980
|
+
resize: OptionType<import("@elaraai/east").VariantType<{
|
|
13981
|
+
none: import("@elaraai/east").NullType;
|
|
13982
|
+
vertical: import("@elaraai/east").NullType;
|
|
13983
|
+
horizontal: import("@elaraai/east").NullType;
|
|
13984
|
+
both: import("@elaraai/east").NullType;
|
|
13985
|
+
}>>;
|
|
13986
|
+
rows: OptionType<import("@elaraai/east").IntegerType>;
|
|
13987
|
+
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
13988
|
+
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
13989
|
+
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
13990
|
+
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
13991
|
+
autoresize: OptionType<import("@elaraai/east").BooleanType>;
|
|
13992
|
+
onValidate: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
13993
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
13994
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13995
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
13996
|
+
}>;
|
|
13997
|
+
}>;
|
|
11514
13998
|
helperText: OptionType<import("@elaraai/east").StringType>;
|
|
11515
13999
|
errorText: OptionType<import("@elaraai/east").StringType>;
|
|
11516
14000
|
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
11517
14001
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
11518
14002
|
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
11519
14003
|
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
11520
|
-
|
|
11521
|
-
|
|
11522
|
-
|
|
11523
|
-
helperText: OptionType<import("@elaraai/east").StringType>;
|
|
11524
|
-
errorText: OptionType<import("@elaraai/east").StringType>;
|
|
11525
|
-
content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
11526
|
-
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
11527
|
-
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
11528
|
-
style: OptionType<StructType<{
|
|
11529
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
11530
|
-
xs: import("@elaraai/east").NullType;
|
|
11531
|
-
sm: import("@elaraai/east").NullType;
|
|
11532
|
-
md: import("@elaraai/east").NullType;
|
|
11533
|
-
lg: import("@elaraai/east").NullType;
|
|
11534
|
-
}>>;
|
|
14004
|
+
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
14005
|
+
vertical: import("@elaraai/east").NullType;
|
|
14006
|
+
horizontal: import("@elaraai/east").NullType;
|
|
11535
14007
|
}>>;
|
|
11536
14008
|
}>;
|
|
11537
14009
|
Textarea: StructType<{
|
|
@@ -11557,10 +14029,13 @@ export declare const HoverCard: {
|
|
|
11557
14029
|
rows: OptionType<import("@elaraai/east").IntegerType>;
|
|
11558
14030
|
disabled: OptionType<import("@elaraai/east").BooleanType>;
|
|
11559
14031
|
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
11560
|
-
invalid: OptionType<import("@elaraai/east").BooleanType>;
|
|
11561
14032
|
required: OptionType<import("@elaraai/east").BooleanType>;
|
|
11562
14033
|
maxLength: OptionType<import("@elaraai/east").IntegerType>;
|
|
11563
14034
|
autoresize: OptionType<import("@elaraai/east").BooleanType>;
|
|
14035
|
+
onValidate: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
14036
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
14037
|
+
onBlur: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
14038
|
+
onFocus: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
11564
14039
|
}>;
|
|
11565
14040
|
TagsInput: StructType<{
|
|
11566
14041
|
value: ArrayType<import("@elaraai/east").StringType>;
|
|
@@ -11603,6 +14078,9 @@ export declare const HoverCard: {
|
|
|
11603
14078
|
purple: import("@elaraai/east").NullType;
|
|
11604
14079
|
pink: import("@elaraai/east").NullType;
|
|
11605
14080
|
}>>;
|
|
14081
|
+
onChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
14082
|
+
onInputChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
14083
|
+
onHighlightChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
11606
14084
|
}>;
|
|
11607
14085
|
Progress: StructType<{
|
|
11608
14086
|
value: import("@elaraai/east").FloatType;
|
|
@@ -11702,6 +14180,7 @@ export declare const HoverCard: {
|
|
|
11702
14180
|
xl: import("@elaraai/east").NullType;
|
|
11703
14181
|
}>>;
|
|
11704
14182
|
closable: OptionType<import("@elaraai/east").BooleanType>;
|
|
14183
|
+
onClose: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
11705
14184
|
}>;
|
|
11706
14185
|
Avatar: StructType<{
|
|
11707
14186
|
src: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -14042,6 +16521,9 @@ export declare const HoverCard: {
|
|
|
14042
16521
|
multiple: import("@elaraai/east").NullType;
|
|
14043
16522
|
}>>;
|
|
14044
16523
|
animateContent: OptionType<import("@elaraai/east").BooleanType>;
|
|
16524
|
+
onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
16525
|
+
onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
16526
|
+
onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
14045
16527
|
}>>;
|
|
14046
16528
|
}>;
|
|
14047
16529
|
Table: StructType<{
|
|
@@ -14092,6 +16574,47 @@ export declare const HoverCard: {
|
|
|
14092
16574
|
purple: import("@elaraai/east").NullType;
|
|
14093
16575
|
pink: import("@elaraai/east").NullType;
|
|
14094
16576
|
}>>;
|
|
16577
|
+
onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16578
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16579
|
+
columnKey: import("@elaraai/east").StringType;
|
|
16580
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
16581
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
16582
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
16583
|
+
Float: import("@elaraai/east").FloatType;
|
|
16584
|
+
String: import("@elaraai/east").StringType;
|
|
16585
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
16586
|
+
}>;
|
|
16587
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16588
|
+
onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16589
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16590
|
+
columnKey: import("@elaraai/east").StringType;
|
|
16591
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
16592
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
16593
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
16594
|
+
Float: import("@elaraai/east").FloatType;
|
|
16595
|
+
String: import("@elaraai/east").StringType;
|
|
16596
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
16597
|
+
}>;
|
|
16598
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16599
|
+
onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16600
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16601
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16602
|
+
onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16603
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16604
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16605
|
+
onRowSelectionChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16606
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16607
|
+
selected: import("@elaraai/east").BooleanType;
|
|
16608
|
+
selectedRowsIndices: ArrayType<import("@elaraai/east").IntegerType>;
|
|
16609
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16610
|
+
onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16611
|
+
columnKey: import("@elaraai/east").StringType;
|
|
16612
|
+
sortIndex: import("@elaraai/east").IntegerType;
|
|
16613
|
+
sortDirection: import("@elaraai/east").VariantType<{
|
|
16614
|
+
asc: import("@elaraai/east").NullType;
|
|
16615
|
+
desc: import("@elaraai/east").NullType;
|
|
16616
|
+
}>;
|
|
16617
|
+
}>], import("@elaraai/east").NullType>>;
|
|
14095
16618
|
}>>;
|
|
14096
16619
|
}>;
|
|
14097
16620
|
Gantt: StructType<{
|
|
@@ -14181,6 +16704,104 @@ export declare const HoverCard: {
|
|
|
14181
16704
|
pink: import("@elaraai/east").NullType;
|
|
14182
16705
|
}>>;
|
|
14183
16706
|
showToday: OptionType<import("@elaraai/east").BooleanType>;
|
|
16707
|
+
dragStep: OptionType<import("@elaraai/east").VariantType<{
|
|
16708
|
+
minutes: import("@elaraai/east").FloatType;
|
|
16709
|
+
hours: import("@elaraai/east").FloatType;
|
|
16710
|
+
days: import("@elaraai/east").FloatType;
|
|
16711
|
+
weeks: import("@elaraai/east").FloatType;
|
|
16712
|
+
months: import("@elaraai/east").FloatType;
|
|
16713
|
+
}>>;
|
|
16714
|
+
durationStep: OptionType<import("@elaraai/east").VariantType<{
|
|
16715
|
+
minutes: import("@elaraai/east").FloatType;
|
|
16716
|
+
hours: import("@elaraai/east").FloatType;
|
|
16717
|
+
days: import("@elaraai/east").FloatType;
|
|
16718
|
+
weeks: import("@elaraai/east").FloatType;
|
|
16719
|
+
months: import("@elaraai/east").FloatType;
|
|
16720
|
+
}>>;
|
|
16721
|
+
onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16722
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16723
|
+
columnKey: import("@elaraai/east").StringType;
|
|
16724
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
16725
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
16726
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
16727
|
+
Float: import("@elaraai/east").FloatType;
|
|
16728
|
+
String: import("@elaraai/east").StringType;
|
|
16729
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
16730
|
+
}>;
|
|
16731
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16732
|
+
onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16733
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16734
|
+
columnKey: import("@elaraai/east").StringType;
|
|
16735
|
+
cellValue: import("@elaraai/east").VariantType<{
|
|
16736
|
+
Boolean: import("@elaraai/east").BooleanType;
|
|
16737
|
+
Integer: import("@elaraai/east").IntegerType;
|
|
16738
|
+
Float: import("@elaraai/east").FloatType;
|
|
16739
|
+
String: import("@elaraai/east").StringType;
|
|
16740
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
16741
|
+
}>;
|
|
16742
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16743
|
+
onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16744
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16745
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16746
|
+
onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16747
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16748
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16749
|
+
onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16750
|
+
columnKey: import("@elaraai/east").StringType;
|
|
16751
|
+
sortIndex: import("@elaraai/east").IntegerType;
|
|
16752
|
+
sortDirection: import("@elaraai/east").VariantType<{
|
|
16753
|
+
asc: import("@elaraai/east").NullType;
|
|
16754
|
+
desc: import("@elaraai/east").NullType;
|
|
16755
|
+
}>;
|
|
16756
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16757
|
+
onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16758
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16759
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
16760
|
+
taskStart: import("@elaraai/east").DateTimeType;
|
|
16761
|
+
taskEnd: import("@elaraai/east").DateTimeType;
|
|
16762
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16763
|
+
onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16764
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16765
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
16766
|
+
taskStart: import("@elaraai/east").DateTimeType;
|
|
16767
|
+
taskEnd: import("@elaraai/east").DateTimeType;
|
|
16768
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16769
|
+
onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16770
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16771
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
16772
|
+
previousStart: import("@elaraai/east").DateTimeType;
|
|
16773
|
+
previousEnd: import("@elaraai/east").DateTimeType;
|
|
16774
|
+
newStart: import("@elaraai/east").DateTimeType;
|
|
16775
|
+
newEnd: import("@elaraai/east").DateTimeType;
|
|
16776
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16777
|
+
onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16778
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16779
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
16780
|
+
previousEnd: import("@elaraai/east").DateTimeType;
|
|
16781
|
+
newEnd: import("@elaraai/east").DateTimeType;
|
|
16782
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16783
|
+
onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16784
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16785
|
+
taskIndex: import("@elaraai/east").IntegerType;
|
|
16786
|
+
previousProgress: import("@elaraai/east").FloatType;
|
|
16787
|
+
newProgress: import("@elaraai/east").FloatType;
|
|
16788
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16789
|
+
onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16790
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16791
|
+
milestoneIndex: import("@elaraai/east").IntegerType;
|
|
16792
|
+
milestoneDate: import("@elaraai/east").DateTimeType;
|
|
16793
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16794
|
+
onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16795
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16796
|
+
milestoneIndex: import("@elaraai/east").IntegerType;
|
|
16797
|
+
milestoneDate: import("@elaraai/east").DateTimeType;
|
|
16798
|
+
}>], import("@elaraai/east").NullType>>;
|
|
16799
|
+
onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
16800
|
+
rowIndex: import("@elaraai/east").IntegerType;
|
|
16801
|
+
milestoneIndex: import("@elaraai/east").IntegerType;
|
|
16802
|
+
previousDate: import("@elaraai/east").DateTimeType;
|
|
16803
|
+
newDate: import("@elaraai/east").DateTimeType;
|
|
16804
|
+
}>], import("@elaraai/east").NullType>>;
|
|
14184
16805
|
}>>;
|
|
14185
16806
|
}>;
|
|
14186
16807
|
Accordion: StructType<{
|
|
@@ -14198,6 +16819,7 @@ export declare const HoverCard: {
|
|
|
14198
16819
|
plain: import("@elaraai/east").NullType;
|
|
14199
16820
|
subtle: import("@elaraai/east").NullType;
|
|
14200
16821
|
}>>;
|
|
16822
|
+
onValueChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<import("@elaraai/east").StringType>], import("@elaraai/east").NullType>>;
|
|
14201
16823
|
}>>;
|
|
14202
16824
|
}>;
|
|
14203
16825
|
Carousel: StructType<{
|
|
@@ -14218,6 +16840,7 @@ export declare const HoverCard: {
|
|
|
14218
16840
|
}>>;
|
|
14219
16841
|
spacing: OptionType<import("@elaraai/east").StringType>;
|
|
14220
16842
|
padding: OptionType<import("@elaraai/east").StringType>;
|
|
16843
|
+
onIndexChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").IntegerType], import("@elaraai/east").NullType>>;
|
|
14221
16844
|
}>>;
|
|
14222
16845
|
}>;
|
|
14223
16846
|
Tabs: StructType<{
|
|
@@ -14270,6 +16893,7 @@ export declare const HoverCard: {
|
|
|
14270
16893
|
purple: import("@elaraai/east").NullType;
|
|
14271
16894
|
pink: import("@elaraai/east").NullType;
|
|
14272
16895
|
}>>;
|
|
16896
|
+
onValueChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
14273
16897
|
}>>;
|
|
14274
16898
|
}>;
|
|
14275
16899
|
Tooltip: StructType<{
|
|
@@ -14352,6 +16976,10 @@ export declare const HoverCard: {
|
|
|
14352
16976
|
dialog: import("@elaraai/east").NullType;
|
|
14353
16977
|
alertdialog: import("@elaraai/east").NullType;
|
|
14354
16978
|
}>>;
|
|
16979
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
16980
|
+
onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
16981
|
+
onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
16982
|
+
onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
14355
16983
|
}>>;
|
|
14356
16984
|
}>;
|
|
14357
16985
|
Drawer: StructType<{
|
|
@@ -14375,6 +17003,8 @@ export declare const HoverCard: {
|
|
|
14375
17003
|
bottom: import("@elaraai/east").NullType;
|
|
14376
17004
|
}>>;
|
|
14377
17005
|
contained: OptionType<import("@elaraai/east").BooleanType>;
|
|
17006
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
17007
|
+
onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], import("@elaraai/east").NullType>>;
|
|
14378
17008
|
}>>;
|
|
14379
17009
|
}>;
|
|
14380
17010
|
Popover: StructType<{
|
|
@@ -14405,6 +17035,7 @@ export declare const HoverCard: {
|
|
|
14405
17035
|
}>>;
|
|
14406
17036
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
14407
17037
|
gutter: OptionType<import("@elaraai/east").IntegerType>;
|
|
17038
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
14408
17039
|
}>>;
|
|
14409
17040
|
}>;
|
|
14410
17041
|
HoverCard: StructType<{
|
|
@@ -14434,6 +17065,7 @@ export declare const HoverCard: {
|
|
|
14434
17065
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
14435
17066
|
openDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
14436
17067
|
closeDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
17068
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
14437
17069
|
}>>;
|
|
14438
17070
|
}>;
|
|
14439
17071
|
ActionBar: StructType<{
|
|
@@ -14447,7 +17079,10 @@ export declare const HoverCard: {
|
|
|
14447
17079
|
}>>;
|
|
14448
17080
|
selectionCount: OptionType<import("@elaraai/east").IntegerType>;
|
|
14449
17081
|
selectionLabel: OptionType<import("@elaraai/east").StringType>;
|
|
14450
|
-
style: OptionType<StructType<{
|
|
17082
|
+
style: OptionType<StructType<{
|
|
17083
|
+
onSelect: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").StringType], import("@elaraai/east").NullType>>;
|
|
17084
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
17085
|
+
}>>;
|
|
14451
17086
|
}>;
|
|
14452
17087
|
ToggleTip: StructType<{
|
|
14453
17088
|
trigger: import("@elaraai/east").RecursiveTypeMarker;
|
|
@@ -14468,8 +17103,12 @@ export declare const HoverCard: {
|
|
|
14468
17103
|
"right-end": import("@elaraai/east").NullType;
|
|
14469
17104
|
}>>;
|
|
14470
17105
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
17106
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
14471
17107
|
}>>;
|
|
14472
17108
|
}>;
|
|
17109
|
+
ReactiveComponent: StructType<{
|
|
17110
|
+
render: import("@elaraai/east").FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
|
|
17111
|
+
}>;
|
|
14473
17112
|
}>>>;
|
|
14474
17113
|
style: OptionType<StructType<{
|
|
14475
17114
|
size: OptionType<import("@elaraai/east").VariantType<{
|
|
@@ -14495,6 +17134,7 @@ export declare const HoverCard: {
|
|
|
14495
17134
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
14496
17135
|
openDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
14497
17136
|
closeDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
17137
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
14498
17138
|
}>>;
|
|
14499
17139
|
}>;
|
|
14500
17140
|
/**
|
|
@@ -14530,6 +17170,7 @@ export declare const HoverCard: {
|
|
|
14530
17170
|
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
14531
17171
|
openDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
14532
17172
|
closeDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
17173
|
+
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
14533
17174
|
}>;
|
|
14534
17175
|
/**
|
|
14535
17176
|
* Size variant type for HoverCard component.
|