@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/overlays/tooltip/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,kBAAkB,EAEvB,UAAU,EACV,WAAW,EACX,UAAU,EACV,UAAU,EAEb,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAEH,SAAS,EAET,KAAK,YAAY,EACpB,MAAM,YAAY,CAAC;AAGpB,OAAO,EACH,aAAa,EACb,SAAS,EACT,gBAAgB,EAChB,KAAK,YAAY,EACjB,KAAK,gBAAgB,GACxB,MAAM,YAAY,CAAC;AAMpB;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/overlays/tooltip/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,kBAAkB,EAEvB,UAAU,EACV,WAAW,EACX,UAAU,EACV,UAAU,EAEb,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAEH,SAAS,EAET,KAAK,YAAY,EACpB,MAAM,YAAY,CAAC;AAGpB,OAAO,EACH,aAAa,EACb,SAAS,EACT,gBAAgB,EAChB,KAAK,YAAY,EACjB,KAAK,gBAAgB,GACxB,MAAM,YAAY,CAAC;AAMpB;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKtB,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,WAAW,CAAC;AAM7C;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,iBAAS,aAAa,CAClB,OAAO,EAAE,kBAAkB,CAAC,eAAe,CAAC,EAC5C,OAAO,EAAE,kBAAkB,CAAC,UAAU,CAAC,EACvC,KAAK,CAAC,EAAE,YAAY,GACrB,QAAQ,CAAC,eAAe,CAAC,CAa3B;AAED;;;;;GAKG;AACH,eAAO,MAAM,OAAO;IAChB;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;;IAEH;;;;;;;;;OASG;;;QAGC;;;;;;;;;;;WAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;;;;;;;;;WAmBG;;;;;;;;;;;;;;;;CAGD,CAAC"}
|
|
@@ -45,30 +45,15 @@ export const TooltipType = StructType({
|
|
|
45
45
|
*
|
|
46
46
|
* @example
|
|
47
47
|
* ```ts
|
|
48
|
-
* import {
|
|
48
|
+
* import { East } from "@elaraai/east";
|
|
49
|
+
* import { Tooltip, Button, UIComponentType } from "@elaraai/east-ui";
|
|
49
50
|
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
* // Tooltip with placement
|
|
57
|
-
* const topTooltip = Tooltip.Root(
|
|
58
|
-
* Text.Root("Hover for info"),
|
|
59
|
-
* "Additional information",
|
|
60
|
-
* { placement: "top" }
|
|
61
|
-
* );
|
|
62
|
-
*
|
|
63
|
-
* // Tooltip with arrow
|
|
64
|
-
* const arrowTooltip = Tooltip.Root(
|
|
65
|
-
* Button.Root("Save"),
|
|
66
|
-
* "Save your changes",
|
|
67
|
-
* { placement: "bottom", hasArrow: true }
|
|
68
|
-
* );
|
|
69
|
-
*
|
|
70
|
-
* // Access the type
|
|
71
|
-
* const tooltipType = Tooltip.Types.Style;
|
|
51
|
+
* const example = East.function([], UIComponentType, $ => {
|
|
52
|
+
* return Tooltip.Root(
|
|
53
|
+
* Button.Root("Hover me"),
|
|
54
|
+
* "This is a helpful tip"
|
|
55
|
+
* );
|
|
56
|
+
* });
|
|
72
57
|
* ```
|
|
73
58
|
*/
|
|
74
59
|
function createTooltip(trigger, content, style) {
|
|
@@ -89,17 +74,6 @@ function createTooltip(trigger, content, style) {
|
|
|
89
74
|
*
|
|
90
75
|
* @remarks
|
|
91
76
|
* Use `Tooltip.Root(trigger, content, style)` to create a tooltip, or access `Tooltip.Types` for East types.
|
|
92
|
-
*
|
|
93
|
-
* @example
|
|
94
|
-
* ```ts
|
|
95
|
-
* import { Tooltip, Button } from "@elaraai/east-ui";
|
|
96
|
-
*
|
|
97
|
-
* // Create a tooltip
|
|
98
|
-
* const tooltip = Tooltip.Root(Button.Root("Help"), "Click for help");
|
|
99
|
-
*
|
|
100
|
-
* // Access the type
|
|
101
|
-
* const styleType = Tooltip.Types.Style;
|
|
102
|
-
* ```
|
|
103
77
|
*/
|
|
104
78
|
export const Tooltip = {
|
|
105
79
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/overlays/tooltip/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAGH,IAAI,EACJ,UAAU,EACV,WAAW,EACX,UAAU,EACV,UAAU,EACV,OAAO,GACV,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EACH,aAAa,EACb,SAAS,EACT,gBAAgB,GAEnB,MAAM,YAAY,CAAC;AAEpB,kBAAkB;AAClB,OAAO,EACH,aAAa,EACb,SAAS,EACT,gBAAgB,GAGnB,MAAM,YAAY,CAAC;AAEpB,+EAA+E;AAC/E,eAAe;AACf,+EAA+E;AAE/E;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,UAAU,CAAC;IAClC,OAAO,EAAE,eAAe;IACxB,OAAO,EAAE,UAAU;IACnB,SAAS,EAAE,UAAU,CAAC,aAAa,CAAC;IACpC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;CACpC,CAAC,CAAC;AAOH,+EAA+E;AAC/E,mBAAmB;AACnB,+EAA+E;AAE/E
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/overlays/tooltip/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAGH,IAAI,EACJ,UAAU,EACV,WAAW,EACX,UAAU,EACV,UAAU,EACV,OAAO,GACV,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EACH,aAAa,EACb,SAAS,EACT,gBAAgB,GAEnB,MAAM,YAAY,CAAC;AAEpB,kBAAkB;AAClB,OAAO,EACH,aAAa,EACb,SAAS,EACT,gBAAgB,GAGnB,MAAM,YAAY,CAAC;AAEpB,+EAA+E;AAC/E,eAAe;AACf,+EAA+E;AAE/E;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,UAAU,CAAC;IAClC,OAAO,EAAE,eAAe;IACxB,OAAO,EAAE,UAAU;IACnB,SAAS,EAAE,UAAU,CAAC,aAAa,CAAC;IACpC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;CACpC,CAAC,CAAC;AAOH,+EAA+E;AAC/E,mBAAmB;AACnB,+EAA+E;AAE/E;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAS,aAAa,CAClB,OAA4C,EAC5C,OAAuC,EACvC,KAAoB;IAEpB,MAAM,cAAc,GAAG,KAAK,EAAE,SAAS;QACnC,CAAC,CAAC,CAAC,OAAO,KAAK,CAAC,SAAS,KAAK,QAAQ;YAClC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,EAAE,aAAa,CAAC;YAC3D,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC;QACtB,CAAC,CAAC,SAAS,CAAC;IAEhB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,EAAE;QACjC,OAAO,EAAE,OAAO;QAChB,OAAO,EAAE,OAAO;QAChB,SAAS,EAAE,cAAc,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC;QACnF,QAAQ,EAAE,KAAK,EAAE,QAAQ,KAAK,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC;KACpG,CAAC,EAAE,eAAe,CAAC,CAAC;AACzB,CAAC;AAED;;;;;GAKG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,IAAI,EAAE,aAAa;IACnB;;;;;;;;;OASG;IACH,SAAS,EAAE,SAAS;IACpB,KAAK,EAAE;QACH;;;;;;;;;;;WAWG;QACH,OAAO,EAAE,WAAW;QACpB;;;;;;;;;WASG;QACH,KAAK,EAAE,gBAAgB;QACvB;;;;;;;;;;;;;;;;;;;WAmBG;QACH,SAAS,EAAE,aAAa;KAC3B;CACK,CAAC"}
|
|
@@ -63,12 +63,21 @@ export type PlacementLiteral = "top" | "top-start" | "top-end" | "bottom" | "bot
|
|
|
63
63
|
* @param placement - The placement string
|
|
64
64
|
* @returns An East expression representing the placement
|
|
65
65
|
*
|
|
66
|
+
* @remarks
|
|
67
|
+
* Use this helper to create placement values programmatically.
|
|
68
|
+
* In most cases, you can pass string literals directly to the style property.
|
|
69
|
+
*
|
|
66
70
|
* @example
|
|
67
71
|
* ```ts
|
|
68
|
-
* import {
|
|
72
|
+
* import { East } from "@elaraai/east";
|
|
73
|
+
* import { Tooltip, Button, UIComponentType } from "@elaraai/east-ui";
|
|
69
74
|
*
|
|
70
|
-
* const
|
|
71
|
-
*
|
|
75
|
+
* const example = East.function([], UIComponentType, $ => {
|
|
76
|
+
* return Tooltip.Root(
|
|
77
|
+
* Button.Root("Hover"),
|
|
78
|
+
* "Help text",
|
|
79
|
+
* { placement: Tooltip.Placement("top") }
|
|
80
|
+
* );
|
|
72
81
|
* });
|
|
73
82
|
* ```
|
|
74
83
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/overlays/tooltip/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,kBAAkB,EAEvB,UAAU,EACV,UAAU,EACV,QAAQ,EACR,WAAW,EACX,WAAW,EAEd,MAAM,eAAe,CAAC;AAMvB;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,aAAa;IACtB,iCAAiC;;IAEjC,8BAA8B;;IAE9B,4BAA4B;;IAE5B,iCAAiC;;IAEjC,8BAA8B;;IAE9B,4BAA4B;;IAE5B,2BAA2B;;IAE3B,6BAA6B;;IAE7B,2BAA2B;;IAE3B,4BAA4B;;IAE5B,8BAA8B;;IAE9B,4BAA4B;;EAE9B,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC;AAEjD;;GAEG;AACH,MAAM,MAAM,gBAAgB,GACtB,KAAK,GAAG,WAAW,GAAG,SAAS,GAC/B,QAAQ,GAAG,cAAc,GAAG,YAAY,GACxC,MAAM,GAAG,YAAY,GAAG,UAAU,GAClC,OAAO,GAAG,aAAa,GAAG,WAAW,CAAC;AAE5C
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/overlays/tooltip/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,kBAAkB,EAEvB,UAAU,EACV,UAAU,EACV,QAAQ,EACR,WAAW,EACX,WAAW,EAEd,MAAM,eAAe,CAAC;AAMvB;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,aAAa;IACtB,iCAAiC;;IAEjC,8BAA8B;;IAE9B,4BAA4B;;IAE5B,iCAAiC;;IAEjC,8BAA8B;;IAE9B,4BAA4B;;IAE5B,2BAA2B;;IAE3B,6BAA6B;;IAE7B,2BAA2B;;IAE3B,4BAA4B;;IAE5B,8BAA8B;;IAE9B,4BAA4B;;EAE9B,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC;AAEjD;;GAEG;AACH,MAAM,MAAM,gBAAgB,GACtB,KAAK,GAAG,WAAW,GAAG,SAAS,GAC/B,QAAQ,GAAG,cAAc,GAAG,YAAY,GACxC,MAAM,GAAG,YAAY,GAAG,UAAU,GAClC,OAAO,GAAG,aAAa,GAAG,WAAW,CAAC;AAE5C;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,SAAS,CAAC,SAAS,EAAE,gBAAgB,GAAG,QAAQ,CAAC,aAAa,CAAC,CAE9E;AAMD;;;;;;;;GAQG;AACH,eAAO,MAAM,gBAAgB;;QAjFzB,iCAAiC;;QAEjC,8BAA8B;;QAE9B,4BAA4B;;QAE5B,iCAAiC;;QAEjC,8BAA8B;;QAE9B,4BAA4B;;QAE5B,2BAA2B;;QAE3B,6BAA6B;;QAE7B,2BAA2B;;QAE3B,4BAA4B;;QAE5B,8BAA8B;;QAE9B,4BAA4B;;;;EA8D9B,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC;AAMvD;;;;;GAKG;AACH,MAAM,WAAW,YAAY;IACzB,oCAAoC;IACpC,SAAS,CAAC,EAAE,kBAAkB,CAAC,aAAa,CAAC,GAAG,gBAAgB,CAAC;IACjE,uDAAuD;IACvD,QAAQ,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;CAC9C"}
|
|
@@ -58,12 +58,21 @@ export const PlacementType = VariantType({
|
|
|
58
58
|
* @param placement - The placement string
|
|
59
59
|
* @returns An East expression representing the placement
|
|
60
60
|
*
|
|
61
|
+
* @remarks
|
|
62
|
+
* Use this helper to create placement values programmatically.
|
|
63
|
+
* In most cases, you can pass string literals directly to the style property.
|
|
64
|
+
*
|
|
61
65
|
* @example
|
|
62
66
|
* ```ts
|
|
63
|
-
* import {
|
|
67
|
+
* import { East } from "@elaraai/east";
|
|
68
|
+
* import { Tooltip, Button, UIComponentType } from "@elaraai/east-ui";
|
|
64
69
|
*
|
|
65
|
-
* const
|
|
66
|
-
*
|
|
70
|
+
* const example = East.function([], UIComponentType, $ => {
|
|
71
|
+
* return Tooltip.Root(
|
|
72
|
+
* Button.Root("Hover"),
|
|
73
|
+
* "Help text",
|
|
74
|
+
* { placement: Tooltip.Placement("top") }
|
|
75
|
+
* );
|
|
67
76
|
* });
|
|
68
77
|
* ```
|
|
69
78
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/overlays/tooltip/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAGH,IAAI,EACJ,UAAU,EACV,UAAU,EACV,QAAQ,EACR,WAAW,EACX,WAAW,EACX,OAAO,GACV,MAAM,eAAe,CAAC;AAEvB,+EAA+E;AAC/E,iBAAiB;AACjB,+EAA+E;AAE/E;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,WAAW,CAAC;IACrC,iCAAiC;IACjC,GAAG,EAAE,QAAQ;IACb,8BAA8B;IAC9B,WAAW,EAAE,QAAQ;IACrB,4BAA4B;IAC5B,SAAS,EAAE,QAAQ;IACnB,iCAAiC;IACjC,MAAM,EAAE,QAAQ;IAChB,8BAA8B;IAC9B,cAAc,EAAE,QAAQ;IACxB,4BAA4B;IAC5B,YAAY,EAAE,QAAQ;IACtB,2BAA2B;IAC3B,IAAI,EAAE,QAAQ;IACd,6BAA6B;IAC7B,YAAY,EAAE,QAAQ;IACtB,2BAA2B;IAC3B,UAAU,EAAE,QAAQ;IACpB,4BAA4B;IAC5B,KAAK,EAAE,QAAQ;IACf,8BAA8B;IAC9B,aAAa,EAAE,QAAQ;IACvB,4BAA4B;IAC5B,WAAW,EAAE,QAAQ;CACxB,CAAC,CAAC;AAgBH
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/overlays/tooltip/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAGH,IAAI,EACJ,UAAU,EACV,UAAU,EACV,QAAQ,EACR,WAAW,EACX,WAAW,EACX,OAAO,GACV,MAAM,eAAe,CAAC;AAEvB,+EAA+E;AAC/E,iBAAiB;AACjB,+EAA+E;AAE/E;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,WAAW,CAAC;IACrC,iCAAiC;IACjC,GAAG,EAAE,QAAQ;IACb,8BAA8B;IAC9B,WAAW,EAAE,QAAQ;IACrB,4BAA4B;IAC5B,SAAS,EAAE,QAAQ;IACnB,iCAAiC;IACjC,MAAM,EAAE,QAAQ;IAChB,8BAA8B;IAC9B,cAAc,EAAE,QAAQ;IACxB,4BAA4B;IAC5B,YAAY,EAAE,QAAQ;IACtB,2BAA2B;IAC3B,IAAI,EAAE,QAAQ;IACd,6BAA6B;IAC7B,YAAY,EAAE,QAAQ;IACtB,2BAA2B;IAC3B,UAAU,EAAE,QAAQ;IACpB,4BAA4B;IAC5B,KAAK,EAAE,QAAQ;IACf,8BAA8B;IAC9B,aAAa,EAAE,QAAQ;IACvB,4BAA4B;IAC5B,WAAW,EAAE,QAAQ;CACxB,CAAC,CAAC;AAgBH;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,UAAU,SAAS,CAAC,SAA2B;IACjD,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,CAAC,EAAE,aAAa,CAAC,CAAC;AAC/D,CAAC;AAED,+EAA+E;AAC/E,qBAAqB;AACrB,+EAA+E;AAE/E;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,UAAU,CAAC;IACvC,SAAS,EAAE,UAAU,CAAC,aAAa,CAAC;IACpC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;CACpC,CAAC,CAAC"}
|
|
@@ -5,7 +5,223 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* Platform functions for East UI state management.
|
|
7
7
|
*
|
|
8
|
+
* Provides reactive state operations for East UI programs.
|
|
9
|
+
* State is stored as Beast2-encoded blobs, allowing any East type to be stored.
|
|
10
|
+
*
|
|
8
11
|
* @packageDocumentation
|
|
9
12
|
*/
|
|
10
|
-
export {
|
|
13
|
+
export { state_read, state_write, state_has, state_read_typed, state_write_typed, state_init_typed, store, StateImpl } from "./state.js";
|
|
14
|
+
export { enableTracking, disableTracking, isTracking, trackKey } from "./state.js";
|
|
15
|
+
export { UIStore, type UIStoreInterface, type UIStoreOptions, createUIStore } from "./store.js";
|
|
16
|
+
/**
|
|
17
|
+
* State management platform functions for East UI.
|
|
18
|
+
*
|
|
19
|
+
* @remarks
|
|
20
|
+
* Use `State.read(key)` and `State.write(key, value)` for reactive state operations.
|
|
21
|
+
* Pass `State.Implementation` to `ir.compile()` to enable state functionality.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* ```ts
|
|
25
|
+
* import { East, IntegerType, NullType, some } from "@elaraai/east";
|
|
26
|
+
* import { State, UIComponentType, Button } from "@elaraai/east-ui";
|
|
27
|
+
*
|
|
28
|
+
* const counter = East.function([], UIComponentType, $ => {
|
|
29
|
+
* const count = $.let(0n);
|
|
30
|
+
* $.match($(State.read("counter")), {
|
|
31
|
+
* some: ($, v) => $.assign(count, v.decodeBeast(IntegerType, "v2")),
|
|
32
|
+
* });
|
|
33
|
+
*
|
|
34
|
+
* return Button.Root(East.str`Count: ${count}`, {
|
|
35
|
+
* onClick: East.function([], NullType, $ => {
|
|
36
|
+
* const count = $.let(0n);
|
|
37
|
+
* $.match($(State.read("counter")), {
|
|
38
|
+
* some: ($, v) => $.assign(count, v.decodeBeast(IntegerType, "v2")),
|
|
39
|
+
* });
|
|
40
|
+
* const newBlob = East.Blob.encodeBeast(count.add(1n), "v2");
|
|
41
|
+
* $(State.write("counter", some(newBlob)));
|
|
42
|
+
* })
|
|
43
|
+
* });
|
|
44
|
+
* });
|
|
45
|
+
*
|
|
46
|
+
* const compiled = counter.toIR().compile(State.Implementation);
|
|
47
|
+
* const ui = compiled();
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
export declare const State: {
|
|
51
|
+
/**
|
|
52
|
+
* Reads a Beast2-encoded blob from the state store.
|
|
53
|
+
*
|
|
54
|
+
* @remarks
|
|
55
|
+
* Returns `some(blob)` if the key exists, `none` if not.
|
|
56
|
+
* Use `$.match()` to handle both cases and decode with `.decodeBeast()`.
|
|
57
|
+
*
|
|
58
|
+
* @example
|
|
59
|
+
* ```ts
|
|
60
|
+
* import { East, IntegerType } from "@elaraai/east";
|
|
61
|
+
* import { State } from "@elaraai/east-ui";
|
|
62
|
+
*
|
|
63
|
+
* const readCounter = East.function([], IntegerType, $ => {
|
|
64
|
+
* const count = $.let(0n);
|
|
65
|
+
* $.match($(State.read("counter")), {
|
|
66
|
+
* some: ($, v) => $.assign(count, v.decodeBeast(IntegerType, "v2")),
|
|
67
|
+
* });
|
|
68
|
+
* return count;
|
|
69
|
+
* });
|
|
70
|
+
* ```
|
|
71
|
+
*/
|
|
72
|
+
readonly read: import("@elaraai/east").PlatformDefinition<[import("@elaraai/east").StringType], import("@elaraai/east").OptionType<import("@elaraai/east").BlobType>>;
|
|
73
|
+
/**
|
|
74
|
+
* Writes a Beast2-encoded blob to the state store.
|
|
75
|
+
*
|
|
76
|
+
* @remarks
|
|
77
|
+
* Pass `some(blob)` to write a value, or `none` to delete the key.
|
|
78
|
+
* Use `East.Blob.encodeBeast(value, "v2")` to encode values.
|
|
79
|
+
*
|
|
80
|
+
* @example
|
|
81
|
+
* ```ts
|
|
82
|
+
* import { East, NullType, some } from "@elaraai/east";
|
|
83
|
+
* import { State } from "@elaraai/east-ui";
|
|
84
|
+
*
|
|
85
|
+
* const writeCounter = East.function([], NullType, $ => {
|
|
86
|
+
* const blob = East.Blob.encodeBeast(East.value(42n), "v2");
|
|
87
|
+
* $(State.write("counter", some(blob)));
|
|
88
|
+
* });
|
|
89
|
+
* ```
|
|
90
|
+
*/
|
|
91
|
+
readonly write: import("@elaraai/east").PlatformDefinition<[import("@elaraai/east").StringType, import("@elaraai/east").OptionType<import("@elaraai/east").BlobType>], import("@elaraai/east").NullType>;
|
|
92
|
+
/**
|
|
93
|
+
* Platform implementation for state management operations.
|
|
94
|
+
*
|
|
95
|
+
* @remarks
|
|
96
|
+
* Pass this to `ir.compile()` to enable state functionality.
|
|
97
|
+
* Bound to the singleton {@link State.store}.
|
|
98
|
+
*
|
|
99
|
+
* @example
|
|
100
|
+
* ```ts
|
|
101
|
+
* import { East, NullType } from "@elaraai/east";
|
|
102
|
+
* import { State } from "@elaraai/east-ui";
|
|
103
|
+
*
|
|
104
|
+
* const myFunction = East.function([], NullType, $ => {
|
|
105
|
+
* // Use State.read and State.write here
|
|
106
|
+
* });
|
|
107
|
+
*
|
|
108
|
+
* const compiled = myFunction.toIR().compile(State.Implementation);
|
|
109
|
+
* compiled();
|
|
110
|
+
* ```
|
|
111
|
+
*/
|
|
112
|
+
readonly Implementation: import("@elaraai/east/internal").PlatformFunction[];
|
|
113
|
+
/**
|
|
114
|
+
* Singleton UI store instance.
|
|
115
|
+
*
|
|
116
|
+
* @remarks
|
|
117
|
+
* Access directly for React integration, subscriptions, or debugging.
|
|
118
|
+
* This is the backing store for {@link State.Implementation}.
|
|
119
|
+
*/
|
|
120
|
+
readonly store: import("./store.js").UIStore;
|
|
121
|
+
/**
|
|
122
|
+
* Creates a typed state read function that handles Beast2 encoding automatically.
|
|
123
|
+
*
|
|
124
|
+
* @remarks
|
|
125
|
+
* Returns an East function that reads and decodes a typed value from state.
|
|
126
|
+
* Returns `some(value)` if the key exists, `none` if not. This is a convenience
|
|
127
|
+
* wrapper around {@link State.read} that handles Beast2 decoding.
|
|
128
|
+
*
|
|
129
|
+
* **Important:** The returned function must be invoked with `()` inside `$()`:
|
|
130
|
+
* ```ts
|
|
131
|
+
* const value = $(State.readTyped("key", IntegerType)()); // Note: () inside $()
|
|
132
|
+
* ```
|
|
133
|
+
*
|
|
134
|
+
* @example
|
|
135
|
+
* ```ts
|
|
136
|
+
* import { East, IntegerType } from "@elaraai/east";
|
|
137
|
+
* import { State, UIComponentType, Text } from "@elaraai/east-ui";
|
|
138
|
+
*
|
|
139
|
+
* const display = East.function([], UIComponentType, $ => {
|
|
140
|
+
* // Read typed value - returns Option<Integer>
|
|
141
|
+
* const count = $(State.readTyped("counter", IntegerType)());
|
|
142
|
+
*
|
|
143
|
+
* // Unwrap if you know it exists
|
|
144
|
+
* return Text.Root(East.str`Count: ${count.unwrap("some")}`);
|
|
145
|
+
* });
|
|
146
|
+
* ```
|
|
147
|
+
*/
|
|
148
|
+
readonly readTyped: <T extends import("@elaraai/east").EastType>(key: import("@elaraai/east").SubtypeExprOrValue<import("@elaraai/east").StringType>, type: T) => import("@elaraai/east").CallableFunctionExpr<[], import("@elaraai/east").OptionType<T>>;
|
|
149
|
+
/**
|
|
150
|
+
* Creates a typed state write function that handles Beast2 encoding automatically.
|
|
151
|
+
*
|
|
152
|
+
* @remarks
|
|
153
|
+
* Returns an East function that encodes and writes a typed value to state.
|
|
154
|
+
* Pass `some(value)` to write or `none` to delete. This is a convenience
|
|
155
|
+
* wrapper around {@link State.write} that handles Beast2 encoding.
|
|
156
|
+
*
|
|
157
|
+
* **Important:** The returned function must be invoked with `()` inside `$()`:
|
|
158
|
+
* ```ts
|
|
159
|
+
* $(State.writeTyped("key", some(42n), IntegerType)()); // Note: () inside $()
|
|
160
|
+
* ```
|
|
161
|
+
*
|
|
162
|
+
* @example
|
|
163
|
+
* ```ts
|
|
164
|
+
* import { East, IntegerType, NullType, some, none } from "@elaraai/east";
|
|
165
|
+
* import { State } from "@elaraai/east-ui";
|
|
166
|
+
*
|
|
167
|
+
* const writer = East.function([], NullType, $ => {
|
|
168
|
+
* // Write a typed value
|
|
169
|
+
* $(State.writeTyped("counter", some(42n), IntegerType)());
|
|
170
|
+
*
|
|
171
|
+
* // Delete the key
|
|
172
|
+
* $(State.writeTyped("counter", none, IntegerType)());
|
|
173
|
+
* });
|
|
174
|
+
* ```
|
|
175
|
+
*/
|
|
176
|
+
readonly writeTyped: <T extends import("@elaraai/east").EastType>(key: import("@elaraai/east").SubtypeExprOrValue<import("@elaraai/east").StringType>, value: import("@elaraai/east").SubtypeExprOrValue<import("@elaraai/east").OptionType<T>>, type: T) => import("@elaraai/east").CallableFunctionExpr<[], import("@elaraai/east").NullType>;
|
|
177
|
+
/**
|
|
178
|
+
* Checks if a key exists in the state store.
|
|
179
|
+
*
|
|
180
|
+
* @remarks
|
|
181
|
+
* Returns a boolean indicating whether the key is set.
|
|
182
|
+
* Useful for conditional logic based on state existence.
|
|
183
|
+
*
|
|
184
|
+
* @example
|
|
185
|
+
* ```ts
|
|
186
|
+
* import { East, NullType } from "@elaraai/east";
|
|
187
|
+
* import { State } from "@elaraai/east-ui";
|
|
188
|
+
*
|
|
189
|
+
* const checker = East.function([], NullType, $ => {
|
|
190
|
+
* $.if($(State.has("counter")), $ => {
|
|
191
|
+
* // Key exists, do something
|
|
192
|
+
* });
|
|
193
|
+
* });
|
|
194
|
+
* ```
|
|
195
|
+
*/
|
|
196
|
+
readonly has: import("@elaraai/east").PlatformDefinition<[import("@elaraai/east").StringType], import("@elaraai/east").BooleanType>;
|
|
197
|
+
/**
|
|
198
|
+
* Creates a typed state initialization function that only writes if the key doesn't exist.
|
|
199
|
+
*
|
|
200
|
+
* @remarks
|
|
201
|
+
* Returns an East function that initializes a state key with a default value.
|
|
202
|
+
* The write only occurs if the key is not already set, preventing overwrites
|
|
203
|
+
* on re-renders. Use this for setting up initial state in components.
|
|
204
|
+
*
|
|
205
|
+
* **Important:** The returned function must be invoked with `()` inside `$()`:
|
|
206
|
+
* ```ts
|
|
207
|
+
* $(State.initTyped("key", 0n, IntegerType)()); // Note: () inside $()
|
|
208
|
+
* ```
|
|
209
|
+
*
|
|
210
|
+
* @example
|
|
211
|
+
* ```ts
|
|
212
|
+
* import { East, IntegerType } from "@elaraai/east";
|
|
213
|
+
* import { State, UIComponentType, Text } from "@elaraai/east-ui";
|
|
214
|
+
*
|
|
215
|
+
* const counter = East.function([], UIComponentType, $ => {
|
|
216
|
+
* // Initialize to 0 only if not already set (safe for re-renders)
|
|
217
|
+
* $(State.initTyped("counter", 0n, IntegerType)());
|
|
218
|
+
*
|
|
219
|
+
* // Read and display
|
|
220
|
+
* const count = $(State.readTyped("counter", IntegerType)());
|
|
221
|
+
* return Text.Root(East.str`Count: ${count.unwrap("some")}`);
|
|
222
|
+
* });
|
|
223
|
+
* ```
|
|
224
|
+
*/
|
|
225
|
+
readonly initTyped: <T extends import("@elaraai/east").EastType>(key: import("@elaraai/east").SubtypeExprOrValue<import("@elaraai/east").StringType>, value: import("@elaraai/east").SubtypeExprOrValue<T>, type: T) => import("@elaraai/east").CallableFunctionExpr<[], import("@elaraai/east").NullType>;
|
|
226
|
+
};
|
|
11
227
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/platform/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/platform/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;GAOG;AAGH,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAGzI,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGnF,OAAO,EAAE,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,cAAc,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAKhG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,eAAO,MAAM,KAAK;IACd;;;;;;;;;;;;;;;;;;;;OAoBG;;IAGH;;;;;;;;;;;;;;;;;OAiBG;;IAGH;;;;;;;;;;;;;;;;;;;OAmBG;;IAGH;;;;;;OAMG;;IAGH;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;;IAGH;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;;IAGH;;;;;;;;;;;;;;;;;;OAkBG;;IAGH;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;;CAEG,CAAC"}
|
|
@@ -5,7 +5,228 @@
|
|
|
5
5
|
/**
|
|
6
6
|
* Platform functions for East UI state management.
|
|
7
7
|
*
|
|
8
|
+
* Provides reactive state operations for East UI programs.
|
|
9
|
+
* State is stored as Beast2-encoded blobs, allowing any East type to be stored.
|
|
10
|
+
*
|
|
8
11
|
* @packageDocumentation
|
|
9
12
|
*/
|
|
10
|
-
|
|
13
|
+
// Export platform functions and implementation
|
|
14
|
+
export { state_read, state_write, state_has, state_read_typed, state_write_typed, state_init_typed, store, StateImpl } from "./state.js";
|
|
15
|
+
// Export tracking functions for reactive components
|
|
16
|
+
export { enableTracking, disableTracking, isTracking, trackKey } from "./state.js";
|
|
17
|
+
// Export store types
|
|
18
|
+
export { UIStore, createUIStore } from "./store.js";
|
|
19
|
+
// Import for grouped exports
|
|
20
|
+
import { state_read, state_write, state_has, state_read_typed, state_write_typed, state_init_typed, store, StateImpl } from "./state.js";
|
|
21
|
+
/**
|
|
22
|
+
* State management platform functions for East UI.
|
|
23
|
+
*
|
|
24
|
+
* @remarks
|
|
25
|
+
* Use `State.read(key)` and `State.write(key, value)` for reactive state operations.
|
|
26
|
+
* Pass `State.Implementation` to `ir.compile()` to enable state functionality.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* ```ts
|
|
30
|
+
* import { East, IntegerType, NullType, some } from "@elaraai/east";
|
|
31
|
+
* import { State, UIComponentType, Button } from "@elaraai/east-ui";
|
|
32
|
+
*
|
|
33
|
+
* const counter = East.function([], UIComponentType, $ => {
|
|
34
|
+
* const count = $.let(0n);
|
|
35
|
+
* $.match($(State.read("counter")), {
|
|
36
|
+
* some: ($, v) => $.assign(count, v.decodeBeast(IntegerType, "v2")),
|
|
37
|
+
* });
|
|
38
|
+
*
|
|
39
|
+
* return Button.Root(East.str`Count: ${count}`, {
|
|
40
|
+
* onClick: East.function([], NullType, $ => {
|
|
41
|
+
* const count = $.let(0n);
|
|
42
|
+
* $.match($(State.read("counter")), {
|
|
43
|
+
* some: ($, v) => $.assign(count, v.decodeBeast(IntegerType, "v2")),
|
|
44
|
+
* });
|
|
45
|
+
* const newBlob = East.Blob.encodeBeast(count.add(1n), "v2");
|
|
46
|
+
* $(State.write("counter", some(newBlob)));
|
|
47
|
+
* })
|
|
48
|
+
* });
|
|
49
|
+
* });
|
|
50
|
+
*
|
|
51
|
+
* const compiled = counter.toIR().compile(State.Implementation);
|
|
52
|
+
* const ui = compiled();
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
export const State = {
|
|
56
|
+
/**
|
|
57
|
+
* Reads a Beast2-encoded blob from the state store.
|
|
58
|
+
*
|
|
59
|
+
* @remarks
|
|
60
|
+
* Returns `some(blob)` if the key exists, `none` if not.
|
|
61
|
+
* Use `$.match()` to handle both cases and decode with `.decodeBeast()`.
|
|
62
|
+
*
|
|
63
|
+
* @example
|
|
64
|
+
* ```ts
|
|
65
|
+
* import { East, IntegerType } from "@elaraai/east";
|
|
66
|
+
* import { State } from "@elaraai/east-ui";
|
|
67
|
+
*
|
|
68
|
+
* const readCounter = East.function([], IntegerType, $ => {
|
|
69
|
+
* const count = $.let(0n);
|
|
70
|
+
* $.match($(State.read("counter")), {
|
|
71
|
+
* some: ($, v) => $.assign(count, v.decodeBeast(IntegerType, "v2")),
|
|
72
|
+
* });
|
|
73
|
+
* return count;
|
|
74
|
+
* });
|
|
75
|
+
* ```
|
|
76
|
+
*/
|
|
77
|
+
read: state_read,
|
|
78
|
+
/**
|
|
79
|
+
* Writes a Beast2-encoded blob to the state store.
|
|
80
|
+
*
|
|
81
|
+
* @remarks
|
|
82
|
+
* Pass `some(blob)` to write a value, or `none` to delete the key.
|
|
83
|
+
* Use `East.Blob.encodeBeast(value, "v2")` to encode values.
|
|
84
|
+
*
|
|
85
|
+
* @example
|
|
86
|
+
* ```ts
|
|
87
|
+
* import { East, NullType, some } from "@elaraai/east";
|
|
88
|
+
* import { State } from "@elaraai/east-ui";
|
|
89
|
+
*
|
|
90
|
+
* const writeCounter = East.function([], NullType, $ => {
|
|
91
|
+
* const blob = East.Blob.encodeBeast(East.value(42n), "v2");
|
|
92
|
+
* $(State.write("counter", some(blob)));
|
|
93
|
+
* });
|
|
94
|
+
* ```
|
|
95
|
+
*/
|
|
96
|
+
write: state_write,
|
|
97
|
+
/**
|
|
98
|
+
* Platform implementation for state management operations.
|
|
99
|
+
*
|
|
100
|
+
* @remarks
|
|
101
|
+
* Pass this to `ir.compile()` to enable state functionality.
|
|
102
|
+
* Bound to the singleton {@link State.store}.
|
|
103
|
+
*
|
|
104
|
+
* @example
|
|
105
|
+
* ```ts
|
|
106
|
+
* import { East, NullType } from "@elaraai/east";
|
|
107
|
+
* import { State } from "@elaraai/east-ui";
|
|
108
|
+
*
|
|
109
|
+
* const myFunction = East.function([], NullType, $ => {
|
|
110
|
+
* // Use State.read and State.write here
|
|
111
|
+
* });
|
|
112
|
+
*
|
|
113
|
+
* const compiled = myFunction.toIR().compile(State.Implementation);
|
|
114
|
+
* compiled();
|
|
115
|
+
* ```
|
|
116
|
+
*/
|
|
117
|
+
Implementation: StateImpl,
|
|
118
|
+
/**
|
|
119
|
+
* Singleton UI store instance.
|
|
120
|
+
*
|
|
121
|
+
* @remarks
|
|
122
|
+
* Access directly for React integration, subscriptions, or debugging.
|
|
123
|
+
* This is the backing store for {@link State.Implementation}.
|
|
124
|
+
*/
|
|
125
|
+
store: store,
|
|
126
|
+
/**
|
|
127
|
+
* Creates a typed state read function that handles Beast2 encoding automatically.
|
|
128
|
+
*
|
|
129
|
+
* @remarks
|
|
130
|
+
* Returns an East function that reads and decodes a typed value from state.
|
|
131
|
+
* Returns `some(value)` if the key exists, `none` if not. This is a convenience
|
|
132
|
+
* wrapper around {@link State.read} that handles Beast2 decoding.
|
|
133
|
+
*
|
|
134
|
+
* **Important:** The returned function must be invoked with `()` inside `$()`:
|
|
135
|
+
* ```ts
|
|
136
|
+
* const value = $(State.readTyped("key", IntegerType)()); // Note: () inside $()
|
|
137
|
+
* ```
|
|
138
|
+
*
|
|
139
|
+
* @example
|
|
140
|
+
* ```ts
|
|
141
|
+
* import { East, IntegerType } from "@elaraai/east";
|
|
142
|
+
* import { State, UIComponentType, Text } from "@elaraai/east-ui";
|
|
143
|
+
*
|
|
144
|
+
* const display = East.function([], UIComponentType, $ => {
|
|
145
|
+
* // Read typed value - returns Option<Integer>
|
|
146
|
+
* const count = $(State.readTyped("counter", IntegerType)());
|
|
147
|
+
*
|
|
148
|
+
* // Unwrap if you know it exists
|
|
149
|
+
* return Text.Root(East.str`Count: ${count.unwrap("some")}`);
|
|
150
|
+
* });
|
|
151
|
+
* ```
|
|
152
|
+
*/
|
|
153
|
+
readTyped: state_read_typed,
|
|
154
|
+
/**
|
|
155
|
+
* Creates a typed state write function that handles Beast2 encoding automatically.
|
|
156
|
+
*
|
|
157
|
+
* @remarks
|
|
158
|
+
* Returns an East function that encodes and writes a typed value to state.
|
|
159
|
+
* Pass `some(value)` to write or `none` to delete. This is a convenience
|
|
160
|
+
* wrapper around {@link State.write} that handles Beast2 encoding.
|
|
161
|
+
*
|
|
162
|
+
* **Important:** The returned function must be invoked with `()` inside `$()`:
|
|
163
|
+
* ```ts
|
|
164
|
+
* $(State.writeTyped("key", some(42n), IntegerType)()); // Note: () inside $()
|
|
165
|
+
* ```
|
|
166
|
+
*
|
|
167
|
+
* @example
|
|
168
|
+
* ```ts
|
|
169
|
+
* import { East, IntegerType, NullType, some, none } from "@elaraai/east";
|
|
170
|
+
* import { State } from "@elaraai/east-ui";
|
|
171
|
+
*
|
|
172
|
+
* const writer = East.function([], NullType, $ => {
|
|
173
|
+
* // Write a typed value
|
|
174
|
+
* $(State.writeTyped("counter", some(42n), IntegerType)());
|
|
175
|
+
*
|
|
176
|
+
* // Delete the key
|
|
177
|
+
* $(State.writeTyped("counter", none, IntegerType)());
|
|
178
|
+
* });
|
|
179
|
+
* ```
|
|
180
|
+
*/
|
|
181
|
+
writeTyped: state_write_typed,
|
|
182
|
+
/**
|
|
183
|
+
* Checks if a key exists in the state store.
|
|
184
|
+
*
|
|
185
|
+
* @remarks
|
|
186
|
+
* Returns a boolean indicating whether the key is set.
|
|
187
|
+
* Useful for conditional logic based on state existence.
|
|
188
|
+
*
|
|
189
|
+
* @example
|
|
190
|
+
* ```ts
|
|
191
|
+
* import { East, NullType } from "@elaraai/east";
|
|
192
|
+
* import { State } from "@elaraai/east-ui";
|
|
193
|
+
*
|
|
194
|
+
* const checker = East.function([], NullType, $ => {
|
|
195
|
+
* $.if($(State.has("counter")), $ => {
|
|
196
|
+
* // Key exists, do something
|
|
197
|
+
* });
|
|
198
|
+
* });
|
|
199
|
+
* ```
|
|
200
|
+
*/
|
|
201
|
+
has: state_has,
|
|
202
|
+
/**
|
|
203
|
+
* Creates a typed state initialization function that only writes if the key doesn't exist.
|
|
204
|
+
*
|
|
205
|
+
* @remarks
|
|
206
|
+
* Returns an East function that initializes a state key with a default value.
|
|
207
|
+
* The write only occurs if the key is not already set, preventing overwrites
|
|
208
|
+
* on re-renders. Use this for setting up initial state in components.
|
|
209
|
+
*
|
|
210
|
+
* **Important:** The returned function must be invoked with `()` inside `$()`:
|
|
211
|
+
* ```ts
|
|
212
|
+
* $(State.initTyped("key", 0n, IntegerType)()); // Note: () inside $()
|
|
213
|
+
* ```
|
|
214
|
+
*
|
|
215
|
+
* @example
|
|
216
|
+
* ```ts
|
|
217
|
+
* import { East, IntegerType } from "@elaraai/east";
|
|
218
|
+
* import { State, UIComponentType, Text } from "@elaraai/east-ui";
|
|
219
|
+
*
|
|
220
|
+
* const counter = East.function([], UIComponentType, $ => {
|
|
221
|
+
* // Initialize to 0 only if not already set (safe for re-renders)
|
|
222
|
+
* $(State.initTyped("counter", 0n, IntegerType)());
|
|
223
|
+
*
|
|
224
|
+
* // Read and display
|
|
225
|
+
* const count = $(State.readTyped("counter", IntegerType)());
|
|
226
|
+
* return Text.Root(East.str`Count: ${count.unwrap("some")}`);
|
|
227
|
+
* });
|
|
228
|
+
* ```
|
|
229
|
+
*/
|
|
230
|
+
initTyped: state_init_typed,
|
|
231
|
+
};
|
|
11
232
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/platform/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/platform/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;GAOG;AAEH,+CAA+C;AAC/C,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEzI,oDAAoD;AACpD,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEnF,qBAAqB;AACrB,OAAO,EAAE,OAAO,EAA8C,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhG,6BAA6B;AAC7B,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEzI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG;IACjB;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,IAAI,EAAE,UAAU;IAEhB;;;;;;;;;;;;;;;;;OAiBG;IACH,KAAK,EAAE,WAAW;IAElB;;;;;;;;;;;;;;;;;;;OAmBG;IACH,cAAc,EAAE,SAAS;IAEzB;;;;;;OAMG;IACH,KAAK,EAAE,KAAK;IAEZ;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,SAAS,EAAE,gBAAgB;IAE3B;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,UAAU,EAAE,iBAAiB;IAE7B;;;;;;;;;;;;;;;;;;OAkBG;IACH,GAAG,EAAE,SAAS;IAEd;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IACH,SAAS,EAAE,gBAAgB;CACrB,CAAC"}
|