@gitlab/ui 94.2.0 → 94.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/components/experimental/duo/chat/duo_chat.js +1 -2
  3. package/dist/vendor/bootstrap-vue/src/components/badge/index.js +0 -10
  4. package/dist/vendor/bootstrap-vue/src/components/breadcrumb/index.js +0 -14
  5. package/dist/vendor/bootstrap-vue/src/components/button/index.js +0 -14
  6. package/dist/vendor/bootstrap-vue/src/components/button-group/index.js +0 -11
  7. package/dist/vendor/bootstrap-vue/src/components/collapse/index.js +0 -14
  8. package/dist/vendor/bootstrap-vue/src/components/dropdown/index.js +0 -34
  9. package/dist/vendor/bootstrap-vue/src/components/form/index.js +0 -20
  10. package/dist/vendor/bootstrap-vue/src/components/form-checkbox/index.js +0 -16
  11. package/dist/vendor/bootstrap-vue/src/components/form-group/index.js +0 -11
  12. package/dist/vendor/bootstrap-vue/src/components/form-input/index.js +0 -11
  13. package/dist/vendor/bootstrap-vue/src/components/form-radio/index.js +0 -14
  14. package/dist/vendor/bootstrap-vue/src/components/form-select/index.js +0 -17
  15. package/dist/vendor/bootstrap-vue/src/components/form-textarea/index.js +0 -11
  16. package/dist/vendor/bootstrap-vue/src/components/index.js +1 -49
  17. package/dist/vendor/bootstrap-vue/src/components/input-group/index.js +0 -18
  18. package/dist/vendor/bootstrap-vue/src/components/layout/index.js +0 -12
  19. package/dist/vendor/bootstrap-vue/src/components/link/index.js +0 -10
  20. package/dist/vendor/bootstrap-vue/src/components/modal/index.js +0 -19
  21. package/dist/vendor/bootstrap-vue/src/components/nav/index.js +0 -21
  22. package/dist/vendor/bootstrap-vue/src/components/navbar/index.js +0 -20
  23. package/dist/vendor/bootstrap-vue/src/components/popover/index.js +0 -14
  24. package/dist/vendor/bootstrap-vue/src/components/progress/index.js +0 -12
  25. package/dist/vendor/bootstrap-vue/src/components/table/index.js +0 -38
  26. package/dist/vendor/bootstrap-vue/src/components/tabs/index.js +0 -12
  27. package/dist/vendor/bootstrap-vue/src/components/tooltip/helpers/bv-tooltip.js +1 -1
  28. package/dist/vendor/bootstrap-vue/src/components/tooltip/index.js +0 -14
  29. package/dist/vendor/bootstrap-vue/src/constants/components.js +1 -2
  30. package/dist/vendor/bootstrap-vue/src/constants/env.js +1 -2
  31. package/dist/vendor/bootstrap-vue/src/constants/regex.js +1 -3
  32. package/dist/vendor/bootstrap-vue/src/directives/modal/index.js +0 -10
  33. package/dist/vendor/bootstrap-vue/src/directives/toggle/index.js +0 -10
  34. package/dist/vendor/bootstrap-vue/src/directives/tooltip/index.js +0 -10
  35. package/dist/vendor/bootstrap-vue/src/directives/visible/index.js +0 -10
  36. package/dist/vendor/bootstrap-vue/src/index.js +1 -38
  37. package/dist/vendor/bootstrap-vue/src/utils/object.js +1 -3
  38. package/dist/vendor/bootstrap-vue/src/utils/warn.js +2 -17
  39. package/package.json +1 -1
  40. package/src/components/experimental/duo/chat/duo_chat.vue +0 -10
  41. package/src/vendor/bootstrap-vue/src/components/badge/index.d.ts +1 -5
  42. package/src/vendor/bootstrap-vue/src/components/badge/index.js +1 -6
  43. package/src/vendor/bootstrap-vue/src/components/breadcrumb/index.d.ts +1 -5
  44. package/src/vendor/bootstrap-vue/src/components/breadcrumb/index.js +1 -6
  45. package/src/vendor/bootstrap-vue/src/components/button/index.d.ts +1 -5
  46. package/src/vendor/bootstrap-vue/src/components/button/index.js +1 -11
  47. package/src/vendor/bootstrap-vue/src/components/button-group/index.d.ts +1 -5
  48. package/src/vendor/bootstrap-vue/src/components/button-group/index.js +1 -9
  49. package/src/vendor/bootstrap-vue/src/components/collapse/index.d.ts +1 -5
  50. package/src/vendor/bootstrap-vue/src/components/collapse/index.js +1 -8
  51. package/src/vendor/bootstrap-vue/src/components/dropdown/index.d.ts +1 -5
  52. package/src/vendor/bootstrap-vue/src/components/dropdown/index.js +0 -25
  53. package/src/vendor/bootstrap-vue/src/components/form/index.d.ts +1 -5
  54. package/src/vendor/bootstrap-vue/src/components/form/index.js +1 -15
  55. package/src/vendor/bootstrap-vue/src/components/form-checkbox/index.d.ts +1 -5
  56. package/src/vendor/bootstrap-vue/src/components/form-checkbox/index.js +1 -13
  57. package/src/vendor/bootstrap-vue/src/components/form-group/index.d.ts +1 -5
  58. package/src/vendor/bootstrap-vue/src/components/form-group/index.js +1 -9
  59. package/src/vendor/bootstrap-vue/src/components/form-input/index.d.ts +1 -5
  60. package/src/vendor/bootstrap-vue/src/components/form-input/index.js +1 -9
  61. package/src/vendor/bootstrap-vue/src/components/form-radio/index.d.ts +1 -5
  62. package/src/vendor/bootstrap-vue/src/components/form-radio/index.js +1 -11
  63. package/src/vendor/bootstrap-vue/src/components/form-select/index.d.ts +1 -5
  64. package/src/vendor/bootstrap-vue/src/components/form-select/index.js +1 -13
  65. package/src/vendor/bootstrap-vue/src/components/form-textarea/index.d.ts +1 -5
  66. package/src/vendor/bootstrap-vue/src/components/form-textarea/index.js +1 -9
  67. package/src/vendor/bootstrap-vue/src/components/index.js +1 -50
  68. package/src/vendor/bootstrap-vue/src/components/input-group/index.d.ts +1 -5
  69. package/src/vendor/bootstrap-vue/src/components/input-group/index.js +1 -19
  70. package/src/vendor/bootstrap-vue/src/components/layout/index.d.ts +1 -5
  71. package/src/vendor/bootstrap-vue/src/components/layout/index.js +1 -9
  72. package/src/vendor/bootstrap-vue/src/components/link/index.d.ts +1 -5
  73. package/src/vendor/bootstrap-vue/src/components/link/index.js +1 -6
  74. package/src/vendor/bootstrap-vue/src/components/modal/README.md +0 -8
  75. package/src/vendor/bootstrap-vue/src/components/modal/index.d.ts +2 -5
  76. package/src/vendor/bootstrap-vue/src/components/modal/index.js +1 -11
  77. package/src/vendor/bootstrap-vue/src/components/modal/package.json +0 -3
  78. package/src/vendor/bootstrap-vue/src/components/nav/index.d.ts +1 -5
  79. package/src/vendor/bootstrap-vue/src/components/nav/index.js +1 -17
  80. package/src/vendor/bootstrap-vue/src/components/nav/package.json +0 -3
  81. package/src/vendor/bootstrap-vue/src/components/navbar/index.d.ts +1 -4
  82. package/src/vendor/bootstrap-vue/src/components/navbar/index.js +1 -17
  83. package/src/vendor/bootstrap-vue/src/components/navbar/package.json +0 -5
  84. package/src/vendor/bootstrap-vue/src/components/popover/README.md +1 -46
  85. package/src/vendor/bootstrap-vue/src/components/popover/index.d.ts +1 -5
  86. package/src/vendor/bootstrap-vue/src/components/popover/index.js +1 -8
  87. package/src/vendor/bootstrap-vue/src/components/popover/package.json +1 -4
  88. package/src/vendor/bootstrap-vue/src/components/progress/index.d.ts +1 -5
  89. package/src/vendor/bootstrap-vue/src/components/progress/index.js +1 -9
  90. package/src/vendor/bootstrap-vue/src/components/table/README.md +3 -15
  91. package/src/vendor/bootstrap-vue/src/components/table/index.d.ts +1 -7
  92. package/src/vendor/bootstrap-vue/src/components/table/index.js +0 -33
  93. package/src/vendor/bootstrap-vue/src/components/table/package.json +0 -4
  94. package/src/vendor/bootstrap-vue/src/components/tabs/index.d.ts +1 -5
  95. package/src/vendor/bootstrap-vue/src/components/tabs/index.js +1 -9
  96. package/src/vendor/bootstrap-vue/src/components/tooltip/helpers/bv-tooltip.js +1 -1
  97. package/src/vendor/bootstrap-vue/src/components/tooltip/index.d.ts +1 -5
  98. package/src/vendor/bootstrap-vue/src/components/tooltip/index.js +1 -8
  99. package/src/vendor/bootstrap-vue/src/components/tooltip/package.json +0 -3
  100. package/src/vendor/bootstrap-vue/src/constants/components.js +0 -1
  101. package/src/vendor/bootstrap-vue/src/constants/env.js +0 -1
  102. package/src/vendor/bootstrap-vue/src/constants/regex.js +0 -3
  103. package/src/vendor/bootstrap-vue/src/directives/modal/index.d.ts +1 -4
  104. package/src/vendor/bootstrap-vue/src/directives/modal/index.js +1 -6
  105. package/src/vendor/bootstrap-vue/src/directives/toggle/index.d.ts +1 -5
  106. package/src/vendor/bootstrap-vue/src/directives/toggle/index.js +1 -6
  107. package/src/vendor/bootstrap-vue/src/directives/tooltip/README.md +0 -1
  108. package/src/vendor/bootstrap-vue/src/directives/tooltip/index.d.ts +1 -5
  109. package/src/vendor/bootstrap-vue/src/directives/tooltip/index.js +1 -6
  110. package/src/vendor/bootstrap-vue/src/directives/visible/index.d.ts +1 -5
  111. package/src/vendor/bootstrap-vue/src/directives/visible/index.js +1 -6
  112. package/src/vendor/bootstrap-vue/src/icons/icons.js +1 -4
  113. package/src/vendor/bootstrap-vue/src/index.d.ts +0 -3
  114. package/src/vendor/bootstrap-vue/src/index.js +2 -45
  115. package/src/vendor/bootstrap-vue/src/utils/config.spec.js +2 -2
  116. package/src/vendor/bootstrap-vue/src/utils/object.js +0 -2
  117. package/src/vendor/bootstrap-vue/src/utils/warn.js +1 -16
  118. package/translations.js +0 -2
  119. package/dist/vendor/bootstrap-vue/src/components/modal/helpers/bv-modal.js +0 -279
  120. package/dist/vendor/bootstrap-vue/src/directives/hover/hover.js +0 -61
  121. package/dist/vendor/bootstrap-vue/src/directives/hover/index.js +0 -11
  122. package/dist/vendor/bootstrap-vue/src/directives/index.js +0 -23
  123. package/dist/vendor/bootstrap-vue/src/directives/popover/index.js +0 -11
  124. package/dist/vendor/bootstrap-vue/src/directives/popover/popover.js +0 -265
  125. package/dist/vendor/bootstrap-vue/src/directives/scrollspy/helpers/bv-scrollspy.class.js +0 -404
  126. package/dist/vendor/bootstrap-vue/src/directives/scrollspy/index.js +0 -11
  127. package/dist/vendor/bootstrap-vue/src/directives/scrollspy/scrollspy.js +0 -112
  128. package/src/vendor/bootstrap-vue/src/components/modal/helpers/bv-modal.js +0 -279
  129. package/src/vendor/bootstrap-vue/src/components/modal/helpers/bv-modal.spec.js +0 -178
  130. package/src/vendor/bootstrap-vue/src/directives/hover/README.md +0 -87
  131. package/src/vendor/bootstrap-vue/src/directives/hover/hover.js +0 -54
  132. package/src/vendor/bootstrap-vue/src/directives/hover/hover.spec.js +0 -49
  133. package/src/vendor/bootstrap-vue/src/directives/hover/index.d.ts +0 -11
  134. package/src/vendor/bootstrap-vue/src/directives/hover/index.js +0 -8
  135. package/src/vendor/bootstrap-vue/src/directives/hover/package.json +0 -13
  136. package/src/vendor/bootstrap-vue/src/directives/index.d.ts +0 -13
  137. package/src/vendor/bootstrap-vue/src/directives/index.js +0 -22
  138. package/src/vendor/bootstrap-vue/src/directives/popover/README.md +0 -648
  139. package/src/vendor/bootstrap-vue/src/directives/popover/index.d.ts +0 -11
  140. package/src/vendor/bootstrap-vue/src/directives/popover/index.js +0 -8
  141. package/src/vendor/bootstrap-vue/src/directives/popover/package.json +0 -111
  142. package/src/vendor/bootstrap-vue/src/directives/popover/popover.js +0 -275
  143. package/src/vendor/bootstrap-vue/src/directives/popover/popover.spec.js +0 -129
  144. package/src/vendor/bootstrap-vue/src/directives/scrollspy/README.md +0 -411
  145. package/src/vendor/bootstrap-vue/src/directives/scrollspy/helpers/bv-scrollspy.class.js +0 -480
  146. package/src/vendor/bootstrap-vue/src/directives/scrollspy/index.d.ts +0 -11
  147. package/src/vendor/bootstrap-vue/src/directives/scrollspy/index.js +0 -8
  148. package/src/vendor/bootstrap-vue/src/directives/scrollspy/package.json +0 -38
  149. package/src/vendor/bootstrap-vue/src/directives/scrollspy/scrollspy.js +0 -117
@@ -1,11 +1,7 @@
1
1
  //
2
2
  // Form Textarea
3
3
  //
4
- import Vue from 'vue'
5
- import { BvPlugin, BvComponent } from '../../'
6
-
7
- // Plugin
8
- export declare const FormTextareaPlugin: BvPlugin
4
+ import { BvComponent } from '../../'
9
5
 
10
6
  // Component: b-form-textarea
11
7
  export declare class BFormTextarea extends BvComponent {
@@ -1,11 +1,3 @@
1
1
  import { BFormTextarea } from './form-textarea'
2
- import { pluginFactory } from '../../utils/plugins'
3
2
 
4
- const FormTextareaPlugin = /*#__PURE__*/ pluginFactory({
5
- components: {
6
- BFormTextarea,
7
- BTextarea: BFormTextarea
8
- }
9
- })
10
-
11
- export { FormTextareaPlugin, BFormTextarea }
3
+ export { BFormTextarea }
@@ -1,60 +1,11 @@
1
1
  import { pluginFactory } from '../utils/plugins'
2
2
 
3
3
  // Component group plugins
4
- import { BadgePlugin } from './badge'
5
- import { BreadcrumbPlugin } from './breadcrumb'
6
- import { ButtonPlugin } from './button'
7
- import { ButtonGroupPlugin } from './button-group'
8
- import { CollapsePlugin } from './collapse'
9
- import { DropdownPlugin } from './dropdown'
10
- import { FormPlugin } from './form'
11
- import { FormCheckboxPlugin } from './form-checkbox'
12
- import { FormGroupPlugin } from './form-group'
13
- import { FormInputPlugin } from './form-input'
14
- import { FormRadioPlugin } from './form-radio'
15
- import { FormSelectPlugin } from './form-select'
16
- import { FormTextareaPlugin } from './form-textarea'
17
- import { InputGroupPlugin } from './input-group'
18
- import { LayoutPlugin } from './layout'
19
- import { LinkPlugin } from './link'
20
- import { ModalPlugin } from './modal'
21
- import { NavPlugin } from './nav'
22
- import { NavbarPlugin } from './navbar'
23
- import { PopoverPlugin } from './popover'
24
- import { ProgressPlugin } from './progress'
25
- // Table plugin includes TableLitePlugin and TableSimplePlugin
26
- import { TablePlugin } from './table'
27
- import { TabsPlugin } from './tabs'
28
4
  import { ToastPlugin } from './toast'
29
- import { TooltipPlugin } from './tooltip'
30
5
 
31
6
  // Main plugin to install all component group plugins
32
7
  export const componentsPlugin = /*#__PURE__*/ pluginFactory({
33
8
  plugins: {
34
- BadgePlugin,
35
- BreadcrumbPlugin,
36
- ButtonPlugin,
37
- ButtonGroupPlugin,
38
- CollapsePlugin,
39
- DropdownPlugin,
40
- FormPlugin,
41
- FormCheckboxPlugin,
42
- FormGroupPlugin,
43
- FormInputPlugin,
44
- FormRadioPlugin,
45
- FormSelectPlugin,
46
- FormTextareaPlugin,
47
- InputGroupPlugin,
48
- LayoutPlugin,
49
- LinkPlugin,
50
- ModalPlugin,
51
- NavPlugin,
52
- NavbarPlugin,
53
- PopoverPlugin,
54
- ProgressPlugin,
55
- TablePlugin,
56
- TabsPlugin,
57
- ToastPlugin,
58
- TooltipPlugin
9
+ ToastPlugin
59
10
  }
60
11
  })
@@ -1,11 +1,7 @@
1
1
  //
2
2
  // InputGroup
3
3
  //
4
- import Vue from 'vue'
5
- import { BvPlugin, BvComponent } from '../../'
6
-
7
- // Plugin
8
- export declare const InputGroupPlugin: BvPlugin
4
+ import { BvComponent } from '../../'
9
5
 
10
6
  // Component: b-input-group
11
7
  export declare class BInputGroup extends BvComponent {}
@@ -3,23 +3,5 @@ import { BInputGroupAddon } from './input-group-addon'
3
3
  import { BInputGroupPrepend } from './input-group-prepend'
4
4
  import { BInputGroupAppend } from './input-group-append'
5
5
  import { BInputGroupText } from './input-group-text'
6
- import { pluginFactory } from '../../utils/plugins'
7
6
 
8
- const InputGroupPlugin = /*#__PURE__*/ pluginFactory({
9
- components: {
10
- BInputGroup,
11
- BInputGroupAddon,
12
- BInputGroupPrepend,
13
- BInputGroupAppend,
14
- BInputGroupText
15
- }
16
- })
17
-
18
- export {
19
- InputGroupPlugin,
20
- BInputGroup,
21
- BInputGroupAddon,
22
- BInputGroupPrepend,
23
- BInputGroupAppend,
24
- BInputGroupText
25
- }
7
+ export { BInputGroup, BInputGroupAddon, BInputGroupPrepend, BInputGroupAppend, BInputGroupText }
@@ -1,11 +1,7 @@
1
1
  //
2
2
  // Layout
3
3
  //
4
- import Vue from 'vue'
5
- import { BvPlugin, BvComponent } from '../../'
6
-
7
- // Plugin
8
- export declare const LayoutPlugin: BvPlugin
4
+ import { BvComponent } from '../../'
9
5
 
10
6
  // Component: b-col
11
7
  export declare class BCol extends BvComponent {}
@@ -1,12 +1,4 @@
1
1
  import { BCol } from './col'
2
2
  import { BFormRow } from './form-row'
3
- import { pluginFactory } from '../../utils/plugins'
4
3
 
5
- const LayoutPlugin = /*#__PURE__*/ pluginFactory({
6
- components: {
7
- BCol,
8
- BFormRow
9
- }
10
- })
11
-
12
- export { LayoutPlugin, BCol, BFormRow }
4
+ export { BCol, BFormRow }
@@ -1,11 +1,7 @@
1
1
  //
2
2
  // Link
3
3
  //
4
- import Vue from 'vue'
5
- import { BvPlugin, BvComponent } from '../../'
6
-
7
- // Plugin
8
- export declare const LinkPlugin: BvPlugin
4
+ import { BvComponent } from '../../'
9
5
 
10
6
  // Component: b-link
11
7
  export declare class BLink extends BvComponent {
@@ -1,8 +1,3 @@
1
1
  import { BLink } from './link'
2
- import { pluginFactory } from '../../utils/plugins'
3
2
 
4
- const LinkPlugin = /*#__PURE__*/ pluginFactory({
5
- components: { BLink }
6
- })
7
-
8
- export { LinkPlugin, BLink }
3
+ export { BLink }
@@ -361,11 +361,6 @@ are appended by specifying a container ID (refer to tooltip and popover docs for
361
361
  <b-button v-b-modal.modalPopover>Show Modal</b-button>
362
362
 
363
363
  <b-modal id="modalPopover" title="Modal with Popover" ok-only>
364
- <p>
365
- This
366
- <b-button v-b-popover="'Popover inside a modal!'" title="Popover">Button</b-button>
367
- triggers a popover on click.
368
- </p>
369
364
  <p>
370
365
  This <a href="#" v-b-tooltip title="Tooltip in a modal!">Link</a> will show a tooltip on
371
366
  hover.
@@ -912,9 +907,6 @@ Example Confirm Message boxes
912
907
 
913
908
  ### Message box notes
914
909
 
915
- - The `this.$bvModal` injection is only available when using the full `BootstrapVue` plugin or the
916
- `ModalPlugin` plugin. It is not available if importing just the `b-modal` component. To just
917
- import the injection, use the `BVModalPlugin` plugin.
918
910
  - A new `$bvModal` injection (mixin) is created for each Vue virtual machine (i.e. each instantiated
919
911
  component), and is not usable via direct access to the `Vue.prototype`, as it needs access to the
920
912
  instance's `this` and `$root` contexts.
@@ -1,9 +1,6 @@
1
1
  // --- Modals ---
2
- import Vue, { VNode } from 'vue'
3
- import { BvPlugin, BvComponent, BvEvent } from '../../'
4
-
5
- // Modal plugin
6
- export declare const ModalPlugin: BvPlugin
2
+ import { VNode } from 'vue'
3
+ import { BvComponent, BvEvent } from '../../'
7
4
 
8
5
  // Component: <b-modal>
9
6
  export declare class BModal extends BvComponent {
@@ -1,13 +1,3 @@
1
1
  import { BModal } from './modal'
2
- import { VBModal } from '../../directives/modal/modal'
3
- import { BVModalPlugin } from './helpers/bv-modal'
4
- import { pluginFactory } from '../../utils/plugins'
5
2
 
6
- const ModalPlugin = /*#__PURE__*/ pluginFactory({
7
- components: { BModal },
8
- directives: { VBModal },
9
- // $bvModal injection
10
- plugins: { BVModalPlugin }
11
- })
12
-
13
- export { ModalPlugin, BModal }
3
+ export { BModal }
@@ -4,9 +4,6 @@
4
4
  "meta": {
5
5
  "title": "Modal",
6
6
  "description": "Modals are streamlined, but flexible dialog prompts powered by JavaScript and CSS. They support a number of use cases from user notification to completely custom content and feature a handful of helpful sub-components, sizes, variants, accessibility, and more.",
7
- "plugins": [
8
- "BVModalPlugin"
9
- ],
10
7
  "directives": [
11
8
  {
12
9
  "directive": "VBModal",
@@ -1,11 +1,7 @@
1
1
  //
2
2
  // Nav
3
3
  //
4
- import Vue from 'vue'
5
- import { BvPlugin, BvComponent } from '../../'
6
-
7
- // Plugin
8
- export declare const NavPlugin: BvPlugin
4
+ import { BvComponent } from '../../'
9
5
 
10
6
  // Component: b-nav
11
7
  export declare class BNav extends BvComponent {}
@@ -1,21 +1,5 @@
1
1
  import { BNav } from './nav'
2
2
  import { BNavItem } from './nav-item'
3
3
  import { BNavItemDropdown } from './nav-item-dropdown'
4
- import { DropdownPlugin } from '../dropdown'
5
- import { pluginFactory } from '../../utils/plugins'
6
4
 
7
- const NavPlugin = /*#__PURE__*/ pluginFactory({
8
- components: {
9
- BNav,
10
- BNavItem,
11
- BNavItemDropdown,
12
- BNavItemDd: BNavItemDropdown,
13
- BNavDropdown: BNavItemDropdown,
14
- BNavDd: BNavItemDropdown
15
- },
16
- plugins: {
17
- DropdownPlugin
18
- }
19
- })
20
-
21
- export { NavPlugin, BNav, BNavItem, BNavItemDropdown }
5
+ export { BNav, BNavItem, BNavItemDropdown }
@@ -4,9 +4,6 @@
4
4
  "meta": {
5
5
  "title": "Nav",
6
6
  "description": "Navigation components that share general markup and styles, from the base <b-nav> class to the active and disabled states. Swap modifier props to switch between each style.",
7
- "plugins": [
8
- "DropdownPlugin"
9
- ],
10
7
  "components": [
11
8
  {
12
9
  "component": "BNav",
@@ -1,10 +1,7 @@
1
1
  //
2
2
  // Navbar
3
3
  //
4
- import Vue from 'vue'
5
- import { BvPlugin, BvComponent } from '../../'
6
- // Plugin
7
- export declare const NavbarPlugin: BvPlugin
4
+ import { BvComponent } from '../../'
8
5
 
9
6
  // Component: b-navbar
10
7
  export declare class BNavbar extends BvComponent {}
@@ -1,20 +1,4 @@
1
1
  import { BNavbar } from './navbar'
2
2
  import { BNavbarBrand } from './navbar-brand'
3
- import { NavPlugin } from '../nav'
4
- import { CollapsePlugin } from '../collapse'
5
- import { DropdownPlugin } from '../dropdown'
6
- import { pluginFactory } from '../../utils/plugins'
7
3
 
8
- const NavbarPlugin = /*#__PURE__*/ pluginFactory({
9
- components: {
10
- BNavbar,
11
- BNavbarBrand
12
- },
13
- plugins: {
14
- NavPlugin,
15
- CollapsePlugin,
16
- DropdownPlugin
17
- }
18
- })
19
-
20
- export { NavbarPlugin, BNavbar, BNavbarBrand }
4
+ export { BNavbar, BNavbarBrand }
@@ -4,11 +4,6 @@
4
4
  "meta": {
5
5
  "title": "Navbar",
6
6
  "description": "The component <b-navbar> is a responsive wrapper that positions branding, navigation, and other elements into a concise header. It's easily extensible and thanks to the <b-collapse> component.",
7
- "plugins": [
8
- "NavPlugin",
9
- "DropdownPlugin",
10
- "CollapsePlugin"
11
- ],
12
7
  "components": [
13
8
  {
14
9
  "component": "BNavbar",
@@ -1,15 +1,10 @@
1
1
  # Popover
2
2
 
3
3
  > The Popover feature, which provides a tooltip-like behavior, can be easily applied to any
4
- > interactive element via the `<b-popover>` component or [`v-b-popover`](/docs/directives/popover)
5
- > directive.
4
+ > interactive element via the `<b-popover>` component.
6
5
 
7
6
  ```html
8
7
  <div class="text-center my-3">
9
- <b-button v-b-popover.hover.top="'I am popover directive content!'" title="Popover Title">
10
- Hover Me
11
- </b-button>
12
-
13
8
  <b-button id="popover-target-1">
14
9
  Hover Me
15
10
  </b-button>
@@ -170,9 +165,6 @@ Positioning is relative to the trigger element.
170
165
  <div class="clearfix"></div>
171
166
  </div>
172
167
 
173
- Refer to the [Popover directive](/docs/directives/popover/#positioning) documentation for live
174
- examples of positioning.
175
-
176
168
  ## Triggers
177
169
 
178
170
  Popovers can be triggered (opened/closed) via any combination of `click`, `hover` and `focus`. The
@@ -351,9 +343,6 @@ A custom class can be applied to the popover outer wrapper `<div>` by using the
351
343
 
352
344
  `variant` and `custom-class` are reactive and can be changed while the popover is open.
353
345
 
354
- Refer to the [popover directive](/docs/directives/popover) docs on applying variants and custom
355
- class to the directive version.
356
-
357
346
  ### Programmatically show and hide popover
358
347
 
359
348
  You can manually control the visibility of a popover via the syncable Boolean `show` prop. Setting
@@ -608,40 +597,6 @@ events).
608
597
  You can also use `$root` events to trigger disabling and enabling of popover(s). See the **Disabling
609
598
  and enabling popovers via \$root events** section below for details.
610
599
 
611
- ## `v-b-popover` Directive usage
612
-
613
- Just need quick popovers without too much markup? Use the
614
- [`v-b-popover` directive](/docs/directives/popover):
615
-
616
- ```html
617
- <div>
618
- <b-container fluid>
619
- <b-row class="text-center">
620
- <b-col md="3" class="py-3">
621
- <b-button v-b-popover.hover.top="'Popover!'" title="Title" variant="primary">Top</b-button>
622
- </b-col>
623
-
624
- <b-col md="3" class="py-3">
625
- <b-button v-b-popover.hover.right="'Popover!'" title="Title" variant="primary">Right</b-button>
626
- </b-col>
627
-
628
- <b-col md="3" class="py-3">
629
- <b-button v-b-popover.hover.left="'Popover!'" title="Title" variant="primary">Left</b-button>
630
- </b-col>
631
-
632
- <b-col md="3" class="py-3">
633
- <b-button v-b-popover.hover.bottom="'Popover!'" title="Title" variant="primary">Bottom</b-button>
634
- </b-col>
635
- </b-row>
636
- </b-container>
637
- </div>
638
-
639
- <!-- b-popover-directive-placement.vue -->
640
- ```
641
-
642
- Refer to the [`v-b-popover` directive](/docs/directives/popover) documentation for detailed
643
- information on the directive usage.
644
-
645
600
  ## Advanced `<b-popover>` usage with reactive content
646
601
 
647
602
  You can even make your `<b-popover>` content interactive. Just remember not to use the `focus` or
@@ -1,11 +1,7 @@
1
1
  //
2
2
  // Popover
3
3
  //
4
- import Vue from 'vue'
5
- import { BvPlugin, BvComponent } from '../../'
6
-
7
- // Plugin
8
- export declare const PopoverPlugin: BvPlugin
4
+ import { BvComponent } from '../../'
9
5
 
10
6
  // Component: b-popover
11
7
  export declare class BPopover extends BvComponent {}
@@ -1,10 +1,3 @@
1
1
  import { BPopover } from './popover'
2
- import { VBPopoverPlugin } from '../../directives/popover'
3
- import { pluginFactory } from '../../utils/plugins'
4
2
 
5
- const PopoverPlugin = /*#__PURE__*/ pluginFactory({
6
- components: { BPopover },
7
- plugins: { VBPopoverPlugin }
8
- })
9
-
10
- export { PopoverPlugin, BPopover }
3
+ export { BPopover }
@@ -3,10 +3,7 @@
3
3
  "version": "1.0.0",
4
4
  "meta": {
5
5
  "title": "Popover",
6
- "description": "The Popover feature provides a tooltip-like behavior, can be easily applied to any interactive element via the <b-popover> component or v-b-popover directive.",
7
- "plugins": [
8
- "VBPopoverPlugin"
9
- ],
6
+ "description": "The Popover feature provides a tooltip-like behavior, can be easily applied to any interactive element via the <b-popover> component.",
10
7
  "components": [
11
8
  {
12
9
  "component": "BPopover",
@@ -1,11 +1,7 @@
1
1
  //
2
2
  // Progress
3
3
  //
4
- import Vue from 'vue'
5
- import { BvPlugin, BvComponent } from '../../'
6
-
7
- // Plugin
8
- export declare const ProgressPlugin: BvPlugin
4
+ import { BvComponent } from '../../'
9
5
 
10
6
  // Component: b-progress
11
7
  export declare class BProgress extends BvComponent {}
@@ -1,12 +1,4 @@
1
1
  import { BProgress } from './progress'
2
2
  import { BProgressBar } from './progress-bar'
3
- import { pluginFactory } from '../../utils/plugins'
4
3
 
5
- const ProgressPlugin = /*#__PURE__*/ pluginFactory({
6
- components: {
7
- BProgress,
8
- BProgressBar
9
- }
10
- })
11
-
12
- export { ProgressPlugin, BProgress, BProgressBar }
4
+ export { BProgress, BProgressBar }
@@ -776,9 +776,9 @@ table.b-table[aria-busy='true'] {
776
776
 
777
777
  You can override this styling using your own CSS.
778
778
 
779
- You may optionally provide a `table-busy` slot to show a custom loading message whenever
780
- the table's busy state is `true`. The slot will be placed in a `<tr>` element with class
781
- `b-table-busy-slot`, which has one single `<td>` with a `colspan` set to the number of fields.
779
+ You may optionally provide a `table-busy` slot to show a custom loading message whenever the table's
780
+ busy state is `true`. The slot will be placed in a `<tr>` element with class `b-table-busy-slot`,
781
+ which has one single `<td>` with a `colspan` set to the number of fields.
782
782
 
783
783
  **Example of `table-busy` slot usage:**
784
784
 
@@ -2503,12 +2503,6 @@ tabular data. The `<b-table-lite>` component provides all of the styling and for
2503
2503
  - Fixed top and bottom rows
2504
2504
  - Empty row support
2505
2505
 
2506
- ### Table lite as a plugin
2507
-
2508
- The `TablePlugin` includes `<b-table-lite>`. For convenience, BootstrapVue also provides a
2509
- `TableLitePlugin` which installs only `<b-table-lite>`. `TableLitePlugin` is available as a top
2510
- level named export.
2511
-
2512
2506
  ## Simple tables
2513
2507
 
2514
2508
  The `<b-table-simple>` component gives the user complete control over the rendering of the table
@@ -2770,12 +2764,6 @@ be sticky. For example:
2770
2764
  As with `<b-table>` and `<b-table-lite>`, sticky columns are not supported when the `stacked` prop
2771
2765
  is set on `<b-table-simple>`.
2772
2766
 
2773
- ### Table simple as a plugin
2774
-
2775
- The `TablePlugin` includes `<b-table-simple>` and all of the helper components. For convenience,
2776
- BootstrapVue also provides a `TableSimplePlugin` which installs `<b-table-simple>` and all of the
2777
- helper components. `TableSimplePlugin` is available as a top level named export.
2778
-
2779
2767
  ## Table helper components
2780
2768
 
2781
2769
  BootstrapVue provides additional helper child components when using `<b-table-simple>`, or the named
@@ -1,13 +1,7 @@
1
1
  //
2
2
  // Table
3
3
  //
4
- import Vue, { VNode } from 'vue'
5
- import { BvPlugin, BvComponent } from '../../'
6
-
7
- // Table Plugins
8
- export declare const TablePlugin: BvPlugin
9
- export declare const TableLitePlugin: BvPlugin
10
- export declare const TableSimplePlugin: BvPlugin
4
+ import { BvComponent } from '../../'
11
5
 
12
6
  // Component: b-table
13
7
  export declare class BTable extends BvComponent {
@@ -7,41 +7,8 @@ import { BTfoot } from './tfoot'
7
7
  import { BTr } from './tr'
8
8
  import { BTd } from './td'
9
9
  import { BTh } from './th'
10
- import { pluginFactory } from '../../utils/plugins'
11
-
12
- const TableLitePlugin = /*#__PURE__*/ pluginFactory({
13
- components: {
14
- BTableLite
15
- }
16
- })
17
-
18
- const TableSimplePlugin = /*#__PURE__*/ pluginFactory({
19
- components: {
20
- BTableSimple,
21
- BTbody,
22
- BThead,
23
- BTfoot,
24
- BTr,
25
- BTd,
26
- BTh
27
- }
28
- })
29
-
30
- const TablePlugin = /*#__PURE__*/ pluginFactory({
31
- components: {
32
- BTable
33
- },
34
- plugins: {
35
- TableLitePlugin,
36
- TableSimplePlugin
37
- }
38
- })
39
10
 
40
11
  export {
41
- // Plugins
42
- TablePlugin,
43
- TableLitePlugin,
44
- TableSimplePlugin,
45
12
  // Table components
46
13
  BTable,
47
14
  BTableLite,
@@ -4,10 +4,6 @@
4
4
  "meta": {
5
5
  "title": "Table",
6
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
- "plugins": [
8
- "TableLitePlugin",
9
- "TableSimplePlugin"
10
- ],
11
7
  "components": [
12
8
  {
13
9
  "component": "BTable",
@@ -1,11 +1,7 @@
1
1
  //
2
2
  // Tabs
3
3
  //
4
- import Vue from 'vue'
5
- import { BvPlugin, BvComponent } from '../../'
6
-
7
- // Plugin
8
- export declare const TabsPlugin: BvPlugin
4
+ import { BvComponent } from '../../'
9
5
 
10
6
  // Component: b-tabs
11
7
  export declare class BTabs extends BvComponent {}
@@ -1,12 +1,4 @@
1
1
  import { BTabs } from './tabs'
2
2
  import { BTab } from './tab'
3
- import { pluginFactory } from '../../utils/plugins'
4
3
 
5
- const TabsPlugin = /*#__PURE__*/ pluginFactory({
6
- components: {
7
- BTabs,
8
- BTab
9
- }
10
- })
11
-
12
- export { TabsPlugin, BTabs, BTab }
4
+ export { BTabs, BTab }
@@ -142,7 +142,7 @@ export const BVTooltip = /*#__PURE__*/ extend({
142
142
  mixins: [listenOnRootMixin, useParentMixin],
143
143
  data() {
144
144
  return {
145
- // BTooltip/BPopover/VBTooltip/VBPopover will update this data
145
+ // BTooltip/BPopover/VBTooltip will update this data
146
146
  // Via the exposed updateData() method on this instance
147
147
  // BVPopover will override some of these defaults
148
148
  ...templateData,
@@ -1,11 +1,7 @@
1
1
  //
2
2
  // Tooltip
3
3
  //
4
- import Vue from 'vue'
5
- import { BvPlugin, BvComponent } from '../../'
6
-
7
- // Plugin
8
- export declare const TooltipPlugin: BvPlugin
4
+ import { BvComponent } from '../../'
9
5
 
10
6
  // Component: b-tooltip
11
7
  export declare class BTooltip extends BvComponent {}