@gitlab/duo-ui 0.1.0 → 0.3.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 (761) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/components/chat/components/duo_chat_context/constants.js +11 -0
  3. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_details_modal/duo_chat_context_item_details_modal.js +118 -0
  4. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu.js +265 -0
  5. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_category_items.js +68 -0
  6. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_item.js +87 -0
  7. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_items.js +137 -0
  8. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_items_loading.js +53 -0
  9. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_popover/duo_chat_context_item_popover.js +121 -0
  10. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_selections/duo_chat_context_item_selections.js +153 -0
  11. package/dist/components/chat/components/duo_chat_context/mock_context_data.js +191 -0
  12. package/dist/components/chat/components/duo_chat_context/utils.js +106 -0
  13. package/dist/components/chat/components/duo_chat_conversation/duo_chat_conversation.js +101 -0
  14. package/dist/components/chat/components/duo_chat_loader/duo_chat_loader.js +101 -0
  15. package/dist/components/chat/components/duo_chat_message/buttons_utils.js +25 -0
  16. package/dist/components/chat/components/duo_chat_message/constants.js +5 -0
  17. package/dist/components/chat/components/duo_chat_message/copy_code_element.js +16 -0
  18. package/dist/components/chat/components/duo_chat_message/duo_chat_message.js +287 -0
  19. package/dist/components/chat/components/duo_chat_message/insert_code_snippet_element.js +56 -0
  20. package/dist/components/chat/components/duo_chat_message/utils.js +8 -0
  21. package/dist/components/chat/components/duo_chat_message_sources/duo_chat_message_sources.js +106 -0
  22. package/dist/components/chat/components/duo_chat_predefined_prompts/duo_chat_predefined_prompts.js +64 -0
  23. package/dist/components/chat/constants.js +30 -0
  24. package/dist/components/chat/duo_chat.js +524 -0
  25. package/dist/components/chat/markdown_renderer.js +18 -0
  26. package/dist/components/chat/mock_data.js +162 -0
  27. package/dist/components/user_feedback/user_feedback.js +97 -0
  28. package/dist/components/user_feedback/user_feedback_modal.js +149 -0
  29. package/dist/components/workflow/components/duo_workflow_panel/duo_workflow_panel.js +95 -0
  30. package/dist/components/workflow/components/duo_workflow_prompt/duo_workflow_prompt.js +235 -0
  31. package/dist/components.css +2 -0
  32. package/dist/components.css.map +1 -0
  33. package/dist/tailwind.css +2 -0
  34. package/dist/tailwind.css.map +1 -0
  35. package/package.json +8 -16
  36. package/src/components/{experimental/duo/chat → chat}/components/duo_chat_context/duo_chat_context_item_details_modal/duo_chat_context_item_details_modal.vue +1 -1
  37. package/src/components/{experimental/duo/chat → chat}/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_items_loading.vue +1 -1
  38. package/src/components/chat/components/duo_chat_message/constants.js +3 -0
  39. package/src/components/{experimental/duo/chat → chat}/components/duo_chat_message/duo_chat_message.scss +31 -2
  40. package/src/components/{experimental/duo/chat → chat}/components/duo_chat_message/duo_chat_message.vue +33 -2
  41. package/src/components/chat/duo_chat.scss +393 -0
  42. package/src/components/{experimental/duo/chat → chat}/mock_data.js +2 -2
  43. package/src/config.js +3 -43
  44. package/src/index.js +3 -130
  45. package/src/scss/components.scss +6 -83
  46. package/src/tokens/build/json/tokens.json +13548 -13548
  47. package/src/vendor/bootstrap/LICENSE +22 -0
  48. package/src/vendor/bootstrap-vue/LICENSE +21 -0
  49. package/src/vendor/bootstrap-vue/nuxt/index.js +164 -0
  50. package/src/vendor/bootstrap-vue/nuxt/plugin.template.js +29 -0
  51. package/src/vendor/bootstrap-vue/package.json +201 -0
  52. package/src/vendor/bootstrap-vue/src/bv-config.d.ts +4 -0
  53. package/src/vendor/bootstrap-vue/src/components/badge/README.md +126 -0
  54. package/src/vendor/bootstrap-vue/src/components/badge/badge.spec.js +141 -0
  55. package/src/vendor/bootstrap-vue/src/components/badge/index.d.ts +7 -0
  56. package/src/vendor/bootstrap-vue/src/components/badge/package.json +29 -0
  57. package/src/vendor/bootstrap-vue/src/components/breadcrumb/README.md +93 -0
  58. package/src/vendor/bootstrap-vue/src/components/breadcrumb/breadcrumb-item.spec.js +123 -0
  59. package/src/vendor/bootstrap-vue/src/components/breadcrumb/breadcrumb-link.spec.js +117 -0
  60. package/src/vendor/bootstrap-vue/src/components/breadcrumb/breadcrumb.spec.js +183 -0
  61. package/src/vendor/bootstrap-vue/src/components/breadcrumb/index.d.ts +13 -0
  62. package/src/vendor/bootstrap-vue/src/components/breadcrumb/package.json +62 -0
  63. package/src/vendor/bootstrap-vue/src/components/button/README.md +281 -0
  64. package/src/vendor/bootstrap-vue/src/components/button/button-close.spec.js +210 -0
  65. package/src/vendor/bootstrap-vue/src/components/button/button.spec.js +385 -0
  66. package/src/vendor/bootstrap-vue/src/components/button/index.d.ts +10 -0
  67. package/src/vendor/bootstrap-vue/src/components/button/package.json +105 -0
  68. package/src/vendor/bootstrap-vue/src/components/button-group/README.md +112 -0
  69. package/src/vendor/bootstrap-vue/src/components/button-group/button-group.spec.js +98 -0
  70. package/src/vendor/bootstrap-vue/src/components/button-group/index.d.ts +7 -0
  71. package/src/vendor/bootstrap-vue/src/components/button-group/package.json +29 -0
  72. package/src/vendor/bootstrap-vue/src/components/collapse/README.md +321 -0
  73. package/src/vendor/bootstrap-vue/src/components/collapse/collapse.spec.js +558 -0
  74. package/src/vendor/bootstrap-vue/src/components/collapse/index.d.ts +9 -0
  75. package/src/vendor/bootstrap-vue/src/components/collapse/package.json +111 -0
  76. package/src/vendor/bootstrap-vue/src/components/dropdown/README.md +730 -0
  77. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-divider.spec.js +58 -0
  78. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-form.spec.js +110 -0
  79. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-group.spec.js +94 -0
  80. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-header.spec.js +73 -0
  81. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-item-button.spec.js +117 -0
  82. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-item.spec.js +147 -0
  83. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-text.spec.js +59 -0
  84. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown.spec.js +1121 -0
  85. package/src/vendor/bootstrap-vue/src/components/dropdown/index.d.ts +32 -0
  86. package/src/vendor/bootstrap-vue/src/components/dropdown/package.json +368 -0
  87. package/src/vendor/bootstrap-vue/src/components/form/README.md +370 -0
  88. package/src/vendor/bootstrap-vue/src/components/form/form-invalid-feedback.spec.js +170 -0
  89. package/src/vendor/bootstrap-vue/src/components/form/form-text.spec.js +93 -0
  90. package/src/vendor/bootstrap-vue/src/components/form/form-valid-feedback.spec.js +157 -0
  91. package/src/vendor/bootstrap-vue/src/components/form/form.spec.js +97 -0
  92. package/src/vendor/bootstrap-vue/src/components/form/index.d.ts +16 -0
  93. package/src/vendor/bootstrap-vue/src/components/form/package.json +112 -0
  94. package/src/vendor/bootstrap-vue/src/components/form-checkbox/README.md +862 -0
  95. package/src/vendor/bootstrap-vue/src/components/form-checkbox/form-checkbox-group.spec.js +642 -0
  96. package/src/vendor/bootstrap-vue/src/components/form-checkbox/form-checkbox.spec.js +1331 -0
  97. package/src/vendor/bootstrap-vue/src/components/form-checkbox/index.d.ts +10 -0
  98. package/src/vendor/bootstrap-vue/src/components/form-checkbox/package.json +172 -0
  99. package/src/vendor/bootstrap-vue/src/components/form-group/README.md +337 -0
  100. package/src/vendor/bootstrap-vue/src/components/form-group/form-group.spec.js +477 -0
  101. package/src/vendor/bootstrap-vue/src/components/form-group/index.d.ts +7 -0
  102. package/src/vendor/bootstrap-vue/src/components/form-group/package.json +183 -0
  103. package/src/vendor/bootstrap-vue/src/components/form-input/README.md +612 -0
  104. package/src/vendor/bootstrap-vue/src/components/form-input/form-input.spec.js +986 -0
  105. package/src/vendor/bootstrap-vue/src/components/form-input/index.d.ts +9 -0
  106. package/src/vendor/bootstrap-vue/src/components/form-input/package.json +135 -0
  107. package/src/vendor/bootstrap-vue/src/components/form-radio/README.md +566 -0
  108. package/src/vendor/bootstrap-vue/src/components/form-radio/form-radio-group.spec.js +469 -0
  109. package/src/vendor/bootstrap-vue/src/components/form-radio/form-radio.spec.js +952 -0
  110. package/src/vendor/bootstrap-vue/src/components/form-radio/index.d.ts +10 -0
  111. package/src/vendor/bootstrap-vue/src/components/form-radio/package.json +162 -0
  112. package/src/vendor/bootstrap-vue/src/components/form-select/README.md +504 -0
  113. package/src/vendor/bootstrap-vue/src/components/form-select/form-select-option-group.spec.js +138 -0
  114. package/src/vendor/bootstrap-vue/src/components/form-select/form-select-option.spec.js +75 -0
  115. package/src/vendor/bootstrap-vue/src/components/form-select/form-select.spec.js +723 -0
  116. package/src/vendor/bootstrap-vue/src/components/form-select/index.d.ts +13 -0
  117. package/src/vendor/bootstrap-vue/src/components/form-select/package.json +132 -0
  118. package/src/vendor/bootstrap-vue/src/components/form-textarea/README.md +453 -0
  119. package/src/vendor/bootstrap-vue/src/components/form-textarea/form-textarea.spec.js +1000 -0
  120. package/src/vendor/bootstrap-vue/src/components/form-textarea/index.d.ts +9 -0
  121. package/src/vendor/bootstrap-vue/src/components/form-textarea/package.json +122 -0
  122. package/src/vendor/bootstrap-vue/src/components/index.d.ts +31 -0
  123. package/src/vendor/bootstrap-vue/src/components/input-group/README.md +334 -0
  124. package/src/vendor/bootstrap-vue/src/components/input-group/index.d.ts +19 -0
  125. package/src/vendor/bootstrap-vue/src/components/input-group/input-group-append.spec.js +84 -0
  126. package/src/vendor/bootstrap-vue/src/components/input-group/input-group-prepend.spec.js +84 -0
  127. package/src/vendor/bootstrap-vue/src/components/input-group/input-group-text.spec.js +45 -0
  128. package/src/vendor/bootstrap-vue/src/components/input-group/input-group.spec.js +153 -0
  129. package/src/vendor/bootstrap-vue/src/components/input-group/package.json +109 -0
  130. package/src/vendor/bootstrap-vue/src/components/layout/README.md +791 -0
  131. package/src/vendor/bootstrap-vue/src/components/layout/col.spec.js +192 -0
  132. package/src/vendor/bootstrap-vue/src/components/layout/form-row.spec.js +45 -0
  133. package/src/vendor/bootstrap-vue/src/components/layout/index.d.ts +10 -0
  134. package/src/vendor/bootstrap-vue/src/components/layout/package.json +99 -0
  135. package/src/vendor/bootstrap-vue/src/components/link/README.md +76 -0
  136. package/src/vendor/bootstrap-vue/src/components/link/index.d.ts +10 -0
  137. package/src/vendor/bootstrap-vue/src/components/link/link.spec.js +434 -0
  138. package/src/vendor/bootstrap-vue/src/components/link/package.json +57 -0
  139. package/src/vendor/bootstrap-vue/src/components/modal/MODIFICATIONS.md +27 -0
  140. package/src/vendor/bootstrap-vue/src/components/modal/README.md +1068 -0
  141. package/src/vendor/bootstrap-vue/src/components/modal/helpers/bv-modal-event.class.spec.js +82 -0
  142. package/src/vendor/bootstrap-vue/src/components/modal/index.d.ts +82 -0
  143. package/src/vendor/bootstrap-vue/src/components/modal/modal.spec.js +1418 -0
  144. package/src/vendor/bootstrap-vue/src/components/modal/package.json +548 -0
  145. package/src/vendor/bootstrap-vue/src/components/nav/README.md +480 -0
  146. package/src/vendor/bootstrap-vue/src/components/nav/index.d.ts +17 -0
  147. package/src/vendor/bootstrap-vue/src/components/nav/nav-item-dropdown.spec.js +268 -0
  148. package/src/vendor/bootstrap-vue/src/components/nav/nav-item.spec.js +127 -0
  149. package/src/vendor/bootstrap-vue/src/components/nav/nav.spec.js +244 -0
  150. package/src/vendor/bootstrap-vue/src/components/nav/package.json +190 -0
  151. package/src/vendor/bootstrap-vue/src/components/navbar/README.md +333 -0
  152. package/src/vendor/bootstrap-vue/src/components/navbar/index.d.ts +10 -0
  153. package/src/vendor/bootstrap-vue/src/components/navbar/navbar-brand.spec.js +50 -0
  154. package/src/vendor/bootstrap-vue/src/components/navbar/navbar.spec.js +130 -0
  155. package/src/vendor/bootstrap-vue/src/components/navbar/package.json +54 -0
  156. package/src/vendor/bootstrap-vue/src/components/popover/README.md +919 -0
  157. package/src/vendor/bootstrap-vue/src/components/popover/index.d.ts +7 -0
  158. package/src/vendor/bootstrap-vue/src/components/popover/package.json +261 -0
  159. package/src/vendor/bootstrap-vue/src/components/popover/popover.spec.js +199 -0
  160. package/src/vendor/bootstrap-vue/src/components/progress/MODIFICATIONS.md +23 -0
  161. package/src/vendor/bootstrap-vue/src/components/progress/README.md +363 -0
  162. package/src/vendor/bootstrap-vue/src/components/progress/index.d.ts +10 -0
  163. package/src/vendor/bootstrap-vue/src/components/progress/package.json +109 -0
  164. package/src/vendor/bootstrap-vue/src/components/progress/progress-bar.spec.js +270 -0
  165. package/src/vendor/bootstrap-vue/src/components/progress/progress.spec.js +71 -0
  166. package/src/vendor/bootstrap-vue/src/components/table/README.md +3157 -0
  167. package/src/vendor/bootstrap-vue/src/components/table/helpers/default-sort-compare.spec.js +112 -0
  168. package/src/vendor/bootstrap-vue/src/components/table/helpers/normalize-fields.spec.js +93 -0
  169. package/src/vendor/bootstrap-vue/src/components/table/index.d.ts +237 -0
  170. package/src/vendor/bootstrap-vue/src/components/table/package.json +1763 -0
  171. package/src/vendor/bootstrap-vue/src/components/table/table-busy.spec.js +150 -0
  172. package/src/vendor/bootstrap-vue/src/components/table/table-caption.spec.js +176 -0
  173. package/src/vendor/bootstrap-vue/src/components/table/table-colgroup.spec.js +81 -0
  174. package/src/vendor/bootstrap-vue/src/components/table/table-filtering.spec.js +409 -0
  175. package/src/vendor/bootstrap-vue/src/components/table/table-item-formatter.spec.js +56 -0
  176. package/src/vendor/bootstrap-vue/src/components/table/table-lite.spec.js +682 -0
  177. package/src/vendor/bootstrap-vue/src/components/table/table-pagination.spec.js +133 -0
  178. package/src/vendor/bootstrap-vue/src/components/table/table-primarykey.spec.js +83 -0
  179. package/src/vendor/bootstrap-vue/src/components/table/table-provider.spec.js +411 -0
  180. package/src/vendor/bootstrap-vue/src/components/table/table-row-details.spec.js +459 -0
  181. package/src/vendor/bootstrap-vue/src/components/table/table-selectable.spec.js +1182 -0
  182. package/src/vendor/bootstrap-vue/src/components/table/table-simple.spec.js +206 -0
  183. package/src/vendor/bootstrap-vue/src/components/table/table-sorting.spec.js +858 -0
  184. package/src/vendor/bootstrap-vue/src/components/table/table-sticky-column.spec.js +377 -0
  185. package/src/vendor/bootstrap-vue/src/components/table/table-tbody-bottom-row.spec.js +94 -0
  186. package/src/vendor/bootstrap-vue/src/components/table/table-tbody-row-events.spec.js +529 -0
  187. package/src/vendor/bootstrap-vue/src/components/table/table-tbody-top-row.spec.js +88 -0
  188. package/src/vendor/bootstrap-vue/src/components/table/table-tbody-transition.spec.js +83 -0
  189. package/src/vendor/bootstrap-vue/src/components/table/table-tfoot-custom.spec.js +91 -0
  190. package/src/vendor/bootstrap-vue/src/components/table/table-tfoot-events.spec.js +137 -0
  191. package/src/vendor/bootstrap-vue/src/components/table/table-thead-events.spec.js +155 -0
  192. package/src/vendor/bootstrap-vue/src/components/table/table-thead-top.spec.js +96 -0
  193. package/src/vendor/bootstrap-vue/src/components/table/table.spec.js +692 -0
  194. package/src/vendor/bootstrap-vue/src/components/tabs/README.md +575 -0
  195. package/src/vendor/bootstrap-vue/src/components/tabs/index.d.ts +13 -0
  196. package/src/vendor/bootstrap-vue/src/components/tabs/package.json +205 -0
  197. package/src/vendor/bootstrap-vue/src/components/tabs/tab.spec.js +330 -0
  198. package/src/vendor/bootstrap-vue/src/components/tabs/tabs.spec.js +836 -0
  199. package/src/vendor/bootstrap-vue/src/components/toast/README.md +656 -0
  200. package/src/vendor/bootstrap-vue/src/components/toast/helpers/bv-toast.spec.js +131 -0
  201. package/src/vendor/bootstrap-vue/src/components/toast/index.d.ts +70 -0
  202. package/src/vendor/bootstrap-vue/src/components/toast/package.json +188 -0
  203. package/src/vendor/bootstrap-vue/src/components/toast/toast.spec.js +346 -0
  204. package/src/vendor/bootstrap-vue/src/components/toast/toaster.spec.js +77 -0
  205. package/src/vendor/bootstrap-vue/src/components/tooltip/README.md +559 -0
  206. package/src/vendor/bootstrap-vue/src/components/tooltip/index.d.ts +7 -0
  207. package/src/vendor/bootstrap-vue/src/components/tooltip/package.json +258 -0
  208. package/src/vendor/bootstrap-vue/src/components/tooltip/tooltip.spec.js +1529 -0
  209. package/src/vendor/bootstrap-vue/src/components/transition/package.json +5 -0
  210. package/src/vendor/bootstrap-vue/src/components/transporter/package.json +5 -0
  211. package/src/vendor/bootstrap-vue/src/components/transporter/transporter.spec.js +85 -0
  212. package/src/vendor/bootstrap-vue/src/directives/modal/index.d.ts +8 -0
  213. package/src/vendor/bootstrap-vue/src/directives/modal/modal.spec.js +191 -0
  214. package/src/vendor/bootstrap-vue/src/directives/toggle/README.md +146 -0
  215. package/src/vendor/bootstrap-vue/src/directives/toggle/index.d.ts +7 -0
  216. package/src/vendor/bootstrap-vue/src/directives/toggle/package.json +26 -0
  217. package/src/vendor/bootstrap-vue/src/directives/toggle/toggle.spec.js +452 -0
  218. package/src/vendor/bootstrap-vue/src/directives/tooltip/README.md +521 -0
  219. package/src/vendor/bootstrap-vue/src/directives/tooltip/index.d.ts +7 -0
  220. package/src/vendor/bootstrap-vue/src/directives/tooltip/package.json +131 -0
  221. package/src/vendor/bootstrap-vue/src/directives/tooltip/tooltip.spec.js +223 -0
  222. package/src/vendor/bootstrap-vue/src/directives/visible/README.md +244 -0
  223. package/src/vendor/bootstrap-vue/src/directives/visible/index.d.ts +7 -0
  224. package/src/vendor/bootstrap-vue/src/directives/visible/package.json +24 -0
  225. package/src/vendor/bootstrap-vue/src/index.d.ts +61 -0
  226. package/src/vendor/bootstrap-vue/src/mixins/attrs.spec.js +194 -0
  227. package/src/vendor/bootstrap-vue/src/mixins/click-out.spec.js +52 -0
  228. package/src/vendor/bootstrap-vue/src/mixins/focus-in.spec.js +53 -0
  229. package/src/vendor/bootstrap-vue/src/mixins/listen-on-document.spec.js +117 -0
  230. package/src/vendor/bootstrap-vue/src/mixins/listen-on-root.spec.js +77 -0
  231. package/src/vendor/bootstrap-vue/src/mixins/listen-on-window.spec.js +115 -0
  232. package/src/vendor/bootstrap-vue/src/mixins/listeners.spec.js +245 -0
  233. package/src/vendor/bootstrap-vue/src/utils/bv-event.class.spec.js +66 -0
  234. package/src/vendor/bootstrap-vue/src/utils/clone-deep.spec.js +70 -0
  235. package/src/vendor/bootstrap-vue/src/utils/config.spec.js +169 -0
  236. package/src/vendor/bootstrap-vue/src/utils/css-escape.spec.js +82 -0
  237. package/src/vendor/bootstrap-vue/src/utils/dom.spec.js +291 -0
  238. package/src/vendor/bootstrap-vue/src/utils/events.spec.js +41 -0
  239. package/src/vendor/bootstrap-vue/src/utils/get.spec.js +109 -0
  240. package/src/vendor/bootstrap-vue/src/utils/inspect.spec.js +251 -0
  241. package/src/vendor/bootstrap-vue/src/utils/loose-equal.spec.js +203 -0
  242. package/src/vendor/bootstrap-vue/src/utils/normalize-slot.spec.js +63 -0
  243. package/src/vendor/bootstrap-vue/src/utils/number.spec.js +72 -0
  244. package/src/vendor/bootstrap-vue/src/utils/object.spec.js +61 -0
  245. package/src/vendor/bootstrap-vue/src/utils/props.spec.js +112 -0
  246. package/src/vendor/bootstrap-vue/src/utils/router.spec.js +248 -0
  247. package/src/vendor/bootstrap-vue/src/utils/string.spec.js +65 -0
  248. package/src/vendor/bootstrap-vue/src/utils/stringify-object-values.spec.js +47 -0
  249. package/src/vendor/bootstrap-vue/src/utils/warn.spec.js +54 -0
  250. package/src/vendor/bootstrap-vue/src/vue-injections.d.ts +13 -0
  251. package/translations.js +0 -26
  252. package/dist/tokens/css/tokens.css +0 -953
  253. package/dist/tokens/css/tokens.dark.css +0 -953
  254. package/dist/tokens/js/tokens.dark.js +0 -951
  255. package/dist/tokens/js/tokens.js +0 -951
  256. package/dist/tokens/json/tokens.dark.json +0 -21803
  257. package/dist/tokens/json/tokens.json +0 -21803
  258. package/dist/tokens/scss/_tokens.dark.scss +0 -950
  259. package/dist/tokens/scss/_tokens.scss +0 -950
  260. package/dist/tokens/scss/_tokens_custom_properties.scss +0 -951
  261. package/dist/tokens/tailwind/tokens.cjs +0 -336
  262. package/src/charts.js +0 -14
  263. package/src/components/base/accordion/accordion.md +0 -3
  264. package/src/components/base/accordion/accordion.vue +0 -43
  265. package/src/components/base/accordion/accordion_item.md +0 -3
  266. package/src/components/base/accordion/accordion_item.scss +0 -16
  267. package/src/components/base/accordion/accordion_item.vue +0 -122
  268. package/src/components/base/alert/alert.md +0 -35
  269. package/src/components/base/alert/alert.scss +0 -179
  270. package/src/components/base/alert/alert.vue +0 -241
  271. package/src/components/base/animated_icon/animated_chevron_right_down_icon.vue +0 -28
  272. package/src/components/base/animated_icon/animated_duo_chat_icon.vue +0 -39
  273. package/src/components/base/animated_icon/animated_icon.md +0 -4
  274. package/src/components/base/animated_icon/animated_icon.scss +0 -456
  275. package/src/components/base/animated_icon/animated_notifications_icon.vue +0 -49
  276. package/src/components/base/animated_icon/animated_sidebar_icon.vue +0 -35
  277. package/src/components/base/animated_icon/animated_smile_icon.vue +0 -37
  278. package/src/components/base/animated_icon/animated_sort_icon.vue +0 -84
  279. package/src/components/base/animated_icon/animated_star_icon.vue +0 -27
  280. package/src/components/base/animated_icon/animated_todo_icon.vue +0 -49
  281. package/src/components/base/animated_icon/animated_upload_icon.vue +0 -41
  282. package/src/components/base/animated_icon/base_animated_icon.vue +0 -39
  283. package/src/components/base/avatar/avatar.md +0 -1
  284. package/src/components/base/avatar/avatar.scss +0 -228
  285. package/src/components/base/avatar/avatar.vue +0 -151
  286. package/src/components/base/avatar_labeled/avatar_labeled.md +0 -20
  287. package/src/components/base/avatar_labeled/avatar_labeled.scss +0 -30
  288. package/src/components/base/avatar_labeled/avatar_labeled.vue +0 -92
  289. package/src/components/base/avatar_link/avatar_link.md +0 -33
  290. package/src/components/base/avatar_link/avatar_link.scss +0 -41
  291. package/src/components/base/avatar_link/avatar_link.vue +0 -15
  292. package/src/components/base/avatars_inline/avatars_inline.md +0 -38
  293. package/src/components/base/avatars_inline/avatars_inline.scss +0 -64
  294. package/src/components/base/avatars_inline/avatars_inline.vue +0 -110
  295. package/src/components/base/badge/badge.md +0 -38
  296. package/src/components/base/badge/badge.scss +0 -251
  297. package/src/components/base/badge/badge.vue +0 -91
  298. package/src/components/base/banner/banner.md +0 -35
  299. package/src/components/base/banner/banner.scss +0 -35
  300. package/src/components/base/banner/banner.vue +0 -131
  301. package/src/components/base/breadcrumb/breadcrumb.md +0 -23
  302. package/src/components/base/breadcrumb/breadcrumb.scss +0 -62
  303. package/src/components/base/breadcrumb/breadcrumb.vue +0 -229
  304. package/src/components/base/breadcrumb/breadcrumb_item.vue +0 -44
  305. package/src/components/base/broadcast_message/broadcast_message.md +0 -25
  306. package/src/components/base/broadcast_message/broadcast_message.scss +0 -135
  307. package/src/components/base/broadcast_message/broadcast_message.vue +0 -98
  308. package/src/components/base/broadcast_message/constants.js +0 -3
  309. package/src/components/base/button/button.md +0 -61
  310. package/src/components/base/button/button.scss +0 -699
  311. package/src/components/base/button/button.vue +0 -143
  312. package/src/components/base/button_group/button_group.md +0 -28
  313. package/src/components/base/button_group/button_group.vue +0 -16
  314. package/src/components/base/card/card.md +0 -4
  315. package/src/components/base/card/card.scss +0 -46
  316. package/src/components/base/card/card.vue +0 -49
  317. package/src/components/base/collapse/collapse.md +0 -26
  318. package/src/components/base/collapse/collapse.vue +0 -29
  319. package/src/components/base/datepicker/datepicker.md +0 -8
  320. package/src/components/base/datepicker/datepicker.scss +0 -228
  321. package/src/components/base/datepicker/datepicker.vue +0 -454
  322. package/src/components/base/daterange_picker/daterange_picker.md +0 -32
  323. package/src/components/base/daterange_picker/daterange_picker.scss +0 -20
  324. package/src/components/base/daterange_picker/daterange_picker.vue +0 -345
  325. package/src/components/base/drawer/drawer.md +0 -17
  326. package/src/components/base/drawer/drawer.scss +0 -153
  327. package/src/components/base/drawer/drawer.vue +0 -136
  328. package/src/components/base/dropdown/dropdown.md +0 -72
  329. package/src/components/base/dropdown/dropdown.scss +0 -210
  330. package/src/components/base/dropdown/dropdown.vue +0 -323
  331. package/src/components/base/dropdown/dropdown_divider.scss +0 -20
  332. package/src/components/base/dropdown/dropdown_divider.vue +0 -15
  333. package/src/components/base/dropdown/dropdown_form.vue +0 -17
  334. package/src/components/base/dropdown/dropdown_item.md +0 -2
  335. package/src/components/base/dropdown/dropdown_item.scss +0 -102
  336. package/src/components/base/dropdown/dropdown_item.vue +0 -114
  337. package/src/components/base/dropdown/dropdown_section_header.md +0 -7
  338. package/src/components/base/dropdown/dropdown_section_header.scss +0 -22
  339. package/src/components/base/dropdown/dropdown_section_header.vue +0 -17
  340. package/src/components/base/dropdown/dropdown_text.md +0 -7
  341. package/src/components/base/dropdown/dropdown_text.scss +0 -6
  342. package/src/components/base/dropdown/dropdown_text.vue +0 -17
  343. package/src/components/base/filtered_search/common_story_options.js +0 -12
  344. package/src/components/base/filtered_search/filtered_search.md +0 -76
  345. package/src/components/base/filtered_search/filtered_search.scss +0 -51
  346. package/src/components/base/filtered_search/filtered_search.vue +0 -475
  347. package/src/components/base/filtered_search/filtered_search_suggestion.md +0 -15
  348. package/src/components/base/filtered_search/filtered_search_suggestion.scss +0 -11
  349. package/src/components/base/filtered_search/filtered_search_suggestion.vue +0 -64
  350. package/src/components/base/filtered_search/filtered_search_suggestion_list.md +0 -13
  351. package/src/components/base/filtered_search/filtered_search_suggestion_list.scss +0 -36
  352. package/src/components/base/filtered_search/filtered_search_suggestion_list.vue +0 -122
  353. package/src/components/base/filtered_search/filtered_search_term.md +0 -7
  354. package/src/components/base/filtered_search/filtered_search_term.scss +0 -19
  355. package/src/components/base/filtered_search/filtered_search_term.vue +0 -243
  356. package/src/components/base/filtered_search/filtered_search_token.md +0 -23
  357. package/src/components/base/filtered_search/filtered_search_token.scss +0 -63
  358. package/src/components/base/filtered_search/filtered_search_token.vue +0 -484
  359. package/src/components/base/filtered_search/filtered_search_token_segment.md +0 -14
  360. package/src/components/base/filtered_search/filtered_search_token_segment.scss +0 -25
  361. package/src/components/base/filtered_search/filtered_search_token_segment.vue +0 -468
  362. package/src/components/base/filtered_search/filtered_search_utils.js +0 -251
  363. package/src/components/base/form/form.md +0 -2
  364. package/src/components/base/form/form.vue +0 -17
  365. package/src/components/base/form/form_character_count/form_character_count.md +0 -53
  366. package/src/components/base/form/form_character_count/form_character_count.vue +0 -97
  367. package/src/components/base/form/form_checkbox/form_checkbox.md +0 -6
  368. package/src/components/base/form/form_checkbox/form_checkbox.scss +0 -221
  369. package/src/components/base/form/form_checkbox/form_checkbox.vue +0 -58
  370. package/src/components/base/form/form_checkbox/form_checkbox_group.vue +0 -44
  371. package/src/components/base/form/form_checkbox_tree/checkbox_tree_node.vue +0 -58
  372. package/src/components/base/form/form_checkbox_tree/form_checkbox_tree.md +0 -73
  373. package/src/components/base/form/form_checkbox_tree/form_checkbox_tree.vue +0 -116
  374. package/src/components/base/form/form_checkbox_tree/models/constants.js +0 -12
  375. package/src/components/base/form/form_checkbox_tree/models/node.js +0 -48
  376. package/src/components/base/form/form_checkbox_tree/models/tree.js +0 -186
  377. package/src/components/base/form/form_combobox/constants.js +0 -50
  378. package/src/components/base/form/form_combobox/form_combobox.md +0 -52
  379. package/src/components/base/form/form_combobox/form_combobox.scss +0 -5
  380. package/src/components/base/form/form_combobox/form_combobox.vue +0 -280
  381. package/src/components/base/form/form_date/form_date.md +0 -26
  382. package/src/components/base/form/form_date/form_date.scss +0 -7
  383. package/src/components/base/form/form_date/form_date.vue +0 -135
  384. package/src/components/base/form/form_fields/form_field_validator.vue +0 -59
  385. package/src/components/base/form/form_fields/form_fields.md +0 -41
  386. package/src/components/base/form/form_fields/form_fields.vue +0 -258
  387. package/src/components/base/form/form_fields/mappers.js +0 -11
  388. package/src/components/base/form/form_fields/validators.js +0 -49
  389. package/src/components/base/form/form_group/form_group.md +0 -1
  390. package/src/components/base/form/form_group/form_group.scss +0 -59
  391. package/src/components/base/form/form_group/form_group.vue +0 -76
  392. package/src/components/base/form/form_input/form_input.md +0 -1
  393. package/src/components/base/form/form_input/form_input.scss +0 -74
  394. package/src/components/base/form/form_input/form_input.vue +0 -98
  395. package/src/components/base/form/form_input_group/form_input_group.md +0 -67
  396. package/src/components/base/form/form_input_group/form_input_group.vue +0 -103
  397. package/src/components/base/form/form_input_group/form_input_group_mixin.js +0 -39
  398. package/src/components/base/form/form_radio/form_radio.md +0 -23
  399. package/src/components/base/form/form_radio/form_radio.scss +0 -1
  400. package/src/components/base/form/form_radio/form_radio.vue +0 -51
  401. package/src/components/base/form/form_radio_group/form_radio_group.md +0 -63
  402. package/src/components/base/form/form_radio_group/form_radio_group.scss +0 -4
  403. package/src/components/base/form/form_radio_group/form_radio_group.vue +0 -64
  404. package/src/components/base/form/form_select/constants.js +0 -5
  405. package/src/components/base/form/form_select/form_select.md +0 -1
  406. package/src/components/base/form/form_select/form_select.scss +0 -117
  407. package/src/components/base/form/form_select/form_select.vue +0 -61
  408. package/src/components/base/form/form_textarea/form_textarea.md +0 -3
  409. package/src/components/base/form/form_textarea/form_textarea.vue +0 -141
  410. package/src/components/base/form/input_group_text/input_group_text.md +0 -4
  411. package/src/components/base/form/input_group_text/input_group_text.vue +0 -17
  412. package/src/components/base/icon/icon.md +0 -27
  413. package/src/components/base/icon/icon.scss +0 -8
  414. package/src/components/base/icon/icon.vue +0 -98
  415. package/src/components/base/infinite_scroll/infinite_scroll.md +0 -104
  416. package/src/components/base/infinite_scroll/infinite_scroll.scss +0 -11
  417. package/src/components/base/infinite_scroll/infinite_scroll.vue +0 -169
  418. package/src/components/base/keyset_pagination/keyset_pagination.md +0 -49
  419. package/src/components/base/keyset_pagination/keyset_pagination.scss +0 -9
  420. package/src/components/base/keyset_pagination/keyset_pagination.vue +0 -152
  421. package/src/components/base/label/label.md +0 -15
  422. package/src/components/base/label/label.scss +0 -156
  423. package/src/components/base/label/label.vue +0 -160
  424. package/src/components/base/link/link.md +0 -22
  425. package/src/components/base/link/link.scss +0 -13
  426. package/src/components/base/link/link.vue +0 -25
  427. package/src/components/base/loading_icon/loading_icon.md +0 -3
  428. package/src/components/base/loading_icon/loading_icon.scss +0 -139
  429. package/src/components/base/loading_icon/loading_icon.vue +0 -96
  430. package/src/components/base/markdown/markdown.md +0 -73
  431. package/src/components/base/markdown/markdown.scss +0 -223
  432. package/src/components/base/markdown/markdown.vue +0 -18
  433. package/src/components/base/markdown/markdown_typescale_demo.html +0 -155
  434. package/src/components/base/modal/modal.md +0 -30
  435. package/src/components/base/modal/modal.scss +0 -130
  436. package/src/components/base/modal/modal.vue +0 -269
  437. package/src/components/base/nav/nav.md +0 -11
  438. package/src/components/base/nav/nav.scss +0 -7
  439. package/src/components/base/nav/nav.vue +0 -17
  440. package/src/components/base/nav/nav_item.vue +0 -17
  441. package/src/components/base/nav/nav_item_dropdown.vue +0 -40
  442. package/src/components/base/navbar/navbar.md +0 -4
  443. package/src/components/base/navbar/navbar.scss +0 -0
  444. package/src/components/base/navbar/navbar.vue +0 -17
  445. package/src/components/base/new_dropdowns/base_dropdown/base_dropdown.vue +0 -507
  446. package/src/components/base/new_dropdowns/base_dropdown/constants.js +0 -2
  447. package/src/components/base/new_dropdowns/constants.js +0 -20
  448. package/src/components/base/new_dropdowns/disclosure/constants.js +0 -6
  449. package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown.md +0 -168
  450. package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown.scss +0 -17
  451. package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown.vue +0 -458
  452. package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown_group.vue +0 -104
  453. package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown_item.vue +0 -131
  454. package/src/components/base/new_dropdowns/disclosure/mock_data.js +0 -201
  455. package/src/components/base/new_dropdowns/disclosure/utils.js +0 -70
  456. package/src/components/base/new_dropdowns/dropdown.scss +0 -243
  457. package/src/components/base/new_dropdowns/dropdown_item.scss +0 -134
  458. package/src/components/base/new_dropdowns/listbox/listbox.md +0 -159
  459. package/src/components/base/new_dropdowns/listbox/listbox.scss +0 -53
  460. package/src/components/base/new_dropdowns/listbox/listbox.vue +0 -940
  461. package/src/components/base/new_dropdowns/listbox/listbox_group.vue +0 -35
  462. package/src/components/base/new_dropdowns/listbox/listbox_item.vue +0 -77
  463. package/src/components/base/new_dropdowns/listbox/listbox_search_input.vue +0 -76
  464. package/src/components/base/new_dropdowns/listbox/mock_data.js +0 -139
  465. package/src/components/base/new_dropdowns/listbox/utils.js +0 -25
  466. package/src/components/base/paginated_list/paginated_list.md +0 -1
  467. package/src/components/base/paginated_list/paginated_list.vue +0 -179
  468. package/src/components/base/pagination/pagination.md +0 -45
  469. package/src/components/base/pagination/pagination.scss +0 -57
  470. package/src/components/base/pagination/pagination.vue +0 -498
  471. package/src/components/base/path/data.js +0 -43
  472. package/src/components/base/path/path.md +0 -41
  473. package/src/components/base/path/path.scss +0 -163
  474. package/src/components/base/path/path.vue +0 -191
  475. package/src/components/base/popover/popover.scss +0 -102
  476. package/src/components/base/popover/popover.vue +0 -111
  477. package/src/components/base/progress_bar/progress_bar.scss +0 -19
  478. package/src/components/base/progress_bar/progress_bar.vue +0 -15
  479. package/src/components/base/search_box_by_click/search_box_by_click.md +0 -1
  480. package/src/components/base/search_box_by_click/search_box_by_click.scss +0 -49
  481. package/src/components/base/search_box_by_click/search_box_by_click.vue +0 -296
  482. package/src/components/base/search_box_by_type/search_box_by_type.md +0 -1
  483. package/src/components/base/search_box_by_type/search_box_by_type.scss +0 -70
  484. package/src/components/base/search_box_by_type/search_box_by_type.vue +0 -159
  485. package/src/components/base/segmented_control/segmented_control.md +0 -1
  486. package/src/components/base/segmented_control/segmented_control.scss +0 -179
  487. package/src/components/base/segmented_control/segmented_control.vue +0 -77
  488. package/src/components/base/skeleton_loader/skeleton_loader.md +0 -46
  489. package/src/components/base/skeleton_loader/skeleton_loader.scss +0 -17
  490. package/src/components/base/skeleton_loader/skeleton_loader.vue +0 -249
  491. package/src/components/base/sorting/sorting.md +0 -80
  492. package/src/components/base/sorting/sorting.vue +0 -160
  493. package/src/components/base/table/constants.js +0 -48
  494. package/src/components/base/table/table.md +0 -72
  495. package/src/components/base/table/table.scss +0 -145
  496. package/src/components/base/table/table.vue +0 -144
  497. package/src/components/base/table_lite/table_lite.md +0 -68
  498. package/src/components/base/table_lite/table_lite.vue +0 -43
  499. package/src/components/base/tabs/constants.js +0 -1
  500. package/src/components/base/tabs/tab/tab.vue +0 -57
  501. package/src/components/base/tabs/tabs/scrollable_tabs.vue +0 -140
  502. package/src/components/base/tabs/tabs/tabs.md +0 -76
  503. package/src/components/base/tabs/tabs/tabs.scss +0 -164
  504. package/src/components/base/tabs/tabs/tabs.vue +0 -282
  505. package/src/components/base/toast/toast.js +0 -93
  506. package/src/components/base/toast/toast.md +0 -48
  507. package/src/components/base/toast/toast.scss +0 -62
  508. package/src/components/base/toggle/toggle.md +0 -4
  509. package/src/components/base/toggle/toggle.scss +0 -177
  510. package/src/components/base/toggle/toggle.vue +0 -194
  511. package/src/components/base/token/token.md +0 -12
  512. package/src/components/base/token/token.scss +0 -44
  513. package/src/components/base/token/token.vue +0 -67
  514. package/src/components/base/token_selector/helpers.js +0 -3
  515. package/src/components/base/token_selector/token_container.vue +0 -184
  516. package/src/components/base/token_selector/token_selector.md +0 -78
  517. package/src/components/base/token_selector/token_selector.scss +0 -19
  518. package/src/components/base/token_selector/token_selector.vue +0 -489
  519. package/src/components/base/token_selector/token_selector_dropdown.vue +0 -257
  520. package/src/components/base/tooltip/tooltip.md +0 -52
  521. package/src/components/base/tooltip/tooltip.scss +0 -52
  522. package/src/components/base/tooltip/tooltip.vue +0 -31
  523. package/src/components/charts/area/area.vue +0 -372
  524. package/src/components/charts/bar/bar.md +0 -3
  525. package/src/components/charts/bar/bar.vue +0 -237
  526. package/src/components/charts/chart/chart.md +0 -19
  527. package/src/components/charts/chart/chart.vue +0 -188
  528. package/src/components/charts/column/column.vue +0 -204
  529. package/src/components/charts/discrete_scatter/discrete_scatter.vue +0 -207
  530. package/src/components/charts/gauge/gauge.md +0 -8
  531. package/src/components/charts/gauge/gauge.scss +0 -0
  532. package/src/components/charts/gauge/gauge.vue +0 -178
  533. package/src/components/charts/heatmap/heatmap.md +0 -7
  534. package/src/components/charts/heatmap/heatmap.scss +0 -7
  535. package/src/components/charts/heatmap/heatmap.vue +0 -290
  536. package/src/components/charts/heatmap/index.js +0 -3
  537. package/src/components/charts/legend/legend.md +0 -16
  538. package/src/components/charts/legend/legend.scss +0 -97
  539. package/src/components/charts/legend/legend.vue +0 -284
  540. package/src/components/charts/line/line.md +0 -7
  541. package/src/components/charts/line/line.vue +0 -368
  542. package/src/components/charts/series_label/series_label.md +0 -1
  543. package/src/components/charts/series_label/series_label.scss +0 -23
  544. package/src/components/charts/series_label/series_label.vue +0 -85
  545. package/src/components/charts/single_stat/single_stat.md +0 -8
  546. package/src/components/charts/single_stat/single_stat.scss +0 -17
  547. package/src/components/charts/single_stat/single_stat.vue +0 -158
  548. package/src/components/charts/sparkline/sparkline.md +0 -8
  549. package/src/components/charts/sparkline/sparkline.vue +0 -308
  550. package/src/components/charts/stacked_column/stacked_column.md +0 -10
  551. package/src/components/charts/stacked_column/stacked_column.vue +0 -330
  552. package/src/components/charts/tooltip/tooltip.md +0 -3
  553. package/src/components/charts/tooltip/tooltip.scss +0 -9
  554. package/src/components/charts/tooltip/tooltip.vue +0 -253
  555. package/src/components/experimental/duo/chat/duo_chat.scss +0 -168
  556. package/src/components/experimental/experiment_badge/constants.js +0 -2
  557. package/src/components/experimental/experiment_badge/experiment_badge.md +0 -9
  558. package/src/components/experimental/experiment_badge/experiment_badge.vue +0 -113
  559. package/src/components/mixins/button_mixin.js +0 -9
  560. package/src/components/mixins/safe_link_mixin.js +0 -28
  561. package/src/components/mixins/tooltip_mixin.js +0 -21
  562. package/src/components/regions/dashboard_skeleton/dashboard_skeleton.md +0 -4
  563. package/src/components/regions/dashboard_skeleton/dashboard_skeleton.vue +0 -40
  564. package/src/components/regions/empty_state/empty_state.md +0 -4
  565. package/src/components/regions/empty_state/empty_state.scss +0 -3
  566. package/src/components/regions/empty_state/empty_state.vue +0 -187
  567. package/src/components/shared_components/charts/tooltip_default_format.scss +0 -18
  568. package/src/components/shared_components/charts/tooltip_default_format.vue +0 -32
  569. package/src/components/shared_components/clear_icon_button/clear_icon_button.scss +0 -10
  570. package/src/components/shared_components/clear_icon_button/clear_icon_button.vue +0 -43
  571. package/src/components/shared_components/close_button/close_button.vue +0 -29
  572. package/src/components/utilities/animated_number/animated_number.md +0 -6
  573. package/src/components/utilities/animated_number/animated_number.vue +0 -99
  574. package/src/components/utilities/friendly_wrap/friendly_wrap.md +0 -66
  575. package/src/components/utilities/friendly_wrap/friendly_wrap.vue +0 -33
  576. package/src/components/utilities/intersection_observer/intersection_observer.md +0 -16
  577. package/src/components/utilities/intersection_observer/intersection_observer.vue +0 -67
  578. package/src/components/utilities/intersperse/intersperse.md +0 -90
  579. package/src/components/utilities/intersperse/intersperse.vue +0 -60
  580. package/src/components/utilities/sprintf/sprintf.md +0 -243
  581. package/src/components/utilities/sprintf/sprintf.vue +0 -142
  582. package/src/components/utilities/truncate/constants.js +0 -5
  583. package/src/components/utilities/truncate/truncate.md +0 -14
  584. package/src/components/utilities/truncate/truncate.scss +0 -21
  585. package/src/components/utilities/truncate/truncate.vue +0 -109
  586. package/src/components/utilities/truncate_text/constants.js +0 -5
  587. package/src/components/utilities/truncate_text/truncate_text.md +0 -26
  588. package/src/components/utilities/truncate_text/truncate_text.scss +0 -14
  589. package/src/components/utilities/truncate_text/truncate_text.vue +0 -124
  590. package/src/directives/collapse_toggle.js +0 -1
  591. package/src/directives/hover_load/hover_load.js +0 -46
  592. package/src/directives/hover_load/hover_load.md +0 -22
  593. package/src/directives/modal.js +0 -1
  594. package/src/directives/outside/outside.js +0 -151
  595. package/src/directives/outside/outside.md +0 -140
  596. package/src/directives/resize_observer/resize_observer.js +0 -45
  597. package/src/directives/resize_observer/resize_observer.md +0 -54
  598. package/src/directives/safe_html/constants.js +0 -14
  599. package/src/directives/safe_html/safe_html.js +0 -35
  600. package/src/directives/safe_html/safe_html.md +0 -58
  601. package/src/directives/safe_link/mock_data.js +0 -33
  602. package/src/directives/safe_link/safe_link.js +0 -56
  603. package/src/directives/safe_link/safe_link.md +0 -37
  604. package/src/directives/tooltip.js +0 -1
  605. package/src/internal/color_contrast/color_contrast.md +0 -8
  606. package/src/internal/color_contrast/color_contrast.vue +0 -52
  607. package/src/scss/README.md +0 -1
  608. package/src/scss/body.scss +0 -4
  609. package/src/scss/bootstrap.scss +0 -34
  610. package/src/scss/bootstrap_vue.scss +0 -25
  611. package/src/scss/fonts.scss +0 -67
  612. package/src/scss/functions.scss +0 -63
  613. package/src/scss/gitlab_ui.scss +0 -19
  614. package/src/scss/mixins.scss +0 -262
  615. package/src/scss/storybook.scss +0 -43
  616. package/src/scss/storybook_dark_mode.scss +0 -21
  617. package/src/scss/tokens.scss +0 -2
  618. package/src/scss/typescale/_index.scss +0 -103
  619. package/src/scss/typescale/typeface_demo.html +0 -70
  620. package/src/scss/typescale/typescale.md +0 -82
  621. package/src/scss/typescale/typescale_demo.html +0 -78
  622. package/src/scss/typescale/typescale_demo.scss +0 -8
  623. package/src/scss/utilities.scss +0 -9196
  624. package/src/scss/utility-mixins/accessibility.scss +0 -19
  625. package/src/scss/utility-mixins/animation.scss +0 -90
  626. package/src/scss/utility-mixins/background.scss +0 -421
  627. package/src/scss/utility-mixins/border.scss +0 -498
  628. package/src/scss/utility-mixins/box-shadow.scss +0 -220
  629. package/src/scss/utility-mixins/clearfix.scss +0 -9
  630. package/src/scss/utility-mixins/color.scss +0 -228
  631. package/src/scss/utility-mixins/composite.scss +0 -24
  632. package/src/scss/utility-mixins/cursor.scss +0 -36
  633. package/src/scss/utility-mixins/deprecated.scss +0 -20
  634. package/src/scss/utility-mixins/display.scss +0 -192
  635. package/src/scss/utility-mixins/flex.scss +0 -360
  636. package/src/scss/utility-mixins/grid.scss +0 -50
  637. package/src/scss/utility-mixins/image.scss +0 -8
  638. package/src/scss/utility-mixins/index.scss +0 -47
  639. package/src/scss/utility-mixins/list-style.scss +0 -12
  640. package/src/scss/utility-mixins/opacity.scss +0 -32
  641. package/src/scss/utility-mixins/outline.scss +0 -12
  642. package/src/scss/utility-mixins/overflow.scss +0 -45
  643. package/src/scss/utility-mixins/pointer-events.scss +0 -12
  644. package/src/scss/utility-mixins/sizing.scss +0 -582
  645. package/src/scss/utility-mixins/spacing.scss +0 -1564
  646. package/src/scss/utility-mixins/svg.scss +0 -79
  647. package/src/scss/utility-mixins/text.scss +0 -183
  648. package/src/scss/utility-mixins/transform.scss +0 -58
  649. package/src/scss/utility-mixins/transition.scss +0 -44
  650. package/src/scss/utility-mixins/typography.scss +0 -381
  651. package/src/scss/utility-mixins/vertical-align.scss +0 -22
  652. package/src/scss/utility-mixins/visibility.scss +0 -12
  653. package/src/scss/utility-mixins/z-index.scss +0 -37
  654. package/src/scss/variables.scss +0 -337
  655. package/src/tokens/action.tokens.json +0 -566
  656. package/src/tokens/background.tokens.json +0 -62
  657. package/src/tokens/border.tokens.json +0 -43
  658. package/src/tokens/build/css/tokens.css +0 -953
  659. package/src/tokens/build/css/tokens.dark.css +0 -953
  660. package/src/tokens/build/js/tokens.dark.js +0 -951
  661. package/src/tokens/build/js/tokens.js +0 -951
  662. package/src/tokens/build/json/tokens.dark.json +0 -21803
  663. package/src/tokens/build/scss/_tokens.dark.scss +0 -950
  664. package/src/tokens/build/scss/_tokens.scss +0 -950
  665. package/src/tokens/build/scss/_tokens_custom_properties.scss +0 -951
  666. package/src/tokens/build/tailwind/tokens.cjs +0 -336
  667. package/src/tokens/color.alpha.tokens.json +0 -70
  668. package/src/tokens/color.constant.tokens.json +0 -660
  669. package/src/tokens/color.data_viz.tokens.json +0 -509
  670. package/src/tokens/common_story_options.js +0 -25
  671. package/src/tokens/contextual/alert.tokens.json +0 -209
  672. package/src/tokens/contextual/avatar.tokens.json +0 -112
  673. package/src/tokens/contextual/badge.tokens.json +0 -879
  674. package/src/tokens/contextual/banner.tokens.json +0 -38
  675. package/src/tokens/contextual/breadcrumb.tokens.json +0 -11
  676. package/src/tokens/contextual/broadcast.tokens.json +0 -222
  677. package/src/tokens/contextual/button.tokens.json +0 -874
  678. package/src/tokens/contextual/datepicker.tokens.json +0 -25
  679. package/src/tokens/contextual/dropdown.tokens.json +0 -148
  680. package/src/tokens/contextual/filtered-search.tokens.json +0 -72
  681. package/src/tokens/contextual/label.tokens.json +0 -118
  682. package/src/tokens/contextual/link.tokens.json +0 -46
  683. package/src/tokens/contextual/progress-bar.tokens.json +0 -38
  684. package/src/tokens/contextual/skeleton-loader.tokens.json +0 -24
  685. package/src/tokens/contextual/spinner.tokens.json +0 -38
  686. package/src/tokens/contextual/table.tokens.json +0 -24
  687. package/src/tokens/contextual/tabs.tokens.json +0 -18
  688. package/src/tokens/contextual/toggle.tokens.json +0 -59
  689. package/src/tokens/contextual/token.tokens.json +0 -21
  690. package/src/tokens/control.tokens.json +0 -177
  691. package/src/tokens/deprecated.color.theme.tokens.json +0 -736
  692. package/src/tokens/deprecated.color.tokens.json +0 -800
  693. package/src/tokens/deprecated.color.transparency.tokens.json +0 -110
  694. package/src/tokens/feedback.tokens.json +0 -200
  695. package/src/tokens/focus-ring.tokens.json +0 -21
  696. package/src/tokens/icon.tokens.json +0 -78
  697. package/src/tokens/line_height.tokens.json +0 -74
  698. package/src/tokens/shadow.tokens.json +0 -14
  699. package/src/tokens/status.tokens.json +0 -196
  700. package/src/tokens/text.tokens.json +0 -105
  701. package/src/tokens/tokens_story.vue +0 -84
  702. package/src/tokens/tokens_table.vue +0 -248
  703. package/src/utils/breakpoints.js +0 -21
  704. package/src/utils/charts/config.js +0 -514
  705. package/src/utils/charts/constants.js +0 -61
  706. package/src/utils/charts/mock_data.js +0 -259
  707. package/src/utils/charts/story_config.js +0 -21
  708. package/src/utils/charts/theme.js +0 -344
  709. package/src/utils/charts/utils.js +0 -49
  710. package/src/utils/constants.js +0 -347
  711. package/src/utils/data_utils.js +0 -28
  712. package/src/utils/datetime_utility.js +0 -63
  713. package/src/utils/i18n.js +0 -62
  714. package/src/utils/is_slot_empty.js +0 -40
  715. package/src/utils/number_utils.js +0 -120
  716. package/src/utils/play_utils.js +0 -9
  717. package/src/utils/set_utils.js +0 -24
  718. package/src/utils/stories_constants.js +0 -30
  719. package/src/utils/stories_utils.js +0 -5
  720. package/src/utils/story_decorators/container.js +0 -14
  721. package/src/utils/string_utils.js +0 -79
  722. package/src/utils/svgs/svg_paths.js +0 -10
  723. package/src/utils/use_fake_date.js +0 -27
  724. package/src/utils/use_mock_intersection_observer.js +0 -96
  725. package/src/utils/utils.js +0 -206
  726. package/src/utils.js +0 -4
  727. package/tailwind.defaults.js +0 -543
  728. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_context/constants.js +0 -0
  729. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu.vue +0 -0
  730. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_category_items.vue +0 -0
  731. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_item.vue +0 -0
  732. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_items.vue +0 -0
  733. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_context/duo_chat_context_item_popover/duo_chat_context_item_popover.vue +0 -0
  734. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_context/duo_chat_context_item_selections/duo_chat_context_item_selections.vue +0 -0
  735. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_context/mock_context_data.js +0 -0
  736. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_context/utils.js +0 -0
  737. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_conversation/duo_chat_conversation.md +0 -0
  738. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_conversation/duo_chat_conversation.vue +0 -0
  739. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_loader/duo_chat_loader.md +0 -0
  740. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_loader/duo_chat_loader.scss +0 -0
  741. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_loader/duo_chat_loader.vue +0 -0
  742. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_message/buttons_utils.js +0 -0
  743. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_message/copy_code_element.js +0 -0
  744. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_message/duo_chat_message.md +0 -0
  745. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_message/insert_code_snippet_element.js +0 -0
  746. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_message/utils.js +0 -0
  747. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_message_sources/duo_chat_message_sources.md +0 -0
  748. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_message_sources/duo_chat_message_sources.vue +0 -0
  749. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_predefined_prompts/duo_chat_predefined_prompts.md +0 -0
  750. /package/src/components/{experimental/duo/chat → chat}/components/duo_chat_predefined_prompts/duo_chat_predefined_prompts.vue +0 -0
  751. /package/src/components/{experimental/duo/chat → chat}/constants.js +0 -0
  752. /package/src/components/{experimental/duo/chat → chat}/duo_chat.md +0 -0
  753. /package/src/components/{experimental/duo/chat → chat}/duo_chat.vue +0 -0
  754. /package/src/components/{experimental/duo/chat → chat}/markdown_renderer.js +0 -0
  755. /package/src/components/{experimental/duo/user_feedback → user_feedback}/user_feedback.md +0 -0
  756. /package/src/components/{experimental/duo/user_feedback → user_feedback}/user_feedback.vue +0 -0
  757. /package/src/components/{experimental/duo/user_feedback → user_feedback}/user_feedback_modal.vue +0 -0
  758. /package/src/components/{experimental/duo/workflow → workflow}/components/duo_workflow_panel/duo_workflow_panel.md +0 -0
  759. /package/src/components/{experimental/duo/workflow → workflow}/components/duo_workflow_panel/duo_workflow_panel.vue +0 -0
  760. /package/src/components/{experimental/duo/workflow → workflow}/components/duo_workflow_prompt/duo_workflow_prompt.md +0 -0
  761. /package/src/components/{experimental/duo/workflow → workflow}/components/duo_workflow_prompt/duo_workflow_prompt.vue +0 -0
@@ -0,0 +1,1763 @@
1
+ {
2
+ "name": "@bootstrap-vue/table",
3
+ "version": "1.0.0",
4
+ "meta": {
5
+ "title": "Table",
6
+ "description": "For displaying tabular data. <b-table> supports pagination, filtering, sorting, custom rendering, events, and asynchronous data. For simple display of tabular data without all the fancy features, BootstrapVue also provides lightweight alternative components <b-table-lite> and <b-table-simple>.",
7
+ "components": [
8
+ {
9
+ "component": "BTable",
10
+ "props": [
11
+ {
12
+ "prop": "apiUrl",
13
+ "description": "Pass through prop. Passed as part of the context object sent to the items provider function"
14
+ },
15
+ {
16
+ "prop": "bordered",
17
+ "description": "Adds borders to all the cells and headers"
18
+ },
19
+ {
20
+ "prop": "borderless",
21
+ "description": "Removes all borders from cells"
22
+ },
23
+ {
24
+ "prop": "busy",
25
+ "description": "When set, forces the table into the busy state.Automatically set when an items provider function is being called"
26
+ },
27
+ {
28
+ "prop": "caption",
29
+ "description": "Text string to place in the caption element"
30
+ },
31
+ {
32
+ "prop": "captionHtml",
33
+ "description": "HTML string to place in the caption element",
34
+ "xss": true
35
+ },
36
+ {
37
+ "prop": "captionTop",
38
+ "description": "Visually place the table caption above the table. Default is below"
39
+ },
40
+ {
41
+ "prop": "currentPage",
42
+ "description": "The current page number to display when the table is paginated. Starting from 1 and up"
43
+ },
44
+ {
45
+ "prop": "dark",
46
+ "description": "Places the table in dark mode"
47
+ },
48
+ {
49
+ "prop": "detailsTdClass",
50
+ "version": "2.1.0",
51
+ "description": "CSS class (or classes) to apply to the row details' `td` element for the row-details slot"
52
+ },
53
+ {
54
+ "prop": "emptyFilteredHtml",
55
+ "description": "HTML string to show when the table has no items to show due to filtering",
56
+ "xss": true
57
+ },
58
+ {
59
+ "prop": "emptyFilteredText",
60
+ "description": "Text string to show when the table has no items to show due to filtering"
61
+ },
62
+ {
63
+ "prop": "emptyHtml",
64
+ "description": "HTML string to show when the table has no items to show",
65
+ "xss": true
66
+ },
67
+ {
68
+ "prop": "emptyText",
69
+ "description": "Text string to show when the table has no items to show"
70
+ },
71
+ {
72
+ "prop": "fields",
73
+ "description": "Array of field names or array of field definition objects"
74
+ },
75
+ {
76
+ "prop": "filter",
77
+ "description": "Criteria for filtering. Internal filtering supports only string or RegExpr criteria"
78
+ },
79
+ {
80
+ "prop": "filterDebounce",
81
+ "version": "2.0.0",
82
+ "description": "Time in milliseconds to debounce changes to the filter criteria before filtering the records"
83
+ },
84
+ {
85
+ "prop": "filterFunction",
86
+ "description": "Reference to a function to use instead of the internal filtering function. Refer to the docs for details"
87
+ },
88
+ {
89
+ "prop": "filterIgnoredFields",
90
+ "description": "Array of top level fields to ignore when filtering the item data"
91
+ },
92
+ {
93
+ "prop": "filterIncludedFields",
94
+ "description": "Array of fields to include when filtering. Overrides filter-ignore-fields"
95
+ },
96
+ {
97
+ "prop": "fixed",
98
+ "description": "Makes all columns equal width (fixed layout table). Will speed up rendering for large tables. Column widths can be set via CSS or colgroup"
99
+ },
100
+ {
101
+ "prop": "footClone",
102
+ "description": "Enable the footer of the table, and clone the header content by default"
103
+ },
104
+ {
105
+ "prop": "footRowVariant",
106
+ "version": "2.1.0",
107
+ "description": "Apply a Bootstrap theme color variant to the tr element in the tfoot. Falls back to head-row-variant"
108
+ },
109
+ {
110
+ "prop": "footVariant",
111
+ "description": "Footer variant: 'light' or 'dark', or unset. May take precedence over foot-row-variant"
112
+ },
113
+ {
114
+ "prop": "headRowVariant",
115
+ "version": "2.1.0",
116
+ "description": "Apply a Bootstrap theme color variant to the tr element in the thead"
117
+ },
118
+ {
119
+ "prop": "headVariant",
120
+ "description": "Header variant: 'light' or 'dark', or unset. May take precedence over head-row-variant"
121
+ },
122
+ {
123
+ "prop": "hover",
124
+ "description": "Enables hover styling on rows"
125
+ },
126
+ {
127
+ "prop": "items",
128
+ "description": "Array of items to display, or an items provider function reference. Refer to the docs for details"
129
+ },
130
+ {
131
+ "prop": "labelSortAsc",
132
+ "description": "Hidden string to place in the header cell when clicking the cell will change the sort direction to ascending"
133
+ },
134
+ {
135
+ "prop": "labelSortClear",
136
+ "description": "Hidden string to place in the header cell when clicking the cell will clear the current sorting direction"
137
+ },
138
+ {
139
+ "prop": "labelSortDesc",
140
+ "description": "Hidden string to place in the header cell when clicking the cell will change the sort direction to descending"
141
+ },
142
+ {
143
+ "prop": "noBorderCollapse",
144
+ "version": "2.0.0",
145
+ "description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns"
146
+ },
147
+ {
148
+ "prop": "noFooterSorting",
149
+ "description": "When the build in formatter is used, setting this prop will disable the sorting ability in the footer"
150
+ },
151
+ {
152
+ "prop": "noLocalSorting",
153
+ "description": "Disabled the internal sorting routine, and expects the user to provde the items sorted. Sorting controls will still be available"
154
+ },
155
+ {
156
+ "prop": "noProviderFiltering",
157
+ "description": "When set, uses internal filtering to pagination the data. Otherwise the provider is expected to perform the filtering"
158
+ },
159
+ {
160
+ "prop": "noProviderPaging",
161
+ "description": "When set, uses internal paging to pagination the data. Otherwise the items provider is expected to perform the paging"
162
+ },
163
+ {
164
+ "prop": "noProviderSorting",
165
+ "description": "When set, uses internal sorting to sort the data. Otherwise the items provider is expected to perform the sorting"
166
+ },
167
+ {
168
+ "prop": "noSelectOnClick",
169
+ "version": "2.1.0",
170
+ "description": "Disables row selection via click events. Row selection will be only available programmatically"
171
+ },
172
+ {
173
+ "prop": "noSortReset",
174
+ "description": "When a table is sortable, clicking on any non-sortable column heading will clear the current sort values. Set this prop to disable this feature"
175
+ },
176
+ {
177
+ "prop": "outlined",
178
+ "description": "Adds an outline border to the table element"
179
+ },
180
+ {
181
+ "prop": "perPage",
182
+ "description": "Number of rows to show per page. Set to 0 to disable pagination"
183
+ },
184
+ {
185
+ "prop": "primaryKey",
186
+ "description": "Name of a table field that contains a guaranteed unique value per row. Needed for tbody transition support, and also speeds up table rendering"
187
+ },
188
+ {
189
+ "prop": "responsive",
190
+ "description": "Makes the table responsive in width, adding a horizontal scrollbar. Set to true for always responsive or set to one of the breakpoints to switch from responsive to normal: 'sm', 'md', 'lg', 'xl'"
191
+ },
192
+ {
193
+ "prop": "selectMode",
194
+ "description": "The selectable mode for the table when 'selectable' is set. Possible values: 'single', 'multi' or 'range'"
195
+ },
196
+ {
197
+ "prop": "selectable",
198
+ "description": "When set, places the table body rows in selectable mode"
199
+ },
200
+ {
201
+ "prop": "selectedVariant",
202
+ "description": "Bootstrap color theme variant to set selected rows to. Use any of the standard Bootstrap theme color variants, or the special table row variant 'active' (default). Set to an empty string to not use a variant"
203
+ },
204
+ {
205
+ "prop": "showEmpty",
206
+ "description": "When enabled, and there are no item records to show, shows a message that there are no rows to show"
207
+ },
208
+ {
209
+ "prop": "small",
210
+ "description": "Renders the table with smaller cell padding"
211
+ },
212
+ {
213
+ "prop": "sortBy",
214
+ "description": "Field name that is currently being sorted. Set to null to clear sorting. Syncable with the .sync prop modifier"
215
+ },
216
+ {
217
+ "prop": "sortCompare",
218
+ "description": "A reference to a function for sort-comparing two rows of data. Defaults to the internal sort compare routine. See docs for details"
219
+ },
220
+ {
221
+ "prop": "sortCompareLocale",
222
+ "description": "The locale string (or array of locale string) that specified the language when sorting. See docs for details"
223
+ },
224
+ {
225
+ "prop": "sortCompareOptions",
226
+ "description": "An object containing sort configuration for the 'String.prototype.sortLocale' method. See docs for details"
227
+ },
228
+ {
229
+ "prop": "sortDesc",
230
+ "description": "Set to true to sort the column in descending order. Syncable with the .sync prop modifier"
231
+ },
232
+ {
233
+ "prop": "sortDirection",
234
+ "description": "The initial sorting direction to sort an unsorted column by: 'asc', 'desc', or 'last' (to use the previous sort direction)"
235
+ },
236
+ {
237
+ "prop": "sortIconLeft",
238
+ "description": "Positions the sort control to the left of the header text. Default is on the right of the header text"
239
+ },
240
+ {
241
+ "prop": "sortNullLast",
242
+ "description": "When sorting, null and undefined values will be sorted first (or last, depending on 'sort-desc'). Set this prop to sort null values last. Only applicable to internal sorting"
243
+ },
244
+ {
245
+ "prop": "stacked",
246
+ "description": "Place the table in stacked mode. Set to true for always stacked, or set to one of the breakpoints to switch from stacked to normal: 'sm', 'md', 'lg', 'xl'"
247
+ },
248
+ {
249
+ "prop": "stickyHeader",
250
+ "description": "Makes the table header sticky. Set to true for a maximum height 300px tall table, or set to any valid CSS hight (including units)"
251
+ },
252
+ {
253
+ "prop": "striped",
254
+ "description": "Applies striping to the tbody rows"
255
+ },
256
+ {
257
+ "prop": "tableClass",
258
+ "description": "CSS class (or classes) to apply to the table element"
259
+ },
260
+ {
261
+ "prop": "tableVariant",
262
+ "description": "Apply a Bootstrap theme color variant to the entire table"
263
+ },
264
+ {
265
+ "prop": "tbodyClass",
266
+ "description": "CSS class (or classes) to apply to the tbody element"
267
+ },
268
+ {
269
+ "prop": "tbodyTrAttr",
270
+ "version": "2.2.0",
271
+ "description": "Attributes to be added to each tr in the tbody, or a function returning such attributes (see docs for details)"
272
+ },
273
+ {
274
+ "prop": "tbodyTrClass",
275
+ "description": "CSS class (or classes) to apply to the tr element in the tbody. Can be a function that returns a class (see docs for details)"
276
+ },
277
+ {
278
+ "prop": "tbodyTransitionHandlers",
279
+ "description": "Vue 'transition-group' event handlers. When provided will make the tbody a Vue 'transition-group' component"
280
+ },
281
+ {
282
+ "prop": "tbodyTransitionProps",
283
+ "description": "Vue 'transition-group' properties. When provided will make the tbody a Vue 'transition-group' component"
284
+ },
285
+ {
286
+ "prop": "tfootClass",
287
+ "description": "CSS class (or classes) to apply to the tfoot element"
288
+ },
289
+ {
290
+ "prop": "tfootTrClass",
291
+ "description": "CSS class (or classes) to apply to the tr element in the tfoot"
292
+ },
293
+ {
294
+ "prop": "theadClass",
295
+ "description": "CSS class (or classes) to apply to the thead element"
296
+ },
297
+ {
298
+ "prop": "theadTrClass",
299
+ "description": "CSS class (or classes) to apply to the tr element in the thead"
300
+ },
301
+ {
302
+ "prop": "value",
303
+ "description": "Currently displayed row data. Read-only. Do not set a value on this prop"
304
+ }
305
+ ],
306
+ "events": [
307
+ {
308
+ "event": "context-changed",
309
+ "description": "Emitted whenever the table state context has changed",
310
+ "args": [
311
+ {
312
+ "arg": "ctx",
313
+ "type": "Object",
314
+ "description": "Table state context object. See docs"
315
+ }
316
+ ]
317
+ },
318
+ {
319
+ "event": "filtered",
320
+ "description": "Emitted when local filtering causes a change in the number of items",
321
+ "args": [
322
+ {
323
+ "arg": "filteredItems",
324
+ "type": "Array",
325
+ "description": "Array of items after filtering (before local pagination occurs)"
326
+ }
327
+ ]
328
+ },
329
+ {
330
+ "event": "head-clicked",
331
+ "description": "Emitted when a header or footer cell is clicked. Not applicable for 'custom-foot' slot",
332
+ "args": [
333
+ {
334
+ "arg": "key",
335
+ "type": "String",
336
+ "description": "Column key clicked (field name)"
337
+ },
338
+ {
339
+ "arg": "field",
340
+ "type": "Object",
341
+ "description": "Field definition object"
342
+ },
343
+ {
344
+ "arg": "event",
345
+ "type": [
346
+ "MouseEvent",
347
+ "KeyboardEvent"
348
+ ],
349
+ "description": "Native event object"
350
+ },
351
+ {
352
+ "arg": "isFooter",
353
+ "type": "Boolean",
354
+ "description": "'True' if this event originated from clicking on the footer cell"
355
+ }
356
+ ]
357
+ },
358
+ {
359
+ "event": "refreshed",
360
+ "description": "Emitted when the items provider function has returned data"
361
+ },
362
+ {
363
+ "event": "row-clicked",
364
+ "description": "Emitted when a row is clicked",
365
+ "args": [
366
+ {
367
+ "arg": "item",
368
+ "type": "Object",
369
+ "description": "Item data of the row being clicked"
370
+ },
371
+ {
372
+ "arg": "index",
373
+ "type": "Number",
374
+ "description": "Index of the row being clicked"
375
+ },
376
+ {
377
+ "arg": "event",
378
+ "type": [
379
+ "MouseEvent",
380
+ "KeyboardEvent"
381
+ ],
382
+ "description": "Native event object"
383
+ }
384
+ ]
385
+ },
386
+ {
387
+ "event": "row-contextmenu",
388
+ "description": "Emitted when a row is right clicked",
389
+ "args": [
390
+ {
391
+ "arg": "item",
392
+ "type": "Object",
393
+ "description": "Item data of the row being right clicked"
394
+ },
395
+ {
396
+ "arg": "index",
397
+ "type": "Number",
398
+ "description": "Index of the row being right clicked"
399
+ },
400
+ {
401
+ "arg": "event",
402
+ "type": "MouseEvent",
403
+ "description": "Native event object"
404
+ }
405
+ ]
406
+ },
407
+ {
408
+ "event": "row-dblclicked",
409
+ "description": "Emitted when a row is double clicked",
410
+ "args": [
411
+ {
412
+ "arg": "item",
413
+ "type": "Object",
414
+ "description": "Item data of the row being double clicked"
415
+ },
416
+ {
417
+ "arg": "index",
418
+ "type": "Number",
419
+ "description": "Index of the row being double clicked"
420
+ },
421
+ {
422
+ "arg": "event",
423
+ "type": "MouseEvent",
424
+ "description": "Native event object"
425
+ }
426
+ ]
427
+ },
428
+ {
429
+ "event": "row-hovered",
430
+ "description": "Emitted when a row is hovered",
431
+ "args": [
432
+ {
433
+ "arg": "item",
434
+ "type": "Object",
435
+ "description": "Item data of the row being hovered"
436
+ },
437
+ {
438
+ "arg": "index",
439
+ "type": "Number",
440
+ "description": "Index of the row being hovered"
441
+ },
442
+ {
443
+ "arg": "event",
444
+ "type": "MouseEvent",
445
+ "description": "Native event object"
446
+ }
447
+ ]
448
+ },
449
+ {
450
+ "event": "row-middle-clicked",
451
+ "description": "Emitted when a row is middle clicked",
452
+ "args": [
453
+ {
454
+ "arg": "item",
455
+ "type": "Object",
456
+ "description": "Item data of the row being middle clicked"
457
+ },
458
+ {
459
+ "arg": "index",
460
+ "type": "Number",
461
+ "description": "Index of the row being middle clicked"
462
+ },
463
+ {
464
+ "arg": "event",
465
+ "type": "MouseEvent",
466
+ "description": "Native event object"
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "event": "row-selected",
472
+ "description": "Emitted when a row or rows have been selected or unselected",
473
+ "args": [
474
+ {
475
+ "arg": "rows",
476
+ "type": "Array",
477
+ "description": "Array of the row items that are selected"
478
+ }
479
+ ]
480
+ },
481
+ {
482
+ "event": "row-unhovered",
483
+ "description": "Emitted when a row is unhovered",
484
+ "args": [
485
+ {
486
+ "arg": "item",
487
+ "type": "Object",
488
+ "description": "Item data of the row being unhovered"
489
+ },
490
+ {
491
+ "arg": "index",
492
+ "type": "Number",
493
+ "description": "Index of the row being unhovered"
494
+ },
495
+ {
496
+ "arg": "event",
497
+ "type": "MouseEvent",
498
+ "description": "Native event object"
499
+ }
500
+ ]
501
+ },
502
+ {
503
+ "event": "sort-changed",
504
+ "description": "Emitted when the sorting on the table has changed",
505
+ "args": [
506
+ {
507
+ "arg": "ctx",
508
+ "type": "Object",
509
+ "description": "Table state context object. See docs"
510
+ }
511
+ ]
512
+ }
513
+ ],
514
+ "rootEventListeners": [
515
+ {
516
+ "event": "bv::refresh::table",
517
+ "description": "Refresh data of a specific table when this event is emitted on $root",
518
+ "args": [
519
+ {
520
+ "arg": "id",
521
+ "type": "String",
522
+ "description": "Table ID to refresh data"
523
+ }
524
+ ]
525
+ }
526
+ ],
527
+ "slots": [
528
+ {
529
+ "name": "bottom-row",
530
+ "description": "Fixed bottom row slot for user supplied B-TD cells. Optionally Scoped",
531
+ "scope": [
532
+ {
533
+ "prop": "columns",
534
+ "type": "Number",
535
+ "description": "The number of columns in the table"
536
+ },
537
+ {
538
+ "prop": "fields",
539
+ "type": "Array",
540
+ "description": "The normalized fields definition array (in the array of objects format)"
541
+ }
542
+ ]
543
+ },
544
+ {
545
+ "name": "cell()",
546
+ "description": "Default scoped slot for custom data rendering of field data. See docs for scoped data",
547
+ "scope": [
548
+ {
549
+ "prop": "detailsShowing",
550
+ "type": "Boolean",
551
+ "description": "Will be true if the row's row-details scoped slot is visible"
552
+ },
553
+ {
554
+ "prop": "field",
555
+ "type": "Object",
556
+ "description": "The field's normalized definition object (from the fields prop)"
557
+ },
558
+ {
559
+ "prop": "index",
560
+ "type": "Number",
561
+ "description": "The row's index (zero-based) with respect to the displayed rows"
562
+ },
563
+ {
564
+ "prop": "item",
565
+ "type": "Object",
566
+ "description": "The row's item data object"
567
+ },
568
+ {
569
+ "prop": "rowSelected",
570
+ "type": "Boolean",
571
+ "description": "Will be true if the row has been selected. Only applicable when table is in selectable mode"
572
+ },
573
+ {
574
+ "prop": "selectRow",
575
+ "type": "Function",
576
+ "version": "2.1.0",
577
+ "description": "Can be called to select the current row. Only applicable when table is in selectable mode"
578
+ },
579
+ {
580
+ "prop": "toggleDetails",
581
+ "type": "Function",
582
+ "description": "Can be called to toggle the visibility of the rows row-details scoped slot"
583
+ },
584
+ {
585
+ "prop": "unformatted",
586
+ "description": "The raw value for this key in the item record (null or undefined if a virtual column), before being passed to the field's formatter function"
587
+ },
588
+ {
589
+ "prop": "unselectRow",
590
+ "type": "Function",
591
+ "version": "2.1.0",
592
+ "description": "Can be called to unselect the current row. Only applicable when table is in selectable mode"
593
+ },
594
+ {
595
+ "prop": "value",
596
+ "description": "The value for this key in the record (null or undefined if a virtual column), or the output of the field's formatter function"
597
+ }
598
+ ]
599
+ },
600
+ {
601
+ "name": "cell({key})",
602
+ "pattern": "cell\\([a-zA-Z0-9$_.\\-]+\\)",
603
+ "description": "Scoped slot for custom data rendering of field data. '{key}' is the field's key name. See docs for scoped data",
604
+ "scope": [
605
+ {
606
+ "prop": "detailsShowing",
607
+ "type": "Boolean",
608
+ "description": "Will be true if the row's row-details scoped slot is visible"
609
+ },
610
+ {
611
+ "prop": "field",
612
+ "type": "Object",
613
+ "description": "The field's normalized definition object (from the fields prop)"
614
+ },
615
+ {
616
+ "prop": "index",
617
+ "type": "Number",
618
+ "description": "The row's index (zero-based) with respect to the displayed rows"
619
+ },
620
+ {
621
+ "prop": "item",
622
+ "type": "Object",
623
+ "description": "The row's item data object"
624
+ },
625
+ {
626
+ "prop": "rowSelected",
627
+ "type": "Boolean",
628
+ "description": "Will be true if the row has been selected. Only applicable when table is in selectable mode"
629
+ },
630
+ {
631
+ "prop": "selectRow",
632
+ "type": "Function",
633
+ "version": "2.1.0",
634
+ "description": "Can be called to select the current row. Only applicable when table is in selectable mode"
635
+ },
636
+ {
637
+ "prop": "toggleDetails",
638
+ "type": "Function",
639
+ "description": "Can be called to toggle the visibility of the rows row-details scoped slot"
640
+ },
641
+ {
642
+ "prop": "unformatted",
643
+ "description": "The raw value for this key in the item record (null or undefined if a virtual column), before being passed to the field's formatter function"
644
+ },
645
+ {
646
+ "prop": "unselectRow",
647
+ "type": "Function",
648
+ "version": "2.1.0",
649
+ "description": "Can be called to unselect the current row. Only applicable when table is in selectable mode"
650
+ },
651
+ {
652
+ "prop": "value",
653
+ "description": "The value for this key in the record (null or undefined if a virtual column), or the output of the field's formatter function"
654
+ }
655
+ ]
656
+ },
657
+ {
658
+ "name": "custom-foot",
659
+ "description": "Custom footer content slot for user supplied B-TR, B-TH, B-TD. Optionally Scoped",
660
+ "scope": [
661
+ {
662
+ "prop": "columns",
663
+ "type": "Number",
664
+ "description": "The number of columns in the table"
665
+ },
666
+ {
667
+ "prop": "fields",
668
+ "type": "Array",
669
+ "description": "The normalized fields definition array (in the array of objects format)"
670
+ },
671
+ {
672
+ "prop": "items",
673
+ "type": "Array",
674
+ "description": "Array of items that are currently being displayed"
675
+ }
676
+ ]
677
+ },
678
+ {
679
+ "name": "empty",
680
+ "description": "Content to display when no items are present in the `items` array. Optionally scoped",
681
+ "scope": [
682
+ {
683
+ "prop": "emptyFilteredHtml",
684
+ "type": "String",
685
+ "description": "The value of the empty-filtered-html prop"
686
+ },
687
+ {
688
+ "prop": "emptyFilteredText",
689
+ "type": "String",
690
+ "description": "The value of the empty-filtered-text prop"
691
+ },
692
+ {
693
+ "prop": "emptyHtml",
694
+ "type": "String",
695
+ "description": "The value of the empty-html prop"
696
+ },
697
+ {
698
+ "prop": "emptyText",
699
+ "type": "String",
700
+ "description": "The value of the empty-text prop"
701
+ },
702
+ {
703
+ "prop": "fields",
704
+ "type": "Array",
705
+ "description": "The normalized fields definition array (in the array of objects format)"
706
+ },
707
+ {
708
+ "prop": "items",
709
+ "type": "Array",
710
+ "description": "The items array. Exposed here to check null vs []"
711
+ }
712
+ ]
713
+ },
714
+ {
715
+ "name": "emptyfiltered",
716
+ "description": "Content to display when no items are present in the filtered `items` array. Optionally scoped",
717
+ "scope": [
718
+ {
719
+ "prop": "emptyFilteredHtml",
720
+ "type": "String",
721
+ "description": "The value of the empty-filtered-html prop"
722
+ },
723
+ {
724
+ "prop": "emptyFilteredText",
725
+ "type": "String",
726
+ "description": "The value of the empty-filtered-text prop"
727
+ },
728
+ {
729
+ "prop": "emptyHtml",
730
+ "type": "String",
731
+ "description": "The value of the empty-html prop"
732
+ },
733
+ {
734
+ "prop": "emptyText",
735
+ "type": "String",
736
+ "description": "The value of the empty-text prop"
737
+ },
738
+ {
739
+ "prop": "fields",
740
+ "type": "Array",
741
+ "description": "The normalized fields definition array (in the array of objects format)"
742
+ },
743
+ {
744
+ "prop": "items",
745
+ "type": "Array",
746
+ "description": "The items array. Exposed here to check null vs []"
747
+ }
748
+ ]
749
+ },
750
+ {
751
+ "name": "foot()",
752
+ "description": "Default scoped slot for custom rendering of field footer. See docs for scoped footer",
753
+ "scope": [
754
+ {
755
+ "prop": "clearSelected",
756
+ "type": "Function",
757
+ "description": "Unselect all rows (applicable if the table is in selectable mode)"
758
+ },
759
+ {
760
+ "prop": "column",
761
+ "type": "String",
762
+ "description": "The field's key value"
763
+ },
764
+ {
765
+ "prop": "field",
766
+ "type": "Object",
767
+ "description": "The field's normalized definition object (from the fields prop)"
768
+ },
769
+ {
770
+ "prop": "label",
771
+ "type": "String",
772
+ "description": "The field's label value"
773
+ },
774
+ {
775
+ "prop": "selectAllRows",
776
+ "type": "Function",
777
+ "description": "Select all rows (applicable if the table is in selectable mode)"
778
+ }
779
+ ]
780
+ },
781
+ {
782
+ "name": "foot({key})",
783
+ "pattern": "foot\\([a-zA-Z0-9$_.\\-]+\\)",
784
+ "description": "Scoped slot for custom rendering of field footer. '{key}' is the field's key name. See docs for scoped footer",
785
+ "scope": [
786
+ {
787
+ "prop": "clearSelected",
788
+ "type": "Function",
789
+ "description": "Unselect all rows (applicable if the table is in selectable mode)"
790
+ },
791
+ {
792
+ "prop": "column",
793
+ "type": "String",
794
+ "description": "The field's key value"
795
+ },
796
+ {
797
+ "prop": "field",
798
+ "type": "Object",
799
+ "description": "The field's normalized definition object (from the fields prop)"
800
+ },
801
+ {
802
+ "prop": "label",
803
+ "type": "String",
804
+ "description": "The field's label value"
805
+ },
806
+ {
807
+ "prop": "selectAllRows",
808
+ "type": "Function",
809
+ "description": "Select all rows (applicable if the table is in selectable mode)"
810
+ }
811
+ ]
812
+ },
813
+ {
814
+ "name": "head()",
815
+ "description": "Default scoped slot for custom rendering of field header. See docs for scoped header",
816
+ "scope": [
817
+ {
818
+ "prop": "clearSelected",
819
+ "type": "Function",
820
+ "description": "Unselect all rows (applicable if the table is in selectable mode)"
821
+ },
822
+ {
823
+ "prop": "column",
824
+ "type": "String",
825
+ "description": "The field's key value"
826
+ },
827
+ {
828
+ "prop": "field",
829
+ "type": "Object",
830
+ "description": "The field's normalized definition object (from the fields prop)"
831
+ },
832
+ {
833
+ "prop": "isFoot",
834
+ "type": "Boolean",
835
+ "description": "Will be true if the slot is being rendered in the table footer"
836
+ },
837
+ {
838
+ "prop": "label",
839
+ "type": "String",
840
+ "description": "The field's label value"
841
+ },
842
+ {
843
+ "prop": "selectAllRows",
844
+ "type": "Function",
845
+ "description": "Select all rows (applicable if the table is in selectable mode)"
846
+ }
847
+ ]
848
+ },
849
+ {
850
+ "name": "head({key})",
851
+ "pattern": "head\\([a-zA-Z0-9$_.\\-]+\\)",
852
+ "description": "Scoped slot for custom rendering of field header. '{key}' is the field's key name. See docs for scoped header",
853
+ "scope": [
854
+ {
855
+ "prop": "clearSelected",
856
+ "type": "Function",
857
+ "description": "Unselect all rows (applicable if the table is in selectable mode)"
858
+ },
859
+ {
860
+ "prop": "column",
861
+ "type": "String",
862
+ "description": "The field's key value"
863
+ },
864
+ {
865
+ "prop": "field",
866
+ "type": "Object",
867
+ "description": "The field's normalized definition object (from the fields prop)"
868
+ },
869
+ {
870
+ "prop": "isFoot",
871
+ "type": "Boolean",
872
+ "description": "Will be true if the slot is being rendered in the table footer"
873
+ },
874
+ {
875
+ "prop": "label",
876
+ "type": "String",
877
+ "description": "The field's label value"
878
+ },
879
+ {
880
+ "prop": "selectAllRows",
881
+ "type": "Function",
882
+ "description": "Select all rows (applicable if the table is in selectable mode)"
883
+ }
884
+ ]
885
+ },
886
+ {
887
+ "name": "row-details",
888
+ "description": "Scoped slot for optional rendering additional record details. See docs for Row details support",
889
+ "scope": [
890
+ {
891
+ "prop": "fields",
892
+ "type": "Array",
893
+ "description": "The normalized fields definition array (in the array of objects format)"
894
+ },
895
+ {
896
+ "prop": "index",
897
+ "type": "Number",
898
+ "description": "The item's row index number (with respect to the displayed item rows)"
899
+ },
900
+ {
901
+ "prop": "item",
902
+ "type": "Object",
903
+ "description": "The entire row's record data object"
904
+ },
905
+ {
906
+ "prop": "rowSelected",
907
+ "type": "Boolean",
908
+ "version": "2.1.0",
909
+ "description": "Will be true if the row has been selected. Only applicable when table is in selectable mode"
910
+ },
911
+ {
912
+ "prop": "selectRow",
913
+ "type": "Function",
914
+ "version": "2.1.0",
915
+ "description": "Can be called to select the current row. Only applicable when table is in selectable mode"
916
+ },
917
+ {
918
+ "prop": "toggleDetails",
919
+ "type": "Function",
920
+ "description": "Function to toggle visibility of the row's details slot"
921
+ },
922
+ {
923
+ "prop": "unselectRow",
924
+ "type": "Function",
925
+ "version": "2.1.0",
926
+ "description": "Can be called to unselect the current row. Only applicable when table is in selectable mode"
927
+ }
928
+ ]
929
+ },
930
+ {
931
+ "name": "table-busy",
932
+ "description": "Optional slot to place loading message when table is in the busy state"
933
+ },
934
+ {
935
+ "name": "table-caption",
936
+ "description": "Content to display in the table's caption element"
937
+ },
938
+ {
939
+ "name": "table-colgroup",
940
+ "description": "Slot to place custom colgroup and col elements. Optionally scoped",
941
+ "scope": [
942
+ {
943
+ "prop": "columns",
944
+ "type": "Number",
945
+ "description": "The number of columns in the table"
946
+ },
947
+ {
948
+ "prop": "fields",
949
+ "type": "Array",
950
+ "description": "Array of field definition objects"
951
+ }
952
+ ]
953
+ },
954
+ {
955
+ "name": "thead-top",
956
+ "description": "Slot above the column headers in the `thead` element for user-supplied B-TR's with B-TH/B-TD. Optionally scoped",
957
+ "scope": [
958
+ {
959
+ "prop": "clearSelected",
960
+ "type": "Function",
961
+ "description": "Unselect all rows (applicable if the table is in selectable mode)"
962
+ },
963
+ {
964
+ "prop": "columns",
965
+ "type": "Number",
966
+ "description": "The number of columns in the table"
967
+ },
968
+ {
969
+ "prop": "fields",
970
+ "type": "Array",
971
+ "description": "The normalized fields definition array (in the array of objects format)"
972
+ },
973
+ {
974
+ "prop": "selectAllRows",
975
+ "type": "Function",
976
+ "description": "Select all rows (applicable if the table is in selectable mode)"
977
+ }
978
+ ]
979
+ },
980
+ {
981
+ "name": "top-row",
982
+ "description": "Fixed top row slot for user supplied B-TD cells. Optionally scoped",
983
+ "scope": [
984
+ {
985
+ "prop": "columns",
986
+ "type": "Number",
987
+ "description": "The number of columns in the table"
988
+ },
989
+ {
990
+ "prop": "fields",
991
+ "type": "Array",
992
+ "description": "The normalized fields definition array (in the array of objects format)"
993
+ }
994
+ ]
995
+ }
996
+ ]
997
+ },
998
+ {
999
+ "component": "BTableLite",
1000
+ "props": [
1001
+ {
1002
+ "prop": "bordered",
1003
+ "description": "Adds borders to all the cells and headers"
1004
+ },
1005
+ {
1006
+ "prop": "borderless",
1007
+ "description": "Removes all borders from cells"
1008
+ },
1009
+ {
1010
+ "prop": "caption",
1011
+ "description": "Text string to place in the caption element"
1012
+ },
1013
+ {
1014
+ "prop": "captionHtml",
1015
+ "description": "HTML string to place in the caption element",
1016
+ "xss": true
1017
+ },
1018
+ {
1019
+ "prop": "captionTop",
1020
+ "description": "Visually place the table caption above the table. Default is below"
1021
+ },
1022
+ {
1023
+ "prop": "dark",
1024
+ "description": "Places the table in dark mode"
1025
+ },
1026
+ {
1027
+ "prop": "detailsTdClass",
1028
+ "version": "2.1.0",
1029
+ "description": "CSS class (or classes) to apply to the td element in the details row"
1030
+ },
1031
+ {
1032
+ "prop": "fields",
1033
+ "description": "Array of field names or array of field definition objects"
1034
+ },
1035
+ {
1036
+ "prop": "fixed",
1037
+ "description": "Makes all columns equal width (fixed layout table). Will speed up rendering for large tables. Column widths can be set via CSS or colgroup"
1038
+ },
1039
+ {
1040
+ "prop": "footClone",
1041
+ "description": "Enable to the footer of the table, and clone the header content by default"
1042
+ },
1043
+ {
1044
+ "prop": "footRowVariant",
1045
+ "version": "2.1.0",
1046
+ "description": "Apply a Bootstrap theme color variant to the tr element in the tfoot. Falls back to head-row-variant"
1047
+ },
1048
+ {
1049
+ "prop": "footVariant",
1050
+ "description": "Footer variant: 'light' or 'dark', or unset. May take precedence over foot-row-variant"
1051
+ },
1052
+ {
1053
+ "prop": "headRowVariant",
1054
+ "version": "2.1.0",
1055
+ "description": "Apply a Bootstrap theme color variant to the tr element in the thead"
1056
+ },
1057
+ {
1058
+ "prop": "headVariant",
1059
+ "description": "Header variant: 'light' or 'dark', or unset. May take precedence over head-row-variant"
1060
+ },
1061
+ {
1062
+ "prop": "hover",
1063
+ "description": "Enables hover styling on rows"
1064
+ },
1065
+ {
1066
+ "prop": "items",
1067
+ "description": "Array of items to display"
1068
+ },
1069
+ {
1070
+ "prop": "noBorderCollapse",
1071
+ "version": "2.0.0",
1072
+ "description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns"
1073
+ },
1074
+ {
1075
+ "prop": "outlined",
1076
+ "description": "Adds an outline border to the table element"
1077
+ },
1078
+ {
1079
+ "prop": "primaryKey",
1080
+ "description": "Name of a table field that contains a guaranteed unique value per row. Needed for tbody transition support, and also speeds up table rendering"
1081
+ },
1082
+ {
1083
+ "prop": "responsive",
1084
+ "description": "Makes the table responsive in width, adding a horizontal scrollbar. Set to true for always responsive or set to one of the breakpoints to switch from responsive to normal: 'sm', 'md', 'lg', 'xl'"
1085
+ },
1086
+ {
1087
+ "prop": "small",
1088
+ "description": "Renders the table with smaller cell padding"
1089
+ },
1090
+ {
1091
+ "prop": "stacked",
1092
+ "description": "Place the table in stacked mode. Set to true for always stacked, or set to one of the breakpoints to switch from stacked to normal: 'sm', 'md', 'lg', 'xl'"
1093
+ },
1094
+ {
1095
+ "prop": "stickyHeader",
1096
+ "description": "Makes the table header sticky. Set to true for a maximum height 300px tall table, or set to any valid CSS hight (including units)"
1097
+ },
1098
+ {
1099
+ "prop": "striped",
1100
+ "description": "Applies striping to the tbody rows"
1101
+ },
1102
+ {
1103
+ "prop": "tableClass",
1104
+ "description": "CSS class (or classes) to apply to the table element"
1105
+ },
1106
+ {
1107
+ "prop": "tableVariant",
1108
+ "description": "Apply a Bootstrap theme color variant to the entire table"
1109
+ },
1110
+ {
1111
+ "prop": "tbodyClass",
1112
+ "description": "CSS class (or classes) to apply to the tbody element"
1113
+ },
1114
+ {
1115
+ "prop": "tbodyTrAttr",
1116
+ "version": "2.2.0",
1117
+ "description": "Attributes to be added to each tr in the tbody, or a function returning such attributes (see docs for details)"
1118
+ },
1119
+ {
1120
+ "prop": "tbodyTrClass",
1121
+ "description": "CSS class (or classes) to apply to the tr element in the tbody. Can be a function that returns a class (see docs for details)"
1122
+ },
1123
+ {
1124
+ "prop": "tbodyTransitionHandlers",
1125
+ "description": "Vue 'transition-group' event handlers. When provided will make the tbody a Vue 'transition-group' component"
1126
+ },
1127
+ {
1128
+ "prop": "tbodyTransitionProps",
1129
+ "description": "Vue 'transition-group' properties. When provided will make the tbody a Vue 'transition-group' component"
1130
+ },
1131
+ {
1132
+ "prop": "tfootClass",
1133
+ "description": "CSS class (or classes) to apply to the tfoot element"
1134
+ },
1135
+ {
1136
+ "prop": "tfootTrClass",
1137
+ "description": "CSS class (or classes) to apply to the tr element in the tfoot"
1138
+ },
1139
+ {
1140
+ "prop": "theadClass",
1141
+ "description": "CSS class (or classes) to apply to the thead element"
1142
+ },
1143
+ {
1144
+ "prop": "theadTrClass",
1145
+ "description": "CSS class (or classes) to apply to the tr element in the thead"
1146
+ },
1147
+ {
1148
+ "prop": "value",
1149
+ "description": "Currently displayed row data. Read-only. Do not set a value on this prop"
1150
+ }
1151
+ ],
1152
+ "events": [
1153
+ {
1154
+ "event": "head-clicked",
1155
+ "description": "Emitted when a header or footer cell is clicked. Not applicable for 'custom-foot' slot",
1156
+ "args": [
1157
+ {
1158
+ "arg": "key",
1159
+ "type": "String",
1160
+ "description": "Column key clicked (field name)"
1161
+ },
1162
+ {
1163
+ "arg": "field",
1164
+ "type": "Object",
1165
+ "description": "Field definition object"
1166
+ },
1167
+ {
1168
+ "arg": "event",
1169
+ "type": [
1170
+ "MouseEvent",
1171
+ "KeyboardEvent"
1172
+ ],
1173
+ "description": "Native event object"
1174
+ },
1175
+ {
1176
+ "arg": "isFooter",
1177
+ "type": "Boolean",
1178
+ "description": "'True' if this event originated from clicking on the footer cell"
1179
+ }
1180
+ ]
1181
+ },
1182
+ {
1183
+ "event": "row-clicked",
1184
+ "description": "Emitted when a row is clicked",
1185
+ "args": [
1186
+ {
1187
+ "arg": "item",
1188
+ "type": "Object",
1189
+ "description": "Item data of the row being clicked"
1190
+ },
1191
+ {
1192
+ "arg": "index",
1193
+ "type": "Number",
1194
+ "description": "Index of the row being clicked"
1195
+ },
1196
+ {
1197
+ "arg": "event",
1198
+ "type": [
1199
+ "MouseEvent",
1200
+ "KeyboardEvent"
1201
+ ],
1202
+ "description": "Native event object"
1203
+ }
1204
+ ]
1205
+ },
1206
+ {
1207
+ "event": "row-contextmenu",
1208
+ "description": "Emitted when a row is right clicked",
1209
+ "args": [
1210
+ {
1211
+ "arg": "item",
1212
+ "type": "Object",
1213
+ "description": "Item data of the row being right clicked"
1214
+ },
1215
+ {
1216
+ "arg": "index",
1217
+ "type": "Number",
1218
+ "description": "Index of the row being right clicked"
1219
+ },
1220
+ {
1221
+ "arg": "event",
1222
+ "type": "MouseEvent",
1223
+ "description": "Native event object"
1224
+ }
1225
+ ]
1226
+ },
1227
+ {
1228
+ "event": "row-dblclicked",
1229
+ "description": "Emitted when a row is double clicked",
1230
+ "args": [
1231
+ {
1232
+ "arg": "item",
1233
+ "type": "Object",
1234
+ "description": "Item data of the row being double clicked"
1235
+ },
1236
+ {
1237
+ "arg": "index",
1238
+ "type": "Number",
1239
+ "description": "Index of the row being double clicked"
1240
+ },
1241
+ {
1242
+ "arg": "event",
1243
+ "type": "MouseEvent",
1244
+ "description": "Native event object"
1245
+ }
1246
+ ]
1247
+ },
1248
+ {
1249
+ "event": "row-hovered",
1250
+ "description": "Emitted when a row is hovered",
1251
+ "args": [
1252
+ {
1253
+ "arg": "item",
1254
+ "type": "Object",
1255
+ "description": "Item data of the row being hovered"
1256
+ },
1257
+ {
1258
+ "arg": "index",
1259
+ "type": "Number",
1260
+ "description": "Index of the row being hovered"
1261
+ },
1262
+ {
1263
+ "arg": "event",
1264
+ "type": "MouseEvent",
1265
+ "description": "Native event object"
1266
+ }
1267
+ ]
1268
+ },
1269
+ {
1270
+ "event": "row-middle-clicked",
1271
+ "description": "Emitted when a row is middle clicked",
1272
+ "args": [
1273
+ {
1274
+ "arg": "item",
1275
+ "type": "Object",
1276
+ "description": "Item data of the row being middle clicked"
1277
+ },
1278
+ {
1279
+ "arg": "index",
1280
+ "type": "Number",
1281
+ "description": "Index of the row being middle clicked"
1282
+ },
1283
+ {
1284
+ "arg": "event",
1285
+ "type": "MouseEvent",
1286
+ "description": "Native event object"
1287
+ }
1288
+ ]
1289
+ },
1290
+ {
1291
+ "event": "row-unhovered",
1292
+ "description": "Emitted when a row is unhovered",
1293
+ "args": [
1294
+ {
1295
+ "arg": "item",
1296
+ "type": "Object",
1297
+ "description": "Item data of the row being unhovered"
1298
+ },
1299
+ {
1300
+ "arg": "index",
1301
+ "type": "Number",
1302
+ "description": "Index of the row being unhovered"
1303
+ },
1304
+ {
1305
+ "arg": "event",
1306
+ "type": "MouseEvent",
1307
+ "description": "Native event object"
1308
+ }
1309
+ ]
1310
+ }
1311
+ ],
1312
+ "slots": [
1313
+ {
1314
+ "name": "cell()",
1315
+ "description": "Default scoped slot for custom data rendering of field data",
1316
+ "scope": [
1317
+ {
1318
+ "prop": "detailsShowing",
1319
+ "type": "Boolean",
1320
+ "description": "Will be true if the row's row-details scoped slot is visible"
1321
+ },
1322
+ {
1323
+ "prop": "field",
1324
+ "type": "Object",
1325
+ "description": "The field's normalized definition object (from the fields prop)"
1326
+ },
1327
+ {
1328
+ "prop": "index",
1329
+ "type": "Number",
1330
+ "description": "The row's index (zero-based) with respect to the displayed rows"
1331
+ },
1332
+ {
1333
+ "prop": "item",
1334
+ "type": "Object",
1335
+ "description": "The row's item data object"
1336
+ },
1337
+ {
1338
+ "prop": "toggleDetails",
1339
+ "type": "Function",
1340
+ "description": "Can be called to toggle the visibility of the rows row-details scoped slot"
1341
+ },
1342
+ {
1343
+ "prop": "unformatted",
1344
+ "description": "The raw value for this key in the item record (null or undefined if a virtual column), before being passed to the field's formatter function"
1345
+ },
1346
+ {
1347
+ "prop": "value",
1348
+ "description": "The value for this key in the record (null or undefined if a virtual column), or the output of the field's formatter function"
1349
+ }
1350
+ ]
1351
+ },
1352
+ {
1353
+ "name": "cell({key})",
1354
+ "pattern": "cell\\([a-zA-Z0-9$_.\\-]+\\)",
1355
+ "description": "Scoped slot for custom data rendering of field data. '{key}' is the field's key name",
1356
+ "scope": [
1357
+ {
1358
+ "prop": "detailsShowing",
1359
+ "type": "Boolean",
1360
+ "description": "Will be true if the row's row-details scoped slot is visible"
1361
+ },
1362
+ {
1363
+ "prop": "field",
1364
+ "type": "Object",
1365
+ "description": "The field's normalized definition object (from the fields prop)"
1366
+ },
1367
+ {
1368
+ "prop": "index",
1369
+ "type": "Number",
1370
+ "description": "The row's index (zero-based) with respect to the displayed rows"
1371
+ },
1372
+ {
1373
+ "prop": "item",
1374
+ "type": "Object",
1375
+ "description": "The row's item data object"
1376
+ },
1377
+ {
1378
+ "prop": "toggleDetails",
1379
+ "type": "Function",
1380
+ "description": "Can be called to toggle the visibility of the rows row-details scoped slot"
1381
+ },
1382
+ {
1383
+ "prop": "unformatted",
1384
+ "description": "The raw value for this key in the item record (null or undefined if a virtual column), before being passed to the field's formatter function"
1385
+ },
1386
+ {
1387
+ "prop": "value",
1388
+ "description": "The value for this key in the record (null or undefined if a virtual column), or the output of the field's formatter function"
1389
+ }
1390
+ ]
1391
+ },
1392
+ {
1393
+ "name": "custom-foot",
1394
+ "description": "Custom footer content slot for user supplied B-TR's with B-TH/B-TD. Optionally Scoped",
1395
+ "scope": [
1396
+ {
1397
+ "prop": "columns",
1398
+ "type": "Number",
1399
+ "description": "The number of columns in the table"
1400
+ },
1401
+ {
1402
+ "prop": "fields",
1403
+ "type": "Array",
1404
+ "description": "The normalized fields definition array (in the array of objects format)"
1405
+ },
1406
+ {
1407
+ "prop": "items",
1408
+ "type": "Array",
1409
+ "description": "Array of items that are currently being displayed"
1410
+ }
1411
+ ]
1412
+ },
1413
+ {
1414
+ "name": "foot()",
1415
+ "description": "Default scoped slot for custom rendering of field footer",
1416
+ "scope": [
1417
+ {
1418
+ "prop": "column",
1419
+ "type": "String",
1420
+ "description": "The field's key value"
1421
+ },
1422
+ {
1423
+ "prop": "field",
1424
+ "type": "Object",
1425
+ "description": "The field's normalized definition object (from the fields prop)"
1426
+ },
1427
+ {
1428
+ "prop": "label",
1429
+ "type": "String",
1430
+ "description": "The field's label value"
1431
+ }
1432
+ ]
1433
+ },
1434
+ {
1435
+ "name": "foot({key})",
1436
+ "pattern": "foot\\([a-zA-Z0-9$_.\\-]+\\)",
1437
+ "description": "Scoped slot for custom rendering of field footer. '{key}' is the field's key name",
1438
+ "scope": [
1439
+ {
1440
+ "prop": "column",
1441
+ "type": "String",
1442
+ "description": "The field's key value"
1443
+ },
1444
+ {
1445
+ "prop": "field",
1446
+ "type": "Object",
1447
+ "description": "The field's normalized definition object (from the fields prop)"
1448
+ },
1449
+ {
1450
+ "prop": "label",
1451
+ "type": "String",
1452
+ "description": "The field's label value"
1453
+ }
1454
+ ]
1455
+ },
1456
+ {
1457
+ "name": "head()",
1458
+ "description": "Default scoped slot for custom rendering of field header",
1459
+ "scope": [
1460
+ {
1461
+ "prop": "column",
1462
+ "type": "String",
1463
+ "description": "The field's key value"
1464
+ },
1465
+ {
1466
+ "prop": "field",
1467
+ "type": "Object",
1468
+ "description": "The field's normalized definition object (from the fields prop)"
1469
+ },
1470
+ {
1471
+ "prop": "isFoot",
1472
+ "type": "Boolean",
1473
+ "description": "Will be true if the slot is being rendered in the table footer"
1474
+ },
1475
+ {
1476
+ "prop": "label",
1477
+ "type": "String",
1478
+ "description": "The field's label value"
1479
+ }
1480
+ ]
1481
+ },
1482
+ {
1483
+ "name": "head({key})",
1484
+ "pattern": "head\\([a-zA-Z0-9$_.\\-]+\\)",
1485
+ "description": "Scoped slot for custom rendering of field header. '{key}' is the field's key name",
1486
+ "scope": [
1487
+ {
1488
+ "prop": "column",
1489
+ "type": "String",
1490
+ "description": "The field's key value"
1491
+ },
1492
+ {
1493
+ "prop": "field",
1494
+ "type": "Object",
1495
+ "description": "The field's normalized definition object (from the fields prop)"
1496
+ },
1497
+ {
1498
+ "prop": "isFoot",
1499
+ "type": "Boolean",
1500
+ "description": "Will be true if the slot is being rendered in the table footer"
1501
+ },
1502
+ {
1503
+ "prop": "label",
1504
+ "type": "String",
1505
+ "description": "The field's label value"
1506
+ }
1507
+ ]
1508
+ },
1509
+ {
1510
+ "name": "row-details",
1511
+ "description": "Scoped slot for optional rendering additional record details. See docs for Row details support",
1512
+ "scope": [
1513
+ {
1514
+ "prop": "fields",
1515
+ "type": "Array",
1516
+ "description": "The normalized fields definition array (in the array of objects format)"
1517
+ },
1518
+ {
1519
+ "prop": "index",
1520
+ "type": "Number",
1521
+ "description": "The item's row index number (with respect to the displayed item rows)"
1522
+ },
1523
+ {
1524
+ "prop": "item",
1525
+ "type": "Object",
1526
+ "description": "The entire row's record data object"
1527
+ },
1528
+ {
1529
+ "prop": "toggleDetails",
1530
+ "type": "Function",
1531
+ "description": "Function to toggle visibility of the row's details slot"
1532
+ }
1533
+ ]
1534
+ },
1535
+ {
1536
+ "name": "table-caption",
1537
+ "description": "Content to display in the table's caption element"
1538
+ },
1539
+ {
1540
+ "name": "table-colgroup",
1541
+ "description": "Slot to place custom colgroup and col elements. Optionally scoped",
1542
+ "scope": [
1543
+ {
1544
+ "prop": "columns",
1545
+ "type": "Number",
1546
+ "description": "The number of columns in the table"
1547
+ },
1548
+ {
1549
+ "prop": "fields",
1550
+ "type": "Array",
1551
+ "description": "Array of field definition objects"
1552
+ }
1553
+ ]
1554
+ },
1555
+ {
1556
+ "name": "thead-top",
1557
+ "description": "Slot above the column headers in the `thead` element for user-supplied B-TR with B-TH/B-TD. Optionally scoped",
1558
+ "scope": [
1559
+ {
1560
+ "prop": "clearSelected",
1561
+ "type": "Function",
1562
+ "description": "Unselect all rows (applicable if the table is in selectable mode)"
1563
+ },
1564
+ {
1565
+ "prop": "columns",
1566
+ "type": "Number",
1567
+ "description": "The number of columns in the table"
1568
+ },
1569
+ {
1570
+ "prop": "fields",
1571
+ "type": "Array",
1572
+ "description": "The normalized fields definition array (in the array of objects format)"
1573
+ },
1574
+ {
1575
+ "prop": "selectAllRows",
1576
+ "type": "Function",
1577
+ "description": "Select all rows (applicable if the table is in selectable mode)"
1578
+ }
1579
+ ]
1580
+ }
1581
+ ]
1582
+ },
1583
+ {
1584
+ "component": "BTableSimple",
1585
+ "props": [
1586
+ {
1587
+ "prop": "bordered",
1588
+ "description": "Adds borders to all the cells and headers"
1589
+ },
1590
+ {
1591
+ "prop": "borderless",
1592
+ "description": "Removes all borders from cells"
1593
+ },
1594
+ {
1595
+ "prop": "captionTop",
1596
+ "description": "Visually place the table caption above the table. Default is below"
1597
+ },
1598
+ {
1599
+ "prop": "dark",
1600
+ "description": "Places the table in dark mode"
1601
+ },
1602
+ {
1603
+ "prop": "fixed",
1604
+ "description": "Makes all columns equal width (fixed layout table). Will speed up rendering for large tables. Column widths can be set via CSS or colgroup"
1605
+ },
1606
+ {
1607
+ "prop": "hover",
1608
+ "description": "Enables hover styling on rows"
1609
+ },
1610
+ {
1611
+ "prop": "noBorderCollapse",
1612
+ "version": "2.0.0",
1613
+ "description": "Disable's the collapsing of table borders. Useful when table has sticky headers or columns"
1614
+ },
1615
+ {
1616
+ "prop": "outlined",
1617
+ "description": "Adds an outline border to the table element"
1618
+ },
1619
+ {
1620
+ "prop": "responsive",
1621
+ "description": "Makes the table responsive in width, adding a horizontal scrollbar. Set to true for always responsive or set to one of the breakpoints to switch from responsive to normal: 'sm', 'md', 'lg', 'xl'"
1622
+ },
1623
+ {
1624
+ "prop": "small",
1625
+ "description": "Renders the table with smaller cell padding"
1626
+ },
1627
+ {
1628
+ "prop": "stacked",
1629
+ "description": "Place the table in stacked mode. Set to true for always stacked, or set to one of the breakpoints to switch from stacked to normal: 'sm', 'md', 'lg', 'xl'"
1630
+ },
1631
+ {
1632
+ "prop": "stickyHeader",
1633
+ "description": "Makes the table header sticky. Set to true for a maximum height 300px tall table, or set to any valid CSS hight (including units)"
1634
+ },
1635
+ {
1636
+ "prop": "striped",
1637
+ "description": "Applies striping to the tbody rows"
1638
+ },
1639
+ {
1640
+ "prop": "tableClass",
1641
+ "description": "CSS class (or classes) to apply to the table element"
1642
+ },
1643
+ {
1644
+ "prop": "tableVariant",
1645
+ "description": "Apply a Bootstrap theme color variant to the entire table"
1646
+ }
1647
+ ],
1648
+ "slots": [
1649
+ {
1650
+ "name": "default",
1651
+ "description": "Content to place in the table"
1652
+ }
1653
+ ]
1654
+ },
1655
+ {
1656
+ "component": "BTbody",
1657
+ "props": [
1658
+ {
1659
+ "prop": "tbodyTransitionHandlers",
1660
+ "description": "Vue 'transition-group' event handlers. When provided will make the tbody a Vue 'transition-group' component"
1661
+ },
1662
+ {
1663
+ "prop": "tbodyTransitionProps",
1664
+ "description": "Vue 'transition-group' properties. When provided will make the tbody a Vue 'transition-group' component"
1665
+ }
1666
+ ],
1667
+ "slots": [
1668
+ {
1669
+ "name": "default",
1670
+ "description": "Content to place in the tbody"
1671
+ }
1672
+ ]
1673
+ },
1674
+ {
1675
+ "component": "BThead",
1676
+ "props": [
1677
+ {
1678
+ "prop": "headVariant",
1679
+ "description": "Header variant: 'light' or 'dark', or unset"
1680
+ }
1681
+ ],
1682
+ "slots": [
1683
+ {
1684
+ "name": "default",
1685
+ "description": "Content to place in the thead"
1686
+ }
1687
+ ]
1688
+ },
1689
+ {
1690
+ "component": "BTfoot",
1691
+ "props": [
1692
+ {
1693
+ "prop": "footVariant",
1694
+ "description": "Footer variant: 'light' or 'dark', or unset"
1695
+ }
1696
+ ],
1697
+ "slots": [
1698
+ {
1699
+ "name": "default",
1700
+ "description": "Content to place in the tfoot"
1701
+ }
1702
+ ]
1703
+ },
1704
+ {
1705
+ "component": "BTr",
1706
+ "slots": [
1707
+ {
1708
+ "name": "default",
1709
+ "description": "Content to place in the tr"
1710
+ }
1711
+ ]
1712
+ },
1713
+ {
1714
+ "component": "BTd",
1715
+ "props": [
1716
+ {
1717
+ "prop": "colspan",
1718
+ "description": "Number of columns this cell spans"
1719
+ },
1720
+ {
1721
+ "prop": "rowspan",
1722
+ "description": "Number of rows this cell spans"
1723
+ },
1724
+ {
1725
+ "prop": "stackedHeading",
1726
+ "description": "Heading for the cell when in stacked mode. Only applicable to cells in the 'tbody' element"
1727
+ },
1728
+ {
1729
+ "prop": "stickyColumn",
1730
+ "description": "If this will be a sticky colum. Must be set on all cells in this column. table must be in sticky-header or responsive mode to work"
1731
+ }
1732
+ ],
1733
+ "slots": [
1734
+ {
1735
+ "name": "default",
1736
+ "description": "Content to place in the td"
1737
+ }
1738
+ ]
1739
+ },
1740
+ {
1741
+ "component": "BTh",
1742
+ "props": [
1743
+ {
1744
+ "prop": "colspan",
1745
+ "description": "Number of columns this cell spans"
1746
+ },
1747
+ {
1748
+ "prop": "rowspan",
1749
+ "description": "Number of rows this cell spans"
1750
+ },
1751
+ {
1752
+ "prop": "stackedHeading",
1753
+ "description": "Heading for the cell when in stacked mode. Only applicable to cells in the 'tbody' element"
1754
+ },
1755
+ {
1756
+ "prop": "stickyColumn",
1757
+ "description": "If this will be a sticky colum. Must be set on all cells in this column. table must be in sticky-header or responsive mode to work"
1758
+ }
1759
+ ]
1760
+ }
1761
+ ]
1762
+ }
1763
+ }