@teranga-ds/components 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (667) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +97 -0
  3. package/dist/cjs/index-BrBjyHdB.js +2038 -0
  4. package/dist/cjs/index.cjs.js +2 -0
  5. package/dist/cjs/loader.cjs.js +12 -0
  6. package/dist/cjs/teranga-ds.cjs.js +24 -0
  7. package/dist/cjs/tg-activity-feed.cjs.entry.js +29 -0
  8. package/dist/cjs/tg-activity-stream.cjs.entry.js +30 -0
  9. package/dist/cjs/tg-ai-feedback.cjs.entry.js +29 -0
  10. package/dist/cjs/tg-ai-insight-card.cjs.entry.js +20 -0
  11. package/dist/cjs/tg-alert.cjs.entry.js +42 -0
  12. package/dist/cjs/tg-audio-player.cjs.entry.js +46 -0
  13. package/dist/cjs/tg-autocomplete.cjs.entry.js +54 -0
  14. package/dist/cjs/tg-avatar.cjs.entry.js +39 -0
  15. package/dist/cjs/tg-badge.cjs.entry.js +31 -0
  16. package/dist/cjs/tg-bottom-nav.cjs.entry.js +30 -0
  17. package/dist/cjs/tg-bottom-sheet.cjs.entry.js +21 -0
  18. package/dist/cjs/tg-breadcrumb.cjs.entry.js +53 -0
  19. package/dist/cjs/tg-button.cjs.entry.js +45 -0
  20. package/dist/cjs/tg-calendar-view.cjs.entry.js +53 -0
  21. package/dist/cjs/tg-card.cjs.entry.js +31 -0
  22. package/dist/cjs/tg-chat-message.cjs.entry.js +19 -0
  23. package/dist/cjs/tg-chat.cjs.entry.js +59 -0
  24. package/dist/cjs/tg-checkbox.cjs.entry.js +31 -0
  25. package/dist/cjs/tg-combobox.cjs.entry.js +68 -0
  26. package/dist/cjs/tg-command-palette.cjs.entry.js +66 -0
  27. package/dist/cjs/tg-confidence-badge.cjs.entry.js +27 -0
  28. package/dist/cjs/tg-confirm-dialog.cjs.entry.js +27 -0
  29. package/dist/cjs/tg-context-menu.cjs.entry.js +35 -0
  30. package/dist/cjs/tg-data-table.cjs.entry.js +90 -0
  31. package/dist/cjs/tg-date-picker.cjs.entry.js +56 -0
  32. package/dist/cjs/tg-empty-state.cjs.entry.js +19 -0
  33. package/dist/cjs/tg-expandable-row.cjs.entry.js +19 -0
  34. package/dist/cjs/tg-fab.cjs.entry.js +22 -0
  35. package/dist/cjs/tg-file-upload.cjs.entry.js +86 -0
  36. package/dist/cjs/tg-global-loader.cjs.entry.js +24 -0
  37. package/dist/cjs/tg-heatmap.cjs.entry.js +65 -0
  38. package/dist/cjs/tg-image-gallery.cjs.entry.js +32 -0
  39. package/dist/cjs/tg-input.cjs.entry.js +51 -0
  40. package/dist/cjs/tg-kanban-board.cjs.entry.js +30 -0
  41. package/dist/cjs/tg-kpi-card.cjs.entry.js +20 -0
  42. package/dist/cjs/tg-live-badge.cjs.entry.js +20 -0
  43. package/dist/cjs/tg-login-form.cjs.entry.js +23 -0
  44. package/dist/cjs/tg-mega-menu.cjs.entry.js +34 -0
  45. package/dist/cjs/tg-modal.cjs.entry.js +43 -0
  46. package/dist/cjs/tg-model-selector.cjs.entry.js +34 -0
  47. package/dist/cjs/tg-multi-select.cjs.entry.js +67 -0
  48. package/dist/cjs/tg-navbar.cjs.entry.js +43 -0
  49. package/dist/cjs/tg-otp-input.cjs.entry.js +60 -0
  50. package/dist/cjs/tg-pagination.cjs.entry.js +53 -0
  51. package/dist/cjs/tg-presence-indicator.cjs.entry.js +33 -0
  52. package/dist/cjs/tg-progress.cjs.entry.js +53 -0
  53. package/dist/cjs/tg-prompt-input.cjs.entry.js +34 -0
  54. package/dist/cjs/tg-pull-to-refresh.cjs.entry.js +37 -0
  55. package/dist/cjs/tg-quick-switcher.cjs.entry.js +35 -0
  56. package/dist/cjs/tg-radio.cjs.entry.js +29 -0
  57. package/dist/cjs/tg-retry-ui.cjs.entry.js +22 -0
  58. package/dist/cjs/tg-rich-editor.cjs.entry.js +24 -0
  59. package/dist/cjs/tg-role-badge.cjs.entry.js +19 -0
  60. package/dist/cjs/tg-select.cjs.entry.js +69 -0
  61. package/dist/cjs/tg-session-expired.cjs.entry.js +24 -0
  62. package/dist/cjs/tg-sidebar.cjs.entry.js +35 -0
  63. package/dist/cjs/tg-skeleton.cjs.entry.js +30 -0
  64. package/dist/cjs/tg-slider.cjs.entry.js +26 -0
  65. package/dist/cjs/tg-source-citation.cjs.entry.js +29 -0
  66. package/dist/cjs/tg-spinner.cjs.entry.js +27 -0
  67. package/dist/cjs/tg-stat-widget.cjs.entry.js +19 -0
  68. package/dist/cjs/tg-status-badge.cjs.entry.js +21 -0
  69. package/dist/cjs/tg-stepper-input.cjs.entry.js +39 -0
  70. package/dist/cjs/tg-stepper.cjs.entry.js +31 -0
  71. package/dist/cjs/tg-streaming-response.cjs.entry.js +19 -0
  72. package/dist/cjs/tg-switch.cjs.entry.js +31 -0
  73. package/dist/cjs/tg-table.cjs.entry.js +113 -0
  74. package/dist/cjs/tg-tabs.cjs.entry.js +47 -0
  75. package/dist/cjs/tg-tag.cjs.entry.js +28 -0
  76. package/dist/cjs/tg-textarea.cjs.entry.js +45 -0
  77. package/dist/cjs/tg-time-picker.cjs.entry.js +37 -0
  78. package/dist/cjs/tg-timeline.cjs.entry.js +30 -0
  79. package/dist/cjs/tg-toast.cjs.entry.js +53 -0
  80. package/dist/cjs/tg-token-usage.cjs.entry.js +23 -0
  81. package/dist/cjs/tg-tooltip.cjs.entry.js +32 -0
  82. package/dist/cjs/tg-tree-view.cjs.entry.js +53 -0
  83. package/dist/cjs/tg-undo-snackbar.cjs.entry.js +30 -0
  84. package/dist/cjs/tg-video-player.cjs.entry.js +19 -0
  85. package/dist/cjs/tg-wizard-nav.cjs.entry.js +30 -0
  86. package/dist/collection/collection-manifest.json +91 -0
  87. package/dist/collection/components/tg-activity-feed/tg-activity-feed.css +10 -0
  88. package/dist/collection/components/tg-activity-feed/tg-activity-feed.js +81 -0
  89. package/dist/collection/components/tg-activity-stream/tg-activity-stream.css +11 -0
  90. package/dist/collection/components/tg-activity-stream/tg-activity-stream.js +83 -0
  91. package/dist/collection/components/tg-ai-feedback/tg-ai-feedback.css +12 -0
  92. package/dist/collection/components/tg-ai-feedback/tg-ai-feedback.js +80 -0
  93. package/dist/collection/components/tg-ai-insight-card/tg-ai-insight-card.css +10 -0
  94. package/dist/collection/components/tg-ai-insight-card/tg-ai-insight-card.js +144 -0
  95. package/dist/collection/components/tg-alert/tg-alert.css +122 -0
  96. package/dist/collection/components/tg-alert/tg-alert.js +142 -0
  97. package/dist/collection/components/tg-audio-player/tg-audio-player.css +11 -0
  98. package/dist/collection/components/tg-audio-player/tg-audio-player.js +118 -0
  99. package/dist/collection/components/tg-autocomplete/tg-autocomplete.css +15 -0
  100. package/dist/collection/components/tg-autocomplete/tg-autocomplete.js +285 -0
  101. package/dist/collection/components/tg-avatar/tg-avatar.css +72 -0
  102. package/dist/collection/components/tg-avatar/tg-avatar.js +195 -0
  103. package/dist/collection/components/tg-badge/tg-badge.css +153 -0
  104. package/dist/collection/components/tg-badge/tg-badge.js +128 -0
  105. package/dist/collection/components/tg-bottom-nav/tg-bottom-nav.css +7 -0
  106. package/dist/collection/components/tg-bottom-nav/tg-bottom-nav.js +99 -0
  107. package/dist/collection/components/tg-bottom-sheet/tg-bottom-sheet.css +8 -0
  108. package/dist/collection/components/tg-bottom-sheet/tg-bottom-sheet.js +84 -0
  109. package/dist/collection/components/tg-breadcrumb/tg-breadcrumb.css +82 -0
  110. package/dist/collection/components/tg-breadcrumb/tg-breadcrumb.js +111 -0
  111. package/dist/collection/components/tg-button/tg-button.css +245 -0
  112. package/dist/collection/components/tg-button/tg-button.js +239 -0
  113. package/dist/collection/components/tg-calendar-view/tg-calendar-view.css +19 -0
  114. package/dist/collection/components/tg-calendar-view/tg-calendar-view.js +108 -0
  115. package/dist/collection/components/tg-card/tg-card.css +117 -0
  116. package/dist/collection/components/tg-card/tg-card.js +134 -0
  117. package/dist/collection/components/tg-chat/tg-chat.css +207 -0
  118. package/dist/collection/components/tg-chat/tg-chat.js +194 -0
  119. package/dist/collection/components/tg-chat-message/tg-chat-message.css +15 -0
  120. package/dist/collection/components/tg-chat-message/tg-chat-message.js +104 -0
  121. package/dist/collection/components/tg-checkbox/tg-checkbox.css +94 -0
  122. package/dist/collection/components/tg-checkbox/tg-checkbox.js +210 -0
  123. package/dist/collection/components/tg-combobox/tg-combobox.css +22 -0
  124. package/dist/collection/components/tg-combobox/tg-combobox.js +290 -0
  125. package/dist/collection/components/tg-command-palette/tg-command-palette.css +16 -0
  126. package/dist/collection/components/tg-command-palette/tg-command-palette.js +152 -0
  127. package/dist/collection/components/tg-confidence-badge/tg-confidence-badge.css +12 -0
  128. package/dist/collection/components/tg-confidence-badge/tg-confidence-badge.js +93 -0
  129. package/dist/collection/components/tg-confirm-dialog/tg-confirm-dialog.css +19 -0
  130. package/dist/collection/components/tg-confirm-dialog/tg-confirm-dialog.js +204 -0
  131. package/dist/collection/components/tg-context-menu/tg-context-menu.css +12 -0
  132. package/dist/collection/components/tg-context-menu/tg-context-menu.js +107 -0
  133. package/dist/collection/components/tg-data-table/tg-data-table.css +19 -0
  134. package/dist/collection/components/tg-data-table/tg-data-table.js +287 -0
  135. package/dist/collection/components/tg-date-picker/tg-date-picker.css +28 -0
  136. package/dist/collection/components/tg-date-picker/tg-date-picker.js +251 -0
  137. package/dist/collection/components/tg-empty-state/tg-empty-state.css +7 -0
  138. package/dist/collection/components/tg-empty-state/tg-empty-state.js +123 -0
  139. package/dist/collection/components/tg-expandable-row/tg-expandable-row.css +13 -0
  140. package/dist/collection/components/tg-expandable-row/tg-expandable-row.js +89 -0
  141. package/dist/collection/components/tg-fab/tg-fab.css +16 -0
  142. package/dist/collection/components/tg-fab/tg-fab.js +164 -0
  143. package/dist/collection/components/tg-file-upload/tg-file-upload.css +172 -0
  144. package/dist/collection/components/tg-file-upload/tg-file-upload.js +240 -0
  145. package/dist/collection/components/tg-global-loader/tg-global-loader.css +8 -0
  146. package/dist/collection/components/tg-global-loader/tg-global-loader.js +90 -0
  147. package/dist/collection/components/tg-heatmap/tg-heatmap.css +9 -0
  148. package/dist/collection/components/tg-heatmap/tg-heatmap.js +191 -0
  149. package/dist/collection/components/tg-image-gallery/tg-image-gallery.css +13 -0
  150. package/dist/collection/components/tg-image-gallery/tg-image-gallery.js +90 -0
  151. package/dist/collection/components/tg-input/tg-input.css +164 -0
  152. package/dist/collection/components/tg-input/tg-input.js +355 -0
  153. package/dist/collection/components/tg-kanban-board/tg-kanban-board.css +14 -0
  154. package/dist/collection/components/tg-kanban-board/tg-kanban-board.js +80 -0
  155. package/dist/collection/components/tg-kpi-card/tg-kpi-card.css +17 -0
  156. package/dist/collection/components/tg-kpi-card/tg-kpi-card.js +163 -0
  157. package/dist/collection/components/tg-live-badge/tg-live-badge.css +11 -0
  158. package/dist/collection/components/tg-live-badge/tg-live-badge.js +87 -0
  159. package/dist/collection/components/tg-login-form/tg-login-form.css +16 -0
  160. package/dist/collection/components/tg-login-form/tg-login-form.js +150 -0
  161. package/dist/collection/components/tg-mega-menu/tg-mega-menu.css +19 -0
  162. package/dist/collection/components/tg-mega-menu/tg-mega-menu.js +82 -0
  163. package/dist/collection/components/tg-modal/tg-modal.css +132 -0
  164. package/dist/collection/components/tg-modal/tg-modal.js +180 -0
  165. package/dist/collection/components/tg-model-selector/tg-model-selector.css +15 -0
  166. package/dist/collection/components/tg-model-selector/tg-model-selector.js +117 -0
  167. package/dist/collection/components/tg-multi-select/tg-multi-select.css +22 -0
  168. package/dist/collection/components/tg-multi-select/tg-multi-select.js +251 -0
  169. package/dist/collection/components/tg-navbar/tg-navbar.css +144 -0
  170. package/dist/collection/components/tg-navbar/tg-navbar.js +159 -0
  171. package/dist/collection/components/tg-otp-input/tg-otp-input.css +10 -0
  172. package/dist/collection/components/tg-otp-input/tg-otp-input.js +221 -0
  173. package/dist/collection/components/tg-pagination/tg-pagination.css +73 -0
  174. package/dist/collection/components/tg-pagination/tg-pagination.js +137 -0
  175. package/dist/collection/components/tg-presence-indicator/tg-presence-indicator.css +10 -0
  176. package/dist/collection/components/tg-presence-indicator/tg-presence-indicator.js +80 -0
  177. package/dist/collection/components/tg-progress/tg-progress.css +142 -0
  178. package/dist/collection/components/tg-progress/tg-progress.js +299 -0
  179. package/dist/collection/components/tg-prompt-input/tg-prompt-input.css +11 -0
  180. package/dist/collection/components/tg-prompt-input/tg-prompt-input.js +142 -0
  181. package/dist/collection/components/tg-pull-to-refresh/tg-pull-to-refresh.css +7 -0
  182. package/dist/collection/components/tg-pull-to-refresh/tg-pull-to-refresh.js +127 -0
  183. package/dist/collection/components/tg-quick-switcher/tg-quick-switcher.css +12 -0
  184. package/dist/collection/components/tg-quick-switcher/tg-quick-switcher.js +120 -0
  185. package/dist/collection/components/tg-radio/tg-radio.css +83 -0
  186. package/dist/collection/components/tg-radio/tg-radio.js +169 -0
  187. package/dist/collection/components/tg-retry-ui/tg-retry-ui.css +10 -0
  188. package/dist/collection/components/tg-retry-ui/tg-retry-ui.js +145 -0
  189. package/dist/collection/components/tg-rich-editor/tg-rich-editor.css +10 -0
  190. package/dist/collection/components/tg-rich-editor/tg-rich-editor.js +151 -0
  191. package/dist/collection/components/tg-role-badge/tg-role-badge.css +7 -0
  192. package/dist/collection/components/tg-role-badge/tg-role-badge.js +85 -0
  193. package/dist/collection/components/tg-select/tg-select.css +144 -0
  194. package/dist/collection/components/tg-select/tg-select.js +329 -0
  195. package/dist/collection/components/tg-session-expired/tg-session-expired.css +8 -0
  196. package/dist/collection/components/tg-session-expired/tg-session-expired.js +128 -0
  197. package/dist/collection/components/tg-sidebar/tg-sidebar.css +188 -0
  198. package/dist/collection/components/tg-sidebar/tg-sidebar.js +112 -0
  199. package/dist/collection/components/tg-skeleton/tg-skeleton.css +58 -0
  200. package/dist/collection/components/tg-skeleton/tg-skeleton.js +135 -0
  201. package/dist/collection/components/tg-slider/tg-slider.css +10 -0
  202. package/dist/collection/components/tg-slider/tg-slider.js +208 -0
  203. package/dist/collection/components/tg-source-citation/tg-source-citation.css +12 -0
  204. package/dist/collection/components/tg-source-citation/tg-source-citation.js +56 -0
  205. package/dist/collection/components/tg-spinner/tg-spinner.css +50 -0
  206. package/dist/collection/components/tg-spinner/tg-spinner.js +101 -0
  207. package/dist/collection/components/tg-stat-widget/tg-stat-widget.css +12 -0
  208. package/dist/collection/components/tg-stat-widget/tg-stat-widget.js +142 -0
  209. package/dist/collection/components/tg-status-badge/tg-status-badge.css +24 -0
  210. package/dist/collection/components/tg-status-badge/tg-status-badge.js +108 -0
  211. package/dist/collection/components/tg-stepper/tg-stepper.css +17 -0
  212. package/dist/collection/components/tg-stepper/tg-stepper.js +104 -0
  213. package/dist/collection/components/tg-stepper-input/tg-stepper-input.css +15 -0
  214. package/dist/collection/components/tg-stepper-input/tg-stepper-input.js +200 -0
  215. package/dist/collection/components/tg-streaming-response/tg-streaming-response.css +12 -0
  216. package/dist/collection/components/tg-streaming-response/tg-streaming-response.js +104 -0
  217. package/dist/collection/components/tg-switch/tg-switch.css +89 -0
  218. package/dist/collection/components/tg-switch/tg-switch.js +172 -0
  219. package/dist/collection/components/tg-table/tg-table.css +117 -0
  220. package/dist/collection/components/tg-table/tg-table.js +289 -0
  221. package/dist/collection/components/tg-tabs/tg-tabs.css +114 -0
  222. package/dist/collection/components/tg-tabs/tg-tabs.js +141 -0
  223. package/dist/collection/components/tg-tag/tg-tag.css +76 -0
  224. package/dist/collection/components/tg-tag/tg-tag.js +152 -0
  225. package/dist/collection/components/tg-textarea/tg-textarea.css +105 -0
  226. package/dist/collection/components/tg-textarea/tg-textarea.js +357 -0
  227. package/dist/collection/components/tg-time-picker/tg-time-picker.css +15 -0
  228. package/dist/collection/components/tg-time-picker/tg-time-picker.js +213 -0
  229. package/dist/collection/components/tg-timeline/tg-timeline.css +14 -0
  230. package/dist/collection/components/tg-timeline/tg-timeline.js +83 -0
  231. package/dist/collection/components/tg-toast/tg-toast.css +112 -0
  232. package/dist/collection/components/tg-toast/tg-toast.js +181 -0
  233. package/dist/collection/components/tg-token-usage/tg-token-usage.css +14 -0
  234. package/dist/collection/components/tg-token-usage/tg-token-usage.js +129 -0
  235. package/dist/collection/components/tg-tooltip/tg-tooltip.css +93 -0
  236. package/dist/collection/components/tg-tooltip/tg-tooltip.js +104 -0
  237. package/dist/collection/components/tg-tree-view/tg-tree-view.css +10 -0
  238. package/dist/collection/components/tg-tree-view/tg-tree-view.js +112 -0
  239. package/dist/collection/components/tg-undo-snackbar/tg-undo-snackbar.css +8 -0
  240. package/dist/collection/components/tg-undo-snackbar/tg-undo-snackbar.js +148 -0
  241. package/dist/collection/components/tg-video-player/tg-video-player.css +6 -0
  242. package/dist/collection/components/tg-video-player/tg-video-player.js +104 -0
  243. package/dist/collection/components/tg-wizard-nav/tg-wizard-nav.css +14 -0
  244. package/dist/collection/components/tg-wizard-nav/tg-wizard-nav.js +202 -0
  245. package/dist/collection/index.js +1 -0
  246. package/dist/collection/teranga-tokens.css +189 -0
  247. package/dist/components/index.d.ts +35 -0
  248. package/dist/components/index.js +1 -0
  249. package/dist/components/p-BWkBF3Ng.js +1 -0
  250. package/dist/components/p-DcG1qXzH.js +1 -0
  251. package/dist/components/tg-activity-feed.d.ts +11 -0
  252. package/dist/components/tg-activity-feed.js +1 -0
  253. package/dist/components/tg-activity-stream.d.ts +11 -0
  254. package/dist/components/tg-activity-stream.js +1 -0
  255. package/dist/components/tg-ai-feedback.d.ts +11 -0
  256. package/dist/components/tg-ai-feedback.js +1 -0
  257. package/dist/components/tg-ai-insight-card.d.ts +11 -0
  258. package/dist/components/tg-ai-insight-card.js +1 -0
  259. package/dist/components/tg-alert.d.ts +11 -0
  260. package/dist/components/tg-alert.js +1 -0
  261. package/dist/components/tg-audio-player.d.ts +11 -0
  262. package/dist/components/tg-audio-player.js +1 -0
  263. package/dist/components/tg-autocomplete.d.ts +11 -0
  264. package/dist/components/tg-autocomplete.js +1 -0
  265. package/dist/components/tg-avatar.d.ts +11 -0
  266. package/dist/components/tg-avatar.js +1 -0
  267. package/dist/components/tg-badge.d.ts +11 -0
  268. package/dist/components/tg-badge.js +1 -0
  269. package/dist/components/tg-bottom-nav.d.ts +11 -0
  270. package/dist/components/tg-bottom-nav.js +1 -0
  271. package/dist/components/tg-bottom-sheet.d.ts +11 -0
  272. package/dist/components/tg-bottom-sheet.js +1 -0
  273. package/dist/components/tg-breadcrumb.d.ts +11 -0
  274. package/dist/components/tg-breadcrumb.js +1 -0
  275. package/dist/components/tg-button.d.ts +11 -0
  276. package/dist/components/tg-button.js +1 -0
  277. package/dist/components/tg-calendar-view.d.ts +11 -0
  278. package/dist/components/tg-calendar-view.js +1 -0
  279. package/dist/components/tg-card.d.ts +11 -0
  280. package/dist/components/tg-card.js +1 -0
  281. package/dist/components/tg-chat-message.d.ts +11 -0
  282. package/dist/components/tg-chat-message.js +1 -0
  283. package/dist/components/tg-chat.d.ts +11 -0
  284. package/dist/components/tg-chat.js +1 -0
  285. package/dist/components/tg-checkbox.d.ts +11 -0
  286. package/dist/components/tg-checkbox.js +1 -0
  287. package/dist/components/tg-combobox.d.ts +11 -0
  288. package/dist/components/tg-combobox.js +1 -0
  289. package/dist/components/tg-command-palette.d.ts +11 -0
  290. package/dist/components/tg-command-palette.js +1 -0
  291. package/dist/components/tg-confidence-badge.d.ts +11 -0
  292. package/dist/components/tg-confidence-badge.js +1 -0
  293. package/dist/components/tg-confirm-dialog.d.ts +11 -0
  294. package/dist/components/tg-confirm-dialog.js +1 -0
  295. package/dist/components/tg-context-menu.d.ts +11 -0
  296. package/dist/components/tg-context-menu.js +1 -0
  297. package/dist/components/tg-data-table.d.ts +11 -0
  298. package/dist/components/tg-data-table.js +1 -0
  299. package/dist/components/tg-date-picker.d.ts +11 -0
  300. package/dist/components/tg-date-picker.js +1 -0
  301. package/dist/components/tg-empty-state.d.ts +11 -0
  302. package/dist/components/tg-empty-state.js +1 -0
  303. package/dist/components/tg-expandable-row.d.ts +11 -0
  304. package/dist/components/tg-expandable-row.js +1 -0
  305. package/dist/components/tg-fab.d.ts +11 -0
  306. package/dist/components/tg-fab.js +1 -0
  307. package/dist/components/tg-file-upload.d.ts +11 -0
  308. package/dist/components/tg-file-upload.js +1 -0
  309. package/dist/components/tg-global-loader.d.ts +11 -0
  310. package/dist/components/tg-global-loader.js +1 -0
  311. package/dist/components/tg-heatmap.d.ts +11 -0
  312. package/dist/components/tg-heatmap.js +1 -0
  313. package/dist/components/tg-image-gallery.d.ts +11 -0
  314. package/dist/components/tg-image-gallery.js +1 -0
  315. package/dist/components/tg-input.d.ts +11 -0
  316. package/dist/components/tg-input.js +1 -0
  317. package/dist/components/tg-kanban-board.d.ts +11 -0
  318. package/dist/components/tg-kanban-board.js +1 -0
  319. package/dist/components/tg-kpi-card.d.ts +11 -0
  320. package/dist/components/tg-kpi-card.js +1 -0
  321. package/dist/components/tg-live-badge.d.ts +11 -0
  322. package/dist/components/tg-live-badge.js +1 -0
  323. package/dist/components/tg-login-form.d.ts +11 -0
  324. package/dist/components/tg-login-form.js +1 -0
  325. package/dist/components/tg-mega-menu.d.ts +11 -0
  326. package/dist/components/tg-mega-menu.js +1 -0
  327. package/dist/components/tg-modal.d.ts +11 -0
  328. package/dist/components/tg-modal.js +1 -0
  329. package/dist/components/tg-model-selector.d.ts +11 -0
  330. package/dist/components/tg-model-selector.js +1 -0
  331. package/dist/components/tg-multi-select.d.ts +11 -0
  332. package/dist/components/tg-multi-select.js +1 -0
  333. package/dist/components/tg-navbar.d.ts +11 -0
  334. package/dist/components/tg-navbar.js +1 -0
  335. package/dist/components/tg-otp-input.d.ts +11 -0
  336. package/dist/components/tg-otp-input.js +1 -0
  337. package/dist/components/tg-pagination.d.ts +11 -0
  338. package/dist/components/tg-pagination.js +1 -0
  339. package/dist/components/tg-presence-indicator.d.ts +11 -0
  340. package/dist/components/tg-presence-indicator.js +1 -0
  341. package/dist/components/tg-progress.d.ts +11 -0
  342. package/dist/components/tg-progress.js +1 -0
  343. package/dist/components/tg-prompt-input.d.ts +11 -0
  344. package/dist/components/tg-prompt-input.js +1 -0
  345. package/dist/components/tg-pull-to-refresh.d.ts +11 -0
  346. package/dist/components/tg-pull-to-refresh.js +1 -0
  347. package/dist/components/tg-quick-switcher.d.ts +11 -0
  348. package/dist/components/tg-quick-switcher.js +1 -0
  349. package/dist/components/tg-radio.d.ts +11 -0
  350. package/dist/components/tg-radio.js +1 -0
  351. package/dist/components/tg-retry-ui.d.ts +11 -0
  352. package/dist/components/tg-retry-ui.js +1 -0
  353. package/dist/components/tg-rich-editor.d.ts +11 -0
  354. package/dist/components/tg-rich-editor.js +1 -0
  355. package/dist/components/tg-role-badge.d.ts +11 -0
  356. package/dist/components/tg-role-badge.js +1 -0
  357. package/dist/components/tg-select.d.ts +11 -0
  358. package/dist/components/tg-select.js +1 -0
  359. package/dist/components/tg-session-expired.d.ts +11 -0
  360. package/dist/components/tg-session-expired.js +1 -0
  361. package/dist/components/tg-sidebar.d.ts +11 -0
  362. package/dist/components/tg-sidebar.js +1 -0
  363. package/dist/components/tg-skeleton.d.ts +11 -0
  364. package/dist/components/tg-skeleton.js +1 -0
  365. package/dist/components/tg-slider.d.ts +11 -0
  366. package/dist/components/tg-slider.js +1 -0
  367. package/dist/components/tg-source-citation.d.ts +11 -0
  368. package/dist/components/tg-source-citation.js +1 -0
  369. package/dist/components/tg-spinner.d.ts +11 -0
  370. package/dist/components/tg-spinner.js +1 -0
  371. package/dist/components/tg-stat-widget.d.ts +11 -0
  372. package/dist/components/tg-stat-widget.js +1 -0
  373. package/dist/components/tg-status-badge.d.ts +11 -0
  374. package/dist/components/tg-status-badge.js +1 -0
  375. package/dist/components/tg-stepper-input.d.ts +11 -0
  376. package/dist/components/tg-stepper-input.js +1 -0
  377. package/dist/components/tg-stepper.d.ts +11 -0
  378. package/dist/components/tg-stepper.js +1 -0
  379. package/dist/components/tg-streaming-response.d.ts +11 -0
  380. package/dist/components/tg-streaming-response.js +1 -0
  381. package/dist/components/tg-switch.d.ts +11 -0
  382. package/dist/components/tg-switch.js +1 -0
  383. package/dist/components/tg-table.d.ts +11 -0
  384. package/dist/components/tg-table.js +1 -0
  385. package/dist/components/tg-tabs.d.ts +11 -0
  386. package/dist/components/tg-tabs.js +1 -0
  387. package/dist/components/tg-tag.d.ts +11 -0
  388. package/dist/components/tg-tag.js +1 -0
  389. package/dist/components/tg-textarea.d.ts +11 -0
  390. package/dist/components/tg-textarea.js +1 -0
  391. package/dist/components/tg-time-picker.d.ts +11 -0
  392. package/dist/components/tg-time-picker.js +1 -0
  393. package/dist/components/tg-timeline.d.ts +11 -0
  394. package/dist/components/tg-timeline.js +1 -0
  395. package/dist/components/tg-toast.d.ts +11 -0
  396. package/dist/components/tg-toast.js +1 -0
  397. package/dist/components/tg-token-usage.d.ts +11 -0
  398. package/dist/components/tg-token-usage.js +1 -0
  399. package/dist/components/tg-tooltip.d.ts +11 -0
  400. package/dist/components/tg-tooltip.js +1 -0
  401. package/dist/components/tg-tree-view.d.ts +11 -0
  402. package/dist/components/tg-tree-view.js +1 -0
  403. package/dist/components/tg-undo-snackbar.d.ts +11 -0
  404. package/dist/components/tg-undo-snackbar.js +1 -0
  405. package/dist/components/tg-video-player.d.ts +11 -0
  406. package/dist/components/tg-video-player.js +1 -0
  407. package/dist/components/tg-wizard-nav.d.ts +11 -0
  408. package/dist/components/tg-wizard-nav.js +1 -0
  409. package/dist/docs.d.ts +480 -0
  410. package/dist/docs.json +14240 -0
  411. package/dist/esm/index-CXqO9vvj.js +2010 -0
  412. package/dist/esm/index.js +1 -0
  413. package/dist/esm/loader.js +10 -0
  414. package/dist/esm/teranga-ds.js +20 -0
  415. package/dist/esm/tg-activity-feed.entry.js +27 -0
  416. package/dist/esm/tg-activity-stream.entry.js +28 -0
  417. package/dist/esm/tg-ai-feedback.entry.js +27 -0
  418. package/dist/esm/tg-ai-insight-card.entry.js +18 -0
  419. package/dist/esm/tg-alert.entry.js +40 -0
  420. package/dist/esm/tg-audio-player.entry.js +44 -0
  421. package/dist/esm/tg-autocomplete.entry.js +52 -0
  422. package/dist/esm/tg-avatar.entry.js +37 -0
  423. package/dist/esm/tg-badge.entry.js +29 -0
  424. package/dist/esm/tg-bottom-nav.entry.js +28 -0
  425. package/dist/esm/tg-bottom-sheet.entry.js +19 -0
  426. package/dist/esm/tg-breadcrumb.entry.js +51 -0
  427. package/dist/esm/tg-button.entry.js +43 -0
  428. package/dist/esm/tg-calendar-view.entry.js +51 -0
  429. package/dist/esm/tg-card.entry.js +29 -0
  430. package/dist/esm/tg-chat-message.entry.js +17 -0
  431. package/dist/esm/tg-chat.entry.js +57 -0
  432. package/dist/esm/tg-checkbox.entry.js +29 -0
  433. package/dist/esm/tg-combobox.entry.js +66 -0
  434. package/dist/esm/tg-command-palette.entry.js +64 -0
  435. package/dist/esm/tg-confidence-badge.entry.js +25 -0
  436. package/dist/esm/tg-confirm-dialog.entry.js +25 -0
  437. package/dist/esm/tg-context-menu.entry.js +33 -0
  438. package/dist/esm/tg-data-table.entry.js +88 -0
  439. package/dist/esm/tg-date-picker.entry.js +54 -0
  440. package/dist/esm/tg-empty-state.entry.js +17 -0
  441. package/dist/esm/tg-expandable-row.entry.js +17 -0
  442. package/dist/esm/tg-fab.entry.js +20 -0
  443. package/dist/esm/tg-file-upload.entry.js +84 -0
  444. package/dist/esm/tg-global-loader.entry.js +22 -0
  445. package/dist/esm/tg-heatmap.entry.js +63 -0
  446. package/dist/esm/tg-image-gallery.entry.js +30 -0
  447. package/dist/esm/tg-input.entry.js +49 -0
  448. package/dist/esm/tg-kanban-board.entry.js +28 -0
  449. package/dist/esm/tg-kpi-card.entry.js +18 -0
  450. package/dist/esm/tg-live-badge.entry.js +18 -0
  451. package/dist/esm/tg-login-form.entry.js +21 -0
  452. package/dist/esm/tg-mega-menu.entry.js +32 -0
  453. package/dist/esm/tg-modal.entry.js +41 -0
  454. package/dist/esm/tg-model-selector.entry.js +32 -0
  455. package/dist/esm/tg-multi-select.entry.js +65 -0
  456. package/dist/esm/tg-navbar.entry.js +41 -0
  457. package/dist/esm/tg-otp-input.entry.js +58 -0
  458. package/dist/esm/tg-pagination.entry.js +51 -0
  459. package/dist/esm/tg-presence-indicator.entry.js +31 -0
  460. package/dist/esm/tg-progress.entry.js +51 -0
  461. package/dist/esm/tg-prompt-input.entry.js +32 -0
  462. package/dist/esm/tg-pull-to-refresh.entry.js +35 -0
  463. package/dist/esm/tg-quick-switcher.entry.js +33 -0
  464. package/dist/esm/tg-radio.entry.js +27 -0
  465. package/dist/esm/tg-retry-ui.entry.js +20 -0
  466. package/dist/esm/tg-rich-editor.entry.js +22 -0
  467. package/dist/esm/tg-role-badge.entry.js +17 -0
  468. package/dist/esm/tg-select.entry.js +67 -0
  469. package/dist/esm/tg-session-expired.entry.js +22 -0
  470. package/dist/esm/tg-sidebar.entry.js +33 -0
  471. package/dist/esm/tg-skeleton.entry.js +28 -0
  472. package/dist/esm/tg-slider.entry.js +24 -0
  473. package/dist/esm/tg-source-citation.entry.js +27 -0
  474. package/dist/esm/tg-spinner.entry.js +25 -0
  475. package/dist/esm/tg-stat-widget.entry.js +17 -0
  476. package/dist/esm/tg-status-badge.entry.js +19 -0
  477. package/dist/esm/tg-stepper-input.entry.js +37 -0
  478. package/dist/esm/tg-stepper.entry.js +29 -0
  479. package/dist/esm/tg-streaming-response.entry.js +17 -0
  480. package/dist/esm/tg-switch.entry.js +29 -0
  481. package/dist/esm/tg-table.entry.js +111 -0
  482. package/dist/esm/tg-tabs.entry.js +45 -0
  483. package/dist/esm/tg-tag.entry.js +26 -0
  484. package/dist/esm/tg-textarea.entry.js +43 -0
  485. package/dist/esm/tg-time-picker.entry.js +35 -0
  486. package/dist/esm/tg-timeline.entry.js +28 -0
  487. package/dist/esm/tg-toast.entry.js +51 -0
  488. package/dist/esm/tg-token-usage.entry.js +21 -0
  489. package/dist/esm/tg-tooltip.entry.js +30 -0
  490. package/dist/esm/tg-tree-view.entry.js +51 -0
  491. package/dist/esm/tg-undo-snackbar.entry.js +28 -0
  492. package/dist/esm/tg-video-player.entry.js +17 -0
  493. package/dist/esm/tg-wizard-nav.entry.js +28 -0
  494. package/dist/index.cjs.js +1 -0
  495. package/dist/index.js +1 -0
  496. package/dist/teranga-ds/index.esm.js +0 -0
  497. package/dist/teranga-ds/p-003a47ca.entry.js +1 -0
  498. package/dist/teranga-ds/p-017ddeb1.entry.js +1 -0
  499. package/dist/teranga-ds/p-02c5a12d.entry.js +1 -0
  500. package/dist/teranga-ds/p-0a42664a.entry.js +1 -0
  501. package/dist/teranga-ds/p-0b076dde.entry.js +1 -0
  502. package/dist/teranga-ds/p-0c4d9863.entry.js +1 -0
  503. package/dist/teranga-ds/p-0e8e624c.entry.js +1 -0
  504. package/dist/teranga-ds/p-188921a5.entry.js +1 -0
  505. package/dist/teranga-ds/p-1925d476.entry.js +1 -0
  506. package/dist/teranga-ds/p-19a4e248.entry.js +1 -0
  507. package/dist/teranga-ds/p-223af07c.entry.js +1 -0
  508. package/dist/teranga-ds/p-229331e3.entry.js +1 -0
  509. package/dist/teranga-ds/p-229a048d.entry.js +1 -0
  510. package/dist/teranga-ds/p-2537b595.entry.js +1 -0
  511. package/dist/teranga-ds/p-256c5686.entry.js +1 -0
  512. package/dist/teranga-ds/p-25af1fe1.entry.js +1 -0
  513. package/dist/teranga-ds/p-293e42b5.entry.js +1 -0
  514. package/dist/teranga-ds/p-29ce1cb3.entry.js +1 -0
  515. package/dist/teranga-ds/p-2bcf5c49.entry.js +1 -0
  516. package/dist/teranga-ds/p-2e8eb1cd.entry.js +1 -0
  517. package/dist/teranga-ds/p-321ec5a3.entry.js +1 -0
  518. package/dist/teranga-ds/p-34c8b3db.entry.js +1 -0
  519. package/dist/teranga-ds/p-3722c1c8.entry.js +1 -0
  520. package/dist/teranga-ds/p-386e978e.entry.js +1 -0
  521. package/dist/teranga-ds/p-45825e6c.entry.js +1 -0
  522. package/dist/teranga-ds/p-45d69cd2.entry.js +1 -0
  523. package/dist/teranga-ds/p-4ca63079.entry.js +1 -0
  524. package/dist/teranga-ds/p-4cdefae6.entry.js +1 -0
  525. package/dist/teranga-ds/p-4d3e0645.entry.js +1 -0
  526. package/dist/teranga-ds/p-5179d2e1.entry.js +1 -0
  527. package/dist/teranga-ds/p-5888f1d1.entry.js +1 -0
  528. package/dist/teranga-ds/p-58fd7fc1.entry.js +1 -0
  529. package/dist/teranga-ds/p-5b34ae37.entry.js +1 -0
  530. package/dist/teranga-ds/p-5cb3cab5.entry.js +1 -0
  531. package/dist/teranga-ds/p-5f64253e.entry.js +1 -0
  532. package/dist/teranga-ds/p-61bab799.entry.js +1 -0
  533. package/dist/teranga-ds/p-63285c1c.entry.js +1 -0
  534. package/dist/teranga-ds/p-6b40af59.entry.js +1 -0
  535. package/dist/teranga-ds/p-6c275cd2.entry.js +1 -0
  536. package/dist/teranga-ds/p-700908a2.entry.js +1 -0
  537. package/dist/teranga-ds/p-71257d05.entry.js +1 -0
  538. package/dist/teranga-ds/p-727543e6.entry.js +1 -0
  539. package/dist/teranga-ds/p-73082aef.entry.js +1 -0
  540. package/dist/teranga-ds/p-7acaa999.entry.js +1 -0
  541. package/dist/teranga-ds/p-81041fa8.entry.js +1 -0
  542. package/dist/teranga-ds/p-816417c6.entry.js +1 -0
  543. package/dist/teranga-ds/p-82057162.entry.js +1 -0
  544. package/dist/teranga-ds/p-84506153.entry.js +1 -0
  545. package/dist/teranga-ds/p-9259b7ad.entry.js +1 -0
  546. package/dist/teranga-ds/p-968f33cd.entry.js +1 -0
  547. package/dist/teranga-ds/p-9a86750e.entry.js +1 -0
  548. package/dist/teranga-ds/p-9b661306.entry.js +1 -0
  549. package/dist/teranga-ds/p-9ddbbe0b.entry.js +1 -0
  550. package/dist/teranga-ds/p-9f6a460b.entry.js +1 -0
  551. package/dist/teranga-ds/p-CXqO9vvj.js +2 -0
  552. package/dist/teranga-ds/p-a02dc9c0.entry.js +1 -0
  553. package/dist/teranga-ds/p-a25e8482.entry.js +1 -0
  554. package/dist/teranga-ds/p-a7ed37b2.entry.js +1 -0
  555. package/dist/teranga-ds/p-b4b5570e.entry.js +1 -0
  556. package/dist/teranga-ds/p-b762afff.entry.js +1 -0
  557. package/dist/teranga-ds/p-ba67b6cb.entry.js +1 -0
  558. package/dist/teranga-ds/p-bd667d1b.entry.js +1 -0
  559. package/dist/teranga-ds/p-bd7eefaa.entry.js +1 -0
  560. package/dist/teranga-ds/p-cd11c0ce.entry.js +1 -0
  561. package/dist/teranga-ds/p-d783708a.entry.js +1 -0
  562. package/dist/teranga-ds/p-dab038ae.entry.js +1 -0
  563. package/dist/teranga-ds/p-dda9a7c3.entry.js +1 -0
  564. package/dist/teranga-ds/p-deb81958.entry.js +1 -0
  565. package/dist/teranga-ds/p-dfaff259.entry.js +1 -0
  566. package/dist/teranga-ds/p-e0c5a144.entry.js +1 -0
  567. package/dist/teranga-ds/p-e26d2a8d.entry.js +1 -0
  568. package/dist/teranga-ds/p-e58a4ab8.entry.js +1 -0
  569. package/dist/teranga-ds/p-e8736bde.entry.js +1 -0
  570. package/dist/teranga-ds/p-eca93015.entry.js +1 -0
  571. package/dist/teranga-ds/p-ed2a5ec6.entry.js +1 -0
  572. package/dist/teranga-ds/p-ed48b855.entry.js +1 -0
  573. package/dist/teranga-ds/p-ee8c0470.entry.js +1 -0
  574. package/dist/teranga-ds/p-efff537c.entry.js +1 -0
  575. package/dist/teranga-ds/p-f5d99e53.entry.js +1 -0
  576. package/dist/teranga-ds/p-f790b8f4.entry.js +1 -0
  577. package/dist/teranga-ds/teranga-ds.css +1 -0
  578. package/dist/teranga-ds/teranga-ds.esm.js +1 -0
  579. package/dist/teranga-ds/teranga-tokens.css +189 -0
  580. package/dist/types/components/tg-activity-feed/tg-activity-feed.d.ts +13 -0
  581. package/dist/types/components/tg-activity-stream/tg-activity-stream.d.ts +14 -0
  582. package/dist/types/components/tg-ai-feedback/tg-ai-feedback.d.ts +14 -0
  583. package/dist/types/components/tg-ai-insight-card/tg-ai-insight-card.d.ts +9 -0
  584. package/dist/types/components/tg-alert/tg-alert.d.ts +28 -0
  585. package/dist/types/components/tg-audio-player/tg-audio-player.d.ts +15 -0
  586. package/dist/types/components/tg-autocomplete/tg-autocomplete.d.ts +21 -0
  587. package/dist/types/components/tg-avatar/tg-avatar.d.ts +27 -0
  588. package/dist/types/components/tg-badge/tg-badge.d.ts +21 -0
  589. package/dist/types/components/tg-bottom-nav/tg-bottom-nav.d.ts +14 -0
  590. package/dist/types/components/tg-bottom-sheet/tg-bottom-sheet.d.ts +7 -0
  591. package/dist/types/components/tg-breadcrumb/tg-breadcrumb.d.ts +12 -0
  592. package/dist/types/components/tg-button/tg-button.d.ts +35 -0
  593. package/dist/types/components/tg-calendar-view/tg-calendar-view.d.ts +18 -0
  594. package/dist/types/components/tg-card/tg-card.d.ts +27 -0
  595. package/dist/types/components/tg-chat/tg-chat.d.ts +24 -0
  596. package/dist/types/components/tg-chat-message/tg-chat-message.d.ts +7 -0
  597. package/dist/types/components/tg-checkbox/tg-checkbox.d.ts +14 -0
  598. package/dist/types/components/tg-combobox/tg-combobox.d.ts +30 -0
  599. package/dist/types/components/tg-command-palette/tg-command-palette.d.ts +20 -0
  600. package/dist/types/components/tg-confidence-badge/tg-confidence-badge.d.ts +7 -0
  601. package/dist/types/components/tg-confirm-dialog/tg-confirm-dialog.d.ts +13 -0
  602. package/dist/types/components/tg-context-menu/tg-context-menu.d.ts +21 -0
  603. package/dist/types/components/tg-data-table/tg-data-table.d.ts +34 -0
  604. package/dist/types/components/tg-date-picker/tg-date-picker.d.ts +22 -0
  605. package/dist/types/components/tg-empty-state/tg-empty-state.d.ts +8 -0
  606. package/dist/types/components/tg-expandable-row/tg-expandable-row.d.ts +7 -0
  607. package/dist/types/components/tg-fab/tg-fab.d.ts +11 -0
  608. package/dist/types/components/tg-file-upload/tg-file-upload.d.ts +28 -0
  609. package/dist/types/components/tg-global-loader/tg-global-loader.d.ts +6 -0
  610. package/dist/types/components/tg-heatmap/tg-heatmap.d.ts +14 -0
  611. package/dist/types/components/tg-image-gallery/tg-image-gallery.d.ts +12 -0
  612. package/dist/types/components/tg-input/tg-input.d.ts +48 -0
  613. package/dist/types/components/tg-kanban-board/tg-kanban-board.d.ts +23 -0
  614. package/dist/types/components/tg-kpi-card/tg-kpi-card.d.ts +10 -0
  615. package/dist/types/components/tg-live-badge/tg-live-badge.d.ts +6 -0
  616. package/dist/types/components/tg-login-form/tg-login-form.d.ts +16 -0
  617. package/dist/types/components/tg-mega-menu/tg-mega-menu.d.ts +21 -0
  618. package/dist/types/components/tg-modal/tg-modal.d.ts +14 -0
  619. package/dist/types/components/tg-model-selector/tg-model-selector.d.ts +18 -0
  620. package/dist/types/components/tg-multi-select/tg-multi-select.d.ts +25 -0
  621. package/dist/types/components/tg-navbar/tg-navbar.d.ts +16 -0
  622. package/dist/types/components/tg-otp-input/tg-otp-input.d.ts +18 -0
  623. package/dist/types/components/tg-pagination/tg-pagination.d.ts +10 -0
  624. package/dist/types/components/tg-presence-indicator/tg-presence-indicator.d.ts +10 -0
  625. package/dist/types/components/tg-progress/tg-progress.d.ts +18 -0
  626. package/dist/types/components/tg-prompt-input/tg-prompt-input.d.ts +12 -0
  627. package/dist/types/components/tg-pull-to-refresh/tg-pull-to-refresh.d.ts +15 -0
  628. package/dist/types/components/tg-quick-switcher/tg-quick-switcher.d.ts +18 -0
  629. package/dist/types/components/tg-radio/tg-radio.d.ts +12 -0
  630. package/dist/types/components/tg-retry-ui/tg-retry-ui.d.ts +10 -0
  631. package/dist/types/components/tg-rich-editor/tg-rich-editor.d.ts +13 -0
  632. package/dist/types/components/tg-role-badge/tg-role-badge.d.ts +6 -0
  633. package/dist/types/components/tg-select/tg-select.d.ts +27 -0
  634. package/dist/types/components/tg-session-expired/tg-session-expired.d.ts +9 -0
  635. package/dist/types/components/tg-sidebar/tg-sidebar.d.ts +20 -0
  636. package/dist/types/components/tg-skeleton/tg-skeleton.d.ts +8 -0
  637. package/dist/types/components/tg-slider/tg-slider.d.ts +15 -0
  638. package/dist/types/components/tg-source-citation/tg-source-citation.d.ts +10 -0
  639. package/dist/types/components/tg-spinner/tg-spinner.d.ts +16 -0
  640. package/dist/types/components/tg-stat-widget/tg-stat-widget.d.ts +9 -0
  641. package/dist/types/components/tg-status-badge/tg-status-badge.d.ts +7 -0
  642. package/dist/types/components/tg-stepper/tg-stepper.d.ts +11 -0
  643. package/dist/types/components/tg-stepper-input/tg-stepper-input.d.ts +15 -0
  644. package/dist/types/components/tg-streaming-response/tg-streaming-response.d.ts +7 -0
  645. package/dist/types/components/tg-switch/tg-switch.d.ts +12 -0
  646. package/dist/types/components/tg-table/tg-table.d.ts +30 -0
  647. package/dist/types/components/tg-tabs/tg-tabs.d.ts +18 -0
  648. package/dist/types/components/tg-tag/tg-tag.d.ts +10 -0
  649. package/dist/types/components/tg-textarea/tg-textarea.d.ts +23 -0
  650. package/dist/types/components/tg-time-picker/tg-time-picker.d.ts +16 -0
  651. package/dist/types/components/tg-timeline/tg-timeline.d.ts +13 -0
  652. package/dist/types/components/tg-toast/tg-toast.d.ts +17 -0
  653. package/dist/types/components/tg-token-usage/tg-token-usage.d.ts +10 -0
  654. package/dist/types/components/tg-tooltip/tg-tooltip.d.ts +10 -0
  655. package/dist/types/components/tg-tree-view/tg-tree-view.d.ts +17 -0
  656. package/dist/types/components/tg-undo-snackbar/tg-undo-snackbar.d.ts +11 -0
  657. package/dist/types/components/tg-video-player/tg-video-player.d.ts +7 -0
  658. package/dist/types/components/tg-wizard-nav/tg-wizard-nav.d.ts +15 -0
  659. package/dist/types/components.d.ts +5028 -0
  660. package/dist/types/index.d.ts +8 -0
  661. package/dist/types/stencil-public-runtime.d.ts +1860 -0
  662. package/loader/cdn.js +1 -0
  663. package/loader/index.cjs.js +1 -0
  664. package/loader/index.d.ts +24 -0
  665. package/loader/index.es2017.js +1 -0
  666. package/loader/index.js +2 -0
  667. package/package.json +74 -0
@@ -0,0 +1,204 @@
1
+ import { h, Host } from "@stencil/core";
2
+ export class TgConfirmDialog {
3
+ constructor() {
4
+ this.open = false;
5
+ this.heading = 'Confirmer';
6
+ this.message = '';
7
+ this.confirmLabel = 'Confirmer';
8
+ this.cancelLabel = 'Annuler';
9
+ this.variant = 'default';
10
+ }
11
+ render() {
12
+ if (!this.open)
13
+ return h(Host, null);
14
+ return (h(Host, null, h("div", { class: "tg-cd__overlay", onClick: () => this.tgCancel.emit() }, h("div", { class: 'tg-cd tg-cd--' + this.variant, role: "alertdialog", onClick: (e) => e.stopPropagation() }, this.icon && h("div", { class: "tg-cd__icon" }, this.icon), h("h3", { class: "tg-cd__title" }, this.heading), h("p", { class: "tg-cd__msg" }, this.message), h("div", { class: "tg-cd__actions" }, h("button", { class: "tg-cd__btn tg-cd__btn--cancel", type: "button", onClick: () => this.tgCancel.emit() }, this.cancelLabel), h("button", { class: 'tg-cd__btn tg-cd__btn--confirm tg-cd__btn--' + this.variant, type: "button", onClick: () => this.tgConfirm.emit() }, this.confirmLabel))))));
15
+ }
16
+ static get is() { return "tg-confirm-dialog"; }
17
+ static get encapsulation() { return "shadow"; }
18
+ static get originalStyleUrls() {
19
+ return {
20
+ "$": ["tg-confirm-dialog.css"]
21
+ };
22
+ }
23
+ static get styleUrls() {
24
+ return {
25
+ "$": ["tg-confirm-dialog.css"]
26
+ };
27
+ }
28
+ static get properties() {
29
+ return {
30
+ "open": {
31
+ "type": "boolean",
32
+ "mutable": false,
33
+ "complexType": {
34
+ "original": "boolean",
35
+ "resolved": "boolean",
36
+ "references": {}
37
+ },
38
+ "required": false,
39
+ "optional": false,
40
+ "docs": {
41
+ "tags": [],
42
+ "text": ""
43
+ },
44
+ "getter": false,
45
+ "setter": false,
46
+ "reflect": false,
47
+ "attribute": "open",
48
+ "defaultValue": "false"
49
+ },
50
+ "heading": {
51
+ "type": "string",
52
+ "mutable": false,
53
+ "complexType": {
54
+ "original": "string",
55
+ "resolved": "string",
56
+ "references": {}
57
+ },
58
+ "required": false,
59
+ "optional": false,
60
+ "docs": {
61
+ "tags": [],
62
+ "text": ""
63
+ },
64
+ "getter": false,
65
+ "setter": false,
66
+ "reflect": false,
67
+ "attribute": "heading",
68
+ "defaultValue": "'Confirmer'"
69
+ },
70
+ "message": {
71
+ "type": "string",
72
+ "mutable": false,
73
+ "complexType": {
74
+ "original": "string",
75
+ "resolved": "string",
76
+ "references": {}
77
+ },
78
+ "required": false,
79
+ "optional": false,
80
+ "docs": {
81
+ "tags": [],
82
+ "text": ""
83
+ },
84
+ "getter": false,
85
+ "setter": false,
86
+ "reflect": false,
87
+ "attribute": "message",
88
+ "defaultValue": "''"
89
+ },
90
+ "confirmLabel": {
91
+ "type": "string",
92
+ "mutable": false,
93
+ "complexType": {
94
+ "original": "string",
95
+ "resolved": "string",
96
+ "references": {}
97
+ },
98
+ "required": false,
99
+ "optional": false,
100
+ "docs": {
101
+ "tags": [],
102
+ "text": ""
103
+ },
104
+ "getter": false,
105
+ "setter": false,
106
+ "reflect": false,
107
+ "attribute": "confirm-label",
108
+ "defaultValue": "'Confirmer'"
109
+ },
110
+ "cancelLabel": {
111
+ "type": "string",
112
+ "mutable": false,
113
+ "complexType": {
114
+ "original": "string",
115
+ "resolved": "string",
116
+ "references": {}
117
+ },
118
+ "required": false,
119
+ "optional": false,
120
+ "docs": {
121
+ "tags": [],
122
+ "text": ""
123
+ },
124
+ "getter": false,
125
+ "setter": false,
126
+ "reflect": false,
127
+ "attribute": "cancel-label",
128
+ "defaultValue": "'Annuler'"
129
+ },
130
+ "variant": {
131
+ "type": "string",
132
+ "mutable": false,
133
+ "complexType": {
134
+ "original": "'default' | 'danger' | 'warning'",
135
+ "resolved": "\"danger\" | \"default\" | \"warning\"",
136
+ "references": {}
137
+ },
138
+ "required": false,
139
+ "optional": false,
140
+ "docs": {
141
+ "tags": [],
142
+ "text": ""
143
+ },
144
+ "getter": false,
145
+ "setter": false,
146
+ "reflect": false,
147
+ "attribute": "variant",
148
+ "defaultValue": "'default'"
149
+ },
150
+ "icon": {
151
+ "type": "string",
152
+ "mutable": false,
153
+ "complexType": {
154
+ "original": "string",
155
+ "resolved": "string | undefined",
156
+ "references": {}
157
+ },
158
+ "required": false,
159
+ "optional": true,
160
+ "docs": {
161
+ "tags": [],
162
+ "text": ""
163
+ },
164
+ "getter": false,
165
+ "setter": false,
166
+ "reflect": false,
167
+ "attribute": "icon"
168
+ }
169
+ };
170
+ }
171
+ static get events() {
172
+ return [{
173
+ "method": "tgConfirm",
174
+ "name": "tgConfirm",
175
+ "bubbles": true,
176
+ "cancelable": true,
177
+ "composed": true,
178
+ "docs": {
179
+ "tags": [],
180
+ "text": ""
181
+ },
182
+ "complexType": {
183
+ "original": "void",
184
+ "resolved": "void",
185
+ "references": {}
186
+ }
187
+ }, {
188
+ "method": "tgCancel",
189
+ "name": "tgCancel",
190
+ "bubbles": true,
191
+ "cancelable": true,
192
+ "composed": true,
193
+ "docs": {
194
+ "tags": [],
195
+ "text": ""
196
+ },
197
+ "complexType": {
198
+ "original": "void",
199
+ "resolved": "void",
200
+ "references": {}
201
+ }
202
+ }];
203
+ }
204
+ }
@@ -0,0 +1,12 @@
1
+ :host { display: contents; }
2
+ .tg-ctx { position: fixed; z-index: 10000; min-width: 12rem; background: var(--tg-color-surface-raised); border: 1px solid var(--tg-color-border); border-radius: var(--tg-radius-lg); box-shadow: var(--tg-shadow-lg); padding: var(--tg-spacing-1) 0; font-family: var(--tg-font-family-sans); animation: tg-ctx-in var(--tg-duration-fast) var(--tg-ease-out); }
3
+ @keyframes tg-ctx-in { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }
4
+ .tg-ctx__item { display: flex; align-items: center; gap: var(--tg-spacing-2); width: 100%; padding: var(--tg-spacing-2) var(--tg-spacing-3); background: none; border: none; cursor: pointer; font-size: var(--tg-font-size-sm); color: var(--tg-color-text-primary); transition: background var(--tg-duration-fast); text-align: left; }
5
+ .tg-ctx__item:hover:not(:disabled) { background: var(--tg-color-primary-subtle); }
6
+ .tg-ctx__item--danger { color: var(--tg-color-danger); }
7
+ .tg-ctx__item--danger:hover:not(:disabled) { background: var(--tg-color-danger-subtle); }
8
+ .tg-ctx__item--disabled { opacity: 0.4; cursor: not-allowed; }
9
+ .tg-ctx__icon { font-size: 1rem; flex-shrink: 0; }
10
+ .tg-ctx__label { flex: 1; }
11
+ .tg-ctx__shortcut { margin-left: auto; font-family: var(--tg-font-family-mono); font-size: var(--tg-font-size-xs); color: var(--tg-color-text-disabled); }
12
+ .tg-ctx__divider { height: 1px; background: var(--tg-color-border); margin: var(--tg-spacing-1) 0; }
@@ -0,0 +1,107 @@
1
+ import { h, Host } from "@stencil/core";
2
+ export class TgContextMenu {
3
+ constructor() {
4
+ this.items = [];
5
+ this.visible = false;
6
+ this.x = 0;
7
+ this.y = 0;
8
+ }
9
+ get parsed() {
10
+ if (typeof this.items === 'string') {
11
+ try {
12
+ return JSON.parse(this.items);
13
+ }
14
+ catch (_a) {
15
+ return [];
16
+ }
17
+ }
18
+ return this.items;
19
+ }
20
+ onContext(e) { e.preventDefault(); this.x = e.clientX; this.y = e.clientY; this.visible = true; }
21
+ onDocClick() { this.visible = false; }
22
+ render() {
23
+ return (h(Host, { key: '0e56291c2114cb180a64855f9fc8bd5e10b69b9d' }, h("slot", { key: '8711f7eda110514f39136bc5995e42a909e4a6b5' }), this.visible && (h("div", { key: '67d9386b7fc248c30a6387ae8677145f4b2d98dd', class: "tg-ctx", style: { left: this.x + 'px', top: this.y + 'px' }, onClick: (e) => e.stopPropagation() }, this.parsed.map(item => item.divider ? h("div", { class: "tg-ctx__divider" }) : (h("button", Object.assign({ class: { 'tg-ctx__item': true, 'tg-ctx__item--danger': item.danger === true, 'tg-ctx__item--disabled': item.disabled === true }, type: "button" }, (item.disabled ? { disabled: true } : {}), { onClick: () => { this.tgAction.emit(item.id); this.visible = false; } }), item.icon && h("span", { class: "tg-ctx__icon" }, item.icon), h("span", { class: "tg-ctx__label" }, item.label), item.shortcut && h("kbd", { class: "tg-ctx__shortcut" }, item.shortcut))))))));
24
+ }
25
+ static get is() { return "tg-context-menu"; }
26
+ static get encapsulation() { return "shadow"; }
27
+ static get originalStyleUrls() {
28
+ return {
29
+ "$": ["tg-context-menu.css"]
30
+ };
31
+ }
32
+ static get styleUrls() {
33
+ return {
34
+ "$": ["tg-context-menu.css"]
35
+ };
36
+ }
37
+ static get properties() {
38
+ return {
39
+ "items": {
40
+ "type": "string",
41
+ "mutable": false,
42
+ "complexType": {
43
+ "original": "string | ContextMenuItem[]",
44
+ "resolved": "ContextMenuItem[] | string",
45
+ "references": {
46
+ "ContextMenuItem": {
47
+ "location": "local",
48
+ "path": "/Users/mahykane/work/Teranga-Design-Systems/packages/components/src/components/tg-context-menu/tg-context-menu.tsx",
49
+ "id": "src/components/tg-context-menu/tg-context-menu.tsx::ContextMenuItem"
50
+ }
51
+ }
52
+ },
53
+ "required": false,
54
+ "optional": false,
55
+ "docs": {
56
+ "tags": [],
57
+ "text": ""
58
+ },
59
+ "getter": false,
60
+ "setter": false,
61
+ "reflect": false,
62
+ "attribute": "items",
63
+ "defaultValue": "[]"
64
+ }
65
+ };
66
+ }
67
+ static get states() {
68
+ return {
69
+ "visible": {},
70
+ "x": {},
71
+ "y": {}
72
+ };
73
+ }
74
+ static get events() {
75
+ return [{
76
+ "method": "tgAction",
77
+ "name": "tgAction",
78
+ "bubbles": true,
79
+ "cancelable": true,
80
+ "composed": true,
81
+ "docs": {
82
+ "tags": [],
83
+ "text": ""
84
+ },
85
+ "complexType": {
86
+ "original": "string",
87
+ "resolved": "string",
88
+ "references": {}
89
+ }
90
+ }];
91
+ }
92
+ static get listeners() {
93
+ return [{
94
+ "name": "contextmenu",
95
+ "method": "onContext",
96
+ "target": undefined,
97
+ "capture": false,
98
+ "passive": false
99
+ }, {
100
+ "name": "click",
101
+ "method": "onDocClick",
102
+ "target": "document",
103
+ "capture": false,
104
+ "passive": false
105
+ }];
106
+ }
107
+ }
@@ -0,0 +1,19 @@
1
+ :host { display: block; }
2
+ .tg-dt { font-family: var(--tg-font-family-sans); border: 1px solid var(--tg-color-border); border-radius: var(--tg-radius-xl); overflow: hidden; background: var(--tg-color-surface-raised); position: relative; }
3
+ .tg-dt__loader { position: absolute; top: 0; left: 0; right: 0; height: 3px; overflow: hidden; z-index: 10; }
4
+ .tg-dt__loader-bar { height: 100%; width: 40%; background: var(--tg-color-primary); border-radius: var(--tg-radius-full); animation: tg-dt-load 1.2s ease-in-out infinite; }
5
+ @keyframes tg-dt-load { 0% { transform: translateX(-100%); } 100% { transform: translateX(350%); } }
6
+ .tg-dt__scroll { overflow-x: auto; }
7
+ .tg-dt__table { width: 100%; border-collapse: collapse; }
8
+ .tg-dt__th { padding: var(--tg-spacing-3) var(--tg-spacing-4); text-align: left; font-size: var(--tg-font-size-xs); font-weight: var(--tg-font-weight-semibold); color: var(--tg-color-text-secondary); text-transform: uppercase; letter-spacing: var(--tg-tracking-wide); background: var(--tg-color-surface-sunken); border-bottom: 1px solid var(--tg-color-border); white-space: nowrap; }
9
+ .tg-dt__th--sortable { cursor: pointer; user-select: none; }
10
+ .tg-dt__th--sortable:hover { color: var(--tg-color-primary); }
11
+ .tg-dt__th-content { display: inline-flex; align-items: center; gap: var(--tg-spacing-1); }
12
+ .tg-dt__sort-icon { font-size: 0.75rem; }
13
+ .tg-dt__th--check, .tg-dt__td--check { width: 2.5rem; text-align: center; }
14
+ .tg-dt__td { padding: var(--tg-spacing-3) var(--tg-spacing-4); font-size: var(--tg-font-size-sm); color: var(--tg-color-text-primary); border-bottom: 1px solid var(--tg-color-border); }
15
+ .tg-dt--compact .tg-dt__th, .tg-dt--compact .tg-dt__td { padding: var(--tg-spacing-2) var(--tg-spacing-3); }
16
+ .tg-dt__row--striped { background: var(--tg-color-surface-sunken); }
17
+ .tg-dt__row--selected { background: var(--tg-color-primary-subtle); }
18
+ .tg-dt__row:hover { background: var(--tg-color-primary-subtle); }
19
+ .tg-dt__empty { text-align: center; padding: var(--tg-spacing-8); color: var(--tg-color-text-disabled); font-style: italic; }
@@ -0,0 +1,287 @@
1
+ import { h, Host } from "@stencil/core";
2
+ export class TgDataTable {
3
+ constructor() {
4
+ this.columns = [];
5
+ this.rows = [];
6
+ this.selectable = false;
7
+ this.striped = true;
8
+ this.compact = false;
9
+ this.loading = false;
10
+ this.emptyText = 'Aucune donn\u00e9e';
11
+ this.sortKey = '';
12
+ this.sortDir = 'asc';
13
+ this.selectedRows = new Set();
14
+ this.toggleAll = () => {
15
+ if (this.selectedRows.size === this.data.length)
16
+ this.selectedRows = new Set();
17
+ else
18
+ this.selectedRows = new Set(this.data.map((_, i) => i));
19
+ this.tgRowSelect.emit(Array.from(this.selectedRows));
20
+ };
21
+ }
22
+ get cols() {
23
+ if (typeof this.columns === 'string') {
24
+ try {
25
+ return JSON.parse(this.columns);
26
+ }
27
+ catch (_a) {
28
+ return [];
29
+ }
30
+ }
31
+ return this.columns;
32
+ }
33
+ get data() {
34
+ if (typeof this.rows === 'string') {
35
+ try {
36
+ return JSON.parse(this.rows);
37
+ }
38
+ catch (_a) {
39
+ return [];
40
+ }
41
+ }
42
+ return this.rows;
43
+ }
44
+ get sortedData() {
45
+ if (!this.sortKey)
46
+ return this.data;
47
+ return [...this.data].sort((a, b) => {
48
+ const av = a[this.sortKey];
49
+ const bv = b[this.sortKey];
50
+ const cmp = typeof av === 'number' ? av - bv : String(av).localeCompare(String(bv));
51
+ return this.sortDir === 'asc' ? cmp : -cmp;
52
+ });
53
+ }
54
+ handleSort(col) {
55
+ if (!col.sortable)
56
+ return;
57
+ if (this.sortKey === col.key)
58
+ this.sortDir = this.sortDir === 'asc' ? 'desc' : 'asc';
59
+ else {
60
+ this.sortKey = col.key;
61
+ this.sortDir = 'asc';
62
+ }
63
+ this.tgSort.emit({ key: this.sortKey, dir: this.sortDir });
64
+ }
65
+ toggleRow(idx) {
66
+ const s = new Set(this.selectedRows);
67
+ if (s.has(idx))
68
+ s.delete(idx);
69
+ else
70
+ s.add(idx);
71
+ this.selectedRows = s;
72
+ this.tgRowSelect.emit(Array.from(s));
73
+ }
74
+ render() {
75
+ const cols = this.cols;
76
+ const rows = this.sortedData;
77
+ return (h(Host, { key: '41340ae2532212cceb01cfca73359f91b99e76fa' }, h("div", { key: '7376c54b66c6037b227ce65c4f2e3e7b0bcda594', class: { 'tg-dt': true, 'tg-dt--compact': this.compact } }, this.loading && h("div", { key: '756436d24ca9bf79ba1fd6dfd720d75f1f0d5747', class: "tg-dt__loader" }, h("div", { key: '62c76d0b712a49653df7b60688293096ac8849b6', class: "tg-dt__loader-bar" })), h("div", { key: '8766278921bf7329af9d093cf6aaf3097bec07e7', class: "tg-dt__scroll" }, h("table", { key: '6e55bcbb7f2c3abc0ae38345afad6198c07a3ccb', class: "tg-dt__table" }, h("thead", { key: 'af7ee25ceec1bf9c3f47c17ba7c3dead48311def' }, h("tr", { key: '66147dd8631c01b5471a830cdd8538f3e660f058' }, this.selectable && h("th", { key: '35e58a867f102a8253cacae32a0c4151cfd7c2ad', class: "tg-dt__th tg-dt__th--check" }, h("input", { key: '1448d9ae15d0dea2abb47ca8c03348d54529705c', type: "checkbox", checked: this.selectedRows.size === rows.length && rows.length > 0, onChange: this.toggleAll })), cols.map(col => (h("th", { class: { 'tg-dt__th': true, 'tg-dt__th--sortable': col.sortable === true }, style: col.width ? { width: col.width } : {}, onClick: () => this.handleSort(col) }, h("span", { class: "tg-dt__th-content" }, col.label, col.sortable && h("span", { class: "tg-dt__sort-icon" }, this.sortKey === col.key ? (this.sortDir === 'asc' ? '\u2191' : '\u2193') : '\u2195'))))))), h("tbody", { key: '3ddcac1c70513b9513eedf3d22296f5781f21faa' }, rows.length === 0 && h("tr", { key: '136db0f95b7731b86739743f1d6f5ec36ddf05a0' }, h("td", { key: 'f55185e172a22eafef9906e3b7d592ad281e1cd6', class: "tg-dt__empty", colSpan: cols.length + (this.selectable ? 1 : 0) }, this.emptyText)), rows.map((row, i) => (h("tr", { class: { 'tg-dt__row': true, 'tg-dt__row--striped': this.striped && i % 2 === 1, 'tg-dt__row--selected': this.selectedRows.has(i) } }, this.selectable && h("td", { class: "tg-dt__td tg-dt__td--check" }, h("input", { type: "checkbox", checked: this.selectedRows.has(i), onChange: () => this.toggleRow(i) })), cols.map(col => h("td", { class: "tg-dt__td" }, row[col.key])))))))))));
78
+ }
79
+ static get is() { return "tg-data-table"; }
80
+ static get encapsulation() { return "shadow"; }
81
+ static get originalStyleUrls() {
82
+ return {
83
+ "$": ["tg-data-table.css"]
84
+ };
85
+ }
86
+ static get styleUrls() {
87
+ return {
88
+ "$": ["tg-data-table.css"]
89
+ };
90
+ }
91
+ static get properties() {
92
+ return {
93
+ "columns": {
94
+ "type": "string",
95
+ "mutable": false,
96
+ "complexType": {
97
+ "original": "string | DataTableColumn[]",
98
+ "resolved": "DataTableColumn[] | string",
99
+ "references": {
100
+ "DataTableColumn": {
101
+ "location": "local",
102
+ "path": "/Users/mahykane/work/Teranga-Design-Systems/packages/components/src/components/tg-data-table/tg-data-table.tsx",
103
+ "id": "src/components/tg-data-table/tg-data-table.tsx::DataTableColumn"
104
+ }
105
+ }
106
+ },
107
+ "required": false,
108
+ "optional": false,
109
+ "docs": {
110
+ "tags": [],
111
+ "text": ""
112
+ },
113
+ "getter": false,
114
+ "setter": false,
115
+ "reflect": false,
116
+ "attribute": "columns",
117
+ "defaultValue": "[]"
118
+ },
119
+ "rows": {
120
+ "type": "string",
121
+ "mutable": false,
122
+ "complexType": {
123
+ "original": "string | DataTableRow[]",
124
+ "resolved": "DataTableRow[] | string",
125
+ "references": {
126
+ "DataTableRow": {
127
+ "location": "local",
128
+ "path": "/Users/mahykane/work/Teranga-Design-Systems/packages/components/src/components/tg-data-table/tg-data-table.tsx",
129
+ "id": "src/components/tg-data-table/tg-data-table.tsx::DataTableRow"
130
+ }
131
+ }
132
+ },
133
+ "required": false,
134
+ "optional": false,
135
+ "docs": {
136
+ "tags": [],
137
+ "text": ""
138
+ },
139
+ "getter": false,
140
+ "setter": false,
141
+ "reflect": false,
142
+ "attribute": "rows",
143
+ "defaultValue": "[]"
144
+ },
145
+ "selectable": {
146
+ "type": "boolean",
147
+ "mutable": false,
148
+ "complexType": {
149
+ "original": "boolean",
150
+ "resolved": "boolean",
151
+ "references": {}
152
+ },
153
+ "required": false,
154
+ "optional": false,
155
+ "docs": {
156
+ "tags": [],
157
+ "text": ""
158
+ },
159
+ "getter": false,
160
+ "setter": false,
161
+ "reflect": false,
162
+ "attribute": "selectable",
163
+ "defaultValue": "false"
164
+ },
165
+ "striped": {
166
+ "type": "boolean",
167
+ "mutable": false,
168
+ "complexType": {
169
+ "original": "boolean",
170
+ "resolved": "boolean",
171
+ "references": {}
172
+ },
173
+ "required": false,
174
+ "optional": false,
175
+ "docs": {
176
+ "tags": [],
177
+ "text": ""
178
+ },
179
+ "getter": false,
180
+ "setter": false,
181
+ "reflect": false,
182
+ "attribute": "striped",
183
+ "defaultValue": "true"
184
+ },
185
+ "compact": {
186
+ "type": "boolean",
187
+ "mutable": false,
188
+ "complexType": {
189
+ "original": "boolean",
190
+ "resolved": "boolean",
191
+ "references": {}
192
+ },
193
+ "required": false,
194
+ "optional": false,
195
+ "docs": {
196
+ "tags": [],
197
+ "text": ""
198
+ },
199
+ "getter": false,
200
+ "setter": false,
201
+ "reflect": false,
202
+ "attribute": "compact",
203
+ "defaultValue": "false"
204
+ },
205
+ "loading": {
206
+ "type": "boolean",
207
+ "mutable": false,
208
+ "complexType": {
209
+ "original": "boolean",
210
+ "resolved": "boolean",
211
+ "references": {}
212
+ },
213
+ "required": false,
214
+ "optional": false,
215
+ "docs": {
216
+ "tags": [],
217
+ "text": ""
218
+ },
219
+ "getter": false,
220
+ "setter": false,
221
+ "reflect": false,
222
+ "attribute": "loading",
223
+ "defaultValue": "false"
224
+ },
225
+ "emptyText": {
226
+ "type": "string",
227
+ "mutable": false,
228
+ "complexType": {
229
+ "original": "string",
230
+ "resolved": "string",
231
+ "references": {}
232
+ },
233
+ "required": false,
234
+ "optional": false,
235
+ "docs": {
236
+ "tags": [],
237
+ "text": ""
238
+ },
239
+ "getter": false,
240
+ "setter": false,
241
+ "reflect": false,
242
+ "attribute": "empty-text",
243
+ "defaultValue": "'Aucune donn\\u00e9e'"
244
+ }
245
+ };
246
+ }
247
+ static get states() {
248
+ return {
249
+ "sortKey": {},
250
+ "sortDir": {},
251
+ "selectedRows": {}
252
+ };
253
+ }
254
+ static get events() {
255
+ return [{
256
+ "method": "tgSort",
257
+ "name": "tgSort",
258
+ "bubbles": true,
259
+ "cancelable": true,
260
+ "composed": true,
261
+ "docs": {
262
+ "tags": [],
263
+ "text": ""
264
+ },
265
+ "complexType": {
266
+ "original": "{ key: string; dir: string }",
267
+ "resolved": "{ key: string; dir: string; }",
268
+ "references": {}
269
+ }
270
+ }, {
271
+ "method": "tgRowSelect",
272
+ "name": "tgRowSelect",
273
+ "bubbles": true,
274
+ "cancelable": true,
275
+ "composed": true,
276
+ "docs": {
277
+ "tags": [],
278
+ "text": ""
279
+ },
280
+ "complexType": {
281
+ "original": "number[]",
282
+ "resolved": "number[]",
283
+ "references": {}
284
+ }
285
+ }];
286
+ }
287
+ }
@@ -0,0 +1,28 @@
1
+ :host { display: block; }
2
+ .tg-date-picker { position: relative; font-family: var(--tg-font-family-sans); }
3
+ .tg-dp__label { display: block; font-size: var(--tg-font-size-sm); font-weight: var(--tg-font-weight-medium); color: var(--tg-color-text-primary); margin-bottom: var(--tg-spacing-1-5); }
4
+ .tg-dp__input-wrap { display: flex; align-items: center; gap: var(--tg-spacing-2); border: 1px solid var(--tg-color-border-strong); border-radius: var(--tg-radius-lg); background: var(--tg-color-surface-raised); padding: 0 var(--tg-spacing-3); cursor: pointer; transition: border-color var(--tg-duration-fast), box-shadow var(--tg-duration-fast); }
5
+ .tg-dp__input-wrap:focus-within { border-color: var(--tg-color-border-focus); box-shadow: var(--tg-focus-ring); }
6
+ .tg-dp__input-wrap--invalid { border-color: var(--tg-color-danger); }
7
+ .tg-dp__icon { color: var(--tg-color-text-secondary); flex-shrink: 0; }
8
+ .tg-dp__input { flex: 1; border: none; outline: none; background: transparent; color: var(--tg-color-text-primary); font-family: inherit; cursor: pointer; }
9
+ .tg-date-picker--sm .tg-dp__input { height: 2rem; font-size: var(--tg-font-size-xs); }
10
+ .tg-date-picker--md .tg-dp__input { height: 2.5rem; font-size: var(--tg-font-size-sm); }
11
+ .tg-date-picker--lg .tg-dp__input { height: 3rem; font-size: var(--tg-font-size-md); }
12
+ .tg-dp__input::placeholder { color: var(--tg-color-text-disabled); }
13
+ .tg-dp__calendar { position: absolute; top: 100%; left: 0; margin-top: var(--tg-spacing-1); background: var(--tg-color-surface-raised); border: 1px solid var(--tg-color-border); border-radius: var(--tg-radius-xl); box-shadow: var(--tg-shadow-lg); z-index: 1000; padding: var(--tg-spacing-3); min-width: 280px; animation: tg-dp-enter var(--tg-duration-fast) var(--tg-ease-out); }
14
+ @keyframes tg-dp-enter { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
15
+ .tg-dp__nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--tg-spacing-2); }
16
+ .tg-dp__nav-btn { background: none; border: none; cursor: pointer; font-size: 1.25rem; color: var(--tg-color-text-primary); padding: var(--tg-spacing-1); border-radius: var(--tg-radius-md); transition: background var(--tg-duration-fast); }
17
+ .tg-dp__nav-btn:hover { background: var(--tg-color-primary-subtle); }
18
+ .tg-dp__month-year { font-size: var(--tg-font-size-sm); font-weight: var(--tg-font-weight-semibold); }
19
+ .tg-dp__weekdays { display: grid; grid-template-columns: repeat(7, 1fr); margin-bottom: var(--tg-spacing-1); }
20
+ .tg-dp__wd { text-align: center; font-size: var(--tg-font-size-xs); color: var(--tg-color-text-secondary); font-weight: var(--tg-font-weight-medium); padding: var(--tg-spacing-1) 0; }
21
+ .tg-dp__days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
22
+ .tg-dp__day { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; margin: auto; border: none; background: none; cursor: pointer; font-size: var(--tg-font-size-xs); color: var(--tg-color-text-primary); border-radius: var(--tg-radius-md); transition: background var(--tg-duration-fast); }
23
+ .tg-dp__day:hover { background: var(--tg-color-primary-subtle); }
24
+ .tg-dp__day--sel { background: var(--tg-color-primary); color: var(--tg-color-primary-on); font-weight: var(--tg-font-weight-semibold); }
25
+ .tg-dp__day--today { border: 1px solid var(--tg-color-primary); }
26
+ .tg-dp__day--empty { cursor: default; }
27
+ .tg-dp__error { margin: var(--tg-spacing-1) 0 0; font-size: var(--tg-font-size-xs); color: var(--tg-color-danger); }
28
+ .tg-dp__helper { margin: var(--tg-spacing-1) 0 0; font-size: var(--tg-font-size-xs); color: var(--tg-color-text-secondary); }