@elaraai/east-ui 0.0.1-beta.5 → 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
package/dist/src/component.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright (c) 2025 Elara AI Pty Ltd
|
|
3
3
|
* Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details.
|
|
4
4
|
*/
|
|
5
|
-
import { RecursiveType, VariantType, ArrayType, OptionType, StructType, StringType, IntegerType, FloatType, BooleanType, DictType } from "@elaraai/east";
|
|
5
|
+
import { RecursiveType, VariantType, ArrayType, OptionType, StructType, StringType, IntegerType, FloatType, BooleanType, DictType, FunctionType } from "@elaraai/east";
|
|
6
6
|
/**
|
|
7
7
|
* Recursive type representing any UI component in East UI.
|
|
8
8
|
*
|
|
@@ -214,6 +214,7 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
214
214
|
highlightLines: OptionType<ArrayType<IntegerType>>;
|
|
215
215
|
maxHeight: OptionType<StringType>;
|
|
216
216
|
showCopyButton: OptionType<BooleanType>;
|
|
217
|
+
wordWrap: OptionType<BooleanType>;
|
|
217
218
|
title: OptionType<StringType>;
|
|
218
219
|
}>;
|
|
219
220
|
Button: StructType<{
|
|
@@ -245,6 +246,7 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
245
246
|
}>>;
|
|
246
247
|
loading: OptionType<BooleanType>;
|
|
247
248
|
disabled: OptionType<BooleanType>;
|
|
249
|
+
onClick: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
248
250
|
}>>;
|
|
249
251
|
}>;
|
|
250
252
|
IconButton: StructType<{
|
|
@@ -277,6 +279,7 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
277
279
|
}>>;
|
|
278
280
|
loading: OptionType<BooleanType>;
|
|
279
281
|
disabled: OptionType<BooleanType>;
|
|
282
|
+
onClick: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
280
283
|
}>>;
|
|
281
284
|
}>;
|
|
282
285
|
Box: StructType<{
|
|
@@ -294,6 +297,28 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
294
297
|
}>>;
|
|
295
298
|
width: OptionType<StringType>;
|
|
296
299
|
height: OptionType<StringType>;
|
|
300
|
+
minHeight: OptionType<StringType>;
|
|
301
|
+
minWidth: OptionType<StringType>;
|
|
302
|
+
maxHeight: OptionType<StringType>;
|
|
303
|
+
maxWidth: OptionType<StringType>;
|
|
304
|
+
overflow: OptionType<VariantType<{
|
|
305
|
+
visible: import("@elaraai/east").NullType;
|
|
306
|
+
hidden: import("@elaraai/east").NullType;
|
|
307
|
+
scroll: import("@elaraai/east").NullType;
|
|
308
|
+
auto: import("@elaraai/east").NullType;
|
|
309
|
+
}>>;
|
|
310
|
+
overflowX: OptionType<VariantType<{
|
|
311
|
+
visible: import("@elaraai/east").NullType;
|
|
312
|
+
hidden: import("@elaraai/east").NullType;
|
|
313
|
+
scroll: import("@elaraai/east").NullType;
|
|
314
|
+
auto: import("@elaraai/east").NullType;
|
|
315
|
+
}>>;
|
|
316
|
+
overflowY: OptionType<VariantType<{
|
|
317
|
+
visible: import("@elaraai/east").NullType;
|
|
318
|
+
hidden: import("@elaraai/east").NullType;
|
|
319
|
+
scroll: import("@elaraai/east").NullType;
|
|
320
|
+
auto: import("@elaraai/east").NullType;
|
|
321
|
+
}>>;
|
|
297
322
|
padding: OptionType<StructType<{
|
|
298
323
|
top: OptionType<StringType>;
|
|
299
324
|
right: OptionType<StringType>;
|
|
@@ -333,6 +358,77 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
333
358
|
gap: OptionType<StringType>;
|
|
334
359
|
}>>;
|
|
335
360
|
}>;
|
|
361
|
+
Flex: StructType<{
|
|
362
|
+
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
363
|
+
style: OptionType<StructType<{
|
|
364
|
+
direction: OptionType<VariantType<{
|
|
365
|
+
row: import("@elaraai/east").NullType;
|
|
366
|
+
column: import("@elaraai/east").NullType;
|
|
367
|
+
"row-reverse": import("@elaraai/east").NullType;
|
|
368
|
+
"column-reverse": import("@elaraai/east").NullType;
|
|
369
|
+
}>>;
|
|
370
|
+
wrap: OptionType<VariantType<{
|
|
371
|
+
nowrap: import("@elaraai/east").NullType;
|
|
372
|
+
wrap: import("@elaraai/east").NullType;
|
|
373
|
+
"wrap-reverse": import("@elaraai/east").NullType;
|
|
374
|
+
}>>;
|
|
375
|
+
justifyContent: OptionType<VariantType<{
|
|
376
|
+
"flex-start": import("@elaraai/east").NullType;
|
|
377
|
+
"flex-end": import("@elaraai/east").NullType;
|
|
378
|
+
center: import("@elaraai/east").NullType;
|
|
379
|
+
"space-between": import("@elaraai/east").NullType;
|
|
380
|
+
"space-around": import("@elaraai/east").NullType;
|
|
381
|
+
"space-evenly": import("@elaraai/east").NullType;
|
|
382
|
+
}>>;
|
|
383
|
+
alignItems: OptionType<VariantType<{
|
|
384
|
+
"flex-start": import("@elaraai/east").NullType;
|
|
385
|
+
"flex-end": import("@elaraai/east").NullType;
|
|
386
|
+
center: import("@elaraai/east").NullType;
|
|
387
|
+
baseline: import("@elaraai/east").NullType;
|
|
388
|
+
stretch: import("@elaraai/east").NullType;
|
|
389
|
+
}>>;
|
|
390
|
+
gap: OptionType<StringType>;
|
|
391
|
+
width: OptionType<StringType>;
|
|
392
|
+
height: OptionType<StringType>;
|
|
393
|
+
minHeight: OptionType<StringType>;
|
|
394
|
+
minWidth: OptionType<StringType>;
|
|
395
|
+
maxHeight: OptionType<StringType>;
|
|
396
|
+
maxWidth: OptionType<StringType>;
|
|
397
|
+
overflow: OptionType<VariantType<{
|
|
398
|
+
visible: import("@elaraai/east").NullType;
|
|
399
|
+
hidden: import("@elaraai/east").NullType;
|
|
400
|
+
scroll: import("@elaraai/east").NullType;
|
|
401
|
+
auto: import("@elaraai/east").NullType;
|
|
402
|
+
}>>;
|
|
403
|
+
overflowX: OptionType<VariantType<{
|
|
404
|
+
visible: import("@elaraai/east").NullType;
|
|
405
|
+
hidden: import("@elaraai/east").NullType;
|
|
406
|
+
scroll: import("@elaraai/east").NullType;
|
|
407
|
+
auto: import("@elaraai/east").NullType;
|
|
408
|
+
}>>;
|
|
409
|
+
overflowY: OptionType<VariantType<{
|
|
410
|
+
visible: import("@elaraai/east").NullType;
|
|
411
|
+
hidden: import("@elaraai/east").NullType;
|
|
412
|
+
scroll: import("@elaraai/east").NullType;
|
|
413
|
+
auto: import("@elaraai/east").NullType;
|
|
414
|
+
}>>;
|
|
415
|
+
padding: OptionType<StructType<{
|
|
416
|
+
top: OptionType<StringType>;
|
|
417
|
+
right: OptionType<StringType>;
|
|
418
|
+
bottom: OptionType<StringType>;
|
|
419
|
+
left: OptionType<StringType>;
|
|
420
|
+
}>>;
|
|
421
|
+
margin: OptionType<StructType<{
|
|
422
|
+
top: OptionType<StringType>;
|
|
423
|
+
right: OptionType<StringType>;
|
|
424
|
+
bottom: OptionType<StringType>;
|
|
425
|
+
left: OptionType<StringType>;
|
|
426
|
+
}>>;
|
|
427
|
+
background: OptionType<StringType>;
|
|
428
|
+
color: OptionType<StringType>;
|
|
429
|
+
borderRadius: OptionType<StringType>;
|
|
430
|
+
}>>;
|
|
431
|
+
}>;
|
|
336
432
|
Stack: StructType<{
|
|
337
433
|
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
338
434
|
style: OptionType<StructType<{
|
|
@@ -378,6 +474,28 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
378
474
|
background: OptionType<StringType>;
|
|
379
475
|
width: OptionType<StringType>;
|
|
380
476
|
height: OptionType<StringType>;
|
|
477
|
+
minHeight: OptionType<StringType>;
|
|
478
|
+
minWidth: OptionType<StringType>;
|
|
479
|
+
maxHeight: OptionType<StringType>;
|
|
480
|
+
maxWidth: OptionType<StringType>;
|
|
481
|
+
overflow: OptionType<VariantType<{
|
|
482
|
+
visible: import("@elaraai/east").NullType;
|
|
483
|
+
hidden: import("@elaraai/east").NullType;
|
|
484
|
+
scroll: import("@elaraai/east").NullType;
|
|
485
|
+
auto: import("@elaraai/east").NullType;
|
|
486
|
+
}>>;
|
|
487
|
+
overflowX: OptionType<VariantType<{
|
|
488
|
+
visible: import("@elaraai/east").NullType;
|
|
489
|
+
hidden: import("@elaraai/east").NullType;
|
|
490
|
+
scroll: import("@elaraai/east").NullType;
|
|
491
|
+
auto: import("@elaraai/east").NullType;
|
|
492
|
+
}>>;
|
|
493
|
+
overflowY: OptionType<VariantType<{
|
|
494
|
+
visible: import("@elaraai/east").NullType;
|
|
495
|
+
hidden: import("@elaraai/east").NullType;
|
|
496
|
+
scroll: import("@elaraai/east").NullType;
|
|
497
|
+
auto: import("@elaraai/east").NullType;
|
|
498
|
+
}>>;
|
|
381
499
|
}>>;
|
|
382
500
|
}>;
|
|
383
501
|
Separator: StructType<{
|
|
@@ -472,6 +590,13 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
472
590
|
horizontal: import("@elaraai/east").NullType;
|
|
473
591
|
vertical: import("@elaraai/east").NullType;
|
|
474
592
|
}>>;
|
|
593
|
+
onResize: OptionType<FunctionType<[StructType<{
|
|
594
|
+
size: ArrayType<FloatType>;
|
|
595
|
+
}>], import("@elaraai/east").NullType>>;
|
|
596
|
+
onResizeStart: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
597
|
+
onResizeEnd: OptionType<FunctionType<[StructType<{
|
|
598
|
+
size: ArrayType<FloatType>;
|
|
599
|
+
}>], import("@elaraai/east").NullType>>;
|
|
475
600
|
}>>;
|
|
476
601
|
}>;
|
|
477
602
|
StringInput: StructType<{
|
|
@@ -491,6 +616,9 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
491
616
|
maxLength: OptionType<IntegerType>;
|
|
492
617
|
pattern: OptionType<StringType>;
|
|
493
618
|
disabled: OptionType<BooleanType>;
|
|
619
|
+
onChange: OptionType<FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
620
|
+
onBlur: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
621
|
+
onFocus: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
494
622
|
}>;
|
|
495
623
|
IntegerInput: StructType<{
|
|
496
624
|
value: IntegerType;
|
|
@@ -509,6 +637,9 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
509
637
|
lg: import("@elaraai/east").NullType;
|
|
510
638
|
}>>;
|
|
511
639
|
disabled: OptionType<BooleanType>;
|
|
640
|
+
onChange: OptionType<FunctionType<[IntegerType], import("@elaraai/east").NullType>>;
|
|
641
|
+
onBlur: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
642
|
+
onFocus: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
512
643
|
}>;
|
|
513
644
|
FloatInput: StructType<{
|
|
514
645
|
value: FloatType;
|
|
@@ -528,13 +659,44 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
528
659
|
lg: import("@elaraai/east").NullType;
|
|
529
660
|
}>>;
|
|
530
661
|
disabled: OptionType<BooleanType>;
|
|
662
|
+
onChange: OptionType<FunctionType<[FloatType], import("@elaraai/east").NullType>>;
|
|
663
|
+
onBlur: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
664
|
+
onFocus: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
531
665
|
}>;
|
|
532
666
|
DateTimeInput: StructType<{
|
|
533
667
|
value: import("@elaraai/east").DateTimeType;
|
|
534
668
|
min: OptionType<import("@elaraai/east").DateTimeType>;
|
|
535
669
|
max: OptionType<import("@elaraai/east").DateTimeType>;
|
|
536
|
-
|
|
537
|
-
|
|
670
|
+
precision: OptionType<VariantType<{
|
|
671
|
+
date: import("@elaraai/east").NullType;
|
|
672
|
+
time: import("@elaraai/east").NullType;
|
|
673
|
+
datetime: import("@elaraai/east").NullType;
|
|
674
|
+
}>>;
|
|
675
|
+
format: OptionType<ArrayType<VariantType<{
|
|
676
|
+
literal: StringType;
|
|
677
|
+
year4: import("@elaraai/east").NullType;
|
|
678
|
+
year2: import("@elaraai/east").NullType;
|
|
679
|
+
month1: import("@elaraai/east").NullType;
|
|
680
|
+
month2: import("@elaraai/east").NullType;
|
|
681
|
+
monthNameShort: import("@elaraai/east").NullType;
|
|
682
|
+
monthNameFull: import("@elaraai/east").NullType;
|
|
683
|
+
day1: import("@elaraai/east").NullType;
|
|
684
|
+
day2: import("@elaraai/east").NullType;
|
|
685
|
+
weekdayNameMin: import("@elaraai/east").NullType;
|
|
686
|
+
weekdayNameShort: import("@elaraai/east").NullType;
|
|
687
|
+
weekdayNameFull: import("@elaraai/east").NullType;
|
|
688
|
+
hour24_1: import("@elaraai/east").NullType;
|
|
689
|
+
hour24_2: import("@elaraai/east").NullType;
|
|
690
|
+
hour12_1: import("@elaraai/east").NullType;
|
|
691
|
+
hour12_2: import("@elaraai/east").NullType;
|
|
692
|
+
minute1: import("@elaraai/east").NullType;
|
|
693
|
+
minute2: import("@elaraai/east").NullType;
|
|
694
|
+
second1: import("@elaraai/east").NullType;
|
|
695
|
+
second2: import("@elaraai/east").NullType;
|
|
696
|
+
millisecond3: import("@elaraai/east").NullType;
|
|
697
|
+
ampmUpper: import("@elaraai/east").NullType;
|
|
698
|
+
ampmLower: import("@elaraai/east").NullType;
|
|
699
|
+
}>>>;
|
|
538
700
|
variant: OptionType<VariantType<{
|
|
539
701
|
outline: import("@elaraai/east").NullType;
|
|
540
702
|
subtle: import("@elaraai/east").NullType;
|
|
@@ -547,6 +709,9 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
547
709
|
lg: import("@elaraai/east").NullType;
|
|
548
710
|
}>>;
|
|
549
711
|
disabled: OptionType<BooleanType>;
|
|
712
|
+
onChange: OptionType<FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
|
|
713
|
+
onBlur: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
714
|
+
onFocus: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
550
715
|
}>;
|
|
551
716
|
Checkbox: StructType<{
|
|
552
717
|
checked: BooleanType;
|
|
@@ -571,6 +736,7 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
571
736
|
md: import("@elaraai/east").NullType;
|
|
572
737
|
lg: import("@elaraai/east").NullType;
|
|
573
738
|
}>>;
|
|
739
|
+
onChange: OptionType<FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
574
740
|
}>;
|
|
575
741
|
Switch: StructType<{
|
|
576
742
|
checked: BooleanType;
|
|
@@ -594,6 +760,7 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
594
760
|
md: import("@elaraai/east").NullType;
|
|
595
761
|
lg: import("@elaraai/east").NullType;
|
|
596
762
|
}>>;
|
|
763
|
+
onChange: OptionType<FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
597
764
|
}>;
|
|
598
765
|
Select: StructType<{
|
|
599
766
|
value: OptionType<StringType>;
|
|
@@ -611,6 +778,9 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
611
778
|
md: import("@elaraai/east").NullType;
|
|
612
779
|
lg: import("@elaraai/east").NullType;
|
|
613
780
|
}>>;
|
|
781
|
+
onChange: OptionType<FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
782
|
+
onChangeMultiple: OptionType<FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
783
|
+
onOpenChange: OptionType<FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
614
784
|
}>;
|
|
615
785
|
Slider: StructType<{
|
|
616
786
|
value: FloatType;
|
|
@@ -644,6 +814,8 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
644
814
|
subtle: import("@elaraai/east").NullType;
|
|
645
815
|
}>>;
|
|
646
816
|
disabled: OptionType<BooleanType>;
|
|
817
|
+
onChange: OptionType<FunctionType<[FloatType], import("@elaraai/east").NullType>>;
|
|
818
|
+
onChangeEnd: OptionType<FunctionType<[FloatType], import("@elaraai/east").NullType>>;
|
|
647
819
|
}>;
|
|
648
820
|
FileUpload: StructType<{
|
|
649
821
|
accept: OptionType<StringType>;
|
|
@@ -662,31 +834,358 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
662
834
|
label: OptionType<StringType>;
|
|
663
835
|
dropzoneText: OptionType<StringType>;
|
|
664
836
|
triggerText: OptionType<StringType>;
|
|
837
|
+
onFileAccept: OptionType<FunctionType<[ArrayType<StructType<{
|
|
838
|
+
name: StringType;
|
|
839
|
+
size: IntegerType;
|
|
840
|
+
type: StringType;
|
|
841
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
842
|
+
onFileReject: OptionType<FunctionType<[ArrayType<StructType<{
|
|
843
|
+
file: StructType<{
|
|
844
|
+
name: StringType;
|
|
845
|
+
size: IntegerType;
|
|
846
|
+
type: StringType;
|
|
847
|
+
}>;
|
|
848
|
+
errors: ArrayType<StringType>;
|
|
849
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
665
850
|
}>;
|
|
666
851
|
Field: StructType<{
|
|
667
852
|
label: StringType;
|
|
668
|
-
control:
|
|
853
|
+
control: VariantType<{
|
|
854
|
+
Checkbox: StructType<{
|
|
855
|
+
checked: BooleanType;
|
|
856
|
+
label: OptionType<StringType>;
|
|
857
|
+
indeterminate: OptionType<BooleanType>;
|
|
858
|
+
disabled: OptionType<BooleanType>;
|
|
859
|
+
colorPalette: OptionType<VariantType<{
|
|
860
|
+
gray: import("@elaraai/east").NullType;
|
|
861
|
+
red: import("@elaraai/east").NullType;
|
|
862
|
+
orange: import("@elaraai/east").NullType;
|
|
863
|
+
yellow: import("@elaraai/east").NullType;
|
|
864
|
+
green: import("@elaraai/east").NullType;
|
|
865
|
+
teal: import("@elaraai/east").NullType;
|
|
866
|
+
blue: import("@elaraai/east").NullType;
|
|
867
|
+
cyan: import("@elaraai/east").NullType;
|
|
868
|
+
purple: import("@elaraai/east").NullType;
|
|
869
|
+
pink: import("@elaraai/east").NullType;
|
|
870
|
+
}>>;
|
|
871
|
+
size: OptionType<VariantType<{
|
|
872
|
+
xs: import("@elaraai/east").NullType;
|
|
873
|
+
sm: import("@elaraai/east").NullType;
|
|
874
|
+
md: import("@elaraai/east").NullType;
|
|
875
|
+
lg: import("@elaraai/east").NullType;
|
|
876
|
+
}>>;
|
|
877
|
+
onChange: OptionType<FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
878
|
+
}>;
|
|
879
|
+
StringInput: StructType<{
|
|
880
|
+
value: StringType;
|
|
881
|
+
placeholder: OptionType<StringType>;
|
|
882
|
+
variant: OptionType<VariantType<{
|
|
883
|
+
outline: import("@elaraai/east").NullType;
|
|
884
|
+
subtle: import("@elaraai/east").NullType;
|
|
885
|
+
flushed: import("@elaraai/east").NullType;
|
|
886
|
+
}>>;
|
|
887
|
+
size: OptionType<VariantType<{
|
|
888
|
+
xs: import("@elaraai/east").NullType;
|
|
889
|
+
sm: import("@elaraai/east").NullType;
|
|
890
|
+
md: import("@elaraai/east").NullType;
|
|
891
|
+
lg: import("@elaraai/east").NullType;
|
|
892
|
+
}>>;
|
|
893
|
+
maxLength: OptionType<IntegerType>;
|
|
894
|
+
pattern: OptionType<StringType>;
|
|
895
|
+
disabled: OptionType<BooleanType>;
|
|
896
|
+
onChange: OptionType<FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
897
|
+
onBlur: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
898
|
+
onFocus: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
899
|
+
}>;
|
|
900
|
+
IntegerInput: StructType<{
|
|
901
|
+
value: IntegerType;
|
|
902
|
+
min: OptionType<IntegerType>;
|
|
903
|
+
max: OptionType<IntegerType>;
|
|
904
|
+
step: OptionType<IntegerType>;
|
|
905
|
+
variant: OptionType<VariantType<{
|
|
906
|
+
outline: import("@elaraai/east").NullType;
|
|
907
|
+
subtle: import("@elaraai/east").NullType;
|
|
908
|
+
flushed: import("@elaraai/east").NullType;
|
|
909
|
+
}>>;
|
|
910
|
+
size: OptionType<VariantType<{
|
|
911
|
+
xs: import("@elaraai/east").NullType;
|
|
912
|
+
sm: import("@elaraai/east").NullType;
|
|
913
|
+
md: import("@elaraai/east").NullType;
|
|
914
|
+
lg: import("@elaraai/east").NullType;
|
|
915
|
+
}>>;
|
|
916
|
+
disabled: OptionType<BooleanType>;
|
|
917
|
+
onChange: OptionType<FunctionType<[IntegerType], import("@elaraai/east").NullType>>;
|
|
918
|
+
onBlur: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
919
|
+
onFocus: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
920
|
+
}>;
|
|
921
|
+
FloatInput: StructType<{
|
|
922
|
+
value: FloatType;
|
|
923
|
+
min: OptionType<FloatType>;
|
|
924
|
+
max: OptionType<FloatType>;
|
|
925
|
+
step: OptionType<FloatType>;
|
|
926
|
+
precision: OptionType<IntegerType>;
|
|
927
|
+
variant: OptionType<VariantType<{
|
|
928
|
+
outline: import("@elaraai/east").NullType;
|
|
929
|
+
subtle: import("@elaraai/east").NullType;
|
|
930
|
+
flushed: import("@elaraai/east").NullType;
|
|
931
|
+
}>>;
|
|
932
|
+
size: OptionType<VariantType<{
|
|
933
|
+
xs: import("@elaraai/east").NullType;
|
|
934
|
+
sm: import("@elaraai/east").NullType;
|
|
935
|
+
md: import("@elaraai/east").NullType;
|
|
936
|
+
lg: import("@elaraai/east").NullType;
|
|
937
|
+
}>>;
|
|
938
|
+
disabled: OptionType<BooleanType>;
|
|
939
|
+
onChange: OptionType<FunctionType<[FloatType], import("@elaraai/east").NullType>>;
|
|
940
|
+
onBlur: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
941
|
+
onFocus: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
942
|
+
}>;
|
|
943
|
+
DateTimeInput: StructType<{
|
|
944
|
+
value: import("@elaraai/east").DateTimeType;
|
|
945
|
+
min: OptionType<import("@elaraai/east").DateTimeType>;
|
|
946
|
+
max: OptionType<import("@elaraai/east").DateTimeType>;
|
|
947
|
+
precision: OptionType<VariantType<{
|
|
948
|
+
date: import("@elaraai/east").NullType;
|
|
949
|
+
time: import("@elaraai/east").NullType;
|
|
950
|
+
datetime: import("@elaraai/east").NullType;
|
|
951
|
+
}>>;
|
|
952
|
+
format: OptionType<ArrayType<VariantType<{
|
|
953
|
+
literal: StringType;
|
|
954
|
+
year4: import("@elaraai/east").NullType;
|
|
955
|
+
year2: import("@elaraai/east").NullType;
|
|
956
|
+
month1: import("@elaraai/east").NullType;
|
|
957
|
+
month2: import("@elaraai/east").NullType;
|
|
958
|
+
monthNameShort: import("@elaraai/east").NullType;
|
|
959
|
+
monthNameFull: import("@elaraai/east").NullType;
|
|
960
|
+
day1: import("@elaraai/east").NullType;
|
|
961
|
+
day2: import("@elaraai/east").NullType;
|
|
962
|
+
weekdayNameMin: import("@elaraai/east").NullType;
|
|
963
|
+
weekdayNameShort: import("@elaraai/east").NullType;
|
|
964
|
+
weekdayNameFull: import("@elaraai/east").NullType;
|
|
965
|
+
hour24_1: import("@elaraai/east").NullType;
|
|
966
|
+
hour24_2: import("@elaraai/east").NullType;
|
|
967
|
+
hour12_1: import("@elaraai/east").NullType;
|
|
968
|
+
hour12_2: import("@elaraai/east").NullType;
|
|
969
|
+
minute1: import("@elaraai/east").NullType;
|
|
970
|
+
minute2: import("@elaraai/east").NullType;
|
|
971
|
+
second1: import("@elaraai/east").NullType;
|
|
972
|
+
second2: import("@elaraai/east").NullType;
|
|
973
|
+
millisecond3: import("@elaraai/east").NullType;
|
|
974
|
+
ampmUpper: import("@elaraai/east").NullType;
|
|
975
|
+
ampmLower: import("@elaraai/east").NullType;
|
|
976
|
+
}>>>;
|
|
977
|
+
variant: OptionType<VariantType<{
|
|
978
|
+
outline: import("@elaraai/east").NullType;
|
|
979
|
+
subtle: import("@elaraai/east").NullType;
|
|
980
|
+
flushed: import("@elaraai/east").NullType;
|
|
981
|
+
}>>;
|
|
982
|
+
size: OptionType<VariantType<{
|
|
983
|
+
xs: import("@elaraai/east").NullType;
|
|
984
|
+
sm: import("@elaraai/east").NullType;
|
|
985
|
+
md: import("@elaraai/east").NullType;
|
|
986
|
+
lg: import("@elaraai/east").NullType;
|
|
987
|
+
}>>;
|
|
988
|
+
disabled: OptionType<BooleanType>;
|
|
989
|
+
onChange: OptionType<FunctionType<[import("@elaraai/east").DateTimeType], import("@elaraai/east").NullType>>;
|
|
990
|
+
onBlur: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
991
|
+
onFocus: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
992
|
+
}>;
|
|
993
|
+
FileUpload: StructType<{
|
|
994
|
+
accept: OptionType<StringType>;
|
|
995
|
+
maxFiles: OptionType<IntegerType>;
|
|
996
|
+
maxFileSize: OptionType<IntegerType>;
|
|
997
|
+
minFileSize: OptionType<IntegerType>;
|
|
998
|
+
directory: OptionType<BooleanType>;
|
|
999
|
+
disabled: OptionType<BooleanType>;
|
|
1000
|
+
required: OptionType<BooleanType>;
|
|
1001
|
+
allowDrop: OptionType<BooleanType>;
|
|
1002
|
+
capture: OptionType<VariantType<{
|
|
1003
|
+
user: import("@elaraai/east").NullType;
|
|
1004
|
+
environment: import("@elaraai/east").NullType;
|
|
1005
|
+
}>>;
|
|
1006
|
+
name: OptionType<StringType>;
|
|
1007
|
+
label: OptionType<StringType>;
|
|
1008
|
+
dropzoneText: OptionType<StringType>;
|
|
1009
|
+
triggerText: OptionType<StringType>;
|
|
1010
|
+
onFileAccept: OptionType<FunctionType<[ArrayType<StructType<{
|
|
1011
|
+
name: StringType;
|
|
1012
|
+
size: IntegerType;
|
|
1013
|
+
type: StringType;
|
|
1014
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
1015
|
+
onFileReject: OptionType<FunctionType<[ArrayType<StructType<{
|
|
1016
|
+
file: StructType<{
|
|
1017
|
+
name: StringType;
|
|
1018
|
+
size: IntegerType;
|
|
1019
|
+
type: StringType;
|
|
1020
|
+
}>;
|
|
1021
|
+
errors: ArrayType<StringType>;
|
|
1022
|
+
}>>], import("@elaraai/east").NullType>>;
|
|
1023
|
+
}>;
|
|
1024
|
+
Select: StructType<{
|
|
1025
|
+
value: OptionType<StringType>;
|
|
1026
|
+
items: ArrayType<StructType<{
|
|
1027
|
+
value: StringType;
|
|
1028
|
+
label: StringType;
|
|
1029
|
+
disabled: OptionType<BooleanType>;
|
|
1030
|
+
}>>;
|
|
1031
|
+
placeholder: OptionType<StringType>;
|
|
1032
|
+
multiple: OptionType<BooleanType>;
|
|
1033
|
+
disabled: OptionType<BooleanType>;
|
|
1034
|
+
size: OptionType<VariantType<{
|
|
1035
|
+
xs: import("@elaraai/east").NullType;
|
|
1036
|
+
sm: import("@elaraai/east").NullType;
|
|
1037
|
+
md: import("@elaraai/east").NullType;
|
|
1038
|
+
lg: import("@elaraai/east").NullType;
|
|
1039
|
+
}>>;
|
|
1040
|
+
onChange: OptionType<FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
1041
|
+
onChangeMultiple: OptionType<FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
1042
|
+
onOpenChange: OptionType<FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
1043
|
+
}>;
|
|
1044
|
+
Slider: StructType<{
|
|
1045
|
+
value: FloatType;
|
|
1046
|
+
min: OptionType<FloatType>;
|
|
1047
|
+
max: OptionType<FloatType>;
|
|
1048
|
+
step: OptionType<FloatType>;
|
|
1049
|
+
orientation: OptionType<VariantType<{
|
|
1050
|
+
horizontal: import("@elaraai/east").NullType;
|
|
1051
|
+
vertical: import("@elaraai/east").NullType;
|
|
1052
|
+
}>>;
|
|
1053
|
+
colorPalette: OptionType<VariantType<{
|
|
1054
|
+
gray: import("@elaraai/east").NullType;
|
|
1055
|
+
red: import("@elaraai/east").NullType;
|
|
1056
|
+
orange: import("@elaraai/east").NullType;
|
|
1057
|
+
yellow: import("@elaraai/east").NullType;
|
|
1058
|
+
green: import("@elaraai/east").NullType;
|
|
1059
|
+
teal: import("@elaraai/east").NullType;
|
|
1060
|
+
blue: import("@elaraai/east").NullType;
|
|
1061
|
+
cyan: import("@elaraai/east").NullType;
|
|
1062
|
+
purple: import("@elaraai/east").NullType;
|
|
1063
|
+
pink: import("@elaraai/east").NullType;
|
|
1064
|
+
}>>;
|
|
1065
|
+
size: OptionType<VariantType<{
|
|
1066
|
+
xs: import("@elaraai/east").NullType;
|
|
1067
|
+
sm: import("@elaraai/east").NullType;
|
|
1068
|
+
md: import("@elaraai/east").NullType;
|
|
1069
|
+
lg: import("@elaraai/east").NullType;
|
|
1070
|
+
}>>;
|
|
1071
|
+
variant: OptionType<VariantType<{
|
|
1072
|
+
outline: import("@elaraai/east").NullType;
|
|
1073
|
+
subtle: import("@elaraai/east").NullType;
|
|
1074
|
+
}>>;
|
|
1075
|
+
disabled: OptionType<BooleanType>;
|
|
1076
|
+
onChange: OptionType<FunctionType<[FloatType], import("@elaraai/east").NullType>>;
|
|
1077
|
+
onChangeEnd: OptionType<FunctionType<[FloatType], import("@elaraai/east").NullType>>;
|
|
1078
|
+
}>;
|
|
1079
|
+
Switch: StructType<{
|
|
1080
|
+
checked: BooleanType;
|
|
1081
|
+
label: OptionType<StringType>;
|
|
1082
|
+
disabled: OptionType<BooleanType>;
|
|
1083
|
+
colorPalette: OptionType<VariantType<{
|
|
1084
|
+
gray: import("@elaraai/east").NullType;
|
|
1085
|
+
red: import("@elaraai/east").NullType;
|
|
1086
|
+
orange: import("@elaraai/east").NullType;
|
|
1087
|
+
yellow: import("@elaraai/east").NullType;
|
|
1088
|
+
green: import("@elaraai/east").NullType;
|
|
1089
|
+
teal: import("@elaraai/east").NullType;
|
|
1090
|
+
blue: import("@elaraai/east").NullType;
|
|
1091
|
+
cyan: import("@elaraai/east").NullType;
|
|
1092
|
+
purple: import("@elaraai/east").NullType;
|
|
1093
|
+
pink: import("@elaraai/east").NullType;
|
|
1094
|
+
}>>;
|
|
1095
|
+
size: OptionType<VariantType<{
|
|
1096
|
+
xs: import("@elaraai/east").NullType;
|
|
1097
|
+
sm: import("@elaraai/east").NullType;
|
|
1098
|
+
md: import("@elaraai/east").NullType;
|
|
1099
|
+
lg: import("@elaraai/east").NullType;
|
|
1100
|
+
}>>;
|
|
1101
|
+
onChange: OptionType<FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
1102
|
+
}>;
|
|
1103
|
+
TagsInput: StructType<{
|
|
1104
|
+
value: ArrayType<StringType>;
|
|
1105
|
+
defaultValue: OptionType<ArrayType<StringType>>;
|
|
1106
|
+
max: OptionType<IntegerType>;
|
|
1107
|
+
maxLength: OptionType<IntegerType>;
|
|
1108
|
+
disabled: OptionType<BooleanType>;
|
|
1109
|
+
readOnly: OptionType<BooleanType>;
|
|
1110
|
+
invalid: OptionType<BooleanType>;
|
|
1111
|
+
editable: OptionType<BooleanType>;
|
|
1112
|
+
delimiter: OptionType<StringType>;
|
|
1113
|
+
addOnPaste: OptionType<BooleanType>;
|
|
1114
|
+
blurBehavior: OptionType<VariantType<{
|
|
1115
|
+
clear: import("@elaraai/east").NullType;
|
|
1116
|
+
add: import("@elaraai/east").NullType;
|
|
1117
|
+
}>>;
|
|
1118
|
+
allowOverflow: OptionType<BooleanType>;
|
|
1119
|
+
label: OptionType<StringType>;
|
|
1120
|
+
placeholder: OptionType<StringType>;
|
|
1121
|
+
size: OptionType<VariantType<{
|
|
1122
|
+
xs: import("@elaraai/east").NullType;
|
|
1123
|
+
sm: import("@elaraai/east").NullType;
|
|
1124
|
+
md: import("@elaraai/east").NullType;
|
|
1125
|
+
lg: import("@elaraai/east").NullType;
|
|
1126
|
+
}>>;
|
|
1127
|
+
variant: OptionType<VariantType<{
|
|
1128
|
+
outline: import("@elaraai/east").NullType;
|
|
1129
|
+
subtle: import("@elaraai/east").NullType;
|
|
1130
|
+
flushed: import("@elaraai/east").NullType;
|
|
1131
|
+
}>>;
|
|
1132
|
+
colorPalette: OptionType<VariantType<{
|
|
1133
|
+
gray: import("@elaraai/east").NullType;
|
|
1134
|
+
red: import("@elaraai/east").NullType;
|
|
1135
|
+
orange: import("@elaraai/east").NullType;
|
|
1136
|
+
yellow: import("@elaraai/east").NullType;
|
|
1137
|
+
green: import("@elaraai/east").NullType;
|
|
1138
|
+
teal: import("@elaraai/east").NullType;
|
|
1139
|
+
blue: import("@elaraai/east").NullType;
|
|
1140
|
+
cyan: import("@elaraai/east").NullType;
|
|
1141
|
+
purple: import("@elaraai/east").NullType;
|
|
1142
|
+
pink: import("@elaraai/east").NullType;
|
|
1143
|
+
}>>;
|
|
1144
|
+
onChange: OptionType<FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
1145
|
+
onInputChange: OptionType<FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
1146
|
+
onHighlightChange: OptionType<FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
|
|
1147
|
+
}>;
|
|
1148
|
+
Textarea: StructType<{
|
|
1149
|
+
value: StringType;
|
|
1150
|
+
placeholder: OptionType<StringType>;
|
|
1151
|
+
variant: OptionType<VariantType<{
|
|
1152
|
+
outline: import("@elaraai/east").NullType;
|
|
1153
|
+
subtle: import("@elaraai/east").NullType;
|
|
1154
|
+
flushed: import("@elaraai/east").NullType;
|
|
1155
|
+
}>>;
|
|
1156
|
+
size: OptionType<VariantType<{
|
|
1157
|
+
xs: import("@elaraai/east").NullType;
|
|
1158
|
+
sm: import("@elaraai/east").NullType;
|
|
1159
|
+
md: import("@elaraai/east").NullType;
|
|
1160
|
+
lg: import("@elaraai/east").NullType;
|
|
1161
|
+
}>>;
|
|
1162
|
+
resize: OptionType<VariantType<{
|
|
1163
|
+
none: import("@elaraai/east").NullType;
|
|
1164
|
+
vertical: import("@elaraai/east").NullType;
|
|
1165
|
+
horizontal: import("@elaraai/east").NullType;
|
|
1166
|
+
both: import("@elaraai/east").NullType;
|
|
1167
|
+
}>>;
|
|
1168
|
+
rows: OptionType<IntegerType>;
|
|
1169
|
+
disabled: OptionType<BooleanType>;
|
|
1170
|
+
readOnly: OptionType<BooleanType>;
|
|
1171
|
+
required: OptionType<BooleanType>;
|
|
1172
|
+
maxLength: OptionType<IntegerType>;
|
|
1173
|
+
autoresize: OptionType<BooleanType>;
|
|
1174
|
+
onValidate: OptionType<FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
1175
|
+
onChange: OptionType<FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
1176
|
+
onBlur: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
1177
|
+
onFocus: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
1178
|
+
}>;
|
|
1179
|
+
}>;
|
|
669
1180
|
helperText: OptionType<StringType>;
|
|
670
1181
|
errorText: OptionType<StringType>;
|
|
671
1182
|
required: OptionType<BooleanType>;
|
|
672
1183
|
disabled: OptionType<BooleanType>;
|
|
673
1184
|
invalid: OptionType<BooleanType>;
|
|
674
1185
|
readOnly: OptionType<BooleanType>;
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
helperText: OptionType<StringType>;
|
|
679
|
-
errorText: OptionType<StringType>;
|
|
680
|
-
content: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
681
|
-
disabled: OptionType<BooleanType>;
|
|
682
|
-
invalid: OptionType<BooleanType>;
|
|
683
|
-
style: OptionType<StructType<{
|
|
684
|
-
size: OptionType<VariantType<{
|
|
685
|
-
xs: import("@elaraai/east").NullType;
|
|
686
|
-
sm: import("@elaraai/east").NullType;
|
|
687
|
-
md: import("@elaraai/east").NullType;
|
|
688
|
-
lg: import("@elaraai/east").NullType;
|
|
689
|
-
}>>;
|
|
1186
|
+
orientation: OptionType<VariantType<{
|
|
1187
|
+
vertical: import("@elaraai/east").NullType;
|
|
1188
|
+
horizontal: import("@elaraai/east").NullType;
|
|
690
1189
|
}>>;
|
|
691
1190
|
}>;
|
|
692
1191
|
Textarea: StructType<{
|
|
@@ -712,10 +1211,13 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
712
1211
|
rows: OptionType<IntegerType>;
|
|
713
1212
|
disabled: OptionType<BooleanType>;
|
|
714
1213
|
readOnly: OptionType<BooleanType>;
|
|
715
|
-
invalid: OptionType<BooleanType>;
|
|
716
1214
|
required: OptionType<BooleanType>;
|
|
717
1215
|
maxLength: OptionType<IntegerType>;
|
|
718
1216
|
autoresize: OptionType<BooleanType>;
|
|
1217
|
+
onValidate: OptionType<FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
1218
|
+
onChange: OptionType<FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
1219
|
+
onBlur: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
1220
|
+
onFocus: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
719
1221
|
}>;
|
|
720
1222
|
TagsInput: StructType<{
|
|
721
1223
|
value: ArrayType<StringType>;
|
|
@@ -758,6 +1260,9 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
758
1260
|
purple: import("@elaraai/east").NullType;
|
|
759
1261
|
pink: import("@elaraai/east").NullType;
|
|
760
1262
|
}>>;
|
|
1263
|
+
onChange: OptionType<FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
1264
|
+
onInputChange: OptionType<FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
1265
|
+
onHighlightChange: OptionType<FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
|
|
761
1266
|
}>;
|
|
762
1267
|
Progress: StructType<{
|
|
763
1268
|
value: FloatType;
|
|
@@ -857,6 +1362,7 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
857
1362
|
xl: import("@elaraai/east").NullType;
|
|
858
1363
|
}>>;
|
|
859
1364
|
closable: OptionType<BooleanType>;
|
|
1365
|
+
onClose: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
860
1366
|
}>;
|
|
861
1367
|
Avatar: StructType<{
|
|
862
1368
|
src: OptionType<StringType>;
|
|
@@ -3197,6 +3703,9 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
3197
3703
|
multiple: import("@elaraai/east").NullType;
|
|
3198
3704
|
}>>;
|
|
3199
3705
|
animateContent: OptionType<BooleanType>;
|
|
3706
|
+
onExpandedChange: OptionType<FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
3707
|
+
onSelectionChange: OptionType<FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
3708
|
+
onFocusChange: OptionType<FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
|
|
3200
3709
|
}>>;
|
|
3201
3710
|
}>;
|
|
3202
3711
|
Table: StructType<{
|
|
@@ -3247,6 +3756,47 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
3247
3756
|
purple: import("@elaraai/east").NullType;
|
|
3248
3757
|
pink: import("@elaraai/east").NullType;
|
|
3249
3758
|
}>>;
|
|
3759
|
+
onCellClick: OptionType<FunctionType<[StructType<{
|
|
3760
|
+
rowIndex: IntegerType;
|
|
3761
|
+
columnKey: StringType;
|
|
3762
|
+
cellValue: VariantType<{
|
|
3763
|
+
Boolean: BooleanType;
|
|
3764
|
+
Integer: IntegerType;
|
|
3765
|
+
Float: FloatType;
|
|
3766
|
+
String: StringType;
|
|
3767
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
3768
|
+
}>;
|
|
3769
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3770
|
+
onCellDoubleClick: OptionType<FunctionType<[StructType<{
|
|
3771
|
+
rowIndex: IntegerType;
|
|
3772
|
+
columnKey: StringType;
|
|
3773
|
+
cellValue: VariantType<{
|
|
3774
|
+
Boolean: BooleanType;
|
|
3775
|
+
Integer: IntegerType;
|
|
3776
|
+
Float: FloatType;
|
|
3777
|
+
String: StringType;
|
|
3778
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
3779
|
+
}>;
|
|
3780
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3781
|
+
onRowClick: OptionType<FunctionType<[StructType<{
|
|
3782
|
+
rowIndex: IntegerType;
|
|
3783
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3784
|
+
onRowDoubleClick: OptionType<FunctionType<[StructType<{
|
|
3785
|
+
rowIndex: IntegerType;
|
|
3786
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3787
|
+
onRowSelectionChange: OptionType<FunctionType<[StructType<{
|
|
3788
|
+
rowIndex: IntegerType;
|
|
3789
|
+
selected: BooleanType;
|
|
3790
|
+
selectedRowsIndices: ArrayType<IntegerType>;
|
|
3791
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3792
|
+
onSortChange: OptionType<FunctionType<[StructType<{
|
|
3793
|
+
columnKey: StringType;
|
|
3794
|
+
sortIndex: IntegerType;
|
|
3795
|
+
sortDirection: VariantType<{
|
|
3796
|
+
asc: import("@elaraai/east").NullType;
|
|
3797
|
+
desc: import("@elaraai/east").NullType;
|
|
3798
|
+
}>;
|
|
3799
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3250
3800
|
}>>;
|
|
3251
3801
|
}>;
|
|
3252
3802
|
Gantt: StructType<{
|
|
@@ -3336,6 +3886,104 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
3336
3886
|
pink: import("@elaraai/east").NullType;
|
|
3337
3887
|
}>>;
|
|
3338
3888
|
showToday: OptionType<BooleanType>;
|
|
3889
|
+
dragStep: OptionType<VariantType<{
|
|
3890
|
+
minutes: FloatType;
|
|
3891
|
+
hours: FloatType;
|
|
3892
|
+
days: FloatType;
|
|
3893
|
+
weeks: FloatType;
|
|
3894
|
+
months: FloatType;
|
|
3895
|
+
}>>;
|
|
3896
|
+
durationStep: OptionType<VariantType<{
|
|
3897
|
+
minutes: FloatType;
|
|
3898
|
+
hours: FloatType;
|
|
3899
|
+
days: FloatType;
|
|
3900
|
+
weeks: FloatType;
|
|
3901
|
+
months: FloatType;
|
|
3902
|
+
}>>;
|
|
3903
|
+
onCellClick: OptionType<FunctionType<[StructType<{
|
|
3904
|
+
rowIndex: IntegerType;
|
|
3905
|
+
columnKey: StringType;
|
|
3906
|
+
cellValue: VariantType<{
|
|
3907
|
+
Boolean: BooleanType;
|
|
3908
|
+
Integer: IntegerType;
|
|
3909
|
+
Float: FloatType;
|
|
3910
|
+
String: StringType;
|
|
3911
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
3912
|
+
}>;
|
|
3913
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3914
|
+
onCellDoubleClick: OptionType<FunctionType<[StructType<{
|
|
3915
|
+
rowIndex: IntegerType;
|
|
3916
|
+
columnKey: StringType;
|
|
3917
|
+
cellValue: VariantType<{
|
|
3918
|
+
Boolean: BooleanType;
|
|
3919
|
+
Integer: IntegerType;
|
|
3920
|
+
Float: FloatType;
|
|
3921
|
+
String: StringType;
|
|
3922
|
+
DateTime: import("@elaraai/east").DateTimeType;
|
|
3923
|
+
}>;
|
|
3924
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3925
|
+
onRowClick: OptionType<FunctionType<[StructType<{
|
|
3926
|
+
rowIndex: IntegerType;
|
|
3927
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3928
|
+
onRowDoubleClick: OptionType<FunctionType<[StructType<{
|
|
3929
|
+
rowIndex: IntegerType;
|
|
3930
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3931
|
+
onSortChange: OptionType<FunctionType<[StructType<{
|
|
3932
|
+
columnKey: StringType;
|
|
3933
|
+
sortIndex: IntegerType;
|
|
3934
|
+
sortDirection: VariantType<{
|
|
3935
|
+
asc: import("@elaraai/east").NullType;
|
|
3936
|
+
desc: import("@elaraai/east").NullType;
|
|
3937
|
+
}>;
|
|
3938
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3939
|
+
onTaskClick: OptionType<FunctionType<[StructType<{
|
|
3940
|
+
rowIndex: IntegerType;
|
|
3941
|
+
taskIndex: IntegerType;
|
|
3942
|
+
taskStart: import("@elaraai/east").DateTimeType;
|
|
3943
|
+
taskEnd: import("@elaraai/east").DateTimeType;
|
|
3944
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3945
|
+
onTaskDoubleClick: OptionType<FunctionType<[StructType<{
|
|
3946
|
+
rowIndex: IntegerType;
|
|
3947
|
+
taskIndex: IntegerType;
|
|
3948
|
+
taskStart: import("@elaraai/east").DateTimeType;
|
|
3949
|
+
taskEnd: import("@elaraai/east").DateTimeType;
|
|
3950
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3951
|
+
onTaskDrag: OptionType<FunctionType<[StructType<{
|
|
3952
|
+
rowIndex: IntegerType;
|
|
3953
|
+
taskIndex: IntegerType;
|
|
3954
|
+
previousStart: import("@elaraai/east").DateTimeType;
|
|
3955
|
+
previousEnd: import("@elaraai/east").DateTimeType;
|
|
3956
|
+
newStart: import("@elaraai/east").DateTimeType;
|
|
3957
|
+
newEnd: import("@elaraai/east").DateTimeType;
|
|
3958
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3959
|
+
onTaskDurationChange: OptionType<FunctionType<[StructType<{
|
|
3960
|
+
rowIndex: IntegerType;
|
|
3961
|
+
taskIndex: IntegerType;
|
|
3962
|
+
previousEnd: import("@elaraai/east").DateTimeType;
|
|
3963
|
+
newEnd: import("@elaraai/east").DateTimeType;
|
|
3964
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3965
|
+
onTaskProgressChange: OptionType<FunctionType<[StructType<{
|
|
3966
|
+
rowIndex: IntegerType;
|
|
3967
|
+
taskIndex: IntegerType;
|
|
3968
|
+
previousProgress: FloatType;
|
|
3969
|
+
newProgress: FloatType;
|
|
3970
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3971
|
+
onMilestoneClick: OptionType<FunctionType<[StructType<{
|
|
3972
|
+
rowIndex: IntegerType;
|
|
3973
|
+
milestoneIndex: IntegerType;
|
|
3974
|
+
milestoneDate: import("@elaraai/east").DateTimeType;
|
|
3975
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3976
|
+
onMilestoneDoubleClick: OptionType<FunctionType<[StructType<{
|
|
3977
|
+
rowIndex: IntegerType;
|
|
3978
|
+
milestoneIndex: IntegerType;
|
|
3979
|
+
milestoneDate: import("@elaraai/east").DateTimeType;
|
|
3980
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3981
|
+
onMilestoneDrag: OptionType<FunctionType<[StructType<{
|
|
3982
|
+
rowIndex: IntegerType;
|
|
3983
|
+
milestoneIndex: IntegerType;
|
|
3984
|
+
previousDate: import("@elaraai/east").DateTimeType;
|
|
3985
|
+
newDate: import("@elaraai/east").DateTimeType;
|
|
3986
|
+
}>], import("@elaraai/east").NullType>>;
|
|
3339
3987
|
}>>;
|
|
3340
3988
|
}>;
|
|
3341
3989
|
Accordion: StructType<{
|
|
@@ -3353,6 +4001,7 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
3353
4001
|
plain: import("@elaraai/east").NullType;
|
|
3354
4002
|
subtle: import("@elaraai/east").NullType;
|
|
3355
4003
|
}>>;
|
|
4004
|
+
onValueChange: OptionType<FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
3356
4005
|
}>>;
|
|
3357
4006
|
}>;
|
|
3358
4007
|
Carousel: StructType<{
|
|
@@ -3373,6 +4022,7 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
3373
4022
|
}>>;
|
|
3374
4023
|
spacing: OptionType<StringType>;
|
|
3375
4024
|
padding: OptionType<StringType>;
|
|
4025
|
+
onIndexChange: OptionType<FunctionType<[IntegerType], import("@elaraai/east").NullType>>;
|
|
3376
4026
|
}>>;
|
|
3377
4027
|
}>;
|
|
3378
4028
|
Tabs: StructType<{
|
|
@@ -3425,6 +4075,7 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
3425
4075
|
purple: import("@elaraai/east").NullType;
|
|
3426
4076
|
pink: import("@elaraai/east").NullType;
|
|
3427
4077
|
}>>;
|
|
4078
|
+
onValueChange: OptionType<FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
3428
4079
|
}>>;
|
|
3429
4080
|
}>;
|
|
3430
4081
|
Tooltip: StructType<{
|
|
@@ -3507,6 +4158,10 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
3507
4158
|
dialog: import("@elaraai/east").NullType;
|
|
3508
4159
|
alertdialog: import("@elaraai/east").NullType;
|
|
3509
4160
|
}>>;
|
|
4161
|
+
onOpenChange: OptionType<FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
4162
|
+
onExitComplete: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4163
|
+
onEscapeKeyDown: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
4164
|
+
onInteractOutside: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
3510
4165
|
}>>;
|
|
3511
4166
|
}>;
|
|
3512
4167
|
Drawer: StructType<{
|
|
@@ -3530,6 +4185,8 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
3530
4185
|
bottom: import("@elaraai/east").NullType;
|
|
3531
4186
|
}>>;
|
|
3532
4187
|
contained: OptionType<BooleanType>;
|
|
4188
|
+
onOpenChange: OptionType<FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
4189
|
+
onExitComplete: OptionType<FunctionType<[], import("@elaraai/east").NullType>>;
|
|
3533
4190
|
}>>;
|
|
3534
4191
|
}>;
|
|
3535
4192
|
Popover: StructType<{
|
|
@@ -3560,6 +4217,7 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
3560
4217
|
}>>;
|
|
3561
4218
|
hasArrow: OptionType<BooleanType>;
|
|
3562
4219
|
gutter: OptionType<IntegerType>;
|
|
4220
|
+
onOpenChange: OptionType<FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
3563
4221
|
}>>;
|
|
3564
4222
|
}>;
|
|
3565
4223
|
HoverCard: StructType<{
|
|
@@ -3589,6 +4247,7 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
3589
4247
|
hasArrow: OptionType<BooleanType>;
|
|
3590
4248
|
openDelay: OptionType<IntegerType>;
|
|
3591
4249
|
closeDelay: OptionType<IntegerType>;
|
|
4250
|
+
onOpenChange: OptionType<FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
3592
4251
|
}>>;
|
|
3593
4252
|
}>;
|
|
3594
4253
|
ActionBar: StructType<{
|
|
@@ -3602,7 +4261,10 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
3602
4261
|
}>>;
|
|
3603
4262
|
selectionCount: OptionType<IntegerType>;
|
|
3604
4263
|
selectionLabel: OptionType<StringType>;
|
|
3605
|
-
style: OptionType<StructType<{
|
|
4264
|
+
style: OptionType<StructType<{
|
|
4265
|
+
onSelect: OptionType<FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
4266
|
+
onOpenChange: OptionType<FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
4267
|
+
}>>;
|
|
3606
4268
|
}>;
|
|
3607
4269
|
ToggleTip: StructType<{
|
|
3608
4270
|
trigger: import("@elaraai/east").RecursiveTypeMarker;
|
|
@@ -3623,8 +4285,13 @@ export declare const UIComponentType: RecursiveType<VariantType<{
|
|
|
3623
4285
|
"right-end": import("@elaraai/east").NullType;
|
|
3624
4286
|
}>>;
|
|
3625
4287
|
hasArrow: OptionType<BooleanType>;
|
|
4288
|
+
onOpenChange: OptionType<FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
3626
4289
|
}>>;
|
|
3627
4290
|
}>;
|
|
4291
|
+
ReactiveComponent: StructType<{
|
|
4292
|
+
/** The render function to execute - returns UIComponentType */
|
|
4293
|
+
render: FunctionType<[], import("@elaraai/east").RecursiveTypeMarker>;
|
|
4294
|
+
}>;
|
|
3628
4295
|
}>>;
|
|
3629
4296
|
/**
|
|
3630
4297
|
* Type alias for UIComponentType.
|