godown 2.7.7 → 3.0.0-canary.0

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 (498) hide show
  1. package/README.md +44 -80
  2. package/alert.d.ts +2 -3
  3. package/alert.d.ts.map +1 -1
  4. package/alert.js +5 -4
  5. package/alert.js.map +1 -1
  6. package/avatar.d.ts +2 -3
  7. package/avatar.d.ts.map +1 -1
  8. package/avatar.js +5 -4
  9. package/avatar.js.map +1 -1
  10. package/breath.d.ts +9 -0
  11. package/breath.d.ts.map +1 -0
  12. package/breath.js +6 -0
  13. package/breath.js.map +1 -0
  14. package/button.d.ts +2 -3
  15. package/button.d.ts.map +1 -1
  16. package/button.js +5 -4
  17. package/button.js.map +1 -1
  18. package/card.d.ts +2 -3
  19. package/card.d.ts.map +1 -1
  20. package/card.js +5 -4
  21. package/card.js.map +1 -1
  22. package/carousel.d.ts +2 -3
  23. package/carousel.d.ts.map +1 -1
  24. package/carousel.js +5 -4
  25. package/carousel.js.map +1 -1
  26. package/components/alert.d.ts +50 -0
  27. package/components/alert.d.ts.map +1 -0
  28. package/components/alert.js +167 -0
  29. package/components/alert.js.map +1 -0
  30. package/components/avatar.d.ts +26 -0
  31. package/components/avatar.d.ts.map +1 -0
  32. package/components/avatar.js +62 -0
  33. package/components/avatar.js.map +1 -0
  34. package/components/breath.d.ts +34 -0
  35. package/components/breath.d.ts.map +1 -0
  36. package/components/breath.js +80 -0
  37. package/components/breath.js.map +1 -0
  38. package/{web-components/button → components}/button.d.ts +6 -5
  39. package/components/button.d.ts.map +1 -0
  40. package/components/button.js +167 -0
  41. package/components/button.js.map +1 -0
  42. package/components/card.d.ts +20 -0
  43. package/components/card.d.ts.map +1 -0
  44. package/components/card.js +55 -0
  45. package/components/card.js.map +1 -0
  46. package/components/carousel.d.ts +40 -0
  47. package/components/carousel.d.ts.map +1 -0
  48. package/components/carousel.js +113 -0
  49. package/components/carousel.js.map +1 -0
  50. package/{web-components/details → components}/details.d.ts +5 -3
  51. package/components/details.d.ts.map +1 -0
  52. package/components/details.js +50 -0
  53. package/components/details.js.map +1 -0
  54. package/components/dialog.d.ts +33 -0
  55. package/components/dialog.d.ts.map +1 -0
  56. package/components/dialog.js +92 -0
  57. package/components/dialog.js.map +1 -0
  58. package/components/divider.d.ts +17 -0
  59. package/components/divider.d.ts.map +1 -0
  60. package/components/divider.js +37 -0
  61. package/components/divider.js.map +1 -0
  62. package/{web-components/wrapper → components}/dragbox.d.ts +15 -5
  63. package/components/dragbox.d.ts.map +1 -0
  64. package/{web-components/wrapper → components}/dragbox.js +32 -27
  65. package/components/dragbox.js.map +1 -0
  66. package/components/flex.d.ts +31 -0
  67. package/components/flex.d.ts.map +1 -0
  68. package/components/flex.js +55 -0
  69. package/components/flex.js.map +1 -0
  70. package/{web-components/form → components}/form.d.ts +4 -2
  71. package/components/form.d.ts.map +1 -0
  72. package/{web-components/form → components}/form.js +16 -17
  73. package/components/form.js.map +1 -0
  74. package/components/grid.d.ts +31 -0
  75. package/components/grid.d.ts.map +1 -0
  76. package/components/grid.js +56 -0
  77. package/components/grid.js.map +1 -0
  78. package/components/input.d.ts +20 -0
  79. package/components/input.d.ts.map +1 -0
  80. package/components/input.js +54 -0
  81. package/components/input.js.map +1 -0
  82. package/components/layout.d.ts +29 -0
  83. package/components/layout.d.ts.map +1 -0
  84. package/components/layout.js +48 -0
  85. package/components/layout.js.map +1 -0
  86. package/components/link.d.ts +20 -0
  87. package/components/link.d.ts.map +1 -0
  88. package/components/link.js +43 -0
  89. package/components/link.js.map +1 -0
  90. package/{web-components/progress → components}/progress.d.ts +5 -3
  91. package/components/progress.d.ts.map +1 -0
  92. package/components/progress.js +68 -0
  93. package/components/progress.js.map +1 -0
  94. package/components/range.d.ts +60 -0
  95. package/components/range.d.ts.map +1 -0
  96. package/components/range.js +193 -0
  97. package/components/range.js.map +1 -0
  98. package/{web-components/wrapper → components}/rotate.d.ts +4 -8
  99. package/components/rotate.d.ts.map +1 -0
  100. package/components/rotate.js +57 -0
  101. package/components/rotate.js.map +1 -0
  102. package/components/router.d.ts +121 -0
  103. package/components/router.d.ts.map +1 -0
  104. package/components/router.js +251 -0
  105. package/components/router.js.map +1 -0
  106. package/components/select.d.ts +50 -0
  107. package/components/select.d.ts.map +1 -0
  108. package/components/select.js +211 -0
  109. package/components/select.js.map +1 -0
  110. package/{web-components/skeleton → components}/skeleton.d.ts +6 -6
  111. package/components/skeleton.d.ts.map +1 -0
  112. package/components/skeleton.js +56 -0
  113. package/components/skeleton.js.map +1 -0
  114. package/components/split.d.ts +32 -0
  115. package/components/split.d.ts.map +1 -0
  116. package/components/split.js +121 -0
  117. package/components/split.js.map +1 -0
  118. package/{web-components/input/switch-input.d.ts → components/switch.d.ts} +9 -10
  119. package/components/switch.d.ts.map +1 -0
  120. package/components/switch.js +93 -0
  121. package/components/switch.js.map +1 -0
  122. package/{web-components/text → components}/text.d.ts +5 -3
  123. package/components/text.d.ts.map +1 -0
  124. package/components/text.js +44 -0
  125. package/components/text.js.map +1 -0
  126. package/{web-components/text → components}/time.d.ts +5 -3
  127. package/components/time.d.ts.map +1 -0
  128. package/{web-components/text → components}/time.js +18 -21
  129. package/components/time.js.map +1 -0
  130. package/components/tooltip.d.ts +38 -0
  131. package/components/tooltip.d.ts.map +1 -0
  132. package/components/tooltip.js +67 -0
  133. package/components/tooltip.js.map +1 -0
  134. package/{web-components/text → components}/typewriter.d.ts +5 -3
  135. package/components/typewriter.d.ts.map +1 -0
  136. package/{web-components/text → components}/typewriter.js +24 -48
  137. package/components/typewriter.js.map +1 -0
  138. package/core/global-style.d.ts +21 -0
  139. package/core/global-style.d.ts.map +1 -0
  140. package/core/global-style.js +46 -0
  141. package/core/global-style.js.map +1 -0
  142. package/core/super-anchor.d.ts +15 -0
  143. package/core/super-anchor.d.ts.map +1 -0
  144. package/core/super-anchor.js +39 -0
  145. package/core/super-anchor.js.map +1 -0
  146. package/core/super-input.d.ts +39 -0
  147. package/core/super-input.d.ts.map +1 -0
  148. package/core/super-input.js +115 -0
  149. package/core/super-input.js.map +1 -0
  150. package/{proto → core}/super-openable.d.ts +4 -8
  151. package/core/super-openable.d.ts.map +1 -0
  152. package/{proto → core}/super-openable.js +10 -15
  153. package/core/super-openable.js.map +1 -0
  154. package/custom-elements.json +1 -0
  155. package/details.d.ts +2 -3
  156. package/details.d.ts.map +1 -1
  157. package/details.js +5 -4
  158. package/details.js.map +1 -1
  159. package/dialog.d.ts +2 -3
  160. package/dialog.d.ts.map +1 -1
  161. package/dialog.js +5 -4
  162. package/dialog.js.map +1 -1
  163. package/divider.d.ts +2 -3
  164. package/divider.d.ts.map +1 -1
  165. package/divider.js +5 -4
  166. package/divider.js.map +1 -1
  167. package/dragbox.d.ts +2 -3
  168. package/dragbox.d.ts.map +1 -1
  169. package/dragbox.js +5 -4
  170. package/dragbox.js.map +1 -1
  171. package/flex.d.ts +8 -0
  172. package/flex.d.ts.map +1 -0
  173. package/flex.js +6 -0
  174. package/flex.js.map +1 -0
  175. package/form.d.ts +2 -3
  176. package/form.d.ts.map +1 -1
  177. package/form.js +5 -4
  178. package/form.js.map +1 -1
  179. package/grid.d.ts +8 -0
  180. package/grid.d.ts.map +1 -0
  181. package/grid.js +6 -0
  182. package/grid.js.map +1 -0
  183. package/index.d.ts +28 -32
  184. package/index.d.ts.map +1 -1
  185. package/index.js +57 -33
  186. package/index.js.map +1 -1
  187. package/input.d.ts +3 -3
  188. package/input.d.ts.map +1 -1
  189. package/input.js +5 -4
  190. package/input.js.map +1 -1
  191. package/layout.d.ts +3 -3
  192. package/layout.d.ts.map +1 -1
  193. package/layout.js +5 -4
  194. package/layout.js.map +1 -1
  195. package/link.d.ts +3 -3
  196. package/link.d.ts.map +1 -1
  197. package/link.js +5 -4
  198. package/link.js.map +1 -1
  199. package/package.json +42 -81
  200. package/progress.d.ts +3 -3
  201. package/progress.d.ts.map +1 -1
  202. package/progress.js +5 -4
  203. package/progress.js.map +1 -1
  204. package/range.d.ts +9 -0
  205. package/range.d.ts.map +1 -0
  206. package/range.js +6 -0
  207. package/range.js.map +1 -0
  208. package/rotate.d.ts +3 -3
  209. package/rotate.d.ts.map +1 -1
  210. package/rotate.js +5 -4
  211. package/rotate.js.map +1 -1
  212. package/router.d.ts +3 -3
  213. package/router.d.ts.map +1 -1
  214. package/router.js +5 -4
  215. package/router.js.map +1 -1
  216. package/select.d.ts +9 -0
  217. package/select.d.ts.map +1 -0
  218. package/select.js +6 -0
  219. package/select.js.map +1 -0
  220. package/skeleton.d.ts +3 -3
  221. package/skeleton.d.ts.map +1 -1
  222. package/skeleton.js +5 -4
  223. package/skeleton.js.map +1 -1
  224. package/split.d.ts +9 -0
  225. package/split.d.ts.map +1 -0
  226. package/split.js +6 -0
  227. package/split.js.map +1 -0
  228. package/switch.d.ts +9 -0
  229. package/switch.d.ts.map +1 -0
  230. package/switch.js +6 -0
  231. package/switch.js.map +1 -0
  232. package/text.d.ts +3 -3
  233. package/text.d.ts.map +1 -1
  234. package/text.js +5 -4
  235. package/text.js.map +1 -1
  236. package/time.d.ts +3 -3
  237. package/time.d.ts.map +1 -1
  238. package/time.js +5 -4
  239. package/time.js.map +1 -1
  240. package/tooltip.d.ts +3 -3
  241. package/tooltip.d.ts.map +1 -1
  242. package/tooltip.js +5 -4
  243. package/tooltip.js.map +1 -1
  244. package/typewriter.d.ts +2 -3
  245. package/typewriter.d.ts.map +1 -1
  246. package/typewriter.js +5 -4
  247. package/typewriter.js.map +1 -1
  248. package/vscode.css-custom-data.json +1 -0
  249. package/vscode.html-custom-data.json +1 -0
  250. package/web-types.json +1 -0
  251. package/_deps.d.ts +0 -4
  252. package/_deps.d.ts.map +0 -1
  253. package/_deps.js +0 -4
  254. package/_deps.js.map +0 -1
  255. package/avatar-group.d.ts +0 -9
  256. package/avatar-group.d.ts.map +0 -1
  257. package/avatar-group.js +0 -5
  258. package/avatar-group.js.map +0 -1
  259. package/components.json +0 -194
  260. package/conf.d.ts +0 -12
  261. package/conf.d.ts.map +0 -1
  262. package/conf.js +0 -24
  263. package/conf.js.map +0 -1
  264. package/decorators/godown.d.ts +0 -4
  265. package/decorators/godown.d.ts.map +0 -1
  266. package/decorators/godown.js +0 -9
  267. package/decorators/godown.js.map +0 -1
  268. package/decorators/part.d.ts +0 -7
  269. package/decorators/part.d.ts.map +0 -1
  270. package/decorators/part.js +0 -8
  271. package/decorators/part.js.map +0 -1
  272. package/decorators/styles.d.ts +0 -3
  273. package/decorators/styles.d.ts.map +0 -1
  274. package/decorators/styles.js +0 -8
  275. package/decorators/styles.js.map +0 -1
  276. package/flex-flow.d.ts +0 -9
  277. package/flex-flow.d.ts.map +0 -1
  278. package/flex-flow.js +0 -5
  279. package/flex-flow.js.map +0 -1
  280. package/grid-flow.d.ts +0 -9
  281. package/grid-flow.d.ts.map +0 -1
  282. package/grid-flow.js +0 -5
  283. package/grid-flow.js.map +0 -1
  284. package/label-input.d.ts +0 -9
  285. package/label-input.d.ts.map +0 -1
  286. package/label-input.js +0 -5
  287. package/label-input.js.map +0 -1
  288. package/lib/css.d.ts +0 -13
  289. package/lib/css.d.ts.map +0 -1
  290. package/lib/css.js +0 -29
  291. package/lib/css.js.map +0 -1
  292. package/lib/directives.d.ts +0 -25
  293. package/lib/directives.d.ts.map +0 -1
  294. package/lib/directives.js +0 -40
  295. package/lib/directives.js.map +0 -1
  296. package/lib/event-coll.d.ts +0 -13
  297. package/lib/event-coll.d.ts.map +0 -1
  298. package/lib/event-coll.js +0 -45
  299. package/lib/event-coll.js.map +0 -1
  300. package/lib/icons.d.ts +0 -25
  301. package/lib/icons.d.ts.map +0 -1
  302. package/lib/icons.js +0 -73
  303. package/lib/icons.js.map +0 -1
  304. package/lib/jsx.d.ts +0 -4
  305. package/lib/jsx.d.ts.map +0 -1
  306. package/lib/jsx.js +0 -52
  307. package/lib/jsx.js.map +0 -1
  308. package/lib/route-tree.d.ts +0 -28
  309. package/lib/route-tree.d.ts.map +0 -1
  310. package/lib/route-tree.js +0 -141
  311. package/lib/route-tree.js.map +0 -1
  312. package/lib/utils.d.ts +0 -10
  313. package/lib/utils.d.ts.map +0 -1
  314. package/lib/utils.js +0 -71
  315. package/lib/utils.js.map +0 -1
  316. package/overbreath.d.ts +0 -9
  317. package/overbreath.d.ts.map +0 -1
  318. package/overbreath.js +0 -5
  319. package/overbreath.js.map +0 -1
  320. package/proto/godown-config.d.ts +0 -41
  321. package/proto/godown-config.d.ts.map +0 -1
  322. package/proto/godown-config.js +0 -27
  323. package/proto/godown-config.js.map +0 -1
  324. package/proto/godown-element.d.ts +0 -125
  325. package/proto/godown-element.d.ts.map +0 -1
  326. package/proto/godown-element.js +0 -204
  327. package/proto/godown-element.js.map +0 -1
  328. package/proto/super-a.d.ts +0 -30
  329. package/proto/super-a.d.ts.map +0 -1
  330. package/proto/super-a.js +0 -141
  331. package/proto/super-a.js.map +0 -1
  332. package/proto/super-input.d.ts +0 -44
  333. package/proto/super-input.d.ts.map +0 -1
  334. package/proto/super-input.js +0 -119
  335. package/proto/super-input.js.map +0 -1
  336. package/proto/super-openable.d.ts.map +0 -1
  337. package/proto/super-openable.js.map +0 -1
  338. package/range-input.d.ts +0 -9
  339. package/range-input.d.ts.map +0 -1
  340. package/range-input.js +0 -5
  341. package/range-input.js.map +0 -1
  342. package/react/create.d.ts +0 -5
  343. package/react/create.d.ts.map +0 -1
  344. package/react/create.js +0 -16
  345. package/react/create.js.map +0 -1
  346. package/react/index.d.ts +0 -65
  347. package/react/index.d.ts.map +0 -1
  348. package/react/index.js +0 -132
  349. package/react/index.js.map +0 -1
  350. package/router-link.d.ts +0 -9
  351. package/router-link.d.ts.map +0 -1
  352. package/router-link.js +0 -5
  353. package/router-link.js.map +0 -1
  354. package/search-input.d.ts +0 -9
  355. package/search-input.d.ts.map +0 -1
  356. package/search-input.js +0 -5
  357. package/search-input.js.map +0 -1
  358. package/select-input.d.ts +0 -9
  359. package/select-input.d.ts.map +0 -1
  360. package/select-input.js +0 -5
  361. package/select-input.js.map +0 -1
  362. package/split-input.d.ts +0 -9
  363. package/split-input.d.ts.map +0 -1
  364. package/split-input.js +0 -5
  365. package/split-input.js.map +0 -1
  366. package/styles/colors/presets.d.ts +0 -13
  367. package/styles/colors/presets.d.ts.map +0 -1
  368. package/styles/colors/presets.js +0 -6
  369. package/styles/colors/presets.js.map +0 -1
  370. package/styles/colors/presetsRGB.d.ts +0 -16
  371. package/styles/colors/presetsRGB.d.ts.map +0 -1
  372. package/styles/colors/presetsRGB.js +0 -134
  373. package/styles/colors/presetsRGB.js.map +0 -1
  374. package/styles/global.d.ts +0 -18
  375. package/styles/global.d.ts.map +0 -1
  376. package/styles/global.js +0 -78
  377. package/styles/global.js.map +0 -1
  378. package/styles/inputStyle.d.ts +0 -3
  379. package/styles/inputStyle.d.ts.map +0 -1
  380. package/styles/inputStyle.js +0 -59
  381. package/styles/inputStyle.js.map +0 -1
  382. package/switch-input.d.ts +0 -9
  383. package/switch-input.d.ts.map +0 -1
  384. package/switch-input.js +0 -5
  385. package/switch-input.js.map +0 -1
  386. package/web-components/alert/alert.d.ts +0 -36
  387. package/web-components/alert/alert.d.ts.map +0 -1
  388. package/web-components/alert/alert.js +0 -161
  389. package/web-components/alert/alert.js.map +0 -1
  390. package/web-components/avatar/avatar-group.d.ts +0 -21
  391. package/web-components/avatar/avatar-group.d.ts.map +0 -1
  392. package/web-components/avatar/avatar-group.js +0 -86
  393. package/web-components/avatar/avatar-group.js.map +0 -1
  394. package/web-components/avatar/avatar.d.ts +0 -28
  395. package/web-components/avatar/avatar.d.ts.map +0 -1
  396. package/web-components/avatar/avatar.js +0 -120
  397. package/web-components/avatar/avatar.js.map +0 -1
  398. package/web-components/button/button.d.ts.map +0 -1
  399. package/web-components/button/button.js +0 -256
  400. package/web-components/button/button.js.map +0 -1
  401. package/web-components/card/card.d.ts +0 -9
  402. package/web-components/card/card.d.ts.map +0 -1
  403. package/web-components/card/card.js +0 -75
  404. package/web-components/card/card.js.map +0 -1
  405. package/web-components/carousel/carousel.d.ts +0 -29
  406. package/web-components/carousel/carousel.d.ts.map +0 -1
  407. package/web-components/carousel/carousel.js +0 -185
  408. package/web-components/carousel/carousel.js.map +0 -1
  409. package/web-components/details/details.d.ts.map +0 -1
  410. package/web-components/details/details.js +0 -124
  411. package/web-components/details/details.js.map +0 -1
  412. package/web-components/dialog/dialog.d.ts +0 -31
  413. package/web-components/dialog/dialog.d.ts.map +0 -1
  414. package/web-components/dialog/dialog.js +0 -143
  415. package/web-components/dialog/dialog.js.map +0 -1
  416. package/web-components/divider/divider.d.ts +0 -13
  417. package/web-components/divider/divider.d.ts.map +0 -1
  418. package/web-components/divider/divider.js +0 -95
  419. package/web-components/divider/divider.js.map +0 -1
  420. package/web-components/form/form.d.ts.map +0 -1
  421. package/web-components/form/form.js.map +0 -1
  422. package/web-components/input/input.d.ts +0 -37
  423. package/web-components/input/input.d.ts.map +0 -1
  424. package/web-components/input/input.js +0 -152
  425. package/web-components/input/input.js.map +0 -1
  426. package/web-components/input/label-input.d.ts +0 -15
  427. package/web-components/input/label-input.d.ts.map +0 -1
  428. package/web-components/input/label-input.js +0 -96
  429. package/web-components/input/label-input.js.map +0 -1
  430. package/web-components/input/range-input.d.ts +0 -53
  431. package/web-components/input/range-input.d.ts.map +0 -1
  432. package/web-components/input/range-input.js +0 -316
  433. package/web-components/input/range-input.js.map +0 -1
  434. package/web-components/input/search-input.d.ts +0 -42
  435. package/web-components/input/search-input.d.ts.map +0 -1
  436. package/web-components/input/search-input.js +0 -214
  437. package/web-components/input/search-input.js.map +0 -1
  438. package/web-components/input/select-input.d.ts +0 -36
  439. package/web-components/input/select-input.d.ts.map +0 -1
  440. package/web-components/input/select-input.js +0 -210
  441. package/web-components/input/select-input.js.map +0 -1
  442. package/web-components/input/split-input.d.ts +0 -29
  443. package/web-components/input/split-input.d.ts.map +0 -1
  444. package/web-components/input/split-input.js +0 -184
  445. package/web-components/input/split-input.js.map +0 -1
  446. package/web-components/input/switch-input.d.ts.map +0 -1
  447. package/web-components/input/switch-input.js +0 -189
  448. package/web-components/input/switch-input.js.map +0 -1
  449. package/web-components/layout/flex-flow.d.ts +0 -17
  450. package/web-components/layout/flex-flow.d.ts.map +0 -1
  451. package/web-components/layout/flex-flow.js +0 -73
  452. package/web-components/layout/flex-flow.js.map +0 -1
  453. package/web-components/layout/grid-flow.d.ts +0 -14
  454. package/web-components/layout/grid-flow.d.ts.map +0 -1
  455. package/web-components/layout/grid-flow.js +0 -56
  456. package/web-components/layout/grid-flow.js.map +0 -1
  457. package/web-components/layout/layout.d.ts +0 -18
  458. package/web-components/layout/layout.d.ts.map +0 -1
  459. package/web-components/layout/layout.js +0 -76
  460. package/web-components/layout/layout.js.map +0 -1
  461. package/web-components/link/link.d.ts +0 -10
  462. package/web-components/link/link.d.ts.map +0 -1
  463. package/web-components/link/link.js +0 -17
  464. package/web-components/link/link.js.map +0 -1
  465. package/web-components/link/router-link.d.ts +0 -19
  466. package/web-components/link/router-link.d.ts.map +0 -1
  467. package/web-components/link/router-link.js +0 -60
  468. package/web-components/link/router-link.js.map +0 -1
  469. package/web-components/progress/progress.d.ts.map +0 -1
  470. package/web-components/progress/progress.js +0 -107
  471. package/web-components/progress/progress.js.map +0 -1
  472. package/web-components/router/router.d.ts +0 -86
  473. package/web-components/router/router.d.ts.map +0 -1
  474. package/web-components/router/router.js +0 -246
  475. package/web-components/router/router.js.map +0 -1
  476. package/web-components/skeleton/skeleton.d.ts.map +0 -1
  477. package/web-components/skeleton/skeleton.js +0 -130
  478. package/web-components/skeleton/skeleton.js.map +0 -1
  479. package/web-components/text/overbreath.d.ts +0 -22
  480. package/web-components/text/overbreath.d.ts.map +0 -1
  481. package/web-components/text/overbreath.js +0 -132
  482. package/web-components/text/overbreath.js.map +0 -1
  483. package/web-components/text/text.d.ts.map +0 -1
  484. package/web-components/text/text.js +0 -94
  485. package/web-components/text/text.js.map +0 -1
  486. package/web-components/text/time.d.ts.map +0 -1
  487. package/web-components/text/time.js.map +0 -1
  488. package/web-components/text/typewriter.d.ts.map +0 -1
  489. package/web-components/text/typewriter.js.map +0 -1
  490. package/web-components/tooltip/tooltip.d.ts +0 -30
  491. package/web-components/tooltip/tooltip.d.ts.map +0 -1
  492. package/web-components/tooltip/tooltip.js +0 -123
  493. package/web-components/tooltip/tooltip.js.map +0 -1
  494. package/web-components/wrapper/dragbox.d.ts.map +0 -1
  495. package/web-components/wrapper/dragbox.js.map +0 -1
  496. package/web-components/wrapper/rotate.d.ts.map +0 -1
  497. package/web-components/wrapper/rotate.js +0 -92
  498. package/web-components/wrapper/rotate.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"schemaVersion":"1.0.0","readme":"","modules":[{"kind":"javascript-module","path":"alert.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Alert","module":"alert.js"}},{"kind":"custom-element-definition","name":"godown-alert","declaration":{"name":"Alert","module":"components/alert.js"}}]},{"kind":"javascript-module","path":"avatar.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Avatar","module":"avatar.js"}},{"kind":"custom-element-definition","name":"godown-avatar","declaration":{"name":"Avatar","module":"components/avatar.js"}}]},{"kind":"javascript-module","path":"breath.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Breath","module":"breath.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/breath.js\""}},{"kind":"custom-element-definition","name":"godown-breath","declaration":{"name":"Breath","module":"components/breath.js"}}]},{"kind":"javascript-module","path":"button.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Button","module":"button.js"}},{"kind":"custom-element-definition","name":"godown-button","declaration":{"name":"Button","module":"components/button.js"}}]},{"kind":"javascript-module","path":"card.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Card","module":"card.js"}},{"kind":"custom-element-definition","name":"godown-card","declaration":{"name":"Card","module":"components/card.js"}}]},{"kind":"javascript-module","path":"carousel.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Carousel","module":"carousel.js"}},{"kind":"custom-element-definition","name":"godown-carousel","declaration":{"name":"Carousel","module":"components/carousel.js"}}]},{"kind":"javascript-module","path":"details.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Details","module":"details.js"}},{"kind":"custom-element-definition","name":"godown-details","declaration":{"name":"Details","module":"components/details.js"}}]},{"kind":"javascript-module","path":"dialog.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Dialog","module":"dialog.js"}},{"kind":"custom-element-definition","name":"godown-dialog","declaration":{"name":"Dialog","module":"components/dialog.js"}}]},{"kind":"javascript-module","path":"divider.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Divider","module":"divider.js"}},{"kind":"custom-element-definition","name":"godown-divider","declaration":{"name":"Divider","module":"components/divider.js"}}]},{"kind":"javascript-module","path":"dragbox.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Dragbox","module":"dragbox.js"}},{"kind":"custom-element-definition","name":"godown-dragbox","declaration":{"name":"Dragbox","module":"components/dragbox.js"}}]},{"kind":"javascript-module","path":"flex.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Flex","module":"flex.js"}},{"kind":"custom-element-definition","name":"godown-flex","declaration":{"name":"Flex","module":"components/flex.js"}}]},{"kind":"javascript-module","path":"form.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Form","module":"form.js"}},{"kind":"custom-element-definition","name":"godown-form","declaration":{"name":"Form","module":"components/form.js"}}]},{"kind":"javascript-module","path":"grid.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Grid","module":"grid.js"}},{"kind":"custom-element-definition","name":"godown-grid","declaration":{"name":"Grid","module":"components/grid.js"}}]},{"kind":"javascript-module","path":"index.js","declarations":[],"exports":[{"kind":"js","name":"Alert","declaration":{"name":"default","module":"\"./alert.js\""}},{"kind":"js","name":"Avatar","declaration":{"name":"default","module":"\"./avatar.js\""}},{"kind":"js","name":"Breath","declaration":{"name":"default","module":"\"./breath.js\""}},{"kind":"js","name":"Button","declaration":{"name":"default","module":"\"./button.js\""}},{"kind":"js","name":"Card","declaration":{"name":"default","module":"\"./card.js\""}},{"kind":"js","name":"Carousel","declaration":{"name":"default","module":"\"./carousel.js\""}},{"kind":"js","name":"Details","declaration":{"name":"default","module":"\"./details.js\""}},{"kind":"js","name":"Dialog","declaration":{"name":"default","module":"\"./dialog.js\""}},{"kind":"js","name":"Divider","declaration":{"name":"default","module":"\"./divider.js\""}},{"kind":"js","name":"Dragbox","declaration":{"name":"default","module":"\"./dragbox.js\""}},{"kind":"js","name":"Flex","declaration":{"name":"default","module":"\"./flex.js\""}},{"kind":"js","name":"Form","declaration":{"name":"default","module":"\"./form.js\""}},{"kind":"js","name":"Grid","declaration":{"name":"default","module":"\"./grid.js\""}},{"kind":"js","name":"Input","declaration":{"name":"default","module":"\"./input.js\""}},{"kind":"js","name":"Layout","declaration":{"name":"default","module":"\"./layout.js\""}},{"kind":"js","name":"Link","declaration":{"name":"default","module":"\"./link.js\""}},{"kind":"js","name":"Progress","declaration":{"name":"default","module":"\"./progress.js\""}},{"kind":"js","name":"Range","declaration":{"name":"default","module":"\"./range.js\""}},{"kind":"js","name":"Rotate","declaration":{"name":"default","module":"\"./rotate.js\""}},{"kind":"js","name":"Router","declaration":{"name":"default","module":"\"./router.js\""}},{"kind":"js","name":"Select","declaration":{"name":"default","module":"\"./select.js\""}},{"kind":"js","name":"Skeleton","declaration":{"name":"default","module":"\"./skeleton.js\""}},{"kind":"js","name":"Split","declaration":{"name":"default","module":"\"./split.js\""}},{"kind":"js","name":"Switch","declaration":{"name":"default","module":"\"./switch.js\""}},{"kind":"js","name":"Text","declaration":{"name":"default","module":"\"./text.js\""}},{"kind":"js","name":"Time","declaration":{"name":"default","module":"\"./time.js\""}},{"kind":"js","name":"Tooltip","declaration":{"name":"default","module":"\"./tooltip.js\""}},{"kind":"js","name":"Typewriter","declaration":{"name":"default","module":"\"./typewriter.js\""}}]},{"kind":"javascript-module","path":"input.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Input","module":"input.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/input.js\""}},{"kind":"custom-element-definition","name":"godown-input","declaration":{"name":"Input","module":"components/input.js"}}]},{"kind":"javascript-module","path":"layout.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Layout","module":"layout.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/layout.js\""}},{"kind":"custom-element-definition","name":"godown-layout","declaration":{"name":"Layout","module":"components/layout.js"}}]},{"kind":"javascript-module","path":"link.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Link","module":"link.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/link.js\""}},{"kind":"custom-element-definition","name":"godown-link","declaration":{"name":"Link","module":"components/link.js"}}]},{"kind":"javascript-module","path":"progress.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Progress","module":"progress.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/progress.js\""}},{"kind":"custom-element-definition","name":"godown-progress","declaration":{"name":"Progress","module":"components/progress.js"}}]},{"kind":"javascript-module","path":"range.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Range","module":"range.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/range.js\""}},{"kind":"custom-element-definition","name":"godown-range-input","declaration":{"name":"Range","module":"components/range.js"}}]},{"kind":"javascript-module","path":"rotate.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Rotate","module":"rotate.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/rotate.js\""}},{"kind":"custom-element-definition","name":"godown-rotate","declaration":{"name":"Rotate","module":"components/rotate.js"}}]},{"kind":"javascript-module","path":"router.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Router","module":"router.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/router.js\""}},{"kind":"custom-element-definition","name":"godown-router","declaration":{"name":"Router","module":"components/router.js"}}]},{"kind":"javascript-module","path":"select.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Select","module":"select.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/select.js\""}},{"kind":"custom-element-definition","name":"godown-select","declaration":{"name":"Select","module":"components/select.js"}}]},{"kind":"javascript-module","path":"skeleton.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Skeleton","module":"skeleton.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/skeleton.js\""}},{"kind":"custom-element-definition","name":"godown-skeleton","declaration":{"name":"Skeleton","module":"components/skeleton.js"}}]},{"kind":"javascript-module","path":"split.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Split","module":"split.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/split.js\""}},{"kind":"custom-element-definition","name":"godown-split-input","declaration":{"name":"Split","module":"components/split.js"}}]},{"kind":"javascript-module","path":"switch.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Switch","module":"switch.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/switch.js\""}},{"kind":"custom-element-definition","name":"godown-switch","declaration":{"name":"Switch","module":"components/switch.js"}}]},{"kind":"javascript-module","path":"text.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Text","module":"text.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/text.js\""}},{"kind":"custom-element-definition","name":"godown-text","declaration":{"name":"Text","module":"components/text.js"}}]},{"kind":"javascript-module","path":"time.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Time","module":"time.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/time.js\""}},{"kind":"custom-element-definition","name":"godown-time","declaration":{"name":"Time","module":"components/time.js"}}]},{"kind":"javascript-module","path":"tooltip.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Tooltip","module":"tooltip.js"}},{"kind":"js","name":"*","declaration":{"name":"*","package":"\"./components/tooltip.js\""}},{"kind":"custom-element-definition","name":"godown-tooltip","declaration":{"name":"Tooltip","module":"components/tooltip.js"}}]},{"kind":"javascript-module","path":"typewriter.js","declarations":[],"exports":[{"kind":"js","name":"default","declaration":{"name":"Typewriter","module":"typewriter.js"}},{"kind":"custom-element-definition","name":"godown-typewriter","declaration":{"name":"Typewriter","module":"components/typewriter.js"}}]},{"kind":"javascript-module","path":"core/global-style.js","declarations":[{"kind":"class","description":"","name":"GlobalStyle","superclass":{"name":"GodownElement","package":"@godown/element"}},{"kind":"function","name":"scopePrefix","parameters":[{"name":"scope","type":{"text":"string"}},{"name":"len","default":"1"}]},{"kind":"function","name":"variablePrefix","parameters":[{"name":"variable","type":{"text":"string"}}]},{"kind":"variable","name":"cssGlobalVars","type":{"text":"object"},"default":"{ foreground: scopePrefix(\"foreground\", 2), background: scopePrefix(\"background\", 2), clipBackground: scopePrefix(\"clip-background\", 2), active: scopePrefix(\"active\", 2), passive: scopePrefix(\"passive\", 2), _colors: {} as PresetsGradientsCSSResult, input: scopePrefix(\"input\", 2), white: scopePrefix(\"color-white\", 2), black: scopePrefix(\"color-black\", 2), }"}],"exports":[{"kind":"js","name":"GlobalStyle","declaration":{"name":"GlobalStyle","module":"core/global-style.js"}},{"kind":"js","name":"scopePrefix","declaration":{"name":"scopePrefix","module":"core/global-style.js"}},{"kind":"js","name":"variablePrefix","declaration":{"name":"variablePrefix","module":"core/global-style.js"}},{"kind":"js","name":"cssGlobalVars","declaration":{"name":"cssGlobalVars","module":"core/global-style.js"}}]},{"kind":"javascript-module","path":"core/super-anchor.js","declarations":[{"kind":"class","description":"","name":"SuperAnchor","members":[{"kind":"field","name":"href","type":{"text":"string"},"default":"undefined","description":"A element href.","attribute":"href"},{"kind":"field","name":"target","type":{"text":"\"_blank\" | \"_self\" | \"_parent\" | \"_top\""},"default":"\"_self\"","description":"A element target.","attribute":"target"},{"kind":"method","name":"_handleClick","privacy":"protected","parameters":[{"name":"_","type":{"text":"MouseEvent"}}]}],"attributes":[{"name":"href","type":{"text":"string"},"default":"undefined","description":"A element href.","fieldName":"href"},{"name":"target","type":{"text":"\"_blank\" | \"_self\" | \"_parent\" | \"_top\""},"default":"\"_self\"","description":"A element target.","fieldName":"target"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"}}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SuperAnchor","module":"core/super-anchor.js"}}]},{"kind":"javascript-module","path":"core/super-input.js","declarations":[{"kind":"class","description":"","name":"SuperInput","members":[{"kind":"field","name":"autofocus","type":{"text":"boolean"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete"},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true},{"kind":"field","name":"label","type":{"text":"string"},"attribute":"label","reflects":true},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value"},{"kind":"field","name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","attribute":"default"},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing."},{"kind":"field","name":"defaultValue"},{"kind":"field","name":"makeId"},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}}},{"kind":"field","name":"nameValue"},{"kind":"method","name":"reset"},{"kind":"method","name":"_handleInput","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}]},{"kind":"method","name":"_connectedInit","privacy":"protected"},{"kind":"method","name":"_compositionInit","privacy":"protected"},{"kind":"method","name":"_changeInputType","privacy":"protected","parameters":[{"name":"t","type":{"text":"typeof this.type"}}]},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}]},{"kind":"method","name":"_renderPrefix","privacy":"protected"},{"kind":"method","name":"_renderSuffix","privacy":"protected"}],"events":[{"name":"input","type":{"text":"CustomEvent"}},{"name":"change","type":{"text":"CustomEvent"}}],"attributes":[{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete"},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled"},{"name":"type","type":{"text":"InputType"},"fieldName":"type"},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder"},{"name":"label","type":{"text":"string"},"fieldName":"label"},{"name":"name","type":{"text":"string"},"fieldName":"name"},{"name":"value","type":{"text":"any"},"fieldName":"value"},{"name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","fieldName":"default"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"}}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SuperInput","module":"core/super-input.js"}}]},{"kind":"javascript-module","path":"core/super-openable.js","declarations":[{"kind":"class","description":"","name":"SuperOpenable","members":[{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","attribute":"open","reflects":true},{"kind":"method","name":"toggle","parameters":[{"name":"to","default":"!this.open"}]},{"kind":"method","name":"close"},{"kind":"method","name":"show"},{"kind":"method","name":"_handelClick","privacy":"protected","parameters":[{"name":"_","type":{"text":"MouseEvent"}}]}],"events":[{"name":"change","type":{"text":"CustomEvent"}}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","fieldName":"open"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"}}],"exports":[{"kind":"js","name":"default","declaration":{"name":"SuperOpenable","module":"core/super-openable.js"}}]},{"kind":"javascript-module","path":"components/alert.js","declarations":[{"kind":"class","description":"Alert renders a alert.","name":"Alert","slots":[{"description":"Alert content.","name":""},{"description":"Alert title.","name":"title"},{"description":"Alert icon.","name":"icon"}],"members":[{"kind":"field","name":"call","type":{"text":"\"tip\" | \"success\" | \"info\" | \"warning\" | \"danger\" | \"error\" | \"help\" | \"deprecated\""},"description":"If it is a legal value, the icon and preset color will be rendered.","attribute":"call"},{"kind":"field","name":"color","type":{"text":"\"white\" | \"black\" | \"gray\" | \"green\" | \"teal\" | \"blue\" | \"red\" | \"purple\" | \"orange\" | \"yellow\" | \"pink\""},"description":"The tone of the component.\nOverrides the color of the call.","attribute":"color"},{"kind":"field","name":"autoclose","type":{"text":"number"},"default":"0","description":"Close delay, if 0, it will not be closed automatically.","attribute":"autoclose"},{"kind":"field","name":"title","type":{"text":"string"},"description":"The title is bold and the icon height is the same as it.","attribute":"title"},{"kind":"field","name":"content","type":{"text":"string"},"description":"Content, if zero value, will be rendered as an unnamed slot.","attribute":"content"},{"kind":"field","name":"hideClose","type":{"text":"boolean"},"default":"false","description":"Set true to hide the close button.\n\nThe behavior may change due to the variant property","attribute":"hideClose"},{"kind":"field","name":"variant","type":{"text":"\"blockquote\" | \"dark\" | \"light\""},"default":"\"dark\"","description":"Alert variant, if set to `blockquote`, the alert will be rendered as a blockquote.\n\nIf variant is `\"blockquote\"`, hide the close button.","attribute":"variant"},{"kind":"method","name":"close"},{"kind":"method","name":"alert","static":true,"return":{"type":{"text":"Alert"}},"parameters":[{"name":"root","type":{"text":"HTMLElement"}},{"name":"option","type":{"text":"Partial<Alert>"}}]}],"events":[{"name":"close","type":{"text":"CustomEvent"}}],"attributes":[{"name":"call","type":{"text":"\"tip\" | \"success\" | \"info\" | \"warning\" | \"danger\" | \"error\" | \"help\" | \"deprecated\""},"description":"If it is a legal value, the icon and preset color will be rendered.","fieldName":"call"},{"name":"color","type":{"text":"\"white\" | \"black\" | \"gray\" | \"green\" | \"teal\" | \"blue\" | \"red\" | \"purple\" | \"orange\" | \"yellow\" | \"pink\""},"description":"The tone of the component.\nOverrides the color of the call.","fieldName":"color"},{"name":"autoclose","type":{"text":"number"},"default":"0","description":"Close delay, if 0, it will not be closed automatically.","fieldName":"autoclose"},{"name":"title","type":{"text":"string"},"description":"The title is bold and the icon height is the same as it.","fieldName":"title"},{"name":"content","type":{"text":"string"},"description":"Content, if zero value, will be rendered as an unnamed slot.","fieldName":"content"},{"name":"hideClose","type":{"text":"boolean"},"default":"false","description":"Set true to hide the close button.\n\nThe behavior may change due to the variant property","fieldName":"hideClose"},{"name":"variant","type":{"text":"\"blockquote\" | \"dark\" | \"light\""},"default":"\"dark\"","description":"Alert variant, if set to `blockquote`, the alert will be rendered as a blockquote.\n\nIf variant is `\"blockquote\"`, hide the close button.","fieldName":"variant"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-alert","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Alert","module":"components/alert.js"}}]},{"kind":"javascript-module","path":"components/avatar.js","declarations":[{"kind":"class","description":"Avatar renders a avatar.\n\nRenders as an image if it has a src property,\notherwise falls back to name or nameless slot.","name":"Avatar","members":[{"kind":"field","name":"src","type":{"text":"string | undefined | null"},"description":"Image src.","attribute":"src"},{"kind":"field","name":"name","type":{"text":"string"},"default":"\"\"","description":"If the image is not available, the Avatar.format will be displayed.","attribute":"name"},{"kind":"field","name":"round","type":{"text":"boolean"},"default":"false","attribute":"round"},{"kind":"method","name":"_renderAvatar","privacy":"private"},{"kind":"method","name":"format"},{"kind":"method","name":"_handleError"}],"attributes":[{"name":"src","type":{"text":"string | undefined | null"},"description":"Image src.","fieldName":"src"},{"name":"name","type":{"text":"string"},"default":"\"\"","description":"If the image is not available, the Avatar.format will be displayed.","fieldName":"name"},{"name":"round","type":{"text":"boolean"},"default":"false","fieldName":"round"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-avatar","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Avatar","module":"components/avatar.js"}}]},{"kind":"javascript-module","path":"components/breath.js","declarations":[{"kind":"class","description":"Breath render the text with a breathing effect.\n\nDynamically generate a breathing effect based on the length of the split text.\n\nIf there is not enough CSS variable, overrun elements will use the.\n\ngodown was a css library in its earliest days,\nand this is the component version of its first effect.\n\nInspired by Vercel home page (2023).","name":"Breath","members":[{"kind":"field","name":"text","type":{"text":"string | string[]"},"description":"Strings or array of strings,\nif array, divided each element into chunks,\notherwise split strings by whitespace.","attribute":"text"},{"kind":"field","name":"duration","type":{"text":"string"},"description":"Effect duration, ending in s or ms.","attribute":"duration"},{"kind":"method","name":"renderText","privacy":"protected","parameters":[{"name":"text","type":{"text":"string"}}]},{"kind":"method","name":"getTexts","privacy":"protected","return":{"type":{"text":"string[]"}}},{"kind":"method","name":"computeStyle","privacy":"protected","parameters":[{"name":"len","type":{"text":"number"}}]},{"kind":"method","name":"parseDuration","privacy":"protected"}],"attributes":[{"name":"text","type":{"text":"string | string[]"},"description":"Strings or array of strings,\nif array, divided each element into chunks,\notherwise split strings by whitespace.","fieldName":"text"},{"name":"duration","type":{"text":"string"},"description":"Effect duration, ending in s or ms.","fieldName":"duration"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-breath","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Breath","module":"components/breath.js"}}]},{"kind":"javascript-module","path":"components/button.js","declarations":[{"kind":"class","description":"Button.","name":"Button","members":[{"kind":"field","name":"disabled","type":{"text":"boolean"},"description":"Whether to disable this element.","attribute":"disabled","reflects":true},{"kind":"field","name":"ghost","type":{"text":"boolean"},"description":"Invert font and background color.","attribute":"ghost","reflects":true},{"kind":"field","name":"active","type":{"text":"boolean"},"description":"Whether this element is active or not.","attribute":"active","reflects":true},{"kind":"field","name":"round","type":{"text":"boolean"},"description":"Enables rounded corners to appear capsule shaped.","attribute":"round","reflects":true},{"kind":"field","name":"color","type":{"text":"\"none\" | keyof typeof colors"},"default":"\"black\"","description":"The primary color.","attribute":"color","reflects":true},{"kind":"field","name":"text","type":{"text":"string"},"description":"Text inside.","attribute":"text"},{"kind":"field","name":"_modalRoot","type":{"text":"HTMLElement"}},{"kind":"field","name":"_root","type":{"text":"HTMLElement"}},{"kind":"field","name":"colors","static":true,"default":"colors"},{"kind":"method","name":"focus"},{"kind":"method","name":"blur"},{"kind":"method","name":"_handelClick","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"_handleModal","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"nextColor"}],"attributes":[{"name":"disabled","type":{"text":"boolean"},"description":"Whether to disable this element.","fieldName":"disabled"},{"name":"ghost","type":{"text":"boolean"},"description":"Invert font and background color.","fieldName":"ghost"},{"name":"active","type":{"text":"boolean"},"description":"Whether this element is active or not.","fieldName":"active"},{"name":"round","type":{"text":"boolean"},"description":"Enables rounded corners to appear capsule shaped.","fieldName":"round"},{"name":"color","type":{"text":"\"none\" | keyof typeof colors"},"default":"\"black\"","description":"The primary color.","fieldName":"color"},{"name":"text","type":{"text":"string"},"description":"Text inside.","fieldName":"text"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-button","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Button","module":"components/button.js"}}]},{"kind":"javascript-module","path":"components/card.js","declarations":[{"kind":"class","description":"Card renders a card.\n\nThis may be similar to Layout,\nbut it needs to be specified to enable header and footer.","name":"Card","slots":[{"description":"The main content of the card.","name":""},{"description":"The header of the card.","name":"header"},{"description":"The footer of the card.","name":"footer"}],"members":[{"kind":"field","name":"shadow","type":{"text":"\"none\" | \"always\" | \"hover\""},"default":"\"hover\"","attribute":"shadow","reflects":true},{"kind":"field","name":"footer","type":{"text":"boolean"},"default":"false","attribute":"footer"},{"kind":"field","name":"header","type":{"text":"boolean"},"default":"false","attribute":"header"}],"attributes":[{"name":"shadow","type":{"text":"\"none\" | \"always\" | \"hover\""},"default":"\"hover\"","fieldName":"shadow"},{"name":"footer","type":{"text":"boolean"},"default":"false","fieldName":"footer"},{"name":"header","type":{"text":"boolean"},"default":"false","fieldName":"header"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-card","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Card","module":"components/card.js"}}]},{"kind":"javascript-module","path":"components/carousel.js","declarations":[{"kind":"class","description":"Carousel make the content display as a carousel.\n\nWhen this component is `firstUpdated`,\nclone the first and last element and make the matching element visible when switching index.\n\nChild elements should maintain the same size.\n\nIf no width, it will be the width of the first element.","name":"Carousel","members":[{"kind":"field","name":"index","type":{"text":"number"},"default":"0","description":"The index of the element is displayed for the first time.","attribute":"index"},{"kind":"field","name":"autoChange","type":{"text":"number"},"default":"0","description":"If autoChange > 0, the rotation will be automated.","attribute":"autoChange"},{"kind":"field","name":"width","type":{"text":"string"},"description":"Element width.","attribute":"width"},{"kind":"field","name":"_moveRoot","type":{"text":"HTMLElement"}},{"kind":"field","name":"intervalID","type":{"text":"number"}},{"kind":"field","name":"_cloneFirst","type":{"text":"HTMLElement | undefined"}},{"kind":"field","name":"_cloneLast","type":{"text":"HTMLElement | undefined"}},{"kind":"method","name":"show","parameters":[{"name":"i","type":{"text":"number"}}]},{"kind":"method","name":"next"},{"kind":"method","name":"prev"},{"kind":"method","name":"_doTranslateX","privacy":"protected","parameters":[{"name":"xValue","type":{"text":"string"}},{"name":"noTransition","optional":true,"type":{"text":"boolean"}}]}],"attributes":[{"name":"index","type":{"text":"number"},"default":"0","description":"The index of the element is displayed for the first time.","fieldName":"index"},{"name":"autoChange","type":{"text":"number"},"default":"0","description":"If autoChange > 0, the rotation will be automated.","fieldName":"autoChange"},{"name":"width","type":{"text":"string"},"description":"Element width.","fieldName":"width"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-carousel","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Carousel","module":"components/carousel.js"}}]},{"kind":"javascript-module","path":"components/details.js","declarations":[{"kind":"class","description":"Details similar to <details>.","name":"Details","members":[{"kind":"field","name":"fill","type":{"text":"boolean"},"default":"false","description":"If it is true, the summary event scope will fill the element.","attribute":"fill"},{"kind":"field","name":"summary","type":{"text":"string"},"default":"\"\"","description":"Summary text.","attribute":"summary"},{"kind":"field","name":"_dd","type":{"text":"HTMLDataListElement"}},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","attribute":"open","reflects":true,"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"toggle","parameters":[{"name":"to","default":"!this.open"}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"close","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"show","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"_handelClick","privacy":"protected","parameters":[{"name":"_","type":{"text":"MouseEvent"}}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"attributes":[{"name":"fill","type":{"text":"boolean"},"default":"false","description":"If it is true, the summary event scope will fill the element.","fieldName":"fill"},{"name":"summary","type":{"text":"string"},"default":"\"\"","description":"Summary text.","fieldName":"summary"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","fieldName":"open","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"superclass":{"name":"SuperOpenable","module":"core/super-openable.js"},"tagName":"godown-details","customElement":true,"events":[{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Details","module":"components/details.js"}}]},{"kind":"javascript-module","path":"components/dialog.js","declarations":[{"kind":"class","description":"Dialog similar to <dialog>.\n\nLike dialog, it listens for submit events and closes itself when the target method is \"dialog\".\n\nIt listens for the keydown event and also closes itself when the key contained in the key is pressed","name":"Dialog","members":[{"kind":"field","name":"direction","type":{"text":"Direction9"},"default":"\"center\"","attribute":"direction"},{"kind":"field","name":"modal","type":{"text":"boolean"},"default":"false","description":"Enable modal, blocking event penetration.","attribute":"modal","reflects":true},{"kind":"field","name":"key","type":{"text":"string"},"default":"\"Escape\"","description":"Close key.","attribute":"key"},{"kind":"field","name":"_modalInvoke","type":{"text":"boolean"},"privacy":"private"},{"kind":"method","name":"showModal"},{"kind":"field","name":"_submitEvent","type":{"text":"EventListenerOrEventListenerObject | undefined"},"privacy":"private"},{"kind":"field","name":"_keydownEvent","type":{"text":"EventListenerOrEventListenerObject | undefined"},"privacy":"private"},{"kind":"method","name":"_handleKeydown","privacy":"protected","parameters":[{"name":"e","type":{"text":"KeyboardEvent"}}]},{"kind":"method","name":"_handelSubmit","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLFormElement>"}}]},{"kind":"method","name":"close","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","attribute":"open","reflects":true,"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"toggle","parameters":[{"name":"to","default":"!this.open"}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"show","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"_handelClick","privacy":"protected","parameters":[{"name":"_","type":{"text":"MouseEvent"}}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"attributes":[{"name":"direction","type":{"text":"Direction9"},"default":"\"center\"","fieldName":"direction"},{"name":"modal","type":{"text":"boolean"},"default":"false","description":"Enable modal, blocking event penetration.","fieldName":"modal"},{"name":"key","type":{"text":"string"},"default":"\"Escape\"","description":"Close key.","fieldName":"key"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","fieldName":"open","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"superclass":{"name":"SuperOpenable","module":"core/super-openable.js"},"tagName":"godown-dialog","customElement":true,"events":[{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Dialog","module":"components/dialog.js"}}]},{"kind":"javascript-module","path":"components/divider.js","declarations":[{"kind":"class","description":"Divider similar to <hr>.\n\nThis component does not render content.","name":"Divider","members":[{"kind":"field","name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical display.","attribute":"vertical","reflects":true}],"attributes":[{"name":"vertical","type":{"text":"boolean"},"default":"false","description":"Vertical display.","fieldName":"vertical"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-divider","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Divider","module":"components/divider.js"}}]},{"kind":"javascript-module","path":"components/dragbox.js","declarations":[{"kind":"class","description":"Dragbox does not extend beyond the range of Dragbox.offsetsWidth and Dragbox.offsetsHeight.","name":"Dragbox","members":[{"kind":"field","name":"offsetsWidth","type":{"text":"number"},"description":"Width of (`this.offsetParent` or `document.body`).","readonly":true},{"kind":"field","name":"offsetsHeight","type":{"text":"number"},"description":"Height of (`this.offsetParent` or `document.body`).","readonly":true},{"kind":"field","name":"drag","type":{"text":"boolean"}},{"kind":"field","name":"t","type":{"text":"number"}},{"kind":"field","name":"l","type":{"text":"number"}},{"kind":"field","name":"cx","type":{"text":"number"}},{"kind":"field","name":"cy","type":{"text":"number"}},{"kind":"field","name":"x","type":{"text":"string"},"default":"\"auto\"","description":"Position x.","attribute":"x"},{"kind":"field","name":"y","type":{"text":"string"},"default":"\"auto\"","description":"Position y.","attribute":"y"},{"kind":"method","name":"_handleDragStart","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"field","name":"_handleMouseMove","type":{"text":"EventListenerFunc"}},{"kind":"field","name":"_handleMouseLeave","type":{"text":"EventListenerFunc"}},{"kind":"method","name":"_handleDragEnd","privacy":"protected"},{"kind":"method","name":"_handleDrag","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"reset"}],"attributes":[{"name":"x","type":{"text":"string"},"default":"\"auto\"","description":"Position x.","fieldName":"x"},{"name":"y","type":{"text":"string"},"default":"\"auto\"","description":"Position y.","fieldName":"y"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-dragbox","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Dragbox","module":"components/dragbox.js"}}]},{"kind":"javascript-module","path":"components/flex.js","declarations":[{"kind":"class","description":"Flex provides flex layout.","name":"Flex","members":[{"kind":"field","name":"flexFlow","type":{"text":"string"},"description":"CSS property `flex-flow` (`flex-direction flex-wrap`).","attribute":"flex-flow"},{"kind":"field","name":"gap","type":{"text":"string"},"description":"CSS property `gap`.","attribute":"gap"},{"kind":"field","name":"content","type":{"text":"string"},"description":"CSS property `justify-content`.","attribute":"content"},{"kind":"field","name":"items","type":{"text":"string"},"description":"CSS property `align-items`.","attribute":"items"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"description":"If true, set flex-direction to \"column\".","attribute":"vertical"}],"attributes":[{"name":"flex-flow","type":{"text":"string"},"description":"CSS property `flex-flow` (`flex-direction flex-wrap`).","fieldName":"flexFlow"},{"name":"gap","type":{"text":"string"},"description":"CSS property `gap`.","fieldName":"gap"},{"name":"content","type":{"text":"string"},"description":"CSS property `justify-content`.","fieldName":"content"},{"name":"items","type":{"text":"string"},"description":"CSS property `align-items`.","fieldName":"items"},{"name":"vertical","type":{"text":"boolean"},"description":"If true, set flex-direction to \"column\".","fieldName":"vertical"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-flex","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Flex","module":"components/flex.js"}}]},{"kind":"javascript-module","path":"components/form.js","declarations":[{"kind":"class","description":"Form Gets child element key-value object,\nwhich will be nested if the child element is the same as this element.","name":"Form","slots":[{"description":"Child elements.","name":""}],"members":[{"kind":"field","name":"name","type":{"text":"string"},"default":"\"\"","attribute":"name"},{"kind":"field","name":"value","type":{"text":"T"},"readonly":true},{"kind":"field","name":"nameValue"},{"kind":"method","name":"reset"},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, T]"}}},{"kind":"method","name":"buildValue","static":true,"return":{"type":{"text":"Record<string, any>"}},"parameters":[{"name":"elements","type":{"text":"(Element & {\n name?: string;\n value?: unknown;\n namevalue?: () => [string, unknown];\n })[]"}}]}],"attributes":[{"name":"name","type":{"text":"string"},"default":"\"\"","fieldName":"name"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-form","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Form","module":"components/form.js"}}]},{"kind":"javascript-module","path":"components/grid.js","declarations":[{"kind":"class","description":"Grid provides gird layout.","name":"Grid","members":[{"kind":"field","name":"gap","type":{"text":"string"},"description":"CSS property `gap`.","attribute":"gap"},{"kind":"field","name":"columns","type":{"text":"string | number"},"description":"CSS property `grid-template-columns`, if isNumerical divide equally.","attribute":"columns"},{"kind":"field","name":"rows","type":{"text":"string | number"},"description":"CSS property `grid-template-rows`, if isNumerical divide equally.","attribute":"rows"},{"kind":"field","name":"content","type":{"text":"string"},"description":"CSS property `place-content` (`align-content justify-content`).","attribute":"content"},{"kind":"field","name":"items","type":{"text":"string"},"description":"CSS property `place-items` (`align-items justify-items`).","attribute":"items"}],"attributes":[{"name":"gap","type":{"text":"string"},"description":"CSS property `gap`.","fieldName":"gap"},{"name":"columns","type":{"text":"string | number"},"description":"CSS property `grid-template-columns`, if isNumerical divide equally.","fieldName":"columns"},{"name":"rows","type":{"text":"string | number"},"description":"CSS property `grid-template-rows`, if isNumerical divide equally.","fieldName":"rows"},{"name":"content","type":{"text":"string"},"description":"CSS property `place-content` (`align-content justify-content`).","fieldName":"content"},{"name":"items","type":{"text":"string"},"description":"CSS property `place-items` (`align-items justify-items`).","fieldName":"items"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-grid","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Grid","module":"components/grid.js"}}]},{"kind":"javascript-module","path":"components/input.js","declarations":[{"kind":"class","description":"Input used for text input.","name":"Input","members":[{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"default":"\"text\"","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"variant","type":{"text":"\"default\" | \"outline\""},"default":"\"default\"","description":"If outline, the outline is always present.","attribute":"variant"},{"kind":"field","name":"accept","type":{"text":"string"},"attribute":"accept"},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"reset","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"label","type":{"text":"string"},"attribute":"label","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","attribute":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_handleInput","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_connectedInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"variant","type":{"text":"\"default\" | \"outline\""},"default":"\"default\"","description":"If outline, the outline is always present.","fieldName":"variant"},{"name":"accept","type":{"text":"string"},"fieldName":"accept"},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"label","type":{"text":"string"},"fieldName":"label","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"value","type":{"text":"any"},"fieldName":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","fieldName":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"SuperInput","module":"core/super-input.js"},"tagName":"godown-input","customElement":true,"events":[{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Input","module":"components/input.js"}}]},{"kind":"javascript-module","path":"components/layout.js","declarations":[{"kind":"class","description":"NavLayout renders slot and optional top header, bottom footer.","name":"NavLayout","slots":[{"description":"The main content of the layout.","name":""},{"description":"The header of the layout.","name":"header"},{"description":"The footer of the layout.","name":"footer"}],"members":[{"kind":"field","name":"noHeader","type":{"text":"boolean"},"description":"If true, hide the header slot.","attribute":"noHeader"},{"kind":"field","name":"noFooter","type":{"text":"boolean"},"description":"If true, hide the footer slot.","attribute":"noFooter"},{"kind":"field","name":"sticky","type":{"text":"boolean"},"description":"If true, header will sticky.","attribute":"sticky"}],"attributes":[{"name":"noHeader","type":{"text":"boolean"},"description":"If true, hide the header slot.","fieldName":"noHeader"},{"name":"noFooter","type":{"text":"boolean"},"description":"If true, hide the footer slot.","fieldName":"noFooter"},{"name":"sticky","type":{"text":"boolean"},"description":"If true, header will sticky.","fieldName":"sticky"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"}}],"exports":[{"kind":"js","name":"default","declaration":{"name":"NavLayout","module":"components/layout.js"}}]},{"kind":"javascript-module","path":"components/link.js","declarations":[{"kind":"class","description":"Link is used for link jumping.\n\nSet `type` to `\"push\" `or `\"replace\"`,\nwill invoke the history api and trigger the Router.updateAll.","name":"Link","members":[{"kind":"field","name":"type","type":{"text":"\"push\" | \"replace\" | \"normal\""},"default":"\"normal\"","description":"If \"push\", call `history.pushState`.\n\nIf \"replace\", call `history.replaceState`","attribute":"type"},{"kind":"method","name":"_handleClick","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}],"inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}},{"kind":"field","name":"href","type":{"text":"string"},"default":"undefined","description":"A element href.","attribute":"href","inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}},{"kind":"field","name":"target","type":{"text":"\"_blank\" | \"_self\" | \"_parent\" | \"_top\""},"default":"\"_self\"","description":"A element target.","attribute":"target","inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}}],"attributes":[{"name":"type","type":{"text":"\"push\" | \"replace\" | \"normal\""},"default":"\"normal\"","description":"If \"push\", call `history.pushState`.\n\nIf \"replace\", call `history.replaceState`","fieldName":"type"},{"name":"href","type":{"text":"string"},"default":"undefined","description":"A element href.","fieldName":"href","inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}},{"name":"target","type":{"text":"\"_blank\" | \"_self\" | \"_parent\" | \"_top\""},"default":"\"_self\"","description":"A element target.","fieldName":"target","inheritedFrom":{"name":"SuperAnchor","module":"core/super-anchor.js"}}],"superclass":{"name":"SuperAnchor","module":"core/super-anchor.js"},"tagName":"godown-link","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Link","module":"components/link.js"}}]},{"kind":"javascript-module","path":"components/progress.js","declarations":[{"kind":"class","description":"Progress similar to <progress>.","name":"Progress","members":[{"kind":"field","name":"max","type":{"text":"number"},"default":"1","description":"Maximum.","attribute":"max"},{"kind":"field","name":"min","type":{"text":"number"},"default":"0","description":"Minimum.","attribute":"min"},{"kind":"field","name":"value","type":{"text":"null"},"default":"null","description":"Input value.","attribute":"value","reflects":true},{"kind":"method","name":"parsePercent","return":{"type":{"text":""}},"parameters":[{"name":"s","default":"\"0\"","type":{"text":"string | number"},"description":"String or number to convert."}],"description":"Convert s to a percentage without a percent sign."}],"attributes":[{"name":"max","type":{"text":"number"},"default":"1","description":"Maximum.","fieldName":"max"},{"name":"min","type":{"text":"number"},"default":"0","description":"Minimum.","fieldName":"min"},{"name":"value","type":{"text":"null"},"default":"null","description":"Input value.","fieldName":"value"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-progress","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Progress","module":"components/progress.js"}}]},{"kind":"javascript-module","path":"components/range.js","declarations":[{"kind":"class","description":"Range is similar to <input type=\"range\">.\n\nValue accepts a number, or an array of two numbers.\n\nNumber have one handle, array have two.","name":"Range","members":[{"kind":"field","name":"min","type":{"text":"number"},"default":"0","description":"Minimum value.","attribute":"min"},{"kind":"field","name":"max","type":{"text":"number"},"default":"100","description":"Maximum value.","attribute":"max"},{"kind":"field","name":"step","type":{"text":"number"},"default":"1","description":"Sliding step length.","attribute":"step"},{"kind":"field","name":"vertical","type":{"text":"boolean"},"attribute":"vertical","reflects":true},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","description":"When `this.range` is true, it should be [number, number], otherwise number.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"The default of `this.value`.","attribute":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"_root","type":{"text":"HTMLElement"}},{"kind":"field","name":"lastFocus","type":{"text":"undefined | 1 | 2"}},{"kind":"field","name":"reverse","description":"Returns true when the second number is greater than the first number","readonly":true},{"kind":"field","name":"range","type":{"text":"boolean"},"description":"Enable range sliding.","readonly":true},{"kind":"field","name":"rangeValue","type":{"text":"[number, number]"},"readonly":true},{"kind":"method","name":"_handleMousedownStart","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"_handleMousedownEnd","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"setStart","parameters":[{"name":"value","type":{"text":"number"}}]},{"kind":"method","name":"setEnd","parameters":[{"name":"value","type":{"text":"number"}}]},{"kind":"method","name":"_computeValue","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"_handleMousedownRoot","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"createMousedownListener","privacy":"protected","parameters":[{"name":"mouseMoveCallback","type":{"text":"(arg0: number) => void"}}]},{"kind":"method","name":"createMousemoveListener","privacy":"protected","parameters":[{"name":"callback","type":{"text":"(arg0: number) => void"}}]},{"kind":"method","name":"_connectedInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"reset","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"swap"},{"kind":"method","name":"sort"},{"kind":"method","name":"toSorted","return":{"type":{"text":"number | [number, number]"}}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"label","type":{"text":"string"},"attribute":"label","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_handleInput","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"min","type":{"text":"number"},"default":"0","description":"Minimum value.","fieldName":"min"},{"name":"max","type":{"text":"number"},"default":"100","description":"Maximum value.","fieldName":"max"},{"name":"step","type":{"text":"number"},"default":"1","description":"Sliding step length.","fieldName":"step"},{"name":"vertical","type":{"text":"boolean"},"fieldName":"vertical"},{"name":"value","type":{"text":"any"},"fieldName":"value","description":"When `this.range` is true, it should be [number, number], otherwise number.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"The default of `this.value`.","fieldName":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"label","type":{"text":"string"},"fieldName":"label","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"SuperInput","module":"core/super-input.js"},"tagName":"godown-range-input","customElement":true,"events":[{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Range","module":"components/range.js"}}]},{"kind":"javascript-module","path":"components/rotate.js","declarations":[{"kind":"class","description":"Rotate Make child elements rotate.","name":"Rotate","members":[{"kind":"field","name":"_root","type":{"text":"HTMLElement"}},{"kind":"method","name":"reset"},{"kind":"method","name":"_handleRotate","privacy":"protected","parameters":[{"name":"e","type":{"text":"MouseEvent"}}]},{"kind":"method","name":"_computeOffset","parameters":[{"name":"e","type":{"text":"MouseEvent"},"description":"Mouse move event."}],"description":"Compute offset.\n```\n`rotateX(${rotateX}rad) rotateY(${rotateY}rad)`\n```","return":{"type":{"text":""}}}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-rotate","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Rotate","module":"components/rotate.js"}}]},{"kind":"javascript-module","path":"components/router.js","declarations":[{"kind":"class","description":"Router has basic routing control.\n\nTo switch routes, use `router-link component`.\n\nIt has two methods to collect routes.\n\n1. From field `routes`, an array, each elements require \"path\" and \"component\".\n2. From child elements, which have the slot attribute for matching routes.\n\nIf only the method 1 is used, set `type` to `\"field\"`.\n\nIf only the method 2 is used, set `type` to `\"slotted\"`.\n\n`type` defaults to `\"united\"`, which will try method 1, then method 2.\n\nIf no routes are matched, the default value (no named slot) will be rendered.","name":"Router","members":[{"kind":"field","name":"routerInstances","static":true,"default":"new Set<Router>()"},{"kind":"field","name":"__fieldRouteTree","type":{"text":"RouteTree"},"privacy":"private","default":"new RouteTree()"},{"kind":"field","name":"__slottedRouteTree","type":{"text":"RouteTree"},"privacy":"private","default":"new RouteTree()"},{"kind":"field","name":"__cacheRecord","privacy":"private","default":"new Map<string, ReturnType<typeof this.useRouter>>()"},{"kind":"field","name":"__routes","type":{"text":"(\n & Record<string, any>\n & {\n path: string;\n component?: C;\n }\n )[]"},"privacy":"private"},{"kind":"field","name":"component","type":{"text":"C | TemplateResult"},"default":"null","description":"Render result."},{"kind":"field","name":"params","type":{"text":"Record<string, string>"},"default":"{}","description":"Dynamic parameters record."},{"kind":"field","name":"path","type":{"text":"string"},"description":"Value of matched path in routes."},{"kind":"field","name":"pathname","type":{"text":"string"},"default":"\"\"","description":"Current pathname (equals to location.pathname).","attribute":"pathname"},{"kind":"field","name":"baseURL","type":{"text":"string"},"default":"\"\"","description":"Path prefix.","attribute":"baseURL"},{"kind":"field","name":"default","type":{"text":"TemplateResult"},"description":"Rendered content when there is no match."},{"kind":"field","name":"type","type":{"text":"\"united\" | \"slotted\" | \"field\""},"default":"\"united\"","description":"The type of routing sources.\n\nIf field, it won't collect the slot attribute of the child elements.\n\nThis property should not be changed after the rendering is complete.","attribute":"type"},{"kind":"field","name":"cache","type":{"text":"boolean"},"default":"false","description":"Cache accessed records.\n\nEmptied at each re-collection.","attribute":"cache"},{"kind":"field","name":"routes"},{"kind":"method","name":"clear"},{"kind":"method","name":"useRouter"},{"kind":"field","name":"routeChangeCallback","type":{"text":"(params: {\n pathname: string;\n params: Record<string, string>;\n path: string;\n component: C | TemplateResult;\n }, first: boolean) => void"},"default":"null","parameters":[{"description":"value of useRouter()","name":"params"},{"description":"whether this path is loaded for the first time.","name":"first"}]},{"kind":"method","name":"fieldComponent","parameters":[{"name":"query","optional":true,"type":{"text":"string"},"description":"Query string."}],"description":"Find components from __fieldRouteTree matching query.","return":{"type":{"text":""}}},{"kind":"method","name":"slottedComponent","parameters":[{"name":"usedRouteTemplate","optional":true,"type":{"text":"string"}},{"description":"Query string.","name":"query"}],"description":"Find components from __slottedRouteTree matching query.","return":{"type":{"text":""}}},{"kind":"method","name":"collectSlottedRoutes","description":"Reset the route tree, clear cache, collect routes from child elements."},{"kind":"method","name":"collectFieldRoutes","parameters":[{"name":"value","type":{"text":"typeof this.routes"}}],"description":"Reset the route tree, clear cache, collect routes from value."},{"kind":"method","name":"useWhich","parameters":[{"name":"path","type":{"text":"string"}}]},{"kind":"method","name":"parseParams","parameters":[{"name":"routeTemplate","type":{"text":"string"}},{"name":"path","type":{"text":"string"}}]},{"kind":"method","name":"updateAll","static":true}],"events":[{"name":"change","type":{"text":"CustomEvent"}}],"attributes":[{"name":"pathname","type":{"text":"string"},"default":"\"\"","description":"Current pathname (equals to location.pathname).","fieldName":"pathname"},{"name":"baseURL","type":{"text":"string"},"default":"\"\"","description":"Path prefix.","fieldName":"baseURL"},{"name":"type","type":{"text":"\"united\" | \"slotted\" | \"field\""},"default":"\"united\"","description":"The type of routing sources.\n\nIf field, it won't collect the slot attribute of the child elements.\n\nThis property should not be changed after the rendering is complete.","fieldName":"type"},{"name":"cache","type":{"text":"boolean"},"default":"false","description":"Cache accessed records.\n\nEmptied at each re-collection.","fieldName":"cache"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-router","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Router","module":"components/router.js"}}]},{"kind":"javascript-module","path":"components/select.js","declarations":[{"kind":"class","description":"Select is similar to <select>.\n\nElements with the value attribute/property can be used as options.\n\nThe checked attribute will be added to the selected element.\n\nMulti-selected state looks the same as single-selected.\n\nInput will filter the element.","name":"Select","slots":[{"description":"Options.","name":""}],"members":[{"kind":"field","name":"_cache","default":"new WeakMap<HTMLElement, boolean>()"},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open content.","attribute":"open","reflects":true},{"kind":"field","name":"text","type":{"text":"string"},"description":"Selected texts.","attribute":"text"},{"kind":"field","name":"_content","type":{"text":"HTMLElement"}},{"kind":"field","name":"visible","type":{"text":"boolean"},"attribute":"visible"},{"kind":"field","name":"direction","type":{"text":"\"top\" | \"bottom\" | undefined"},"attribute":"direction"},{"kind":"field","name":"multiple","type":{"text":"boolean"},"attribute":"multiple"},{"kind":"field","name":"autoDirection","type":{"text":"\"top\" | \"bottom\""},"privacy":"protected"},{"kind":"field","name":"lastChecked","type":{"text":"HTMLElement"},"privacy":"protected"},{"kind":"field","name":"defaultText","type":{"text":"string"},"privacy":"protected"},{"kind":"field","name":"defaultChecked","type":{"text":"HTMLElement[]"},"privacy":"protected"},{"kind":"field","name":"_store","type":{"text":"{ value: string; text: string; }[]"},"privacy":"private","default":"[]"},{"kind":"method","name":"_handleFocus","privacy":"protected"},{"kind":"method","name":"_connectedInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"reset","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"},"return":{"type":{"text":"void"}}},{"kind":"method","name":"select","parameters":[{"name":"value","type":{"text":"string"}},{"name":"text","optional":true,"type":{"text":"string"}}]},{"kind":"method","name":"filter","parameters":[{"name":"query","optional":true,"type":{"text":"string"}}]},{"kind":"method","name":"filterCallback","parameters":[{"name":"element","type":{"text":"HTMLElement"}},{"name":"match","type":{"text":"boolean"}},{"name":"query","type":{"text":"string"}}]},{"kind":"method","name":"_handleInput","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"blur"},{"kind":"method","name":"optionValue","return":{"type":{"text":"string"}},"parameters":[{"name":"option","type":{"text":"HTMLElement"}}]},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"default":"\"text\"","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"variant","type":{"text":"\"default\" | \"outline\""},"default":"\"default\"","description":"If outline, the outline is always present.","attribute":"variant","inheritedFrom":{"name":"Input","module":"components/input.js"}},{"kind":"field","name":"accept","type":{"text":"string"},"attribute":"accept","inheritedFrom":{"name":"Input","module":"components/input.js"}},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"label","type":{"text":"string"},"attribute":"label","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","attribute":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"events":[{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open content.","fieldName":"open"},{"name":"text","type":{"text":"string"},"description":"Selected texts.","fieldName":"text"},{"name":"visible","type":{"text":"boolean"},"fieldName":"visible"},{"name":"direction","type":{"text":"\"top\" | \"bottom\" | undefined"},"fieldName":"direction"},{"name":"multiple","type":{"text":"boolean"},"fieldName":"multiple"},{"name":"variant","type":{"text":"\"default\" | \"outline\""},"default":"\"default\"","description":"If outline, the outline is always present.","fieldName":"variant","inheritedFrom":{"name":"Input","module":"components/input.js"}},{"name":"accept","type":{"text":"string"},"fieldName":"accept","inheritedFrom":{"name":"Input","module":"components/input.js"}},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"label","type":{"text":"string"},"fieldName":"label","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"value","type":{"text":"any"},"fieldName":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","fieldName":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"Input","module":"components/input.js"},"tagName":"godown-select","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Select","module":"components/select.js"}}]},{"kind":"javascript-module","path":"components/skeleton.js","declarations":[{"kind":"class","description":"Skeleton renders a skeleton screen.","name":"Skeleton","slots":[{"description":"The content if loading is true.","name":"loading"},{"description":"The content if loading is false.","name":""}],"members":[{"kind":"field","name":"type","type":{"text":"\"text\" | \"image\""},"description":"If \"image\", render a image placeholder.","attribute":"type"},{"kind":"field","name":"animation","type":{"text":"\"position\" | \"opacity\""},"default":"\"position\"","description":"Animation type.\nopacity animation only effect on slotted element and image icon.","attribute":"animation"},{"kind":"field","name":"loading","type":{"text":"boolean"},"default":"true","description":"If false, render slot only."}],"attributes":[{"name":"type","type":{"text":"\"text\" | \"image\""},"description":"If \"image\", render a image placeholder.","fieldName":"type"},{"name":"animation","type":{"text":"\"position\" | \"opacity\""},"default":"\"position\"","description":"Animation type.\nopacity animation only effect on slotted element and image icon.","fieldName":"animation"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-skeleton","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Skeleton","module":"components/skeleton.js"}}]},{"kind":"javascript-module","path":"components/split.js","declarations":[{"kind":"class","description":"Split renders multiple input boxes.\n\nInput: will move the focus box backward until the complete input from start to end.\n\nDelete: will move the focus box forward until the first and no inputs for each.","name":"Split","members":[{"kind":"field","name":"len","type":{"text":"number"},"default":"6","description":"The number of input boxes.","attribute":"len"},{"kind":"field","name":"index","type":{"text":"number"},"default":"-1","description":"Focus index.","attribute":"index"},{"kind":"field","name":"current","type":{"text":"number"},"default":"-1"},{"kind":"field","name":"currentValue","type":{"text":"(string | null)[]"},"default":"[]"},{"kind":"method","name":"_handleInput","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement, InputEvent>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focusAt","parameters":[{"name":"i","type":{"text":"number"}}]},{"kind":"method","name":"blur"},{"kind":"method","name":"reset","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"label","type":{"text":"string"},"attribute":"label","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","attribute":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, any]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_connectedInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"events":[{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"len","type":{"text":"number"},"default":"6","description":"The number of input boxes.","fieldName":"len"},{"name":"index","type":{"text":"number"},"default":"-1","description":"Focus index.","fieldName":"index"},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"label","type":{"text":"string"},"fieldName":"label","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"value","type":{"text":"any"},"fieldName":"value","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"default property records the default or initial value and is used to reset the input.","fieldName":"default","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"SuperInput","module":"core/super-input.js"},"tagName":"godown-split-input","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Split","module":"components/split.js"}}]},{"kind":"javascript-module","path":"components/switch.js","declarations":[{"kind":"class","description":"Switch renders a switch.\n\nThe switch is rectangular by default,\nset the round property to rounded switch.","name":"Switch","members":[{"kind":"field","name":"round","type":{"text":"boolean"},"default":"false","description":"Border style.","attribute":"round","reflects":true},{"kind":"field","name":"checked","type":{"text":"boolean"},"default":"false","description":"Whether this element is selected or not.","attribute":"checked","reflects":true},{"kind":"field","name":"disabled","type":{"text":"boolean"},"attribute":"disabled","reflects":true,"default":"false","description":"Whether this element is disabled or not.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"default","type":{"text":"any"},"description":"Parsed by JSON.parse to checked.","attribute":"default","default":"\"false\"","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"value","type":{"text":"any"},"attribute":"value","default":"\"on\"","description":"Input value.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"_input","type":{"text":"HTMLInputElement"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"reset","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_handleChange","privacy":"protected"},{"kind":"method","name":"namevalue","return":{"type":{"text":"[string, boolean]"}},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autofocus","type":{"text":"boolean"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"autocomplete","type":{"text":"string | boolean"},"attribute":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"type","type":{"text":"InputType"},"attribute":"type","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"placeholder","type":{"text":"string"},"attribute":"placeholder","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"label","type":{"text":"string"},"attribute":"label","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"name","type":{"text":"string"},"attribute":"name","reflects":true,"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"compositing","type":{"text":"boolean"},"description":"Returns true when the input is compositing.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"defaultValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"makeId","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"field","name":"nameValue","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_handleInput","privacy":"protected","parameters":[{"name":"e","type":{"text":"HandlerEvent<HTMLInputElement>"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_connectedInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_compositionInit","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_changeInputType","privacy":"protected","parameters":[{"name":"t","type":{"text":"typeof this.type"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"focus","parameters":[{"name":"options","optional":true,"type":{"text":"FocusOptions"}}],"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderPrefix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"kind":"method","name":"_renderSuffix","privacy":"protected","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"events":[{"name":"input","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"attributes":[{"name":"round","type":{"text":"boolean"},"default":"false","description":"Border style.","fieldName":"round"},{"name":"checked","type":{"text":"boolean"},"default":"false","description":"Whether this element is selected or not.","fieldName":"checked"},{"name":"disabled","type":{"text":"boolean"},"fieldName":"disabled","default":"false","description":"Whether this element is disabled or not.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"default","type":{"text":"any"},"description":"Parsed by JSON.parse to checked.","fieldName":"default","default":"\"false\"","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"value","type":{"text":"any"},"fieldName":"value","default":"\"on\"","description":"Input value.","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"autocomplete","type":{"text":"string | boolean"},"fieldName":"autocomplete","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"type","type":{"text":"InputType"},"fieldName":"type","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"placeholder","type":{"text":"string"},"fieldName":"placeholder","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"label","type":{"text":"string"},"fieldName":"label","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}},{"name":"name","type":{"text":"string"},"fieldName":"name","inheritedFrom":{"name":"SuperInput","module":"core/super-input.js"}}],"superclass":{"name":"SuperInput","module":"core/super-input.js"},"tagName":"godown-switch","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Switch","module":"components/switch.js"}}]},{"kind":"javascript-module","path":"components/text.js","declarations":[{"kind":"class","description":"Text renders nowrap text.","name":"Text","members":[{"kind":"field","name":"underline","type":{"text":"\"none\" | \"hover\" | \"active\" | \"always\""},"default":"\"none\"","description":"Underline behavior.","attribute":"underline"},{"kind":"field","name":"clip","type":{"text":"boolean"},"description":"Set background-clip to text.","attribute":"clip"}],"attributes":[{"name":"underline","type":{"text":"\"none\" | \"hover\" | \"active\" | \"always\""},"default":"\"none\"","description":"Underline behavior.","fieldName":"underline"},{"name":"clip","type":{"text":"boolean"},"description":"Set background-clip to text.","fieldName":"clip"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-text","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Text","module":"components/text.js"}}]},{"kind":"javascript-module","path":"components/time.js","declarations":[{"kind":"class","description":"Time renders a formatting time.","name":"Time","members":[{"kind":"field","name":"escape","type":{"text":"string"},"default":"\"%\"","description":"Cancels the next character formatting.","attribute":"escape"},{"kind":"field","name":"format","type":{"text":"string"},"default":"\"YYYY-MM-DD hh:mm:ss UTFZ\"","description":"Format strings.\nTime.fmt","attribute":"format"},{"kind":"field","name":"time","default":"new Date()","description":"Time.","attribute":"time"},{"kind":"field","name":"timeout","type":{"text":"number"},"default":"0","description":"If there is a value, update every gap or timeout.","attribute":"timeout"},{"kind":"field","name":"gap","type":{"text":"number"},"default":"0","description":"The number of milliseconds that change with each update.","attribute":"gap"},{"kind":"field","name":"timeoutId","type":{"text":"number"}},{"kind":"method","name":"startTimeout"},{"kind":"method","name":"fmt","static":true,"return":{"type":{"text":""}},"parameters":[{"name":"fm","type":{"text":"string"},"description":"Format string."},{"name":"tm","type":{"text":"Date"},"description":"Time."},{"name":"em","type":{"text":"string"}}],"description":"Y for year\\\nM for month\\\nD for day\\\nh for hour\\\nm for minute\\\ns for second\\\nS for milli second\\\nZ for time zone."}],"attributes":[{"name":"escape","type":{"text":"string"},"default":"\"%\"","description":"Cancels the next character formatting.","fieldName":"escape"},{"name":"format","type":{"text":"string"},"default":"\"YYYY-MM-DD hh:mm:ss UTFZ\"","description":"Format strings.\nTime.fmt","fieldName":"format"},{"name":"time","default":"new Date()","description":"Time.","fieldName":"time"},{"name":"timeout","type":{"text":"number"},"default":"0","description":"If there is a value, update every gap or timeout.","fieldName":"timeout"},{"name":"gap","type":{"text":"number"},"default":"0","description":"The number of milliseconds that change with each update.","fieldName":"gap"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-time","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Time","module":"components/time.js"}}]},{"kind":"javascript-module","path":"components/tooltip.js","declarations":[{"kind":"class","description":"Tooltip provide tooltip for slot elements.\n\nIf it has the tip property, ignore the slot tip.","name":"Tooltip","slots":[{"description":"Tip element.","name":"tip"},{"description":"Content.","name":""}],"members":[{"kind":"field","name":"tip","type":{"text":"string"},"description":"Tip text, if there is a value, the slot will be ignored.","attribute":"tip"},{"kind":"field","name":"direction","type":{"text":"Direction8"},"default":"\"top\"","description":"Direction of opening the tip.","attribute":"direction"},{"kind":"field","name":"align","type":{"text":"\"center\" | \"flex-start\" | \"flex-end\" | \"start\" | \"end\""},"default":"\"center\"","description":"Content alignment.","attribute":"align"},{"kind":"field","name":"propagation","type":{"text":"boolean"},"description":"If true, allow penetration of the tip.","attribute":"propagation"},{"kind":"field","name":"aligns","type":{"text":"object"},"static":true,"default":"{ start: \"flex-start\", end: \"flex-end\", center: \"center\", \"flex-start\": \"flex-start\", \"flex-end\": \"flex-end\", }"},{"kind":"field","name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","attribute":"open","reflects":true,"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"toggle","parameters":[{"name":"to","default":"!this.open"}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"close","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"show","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}},{"kind":"method","name":"_handelClick","privacy":"protected","parameters":[{"name":"_","type":{"text":"MouseEvent"}}],"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"attributes":[{"name":"tip","type":{"text":"string"},"description":"Tip text, if there is a value, the slot will be ignored.","fieldName":"tip"},{"name":"direction","type":{"text":"Direction8"},"default":"\"top\"","description":"Direction of opening the tip.","fieldName":"direction"},{"name":"align","type":{"text":"\"center\" | \"flex-start\" | \"flex-end\" | \"start\" | \"end\""},"default":"\"center\"","description":"Content alignment.","fieldName":"align"},{"name":"propagation","type":{"text":"boolean"},"description":"If true, allow penetration of the tip.","fieldName":"propagation"},{"name":"open","type":{"text":"boolean"},"default":"false","description":"Open the content.","fieldName":"open","inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}],"superclass":{"name":"SuperOpenable","module":"core/super-openable.js"},"tagName":"godown-tooltip","customElement":true,"events":[{"name":"change","type":{"text":"CustomEvent"},"inheritedFrom":{"name":"SuperOpenable","module":"core/super-openable.js"}}]}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Tooltip","module":"components/tooltip.js"}}]},{"kind":"javascript-module","path":"components/typewriter.js","declarations":[{"kind":"class","description":"Typewriter renders a typewriter effect to text.","name":"Typewriter","members":[{"kind":"field","name":"text","type":{"text":"string"},"default":"\"\"","description":"Raw text.","attribute":"text"},{"kind":"field","name":"stopped","type":{"text":"boolean"},"default":"false","description":"Start immediately after Typewriter.firstUpdated.","attribute":"stopped"},{"kind":"field","name":"ended","type":{"text":"boolean"},"default":"false","description":"If true, hide the cursor","attribute":"ended"},{"kind":"field","name":"max","type":{"text":"number"},"default":"100","description":"Maximum random time.","attribute":"max"},{"kind":"field","name":"min","type":{"text":"number"},"default":"50","description":"Minimum random time.","attribute":"min"},{"kind":"field","name":"delay","type":{"text":"number"},"default":"0","description":"Fixed time.","attribute":"delay"},{"kind":"field","name":"index","type":{"text":"number"},"default":"0","description":"The index at the beginning.","attribute":"index"},{"kind":"field","name":"content","type":{"text":"string"},"default":"\"\"","description":"Internal text."},{"kind":"field","name":"timeoutID","type":{"text":"number"}},{"kind":"field","name":"_i","type":{"text":"HTMLElement"}},{"kind":"field","name":"len","description":"Typewriter.text length.","readonly":true},{"kind":"method","name":"write","parameters":[{"name":"at","default":"this.index"}]},{"kind":"method","name":"stop"},{"kind":"method","name":"end"}],"events":[{"type":{"text":"CustomEvent"}}],"attributes":[{"name":"text","type":{"text":"string"},"default":"\"\"","description":"Raw text.","fieldName":"text"},{"name":"stopped","type":{"text":"boolean"},"default":"false","description":"Start immediately after Typewriter.firstUpdated.","fieldName":"stopped"},{"name":"ended","type":{"text":"boolean"},"default":"false","description":"If true, hide the cursor","fieldName":"ended"},{"name":"max","type":{"text":"number"},"default":"100","description":"Maximum random time.","fieldName":"max"},{"name":"min","type":{"text":"number"},"default":"50","description":"Minimum random time.","fieldName":"min"},{"name":"delay","type":{"text":"number"},"default":"0","description":"Fixed time.","fieldName":"delay"},{"name":"index","type":{"text":"number"},"default":"0","description":"The index at the beginning.","fieldName":"index"}],"superclass":{"name":"GlobalStyle","module":"core/global-style.js"},"tagName":"godown-typewriter","customElement":true}],"exports":[{"kind":"js","name":"default","declaration":{"name":"Typewriter","module":"components/typewriter.js"}}]}]}
package/details.d.ts CHANGED
@@ -1,9 +1,8 @@
1
- import Details from "./web-components/details/details.js";
1
+ import Details from "./components/details.js";
2
2
  export default Details;
3
- export * from "./web-components/details/details.js";
4
3
  declare global {
5
4
  interface HTMLElementTagNameMap {
6
- "g-details": Details;
5
+ "godown-details": Details;
7
6
  }
8
7
  }
9
8
  //# sourceMappingURL=details.d.ts.map
package/details.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"details.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["details.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,qCAAqC,CAAC;AAE1D,eAAe,OAAO,CAAC;AACvB,cAAc,qCAAqC,CAAC;AAEpD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,OAAO,CAAC;KACtB;CACF"}
1
+ {"version":3,"file":"details.d.ts","sourceRoot":"","sources":["src/details.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,yBAAyB,CAAC;AAI9C,eAAe,OAAO,CAAC;AAEvB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,OAAO,CAAC;KAC3B;CACF"}
package/details.js CHANGED
@@ -1,5 +1,6 @@
1
- import Details from "./web-components/details/details.js";
1
+ import Details from './components/details.js';
2
+
2
3
  Details.define();
3
- export default Details;
4
- export * from "./web-components/details/details.js";
5
- //# sourceMappingURL=details.js.map
4
+
5
+ export { Details as default };
6
+ //# sourceMappingURL=details.js.map
package/details.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"details.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["details.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,qCAAqC,CAAC;AAC1D,OAAO,CAAC,MAAM,EAAE,CAAC;AACjB,eAAe,OAAO,CAAC;AACvB,cAAc,qCAAqC,CAAC","sourcesContent":["import Details from \"./web-components/details/details.js\";\nDetails.define();\nexport default Details;\nexport * from \"./web-components/details/details.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-details\": Details;\n }\n}\n"]}
1
+ {"version":3,"file":"details.js","sources":["src/details.ts"],"sourcesContent":null,"names":[],"mappings":";;AAEA,OAAO,CAAC,MAAM,EAAE;;;;"}
package/dialog.d.ts CHANGED
@@ -1,9 +1,8 @@
1
- import Dialog from "./web-components/dialog/dialog.js";
1
+ import Dialog from "./components/dialog.js";
2
2
  export default Dialog;
3
- export * from "./web-components/dialog/dialog.js";
4
3
  declare global {
5
4
  interface HTMLElementTagNameMap {
6
- "g-dialog": Dialog;
5
+ "godown-dialog": Dialog;
7
6
  }
8
7
  }
9
8
  //# sourceMappingURL=dialog.d.ts.map
package/dialog.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"dialog.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["dialog.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,mCAAmC,CAAC;AAEvD,eAAe,MAAM,CAAC;AACtB,cAAc,mCAAmC,CAAC;AAElD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,MAAM,CAAC;KACpB;CACF"}
1
+ {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["src/dialog.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,wBAAwB,CAAC;AAI5C,eAAe,MAAM,CAAC;AAEtB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,eAAe,EAAE,MAAM,CAAC;KACzB;CACF"}
package/dialog.js CHANGED
@@ -1,5 +1,6 @@
1
- import Dialog from "./web-components/dialog/dialog.js";
1
+ import Dialog from './components/dialog.js';
2
+
2
3
  Dialog.define();
3
- export default Dialog;
4
- export * from "./web-components/dialog/dialog.js";
5
- //# sourceMappingURL=dialog.js.map
4
+
5
+ export { Dialog as default };
6
+ //# sourceMappingURL=dialog.js.map
package/dialog.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"dialog.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["dialog.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,mCAAmC,CAAC;AACvD,MAAM,CAAC,MAAM,EAAE,CAAC;AAChB,eAAe,MAAM,CAAC;AACtB,cAAc,mCAAmC,CAAC","sourcesContent":["import Dialog from \"./web-components/dialog/dialog.js\";\nDialog.define();\nexport default Dialog;\nexport * from \"./web-components/dialog/dialog.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-dialog\": Dialog;\n }\n}\n"]}
1
+ {"version":3,"file":"dialog.js","sources":["src/dialog.ts"],"sourcesContent":null,"names":[],"mappings":";;AAEA,MAAM,CAAC,MAAM,EAAE;;;;"}
package/divider.d.ts CHANGED
@@ -1,9 +1,8 @@
1
- import Divider from "./web-components/divider/divider.js";
1
+ import Divider from "./components/divider.js";
2
2
  export default Divider;
3
- export * from "./web-components/divider/divider.js";
4
3
  declare global {
5
4
  interface HTMLElementTagNameMap {
6
- "g-divider": Divider;
5
+ "godown-divider": Divider;
7
6
  }
8
7
  }
9
8
  //# sourceMappingURL=divider.d.ts.map
package/divider.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"divider.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["divider.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,qCAAqC,CAAC;AAE1D,eAAe,OAAO,CAAC;AACvB,cAAc,qCAAqC,CAAC;AAEpD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,OAAO,CAAC;KACtB;CACF"}
1
+ {"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["src/divider.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,yBAAyB,CAAC;AAI9C,eAAe,OAAO,CAAC;AAEvB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,OAAO,CAAC;KAC3B;CACF"}
package/divider.js CHANGED
@@ -1,5 +1,6 @@
1
- import Divider from "./web-components/divider/divider.js";
1
+ import Divider from './components/divider.js';
2
+
2
3
  Divider.define();
3
- export default Divider;
4
- export * from "./web-components/divider/divider.js";
5
- //# sourceMappingURL=divider.js.map
4
+
5
+ export { Divider as default };
6
+ //# sourceMappingURL=divider.js.map
package/divider.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"divider.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["divider.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,qCAAqC,CAAC;AAC1D,OAAO,CAAC,MAAM,EAAE,CAAC;AACjB,eAAe,OAAO,CAAC;AACvB,cAAc,qCAAqC,CAAC","sourcesContent":["import Divider from \"./web-components/divider/divider.js\";\nDivider.define();\nexport default Divider;\nexport * from \"./web-components/divider/divider.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-divider\": Divider;\n }\n}\n"]}
1
+ {"version":3,"file":"divider.js","sources":["src/divider.ts"],"sourcesContent":null,"names":[],"mappings":";;AAEA,OAAO,CAAC,MAAM,EAAE;;;;"}
package/dragbox.d.ts CHANGED
@@ -1,9 +1,8 @@
1
- import Dragbox from "./web-components/wrapper/dragbox.js";
1
+ import Dragbox from "./components/dragbox.js";
2
2
  export default Dragbox;
3
- export * from "./web-components/wrapper/dragbox.js";
4
3
  declare global {
5
4
  interface HTMLElementTagNameMap {
6
- "g-dragbox": Dragbox;
5
+ "godown-dragbox": Dragbox;
7
6
  }
8
7
  }
9
8
  //# sourceMappingURL=dragbox.d.ts.map
package/dragbox.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"dragbox.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["dragbox.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,qCAAqC,CAAC;AAE1D,eAAe,OAAO,CAAC;AACvB,cAAc,qCAAqC,CAAC;AAEpD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,OAAO,CAAC;KACtB;CACF"}
1
+ {"version":3,"file":"dragbox.d.ts","sourceRoot":"","sources":["src/dragbox.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,yBAAyB,CAAC;AAI9C,eAAe,OAAO,CAAC;AAEvB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,OAAO,CAAC;KAC3B;CACF"}
package/dragbox.js CHANGED
@@ -1,5 +1,6 @@
1
- import Dragbox from "./web-components/wrapper/dragbox.js";
1
+ import Dragbox from './components/dragbox.js';
2
+
2
3
  Dragbox.define();
3
- export default Dragbox;
4
- export * from "./web-components/wrapper/dragbox.js";
5
- //# sourceMappingURL=dragbox.js.map
4
+
5
+ export { Dragbox as default };
6
+ //# sourceMappingURL=dragbox.js.map
package/dragbox.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"dragbox.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["dragbox.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,qCAAqC,CAAC;AAC1D,OAAO,CAAC,MAAM,EAAE,CAAC;AACjB,eAAe,OAAO,CAAC;AACvB,cAAc,qCAAqC,CAAC","sourcesContent":["import Dragbox from \"./web-components/wrapper/dragbox.js\";\nDragbox.define();\nexport default Dragbox;\nexport * from \"./web-components/wrapper/dragbox.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-dragbox\": Dragbox;\n }\n}\n"]}
1
+ {"version":3,"file":"dragbox.js","sources":["src/dragbox.ts"],"sourcesContent":null,"names":[],"mappings":";;AAEA,OAAO,CAAC,MAAM,EAAE;;;;"}
package/flex.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ import Flex from "./components/flex.js";
2
+ export default Flex;
3
+ declare global {
4
+ interface HTMLElementTagNameMap {
5
+ "godown-flex": Flex;
6
+ }
7
+ }
8
+ //# sourceMappingURL=flex.d.ts.map
package/flex.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flex.d.ts","sourceRoot":"","sources":["src/flex.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,sBAAsB,CAAC;AAIxC,eAAe,IAAI,CAAC;AAEpB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,IAAI,CAAC;KACrB;CACF"}
package/flex.js ADDED
@@ -0,0 +1,6 @@
1
+ import Flex from './components/flex.js';
2
+
3
+ Flex.define();
4
+
5
+ export { Flex as default };
6
+ //# sourceMappingURL=flex.js.map