@revotech-group/revotech-ui-kit 0.0.61 → 0.0.63

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 (306) hide show
  1. package/README.md +30 -30
  2. package/dist/library.css +2548 -2385
  3. package/dist/revotech-ui-kit.js +8346 -6951
  4. package/dist/revotech-ui-kit.umd.cjs +1584 -2271
  5. package/dist/src/assets/icons/carousel-arrow-left.d.ts +1 -0
  6. package/dist/src/assets/icons/carousel-arrow-right.d.ts +1 -0
  7. package/dist/src/assets/icons/index.d.ts +2 -0
  8. package/dist/src/components/index.d.ts +0 -2
  9. package/dist/src/components/ui/accordion/accordion-content.d.ts +20 -0
  10. package/dist/src/components/{atoms → ui}/accordion/accordion-item.d.ts +6 -6
  11. package/dist/src/components/{atoms → ui}/accordion/accordion-trigger.d.ts +6 -9
  12. package/dist/src/components/{atoms/accordion/accordion.atoms.d.ts → ui/accordion/accordion.d.ts} +7 -4
  13. package/dist/src/components/ui/accordion/accordion.stories.d.ts +11 -0
  14. package/dist/src/components/{atoms/alert/alert.atom.d.ts → ui/alert/alert.d.ts} +5 -7
  15. package/dist/src/components/ui/alert/alert.stories.d.ts +8 -0
  16. package/dist/src/components/{atoms/aspect-ratio/aspect-ratio-atom.d.ts → ui/aspect-ratio/aspect-ratio.d.ts} +3 -1
  17. package/dist/src/components/{atoms/badge/badge.atom.d.ts → ui/badge/badge.d.ts} +3 -1
  18. package/dist/src/components/{atoms/collapsible/collapsible-content.d.ts → ui/breadcrumb/breadcrumb-ellipsis.d.ts} +3 -3
  19. package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +14 -0
  20. package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +15 -0
  21. package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +14 -0
  22. package/dist/src/components/{molecules → ui}/breadcrumb/breadcrumb-separator.d.ts +6 -1
  23. package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +14 -0
  24. package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +21 -0
  25. package/dist/src/components/{molecules → ui}/breadcrumb/breadcrumb.stories.d.ts +0 -1
  26. package/dist/src/components/{atoms/button/button.atom.d.ts → ui/button/button.d.ts} +3 -1
  27. package/dist/src/components/{atoms/calendar/calendar.atom.d.ts → ui/calendar/calendar.d.ts} +1 -0
  28. package/dist/src/components/{atoms → ui}/card/card-content.d.ts +1 -1
  29. package/dist/src/components/{atoms → ui}/card/card-description.d.ts +1 -1
  30. package/dist/src/components/{atoms → ui}/card/card-footer.d.ts +1 -1
  31. package/dist/src/components/{atoms → ui}/card/card-header.d.ts +1 -1
  32. package/dist/src/components/{atoms → ui}/card/card-title.d.ts +1 -1
  33. package/dist/src/components/{atoms/card/card.atom.d.ts → ui/card/card.d.ts} +7 -3
  34. package/dist/src/components/{atoms/carousel/carousel.atom.d.ts → ui/carousel/carousel.d.ts} +7 -3
  35. package/dist/src/components/ui/collapsible/collapsible-content.d.ts +17 -0
  36. package/dist/src/components/{atoms → ui}/collapsible/collapsible-trigger.d.ts +5 -2
  37. package/dist/src/components/{atoms/collapsible/collapsible.atom.d.ts → ui/collapsible/collapsible.d.ts} +9 -2
  38. package/dist/src/components/ui/combobox/combo-box-empty.d.ts +14 -0
  39. package/dist/src/components/ui/combobox/combo-box-group.d.ts +37 -0
  40. package/dist/src/components/{atoms → ui}/combobox/combo-box-input.d.ts +1 -1
  41. package/dist/src/components/{atoms → ui}/combobox/combo-box-item.d.ts +4 -1
  42. package/dist/src/components/{atoms → ui}/combobox/combo-box-trigger.d.ts +7 -4
  43. package/dist/src/components/{atoms → ui}/combobox/combo-box-value.d.ts +2 -2
  44. package/dist/src/components/ui/combobox/combo-box.d.ts +35 -0
  45. package/dist/src/components/ui/combobox/combo-box.stories.d.ts +10 -0
  46. package/dist/src/components/ui/command/command-empty.atom.d.ts +18 -0
  47. package/dist/src/components/ui/command/command-group.atom.d.ts +19 -0
  48. package/dist/src/components/{atoms → ui}/command/command-input.atom.d.ts +6 -1
  49. package/dist/src/components/ui/command/command-item.atom.d.ts +23 -0
  50. package/dist/src/components/ui/command/command-list.atom.d.ts +15 -0
  51. package/dist/src/components/{atoms → ui}/command/command-separator.atom.d.ts +6 -1
  52. package/dist/src/components/ui/command/command.d.ts +22 -0
  53. package/dist/src/components/{atoms → ui}/command/command.stories.d.ts +2 -1
  54. package/dist/src/components/ui/context-menu/context-menu-checkbox-Item.d.ts +16 -0
  55. package/dist/src/components/ui/context-menu/context-menu-content.d.ts +14 -0
  56. package/dist/src/components/ui/context-menu/context-menu-group.d.ts +10 -0
  57. package/dist/src/components/ui/context-menu/context-menu-item.d.ts +12 -0
  58. package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +16 -0
  59. package/dist/src/components/{atoms → ui}/context-menu/context-menu-seperator.d.ts +1 -4
  60. package/dist/src/components/ui/context-menu/context-menu-shortcut.d.ts +9 -0
  61. package/dist/src/components/ui/context-menu/context-menu-trigger.d.ts +5 -0
  62. package/dist/src/components/{atoms/context-menu/context-menu.atom.d.ts → ui/context-menu/context-menu.d.ts} +12 -5
  63. package/dist/src/components/{atoms/date-picker/date-picker.atom.d.ts → ui/date-picker/date-picker.d.ts} +1 -1
  64. package/dist/src/components/ui/dialog/dialog-close.d.ts +15 -0
  65. package/dist/src/components/ui/dialog/dialog-content.d.ts +14 -0
  66. package/dist/src/components/ui/dialog/dialog-footer.d.ts +9 -0
  67. package/dist/src/components/{atoms → ui}/dialog/dialog-header.d.ts +1 -1
  68. package/dist/src/components/{atoms → ui}/dialog/dialog-overly.d.ts +1 -1
  69. package/dist/src/components/ui/dialog/dialog-trigger.d.ts +11 -0
  70. package/dist/src/components/{atoms/dialog/dialog.atom.d.ts → ui/dialog/dialog.d.ts} +7 -3
  71. package/dist/src/components/ui/drawer/drawer-close.d.ts +15 -0
  72. package/dist/src/components/ui/drawer/drawer-content.d.ts +13 -0
  73. package/dist/src/components/ui/drawer/drawer-description.d.ts +10 -0
  74. package/dist/src/components/ui/drawer/drawer-footer.d.ts +9 -0
  75. package/dist/src/components/{atoms → ui}/drawer/drawer-header.d.ts +1 -1
  76. package/dist/src/components/{atoms → ui}/drawer/drawer-overlay.d.ts +1 -1
  77. package/dist/src/components/ui/drawer/drawer-title.d.ts +10 -0
  78. package/dist/src/components/ui/drawer/drawer-trigger.d.ts +11 -0
  79. package/dist/src/components/{atoms/drawer/drawer.atom.d.ts → ui/drawer/drawer.d.ts} +7 -3
  80. package/dist/src/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +17 -0
  81. package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +13 -0
  82. package/dist/src/components/ui/dropdown-menu/dropdown-menu-group.d.ts +11 -0
  83. package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +16 -0
  84. package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +16 -0
  85. package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +8 -0
  86. package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +8 -0
  87. package/dist/src/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +5 -0
  88. package/dist/src/components/{atoms/dropdown-menu/dropdown-menu.atom.d.ts → ui/dropdown-menu/dropdown-menu.d.ts} +13 -6
  89. package/dist/src/components/ui/form/form-context.d.ts +4 -0
  90. package/dist/src/components/ui/form/form-controller.d.ts +28 -0
  91. package/dist/src/components/ui/form/form-field-context.d.ts +3 -0
  92. package/dist/src/components/ui/form/form-item-context.d.ts +7 -0
  93. package/dist/src/components/ui/form/form.stories.d.ts +5 -0
  94. package/dist/src/components/ui/form/rtg-form-controller.d.ts +16 -0
  95. package/dist/src/components/ui/form/rtg-form-description.d.ts +13 -0
  96. package/dist/src/components/ui/form/rtg-form-field.d.ts +19 -0
  97. package/dist/src/components/ui/form/rtg-form-item.d.ts +16 -0
  98. package/dist/src/components/ui/form/rtg-form-label.d.ts +20 -0
  99. package/dist/src/components/ui/form/rtg-form-message.d.ts +17 -0
  100. package/dist/src/components/ui/form/rtg-form.d.ts +23 -0
  101. package/dist/src/components/ui/hoverCard/hover-card-content.d.ts +16 -0
  102. package/dist/src/components/ui/hoverCard/hover-card-trigger.d.ts +9 -0
  103. package/dist/src/components/ui/hoverCard/hover-card.d.ts +29 -0
  104. package/dist/src/components/{atoms/combobox/combo-box.stories.d.ts → ui/hoverCard/hover-card.stories.d.ts} +1 -1
  105. package/dist/src/components/ui/index.d.ts +37 -0
  106. package/dist/src/components/{molecules → ui}/input-otp/input-otp-group.d.ts +2 -1
  107. package/dist/src/components/{molecules → ui}/input-otp/input-otp-separator.d.ts +1 -1
  108. package/dist/src/components/{molecules → ui}/input-otp/input-otp-slot.d.ts +3 -3
  109. package/dist/src/components/{molecules/input-otp/input-otp.molecule.d.ts → ui/input-otp/input-otp.d.ts} +9 -2
  110. package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +20 -0
  111. package/dist/src/components/{atoms → ui}/menubar/menubar-content.d.ts +7 -3
  112. package/dist/src/components/ui/menubar/menubar-group.d.ts +14 -0
  113. package/dist/src/components/ui/menubar/menubar-item.d.ts +16 -0
  114. package/dist/src/components/{atoms → ui}/menubar/menubar-menu.d.ts +12 -8
  115. package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +20 -0
  116. package/dist/src/components/ui/menubar/menubar-separator.d.ts +13 -0
  117. package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +9 -0
  118. package/dist/src/components/ui/menubar/menubar-trigger.d.ts +10 -0
  119. package/dist/src/components/{atoms/menubar/menubar.atom.d.ts → ui/menubar/menubar.d.ts} +11 -5
  120. package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu-content.d.ts +7 -3
  121. package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu-item.d.ts +5 -4
  122. package/dist/src/components/ui/navigation-menu/navigation-menu-link.d.ts +10 -0
  123. package/dist/src/components/ui/navigation-menu/navigation-menu-list.d.ts +9 -0
  124. package/dist/src/components/ui/navigation-menu/navigation-menu-trigger.d.ts +10 -0
  125. package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu.d.ts +9 -4
  126. package/dist/src/components/ui/pagination/pagination-content.d.ts +9 -0
  127. package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +9 -0
  128. package/dist/src/components/{atoms → ui}/pagination/pagination-item.d.ts +5 -4
  129. package/dist/src/components/{atoms → ui}/pagination/pagination-link.d.ts +6 -3
  130. package/dist/src/components/ui/pagination/pagination-next.d.ts +9 -0
  131. package/dist/src/components/ui/pagination/pagination-previous.d.ts +9 -0
  132. package/dist/src/components/{atoms/pagination/pagination.atom.d.ts → ui/pagination/pagination.d.ts} +6 -3
  133. package/dist/src/components/{atoms → ui}/popover/popover-content.d.ts +8 -4
  134. package/dist/src/components/ui/popover/popover-trigger.d.ts +12 -0
  135. package/dist/src/components/{atoms/popover/popover.atom.d.ts → ui/popover/popover.d.ts} +6 -3
  136. package/dist/src/components/{atoms/progress/progress.atom.d.ts → ui/progress/progress.d.ts} +1 -0
  137. package/dist/src/components/ui/radio-group/radio-group-item.d.ts +19 -0
  138. package/dist/src/components/{atoms/radio-group/radio-group.atom.d.ts → ui/radio-group/radio-group.d.ts} +6 -3
  139. package/dist/src/components/ui/scroll-area/scroll-area.d.ts +12 -0
  140. package/dist/src/components/ui/scroll-area/scroll-area.stories.d.ts +4 -0
  141. package/dist/src/components/ui/select/select-controller.d.ts +15 -0
  142. package/dist/src/components/ui/select/select-group.d.ts +22 -0
  143. package/dist/src/components/ui/select/select-item.d.ts +25 -0
  144. package/dist/src/components/ui/select/select-label.d.ts +13 -0
  145. package/dist/src/components/ui/select/select-list.d.ts +10 -0
  146. package/dist/src/components/{atoms → ui}/select/select-seperator.d.ts +1 -3
  147. package/dist/src/components/ui/select/select-trigger.d.ts +21 -0
  148. package/dist/src/components/{atoms → ui}/select/select-value.d.ts +8 -6
  149. package/dist/src/components/{atoms/select/select.atom.d.ts → ui/select/select.d.ts} +9 -8
  150. package/dist/src/components/{atoms → ui}/select/select.stories.d.ts +1 -1
  151. package/dist/src/components/{atoms/seperator/separator.atom.d.ts → ui/separator/separator.d.ts} +1 -1
  152. package/dist/src/components/ui/skeleton/skeleton.d.ts +10 -0
  153. package/dist/src/components/ui/skeleton/skeleton.stories.d.ts +4 -0
  154. package/dist/src/components/{atoms/switch/switch.atom.d.ts → ui/switch/switch.d.ts} +1 -1
  155. package/dist/src/components/ui/table/table.d.ts +20 -0
  156. package/dist/src/components/ui/table/table.stories.d.ts +4 -0
  157. package/dist/src/components/ui/tabs/tab-contents.d.ts +21 -0
  158. package/dist/src/components/ui/tabs/tab-list.d.ts +22 -0
  159. package/dist/src/components/{molecules → ui}/tabs/tab-trigger.d.ts +8 -2
  160. package/dist/src/components/{molecules/tabs/tab.molecules.d.ts → ui/tabs/tab.d.ts} +12 -2
  161. package/dist/src/components/{atoms/textarea/textarea.atom.d.ts → ui/textarea/textarea.d.ts} +3 -3
  162. package/dist/src/components/{atoms → ui}/toast/toast-action.d.ts +6 -3
  163. package/dist/src/components/ui/toast/toast-description.d.ts +13 -0
  164. package/dist/src/components/ui/toast/toast-title.d.ts +13 -0
  165. package/dist/src/components/ui/toast/toast-trigger.d.ts +17 -0
  166. package/dist/src/components/{atoms → ui}/toast/toast-view-port.d.ts +6 -3
  167. package/dist/src/components/ui/toast/toast.d.ts +25 -0
  168. package/dist/src/components/ui/toast/toast.stories.d.ts +9 -0
  169. package/dist/src/components/{atoms/toggle/toggle.atom.d.ts → ui/toggle/toggle.d.ts} +9 -1
  170. package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +31 -0
  171. package/dist/src/components/{molecules/toggle-group/toggle-group.molecules.d.ts → ui/toggle-group/toggle-group.d.ts} +10 -4
  172. package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +6 -0
  173. package/dist/src/helpers/base-element.d.ts +4 -1
  174. package/dist/src/helpers/shadow-wrapper.d.ts +0 -1
  175. package/dist/src/index.d.ts +1 -2
  176. package/package.json +6 -7
  177. package/dist/src/components/atoms/accordion/accordion-content.d.ts +0 -14
  178. package/dist/src/components/atoms/accordion/accordion.stories.d.ts +0 -5
  179. package/dist/src/components/atoms/alert/alert-description.d.ts +0 -5
  180. package/dist/src/components/atoms/alert/alert-title.d.ts +0 -5
  181. package/dist/src/components/atoms/alert/alert.stories.d.ts +0 -5
  182. package/dist/src/components/atoms/combobox/combo-box-empty.d.ts +0 -11
  183. package/dist/src/components/atoms/combobox/combo-box-group.d.ts +0 -25
  184. package/dist/src/components/atoms/combobox/combo-box.atom.d.ts +0 -25
  185. package/dist/src/components/atoms/command/command-empty.atom.d.ts +0 -9
  186. package/dist/src/components/atoms/command/command-group.atom.d.ts +0 -10
  187. package/dist/src/components/atoms/command/command-item.atom.d.ts +0 -13
  188. package/dist/src/components/atoms/command/command-list.atom.d.ts +0 -6
  189. package/dist/src/components/atoms/command/command.atom.d.ts +0 -7
  190. package/dist/src/components/atoms/context-menu/context-menu-checkbox-Item.d.ts +0 -15
  191. package/dist/src/components/atoms/context-menu/context-menu-content.d.ts +0 -13
  192. package/dist/src/components/atoms/context-menu/context-menu-group.d.ts +0 -10
  193. package/dist/src/components/atoms/context-menu/context-menu-item.d.ts +0 -12
  194. package/dist/src/components/atoms/context-menu/context-menu-radio-item.d.ts +0 -15
  195. package/dist/src/components/atoms/context-menu/context-menu-shortcut.d.ts +0 -5
  196. package/dist/src/components/atoms/dialog/dialog-close.d.ts +0 -12
  197. package/dist/src/components/atoms/dialog/dialog-content.d.ts +0 -8
  198. package/dist/src/components/atoms/dialog/dialog-footer.d.ts +0 -5
  199. package/dist/src/components/atoms/dialog/dialog-trigger.d.ts +0 -8
  200. package/dist/src/components/atoms/drawer/drawer-close.d.ts +0 -12
  201. package/dist/src/components/atoms/drawer/drawer-content.d.ts +0 -6
  202. package/dist/src/components/atoms/drawer/drawer-description.d.ts +0 -6
  203. package/dist/src/components/atoms/drawer/drawer-footer.d.ts +0 -5
  204. package/dist/src/components/atoms/drawer/drawer-title.d.ts +0 -6
  205. package/dist/src/components/atoms/drawer/drawer-trigger.d.ts +0 -8
  206. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +0 -15
  207. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-content.d.ts +0 -13
  208. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-group.d.ts +0 -10
  209. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-item.d.ts +0 -12
  210. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-radio-item.d.ts +0 -15
  211. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-seperator.d.ts +0 -9
  212. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-shortcut.d.ts +0 -5
  213. package/dist/src/components/atoms/hoverCard/hover-card-content.d.ts +0 -17
  214. package/dist/src/components/atoms/hoverCard/hover-card.atom.d.ts +0 -18
  215. package/dist/src/components/atoms/hoverCard/hover-card.stories.d.ts +0 -4
  216. package/dist/src/components/atoms/index.d.ts +0 -44
  217. package/dist/src/components/atoms/menubar/menubar-checkbox.item.d.ts +0 -15
  218. package/dist/src/components/atoms/menubar/menubar-group.d.ts +0 -10
  219. package/dist/src/components/atoms/menubar/menubar-item.d.ts +0 -12
  220. package/dist/src/components/atoms/menubar/menubar-radio-item.d.ts +0 -15
  221. package/dist/src/components/atoms/menubar/menubar-seperator.d.ts +0 -9
  222. package/dist/src/components/atoms/menubar/menubar-shortcut.d.ts +0 -5
  223. package/dist/src/components/atoms/navigation-menu/navigation-menu-link.d.ts +0 -7
  224. package/dist/src/components/atoms/navigation-menu/navigation-menu-list.d.ts +0 -6
  225. package/dist/src/components/atoms/pagination/pagination-content.d.ts +0 -6
  226. package/dist/src/components/atoms/pagination/pagination-ellipsis.d.ts +0 -6
  227. package/dist/src/components/atoms/pagination/pagination-next.d.ts +0 -6
  228. package/dist/src/components/atoms/pagination/pagination-previous.d.ts +0 -6
  229. package/dist/src/components/atoms/popover/popover-trigger.d.ts +0 -9
  230. package/dist/src/components/atoms/radio-group/radio-group-item.d.ts +0 -16
  231. package/dist/src/components/atoms/select/select-group.d.ts +0 -23
  232. package/dist/src/components/atoms/select/select-item.d.ts +0 -22
  233. package/dist/src/components/atoms/select/select-label.d.ts +0 -10
  234. package/dist/src/components/atoms/select/select-list.d.ts +0 -7
  235. package/dist/src/components/atoms/select/select-trigger.d.ts +0 -15
  236. package/dist/src/components/atoms/toast/toast-description.d.ts +0 -10
  237. package/dist/src/components/atoms/toast/toast-title.d.ts +0 -10
  238. package/dist/src/components/atoms/toast/toast.atom.d.ts +0 -16
  239. package/dist/src/components/atoms/toast/toast.stories.d.ts +0 -5
  240. package/dist/src/components/molecules/breadcrumb/breadcrumb-ellipsis.d.ts +0 -6
  241. package/dist/src/components/molecules/breadcrumb/breadcrumb-item.d.ts +0 -6
  242. package/dist/src/components/molecules/breadcrumb/breadcrumb-link.d.ts +0 -7
  243. package/dist/src/components/molecules/breadcrumb/breadcrumb-list.d.ts +0 -6
  244. package/dist/src/components/molecules/breadcrumb/breadcrumb-text.d.ts +0 -6
  245. package/dist/src/components/molecules/breadcrumb/breadcrumb.molecules.d.ts +0 -6
  246. package/dist/src/components/molecules/index.d.ts +0 -11
  247. package/dist/src/components/molecules/tabs/tab-contents.d.ts +0 -12
  248. package/dist/src/components/molecules/tabs/tab-list.d.ts +0 -14
  249. package/dist/src/components/molecules/toggle-group/toggle-group-item.d.ts +0 -17
  250. package/dist/src/lib/tw-styles.d.ts +0 -1
  251. /package/dist/src/components/{atoms → ui}/accordion/accordion.defs.d.ts +0 -0
  252. /package/dist/src/components/{atoms → ui}/accordion/accordion.styles.d.ts +0 -0
  253. /package/dist/src/components/{atoms → ui}/alert/alert.styles.d.ts +0 -0
  254. /package/dist/src/components/{atoms → ui}/alert/alert.types.d.ts +0 -0
  255. /package/dist/src/components/{atoms → ui}/aspect-ratio/aspect-ratio.stories.d.ts +0 -0
  256. /package/dist/src/components/{atoms → ui}/badge/badge.stories.d.ts +0 -0
  257. /package/dist/src/components/{atoms → ui}/badge/badge.style.d.ts +0 -0
  258. /package/dist/src/components/{atoms → ui}/badge/badge.type.d.ts +0 -0
  259. /package/dist/src/components/{molecules → ui}/breadcrumb/breadcrumb.styles.d.ts +0 -0
  260. /package/dist/src/components/{atoms → ui}/button/button.stories.d.ts +0 -0
  261. /package/dist/src/components/{atoms → ui}/button/button.style.d.ts +0 -0
  262. /package/dist/src/components/{atoms → ui}/button/button.type.d.ts +0 -0
  263. /package/dist/src/components/{atoms → ui}/calendar/calendar.stories.d.ts +0 -0
  264. /package/dist/src/components/{atoms → ui}/calendar/calendar.style.d.ts +0 -0
  265. /package/dist/src/components/{atoms → ui}/calendar/calendar.type.d.ts +0 -0
  266. /package/dist/src/components/{atoms → ui}/card/card.stories.d.ts +0 -0
  267. /package/dist/src/components/{atoms → ui}/carousel/carousel.stories.d.ts +0 -0
  268. /package/dist/src/components/{atoms → ui}/collapsible/collapsible.stories.d.ts +0 -0
  269. /package/dist/src/components/{atoms → ui}/context-menu/contextMenu.stories.d.ts +0 -0
  270. /package/dist/src/components/{atoms → ui}/context-menu/contextMenu.style.d.ts +0 -0
  271. /package/dist/src/components/{atoms → ui}/date-picker/date-picker.stories.d.ts +0 -0
  272. /package/dist/src/components/{atoms → ui}/dialog/dialog.stories.d.ts +0 -0
  273. /package/dist/src/components/{atoms → ui}/drawer/drawer.stories.d.ts +0 -0
  274. /package/dist/src/components/{atoms → ui}/dropdown-menu/dropdownMenu.stories.d.ts +0 -0
  275. /package/dist/src/components/{atoms → ui}/dropdown-menu/dropdownMenu.style.d.ts +0 -0
  276. /package/dist/src/components/{molecules → ui}/input-otp/input-otp.stories.d.ts +0 -0
  277. /package/dist/src/components/{atoms → ui}/menubar/menubar.stories.d.ts +0 -0
  278. /package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu.stories.d.ts +0 -0
  279. /package/dist/src/components/{atoms → ui}/pagination/pagination.stories.d.ts +0 -0
  280. /package/dist/src/components/{atoms → ui}/pagination/pagination.styles.d.ts +0 -0
  281. /package/dist/src/components/{atoms → ui}/pagination/pagination.type.d.ts +0 -0
  282. /package/dist/src/components/{atoms → ui}/popover/popover.stories.d.ts +0 -0
  283. /package/dist/src/components/{atoms → ui}/popover/popover.style.d.ts +0 -0
  284. /package/dist/src/components/{atoms → ui}/popover/popover.types.d.ts +0 -0
  285. /package/dist/src/components/{atoms → ui}/progress/progress.stories.d.ts +0 -0
  286. /package/dist/src/components/{atoms → ui}/radio-group/radio-group.stories.d.ts +0 -0
  287. /package/dist/src/components/{atoms → ui}/radio-group/radio-group.types.d.ts +0 -0
  288. /package/dist/src/components/{atoms → ui}/sample-demo/sample-demo.d.ts +0 -0
  289. /package/dist/src/components/{atoms → ui}/sample-demo/sample.style.d.ts +0 -0
  290. /package/dist/src/components/{atoms → ui}/sample-demo/sample.type.d.ts +0 -0
  291. /package/dist/src/components/{atoms/seperator → ui/separator}/separator.defs.d.ts +0 -0
  292. /package/dist/src/components/{atoms/seperator → ui/separator}/separator.stories.d.ts +0 -0
  293. /package/dist/src/components/{atoms → ui}/switch/switch.stories.d.ts +0 -0
  294. /package/dist/src/components/{atoms → ui}/switch/switch.type.d.ts +0 -0
  295. /package/dist/src/components/{molecules → ui}/tabs/tab.stories.d.ts +0 -0
  296. /package/dist/src/components/{atoms → ui}/textarea/textarea.stories.d.ts +0 -0
  297. /package/dist/src/components/{atoms → ui}/textarea/textarea.styles.d.ts +0 -0
  298. /package/dist/src/components/{atoms → ui}/textarea/textarea.type.d.ts +0 -0
  299. /package/dist/src/components/{atoms → ui}/toast/toast.style.d.ts +0 -0
  300. /package/dist/src/components/{atoms → ui}/toast/toast.type.d.ts +0 -0
  301. /package/dist/src/components/{atoms → ui}/toggle/toggle.defs.d.ts +0 -0
  302. /package/dist/src/components/{atoms → ui}/toggle/toggle.stories.d.ts +0 -0
  303. /package/dist/src/components/{atoms → ui}/toggle/toggle.style.d.ts +0 -0
  304. /package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.defs.d.ts +0 -0
  305. /package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.stories.d.ts +0 -0
  306. /package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.style.d.ts +0 -0
@@ -0,0 +1,10 @@
1
+ import type { Meta, StoryFn } from '@storybook/web-components';
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ interface ComboBoxArgs {
5
+ label: string;
6
+ empty: boolean;
7
+ }
8
+ export declare const Default: StoryFn<ComboBoxArgs>;
9
+ export declare const Empty: StoryFn<ComboBoxArgs>;
10
+ export declare const CustomPlaceholder: StoryFn<ComboBoxArgs>;
@@ -0,0 +1,18 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class CommandEmpty extends BaseElement {
4
+ _id: string;
5
+ _hidden: string;
6
+ private static _counter;
7
+ private get containerElement();
8
+ private get identifier();
9
+ protected getAttributesToExclude(): string[];
10
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
11
+ protected firstUpdated(_changedProperties: PropertyValues): void;
12
+ render(): import("lit-html").TemplateResult<1>;
13
+ }
14
+ declare global {
15
+ interface HTMLElementTagNameMap {
16
+ 'rtg-command-empty': CommandEmpty;
17
+ }
18
+ }
@@ -0,0 +1,19 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class CommandGroup extends BaseElement {
4
+ heading: string;
5
+ _id: string;
6
+ _hidden: string;
7
+ private static _counter;
8
+ private get itemsContainerElement();
9
+ private get identifier();
10
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
11
+ protected getAttributesToExclude(): string[];
12
+ protected firstUpdated(_changedProperties: PropertyValues): void;
13
+ render(): import("lit-html").TemplateResult<1>;
14
+ }
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ 'rtg-command-group': CommandGroup;
18
+ }
19
+ }
@@ -2,9 +2,14 @@ import { LitElement } from 'lit';
2
2
  export declare class CommandInput extends LitElement {
3
3
  placeholder: string;
4
4
  _value: string;
5
- static styles: import("lit").CSSResult[];
6
5
  private get identifier();
7
6
  private filterItems;
8
7
  private handleChange;
8
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
9
9
  render(): import("lit-html").TemplateResult<1>;
10
10
  }
11
+ declare global {
12
+ interface HTMLElementTagNameMap {
13
+ 'rtg-command-input': CommandInput;
14
+ }
15
+ }
@@ -0,0 +1,23 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class CommandItem extends BaseElement {
4
+ private static _counter;
5
+ selected: boolean;
6
+ _id: string;
7
+ _hidden: string;
8
+ onSelect: () => void;
9
+ private get containerElement();
10
+ private get identifier();
11
+ get value(): string;
12
+ private handleMouseEvent;
13
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
14
+ protected getAttributesToExclude(): string[];
15
+ protected firstUpdated(_changedProperties: PropertyValues): void;
16
+ protected updated(_changedProperties: PropertyValues): void;
17
+ render(): import("lit-html").TemplateResult<1>;
18
+ }
19
+ declare global {
20
+ interface HTMLElementTagNameMap {
21
+ 'rtg-command-item': CommandItem;
22
+ }
23
+ }
@@ -0,0 +1,15 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class CommandList extends BaseElement {
4
+ private get identifier();
5
+ private get containerElement();
6
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
7
+ protected getAttributesToExclude(): string[];
8
+ protected firstUpdated(_changedProperties: PropertyValues): void;
9
+ render(): import("lit-html").TemplateResult<1>;
10
+ }
11
+ declare global {
12
+ interface HTMLElementTagNameMap {
13
+ 'rtg-command-list': CommandList;
14
+ }
15
+ }
@@ -3,7 +3,12 @@ export declare class CommandSeparator extends LitElement {
3
3
  _id: string;
4
4
  _hidden: string;
5
5
  private static _counter;
6
- static styles: import("lit").CSSResult[];
7
6
  private get identifier();
7
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
8
8
  render(): import("lit-html").TemplateResult<1>;
9
9
  }
10
+ declare global {
11
+ interface HTMLElementTagNameMap {
12
+ 'rtg-command-seperator': CommandSeparator;
13
+ }
14
+ }
@@ -0,0 +1,22 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ import { CommandInput } from './command-input.atom';
4
+ import { CommandEmpty } from './command-empty.atom';
5
+ import { CommandGroup } from './command-group.atom';
6
+ import { CommandList } from './command-list.atom';
7
+ import { CommandItem } from './command-item.atom';
8
+ import { CommandSeparator } from './command-separator.atom';
9
+ declare class Command extends BaseElement {
10
+ twCLass: string;
11
+ get containerElement(): HTMLDivElement | null;
12
+ protected getAttributesToExclude(): string[];
13
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
14
+ protected firstUpdated(_changedProperties: PropertyValues): void;
15
+ render(): import("lit-html").TemplateResult<1>;
16
+ }
17
+ export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, };
18
+ declare global {
19
+ interface HTMLElementTagNameMap {
20
+ 'rtg-command': Command;
21
+ }
22
+ }
@@ -1,5 +1,6 @@
1
1
  import { Meta, StoryFn } from '@storybook/web-components';
2
2
  declare const _default: Meta;
3
3
  export default _default;
4
- export declare const Command: StoryFn;
4
+ declare const Command: StoryFn;
5
+ export { Command };
5
6
  export declare const CommandWithPopover: StoryFn;
@@ -0,0 +1,16 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class ContextMenuCheckboxItem extends BaseElement {
4
+ _id: string;
5
+ get value(): string;
6
+ selected: boolean;
7
+ get _containerElement(): HTMLDivElement | null;
8
+ protected getAttributesToExclude(): string[];
9
+ private handleMouseEvent;
10
+ checked: boolean;
11
+ disabled: boolean;
12
+ toggleChecked(): void;
13
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
14
+ protected firstUpdated(_changedProperties: PropertyValues): void;
15
+ render(): import("lit-html").TemplateResult<1>;
16
+ }
@@ -0,0 +1,14 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class ContextMenuContent extends BaseElement {
4
+ isOpen: boolean;
5
+ constructor();
6
+ get _containerElement(): HTMLDivElement | null;
7
+ connectedCallback(): void;
8
+ disconnectedCallback(): void;
9
+ handleClickOutside(event: MouseEvent): void;
10
+ protected getAttributesToExclude(): string[];
11
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
12
+ protected firstUpdated(_changedProperties: PropertyValues): void;
13
+ render(): import("lit-html").TemplateResult<1>;
14
+ }
@@ -0,0 +1,10 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ export declare class ContextMenuGroup extends BaseElement {
4
+ heading: string;
5
+ get _containerElement(): HTMLDivElement | null;
6
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
7
+ protected getAttributesToExclude(): string[];
8
+ protected firstUpdated(_changedProperties: PropertyValues): void;
9
+ render(): import("lit-html").TemplateResult<1>;
10
+ }
@@ -0,0 +1,12 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class ContextMenuItem extends BaseElement {
4
+ get _containerElement(): HTMLDivElement | null;
5
+ protected getAttributesToExclude(): string[];
6
+ get value(): string;
7
+ protected firstUpdated(_changedProperties: PropertyValues): void;
8
+ connectedCallback(): void;
9
+ disconnectedCallback(): void;
10
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
11
+ render(): import("lit-html").TemplateResult<1>;
12
+ }
@@ -0,0 +1,16 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class ContextMenuRadioItem extends BaseElement {
4
+ _id: string;
5
+ get value(): string;
6
+ get _containerElement(): HTMLDivElement | null;
7
+ protected getAttributesToExclude(): string[];
8
+ selected: boolean;
9
+ private handleMouseEvent;
10
+ checked: boolean;
11
+ disabled: boolean;
12
+ toggleChecked(): void;
13
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
14
+ protected firstUpdated(_changedProperties: PropertyValues): void;
15
+ render(): import("lit-html").TemplateResult<1>;
16
+ }
@@ -1,9 +1,6 @@
1
1
  import { LitElement } from 'lit';
2
2
  export declare class ContextMenuSeparator extends LitElement {
3
3
  _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
4
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
8
5
  render(): import("lit-html").TemplateResult<1>;
9
6
  }
@@ -0,0 +1,9 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ export declare class ContextMenuShortcut extends BaseElement {
4
+ get _containerElement(): HTMLSpanElement | null;
5
+ protected getAttributesToExclude(): string[];
6
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
7
+ protected firstUpdated(_changedProperties: PropertyValues): void;
8
+ render(): import("lit-html").TemplateResult<1>;
9
+ }
@@ -0,0 +1,5 @@
1
+ import { LitElement } from 'lit';
2
+ export declare class ContextTrigger extends LitElement {
3
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
4
+ render(): import("lit-html").TemplateResult<1>;
5
+ }
@@ -1,4 +1,4 @@
1
- import { LitElement, PropertyValues } from 'lit';
1
+ import { PropertyValues } from 'lit';
2
2
  import { ContextMenuContent } from './context-menu-content';
3
3
  import { ContextMenuCheckboxItem } from './context-menu-checkbox-Item';
4
4
  import { ContextMenuGroup } from './context-menu-group';
@@ -6,19 +6,25 @@ import { ContextMenuItem } from './context-menu-item';
6
6
  import { ContextMenuRadioItem } from './context-menu-radio-item';
7
7
  import { ContextMenuSeparator } from './context-menu-seperator';
8
8
  import { ContextMenuShortcut } from './context-menu-shortcut';
9
- declare class ContextMenu extends LitElement {
10
- static styles: import("lit").CSSResult[];
9
+ import { ContextTrigger } from './context-menu-trigger';
10
+ import { BaseElement } from '../../../helpers';
11
+ declare class ContextMenu extends BaseElement {
11
12
  isOpen: boolean;
13
+ get _containerElement(): HTMLDivElement | null;
14
+ get _triggerElement(): HTMLElement | null;
15
+ private get _content();
12
16
  connectedCallback(): void;
13
17
  disconnectedCallback(): void;
14
18
  toggleDropdown(e: MouseEvent): void;
15
19
  handleClickOutside: (e: MouseEvent) => void;
16
- private get _content();
17
20
  protected updated(_changedProperties: PropertyValues): void;
18
21
  private _handleRadioSelected;
22
+ protected getAttributesToExclude(): string[];
23
+ protected firstUpdated(_changedProperties: PropertyValues): void;
24
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
19
25
  render(): import("lit-html").TemplateResult<1>;
20
26
  }
21
- export { ContextMenu, ContextMenuContent, ContextMenuCheckboxItem, ContextMenuGroup, ContextMenuItem, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, };
27
+ export { ContextMenu, ContextMenuContent, ContextMenuCheckboxItem, ContextMenuGroup, ContextMenuItem, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextTrigger, };
22
28
  declare global {
23
29
  interface HTMLElementTagNameMap {
24
30
  'rtg-context-menu': ContextMenu;
@@ -29,5 +35,6 @@ declare global {
29
35
  'rtg-context-menu-radio-item': ContextMenuRadioItem;
30
36
  'rtg-context-menu-separator': ContextMenuSeparator;
31
37
  'rtg-context-menu-shortcut': ContextMenuShortcut;
38
+ 'rtg-context-menu-trigger': ContextTrigger;
32
39
  }
33
40
  }
@@ -1,9 +1,9 @@
1
1
  import { LitElement } from 'lit';
2
2
  export declare class DatePicker extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
3
  twCLass: string;
5
4
  selectedDate: Date | null;
6
5
  private handleDateSelected;
6
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
7
7
  render(): import("lit-html").TemplateResult<1>;
8
8
  }
9
9
  declare global {
@@ -0,0 +1,15 @@
1
+ import { PropertyValueMap } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class DialogClose extends BaseElement {
4
+ private get _dialog();
5
+ private get _containerElement();
6
+ protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
7
+ protected getAttributesToExclude(): string[];
8
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
9
+ render(): import("lit-html").TemplateResult<1>;
10
+ }
11
+ declare global {
12
+ interface HTMLElementTagNameMap {
13
+ 'rtg-dialog-close': DialogClose;
14
+ }
15
+ }
@@ -0,0 +1,14 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ export declare class DialogContent extends BaseElement {
4
+ state: string;
5
+ private get _containerElement();
6
+ private get ـcomponentElement();
7
+ private get _dialog();
8
+ private handleCloseButtonClick;
9
+ protected getAttributesToExclude(): string[];
10
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
11
+ protected firstUpdated(_changedProperties: PropertyValues): void;
12
+ protected updated(_changedProperties: PropertyValues): void;
13
+ render(): import("lit-html").TemplateResult<1>;
14
+ }
@@ -0,0 +1,9 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ export declare class DialogFooter extends BaseElement {
4
+ private get _containerElement();
5
+ protected getAttributesToExclude(): string[];
6
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
7
+ protected firstUpdated(_changedProperties: PropertyValues): void;
8
+ render(): import("lit-html").TemplateResult<1>;
9
+ }
@@ -1,7 +1,7 @@
1
1
  import { LitElement } from 'lit';
2
2
  export declare class DialogHeader extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
3
  _title: string;
5
4
  description: string;
5
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
6
6
  render(): import("lit-html").TemplateResult<1>;
7
7
  }
@@ -1,5 +1,5 @@
1
1
  import { LitElement } from 'lit';
2
2
  export declare class DialogOverlay extends LitElement {
3
- static styles: import("lit").CSSResult[];
3
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
4
4
  render(): import("lit-html").TemplateResult<1>;
5
5
  }
@@ -0,0 +1,11 @@
1
+ import { PropertyValueMap } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class DialogTrigger extends BaseElement {
4
+ private get _dialog();
5
+ private get _containerElement();
6
+ handleClick: () => void;
7
+ protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
8
+ protected getAttributesToExclude(): string[];
9
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
10
+ render(): import("lit-html").TemplateResult<1>;
11
+ }
@@ -1,15 +1,19 @@
1
- import { LitElement, PropertyValues } from 'lit';
1
+ import { PropertyValues } from 'lit';
2
2
  import { DialogContent } from './dialog-content';
3
3
  import { DialogClose } from './dialog-close';
4
4
  import { DialogFooter } from './dialog-footer';
5
5
  import { DialogHeader } from './dialog-header';
6
6
  import { DialogOverlay } from './dialog-overly';
7
7
  import { DialogTrigger } from './dialog-trigger';
8
- declare class Dialog extends LitElement {
9
- static styles: import("lit").CSSResult[];
8
+ import { BaseElement } from '../../../helpers';
9
+ declare class Dialog extends BaseElement {
10
10
  state: string;
11
+ private get _containerElement();
11
12
  private get _content();
12
13
  protected updated(_changedProperties: PropertyValues): void;
14
+ protected firstUpdated(_changedProperties: PropertyValues): void;
15
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
16
+ protected getAttributesToExclude(): string[];
13
17
  render(): import("lit-html").TemplateResult<1>;
14
18
  }
15
19
  export { Dialog, DialogContent, DialogClose, DialogFooter, DialogHeader, DialogOverlay, DialogTrigger, };
@@ -0,0 +1,15 @@
1
+ import { PropertyValueMap } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class DrawerClose extends BaseElement {
4
+ private get _drawer();
5
+ private get _containerElement();
6
+ protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): Promise<void>;
7
+ protected getAttributesToExclude(): string[];
8
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
9
+ render(): import("lit-html").TemplateResult<1>;
10
+ }
11
+ declare global {
12
+ interface HTMLElementTagNameMap {
13
+ 'rtg-drawer-close': DrawerClose;
14
+ }
15
+ }
@@ -0,0 +1,13 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ export declare class DrawerContent extends BaseElement {
4
+ state: string;
5
+ connectedCallback(): void;
6
+ private get _containerElement();
7
+ private get ـcomponentElement();
8
+ protected getAttributesToExclude(): string[];
9
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
10
+ protected firstUpdated(_changedProperties: PropertyValues): void;
11
+ protected updated(_changedProperties: PropertyValues): void;
12
+ render(): import("lit-html").TemplateResult<1>;
13
+ }
@@ -0,0 +1,10 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class DrawerDescription extends BaseElement {
4
+ description: string;
5
+ private get _containerElement();
6
+ protected getAttributesToExclude(): string[];
7
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
8
+ protected firstUpdated(_changedProperties: PropertyValues): void;
9
+ render(): import("lit-html").TemplateResult<1>;
10
+ }
@@ -0,0 +1,9 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ export declare class DrawerFooter extends BaseElement {
4
+ private get _containerElement();
5
+ protected getAttributesToExclude(): string[];
6
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
7
+ protected firstUpdated(_changedProperties: PropertyValues): void;
8
+ render(): import("lit-html").TemplateResult<1>;
9
+ }
@@ -1,7 +1,7 @@
1
1
  import { LitElement } from 'lit';
2
2
  export declare class DrawerHeader extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
3
  _title: string;
5
4
  description: string;
5
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
6
6
  render(): import("lit-html").TemplateResult<1>;
7
7
  }
@@ -1,5 +1,5 @@
1
1
  import { LitElement } from 'lit';
2
2
  export declare class DrawerOverlay extends LitElement {
3
- static styles: import("lit").CSSResult[];
3
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
4
4
  render(): import("lit-html").TemplateResult<1>;
5
5
  }
@@ -0,0 +1,10 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class DrawerTitle extends BaseElement {
4
+ title: string;
5
+ private get _containerElement();
6
+ protected getAttributesToExclude(): string[];
7
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
8
+ protected firstUpdated(_changedProperties: PropertyValues): void;
9
+ render(): import("lit-html").TemplateResult<1>;
10
+ }
@@ -0,0 +1,11 @@
1
+ import { PropertyValueMap } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class DrawerTrigger extends BaseElement {
4
+ private get _drawer();
5
+ private get _containerElement();
6
+ handleClick: () => void;
7
+ protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
8
+ protected getAttributesToExclude(): string[];
9
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
10
+ render(): import("lit-html").TemplateResult<1>;
11
+ }
@@ -1,4 +1,5 @@
1
- import { LitElement, PropertyValues } from 'lit';
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
2
3
  import { DrawerContent } from './drawer-content';
3
4
  import { DrawerClose } from './drawer-close';
4
5
  import { DrawerFooter } from './drawer-footer';
@@ -7,8 +8,8 @@ import { DrawerTitle } from './drawer-title';
7
8
  import { DrawerOverlay } from './drawer-overlay';
8
9
  import { DrawerTrigger } from './drawer-trigger';
9
10
  import { DrawerDescription } from './drawer-description';
10
- declare class Drawer extends LitElement {
11
- static styles: import("lit").CSSResult[];
11
+ declare class Drawer extends BaseElement {
12
+ private get _containerElement();
12
13
  state: string;
13
14
  private get _content();
14
15
  connectedCallback(): void;
@@ -17,6 +18,9 @@ declare class Drawer extends LitElement {
17
18
  private handleOutsideClick;
18
19
  private setupOutsideClickHandler;
19
20
  private removeOutsideClickHandler;
21
+ protected firstUpdated(_changedProperties: PropertyValues): void;
22
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
23
+ protected getAttributesToExclude(): string[];
20
24
  render(): import("lit-html").TemplateResult<1>;
21
25
  }
22
26
  export { Drawer, DrawerContent, DrawerClose, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerTrigger, DrawerDescription, DrawerTitle, };
@@ -0,0 +1,17 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ import { DropdownMenu } from './dropdown-menu';
4
+ export declare class DropdownMenuCheckboxItem extends BaseElement {
5
+ _id: string;
6
+ get value(): string;
7
+ get _containerElement(): HTMLDivElement | null;
8
+ get _dropdownMenu(): DropdownMenu | null;
9
+ selected: boolean;
10
+ private handleMouseEvent;
11
+ checked: boolean;
12
+ disabled: boolean;
13
+ toggleChecked(): void;
14
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
15
+ protected firstUpdated(_changedProperties: PropertyValues): void;
16
+ render(): import("lit-html").TemplateResult<1>;
17
+ }
@@ -0,0 +1,13 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { DropdownMenu } from './dropdown-menu';
3
+ import { BaseElement } from '../../../helpers';
4
+ export declare class DropdownMenuContent extends BaseElement {
5
+ state: string;
6
+ isOpen: boolean;
7
+ get _dropdownMenu(): DropdownMenu | null;
8
+ get _containerElement(): HTMLDivElement | null;
9
+ updated(changedProps: PropertyValues): void;
10
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
11
+ protected firstUpdated(_changedProperties: PropertyValues): void;
12
+ render(): import("lit-html").TemplateResult<1>;
13
+ }
@@ -0,0 +1,11 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ export declare class DropdownMenuGroup extends BaseElement {
4
+ heading: string;
5
+ _id: string;
6
+ _hidden: string;
7
+ get _containerElement(): HTMLDivElement | null;
8
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
9
+ protected firstUpdated(_changedProperties: PropertyValues): void;
10
+ render(): import("lit-html").TemplateResult<1>;
11
+ }
@@ -0,0 +1,16 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ import { DropdownMenu } from './dropdown-menu';
4
+ export declare class DropdownMenuItem extends BaseElement {
5
+ _id: string;
6
+ _hidden: string;
7
+ get _containerElement(): HTMLDivElement | null;
8
+ get value(): string;
9
+ get _dropdownMenu(): DropdownMenu | null;
10
+ selected: boolean;
11
+ private handleMouseEvent;
12
+ private handleClickDefault;
13
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
14
+ protected firstUpdated(_changedProperties: PropertyValues): void;
15
+ render(): import("lit-html").TemplateResult<1>;
16
+ }
@@ -0,0 +1,16 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class DropdownMenuRadioItem extends BaseElement {
4
+ _id: string;
5
+ _hidden: string;
6
+ get value(): string;
7
+ get _containerElement(): HTMLDivElement | null;
8
+ selected: boolean;
9
+ private handleMouseEvent;
10
+ checked: boolean;
11
+ disabled: boolean;
12
+ toggleChecked(): void;
13
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
14
+ protected firstUpdated(_changedProperties: PropertyValues): void;
15
+ render(): import("lit-html").TemplateResult<1>;
16
+ }
@@ -0,0 +1,8 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ export declare class DropdownMenuSeparator extends BaseElement {
4
+ get _containerElement(): HTMLDivElement | null;
5
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
6
+ protected firstUpdated(_changedProperties: PropertyValues): void;
7
+ render(): import("lit-html").TemplateResult<1>;
8
+ }