@gitlab/duo-ui 3.0.0 → 4.0.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 (578) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_details_modal/duo_chat_context_item_details_modal.js +3 -3
  3. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu.js +10 -10
  4. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_category_items.js +1 -1
  5. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_item.js +5 -15
  6. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_items.js +9 -9
  7. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_items_loading.js +2 -2
  8. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_popover/duo_chat_context_item_popover.js +3 -29
  9. package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_selections/duo_chat_context_item_selections.js +7 -8
  10. package/dist/components/chat/components/duo_chat_context/utils.js +1 -102
  11. package/dist/components/chat/components/duo_chat_conversation/duo_chat_conversation.js +5 -5
  12. package/dist/components/chat/components/duo_chat_loader/duo_chat_loader.js +4 -4
  13. package/dist/components/chat/components/duo_chat_message/duo_chat_message.js +13 -13
  14. package/dist/components/chat/components/duo_chat_message_sources/duo_chat_message_sources.js +2 -2
  15. package/dist/components/chat/components/duo_chat_predefined_prompts/duo_chat_predefined_prompts.js +1 -1
  16. package/dist/components/chat/duo_chat.js +66 -24
  17. package/dist/components.css +1 -1
  18. package/dist/components.css.map +1 -1
  19. package/dist/tailwind.css +1 -1
  20. package/dist/tailwind.css.map +1 -1
  21. package/package.json +3 -5
  22. package/src/components/chat/components/duo_chat_context/duo_chat_context_item_details_modal/duo_chat_context_item_details_modal.vue +3 -3
  23. package/src/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu.vue +12 -12
  24. package/src/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_category_items.vue +1 -1
  25. package/src/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_item.vue +17 -24
  26. package/src/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_items.vue +9 -9
  27. package/src/components/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_items_loading.vue +2 -2
  28. package/src/components/chat/components/duo_chat_context/duo_chat_context_item_popover/duo_chat_context_item_popover.vue +25 -55
  29. package/src/components/chat/components/duo_chat_context/duo_chat_context_item_selections/duo_chat_context_item_selections.vue +10 -11
  30. package/src/components/chat/components/duo_chat_context/utils.js +0 -114
  31. package/src/components/chat/components/duo_chat_conversation/duo_chat_conversation.md +1 -1
  32. package/src/components/chat/components/duo_chat_conversation/duo_chat_conversation.vue +5 -5
  33. package/src/components/chat/components/duo_chat_loader/duo_chat_loader.vue +7 -7
  34. package/src/components/chat/components/duo_chat_message/duo_chat_message.md +2 -2
  35. package/src/components/chat/components/duo_chat_message/duo_chat_message.vue +14 -14
  36. package/src/components/chat/components/duo_chat_message_sources/duo_chat_message_sources.vue +2 -2
  37. package/src/components/chat/components/duo_chat_predefined_prompts/duo_chat_predefined_prompts.vue +1 -1
  38. package/src/components/chat/duo_chat.md +4 -4
  39. package/src/components/chat/duo_chat.scss +47 -0
  40. package/src/components/chat/duo_chat.vue +263 -204
  41. package/translations.js +36 -43
  42. package/src/vendor/bootstrap/LICENSE +0 -22
  43. package/src/vendor/bootstrap/scss/_alert.scss +0 -52
  44. package/src/vendor/bootstrap/scss/_badge.scss +0 -54
  45. package/src/vendor/bootstrap/scss/_breadcrumb.scss +0 -42
  46. package/src/vendor/bootstrap/scss/_button-group.scss +0 -163
  47. package/src/vendor/bootstrap/scss/_buttons.scss +0 -142
  48. package/src/vendor/bootstrap/scss/_card.scss +0 -286
  49. package/src/vendor/bootstrap/scss/_carousel.scss +0 -200
  50. package/src/vendor/bootstrap/scss/_close.scss +0 -40
  51. package/src/vendor/bootstrap/scss/_code.scss +0 -48
  52. package/src/vendor/bootstrap/scss/_custom-forms.scss +0 -526
  53. package/src/vendor/bootstrap/scss/_dropdown.scss +0 -192
  54. package/src/vendor/bootstrap/scss/_forms.scss +0 -347
  55. package/src/vendor/bootstrap/scss/_functions.scss +0 -190
  56. package/src/vendor/bootstrap/scss/_grid.scss +0 -73
  57. package/src/vendor/bootstrap/scss/_images.scss +0 -42
  58. package/src/vendor/bootstrap/scss/_input-group.scss +0 -211
  59. package/src/vendor/bootstrap/scss/_jumbotron.scss +0 -17
  60. package/src/vendor/bootstrap/scss/_list-group.scss +0 -154
  61. package/src/vendor/bootstrap/scss/_media.scss +0 -8
  62. package/src/vendor/bootstrap/scss/_mixins.scss +0 -47
  63. package/src/vendor/bootstrap/scss/_modal.scss +0 -240
  64. package/src/vendor/bootstrap/scss/_nav.scss +0 -125
  65. package/src/vendor/bootstrap/scss/_navbar.scss +0 -332
  66. package/src/vendor/bootstrap/scss/_pagination.scss +0 -74
  67. package/src/vendor/bootstrap/scss/_popover.scss +0 -170
  68. package/src/vendor/bootstrap/scss/_print.scss +0 -132
  69. package/src/vendor/bootstrap/scss/_progress.scss +0 -47
  70. package/src/vendor/bootstrap/scss/_reboot.scss +0 -484
  71. package/src/vendor/bootstrap/scss/_root.scss +0 -19
  72. package/src/vendor/bootstrap/scss/_spinners.scss +0 -65
  73. package/src/vendor/bootstrap/scss/_tables.scss +0 -185
  74. package/src/vendor/bootstrap/scss/_toasts.scss +0 -46
  75. package/src/vendor/bootstrap/scss/_tooltip.scss +0 -115
  76. package/src/vendor/bootstrap/scss/_transitions.scss +0 -26
  77. package/src/vendor/bootstrap/scss/_type.scss +0 -125
  78. package/src/vendor/bootstrap/scss/_utilities.scss +0 -18
  79. package/src/vendor/bootstrap/scss/_variables.scss +0 -1149
  80. package/src/vendor/bootstrap/scss/bootstrap-grid.scss +0 -30
  81. package/src/vendor/bootstrap/scss/bootstrap-reboot.scss +0 -12
  82. package/src/vendor/bootstrap/scss/bootstrap.scss +0 -44
  83. package/src/vendor/bootstrap/scss/mixins/_alert.scss +0 -13
  84. package/src/vendor/bootstrap/scss/mixins/_background-variant.scss +0 -23
  85. package/src/vendor/bootstrap/scss/mixins/_badge.scss +0 -17
  86. package/src/vendor/bootstrap/scss/mixins/_border-radius.scss +0 -76
  87. package/src/vendor/bootstrap/scss/mixins/_box-shadow.scss +0 -20
  88. package/src/vendor/bootstrap/scss/mixins/_breakpoints.scss +0 -123
  89. package/src/vendor/bootstrap/scss/mixins/_buttons.scss +0 -110
  90. package/src/vendor/bootstrap/scss/mixins/_caret.scss +0 -62
  91. package/src/vendor/bootstrap/scss/mixins/_clearfix.scss +0 -7
  92. package/src/vendor/bootstrap/scss/mixins/_deprecate.scss +0 -10
  93. package/src/vendor/bootstrap/scss/mixins/_float.scss +0 -14
  94. package/src/vendor/bootstrap/scss/mixins/_forms.scss +0 -195
  95. package/src/vendor/bootstrap/scss/mixins/_gradients.scss +0 -45
  96. package/src/vendor/bootstrap/scss/mixins/_grid-framework.scss +0 -80
  97. package/src/vendor/bootstrap/scss/mixins/_grid.scss +0 -69
  98. package/src/vendor/bootstrap/scss/mixins/_hover.scss +0 -37
  99. package/src/vendor/bootstrap/scss/mixins/_image.scss +0 -36
  100. package/src/vendor/bootstrap/scss/mixins/_list-group.scss +0 -21
  101. package/src/vendor/bootstrap/scss/mixins/_lists.scss +0 -7
  102. package/src/vendor/bootstrap/scss/mixins/_nav-divider.scss +0 -11
  103. package/src/vendor/bootstrap/scss/mixins/_pagination.scss +0 -22
  104. package/src/vendor/bootstrap/scss/mixins/_reset-text.scss +0 -17
  105. package/src/vendor/bootstrap/scss/mixins/_resize.scss +0 -6
  106. package/src/vendor/bootstrap/scss/mixins/_screen-reader.scss +0 -34
  107. package/src/vendor/bootstrap/scss/mixins/_size.scss +0 -7
  108. package/src/vendor/bootstrap/scss/mixins/_table-row.scss +0 -39
  109. package/src/vendor/bootstrap/scss/mixins/_text-emphasis.scss +0 -17
  110. package/src/vendor/bootstrap/scss/mixins/_text-hide.scss +0 -11
  111. package/src/vendor/bootstrap/scss/mixins/_text-truncate.scss +0 -8
  112. package/src/vendor/bootstrap/scss/mixins/_transition.scss +0 -26
  113. package/src/vendor/bootstrap/scss/mixins/_visibility.scss +0 -8
  114. package/src/vendor/bootstrap/scss/utilities/_align.scss +0 -8
  115. package/src/vendor/bootstrap/scss/utilities/_background.scss +0 -19
  116. package/src/vendor/bootstrap/scss/utilities/_borders.scss +0 -75
  117. package/src/vendor/bootstrap/scss/utilities/_clearfix.scss +0 -3
  118. package/src/vendor/bootstrap/scss/utilities/_display.scss +0 -26
  119. package/src/vendor/bootstrap/scss/utilities/_embed.scss +0 -39
  120. package/src/vendor/bootstrap/scss/utilities/_flex.scss +0 -51
  121. package/src/vendor/bootstrap/scss/utilities/_float.scss +0 -11
  122. package/src/vendor/bootstrap/scss/utilities/_interactions.scss +0 -5
  123. package/src/vendor/bootstrap/scss/utilities/_overflow.scss +0 -5
  124. package/src/vendor/bootstrap/scss/utilities/_position.scss +0 -32
  125. package/src/vendor/bootstrap/scss/utilities/_screenreaders.scss +0 -11
  126. package/src/vendor/bootstrap/scss/utilities/_shadows.scss +0 -6
  127. package/src/vendor/bootstrap/scss/utilities/_sizing.scss +0 -20
  128. package/src/vendor/bootstrap/scss/utilities/_spacing.scss +0 -73
  129. package/src/vendor/bootstrap/scss/utilities/_stretched-link.scss +0 -19
  130. package/src/vendor/bootstrap/scss/utilities/_text.scss +0 -72
  131. package/src/vendor/bootstrap/scss/utilities/_visibility.scss +0 -13
  132. package/src/vendor/bootstrap/scss/vendor/_rfs.scss +0 -228
  133. package/src/vendor/bootstrap-vue/LICENSE +0 -21
  134. package/src/vendor/bootstrap-vue/nuxt/index.js +0 -164
  135. package/src/vendor/bootstrap-vue/nuxt/plugin.template.js +0 -29
  136. package/src/vendor/bootstrap-vue/package.json +0 -201
  137. package/src/vendor/bootstrap-vue/src/_utilities.scss +0 -13
  138. package/src/vendor/bootstrap-vue/src/_variables.scss +0 -111
  139. package/src/vendor/bootstrap-vue/src/browser.js +0 -9
  140. package/src/vendor/bootstrap-vue/src/bv-config.d.ts +0 -4
  141. package/src/vendor/bootstrap-vue/src/bv-config.js +0 -6
  142. package/src/vendor/bootstrap-vue/src/components/badge/README.md +0 -126
  143. package/src/vendor/bootstrap-vue/src/components/badge/badge.js +0 -55
  144. package/src/vendor/bootstrap-vue/src/components/badge/badge.spec.js +0 -141
  145. package/src/vendor/bootstrap-vue/src/components/badge/index.d.ts +0 -7
  146. package/src/vendor/bootstrap-vue/src/components/badge/index.js +0 -3
  147. package/src/vendor/bootstrap-vue/src/components/badge/package.json +0 -29
  148. package/src/vendor/bootstrap-vue/src/components/breadcrumb/README.md +0 -93
  149. package/src/vendor/bootstrap-vue/src/components/breadcrumb/breadcrumb-item.js +0 -27
  150. package/src/vendor/bootstrap-vue/src/components/breadcrumb/breadcrumb-item.spec.js +0 -123
  151. package/src/vendor/bootstrap-vue/src/components/breadcrumb/breadcrumb-link.js +0 -43
  152. package/src/vendor/bootstrap-vue/src/components/breadcrumb/breadcrumb-link.spec.js +0 -117
  153. package/src/vendor/bootstrap-vue/src/components/breadcrumb/breadcrumb.js +0 -52
  154. package/src/vendor/bootstrap-vue/src/components/breadcrumb/breadcrumb.spec.js +0 -183
  155. package/src/vendor/bootstrap-vue/src/components/breadcrumb/index.d.ts +0 -13
  156. package/src/vendor/bootstrap-vue/src/components/breadcrumb/index.js +0 -5
  157. package/src/vendor/bootstrap-vue/src/components/breadcrumb/package.json +0 -62
  158. package/src/vendor/bootstrap-vue/src/components/button/README.md +0 -281
  159. package/src/vendor/bootstrap-vue/src/components/button/button-close.js +0 -65
  160. package/src/vendor/bootstrap-vue/src/components/button/button-close.spec.js +0 -210
  161. package/src/vendor/bootstrap-vue/src/components/button/button.js +0 -179
  162. package/src/vendor/bootstrap-vue/src/components/button/button.spec.js +0 -385
  163. package/src/vendor/bootstrap-vue/src/components/button/index.d.ts +0 -10
  164. package/src/vendor/bootstrap-vue/src/components/button/index.js +0 -4
  165. package/src/vendor/bootstrap-vue/src/components/button/package.json +0 -105
  166. package/src/vendor/bootstrap-vue/src/components/button-group/README.md +0 -112
  167. package/src/vendor/bootstrap-vue/src/components/button-group/button-group.js +0 -42
  168. package/src/vendor/bootstrap-vue/src/components/button-group/button-group.spec.js +0 -98
  169. package/src/vendor/bootstrap-vue/src/components/button-group/index.d.ts +0 -7
  170. package/src/vendor/bootstrap-vue/src/components/button-group/index.js +0 -3
  171. package/src/vendor/bootstrap-vue/src/components/button-group/package.json +0 -29
  172. package/src/vendor/bootstrap-vue/src/components/collapse/README.md +0 -321
  173. package/src/vendor/bootstrap-vue/src/components/collapse/collapse.js +0 -272
  174. package/src/vendor/bootstrap-vue/src/components/collapse/collapse.spec.js +0 -558
  175. package/src/vendor/bootstrap-vue/src/components/collapse/helpers/bv-collapse.js +0 -88
  176. package/src/vendor/bootstrap-vue/src/components/collapse/index.d.ts +0 -9
  177. package/src/vendor/bootstrap-vue/src/components/collapse/index.js +0 -3
  178. package/src/vendor/bootstrap-vue/src/components/collapse/package.json +0 -111
  179. package/src/vendor/bootstrap-vue/src/components/dropdown/README.md +0 -730
  180. package/src/vendor/bootstrap-vue/src/components/dropdown/_dropdown-form.scss +0 -38
  181. package/src/vendor/bootstrap-vue/src/components/dropdown/_dropdown-text.scss +0 -17
  182. package/src/vendor/bootstrap-vue/src/components/dropdown/_dropdown.scss +0 -58
  183. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-divider.js +0 -36
  184. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-divider.spec.js +0 -58
  185. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-form.js +0 -47
  186. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-form.spec.js +0 -110
  187. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-group.js +0 -76
  188. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-group.spec.js +0 -94
  189. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-header.js +0 -46
  190. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-header.spec.js +0 -73
  191. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-item-button.js +0 -93
  192. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-item-button.spec.js +0 -117
  193. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-item.js +0 -87
  194. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-item.spec.js +0 -147
  195. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-text.js +0 -42
  196. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown-text.spec.js +0 -59
  197. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown.js +0 -202
  198. package/src/vendor/bootstrap-vue/src/components/dropdown/dropdown.spec.js +0 -1121
  199. package/src/vendor/bootstrap-vue/src/components/dropdown/index.d.ts +0 -32
  200. package/src/vendor/bootstrap-vue/src/components/dropdown/index.js +0 -19
  201. package/src/vendor/bootstrap-vue/src/components/dropdown/index.scss +0 -3
  202. package/src/vendor/bootstrap-vue/src/components/dropdown/package.json +0 -368
  203. package/src/vendor/bootstrap-vue/src/components/form/README.md +0 -370
  204. package/src/vendor/bootstrap-vue/src/components/form/form-invalid-feedback.js +0 -51
  205. package/src/vendor/bootstrap-vue/src/components/form/form-invalid-feedback.spec.js +0 -170
  206. package/src/vendor/bootstrap-vue/src/components/form/form-text.js +0 -40
  207. package/src/vendor/bootstrap-vue/src/components/form/form-text.spec.js +0 -93
  208. package/src/vendor/bootstrap-vue/src/components/form/form-valid-feedback.js +0 -51
  209. package/src/vendor/bootstrap-vue/src/components/form/form-valid-feedback.spec.js +0 -157
  210. package/src/vendor/bootstrap-vue/src/components/form/form.js +0 -41
  211. package/src/vendor/bootstrap-vue/src/components/form/form.spec.js +0 -97
  212. package/src/vendor/bootstrap-vue/src/components/form/index.d.ts +0 -16
  213. package/src/vendor/bootstrap-vue/src/components/form/index.js +0 -7
  214. package/src/vendor/bootstrap-vue/src/components/form/package.json +0 -112
  215. package/src/vendor/bootstrap-vue/src/components/form-checkbox/README.md +0 -862
  216. package/src/vendor/bootstrap-vue/src/components/form-checkbox/_form-checkbox-group.scss +0 -2
  217. package/src/vendor/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss +0 -125
  218. package/src/vendor/bootstrap-vue/src/components/form-checkbox/form-checkbox-group.js +0 -42
  219. package/src/vendor/bootstrap-vue/src/components/form-checkbox/form-checkbox-group.spec.js +0 -642
  220. package/src/vendor/bootstrap-vue/src/components/form-checkbox/form-checkbox.js +0 -132
  221. package/src/vendor/bootstrap-vue/src/components/form-checkbox/form-checkbox.spec.js +0 -1331
  222. package/src/vendor/bootstrap-vue/src/components/form-checkbox/index.d.ts +0 -10
  223. package/src/vendor/bootstrap-vue/src/components/form-checkbox/index.js +0 -4
  224. package/src/vendor/bootstrap-vue/src/components/form-checkbox/index.scss +0 -2
  225. package/src/vendor/bootstrap-vue/src/components/form-checkbox/package.json +0 -172
  226. package/src/vendor/bootstrap-vue/src/components/form-group/README.md +0 -337
  227. package/src/vendor/bootstrap-vue/src/components/form-group/form-group.js +0 -403
  228. package/src/vendor/bootstrap-vue/src/components/form-group/form-group.spec.js +0 -477
  229. package/src/vendor/bootstrap-vue/src/components/form-group/index.d.ts +0 -7
  230. package/src/vendor/bootstrap-vue/src/components/form-group/index.js +0 -3
  231. package/src/vendor/bootstrap-vue/src/components/form-group/package.json +0 -183
  232. package/src/vendor/bootstrap-vue/src/components/form-input/README.md +0 -612
  233. package/src/vendor/bootstrap-vue/src/components/form-input/_form-input.scss +0 -217
  234. package/src/vendor/bootstrap-vue/src/components/form-input/form-input.js +0 -168
  235. package/src/vendor/bootstrap-vue/src/components/form-input/form-input.spec.js +0 -986
  236. package/src/vendor/bootstrap-vue/src/components/form-input/index.d.ts +0 -9
  237. package/src/vendor/bootstrap-vue/src/components/form-input/index.js +0 -3
  238. package/src/vendor/bootstrap-vue/src/components/form-input/index.scss +0 -1
  239. package/src/vendor/bootstrap-vue/src/components/form-input/package.json +0 -135
  240. package/src/vendor/bootstrap-vue/src/components/form-radio/README.md +0 -566
  241. package/src/vendor/bootstrap-vue/src/components/form-radio/_form-radio-group.scss +0 -3
  242. package/src/vendor/bootstrap-vue/src/components/form-radio/_form-radio.scss +0 -47
  243. package/src/vendor/bootstrap-vue/src/components/form-radio/form-radio-group.js +0 -30
  244. package/src/vendor/bootstrap-vue/src/components/form-radio/form-radio-group.spec.js +0 -469
  245. package/src/vendor/bootstrap-vue/src/components/form-radio/form-radio.js +0 -28
  246. package/src/vendor/bootstrap-vue/src/components/form-radio/form-radio.spec.js +0 -952
  247. package/src/vendor/bootstrap-vue/src/components/form-radio/index.d.ts +0 -10
  248. package/src/vendor/bootstrap-vue/src/components/form-radio/index.js +0 -4
  249. package/src/vendor/bootstrap-vue/src/components/form-radio/index.scss +0 -2
  250. package/src/vendor/bootstrap-vue/src/components/form-radio/package.json +0 -162
  251. package/src/vendor/bootstrap-vue/src/components/form-select/README.md +0 -504
  252. package/src/vendor/bootstrap-vue/src/components/form-select/form-select-option-group.js +0 -48
  253. package/src/vendor/bootstrap-vue/src/components/form-select/form-select-option-group.spec.js +0 -138
  254. package/src/vendor/bootstrap-vue/src/components/form-select/form-select-option.js +0 -35
  255. package/src/vendor/bootstrap-vue/src/components/form-select/form-select-option.spec.js +0 -75
  256. package/src/vendor/bootstrap-vue/src/components/form-select/form-select.js +0 -153
  257. package/src/vendor/bootstrap-vue/src/components/form-select/form-select.spec.js +0 -723
  258. package/src/vendor/bootstrap-vue/src/components/form-select/helpers/mixin-options.js +0 -56
  259. package/src/vendor/bootstrap-vue/src/components/form-select/index.d.ts +0 -13
  260. package/src/vendor/bootstrap-vue/src/components/form-select/index.js +0 -5
  261. package/src/vendor/bootstrap-vue/src/components/form-select/package.json +0 -132
  262. package/src/vendor/bootstrap-vue/src/components/form-textarea/README.md +0 -453
  263. package/src/vendor/bootstrap-vue/src/components/form-textarea/form-textarea.js +0 -226
  264. package/src/vendor/bootstrap-vue/src/components/form-textarea/form-textarea.spec.js +0 -1000
  265. package/src/vendor/bootstrap-vue/src/components/form-textarea/index.d.ts +0 -9
  266. package/src/vendor/bootstrap-vue/src/components/form-textarea/index.js +0 -3
  267. package/src/vendor/bootstrap-vue/src/components/form-textarea/package.json +0 -122
  268. package/src/vendor/bootstrap-vue/src/components/index.d.ts +0 -31
  269. package/src/vendor/bootstrap-vue/src/components/index.js +0 -11
  270. package/src/vendor/bootstrap-vue/src/components/index.scss +0 -12
  271. package/src/vendor/bootstrap-vue/src/components/input-group/README.md +0 -334
  272. package/src/vendor/bootstrap-vue/src/components/input-group/_input-group.scss +0 -29
  273. package/src/vendor/bootstrap-vue/src/components/input-group/index.d.ts +0 -19
  274. package/src/vendor/bootstrap-vue/src/components/input-group/index.js +0 -7
  275. package/src/vendor/bootstrap-vue/src/components/input-group/index.scss +0 -1
  276. package/src/vendor/bootstrap-vue/src/components/input-group/input-group-addon.js +0 -43
  277. package/src/vendor/bootstrap-vue/src/components/input-group/input-group-append.js +0 -31
  278. package/src/vendor/bootstrap-vue/src/components/input-group/input-group-append.spec.js +0 -84
  279. package/src/vendor/bootstrap-vue/src/components/input-group/input-group-prepend.js +0 -31
  280. package/src/vendor/bootstrap-vue/src/components/input-group/input-group-prepend.spec.js +0 -84
  281. package/src/vendor/bootstrap-vue/src/components/input-group/input-group-text.js +0 -31
  282. package/src/vendor/bootstrap-vue/src/components/input-group/input-group-text.spec.js +0 -45
  283. package/src/vendor/bootstrap-vue/src/components/input-group/input-group.js +0 -73
  284. package/src/vendor/bootstrap-vue/src/components/input-group/input-group.spec.js +0 -153
  285. package/src/vendor/bootstrap-vue/src/components/input-group/package.json +0 -109
  286. package/src/vendor/bootstrap-vue/src/components/layout/README.md +0 -791
  287. package/src/vendor/bootstrap-vue/src/components/layout/col.js +0 -154
  288. package/src/vendor/bootstrap-vue/src/components/layout/col.spec.js +0 -192
  289. package/src/vendor/bootstrap-vue/src/components/layout/form-row.js +0 -31
  290. package/src/vendor/bootstrap-vue/src/components/layout/form-row.spec.js +0 -45
  291. package/src/vendor/bootstrap-vue/src/components/layout/index.d.ts +0 -10
  292. package/src/vendor/bootstrap-vue/src/components/layout/index.js +0 -4
  293. package/src/vendor/bootstrap-vue/src/components/layout/package.json +0 -99
  294. package/src/vendor/bootstrap-vue/src/components/link/README.md +0 -76
  295. package/src/vendor/bootstrap-vue/src/components/link/index.d.ts +0 -10
  296. package/src/vendor/bootstrap-vue/src/components/link/index.js +0 -3
  297. package/src/vendor/bootstrap-vue/src/components/link/link.js +0 -212
  298. package/src/vendor/bootstrap-vue/src/components/link/link.spec.js +0 -434
  299. package/src/vendor/bootstrap-vue/src/components/link/package.json +0 -57
  300. package/src/vendor/bootstrap-vue/src/components/modal/MODIFICATIONS.md +0 -27
  301. package/src/vendor/bootstrap-vue/src/components/modal/README.md +0 -1068
  302. package/src/vendor/bootstrap-vue/src/components/modal/_modal.scss +0 -5
  303. package/src/vendor/bootstrap-vue/src/components/modal/helpers/bv-modal-event.class.js +0 -22
  304. package/src/vendor/bootstrap-vue/src/components/modal/helpers/bv-modal-event.class.spec.js +0 -82
  305. package/src/vendor/bootstrap-vue/src/components/modal/helpers/modal-manager.js +0 -219
  306. package/src/vendor/bootstrap-vue/src/components/modal/index.d.ts +0 -82
  307. package/src/vendor/bootstrap-vue/src/components/modal/index.js +0 -3
  308. package/src/vendor/bootstrap-vue/src/components/modal/index.scss +0 -1
  309. package/src/vendor/bootstrap-vue/src/components/modal/modal.js +0 -981
  310. package/src/vendor/bootstrap-vue/src/components/modal/modal.spec.js +0 -1418
  311. package/src/vendor/bootstrap-vue/src/components/modal/package.json +0 -548
  312. package/src/vendor/bootstrap-vue/src/components/nav/README.md +0 -480
  313. package/src/vendor/bootstrap-vue/src/components/nav/_nav-item-dropdown.scss +0 -1
  314. package/src/vendor/bootstrap-vue/src/components/nav/index.d.ts +0 -17
  315. package/src/vendor/bootstrap-vue/src/components/nav/index.js +0 -5
  316. package/src/vendor/bootstrap-vue/src/components/nav/index.scss +0 -1
  317. package/src/vendor/bootstrap-vue/src/components/nav/nav-item-dropdown.js +0 -123
  318. package/src/vendor/bootstrap-vue/src/components/nav/nav-item-dropdown.spec.js +0 -268
  319. package/src/vendor/bootstrap-vue/src/components/nav/nav-item.js +0 -49
  320. package/src/vendor/bootstrap-vue/src/components/nav/nav-item.spec.js +0 -127
  321. package/src/vendor/bootstrap-vue/src/components/nav/nav.js +0 -60
  322. package/src/vendor/bootstrap-vue/src/components/nav/nav.spec.js +0 -244
  323. package/src/vendor/bootstrap-vue/src/components/nav/package.json +0 -190
  324. package/src/vendor/bootstrap-vue/src/components/navbar/README.md +0 -333
  325. package/src/vendor/bootstrap-vue/src/components/navbar/_navbar.scss +0 -1
  326. package/src/vendor/bootstrap-vue/src/components/navbar/index.d.ts +0 -10
  327. package/src/vendor/bootstrap-vue/src/components/navbar/index.js +0 -4
  328. package/src/vendor/bootstrap-vue/src/components/navbar/index.scss +0 -1
  329. package/src/vendor/bootstrap-vue/src/components/navbar/navbar-brand.js +0 -42
  330. package/src/vendor/bootstrap-vue/src/components/navbar/navbar-brand.spec.js +0 -50
  331. package/src/vendor/bootstrap-vue/src/components/navbar/navbar.js +0 -78
  332. package/src/vendor/bootstrap-vue/src/components/navbar/navbar.spec.js +0 -130
  333. package/src/vendor/bootstrap-vue/src/components/navbar/package.json +0 -54
  334. package/src/vendor/bootstrap-vue/src/components/popover/README.md +0 -919
  335. package/src/vendor/bootstrap-vue/src/components/popover/_popover.scss +0 -113
  336. package/src/vendor/bootstrap-vue/src/components/popover/helpers/bv-popover-template.js +0 -50
  337. package/src/vendor/bootstrap-vue/src/components/popover/helpers/bv-popover.js +0 -28
  338. package/src/vendor/bootstrap-vue/src/components/popover/index.d.ts +0 -7
  339. package/src/vendor/bootstrap-vue/src/components/popover/index.js +0 -3
  340. package/src/vendor/bootstrap-vue/src/components/popover/index.scss +0 -1
  341. package/src/vendor/bootstrap-vue/src/components/popover/package.json +0 -261
  342. package/src/vendor/bootstrap-vue/src/components/popover/popover.js +0 -46
  343. package/src/vendor/bootstrap-vue/src/components/popover/popover.spec.js +0 -199
  344. package/src/vendor/bootstrap-vue/src/components/progress/MODIFICATIONS.md +0 -23
  345. package/src/vendor/bootstrap-vue/src/components/progress/README.md +0 -363
  346. package/src/vendor/bootstrap-vue/src/components/progress/index.d.ts +0 -10
  347. package/src/vendor/bootstrap-vue/src/components/progress/index.js +0 -4
  348. package/src/vendor/bootstrap-vue/src/components/progress/package.json +0 -109
  349. package/src/vendor/bootstrap-vue/src/components/progress/progress-bar.js +0 -133
  350. package/src/vendor/bootstrap-vue/src/components/progress/progress-bar.spec.js +0 -270
  351. package/src/vendor/bootstrap-vue/src/components/progress/progress.js +0 -57
  352. package/src/vendor/bootstrap-vue/src/components/progress/progress.spec.js +0 -71
  353. package/src/vendor/bootstrap-vue/src/components/table/README.md +0 -3157
  354. package/src/vendor/bootstrap-vue/src/components/table/_table.scss +0 -474
  355. package/src/vendor/bootstrap-vue/src/components/table/helpers/constants.js +0 -30
  356. package/src/vendor/bootstrap-vue/src/components/table/helpers/default-sort-compare.js +0 -60
  357. package/src/vendor/bootstrap-vue/src/components/table/helpers/default-sort-compare.spec.js +0 -112
  358. package/src/vendor/bootstrap-vue/src/components/table/helpers/filter-event.js +0 -38
  359. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-bottom-row.js +0 -44
  360. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-busy.js +0 -88
  361. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-caption.js +0 -49
  362. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-colgroup.js +0 -27
  363. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-empty.js +0 -105
  364. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-filtering.js +0 -271
  365. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-items.js +0 -146
  366. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-pagination.js +0 -38
  367. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-provider.js +0 -188
  368. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-selectable.js +0 -241
  369. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-sorting.js +0 -299
  370. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-stacked.js +0 -33
  371. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-table-renderer.js +0 -209
  372. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-tbody-row.js +0 -360
  373. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-tbody.js +0 -258
  374. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-tfoot.js +0 -55
  375. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-thead.js +0 -238
  376. package/src/vendor/bootstrap-vue/src/components/table/helpers/mixin-top-row.js +0 -37
  377. package/src/vendor/bootstrap-vue/src/components/table/helpers/normalize-fields.js +0 -71
  378. package/src/vendor/bootstrap-vue/src/components/table/helpers/normalize-fields.spec.js +0 -93
  379. package/src/vendor/bootstrap-vue/src/components/table/helpers/sanitize-row.js +0 -39
  380. package/src/vendor/bootstrap-vue/src/components/table/helpers/stringify-record-values.js +0 -11
  381. package/src/vendor/bootstrap-vue/src/components/table/helpers/text-selection-active.js +0 -13
  382. package/src/vendor/bootstrap-vue/src/components/table/index.d.ts +0 -237
  383. package/src/vendor/bootstrap-vue/src/components/table/index.js +0 -23
  384. package/src/vendor/bootstrap-vue/src/components/table/index.scss +0 -1
  385. package/src/vendor/bootstrap-vue/src/components/table/package.json +0 -1763
  386. package/src/vendor/bootstrap-vue/src/components/table/table-busy.spec.js +0 -150
  387. package/src/vendor/bootstrap-vue/src/components/table/table-caption.spec.js +0 -176
  388. package/src/vendor/bootstrap-vue/src/components/table/table-colgroup.spec.js +0 -81
  389. package/src/vendor/bootstrap-vue/src/components/table/table-filtering.spec.js +0 -409
  390. package/src/vendor/bootstrap-vue/src/components/table/table-item-formatter.spec.js +0 -56
  391. package/src/vendor/bootstrap-vue/src/components/table/table-lite.js +0 -63
  392. package/src/vendor/bootstrap-vue/src/components/table/table-lite.spec.js +0 -682
  393. package/src/vendor/bootstrap-vue/src/components/table/table-pagination.spec.js +0 -133
  394. package/src/vendor/bootstrap-vue/src/components/table/table-primarykey.spec.js +0 -83
  395. package/src/vendor/bootstrap-vue/src/components/table/table-provider.spec.js +0 -411
  396. package/src/vendor/bootstrap-vue/src/components/table/table-row-details.spec.js +0 -459
  397. package/src/vendor/bootstrap-vue/src/components/table/table-selectable.spec.js +0 -1182
  398. package/src/vendor/bootstrap-vue/src/components/table/table-simple.js +0 -50
  399. package/src/vendor/bootstrap-vue/src/components/table/table-simple.spec.js +0 -206
  400. package/src/vendor/bootstrap-vue/src/components/table/table-sorting.spec.js +0 -858
  401. package/src/vendor/bootstrap-vue/src/components/table/table-sticky-column.spec.js +0 -377
  402. package/src/vendor/bootstrap-vue/src/components/table/table-tbody-bottom-row.spec.js +0 -94
  403. package/src/vendor/bootstrap-vue/src/components/table/table-tbody-row-events.spec.js +0 -529
  404. package/src/vendor/bootstrap-vue/src/components/table/table-tbody-top-row.spec.js +0 -88
  405. package/src/vendor/bootstrap-vue/src/components/table/table-tbody-transition.spec.js +0 -83
  406. package/src/vendor/bootstrap-vue/src/components/table/table-tfoot-custom.spec.js +0 -91
  407. package/src/vendor/bootstrap-vue/src/components/table/table-tfoot-events.spec.js +0 -137
  408. package/src/vendor/bootstrap-vue/src/components/table/table-thead-events.spec.js +0 -155
  409. package/src/vendor/bootstrap-vue/src/components/table/table-thead-top.spec.js +0 -96
  410. package/src/vendor/bootstrap-vue/src/components/table/table.js +0 -89
  411. package/src/vendor/bootstrap-vue/src/components/table/table.spec.js +0 -692
  412. package/src/vendor/bootstrap-vue/src/components/table/tbody.js +0 -103
  413. package/src/vendor/bootstrap-vue/src/components/table/td.js +0 -195
  414. package/src/vendor/bootstrap-vue/src/components/table/tfoot.js +0 -95
  415. package/src/vendor/bootstrap-vue/src/components/table/th.js +0 -25
  416. package/src/vendor/bootstrap-vue/src/components/table/thead.js +0 -98
  417. package/src/vendor/bootstrap-vue/src/components/table/tr.js +0 -122
  418. package/src/vendor/bootstrap-vue/src/components/tabs/README.md +0 -575
  419. package/src/vendor/bootstrap-vue/src/components/tabs/index.d.ts +0 -13
  420. package/src/vendor/bootstrap-vue/src/components/tabs/index.js +0 -4
  421. package/src/vendor/bootstrap-vue/src/components/tabs/package.json +0 -205
  422. package/src/vendor/bootstrap-vue/src/components/tabs/tab.js +0 -197
  423. package/src/vendor/bootstrap-vue/src/components/tabs/tab.spec.js +0 -330
  424. package/src/vendor/bootstrap-vue/src/components/tabs/tabs.js +0 -688
  425. package/src/vendor/bootstrap-vue/src/components/tabs/tabs.spec.js +0 -836
  426. package/src/vendor/bootstrap-vue/src/components/toast/README.md +0 -656
  427. package/src/vendor/bootstrap-vue/src/components/toast/_toast.scss +0 -79
  428. package/src/vendor/bootstrap-vue/src/components/toast/_toaster-transition.scss +0 -45
  429. package/src/vendor/bootstrap-vue/src/components/toast/_toaster.scss +0 -108
  430. package/src/vendor/bootstrap-vue/src/components/toast/helpers/bv-toast.js +0 -208
  431. package/src/vendor/bootstrap-vue/src/components/toast/helpers/bv-toast.spec.js +0 -131
  432. package/src/vendor/bootstrap-vue/src/components/toast/index.d.ts +0 -70
  433. package/src/vendor/bootstrap-vue/src/components/toast/index.js +0 -12
  434. package/src/vendor/bootstrap-vue/src/components/toast/index.scss +0 -3
  435. package/src/vendor/bootstrap-vue/src/components/toast/package.json +0 -188
  436. package/src/vendor/bootstrap-vue/src/components/toast/toast.js +0 -454
  437. package/src/vendor/bootstrap-vue/src/components/toast/toast.spec.js +0 -346
  438. package/src/vendor/bootstrap-vue/src/components/toast/toaster.js +0 -139
  439. package/src/vendor/bootstrap-vue/src/components/toast/toaster.spec.js +0 -77
  440. package/src/vendor/bootstrap-vue/src/components/tooltip/README.md +0 -559
  441. package/src/vendor/bootstrap-vue/src/components/tooltip/_tooltip.scss +0 -86
  442. package/src/vendor/bootstrap-vue/src/components/tooltip/helpers/bv-popper.js +0 -248
  443. package/src/vendor/bootstrap-vue/src/components/tooltip/helpers/bv-tooltip-template.js +0 -130
  444. package/src/vendor/bootstrap-vue/src/components/tooltip/helpers/bv-tooltip.js +0 -977
  445. package/src/vendor/bootstrap-vue/src/components/tooltip/index.d.ts +0 -7
  446. package/src/vendor/bootstrap-vue/src/components/tooltip/index.js +0 -3
  447. package/src/vendor/bootstrap-vue/src/components/tooltip/index.scss +0 -1
  448. package/src/vendor/bootstrap-vue/src/components/tooltip/package.json +0 -258
  449. package/src/vendor/bootstrap-vue/src/components/tooltip/tooltip.js +0 -316
  450. package/src/vendor/bootstrap-vue/src/components/tooltip/tooltip.spec.js +0 -1529
  451. package/src/vendor/bootstrap-vue/src/components/transition/bv-transition.js +0 -83
  452. package/src/vendor/bootstrap-vue/src/components/transition/package.json +0 -5
  453. package/src/vendor/bootstrap-vue/src/components/transporter/package.json +0 -5
  454. package/src/vendor/bootstrap-vue/src/components/transporter/transporter.js +0 -202
  455. package/src/vendor/bootstrap-vue/src/components/transporter/transporter.spec.js +0 -85
  456. package/src/vendor/bootstrap-vue/src/constants/classes.js +0 -1
  457. package/src/vendor/bootstrap-vue/src/constants/components.js +0 -77
  458. package/src/vendor/bootstrap-vue/src/constants/config.js +0 -4
  459. package/src/vendor/bootstrap-vue/src/constants/env.js +0 -57
  460. package/src/vendor/bootstrap-vue/src/constants/events.js +0 -57
  461. package/src/vendor/bootstrap-vue/src/constants/key-codes.js +0 -10
  462. package/src/vendor/bootstrap-vue/src/constants/popper.js +0 -8
  463. package/src/vendor/bootstrap-vue/src/constants/props.js +0 -26
  464. package/src/vendor/bootstrap-vue/src/constants/regex.js +0 -33
  465. package/src/vendor/bootstrap-vue/src/constants/safe-types.js +0 -17
  466. package/src/vendor/bootstrap-vue/src/constants/slots.js +0 -32
  467. package/src/vendor/bootstrap-vue/src/directives/modal/index.d.ts +0 -8
  468. package/src/vendor/bootstrap-vue/src/directives/modal/index.js +0 -3
  469. package/src/vendor/bootstrap-vue/src/directives/modal/modal.js +0 -115
  470. package/src/vendor/bootstrap-vue/src/directives/modal/modal.spec.js +0 -191
  471. package/src/vendor/bootstrap-vue/src/directives/toggle/README.md +0 -146
  472. package/src/vendor/bootstrap-vue/src/directives/toggle/index.d.ts +0 -7
  473. package/src/vendor/bootstrap-vue/src/directives/toggle/index.js +0 -3
  474. package/src/vendor/bootstrap-vue/src/directives/toggle/package.json +0 -26
  475. package/src/vendor/bootstrap-vue/src/directives/toggle/toggle.js +0 -274
  476. package/src/vendor/bootstrap-vue/src/directives/toggle/toggle.spec.js +0 -452
  477. package/src/vendor/bootstrap-vue/src/directives/tooltip/README.md +0 -521
  478. package/src/vendor/bootstrap-vue/src/directives/tooltip/index.d.ts +0 -7
  479. package/src/vendor/bootstrap-vue/src/directives/tooltip/index.js +0 -3
  480. package/src/vendor/bootstrap-vue/src/directives/tooltip/package.json +0 -131
  481. package/src/vendor/bootstrap-vue/src/directives/tooltip/tooltip.js +0 -270
  482. package/src/vendor/bootstrap-vue/src/directives/tooltip/tooltip.spec.js +0 -223
  483. package/src/vendor/bootstrap-vue/src/directives/visible/README.md +0 -244
  484. package/src/vendor/bootstrap-vue/src/directives/visible/index.d.ts +0 -7
  485. package/src/vendor/bootstrap-vue/src/directives/visible/index.js +0 -3
  486. package/src/vendor/bootstrap-vue/src/directives/visible/package.json +0 -24
  487. package/src/vendor/bootstrap-vue/src/directives/visible/visible.js +0 -184
  488. package/src/vendor/bootstrap-vue/src/index.d.ts +0 -61
  489. package/src/vendor/bootstrap-vue/src/index.js +0 -187
  490. package/src/vendor/bootstrap-vue/src/index.scss +0 -11
  491. package/src/vendor/bootstrap-vue/src/mixins/attrs.js +0 -19
  492. package/src/vendor/bootstrap-vue/src/mixins/attrs.spec.js +0 -194
  493. package/src/vendor/bootstrap-vue/src/mixins/click-out.js +0 -72
  494. package/src/vendor/bootstrap-vue/src/mixins/click-out.spec.js +0 -52
  495. package/src/vendor/bootstrap-vue/src/mixins/dropdown.js +0 -460
  496. package/src/vendor/bootstrap-vue/src/mixins/focus-in.js +0 -44
  497. package/src/vendor/bootstrap-vue/src/mixins/focus-in.spec.js +0 -53
  498. package/src/vendor/bootstrap-vue/src/mixins/form-control.js +0 -51
  499. package/src/vendor/bootstrap-vue/src/mixins/form-custom.js +0 -24
  500. package/src/vendor/bootstrap-vue/src/mixins/form-options.js +0 -73
  501. package/src/vendor/bootstrap-vue/src/mixins/form-radio-check-group.js +0 -162
  502. package/src/vendor/bootstrap-vue/src/mixins/form-radio-check.js +0 -332
  503. package/src/vendor/bootstrap-vue/src/mixins/form-selection.js +0 -60
  504. package/src/vendor/bootstrap-vue/src/mixins/form-size.js +0 -24
  505. package/src/vendor/bootstrap-vue/src/mixins/form-state.js +0 -47
  506. package/src/vendor/bootstrap-vue/src/mixins/form-text.js +0 -250
  507. package/src/vendor/bootstrap-vue/src/mixins/form-validity.js +0 -48
  508. package/src/vendor/bootstrap-vue/src/mixins/has-listener.js +0 -26
  509. package/src/vendor/bootstrap-vue/src/mixins/id.js +0 -51
  510. package/src/vendor/bootstrap-vue/src/mixins/listen-on-document.js +0 -64
  511. package/src/vendor/bootstrap-vue/src/mixins/listen-on-document.spec.js +0 -117
  512. package/src/vendor/bootstrap-vue/src/mixins/listen-on-root.js +0 -121
  513. package/src/vendor/bootstrap-vue/src/mixins/listen-on-root.spec.js +0 -77
  514. package/src/vendor/bootstrap-vue/src/mixins/listen-on-window.js +0 -64
  515. package/src/vendor/bootstrap-vue/src/mixins/listen-on-window.spec.js +0 -115
  516. package/src/vendor/bootstrap-vue/src/mixins/listeners.js +0 -24
  517. package/src/vendor/bootstrap-vue/src/mixins/listeners.spec.js +0 -245
  518. package/src/vendor/bootstrap-vue/src/mixins/model.js +0 -5
  519. package/src/vendor/bootstrap-vue/src/mixins/normalize-slot.js +0 -30
  520. package/src/vendor/bootstrap-vue/src/mixins/scoped-style.js +0 -14
  521. package/src/vendor/bootstrap-vue/src/mixins/use-parent.js +0 -12
  522. package/src/vendor/bootstrap-vue/src/utils/array.js +0 -17
  523. package/src/vendor/bootstrap-vue/src/utils/bv-event.class.js +0 -60
  524. package/src/vendor/bootstrap-vue/src/utils/bv-event.class.spec.js +0 -66
  525. package/src/vendor/bootstrap-vue/src/utils/cache.js +0 -37
  526. package/src/vendor/bootstrap-vue/src/utils/clone-deep.js +0 -15
  527. package/src/vendor/bootstrap-vue/src/utils/clone-deep.spec.js +0 -70
  528. package/src/vendor/bootstrap-vue/src/utils/config-set.js +0 -80
  529. package/src/vendor/bootstrap-vue/src/utils/config.js +0 -72
  530. package/src/vendor/bootstrap-vue/src/utils/config.spec.js +0 -169
  531. package/src/vendor/bootstrap-vue/src/utils/create-new-child-component.js +0 -10
  532. package/src/vendor/bootstrap-vue/src/utils/css-escape.js +0 -73
  533. package/src/vendor/bootstrap-vue/src/utils/css-escape.spec.js +0 -82
  534. package/src/vendor/bootstrap-vue/src/utils/dom.js +0 -308
  535. package/src/vendor/bootstrap-vue/src/utils/dom.spec.js +0 -291
  536. package/src/vendor/bootstrap-vue/src/utils/element-to-vue-instance-registry.js +0 -40
  537. package/src/vendor/bootstrap-vue/src/utils/env.js +0 -15
  538. package/src/vendor/bootstrap-vue/src/utils/events.js +0 -71
  539. package/src/vendor/bootstrap-vue/src/utils/events.spec.js +0 -41
  540. package/src/vendor/bootstrap-vue/src/utils/get-event-root.js +0 -3
  541. package/src/vendor/bootstrap-vue/src/utils/get-instance-from-directive.js +0 -4
  542. package/src/vendor/bootstrap-vue/src/utils/get-scope-id.js +0 -6
  543. package/src/vendor/bootstrap-vue/src/utils/get.js +0 -64
  544. package/src/vendor/bootstrap-vue/src/utils/get.spec.js +0 -109
  545. package/src/vendor/bootstrap-vue/src/utils/html.js +0 -8
  546. package/src/vendor/bootstrap-vue/src/utils/identity.js +0 -1
  547. package/src/vendor/bootstrap-vue/src/utils/inspect.js +0 -51
  548. package/src/vendor/bootstrap-vue/src/utils/inspect.spec.js +0 -251
  549. package/src/vendor/bootstrap-vue/src/utils/locale.js +0 -34
  550. package/src/vendor/bootstrap-vue/src/utils/loose-equal.js +0 -57
  551. package/src/vendor/bootstrap-vue/src/utils/loose-equal.spec.js +0 -203
  552. package/src/vendor/bootstrap-vue/src/utils/loose-index-of.js +0 -11
  553. package/src/vendor/bootstrap-vue/src/utils/math.js +0 -11
  554. package/src/vendor/bootstrap-vue/src/utils/memoize.js +0 -10
  555. package/src/vendor/bootstrap-vue/src/utils/model.js +0 -29
  556. package/src/vendor/bootstrap-vue/src/utils/noop.js +0 -1
  557. package/src/vendor/bootstrap-vue/src/utils/normalize-slot.js +0 -44
  558. package/src/vendor/bootstrap-vue/src/utils/normalize-slot.spec.js +0 -63
  559. package/src/vendor/bootstrap-vue/src/utils/number.js +0 -19
  560. package/src/vendor/bootstrap-vue/src/utils/number.spec.js +0 -72
  561. package/src/vendor/bootstrap-vue/src/utils/object.js +0 -61
  562. package/src/vendor/bootstrap-vue/src/utils/object.spec.js +0 -61
  563. package/src/vendor/bootstrap-vue/src/utils/observe-dom.js +0 -77
  564. package/src/vendor/bootstrap-vue/src/utils/plugins.js +0 -169
  565. package/src/vendor/bootstrap-vue/src/utils/props.js +0 -92
  566. package/src/vendor/bootstrap-vue/src/utils/props.spec.js +0 -112
  567. package/src/vendor/bootstrap-vue/src/utils/router.js +0 -145
  568. package/src/vendor/bootstrap-vue/src/utils/router.spec.js +0 -248
  569. package/src/vendor/bootstrap-vue/src/utils/safe-vue-instance.js +0 -13
  570. package/src/vendor/bootstrap-vue/src/utils/stable-sort.js +0 -31
  571. package/src/vendor/bootstrap-vue/src/utils/string.js +0 -59
  572. package/src/vendor/bootstrap-vue/src/utils/string.spec.js +0 -65
  573. package/src/vendor/bootstrap-vue/src/utils/stringify-object-values.js +0 -31
  574. package/src/vendor/bootstrap-vue/src/utils/stringify-object-values.spec.js +0 -47
  575. package/src/vendor/bootstrap-vue/src/utils/warn.js +0 -42
  576. package/src/vendor/bootstrap-vue/src/utils/warn.spec.js +0 -54
  577. package/src/vendor/bootstrap-vue/src/vue-injections.d.ts +0 -13
  578. package/src/vendor/bootstrap-vue/src/vue.js +0 -126
@@ -1,1763 +0,0 @@
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
- }