godown 3.0.0-canary.1 → 3.0.0-canary.11
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 +38 -9
- package/components/alert.d.ts +6 -3
- package/components/alert.d.ts.map +1 -1
- package/components/alert.js +22 -14
- package/components/alert.js.map +1 -1
- package/components/avatar.d.ts +7 -2
- package/components/avatar.d.ts.map +1 -1
- package/components/avatar.js +13 -6
- package/components/avatar.js.map +1 -1
- package/components/breath.d.ts +4 -2
- package/components/breath.d.ts.map +1 -1
- package/components/breath.js +8 -6
- package/components/breath.js.map +1 -1
- package/components/button.d.ts +20 -11
- package/components/button.d.ts.map +1 -1
- package/components/button.js +23 -20
- package/components/button.js.map +1 -1
- package/components/card.d.ts +2 -2
- package/components/card.d.ts.map +1 -1
- package/components/card.js +8 -13
- package/components/card.js.map +1 -1
- package/components/carousel.d.ts +8 -5
- package/components/carousel.d.ts.map +1 -1
- package/components/carousel.js +18 -11
- package/components/carousel.js.map +1 -1
- package/components/details.d.ts +7 -3
- package/components/details.d.ts.map +1 -1
- package/components/details.js +7 -3
- package/components/details.js.map +1 -1
- package/components/dialog.d.ts +9 -5
- package/components/dialog.d.ts.map +1 -1
- package/components/dialog.js +20 -14
- package/components/dialog.js.map +1 -1
- package/components/divider.d.ts +3 -4
- package/components/divider.d.ts.map +1 -1
- package/components/divider.js +6 -7
- package/components/divider.js.map +1 -1
- package/components/dragbox.d.ts +9 -8
- package/components/dragbox.d.ts.map +1 -1
- package/components/dragbox.js +3 -2
- package/components/dragbox.js.map +1 -1
- package/components/flex.d.ts +3 -1
- package/components/flex.d.ts.map +1 -1
- package/components/flex.js +13 -4
- package/components/flex.js.map +1 -1
- package/components/form.d.ts +2 -3
- package/components/form.d.ts.map +1 -1
- package/components/form.js +0 -2
- package/components/form.js.map +1 -1
- package/components/grid.d.ts +9 -3
- package/components/grid.d.ts.map +1 -1
- package/components/grid.js +6 -4
- package/components/grid.js.map +1 -1
- package/components/input.d.ts +4 -4
- package/components/input.d.ts.map +1 -1
- package/components/input.js +5 -7
- package/components/input.js.map +1 -1
- package/components/layout.d.ts +4 -6
- package/components/layout.d.ts.map +1 -1
- package/components/layout.js +23 -12
- package/components/layout.js.map +1 -1
- package/components/link.d.ts +3 -1
- package/components/link.d.ts.map +1 -1
- package/components/link.js +3 -1
- package/components/link.js.map +1 -1
- package/components/progress.d.ts +4 -12
- package/components/progress.d.ts.map +1 -1
- package/components/progress.js +9 -17
- package/components/progress.js.map +1 -1
- package/components/range.d.ts +45 -18
- package/components/range.d.ts.map +1 -1
- package/components/range.js +133 -62
- package/components/range.js.map +1 -1
- package/components/rotate.d.ts +3 -2
- package/components/rotate.d.ts.map +1 -1
- package/components/rotate.js +1 -1
- package/components/rotate.js.map +1 -1
- package/components/router.d.ts +15 -17
- package/components/router.d.ts.map +1 -1
- package/components/router.js +10 -10
- package/components/router.js.map +1 -1
- package/components/select.d.ts +6 -9
- package/components/select.d.ts.map +1 -1
- package/components/select.js +48 -43
- package/components/select.js.map +1 -1
- package/components/skeleton.d.ts +2 -1
- package/components/skeleton.d.ts.map +1 -1
- package/components/skeleton.js +5 -5
- package/components/skeleton.js.map +1 -1
- package/components/split.d.ts +20 -2
- package/components/split.d.ts.map +1 -1
- package/components/split.js +54 -20
- package/components/split.js.map +1 -1
- package/components/switch.d.ts +6 -5
- package/components/switch.d.ts.map +1 -1
- package/components/switch.js +7 -6
- package/components/switch.js.map +1 -1
- package/components/text.d.ts +2 -1
- package/components/text.d.ts.map +1 -1
- package/components/text.js +5 -6
- package/components/text.js.map +1 -1
- package/components/time.d.ts +6 -22
- package/components/time.d.ts.map +1 -1
- package/components/time.js +7 -67
- package/components/time.js.map +1 -1
- package/components/tooltip.d.ts +13 -2
- package/components/tooltip.d.ts.map +1 -1
- package/components/tooltip.js +24 -5
- package/components/tooltip.js.map +1 -1
- package/components/typewriter.d.ts +4 -4
- package/components/typewriter.d.ts.map +1 -1
- package/components/typewriter.js +4 -5
- package/components/typewriter.js.map +1 -1
- package/core/global-style.d.ts.map +1 -1
- package/core/global-style.js +9 -2
- package/core/global-style.js.map +1 -1
- package/core/super-anchor.d.ts +2 -1
- package/core/super-anchor.d.ts.map +1 -1
- package/core/super-anchor.js +4 -3
- package/core/super-anchor.js.map +1 -1
- package/core/super-input.d.ts +5 -5
- package/core/super-input.d.ts.map +1 -1
- package/core/super-input.js +3 -6
- package/core/super-input.js.map +1 -1
- package/core/super-openable.d.ts.map +1 -1
- package/core/super-openable.js +1 -1
- package/core/super-openable.js.map +1 -1
- package/custom-elements.json +1 -1
- package/dev/components/alert.d.ts +6 -3
- package/dev/components/alert.d.ts.map +1 -1
- package/dev/components/alert.js +38 -25
- package/dev/components/alert.js.map +1 -1
- package/dev/components/avatar.d.ts +7 -2
- package/dev/components/avatar.d.ts.map +1 -1
- package/dev/components/avatar.js +28 -13
- package/dev/components/avatar.js.map +1 -1
- package/dev/components/breath.d.ts +4 -2
- package/dev/components/breath.d.ts.map +1 -1
- package/dev/components/breath.js +20 -6
- package/dev/components/breath.js.map +1 -1
- package/dev/components/button.d.ts +20 -11
- package/dev/components/button.d.ts.map +1 -1
- package/dev/components/button.js +34 -25
- package/dev/components/button.js.map +1 -1
- package/dev/components/card.d.ts +2 -2
- package/dev/components/card.d.ts.map +1 -1
- package/dev/components/card.js +25 -30
- package/dev/components/card.js.map +1 -1
- package/dev/components/carousel.d.ts +8 -5
- package/dev/components/carousel.d.ts.map +1 -1
- package/dev/components/carousel.js +35 -20
- package/dev/components/carousel.js.map +1 -1
- package/dev/components/details.d.ts +7 -3
- package/dev/components/details.d.ts.map +1 -1
- package/dev/components/details.js +12 -4
- package/dev/components/details.js.map +1 -1
- package/dev/components/dialog.d.ts +9 -5
- package/dev/components/dialog.d.ts.map +1 -1
- package/dev/components/dialog.js +30 -24
- package/dev/components/dialog.js.map +1 -1
- package/dev/components/divider.d.ts +3 -4
- package/dev/components/divider.d.ts.map +1 -1
- package/dev/components/divider.js +20 -8
- package/dev/components/divider.js.map +1 -1
- package/dev/components/dragbox.d.ts +9 -8
- package/dev/components/dragbox.d.ts.map +1 -1
- package/dev/components/dragbox.js +8 -1
- package/dev/components/dragbox.js.map +1 -1
- package/dev/components/flex.d.ts +3 -1
- package/dev/components/flex.d.ts.map +1 -1
- package/dev/components/flex.js +24 -4
- package/dev/components/flex.js.map +1 -1
- package/dev/components/form.d.ts +2 -3
- package/dev/components/form.d.ts.map +1 -1
- package/dev/components/form.js +0 -2
- package/dev/components/form.js.map +1 -1
- package/dev/components/grid.d.ts +9 -3
- package/dev/components/grid.d.ts.map +1 -1
- package/dev/components/grid.js +17 -4
- package/dev/components/grid.js.map +1 -1
- package/dev/components/input.d.ts +4 -4
- package/dev/components/input.d.ts.map +1 -1
- package/dev/components/input.js +3 -21
- package/dev/components/input.js.map +1 -1
- package/dev/components/layout.d.ts +4 -6
- package/dev/components/layout.d.ts.map +1 -1
- package/dev/components/layout.js +33 -13
- package/dev/components/layout.js.map +1 -1
- package/dev/components/link.d.ts +3 -1
- package/dev/components/link.d.ts.map +1 -1
- package/dev/components/link.js +3 -1
- package/dev/components/link.js.map +1 -1
- package/dev/components/progress.d.ts +4 -12
- package/dev/components/progress.d.ts.map +1 -1
- package/dev/components/progress.js +14 -18
- package/dev/components/progress.js.map +1 -1
- package/dev/components/range.d.ts +45 -18
- package/dev/components/range.d.ts.map +1 -1
- package/dev/components/range.js +164 -109
- package/dev/components/range.js.map +1 -1
- package/dev/components/rotate.d.ts +3 -2
- package/dev/components/rotate.d.ts.map +1 -1
- package/dev/components/rotate.js +1 -1
- package/dev/components/rotate.js.map +1 -1
- package/dev/components/router.d.ts +15 -17
- package/dev/components/router.d.ts.map +1 -1
- package/dev/components/router.js +10 -10
- package/dev/components/router.js.map +1 -1
- package/dev/components/select.d.ts +6 -9
- package/dev/components/select.d.ts.map +1 -1
- package/dev/components/select.js +58 -45
- package/dev/components/select.js.map +1 -1
- package/dev/components/skeleton.d.ts +2 -1
- package/dev/components/skeleton.d.ts.map +1 -1
- package/dev/components/skeleton.js +6 -6
- package/dev/components/skeleton.js.map +1 -1
- package/dev/components/split.d.ts +20 -2
- package/dev/components/split.d.ts.map +1 -1
- package/dev/components/split.js +69 -32
- package/dev/components/split.js.map +1 -1
- package/dev/components/switch.d.ts +6 -5
- package/dev/components/switch.d.ts.map +1 -1
- package/dev/components/switch.js +23 -20
- package/dev/components/switch.js.map +1 -1
- package/dev/components/text.d.ts +2 -1
- package/dev/components/text.d.ts.map +1 -1
- package/dev/components/text.js +7 -7
- package/dev/components/text.js.map +1 -1
- package/dev/components/time.d.ts +6 -22
- package/dev/components/time.d.ts.map +1 -1
- package/dev/components/time.js +9 -67
- package/dev/components/time.js.map +1 -1
- package/dev/components/tooltip.d.ts +13 -2
- package/dev/components/tooltip.d.ts.map +1 -1
- package/dev/components/tooltip.js +55 -20
- package/dev/components/tooltip.js.map +1 -1
- package/dev/components/typewriter.d.ts +4 -4
- package/dev/components/typewriter.d.ts.map +1 -1
- package/dev/components/typewriter.js +11 -5
- package/dev/components/typewriter.js.map +1 -1
- package/dev/core/global-style.d.ts.map +1 -1
- package/dev/core/global-style.js +18 -10
- package/dev/core/global-style.js.map +1 -1
- package/dev/core/super-anchor.d.ts +2 -1
- package/dev/core/super-anchor.d.ts.map +1 -1
- package/dev/core/super-anchor.js +8 -5
- package/dev/core/super-anchor.js.map +1 -1
- package/dev/core/super-input.d.ts +5 -5
- package/dev/core/super-input.d.ts.map +1 -1
- package/dev/core/super-input.js +21 -20
- package/dev/core/super-input.js.map +1 -1
- package/dev/core/super-openable.d.ts.map +1 -1
- package/dev/core/super-openable.js +1 -1
- package/dev/core/super-openable.js.map +1 -1
- package/dev/range.d.ts +1 -1
- package/dev/range.d.ts.map +1 -1
- package/index.js +13 -13
- package/package.json +11 -8
- package/range.d.ts +1 -1
- package/range.d.ts.map +1 -1
- package/src/alert.ts +11 -0
- package/src/avatar.ts +11 -0
- package/src/breath.ts +13 -0
- package/src/button.ts +11 -0
- package/src/card.ts +11 -0
- package/src/carousel.ts +11 -0
- package/src/components/alert.ts +284 -0
- package/src/components/avatar.ts +109 -0
- package/src/components/breath.ts +165 -0
- package/src/components/button.ts +292 -0
- package/src/components/card.ts +83 -0
- package/src/components/carousel.ts +183 -0
- package/src/components/details.ts +121 -0
- package/src/components/dialog.ts +166 -0
- package/src/components/divider.ts +56 -0
- package/src/components/dragbox.ts +134 -0
- package/src/components/flex.ts +82 -0
- package/src/components/form.ts +82 -0
- package/src/components/grid.ts +87 -0
- package/src/components/input.ts +73 -0
- package/src/components/layout.ts +89 -0
- package/src/components/link.ts +38 -0
- package/src/components/progress.ts +100 -0
- package/src/components/range.ts +399 -0
- package/src/components/rotate.ts +95 -0
- package/src/components/router.ts +281 -0
- package/src/components/select.ts +281 -0
- package/src/components/skeleton.ts +119 -0
- package/src/components/split.ts +225 -0
- package/src/components/switch.ts +184 -0
- package/src/components/text.ts +93 -0
- package/src/components/time.ts +84 -0
- package/src/components/tooltip.ts +150 -0
- package/src/components/typewriter.ts +159 -0
- package/src/core/global-style.ts +105 -0
- package/src/core/super-anchor.ts +55 -0
- package/src/core/super-input.ts +230 -0
- package/src/core/super-openable.ts +51 -0
- package/src/details.ts +11 -0
- package/src/dialog.ts +11 -0
- package/src/divider.ts +11 -0
- package/src/dragbox.ts +11 -0
- package/src/flex.ts +11 -0
- package/src/form.ts +11 -0
- package/src/grid.ts +11 -0
- package/src/index.ts +28 -0
- package/src/input.ts +13 -0
- package/src/layout.ts +12 -0
- package/src/link.ts +13 -0
- package/src/progress.ts +12 -0
- package/src/range.ts +13 -0
- package/src/rotate.ts +13 -0
- package/src/router.ts +12 -0
- package/src/select.ts +13 -0
- package/src/skeleton.ts +13 -0
- package/src/split.ts +13 -0
- package/src/switch.ts +13 -0
- package/src/text.ts +13 -0
- package/src/time.ts +13 -0
- package/src/tooltip.ts +13 -0
- package/src/typewriter.ts +11 -0
- package/vscode.html-custom-data.json +1 -1
- package/web-types.json +1 -1
package/custom-elements.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"schemaVersion":"1.0.0","readme":"","modules":[{"kind":"javascript-module","path":"alert.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Alert","module":"alert.js"}},{"kind":"custom-element-definition","name":"godown-alert","declaration":{"name":"Alert","module":"components/alert.js"}}]},{"kind":"javascript-module","path":"avatar.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Avatar","module":"avatar.js"}},{"kind":"custom-element-definition","name":"godown-avatar","declaration":{"name":"Avatar","module":"components/avatar.js"}}]},{"kind":"javascript-module","path":"breath.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Breath","module":"breath.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/breath.js\""}},{"kind":"custom-element-definition","name":"godown-breath","declaration":{"name":"Breath","module":"components/breath.js"}}]},{"kind":"javascript-module","path":"button.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Button","module":"button.js"}},{"kind":"custom-element-definition","name":"godown-button","declaration":{"name":"Button","module":"components/button.js"}}]},{"kind":"javascript-module","path":"card.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Card","module":"card.js"}},{"kind":"custom-element-definition","name":"godown-card","declaration":{"name":"Card","module":"components/card.js"}}]},{"kind":"javascript-module","path":"carousel.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Carousel","module":"carousel.js"}},{"kind":"custom-element-definition","name":"godown-carousel","declaration":{"name":"Carousel","module":"components/carousel.js"}}]},{"kind":"javascript-module","path":"details.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Details","module":"details.js"}},{"kind":"custom-element-definition","name":"godown-details","declaration":{"name":"Details","module":"components/details.js"}}]},{"kind":"javascript-module","path":"dialog.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Dialog","module":"dialog.js"}},{"kind":"custom-element-definition","name":"godown-dialog","declaration":{"name":"Dialog","module":"components/dialog.js"}}]},{"kind":"javascript-module","path":"divider.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Divider","module":"divider.js"}},{"kind":"custom-element-definition","name":"godown-divider","declaration":{"name":"Divider","module":"components/divider.js"}}]},{"kind":"javascript-module","path":"dragbox.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Dragbox","module":"dragbox.js"}},{"kind":"custom-element-definition","name":"godown-dragbox","declaration":{"name":"Dragbox","module":"components/dragbox.js"}}]},{"kind":"javascript-module","path":"flex.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Flex","module":"flex.js"}},{"kind":"custom-element-definition","name":"godown-flex","declaration":{"name":"Flex","module":"components/flex.js"}}]},{"kind":"javascript-module","path":"form.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Form","module":"form.js"}},{"kind":"custom-element-definition","name":"godown-form","declaration":{"name":"Form","module":"components/form.js"}}]},{"kind":"javascript-module","path":"grid.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Grid","module":"grid.js"}},{"kind":"custom-element-definition","name":"godown-grid","declaration":{"name":"Grid","module":"components/grid.js"}}]},{"kind":"javascript-module","path":"index.js","declarations":[],"exports":[{"kind":"js","name":"Alert","declaration":{"name":"default","module":"\"./alert.js\""}},{"kind":"js","name":"Avatar","declaration":{"name":"default","module":"\"./avatar.js\""}},{"kind":"js","name":"Breath","declaration":{"name":"default","module":"\"./breath.js\""}},{"kind":"js","name":"Button","declaration":{"name":"default","module":"\"./button.js\""}},{"kind":"js","name":"Card","declaration":{"name":"default","module":"\"./card.js\""}},{"kind":"js","name":"Carousel","declaration":{"name":"default","module":"\"./carousel.js\""}},{"kind":"js","name":"Details","declaration":{"name":"default","module":"\"./details.js\""}},{"kind":"js","name":"Dialog","declaration":{"name":"default","module":"\"./dialog.js\""}},{"kind":"js","name":"Divider","declaration":{"name":"default","module":"\"./divider.js\""}},{"kind":"js","name":"Dragbox","declaration":{"name":"default","module":"\"./dragbox.js\""}},{"kind":"js","name":"Flex","declaration":{"name":"default","module":"\"./flex.js\""}},{"kind":"js","name":"Form","declaration":{"name":"default","module":"\"./form.js\""}},{"kind":"js","name":"Grid","declaration":{"name":"default","module":"\"./grid.js\""}},{"kind":"js","name":"Input","declaration":{"name":"default","module":"\"./input.js\""}},{"kind":"js","name":"Layout","declaration":{"name":"default","module":"\"./layout.js\""}},{"kind":"js","name":"Link","declaration":{"name":"default","module":"\"./link.js\""}},{"kind":"js","name":"Progress","declaration":{"name":"default","module":"\"./progress.js\""}},{"kind":"js","name":"Range","declaration":{"name":"default","module":"\"./range.js\""}},{"kind":"js","name":"Rotate","declaration":{"name":"default","module":"\"./rotate.js\""}},{"kind":"js","name":"Router","declaration":{"name":"default","module":"\"./router.js\""}},{"kind":"js","name":"Select","declaration":{"name":"default","module":"\"./select.js\""}},{"kind":"js","name":"Skeleton","declaration":{"name":"default","module":"\"./skeleton.js\""}},{"kind":"js","name":"Split","declaration":{"name":"default","module":"\"./split.js\""}},{"kind":"js","name":"Switch","declaration":{"name":"default","module":"\"./switch.js\""}},{"kind":"js","name":"Text","declaration":{"name":"default","module":"\"./text.js\""}},{"kind":"js","name":"Time","declaration":{"name":"default","module":"\"./time.js\""}},{"kind":"js","name":"Tooltip","declaration":{"name":"default","module":"\"./tooltip.js\""}},{"kind":"js","name":"Typewriter","declaration":{"name":"default","module":"\"./typewriter.js\""}}]},{"kind":"javascript-module","path":"input.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Input","module":"input.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/input.js\""}},{"kind":"custom-element-definition","name":"godown-input","declaration":{"name":"Input","module":"components/input.js"}}]},{"kind":"javascript-module","path":"layout.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Layout","module":"layout.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/layout.js\""}},{"kind":"custom-element-definition","name":"godown-layout","declaration":{"name":"Layout","module":"components/layout.js"}}]},{"kind":"javascript-module","path":"link.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Link","module":"link.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/link.js\""}},{"kind":"custom-element-definition","name":"godown-link","declaration":{"name":"Link","module":"components/link.js"}}]},{"kind":"javascript-module","path":"progress.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Progress","module":"progress.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/progress.js\""}},{"kind":"custom-element-definition","name":"godown-progress","declaration":{"name":"Progress","module":"components/progress.js"}}]},{"kind":"javascript-module","path":"range.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Range","module":"range.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/range.js\""}},{"kind":"custom-element-definition","name":"godown-range-input","declaration":{"name":"Range","module":"components/range.js"}}]},{"kind":"javascript-module","path":"rotate.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Rotate","module":"rotate.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/rotate.js\""}},{"kind":"custom-element-definition","name":"godown-rotate","declaration":{"name":"Rotate","module":"components/rotate.js"}}]},{"kind":"javascript-module","path":"router.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Router","module":"router.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/router.js\""}},{"kind":"custom-element-definition","name":"godown-router","declaration":{"name":"Router","module":"components/router.js"}}]},{"kind":"javascript-module","path":"select.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Select","module":"select.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/select.js\""}},{"kind":"custom-element-definition","name":"godown-select","declaration":{"name":"Select","module":"components/select.js"}}]},{"kind":"javascript-module","path":"skeleton.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Skeleton","module":"skeleton.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/skeleton.js\""}},{"kind":"custom-element-definition","name":"godown-skeleton","declaration":{"name":"Skeleton","module":"components/skeleton.js"}}]},{"kind":"javascript-module","path":"split.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Split","module":"split.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/split.js\""}},{"kind":"custom-element-definition","name":"godown-split-input","declaration":{"name":"Split","module":"components/split.js"}}]},{"kind":"javascript-module","path":"switch.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Switch","module":"switch.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/switch.js\""}},{"kind":"custom-element-definition","name":"godown-switch","declaration":{"name":"Switch","module":"components/switch.js"}}]},{"kind":"javascript-module","path":"text.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Text","module":"text.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/text.js\""}},{"kind":"custom-element-definition","name":"godown-text","declaration":{"name":"Text","module":"components/text.js"}}]},{"kind":"javascript-module","path":"time.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Time","module":"time.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/time.js\""}},{"kind":"custom-element-definition","name":"godown-time","declaration":{"name":"Time","module":"components/time.js"}}]},{"kind":"javascript-module","path":"tooltip.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Tooltip","module":"tooltip.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/tooltip.js\""}},{"kind":"custom-element-definition","name":"godown-tooltip","declaration":{"name":"Tooltip","module":"components/tooltip.js"}}]},{"kind":"javascript-module","path":"typewriter.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Typewriter","module":"typewriter.js"}},{"kind":"custom-element-definition","name":"godown-typewriter","declaration":{"name":"Typewriter","module":"components/typewriter.js"}}]},{"kind":"javascript-module","path":"core/global-style.js","declarations":[{"kind":"class","description":"","name":"GlobalStyle","superclass":{"name":"GodownElement","package":"@godown/element"}},{"kind":"function","name":"scopePrefix","parameters":[{"name":"scope","type":{"text":"string"}},{"name":"len","default":"1"}]},{"kind":"function","name":"variablePrefix","parameters":[{"name":"variable","type":{"text":"string"}}]},{"kind":"variable","name":"cssGlobalVars","type":{"text":"object"},"default":"{ foreground: scopePrefix(\"foreground\", 2), background: scopePrefix(\"background\", 2), clipBackground: scopePrefix(\"clip-background\", 2), active: scopePrefix(\"active\", 2), passive: scopePrefix(\"passive\", 2), _colors: {} as PresetsGradientsCSSResult, input: scopePrefix(\"input\", 2), white: scopePrefix(\"color-white\", 2), black: scopePrefix(\"color-black\", 2), }"}],"exports":[{"kind":"js","name":"GlobalStyle","declaration":{"name":"GlobalStyle","module":"core/global-style.js"}},{"kind":"js","name":"scopePrefix","declaration":{"name":"scopePrefix","module":"core/global-style.js"}},{"kind":"js","name":"variablePrefix","declaration":{"name":"variablePrefix","module":"core/global-style.js"}},{"kind":"js","name":"cssGlobalVars","declaration":{"name":"cssGlobalVars","module":"core/global-style.js"}}]},{"kind":"javascript-module","path":"core/super-anchor.js","declarations":[{"kind":"class","description":"","name":"SuperAnchor","members":[{"kind":"field","name":"href","type":{"text":"string"},"default":"undefined","description":"A element href.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"\"_blank\" | \"_self\" | \"_parent\" | \"_top\""},"default":"\"_self\"","description":"A element target.","attribute":"target"},{"kind":"method","name":"_handleClick","privacy":"protected","parameters":[{"name":"_","type":{"text":"MouseEvent"}}]}],"attributes":[{"name":"href","type":{"text":"string"},"default":"undefined","description":"A element href.","fieldName":"href"},{"name":"target","type":{"text":"\"_blank\" | \"_self\" | \"_parent\" | \"_top\""},"default":"\"_self\"","description":"A element target.","fieldName":"target"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"}}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SuperAnchor","module":"core/super-anchor.js"}}]},{"kind":"javascript-module","path":"core/super-input.js","declarations":[{"kind":"class","description":"","name":"SuperInput","members":[{"kind":"field","name":"autofocus","type":{"text":"boolean"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true},{"kind":"field","name":"label","type":{"text":"string"},"attribute":"label","reflects":true},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value"},{"kind":"field","name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","attribute":"default"},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing."},{"kind":"field","name":"defaultValue"},{"kind":"field","name":"makeId"},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}}},{"kind":"field","name":"nameValue"},{"kind":"method","name":"reset"},{"kind":"method","name":"_handleInput","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}]},{"kind":"method","name":"_connectedInit","privacy":"protected"},{"kind":"method","name":"_compositionInit","privacy":"protected"},{"kind":"method","name":"_changeInputType","privacy":"protected","parameters":[{"name":"t","type":{"text":"typeof this.type"}}]},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"_renderPrefix","privacy":"protected"},{"kind":"method","name":"_renderSuffix","privacy":"protected"}],"events":[{"name":"input","type":{"text":"CustomEvent"}},{"name":"change","type":{"text":"CustomEvent"}}],"attributes":[{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete"},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled"},{"name":"type","type":{"text":"InputType"},"fieldName":"type"},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder"},{"name":"label","type":{"text":"string"},"fieldName":"label"},{"name":"name","type":{"text":"string"},"fieldName":"name"},{"name":"value","type":{"text":"any"},"fieldName":"value"},{"name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","fieldName":"default"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"}}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SuperInput","module":"core/super-input.js"}}]},{"kind":"javascript-module","path":"core/super-openable.js","declarations":[{"kind":"class","description":"","name":"SuperOpenable","members":[{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","attribute":"open","reflects":true},{"kind":"method","name":"toggle","parameters":[{"name":"to","default":"!this.open"}]},{"kind":"method","name":"close"},{"kind":"method","name":"show"},{"kind":"method","name":"_handelClick","privacy":"protected","parameters":[{"name":"_","type":{"text":"MouseEvent"}}]}],"events":[{"name":"change","type":{"text":"CustomEvent"}}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","fieldName":"open"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"}}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SuperOpenable","module":"core/super-openable.js"}}]},{"kind":"javascript-module","path":"components/alert.js","declarations":[{"kind":"class","description":"Alert renders a alert.","name":"Alert","slots":[{"description":"Alert content.","name":""},{"description":"Alert title.","name":"title"},{"description":"Alert icon.","name":"icon"}],"members":[{"kind":"field","name":"call","type":{"text":"\"tip\" | \"success\" | \"info\" | \"warning\" | \"danger\" | \"error\" | \"help\" | \"deprecated\""},"description":"If it is a legal value, the icon and preset color will be rendered.","attribute":"call"},{"kind":"field","name":"color","type":{"text":"\"white\" | \"black\" | \"gray\" | \"green\" | \"teal\" | \"blue\" | \"red\" | \"purple\" | \"orange\" | \"yellow\" | \"pink\""},"description":"The tone of the component.\nOverrides the color of the call.","attribute":"color"},{"kind":"field","name":"autoclose","type":{"text":"number"},"default":"0","description":"Close delay, if 0, it will not be closed automatically.","attribute":"autoclose"},{"kind":"field","name":"title","type":{"text":"string"},"description":"The title is bold and the icon height is the same as it.","attribute":"title"},{"kind":"field","name":"content","type":{"text":"string"},"description":"Content, if zero value, will be rendered as an unnamed slot.","attribute":"content"},{"kind":"field","name":"hideClose","type":{"text":"boolean"},"default":"false","description":"Set true to hide the close button.\n\nThe behavior may change due to the variant property","attribute":"hideClose"},{"kind":"field","name":"variant","type":{"text":"\"blockquote\" | \"dark\" | \"light\""},"default":"\"dark\"","description":"Alert variant, if set to `blockquote`, the alert will be rendered as a blockquote.\n\nIf variant is `\"blockquote\"`, hide the close button.","attribute":"variant"},{"kind":"method","name":"close"},{"kind":"method","name":"alert","static":true,"return":{"type":{"text":"Alert"}},"parameters":[{"name":"root","type":{"text":"HTMLElement"}},{"name":"option","type":{"text":"Partial<Alert>"}}]}],"events":[{"name":"close","type":{"text":"CustomEvent"}}],"attributes":[{"name":"call","type":{"text":"\"tip\" | \"success\" | \"info\" | \"warning\" | \"danger\" | \"error\" | \"help\" | \"deprecated\""},"description":"If it is a legal value, the icon and preset color will be rendered.","fieldName":"call"},{"name":"color","type":{"text":"\"white\" | \"black\" | \"gray\" | \"green\" | \"teal\" | \"blue\" | \"red\" | \"purple\" | \"orange\" | \"yellow\" | \"pink\""},"description":"The tone of the component.\nOverrides the color of the call.","fieldName":"color"},{"name":"autoclose","type":{"text":"number"},"default":"0","description":"Close delay, if 0, it will not be closed automatically.","fieldName":"autoclose"},{"name":"title","type":{"text":"string"},"description":"The title is bold and the icon height is the same as it.","fieldName":"title"},{"name":"content","type":{"text":"string"},"description":"Content, if zero value, will be rendered as an unnamed slot.","fieldName":"content"},{"name":"hideClose","type":{"text":"boolean"},"default":"false","description":"Set true to hide the close button.\n\nThe behavior may change due to the variant property","fieldName":"hideClose"},{"name":"variant","type":{"text":"\"blockquote\" | \"dark\" | \"light\""},"default":"\"dark\"","description":"Alert variant, if set to `blockquote`, the alert will be rendered as a blockquote.\n\nIf variant is `\"blockquote\"`, hide the close button.","fieldName":"variant"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-alert","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Alert","module":"components/alert.js"}}]},{"kind":"javascript-module","path":"components/avatar.js","declarations":[{"kind":"class","description":"Avatar renders a avatar.\n\nRenders as an image if it has a src property,\notherwise falls back to name or nameless slot.","name":"Avatar","members":[{"kind":"field","name":"src","type":{"text":"string | undefined | null"},"description":"Image src.","attribute":"src"},{"kind":"field","name":"name","type":{"text":"string"},"default":"\"\"","description":"If the image is not available, the Avatar.format will be displayed.","attribute":"name"},{"kind":"field","name":"round","type":{"text":"boolean"},"default":"false","attribute":"round"},{"kind":"method","name":"_renderAvatar","privacy":"private"},{"kind":"method","name":"format"},{"kind":"method","name":"_handleError"}],"attributes":[{"name":"src","type":{"text":"string | undefined | null"},"description":"Image src.","fieldName":"src"},{"name":"name","type":{"text":"string"},"default":"\"\"","description":"If the image is not available, the Avatar.format will be displayed.","fieldName":"name"},{"name":"round","type":{"text":"boolean"},"default":"false","fieldName":"round"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-avatar","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Avatar","module":"components/avatar.js"}}]},{"kind":"javascript-module","path":"components/breath.js","declarations":[{"kind":"class","description":"Breath render the text with a breathing effect.\n\nDynamically generate a breathing effect based on the length of the split text.\n\nIf there is not enough CSS variable, overrun elements will use the.\n\ngodown was a css library in its earliest days,\nand this is the component version of its first effect.\n\nInspired by Vercel home page (2023).","name":"Breath","members":[{"kind":"field","name":"text","type":{"text":"string | string[]"},"description":"Strings or array of strings,\nif array, divided each element into chunks,\notherwise split strings by whitespace.","attribute":"text"},{"kind":"field","name":"duration","type":{"text":"string"},"description":"Effect duration, ending in s or ms.","attribute":"duration"},{"kind":"method","name":"renderText","privacy":"protected","parameters":[{"name":"text","type":{"text":"string"}}]},{"kind":"method","name":"getTexts","privacy":"protected","return":{"type":{"text":"string[]"}}},{"kind":"method","name":"computeStyle","privacy":"protected","parameters":[{"name":"len","type":{"text":"number"}}]},{"kind":"method","name":"parseDuration","privacy":"protected"}],"attributes":[{"name":"text","type":{"text":"string | string[]"},"description":"Strings or array of strings,\nif array, divided each element into chunks,\notherwise split strings by whitespace.","fieldName":"text"},{"name":"duration","type":{"text":"string"},"description":"Effect duration, ending in s or ms.","fieldName":"duration"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-breath","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Breath","module":"components/breath.js"}}]},{"kind":"javascript-module","path":"components/button.js","declarations":[{"kind":"class","description":"Button.","name":"Button","members":[{"kind":"field","name":"disabled","type":{"text":"boolean"},"description":"Whether to disable this element.","attribute":"disabled","reflects":true},{"kind":"field","name":"ghost","type":{"text":"boolean"},"description":"Invert font and background color.","attribute":"ghost","reflects":true},{"kind":"field","name":"active","type":{"text":"boolean"},"description":"Whether this element is active or not.","attribute":"active","reflects":true},{"kind":"field","name":"round","type":{"text":"boolean"},"description":"Enables rounded corners to appear capsule shaped.","attribute":"round","reflects":true},{"kind":"field","name":"color","type":{"text":"\"none\" | keyof typeof colors"},"default":"\"black\"","description":"The primary color.","attribute":"color","reflects":true},{"kind":"field","name":"text","type":{"text":"string"},"description":"Text inside.","attribute":"text"},{"kind":"field","name":"_modalRoot","type":{"text":"HTMLElement"}},{"kind":"field","name":"_root","type":{"text":"HTMLElement"}},{"kind":"field","name":"colors","static":true,"default":"colors"},{"kind":"method","name":"focus"},{"kind":"method","name":"blur"},{"kind":"method","name":"_handelClick","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"_handleModal","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"nextColor"}],"attributes":[{"name":"disabled","type":{"text":"boolean"},"description":"Whether to disable this element.","fieldName":"disabled"},{"name":"ghost","type":{"text":"boolean"},"description":"Invert font and background color.","fieldName":"ghost"},{"name":"active","type":{"text":"boolean"},"description":"Whether this element is active or not.","fieldName":"active"},{"name":"round","type":{"text":"boolean"},"description":"Enables rounded corners to appear capsule shaped.","fieldName":"round"},{"name":"color","type":{"text":"\"none\" | keyof typeof colors"},"default":"\"black\"","description":"The primary color.","fieldName":"color"},{"name":"text","type":{"text":"string"},"description":"Text inside.","fieldName":"text"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-button","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Button","module":"components/button.js"}}]},{"kind":"javascript-module","path":"components/card.js","declarations":[{"kind":"class","description":"Card renders a card.\n\nThis may be similar to Layout,\nbut it needs to be specified to enable header and footer.","name":"Card","slots":[{"description":"The main content of the card.","name":""},{"description":"The header of the card.","name":"header"},{"description":"The footer of the card.","name":"footer"}],"members":[{"kind":"field","name":"shadow","type":{"text":"\"none\" | \"always\" | \"hover\""},"default":"\"hover\"","attribute":"shadow","reflects":true},{"kind":"field","name":"footer","type":{"text":"boolean"},"default":"false","attribute":"footer"},{"kind":"field","name":"header","type":{"text":"boolean"},"default":"false","attribute":"header"}],"attributes":[{"name":"shadow","type":{"text":"\"none\" | \"always\" | \"hover\""},"default":"\"hover\"","fieldName":"shadow"},{"name":"footer","type":{"text":"boolean"},"default":"false","fieldName":"footer"},{"name":"header","type":{"text":"boolean"},"default":"false","fieldName":"header"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-card","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Card","module":"components/card.js"}}]},{"kind":"javascript-module","path":"components/carousel.js","declarations":[{"kind":"class","description":"Carousel make the content display as a carousel.\n\nWhen this component is `firstUpdated`,\nclone the first and last element and make the matching element visible when switching index.\n\nChild elements should maintain the same size.\n\nIf no width, it will be the width of the first element.","name":"Carousel","members":[{"kind":"field","name":"index","type":{"text":"number"},"default":"0","description":"The index of the element is displayed for the first time.","attribute":"index"},{"kind":"field","name":"autoChange","type":{"text":"number"},"default":"0","description":"If autoChange > 0, the rotation will be automated.","attribute":"autoChange"},{"kind":"field","name":"width","type":{"text":"string"},"description":"Element width.","attribute":"width"},{"kind":"field","name":"_moveRoot","type":{"text":"HTMLElement"}},{"kind":"field","name":"intervalID","type":{"text":"number"}},{"kind":"field","name":"_cloneFirst","type":{"text":"HTMLElement | undefined"}},{"kind":"field","name":"_cloneLast","type":{"text":"HTMLElement | undefined"}},{"kind":"method","name":"show","parameters":[{"name":"i","type":{"text":"number"}}]},{"kind":"method","name":"next"},{"kind":"method","name":"prev"},{"kind":"method","name":"_doTranslateX","privacy":"protected","parameters":[{"name":"xValue","type":{"text":"string"}},{"name":"noTransition","optional":true,"type":{"text":"boolean"}}]}],"attributes":[{"name":"index","type":{"text":"number"},"default":"0","description":"The index of the element is displayed for the first time.","fieldName":"index"},{"name":"autoChange","type":{"text":"number"},"default":"0","description":"If autoChange > 0, the rotation will be automated.","fieldName":"autoChange"},{"name":"width","type":{"text":"string"},"description":"Element width.","fieldName":"width"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-carousel","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Carousel","module":"components/carousel.js"}}]},{"kind":"javascript-module","path":"components/details.js","declarations":[{"kind":"class","description":"Details similar to <details>.","name":"Details","members":[{"kind":"field","name":"fill","type":{"text":"boolean"},"default":"false","description":"If it is true, the summary event scope will fill the element.","attribute":"fill"},{"kind":"field","name":"summary","type":{"text":"string"},"default":"\"\"","description":"Summary text.","attribute":"summary"},{"kind":"field","name":"_dd","type":{"text":"HTMLDataListElement"}},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","attribute":"open","reflects":true,"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"toggle","parameters":[{"name":"to","default":"!this.open"}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"close","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"show","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"_handelClick","privacy":"protected","parameters":[{"name":"_","type":{"text":"MouseEvent"}}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"attributes":[{"name":"fill","type":{"text":"boolean"},"default":"false","description":"If it is true, the summary event scope will fill the element.","fieldName":"fill"},{"name":"summary","type":{"text":"string"},"default":"\"\"","description":"Summary text.","fieldName":"summary"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","fieldName":"open","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"superclass":{"name":"SuperOpenable","module":"core/super-openable.js"},"tagName":"godown-details","customElement":true,"events":[{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Details","module":"components/details.js"}}]},{"kind":"javascript-module","path":"components/dialog.js","declarations":[{"kind":"class","description":"Dialog similar to <dialog>.\n\nLike dialog, it listens for submit events and closes itself when the target method is \"dialog\".\n\nIt listens for the keydown event and also closes itself when the key contained in the key is pressed","name":"Dialog","members":[{"kind":"field","name":"direction","type":{"text":"Direction9"},"default":"\"center\"","attribute":"direction"},{"kind":"field","name":"modal","type":{"text":"boolean"},"default":"false","description":"Enable modal, blocking event penetration.","attribute":"modal","reflects":true},{"kind":"field","name":"key","type":{"text":"string"},"default":"\"Escape\"","description":"Close key.","attribute":"key"},{"kind":"field","name":"_modalInvoke","type":{"text":"boolean"},"privacy":"private"},{"kind":"method","name":"showModal"},{"kind":"field","name":"_submitEvent","type":{"text":"EventListenerOrEventListenerObject | undefined"},"privacy":"private"},{"kind":"field","name":"_keydownEvent","type":{"text":"EventListenerOrEventListenerObject | undefined"},"privacy":"private"},{"kind":"method","name":"_handleKeydown","privacy":"protected","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_handelSubmit","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLFormElement>"}}]},{"kind":"method","name":"close","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","attribute":"open","reflects":true,"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"toggle","parameters":[{"name":"to","default":"!this.open"}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"show","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"_handelClick","privacy":"protected","parameters":[{"name":"_","type":{"text":"MouseEvent"}}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"attributes":[{"name":"direction","type":{"text":"Direction9"},"default":"\"center\"","fieldName":"direction"},{"name":"modal","type":{"text":"boolean"},"default":"false","description":"Enable modal, blocking event penetration.","fieldName":"modal"},{"name":"key","type":{"text":"string"},"default":"\"Escape\"","description":"Close key.","fieldName":"key"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","fieldName":"open","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"superclass":{"name":"SuperOpenable","module":"core/super-openable.js"},"tagName":"godown-dialog","customElement":true,"events":[{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Dialog","module":"components/dialog.js"}}]},{"kind":"javascript-module","path":"components/divider.js","declarations":[{"kind":"class","description":"Divider similar to <hr>.\n\nThis component does not render content.","name":"Divider","members":[{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical display.","attribute":"vertical","reflects":true}],"attributes":[{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical display.","fieldName":"vertical"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-divider","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Divider","module":"components/divider.js"}}]},{"kind":"javascript-module","path":"components/dragbox.js","declarations":[{"kind":"class","description":"Dragbox does not extend beyond the range of Dragbox.offsetsWidth and Dragbox.offsetsHeight.","name":"Dragbox","members":[{"kind":"field","name":"offsetsWidth","type":{"text":"number"},"description":"Width of (`this.offsetParent` or `document.body`).","readonly":true},{"kind":"field","name":"offsetsHeight","type":{"text":"number"},"description":"Height of (`this.offsetParent` or `document.body`).","readonly":true},{"kind":"field","name":"drag","type":{"text":"boolean"}},{"kind":"field","name":"t","type":{"text":"number"}},{"kind":"field","name":"l","type":{"text":"number"}},{"kind":"field","name":"cx","type":{"text":"number"}},{"kind":"field","name":"cy","type":{"text":"number"}},{"kind":"field","name":"x","type":{"text":"string"},"default":"\"auto\"","description":"Position x.","attribute":"x"},{"kind":"field","name":"y","type":{"text":"string"},"default":"\"auto\"","description":"Position y.","attribute":"y"},{"kind":"method","name":"_handleDragStart","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"field","name":"_handleMouseMove","type":{"text":"EventListenerFunc"}},{"kind":"field","name":"_handleMouseLeave","type":{"text":"EventListenerFunc"}},{"kind":"method","name":"_handleDragEnd","privacy":"protected"},{"kind":"method","name":"_handleDrag","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"reset"}],"attributes":[{"name":"x","type":{"text":"string"},"default":"\"auto\"","description":"Position x.","fieldName":"x"},{"name":"y","type":{"text":"string"},"default":"\"auto\"","description":"Position y.","fieldName":"y"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-dragbox","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Dragbox","module":"components/dragbox.js"}}]},{"kind":"javascript-module","path":"components/flex.js","declarations":[{"kind":"class","description":"Flex provides flex layout.","name":"Flex","members":[{"kind":"field","name":"flexFlow","type":{"text":"string"},"description":"CSS property `flex-flow` (`flex-direction flex-wrap`).","attribute":"flex-flow"},{"kind":"field","name":"gap","type":{"text":"string"},"description":"CSS property `gap`.","attribute":"gap"},{"kind":"field","name":"content","type":{"text":"string"},"description":"CSS property `justify-content`.","attribute":"content"},{"kind":"field","name":"items","type":{"text":"string"},"description":"CSS property `align-items`.","attribute":"items"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"description":"If true, set flex-direction to \"column\".","attribute":"vertical"}],"attributes":[{"name":"flex-flow","type":{"text":"string"},"description":"CSS property `flex-flow` (`flex-direction flex-wrap`).","fieldName":"flexFlow"},{"name":"gap","type":{"text":"string"},"description":"CSS property `gap`.","fieldName":"gap"},{"name":"content","type":{"text":"string"},"description":"CSS property `justify-content`.","fieldName":"content"},{"name":"items","type":{"text":"string"},"description":"CSS property `align-items`.","fieldName":"items"},{"name":"vertical","type":{"text":"boolean"},"description":"If true, set flex-direction to \"column\".","fieldName":"vertical"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-flex","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Flex","module":"components/flex.js"}}]},{"kind":"javascript-module","path":"components/form.js","declarations":[{"kind":"class","description":"Form Gets child element key-value object,\nwhich will be nested if the child element is the same as this element.","name":"Form","slots":[{"description":"Child elements.","name":""}],"members":[{"kind":"field","name":"name","type":{"text":"string"},"default":"\"\"","attribute":"name"},{"kind":"field","name":"value","type":{"text":"T"},"readonly":true},{"kind":"field","name":"nameValue"},{"kind":"method","name":"reset"},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, T]"}}},{"kind":"method","name":"buildValue","static":true,"return":{"type":{"text":"Record<string, any>"}},"parameters":[{"name":"elements","type":{"text":"(Element & {\n name?: string;\n value?: unknown;\n namevalue?: () => [string, unknown];\n })[]"}}]}],"attributes":[{"name":"name","type":{"text":"string"},"default":"\"\"","fieldName":"name"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-form","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Form","module":"components/form.js"}}]},{"kind":"javascript-module","path":"components/grid.js","declarations":[{"kind":"class","description":"Grid provides gird layout.","name":"Grid","members":[{"kind":"field","name":"gap","type":{"text":"string"},"description":"CSS property `gap`.","attribute":"gap"},{"kind":"field","name":"columns","type":{"text":"string | number"},"description":"CSS property `grid-template-columns`, if isNumerical divide equally.","attribute":"columns"},{"kind":"field","name":"rows","type":{"text":"string | number"},"description":"CSS property `grid-template-rows`, if isNumerical divide equally.","attribute":"rows"},{"kind":"field","name":"content","type":{"text":"string"},"description":"CSS property `place-content` (`align-content justify-content`).","attribute":"content"},{"kind":"field","name":"items","type":{"text":"string"},"description":"CSS property `place-items` (`align-items justify-items`).","attribute":"items"}],"attributes":[{"name":"gap","type":{"text":"string"},"description":"CSS property `gap`.","fieldName":"gap"},{"name":"columns","type":{"text":"string | number"},"description":"CSS property `grid-template-columns`, if isNumerical divide equally.","fieldName":"columns"},{"name":"rows","type":{"text":"string | number"},"description":"CSS property `grid-template-rows`, if isNumerical divide equally.","fieldName":"rows"},{"name":"content","type":{"text":"string"},"description":"CSS property `place-content` (`align-content justify-content`).","fieldName":"content"},{"name":"items","type":{"text":"string"},"description":"CSS property `place-items` (`align-items justify-items`).","fieldName":"items"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-grid","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Grid","module":"components/grid.js"}}]},{"kind":"javascript-module","path":"components/input.js","declarations":[{"kind":"class","description":"Input used for text input.","name":"Input","members":[{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"default":"\"text\"","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"variant","type":{"text":"\"default\" | \"outline\""},"default":"\"default\"","description":"If outline, the outline is always present.","attribute":"variant"},{"kind":"field","name":"accept","type":{"text":"string"},"attribute":"accept"},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"reset","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"label","type":{"text":"string"},"attribute":"label","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","attribute":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_handleInput","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_connectedInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"variant","type":{"text":"\"default\" | \"outline\""},"default":"\"default\"","description":"If outline, the outline is always present.","fieldName":"variant"},{"name":"accept","type":{"text":"string"},"fieldName":"accept"},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"label","type":{"text":"string"},"fieldName":"label","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"value","type":{"text":"any"},"fieldName":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","fieldName":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"SuperInput","module":"core/super-input.js"},"tagName":"godown-input","customElement":true,"events":[{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Input","module":"components/input.js"}}]},{"kind":"javascript-module","path":"components/layout.js","declarations":[{"kind":"class","description":"NavLayout renders slot and optional top header, bottom footer.","name":"NavLayout","slots":[{"description":"The main content of the layout.","name":""},{"description":"The header of the layout.","name":"header"},{"description":"The footer of the layout.","name":"footer"}],"members":[{"kind":"field","name":"noHeader","type":{"text":"boolean"},"description":"If true, hide the header slot.","attribute":"noHeader"},{"kind":"field","name":"noFooter","type":{"text":"boolean"},"description":"If true, hide the footer slot.","attribute":"noFooter"},{"kind":"field","name":"sticky","type":{"text":"boolean"},"description":"If true, header will sticky.","attribute":"sticky"}],"attributes":[{"name":"noHeader","type":{"text":"boolean"},"description":"If true, hide the header slot.","fieldName":"noHeader"},{"name":"noFooter","type":{"text":"boolean"},"description":"If true, hide the footer slot.","fieldName":"noFooter"},{"name":"sticky","type":{"text":"boolean"},"description":"If true, header will sticky.","fieldName":"sticky"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"}}],"exports":[{"kind":"js","name":"default","declaration":{"name":"NavLayout","module":"components/layout.js"}}]},{"kind":"javascript-module","path":"components/link.js","declarations":[{"kind":"class","description":"Link is used for link jumping.\n\nSet `type` to `\"push\" `or `\"replace\"`,\nwill invoke the history api and trigger the Router.updateAll.","name":"Link","members":[{"kind":"field","name":"type","type":{"text":"\"push\" | \"replace\" | \"normal\""},"default":"\"normal\"","description":"If \"push\", call `history.pushState`.\n\nIf \"replace\", call `history.replaceState`","attribute":"type"},{"kind":"method","name":"_handleClick","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}],"inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}},{"kind":"field","name":"href","type":{"text":"string"},"default":"undefined","description":"A element href.","attribute":"href","inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}},{"kind":"field","name":"target","type":{"text":"\"_blank\" | \"_self\" | \"_parent\" | \"_top\""},"default":"\"_self\"","description":"A element target.","attribute":"target","inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}}],"attributes":[{"name":"type","type":{"text":"\"push\" | \"replace\" | \"normal\""},"default":"\"normal\"","description":"If \"push\", call `history.pushState`.\n\nIf \"replace\", call `history.replaceState`","fieldName":"type"},{"name":"href","type":{"text":"string"},"default":"undefined","description":"A element href.","fieldName":"href","inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}},{"name":"target","type":{"text":"\"_blank\" | \"_self\" | \"_parent\" | \"_top\""},"default":"\"_self\"","description":"A element target.","fieldName":"target","inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}}],"superclass":{"name":"SuperAnchor","module":"core/super-anchor.js"},"tagName":"godown-link","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Link","module":"components/link.js"}}]},{"kind":"javascript-module","path":"components/progress.js","declarations":[{"kind":"class","description":"Progress similar to <progress>.","name":"Progress","members":[{"kind":"field","name":"max","type":{"text":"number"},"default":"1","description":"Maximum.","attribute":"max"},{"kind":"field","name":"min","type":{"text":"number"},"default":"0","description":"Minimum.","attribute":"min"},{"kind":"field","name":"value","type":{"text":"null"},"default":"null","description":"Input value.","attribute":"value","reflects":true},{"kind":"method","name":"parsePercent","return":{"type":{"text":""}},"parameters":[{"name":"s","default":"\"0\"","type":{"text":"string | number"},"description":"String or number to convert."}],"description":"Convert s to a percentage without a percent sign."}],"attributes":[{"name":"max","type":{"text":"number"},"default":"1","description":"Maximum.","fieldName":"max"},{"name":"min","type":{"text":"number"},"default":"0","description":"Minimum.","fieldName":"min"},{"name":"value","type":{"text":"null"},"default":"null","description":"Input value.","fieldName":"value"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-progress","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Progress","module":"components/progress.js"}}]},{"kind":"javascript-module","path":"components/range.js","declarations":[{"kind":"class","description":"Range is similar to <input type=\"range\">.\n\nValue accepts a number, or an array of two numbers.\n\nNumber have one handle, array have two.","name":"Range","members":[{"kind":"field","name":"min","type":{"text":"number"},"default":"0","description":"Minimum value.","attribute":"min"},{"kind":"field","name":"max","type":{"text":"number"},"default":"100","description":"Maximum value.","attribute":"max"},{"kind":"field","name":"step","type":{"text":"number"},"default":"1","description":"Sliding step length.","attribute":"step"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"attribute":"vertical","reflects":true},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","description":"When `this.range` is true, it should be [number, number], otherwise number.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"The default of `this.value`.","attribute":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"_root","type":{"text":"HTMLElement"}},{"kind":"field","name":"lastFocus","type":{"text":"undefined | 1 | 2"}},{"kind":"field","name":"reverse","description":"Returns true when the second number is greater than the first number","readonly":true},{"kind":"field","name":"range","type":{"text":"boolean"},"description":"Enable range sliding.","readonly":true},{"kind":"field","name":"rangeValue","type":{"text":"[number, number]"},"readonly":true},{"kind":"method","name":"_handleMousedownStart","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"_handleMousedownEnd","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"setStart","parameters":[{"name":"value","type":{"text":"number"}}]},{"kind":"method","name":"setEnd","parameters":[{"name":"value","type":{"text":"number"}}]},{"kind":"method","name":"_computeValue","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"_handleMousedownRoot","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"createMousedownListener","privacy":"protected","parameters":[{"name":"mouseMoveCallback","type":{"text":"(arg0: number) => void"}}]},{"kind":"method","name":"createMousemoveListener","privacy":"protected","parameters":[{"name":"callback","type":{"text":"(arg0: number) => void"}}]},{"kind":"method","name":"_connectedInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"reset","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"swap"},{"kind":"method","name":"sort"},{"kind":"method","name":"toSorted","return":{"type":{"text":"number | [number, number]"}}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"label","type":{"text":"string"},"attribute":"label","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_handleInput","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"min","type":{"text":"number"},"default":"0","description":"Minimum value.","fieldName":"min"},{"name":"max","type":{"text":"number"},"default":"100","description":"Maximum value.","fieldName":"max"},{"name":"step","type":{"text":"number"},"default":"1","description":"Sliding step length.","fieldName":"step"},{"name":"vertical","type":{"text":"boolean"},"fieldName":"vertical"},{"name":"value","type":{"text":"any"},"fieldName":"value","description":"When `this.range` is true, it should be [number, number], otherwise number.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"The default of `this.value`.","fieldName":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"label","type":{"text":"string"},"fieldName":"label","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"SuperInput","module":"core/super-input.js"},"tagName":"godown-range-input","customElement":true,"events":[{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Range","module":"components/range.js"}}]},{"kind":"javascript-module","path":"components/rotate.js","declarations":[{"kind":"class","description":"Rotate Make child elements rotate.","name":"Rotate","members":[{"kind":"field","name":"_root","type":{"text":"HTMLElement"}},{"kind":"method","name":"reset"},{"kind":"method","name":"_handleRotate","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"_computeOffset","parameters":[{"name":"e","type":{"text":"MouseEvent"},"description":"Mouse move event."}],"description":"Compute offset.\n```\n`rotateX(${rotateX}rad) rotateY(${rotateY}rad)`\n```","return":{"type":{"text":""}}}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-rotate","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Rotate","module":"components/rotate.js"}}]},{"kind":"javascript-module","path":"components/router.js","declarations":[{"kind":"class","description":"Router has basic routing control.\n\nTo switch routes, use `router-link component`.\n\nIt has two methods to collect routes.\n\n1. From field `routes`, an array, each elements require \"path\" and \"component\".\n2. From child elements, which have the slot attribute for matching routes.\n\nIf only the method 1 is used, set `type` to `\"field\"`.\n\nIf only the method 2 is used, set `type` to `\"slotted\"`.\n\n`type` defaults to `\"united\"`, which will try method 1, then method 2.\n\nIf no routes are matched, the default value (no named slot) will be rendered.","name":"Router","members":[{"kind":"field","name":"routerInstances","static":true,"default":"new Set<Router>()"},{"kind":"field","name":"__fieldRouteTree","type":{"text":"RouteTree"},"privacy":"private","default":"new RouteTree()"},{"kind":"field","name":"__slottedRouteTree","type":{"text":"RouteTree"},"privacy":"private","default":"new RouteTree()"},{"kind":"field","name":"__cacheRecord","privacy":"private","default":"new Map<string, ReturnType<typeof this.useRouter>>()"},{"kind":"field","name":"__routes","type":{"text":"(\n & Record<string, any>\n & {\n path: string;\n component?: C;\n }\n )[]"},"privacy":"private"},{"kind":"field","name":"component","type":{"text":"C | TemplateResult"},"default":"null","description":"Render result."},{"kind":"field","name":"params","type":{"text":"Record<string, string>"},"default":"{}","description":"Dynamic parameters record."},{"kind":"field","name":"path","type":{"text":"string"},"description":"Value of matched path in routes."},{"kind":"field","name":"pathname","type":{"text":"string"},"default":"\"\"","description":"Current pathname (equals to location.pathname).","attribute":"pathname"},{"kind":"field","name":"baseURL","type":{"text":"string"},"default":"\"\"","description":"Path prefix.","attribute":"baseURL"},{"kind":"field","name":"default","type":{"text":"TemplateResult"},"description":"Rendered content when there is no match."},{"kind":"field","name":"type","type":{"text":"\"united\" | \"slotted\" | \"field\""},"default":"\"united\"","description":"The type of routing sources.\n\nIf field, it won't collect the slot attribute of the child elements.\n\nThis property should not be changed after the rendering is complete.","attribute":"type"},{"kind":"field","name":"cache","type":{"text":"boolean"},"default":"false","description":"Cache accessed records.\n\nEmptied at each re-collection.","attribute":"cache"},{"kind":"field","name":"routes"},{"kind":"method","name":"clear"},{"kind":"method","name":"useRouter"},{"kind":"field","name":"routeChangeCallback","type":{"text":"(params: {\n pathname: string;\n params: Record<string, string>;\n path: string;\n component: C | TemplateResult;\n }, first: boolean) => void"},"default":"null","parameters":[{"description":"value of useRouter()","name":"params"},{"description":"whether this path is loaded for the first time.","name":"first"}]},{"kind":"method","name":"fieldComponent","parameters":[{"name":"query","optional":true,"type":{"text":"string"},"description":"Query string."}],"description":"Find components from __fieldRouteTree matching query.","return":{"type":{"text":""}}},{"kind":"method","name":"slottedComponent","parameters":[{"name":"usedRouteTemplate","optional":true,"type":{"text":"string"}},{"description":"Query string.","name":"query"}],"description":"Find components from __slottedRouteTree matching query.","return":{"type":{"text":""}}},{"kind":"method","name":"collectSlottedRoutes","description":"Reset the route tree, clear cache, collect routes from child elements."},{"kind":"method","name":"collectFieldRoutes","parameters":[{"name":"value","type":{"text":"typeof this.routes"}}],"description":"Reset the route tree, clear cache, collect routes from value."},{"kind":"method","name":"useWhich","parameters":[{"name":"path","type":{"text":"string"}}]},{"kind":"method","name":"parseParams","parameters":[{"name":"routeTemplate","type":{"text":"string"}},{"name":"path","type":{"text":"string"}}]},{"kind":"method","name":"updateAll","static":true}],"events":[{"name":"change","type":{"text":"CustomEvent"}}],"attributes":[{"name":"pathname","type":{"text":"string"},"default":"\"\"","description":"Current pathname (equals to location.pathname).","fieldName":"pathname"},{"name":"baseURL","type":{"text":"string"},"default":"\"\"","description":"Path prefix.","fieldName":"baseURL"},{"name":"type","type":{"text":"\"united\" | \"slotted\" | \"field\""},"default":"\"united\"","description":"The type of routing sources.\n\nIf field, it won't collect the slot attribute of the child elements.\n\nThis property should not be changed after the rendering is complete.","fieldName":"type"},{"name":"cache","type":{"text":"boolean"},"default":"false","description":"Cache accessed records.\n\nEmptied at each re-collection.","fieldName":"cache"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-router","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Router","module":"components/router.js"}}]},{"kind":"javascript-module","path":"components/select.js","declarations":[{"kind":"class","description":"Select is similar to <select>.\n\nElements with the value attribute/property can be used as options.\n\nThe checked attribute will be added to the selected element.\n\nMulti-selected state looks the same as single-selected.\n\nInput will filter the element.","name":"Select","slots":[{"description":"Options.","name":""}],"members":[{"kind":"field","name":"_cache","default":"new WeakMap<HTMLElement, boolean>()"},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open content.","attribute":"open","reflects":true},{"kind":"field","name":"text","type":{"text":"string"},"description":"Selected texts.","attribute":"text"},{"kind":"field","name":"_content","type":{"text":"HTMLElement"}},{"kind":"field","name":"visible","type":{"text":"boolean"},"attribute":"visible"},{"kind":"field","name":"direction","type":{"text":"\"top\" | \"bottom\" | undefined"},"attribute":"direction"},{"kind":"field","name":"multiple","type":{"text":"boolean"},"attribute":"multiple"},{"kind":"field","name":"autoDirection","type":{"text":"\"top\" | \"bottom\""},"privacy":"protected"},{"kind":"field","name":"lastChecked","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"field","name":"defaultText","type":{"text":"string"},"privacy":"protected"},{"kind":"field","name":"defaultChecked","type":{"text":"HTMLElement[]"},"privacy":"protected"},{"kind":"field","name":"_store","type":{"text":"{ value: string; text: string; }[]"},"privacy":"private","default":"[]"},{"kind":"method","name":"_handleFocus","privacy":"protected"},{"kind":"method","name":"_connectedInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"reset","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"},"return":{"type":{"text":"void"}}},{"kind":"method","name":"select","parameters":[{"name":"value","type":{"text":"string"}},{"name":"text","optional":true,"type":{"text":"string"}}]},{"kind":"method","name":"filter","parameters":[{"name":"query","optional":true,"type":{"text":"string"}}]},{"kind":"method","name":"filterCallback","parameters":[{"name":"element","type":{"text":"HTMLElement"}},{"name":"match","type":{"text":"boolean"}},{"name":"query","type":{"text":"string"}}]},{"kind":"method","name":"_handleInput","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"blur"},{"kind":"method","name":"optionValue","return":{"type":{"text":"string"}},"parameters":[{"name":"option","type":{"text":"HTMLElement"}}]},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"default":"\"text\"","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"variant","type":{"text":"\"default\" | \"outline\""},"default":"\"default\"","description":"If outline, the outline is always present.","attribute":"variant","inheritedFrom":{"name":"Input","module":"components/input.js"}},{"kind":"field","name":"accept","type":{"text":"string"},"attribute":"accept","inheritedFrom":{"name":"Input","module":"components/input.js"}},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"label","type":{"text":"string"},"attribute":"label","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","attribute":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open content.","fieldName":"open"},{"name":"text","type":{"text":"string"},"description":"Selected texts.","fieldName":"text"},{"name":"visible","type":{"text":"boolean"},"fieldName":"visible"},{"name":"direction","type":{"text":"\"top\" | \"bottom\" | undefined"},"fieldName":"direction"},{"name":"multiple","type":{"text":"boolean"},"fieldName":"multiple"},{"name":"variant","type":{"text":"\"default\" | \"outline\""},"default":"\"default\"","description":"If outline, the outline is always present.","fieldName":"variant","inheritedFrom":{"name":"Input","module":"components/input.js"}},{"name":"accept","type":{"text":"string"},"fieldName":"accept","inheritedFrom":{"name":"Input","module":"components/input.js"}},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"label","type":{"text":"string"},"fieldName":"label","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"value","type":{"text":"any"},"fieldName":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","fieldName":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"Input","module":"components/input.js"},"tagName":"godown-select","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Select","module":"components/select.js"}}]},{"kind":"javascript-module","path":"components/skeleton.js","declarations":[{"kind":"class","description":"Skeleton renders a skeleton screen.","name":"Skeleton","slots":[{"description":"The content if loading is true.","name":"loading"},{"description":"The content if loading is false.","name":""}],"members":[{"kind":"field","name":"type","type":{"text":"\"text\" | \"image\""},"description":"If \"image\", render a image placeholder.","attribute":"type"},{"kind":"field","name":"animation","type":{"text":"\"position\" | \"opacity\""},"default":"\"position\"","description":"Animation type.\nopacity animation only effect on slotted element and image icon.","attribute":"animation"},{"kind":"field","name":"loading","type":{"text":"boolean"},"default":"true","description":"If false, render slot only."}],"attributes":[{"name":"type","type":{"text":"\"text\" | \"image\""},"description":"If \"image\", render a image placeholder.","fieldName":"type"},{"name":"animation","type":{"text":"\"position\" | \"opacity\""},"default":"\"position\"","description":"Animation type.\nopacity animation only effect on slotted element and image icon.","fieldName":"animation"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-skeleton","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Skeleton","module":"components/skeleton.js"}}]},{"kind":"javascript-module","path":"components/split.js","declarations":[{"kind":"class","description":"Split renders multiple input boxes.\n\nInput: will move the focus box backward until the complete input from start to end.\n\nDelete: will move the focus box forward until the first and no inputs for each.","name":"Split","members":[{"kind":"field","name":"len","type":{"text":"number"},"default":"6","description":"The number of input boxes.","attribute":"len"},{"kind":"field","name":"index","type":{"text":"number"},"default":"-1","description":"Focus index.","attribute":"index"},{"kind":"field","name":"current","type":{"text":"number"},"default":"-1"},{"kind":"field","name":"currentValue","type":{"text":"(string | null)[]"},"default":"[]"},{"kind":"method","name":"_handleInput","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement, InputEvent>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focusAt","parameters":[{"name":"i","type":{"text":"number"}}]},{"kind":"method","name":"blur"},{"kind":"method","name":"reset","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"label","type":{"text":"string"},"attribute":"label","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","attribute":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_connectedInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"events":[{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"len","type":{"text":"number"},"default":"6","description":"The number of input boxes.","fieldName":"len"},{"name":"index","type":{"text":"number"},"default":"-1","description":"Focus index.","fieldName":"index"},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"label","type":{"text":"string"},"fieldName":"label","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"value","type":{"text":"any"},"fieldName":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","fieldName":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"SuperInput","module":"core/super-input.js"},"tagName":"godown-split-input","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Split","module":"components/split.js"}}]},{"kind":"javascript-module","path":"components/switch.js","declarations":[{"kind":"class","description":"Switch renders a switch.\n\nThe switch is rectangular by default,\nset the round property to rounded switch.","name":"Switch","members":[{"kind":"field","name":"round","type":{"text":"boolean"},"default":"false","description":"Border style.","attribute":"round","reflects":true},{"kind":"field","name":"checked","type":{"text":"boolean"},"default":"false","description":"Whether this element is selected or not.","attribute":"checked","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"default":"false","description":"Whether this element is disabled or not.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"Parsed by JSON.parse to checked.","attribute":"default","default":"\"false\"","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","default":"\"on\"","description":"Input value.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"reset","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_handleChange","privacy":"protected"},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, boolean]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"label","type":{"text":"string"},"attribute":"label","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_handleInput","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_connectedInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"events":[{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"round","type":{"text":"boolean"},"default":"false","description":"Border style.","fieldName":"round"},{"name":"checked","type":{"text":"boolean"},"default":"false","description":"Whether this element is selected or not.","fieldName":"checked"},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","default":"false","description":"Whether this element is disabled or not.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"Parsed by JSON.parse to checked.","fieldName":"default","default":"\"false\"","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"value","type":{"text":"any"},"fieldName":"value","default":"\"on\"","description":"Input value.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"label","type":{"text":"string"},"fieldName":"label","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"SuperInput","module":"core/super-input.js"},"tagName":"godown-switch","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Switch","module":"components/switch.js"}}]},{"kind":"javascript-module","path":"components/text.js","declarations":[{"kind":"class","description":"Text renders nowrap text.","name":"Text","members":[{"kind":"field","name":"underline","type":{"text":"\"none\" | \"hover\" | \"active\" | \"always\""},"default":"\"none\"","description":"Underline behavior.","attribute":"underline"},{"kind":"field","name":"clip","type":{"text":"boolean"},"description":"Set background-clip to text.","attribute":"clip"}],"attributes":[{"name":"underline","type":{"text":"\"none\" | \"hover\" | \"active\" | \"always\""},"default":"\"none\"","description":"Underline behavior.","fieldName":"underline"},{"name":"clip","type":{"text":"boolean"},"description":"Set background-clip to text.","fieldName":"clip"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-text","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Text","module":"components/text.js"}}]},{"kind":"javascript-module","path":"components/time.js","declarations":[{"kind":"class","description":"Time renders a formatting time.","name":"Time","members":[{"kind":"field","name":"escape","type":{"text":"string"},"default":"\"%\"","description":"Cancels the next character formatting.","attribute":"escape"},{"kind":"field","name":"format","type":{"text":"string"},"default":"\"YYYY-MM-DD hh:mm:ss UTFZ\"","description":"Format strings.\nTime.fmt","attribute":"format"},{"kind":"field","name":"time","default":"new Date()","description":"Time.","attribute":"time"},{"kind":"field","name":"timeout","type":{"text":"number"},"default":"0","description":"If there is a value, update every gap or timeout.","attribute":"timeout"},{"kind":"field","name":"gap","type":{"text":"number"},"default":"0","description":"The number of milliseconds that change with each update.","attribute":"gap"},{"kind":"field","name":"timeoutId","type":{"text":"number"}},{"kind":"method","name":"startTimeout"},{"kind":"method","name":"fmt","static":true,"return":{"type":{"text":""}},"parameters":[{"name":"fm","type":{"text":"string"},"description":"Format string."},{"name":"tm","type":{"text":"Date"},"description":"Time."},{"name":"em","type":{"text":"string"}}],"description":"Y for year\\\nM for month\\\nD for day\\\nh for hour\\\nm for minute\\\ns for second\\\nS for milli second\\\nZ for time zone."}],"attributes":[{"name":"escape","type":{"text":"string"},"default":"\"%\"","description":"Cancels the next character formatting.","fieldName":"escape"},{"name":"format","type":{"text":"string"},"default":"\"YYYY-MM-DD hh:mm:ss UTFZ\"","description":"Format strings.\nTime.fmt","fieldName":"format"},{"name":"time","default":"new Date()","description":"Time.","fieldName":"time"},{"name":"timeout","type":{"text":"number"},"default":"0","description":"If there is a value, update every gap or timeout.","fieldName":"timeout"},{"name":"gap","type":{"text":"number"},"default":"0","description":"The number of milliseconds that change with each update.","fieldName":"gap"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-time","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Time","module":"components/time.js"}}]},{"kind":"javascript-module","path":"components/tooltip.js","declarations":[{"kind":"class","description":"Tooltip provide tooltip for slot elements.\n\nIf it has the tip property, ignore the slot tip.","name":"Tooltip","slots":[{"description":"Tip element.","name":"tip"},{"description":"Content.","name":""}],"members":[{"kind":"field","name":"tip","type":{"text":"string"},"description":"Tip text, if there is a value, the slot will be ignored.","attribute":"tip"},{"kind":"field","name":"direction","type":{"text":"Direction8"},"default":"\"top\"","description":"Direction of opening the tip.","attribute":"direction"},{"kind":"field","name":"align","type":{"text":"\"center\" | \"flex-start\" | \"flex-end\" | \"start\" | \"end\""},"default":"\"center\"","description":"Content alignment.","attribute":"align"},{"kind":"field","name":"propagation","type":{"text":"boolean"},"description":"If true, allow penetration of the tip.","attribute":"propagation"},{"kind":"field","name":"aligns","type":{"text":"object"},"static":true,"default":"{ start: \"flex-start\", end: \"flex-end\", center: \"center\", \"flex-start\": \"flex-start\", \"flex-end\": \"flex-end\", }"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","attribute":"open","reflects":true,"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"toggle","parameters":[{"name":"to","default":"!this.open"}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"close","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"show","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"_handelClick","privacy":"protected","parameters":[{"name":"_","type":{"text":"MouseEvent"}}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"attributes":[{"name":"tip","type":{"text":"string"},"description":"Tip text, if there is a value, the slot will be ignored.","fieldName":"tip"},{"name":"direction","type":{"text":"Direction8"},"default":"\"top\"","description":"Direction of opening the tip.","fieldName":"direction"},{"name":"align","type":{"text":"\"center\" | \"flex-start\" | \"flex-end\" | \"start\" | \"end\""},"default":"\"center\"","description":"Content alignment.","fieldName":"align"},{"name":"propagation","type":{"text":"boolean"},"description":"If true, allow penetration of the tip.","fieldName":"propagation"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","fieldName":"open","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"superclass":{"name":"SuperOpenable","module":"core/super-openable.js"},"tagName":"godown-tooltip","customElement":true,"events":[{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Tooltip","module":"components/tooltip.js"}}]},{"kind":"javascript-module","path":"components/typewriter.js","declarations":[{"kind":"class","description":"Typewriter renders a typewriter effect to text.","name":"Typewriter","members":[{"kind":"field","name":"text","type":{"text":"string"},"default":"\"\"","description":"Raw text.","attribute":"text"},{"kind":"field","name":"stopped","type":{"text":"boolean"},"default":"false","description":"Start immediately after Typewriter.firstUpdated.","attribute":"stopped"},{"kind":"field","name":"ended","type":{"text":"boolean"},"default":"false","description":"If true, hide the cursor","attribute":"ended"},{"kind":"field","name":"max","type":{"text":"number"},"default":"100","description":"Maximum random time.","attribute":"max"},{"kind":"field","name":"min","type":{"text":"number"},"default":"50","description":"Minimum random time.","attribute":"min"},{"kind":"field","name":"delay","type":{"text":"number"},"default":"0","description":"Fixed time.","attribute":"delay"},{"kind":"field","name":"index","type":{"text":"number"},"default":"0","description":"The index at the beginning.","attribute":"index"},{"kind":"field","name":"content","type":{"text":"string"},"default":"\"\"","description":"Internal text."},{"kind":"field","name":"timeoutID","type":{"text":"number"}},{"kind":"field","name":"_i","type":{"text":"HTMLElement"}},{"kind":"field","name":"len","description":"Typewriter.text length.","readonly":true},{"kind":"method","name":"write","parameters":[{"name":"at","default":"this.index"}]},{"kind":"method","name":"stop"},{"kind":"method","name":"end"}],"events":[{"type":{"text":"CustomEvent"}}],"attributes":[{"name":"text","type":{"text":"string"},"default":"\"\"","description":"Raw text.","fieldName":"text"},{"name":"stopped","type":{"text":"boolean"},"default":"false","description":"Start immediately after Typewriter.firstUpdated.","fieldName":"stopped"},{"name":"ended","type":{"text":"boolean"},"default":"false","description":"If true, hide the cursor","fieldName":"ended"},{"name":"max","type":{"text":"number"},"default":"100","description":"Maximum random time.","fieldName":"max"},{"name":"min","type":{"text":"number"},"default":"50","description":"Minimum random time.","fieldName":"min"},{"name":"delay","type":{"text":"number"},"default":"0","description":"Fixed time.","fieldName":"delay"},{"name":"index","type":{"text":"number"},"default":"0","description":"The index at the beginning.","fieldName":"index"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-typewriter","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Typewriter","module":"components/typewriter.js"}}]}]}
|
1
|
+
{"schemaVersion":"1.0.0","readme":"","modules":[{"kind":"javascript-module","path":"typewriter.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Typewriter","module":"typewriter.js"}},{"kind":"custom-element-definition","name":"godown-typewriter","declaration":{"name":"Typewriter","module":"components/typewriter.js"}}]},{"kind":"javascript-module","path":"tooltip.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Tooltip","module":"tooltip.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/tooltip.js\""}},{"kind":"custom-element-definition","name":"godown-tooltip","declaration":{"name":"Tooltip","module":"components/tooltip.js"}}]},{"kind":"javascript-module","path":"time.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Time","module":"time.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/time.js\""}},{"kind":"custom-element-definition","name":"godown-time","declaration":{"name":"Time","module":"components/time.js"}}]},{"kind":"javascript-module","path":"text.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Text","module":"text.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/text.js\""}},{"kind":"custom-element-definition","name":"godown-text","declaration":{"name":"Text","module":"components/text.js"}}]},{"kind":"javascript-module","path":"switch.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Switch","module":"switch.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/switch.js\""}},{"kind":"custom-element-definition","name":"godown-switch","declaration":{"name":"Switch","module":"components/switch.js"}}]},{"kind":"javascript-module","path":"split.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Split","module":"split.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/split.js\""}},{"kind":"custom-element-definition","name":"godown-split-input","declaration":{"name":"Split","module":"components/split.js"}}]},{"kind":"javascript-module","path":"skeleton.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Skeleton","module":"skeleton.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/skeleton.js\""}},{"kind":"custom-element-definition","name":"godown-skeleton","declaration":{"name":"Skeleton","module":"components/skeleton.js"}}]},{"kind":"javascript-module","path":"select.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Select","module":"select.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/select.js\""}},{"kind":"custom-element-definition","name":"godown-select","declaration":{"name":"Select","module":"components/select.js"}}]},{"kind":"javascript-module","path":"router.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Router","module":"router.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/router.js\""}},{"kind":"custom-element-definition","name":"godown-router","declaration":{"name":"Router","module":"components/router.js"}}]},{"kind":"javascript-module","path":"rotate.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Rotate","module":"rotate.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/rotate.js\""}},{"kind":"custom-element-definition","name":"godown-rotate","declaration":{"name":"Rotate","module":"components/rotate.js"}}]},{"kind":"javascript-module","path":"range.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Range","module":"range.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/range.js\""}},{"kind":"custom-element-definition","name":"godown-range","declaration":{"name":"Range","module":"components/range.js"}}]},{"kind":"javascript-module","path":"progress.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Progress","module":"progress.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/progress.js\""}},{"kind":"custom-element-definition","name":"godown-progress","declaration":{"name":"Progress","module":"components/progress.js"}}]},{"kind":"javascript-module","path":"link.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Link","module":"link.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/link.js\""}},{"kind":"custom-element-definition","name":"godown-link","declaration":{"name":"Link","module":"components/link.js"}}]},{"kind":"javascript-module","path":"layout.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Layout","module":"layout.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/layout.js\""}},{"kind":"custom-element-definition","name":"godown-layout","declaration":{"name":"Layout","module":"components/layout.js"}}]},{"kind":"javascript-module","path":"input.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Input","module":"input.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/input.js\""}},{"kind":"custom-element-definition","name":"godown-input","declaration":{"name":"Input","module":"components/input.js"}}]},{"kind":"javascript-module","path":"index.js","declarations":[],"exports":[{"kind":"js","name":"Alert","declaration":{"name":"default","module":"\"./alert.js\""}},{"kind":"js","name":"Avatar","declaration":{"name":"default","module":"\"./avatar.js\""}},{"kind":"js","name":"Breath","declaration":{"name":"default","module":"\"./breath.js\""}},{"kind":"js","name":"Button","declaration":{"name":"default","module":"\"./button.js\""}},{"kind":"js","name":"Card","declaration":{"name":"default","module":"\"./card.js\""}},{"kind":"js","name":"Carousel","declaration":{"name":"default","module":"\"./carousel.js\""}},{"kind":"js","name":"Details","declaration":{"name":"default","module":"\"./details.js\""}},{"kind":"js","name":"Dialog","declaration":{"name":"default","module":"\"./dialog.js\""}},{"kind":"js","name":"Divider","declaration":{"name":"default","module":"\"./divider.js\""}},{"kind":"js","name":"Dragbox","declaration":{"name":"default","module":"\"./dragbox.js\""}},{"kind":"js","name":"Flex","declaration":{"name":"default","module":"\"./flex.js\""}},{"kind":"js","name":"Form","declaration":{"name":"default","module":"\"./form.js\""}},{"kind":"js","name":"Grid","declaration":{"name":"default","module":"\"./grid.js\""}},{"kind":"js","name":"Input","declaration":{"name":"default","module":"\"./input.js\""}},{"kind":"js","name":"Layout","declaration":{"name":"default","module":"\"./layout.js\""}},{"kind":"js","name":"Link","declaration":{"name":"default","module":"\"./link.js\""}},{"kind":"js","name":"Progress","declaration":{"name":"default","module":"\"./progress.js\""}},{"kind":"js","name":"Range","declaration":{"name":"default","module":"\"./range.js\""}},{"kind":"js","name":"Rotate","declaration":{"name":"default","module":"\"./rotate.js\""}},{"kind":"js","name":"Router","declaration":{"name":"default","module":"\"./router.js\""}},{"kind":"js","name":"Select","declaration":{"name":"default","module":"\"./select.js\""}},{"kind":"js","name":"Skeleton","declaration":{"name":"default","module":"\"./skeleton.js\""}},{"kind":"js","name":"Split","declaration":{"name":"default","module":"\"./split.js\""}},{"kind":"js","name":"Switch","declaration":{"name":"default","module":"\"./switch.js\""}},{"kind":"js","name":"Text","declaration":{"name":"default","module":"\"./text.js\""}},{"kind":"js","name":"Time","declaration":{"name":"default","module":"\"./time.js\""}},{"kind":"js","name":"Tooltip","declaration":{"name":"default","module":"\"./tooltip.js\""}},{"kind":"js","name":"Typewriter","declaration":{"name":"default","module":"\"./typewriter.js\""}}]},{"kind":"javascript-module","path":"grid.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Grid","module":"grid.js"}},{"kind":"custom-element-definition","name":"godown-grid","declaration":{"name":"Grid","module":"components/grid.js"}}]},{"kind":"javascript-module","path":"form.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Form","module":"form.js"}},{"kind":"custom-element-definition","name":"godown-form","declaration":{"name":"Form","module":"components/form.js"}}]},{"kind":"javascript-module","path":"flex.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Flex","module":"flex.js"}},{"kind":"custom-element-definition","name":"godown-flex","declaration":{"name":"Flex","module":"components/flex.js"}}]},{"kind":"javascript-module","path":"dragbox.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Dragbox","module":"dragbox.js"}},{"kind":"custom-element-definition","name":"godown-dragbox","declaration":{"name":"Dragbox","module":"components/dragbox.js"}}]},{"kind":"javascript-module","path":"divider.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Divider","module":"divider.js"}},{"kind":"custom-element-definition","name":"godown-divider","declaration":{"name":"Divider","module":"components/divider.js"}}]},{"kind":"javascript-module","path":"dialog.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Dialog","module":"dialog.js"}},{"kind":"custom-element-definition","name":"godown-dialog","declaration":{"name":"Dialog","module":"components/dialog.js"}}]},{"kind":"javascript-module","path":"details.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Details","module":"details.js"}},{"kind":"custom-element-definition","name":"godown-details","declaration":{"name":"Details","module":"components/details.js"}}]},{"kind":"javascript-module","path":"carousel.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Carousel","module":"carousel.js"}},{"kind":"custom-element-definition","name":"godown-carousel","declaration":{"name":"Carousel","module":"components/carousel.js"}}]},{"kind":"javascript-module","path":"card.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Card","module":"card.js"}},{"kind":"custom-element-definition","name":"godown-card","declaration":{"name":"Card","module":"components/card.js"}}]},{"kind":"javascript-module","path":"button.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Button","module":"button.js"}},{"kind":"custom-element-definition","name":"godown-button","declaration":{"name":"Button","module":"components/button.js"}}]},{"kind":"javascript-module","path":"breath.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Breath","module":"breath.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/breath.js\""}},{"kind":"custom-element-definition","name":"godown-breath","declaration":{"name":"Breath","module":"components/breath.js"}}]},{"kind":"javascript-module","path":"avatar.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Avatar","module":"avatar.js"}},{"kind":"custom-element-definition","name":"godown-avatar","declaration":{"name":"Avatar","module":"components/avatar.js"}}]},{"kind":"javascript-module","path":"alert.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Alert","module":"alert.js"}},{"kind":"custom-element-definition","name":"godown-alert","declaration":{"name":"Alert","module":"components/alert.js"}}]},{"kind":"javascript-module","path":"core/super-openable.js","declarations":[{"kind":"class","description":"","name":"SuperOpenable","members":[{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","attribute":"open","reflects":true},{"kind":"method","name":"toggle","return":{"type":{"text":"void"}},"parameters":[{"name":"to","default":"(!this.open) satisfies boolean","type":{"text":"boolean"}}]},{"kind":"method","name":"close","return":{"type":{"text":"void"}}},{"kind":"method","name":"show","return":{"type":{"text":"void"}}},{"kind":"method","name":"_handelClick","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_","type":{"text":"MouseEvent"}}]}],"events":[{"name":"change","type":{"text":"CustomEvent"}}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","fieldName":"open"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"}}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SuperOpenable","module":"core/super-openable.js"}}]},{"kind":"javascript-module","path":"core/super-input.js","declarations":[{"kind":"class","description":"","name":"SuperInput","members":[{"kind":"field","name":"autofocus","type":{"text":"boolean"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value"},{"kind":"field","name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","attribute":"default"},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"privacy":"protected"},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing."},{"kind":"field","name":"defaultValue"},{"kind":"field","name":"makeId","type":{"text":"string"},"privacy":"protected"},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}}},{"kind":"field","name":"nameValue","type":{"text":"() => [string, any]"}},{"kind":"method","name":"reset","return":{"type":{"text":"void"}}},{"kind":"method","name":"_handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}]},{"kind":"method","name":"_connectedInit","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"_compositionInit","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"_changeInputType","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"t","type":{"text":"typeof this.type"}}]},{"kind":"method","name":"focus","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"_renderPrefix","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}}},{"kind":"method","name":"_renderSuffix","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}}}],"events":[{"name":"input","type":{"text":"CustomEvent"}},{"name":"change","type":{"text":"CustomEvent"}}],"attributes":[{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete"},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled"},{"name":"type","type":{"text":"InputType"},"fieldName":"type"},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder"},{"name":"name","type":{"text":"string"},"fieldName":"name"},{"name":"value","type":{"text":"any"},"fieldName":"value"},{"name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","fieldName":"default"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"}}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SuperInput","module":"core/super-input.js"}}]},{"kind":"javascript-module","path":"core/super-anchor.js","declarations":[{"kind":"class","description":"","name":"SuperAnchor","members":[{"kind":"field","name":"href","type":{"text":"string"},"default":"undefined","description":"A element href.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"\"_blank\" | \"_self\" | \"_parent\" | \"_top\""},"default":"\"_self\"","description":"A element target.","attribute":"target"},{"kind":"method","name":"_handleClick","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_","type":{"text":"MouseEvent"}}]}],"attributes":[{"name":"href","type":{"text":"string"},"default":"undefined","description":"A element href.","fieldName":"href"},{"name":"target","type":{"text":"\"_blank\" | \"_self\" | \"_parent\" | \"_top\""},"default":"\"_self\"","description":"A element target.","fieldName":"target"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"}}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SuperAnchor","module":"core/super-anchor.js"}}]},{"kind":"javascript-module","path":"core/global-style.js","declarations":[{"kind":"class","description":"","name":"GlobalStyle","superclass":{"name":"GodownElement","package":"@godown/element"}},{"kind":"function","name":"scopePrefix","return":{"type":{"text":"CSSResult"}},"parameters":[{"name":"scope","type":{"text":"string"}},{"name":"len","default":"1"}]},{"kind":"function","name":"variablePrefix","return":{"type":{"text":"CSSResult"}},"parameters":[{"name":"variable","type":{"text":"string"}}]},{"kind":"variable","name":"cssGlobalVars","type":{"text":"{\n foreground: CSSResult;\n background: CSSResult;\n clipBackground: CSSResult;\n active: CSSResult;\n passive: CSSResult;\n _colors: PresetsGradientsCSSResult;\n input: CSSResult;\n white: CSSResult;\n black: CSSResult;\n}"},"default":"{ foreground: scopePrefix(\"foreground\", 2), background: scopePrefix(\"background\", 2), clipBackground: scopePrefix(\"clip-background\", 2), active: scopePrefix(\"active\", 2), passive: scopePrefix(\"passive\", 2), _colors: {} as PresetsGradientsCSSResult, input: scopePrefix(\"input\", 2), white: scopePrefix(\"color-white\", 2), black: scopePrefix(\"color-black\", 2), }"}],"exports":[{"kind":"js","name":"GlobalStyle","declaration":{"name":"GlobalStyle","module":"core/global-style.js"}},{"kind":"js","name":"scopePrefix","declaration":{"name":"scopePrefix","module":"core/global-style.js"}},{"kind":"js","name":"variablePrefix","declaration":{"name":"variablePrefix","module":"core/global-style.js"}},{"kind":"js","name":"cssGlobalVars","declaration":{"name":"cssGlobalVars","module":"core/global-style.js"}}]},{"kind":"javascript-module","path":"components/typewriter.js","declarations":[{"kind":"class","description":"Typewriter renders a typewriter effect to text.","name":"Typewriter","members":[{"kind":"field","name":"text","type":{"text":"string"},"default":"\"\"","description":"Raw text.","attribute":"text"},{"kind":"field","name":"stopped","type":{"text":"boolean"},"default":"false","description":"Start immediately after Typewriter.firstUpdated.","attribute":"stopped"},{"kind":"field","name":"ended","type":{"text":"boolean"},"default":"false","description":"If true, hide the cursor","attribute":"ended"},{"kind":"field","name":"max","type":{"text":"number"},"default":"100","description":"Maximum random time.","attribute":"max"},{"kind":"field","name":"min","type":{"text":"number"},"default":"50","description":"Minimum random time.","attribute":"min"},{"kind":"field","name":"delay","type":{"text":"number"},"default":"0","description":"Fixed time.","attribute":"delay"},{"kind":"field","name":"index","type":{"text":"number"},"default":"0","description":"The index at the beginning.","attribute":"index"},{"kind":"field","name":"content","type":{"text":"string"},"default":"\"\"","description":"Internal text."},{"kind":"field","name":"timeoutID","type":{"text":"number"},"privacy":"protected"},{"kind":"field","name":"_i","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"field","name":"len","type":{"text":"number"},"description":"Typewriter.text length.","readonly":true},{"kind":"method","name":"write","return":{"type":{"text":"void"}},"parameters":[{"name":"at","default":"this.index","type":{"text":"number"}}]},{"kind":"method","name":"stop","return":{"type":{"text":"void"}}},{"kind":"method","name":"end","return":{"type":{"text":"void"}}}],"events":[{"type":{"text":"CustomEvent"}}],"attributes":[{"name":"text","type":{"text":"string"},"default":"\"\"","description":"Raw text.","fieldName":"text"},{"name":"stopped","type":{"text":"boolean"},"default":"false","description":"Start immediately after Typewriter.firstUpdated.","fieldName":"stopped"},{"name":"ended","type":{"text":"boolean"},"default":"false","description":"If true, hide the cursor","fieldName":"ended"},{"name":"max","type":{"text":"number"},"default":"100","description":"Maximum random time.","fieldName":"max"},{"name":"min","type":{"text":"number"},"default":"50","description":"Minimum random time.","fieldName":"min"},{"name":"delay","type":{"text":"number"},"default":"0","description":"Fixed time.","fieldName":"delay"},{"name":"index","type":{"text":"number"},"default":"0","description":"The index at the beginning.","fieldName":"index"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-typewriter","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Typewriter","module":"components/typewriter.js"}}]},{"kind":"javascript-module","path":"components/tooltip.js","declarations":[{"kind":"class","description":"Tooltip provide tooltip for slot elements.\nIf it has the tip property, ignore the slot tip.","name":"Tooltip","slots":[{"description":"Tip element if no `tip` provided.","name":"tip"},{"description":"Content.","name":""}],"members":[{"kind":"field","name":"tip","type":{"text":"string"},"description":"Tip text, if there is a value, the slot will be ignored.","attribute":"tip"},{"kind":"field","name":"direction","type":{"text":"Direction8"},"default":"\"top\"","description":"Direction of opening the tip.","attribute":"direction"},{"kind":"field","name":"align","type":{"text":"\"center\" | \"flex-start\" | \"flex-end\" | \"start\" | \"end\""},"default":"\"center\"","description":"Content alignment.","attribute":"align"},{"kind":"field","name":"propagation","type":{"text":"boolean"},"default":"false","description":"If true, allow penetration of the tip.","attribute":"propagation"},{"kind":"field","name":"type","type":{"text":"\"hover\" | \"focus\""},"default":"\"hover\"","description":"How can tips be triggered.\nIf `focus`, element will be focusable, open tip when focused.\nIf `hover`, element will open tip when hovered.","attribute":"type"},{"kind":"field","name":"aligns","type":{"text":"object"},"static":true,"default":"{ start: \"flex-start\", end: \"flex-end\", center: \"center\", \"flex-start\": \"flex-start\", \"flex-end\": \"flex-end\", }"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","attribute":"open","reflects":true,"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"toggle","return":{"type":{"text":"void"}},"parameters":[{"name":"to","default":"(!this.open) satisfies boolean","type":{"text":"boolean"}}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"close","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"show","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"_handelClick","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_","type":{"text":"MouseEvent"}}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"attributes":[{"name":"tip","type":{"text":"string"},"description":"Tip text, if there is a value, the slot will be ignored.","fieldName":"tip"},{"name":"direction","type":{"text":"Direction8"},"default":"\"top\"","description":"Direction of opening the tip.","fieldName":"direction"},{"name":"align","type":{"text":"\"center\" | \"flex-start\" | \"flex-end\" | \"start\" | \"end\""},"default":"\"center\"","description":"Content alignment.","fieldName":"align"},{"name":"propagation","type":{"text":"boolean"},"default":"false","description":"If true, allow penetration of the tip.","fieldName":"propagation"},{"name":"type","type":{"text":"\"hover\" | \"focus\""},"default":"\"hover\"","description":"How can tips be triggered.\nIf `focus`, element will be focusable, open tip when focused.\nIf `hover`, element will open tip when hovered.","fieldName":"type"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","fieldName":"open","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"superclass":{"name":"SuperOpenable","module":"core/super-openable.js"},"tagName":"godown-tooltip","customElement":true,"events":[{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Tooltip","module":"components/tooltip.js"}}]},{"kind":"javascript-module","path":"components/time.js","declarations":[{"kind":"class","description":"Time renders a formatting time.","name":"Time","members":[{"kind":"field","name":"escape","type":{"text":"string"},"default":"\"%\"","description":"Escape symbol.","attribute":"escape"},{"kind":"field","name":"format","type":{"text":"string"},"default":"\"YYYY-MM-DD hh:mm:ss UTFZ\"","description":"Format strings.","attribute":"format"},{"kind":"field","name":"time","type":{"text":"Date"},"default":"new Date()","description":"Time.","attribute":"time"},{"kind":"field","name":"timeout","type":{"text":"any"},"description":"If there is a value, update every gap or timeout.","attribute":"timeout"},{"kind":"field","name":"gap","type":{"text":"any"},"description":"The number of milliseconds that change with each update.","attribute":"gap"},{"kind":"field","name":"timeoutId","type":{"text":"number"},"privacy":"protected"},{"kind":"method","name":"startTimeout","return":{"type":{"text":"number"}}}],"attributes":[{"name":"escape","type":{"text":"string"},"default":"\"%\"","description":"Escape symbol.","fieldName":"escape"},{"name":"format","type":{"text":"string"},"default":"\"YYYY-MM-DD hh:mm:ss UTFZ\"","description":"Format strings.","fieldName":"format"},{"name":"time","type":{"text":"Date"},"default":"new Date()","description":"Time.","fieldName":"time"},{"name":"timeout","type":{"text":"any"},"description":"If there is a value, update every gap or timeout.","fieldName":"timeout"},{"name":"gap","type":{"text":"any"},"description":"The number of milliseconds that change with each update.","fieldName":"gap"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-time","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Time","module":"components/time.js"}}]},{"kind":"javascript-module","path":"components/text.js","declarations":[{"kind":"class","description":"Text renders nowrap text.","name":"Text","members":[{"kind":"field","name":"underline","type":{"text":"\"none\" | \"hover\" | \"active\" | \"always\""},"default":"\"none\"","description":"Underline behavior.","attribute":"underline"},{"kind":"field","name":"clip","type":{"text":"boolean"},"description":"Set background-clip to text.","attribute":"clip"}],"attributes":[{"name":"underline","type":{"text":"\"none\" | \"hover\" | \"active\" | \"always\""},"default":"\"none\"","description":"Underline behavior.","fieldName":"underline"},{"name":"clip","type":{"text":"boolean"},"description":"Set background-clip to text.","fieldName":"clip"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-text","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Text","module":"components/text.js"}}]},{"kind":"javascript-module","path":"components/switch.js","declarations":[{"kind":"class","description":"Switch renders a switch.\nThe switch is rectangular by default,\nset the round property to rounded switch.","name":"Switch","members":[{"kind":"field","name":"round","type":{"text":"boolean"},"default":"false","description":"Display rounded.","attribute":"round","reflects":true},{"kind":"field","name":"checked","type":{"text":"boolean"},"default":"false","description":"Whether this element is selected or not.","attribute":"checked","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"default":"false","description":"Disable this element.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"Default checked state.","attribute":"default","default":"\"false\"","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","default":"\"on\"","description":"Input value.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"reset","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_handleChange","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, boolean]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","type":{"text":"string"},"privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","type":{"text":"() => [string, any]"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_connectedInit","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"events":[{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"round","type":{"text":"boolean"},"default":"false","description":"Display rounded.","fieldName":"round"},{"name":"checked","type":{"text":"boolean"},"default":"false","description":"Whether this element is selected or not.","fieldName":"checked"},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","default":"false","description":"Disable this element.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"Default checked state.","fieldName":"default","default":"\"false\"","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"value","type":{"text":"any"},"fieldName":"value","default":"\"on\"","description":"Input value.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"SuperInput","module":"core/super-input.js"},"tagName":"godown-switch","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Switch","module":"components/switch.js"}}]},{"kind":"javascript-module","path":"components/split.js","declarations":[{"kind":"class","description":"Split renders multiple input boxes.\nInput: will move the focus box backward until the complete input from start to end.\nDelete: will move the focus box forward until the first and no inputs for each.","name":"Split","members":[{"kind":"field","name":"len","type":{"text":"number"},"default":"6","description":"The number of input boxes.","attribute":"len"},{"kind":"field","name":"index","type":{"text":"number"},"default":"-1","description":"Focus index.","attribute":"index"},{"kind":"field","name":"current","type":{"text":"number"},"default":"-1"},{"kind":"field","name":"currentValue","type":{"text":"(string | void)[]"},"default":"[]"},{"kind":"method","name":"_handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement, InputEvent>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"fillInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"data","type":{"text":"string | null"},"description":"Input event data."}],"description":"Fill input with data.\nIf data is null\n - If current value is null, move to before.\n - If current value is not null, delete it.\nIf data is not null\n - If current value is null, input data.\n - If current value is not null, input data and move to after.\nIf data is multiple characters,\n Fill input with data[0] and call fillInput with data.slice(1)."},{"kind":"method","name":"focus","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focusAt","return":{"type":{"text":"void"}},"parameters":[{"name":"i","type":{"text":"number"}}]},{"kind":"method","name":"blur","return":{"type":{"text":"void"}}},{"kind":"method","name":"reset","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","attribute":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","type":{"text":"string"},"privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","type":{"text":"() => [string, any]"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_connectedInit","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"events":[{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"len","type":{"text":"number"},"default":"6","description":"The number of input boxes.","fieldName":"len"},{"name":"index","type":{"text":"number"},"default":"-1","description":"Focus index.","fieldName":"index"},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"value","type":{"text":"any"},"fieldName":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","fieldName":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"SuperInput","module":"core/super-input.js"},"tagName":"godown-split-input","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Split","module":"components/split.js"}}]},{"kind":"javascript-module","path":"components/skeleton.js","declarations":[{"kind":"class","description":"Skeleton renders a skeleton screen.","name":"Skeleton","slots":[{"description":"The content if loading is true.","name":"loading"},{"description":"The content if loading is false.","name":""}],"members":[{"kind":"field","name":"type","type":{"text":"\"text\" | \"image\""},"description":"If \"image\", render a image placeholder.","attribute":"type"},{"kind":"field","name":"animation","type":{"text":"\"position\" | \"opacity\""},"default":"\"position\"","description":"Animation type.\nopacity animation only effect on slotted element and image icon.","attribute":"animation"},{"kind":"field","name":"loading","type":{"text":"boolean"},"default":"true","description":"If false, render slot only."}],"attributes":[{"name":"type","type":{"text":"\"text\" | \"image\""},"description":"If \"image\", render a image placeholder.","fieldName":"type"},{"name":"animation","type":{"text":"\"position\" | \"opacity\""},"default":"\"position\"","description":"Animation type.\nopacity animation only effect on slotted element and image icon.","fieldName":"animation"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-skeleton","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Skeleton","module":"components/skeleton.js"}}]},{"kind":"javascript-module","path":"components/select.js","declarations":[{"kind":"class","description":"Select is similar to `<select>`.\nElements with the value attribute/property can be used as options.\nThe checked attribute will be added to the selected element.\nMulti-selected state looks the same as single-selected.\nInput will filter the element.","name":"Select","slots":[{"description":"Options.","name":""}],"members":[{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"text","type":{"text":"string"},"description":"Selected texts.","attribute":"text"},{"kind":"field","name":"_content","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"field","name":"direction","type":{"text":"\"top\" | \"bottom\" | undefined"},"attribute":"direction"},{"kind":"field","name":"multiple","type":{"text":"boolean"},"attribute":"multiple"},{"kind":"field","name":"visible","type":{"text":"boolean"},"attribute":"visible"},{"kind":"field","name":"autoDirection","type":{"text":"\"top\" | \"bottom\""},"privacy":"protected","default":"\"bottom\""},{"kind":"field","name":"lastChecked","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"field","name":"defaultText","type":{"text":"string"},"privacy":"protected"},{"kind":"field","name":"defaultChecked","type":{"text":"HTMLElement[]"},"privacy":"protected"},{"kind":"field","name":"_store","type":{"text":"{ value: string; text: string; }[]"},"privacy":"private","default":"[]"},{"kind":"method","name":"_handleFocus","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"_connectedInit","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"reset","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"select","return":{"type":{"text":"0 | 1"}},"parameters":[{"name":"value","type":{"text":"string"}},{"name":"text","optional":true,"type":{"text":"string"}}]},{"kind":"method","name":"filter","return":{"type":{"text":"void"}},"parameters":[{"name":"query","optional":true,"type":{"text":"string"}}]},{"kind":"method","name":"filterCallback","return":{"type":{"text":"void"}},"parameters":[{"name":"element","type":{"text":"HTMLElement"}},{"name":"match","type":{"text":"boolean"}},{"name":"query","type":{"text":"string"}}]},{"kind":"method","name":"_handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"blur","return":{"type":{"text":"void"}}},{"kind":"method","name":"optionValue","return":{"type":{"text":"string"}},"parameters":[{"name":"option","type":{"text":"HTMLElement"}}]},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"default":"\"text\"","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"variant","type":{"text":"\"default\" | \"outline\""},"default":"\"default\"","description":"If outline, the outline is always present.","attribute":"variant","inheritedFrom":{"name":"Input","module":"components/input.js"}},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","attribute":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","type":{"text":"string"},"privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","type":{"text":"() => [string, any]"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"text","type":{"text":"string"},"description":"Selected texts.","fieldName":"text"},{"name":"direction","type":{"text":"\"top\" | \"bottom\" | undefined"},"fieldName":"direction"},{"name":"multiple","type":{"text":"boolean"},"fieldName":"multiple"},{"name":"visible","type":{"text":"boolean"},"fieldName":"visible"},{"name":"variant","type":{"text":"\"default\" | \"outline\""},"default":"\"default\"","description":"If outline, the outline is always present.","fieldName":"variant","inheritedFrom":{"name":"Input","module":"components/input.js"}},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"value","type":{"text":"any"},"fieldName":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","fieldName":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"Input","module":"components/input.js"},"tagName":"godown-select","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Select","module":"components/select.js"}}]},{"kind":"javascript-module","path":"components/router.js","declarations":[{"kind":"class","description":"Router has basic routing control.\nTo switch routes, use `router-link component`.\nIt has two methods to collect routes.\n1. From field `routes`, an array, each elements require \"path\" and \"component\".\n2. From child elements, which have the slot attribute for matching routes.\nIf only the method 1 is used, set `type` to `\"field\"`.\nIf only the method 2 is used, set `type` to `\"slotted\"`.\n`type` defaults to `\"united\"`, which will try method 1, then method 2.\nIf no routes are matched, the default value (no named slot) will be rendered.","name":"Router","slots":[{"description":"Display slot when there is no match.","name":""},{"description":"Matching slot will be displayed.","name":"*"}],"members":[{"kind":"field","name":"routerInstances","type":{"text":"Set<Router>"},"static":true,"default":"new Set<Router>()"},{"kind":"field","name":"__fieldRouteTree","type":{"text":"RouteTree"},"privacy":"private","default":"new RouteTree()"},{"kind":"field","name":"__slottedRouteTree","type":{"text":"RouteTree"},"privacy":"private","default":"new RouteTree()"},{"kind":"field","name":"__cacheRecord","privacy":"private","default":"new Map<string, ReturnType<typeof this.useRouter>>()"},{"kind":"field","name":"__routes","type":{"text":"(\n & Record<string, any>\n & {\n path: string;\n component?: unknown;\n }\n )[]"},"privacy":"private"},{"kind":"field","name":"component","type":{"text":"unknown | TemplateResult"},"default":"null","description":"Render result."},{"kind":"field","name":"params","type":{"text":"Record<string, string>"},"default":"{}","description":"Dynamic parameters record."},{"kind":"field","name":"path","type":{"text":"string"},"description":"Value of matched path in routes."},{"kind":"field","name":"pathname","type":{"text":"string"},"default":"\"\"","description":"Current pathname (equals to location.pathname).","attribute":"pathname"},{"kind":"field","name":"baseURL","type":{"text":"string"},"default":"\"\"","description":"Path prefix.","attribute":"baseURL"},{"kind":"field","name":"default","type":{"text":"TemplateResult"},"description":"Rendered content when there is no match."},{"kind":"field","name":"type","type":{"text":"\"united\" | \"slotted\" | \"field\""},"default":"\"united\"","description":"The type of routing sources.\nIf field, it won't collect the slot attribute of the child elements.\nThis property should not be changed after the rendering is complete.","attribute":"type"},{"kind":"field","name":"cache","type":{"text":"boolean"},"default":"false","description":"Cache accessed records.\nEmptied at each re-collection.","attribute":"cache"},{"kind":"field","name":"routes","type":{"text":"(Record<string, any> & {\n path: string;\n component?: unknown;\n })[]"}},{"kind":"method","name":"clear","return":{"type":{"text":"void"}}},{"kind":"method","name":"useRouter","return":{"type":{"text":"{\n pathname: string;\n params: Record<string, string>;\n path: string;\n component: unknown;\n }"}}},{"kind":"field","name":"routeChangeCallback","type":{"text":"(params: {\n pathname: string;\n params: Record<string, string>;\n path: string;\n component: unknown | TemplateResult;\n }, first: boolean) => void"},"default":"null","description":"Callback function when the route changes."},{"kind":"method","name":"fieldComponent","return":{"type":{"text":"unknown"}},"parameters":[{"name":"query","optional":true,"type":{"text":"string"}}],"description":"Get component from routes by query."},{"kind":"method","name":"slottedComponent","return":{"type":{"text":"TemplateResult<1>"}},"parameters":[{"name":"usedRouteTemplate","optional":true,"type":{"text":"string"}}],"description":"Get component from slotted elements by query."},{"kind":"method","name":"collectSlottedRoutes","return":{"type":{"text":"void"}},"description":"Reset the route tree, clear cache, collect routes from child elements."},{"kind":"method","name":"collectFieldRoutes","return":{"type":{"text":"void"}},"parameters":[{"name":"value","type":{"text":"typeof this.routes"}}],"description":"Reset the route tree, clear cache, collect routes from value."},{"kind":"method","name":"useWhich","return":{"type":{"text":"string"}},"parameters":[{"name":"path","type":{"text":"string"}}]},{"kind":"method","name":"parseParams","return":{"type":{"text":"Record<string, string>"}},"parameters":[{"name":"routeTemplate","type":{"text":"string"}},{"name":"path","type":{"text":"string"}}]},{"kind":"method","name":"updateAll","static":true,"return":{"type":{"text":"void"}}},{"kind":"field","name":"handlePopstate","default":"this.events.add(window, \"popstate\", () => { this.pathname = location.pathname; })"}],"events":[{"name":"change","type":{"text":"CustomEvent"}}],"attributes":[{"name":"pathname","type":{"text":"string"},"default":"\"\"","description":"Current pathname (equals to location.pathname).","fieldName":"pathname"},{"name":"baseURL","type":{"text":"string"},"default":"\"\"","description":"Path prefix.","fieldName":"baseURL"},{"name":"type","type":{"text":"\"united\" | \"slotted\" | \"field\""},"default":"\"united\"","description":"The type of routing sources.\nIf field, it won't collect the slot attribute of the child elements.\nThis property should not be changed after the rendering is complete.","fieldName":"type"},{"name":"cache","type":{"text":"boolean"},"default":"false","description":"Cache accessed records.\nEmptied at each re-collection.","fieldName":"cache"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-router","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Router","module":"components/router.js"}}]},{"kind":"javascript-module","path":"components/rotate.js","declarations":[{"kind":"class","description":"Rotate Make child elements rotate.","name":"Rotate","members":[{"kind":"field","name":"_root","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"method","name":"reset","return":{"type":{"text":"void"}}},{"kind":"method","name":"_handleRotate","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"_computeOffset","return":{"type":{"text":""}},"parameters":[{"name":"e","type":{"text":"MouseEvent"},"description":"Mouse move event."}],"description":"Compute offset.\n```\n`rotateX(${rotateX}rad) rotateY(${rotateY}rad)`\n```"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-rotate","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Rotate","module":"components/rotate.js"}}]},{"kind":"javascript-module","path":"components/range.js","declarations":[{"kind":"class","description":"Range is similar to `<input type=\"range\">`.\nValue accepts number, or array.\nNumber has 1 handle, the array has the number of its elements and the minimum is 2.","name":"Range","members":[{"kind":"field","name":"min","type":{"text":"number"},"default":"0","description":"Minimum value.","attribute":"min"},{"kind":"field","name":"max","type":{"text":"number"},"default":"100","description":"Maximum value.","attribute":"max"},{"kind":"field","name":"step","type":{"text":"number"},"description":"Sliding step length.","attribute":"step"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"description":"Display vertically.","attribute":"vertical","reflects":true},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","description":"Value, or each of values, will render a handle.\nAccepts number or array of numbers.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"The default of `this.value`.","attribute":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"_root","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"field","name":"_handles","type":{"text":"NodeListOf<HTMLElement>"},"privacy":"protected"},{"kind":"field","name":"lastFocus","type":{"text":"number | undefined"}},{"kind":"field","name":"reverse","type":{"text":"boolean"},"description":"Returns true when the second number is greater than the first number.","readonly":true},{"kind":"field","name":"range","type":{"text":"boolean"},"description":"If value is array.","readonly":true},{"kind":"field","name":"rangeValue","type":{"text":"number[]"},"description":"Return values in the form of an array.","readonly":true},{"kind":"method","name":"padValue","return":{"type":{"text":""}},"parameters":[{"name":"len","type":{"text":"number"},"description":"Minimum result length."},{"name":"value","default":"0","description":"Fill value."}]},{"kind":"method","name":"renderHandle","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}},"parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"field","name":"_keydownEvent","type":{"text":"EventListenerOrEventListenerObject"},"privacy":"private"},{"kind":"method","name":"focusHandle","return":{"type":{"text":"void"}},"parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"blurHandle","return":{"type":{"text":"void"}}},{"kind":"method","name":"createKeydownEvent","privacy":"protected","parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"createMouseDown","parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"_handleMousedownEnd","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"createSetValue","parameters":[{"name":"index","type":{"text":"number"}}]},{"kind":"method","name":"setEnd","return":{"type":{"text":"void"}},"parameters":[{"name":"value","type":{"text":"number"}}]},{"kind":"method","name":"_computeValue","privacy":"protected","return":{"type":{"text":"number"}},"parameters":[{"name":"e","type":{"text":"MouseEvent"}}],"description":"Compute value from event."},{"kind":"method","name":"normalizeValue","privacy":"protected","return":{"type":{"text":"number"}},"parameters":[{"name":"value","type":{"text":"number"}}],"description":"Ensure that the values do not exceed the range of max and min."},{"kind":"method","name":"_handleMousedownRoot","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"createMousedownListener","privacy":"protected","parameters":[{"name":"mouseMoveCallback","type":{"text":"(arg0: number) => void"}}]},{"kind":"method","name":"createMousemoveListener","privacy":"protected","parameters":[{"name":"callback","type":{"text":"(arg0: number) => void"}}]},{"kind":"method","name":"_connectedInit","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"reset","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"sort","return":{"type":{"text":"number | number[]"}}},{"kind":"method","name":"toSorted","return":{"type":{"text":"number | number[]"}}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","type":{"text":"string"},"privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","type":{"text":"() => [string, any]"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"min","type":{"text":"number"},"default":"0","description":"Minimum value.","fieldName":"min"},{"name":"max","type":{"text":"number"},"default":"100","description":"Maximum value.","fieldName":"max"},{"name":"step","type":{"text":"number"},"description":"Sliding step length.","fieldName":"step"},{"name":"vertical","type":{"text":"boolean"},"description":"Display vertically.","fieldName":"vertical"},{"name":"value","type":{"text":"any"},"fieldName":"value","description":"Value, or each of values, will render a handle.\nAccepts number or array of numbers.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"The default of `this.value`.","fieldName":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"SuperInput","module":"core/super-input.js"},"tagName":"godown-range","customElement":true,"events":[{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Range","module":"components/range.js"}}]},{"kind":"javascript-module","path":"components/progress.js","declarations":[{"kind":"class","description":"Progress similar to `<progress>`.","name":"Progress","members":[{"kind":"field","name":"max","type":{"text":"number"},"default":"1","attribute":"max"},{"kind":"field","name":"min","type":{"text":"number"},"default":"0","attribute":"min"},{"kind":"field","name":"value","type":{"text":"number"},"attribute":"value"},{"kind":"method","name":"parsePercent","return":{"type":{"text":""}},"parameters":[{"name":"s","default":"\"0\"","type":{"text":"string | number"},"description":"String or number to convert."}],"description":"Convert s to a percentage without a percent sign."}],"attributes":[{"name":"max","type":{"text":"number"},"default":"1","fieldName":"max"},{"name":"min","type":{"text":"number"},"default":"0","fieldName":"min"},{"name":"value","type":{"text":"number"},"fieldName":"value"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-progress","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Progress","module":"components/progress.js"}}]},{"kind":"javascript-module","path":"components/link.js","declarations":[{"kind":"class","description":"Link is used for link jumping.\nSet `type` to `\"push\" `or `\"replace\"`,\nwill invoke the history api and trigger the Router.updateAll.","name":"Link","members":[{"kind":"field","name":"type","type":{"text":"\"push\" | \"replace\" | \"normal\""},"default":"\"normal\"","description":"If \"push\", call `history.pushState`.\nIf \"replace\", call `history.replaceState`.\nIf \"normal\", behave like a normal anchor.","attribute":"type"},{"kind":"method","name":"_handleClick","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"MouseEvent"}}],"inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}},{"kind":"field","name":"href","type":{"text":"string"},"default":"undefined","description":"A element href.","attribute":"href","inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}},{"kind":"field","name":"target","type":{"text":"\"_blank\" | \"_self\" | \"_parent\" | \"_top\""},"default":"\"_self\"","description":"A element target.","attribute":"target","inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}}],"attributes":[{"name":"type","type":{"text":"\"push\" | \"replace\" | \"normal\""},"default":"\"normal\"","description":"If \"push\", call `history.pushState`.\nIf \"replace\", call `history.replaceState`.\nIf \"normal\", behave like a normal anchor.","fieldName":"type"},{"name":"href","type":{"text":"string"},"default":"undefined","description":"A element href.","fieldName":"href","inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}},{"name":"target","type":{"text":"\"_blank\" | \"_self\" | \"_parent\" | \"_top\""},"default":"\"_self\"","description":"A element target.","fieldName":"target","inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}}],"superclass":{"name":"SuperAnchor","module":"core/super-anchor.js"},"tagName":"godown-link","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Link","module":"components/link.js"}}]},{"kind":"javascript-module","path":"components/layout.js","declarations":[{"kind":"class","description":"NavLayout renders slot and optional top header, bottom footer.","name":"NavLayout","slots":[{"description":"The main content of the layout.","name":""},{"description":"The header of the layout.","name":"header"},{"description":"The footer of the layout.","name":"footer"}],"members":[{"kind":"field","name":"noHeader","type":{"text":"boolean"},"default":"false","description":"If true, remove the header slot.","attribute":"noHeader"},{"kind":"field","name":"noFooter","type":{"text":"boolean"},"default":"false","description":"If true, remove the footer slot.","attribute":"noFooter"},{"kind":"field","name":"sticky","type":{"text":"boolean"},"default":"false","description":"If true, header will sticky.","attribute":"sticky"}],"attributes":[{"name":"noHeader","type":{"text":"boolean"},"default":"false","description":"If true, remove the header slot.","fieldName":"noHeader"},{"name":"noFooter","type":{"text":"boolean"},"default":"false","description":"If true, remove the footer slot.","fieldName":"noFooter"},{"name":"sticky","type":{"text":"boolean"},"default":"false","description":"If true, header will sticky.","fieldName":"sticky"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"}}],"exports":[{"kind":"js","name":"default","declaration":{"name":"NavLayout","module":"components/layout.js"}}]},{"kind":"javascript-module","path":"components/input.js","declarations":[{"kind":"class","description":"Input renders a text input.","name":"Input","members":[{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"default":"\"text\"","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"variant","type":{"text":"\"default\" | \"outline\""},"default":"\"default\"","description":"If outline, the outline is always present.","attribute":"variant"},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"reset","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","attribute":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","type":{"text":"string"},"privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","type":{"text":"() => [string, any]"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_handleInput","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_connectedInit","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","return":{"type":{"text":"void"}},"parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"variant","type":{"text":"\"default\" | \"outline\""},"default":"\"default\"","description":"If outline, the outline is always present.","fieldName":"variant"},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"value","type":{"text":"any"},"fieldName":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","fieldName":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"SuperInput","module":"core/super-input.js"},"tagName":"godown-input","customElement":true,"events":[{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Input","module":"components/input.js"}}]},{"kind":"javascript-module","path":"components/grid.js","declarations":[{"kind":"class","description":"Grid provides gird layout.","name":"Grid","slots":[{"description":"Grid items.","name":""}],"members":[{"kind":"field","name":"gap","type":{"text":"string"},"description":"CSS property `gap`.","attribute":"gap"},{"kind":"field","name":"columns","type":{"text":"string | number"},"description":"CSS property `grid-template-columns`.\nIf columns is numerical, divide columns equally.","attribute":"columns"},{"kind":"field","name":"rows","type":{"text":"string | number"},"description":"CSS property `grid-template-rows`.\nIf rows is numerical, divide rows equally.","attribute":"rows"},{"kind":"field","name":"content","type":{"text":"string"},"description":"CSS property `place-content` (`align-content justify-content`).","attribute":"content"},{"kind":"field","name":"items","type":{"text":"string"},"description":"CSS property `place-items` (`align-items justify-items`).","attribute":"items"}],"attributes":[{"name":"gap","type":{"text":"string"},"description":"CSS property `gap`.","fieldName":"gap"},{"name":"columns","type":{"text":"string | number"},"description":"CSS property `grid-template-columns`.\nIf columns is numerical, divide columns equally.","fieldName":"columns"},{"name":"rows","type":{"text":"string | number"},"description":"CSS property `grid-template-rows`.\nIf rows is numerical, divide rows equally.","fieldName":"rows"},{"name":"content","type":{"text":"string"},"description":"CSS property `place-content` (`align-content justify-content`).","fieldName":"content"},{"name":"items","type":{"text":"string"},"description":"CSS property `place-items` (`align-items justify-items`).","fieldName":"items"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-grid","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Grid","module":"components/grid.js"}}]},{"kind":"javascript-module","path":"components/form.js","declarations":[{"kind":"class","description":"Form Gets child element key-value object,\nwhich will be nested if the child element is the same as this element.","name":"Form","members":[{"kind":"field","name":"name","type":{"text":"string"},"default":"\"\"","attribute":"name"},{"kind":"field","name":"value","type":{"text":"T"},"readonly":true},{"kind":"field","name":"nameValue","type":{"text":"() => [string, T]"}},{"kind":"method","name":"reset","return":{"type":{"text":"void"}}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, T]"}}},{"kind":"method","name":"buildValue","static":true,"return":{"type":{"text":"Record<string, any>"}},"parameters":[{"name":"elements","type":{"text":"(Element & {\n name?: string;\n value?: unknown;\n namevalue?: () => [string, unknown];\n })[]"}}]}],"attributes":[{"name":"name","type":{"text":"string"},"default":"\"\"","fieldName":"name"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-form","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Form","module":"components/form.js"}}]},{"kind":"javascript-module","path":"components/flex.js","declarations":[{"kind":"class","description":"Flex provides flex layout.","name":"Flex","slots":[{"description":"Flex items.","name":""}],"members":[{"kind":"field","name":"flexFlow","type":{"text":"string"},"description":"CSS property `flex-flow` (`flex-direction flex-wrap`).","attribute":"flex-flow"},{"kind":"field","name":"gap","type":{"text":"string"},"description":"CSS property `gap`.","attribute":"gap"},{"kind":"field","name":"content","type":{"text":"string"},"description":"CSS property `justify-content`.","attribute":"content"},{"kind":"field","name":"items","type":{"text":"string"},"description":"CSS property `align-items`.","attribute":"items"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"If true, set flex-direction to \"column\".","attribute":"vertical"}],"attributes":[{"name":"flex-flow","type":{"text":"string"},"description":"CSS property `flex-flow` (`flex-direction flex-wrap`).","fieldName":"flexFlow"},{"name":"gap","type":{"text":"string"},"description":"CSS property `gap`.","fieldName":"gap"},{"name":"content","type":{"text":"string"},"description":"CSS property `justify-content`.","fieldName":"content"},{"name":"items","type":{"text":"string"},"description":"CSS property `align-items`.","fieldName":"items"},{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"If true, set flex-direction to \"column\".","fieldName":"vertical"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-flex","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Flex","module":"components/flex.js"}}]},{"kind":"javascript-module","path":"components/dragbox.js","declarations":[{"kind":"class","description":"Dragbox does not extend beyond the range of Dragbox.offsetsWidth and Dragbox.offsetsHeight.","name":"Dragbox","members":[{"kind":"field","name":"offsetsWidth","type":{"text":"number"},"description":"Width of (`this.offsetParent` or `document.body`).","readonly":true},{"kind":"field","name":"offsetsHeight","type":{"text":"number"},"description":"Height of (`this.offsetParent` or `document.body`).","readonly":true},{"kind":"field","name":"drag","type":{"text":"boolean"},"privacy":"private"},{"kind":"field","name":"t","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"l","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"cx","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"cy","type":{"text":"number"},"privacy":"private"},{"kind":"field","name":"x","type":{"text":"string"},"default":"\"auto\"","description":"Position x.","attribute":"x"},{"kind":"field","name":"y","type":{"text":"string"},"default":"\"auto\"","description":"Position y.","attribute":"y"},{"kind":"method","name":"_handleDragStart","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"field","name":"_handleMouseMove","type":{"text":"EventListenerFunc"},"privacy":"protected"},{"kind":"field","name":"_handleMouseLeave","type":{"text":"EventListenerFunc"},"privacy":"protected"},{"kind":"method","name":"_handleDragEnd","privacy":"protected","return":{"type":{"text":"void"}}},{"kind":"method","name":"_handleDrag","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"reset","return":{"type":{"text":"void"}}}],"attributes":[{"name":"x","type":{"text":"string"},"default":"\"auto\"","description":"Position x.","fieldName":"x"},{"name":"y","type":{"text":"string"},"default":"\"auto\"","description":"Position y.","fieldName":"y"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-dragbox","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Dragbox","module":"components/dragbox.js"}}]},{"kind":"javascript-module","path":"components/divider.js","declarations":[{"kind":"class","description":"Divider similar to `<hr>`.","name":"Divider","members":[{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical display.","attribute":"vertical","reflects":true}],"attributes":[{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical display.","fieldName":"vertical"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-divider","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Divider","module":"components/divider.js"}}]},{"kind":"javascript-module","path":"components/dialog.js","declarations":[{"kind":"class","description":"Dialog similar to `<dialog>`.\nLike dialog, it listens for submit events and closes itself when the target method is \"dialog\".\nIt listens for the keydown event and also closes itself when the key contained in the key is pressed.","name":"Dialog","members":[{"kind":"field","name":"direction","type":{"text":"Direction9"},"default":"\"center\"","description":"Direction of the opening animation.","attribute":"direction"},{"kind":"field","name":"modal","type":{"text":"boolean"},"default":"false","description":"Enable modal, blocking event penetration.","attribute":"modal","reflects":true},{"kind":"field","name":"key","type":{"text":"string"},"default":"\"Escape\"","description":"Close key.","attribute":"key"},{"kind":"field","name":"_modalInvoke","type":{"text":"boolean"},"privacy":"private"},{"kind":"method","name":"showModal","return":{"type":{"text":"void"}}},{"kind":"field","name":"_submitEvent","type":{"text":"EventListenerOrEventListenerObject"},"privacy":"private"},{"kind":"field","name":"_keydownEvent","type":{"text":"EventListenerOrEventListenerObject"},"privacy":"private"},{"kind":"method","name":"_handleKeydown","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_handelSubmit","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLFormElement>"}}]},{"kind":"method","name":"close","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","attribute":"open","reflects":true,"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"toggle","return":{"type":{"text":"void"}},"parameters":[{"name":"to","default":"(!this.open) satisfies boolean","type":{"text":"boolean"}}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"show","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"_handelClick","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_","type":{"text":"MouseEvent"}}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"attributes":[{"name":"direction","type":{"text":"Direction9"},"default":"\"center\"","description":"Direction of the opening animation.","fieldName":"direction"},{"name":"modal","type":{"text":"boolean"},"default":"false","description":"Enable modal, blocking event penetration.","fieldName":"modal"},{"name":"key","type":{"text":"string"},"default":"\"Escape\"","description":"Close key.","fieldName":"key"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","fieldName":"open","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"superclass":{"name":"SuperOpenable","module":"core/super-openable.js"},"tagName":"godown-dialog","customElement":true,"events":[{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Dialog","module":"components/dialog.js"}}]},{"kind":"javascript-module","path":"components/details.js","declarations":[{"kind":"class","description":"Details similar to `<details>`.","name":"Details","slots":[{"description":"Details summary if no `summary` is provided.","name":"summary"},{"description":"Details content.","name":""}],"members":[{"kind":"field","name":"fill","type":{"text":"boolean"},"default":"false","description":"If it is true, the summary event scope will fill the element.","attribute":"fill"},{"kind":"field","name":"summary","type":{"text":"string"},"default":"\"\"","description":"Summary text.","attribute":"summary"},{"kind":"field","name":"_dd","type":{"text":"HTMLDataListElement"},"privacy":"protected"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","attribute":"open","reflects":true,"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"toggle","return":{"type":{"text":"void"}},"parameters":[{"name":"to","default":"(!this.open) satisfies boolean","type":{"text":"boolean"}}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"close","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"show","return":{"type":{"text":"void"}},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"_handelClick","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"_","type":{"text":"MouseEvent"}}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"description":"Fired when the details is toggled.","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"attributes":[{"name":"fill","type":{"text":"boolean"},"default":"false","description":"If it is true, the summary event scope will fill the element.","fieldName":"fill"},{"name":"summary","type":{"text":"string"},"default":"\"\"","description":"Summary text.","fieldName":"summary"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","fieldName":"open","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"superclass":{"name":"SuperOpenable","module":"core/super-openable.js"},"tagName":"godown-details","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Details","module":"components/details.js"}}]},{"kind":"javascript-module","path":"components/carousel.js","declarations":[{"kind":"class","description":"Carousel make the content display as a carousel.\nWhen this component is `firstUpdated`,\nclone the first and last element and make the matching element visible when switching index.\nChild elements should maintain the same size.\nIf no width, it will be the width of the first element.","name":"Carousel","slots":[{"description":"Carousel items, should maintain the same size.","name":""}],"members":[{"kind":"field","name":"index","type":{"text":"number"},"default":"0","description":"The index of the element is displayed for the first time.","attribute":"index"},{"kind":"field","name":"autoChange","type":{"text":"number"},"default":"0","description":"If autoChange > 0, the rotation will be automated.","attribute":"autoChange"},{"kind":"field","name":"width","type":{"text":"string"},"description":"Element width.","attribute":"width"},{"kind":"field","name":"_moveRoot","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"field","name":"intervalID","type":{"text":"number"},"privacy":"protected"},{"kind":"field","name":"_cloneFirst","type":{"text":"HTMLElement | undefined"},"privacy":"private"},{"kind":"field","name":"_cloneLast","type":{"text":"HTMLElement | undefined"},"privacy":"private"},{"kind":"method","name":"show","return":{"type":{"text":"void"}},"parameters":[{"name":"i","type":{"text":"number"}}]},{"kind":"method","name":"next","return":{"type":{"text":"void"}}},{"kind":"method","name":"prev","return":{"type":{"text":"void"}}},{"kind":"method","name":"_doTranslateX","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"xValue","type":{"text":"string"}},{"name":"noTransition","optional":true,"type":{"text":"boolean"}}]},{"kind":"method","name":"checkInterval","return":{"type":{"text":"void"}}}],"attributes":[{"name":"index","type":{"text":"number"},"default":"0","description":"The index of the element is displayed for the first time.","fieldName":"index"},{"name":"autoChange","type":{"text":"number"},"default":"0","description":"If autoChange > 0, the rotation will be automated.","fieldName":"autoChange"},{"name":"width","type":{"text":"string"},"description":"Element width.","fieldName":"width"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-carousel","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Carousel","module":"components/carousel.js"}}]},{"kind":"javascript-module","path":"components/card.js","declarations":[{"kind":"class","description":"Card renders a card.\nThis may be similar to Layout,\nbut it needs to be specified to enable header and footer.","name":"Card","slots":[{"description":"The main content of the card.","name":""},{"description":"The header of the card.","name":"header"},{"description":"The footer of the card.","name":"footer"}],"members":[{"kind":"field","name":"footer","type":{"text":"boolean"},"default":"false","attribute":"footer"},{"kind":"field","name":"header","type":{"text":"boolean"},"default":"false","attribute":"header"}],"attributes":[{"name":"footer","type":{"text":"boolean"},"default":"false","fieldName":"footer"},{"name":"header","type":{"text":"boolean"},"default":"false","fieldName":"header"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-card","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Card","module":"components/card.js"}}]},{"kind":"javascript-module","path":"components/button.js","declarations":[{"kind":"class","description":"Button renders a button.\nCreate modal animation upon clicking.\nAvailable colors (background): none, black, gray, white, blue, green, red, orange, pink, purple, yellow, teal.\nDefault color is `black`.\nSet the color to `none` to prevent applying styles.","name":"Button","members":[{"kind":"field","name":"disabled","type":{"text":"boolean"},"description":"Whether to disable this element.","attribute":"disabled","reflects":true},{"kind":"field","name":"ghost","type":{"text":"boolean"},"description":"Display ghost.","attribute":"ghost","reflects":true},{"kind":"field","name":"active","type":{"text":"boolean"},"description":"Whether this element is active or not.","attribute":"active","reflects":true},{"kind":"field","name":"round","type":{"text":"boolean"},"description":"Display rounded.","attribute":"round","reflects":true},{"kind":"field","name":"color","type":{"text":"\"none\" | keyof typeof colors"},"default":"\"black\"","description":"The primary color.","attribute":"color","reflects":true},{"kind":"field","name":"content","type":{"text":"string"},"description":"Content text.","attribute":"content"},{"kind":"field","name":"_modalRoot","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"field","name":"_root","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"method","name":"focus","return":{"type":{"text":"void"}}},{"kind":"method","name":"blur","return":{"type":{"text":"void"}}},{"kind":"method","name":"_handelClick","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"_handleModal","privacy":"protected","return":{"type":{"text":"void"}},"parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"nextColor","return":{"type":{"text":"Colors | \"none\""}}}],"attributes":[{"name":"disabled","type":{"text":"boolean"},"description":"Whether to disable this element.","fieldName":"disabled"},{"name":"ghost","type":{"text":"boolean"},"description":"Display ghost.","fieldName":"ghost"},{"name":"active","type":{"text":"boolean"},"description":"Whether this element is active or not.","fieldName":"active"},{"name":"round","type":{"text":"boolean"},"description":"Display rounded.","fieldName":"round"},{"name":"color","type":{"text":"\"none\" | keyof typeof colors"},"default":"\"black\"","description":"The primary color.","fieldName":"color"},{"name":"content","type":{"text":"string"},"description":"Content text.","fieldName":"content"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-button","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Button","module":"components/button.js"}}]},{"kind":"javascript-module","path":"components/breath.js","declarations":[{"kind":"class","description":"Breath render the text with a breathing effect.\nDynamically generate a breathing effect based on the length of the split text.\nIf there is not enough CSS variable, overrun elements will use the.\ngodown was a css library in its earliest days,\nand this is the component version of its first effect.\nInspired by Vercel home page (2023).","name":"Breath","slots":[{"description":"Breathing parts.","name":""}],"members":[{"kind":"field","name":"text","type":{"text":"string | string[]"},"description":"Strings or array of strings,\nif array, divided each element into chunks,\notherwise split strings by whitespace.","attribute":"text"},{"kind":"field","name":"duration","type":{"text":"string"},"description":"Effect duration, ending in s or ms.","attribute":"duration"},{"kind":"method","name":"renderText","privacy":"protected","return":{"type":{"text":"TemplateResult<1>"}},"parameters":[{"name":"text","type":{"text":"string"}}]},{"kind":"method","name":"getTexts","privacy":"protected","return":{"type":{"text":"string[]"}}},{"kind":"method","name":"computeStyle","privacy":"protected","return":{"type":{"text":"string"}},"parameters":[{"name":"len","type":{"text":"number"}}]},{"kind":"method","name":"parseDuration","privacy":"protected","return":{"type":{"text":"number"}}}],"attributes":[{"name":"text","type":{"text":"string | string[]"},"description":"Strings or array of strings,\nif array, divided each element into chunks,\notherwise split strings by whitespace.","fieldName":"text"},{"name":"duration","type":{"text":"string"},"description":"Effect duration, ending in s or ms.","fieldName":"duration"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-breath","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Breath","module":"components/breath.js"}}]},{"kind":"javascript-module","path":"components/avatar.js","declarations":[{"kind":"class","description":"Avatar renders a avatar.\nRenders as an image if it has a src property,\notherwise falls back to name or nameless slot.","name":"Avatar","slots":[{"description":"Display content if no `src` or `name` provided.","name":""}],"members":[{"kind":"field","name":"src","type":{"text":"string | undefined | null"},"description":"Image src.","attribute":"src"},{"kind":"field","name":"name","type":{"text":"string"},"default":"\"\"","description":"If the image is not available, display name (call Avatar.format).","attribute":"name"},{"kind":"field","name":"round","type":{"text":"boolean"},"default":"false","description":"Display rounded.","attribute":"round"},{"kind":"method","name":"_renderAvatar","privacy":"private"},{"kind":"method","name":"format","return":{"type":{"text":"string"}}},{"kind":"method","name":"_handleError","return":{"type":{"text":"void"}}}],"attributes":[{"name":"src","type":{"text":"string | undefined | null"},"description":"Image src.","fieldName":"src"},{"name":"name","type":{"text":"string"},"default":"\"\"","description":"If the image is not available, display name (call Avatar.format).","fieldName":"name"},{"name":"round","type":{"text":"boolean"},"default":"false","description":"Display rounded.","fieldName":"round"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-avatar","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Avatar","module":"components/avatar.js"}}]},{"kind":"javascript-module","path":"components/alert.js","declarations":[{"kind":"class","description":"Alert renders a alert.\nColor defaults to blue.","name":"Alert","slots":[{"description":"Alert content.","name":""},{"description":"Alert title.","name":"title"},{"description":"Alert icon.","name":"icon"}],"members":[{"kind":"field","name":"call","type":{"text":"\"tip\" | \"success\" | \"info\" | \"warning\" | \"danger\" | \"error\" | \"help\" | \"deprecated\""},"description":"If it is a legal value, the icon and preset color will be rendered.","attribute":"call"},{"kind":"field","name":"color","type":{"text":"| \"white\"\n | \"black\"\n | \"gray\"\n | \"green\"\n | \"teal\"\n | \"blue\"\n | \"red\"\n | \"purple\"\n | \"orange\"\n | \"yellow\"\n | \"pink\"\n | \"none\""},"default":"\"blue\"","description":"The tone of the component.\nOverrides the color of the call.","attribute":"color"},{"kind":"field","name":"autoclose","type":{"text":"number"},"default":"0","description":"Close delay, if 0, it will not be closed automatically.","attribute":"autoclose"},{"kind":"field","name":"title","type":{"text":"string"},"description":"The title is bold and the icon height is the same as it.","attribute":"title"},{"kind":"field","name":"content","type":{"text":"string"},"description":"Content, if zero value, will be rendered as an unnamed slot.","attribute":"content"},{"kind":"field","name":"hideClose","type":{"text":"boolean"},"default":"false","description":"Set true to hide the close button.\nThe behavior may change due to the variant property.","attribute":"hideClose"},{"kind":"field","name":"variant","type":{"text":"\"blockquote\" | \"dark\" | \"light\""},"default":"\"dark\"","description":"Alert variant, if set to `blockquote`, the alert will be rendered as a blockquote.\nIf variant is `\"blockquote\"`, hide the close button.","attribute":"variant"},{"kind":"method","name":"close","return":{"type":{"text":"void"}}},{"kind":"method","name":"alert","static":true,"return":{"type":{"text":"Alert"}},"parameters":[{"name":"root","type":{"text":"HTMLElement"}},{"name":"option","type":{"text":"Partial<Alert>"}}]}],"events":[{"name":"close","type":{"text":"CustomEvent"}}],"attributes":[{"name":"call","type":{"text":"\"tip\" | \"success\" | \"info\" | \"warning\" | \"danger\" | \"error\" | \"help\" | \"deprecated\""},"description":"If it is a legal value, the icon and preset color will be rendered.","fieldName":"call"},{"name":"color","type":{"text":"| \"white\"\n | \"black\"\n | \"gray\"\n | \"green\"\n | \"teal\"\n | \"blue\"\n | \"red\"\n | \"purple\"\n | \"orange\"\n | \"yellow\"\n | \"pink\"\n | \"none\""},"default":"\"blue\"","description":"The tone of the component.\nOverrides the color of the call.","fieldName":"color"},{"name":"autoclose","type":{"text":"number"},"default":"0","description":"Close delay, if 0, it will not be closed automatically.","fieldName":"autoclose"},{"name":"title","type":{"text":"string"},"description":"The title is bold and the icon height is the same as it.","fieldName":"title"},{"name":"content","type":{"text":"string"},"description":"Content, if zero value, will be rendered as an unnamed slot.","fieldName":"content"},{"name":"hideClose","type":{"text":"boolean"},"default":"false","description":"Set true to hide the close button.\nThe behavior may change due to the variant property.","fieldName":"hideClose"},{"name":"variant","type":{"text":"\"blockquote\" | \"dark\" | \"light\""},"default":"\"dark\"","description":"Alert variant, if set to `blockquote`, the alert will be rendered as a blockquote.\nIf variant is `\"blockquote\"`, hide the close button.","fieldName":"variant"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-alert","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Alert","module":"components/alert.js"}}]}]}
|