godown 2.7.5 → 2.7.6
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 +18 -45
- package/{.deps.d.ts → _deps.d.ts} +1 -2
- package/{.deps.d.ts.map → _deps.d.ts.map} +1 -1
- package/{.deps.js → _deps.js} +1 -2
- package/_deps.js.map +1 -0
- package/alert.d.ts +8 -1
- package/alert.d.ts.map +1 -1
- package/alert.js +4 -1
- package/alert.js.map +1 -1
- package/avatar-group.d.ts +8 -1
- package/avatar-group.d.ts.map +1 -1
- package/avatar-group.js +4 -1
- package/avatar-group.js.map +1 -1
- package/avatar.d.ts +8 -1
- package/avatar.d.ts.map +1 -1
- package/avatar.js +4 -1
- package/avatar.js.map +1 -1
- package/button.d.ts +8 -1
- package/button.d.ts.map +1 -1
- package/button.js +4 -1
- package/button.js.map +1 -1
- package/card.d.ts +8 -1
- package/card.d.ts.map +1 -1
- package/card.js +4 -1
- package/card.js.map +1 -1
- package/carousel.d.ts +8 -1
- package/carousel.d.ts.map +1 -1
- package/carousel.js +4 -1
- package/carousel.js.map +1 -1
- package/components.json +194 -0
- package/conf.d.ts +6 -75
- package/conf.d.ts.map +1 -1
- package/conf.js +8 -34
- package/conf.js.map +1 -1
- package/decorators/godown.d.ts +4 -0
- package/decorators/godown.d.ts.map +1 -0
- package/decorators/godown.js +9 -0
- package/decorators/godown.js.map +1 -0
- package/decorators/part.d.ts +7 -0
- package/decorators/part.d.ts.map +1 -0
- package/decorators/part.js +8 -0
- package/decorators/part.js.map +1 -0
- package/decorators/styles.d.ts +3 -0
- package/decorators/styles.d.ts.map +1 -0
- package/decorators/styles.js +8 -0
- package/decorators/styles.js.map +1 -0
- package/details.d.ts +8 -1
- package/details.d.ts.map +1 -1
- package/details.js +4 -1
- package/details.js.map +1 -1
- package/dialog.d.ts +8 -1
- package/dialog.d.ts.map +1 -1
- package/dialog.js +4 -1
- package/dialog.js.map +1 -1
- package/divider.d.ts +8 -1
- package/divider.d.ts.map +1 -1
- package/divider.js +4 -1
- package/divider.js.map +1 -1
- package/dragbox.d.ts +8 -1
- package/dragbox.d.ts.map +1 -1
- package/dragbox.js +4 -1
- package/dragbox.js.map +1 -1
- package/flex-flow.d.ts +8 -1
- package/flex-flow.d.ts.map +1 -1
- package/flex-flow.js +4 -1
- package/flex-flow.js.map +1 -1
- package/form.d.ts +8 -1
- package/form.d.ts.map +1 -1
- package/form.js +4 -1
- package/form.js.map +1 -1
- package/grid-flow.d.ts +9 -0
- package/grid-flow.d.ts.map +1 -0
- package/grid-flow.js +5 -0
- package/grid-flow.js.map +1 -0
- package/index.d.ts +32 -3
- package/index.d.ts.map +1 -1
- package/index.js +32 -3
- package/index.js.map +1 -1
- package/input.d.ts +8 -1
- package/input.d.ts.map +1 -1
- package/input.js +4 -1
- package/input.js.map +1 -1
- package/label-input.d.ts +8 -1
- package/label-input.d.ts.map +1 -1
- package/label-input.js +4 -1
- package/label-input.js.map +1 -1
- package/layout.d.ts +9 -0
- package/layout.d.ts.map +1 -0
- package/layout.js +5 -0
- package/layout.js.map +1 -0
- package/lib/css.d.ts +13 -0
- package/lib/css.d.ts.map +1 -0
- package/lib/css.js +29 -0
- package/lib/css.js.map +1 -0
- package/lib/directives.d.ts +16 -20
- package/lib/directives.d.ts.map +1 -1
- package/lib/directives.js +33 -31
- package/lib/directives.js.map +1 -1
- package/lib/event-coll.d.ts +13 -0
- package/lib/event-coll.d.ts.map +1 -0
- package/lib/event-coll.js +45 -0
- package/lib/event-coll.js.map +1 -0
- package/lib/{templates.d.ts → icons.d.ts} +1 -17
- package/lib/icons.d.ts.map +1 -0
- package/lib/icons.js +73 -0
- package/lib/icons.js.map +1 -0
- package/lib/jsx.d.ts +4 -0
- package/lib/jsx.d.ts.map +1 -0
- package/lib/jsx.js +52 -0
- package/lib/jsx.js.map +1 -0
- package/lib/route-tree.d.ts +5 -5
- package/lib/route-tree.js +5 -5
- package/lib/route-tree.js.map +1 -1
- package/lib/utils.d.ts +6 -46
- package/lib/utils.d.ts.map +1 -1
- package/lib/utils.js +25 -110
- package/lib/utils.js.map +1 -1
- package/link.d.ts +9 -0
- package/link.d.ts.map +1 -0
- package/link.js +5 -0
- package/link.js.map +1 -0
- package/overbreath.d.ts +8 -1
- package/overbreath.d.ts.map +1 -1
- package/overbreath.js +4 -1
- package/overbreath.js.map +1 -1
- package/package.json +18 -23
- package/progress.d.ts +8 -1
- package/progress.d.ts.map +1 -1
- package/progress.js +4 -1
- package/progress.js.map +1 -1
- package/proto/godown-config.d.ts +41 -0
- package/proto/godown-config.d.ts.map +1 -0
- package/proto/godown-config.js +27 -0
- package/proto/godown-config.js.map +1 -0
- package/{godown-element.d.ts → proto/godown-element.d.ts} +48 -16
- package/proto/godown-element.d.ts.map +1 -0
- package/{godown-element.js → proto/godown-element.js} +82 -26
- package/proto/godown-element.js.map +1 -0
- package/proto/super-a.d.ts +30 -0
- package/proto/super-a.d.ts.map +1 -0
- package/proto/super-a.js +141 -0
- package/proto/super-a.js.map +1 -0
- package/proto/super-input.d.ts +44 -0
- package/proto/super-input.d.ts.map +1 -0
- package/proto/super-input.js +119 -0
- package/proto/super-input.js.map +1 -0
- package/proto/super-openable.d.ts +23 -0
- package/proto/super-openable.d.ts.map +1 -0
- package/proto/super-openable.js +43 -0
- package/proto/super-openable.js.map +1 -0
- package/range-input.d.ts +9 -0
- package/range-input.d.ts.map +1 -0
- package/range-input.js +5 -0
- package/range-input.js.map +1 -0
- package/react/create.d.ts.map +1 -1
- package/react/create.js +4 -1
- package/react/create.js.map +1 -1
- package/react/index.d.ts +64 -34
- package/react/index.d.ts.map +1 -1
- package/react/index.js +78 -51
- package/react/index.js.map +1 -1
- package/rotate.d.ts +9 -0
- package/rotate.d.ts.map +1 -0
- package/rotate.js +5 -0
- package/rotate.js.map +1 -0
- package/router-link.d.ts +9 -0
- package/router-link.d.ts.map +1 -0
- package/router-link.js +5 -0
- package/router-link.js.map +1 -0
- package/router.d.ts +8 -1
- package/router.d.ts.map +1 -1
- package/router.js +4 -1
- package/router.js.map +1 -1
- package/search-input.d.ts +8 -1
- package/search-input.d.ts.map +1 -1
- package/search-input.js +4 -1
- package/search-input.js.map +1 -1
- package/select-input.d.ts +8 -1
- package/select-input.d.ts.map +1 -1
- package/select-input.js +4 -1
- package/select-input.js.map +1 -1
- package/skeleton.d.ts +8 -1
- package/skeleton.d.ts.map +1 -1
- package/skeleton.js +4 -1
- package/skeleton.js.map +1 -1
- package/split-input.d.ts +8 -1
- package/split-input.d.ts.map +1 -1
- package/split-input.js +4 -1
- package/split-input.js.map +1 -1
- package/styles/colors/presets.d.ts +13 -0
- package/styles/colors/presets.d.ts.map +1 -0
- package/styles/colors/presets.js +6 -0
- package/styles/colors/presets.js.map +1 -0
- package/styles/colors/presetsRGB.d.ts +16 -0
- package/styles/colors/presetsRGB.d.ts.map +1 -0
- package/styles/colors/presetsRGB.js +134 -0
- package/styles/colors/presetsRGB.js.map +1 -0
- package/styles/global.d.ts +18 -0
- package/styles/global.d.ts.map +1 -0
- package/styles/global.js +78 -0
- package/styles/global.js.map +1 -0
- package/styles/inputStyle.d.ts +3 -0
- package/styles/inputStyle.d.ts.map +1 -0
- package/styles/inputStyle.js +59 -0
- package/styles/inputStyle.js.map +1 -0
- package/switch-input.d.ts +8 -1
- package/switch-input.d.ts.map +1 -1
- package/switch-input.js +4 -1
- package/switch-input.js.map +1 -1
- package/text.d.ts +8 -1
- package/text.d.ts.map +1 -1
- package/text.js +4 -1
- package/text.js.map +1 -1
- package/time.d.ts +8 -1
- package/time.d.ts.map +1 -1
- package/time.js +4 -1
- package/time.js.map +1 -1
- package/tooltip.d.ts +8 -1
- package/tooltip.d.ts.map +1 -1
- package/tooltip.js +4 -1
- package/tooltip.js.map +1 -1
- package/typewriter.d.ts +8 -1
- package/typewriter.d.ts.map +1 -1
- package/typewriter.js +4 -1
- package/typewriter.js.map +1 -1
- package/web-components/alert/alert.d.ts +2 -10
- package/web-components/alert/alert.d.ts.map +1 -1
- package/web-components/alert/alert.js +93 -91
- package/web-components/alert/alert.js.map +1 -1
- package/web-components/avatar/avatar-group.d.ts +21 -0
- package/web-components/avatar/avatar-group.d.ts.map +1 -0
- package/web-components/avatar/avatar-group.js +86 -0
- package/web-components/avatar/avatar-group.js.map +1 -0
- package/web-components/avatar/avatar.d.ts +5 -18
- package/web-components/avatar/avatar.d.ts.map +1 -1
- package/web-components/avatar/avatar.js +70 -85
- package/web-components/avatar/avatar.js.map +1 -1
- package/web-components/button/button.d.ts +10 -43
- package/web-components/button/button.d.ts.map +1 -1
- package/web-components/button/button.js +183 -226
- package/web-components/button/button.js.map +1 -1
- package/web-components/card/card.d.ts +2 -27
- package/web-components/card/card.d.ts.map +1 -1
- package/web-components/card/card.js +57 -132
- package/web-components/card/card.js.map +1 -1
- package/web-components/carousel/carousel.d.ts +5 -16
- package/web-components/carousel/carousel.d.ts.map +1 -1
- package/web-components/carousel/carousel.js +102 -106
- package/web-components/carousel/carousel.js.map +1 -1
- package/web-components/details/details.d.ts +4 -15
- package/web-components/details/details.d.ts.map +1 -1
- package/web-components/details/details.js +91 -97
- package/web-components/details/details.js.map +1 -1
- package/web-components/dialog/dialog.d.ts +6 -17
- package/web-components/dialog/dialog.d.ts.map +1 -1
- package/web-components/dialog/dialog.js +87 -137
- package/web-components/dialog/dialog.js.map +1 -1
- package/web-components/divider/divider.d.ts +13 -0
- package/web-components/divider/divider.d.ts.map +1 -0
- package/web-components/divider/divider.js +95 -0
- package/web-components/divider/divider.js.map +1 -0
- package/web-components/form/form.d.ts +15 -22
- package/web-components/form/form.d.ts.map +1 -1
- package/web-components/form/form.js +47 -117
- package/web-components/form/form.js.map +1 -1
- package/web-components/input/input.d.ts +5 -18
- package/web-components/input/input.d.ts.map +1 -1
- package/web-components/input/input.js +74 -169
- package/web-components/input/input.js.map +1 -1
- package/web-components/input/label-input.d.ts +5 -19
- package/web-components/input/label-input.d.ts.map +1 -1
- package/web-components/input/label-input.js +74 -141
- package/web-components/input/label-input.js.map +1 -1
- package/web-components/input/range-input.d.ts +53 -0
- package/web-components/input/range-input.d.ts.map +1 -0
- package/web-components/input/range-input.js +316 -0
- package/web-components/input/range-input.js.map +1 -0
- package/web-components/input/search-input.d.ts +4 -12
- package/web-components/input/search-input.d.ts.map +1 -1
- package/web-components/input/search-input.js +118 -113
- package/web-components/input/search-input.js.map +1 -1
- package/web-components/input/select-input.d.ts +17 -32
- package/web-components/input/select-input.d.ts.map +1 -1
- package/web-components/input/select-input.js +154 -286
- package/web-components/input/select-input.js.map +1 -1
- package/web-components/input/split-input.d.ts +8 -15
- package/web-components/input/split-input.d.ts.map +1 -1
- package/web-components/input/split-input.js +82 -72
- package/web-components/input/split-input.js.map +1 -1
- package/web-components/input/switch-input.d.ts +8 -17
- package/web-components/input/switch-input.d.ts.map +1 -1
- package/web-components/input/switch-input.js +122 -158
- package/web-components/input/switch-input.js.map +1 -1
- package/web-components/layout/flex-flow.d.ts +11 -19
- package/web-components/layout/flex-flow.d.ts.map +1 -1
- package/web-components/layout/flex-flow.js +57 -35
- package/web-components/layout/flex-flow.js.map +1 -1
- package/web-components/layout/grid-flow.d.ts +14 -0
- package/web-components/layout/grid-flow.d.ts.map +1 -0
- package/web-components/layout/grid-flow.js +56 -0
- package/web-components/layout/grid-flow.js.map +1 -0
- package/web-components/layout/layout.d.ts +18 -0
- package/web-components/layout/layout.d.ts.map +1 -0
- package/web-components/layout/layout.js +76 -0
- package/web-components/layout/layout.js.map +1 -0
- package/web-components/link/link.d.ts +10 -0
- package/web-components/link/link.d.ts.map +1 -0
- package/web-components/link/link.js +17 -0
- package/web-components/link/link.js.map +1 -0
- package/web-components/link/router-link.d.ts +19 -0
- package/web-components/link/router-link.d.ts.map +1 -0
- package/web-components/link/router-link.js +60 -0
- package/web-components/link/router-link.js.map +1 -0
- package/web-components/progress/progress.d.ts +2 -12
- package/web-components/progress/progress.d.ts.map +1 -1
- package/web-components/progress/progress.js +52 -48
- package/web-components/progress/progress.js.map +1 -1
- package/web-components/router/router.d.ts +15 -21
- package/web-components/router/router.d.ts.map +1 -1
- package/web-components/router/router.js +35 -37
- package/web-components/router/router.js.map +1 -1
- package/web-components/skeleton/skeleton.d.ts +5 -12
- package/web-components/skeleton/skeleton.d.ts.map +1 -1
- package/web-components/skeleton/skeleton.js +90 -98
- package/web-components/skeleton/skeleton.js.map +1 -1
- package/web-components/text/overbreath.d.ts +15 -20
- package/web-components/text/overbreath.d.ts.map +1 -1
- package/web-components/text/overbreath.js +108 -202
- package/web-components/text/overbreath.js.map +1 -1
- package/web-components/text/text.d.ts +5 -18
- package/web-components/text/text.d.ts.map +1 -1
- package/web-components/text/text.js +70 -80
- package/web-components/text/text.js.map +1 -1
- package/web-components/text/time.d.ts +5 -14
- package/web-components/text/time.d.ts.map +1 -1
- package/web-components/text/time.js +32 -31
- package/web-components/text/time.js.map +1 -1
- package/web-components/text/typewriter.d.ts +3 -11
- package/web-components/text/typewriter.d.ts.map +1 -1
- package/web-components/text/typewriter.js +42 -40
- package/web-components/text/typewriter.js.map +1 -1
- package/web-components/tooltip/tooltip.d.ts +21 -17
- package/web-components/tooltip/tooltip.d.ts.map +1 -1
- package/web-components/tooltip/tooltip.js +98 -60
- package/web-components/tooltip/tooltip.js.map +1 -1
- package/web-components/wrapper/dragbox.d.ts +5 -10
- package/web-components/wrapper/dragbox.d.ts.map +1 -1
- package/web-components/wrapper/dragbox.js +40 -31
- package/web-components/wrapper/dragbox.js.map +1 -1
- package/web-components/wrapper/rotate.d.ts +30 -0
- package/web-components/wrapper/rotate.d.ts.map +1 -0
- package/web-components/wrapper/rotate.js +92 -0
- package/web-components/wrapper/rotate.js.map +1 -0
- package/.deps.js.map +0 -1
- package/a.d.ts +0 -2
- package/a.d.ts.map +0 -1
- package/a.js +0 -2
- package/a.js.map +0 -1
- package/clip.d.ts +0 -2
- package/clip.d.ts.map +0 -1
- package/clip.js +0 -2
- package/clip.js.map +0 -1
- package/decorators/define.d.ts +0 -7
- package/decorators/define.d.ts.map +0 -1
- package/decorators/define.js +0 -11
- package/decorators/define.js.map +0 -1
- package/details-group.d.ts +0 -2
- package/details-group.d.ts.map +0 -1
- package/details-group.js +0 -2
- package/details-group.js.map +0 -1
- package/godown-element.d.ts.map +0 -1
- package/godown-element.js.map +0 -1
- package/lib/event-collection.d.ts +0 -14
- package/lib/event-collection.d.ts.map +0 -1
- package/lib/event-collection.js +0 -71
- package/lib/event-collection.js.map +0 -1
- package/lib/templates.d.ts.map +0 -1
- package/lib/templates.js +0 -76
- package/lib/templates.js.map +0 -1
- package/naming.d.ts +0 -91
- package/naming.d.ts.map +0 -1
- package/naming.js +0 -67
- package/naming.js.map +0 -1
- package/nav-layout.d.ts +0 -2
- package/nav-layout.d.ts.map +0 -1
- package/nav-layout.js +0 -2
- package/nav-layout.js.map +0 -1
- package/open-offset.d.ts +0 -2
- package/open-offset.d.ts.map +0 -1
- package/open-offset.js +0 -2
- package/open-offset.js.map +0 -1
- package/router-a.d.ts +0 -2
- package/router-a.d.ts.map +0 -1
- package/router-a.js +0 -2
- package/router-a.js.map +0 -1
- package/supers/anchor.d.ts +0 -26
- package/supers/anchor.d.ts.map +0 -1
- package/supers/anchor.js +0 -124
- package/supers/anchor.js.map +0 -1
- package/supers/input.d.ts +0 -28
- package/supers/input.d.ts.map +0 -1
- package/supers/input.js +0 -117
- package/supers/input.js.map +0 -1
- package/supers/openable.d.ts +0 -38
- package/supers/openable.d.ts.map +0 -1
- package/supers/openable.js +0 -77
- package/supers/openable.js.map +0 -1
- package/supers/root.d.ts +0 -18
- package/supers/root.d.ts.map +0 -1
- package/supers/root.js +0 -76
- package/supers/root.js.map +0 -1
- package/tabs.d.ts +0 -2
- package/tabs.d.ts.map +0 -1
- package/tabs.js +0 -2
- package/tabs.js.map +0 -1
- package/web-components/a/a.d.ts +0 -16
- package/web-components/a/a.d.ts.map +0 -1
- package/web-components/a/a.js +0 -17
- package/web-components/a/a.js.map +0 -1
- package/web-components/group/avatar-group.d.ts +0 -29
- package/web-components/group/avatar-group.d.ts.map +0 -1
- package/web-components/group/avatar-group.js +0 -88
- package/web-components/group/avatar-group.js.map +0 -1
- package/web-components/group/details-group.d.ts +0 -28
- package/web-components/group/details-group.d.ts.map +0 -1
- package/web-components/group/details-group.js +0 -59
- package/web-components/group/details-group.js.map +0 -1
- package/web-components/index.d.ts +0 -35
- package/web-components/index.d.ts.map +0 -1
- package/web-components/index.js +0 -35
- package/web-components/index.js.map +0 -1
- package/web-components/layout/divider.d.ts +0 -22
- package/web-components/layout/divider.d.ts.map +0 -1
- package/web-components/layout/divider.js +0 -85
- package/web-components/layout/divider.js.map +0 -1
- package/web-components/layout/nav-layout.d.ts +0 -38
- package/web-components/layout/nav-layout.d.ts.map +0 -1
- package/web-components/layout/nav-layout.js +0 -69
- package/web-components/layout/nav-layout.js.map +0 -1
- package/web-components/offset/open-offset.d.ts +0 -27
- package/web-components/offset/open-offset.d.ts.map +0 -1
- package/web-components/offset/open-offset.js +0 -130
- package/web-components/offset/open-offset.js.map +0 -1
- package/web-components/router/router-a.d.ts +0 -25
- package/web-components/router/router-a.d.ts.map +0 -1
- package/web-components/router/router-a.js +0 -70
- package/web-components/router/router-a.js.map +0 -1
- package/web-components/tabs/tabs.d.ts +0 -52
- package/web-components/tabs/tabs.d.ts.map +0 -1
- package/web-components/tabs/tabs.js +0 -165
- package/web-components/tabs/tabs.js.map +0 -1
- package/web-components/text/clip.d.ts +0 -22
- package/web-components/text/clip.d.ts.map +0 -1
- package/web-components/text/clip.js +0 -45
- package/web-components/text/clip.js.map +0 -1
- package/web-components/wrapper/wrapper.d.ts +0 -27
- package/web-components/wrapper/wrapper.d.ts.map +0 -1
- package/web-components/wrapper/wrapper.js +0 -95
- package/web-components/wrapper/wrapper.js.map +0 -1
- package/wrapper.d.ts +0 -2
- package/wrapper.d.ts.map +0 -1
- package/wrapper.js +0 -2
- package/wrapper.js.map +0 -1
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"range-input.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["range-input.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,uCAAuC,CAAC;AAE/D,eAAe,UAAU,CAAC;AAC1B,cAAc,uCAAuC,CAAC;AAEtD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,eAAe,EAAE,UAAU,CAAC;KAC7B;CACF"}
|
package/range-input.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"range-input.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["range-input.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,uCAAuC,CAAC;AAC/D,UAAU,CAAC,MAAM,EAAE,CAAC;AACpB,eAAe,UAAU,CAAC;AAC1B,cAAc,uCAAuC,CAAC","sourcesContent":["import RangeInput from \"./web-components/input/range-input.js\";\nRangeInput.define();\nexport default RangeInput;\nexport * from \"./web-components/input/range-input.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-range-input\": RangeInput;\n }\n}\n"]}
|
package/react/create.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"create.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/create.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,SAAS,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AACpF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,eAAO,MAAM,MAAM,
|
1
|
+
{"version":3,"file":"create.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/create.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,SAAS,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AACpF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,eAAO,MAAM,MAAM,qFAMT,QAAQ,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,OAC1B,YAAY,KACf,kBAAkB,CAAC,EAAE,CAAC,CASxB,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
package/react/create.js
CHANGED
@@ -3,7 +3,10 @@ import * as React from "react";
|
|
3
3
|
export const create = (
|
4
4
|
/**/
|
5
5
|
option, ns = React) => {
|
6
|
-
option.tagName =
|
6
|
+
option.tagName =
|
7
|
+
option.tagName ||
|
8
|
+
option.elementClass.elementTagName ||
|
9
|
+
option.elementClass.name;
|
7
10
|
return createComponent({
|
8
11
|
...option,
|
9
12
|
react: ns,
|
package/react/create.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"create.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/create.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAyC,MAAM,YAAY,CAAC;AACpF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,CAAC,MAAM,MAAM,GAAG;AAKpB,IAAI;AACJ,MAA8B,EAC9B,KAAmB,KAAK,EACC,EAAE;IAC3B,MAAM,CAAC,OAAO,
|
1
|
+
{"version":3,"file":"create.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/create.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAyC,MAAM,YAAY,CAAC;AACpF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,CAAC,MAAM,MAAM,GAAG;AAKpB,IAAI;AACJ,MAA8B,EAC9B,KAAmB,KAAK,EACC,EAAE;IAC3B,MAAM,CAAC,OAAO;QACZ,MAAM,CAAC,OAAO;YACb,MAAM,CAAC,YAAgD,CAAC,cAAc;YACvE,MAAM,CAAC,YAAY,CAAC,IAAI,CAAC;IAC3B,OAAO,eAAe,CAAO;QAC3B,GAAI,MAAwB;QAC5B,KAAK,EAAE,EAAE;KACV,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,eAAe,MAAM,CAAC","sourcesContent":["import { createComponent, EventName, Options, ReactWebComponent } from \"@lit/react\";\nimport * as React from \"react\";\n\nimport type GodownElement from \"../proto/godown-element\";\n\nexport const create = <\n /**/\n I extends HTMLElement,\n E extends Record<string, EventName | string> = NonNullable<unknown>,\n>(\n /**/\n option: Partial<Options<I, E>>,\n ns: typeof React = React,\n): ReactWebComponent<I, E> => {\n option.tagName =\n option.tagName ||\n (option.elementClass as unknown as typeof GodownElement).elementTagName ||\n option.elementClass.name;\n return createComponent<I, E>({\n ...(option as Options<I, E>),\n react: ns,\n });\n};\n\nexport default create;\n"]}
|
package/react/index.d.ts
CHANGED
@@ -1,35 +1,65 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
export declare const
|
34
|
-
export declare const
|
1
|
+
import _Rotate from "../rotate.js";
|
2
|
+
import _Dragbox from "../dragbox.js";
|
3
|
+
import _Tooltip from "../tooltip.js";
|
4
|
+
import _Typewriter from "../typewriter.js";
|
5
|
+
import _Time from "../time.js";
|
6
|
+
import _Text from "../text.js";
|
7
|
+
import _Overbreath from "../overbreath.js";
|
8
|
+
import _Skeleton from "../skeleton.js";
|
9
|
+
import _Router from "../router.js";
|
10
|
+
import _Progress from "../progress.js";
|
11
|
+
import _RouterLink from "../router-link.js";
|
12
|
+
import _Link from "../link.js";
|
13
|
+
import _Layout from "../layout.js";
|
14
|
+
import _GridFlow from "../grid-flow.js";
|
15
|
+
import _FlexFlow from "../flex-flow.js";
|
16
|
+
import _SwitchInput from "../switch-input.js";
|
17
|
+
import _SplitInput from "../split-input.js";
|
18
|
+
import _SelectInput from "../select-input.js";
|
19
|
+
import _SearchInput from "../search-input.js";
|
20
|
+
import _RangeInput from "../range-input.js";
|
21
|
+
import _LabelInput from "../label-input.js";
|
22
|
+
import _Input from "../input.js";
|
23
|
+
import _Form from "../form.js";
|
24
|
+
import _Divider from "../divider.js";
|
25
|
+
import _Dialog from "../dialog.js";
|
26
|
+
import _Details from "../details.js";
|
27
|
+
import _Carousel from "../carousel.js";
|
28
|
+
import _Card from "../card.js";
|
29
|
+
import _Button from "../button.js";
|
30
|
+
import _Avatar from "../avatar.js";
|
31
|
+
import _AvatarGroup from "../avatar-group.js";
|
32
|
+
import _Alert from "../alert.js";
|
33
|
+
export declare const Alert: import("@lit/react").ReactWebComponent<_Alert, {}>;
|
34
|
+
export declare const AvatarGroup: import("@lit/react").ReactWebComponent<_AvatarGroup, {}>;
|
35
|
+
export declare const Avatar: import("@lit/react").ReactWebComponent<_Avatar, {}>;
|
36
|
+
export declare const Button: import("@lit/react").ReactWebComponent<_Button, {}>;
|
37
|
+
export declare const Card: import("@lit/react").ReactWebComponent<_Card, {}>;
|
38
|
+
export declare const Carousel: import("@lit/react").ReactWebComponent<_Carousel, {}>;
|
39
|
+
export declare const Details: import("@lit/react").ReactWebComponent<_Details, {}>;
|
40
|
+
export declare const Dialog: import("@lit/react").ReactWebComponent<_Dialog, {}>;
|
41
|
+
export declare const Divider: import("@lit/react").ReactWebComponent<_Divider, {}>;
|
42
|
+
export declare const Form: import("@lit/react").ReactWebComponent<_Form<object>, {}>;
|
43
|
+
export declare const Input: import("@lit/react").ReactWebComponent<_Input, {}>;
|
44
|
+
export declare const LabelInput: import("@lit/react").ReactWebComponent<_LabelInput, {}>;
|
45
|
+
export declare const RangeInput: import("@lit/react").ReactWebComponent<_RangeInput, {}>;
|
46
|
+
export declare const SearchInput: import("@lit/react").ReactWebComponent<_SearchInput, {}>;
|
47
|
+
export declare const SelectInput: import("@lit/react").ReactWebComponent<_SelectInput, {}>;
|
48
|
+
export declare const SplitInput: import("@lit/react").ReactWebComponent<_SplitInput, {}>;
|
49
|
+
export declare const SwitchInput: import("@lit/react").ReactWebComponent<_SwitchInput, {}>;
|
50
|
+
export declare const FlexFlow: import("@lit/react").ReactWebComponent<_FlexFlow, {}>;
|
51
|
+
export declare const GridFlow: import("@lit/react").ReactWebComponent<_GridFlow, {}>;
|
52
|
+
export declare const Layout: import("@lit/react").ReactWebComponent<_Layout, {}>;
|
53
|
+
export declare const Link: import("@lit/react").ReactWebComponent<_Link, {}>;
|
54
|
+
export declare const RouterLink: import("@lit/react").ReactWebComponent<_RouterLink, {}>;
|
55
|
+
export declare const Progress: import("@lit/react").ReactWebComponent<_Progress, {}>;
|
56
|
+
export declare const Router: import("@lit/react").ReactWebComponent<_Router<unknown>, {}>;
|
57
|
+
export declare const Skeleton: import("@lit/react").ReactWebComponent<_Skeleton, {}>;
|
58
|
+
export declare const Overbreath: import("@lit/react").ReactWebComponent<_Overbreath, {}>;
|
59
|
+
export declare const Text: import("@lit/react").ReactWebComponent<_Text, {}>;
|
60
|
+
export declare const Time: import("@lit/react").ReactWebComponent<_Time, {}>;
|
61
|
+
export declare const Typewriter: import("@lit/react").ReactWebComponent<_Typewriter, {}>;
|
62
|
+
export declare const Tooltip: import("@lit/react").ReactWebComponent<_Tooltip, {}>;
|
63
|
+
export declare const Dragbox: import("@lit/react").ReactWebComponent<_Dragbox, {}>;
|
64
|
+
export declare const Rotate: import("@lit/react").ReactWebComponent<_Rotate, {}>;
|
35
65
|
//# sourceMappingURL=index.d.ts.map
|
package/react/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/index.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/index.ts"],"names":[],"mappings":"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"}
|
package/react/index.js
CHANGED
@@ -1,105 +1,132 @@
|
|
1
1
|
"use client";
|
2
|
+
/* eslint-disable */
|
3
|
+
import _Rotate from "../rotate.js";
|
4
|
+
import _Dragbox from "../dragbox.js";
|
5
|
+
import _Tooltip from "../tooltip.js";
|
6
|
+
import _Typewriter from "../typewriter.js";
|
7
|
+
import _Time from "../time.js";
|
8
|
+
import _Text from "../text.js";
|
9
|
+
import _Overbreath from "../overbreath.js";
|
10
|
+
import _Skeleton from "../skeleton.js";
|
11
|
+
import _Router from "../router.js";
|
12
|
+
import _Progress from "../progress.js";
|
13
|
+
import _RouterLink from "../router-link.js";
|
14
|
+
import _Link from "../link.js";
|
15
|
+
import _Layout from "../layout.js";
|
16
|
+
import _GridFlow from "../grid-flow.js";
|
17
|
+
import _FlexFlow from "../flex-flow.js";
|
18
|
+
import _SwitchInput from "../switch-input.js";
|
19
|
+
import _SplitInput from "../split-input.js";
|
20
|
+
import _SelectInput from "../select-input.js";
|
21
|
+
import _SearchInput from "../search-input.js";
|
22
|
+
import _RangeInput from "../range-input.js";
|
23
|
+
import _LabelInput from "../label-input.js";
|
24
|
+
import _Input from "../input.js";
|
25
|
+
import _Form from "../form.js";
|
26
|
+
import _Divider from "../divider.js";
|
27
|
+
import _Dialog from "../dialog.js";
|
28
|
+
import _Details from "../details.js";
|
29
|
+
import _Carousel from "../carousel.js";
|
30
|
+
import _Card from "../card.js";
|
31
|
+
import _Button from "../button.js";
|
32
|
+
import _Avatar from "../avatar.js";
|
33
|
+
import _AvatarGroup from "../avatar-group.js";
|
34
|
+
import _Alert from "../alert.js";
|
2
35
|
import { create } from "./create.js";
|
3
|
-
export const A = create({
|
4
|
-
elementClass: (await import("../web-components/a/a.js")).default,
|
5
|
-
});
|
6
36
|
export const Alert = create({
|
7
|
-
elementClass:
|
37
|
+
elementClass: _Alert,
|
38
|
+
});
|
39
|
+
export const AvatarGroup = create({
|
40
|
+
elementClass: _AvatarGroup,
|
8
41
|
});
|
9
42
|
export const Avatar = create({
|
10
|
-
elementClass:
|
43
|
+
elementClass: _Avatar,
|
11
44
|
});
|
12
45
|
export const Button = create({
|
13
|
-
elementClass:
|
46
|
+
elementClass: _Button,
|
14
47
|
});
|
15
48
|
export const Card = create({
|
16
|
-
elementClass:
|
49
|
+
elementClass: _Card,
|
17
50
|
});
|
18
51
|
export const Carousel = create({
|
19
|
-
elementClass:
|
52
|
+
elementClass: _Carousel,
|
20
53
|
});
|
21
54
|
export const Details = create({
|
22
|
-
elementClass:
|
55
|
+
elementClass: _Details,
|
23
56
|
});
|
24
57
|
export const Dialog = create({
|
25
|
-
elementClass:
|
26
|
-
});
|
27
|
-
export const Form = create({
|
28
|
-
elementClass: (await import("../web-components/form/form.js")).default,
|
58
|
+
elementClass: _Dialog,
|
29
59
|
});
|
30
|
-
export const
|
31
|
-
elementClass:
|
60
|
+
export const Divider = create({
|
61
|
+
elementClass: _Divider,
|
32
62
|
});
|
33
|
-
export const
|
34
|
-
elementClass:
|
63
|
+
export const Form = create({
|
64
|
+
elementClass: _Form,
|
35
65
|
});
|
36
66
|
export const Input = create({
|
37
|
-
elementClass:
|
67
|
+
elementClass: _Input,
|
38
68
|
});
|
39
69
|
export const LabelInput = create({
|
40
|
-
elementClass:
|
70
|
+
elementClass: _LabelInput,
|
71
|
+
});
|
72
|
+
export const RangeInput = create({
|
73
|
+
elementClass: _RangeInput,
|
41
74
|
});
|
42
75
|
export const SearchInput = create({
|
43
|
-
elementClass:
|
76
|
+
elementClass: _SearchInput,
|
44
77
|
});
|
45
78
|
export const SelectInput = create({
|
46
|
-
elementClass:
|
79
|
+
elementClass: _SelectInput,
|
47
80
|
});
|
48
81
|
export const SplitInput = create({
|
49
|
-
elementClass:
|
82
|
+
elementClass: _SplitInput,
|
50
83
|
});
|
51
84
|
export const SwitchInput = create({
|
52
|
-
elementClass:
|
53
|
-
});
|
54
|
-
export const Divider = create({
|
55
|
-
elementClass: (await import("../web-components/layout/divider.js")).default,
|
85
|
+
elementClass: _SwitchInput,
|
56
86
|
});
|
57
87
|
export const FlexFlow = create({
|
58
|
-
elementClass:
|
88
|
+
elementClass: _FlexFlow,
|
59
89
|
});
|
60
|
-
export const
|
61
|
-
elementClass:
|
90
|
+
export const GridFlow = create({
|
91
|
+
elementClass: _GridFlow,
|
62
92
|
});
|
63
|
-
export const
|
64
|
-
elementClass:
|
93
|
+
export const Layout = create({
|
94
|
+
elementClass: _Layout,
|
65
95
|
});
|
66
|
-
export const
|
67
|
-
elementClass:
|
96
|
+
export const Link = create({
|
97
|
+
elementClass: _Link,
|
68
98
|
});
|
69
|
-
export const
|
70
|
-
elementClass:
|
99
|
+
export const RouterLink = create({
|
100
|
+
elementClass: _RouterLink,
|
101
|
+
});
|
102
|
+
export const Progress = create({
|
103
|
+
elementClass: _Progress,
|
71
104
|
});
|
72
105
|
export const Router = create({
|
73
|
-
elementClass:
|
106
|
+
elementClass: _Router,
|
74
107
|
});
|
75
108
|
export const Skeleton = create({
|
76
|
-
elementClass:
|
77
|
-
});
|
78
|
-
export const Tabs = create({
|
79
|
-
elementClass: (await import("../web-components/tabs/tabs.js")).default,
|
80
|
-
});
|
81
|
-
export const Clip = create({
|
82
|
-
elementClass: (await import("../web-components/text/clip.js")).default,
|
109
|
+
elementClass: _Skeleton,
|
83
110
|
});
|
84
111
|
export const Overbreath = create({
|
85
|
-
elementClass:
|
112
|
+
elementClass: _Overbreath,
|
86
113
|
});
|
87
114
|
export const Text = create({
|
88
|
-
elementClass:
|
115
|
+
elementClass: _Text,
|
89
116
|
});
|
90
117
|
export const Time = create({
|
91
|
-
elementClass:
|
118
|
+
elementClass: _Time,
|
92
119
|
});
|
93
120
|
export const Typewriter = create({
|
94
|
-
elementClass:
|
121
|
+
elementClass: _Typewriter,
|
95
122
|
});
|
96
123
|
export const Tooltip = create({
|
97
|
-
elementClass:
|
124
|
+
elementClass: _Tooltip,
|
98
125
|
});
|
99
126
|
export const Dragbox = create({
|
100
|
-
elementClass:
|
127
|
+
elementClass: _Dragbox,
|
101
128
|
});
|
102
|
-
export const
|
103
|
-
elementClass:
|
129
|
+
export const Rotate = create({
|
130
|
+
elementClass: _Rotate,
|
104
131
|
});
|
105
132
|
//# sourceMappingURL=index.js.map
|
package/react/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AACb,OAAO,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/index.ts"],"names":[],"mappings":"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","sourcesContent":["\"use client\";\n/* eslint-disable */\nimport _Rotate from \"../rotate.js\";\nimport _Dragbox from \"../dragbox.js\";\nimport _Tooltip from \"../tooltip.js\";\nimport _Typewriter from \"../typewriter.js\";\nimport _Time from \"../time.js\";\nimport _Text from \"../text.js\";\nimport _Overbreath from \"../overbreath.js\";\nimport _Skeleton from \"../skeleton.js\";\nimport _Router from \"../router.js\";\nimport _Progress from \"../progress.js\";\nimport _RouterLink from \"../router-link.js\";\nimport _Link from \"../link.js\";\nimport _Layout from \"../layout.js\";\nimport _GridFlow from \"../grid-flow.js\";\nimport _FlexFlow from \"../flex-flow.js\";\nimport _SwitchInput from \"../switch-input.js\";\nimport _SplitInput from \"../split-input.js\";\nimport _SelectInput from \"../select-input.js\";\nimport _SearchInput from \"../search-input.js\";\nimport _RangeInput from \"../range-input.js\";\nimport _LabelInput from \"../label-input.js\";\nimport _Input from \"../input.js\";\nimport _Form from \"../form.js\";\nimport _Divider from \"../divider.js\";\nimport _Dialog from \"../dialog.js\";\nimport _Details from \"../details.js\";\nimport _Carousel from \"../carousel.js\";\nimport _Card from \"../card.js\";\nimport _Button from \"../button.js\";\nimport _Avatar from \"../avatar.js\";\nimport _AvatarGroup from \"../avatar-group.js\";\nimport _Alert from \"../alert.js\";\nimport { create } from \"./create.js\";\n\nexport const Alert = create({\n elementClass: _Alert,\n});\n\nexport const AvatarGroup = create({\n elementClass: _AvatarGroup,\n});\n\nexport const Avatar = create({\n elementClass: _Avatar,\n});\n\nexport const Button = create({\n elementClass: _Button,\n});\n\nexport const Card = create({\n elementClass: _Card,\n});\n\nexport const Carousel = create({\n elementClass: _Carousel,\n});\n\nexport const Details = create({\n elementClass: _Details,\n});\n\nexport const Dialog = create({\n elementClass: _Dialog,\n});\n\nexport const Divider = create({\n elementClass: _Divider,\n});\n\nexport const Form = create({\n elementClass: _Form,\n});\n\nexport const Input = create({\n elementClass: _Input,\n});\n\nexport const LabelInput = create({\n elementClass: _LabelInput,\n});\n\nexport const RangeInput = create({\n elementClass: _RangeInput,\n});\n\nexport const SearchInput = create({\n elementClass: _SearchInput,\n});\n\nexport const SelectInput = create({\n elementClass: _SelectInput,\n});\n\nexport const SplitInput = create({\n elementClass: _SplitInput,\n});\n\nexport const SwitchInput = create({\n elementClass: _SwitchInput,\n});\n\nexport const FlexFlow = create({\n elementClass: _FlexFlow,\n});\n\nexport const GridFlow = create({\n elementClass: _GridFlow,\n});\n\nexport const Layout = create({\n elementClass: _Layout,\n});\n\nexport const Link = create({\n elementClass: _Link,\n});\n\nexport const RouterLink = create({\n elementClass: _RouterLink,\n});\n\nexport const Progress = create({\n elementClass: _Progress,\n});\n\nexport const Router = create({\n elementClass: _Router,\n});\n\nexport const Skeleton = create({\n elementClass: _Skeleton,\n});\n\nexport const Overbreath = create({\n elementClass: _Overbreath,\n});\n\nexport const Text = create({\n elementClass: _Text,\n});\n\nexport const Time = create({\n elementClass: _Time,\n});\n\nexport const Typewriter = create({\n elementClass: _Typewriter,\n});\n\nexport const Tooltip = create({\n elementClass: _Tooltip,\n});\n\nexport const Dragbox = create({\n elementClass: _Dragbox,\n});\n\nexport const Rotate = create({\n elementClass: _Rotate,\n});\n"]}
|
package/rotate.d.ts
ADDED
package/rotate.d.ts.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"rotate.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["rotate.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,oCAAoC,CAAC;AAExD,eAAe,MAAM,CAAC;AACtB,cAAc,oCAAoC,CAAC;AAEnD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,MAAM,CAAC;KACpB;CACF"}
|
package/rotate.js
ADDED
package/rotate.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"rotate.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["rotate.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,oCAAoC,CAAC;AACxD,MAAM,CAAC,MAAM,EAAE,CAAC;AAChB,eAAe,MAAM,CAAC;AACtB,cAAc,oCAAoC,CAAC","sourcesContent":["import Rotate from \"./web-components/wrapper/rotate.js\";\nRotate.define();\nexport default Rotate;\nexport * from \"./web-components/wrapper/rotate.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-rotate\": Rotate;\n }\n}\n"]}
|
package/router-link.d.ts
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
import RouterLink from "./web-components/link/router-link.js";
|
2
|
+
export default RouterLink;
|
3
|
+
export * from "./web-components/link/router-link.js";
|
4
|
+
declare global {
|
5
|
+
interface HTMLElementTagNameMap {
|
6
|
+
"g-router-link": RouterLink;
|
7
|
+
}
|
8
|
+
}
|
9
|
+
//# sourceMappingURL=router-link.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"router-link.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["router-link.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,sCAAsC,CAAC;AAE9D,eAAe,UAAU,CAAC;AAC1B,cAAc,sCAAsC,CAAC;AAErD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,eAAe,EAAE,UAAU,CAAC;KAC7B;CACF"}
|
package/router-link.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"router-link.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["router-link.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,sCAAsC,CAAC;AAC9D,UAAU,CAAC,MAAM,EAAE,CAAC;AACpB,eAAe,UAAU,CAAC;AAC1B,cAAc,sCAAsC,CAAC","sourcesContent":["import RouterLink from \"./web-components/link/router-link.js\";\nRouterLink.define();\nexport default RouterLink;\nexport * from \"./web-components/link/router-link.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-router-link\": RouterLink;\n }\n}\n"]}
|
package/router.d.ts
CHANGED
@@ -1,2 +1,9 @@
|
|
1
|
-
|
1
|
+
import Router from "./web-components/router/router.js";
|
2
|
+
export default Router;
|
3
|
+
export * from "./web-components/router/router.js";
|
4
|
+
declare global {
|
5
|
+
interface HTMLElementTagNameMap {
|
6
|
+
"g-router": Router;
|
7
|
+
}
|
8
|
+
}
|
2
9
|
//# sourceMappingURL=router.d.ts.map
|
package/router.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"router.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["router.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"router.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["router.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,mCAAmC,CAAC;AAEvD,eAAe,MAAM,CAAC;AACtB,cAAc,mCAAmC,CAAC;AAElD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,MAAM,CAAC;KACpB;CACF"}
|
package/router.js
CHANGED
package/router.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"router.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["router.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"router.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["router.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,mCAAmC,CAAC;AACvD,MAAM,CAAC,MAAM,EAAE,CAAC;AAChB,eAAe,MAAM,CAAC;AACtB,cAAc,mCAAmC,CAAC","sourcesContent":["import Router from \"./web-components/router/router.js\";\nRouter.define();\nexport default Router;\nexport * from \"./web-components/router/router.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-router\": Router;\n }\n}\n"]}
|
package/search-input.d.ts
CHANGED
@@ -1,2 +1,9 @@
|
|
1
|
-
|
1
|
+
import SearchInput from "./web-components/input/search-input.js";
|
2
|
+
export default SearchInput;
|
3
|
+
export * from "./web-components/input/search-input.js";
|
4
|
+
declare global {
|
5
|
+
interface HTMLElementTagNameMap {
|
6
|
+
"g-search-input": SearchInput;
|
7
|
+
}
|
8
|
+
}
|
2
9
|
//# sourceMappingURL=search-input.d.ts.map
|
package/search-input.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"search-input.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["search-input.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"search-input.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["search-input.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,wCAAwC,CAAC;AAEjE,eAAe,WAAW,CAAC;AAC3B,cAAc,wCAAwC,CAAC;AAEvD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,WAAW,CAAC;KAC/B;CACF"}
|
package/search-input.js
CHANGED
@@ -1,2 +1,5 @@
|
|
1
|
-
|
1
|
+
import SearchInput from "./web-components/input/search-input.js";
|
2
|
+
SearchInput.define();
|
3
|
+
export default SearchInput;
|
4
|
+
export * from "./web-components/input/search-input.js";
|
2
5
|
//# sourceMappingURL=search-input.js.map
|
package/search-input.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"search-input.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["search-input.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"search-input.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["search-input.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,wCAAwC,CAAC;AACjE,WAAW,CAAC,MAAM,EAAE,CAAC;AACrB,eAAe,WAAW,CAAC;AAC3B,cAAc,wCAAwC,CAAC","sourcesContent":["import SearchInput from \"./web-components/input/search-input.js\";\nSearchInput.define();\nexport default SearchInput;\nexport * from \"./web-components/input/search-input.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-search-input\": SearchInput;\n }\n}\n"]}
|
package/select-input.d.ts
CHANGED
@@ -1,2 +1,9 @@
|
|
1
|
-
|
1
|
+
import SelectInput from "./web-components/input/select-input.js";
|
2
|
+
export default SelectInput;
|
3
|
+
export * from "./web-components/input/select-input.js";
|
4
|
+
declare global {
|
5
|
+
interface HTMLElementTagNameMap {
|
6
|
+
"g-select-input": SelectInput;
|
7
|
+
}
|
8
|
+
}
|
2
9
|
//# sourceMappingURL=select-input.d.ts.map
|
package/select-input.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"select-input.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["select-input.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"select-input.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["select-input.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,wCAAwC,CAAC;AAEjE,eAAe,WAAW,CAAC;AAC3B,cAAc,wCAAwC,CAAC;AAEvD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,WAAW,CAAC;KAC/B;CACF"}
|
package/select-input.js
CHANGED
@@ -1,2 +1,5 @@
|
|
1
|
-
|
1
|
+
import SelectInput from "./web-components/input/select-input.js";
|
2
|
+
SelectInput.define();
|
3
|
+
export default SelectInput;
|
4
|
+
export * from "./web-components/input/select-input.js";
|
2
5
|
//# sourceMappingURL=select-input.js.map
|
package/select-input.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"select-input.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["select-input.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"select-input.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["select-input.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,wCAAwC,CAAC;AACjE,WAAW,CAAC,MAAM,EAAE,CAAC;AACrB,eAAe,WAAW,CAAC;AAC3B,cAAc,wCAAwC,CAAC","sourcesContent":["import SelectInput from \"./web-components/input/select-input.js\";\nSelectInput.define();\nexport default SelectInput;\nexport * from \"./web-components/input/select-input.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-select-input\": SelectInput;\n }\n}\n"]}
|
package/skeleton.d.ts
CHANGED
@@ -1,2 +1,9 @@
|
|
1
|
-
|
1
|
+
import Skeleton from "./web-components/skeleton/skeleton.js";
|
2
|
+
export default Skeleton;
|
3
|
+
export * from "./web-components/skeleton/skeleton.js";
|
4
|
+
declare global {
|
5
|
+
interface HTMLElementTagNameMap {
|
6
|
+
"g-skeleton": Skeleton;
|
7
|
+
}
|
8
|
+
}
|
2
9
|
//# sourceMappingURL=skeleton.d.ts.map
|
package/skeleton.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"skeleton.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["skeleton.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"skeleton.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["skeleton.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,uCAAuC,CAAC;AAE7D,eAAe,QAAQ,CAAC;AACxB,cAAc,uCAAuC,CAAC;AAEtD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,QAAQ,CAAC;KACxB;CACF"}
|
package/skeleton.js
CHANGED
@@ -1,2 +1,5 @@
|
|
1
|
-
|
1
|
+
import Skeleton from "./web-components/skeleton/skeleton.js";
|
2
|
+
Skeleton.define();
|
3
|
+
export default Skeleton;
|
4
|
+
export * from "./web-components/skeleton/skeleton.js";
|
2
5
|
//# sourceMappingURL=skeleton.js.map
|
package/skeleton.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"skeleton.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["skeleton.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"skeleton.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["skeleton.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,uCAAuC,CAAC;AAC7D,QAAQ,CAAC,MAAM,EAAE,CAAC;AAClB,eAAe,QAAQ,CAAC;AACxB,cAAc,uCAAuC,CAAC","sourcesContent":["import Skeleton from \"./web-components/skeleton/skeleton.js\";\nSkeleton.define();\nexport default Skeleton;\nexport * from \"./web-components/skeleton/skeleton.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-skeleton\": Skeleton;\n }\n}\n"]}
|