smoothly 1.0.0-alpha.21 → 1.0.0-alpha.210

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