smoothly 0.3.38 → 1.0.0-alpha.10

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 (392) hide show
  1. package/dist/cjs/GoogleFont-6c4f0da1.js +2 -0
  2. package/dist/cjs/GoogleFont-6c4f0da1.js.map +1 -0
  3. package/dist/cjs/Listenable-c8d2f8ef.js +2 -0
  4. package/dist/cjs/Listenable-c8d2f8ef.js.map +1 -0
  5. package/dist/cjs/getLanguage-430ecf04.js +2 -0
  6. package/dist/cjs/getLanguage-430ecf04.js.map +1 -0
  7. package/dist/cjs/{index-de46f836.js → index-8352a4e0.js} +106 -1
  8. package/dist/cjs/index-8352a4e0.js.map +1 -0
  9. package/dist/cjs/{index-879bbabb.js → index-b282ee83.js} +3 -1
  10. package/dist/cjs/index-b282ee83.js.map +1 -0
  11. package/dist/cjs/index.cjs.js +4 -2
  12. package/dist/cjs/index.cjs.js.map +1 -0
  13. package/dist/cjs/loader.cjs.js +6 -3
  14. package/dist/cjs/loader.cjs.js.map +1 -0
  15. package/dist/cjs/{smoothly-accordion_53.cjs.entry.js → smoothly-accordion_60.cjs.entry.js} +5430 -460
  16. package/dist/cjs/smoothly-accordion_60.cjs.entry.js.map +1 -0
  17. package/dist/cjs/smoothly-address-display.cjs.entry.js +32 -0
  18. package/dist/cjs/smoothly-address-display.cjs.entry.js.map +1 -0
  19. package/dist/cjs/smoothly-address.cjs.entry.js +23 -0
  20. package/dist/cjs/smoothly-address.cjs.entry.js.map +1 -0
  21. package/dist/cjs/smoothly-addresses.cjs.entry.js +23 -0
  22. package/dist/cjs/smoothly-addresses.cjs.entry.js.map +1 -0
  23. package/dist/cjs/smoothly-color.cjs.entry.js +22 -0
  24. package/dist/cjs/smoothly-color.cjs.entry.js.map +1 -0
  25. package/dist/cjs/smoothly-country.cjs.entry.js +3 -1
  26. package/dist/cjs/smoothly-country.cjs.entry.js.map +1 -0
  27. package/dist/cjs/smoothly-google-font.cjs.entry.js +3 -1
  28. package/dist/cjs/smoothly-google-font.cjs.entry.js.map +1 -0
  29. package/dist/cjs/smoothly-radio-group.cjs.entry.js +3 -1
  30. package/dist/cjs/smoothly-radio-group.cjs.entry.js.map +1 -0
  31. package/dist/cjs/smoothly-reorder.cjs.entry.js +3 -1
  32. package/dist/cjs/smoothly-reorder.cjs.entry.js.map +1 -0
  33. package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +3 -1
  34. package/dist/cjs/smoothly-trigger-sink.cjs.entry.js.map +1 -0
  35. package/dist/cjs/smoothly-trigger-source.cjs.entry.js +3 -1
  36. package/dist/cjs/smoothly-trigger-source.cjs.entry.js.map +1 -0
  37. package/dist/cjs/smoothly.cjs.js +9 -3
  38. package/dist/cjs/smoothly.cjs.js.map +1 -0
  39. package/dist/collection/collection-manifest.json +12 -1
  40. package/dist/collection/components/App.js +1 -0
  41. package/dist/collection/components/App.js.map +1 -0
  42. package/dist/collection/components/Button.js +5 -0
  43. package/dist/collection/components/Button.js.map +1 -0
  44. package/dist/collection/components/accordion/index.js +1 -0
  45. package/dist/collection/components/accordion/index.js.map +1 -0
  46. package/dist/collection/components/accordion-item/index.js +1 -0
  47. package/dist/collection/components/accordion-item/index.js.map +1 -0
  48. package/dist/collection/components/address/index.js +65 -0
  49. package/dist/collection/components/address/index.js.map +1 -0
  50. package/dist/collection/components/address/style.css +4 -0
  51. package/dist/collection/components/address-display/index.js +72 -0
  52. package/dist/collection/components/address-display/index.js.map +1 -0
  53. package/dist/collection/components/address-display/style.css +4 -0
  54. package/dist/collection/components/addresses/index.js +62 -0
  55. package/dist/collection/components/addresses/index.js.map +1 -0
  56. package/dist/collection/components/addresses/style.css +4 -0
  57. package/dist/collection/components/app/index.js +1 -0
  58. package/dist/collection/components/app/index.js.map +1 -0
  59. package/dist/collection/components/app-demo/index.js +1 -0
  60. package/dist/collection/components/app-demo/index.js.map +1 -0
  61. package/dist/collection/components/backtotop/index.js +1 -0
  62. package/dist/collection/components/backtotop/index.js.map +1 -0
  63. package/dist/collection/components/button/index.js +50 -26
  64. package/dist/collection/components/button/index.js.map +1 -0
  65. package/dist/collection/components/button/style.css +184 -31
  66. package/dist/collection/components/calendar/generate.js +1 -0
  67. package/dist/collection/components/calendar/generate.js.map +1 -0
  68. package/dist/collection/components/calendar/index.js +25 -46
  69. package/dist/collection/components/calendar/index.js.map +1 -0
  70. package/dist/collection/components/calendar/style.css +8 -12
  71. package/dist/collection/components/checkbox/index.js +90 -41
  72. package/dist/collection/components/checkbox/index.js.map +1 -0
  73. package/dist/collection/components/checkbox/style.css +56 -9
  74. package/dist/collection/components/checkbox/translation/index.js +1 -0
  75. package/dist/collection/components/checkbox/translation/index.js.map +1 -0
  76. package/dist/collection/components/checkbox/translation/sv.js +1 -0
  77. package/dist/collection/components/checkbox/translation/sv.js.map +1 -0
  78. package/dist/collection/components/color/index.js +48 -0
  79. package/dist/collection/components/color/index.js.map +1 -0
  80. package/dist/collection/components/color/style.css +69 -0
  81. package/dist/collection/components/country/index.js +1 -0
  82. package/dist/collection/components/country/index.js.map +1 -0
  83. package/dist/collection/components/dialog/index.js +1 -0
  84. package/dist/collection/components/dialog/index.js.map +1 -0
  85. package/dist/collection/components/dialog-demo/index.js +1 -0
  86. package/dist/collection/components/dialog-demo/index.js.map +1 -0
  87. package/dist/collection/components/display/index.js +1 -0
  88. package/dist/collection/components/display/index.js.map +1 -0
  89. package/dist/collection/components/display-amount/index.js +1 -0
  90. package/dist/collection/components/display-amount/index.js.map +1 -0
  91. package/dist/collection/components/display-date-time/index.js +1 -0
  92. package/dist/collection/components/display-date-time/index.js.map +1 -0
  93. package/dist/collection/components/display-demo/index.js +2 -1
  94. package/dist/collection/components/display-demo/index.js.map +1 -0
  95. package/dist/collection/components/filter/Clearable.js +8 -0
  96. package/dist/collection/components/filter/Clearable.js.map +1 -0
  97. package/dist/collection/components/filter/index.js +186 -0
  98. package/dist/collection/components/filter/index.js.map +1 -0
  99. package/dist/collection/components/filter/input/index.js +376 -0
  100. package/dist/collection/components/filter/input/index.js.map +1 -0
  101. package/dist/collection/components/filter/input/style.css +5 -0
  102. package/dist/collection/components/filter/style.css +106 -0
  103. package/dist/collection/components/form/Clearable.js +8 -0
  104. package/dist/collection/components/form/Clearable.js.map +1 -0
  105. package/dist/collection/components/form/Data.js +15 -0
  106. package/dist/collection/components/form/Data.js.map +1 -0
  107. package/dist/collection/components/form/index.js +251 -0
  108. package/dist/collection/components/form/index.js.map +1 -0
  109. package/dist/collection/components/form/style.css +50 -0
  110. package/dist/collection/components/frame/index.js +13 -9
  111. package/dist/collection/components/frame/index.js.map +1 -0
  112. package/dist/collection/components/google-font/index.js +1 -0
  113. package/dist/collection/components/google-font/index.js.map +1 -0
  114. package/dist/collection/components/icon/index.js +7 -1
  115. package/dist/collection/components/icon/index.js.map +1 -0
  116. package/dist/collection/components/icon-demo/index.js +1 -0
  117. package/dist/collection/components/icon-demo/index.js.map +1 -0
  118. package/dist/collection/components/input/index.js +38 -10
  119. package/dist/collection/components/input/index.js.map +1 -0
  120. package/dist/collection/components/input/style.css +11 -6
  121. package/dist/collection/components/input-date/index.js +3 -26
  122. package/dist/collection/components/input-date/index.js.map +1 -0
  123. package/dist/collection/components/input-date/style.css +4 -4
  124. package/dist/collection/components/input-date-range/index.js +1 -0
  125. package/dist/collection/components/input-date-range/index.js.map +1 -0
  126. package/dist/collection/components/input-demo/index.js +38 -1
  127. package/dist/collection/components/input-demo/index.js.map +1 -0
  128. package/dist/collection/components/input-demo/style.css +4 -0
  129. package/dist/collection/components/input-month/index.js +1 -0
  130. package/dist/collection/components/input-month/index.js.map +1 -0
  131. package/dist/collection/components/item/index.js +1 -0
  132. package/dist/collection/components/item/index.js.map +1 -0
  133. package/dist/collection/components/menu-options/index.js +1 -0
  134. package/dist/collection/components/menu-options/index.js.map +1 -0
  135. package/dist/collection/components/notification/index.js +1 -0
  136. package/dist/collection/components/notification/index.js.map +1 -0
  137. package/dist/collection/components/notifier/index.js +1 -0
  138. package/dist/collection/components/notifier/index.js.map +1 -0
  139. package/dist/collection/components/option/index.js +1 -0
  140. package/dist/collection/components/option/index.js.map +1 -0
  141. package/dist/collection/components/picker/index.js +1 -0
  142. package/dist/collection/components/picker/index.js.map +1 -0
  143. package/dist/collection/components/popup/index.js +1 -0
  144. package/dist/collection/components/popup/index.js.map +1 -0
  145. package/dist/collection/components/quiet/index.js +1 -0
  146. package/dist/collection/components/quiet/index.js.map +1 -0
  147. package/dist/collection/components/radio/index.js +1 -0
  148. package/dist/collection/components/radio/index.js.map +1 -0
  149. package/dist/collection/components/radio/style.css +1 -1
  150. package/dist/collection/components/radio-button/Selected.js +1 -0
  151. package/dist/collection/components/radio-button/Selected.js.map +1 -0
  152. package/dist/collection/components/radio-button/index.js +1 -0
  153. package/dist/collection/components/radio-button/index.js.map +1 -0
  154. package/dist/collection/components/radio-button/item/index.js +6 -6
  155. package/dist/collection/components/radio-button/item/index.js.map +1 -0
  156. package/dist/collection/components/radio-button/item/style.css +4 -19
  157. package/dist/collection/components/radio-group/index.js +1 -0
  158. package/dist/collection/components/radio-group/index.js.map +1 -0
  159. package/dist/collection/components/reorder/Draggable.js +1 -0
  160. package/dist/collection/components/reorder/Draggable.js.map +1 -0
  161. package/dist/collection/components/reorder/Dragged.js +1 -0
  162. package/dist/collection/components/reorder/Dragged.js.map +1 -0
  163. package/dist/collection/components/reorder/index.js +1 -0
  164. package/dist/collection/components/reorder/index.js.map +1 -0
  165. package/dist/collection/components/room/index.js +1 -0
  166. package/dist/collection/components/room/index.js.map +1 -0
  167. package/dist/collection/components/select/index.js +1 -0
  168. package/dist/collection/components/select/index.js.map +1 -0
  169. package/dist/collection/components/select-demo/index.js +1 -1
  170. package/dist/collection/components/select-demo/index.js.map +1 -0
  171. package/dist/collection/components/selector/index.js +1 -0
  172. package/dist/collection/components/selector/index.js.map +1 -0
  173. package/dist/collection/components/skeleton/index.js +1 -0
  174. package/dist/collection/components/skeleton/index.js.map +1 -0
  175. package/dist/collection/components/spinner/index.js +1 -0
  176. package/dist/collection/components/spinner/index.js.map +1 -0
  177. package/dist/collection/components/submit/index.js +59 -116
  178. package/dist/collection/components/submit/index.js.map +1 -0
  179. package/dist/collection/components/summary/index.js +92 -0
  180. package/dist/collection/components/summary/index.js.map +1 -0
  181. package/dist/collection/components/summary/style.css +31 -0
  182. package/dist/collection/components/svg/index.js +1 -0
  183. package/dist/collection/components/svg/index.js.map +1 -0
  184. package/dist/collection/components/tab/index.js +1 -0
  185. package/dist/collection/components/tab/index.js.map +1 -0
  186. package/dist/collection/components/tab-switch/index.js +1 -0
  187. package/dist/collection/components/tab-switch/index.js.map +1 -0
  188. package/dist/collection/components/table/Selector.js +44 -0
  189. package/dist/collection/components/table/Selector.js.map +1 -0
  190. package/dist/collection/components/table/cell/index.js +1 -0
  191. package/dist/collection/components/table/cell/index.js.map +1 -0
  192. package/dist/collection/components/table/cell/style.css +10 -0
  193. package/dist/collection/components/table/demo/filtered/Root.js +2 -0
  194. package/dist/collection/components/table/demo/filtered/Root.js.map +1 -0
  195. package/dist/collection/components/table/demo/filtered/index.js +66 -0
  196. package/dist/collection/components/table/demo/filtered/index.js.map +1 -0
  197. package/dist/collection/components/table/demo/filtered/style.css +3 -0
  198. package/dist/collection/components/table/demo/index.js +4 -1
  199. package/dist/collection/components/table/demo/index.js.map +1 -0
  200. package/dist/collection/components/table/expandable/cell/index.js +1 -5
  201. package/dist/collection/components/table/expandable/cell/index.js.map +1 -0
  202. package/dist/collection/components/table/expandable/cell/style.css +10 -0
  203. package/dist/collection/components/table/expandable/row/index.js +1 -0
  204. package/dist/collection/components/table/expandable/row/index.js.map +1 -0
  205. package/dist/collection/components/table/header/index.js +1 -0
  206. package/dist/collection/components/table/header/index.js.map +1 -0
  207. package/dist/collection/components/table/header/style.css +11 -0
  208. package/dist/collection/components/table/index.js +20 -0
  209. package/dist/collection/components/table/index.js.map +1 -0
  210. package/dist/collection/components/table/row/index.js +1 -0
  211. package/dist/collection/components/table/row/index.js.map +1 -0
  212. package/dist/collection/components/toggle/style.css +36 -0
  213. package/dist/collection/components/toggle/toggle.js +129 -0
  214. package/dist/collection/components/toggle/toggle.js.map +1 -0
  215. package/dist/collection/components/toggle-switch/index.js +118 -0
  216. package/dist/collection/components/toggle-switch/index.js.map +1 -0
  217. package/dist/collection/components/toggle-switch/style.css +56 -0
  218. package/dist/collection/components/trigger/index.js +1 -23
  219. package/dist/collection/components/trigger/index.js.map +1 -0
  220. package/dist/collection/components/trigger/style.css +2 -2
  221. package/dist/collection/components/trigger-sink/index.js +1 -0
  222. package/dist/collection/components/trigger-sink/index.js.map +1 -0
  223. package/dist/collection/components/trigger-source/index.js +1 -0
  224. package/dist/collection/components/trigger-source/index.js.map +1 -0
  225. package/dist/collection/components/tuple/index.js +1 -0
  226. package/dist/collection/components/tuple/index.js.map +1 -0
  227. package/dist/collection/components/urlencoded/index.js +1 -0
  228. package/dist/collection/components/urlencoded/index.js.map +1 -0
  229. package/dist/collection/index.js +1 -0
  230. package/dist/collection/index.js.map +1 -0
  231. package/dist/collection/model/Autocomplete.js +1 -0
  232. package/dist/collection/model/Autocomplete.js.map +1 -0
  233. package/dist/collection/model/ClientIdentifier.js +1 -0
  234. package/dist/collection/model/ClientIdentifier.js.map +1 -0
  235. package/dist/collection/model/Color.js +1 -0
  236. package/dist/collection/model/Color.js.map +1 -0
  237. package/dist/collection/model/Fill.js +1 -0
  238. package/dist/collection/model/Fill.js.map +1 -0
  239. package/dist/collection/model/GoogleFont.js +1 -0
  240. package/dist/collection/model/GoogleFont.js.map +1 -0
  241. package/dist/collection/model/Listenable.js +1 -0
  242. package/dist/collection/model/Listenable.js.map +1 -0
  243. package/dist/collection/model/Message.js +1 -0
  244. package/dist/collection/model/Message.js.map +1 -0
  245. package/dist/collection/model/Notice.js +1 -0
  246. package/dist/collection/model/Notice.js.map +1 -0
  247. package/dist/collection/model/Option.js +1 -0
  248. package/dist/collection/model/Option.js.map +1 -0
  249. package/dist/collection/model/Trigger.js +1 -0
  250. package/dist/collection/model/Trigger.js.map +1 -0
  251. package/dist/collection/model/index.js +1 -0
  252. package/dist/collection/model/index.js.map +1 -0
  253. package/dist/collection/utilities/Cosmetic/Color/CommaRgb.js +1 -0
  254. package/dist/collection/utilities/Cosmetic/Color/CommaRgb.js.map +1 -0
  255. package/dist/collection/utilities/Cosmetic/Color/Hex.js +1 -0
  256. package/dist/collection/utilities/Cosmetic/Color/Hex.js.map +1 -0
  257. package/dist/collection/utilities/Cosmetic/Color/Hsl.js +1 -0
  258. package/dist/collection/utilities/Cosmetic/Color/Hsl.js.map +1 -0
  259. package/dist/collection/utilities/Cosmetic/Color/Name.js +1 -0
  260. package/dist/collection/utilities/Cosmetic/Color/Name.js.map +1 -0
  261. package/dist/collection/utilities/Cosmetic/Color/Rgb.js +1 -0
  262. package/dist/collection/utilities/Cosmetic/Color/Rgb.js.map +1 -0
  263. package/dist/collection/utilities/Cosmetic/Color/index.js +1 -0
  264. package/dist/collection/utilities/Cosmetic/Color/index.js.map +1 -0
  265. package/dist/collection/utilities/Cosmetic/index.js +1 -0
  266. package/dist/collection/utilities/Cosmetic/index.js.map +1 -0
  267. package/dist/collection/utilities/index.js +1 -0
  268. package/dist/collection/utilities/index.js.map +1 -0
  269. package/dist/custom-elements/index.d.ts +66 -0
  270. package/dist/custom-elements/index.js +5708 -644
  271. package/dist/custom-elements/index.js.map +1 -0
  272. package/dist/esm/GoogleFont-8474516b.js +2 -0
  273. package/dist/esm/GoogleFont-8474516b.js.map +1 -0
  274. package/dist/esm/Listenable-55a1f6af.js +2 -0
  275. package/dist/esm/Listenable-55a1f6af.js.map +1 -0
  276. package/dist/esm/getLanguage-cccb8418.js +2 -0
  277. package/dist/esm/getLanguage-cccb8418.js.map +1 -0
  278. package/dist/esm/{index-d7a4e405.js → index-2e948fc3.js} +3 -1
  279. package/dist/esm/index-2e948fc3.js.map +1 -0
  280. package/dist/esm/{index-d3421c35.js → index-7b57a52c.js} +106 -2
  281. package/dist/esm/index-7b57a52c.js.map +1 -0
  282. package/dist/esm/index.js +4 -2
  283. package/dist/esm/index.js.map +1 -0
  284. package/dist/esm/loader.js +6 -3
  285. package/dist/esm/loader.js.map +1 -0
  286. package/dist/esm/{smoothly-accordion_53.entry.js → smoothly-accordion_60.entry.js} +5423 -460
  287. package/dist/esm/smoothly-accordion_60.entry.js.map +1 -0
  288. package/dist/esm/smoothly-address-display.entry.js +28 -0
  289. package/dist/esm/smoothly-address-display.entry.js.map +1 -0
  290. package/dist/esm/smoothly-address.entry.js +19 -0
  291. package/dist/esm/smoothly-address.entry.js.map +1 -0
  292. package/dist/esm/smoothly-addresses.entry.js +19 -0
  293. package/dist/esm/smoothly-addresses.entry.js.map +1 -0
  294. package/dist/esm/smoothly-color.entry.js +18 -0
  295. package/dist/esm/smoothly-color.entry.js.map +1 -0
  296. package/dist/esm/smoothly-country.entry.js +3 -1
  297. package/dist/esm/smoothly-country.entry.js.map +1 -0
  298. package/dist/esm/smoothly-google-font.entry.js +3 -1
  299. package/dist/esm/smoothly-google-font.entry.js.map +1 -0
  300. package/dist/esm/smoothly-radio-group.entry.js +3 -1
  301. package/dist/esm/smoothly-radio-group.entry.js.map +1 -0
  302. package/dist/esm/smoothly-reorder.entry.js +3 -1
  303. package/dist/esm/smoothly-reorder.entry.js.map +1 -0
  304. package/dist/esm/smoothly-trigger-sink.entry.js +3 -1
  305. package/dist/esm/smoothly-trigger-sink.entry.js.map +1 -0
  306. package/dist/esm/smoothly-trigger-source.entry.js +3 -1
  307. package/dist/esm/smoothly-trigger-source.entry.js.map +1 -0
  308. package/dist/esm/smoothly.js +6 -3
  309. package/dist/esm/smoothly.js.map +1 -0
  310. package/dist/smoothly/index.esm.js +2 -1
  311. package/dist/smoothly/index.esm.js.map +1 -0
  312. package/dist/smoothly/p-156763cd.js +2 -1
  313. package/dist/smoothly/p-156763cd.js.map +1 -0
  314. package/dist/smoothly/p-5200d31c.entry.js +2 -0
  315. package/dist/smoothly/p-5200d31c.entry.js.map +1 -0
  316. package/dist/smoothly/p-5b28795c.entry.js +2 -0
  317. package/dist/smoothly/p-5b28795c.entry.js.map +1 -0
  318. package/dist/smoothly/p-5b6351f6.js +2 -1
  319. package/dist/smoothly/p-5b6351f6.js.map +1 -0
  320. package/dist/smoothly/p-70280a11.js +2 -0
  321. package/dist/smoothly/p-70280a11.js.map +1 -0
  322. package/dist/smoothly/p-712b362e.entry.js +2 -0
  323. package/dist/smoothly/p-712b362e.entry.js.map +1 -0
  324. package/dist/smoothly/p-79025273.entry.js +2 -0
  325. package/dist/smoothly/p-79025273.entry.js.map +1 -0
  326. package/dist/smoothly/p-940af6d3.entry.js +2 -0
  327. package/dist/smoothly/p-940af6d3.entry.js.map +1 -0
  328. package/dist/smoothly/{p-6630d923.entry.js → p-b49664d8.entry.js} +2 -1
  329. package/dist/smoothly/p-b49664d8.entry.js.map +1 -0
  330. package/dist/smoothly/p-bd478a53.js +2 -1
  331. package/dist/smoothly/p-bd478a53.js.map +1 -0
  332. package/dist/smoothly/p-c49d2094.entry.js +2 -0
  333. package/dist/smoothly/p-c49d2094.entry.js.map +1 -0
  334. package/dist/smoothly/p-c88ae468.js +3 -0
  335. package/dist/smoothly/p-c88ae468.js.map +1 -0
  336. package/dist/smoothly/p-c9a64fb5.entry.js +2 -0
  337. package/dist/smoothly/p-c9a64fb5.entry.js.map +1 -0
  338. package/dist/smoothly/p-d4182274.entry.js +2 -0
  339. package/dist/smoothly/p-d4182274.entry.js.map +1 -0
  340. package/dist/smoothly/p-d4d04558.entry.js +2 -0
  341. package/dist/smoothly/p-d4d04558.entry.js.map +1 -0
  342. package/dist/smoothly/p-e136b93e.entry.js +2 -0
  343. package/dist/smoothly/p-e136b93e.entry.js.map +1 -0
  344. package/dist/smoothly/smoothly.esm.js +2 -1
  345. package/dist/smoothly/smoothly.esm.js.map +1 -0
  346. package/dist/types/components/Button.d.ts +10 -0
  347. package/dist/types/components/address/index.d.ts +6 -0
  348. package/dist/types/components/address-display/index.d.ts +13 -0
  349. package/dist/types/components/addresses/index.d.ts +6 -0
  350. package/dist/types/components/button/index.d.ts +7 -5
  351. package/dist/types/components/calendar/index.d.ts +1 -3
  352. package/dist/types/components/checkbox/index.d.ts +6 -7
  353. package/dist/types/components/color/index.d.ts +5 -0
  354. package/dist/types/components/filter/Clearable.d.ts +6 -0
  355. package/dist/types/components/filter/index.d.ts +16 -0
  356. package/dist/types/components/filter/input/index.d.ts +25 -0
  357. package/dist/types/components/form/Clearable.d.ts +6 -0
  358. package/dist/types/components/form/Data.d.ts +9 -0
  359. package/dist/types/components/form/index.d.ts +20 -0
  360. package/dist/types/components/frame/index.d.ts +2 -2
  361. package/dist/types/components/input/index.d.ts +3 -8
  362. package/dist/types/components/input-date/index.d.ts +0 -2
  363. package/dist/types/components/radio-button/item/index.d.ts +1 -1
  364. package/dist/types/components/submit/index.d.ts +7 -11
  365. package/dist/types/components/summary/index.d.ts +7 -0
  366. package/dist/types/components/table/Selector.d.ts +10 -0
  367. package/dist/types/components/table/demo/filtered/Root.d.ts +27 -0
  368. package/dist/types/components/table/demo/filtered/index.d.ts +13 -0
  369. package/dist/types/components/table/expandable/cell/index.d.ts +0 -1
  370. package/dist/types/components/table/index.d.ts +1 -0
  371. package/dist/types/components/toggle/toggle.d.ts +9 -0
  372. package/dist/types/components/toggle-switch/index.d.ts +8 -0
  373. package/dist/types/components/trigger/index.d.ts +1 -2
  374. package/dist/types/components.d.ts +286 -31
  375. package/dist/types/index.d.ts +1 -1
  376. package/dist/types/model/index.d.ts +0 -1
  377. package/dist/types/stencil-public-runtime.d.ts +20 -0
  378. package/loader/index.d.ts +9 -0
  379. package/package.json +6 -3
  380. package/dist/collection/components/submit/Data.js +0 -12
  381. package/dist/collection/components/submit/style.css +0 -37
  382. package/dist/collection/model/Expand.js +0 -1
  383. package/dist/smoothly/p-4a0b35b7.js +0 -2
  384. package/dist/smoothly/p-4fecfc5d.entry.js +0 -1
  385. package/dist/smoothly/p-5d41e3ca.entry.js +0 -1
  386. package/dist/smoothly/p-7d95afef.entry.js +0 -1
  387. package/dist/smoothly/p-7db49a38.entry.js +0 -1
  388. package/dist/smoothly/p-94e08cee.js +0 -1
  389. package/dist/smoothly/p-96e8781a.entry.js +0 -1
  390. package/dist/smoothly/p-e0f4957d.entry.js +0 -1
  391. package/dist/types/components/submit/Data.d.ts +0 -7
  392. package/dist/types/model/Expand.d.ts +0 -1
@@ -5,12 +5,15 @@
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 { Color, Expand, Fill, Message, Notice, Option, Trigger } from "./model";
8
+ import { address } from "./components/address-display";
9
+ import { address as address1 } from "./components/address-display/index";
10
+ import { Color, Fill, Message, Notice, Option, Trigger } from "./model";
9
11
  import { CountryCode, Currency, Date, DateRange, DateTime } from "isoly";
10
12
  import { Direction, Type } from "tidily";
13
+ import { Criteria } from "selectively";
14
+ import { Data } from "./components/form/Data";
11
15
  import { GoogleFont } from "./model/GoogleFont";
12
16
  import { Selected } from "./components/radio-button/Selected";
13
- import { Data } from "./components/submit/Data";
14
17
  export namespace Components {
15
18
  interface SmoothlyAccordion {
16
19
  "value"?: string;
@@ -20,6 +23,18 @@ export namespace Components {
20
23
  "name": string;
21
24
  "open"?: boolean;
22
25
  }
26
+ interface SmoothlyAddress {
27
+ "editable": boolean;
28
+ "value": address;
29
+ }
30
+ interface SmoothlyAddressDisplay {
31
+ "editable": boolean;
32
+ "value": address;
33
+ }
34
+ interface SmoothlyAddresses {
35
+ "editable": boolean[];
36
+ "value": address[];
37
+ }
23
38
  interface SmoothlyApp {
24
39
  "color": Color;
25
40
  }
@@ -32,16 +47,17 @@ export namespace Components {
32
47
  "right": string;
33
48
  }
34
49
  interface SmoothlyButton {
35
- "color": Color | undefined;
50
+ "color"?: Color;
36
51
  "disabled": boolean;
37
52
  "download"?: boolean;
38
- "expand": Expand;
39
- "fill": Fill;
53
+ "expand"?: "block" | "full";
54
+ "fill"?: Fill;
40
55
  "link"?: string;
56
+ "shape"?: "rounded";
57
+ "size": "small" | "large" | "icon";
41
58
  "type": "link" | "button";
42
59
  }
43
60
  interface SmoothlyCalendar {
44
- "color"?: Color;
45
61
  "doubleInput": boolean;
46
62
  "end"?: Date;
47
63
  "max": Date;
@@ -51,11 +67,16 @@ export namespace Components {
51
67
  "value": Date;
52
68
  }
53
69
  interface SmoothlyCheckbox {
70
+ "checked": boolean;
54
71
  "disabled": boolean;
55
72
  "intermediate": boolean;
56
- "selectAll": boolean;
57
- "selected": boolean;
73
+ "name": string;
58
74
  "size": "tiny" | "small" | "medium" | "large";
75
+ "toggle": () => Promise<void>;
76
+ "value": any;
77
+ }
78
+ interface SmoothlyColor {
79
+ "color"?: Color;
59
80
  }
60
81
  interface SmoothlyCountry {
61
82
  "text": "alpha2" | "name" | "none";
@@ -89,10 +110,42 @@ export namespace Components {
89
110
  }
90
111
  interface SmoothlyDisplayDemo {
91
112
  }
113
+ interface SmoothlyFilter {
114
+ "clear": (event: MouseEvent) => Promise<void>;
115
+ "criteria": Record<string, Criteria>;
116
+ "inputValue": Criteria;
117
+ "placeholder": string | undefined;
118
+ }
119
+ interface SmoothlyFilterInput {
120
+ "autocomplete": boolean;
121
+ "clear": () => Promise<void>;
122
+ "comparison": "equals" | "less" | "greater" | "starts" | "ends" | "includes";
123
+ "currency"?: Currency;
124
+ "disabled": boolean;
125
+ "maxLength": number;
126
+ "minLength": number;
127
+ "name": string;
128
+ "pattern"?: RegExp;
129
+ "placeholder"?: string;
130
+ "readonly": boolean;
131
+ "required": boolean;
132
+ "showLabel": boolean;
133
+ "type": string;
134
+ "value": any;
135
+ }
136
+ interface SmoothlyForm {
137
+ "action"?: string;
138
+ "clear": () => Promise<void>;
139
+ "looks": "plain" | "grid" | "border" | "line";
140
+ "method"?: "GET" | "POST";
141
+ "name"?: string;
142
+ "processing": boolean;
143
+ "submit": () => Promise<void>;
144
+ }
92
145
  interface SmoothlyFrame {
93
146
  "name": string;
94
147
  "origin": string | undefined;
95
- "send": (message: string | Message<any>, content?: Trigger | any) => Promise<void>;
148
+ "send": (message2: string | Message<any>, content?: Trigger | any) => Promise<void>;
96
149
  "url": string;
97
150
  }
98
151
  interface SmoothlyGoogleFont {
@@ -109,6 +162,7 @@ export namespace Components {
109
162
  }
110
163
  interface SmoothlyInput {
111
164
  "autocomplete": boolean;
165
+ "clear": () => Promise<void>;
112
166
  "currency"?: Currency;
113
167
  "disabled": boolean;
114
168
  "getFormData": (name: string) => Promise<Record<string, any>>;
@@ -126,7 +180,6 @@ export namespace Components {
126
180
  "value": any;
127
181
  }
128
182
  interface SmoothlyInputDate {
129
- "color": Color;
130
183
  "disabled": boolean;
131
184
  "max": Date;
132
185
  "min": Date;
@@ -226,7 +279,7 @@ export namespace Components {
226
279
  "value"?: any;
227
280
  }
228
281
  interface SmoothlyRadioButtonItem {
229
- "color": Color;
282
+ "color"?: Color;
230
283
  "selected": boolean;
231
284
  "value": any;
232
285
  }
@@ -267,11 +320,16 @@ export namespace Components {
267
320
  interface SmoothlySubmit {
268
321
  "color"?: Color;
269
322
  "disabled": boolean;
270
- "expand"?: Expand;
323
+ "expand"?: "block" | "full";
271
324
  "fill"?: Fill;
272
- "prevent"?: boolean;
273
- "processing": boolean;
274
- "submit": () => Promise<boolean>;
325
+ "shape"?: "rounded";
326
+ "size": "small" | "large" | "icon";
327
+ "type": "link" | "button";
328
+ }
329
+ interface SmoothlySummary {
330
+ "color": Color;
331
+ "fill": Fill;
332
+ "size": "tiny" | "small" | "medium" | "large";
275
333
  }
276
334
  interface SmoothlySvg {
277
335
  "color": string;
@@ -285,12 +343,15 @@ export namespace Components {
285
343
  interface SmoothlyTabSwitch {
286
344
  }
287
345
  interface SmoothlyTable {
346
+ "align": "middle" | "bottom" | "top";
288
347
  "root": boolean;
289
348
  }
290
349
  interface SmoothlyTableCell {
291
350
  }
292
351
  interface SmoothlyTableDemo {
293
352
  }
353
+ interface SmoothlyTableDemoFiltered {
354
+ }
294
355
  interface SmoothlyTableExpandableCell {
295
356
  "align": "left" | "center" | "right";
296
357
  "open": boolean;
@@ -304,10 +365,23 @@ export namespace Components {
304
365
  }
305
366
  interface SmoothlyTableRow {
306
367
  }
368
+ interface SmoothlyToggle {
369
+ "disabled": boolean;
370
+ "name": string;
371
+ "selected": boolean;
372
+ "shape": "rounded";
373
+ "value"?: any;
374
+ }
375
+ interface SmoothlyToggleSwitch {
376
+ "disabled": boolean;
377
+ "name": string;
378
+ "selected": boolean;
379
+ "size": "small" | "default" | "large";
380
+ "value"?: any;
381
+ }
307
382
  interface SmoothlyTrigger {
308
383
  "color": Color | undefined;
309
384
  "disabled": boolean;
310
- "expand": Expand;
311
385
  "fill": Fill;
312
386
  "name": string;
313
387
  "type": "link" | "button";
@@ -344,6 +418,18 @@ export interface SmoothlyDisplayDemoCustomEvent<T> extends CustomEvent<T> {
344
418
  detail: T;
345
419
  target: HTMLSmoothlyDisplayDemoElement;
346
420
  }
421
+ export interface SmoothlyFilterCustomEvent<T> extends CustomEvent<T> {
422
+ detail: T;
423
+ target: HTMLSmoothlyFilterElement;
424
+ }
425
+ export interface SmoothlyFilterInputCustomEvent<T> extends CustomEvent<T> {
426
+ detail: T;
427
+ target: HTMLSmoothlyFilterInputElement;
428
+ }
429
+ export interface SmoothlyFormCustomEvent<T> extends CustomEvent<T> {
430
+ detail: T;
431
+ target: HTMLSmoothlyFormElement;
432
+ }
347
433
  export interface SmoothlyFrameCustomEvent<T> extends CustomEvent<T> {
348
434
  detail: T;
349
435
  target: HTMLSmoothlyFrameElement;
@@ -453,6 +539,24 @@ declare global {
453
539
  prototype: HTMLSmoothlyAccordionItemElement;
454
540
  new (): HTMLSmoothlyAccordionItemElement;
455
541
  };
542
+ interface HTMLSmoothlyAddressElement extends Components.SmoothlyAddress, HTMLStencilElement {
543
+ }
544
+ var HTMLSmoothlyAddressElement: {
545
+ prototype: HTMLSmoothlyAddressElement;
546
+ new (): HTMLSmoothlyAddressElement;
547
+ };
548
+ interface HTMLSmoothlyAddressDisplayElement extends Components.SmoothlyAddressDisplay, HTMLStencilElement {
549
+ }
550
+ var HTMLSmoothlyAddressDisplayElement: {
551
+ prototype: HTMLSmoothlyAddressDisplayElement;
552
+ new (): HTMLSmoothlyAddressDisplayElement;
553
+ };
554
+ interface HTMLSmoothlyAddressesElement extends Components.SmoothlyAddresses, HTMLStencilElement {
555
+ }
556
+ var HTMLSmoothlyAddressesElement: {
557
+ prototype: HTMLSmoothlyAddressesElement;
558
+ new (): HTMLSmoothlyAddressesElement;
559
+ };
456
560
  interface HTMLSmoothlyAppElement extends Components.SmoothlyApp, HTMLStencilElement {
457
561
  }
458
562
  var HTMLSmoothlyAppElement: {
@@ -489,6 +593,12 @@ declare global {
489
593
  prototype: HTMLSmoothlyCheckboxElement;
490
594
  new (): HTMLSmoothlyCheckboxElement;
491
595
  };
596
+ interface HTMLSmoothlyColorElement extends Components.SmoothlyColor, HTMLStencilElement {
597
+ }
598
+ var HTMLSmoothlyColorElement: {
599
+ prototype: HTMLSmoothlyColorElement;
600
+ new (): HTMLSmoothlyColorElement;
601
+ };
492
602
  interface HTMLSmoothlyCountryElement extends Components.SmoothlyCountry, HTMLStencilElement {
493
603
  }
494
604
  var HTMLSmoothlyCountryElement: {
@@ -534,6 +644,24 @@ declare global {
534
644
  prototype: HTMLSmoothlyDisplayDemoElement;
535
645
  new (): HTMLSmoothlyDisplayDemoElement;
536
646
  };
647
+ interface HTMLSmoothlyFilterElement extends Components.SmoothlyFilter, HTMLStencilElement {
648
+ }
649
+ var HTMLSmoothlyFilterElement: {
650
+ prototype: HTMLSmoothlyFilterElement;
651
+ new (): HTMLSmoothlyFilterElement;
652
+ };
653
+ interface HTMLSmoothlyFilterInputElement extends Components.SmoothlyFilterInput, HTMLStencilElement {
654
+ }
655
+ var HTMLSmoothlyFilterInputElement: {
656
+ prototype: HTMLSmoothlyFilterInputElement;
657
+ new (): HTMLSmoothlyFilterInputElement;
658
+ };
659
+ interface HTMLSmoothlyFormElement extends Components.SmoothlyForm, HTMLStencilElement {
660
+ }
661
+ var HTMLSmoothlyFormElement: {
662
+ prototype: HTMLSmoothlyFormElement;
663
+ new (): HTMLSmoothlyFormElement;
664
+ };
537
665
  interface HTMLSmoothlyFrameElement extends Components.SmoothlyFrame, HTMLStencilElement {
538
666
  }
539
667
  var HTMLSmoothlyFrameElement: {
@@ -708,6 +836,12 @@ declare global {
708
836
  prototype: HTMLSmoothlySubmitElement;
709
837
  new (): HTMLSmoothlySubmitElement;
710
838
  };
839
+ interface HTMLSmoothlySummaryElement extends Components.SmoothlySummary, HTMLStencilElement {
840
+ }
841
+ var HTMLSmoothlySummaryElement: {
842
+ prototype: HTMLSmoothlySummaryElement;
843
+ new (): HTMLSmoothlySummaryElement;
844
+ };
711
845
  interface HTMLSmoothlySvgElement extends Components.SmoothlySvg, HTMLStencilElement {
712
846
  }
713
847
  var HTMLSmoothlySvgElement: {
@@ -744,6 +878,12 @@ declare global {
744
878
  prototype: HTMLSmoothlyTableDemoElement;
745
879
  new (): HTMLSmoothlyTableDemoElement;
746
880
  };
881
+ interface HTMLSmoothlyTableDemoFilteredElement extends Components.SmoothlyTableDemoFiltered, HTMLStencilElement {
882
+ }
883
+ var HTMLSmoothlyTableDemoFilteredElement: {
884
+ prototype: HTMLSmoothlyTableDemoFilteredElement;
885
+ new (): HTMLSmoothlyTableDemoFilteredElement;
886
+ };
747
887
  interface HTMLSmoothlyTableExpandableCellElement extends Components.SmoothlyTableExpandableCell, HTMLStencilElement {
748
888
  }
749
889
  var HTMLSmoothlyTableExpandableCellElement: {
@@ -768,6 +908,18 @@ declare global {
768
908
  prototype: HTMLSmoothlyTableRowElement;
769
909
  new (): HTMLSmoothlyTableRowElement;
770
910
  };
911
+ interface HTMLSmoothlyToggleElement extends Components.SmoothlyToggle, HTMLStencilElement {
912
+ }
913
+ var HTMLSmoothlyToggleElement: {
914
+ prototype: HTMLSmoothlyToggleElement;
915
+ new (): HTMLSmoothlyToggleElement;
916
+ };
917
+ interface HTMLSmoothlyToggleSwitchElement extends Components.SmoothlyToggleSwitch, HTMLStencilElement {
918
+ }
919
+ var HTMLSmoothlyToggleSwitchElement: {
920
+ prototype: HTMLSmoothlyToggleSwitchElement;
921
+ new (): HTMLSmoothlyToggleSwitchElement;
922
+ };
771
923
  interface HTMLSmoothlyTriggerElement extends Components.SmoothlyTrigger, HTMLStencilElement {
772
924
  }
773
925
  var HTMLSmoothlyTriggerElement: {
@@ -801,12 +953,16 @@ declare global {
801
953
  interface HTMLElementTagNameMap {
802
954
  "smoothly-accordion": HTMLSmoothlyAccordionElement;
803
955
  "smoothly-accordion-item": HTMLSmoothlyAccordionItemElement;
956
+ "smoothly-address": HTMLSmoothlyAddressElement;
957
+ "smoothly-address-display": HTMLSmoothlyAddressDisplayElement;
958
+ "smoothly-addresses": HTMLSmoothlyAddressesElement;
804
959
  "smoothly-app": HTMLSmoothlyAppElement;
805
960
  "smoothly-app-demo": HTMLSmoothlyAppDemoElement;
806
961
  "smoothly-backtotop": HTMLSmoothlyBacktotopElement;
807
962
  "smoothly-button": HTMLSmoothlyButtonElement;
808
963
  "smoothly-calendar": HTMLSmoothlyCalendarElement;
809
964
  "smoothly-checkbox": HTMLSmoothlyCheckboxElement;
965
+ "smoothly-color": HTMLSmoothlyColorElement;
810
966
  "smoothly-country": HTMLSmoothlyCountryElement;
811
967
  "smoothly-dialog": HTMLSmoothlyDialogElement;
812
968
  "smoothly-dialog-demo": HTMLSmoothlyDialogDemoElement;
@@ -814,6 +970,9 @@ declare global {
814
970
  "smoothly-display-amount": HTMLSmoothlyDisplayAmountElement;
815
971
  "smoothly-display-date-time": HTMLSmoothlyDisplayDateTimeElement;
816
972
  "smoothly-display-demo": HTMLSmoothlyDisplayDemoElement;
973
+ "smoothly-filter": HTMLSmoothlyFilterElement;
974
+ "smoothly-filter-input": HTMLSmoothlyFilterInputElement;
975
+ "smoothly-form": HTMLSmoothlyFormElement;
817
976
  "smoothly-frame": HTMLSmoothlyFrameElement;
818
977
  "smoothly-google-font": HTMLSmoothlyGoogleFontElement;
819
978
  "smoothly-icon": HTMLSmoothlyIconElement;
@@ -843,16 +1002,20 @@ declare global {
843
1002
  "smoothly-skeleton": HTMLSmoothlySkeletonElement;
844
1003
  "smoothly-spinner": HTMLSmoothlySpinnerElement;
845
1004
  "smoothly-submit": HTMLSmoothlySubmitElement;
1005
+ "smoothly-summary": HTMLSmoothlySummaryElement;
846
1006
  "smoothly-svg": HTMLSmoothlySvgElement;
847
1007
  "smoothly-tab": HTMLSmoothlyTabElement;
848
1008
  "smoothly-tab-switch": HTMLSmoothlyTabSwitchElement;
849
1009
  "smoothly-table": HTMLSmoothlyTableElement;
850
1010
  "smoothly-table-cell": HTMLSmoothlyTableCellElement;
851
1011
  "smoothly-table-demo": HTMLSmoothlyTableDemoElement;
1012
+ "smoothly-table-demo-filtered": HTMLSmoothlyTableDemoFilteredElement;
852
1013
  "smoothly-table-expandable-cell": HTMLSmoothlyTableExpandableCellElement;
853
1014
  "smoothly-table-expandable-row": HTMLSmoothlyTableExpandableRowElement;
854
1015
  "smoothly-table-header": HTMLSmoothlyTableHeaderElement;
855
1016
  "smoothly-table-row": HTMLSmoothlyTableRowElement;
1017
+ "smoothly-toggle": HTMLSmoothlyToggleElement;
1018
+ "smoothly-toggle-switch": HTMLSmoothlyToggleSwitchElement;
856
1019
  "smoothly-trigger": HTMLSmoothlyTriggerElement;
857
1020
  "smoothly-trigger-sink": HTMLSmoothlyTriggerSinkElement;
858
1021
  "smoothly-trigger-source": HTMLSmoothlyTriggerSourceElement;
@@ -873,6 +1036,18 @@ declare namespace LocalJSX {
873
1036
  "onSmoothlyOpen"?: (event: SmoothlyAccordionItemCustomEvent<{ name: string; open: boolean }>) => void;
874
1037
  "open"?: boolean;
875
1038
  }
1039
+ interface SmoothlyAddress {
1040
+ "editable"?: boolean;
1041
+ "value"?: address;
1042
+ }
1043
+ interface SmoothlyAddressDisplay {
1044
+ "editable"?: boolean;
1045
+ "value"?: address;
1046
+ }
1047
+ interface SmoothlyAddresses {
1048
+ "editable"?: boolean[];
1049
+ "value"?: address[];
1050
+ }
876
1051
  interface SmoothlyApp {
877
1052
  "color"?: Color;
878
1053
  }
@@ -885,16 +1060,17 @@ declare namespace LocalJSX {
885
1060
  "right"?: string;
886
1061
  }
887
1062
  interface SmoothlyButton {
888
- "color"?: Color | undefined;
1063
+ "color"?: Color;
889
1064
  "disabled"?: boolean;
890
1065
  "download"?: boolean;
891
- "expand"?: Expand;
1066
+ "expand"?: "block" | "full";
892
1067
  "fill"?: Fill;
893
1068
  "link"?: string;
1069
+ "shape"?: "rounded";
1070
+ "size"?: "small" | "large" | "icon";
894
1071
  "type"?: "link" | "button";
895
1072
  }
896
1073
  interface SmoothlyCalendar {
897
- "color"?: Color;
898
1074
  "doubleInput"?: boolean;
899
1075
  "end"?: Date;
900
1076
  "max"?: Date;
@@ -909,12 +1085,16 @@ declare namespace LocalJSX {
909
1085
  "value"?: Date;
910
1086
  }
911
1087
  interface SmoothlyCheckbox {
1088
+ "checked"?: boolean;
912
1089
  "disabled"?: boolean;
913
1090
  "intermediate"?: boolean;
914
- "onChecked"?: (event: SmoothlyCheckboxCustomEvent<{ selected: boolean }>) => void;
915
- "selectAll"?: boolean;
916
- "selected"?: boolean;
1091
+ "name"?: string;
1092
+ "onSmoothlyChecked"?: (event: SmoothlyCheckboxCustomEvent<Record<string, any>>) => void;
917
1093
  "size"?: "tiny" | "small" | "medium" | "large";
1094
+ "value"?: any;
1095
+ }
1096
+ interface SmoothlyColor {
1097
+ "color"?: Color;
918
1098
  }
919
1099
  interface SmoothlyCountry {
920
1100
  "text"?: "alpha2" | "name" | "none";
@@ -949,9 +1129,41 @@ declare namespace LocalJSX {
949
1129
  interface SmoothlyDisplayDemo {
950
1130
  "onNotice"?: (event: SmoothlyDisplayDemoCustomEvent<Notice>) => void;
951
1131
  }
1132
+ interface SmoothlyFilter {
1133
+ "criteria"?: Record<string, Criteria>;
1134
+ "inputValue"?: Criteria;
1135
+ "onFilters"?: (event: SmoothlyFilterCustomEvent<Criteria>) => void;
1136
+ "placeholder"?: string | undefined;
1137
+ }
1138
+ interface SmoothlyFilterInput {
1139
+ "autocomplete"?: boolean;
1140
+ "comparison"?: "equals" | "less" | "greater" | "starts" | "ends" | "includes";
1141
+ "currency"?: Currency;
1142
+ "disabled"?: boolean;
1143
+ "maxLength"?: number;
1144
+ "minLength"?: number;
1145
+ "name"?: string;
1146
+ "onFilter"?: (event: SmoothlyFilterInputCustomEvent<Criteria>) => void;
1147
+ "pattern"?: RegExp;
1148
+ "placeholder"?: string;
1149
+ "readonly"?: boolean;
1150
+ "required"?: boolean;
1151
+ "showLabel"?: boolean;
1152
+ "type"?: string;
1153
+ "value"?: any;
1154
+ }
1155
+ interface SmoothlyForm {
1156
+ "action"?: string;
1157
+ "looks"?: "plain" | "grid" | "border" | "line";
1158
+ "method"?: "GET" | "POST";
1159
+ "name"?: string;
1160
+ "onSmoothlyFormInput"?: (event: SmoothlyFormCustomEvent<Data>) => void;
1161
+ "onSmoothlyFormSubmit"?: (event: SmoothlyFormCustomEvent<Data>) => void;
1162
+ "processing"?: boolean;
1163
+ }
952
1164
  interface SmoothlyFrame {
953
1165
  "name"?: string;
954
- "onMessage"?: (event: SmoothlyFrameCustomEvent<Message<any>>) => void;
1166
+ "onMessage2"?: (event: SmoothlyFrameCustomEvent<Message<any>>) => void;
955
1167
  "onTrigger"?: (event: SmoothlyFrameCustomEvent<Trigger>) => void;
956
1168
  "origin"?: string | undefined;
957
1169
  "url"?: string;
@@ -976,8 +1188,8 @@ declare namespace LocalJSX {
976
1188
  "minLength"?: number;
977
1189
  "name"?: string;
978
1190
  "onSmoothlyBlur"?: (event: SmoothlyInputCustomEvent<void>) => void;
979
- "onSmoothlyChange"?: (event: SmoothlyInputCustomEvent<{ name: string; value: any }>) => void;
980
- "onSmoothlyInput"?: (event: SmoothlyInputCustomEvent<{ name: string; value: any }>) => void;
1191
+ "onSmoothlyChange"?: (event: SmoothlyInputCustomEvent<Record<string, any>>) => void;
1192
+ "onSmoothlyInput"?: (event: SmoothlyInputCustomEvent<Record<string, any>>) => void;
981
1193
  "pattern"?: RegExp | undefined;
982
1194
  "placeholder"?: string | undefined;
983
1195
  "readonly"?: boolean;
@@ -987,7 +1199,6 @@ declare namespace LocalJSX {
987
1199
  "value"?: any;
988
1200
  }
989
1201
  interface SmoothlyInputDate {
990
- "color"?: Color;
991
1202
  "disabled"?: boolean;
992
1203
  "max"?: Date;
993
1204
  "min"?: Date;
@@ -1142,11 +1353,17 @@ declare namespace LocalJSX {
1142
1353
  interface SmoothlySubmit {
1143
1354
  "color"?: Color;
1144
1355
  "disabled"?: boolean;
1145
- "expand"?: Expand;
1356
+ "expand"?: "block" | "full";
1146
1357
  "fill"?: Fill;
1147
- "onSubmit"?: (event: SmoothlySubmitCustomEvent<Data>) => void;
1148
- "prevent"?: boolean;
1149
- "processing"?: boolean;
1358
+ "onSmoothlySubmit"?: (event: SmoothlySubmitCustomEvent<any>) => void;
1359
+ "shape"?: "rounded";
1360
+ "size"?: "small" | "large" | "icon";
1361
+ "type"?: "link" | "button";
1362
+ }
1363
+ interface SmoothlySummary {
1364
+ "color"?: Color;
1365
+ "fill"?: Fill;
1366
+ "size"?: "tiny" | "small" | "medium" | "large";
1150
1367
  }
1151
1368
  interface SmoothlySvg {
1152
1369
  "color"?: string;
@@ -1161,6 +1378,7 @@ declare namespace LocalJSX {
1161
1378
  interface SmoothlyTabSwitch {
1162
1379
  }
1163
1380
  interface SmoothlyTable {
1381
+ "align"?: "middle" | "bottom" | "top";
1164
1382
  "onSmoothlyNestedTable"?: (event: SmoothlyTableCustomEvent<() => void>) => void;
1165
1383
  "onSpotlightChange"?: (event: SmoothlyTableCustomEvent<{ allowSpotlight: boolean; owner?: EventTarget }>) => void;
1166
1384
  "onTableLoad"?: (event: SmoothlyTableCustomEvent<(owner: EventTarget) => void>) => void;
@@ -1170,6 +1388,8 @@ declare namespace LocalJSX {
1170
1388
  }
1171
1389
  interface SmoothlyTableDemo {
1172
1390
  }
1391
+ interface SmoothlyTableDemoFiltered {
1392
+ }
1173
1393
  interface SmoothlyTableExpandableCell {
1174
1394
  "align"?: "left" | "center" | "right";
1175
1395
  "onExpandableChange"?: (event: SmoothlyTableExpandableCellCustomEvent<boolean>) => void;
@@ -1190,10 +1410,23 @@ declare namespace LocalJSX {
1190
1410
  }
1191
1411
  interface SmoothlyTableRow {
1192
1412
  }
1413
+ interface SmoothlyToggle {
1414
+ "disabled"?: boolean;
1415
+ "name"?: string;
1416
+ "selected"?: boolean;
1417
+ "shape"?: "rounded";
1418
+ "value"?: any;
1419
+ }
1420
+ interface SmoothlyToggleSwitch {
1421
+ "disabled"?: boolean;
1422
+ "name"?: string;
1423
+ "selected"?: boolean;
1424
+ "size"?: "small" | "default" | "large";
1425
+ "value"?: any;
1426
+ }
1193
1427
  interface SmoothlyTrigger {
1194
1428
  "color"?: Color | undefined;
1195
1429
  "disabled"?: boolean;
1196
- "expand"?: Expand;
1197
1430
  "fill"?: Fill;
1198
1431
  "name"?: string;
1199
1432
  "onTrigger"?: (event: SmoothlyTriggerCustomEvent<Trigger>) => void;
@@ -1219,12 +1452,16 @@ declare namespace LocalJSX {
1219
1452
  interface IntrinsicElements {
1220
1453
  "smoothly-accordion": SmoothlyAccordion;
1221
1454
  "smoothly-accordion-item": SmoothlyAccordionItem;
1455
+ "smoothly-address": SmoothlyAddress;
1456
+ "smoothly-address-display": SmoothlyAddressDisplay;
1457
+ "smoothly-addresses": SmoothlyAddresses;
1222
1458
  "smoothly-app": SmoothlyApp;
1223
1459
  "smoothly-app-demo": SmoothlyAppDemo;
1224
1460
  "smoothly-backtotop": SmoothlyBacktotop;
1225
1461
  "smoothly-button": SmoothlyButton;
1226
1462
  "smoothly-calendar": SmoothlyCalendar;
1227
1463
  "smoothly-checkbox": SmoothlyCheckbox;
1464
+ "smoothly-color": SmoothlyColor;
1228
1465
  "smoothly-country": SmoothlyCountry;
1229
1466
  "smoothly-dialog": SmoothlyDialog;
1230
1467
  "smoothly-dialog-demo": SmoothlyDialogDemo;
@@ -1232,6 +1469,9 @@ declare namespace LocalJSX {
1232
1469
  "smoothly-display-amount": SmoothlyDisplayAmount;
1233
1470
  "smoothly-display-date-time": SmoothlyDisplayDateTime;
1234
1471
  "smoothly-display-demo": SmoothlyDisplayDemo;
1472
+ "smoothly-filter": SmoothlyFilter;
1473
+ "smoothly-filter-input": SmoothlyFilterInput;
1474
+ "smoothly-form": SmoothlyForm;
1235
1475
  "smoothly-frame": SmoothlyFrame;
1236
1476
  "smoothly-google-font": SmoothlyGoogleFont;
1237
1477
  "smoothly-icon": SmoothlyIcon;
@@ -1261,16 +1501,20 @@ declare namespace LocalJSX {
1261
1501
  "smoothly-skeleton": SmoothlySkeleton;
1262
1502
  "smoothly-spinner": SmoothlySpinner;
1263
1503
  "smoothly-submit": SmoothlySubmit;
1504
+ "smoothly-summary": SmoothlySummary;
1264
1505
  "smoothly-svg": SmoothlySvg;
1265
1506
  "smoothly-tab": SmoothlyTab;
1266
1507
  "smoothly-tab-switch": SmoothlyTabSwitch;
1267
1508
  "smoothly-table": SmoothlyTable;
1268
1509
  "smoothly-table-cell": SmoothlyTableCell;
1269
1510
  "smoothly-table-demo": SmoothlyTableDemo;
1511
+ "smoothly-table-demo-filtered": SmoothlyTableDemoFiltered;
1270
1512
  "smoothly-table-expandable-cell": SmoothlyTableExpandableCell;
1271
1513
  "smoothly-table-expandable-row": SmoothlyTableExpandableRow;
1272
1514
  "smoothly-table-header": SmoothlyTableHeader;
1273
1515
  "smoothly-table-row": SmoothlyTableRow;
1516
+ "smoothly-toggle": SmoothlyToggle;
1517
+ "smoothly-toggle-switch": SmoothlyToggleSwitch;
1274
1518
  "smoothly-trigger": SmoothlyTrigger;
1275
1519
  "smoothly-trigger-sink": SmoothlyTriggerSink;
1276
1520
  "smoothly-trigger-source": SmoothlyTriggerSource;
@@ -1284,12 +1528,16 @@ declare module "@stencil/core" {
1284
1528
  interface IntrinsicElements {
1285
1529
  "smoothly-accordion": LocalJSX.SmoothlyAccordion & JSXBase.HTMLAttributes<HTMLSmoothlyAccordionElement>;
1286
1530
  "smoothly-accordion-item": LocalJSX.SmoothlyAccordionItem & JSXBase.HTMLAttributes<HTMLSmoothlyAccordionItemElement>;
1531
+ "smoothly-address": LocalJSX.SmoothlyAddress & JSXBase.HTMLAttributes<HTMLSmoothlyAddressElement>;
1532
+ "smoothly-address-display": LocalJSX.SmoothlyAddressDisplay & JSXBase.HTMLAttributes<HTMLSmoothlyAddressDisplayElement>;
1533
+ "smoothly-addresses": LocalJSX.SmoothlyAddresses & JSXBase.HTMLAttributes<HTMLSmoothlyAddressesElement>;
1287
1534
  "smoothly-app": LocalJSX.SmoothlyApp & JSXBase.HTMLAttributes<HTMLSmoothlyAppElement>;
1288
1535
  "smoothly-app-demo": LocalJSX.SmoothlyAppDemo & JSXBase.HTMLAttributes<HTMLSmoothlyAppDemoElement>;
1289
1536
  "smoothly-backtotop": LocalJSX.SmoothlyBacktotop & JSXBase.HTMLAttributes<HTMLSmoothlyBacktotopElement>;
1290
1537
  "smoothly-button": LocalJSX.SmoothlyButton & JSXBase.HTMLAttributes<HTMLSmoothlyButtonElement>;
1291
1538
  "smoothly-calendar": LocalJSX.SmoothlyCalendar & JSXBase.HTMLAttributes<HTMLSmoothlyCalendarElement>;
1292
1539
  "smoothly-checkbox": LocalJSX.SmoothlyCheckbox & JSXBase.HTMLAttributes<HTMLSmoothlyCheckboxElement>;
1540
+ "smoothly-color": LocalJSX.SmoothlyColor & JSXBase.HTMLAttributes<HTMLSmoothlyColorElement>;
1293
1541
  "smoothly-country": LocalJSX.SmoothlyCountry & JSXBase.HTMLAttributes<HTMLSmoothlyCountryElement>;
1294
1542
  "smoothly-dialog": LocalJSX.SmoothlyDialog & JSXBase.HTMLAttributes<HTMLSmoothlyDialogElement>;
1295
1543
  "smoothly-dialog-demo": LocalJSX.SmoothlyDialogDemo & JSXBase.HTMLAttributes<HTMLSmoothlyDialogDemoElement>;
@@ -1300,6 +1548,9 @@ declare module "@stencil/core" {
1300
1548
  */
1301
1549
  "smoothly-display-date-time": LocalJSX.SmoothlyDisplayDateTime & JSXBase.HTMLAttributes<HTMLSmoothlyDisplayDateTimeElement>;
1302
1550
  "smoothly-display-demo": LocalJSX.SmoothlyDisplayDemo & JSXBase.HTMLAttributes<HTMLSmoothlyDisplayDemoElement>;
1551
+ "smoothly-filter": LocalJSX.SmoothlyFilter & JSXBase.HTMLAttributes<HTMLSmoothlyFilterElement>;
1552
+ "smoothly-filter-input": LocalJSX.SmoothlyFilterInput & JSXBase.HTMLAttributes<HTMLSmoothlyFilterInputElement>;
1553
+ "smoothly-form": LocalJSX.SmoothlyForm & JSXBase.HTMLAttributes<HTMLSmoothlyFormElement>;
1303
1554
  "smoothly-frame": LocalJSX.SmoothlyFrame & JSXBase.HTMLAttributes<HTMLSmoothlyFrameElement>;
1304
1555
  "smoothly-google-font": LocalJSX.SmoothlyGoogleFont & JSXBase.HTMLAttributes<HTMLSmoothlyGoogleFontElement>;
1305
1556
  "smoothly-icon": LocalJSX.SmoothlyIcon & JSXBase.HTMLAttributes<HTMLSmoothlyIconElement>;
@@ -1329,16 +1580,20 @@ declare module "@stencil/core" {
1329
1580
  "smoothly-skeleton": LocalJSX.SmoothlySkeleton & JSXBase.HTMLAttributes<HTMLSmoothlySkeletonElement>;
1330
1581
  "smoothly-spinner": LocalJSX.SmoothlySpinner & JSXBase.HTMLAttributes<HTMLSmoothlySpinnerElement>;
1331
1582
  "smoothly-submit": LocalJSX.SmoothlySubmit & JSXBase.HTMLAttributes<HTMLSmoothlySubmitElement>;
1583
+ "smoothly-summary": LocalJSX.SmoothlySummary & JSXBase.HTMLAttributes<HTMLSmoothlySummaryElement>;
1332
1584
  "smoothly-svg": LocalJSX.SmoothlySvg & JSXBase.HTMLAttributes<HTMLSmoothlySvgElement>;
1333
1585
  "smoothly-tab": LocalJSX.SmoothlyTab & JSXBase.HTMLAttributes<HTMLSmoothlyTabElement>;
1334
1586
  "smoothly-tab-switch": LocalJSX.SmoothlyTabSwitch & JSXBase.HTMLAttributes<HTMLSmoothlyTabSwitchElement>;
1335
1587
  "smoothly-table": LocalJSX.SmoothlyTable & JSXBase.HTMLAttributes<HTMLSmoothlyTableElement>;
1336
1588
  "smoothly-table-cell": LocalJSX.SmoothlyTableCell & JSXBase.HTMLAttributes<HTMLSmoothlyTableCellElement>;
1337
1589
  "smoothly-table-demo": LocalJSX.SmoothlyTableDemo & JSXBase.HTMLAttributes<HTMLSmoothlyTableDemoElement>;
1590
+ "smoothly-table-demo-filtered": LocalJSX.SmoothlyTableDemoFiltered & JSXBase.HTMLAttributes<HTMLSmoothlyTableDemoFilteredElement>;
1338
1591
  "smoothly-table-expandable-cell": LocalJSX.SmoothlyTableExpandableCell & JSXBase.HTMLAttributes<HTMLSmoothlyTableExpandableCellElement>;
1339
1592
  "smoothly-table-expandable-row": LocalJSX.SmoothlyTableExpandableRow & JSXBase.HTMLAttributes<HTMLSmoothlyTableExpandableRowElement>;
1340
1593
  "smoothly-table-header": LocalJSX.SmoothlyTableHeader & JSXBase.HTMLAttributes<HTMLSmoothlyTableHeaderElement>;
1341
1594
  "smoothly-table-row": LocalJSX.SmoothlyTableRow & JSXBase.HTMLAttributes<HTMLSmoothlyTableRowElement>;
1595
+ "smoothly-toggle": LocalJSX.SmoothlyToggle & JSXBase.HTMLAttributes<HTMLSmoothlyToggleElement>;
1596
+ "smoothly-toggle-switch": LocalJSX.SmoothlyToggleSwitch & JSXBase.HTMLAttributes<HTMLSmoothlyToggleSwitchElement>;
1342
1597
  "smoothly-trigger": LocalJSX.SmoothlyTrigger & JSXBase.HTMLAttributes<HTMLSmoothlyTriggerElement>;
1343
1598
  "smoothly-trigger-sink": LocalJSX.SmoothlyTriggerSink & JSXBase.HTMLAttributes<HTMLSmoothlyTriggerSinkElement>;
1344
1599
  "smoothly-trigger-source": LocalJSX.SmoothlyTriggerSource & JSXBase.HTMLAttributes<HTMLSmoothlyTriggerSourceElement>;
@@ -1,4 +1,4 @@
1
1
  export { Components, JSX } from "./components";
2
2
  export { App, redirect } from "./components/App";
3
- export { Autocomplete, ClientIdentifier, Color, Expand, Fill, GoogleFont, Message, Notice, Trigger, Option, Listenable, } from "./model";
3
+ export { Autocomplete, ClientIdentifier, Color, Fill, GoogleFont, Message, Notice, Trigger, Option, Listenable, } from "./model";
4
4
  export { Cosmetic } from "./utilities";
@@ -1,7 +1,6 @@
1
1
  export { Autocomplete } from "./Autocomplete";
2
2
  export { ClientIdentifier } from "./ClientIdentifier";
3
3
  export { Color } from "./Color";
4
- export { Expand } from "./Expand";
5
4
  export { Fill } from "./Fill";
6
5
  export { GoogleFont } from "./GoogleFont";
7
6
  export { Message } from "./Message";