smoothly 1.0.0-alpha.21 → 1.0.0-alpha.211

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 (549) hide show
  1. package/dist/cjs/{Listenable-63ea2d90.js → Data-ae713814.js} +523 -6
  2. package/dist/cjs/Data-ae713814.js.map +1 -0
  3. package/dist/cjs/Observers-6450f075.js +25 -0
  4. package/dist/cjs/Observers-6450f075.js.map +1 -0
  5. package/dist/cjs/TimeZone-016ac7b0.js +6181 -0
  6. package/dist/cjs/TimeZone-016ac7b0.js.map +1 -0
  7. package/dist/cjs/getLanguage-49a534df.js +6118 -0
  8. package/dist/cjs/getLanguage-49a534df.js.map +1 -0
  9. package/dist/cjs/{index-8adc5c1b.js → index-43af753b.js} +55 -2
  10. package/dist/cjs/index-43af753b.js.map +1 -0
  11. package/dist/cjs/index.cjs.js +22 -17
  12. package/dist/cjs/index.cjs.js.map +1 -1
  13. package/dist/cjs/loader.cjs.js +4 -3
  14. package/dist/cjs/loader.cjs.js.map +1 -1
  15. package/dist/cjs/{Notice-88ba4c70.js → redirect-2e5d4524.js} +11 -2
  16. package/dist/cjs/redirect-2e5d4524.js.map +1 -0
  17. package/dist/cjs/smoothly-accordion-item.cjs.entry.js +61 -0
  18. package/dist/cjs/smoothly-accordion-item.cjs.entry.js.map +1 -0
  19. package/dist/cjs/smoothly-accordion.cjs.entry.js +58 -0
  20. package/dist/cjs/smoothly-accordion.cjs.entry.js.map +1 -0
  21. package/dist/cjs/smoothly-address-display.cjs.entry.js +1 -1
  22. package/dist/cjs/smoothly-address.cjs.entry.js +1 -1
  23. package/dist/cjs/smoothly-addresses.cjs.entry.js +1 -1
  24. package/dist/cjs/smoothly-app_80.cjs.entry.js +10897 -0
  25. package/dist/cjs/smoothly-app_80.cjs.entry.js.map +1 -0
  26. package/dist/cjs/smoothly-checkbox.cjs.entry.js +102 -0
  27. package/dist/cjs/smoothly-checkbox.cjs.entry.js.map +1 -0
  28. package/dist/cjs/smoothly-color.cjs.entry.js +1 -1
  29. package/dist/cjs/smoothly-country.cjs.entry.js +56 -55
  30. package/dist/cjs/smoothly-country.cjs.entry.js.map +1 -1
  31. package/dist/cjs/smoothly-display-date-time.cjs.entry.js +26 -0
  32. package/dist/cjs/smoothly-display-date-time.cjs.entry.js.map +1 -0
  33. package/dist/cjs/smoothly-google-font.cjs.entry.js +1 -1
  34. package/dist/cjs/smoothly-reorder.cjs.entry.js +1 -1
  35. package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +4 -4
  36. package/dist/cjs/smoothly-trigger-sink.cjs.entry.js.map +1 -1
  37. package/dist/cjs/smoothly-trigger-source.cjs.entry.js +6 -6
  38. package/dist/cjs/smoothly-trigger-source.cjs.entry.js.map +1 -1
  39. package/dist/cjs/smoothly.cjs.js +4 -3
  40. package/dist/cjs/smoothly.cjs.js.map +1 -1
  41. package/dist/collection/collection-manifest.json +37 -15
  42. package/dist/collection/components/Button.js +16 -2
  43. package/dist/collection/components/Button.js.map +1 -1
  44. package/dist/collection/components/accordion/index.js +32 -12
  45. package/dist/collection/components/accordion/index.js.map +1 -1
  46. package/dist/collection/components/accordion-item/index.js +18 -25
  47. package/dist/collection/components/accordion-item/index.js.map +1 -1
  48. package/dist/collection/components/app/index.js +99 -29
  49. package/dist/collection/components/app/index.js.map +1 -1
  50. package/dist/collection/components/app/room/index.js +134 -25
  51. package/dist/collection/components/app/room/index.js.map +1 -1
  52. package/dist/collection/components/app/room/style.css +39 -10
  53. package/dist/collection/components/app/style.css +104 -39
  54. package/dist/collection/components/app-demo/index.js +1 -1
  55. package/dist/collection/components/app-demo/index.js.map +1 -1
  56. package/dist/collection/components/backtotop/index.js +3 -3
  57. package/dist/collection/components/backtotop/index.js.map +1 -1
  58. package/dist/collection/components/burger/index.js +60 -14
  59. package/dist/collection/components/burger/index.js.map +1 -1
  60. package/dist/collection/components/burger/style.css +2 -2
  61. package/dist/collection/components/button/index.js +10 -23
  62. package/dist/collection/components/button/index.js.map +1 -1
  63. package/dist/collection/components/button/style.css +33 -35
  64. package/dist/collection/components/button-demo/index.js +4 -2
  65. package/dist/collection/components/button-demo/index.js.map +1 -1
  66. package/dist/collection/components/button-demo/style.css +1 -0
  67. package/dist/collection/components/calendar/generate.js +1 -1
  68. package/dist/collection/components/calendar/generate.js.map +1 -1
  69. package/dist/collection/components/calendar/index.js +16 -16
  70. package/dist/collection/components/calendar/index.js.map +1 -1
  71. package/dist/collection/components/checkbox/index.js +82 -29
  72. package/dist/collection/components/checkbox/index.js.map +1 -1
  73. package/dist/collection/components/checkbox/style.css +39 -42
  74. package/dist/collection/components/confirm/index.js +261 -0
  75. package/dist/collection/components/confirm/index.js.map +1 -0
  76. package/dist/collection/components/confirm/style.css +15 -0
  77. package/dist/collection/components/country/index.js +1 -1
  78. package/dist/collection/components/display/index.js +6 -3
  79. package/dist/collection/components/display/index.js.map +1 -1
  80. package/dist/collection/components/display-amount/index.js +1 -1
  81. package/dist/collection/components/display-demo/index.js +16 -1
  82. package/dist/collection/components/display-demo/index.js.map +1 -1
  83. package/dist/collection/components/filter/Filter.js +17 -0
  84. package/dist/collection/components/filter/Filter.js.map +1 -0
  85. package/dist/collection/components/filter/field/index.js +105 -0
  86. package/dist/collection/components/filter/field/index.js.map +1 -0
  87. package/dist/collection/components/filter/field/style.css +4 -0
  88. package/dist/collection/components/filter/index.js +55 -132
  89. package/dist/collection/components/filter/index.js.map +1 -1
  90. package/dist/collection/components/filter/input/index.js +64 -302
  91. package/dist/collection/components/filter/input/index.js.map +1 -1
  92. package/dist/collection/components/filter/picker/index.js +209 -0
  93. package/dist/collection/components/filter/picker/index.js.map +1 -0
  94. package/dist/collection/components/filter/picker/style.css +8 -0
  95. package/dist/collection/components/filter/style.css +56 -71
  96. package/dist/collection/components/filter/toggle/index.js +248 -0
  97. package/dist/collection/components/filter/toggle/index.js.map +1 -0
  98. package/dist/collection/components/filter/toggle/style.css +8 -0
  99. package/dist/collection/components/form/index.js +302 -35
  100. package/dist/collection/components/form/index.js.map +1 -1
  101. package/dist/collection/components/form/style.css +11 -17
  102. package/dist/collection/components/icon/index.js +29 -38
  103. package/dist/collection/components/icon/index.js.map +1 -1
  104. package/dist/collection/components/icon-demo/index.js +1 -1
  105. package/dist/collection/components/icon-demo/index.js.map +1 -1
  106. package/dist/collection/components/icon-demo/style.css +5 -6
  107. package/dist/collection/components/input/Clearable.js.map +1 -0
  108. package/dist/collection/components/input/Editable.js +18 -0
  109. package/dist/collection/components/input/Editable.js.map +1 -0
  110. package/dist/collection/components/input/Input.js +23 -0
  111. package/dist/collection/components/input/Input.js.map +1 -0
  112. package/dist/collection/components/input/Looks.js +8 -0
  113. package/dist/collection/components/input/Looks.js.map +1 -0
  114. package/dist/collection/components/input/Submittable.js +8 -0
  115. package/dist/collection/components/input/Submittable.js.map +1 -0
  116. package/dist/collection/components/input/checkbox/index.js +235 -0
  117. package/dist/collection/components/input/checkbox/index.js.map +1 -0
  118. package/dist/collection/components/input/checkbox/style.css +31 -0
  119. package/dist/collection/components/input/clear/index.js +242 -0
  120. package/dist/collection/components/input/clear/index.js.map +1 -0
  121. package/dist/collection/components/input/clear/style.css +256 -0
  122. package/dist/collection/components/input/color/index.js +226 -0
  123. package/dist/collection/components/input/color/index.js.map +1 -0
  124. package/dist/collection/components/input/color/style.css +15 -0
  125. package/dist/collection/components/{input-date-range → input/date}/index.js +153 -99
  126. package/dist/collection/components/input/date/index.js.map +1 -0
  127. package/dist/collection/components/input/date/range/index.js +443 -0
  128. package/dist/collection/components/input/date/range/index.js.map +1 -0
  129. package/dist/collection/components/input/date/range/style.css +94 -0
  130. package/dist/collection/components/input/date/style.css +83 -0
  131. package/dist/collection/components/input/demo/index.js +47 -0
  132. package/dist/collection/components/input/demo/index.js.map +1 -0
  133. package/dist/collection/components/input/demo/style.css +15 -0
  134. package/dist/collection/components/input/edit/index.js +231 -0
  135. package/dist/collection/components/input/edit/index.js.map +1 -0
  136. package/dist/collection/components/input/edit/style.css +239 -0
  137. package/dist/collection/components/input/file/index.js +305 -0
  138. package/dist/collection/components/input/file/index.js.map +1 -0
  139. package/dist/collection/components/input/file/style.css +107 -0
  140. package/dist/collection/components/input/index.js +329 -104
  141. package/dist/collection/components/input/index.js.map +1 -1
  142. package/dist/collection/components/{input-month → input/month}/index.js +8 -8
  143. package/dist/collection/components/input/month/index.js.map +1 -0
  144. package/dist/collection/components/input/radio/Selected.js +11 -0
  145. package/dist/collection/components/input/radio/Selected.js.map +1 -0
  146. package/dist/collection/components/input/radio/index.js +404 -0
  147. package/dist/collection/components/input/radio/index.js.map +1 -0
  148. package/dist/collection/components/input/radio/item/index.js +150 -0
  149. package/dist/collection/components/input/radio/item/index.js.map +1 -0
  150. package/dist/collection/components/input/radio/item/style.css +28 -0
  151. package/dist/collection/components/input/radio/style.css +66 -0
  152. package/dist/collection/components/input/range/index.js +305 -0
  153. package/dist/collection/components/input/range/index.js.map +1 -0
  154. package/dist/collection/components/input/range/style.css +154 -0
  155. package/dist/collection/components/input/reset/index.js +241 -0
  156. package/dist/collection/components/input/reset/index.js.map +1 -0
  157. package/dist/collection/components/input/reset/style.css +259 -0
  158. package/dist/collection/components/input/select/index.js +452 -0
  159. package/dist/collection/components/input/select/index.js.map +1 -0
  160. package/dist/collection/components/input/select/style.css +104 -0
  161. package/dist/collection/components/input/style.css +47 -10
  162. package/dist/collection/components/input/submit/index.js +232 -0
  163. package/dist/collection/components/input/submit/index.js.map +1 -0
  164. package/dist/collection/components/input/submit/style.css +236 -0
  165. package/dist/collection/components/item/index.js +5 -5
  166. package/dist/collection/components/item/index.js.map +1 -1
  167. package/dist/collection/components/label/index.js +81 -0
  168. package/dist/collection/components/label/index.js.map +1 -0
  169. package/dist/collection/components/label/style.css +15 -0
  170. package/dist/collection/components/lazy/index.js +73 -0
  171. package/dist/collection/components/lazy/index.js.map +1 -0
  172. package/dist/collection/components/{radio → load-more}/index.js +35 -46
  173. package/dist/collection/components/load-more/index.js.map +1 -0
  174. package/dist/collection/components/load-more/style.css +5 -0
  175. package/dist/collection/components/notification/index.js +45 -8
  176. package/dist/collection/components/notification/index.js.map +1 -1
  177. package/dist/collection/components/notification/style.css +25 -1
  178. package/dist/collection/components/notifier/style.css +1 -3
  179. package/dist/collection/components/picker/demo/index.js +91 -0
  180. package/dist/collection/components/picker/demo/index.js.map +1 -0
  181. package/dist/collection/components/picker/demo/style.css +30 -0
  182. package/dist/collection/components/picker/index.js +197 -396
  183. package/dist/collection/components/picker/index.js.map +1 -1
  184. package/dist/collection/components/picker/menu/index.js +429 -0
  185. package/dist/collection/components/picker/menu/index.js.map +1 -0
  186. package/dist/collection/components/picker/menu/style.css +44 -0
  187. package/dist/collection/components/picker/option/index.js +298 -0
  188. package/dist/collection/components/picker/option/index.js.map +1 -0
  189. package/dist/collection/components/picker/option/style.css +30 -0
  190. package/dist/collection/components/picker/slot-elements/index.js +109 -0
  191. package/dist/collection/components/picker/slot-elements/index.js.map +1 -0
  192. package/dist/collection/components/picker/slot-elements/style.css +3 -0
  193. package/dist/collection/components/picker/slotted-elements/index.js +84 -0
  194. package/dist/collection/components/picker/slotted-elements/index.js.map +1 -0
  195. package/dist/collection/components/picker/slotted-elements/style.css +3 -0
  196. package/dist/collection/components/picker/style.css +76 -136
  197. package/dist/collection/components/popup/index.js +5 -5
  198. package/dist/collection/components/popup/index.js.map +1 -1
  199. package/dist/collection/components/popup/style.css +4 -4
  200. package/dist/collection/components/select-demo/index.js +0 -87
  201. package/dist/collection/components/select-demo/index.js.map +1 -1
  202. package/dist/collection/components/spinner/style.css +1 -0
  203. package/dist/collection/components/submit/index.js +64 -5
  204. package/dist/collection/components/submit/index.js.map +1 -1
  205. package/dist/collection/components/submit/style.css +226 -0
  206. package/dist/collection/components/summary/index.js +46 -4
  207. package/dist/collection/components/summary/index.js.map +1 -1
  208. package/dist/collection/components/summary/style.css +25 -16
  209. package/dist/collection/components/svg/style.css +2 -2
  210. package/dist/collection/components/table/cell/index.js +1 -1
  211. package/dist/collection/components/table/cell/index.js.map +1 -1
  212. package/dist/collection/components/table/cell/style.css +18 -11
  213. package/dist/collection/components/table/demo/filtered/Root.js.map +1 -1
  214. package/dist/collection/components/table/demo/filtered/index.js +25 -18
  215. package/dist/collection/components/table/demo/filtered/index.js.map +1 -1
  216. package/dist/collection/components/table/demo/filtered/style.css +9 -0
  217. package/dist/collection/components/table/demo/index.js +2 -9
  218. package/dist/collection/components/table/demo/index.js.map +1 -1
  219. package/dist/collection/components/table/demo/style.css +7 -0
  220. package/dist/collection/components/table/demo/testing/data.js +28 -0
  221. package/dist/collection/components/table/demo/testing/data.js.map +1 -0
  222. package/dist/collection/components/table/demo/testing/index.js +28 -0
  223. package/dist/collection/components/table/demo/testing/index.js.map +1 -0
  224. package/dist/collection/components/table/demo/testing/style.css +32 -0
  225. package/dist/collection/components/table/expandable/cell/index.js +14 -33
  226. package/dist/collection/components/table/expandable/cell/index.js.map +1 -1
  227. package/dist/collection/components/table/expandable/cell/style.css +32 -25
  228. package/dist/collection/components/table/expandable/row/index.js +9 -51
  229. package/dist/collection/components/table/expandable/row/index.js.map +1 -1
  230. package/dist/collection/components/table/expandable/row/style.css +32 -29
  231. package/dist/collection/components/table/footer/index.js +19 -0
  232. package/dist/collection/components/table/footer/index.js.map +1 -0
  233. package/dist/collection/components/table/footer/style.css +10 -0
  234. package/dist/collection/components/table/header/style.css +2 -3
  235. package/dist/collection/components/table/index.js +55 -12
  236. package/dist/collection/components/table/index.js.map +1 -1
  237. package/dist/collection/components/table/row/index.js +37 -5
  238. package/dist/collection/components/table/row/index.js.map +1 -1
  239. package/dist/collection/components/table/row/style.css +4 -1
  240. package/dist/collection/components/table/style.css +0 -2
  241. package/dist/collection/components/theme/color/index.js +48 -0
  242. package/dist/collection/components/theme/color/index.js.map +1 -0
  243. package/dist/collection/components/theme/color/style.css +8 -0
  244. package/dist/collection/components/theme/color/variant/index.js +66 -0
  245. package/dist/collection/components/theme/color/variant/index.js.map +1 -0
  246. package/dist/collection/components/theme/color/variant/style.css +18 -0
  247. package/dist/collection/components/theme/colors/index.js +30 -0
  248. package/dist/collection/components/theme/colors/index.js.map +1 -0
  249. package/dist/collection/components/theme/colors/style.css +7 -0
  250. package/dist/collection/components/theme/picker/index.js +48 -0
  251. package/dist/collection/components/theme/picker/index.js.map +1 -0
  252. package/dist/collection/components/theme/picker/style.css +0 -0
  253. package/dist/collection/components/toggle-switch/index.js +69 -17
  254. package/dist/collection/components/toggle-switch/index.js.map +1 -1
  255. package/dist/collection/components/toggle-switch/style.css +19 -12
  256. package/dist/collection/components/trigger-source/index.js +3 -3
  257. package/dist/collection/components/trigger-source/index.js.map +1 -1
  258. package/dist/collection/global/Observers.js +22 -0
  259. package/dist/collection/global/Observers.js.map +1 -0
  260. package/dist/collection/global/index.js +5 -0
  261. package/dist/collection/global/index.js.map +1 -0
  262. package/dist/collection/index.js +2 -2
  263. package/dist/collection/index.js.map +1 -1
  264. package/dist/collection/model/Color.js +18 -1
  265. package/dist/collection/model/Color.js.map +1 -1
  266. package/dist/collection/{components/form → model}/Data.js +8 -1
  267. package/dist/collection/model/Data.js.map +1 -0
  268. package/dist/collection/model/Icon.js +23 -0
  269. package/dist/collection/model/Icon.js.map +1 -0
  270. package/dist/collection/model/Listenable.js +17 -4
  271. package/dist/collection/model/Listenable.js.map +1 -1
  272. package/dist/collection/model/Notice.js +1 -1
  273. package/dist/collection/model/Notice.js.map +1 -1
  274. package/dist/collection/model/Option.js.map +1 -1
  275. package/dist/collection/model/index.js +4 -0
  276. package/dist/collection/model/index.js.map +1 -1
  277. package/dist/collection/model/redirect.js +8 -0
  278. package/dist/collection/model/redirect.js.map +1 -0
  279. package/dist/collection/smoothly.js +3 -0
  280. package/dist/collection/smoothly.js.map +1 -0
  281. package/dist/custom-elements/index.d.ts +176 -50
  282. package/dist/custom-elements/index.js +13394 -29834
  283. package/dist/custom-elements/index.js.map +1 -1
  284. package/dist/esm/{Listenable-fb6f4723.js → Data-0390d600.js} +518 -7
  285. package/dist/esm/Data-0390d600.js.map +1 -0
  286. package/dist/esm/Observers-5f08e828.js +25 -0
  287. package/dist/esm/Observers-5f08e828.js.map +1 -0
  288. package/dist/esm/TimeZone-c8df4905.js +6181 -0
  289. package/dist/esm/TimeZone-c8df4905.js.map +1 -0
  290. package/dist/esm/getLanguage-1e9ec036.js +6116 -0
  291. package/dist/esm/getLanguage-1e9ec036.js.map +1 -0
  292. package/dist/esm/{index-6ac4212d.js → index-258984d3.js} +55 -2
  293. package/dist/esm/index-258984d3.js.map +1 -0
  294. package/dist/esm/index.js +20 -5
  295. package/dist/esm/index.js.map +1 -1
  296. package/dist/esm/loader.js +5 -4
  297. package/dist/esm/loader.js.map +1 -1
  298. package/dist/esm/{Notice-1fa17794.js → redirect-b0f87e88.js} +11 -3
  299. package/dist/esm/redirect-b0f87e88.js.map +1 -0
  300. package/dist/esm/smoothly-accordion-item.entry.js +57 -0
  301. package/dist/esm/smoothly-accordion-item.entry.js.map +1 -0
  302. package/dist/esm/smoothly-accordion.entry.js +54 -0
  303. package/dist/esm/smoothly-accordion.entry.js.map +1 -0
  304. package/dist/esm/smoothly-address-display.entry.js +1 -1
  305. package/dist/esm/smoothly-address.entry.js +1 -1
  306. package/dist/esm/smoothly-addresses.entry.js +1 -1
  307. package/dist/esm/smoothly-app_80.entry.js +10814 -0
  308. package/dist/esm/smoothly-app_80.entry.js.map +1 -0
  309. package/dist/esm/smoothly-checkbox.entry.js +98 -0
  310. package/dist/esm/smoothly-checkbox.entry.js.map +1 -0
  311. package/dist/esm/smoothly-color.entry.js +1 -1
  312. package/dist/esm/smoothly-country.entry.js +10 -9
  313. package/dist/esm/smoothly-country.entry.js.map +1 -1
  314. package/dist/esm/smoothly-display-date-time.entry.js +22 -0
  315. package/dist/esm/smoothly-display-date-time.entry.js.map +1 -0
  316. package/dist/esm/smoothly-google-font.entry.js +1 -1
  317. package/dist/esm/smoothly-reorder.entry.js +1 -1
  318. package/dist/esm/smoothly-trigger-sink.entry.js +2 -2
  319. package/dist/esm/smoothly-trigger-source.entry.js +4 -4
  320. package/dist/esm/smoothly-trigger-source.entry.js.map +1 -1
  321. package/dist/esm/smoothly.js +5 -4
  322. package/dist/esm/smoothly.js.map +1 -1
  323. package/dist/smoothly/index.esm.js +1 -1
  324. package/dist/smoothly/index.esm.js.map +1 -1
  325. package/dist/smoothly/{p-04fb45e1.entry.js → p-12182a73.entry.js} +2 -2
  326. package/dist/smoothly/{p-5629e452.entry.js → p-127dcc56.entry.js} +2 -2
  327. package/dist/smoothly/p-21905b32.entry.js +2 -0
  328. package/dist/smoothly/p-21905b32.entry.js.map +1 -0
  329. package/dist/smoothly/p-312ef066.js +2 -0
  330. package/dist/smoothly/p-312ef066.js.map +1 -0
  331. package/dist/smoothly/p-47151a53.entry.js +2 -0
  332. package/dist/smoothly/p-5e387578.js +3 -0
  333. package/dist/smoothly/p-5e387578.js.map +1 -0
  334. package/dist/smoothly/{p-0fec28cc.entry.js → p-6aebb818.entry.js} +2 -2
  335. package/dist/smoothly/p-6e9aca2e.entry.js +2 -0
  336. package/dist/smoothly/p-6e9aca2e.entry.js.map +1 -0
  337. package/dist/smoothly/{p-ae467192.entry.js → p-7bf147bf.entry.js} +2 -2
  338. package/dist/smoothly/p-823e02b0.entry.js +2 -0
  339. package/dist/smoothly/p-823e02b0.entry.js.map +1 -0
  340. package/dist/smoothly/p-9b828bde.js +2 -0
  341. package/dist/smoothly/p-9b828bde.js.map +1 -0
  342. package/dist/smoothly/p-a0ebd646.entry.js +2 -0
  343. package/dist/smoothly/p-a0ebd646.entry.js.map +1 -0
  344. package/dist/smoothly/{p-b3eef141.entry.js → p-b3eac6af.entry.js} +2 -2
  345. package/dist/smoothly/p-b9165e1d.entry.js +2 -0
  346. package/dist/smoothly/p-b9165e1d.entry.js.map +1 -0
  347. package/dist/smoothly/p-c833c402.js +2 -0
  348. package/dist/smoothly/p-c833c402.js.map +1 -0
  349. package/dist/smoothly/{p-3a6873ed.entry.js → p-cb493516.entry.js} +2 -2
  350. package/dist/smoothly/p-ede93d69.js +2 -0
  351. package/dist/smoothly/p-ede93d69.js.map +1 -0
  352. package/dist/smoothly/p-eef1c80b.entry.js +2 -0
  353. package/dist/smoothly/p-eef1c80b.entry.js.map +1 -0
  354. package/dist/smoothly/p-f125610c.entry.js +2 -0
  355. package/dist/smoothly/p-f125610c.entry.js.map +1 -0
  356. package/dist/smoothly/p-fa664317.js +2 -0
  357. package/dist/smoothly/p-fa664317.js.map +1 -0
  358. package/dist/smoothly/smoothly.esm.js +1 -1
  359. package/dist/smoothly/smoothly.esm.js.map +1 -1
  360. package/dist/types/components/Button.d.ts +1 -2
  361. package/dist/types/components/accordion/index.d.ts +1 -1
  362. package/dist/types/components/accordion-item/index.d.ts +5 -4
  363. package/dist/types/components/app/index.d.ts +23 -10
  364. package/dist/types/components/app/room/index.d.ts +21 -7
  365. package/dist/types/components/app-demo/index.d.ts +1 -0
  366. package/dist/types/components/backtotop/index.d.ts +1 -1
  367. package/dist/types/components/burger/index.d.ts +7 -2
  368. package/dist/types/components/button/index.d.ts +2 -2
  369. package/dist/types/components/calendar/index.d.ts +5 -5
  370. package/dist/types/components/checkbox/index.d.ts +7 -3
  371. package/dist/types/components/confirm/index.d.ts +19 -0
  372. package/dist/types/components/filter/Filter.d.ts +21 -0
  373. package/dist/types/components/filter/field/index.d.ts +10 -0
  374. package/dist/types/components/filter/index.d.ts +13 -12
  375. package/dist/types/components/filter/input/index.d.ts +15 -23
  376. package/dist/types/components/filter/picker/index.d.ts +24 -0
  377. package/dist/types/components/filter/toggle/index.d.ts +22 -0
  378. package/dist/types/components/form/index.d.ts +23 -7
  379. package/dist/types/components/icon/index.d.ts +3 -9
  380. package/dist/types/components/input/Editable.d.ts +20 -0
  381. package/dist/types/components/input/Input.d.ts +22 -0
  382. package/dist/types/components/input/Looks.d.ts +7 -0
  383. package/dist/types/components/input/Submittable.d.ts +6 -0
  384. package/dist/types/components/input/checkbox/index.d.ts +20 -0
  385. package/dist/types/components/input/clear/index.d.ts +17 -0
  386. package/dist/types/components/input/color/index.d.ts +24 -0
  387. package/dist/types/components/input/date/index.d.ts +28 -0
  388. package/dist/types/components/input/date/range/index.d.ts +33 -0
  389. package/dist/types/components/input/demo/index.d.ts +6 -0
  390. package/dist/types/components/input/edit/index.d.ts +17 -0
  391. package/dist/types/components/input/file/index.d.ts +24 -0
  392. package/dist/types/components/input/index.d.ts +30 -11
  393. package/dist/types/components/{input-month → input/month}/index.d.ts +2 -2
  394. package/dist/types/components/input/radio/Selected.d.ts +10 -0
  395. package/dist/types/components/input/radio/index.d.ts +35 -0
  396. package/dist/types/components/input/radio/item/index.d.ts +15 -0
  397. package/dist/types/components/input/range/index.d.ts +24 -0
  398. package/dist/types/components/input/reset/index.d.ts +18 -0
  399. package/dist/types/components/input/select/index.d.ts +36 -0
  400. package/dist/types/components/input/submit/index.d.ts +17 -0
  401. package/dist/types/components/item/index.d.ts +1 -1
  402. package/dist/types/components/label/index.d.ts +6 -0
  403. package/dist/types/components/lazy/index.d.ts +7 -0
  404. package/dist/types/components/load-more/index.d.ts +11 -0
  405. package/dist/types/components/notification/index.d.ts +3 -1
  406. package/dist/types/components/picker/demo/index.d.ts +22 -0
  407. package/dist/types/components/picker/index.d.ts +33 -45
  408. package/dist/types/components/picker/menu/index.d.ts +54 -0
  409. package/dist/types/components/picker/option/index.d.ts +23 -0
  410. package/dist/types/components/picker/slot-elements/index.d.ts +15 -0
  411. package/dist/types/components/picker/slotted-elements/index.d.ts +8 -0
  412. package/dist/types/components/popup/index.d.ts +1 -1
  413. package/dist/types/components/select-demo/index.d.ts +0 -9
  414. package/dist/types/components/submit/index.d.ts +6 -1
  415. package/dist/types/components/summary/index.d.ts +4 -0
  416. package/dist/types/components/table/demo/filtered/Root.d.ts +2 -0
  417. package/dist/types/components/table/demo/filtered/index.d.ts +7 -7
  418. package/dist/types/components/table/demo/index.d.ts +1 -1
  419. package/dist/types/components/table/demo/testing/data.d.ts +5 -0
  420. package/dist/types/components/table/demo/testing/index.d.ts +4 -0
  421. package/dist/types/components/table/expandable/cell/index.d.ts +4 -5
  422. package/dist/types/components/table/expandable/row/index.d.ts +3 -8
  423. package/dist/types/components/table/footer/index.d.ts +3 -0
  424. package/dist/types/components/table/index.d.ts +6 -3
  425. package/dist/types/components/table/row/index.d.ts +3 -1
  426. package/dist/types/components/theme/color/index.d.ts +5 -0
  427. package/dist/types/components/theme/color/variant/index.d.ts +6 -0
  428. package/dist/types/components/theme/colors/index.d.ts +3 -0
  429. package/dist/types/components/theme/picker/index.d.ts +4 -0
  430. package/dist/types/components/toggle-switch/index.d.ts +7 -2
  431. package/dist/types/components/trigger-source/index.d.ts +1 -1
  432. package/dist/types/components.d.ts +914 -347
  433. package/dist/types/global/Observers.d.ts +8 -0
  434. package/dist/types/global/index.d.ts +4 -0
  435. package/dist/types/index.d.ts +1 -3
  436. package/dist/types/model/Color.d.ts +7 -1
  437. package/dist/types/{components/form → model}/Data.d.ts +4 -0
  438. package/dist/types/model/Icon.d.ts +8 -0
  439. package/dist/types/model/Listenable.d.ts +10 -1
  440. package/dist/types/model/Notice.d.ts +1 -1
  441. package/dist/types/model/Option.d.ts +24 -6
  442. package/dist/types/model/index.d.ts +3 -0
  443. package/dist/types/model/redirect.d.ts +1 -0
  444. package/dist/types/smoothly.d.ts +3 -0
  445. package/package.json +7 -6
  446. package/dist/cjs/Listenable-63ea2d90.js.map +0 -1
  447. package/dist/cjs/Notice-88ba4c70.js.map +0 -1
  448. package/dist/cjs/getLanguage-4f0a45d5.js +0 -12227
  449. package/dist/cjs/getLanguage-4f0a45d5.js.map +0 -1
  450. package/dist/cjs/index-8adc5c1b.js.map +0 -1
  451. package/dist/cjs/index-d16d46f4.js +0 -1224
  452. package/dist/cjs/index-d16d46f4.js.map +0 -1
  453. package/dist/cjs/smoothly-accordion_62.cjs.entry.js +0 -28199
  454. package/dist/cjs/smoothly-accordion_62.cjs.entry.js.map +0 -1
  455. package/dist/cjs/smoothly-radio-group.cjs.entry.js +0 -22
  456. package/dist/cjs/smoothly-radio-group.cjs.entry.js.map +0 -1
  457. package/dist/collection/components/filter/Clearable.js.map +0 -1
  458. package/dist/collection/components/form/Clearable.js +0 -8
  459. package/dist/collection/components/form/Clearable.js.map +0 -1
  460. package/dist/collection/components/form/Data.js.map +0 -1
  461. package/dist/collection/components/input-date/index.js +0 -206
  462. package/dist/collection/components/input-date/index.js.map +0 -1
  463. package/dist/collection/components/input-date/style.css +0 -40
  464. package/dist/collection/components/input-date-range/index.js.map +0 -1
  465. package/dist/collection/components/input-date-range/style.css +0 -51
  466. package/dist/collection/components/input-demo/index.js +0 -45
  467. package/dist/collection/components/input-demo/index.js.map +0 -1
  468. package/dist/collection/components/input-demo/style.css +0 -4
  469. package/dist/collection/components/input-month/index.js.map +0 -1
  470. package/dist/collection/components/menu-options/index.js +0 -413
  471. package/dist/collection/components/menu-options/index.js.map +0 -1
  472. package/dist/collection/components/menu-options/style.css +0 -18
  473. package/dist/collection/components/option/index.js +0 -270
  474. package/dist/collection/components/option/index.js.map +0 -1
  475. package/dist/collection/components/option/style.css +0 -42
  476. package/dist/collection/components/radio/index.js.map +0 -1
  477. package/dist/collection/components/radio/style.css +0 -31
  478. package/dist/collection/components/radio-button/Selected.js +0 -2
  479. package/dist/collection/components/radio-button/Selected.js.map +0 -1
  480. package/dist/collection/components/radio-button/index.js +0 -137
  481. package/dist/collection/components/radio-button/index.js.map +0 -1
  482. package/dist/collection/components/radio-button/item/index.js +0 -117
  483. package/dist/collection/components/radio-button/item/index.js.map +0 -1
  484. package/dist/collection/components/radio-button/item/style.css +0 -85
  485. package/dist/collection/components/radio-group/index.js +0 -43
  486. package/dist/collection/components/radio-group/index.js.map +0 -1
  487. package/dist/collection/components/radio-group/style.css +0 -36
  488. package/dist/collection/components/select/index.js +0 -108
  489. package/dist/collection/components/select/index.js.map +0 -1
  490. package/dist/collection/components/select/style.css +0 -20
  491. package/dist/collection/components/selector/index.js +0 -234
  492. package/dist/collection/components/selector/index.js.map +0 -1
  493. package/dist/collection/components/selector/style.css +0 -46
  494. package/dist/custom-elements/index2.js +0 -1222
  495. package/dist/custom-elements/index2.js.map +0 -1
  496. package/dist/esm/Listenable-fb6f4723.js.map +0 -1
  497. package/dist/esm/Notice-1fa17794.js.map +0 -1
  498. package/dist/esm/getLanguage-ffacd7b7.js +0 -12225
  499. package/dist/esm/getLanguage-ffacd7b7.js.map +0 -1
  500. package/dist/esm/index-6ac4212d.js.map +0 -1
  501. package/dist/esm/index-d5330059.js +0 -1222
  502. package/dist/esm/index-d5330059.js.map +0 -1
  503. package/dist/esm/smoothly-accordion_62.entry.js +0 -28134
  504. package/dist/esm/smoothly-accordion_62.entry.js.map +0 -1
  505. package/dist/esm/smoothly-radio-group.entry.js +0 -18
  506. package/dist/esm/smoothly-radio-group.entry.js.map +0 -1
  507. package/dist/smoothly/p-06337b89.js +0 -2
  508. package/dist/smoothly/p-06337b89.js.map +0 -1
  509. package/dist/smoothly/p-16cba662.entry.js +0 -2
  510. package/dist/smoothly/p-16cba662.entry.js.map +0 -1
  511. package/dist/smoothly/p-3ad51805.entry.js +0 -2
  512. package/dist/smoothly/p-3ad51805.entry.js.map +0 -1
  513. package/dist/smoothly/p-5e34795b.js +0 -2
  514. package/dist/smoothly/p-5e34795b.js.map +0 -1
  515. package/dist/smoothly/p-75373584.js +0 -2
  516. package/dist/smoothly/p-75373584.js.map +0 -1
  517. package/dist/smoothly/p-75452eb8.js +0 -2
  518. package/dist/smoothly/p-75452eb8.js.map +0 -1
  519. package/dist/smoothly/p-ae33d7e1.entry.js +0 -2
  520. package/dist/smoothly/p-ae33d7e1.entry.js.map +0 -1
  521. package/dist/smoothly/p-b98cd447.js +0 -3
  522. package/dist/smoothly/p-b98cd447.js.map +0 -1
  523. package/dist/smoothly/p-c109fc66.entry.js +0 -2
  524. package/dist/smoothly/p-c109fc66.entry.js.map +0 -1
  525. package/dist/smoothly/p-f29cc9ff.entry.js +0 -2
  526. package/dist/types/components/form/Clearable.d.ts +0 -6
  527. package/dist/types/components/input-date/index.d.ts +0 -14
  528. package/dist/types/components/input-date-range/index.d.ts +0 -23
  529. package/dist/types/components/input-demo/index.d.ts +0 -3
  530. package/dist/types/components/menu-options/index.d.ts +0 -35
  531. package/dist/types/components/option/index.d.ts +0 -32
  532. package/dist/types/components/radio/index.d.ts +0 -13
  533. package/dist/types/components/radio-button/Selected.d.ts +0 -5
  534. package/dist/types/components/radio-button/index.d.ts +0 -15
  535. package/dist/types/components/radio-button/item/index.d.ts +0 -12
  536. package/dist/types/components/radio-group/index.d.ts +0 -4
  537. package/dist/types/components/select/index.d.ts +0 -14
  538. package/dist/types/components/selector/index.d.ts +0 -23
  539. /package/dist/collection/components/{filter → input}/Clearable.js +0 -0
  540. /package/dist/collection/components/{input-month → input/month}/style.css +0 -0
  541. /package/dist/collection/components/{radio-button → lazy}/style.css +0 -0
  542. /package/dist/smoothly/{p-04fb45e1.entry.js.map → p-12182a73.entry.js.map} +0 -0
  543. /package/dist/smoothly/{p-5629e452.entry.js.map → p-127dcc56.entry.js.map} +0 -0
  544. /package/dist/smoothly/{p-f29cc9ff.entry.js.map → p-47151a53.entry.js.map} +0 -0
  545. /package/dist/smoothly/{p-0fec28cc.entry.js.map → p-6aebb818.entry.js.map} +0 -0
  546. /package/dist/smoothly/{p-ae467192.entry.js.map → p-7bf147bf.entry.js.map} +0 -0
  547. /package/dist/smoothly/{p-b3eef141.entry.js.map → p-b3eac6af.entry.js.map} +0 -0
  548. /package/dist/smoothly/{p-3a6873ed.entry.js.map → p-cb493516.entry.js.map} +0 -0
  549. /package/dist/types/components/{filter → input}/Clearable.d.ts +0 -0
@@ -5,17 +5,26 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
+ import { SmoothlyAccordion } from "./components/accordion";
8
9
  import { address } from "./components/address-display";
9
10
  import { address as address1 } from "./components/address-display/index";
10
- import { Color, Fill, Message, Notice, Option, Trigger } from "./model";
11
- import { CountryCode, Currency, Date, DateRange, DateTime } from "isoly";
12
- import { Direction, Type } from "tidily";
13
- import { Criteria } from "selectively";
14
- import { Data } from "./components/form/Data";
11
+ import { Color, Data, Fill, Icon, Message, Notice, Option, Trigger } from "./model";
12
+ import { FunctionalComponent, JSX } from "./stencil-public-runtime";
13
+ import { Button } from "./components/Button";
14
+ import { CountryCode, Currency, Date, DateRange, DateTime, isoly } from "isoly";
15
+ import { tidily, Type } from "tidily";
16
+ import { selectively } from "selectively";
17
+ import { Filter } from "./components/filter/Filter";
18
+ import { Looks } from "./components/input/Looks";
19
+ import { Editable } from "./components/input/Editable";
15
20
  import { GoogleFont } from "./model/GoogleFont";
16
- import { Selected } from "./components/radio-button/Selected";
21
+ import { Selectable } from "./components/input/radio/Selected";
22
+ import { Controls } from "./components/picker/menu";
23
+ import { Controls as Controls1 } from "./components/picker/menu/index";
24
+ import { Slot } from "./components/picker/slot-elements/index";
17
25
  export namespace Components {
18
26
  interface SmoothlyAccordion {
27
+ "removeItem": (el: HTMLSmoothlyAccordionItemElement) => Promise<void>;
19
28
  "value"?: string;
20
29
  }
21
30
  interface SmoothlyAccordionItem {
@@ -37,20 +46,26 @@ export namespace Components {
37
46
  }
38
47
  interface SmoothlyApp {
39
48
  "color": Color;
49
+ "home"?: string;
40
50
  "label": string;
41
51
  "menuOpen": boolean;
52
+ "selectRoom": (path: string) => Promise<void>;
42
53
  }
43
54
  interface SmoothlyAppDemo {
44
55
  "baseUrl": string;
45
56
  }
46
57
  interface SmoothlyAppRoom {
47
- "icon"?: string;
58
+ "content"?: JSX.Element | FunctionalComponent;
59
+ "disabled": boolean;
60
+ "getContent": () => Promise<HTMLElement | undefined>;
61
+ "icon"?: Icon;
48
62
  "label"?: string;
49
63
  "path": string | URLPattern;
50
64
  "selected"?: boolean;
65
+ "setSelected": (selected: boolean, options?: { history?: boolean; }) => Promise<void>;
51
66
  "to"?: string;
52
67
  }
53
- interface SmoothlyBacktotop {
68
+ interface SmoothlyBackToTop {
54
69
  "bottom": string;
55
70
  "opacity": string;
56
71
  "right": string;
@@ -63,12 +78,22 @@ export namespace Components {
63
78
  interface SmoothlyButton {
64
79
  "color"?: Color;
65
80
  "disabled": boolean;
66
- "download"?: boolean;
67
81
  "expand"?: "block" | "full";
68
82
  "fill"?: Fill;
69
83
  "link"?: string;
70
84
  "shape"?: "rounded";
71
85
  "size": "small" | "large" | "icon" | "flexible";
86
+ "type": Button.Properties["type"];
87
+ }
88
+ interface SmoothlyButtonConfirm {
89
+ "color"?: Color;
90
+ "disabled": boolean;
91
+ "doubleClickTime": number;
92
+ "expand"?: "block" | "full";
93
+ "fill"?: Fill;
94
+ "name": string;
95
+ "shape"?: "rounded";
96
+ "size": "small" | "large" | "icon" | "flexible";
72
97
  "type": "link" | "button";
73
98
  }
74
99
  interface SmoothlyButtonDemo {
@@ -84,11 +109,13 @@ export namespace Components {
84
109
  }
85
110
  interface SmoothlyCheckbox {
86
111
  "checked": boolean;
112
+ "clear": () => Promise<void>;
87
113
  "disabled": boolean;
88
114
  "intermediate": boolean;
89
115
  "name": string;
90
116
  "size": "tiny" | "small" | "medium" | "large";
91
117
  "toggle": () => Promise<void>;
118
+ "unavailable": boolean;
92
119
  "value": any;
93
120
  }
94
121
  interface SmoothlyColor {
@@ -127,36 +154,44 @@ export namespace Components {
127
154
  interface SmoothlyDisplayDemo {
128
155
  }
129
156
  interface SmoothlyFilter {
130
- "clear": (event: MouseEvent) => Promise<void>;
131
- "criteria": Record<string, Criteria>;
132
- "inputValue": Criteria;
133
- "placeholder": string | undefined;
134
157
  }
135
- interface SmoothlyFilterInput {
136
- "autocomplete": boolean;
158
+ interface SmoothlyFilterField {
137
159
  "clear": () => Promise<void>;
138
- "comparison": "equals" | "less" | "greater" | "starts" | "ends" | "includes";
139
- "currency"?: Currency;
140
- "disabled": boolean;
141
- "maxLength": number;
142
- "minLength": number;
143
- "name": string;
144
- "pattern"?: RegExp;
145
- "placeholder"?: string;
146
- "readonly": boolean;
147
- "required": boolean;
148
- "showLabel": boolean;
149
- "type": string;
150
- "value": string;
160
+ "criteria": selectively.Criteria;
161
+ }
162
+ interface SmoothlyFilterInput {
163
+ "placeholder": string;
164
+ "property": string;
165
+ }
166
+ interface SmoothlyFilterPicker {
167
+ "label": string;
168
+ "multiple": boolean;
169
+ "property": string;
170
+ }
171
+ interface SmoothlyFilterToggle {
172
+ "active": boolean;
173
+ "flip": boolean;
174
+ "icon": Icon;
175
+ "not": boolean;
176
+ "properties": Record<string, string>;
177
+ "toolTip": string;
151
178
  }
152
179
  interface SmoothlyForm {
153
180
  "action"?: string;
181
+ "changed": boolean;
154
182
  "clear": () => Promise<void>;
155
- "looks": "plain" | "grid" | "border" | "line";
183
+ "color"?: Color;
184
+ "edit": (editable: boolean) => Promise<void>;
185
+ "listen": (property: "changed", listener: (parent: Editable) => Promise<void>) => Promise<void>;
186
+ "looks": Looks;
156
187
  "method"?: "GET" | "POST";
157
188
  "name"?: string;
189
+ "prevent": boolean;
158
190
  "processing": boolean;
191
+ "readonly": boolean;
192
+ "reset": () => Promise<void>;
159
193
  "submit": () => Promise<void>;
194
+ "value": Readonly<Data>;
160
195
  }
161
196
  interface SmoothlyFrame {
162
197
  "name": string;
@@ -170,7 +205,7 @@ export namespace Components {
170
205
  interface SmoothlyIcon {
171
206
  "color": Color;
172
207
  "fill": Fill;
173
- "name"?: string;
208
+ "name": Icon | "empty";
174
209
  "size": "tiny" | "small" | "medium" | "large";
175
210
  "toolTip"?: string;
176
211
  }
@@ -178,102 +213,219 @@ export namespace Components {
178
213
  }
179
214
  interface SmoothlyInput {
180
215
  "autocomplete": boolean;
216
+ "changed": boolean;
181
217
  "clear": () => Promise<void>;
182
- "currency"?: Currency;
218
+ "color"?: Color;
219
+ "currency"?: isoly.Currency;
220
+ "delay": number;
183
221
  "disabled": boolean;
222
+ "edit": (editable: boolean) => Promise<void>;
184
223
  "getFormData": (name: string) => Promise<Record<string, any>>;
185
- "maxLength": number;
186
- "minLength": number;
224
+ "listen": (property: "changed", listener: (parent: Editable) => Promise<void>) => Promise<void>;
225
+ "looks": Looks;
187
226
  "name": string;
188
- "pattern": RegExp | undefined;
189
227
  "placeholder": string | undefined;
190
228
  "readonly": boolean;
191
229
  "required": boolean;
230
+ "reset": () => Promise<void>;
192
231
  "setKeepFocusOnReRender": (keepFocus: boolean) => Promise<void>;
193
- "setSelectionRange": (start: number, end: number, direction?: Direction) => Promise<void>;
232
+ "setSelectionRange": (start: number, end: number, direction?: tidily.Direction) => Promise<void>;
194
233
  "showLabel": boolean;
195
- "type": string;
234
+ "type": tidily.Type;
196
235
  "value": any;
197
236
  }
237
+ interface SmoothlyInputCheckbox {
238
+ "checked": boolean;
239
+ "clear": () => Promise<void>;
240
+ "disabled": boolean;
241
+ "looks": Looks;
242
+ "name": string;
243
+ "value": Data[string];
244
+ }
245
+ interface SmoothlyInputClear {
246
+ "color"?: Color;
247
+ "disabled": boolean;
248
+ "display": boolean;
249
+ "expand"?: "block" | "full";
250
+ "fill"?: Fill;
251
+ "shape"?: "rounded";
252
+ "size": "small" | "large" | "icon" | "flexible";
253
+ "type": "form" | "input";
254
+ }
255
+ interface SmoothlyInputColor {
256
+ "clear": () => Promise<void>;
257
+ "looks": Looks;
258
+ "name": string;
259
+ "value": string | undefined;
260
+ }
198
261
  interface SmoothlyInputDate {
262
+ "clear": () => Promise<void>;
263
+ "color"?: Color;
199
264
  "disabled": boolean;
265
+ "looks": Looks;
200
266
  "max": Date;
201
267
  "min": Date;
202
268
  "name": string;
203
269
  "open": boolean;
270
+ "showLabel": boolean;
204
271
  "value"?: Date;
205
272
  }
206
273
  interface SmoothlyInputDateRange {
207
- "end"?: Date;
274
+ "clear": () => Promise<void>;
275
+ "color"?: Color;
276
+ "end"?: isoly.Date;
208
277
  "labelEnd": string;
209
278
  "labelStart": string;
210
- "max": Date;
211
- "min": Date;
279
+ "looks": Looks;
280
+ "max": isoly.Date;
281
+ "min": isoly.Date;
282
+ "name": string;
212
283
  "open": boolean;
213
284
  "showLabel": boolean;
214
- "start"?: Date;
215
- "value"?: Date;
285
+ "start"?: isoly.Date;
286
+ "value"?: isoly.Date;
216
287
  }
217
288
  interface SmoothlyInputDemo {
218
289
  }
290
+ interface SmoothlyInputEdit {
291
+ "color"?: Color;
292
+ "disabled": boolean;
293
+ "display": boolean;
294
+ "expand"?: "block" | "full";
295
+ "fill"?: Fill;
296
+ "shape"?: "rounded";
297
+ "size": "flexible" | "small" | "large" | "icon";
298
+ "type": "link" | "button";
299
+ }
300
+ interface SmoothlyInputFile {
301
+ "accept"?: string;
302
+ "camera": "front" | "back";
303
+ "clear": () => Promise<void>;
304
+ "color"?: Color;
305
+ "looks": Looks;
306
+ "name": string;
307
+ "placeholder": string | undefined;
308
+ "showLabel": boolean;
309
+ "value"?: File;
310
+ }
219
311
  interface SmoothlyInputMonth {
220
312
  "value"?: Date;
221
313
  }
314
+ interface SmoothlyInputRadio {
315
+ "changed": boolean;
316
+ "clear": () => Promise<void>;
317
+ "clearable"?: boolean;
318
+ "edit": (editable: boolean) => Promise<void>;
319
+ "listen": (property: "changed", listener: (parent: Editable) => Promise<void>) => Promise<void>;
320
+ "looks": Looks;
321
+ "name": string;
322
+ "readonly": boolean;
323
+ "reset": () => Promise<void>;
324
+ "value": any;
325
+ }
326
+ interface SmoothlyInputRadioItem {
327
+ "looks": Looks;
328
+ "name": string;
329
+ "selected": boolean;
330
+ "value": any;
331
+ }
332
+ interface SmoothlyInputRange {
333
+ "clear": () => Promise<void>;
334
+ "labelText"?: string;
335
+ "looks": Looks;
336
+ "max": number;
337
+ "min": number;
338
+ "name": string;
339
+ "outputSide": "right" | "left";
340
+ "step": number | "any";
341
+ "value": number | undefined;
342
+ }
343
+ interface SmoothlyInputReset {
344
+ "color"?: Color;
345
+ "disabled": boolean;
346
+ "display": boolean;
347
+ "expand"?: "block" | "full";
348
+ "fill"?: Fill;
349
+ "shape"?: "rounded";
350
+ "size": "small" | "large" | "icon" | "flexible";
351
+ "type": "form" | "input";
352
+ }
353
+ interface SmoothlyInputSelect {
354
+ "color"?: Color;
355
+ "initialPrompt"?: string;
356
+ "initialValue"?: unknown;
357
+ "looks": Looks;
358
+ "menuHeight"?: `${number}${"items" | "rem" | "px" | "vh"}`;
359
+ "name": string;
360
+ "reset": () => Promise<void>;
361
+ "showSelected"?: boolean;
362
+ "type"?: "icon";
363
+ }
364
+ interface SmoothlyInputSubmit {
365
+ "color"?: Color;
366
+ "disabled": boolean;
367
+ "display": boolean;
368
+ "expand"?: "block" | "full";
369
+ "fill"?: Fill;
370
+ "shape"?: "rounded";
371
+ "size": "flexible" | "small" | "large" | "icon";
372
+ "type": "link" | "button";
373
+ }
222
374
  interface SmoothlyItem {
223
375
  "filter": (filter: string) => Promise<boolean>;
224
376
  "marked": boolean;
225
377
  "selected": boolean;
226
378
  "value": any;
227
379
  }
228
- interface SmoothlyMenuOptions {
229
- "emptyMenuLabel": string;
230
- "filterOptions": (keyword: string, excludeValues?: string[]) => Promise<void>;
231
- "getHighlighted": () => Promise<Option | undefined>;
232
- "maxMenuHeight": "inherit";
233
- "moveHighlight": (step: number) => Promise<void>;
234
- "mutable": boolean;
235
- "newOptionLabel": string;
236
- "optionStyle": any;
237
- "options": Option[];
238
- "order": boolean;
239
- "resetHighlightOnOptionsChange": boolean;
240
- "setHighlight": (newIndex: number | string, scrollToHighlight?: boolean) => Promise<void>;
241
- "toggle": boolean;
380
+ interface SmoothlyLabel {
381
+ "description": string;
382
+ "hue": number;
383
+ "shape": "rectangle" | "rounded";
384
+ }
385
+ interface SmoothlyLazy {
386
+ "content"?: JSX.Element | FunctionalComponent;
387
+ "show": boolean;
388
+ }
389
+ interface SmoothlyLoadMore {
390
+ "multiple": boolean;
391
+ "name": string;
392
+ "offset": string;
242
393
  }
243
394
  interface SmoothlyNotification {
395
+ "closable": boolean;
396
+ "icon": boolean;
244
397
  "notice": Notice;
245
398
  }
246
399
  interface SmoothlyNotifier {
247
400
  }
248
- interface SmoothlyOption {
249
- "aliases": string;
250
- "checkbox": boolean;
251
- "checked": boolean;
252
- "dataHighlight": boolean;
253
- "divider"?: boolean;
401
+ interface SmoothlyPicker {
402
+ "clear": () => Promise<void>;
403
+ "looks": Looks;
404
+ "multiple": boolean;
405
+ "mutable": boolean;
254
406
  "name": string;
255
- "new"?: boolean;
256
- "toggle": boolean;
257
- "value": string;
407
+ "open": boolean;
408
+ "readonly": boolean;
409
+ "validator"?: (value: string) => boolean | { result: boolean; notice: Notice };
258
410
  }
259
- interface SmoothlyPicker {
260
- "disabled": boolean;
261
- "emptyMenuLabel": string;
262
- "label": string;
263
- "labelSetting": "hide" | "default";
264
- "maxHeight": string;
265
- "maxMenuHeight": string;
411
+ interface SmoothlyPickerDemo {
412
+ }
413
+ interface SmoothlyPickerMenu {
414
+ "looks": Looks;
266
415
  "multiple": boolean;
267
416
  "mutable": boolean;
268
- "newOptionLabel": string;
269
- "optionStyle": any;
270
- "options": (Option & { checked?: boolean })[];
417
+ "open": boolean;
271
418
  "readonly": boolean;
272
- "selectAllName": string;
273
- "selectNoneName": string;
274
- "selectionName": string;
275
- "selections": Option[];
276
- "valueValidator": (value: any) => [boolean, Notice | undefined];
419
+ "validator"?: (value: string) => boolean | { result: boolean; notice: Notice };
420
+ }
421
+ interface SmoothlyPickerOption {
422
+ "clickHandler": () => Promise<void>;
423
+ "position": number;
424
+ "required": boolean;
425
+ "search": string[];
426
+ "selected": boolean;
427
+ "value": any;
428
+ "visible": boolean;
277
429
  }
278
430
  interface SmoothlyPopup {
279
431
  "direction": "up" | "down";
@@ -282,39 +434,10 @@ export namespace Components {
282
434
  interface SmoothlyQuiet {
283
435
  "color": string;
284
436
  }
285
- interface SmoothlyRadio {
286
- "checked": boolean;
287
- "name": string;
288
- "tabIndex": number;
289
- "value": string;
290
- }
291
- interface SmoothlyRadioButton {
292
- "decoration": "button" | "radio";
293
- "deselectable"?: boolean;
294
- "name"?: string;
295
- "value"?: any;
296
- }
297
- interface SmoothlyRadioButtonItem {
298
- "color"?: Color;
299
- "selected": boolean;
300
- "value": any;
301
- }
302
- interface SmoothlyRadioGroup {
303
- "orientation"?: "horizontal" | "vertical";
304
- }
305
437
  interface SmoothlyReorder {
306
438
  }
307
- interface SmoothlySelect {
308
- "background"?: string;
309
- "identifier": string;
310
- "value": string;
311
- }
312
439
  interface SmoothlySelectDemo {
313
440
  }
314
- interface SmoothlySelector {
315
- "initialPrompt"?: string;
316
- "reset": () => Promise<void>;
317
- }
318
441
  interface SmoothlySkeleton {
319
442
  "align": "left" | "center" | "right";
320
443
  "color": string;
@@ -323,6 +446,13 @@ export namespace Components {
323
446
  "width": string;
324
447
  "widths": string[];
325
448
  }
449
+ interface SmoothlySlotElements {
450
+ "clone": boolean;
451
+ "nodes"?: Node | Node[];
452
+ }
453
+ interface SmoothlySlottedElements {
454
+ "clone": boolean;
455
+ }
326
456
  interface SmoothlySpinner {
327
457
  "active": boolean;
328
458
  "size": "small" | "medium" | "large";
@@ -332,13 +462,15 @@ export namespace Components {
332
462
  "disabled": boolean;
333
463
  "expand"?: "block" | "full";
334
464
  "fill"?: Fill;
465
+ "prevent": boolean;
335
466
  "shape"?: "rounded";
336
- "size": "small" | "large" | "icon";
467
+ "size": "flexible" | "small" | "large" | "icon";
337
468
  "type": "link" | "button";
338
469
  }
339
470
  interface SmoothlySummary {
340
471
  "color": Color;
341
472
  "fill": Fill;
473
+ "open": boolean;
342
474
  "size": "tiny" | "small" | "medium" | "large";
343
475
  }
344
476
  interface SmoothlySvg {
@@ -354,6 +486,8 @@ export namespace Components {
354
486
  }
355
487
  interface SmoothlyTable {
356
488
  "align": "middle" | "bottom" | "top";
489
+ "color"?: Color;
490
+ "open": boolean;
357
491
  "root": boolean;
358
492
  }
359
493
  interface SmoothlyTableCell {
@@ -363,17 +497,32 @@ export namespace Components {
363
497
  interface SmoothlyTableDemoFiltered {
364
498
  }
365
499
  interface SmoothlyTableExpandableCell {
366
- "align": "left" | "center" | "right";
367
500
  "open": boolean;
368
501
  }
369
502
  interface SmoothlyTableExpandableRow {
370
- "align": "left" | "center" | "right";
371
503
  "open": boolean;
372
504
  }
505
+ interface SmoothlyTableFooter {
506
+ }
373
507
  interface SmoothlyTableHeader {
374
508
  "name": string;
375
509
  }
376
510
  interface SmoothlyTableRow {
511
+ "open": boolean;
512
+ }
513
+ interface SmoothlyTableTesting {
514
+ }
515
+ interface SmoothlyThemeColor {
516
+ "color": Color;
517
+ }
518
+ interface SmoothlyThemeColorVariant {
519
+ "color": Color;
520
+ "variant": "shade" | "tint" | "color";
521
+ }
522
+ interface SmoothlyThemeColors {
523
+ }
524
+ interface SmoothlyThemePicker {
525
+ "element": string;
377
526
  }
378
527
  interface SmoothlyToggle {
379
528
  "disabled": boolean;
@@ -383,11 +532,12 @@ export namespace Components {
383
532
  "value"?: any;
384
533
  }
385
534
  interface SmoothlyToggleSwitch {
535
+ "checkmark": boolean;
536
+ "color": Color;
386
537
  "disabled": boolean;
387
- "name": string;
538
+ "fill": Fill;
388
539
  "selected": boolean;
389
540
  "size": "small" | "default" | "large";
390
- "value"?: any;
391
541
  }
392
542
  interface SmoothlyTrigger {
393
543
  "color": Color | undefined;
@@ -424,6 +574,10 @@ export interface SmoothlyBurgerCustomEvent<T> extends CustomEvent<T> {
424
574
  detail: T;
425
575
  target: HTMLSmoothlyBurgerElement;
426
576
  }
577
+ export interface SmoothlyButtonConfirmCustomEvent<T> extends CustomEvent<T> {
578
+ detail: T;
579
+ target: HTMLSmoothlyButtonConfirmElement;
580
+ }
427
581
  export interface SmoothlyCalendarCustomEvent<T> extends CustomEvent<T> {
428
582
  detail: T;
429
583
  target: HTMLSmoothlyCalendarElement;
@@ -440,10 +594,22 @@ export interface SmoothlyFilterCustomEvent<T> extends CustomEvent<T> {
440
594
  detail: T;
441
595
  target: HTMLSmoothlyFilterElement;
442
596
  }
597
+ export interface SmoothlyFilterFieldCustomEvent<T> extends CustomEvent<T> {
598
+ detail: T;
599
+ target: HTMLSmoothlyFilterFieldElement;
600
+ }
443
601
  export interface SmoothlyFilterInputCustomEvent<T> extends CustomEvent<T> {
444
602
  detail: T;
445
603
  target: HTMLSmoothlyFilterInputElement;
446
604
  }
605
+ export interface SmoothlyFilterPickerCustomEvent<T> extends CustomEvent<T> {
606
+ detail: T;
607
+ target: HTMLSmoothlyFilterPickerElement;
608
+ }
609
+ export interface SmoothlyFilterToggleCustomEvent<T> extends CustomEvent<T> {
610
+ detail: T;
611
+ target: HTMLSmoothlyFilterToggleElement;
612
+ }
447
613
  export interface SmoothlyFormCustomEvent<T> extends CustomEvent<T> {
448
614
  detail: T;
449
615
  target: HTMLSmoothlyFormElement;
@@ -456,6 +622,18 @@ export interface SmoothlyInputCustomEvent<T> extends CustomEvent<T> {
456
622
  detail: T;
457
623
  target: HTMLSmoothlyInputElement;
458
624
  }
625
+ export interface SmoothlyInputCheckboxCustomEvent<T> extends CustomEvent<T> {
626
+ detail: T;
627
+ target: HTMLSmoothlyInputCheckboxElement;
628
+ }
629
+ export interface SmoothlyInputClearCustomEvent<T> extends CustomEvent<T> {
630
+ detail: T;
631
+ target: HTMLSmoothlyInputClearElement;
632
+ }
633
+ export interface SmoothlyInputColorCustomEvent<T> extends CustomEvent<T> {
634
+ detail: T;
635
+ target: HTMLSmoothlyInputColorElement;
636
+ }
459
637
  export interface SmoothlyInputDateCustomEvent<T> extends CustomEvent<T> {
460
638
  detail: T;
461
639
  target: HTMLSmoothlyInputDateElement;
@@ -464,62 +642,90 @@ export interface SmoothlyInputDateRangeCustomEvent<T> extends CustomEvent<T> {
464
642
  detail: T;
465
643
  target: HTMLSmoothlyInputDateRangeElement;
466
644
  }
645
+ export interface SmoothlyInputEditCustomEvent<T> extends CustomEvent<T> {
646
+ detail: T;
647
+ target: HTMLSmoothlyInputEditElement;
648
+ }
649
+ export interface SmoothlyInputFileCustomEvent<T> extends CustomEvent<T> {
650
+ detail: T;
651
+ target: HTMLSmoothlyInputFileElement;
652
+ }
467
653
  export interface SmoothlyInputMonthCustomEvent<T> extends CustomEvent<T> {
468
654
  detail: T;
469
655
  target: HTMLSmoothlyInputMonthElement;
470
656
  }
657
+ export interface SmoothlyInputRadioCustomEvent<T> extends CustomEvent<T> {
658
+ detail: T;
659
+ target: HTMLSmoothlyInputRadioElement;
660
+ }
661
+ export interface SmoothlyInputRadioItemCustomEvent<T> extends CustomEvent<T> {
662
+ detail: T;
663
+ target: HTMLSmoothlyInputRadioItemElement;
664
+ }
665
+ export interface SmoothlyInputRangeCustomEvent<T> extends CustomEvent<T> {
666
+ detail: T;
667
+ target: HTMLSmoothlyInputRangeElement;
668
+ }
669
+ export interface SmoothlyInputResetCustomEvent<T> extends CustomEvent<T> {
670
+ detail: T;
671
+ target: HTMLSmoothlyInputResetElement;
672
+ }
673
+ export interface SmoothlyInputSelectCustomEvent<T> extends CustomEvent<T> {
674
+ detail: T;
675
+ target: HTMLSmoothlyInputSelectElement;
676
+ }
677
+ export interface SmoothlyInputSubmitCustomEvent<T> extends CustomEvent<T> {
678
+ detail: T;
679
+ target: HTMLSmoothlyInputSubmitElement;
680
+ }
471
681
  export interface SmoothlyItemCustomEvent<T> extends CustomEvent<T> {
472
682
  detail: T;
473
683
  target: HTMLSmoothlyItemElement;
474
684
  }
475
- export interface SmoothlyMenuOptionsCustomEvent<T> extends CustomEvent<T> {
685
+ export interface SmoothlyLoadMoreCustomEvent<T> extends CustomEvent<T> {
476
686
  detail: T;
477
- target: HTMLSmoothlyMenuOptionsElement;
687
+ target: HTMLSmoothlyLoadMoreElement;
478
688
  }
479
689
  export interface SmoothlyNotificationCustomEvent<T> extends CustomEvent<T> {
480
690
  detail: T;
481
691
  target: HTMLSmoothlyNotificationElement;
482
692
  }
483
- export interface SmoothlyOptionCustomEvent<T> extends CustomEvent<T> {
484
- detail: T;
485
- target: HTMLSmoothlyOptionElement;
486
- }
487
693
  export interface SmoothlyPickerCustomEvent<T> extends CustomEvent<T> {
488
694
  detail: T;
489
695
  target: HTMLSmoothlyPickerElement;
490
696
  }
491
- export interface SmoothlyPopupCustomEvent<T> extends CustomEvent<T> {
492
- detail: T;
493
- target: HTMLSmoothlyPopupElement;
494
- }
495
- export interface SmoothlyRadioCustomEvent<T> extends CustomEvent<T> {
697
+ export interface SmoothlyPickerMenuCustomEvent<T> extends CustomEvent<T> {
496
698
  detail: T;
497
- target: HTMLSmoothlyRadioElement;
699
+ target: HTMLSmoothlyPickerMenuElement;
498
700
  }
499
- export interface SmoothlyRadioButtonCustomEvent<T> extends CustomEvent<T> {
701
+ export interface SmoothlyPickerOptionCustomEvent<T> extends CustomEvent<T> {
500
702
  detail: T;
501
- target: HTMLSmoothlyRadioButtonElement;
703
+ target: HTMLSmoothlyPickerOptionElement;
502
704
  }
503
- export interface SmoothlyRadioButtonItemCustomEvent<T> extends CustomEvent<T> {
705
+ export interface SmoothlyPopupCustomEvent<T> extends CustomEvent<T> {
504
706
  detail: T;
505
- target: HTMLSmoothlyRadioButtonItemElement;
707
+ target: HTMLSmoothlyPopupElement;
506
708
  }
507
709
  export interface SmoothlyReorderCustomEvent<T> extends CustomEvent<T> {
508
710
  detail: T;
509
711
  target: HTMLSmoothlyReorderElement;
510
712
  }
511
- export interface SmoothlySelectCustomEvent<T> extends CustomEvent<T> {
713
+ export interface SmoothlySlotElementsCustomEvent<T> extends CustomEvent<T> {
512
714
  detail: T;
513
- target: HTMLSmoothlySelectElement;
715
+ target: HTMLSmoothlySlotElementsElement;
514
716
  }
515
- export interface SmoothlySelectorCustomEvent<T> extends CustomEvent<T> {
717
+ export interface SmoothlySlottedElementsCustomEvent<T> extends CustomEvent<T> {
516
718
  detail: T;
517
- target: HTMLSmoothlySelectorElement;
719
+ target: HTMLSmoothlySlottedElementsElement;
518
720
  }
519
721
  export interface SmoothlySubmitCustomEvent<T> extends CustomEvent<T> {
520
722
  detail: T;
521
723
  target: HTMLSmoothlySubmitElement;
522
724
  }
725
+ export interface SmoothlySummaryCustomEvent<T> extends CustomEvent<T> {
726
+ detail: T;
727
+ target: HTMLSmoothlySummaryElement;
728
+ }
523
729
  export interface SmoothlyTabCustomEvent<T> extends CustomEvent<T> {
524
730
  detail: T;
525
731
  target: HTMLSmoothlyTabElement;
@@ -536,6 +742,10 @@ export interface SmoothlyTableExpandableRowCustomEvent<T> extends CustomEvent<T>
536
742
  detail: T;
537
743
  target: HTMLSmoothlyTableExpandableRowElement;
538
744
  }
745
+ export interface SmoothlyToggleSwitchCustomEvent<T> extends CustomEvent<T> {
746
+ detail: T;
747
+ target: HTMLSmoothlyToggleSwitchElement;
748
+ }
539
749
  export interface SmoothlyTriggerCustomEvent<T> extends CustomEvent<T> {
540
750
  detail: T;
541
751
  target: HTMLSmoothlyTriggerElement;
@@ -593,11 +803,11 @@ declare global {
593
803
  prototype: HTMLSmoothlyAppRoomElement;
594
804
  new (): HTMLSmoothlyAppRoomElement;
595
805
  };
596
- interface HTMLSmoothlyBacktotopElement extends Components.SmoothlyBacktotop, HTMLStencilElement {
806
+ interface HTMLSmoothlyBackToTopElement extends Components.SmoothlyBackToTop, HTMLStencilElement {
597
807
  }
598
- var HTMLSmoothlyBacktotopElement: {
599
- prototype: HTMLSmoothlyBacktotopElement;
600
- new (): HTMLSmoothlyBacktotopElement;
808
+ var HTMLSmoothlyBackToTopElement: {
809
+ prototype: HTMLSmoothlyBackToTopElement;
810
+ new (): HTMLSmoothlyBackToTopElement;
601
811
  };
602
812
  interface HTMLSmoothlyBurgerElement extends Components.SmoothlyBurger, HTMLStencilElement {
603
813
  }
@@ -611,6 +821,12 @@ declare global {
611
821
  prototype: HTMLSmoothlyButtonElement;
612
822
  new (): HTMLSmoothlyButtonElement;
613
823
  };
824
+ interface HTMLSmoothlyButtonConfirmElement extends Components.SmoothlyButtonConfirm, HTMLStencilElement {
825
+ }
826
+ var HTMLSmoothlyButtonConfirmElement: {
827
+ prototype: HTMLSmoothlyButtonConfirmElement;
828
+ new (): HTMLSmoothlyButtonConfirmElement;
829
+ };
614
830
  interface HTMLSmoothlyButtonDemoElement extends Components.SmoothlyButtonDemo, HTMLStencilElement {
615
831
  }
616
832
  var HTMLSmoothlyButtonDemoElement: {
@@ -686,12 +902,30 @@ declare global {
686
902
  prototype: HTMLSmoothlyFilterElement;
687
903
  new (): HTMLSmoothlyFilterElement;
688
904
  };
905
+ interface HTMLSmoothlyFilterFieldElement extends Components.SmoothlyFilterField, HTMLStencilElement {
906
+ }
907
+ var HTMLSmoothlyFilterFieldElement: {
908
+ prototype: HTMLSmoothlyFilterFieldElement;
909
+ new (): HTMLSmoothlyFilterFieldElement;
910
+ };
689
911
  interface HTMLSmoothlyFilterInputElement extends Components.SmoothlyFilterInput, HTMLStencilElement {
690
912
  }
691
913
  var HTMLSmoothlyFilterInputElement: {
692
914
  prototype: HTMLSmoothlyFilterInputElement;
693
915
  new (): HTMLSmoothlyFilterInputElement;
694
916
  };
917
+ interface HTMLSmoothlyFilterPickerElement extends Components.SmoothlyFilterPicker, HTMLStencilElement {
918
+ }
919
+ var HTMLSmoothlyFilterPickerElement: {
920
+ prototype: HTMLSmoothlyFilterPickerElement;
921
+ new (): HTMLSmoothlyFilterPickerElement;
922
+ };
923
+ interface HTMLSmoothlyFilterToggleElement extends Components.SmoothlyFilterToggle, HTMLStencilElement {
924
+ }
925
+ var HTMLSmoothlyFilterToggleElement: {
926
+ prototype: HTMLSmoothlyFilterToggleElement;
927
+ new (): HTMLSmoothlyFilterToggleElement;
928
+ };
695
929
  interface HTMLSmoothlyFormElement extends Components.SmoothlyForm, HTMLStencilElement {
696
930
  }
697
931
  var HTMLSmoothlyFormElement: {
@@ -728,6 +962,24 @@ declare global {
728
962
  prototype: HTMLSmoothlyInputElement;
729
963
  new (): HTMLSmoothlyInputElement;
730
964
  };
965
+ interface HTMLSmoothlyInputCheckboxElement extends Components.SmoothlyInputCheckbox, HTMLStencilElement {
966
+ }
967
+ var HTMLSmoothlyInputCheckboxElement: {
968
+ prototype: HTMLSmoothlyInputCheckboxElement;
969
+ new (): HTMLSmoothlyInputCheckboxElement;
970
+ };
971
+ interface HTMLSmoothlyInputClearElement extends Components.SmoothlyInputClear, HTMLStencilElement {
972
+ }
973
+ var HTMLSmoothlyInputClearElement: {
974
+ prototype: HTMLSmoothlyInputClearElement;
975
+ new (): HTMLSmoothlyInputClearElement;
976
+ };
977
+ interface HTMLSmoothlyInputColorElement extends Components.SmoothlyInputColor, HTMLStencilElement {
978
+ }
979
+ var HTMLSmoothlyInputColorElement: {
980
+ prototype: HTMLSmoothlyInputColorElement;
981
+ new (): HTMLSmoothlyInputColorElement;
982
+ };
731
983
  interface HTMLSmoothlyInputDateElement extends Components.SmoothlyInputDate, HTMLStencilElement {
732
984
  }
733
985
  var HTMLSmoothlyInputDateElement: {
@@ -746,23 +998,83 @@ declare global {
746
998
  prototype: HTMLSmoothlyInputDemoElement;
747
999
  new (): HTMLSmoothlyInputDemoElement;
748
1000
  };
1001
+ interface HTMLSmoothlyInputEditElement extends Components.SmoothlyInputEdit, HTMLStencilElement {
1002
+ }
1003
+ var HTMLSmoothlyInputEditElement: {
1004
+ prototype: HTMLSmoothlyInputEditElement;
1005
+ new (): HTMLSmoothlyInputEditElement;
1006
+ };
1007
+ interface HTMLSmoothlyInputFileElement extends Components.SmoothlyInputFile, HTMLStencilElement {
1008
+ }
1009
+ var HTMLSmoothlyInputFileElement: {
1010
+ prototype: HTMLSmoothlyInputFileElement;
1011
+ new (): HTMLSmoothlyInputFileElement;
1012
+ };
749
1013
  interface HTMLSmoothlyInputMonthElement extends Components.SmoothlyInputMonth, HTMLStencilElement {
750
1014
  }
751
1015
  var HTMLSmoothlyInputMonthElement: {
752
1016
  prototype: HTMLSmoothlyInputMonthElement;
753
1017
  new (): HTMLSmoothlyInputMonthElement;
754
1018
  };
1019
+ interface HTMLSmoothlyInputRadioElement extends Components.SmoothlyInputRadio, HTMLStencilElement {
1020
+ }
1021
+ var HTMLSmoothlyInputRadioElement: {
1022
+ prototype: HTMLSmoothlyInputRadioElement;
1023
+ new (): HTMLSmoothlyInputRadioElement;
1024
+ };
1025
+ interface HTMLSmoothlyInputRadioItemElement extends Components.SmoothlyInputRadioItem, HTMLStencilElement {
1026
+ }
1027
+ var HTMLSmoothlyInputRadioItemElement: {
1028
+ prototype: HTMLSmoothlyInputRadioItemElement;
1029
+ new (): HTMLSmoothlyInputRadioItemElement;
1030
+ };
1031
+ interface HTMLSmoothlyInputRangeElement extends Components.SmoothlyInputRange, HTMLStencilElement {
1032
+ }
1033
+ var HTMLSmoothlyInputRangeElement: {
1034
+ prototype: HTMLSmoothlyInputRangeElement;
1035
+ new (): HTMLSmoothlyInputRangeElement;
1036
+ };
1037
+ interface HTMLSmoothlyInputResetElement extends Components.SmoothlyInputReset, HTMLStencilElement {
1038
+ }
1039
+ var HTMLSmoothlyInputResetElement: {
1040
+ prototype: HTMLSmoothlyInputResetElement;
1041
+ new (): HTMLSmoothlyInputResetElement;
1042
+ };
1043
+ interface HTMLSmoothlyInputSelectElement extends Components.SmoothlyInputSelect, HTMLStencilElement {
1044
+ }
1045
+ var HTMLSmoothlyInputSelectElement: {
1046
+ prototype: HTMLSmoothlyInputSelectElement;
1047
+ new (): HTMLSmoothlyInputSelectElement;
1048
+ };
1049
+ interface HTMLSmoothlyInputSubmitElement extends Components.SmoothlyInputSubmit, HTMLStencilElement {
1050
+ }
1051
+ var HTMLSmoothlyInputSubmitElement: {
1052
+ prototype: HTMLSmoothlyInputSubmitElement;
1053
+ new (): HTMLSmoothlyInputSubmitElement;
1054
+ };
755
1055
  interface HTMLSmoothlyItemElement extends Components.SmoothlyItem, HTMLStencilElement {
756
1056
  }
757
1057
  var HTMLSmoothlyItemElement: {
758
1058
  prototype: HTMLSmoothlyItemElement;
759
1059
  new (): HTMLSmoothlyItemElement;
760
1060
  };
761
- interface HTMLSmoothlyMenuOptionsElement extends Components.SmoothlyMenuOptions, HTMLStencilElement {
1061
+ interface HTMLSmoothlyLabelElement extends Components.SmoothlyLabel, HTMLStencilElement {
1062
+ }
1063
+ var HTMLSmoothlyLabelElement: {
1064
+ prototype: HTMLSmoothlyLabelElement;
1065
+ new (): HTMLSmoothlyLabelElement;
1066
+ };
1067
+ interface HTMLSmoothlyLazyElement extends Components.SmoothlyLazy, HTMLStencilElement {
762
1068
  }
763
- var HTMLSmoothlyMenuOptionsElement: {
764
- prototype: HTMLSmoothlyMenuOptionsElement;
765
- new (): HTMLSmoothlyMenuOptionsElement;
1069
+ var HTMLSmoothlyLazyElement: {
1070
+ prototype: HTMLSmoothlyLazyElement;
1071
+ new (): HTMLSmoothlyLazyElement;
1072
+ };
1073
+ interface HTMLSmoothlyLoadMoreElement extends Components.SmoothlyLoadMore, HTMLStencilElement {
1074
+ }
1075
+ var HTMLSmoothlyLoadMoreElement: {
1076
+ prototype: HTMLSmoothlyLoadMoreElement;
1077
+ new (): HTMLSmoothlyLoadMoreElement;
766
1078
  };
767
1079
  interface HTMLSmoothlyNotificationElement extends Components.SmoothlyNotification, HTMLStencilElement {
768
1080
  }
@@ -776,18 +1088,30 @@ declare global {
776
1088
  prototype: HTMLSmoothlyNotifierElement;
777
1089
  new (): HTMLSmoothlyNotifierElement;
778
1090
  };
779
- interface HTMLSmoothlyOptionElement extends Components.SmoothlyOption, HTMLStencilElement {
780
- }
781
- var HTMLSmoothlyOptionElement: {
782
- prototype: HTMLSmoothlyOptionElement;
783
- new (): HTMLSmoothlyOptionElement;
784
- };
785
1091
  interface HTMLSmoothlyPickerElement extends Components.SmoothlyPicker, HTMLStencilElement {
786
1092
  }
787
1093
  var HTMLSmoothlyPickerElement: {
788
1094
  prototype: HTMLSmoothlyPickerElement;
789
1095
  new (): HTMLSmoothlyPickerElement;
790
1096
  };
1097
+ interface HTMLSmoothlyPickerDemoElement extends Components.SmoothlyPickerDemo, HTMLStencilElement {
1098
+ }
1099
+ var HTMLSmoothlyPickerDemoElement: {
1100
+ prototype: HTMLSmoothlyPickerDemoElement;
1101
+ new (): HTMLSmoothlyPickerDemoElement;
1102
+ };
1103
+ interface HTMLSmoothlyPickerMenuElement extends Components.SmoothlyPickerMenu, HTMLStencilElement {
1104
+ }
1105
+ var HTMLSmoothlyPickerMenuElement: {
1106
+ prototype: HTMLSmoothlyPickerMenuElement;
1107
+ new (): HTMLSmoothlyPickerMenuElement;
1108
+ };
1109
+ interface HTMLSmoothlyPickerOptionElement extends Components.SmoothlyPickerOption, HTMLStencilElement {
1110
+ }
1111
+ var HTMLSmoothlyPickerOptionElement: {
1112
+ prototype: HTMLSmoothlyPickerOptionElement;
1113
+ new (): HTMLSmoothlyPickerOptionElement;
1114
+ };
791
1115
  interface HTMLSmoothlyPopupElement extends Components.SmoothlyPopup, HTMLStencilElement {
792
1116
  }
793
1117
  var HTMLSmoothlyPopupElement: {
@@ -800,60 +1124,36 @@ declare global {
800
1124
  prototype: HTMLSmoothlyQuietElement;
801
1125
  new (): HTMLSmoothlyQuietElement;
802
1126
  };
803
- interface HTMLSmoothlyRadioElement extends Components.SmoothlyRadio, HTMLStencilElement {
804
- }
805
- var HTMLSmoothlyRadioElement: {
806
- prototype: HTMLSmoothlyRadioElement;
807
- new (): HTMLSmoothlyRadioElement;
808
- };
809
- interface HTMLSmoothlyRadioButtonElement extends Components.SmoothlyRadioButton, HTMLStencilElement {
810
- }
811
- var HTMLSmoothlyRadioButtonElement: {
812
- prototype: HTMLSmoothlyRadioButtonElement;
813
- new (): HTMLSmoothlyRadioButtonElement;
814
- };
815
- interface HTMLSmoothlyRadioButtonItemElement extends Components.SmoothlyRadioButtonItem, HTMLStencilElement {
816
- }
817
- var HTMLSmoothlyRadioButtonItemElement: {
818
- prototype: HTMLSmoothlyRadioButtonItemElement;
819
- new (): HTMLSmoothlyRadioButtonItemElement;
820
- };
821
- interface HTMLSmoothlyRadioGroupElement extends Components.SmoothlyRadioGroup, HTMLStencilElement {
822
- }
823
- var HTMLSmoothlyRadioGroupElement: {
824
- prototype: HTMLSmoothlyRadioGroupElement;
825
- new (): HTMLSmoothlyRadioGroupElement;
826
- };
827
1127
  interface HTMLSmoothlyReorderElement extends Components.SmoothlyReorder, HTMLStencilElement {
828
1128
  }
829
1129
  var HTMLSmoothlyReorderElement: {
830
1130
  prototype: HTMLSmoothlyReorderElement;
831
1131
  new (): HTMLSmoothlyReorderElement;
832
1132
  };
833
- interface HTMLSmoothlySelectElement extends Components.SmoothlySelect, HTMLStencilElement {
834
- }
835
- var HTMLSmoothlySelectElement: {
836
- prototype: HTMLSmoothlySelectElement;
837
- new (): HTMLSmoothlySelectElement;
838
- };
839
1133
  interface HTMLSmoothlySelectDemoElement extends Components.SmoothlySelectDemo, HTMLStencilElement {
840
1134
  }
841
1135
  var HTMLSmoothlySelectDemoElement: {
842
1136
  prototype: HTMLSmoothlySelectDemoElement;
843
1137
  new (): HTMLSmoothlySelectDemoElement;
844
1138
  };
845
- interface HTMLSmoothlySelectorElement extends Components.SmoothlySelector, HTMLStencilElement {
846
- }
847
- var HTMLSmoothlySelectorElement: {
848
- prototype: HTMLSmoothlySelectorElement;
849
- new (): HTMLSmoothlySelectorElement;
850
- };
851
1139
  interface HTMLSmoothlySkeletonElement extends Components.SmoothlySkeleton, HTMLStencilElement {
852
1140
  }
853
1141
  var HTMLSmoothlySkeletonElement: {
854
1142
  prototype: HTMLSmoothlySkeletonElement;
855
1143
  new (): HTMLSmoothlySkeletonElement;
856
1144
  };
1145
+ interface HTMLSmoothlySlotElementsElement extends Components.SmoothlySlotElements, HTMLStencilElement {
1146
+ }
1147
+ var HTMLSmoothlySlotElementsElement: {
1148
+ prototype: HTMLSmoothlySlotElementsElement;
1149
+ new (): HTMLSmoothlySlotElementsElement;
1150
+ };
1151
+ interface HTMLSmoothlySlottedElementsElement extends Components.SmoothlySlottedElements, HTMLStencilElement {
1152
+ }
1153
+ var HTMLSmoothlySlottedElementsElement: {
1154
+ prototype: HTMLSmoothlySlottedElementsElement;
1155
+ new (): HTMLSmoothlySlottedElementsElement;
1156
+ };
857
1157
  interface HTMLSmoothlySpinnerElement extends Components.SmoothlySpinner, HTMLStencilElement {
858
1158
  }
859
1159
  var HTMLSmoothlySpinnerElement: {
@@ -926,6 +1226,12 @@ declare global {
926
1226
  prototype: HTMLSmoothlyTableExpandableRowElement;
927
1227
  new (): HTMLSmoothlyTableExpandableRowElement;
928
1228
  };
1229
+ interface HTMLSmoothlyTableFooterElement extends Components.SmoothlyTableFooter, HTMLStencilElement {
1230
+ }
1231
+ var HTMLSmoothlyTableFooterElement: {
1232
+ prototype: HTMLSmoothlyTableFooterElement;
1233
+ new (): HTMLSmoothlyTableFooterElement;
1234
+ };
929
1235
  interface HTMLSmoothlyTableHeaderElement extends Components.SmoothlyTableHeader, HTMLStencilElement {
930
1236
  }
931
1237
  var HTMLSmoothlyTableHeaderElement: {
@@ -938,6 +1244,36 @@ declare global {
938
1244
  prototype: HTMLSmoothlyTableRowElement;
939
1245
  new (): HTMLSmoothlyTableRowElement;
940
1246
  };
1247
+ interface HTMLSmoothlyTableTestingElement extends Components.SmoothlyTableTesting, HTMLStencilElement {
1248
+ }
1249
+ var HTMLSmoothlyTableTestingElement: {
1250
+ prototype: HTMLSmoothlyTableTestingElement;
1251
+ new (): HTMLSmoothlyTableTestingElement;
1252
+ };
1253
+ interface HTMLSmoothlyThemeColorElement extends Components.SmoothlyThemeColor, HTMLStencilElement {
1254
+ }
1255
+ var HTMLSmoothlyThemeColorElement: {
1256
+ prototype: HTMLSmoothlyThemeColorElement;
1257
+ new (): HTMLSmoothlyThemeColorElement;
1258
+ };
1259
+ interface HTMLSmoothlyThemeColorVariantElement extends Components.SmoothlyThemeColorVariant, HTMLStencilElement {
1260
+ }
1261
+ var HTMLSmoothlyThemeColorVariantElement: {
1262
+ prototype: HTMLSmoothlyThemeColorVariantElement;
1263
+ new (): HTMLSmoothlyThemeColorVariantElement;
1264
+ };
1265
+ interface HTMLSmoothlyThemeColorsElement extends Components.SmoothlyThemeColors, HTMLStencilElement {
1266
+ }
1267
+ var HTMLSmoothlyThemeColorsElement: {
1268
+ prototype: HTMLSmoothlyThemeColorsElement;
1269
+ new (): HTMLSmoothlyThemeColorsElement;
1270
+ };
1271
+ interface HTMLSmoothlyThemePickerElement extends Components.SmoothlyThemePicker, HTMLStencilElement {
1272
+ }
1273
+ var HTMLSmoothlyThemePickerElement: {
1274
+ prototype: HTMLSmoothlyThemePickerElement;
1275
+ new (): HTMLSmoothlyThemePickerElement;
1276
+ };
941
1277
  interface HTMLSmoothlyToggleElement extends Components.SmoothlyToggle, HTMLStencilElement {
942
1278
  }
943
1279
  var HTMLSmoothlyToggleElement: {
@@ -989,9 +1325,10 @@ declare global {
989
1325
  "smoothly-app": HTMLSmoothlyAppElement;
990
1326
  "smoothly-app-demo": HTMLSmoothlyAppDemoElement;
991
1327
  "smoothly-app-room": HTMLSmoothlyAppRoomElement;
992
- "smoothly-backtotop": HTMLSmoothlyBacktotopElement;
1328
+ "smoothly-back-to-top": HTMLSmoothlyBackToTopElement;
993
1329
  "smoothly-burger": HTMLSmoothlyBurgerElement;
994
1330
  "smoothly-button": HTMLSmoothlyButtonElement;
1331
+ "smoothly-button-confirm": HTMLSmoothlyButtonConfirmElement;
995
1332
  "smoothly-button-demo": HTMLSmoothlyButtonDemoElement;
996
1333
  "smoothly-calendar": HTMLSmoothlyCalendarElement;
997
1334
  "smoothly-checkbox": HTMLSmoothlyCheckboxElement;
@@ -1004,34 +1341,48 @@ declare global {
1004
1341
  "smoothly-display-date-time": HTMLSmoothlyDisplayDateTimeElement;
1005
1342
  "smoothly-display-demo": HTMLSmoothlyDisplayDemoElement;
1006
1343
  "smoothly-filter": HTMLSmoothlyFilterElement;
1344
+ "smoothly-filter-field": HTMLSmoothlyFilterFieldElement;
1007
1345
  "smoothly-filter-input": HTMLSmoothlyFilterInputElement;
1346
+ "smoothly-filter-picker": HTMLSmoothlyFilterPickerElement;
1347
+ "smoothly-filter-toggle": HTMLSmoothlyFilterToggleElement;
1008
1348
  "smoothly-form": HTMLSmoothlyFormElement;
1009
1349
  "smoothly-frame": HTMLSmoothlyFrameElement;
1010
1350
  "smoothly-google-font": HTMLSmoothlyGoogleFontElement;
1011
1351
  "smoothly-icon": HTMLSmoothlyIconElement;
1012
1352
  "smoothly-icon-demo": HTMLSmoothlyIconDemoElement;
1013
1353
  "smoothly-input": HTMLSmoothlyInputElement;
1354
+ "smoothly-input-checkbox": HTMLSmoothlyInputCheckboxElement;
1355
+ "smoothly-input-clear": HTMLSmoothlyInputClearElement;
1356
+ "smoothly-input-color": HTMLSmoothlyInputColorElement;
1014
1357
  "smoothly-input-date": HTMLSmoothlyInputDateElement;
1015
1358
  "smoothly-input-date-range": HTMLSmoothlyInputDateRangeElement;
1016
1359
  "smoothly-input-demo": HTMLSmoothlyInputDemoElement;
1360
+ "smoothly-input-edit": HTMLSmoothlyInputEditElement;
1361
+ "smoothly-input-file": HTMLSmoothlyInputFileElement;
1017
1362
  "smoothly-input-month": HTMLSmoothlyInputMonthElement;
1363
+ "smoothly-input-radio": HTMLSmoothlyInputRadioElement;
1364
+ "smoothly-input-radio-item": HTMLSmoothlyInputRadioItemElement;
1365
+ "smoothly-input-range": HTMLSmoothlyInputRangeElement;
1366
+ "smoothly-input-reset": HTMLSmoothlyInputResetElement;
1367
+ "smoothly-input-select": HTMLSmoothlyInputSelectElement;
1368
+ "smoothly-input-submit": HTMLSmoothlyInputSubmitElement;
1018
1369
  "smoothly-item": HTMLSmoothlyItemElement;
1019
- "smoothly-menu-options": HTMLSmoothlyMenuOptionsElement;
1370
+ "smoothly-label": HTMLSmoothlyLabelElement;
1371
+ "smoothly-lazy": HTMLSmoothlyLazyElement;
1372
+ "smoothly-load-more": HTMLSmoothlyLoadMoreElement;
1020
1373
  "smoothly-notification": HTMLSmoothlyNotificationElement;
1021
1374
  "smoothly-notifier": HTMLSmoothlyNotifierElement;
1022
- "smoothly-option": HTMLSmoothlyOptionElement;
1023
1375
  "smoothly-picker": HTMLSmoothlyPickerElement;
1376
+ "smoothly-picker-demo": HTMLSmoothlyPickerDemoElement;
1377
+ "smoothly-picker-menu": HTMLSmoothlyPickerMenuElement;
1378
+ "smoothly-picker-option": HTMLSmoothlyPickerOptionElement;
1024
1379
  "smoothly-popup": HTMLSmoothlyPopupElement;
1025
1380
  "smoothly-quiet": HTMLSmoothlyQuietElement;
1026
- "smoothly-radio": HTMLSmoothlyRadioElement;
1027
- "smoothly-radio-button": HTMLSmoothlyRadioButtonElement;
1028
- "smoothly-radio-button-item": HTMLSmoothlyRadioButtonItemElement;
1029
- "smoothly-radio-group": HTMLSmoothlyRadioGroupElement;
1030
1381
  "smoothly-reorder": HTMLSmoothlyReorderElement;
1031
- "smoothly-select": HTMLSmoothlySelectElement;
1032
1382
  "smoothly-select-demo": HTMLSmoothlySelectDemoElement;
1033
- "smoothly-selector": HTMLSmoothlySelectorElement;
1034
1383
  "smoothly-skeleton": HTMLSmoothlySkeletonElement;
1384
+ "smoothly-slot-elements": HTMLSmoothlySlotElementsElement;
1385
+ "smoothly-slotted-elements": HTMLSmoothlySlottedElementsElement;
1035
1386
  "smoothly-spinner": HTMLSmoothlySpinnerElement;
1036
1387
  "smoothly-submit": HTMLSmoothlySubmitElement;
1037
1388
  "smoothly-summary": HTMLSmoothlySummaryElement;
@@ -1044,8 +1395,14 @@ declare global {
1044
1395
  "smoothly-table-demo-filtered": HTMLSmoothlyTableDemoFilteredElement;
1045
1396
  "smoothly-table-expandable-cell": HTMLSmoothlyTableExpandableCellElement;
1046
1397
  "smoothly-table-expandable-row": HTMLSmoothlyTableExpandableRowElement;
1398
+ "smoothly-table-footer": HTMLSmoothlyTableFooterElement;
1047
1399
  "smoothly-table-header": HTMLSmoothlyTableHeaderElement;
1048
1400
  "smoothly-table-row": HTMLSmoothlyTableRowElement;
1401
+ "smoothly-table-testing": HTMLSmoothlyTableTestingElement;
1402
+ "smoothly-theme-color": HTMLSmoothlyThemeColorElement;
1403
+ "smoothly-theme-color-variant": HTMLSmoothlyThemeColorVariantElement;
1404
+ "smoothly-theme-colors": HTMLSmoothlyThemeColorsElement;
1405
+ "smoothly-theme-picker": HTMLSmoothlyThemePickerElement;
1049
1406
  "smoothly-toggle": HTMLSmoothlyToggleElement;
1050
1407
  "smoothly-toggle-switch": HTMLSmoothlyToggleSwitchElement;
1051
1408
  "smoothly-trigger": HTMLSmoothlyTriggerElement;
@@ -1062,8 +1419,7 @@ declare namespace LocalJSX {
1062
1419
  interface SmoothlyAccordionItem {
1063
1420
  "brand"?: string | string[];
1064
1421
  "name"?: string;
1065
- "onSmoothlyAccordionItemDidLoad"?: (event: SmoothlyAccordionItemCustomEvent<void>) => void;
1066
- "onSmoothlyAccordionItemDidUnload"?: (event: SmoothlyAccordionItemCustomEvent<void>) => void;
1422
+ "onSmoothlyAccordionItemWillLoad"?: (event: SmoothlyAccordionItemCustomEvent<(parent: SmoothlyAccordion) => void>) => void;
1067
1423
  "onSmoothlyClose"?: (event: SmoothlyAccordionItemCustomEvent<{ name: string; open: boolean }>) => void;
1068
1424
  "onSmoothlyOpen"?: (event: SmoothlyAccordionItemCustomEvent<{ name: string; open: boolean }>) => void;
1069
1425
  "open"?: boolean;
@@ -1082,6 +1438,7 @@ declare namespace LocalJSX {
1082
1438
  }
1083
1439
  interface SmoothlyApp {
1084
1440
  "color"?: Color;
1441
+ "home"?: string;
1085
1442
  "label"?: string;
1086
1443
  "menuOpen"?: boolean;
1087
1444
  }
@@ -1089,33 +1446,49 @@ declare namespace LocalJSX {
1089
1446
  "baseUrl"?: string;
1090
1447
  }
1091
1448
  interface SmoothlyAppRoom {
1092
- "icon"?: string;
1449
+ "content"?: JSX.Element | FunctionalComponent;
1450
+ "disabled"?: boolean;
1451
+ "icon"?: Icon;
1093
1452
  "label"?: string;
1094
- "onSmoothlyRoomSelected"?: (event: SmoothlyAppRoomCustomEvent<HTMLElement>) => void;
1453
+ "onSmoothlyRoomLoaded"?: (event: SmoothlyAppRoomCustomEvent<{ selected: boolean }>) => void;
1454
+ "onSmoothlyRoomSelected"?: (event: SmoothlyAppRoomCustomEvent<{ history: boolean }>) => void;
1095
1455
  "path"?: string | URLPattern;
1096
1456
  "selected"?: boolean;
1097
1457
  "to"?: string;
1098
1458
  }
1099
- interface SmoothlyBacktotop {
1459
+ interface SmoothlyBackToTop {
1100
1460
  "bottom"?: string;
1101
1461
  "opacity"?: string;
1102
1462
  "right"?: string;
1103
1463
  }
1104
1464
  interface SmoothlyBurger {
1105
1465
  "mediaQuery"?: string;
1106
- "onBurgerStatus"?: (event: SmoothlyBurgerCustomEvent<boolean>) => void;
1466
+ "onSmoothlyNavStatus"?: (event: SmoothlyBurgerCustomEvent<boolean>) => void;
1467
+ "onSmoothlyVisibleStatus"?: (event: SmoothlyBurgerCustomEvent<boolean>) => void;
1107
1468
  "open"?: boolean;
1108
1469
  "visible"?: boolean;
1109
1470
  }
1110
1471
  interface SmoothlyButton {
1111
1472
  "color"?: Color;
1112
1473
  "disabled"?: boolean;
1113
- "download"?: boolean;
1114
1474
  "expand"?: "block" | "full";
1115
1475
  "fill"?: Fill;
1116
1476
  "link"?: string;
1117
1477
  "shape"?: "rounded";
1118
1478
  "size"?: "small" | "large" | "icon" | "flexible";
1479
+ "type"?: Button.Properties["type"];
1480
+ }
1481
+ interface SmoothlyButtonConfirm {
1482
+ "color"?: Color;
1483
+ "disabled"?: boolean;
1484
+ "doubleClickTime"?: number;
1485
+ "expand"?: "block" | "full";
1486
+ "fill"?: Fill;
1487
+ "name"?: string;
1488
+ "onSmoothlyConfirm"?: (event: SmoothlyButtonConfirmCustomEvent<Data>) => void;
1489
+ "onSmoothlyInputLoad"?: (event: SmoothlyButtonConfirmCustomEvent<(parent: HTMLElement) => void>) => void;
1490
+ "shape"?: "rounded";
1491
+ "size"?: "small" | "large" | "icon" | "flexible";
1119
1492
  "type"?: "link" | "button";
1120
1493
  }
1121
1494
  interface SmoothlyButtonDemo {
@@ -1126,11 +1499,11 @@ declare namespace LocalJSX {
1126
1499
  "max"?: Date;
1127
1500
  "min"?: Date;
1128
1501
  "month"?: Date;
1129
- "onDateRangeSet"?: (event: SmoothlyCalendarCustomEvent<DateRange>) => void;
1130
- "onDateSet"?: (event: SmoothlyCalendarCustomEvent<Date>) => void;
1131
- "onEndChanged"?: (event: SmoothlyCalendarCustomEvent<Date>) => void;
1132
- "onStartChanged"?: (event: SmoothlyCalendarCustomEvent<Date>) => void;
1133
- "onValueChanged"?: (event: SmoothlyCalendarCustomEvent<Date>) => void;
1502
+ "onSmoothlyDateRangeSet"?: (event: SmoothlyCalendarCustomEvent<DateRange>) => void;
1503
+ "onSmoothlyDateSet"?: (event: SmoothlyCalendarCustomEvent<Date>) => void;
1504
+ "onSmoothlyEndChange"?: (event: SmoothlyCalendarCustomEvent<Date>) => void;
1505
+ "onSmoothlyStartChange"?: (event: SmoothlyCalendarCustomEvent<Date>) => void;
1506
+ "onSmoothlyValueChange"?: (event: SmoothlyCalendarCustomEvent<Date>) => void;
1134
1507
  "start"?: Date;
1135
1508
  "value"?: Date;
1136
1509
  }
@@ -1139,8 +1512,9 @@ declare namespace LocalJSX {
1139
1512
  "disabled"?: boolean;
1140
1513
  "intermediate"?: boolean;
1141
1514
  "name"?: string;
1142
- "onSmoothlyChecked"?: (event: SmoothlyCheckboxCustomEvent<Record<string, any>>) => void;
1515
+ "onSmoothlyInput"?: (event: SmoothlyCheckboxCustomEvent<Record<string, any>>) => void;
1143
1516
  "size"?: "tiny" | "small" | "medium" | "large";
1517
+ "unavailable"?: boolean;
1144
1518
  "value"?: any;
1145
1519
  }
1146
1520
  interface SmoothlyColor {
@@ -1180,36 +1554,49 @@ declare namespace LocalJSX {
1180
1554
  "onNotice"?: (event: SmoothlyDisplayDemoCustomEvent<Notice>) => void;
1181
1555
  }
1182
1556
  interface SmoothlyFilter {
1183
- "criteria"?: Record<string, Criteria>;
1184
- "inputValue"?: Criteria;
1185
- "onFilters"?: (event: SmoothlyFilterCustomEvent<Criteria>) => void;
1186
- "placeholder"?: string | undefined;
1557
+ "onSmoothlyFilter"?: (event: SmoothlyFilterCustomEvent<selectively.Criteria>) => void;
1558
+ }
1559
+ interface SmoothlyFilterField {
1560
+ "criteria"?: selectively.Criteria;
1561
+ "onSmoothlyFilterField"?: (event: SmoothlyFilterFieldCustomEvent<selectively.Rule>) => void;
1187
1562
  }
1188
1563
  interface SmoothlyFilterInput {
1189
- "autocomplete"?: boolean;
1190
- "comparison"?: "equals" | "less" | "greater" | "starts" | "ends" | "includes";
1191
- "currency"?: Currency;
1192
- "disabled"?: boolean;
1193
- "maxLength"?: number;
1194
- "minLength"?: number;
1195
- "name"?: string;
1196
- "onFilter"?: (event: SmoothlyFilterInputCustomEvent<Criteria>) => void;
1197
- "pattern"?: RegExp;
1564
+ "onSmoothlyFilterManipulate"?: (event: SmoothlyFilterInputCustomEvent<Filter.Manipulate>) => void;
1565
+ "onSmoothlyFilterUpdate"?: (event: SmoothlyFilterInputCustomEvent<Filter.Update>) => void;
1198
1566
  "placeholder"?: string;
1199
- "readonly"?: boolean;
1200
- "required"?: boolean;
1201
- "showLabel"?: boolean;
1202
- "type"?: string;
1203
- "value"?: string;
1567
+ "property"?: string;
1568
+ }
1569
+ interface SmoothlyFilterPicker {
1570
+ "label"?: string;
1571
+ "multiple"?: boolean;
1572
+ "onSmoothlyFilterManipulate"?: (event: SmoothlyFilterPickerCustomEvent<Filter.Manipulate>) => void;
1573
+ "onSmoothlyFilterUpdate"?: (event: SmoothlyFilterPickerCustomEvent<Filter.Update>) => void;
1574
+ "property"?: string;
1575
+ }
1576
+ interface SmoothlyFilterToggle {
1577
+ "active"?: boolean;
1578
+ "flip"?: boolean;
1579
+ "icon"?: Icon;
1580
+ "not"?: boolean;
1581
+ "onSmoothlyFilterManipulate"?: (event: SmoothlyFilterToggleCustomEvent<Filter.Manipulate>) => void;
1582
+ "onSmoothlyFilterUpdate"?: (event: SmoothlyFilterToggleCustomEvent<Filter.Update>) => void;
1583
+ "properties"?: Record<string, string>;
1584
+ "toolTip"?: string;
1204
1585
  }
1205
1586
  interface SmoothlyForm {
1206
1587
  "action"?: string;
1207
- "looks"?: "plain" | "grid" | "border" | "line";
1588
+ "changed"?: boolean;
1589
+ "color"?: Color;
1590
+ "looks"?: Looks;
1208
1591
  "method"?: "GET" | "POST";
1209
1592
  "name"?: string;
1593
+ "onNotice"?: (event: SmoothlyFormCustomEvent<Notice>) => void;
1210
1594
  "onSmoothlyFormInput"?: (event: SmoothlyFormCustomEvent<Data>) => void;
1211
1595
  "onSmoothlyFormSubmit"?: (event: SmoothlyFormCustomEvent<Data>) => void;
1596
+ "prevent"?: boolean;
1212
1597
  "processing"?: boolean;
1598
+ "readonly"?: boolean;
1599
+ "value"?: Readonly<Data>;
1213
1600
  }
1214
1601
  interface SmoothlyFrame {
1215
1602
  "name"?: string;
@@ -1224,7 +1611,7 @@ declare namespace LocalJSX {
1224
1611
  interface SmoothlyIcon {
1225
1612
  "color"?: Color;
1226
1613
  "fill"?: Fill;
1227
- "name"?: string;
1614
+ "name"?: Icon | "empty";
1228
1615
  "size"?: "tiny" | "small" | "medium" | "large";
1229
1616
  "toolTip"?: string;
1230
1617
  }
@@ -1232,109 +1619,248 @@ declare namespace LocalJSX {
1232
1619
  }
1233
1620
  interface SmoothlyInput {
1234
1621
  "autocomplete"?: boolean;
1235
- "currency"?: Currency;
1622
+ "changed"?: boolean;
1623
+ "color"?: Color;
1624
+ "currency"?: isoly.Currency;
1625
+ "delay"?: number;
1236
1626
  "disabled"?: boolean;
1237
- "maxLength"?: number;
1238
- "minLength"?: number;
1627
+ "looks"?: Looks;
1239
1628
  "name"?: string;
1240
1629
  "onSmoothlyBlur"?: (event: SmoothlyInputCustomEvent<void>) => void;
1241
1630
  "onSmoothlyChange"?: (event: SmoothlyInputCustomEvent<Record<string, any>>) => void;
1631
+ "onSmoothlyFormDisable"?: (event: SmoothlyInputCustomEvent<(disabled: boolean) => void>) => void;
1242
1632
  "onSmoothlyInput"?: (event: SmoothlyInputCustomEvent<Record<string, any>>) => void;
1243
- "pattern"?: RegExp | undefined;
1633
+ "onSmoothlyInputLoad"?: (event: SmoothlyInputCustomEvent<(parent: HTMLElement) => void>) => void;
1634
+ "onSmoothlyInputLooks"?: (event: SmoothlyInputCustomEvent<(looks: Looks, color: Color) => void>) => void;
1244
1635
  "placeholder"?: string | undefined;
1245
1636
  "readonly"?: boolean;
1246
1637
  "required"?: boolean;
1247
1638
  "showLabel"?: boolean;
1248
- "type"?: string;
1639
+ "type"?: tidily.Type;
1249
1640
  "value"?: any;
1250
1641
  }
1642
+ interface SmoothlyInputCheckbox {
1643
+ "checked"?: boolean;
1644
+ "disabled"?: boolean;
1645
+ "looks"?: Looks;
1646
+ "name"?: string;
1647
+ "onSmoothlyInput"?: (event: SmoothlyInputCheckboxCustomEvent<Data>) => void;
1648
+ "onSmoothlyInputLoad"?: (event: SmoothlyInputCheckboxCustomEvent<(parent: HTMLElement) => void>) => void;
1649
+ "onSmoothlyInputLooks"?: (event: SmoothlyInputCheckboxCustomEvent<(looks: Looks, color: Color) => void>) => void;
1650
+ "value"?: Data[string];
1651
+ }
1652
+ interface SmoothlyInputClear {
1653
+ "color"?: Color;
1654
+ "disabled"?: boolean;
1655
+ "display"?: boolean;
1656
+ "expand"?: "block" | "full";
1657
+ "fill"?: Fill;
1658
+ "onSmoothlyInputLoad"?: (event: SmoothlyInputClearCustomEvent<(parent: HTMLElement) => void>) => void;
1659
+ "shape"?: "rounded";
1660
+ "size"?: "small" | "large" | "icon" | "flexible";
1661
+ "type"?: "form" | "input";
1662
+ }
1663
+ interface SmoothlyInputColor {
1664
+ "looks"?: Looks;
1665
+ "name"?: string;
1666
+ "onSmoothlyInput"?: (event: SmoothlyInputColorCustomEvent<Record<string, any>>) => void;
1667
+ "onSmoothlyInputLoad"?: (event: SmoothlyInputColorCustomEvent<(parent: HTMLElement) => void>) => void;
1668
+ "onSmoothlyInputLooks"?: (event: SmoothlyInputColorCustomEvent<(looks: Looks, color: Color) => void>) => void;
1669
+ "value"?: string | undefined;
1670
+ }
1251
1671
  interface SmoothlyInputDate {
1672
+ "color"?: Color;
1252
1673
  "disabled"?: boolean;
1674
+ "looks"?: Looks;
1253
1675
  "max"?: Date;
1254
1676
  "min"?: Date;
1255
1677
  "name"?: string;
1256
- "onValueChanged"?: (event: SmoothlyInputDateCustomEvent<Date>) => void;
1678
+ "onSmoothlyInput"?: (event: SmoothlyInputDateCustomEvent<Record<string, any>>) => void;
1679
+ "onSmoothlyInputLooks"?: (event: SmoothlyInputDateCustomEvent<(looks: Looks, color: Color) => void>) => void;
1680
+ "onSmoothlyValueChange"?: (event: SmoothlyInputDateCustomEvent<Date>) => void;
1257
1681
  "open"?: boolean;
1682
+ "showLabel"?: boolean;
1258
1683
  "value"?: Date;
1259
1684
  }
1260
1685
  interface SmoothlyInputDateRange {
1261
- "end"?: Date;
1686
+ "color"?: Color;
1687
+ "end"?: isoly.Date;
1262
1688
  "labelEnd"?: string;
1263
1689
  "labelStart"?: string;
1264
- "max"?: Date;
1265
- "min"?: Date;
1266
- "onDateRangeSelected"?: (event: SmoothlyInputDateRangeCustomEvent<{ start: Date; end: Date }>) => void;
1267
- "onValueChanged"?: (event: SmoothlyInputDateRangeCustomEvent<Date>) => void;
1690
+ "looks"?: Looks;
1691
+ "max"?: isoly.Date;
1692
+ "min"?: isoly.Date;
1693
+ "name"?: string;
1694
+ "onSmoothlyInput"?: (event: SmoothlyInputDateRangeCustomEvent<Data>) => void;
1695
+ "onSmoothlyInputLooks"?: (event: SmoothlyInputDateRangeCustomEvent<(looks: Looks, color: Color) => void>) => void;
1696
+ "onSmoothlyValueChange"?: (event: SmoothlyInputDateRangeCustomEvent<isoly.Date>) => void;
1268
1697
  "open"?: boolean;
1269
1698
  "showLabel"?: boolean;
1270
- "start"?: Date;
1271
- "value"?: Date;
1699
+ "start"?: isoly.Date;
1700
+ "value"?: isoly.Date;
1272
1701
  }
1273
1702
  interface SmoothlyInputDemo {
1274
1703
  }
1704
+ interface SmoothlyInputEdit {
1705
+ "color"?: Color;
1706
+ "disabled"?: boolean;
1707
+ "display"?: boolean;
1708
+ "expand"?: "block" | "full";
1709
+ "fill"?: Fill;
1710
+ "onSmoothlyInputLoad"?: (event: SmoothlyInputEditCustomEvent<(parent: HTMLElement) => void>) => void;
1711
+ "shape"?: "rounded";
1712
+ "size"?: "flexible" | "small" | "large" | "icon";
1713
+ "type"?: "link" | "button";
1714
+ }
1715
+ interface SmoothlyInputFile {
1716
+ "accept"?: string;
1717
+ "camera"?: "front" | "back";
1718
+ "color"?: Color;
1719
+ "looks"?: Looks;
1720
+ "name"?: string;
1721
+ "onSmoothlyChange"?: (event: SmoothlyInputFileCustomEvent<Record<string, File>>) => void;
1722
+ "onSmoothlyInput"?: (event: SmoothlyInputFileCustomEvent<Record<string, File>>) => void;
1723
+ "onSmoothlyInputLooks"?: (event: SmoothlyInputFileCustomEvent<(looks: Looks, color: Color) => void>) => void;
1724
+ "placeholder"?: string | undefined;
1725
+ "showLabel"?: boolean;
1726
+ "value"?: File;
1727
+ }
1275
1728
  interface SmoothlyInputMonth {
1276
- "onValueChanged"?: (event: SmoothlyInputMonthCustomEvent<Date>) => void;
1729
+ "onSmoothlyValueChange"?: (event: SmoothlyInputMonthCustomEvent<Date>) => void;
1277
1730
  "value"?: Date;
1278
1731
  }
1732
+ interface SmoothlyInputRadio {
1733
+ "changed"?: boolean;
1734
+ "clearable"?: boolean;
1735
+ "looks"?: Looks;
1736
+ "name"?: string;
1737
+ "onSmoothlyFormDisable"?: (event: SmoothlyInputRadioCustomEvent<(disabled: boolean) => void>) => void;
1738
+ "onSmoothlyInput"?: (event: SmoothlyInputRadioCustomEvent<Data>) => void;
1739
+ "onSmoothlyInputLoad"?: (event: SmoothlyInputRadioCustomEvent<(parent: HTMLElement) => void>) => void;
1740
+ "onSmoothlyInputLooks"?: (event: SmoothlyInputRadioCustomEvent<(looks: Looks, color: Color) => void>) => void;
1741
+ "readonly"?: boolean;
1742
+ "value"?: any;
1743
+ }
1744
+ interface SmoothlyInputRadioItem {
1745
+ "looks"?: Looks;
1746
+ "name"?: string;
1747
+ "onSmoothlyRadioButtonRegister"?: (event: SmoothlyInputRadioItemCustomEvent<(name: string) => void>) => void;
1748
+ "onSmoothlySelect"?: (event: SmoothlyInputRadioItemCustomEvent<Selectable>) => void;
1749
+ "selected"?: boolean;
1750
+ "value"?: any;
1751
+ }
1752
+ interface SmoothlyInputRange {
1753
+ "labelText"?: string;
1754
+ "looks"?: Looks;
1755
+ "max"?: number;
1756
+ "min"?: number;
1757
+ "name"?: string;
1758
+ "onSmoothlyInput"?: (event: SmoothlyInputRangeCustomEvent<Record<string, any>>) => void;
1759
+ "onSmoothlyInputLoad"?: (event: SmoothlyInputRangeCustomEvent<(parent: HTMLElement) => void>) => void;
1760
+ "onSmoothlyInputLooks"?: (event: SmoothlyInputRangeCustomEvent<(looks: Looks, color: Color) => void>) => void;
1761
+ "outputSide"?: "right" | "left";
1762
+ "step"?: number | "any";
1763
+ "value"?: number | undefined;
1764
+ }
1765
+ interface SmoothlyInputReset {
1766
+ "color"?: Color;
1767
+ "disabled"?: boolean;
1768
+ "display"?: boolean;
1769
+ "expand"?: "block" | "full";
1770
+ "fill"?: Fill;
1771
+ "onSmoothlyInputLoad"?: (event: SmoothlyInputResetCustomEvent<(parent: HTMLElement) => void>) => void;
1772
+ "shape"?: "rounded";
1773
+ "size"?: "small" | "large" | "icon" | "flexible";
1774
+ "type"?: "form" | "input";
1775
+ }
1776
+ interface SmoothlyInputSelect {
1777
+ "color"?: Color;
1778
+ "initialPrompt"?: string;
1779
+ "initialValue"?: unknown;
1780
+ "looks"?: Looks;
1781
+ "menuHeight"?: `${number}${"items" | "rem" | "px" | "vh"}`;
1782
+ "name"?: string;
1783
+ "onSmoothlyInput"?: (event: SmoothlyInputSelectCustomEvent<Data>) => void;
1784
+ "onSmoothlyInputLooks"?: (event: SmoothlyInputSelectCustomEvent<(looks: Looks, color: Color) => void>) => void;
1785
+ "onSmoothlySelect"?: (event: SmoothlyInputSelectCustomEvent<unknown>) => void;
1786
+ "showSelected"?: boolean;
1787
+ "type"?: "icon";
1788
+ }
1789
+ interface SmoothlyInputSubmit {
1790
+ "color"?: Color;
1791
+ "disabled"?: boolean;
1792
+ "display"?: boolean;
1793
+ "expand"?: "block" | "full";
1794
+ "fill"?: Fill;
1795
+ "onSmoothlyInputLoad"?: (event: SmoothlyInputSubmitCustomEvent<(parent: HTMLElement) => void>) => void;
1796
+ "shape"?: "rounded";
1797
+ "size"?: "flexible" | "small" | "large" | "icon";
1798
+ "type"?: "link" | "button";
1799
+ }
1279
1800
  interface SmoothlyItem {
1280
1801
  "marked"?: boolean;
1281
- "onItemSelected"?: (event: SmoothlyItemCustomEvent<void>) => void;
1802
+ "onSmoothlyItemSelect"?: (event: SmoothlyItemCustomEvent<void>) => void;
1282
1803
  "selected"?: boolean;
1283
1804
  "value"?: any;
1284
1805
  }
1285
- interface SmoothlyMenuOptions {
1286
- "emptyMenuLabel"?: string;
1287
- "maxMenuHeight"?: "inherit";
1288
- "mutable"?: boolean;
1289
- "newOptionLabel"?: string;
1290
- "onMenuEmpty"?: (event: SmoothlyMenuOptionsCustomEvent<boolean>) => void;
1291
- "optionStyle"?: any;
1292
- "options"?: Option[];
1293
- "order"?: boolean;
1294
- "resetHighlightOnOptionsChange"?: boolean;
1295
- "toggle"?: boolean;
1806
+ interface SmoothlyLabel {
1807
+ "description"?: string;
1808
+ "hue"?: number;
1809
+ "shape"?: "rectangle" | "rounded";
1810
+ }
1811
+ interface SmoothlyLazy {
1812
+ "content"?: JSX.Element | FunctionalComponent;
1813
+ "show"?: boolean;
1814
+ }
1815
+ interface SmoothlyLoadMore {
1816
+ "multiple"?: boolean;
1817
+ "name"?: string;
1818
+ "offset"?: string;
1819
+ "onSmoothlyLoadMore"?: (event: SmoothlyLoadMoreCustomEvent<string>) => void;
1296
1820
  }
1297
1821
  interface SmoothlyNotification {
1822
+ "closable"?: boolean;
1823
+ "icon"?: boolean;
1298
1824
  "notice"?: Notice;
1299
1825
  "onRemove"?: (event: SmoothlyNotificationCustomEvent<Notice>) => void;
1300
1826
  }
1301
1827
  interface SmoothlyNotifier {
1302
1828
  }
1303
- interface SmoothlyOption {
1304
- "aliases"?: string;
1305
- "checkbox"?: boolean;
1306
- "checked"?: boolean;
1307
- "dataHighlight"?: boolean;
1308
- "divider"?: boolean;
1829
+ interface SmoothlyPicker {
1830
+ "looks"?: Looks;
1831
+ "multiple"?: boolean;
1832
+ "mutable"?: boolean;
1309
1833
  "name"?: string;
1310
- "new"?: boolean;
1311
- "onOptionAdd"?: (event: SmoothlyOptionCustomEvent<{ name: string; value: string }>) => void;
1312
- "onOptionHover"?: (event: SmoothlyOptionCustomEvent<{ value: any; name: string }>) => void;
1313
- "onOptionSelect"?: (event: SmoothlyOptionCustomEvent<{ value: any; name: string }>) => void;
1314
- "onOptionUnselect"?: (event: SmoothlyOptionCustomEvent<{ value: any; name: string }>) => void;
1315
- "toggle"?: boolean;
1316
- "value"?: string;
1834
+ "onSmoothlyChange"?: (event: SmoothlyPickerCustomEvent<Record<string, any | any[]>>) => void;
1835
+ "onSmoothlyInput"?: (event: SmoothlyPickerCustomEvent<Record<string, any | any[]>>) => void;
1836
+ "onSmoothlyInputLooks"?: (event: SmoothlyPickerCustomEvent<(looks: Looks) => void>) => void;
1837
+ "onSmoothlyPickerLoaded"?: (event: SmoothlyPickerCustomEvent<Controls>) => void;
1838
+ "open"?: boolean;
1839
+ "readonly"?: boolean;
1840
+ "validator"?: (value: string) => boolean | { result: boolean; notice: Notice };
1317
1841
  }
1318
- interface SmoothlyPicker {
1319
- "disabled"?: boolean;
1320
- "emptyMenuLabel"?: string;
1321
- "label"?: string;
1322
- "labelSetting"?: "hide" | "default";
1323
- "maxHeight"?: string;
1324
- "maxMenuHeight"?: string;
1842
+ interface SmoothlyPickerDemo {
1843
+ }
1844
+ interface SmoothlyPickerMenu {
1845
+ "looks"?: Looks;
1325
1846
  "multiple"?: boolean;
1326
1847
  "mutable"?: boolean;
1327
- "newOptionLabel"?: string;
1328
- "onMenuClose"?: (event: SmoothlyPickerCustomEvent<Option[]>) => void;
1329
- "onNotice"?: (event: SmoothlyPickerCustomEvent<Notice>) => void;
1330
- "optionStyle"?: any;
1331
- "options"?: (Option & { checked?: boolean })[];
1848
+ "onNotice"?: (event: SmoothlyPickerMenuCustomEvent<Notice>) => void;
1849
+ "onSmoothlyPickerMenuLoaded"?: (event: SmoothlyPickerMenuCustomEvent<Controls & { synced: () => boolean }>) => void;
1850
+ "open"?: boolean;
1332
1851
  "readonly"?: boolean;
1333
- "selectAllName"?: string;
1334
- "selectNoneName"?: string;
1335
- "selectionName"?: string;
1336
- "selections"?: Option[];
1337
- "valueValidator"?: (value: any) => [boolean, Notice | undefined];
1852
+ "validator"?: (value: string) => boolean | { result: boolean; notice: Notice };
1853
+ }
1854
+ interface SmoothlyPickerOption {
1855
+ "onSmoothlyPickerOptionChange"?: (event: SmoothlyPickerOptionCustomEvent<Option>) => void;
1856
+ "onSmoothlyPickerOptionLoad"?: (event: SmoothlyPickerOptionCustomEvent<Option.Load>) => void;
1857
+ "onSmoothlyPickerOptionLoaded"?: (event: SmoothlyPickerOptionCustomEvent<Option>) => void;
1858
+ "position"?: number;
1859
+ "required"?: boolean;
1860
+ "search"?: string[];
1861
+ "selected"?: boolean;
1862
+ "value"?: any;
1863
+ "visible"?: boolean;
1338
1864
  }
1339
1865
  interface SmoothlyPopup {
1340
1866
  "direction"?: "up" | "down";
@@ -1344,44 +1870,11 @@ declare namespace LocalJSX {
1344
1870
  interface SmoothlyQuiet {
1345
1871
  "color"?: string;
1346
1872
  }
1347
- interface SmoothlyRadio {
1348
- "checked"?: boolean;
1349
- "name"?: string;
1350
- "onSmoothlySelected"?: (event: SmoothlyRadioCustomEvent<{ name: string; value: string }>) => void;
1351
- "tabIndex"?: number;
1352
- "value"?: string;
1353
- }
1354
- interface SmoothlyRadioButton {
1355
- "decoration"?: "button" | "radio";
1356
- "deselectable"?: boolean;
1357
- "name"?: string;
1358
- "onRadioButtonSelected"?: (event: SmoothlyRadioButtonCustomEvent<{ name: string | undefined; value: any }>) => void;
1359
- "value"?: any;
1360
- }
1361
- interface SmoothlyRadioButtonItem {
1362
- "color"?: Color;
1363
- "onRadioItemSelectInternal"?: (event: SmoothlyRadioButtonItemCustomEvent<Selected>) => void;
1364
- "selected"?: boolean;
1365
- "value"?: any;
1366
- }
1367
- interface SmoothlyRadioGroup {
1368
- "orientation"?: "horizontal" | "vertical";
1369
- }
1370
1873
  interface SmoothlyReorder {
1371
1874
  "onReorder"?: (event: SmoothlyReorderCustomEvent<[number, number]>) => void;
1372
1875
  }
1373
- interface SmoothlySelect {
1374
- "background"?: string;
1375
- "identifier"?: string;
1376
- "onSelectionChanged"?: (event: SmoothlySelectCustomEvent<{ identifier: string; value: string }>) => void;
1377
- "value"?: string;
1378
- }
1379
1876
  interface SmoothlySelectDemo {
1380
1877
  }
1381
- interface SmoothlySelector {
1382
- "initialPrompt"?: string;
1383
- "onSelected"?: (event: SmoothlySelectorCustomEvent<any>) => void;
1384
- }
1385
1878
  interface SmoothlySkeleton {
1386
1879
  "align"?: "left" | "center" | "right";
1387
1880
  "color"?: string;
@@ -1390,6 +1883,15 @@ declare namespace LocalJSX {
1390
1883
  "width"?: string;
1391
1884
  "widths"?: string[];
1392
1885
  }
1886
+ interface SmoothlySlotElements {
1887
+ "clone"?: boolean;
1888
+ "nodes"?: Node | Node[];
1889
+ "onSmoothlySlotEmpty"?: (event: SmoothlySlotElementsCustomEvent<Slot>) => void;
1890
+ }
1891
+ interface SmoothlySlottedElements {
1892
+ "clone"?: boolean;
1893
+ "onSmoothlySlottedChange"?: (event: SmoothlySlottedElementsCustomEvent<Node[]>) => void;
1894
+ }
1393
1895
  interface SmoothlySpinner {
1394
1896
  "active"?: boolean;
1395
1897
  "size"?: "small" | "medium" | "large";
@@ -1399,14 +1901,18 @@ declare namespace LocalJSX {
1399
1901
  "disabled"?: boolean;
1400
1902
  "expand"?: "block" | "full";
1401
1903
  "fill"?: Fill;
1904
+ "onSmoothlyInputLoad"?: (event: SmoothlySubmitCustomEvent<(parent: HTMLElement) => void>) => void;
1402
1905
  "onSmoothlySubmit"?: (event: SmoothlySubmitCustomEvent<any>) => void;
1906
+ "prevent"?: boolean;
1403
1907
  "shape"?: "rounded";
1404
- "size"?: "small" | "large" | "icon";
1908
+ "size"?: "flexible" | "small" | "large" | "icon";
1405
1909
  "type"?: "link" | "button";
1406
1910
  }
1407
1911
  interface SmoothlySummary {
1408
1912
  "color"?: Color;
1409
1913
  "fill"?: Fill;
1914
+ "onSmoothlySummaryOpen"?: (event: SmoothlySummaryCustomEvent<boolean>) => void;
1915
+ "open"?: boolean;
1410
1916
  "size"?: "tiny" | "small" | "medium" | "large";
1411
1917
  }
1412
1918
  interface SmoothlySvg {
@@ -1423,9 +1929,11 @@ declare namespace LocalJSX {
1423
1929
  }
1424
1930
  interface SmoothlyTable {
1425
1931
  "align"?: "middle" | "bottom" | "top";
1932
+ "color"?: Color;
1426
1933
  "onSmoothlyNestedTable"?: (event: SmoothlyTableCustomEvent<() => void>) => void;
1427
- "onSpotlightChange"?: (event: SmoothlyTableCustomEvent<{ allowSpotlight: boolean; owner?: EventTarget }>) => void;
1428
- "onTableLoad"?: (event: SmoothlyTableCustomEvent<(owner: EventTarget) => void>) => void;
1934
+ "onSmoothlySpotlightChange"?: (event: SmoothlyTableCustomEvent<{ allowSpotlight: boolean; owner?: EventTarget }>) => void;
1935
+ "onSmoothlyTableLoad"?: (event: SmoothlyTableCustomEvent<(owner: EventTarget) => void>) => void;
1936
+ "open"?: boolean;
1429
1937
  "root"?: boolean;
1430
1938
  }
1431
1939
  interface SmoothlyTableCell {
@@ -1435,24 +1943,39 @@ declare namespace LocalJSX {
1435
1943
  interface SmoothlyTableDemoFiltered {
1436
1944
  }
1437
1945
  interface SmoothlyTableExpandableCell {
1438
- "align"?: "left" | "center" | "right";
1439
- "onExpandableChange"?: (event: SmoothlyTableExpandableCellCustomEvent<boolean>) => void;
1440
- "onExpandableLoad"?: (event: SmoothlyTableExpandableCellCustomEvent<{ allowSpotlight: (allowed: boolean) => void }>) => void;
1441
- "onExpansionLoad"?: (event: SmoothlyTableExpandableCellCustomEvent<void>) => void;
1442
- "onExpansionOpen"?: (event: SmoothlyTableExpandableCellCustomEvent<HTMLElement>) => void;
1946
+ "onSmoothlyExpandableChange"?: (event: SmoothlyTableExpandableCellCustomEvent<boolean>) => void;
1947
+ "onSmoothlyExpandableLoad"?: (event: SmoothlyTableExpandableCellCustomEvent<{ allowSpotlight: (allowed: boolean) => void }>) => void;
1948
+ "onSmoothlyExpansionLoad"?: (event: SmoothlyTableExpandableCellCustomEvent<void>) => void;
1949
+ "onSmoothlyExpansionOpen"?: (event: SmoothlyTableExpandableCellCustomEvent<HTMLElement>) => void;
1443
1950
  "open"?: boolean;
1444
1951
  }
1445
1952
  interface SmoothlyTableExpandableRow {
1446
- "align"?: "left" | "center" | "right";
1447
- "onExpandableChange"?: (event: SmoothlyTableExpandableRowCustomEvent<boolean>) => void;
1448
- "onExpandableLoad"?: (event: SmoothlyTableExpandableRowCustomEvent<{ allowSpotlight: (allowed: boolean) => void }>) => void;
1449
- "onExpansionOpen"?: (event: SmoothlyTableExpandableRowCustomEvent<HTMLElement>) => void;
1953
+ "onSmoothlyExpandableChange"?: (event: SmoothlyTableExpandableRowCustomEvent<boolean>) => void;
1954
+ "onSmoothlyExpandableLoad"?: (event: SmoothlyTableExpandableRowCustomEvent<{ allowSpotlight: (allowed: boolean) => void }>) => void;
1955
+ "onSmoothlyExpansionOpen"?: (event: SmoothlyTableExpandableRowCustomEvent<HTMLElement>) => void;
1450
1956
  "open"?: boolean;
1451
1957
  }
1958
+ interface SmoothlyTableFooter {
1959
+ }
1452
1960
  interface SmoothlyTableHeader {
1453
1961
  "name"?: string;
1454
1962
  }
1455
1963
  interface SmoothlyTableRow {
1964
+ "open"?: boolean;
1965
+ }
1966
+ interface SmoothlyTableTesting {
1967
+ }
1968
+ interface SmoothlyThemeColor {
1969
+ "color"?: Color;
1970
+ }
1971
+ interface SmoothlyThemeColorVariant {
1972
+ "color"?: Color;
1973
+ "variant"?: "shade" | "tint" | "color";
1974
+ }
1975
+ interface SmoothlyThemeColors {
1976
+ }
1977
+ interface SmoothlyThemePicker {
1978
+ "element"?: string;
1456
1979
  }
1457
1980
  interface SmoothlyToggle {
1458
1981
  "disabled"?: boolean;
@@ -1462,11 +1985,13 @@ declare namespace LocalJSX {
1462
1985
  "value"?: any;
1463
1986
  }
1464
1987
  interface SmoothlyToggleSwitch {
1988
+ "checkmark"?: boolean;
1989
+ "color"?: Color;
1465
1990
  "disabled"?: boolean;
1466
- "name"?: string;
1991
+ "fill"?: Fill;
1992
+ "onSmoothlyToggleSwitchChange"?: (event: SmoothlyToggleSwitchCustomEvent<boolean>) => void;
1467
1993
  "selected"?: boolean;
1468
1994
  "size"?: "small" | "default" | "large";
1469
- "value"?: any;
1470
1995
  }
1471
1996
  interface SmoothlyTrigger {
1472
1997
  "color"?: Color | undefined;
@@ -1484,7 +2009,7 @@ declare namespace LocalJSX {
1484
2009
  }
1485
2010
  interface SmoothlyTriggerSource {
1486
2011
  "listen"?: string;
1487
- "onMessage"?: (event: SmoothlyTriggerSourceCustomEvent<Message<any>>) => void;
2012
+ "onSmoothlyMessage"?: (event: SmoothlyTriggerSourceCustomEvent<Message<any>>) => void;
1488
2013
  "onTrigger"?: (event: SmoothlyTriggerSourceCustomEvent<Trigger>) => void;
1489
2014
  }
1490
2015
  interface SmoothlyTuple {
@@ -1502,9 +2027,10 @@ declare namespace LocalJSX {
1502
2027
  "smoothly-app": SmoothlyApp;
1503
2028
  "smoothly-app-demo": SmoothlyAppDemo;
1504
2029
  "smoothly-app-room": SmoothlyAppRoom;
1505
- "smoothly-backtotop": SmoothlyBacktotop;
2030
+ "smoothly-back-to-top": SmoothlyBackToTop;
1506
2031
  "smoothly-burger": SmoothlyBurger;
1507
2032
  "smoothly-button": SmoothlyButton;
2033
+ "smoothly-button-confirm": SmoothlyButtonConfirm;
1508
2034
  "smoothly-button-demo": SmoothlyButtonDemo;
1509
2035
  "smoothly-calendar": SmoothlyCalendar;
1510
2036
  "smoothly-checkbox": SmoothlyCheckbox;
@@ -1517,34 +2043,48 @@ declare namespace LocalJSX {
1517
2043
  "smoothly-display-date-time": SmoothlyDisplayDateTime;
1518
2044
  "smoothly-display-demo": SmoothlyDisplayDemo;
1519
2045
  "smoothly-filter": SmoothlyFilter;
2046
+ "smoothly-filter-field": SmoothlyFilterField;
1520
2047
  "smoothly-filter-input": SmoothlyFilterInput;
2048
+ "smoothly-filter-picker": SmoothlyFilterPicker;
2049
+ "smoothly-filter-toggle": SmoothlyFilterToggle;
1521
2050
  "smoothly-form": SmoothlyForm;
1522
2051
  "smoothly-frame": SmoothlyFrame;
1523
2052
  "smoothly-google-font": SmoothlyGoogleFont;
1524
2053
  "smoothly-icon": SmoothlyIcon;
1525
2054
  "smoothly-icon-demo": SmoothlyIconDemo;
1526
2055
  "smoothly-input": SmoothlyInput;
2056
+ "smoothly-input-checkbox": SmoothlyInputCheckbox;
2057
+ "smoothly-input-clear": SmoothlyInputClear;
2058
+ "smoothly-input-color": SmoothlyInputColor;
1527
2059
  "smoothly-input-date": SmoothlyInputDate;
1528
2060
  "smoothly-input-date-range": SmoothlyInputDateRange;
1529
2061
  "smoothly-input-demo": SmoothlyInputDemo;
2062
+ "smoothly-input-edit": SmoothlyInputEdit;
2063
+ "smoothly-input-file": SmoothlyInputFile;
1530
2064
  "smoothly-input-month": SmoothlyInputMonth;
2065
+ "smoothly-input-radio": SmoothlyInputRadio;
2066
+ "smoothly-input-radio-item": SmoothlyInputRadioItem;
2067
+ "smoothly-input-range": SmoothlyInputRange;
2068
+ "smoothly-input-reset": SmoothlyInputReset;
2069
+ "smoothly-input-select": SmoothlyInputSelect;
2070
+ "smoothly-input-submit": SmoothlyInputSubmit;
1531
2071
  "smoothly-item": SmoothlyItem;
1532
- "smoothly-menu-options": SmoothlyMenuOptions;
2072
+ "smoothly-label": SmoothlyLabel;
2073
+ "smoothly-lazy": SmoothlyLazy;
2074
+ "smoothly-load-more": SmoothlyLoadMore;
1533
2075
  "smoothly-notification": SmoothlyNotification;
1534
2076
  "smoothly-notifier": SmoothlyNotifier;
1535
- "smoothly-option": SmoothlyOption;
1536
2077
  "smoothly-picker": SmoothlyPicker;
2078
+ "smoothly-picker-demo": SmoothlyPickerDemo;
2079
+ "smoothly-picker-menu": SmoothlyPickerMenu;
2080
+ "smoothly-picker-option": SmoothlyPickerOption;
1537
2081
  "smoothly-popup": SmoothlyPopup;
1538
2082
  "smoothly-quiet": SmoothlyQuiet;
1539
- "smoothly-radio": SmoothlyRadio;
1540
- "smoothly-radio-button": SmoothlyRadioButton;
1541
- "smoothly-radio-button-item": SmoothlyRadioButtonItem;
1542
- "smoothly-radio-group": SmoothlyRadioGroup;
1543
2083
  "smoothly-reorder": SmoothlyReorder;
1544
- "smoothly-select": SmoothlySelect;
1545
2084
  "smoothly-select-demo": SmoothlySelectDemo;
1546
- "smoothly-selector": SmoothlySelector;
1547
2085
  "smoothly-skeleton": SmoothlySkeleton;
2086
+ "smoothly-slot-elements": SmoothlySlotElements;
2087
+ "smoothly-slotted-elements": SmoothlySlottedElements;
1548
2088
  "smoothly-spinner": SmoothlySpinner;
1549
2089
  "smoothly-submit": SmoothlySubmit;
1550
2090
  "smoothly-summary": SmoothlySummary;
@@ -1557,8 +2097,14 @@ declare namespace LocalJSX {
1557
2097
  "smoothly-table-demo-filtered": SmoothlyTableDemoFiltered;
1558
2098
  "smoothly-table-expandable-cell": SmoothlyTableExpandableCell;
1559
2099
  "smoothly-table-expandable-row": SmoothlyTableExpandableRow;
2100
+ "smoothly-table-footer": SmoothlyTableFooter;
1560
2101
  "smoothly-table-header": SmoothlyTableHeader;
1561
2102
  "smoothly-table-row": SmoothlyTableRow;
2103
+ "smoothly-table-testing": SmoothlyTableTesting;
2104
+ "smoothly-theme-color": SmoothlyThemeColor;
2105
+ "smoothly-theme-color-variant": SmoothlyThemeColorVariant;
2106
+ "smoothly-theme-colors": SmoothlyThemeColors;
2107
+ "smoothly-theme-picker": SmoothlyThemePicker;
1562
2108
  "smoothly-toggle": SmoothlyToggle;
1563
2109
  "smoothly-toggle-switch": SmoothlyToggleSwitch;
1564
2110
  "smoothly-trigger": SmoothlyTrigger;
@@ -1580,9 +2126,10 @@ declare module "@stencil/core" {
1580
2126
  "smoothly-app": LocalJSX.SmoothlyApp & JSXBase.HTMLAttributes<HTMLSmoothlyAppElement>;
1581
2127
  "smoothly-app-demo": LocalJSX.SmoothlyAppDemo & JSXBase.HTMLAttributes<HTMLSmoothlyAppDemoElement>;
1582
2128
  "smoothly-app-room": LocalJSX.SmoothlyAppRoom & JSXBase.HTMLAttributes<HTMLSmoothlyAppRoomElement>;
1583
- "smoothly-backtotop": LocalJSX.SmoothlyBacktotop & JSXBase.HTMLAttributes<HTMLSmoothlyBacktotopElement>;
2129
+ "smoothly-back-to-top": LocalJSX.SmoothlyBackToTop & JSXBase.HTMLAttributes<HTMLSmoothlyBackToTopElement>;
1584
2130
  "smoothly-burger": LocalJSX.SmoothlyBurger & JSXBase.HTMLAttributes<HTMLSmoothlyBurgerElement>;
1585
2131
  "smoothly-button": LocalJSX.SmoothlyButton & JSXBase.HTMLAttributes<HTMLSmoothlyButtonElement>;
2132
+ "smoothly-button-confirm": LocalJSX.SmoothlyButtonConfirm & JSXBase.HTMLAttributes<HTMLSmoothlyButtonConfirmElement>;
1586
2133
  "smoothly-button-demo": LocalJSX.SmoothlyButtonDemo & JSXBase.HTMLAttributes<HTMLSmoothlyButtonDemoElement>;
1587
2134
  "smoothly-calendar": LocalJSX.SmoothlyCalendar & JSXBase.HTMLAttributes<HTMLSmoothlyCalendarElement>;
1588
2135
  "smoothly-checkbox": LocalJSX.SmoothlyCheckbox & JSXBase.HTMLAttributes<HTMLSmoothlyCheckboxElement>;
@@ -1598,34 +2145,48 @@ declare module "@stencil/core" {
1598
2145
  "smoothly-display-date-time": LocalJSX.SmoothlyDisplayDateTime & JSXBase.HTMLAttributes<HTMLSmoothlyDisplayDateTimeElement>;
1599
2146
  "smoothly-display-demo": LocalJSX.SmoothlyDisplayDemo & JSXBase.HTMLAttributes<HTMLSmoothlyDisplayDemoElement>;
1600
2147
  "smoothly-filter": LocalJSX.SmoothlyFilter & JSXBase.HTMLAttributes<HTMLSmoothlyFilterElement>;
2148
+ "smoothly-filter-field": LocalJSX.SmoothlyFilterField & JSXBase.HTMLAttributes<HTMLSmoothlyFilterFieldElement>;
1601
2149
  "smoothly-filter-input": LocalJSX.SmoothlyFilterInput & JSXBase.HTMLAttributes<HTMLSmoothlyFilterInputElement>;
2150
+ "smoothly-filter-picker": LocalJSX.SmoothlyFilterPicker & JSXBase.HTMLAttributes<HTMLSmoothlyFilterPickerElement>;
2151
+ "smoothly-filter-toggle": LocalJSX.SmoothlyFilterToggle & JSXBase.HTMLAttributes<HTMLSmoothlyFilterToggleElement>;
1602
2152
  "smoothly-form": LocalJSX.SmoothlyForm & JSXBase.HTMLAttributes<HTMLSmoothlyFormElement>;
1603
2153
  "smoothly-frame": LocalJSX.SmoothlyFrame & JSXBase.HTMLAttributes<HTMLSmoothlyFrameElement>;
1604
2154
  "smoothly-google-font": LocalJSX.SmoothlyGoogleFont & JSXBase.HTMLAttributes<HTMLSmoothlyGoogleFontElement>;
1605
2155
  "smoothly-icon": LocalJSX.SmoothlyIcon & JSXBase.HTMLAttributes<HTMLSmoothlyIconElement>;
1606
2156
  "smoothly-icon-demo": LocalJSX.SmoothlyIconDemo & JSXBase.HTMLAttributes<HTMLSmoothlyIconDemoElement>;
1607
2157
  "smoothly-input": LocalJSX.SmoothlyInput & JSXBase.HTMLAttributes<HTMLSmoothlyInputElement>;
2158
+ "smoothly-input-checkbox": LocalJSX.SmoothlyInputCheckbox & JSXBase.HTMLAttributes<HTMLSmoothlyInputCheckboxElement>;
2159
+ "smoothly-input-clear": LocalJSX.SmoothlyInputClear & JSXBase.HTMLAttributes<HTMLSmoothlyInputClearElement>;
2160
+ "smoothly-input-color": LocalJSX.SmoothlyInputColor & JSXBase.HTMLAttributes<HTMLSmoothlyInputColorElement>;
1608
2161
  "smoothly-input-date": LocalJSX.SmoothlyInputDate & JSXBase.HTMLAttributes<HTMLSmoothlyInputDateElement>;
1609
2162
  "smoothly-input-date-range": LocalJSX.SmoothlyInputDateRange & JSXBase.HTMLAttributes<HTMLSmoothlyInputDateRangeElement>;
1610
2163
  "smoothly-input-demo": LocalJSX.SmoothlyInputDemo & JSXBase.HTMLAttributes<HTMLSmoothlyInputDemoElement>;
2164
+ "smoothly-input-edit": LocalJSX.SmoothlyInputEdit & JSXBase.HTMLAttributes<HTMLSmoothlyInputEditElement>;
2165
+ "smoothly-input-file": LocalJSX.SmoothlyInputFile & JSXBase.HTMLAttributes<HTMLSmoothlyInputFileElement>;
1611
2166
  "smoothly-input-month": LocalJSX.SmoothlyInputMonth & JSXBase.HTMLAttributes<HTMLSmoothlyInputMonthElement>;
2167
+ "smoothly-input-radio": LocalJSX.SmoothlyInputRadio & JSXBase.HTMLAttributes<HTMLSmoothlyInputRadioElement>;
2168
+ "smoothly-input-radio-item": LocalJSX.SmoothlyInputRadioItem & JSXBase.HTMLAttributes<HTMLSmoothlyInputRadioItemElement>;
2169
+ "smoothly-input-range": LocalJSX.SmoothlyInputRange & JSXBase.HTMLAttributes<HTMLSmoothlyInputRangeElement>;
2170
+ "smoothly-input-reset": LocalJSX.SmoothlyInputReset & JSXBase.HTMLAttributes<HTMLSmoothlyInputResetElement>;
2171
+ "smoothly-input-select": LocalJSX.SmoothlyInputSelect & JSXBase.HTMLAttributes<HTMLSmoothlyInputSelectElement>;
2172
+ "smoothly-input-submit": LocalJSX.SmoothlyInputSubmit & JSXBase.HTMLAttributes<HTMLSmoothlyInputSubmitElement>;
1612
2173
  "smoothly-item": LocalJSX.SmoothlyItem & JSXBase.HTMLAttributes<HTMLSmoothlyItemElement>;
1613
- "smoothly-menu-options": LocalJSX.SmoothlyMenuOptions & JSXBase.HTMLAttributes<HTMLSmoothlyMenuOptionsElement>;
2174
+ "smoothly-label": LocalJSX.SmoothlyLabel & JSXBase.HTMLAttributes<HTMLSmoothlyLabelElement>;
2175
+ "smoothly-lazy": LocalJSX.SmoothlyLazy & JSXBase.HTMLAttributes<HTMLSmoothlyLazyElement>;
2176
+ "smoothly-load-more": LocalJSX.SmoothlyLoadMore & JSXBase.HTMLAttributes<HTMLSmoothlyLoadMoreElement>;
1614
2177
  "smoothly-notification": LocalJSX.SmoothlyNotification & JSXBase.HTMLAttributes<HTMLSmoothlyNotificationElement>;
1615
2178
  "smoothly-notifier": LocalJSX.SmoothlyNotifier & JSXBase.HTMLAttributes<HTMLSmoothlyNotifierElement>;
1616
- "smoothly-option": LocalJSX.SmoothlyOption & JSXBase.HTMLAttributes<HTMLSmoothlyOptionElement>;
1617
2179
  "smoothly-picker": LocalJSX.SmoothlyPicker & JSXBase.HTMLAttributes<HTMLSmoothlyPickerElement>;
2180
+ "smoothly-picker-demo": LocalJSX.SmoothlyPickerDemo & JSXBase.HTMLAttributes<HTMLSmoothlyPickerDemoElement>;
2181
+ "smoothly-picker-menu": LocalJSX.SmoothlyPickerMenu & JSXBase.HTMLAttributes<HTMLSmoothlyPickerMenuElement>;
2182
+ "smoothly-picker-option": LocalJSX.SmoothlyPickerOption & JSXBase.HTMLAttributes<HTMLSmoothlyPickerOptionElement>;
1618
2183
  "smoothly-popup": LocalJSX.SmoothlyPopup & JSXBase.HTMLAttributes<HTMLSmoothlyPopupElement>;
1619
2184
  "smoothly-quiet": LocalJSX.SmoothlyQuiet & JSXBase.HTMLAttributes<HTMLSmoothlyQuietElement>;
1620
- "smoothly-radio": LocalJSX.SmoothlyRadio & JSXBase.HTMLAttributes<HTMLSmoothlyRadioElement>;
1621
- "smoothly-radio-button": LocalJSX.SmoothlyRadioButton & JSXBase.HTMLAttributes<HTMLSmoothlyRadioButtonElement>;
1622
- "smoothly-radio-button-item": LocalJSX.SmoothlyRadioButtonItem & JSXBase.HTMLAttributes<HTMLSmoothlyRadioButtonItemElement>;
1623
- "smoothly-radio-group": LocalJSX.SmoothlyRadioGroup & JSXBase.HTMLAttributes<HTMLSmoothlyRadioGroupElement>;
1624
2185
  "smoothly-reorder": LocalJSX.SmoothlyReorder & JSXBase.HTMLAttributes<HTMLSmoothlyReorderElement>;
1625
- "smoothly-select": LocalJSX.SmoothlySelect & JSXBase.HTMLAttributes<HTMLSmoothlySelectElement>;
1626
2186
  "smoothly-select-demo": LocalJSX.SmoothlySelectDemo & JSXBase.HTMLAttributes<HTMLSmoothlySelectDemoElement>;
1627
- "smoothly-selector": LocalJSX.SmoothlySelector & JSXBase.HTMLAttributes<HTMLSmoothlySelectorElement>;
1628
2187
  "smoothly-skeleton": LocalJSX.SmoothlySkeleton & JSXBase.HTMLAttributes<HTMLSmoothlySkeletonElement>;
2188
+ "smoothly-slot-elements": LocalJSX.SmoothlySlotElements & JSXBase.HTMLAttributes<HTMLSmoothlySlotElementsElement>;
2189
+ "smoothly-slotted-elements": LocalJSX.SmoothlySlottedElements & JSXBase.HTMLAttributes<HTMLSmoothlySlottedElementsElement>;
1629
2190
  "smoothly-spinner": LocalJSX.SmoothlySpinner & JSXBase.HTMLAttributes<HTMLSmoothlySpinnerElement>;
1630
2191
  "smoothly-submit": LocalJSX.SmoothlySubmit & JSXBase.HTMLAttributes<HTMLSmoothlySubmitElement>;
1631
2192
  "smoothly-summary": LocalJSX.SmoothlySummary & JSXBase.HTMLAttributes<HTMLSmoothlySummaryElement>;
@@ -1638,8 +2199,14 @@ declare module "@stencil/core" {
1638
2199
  "smoothly-table-demo-filtered": LocalJSX.SmoothlyTableDemoFiltered & JSXBase.HTMLAttributes<HTMLSmoothlyTableDemoFilteredElement>;
1639
2200
  "smoothly-table-expandable-cell": LocalJSX.SmoothlyTableExpandableCell & JSXBase.HTMLAttributes<HTMLSmoothlyTableExpandableCellElement>;
1640
2201
  "smoothly-table-expandable-row": LocalJSX.SmoothlyTableExpandableRow & JSXBase.HTMLAttributes<HTMLSmoothlyTableExpandableRowElement>;
2202
+ "smoothly-table-footer": LocalJSX.SmoothlyTableFooter & JSXBase.HTMLAttributes<HTMLSmoothlyTableFooterElement>;
1641
2203
  "smoothly-table-header": LocalJSX.SmoothlyTableHeader & JSXBase.HTMLAttributes<HTMLSmoothlyTableHeaderElement>;
1642
2204
  "smoothly-table-row": LocalJSX.SmoothlyTableRow & JSXBase.HTMLAttributes<HTMLSmoothlyTableRowElement>;
2205
+ "smoothly-table-testing": LocalJSX.SmoothlyTableTesting & JSXBase.HTMLAttributes<HTMLSmoothlyTableTestingElement>;
2206
+ "smoothly-theme-color": LocalJSX.SmoothlyThemeColor & JSXBase.HTMLAttributes<HTMLSmoothlyThemeColorElement>;
2207
+ "smoothly-theme-color-variant": LocalJSX.SmoothlyThemeColorVariant & JSXBase.HTMLAttributes<HTMLSmoothlyThemeColorVariantElement>;
2208
+ "smoothly-theme-colors": LocalJSX.SmoothlyThemeColors & JSXBase.HTMLAttributes<HTMLSmoothlyThemeColorsElement>;
2209
+ "smoothly-theme-picker": LocalJSX.SmoothlyThemePicker & JSXBase.HTMLAttributes<HTMLSmoothlyThemePickerElement>;
1643
2210
  "smoothly-toggle": LocalJSX.SmoothlyToggle & JSXBase.HTMLAttributes<HTMLSmoothlyToggleElement>;
1644
2211
  "smoothly-toggle-switch": LocalJSX.SmoothlyToggleSwitch & JSXBase.HTMLAttributes<HTMLSmoothlyToggleSwitchElement>;
1645
2212
  "smoothly-trigger": LocalJSX.SmoothlyTrigger & JSXBase.HTMLAttributes<HTMLSmoothlyTriggerElement>;