godown 3.0.0-canary.12 → 3.0.0-canary.14

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.
Files changed (140) hide show
  1. package/README.md +1 -1
  2. package/alert.js +1 -5
  3. package/alert.js.map +1 -1
  4. package/avatar.js +1 -5
  5. package/avatar.js.map +1 -1
  6. package/breath.js +1 -5
  7. package/breath.js.map +1 -1
  8. package/button.js +1 -5
  9. package/button.js.map +1 -1
  10. package/card.js +1 -5
  11. package/card.js.map +1 -1
  12. package/carousel.js +1 -5
  13. package/carousel.js.map +1 -1
  14. package/components/alert.js +1 -174
  15. package/components/alert.js.map +1 -1
  16. package/components/avatar.js +1 -68
  17. package/components/avatar.js.map +1 -1
  18. package/components/breath.js +1 -81
  19. package/components/breath.js.map +1 -1
  20. package/components/button.js +1 -185
  21. package/components/button.js.map +1 -1
  22. package/components/card.js +1 -49
  23. package/components/card.js.map +1 -1
  24. package/components/carousel.js +1 -119
  25. package/components/carousel.js.map +1 -1
  26. package/components/details.js +1 -53
  27. package/components/details.js.map +1 -1
  28. package/components/dialog.js +1 -98
  29. package/components/dialog.js.map +1 -1
  30. package/components/divider.js +1 -35
  31. package/components/divider.js.map +1 -1
  32. package/components/dragbox.js +1 -111
  33. package/components/dragbox.js.map +1 -1
  34. package/components/flex.js +1 -63
  35. package/components/flex.js.map +1 -1
  36. package/components/form.js +1 -75
  37. package/components/form.js.map +1 -1
  38. package/components/grid.js +1 -57
  39. package/components/grid.js.map +1 -1
  40. package/components/input.js +1 -51
  41. package/components/input.js.map +1 -1
  42. package/components/layout.js +1 -58
  43. package/components/layout.js.map +1 -1
  44. package/components/link.js +1 -53
  45. package/components/link.js.map +1 -1
  46. package/components/progress.js +1 -59
  47. package/components/progress.js.map +1 -1
  48. package/components/range.d.ts +1 -0
  49. package/components/range.d.ts.map +1 -1
  50. package/components/range.js +1 -267
  51. package/components/range.js.map +1 -1
  52. package/components/rotate.js +1 -56
  53. package/components/rotate.js.map +1 -1
  54. package/components/router.d.ts +1 -2
  55. package/components/router.d.ts.map +1 -1
  56. package/components/router.js +1 -250
  57. package/components/router.js.map +1 -1
  58. package/components/select.js +1 -217
  59. package/components/select.js.map +1 -1
  60. package/components/skeleton.js +1 -55
  61. package/components/skeleton.js.map +1 -1
  62. package/components/split.js +1 -154
  63. package/components/split.js.map +1 -1
  64. package/components/switch.js +1 -93
  65. package/components/switch.js.map +1 -1
  66. package/components/text.js +1 -46
  67. package/components/text.js.map +1 -1
  68. package/components/time.js +1 -78
  69. package/components/time.js.map +1 -1
  70. package/components/tooltip.js +1 -85
  71. package/components/tooltip.js.map +1 -1
  72. package/components/typewriter.js +1 -128
  73. package/components/typewriter.js.map +1 -1
  74. package/core/global-style.js +1 -52
  75. package/core/global-style.js.map +1 -1
  76. package/core/super-anchor.js +1 -39
  77. package/core/super-anchor.js.map +1 -1
  78. package/core/super-input.js +1 -117
  79. package/core/super-input.js.map +1 -1
  80. package/core/super-openable.js +1 -37
  81. package/core/super-openable.js.map +1 -1
  82. package/custom-elements.json +1 -1
  83. package/details.js +1 -5
  84. package/details.js.map +1 -1
  85. package/dev/components/range.d.ts +1 -0
  86. package/dev/components/range.d.ts.map +1 -1
  87. package/dev/components/range.js +8 -3
  88. package/dev/components/range.js.map +1 -1
  89. package/dev/components/router.d.ts +1 -2
  90. package/dev/components/router.d.ts.map +1 -1
  91. package/dev/components/router.js +4 -7
  92. package/dev/components/router.js.map +1 -1
  93. package/dialog.js +1 -5
  94. package/dialog.js.map +1 -1
  95. package/divider.js +1 -5
  96. package/divider.js.map +1 -1
  97. package/dragbox.js +1 -5
  98. package/dragbox.js.map +1 -1
  99. package/flex.js +1 -5
  100. package/flex.js.map +1 -1
  101. package/form.js +1 -5
  102. package/form.js.map +1 -1
  103. package/grid.js +1 -5
  104. package/grid.js.map +1 -1
  105. package/index.js +1 -56
  106. package/index.js.map +1 -1
  107. package/input.js +1 -5
  108. package/input.js.map +1 -1
  109. package/layout.js +1 -5
  110. package/layout.js.map +1 -1
  111. package/link.js +1 -5
  112. package/link.js.map +1 -1
  113. package/package.json +2 -2
  114. package/progress.js +1 -5
  115. package/progress.js.map +1 -1
  116. package/range.js +1 -5
  117. package/range.js.map +1 -1
  118. package/rotate.js +1 -5
  119. package/rotate.js.map +1 -1
  120. package/router.js +1 -5
  121. package/router.js.map +1 -1
  122. package/select.js +1 -5
  123. package/select.js.map +1 -1
  124. package/skeleton.js +1 -5
  125. package/skeleton.js.map +1 -1
  126. package/split.js +1 -5
  127. package/split.js.map +1 -1
  128. package/src/components/range.ts +9 -3
  129. package/src/components/router.ts +4 -8
  130. package/switch.js +1 -5
  131. package/switch.js.map +1 -1
  132. package/text.js +1 -5
  133. package/text.js.map +1 -1
  134. package/time.js +1 -5
  135. package/time.js.map +1 -1
  136. package/tooltip.js +1 -5
  137. package/tooltip.js.map +1 -1
  138. package/typewriter.js +1 -5
  139. package/typewriter.js.map +1 -1
  140. package/web-types.json +1 -1
@@ -1 +1 @@
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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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","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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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"},"default":"false"},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","attribute":"disabled","reflects":true,"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"},"default":"false","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"},"default":"false","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"},"default":"false","fieldName":"disabled","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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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","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"},"default":"false","attribute":"multiple"},{"kind":"field","name":"visible","type":{"text":"boolean"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","fieldName":"multiple"},{"name":"visible","type":{"text":"boolean"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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":"field","name":"suppress","type":{"text":"boolean"},"default":"false","description":"Suppress the update of the Router.","attribute":"suppress"},{"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":"suppress","type":{"text":"boolean"},"default":"false","description":"Suppress the update of the Router.","fieldName":"suppress"},{"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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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","default":"false"},{"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","default":"false"},{"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"},"default":"false","description":"Whether to disable this element.","attribute":"disabled","reflects":true},{"kind":"field","name":"ghost","type":{"text":"boolean"},"default":"false","description":"Display ghost.","attribute":"ghost","reflects":true},{"kind":"field","name":"active","type":{"text":"boolean"},"default":"false","description":"Whether this element is active or not.","attribute":"active","reflects":true},{"kind":"field","name":"round","type":{"text":"boolean"},"default":"false","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"},"default":"false","description":"Whether to disable this element.","fieldName":"disabled"},{"name":"ghost","type":{"text":"boolean"},"default":"false","description":"Display ghost.","fieldName":"ghost"},{"name":"active","type":{"text":"boolean"},"default":"false","description":"Whether this element is active or not.","fieldName":"active"},{"name":"round","type":{"text":"boolean"},"default":"false","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"}}]}]}
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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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","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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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":"js","name":"*","declaration":{"name":"*","package":"\"./components/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"},"default":"false"},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","attribute":"disabled","reflects":true,"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"},"default":"false","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"},"default":"false","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"},"default":"false","fieldName":"disabled","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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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","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"},"default":"false","attribute":"multiple"},{"kind":"field","name":"visible","type":{"text":"boolean"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","fieldName":"multiple"},{"name":"visible","type":{"text":"boolean"},"default":"false","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"},"default":"false","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":"parseParams","return":{"type":{"text":"Record<string, string>"}},"parameters":[{"name":"routeTemplate","type":{"text":"string"}},{"name":"path","default":"this.pathname","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"},"default":"false","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":"_focusStack","type":{"text":"number[]"},"privacy":"protected","default":"[]"},{"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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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":"field","name":"suppress","type":{"text":"boolean"},"default":"false","description":"Suppress the update of the Router.","attribute":"suppress"},{"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":"suppress","type":{"text":"boolean"},"default":"false","description":"Suppress the update of the Router.","fieldName":"suppress"},{"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"},"default":"false","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"},"default":"false","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"},"default":"false","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"},"default":"false","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","default":"false"},{"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","default":"false"},{"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"},"default":"false","description":"Whether to disable this element.","attribute":"disabled","reflects":true},{"kind":"field","name":"ghost","type":{"text":"boolean"},"default":"false","description":"Display ghost.","attribute":"ghost","reflects":true},{"kind":"field","name":"active","type":{"text":"boolean"},"default":"false","description":"Whether this element is active or not.","attribute":"active","reflects":true},{"kind":"field","name":"round","type":{"text":"boolean"},"default":"false","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"},"default":"false","description":"Whether to disable this element.","fieldName":"disabled"},{"name":"ghost","type":{"text":"boolean"},"default":"false","description":"Display ghost.","fieldName":"ghost"},{"name":"active","type":{"text":"boolean"},"default":"false","description":"Whether this element is active or not.","fieldName":"active"},{"name":"round","type":{"text":"boolean"},"default":"false","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"}}]}]}