@gitlab/ui 94.1.1 → 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.
- package/CHANGELOG.md +22 -0
- package/dist/components/experimental/duo/chat/duo_chat.js +1 -2
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +9 -1
- package/dist/tokens/build/js/tokens.js +9 -1
- package/dist/tokens/css/tokens.css +8 -0
- package/dist/tokens/css/tokens.dark.css +8 -0
- package/dist/tokens/js/tokens.dark.js +8 -0
- package/dist/tokens/js/tokens.js +8 -0
- package/dist/tokens/json/tokens.dark.json +219 -0
- package/dist/tokens/json/tokens.json +219 -0
- package/dist/tokens/scss/_tokens.dark.scss +8 -0
- package/dist/tokens/scss/_tokens.scss +8 -0
- package/dist/tokens/scss/_tokens_custom_properties.scss +8 -0
- package/dist/vendor/bootstrap-vue/src/components/badge/index.js +0 -10
- package/dist/vendor/bootstrap-vue/src/components/breadcrumb/index.js +0 -14
- package/dist/vendor/bootstrap-vue/src/components/button/index.js +0 -14
- package/dist/vendor/bootstrap-vue/src/components/button-group/index.js +0 -11
- package/dist/vendor/bootstrap-vue/src/components/collapse/index.js +0 -14
- package/dist/vendor/bootstrap-vue/src/components/dropdown/index.js +0 -34
- package/dist/vendor/bootstrap-vue/src/components/form/index.js +0 -20
- package/dist/vendor/bootstrap-vue/src/components/form-checkbox/index.js +0 -16
- package/dist/vendor/bootstrap-vue/src/components/form-group/index.js +0 -11
- package/dist/vendor/bootstrap-vue/src/components/form-input/index.js +0 -11
- package/dist/vendor/bootstrap-vue/src/components/form-radio/index.js +0 -14
- package/dist/vendor/bootstrap-vue/src/components/form-select/index.js +0 -17
- package/dist/vendor/bootstrap-vue/src/components/form-textarea/index.js +0 -11
- package/dist/vendor/bootstrap-vue/src/components/index.js +1 -49
- package/dist/vendor/bootstrap-vue/src/components/input-group/index.js +0 -18
- package/dist/vendor/bootstrap-vue/src/components/layout/index.js +0 -12
- package/dist/vendor/bootstrap-vue/src/components/link/index.js +0 -10
- package/dist/vendor/bootstrap-vue/src/components/modal/index.js +0 -19
- package/dist/vendor/bootstrap-vue/src/components/nav/index.js +0 -21
- package/dist/vendor/bootstrap-vue/src/components/navbar/index.js +0 -20
- package/dist/vendor/bootstrap-vue/src/components/popover/index.js +0 -14
- package/dist/vendor/bootstrap-vue/src/components/progress/index.js +0 -12
- package/dist/vendor/bootstrap-vue/src/components/table/index.js +0 -38
- package/dist/vendor/bootstrap-vue/src/components/tabs/index.js +0 -12
- package/dist/vendor/bootstrap-vue/src/components/tooltip/helpers/bv-tooltip.js +1 -1
- package/dist/vendor/bootstrap-vue/src/components/tooltip/index.js +0 -14
- package/dist/vendor/bootstrap-vue/src/constants/components.js +1 -2
- package/dist/vendor/bootstrap-vue/src/constants/env.js +1 -2
- package/dist/vendor/bootstrap-vue/src/constants/regex.js +1 -3
- package/dist/vendor/bootstrap-vue/src/directives/modal/index.js +0 -10
- package/dist/vendor/bootstrap-vue/src/directives/toggle/index.js +0 -10
- package/dist/vendor/bootstrap-vue/src/directives/tooltip/index.js +0 -10
- package/dist/vendor/bootstrap-vue/src/directives/visible/index.js +0 -10
- package/dist/vendor/bootstrap-vue/src/index.js +1 -38
- package/dist/vendor/bootstrap-vue/src/utils/object.js +1 -3
- package/dist/vendor/bootstrap-vue/src/utils/warn.js +2 -17
- package/package.json +1 -1
- package/src/components/base/filtered_search/filtered_search.scss +2 -2
- package/src/components/base/filtered_search/filtered_search_term.scss +1 -0
- package/src/components/base/filtered_search/filtered_search_token.scss +10 -7
- package/src/components/base/filtered_search/filtered_search_token_segment.scss +1 -0
- package/src/components/base/token/token.scss +3 -17
- package/src/components/experimental/duo/chat/duo_chat.vue +0 -10
- package/src/tokens/build/css/tokens.css +8 -0
- package/src/tokens/build/css/tokens.dark.css +8 -0
- package/src/tokens/build/js/tokens.dark.js +8 -0
- package/src/tokens/build/js/tokens.js +8 -0
- package/src/tokens/build/json/tokens.dark.json +219 -0
- package/src/tokens/build/json/tokens.json +219 -0
- package/src/tokens/build/scss/_tokens.dark.scss +8 -0
- package/src/tokens/build/scss/_tokens.scss +8 -0
- package/src/tokens/build/scss/_tokens_custom_properties.scss +8 -0
- package/src/tokens/contextual/filtered-search.tokens.json +72 -0
- package/src/tokens/contextual/token.tokens.json +21 -0
- package/src/vendor/bootstrap-vue/src/components/badge/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/badge/index.js +1 -6
- package/src/vendor/bootstrap-vue/src/components/breadcrumb/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/breadcrumb/index.js +1 -6
- package/src/vendor/bootstrap-vue/src/components/button/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/button/index.js +1 -11
- package/src/vendor/bootstrap-vue/src/components/button-group/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/button-group/index.js +1 -9
- package/src/vendor/bootstrap-vue/src/components/collapse/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/collapse/index.js +1 -8
- package/src/vendor/bootstrap-vue/src/components/dropdown/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/dropdown/index.js +0 -25
- package/src/vendor/bootstrap-vue/src/components/form/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/form/index.js +1 -15
- package/src/vendor/bootstrap-vue/src/components/form-checkbox/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/form-checkbox/index.js +1 -13
- package/src/vendor/bootstrap-vue/src/components/form-group/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/form-group/index.js +1 -9
- package/src/vendor/bootstrap-vue/src/components/form-input/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/form-input/index.js +1 -9
- package/src/vendor/bootstrap-vue/src/components/form-radio/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/form-radio/index.js +1 -11
- package/src/vendor/bootstrap-vue/src/components/form-select/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/form-select/index.js +1 -13
- package/src/vendor/bootstrap-vue/src/components/form-textarea/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/form-textarea/index.js +1 -9
- package/src/vendor/bootstrap-vue/src/components/index.js +1 -50
- package/src/vendor/bootstrap-vue/src/components/input-group/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/input-group/index.js +1 -19
- package/src/vendor/bootstrap-vue/src/components/layout/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/layout/index.js +1 -9
- package/src/vendor/bootstrap-vue/src/components/link/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/link/index.js +1 -6
- package/src/vendor/bootstrap-vue/src/components/modal/README.md +0 -8
- package/src/vendor/bootstrap-vue/src/components/modal/index.d.ts +2 -5
- package/src/vendor/bootstrap-vue/src/components/modal/index.js +1 -11
- package/src/vendor/bootstrap-vue/src/components/modal/package.json +0 -3
- package/src/vendor/bootstrap-vue/src/components/nav/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/nav/index.js +1 -17
- package/src/vendor/bootstrap-vue/src/components/nav/package.json +0 -3
- package/src/vendor/bootstrap-vue/src/components/navbar/index.d.ts +1 -4
- package/src/vendor/bootstrap-vue/src/components/navbar/index.js +1 -17
- package/src/vendor/bootstrap-vue/src/components/navbar/package.json +0 -5
- package/src/vendor/bootstrap-vue/src/components/popover/README.md +1 -46
- package/src/vendor/bootstrap-vue/src/components/popover/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/popover/index.js +1 -8
- package/src/vendor/bootstrap-vue/src/components/popover/package.json +1 -4
- package/src/vendor/bootstrap-vue/src/components/progress/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/progress/index.js +1 -9
- package/src/vendor/bootstrap-vue/src/components/table/README.md +3 -15
- package/src/vendor/bootstrap-vue/src/components/table/index.d.ts +1 -7
- package/src/vendor/bootstrap-vue/src/components/table/index.js +0 -33
- package/src/vendor/bootstrap-vue/src/components/table/package.json +0 -4
- package/src/vendor/bootstrap-vue/src/components/tabs/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/tabs/index.js +1 -9
- package/src/vendor/bootstrap-vue/src/components/tooltip/helpers/bv-tooltip.js +1 -1
- package/src/vendor/bootstrap-vue/src/components/tooltip/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/components/tooltip/index.js +1 -8
- package/src/vendor/bootstrap-vue/src/components/tooltip/package.json +0 -3
- package/src/vendor/bootstrap-vue/src/constants/components.js +0 -1
- package/src/vendor/bootstrap-vue/src/constants/env.js +0 -1
- package/src/vendor/bootstrap-vue/src/constants/regex.js +0 -3
- package/src/vendor/bootstrap-vue/src/directives/modal/index.d.ts +1 -4
- package/src/vendor/bootstrap-vue/src/directives/modal/index.js +1 -6
- package/src/vendor/bootstrap-vue/src/directives/toggle/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/directives/toggle/index.js +1 -6
- package/src/vendor/bootstrap-vue/src/directives/tooltip/README.md +0 -1
- package/src/vendor/bootstrap-vue/src/directives/tooltip/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/directives/tooltip/index.js +1 -6
- package/src/vendor/bootstrap-vue/src/directives/visible/index.d.ts +1 -5
- package/src/vendor/bootstrap-vue/src/directives/visible/index.js +1 -6
- package/src/vendor/bootstrap-vue/src/icons/icons.js +1 -4
- package/src/vendor/bootstrap-vue/src/index.d.ts +0 -3
- package/src/vendor/bootstrap-vue/src/index.js +2 -45
- package/src/vendor/bootstrap-vue/src/utils/config.spec.js +2 -2
- package/src/vendor/bootstrap-vue/src/utils/object.js +0 -2
- package/src/vendor/bootstrap-vue/src/utils/warn.js +1 -16
- package/translations.js +0 -2
- package/dist/vendor/bootstrap-vue/src/components/modal/helpers/bv-modal.js +0 -279
- package/dist/vendor/bootstrap-vue/src/directives/hover/hover.js +0 -61
- package/dist/vendor/bootstrap-vue/src/directives/hover/index.js +0 -11
- package/dist/vendor/bootstrap-vue/src/directives/index.js +0 -23
- package/dist/vendor/bootstrap-vue/src/directives/popover/index.js +0 -11
- package/dist/vendor/bootstrap-vue/src/directives/popover/popover.js +0 -265
- package/dist/vendor/bootstrap-vue/src/directives/scrollspy/helpers/bv-scrollspy.class.js +0 -404
- package/dist/vendor/bootstrap-vue/src/directives/scrollspy/index.js +0 -11
- package/dist/vendor/bootstrap-vue/src/directives/scrollspy/scrollspy.js +0 -112
- package/src/vendor/bootstrap-vue/src/components/modal/helpers/bv-modal.js +0 -279
- package/src/vendor/bootstrap-vue/src/components/modal/helpers/bv-modal.spec.js +0 -178
- package/src/vendor/bootstrap-vue/src/directives/hover/README.md +0 -87
- package/src/vendor/bootstrap-vue/src/directives/hover/hover.js +0 -54
- package/src/vendor/bootstrap-vue/src/directives/hover/hover.spec.js +0 -49
- package/src/vendor/bootstrap-vue/src/directives/hover/index.d.ts +0 -11
- package/src/vendor/bootstrap-vue/src/directives/hover/index.js +0 -8
- package/src/vendor/bootstrap-vue/src/directives/hover/package.json +0 -13
- package/src/vendor/bootstrap-vue/src/directives/index.d.ts +0 -13
- package/src/vendor/bootstrap-vue/src/directives/index.js +0 -22
- package/src/vendor/bootstrap-vue/src/directives/popover/README.md +0 -648
- package/src/vendor/bootstrap-vue/src/directives/popover/index.d.ts +0 -11
- package/src/vendor/bootstrap-vue/src/directives/popover/index.js +0 -8
- package/src/vendor/bootstrap-vue/src/directives/popover/package.json +0 -111
- package/src/vendor/bootstrap-vue/src/directives/popover/popover.js +0 -275
- package/src/vendor/bootstrap-vue/src/directives/popover/popover.spec.js +0 -129
- package/src/vendor/bootstrap-vue/src/directives/scrollspy/README.md +0 -411
- package/src/vendor/bootstrap-vue/src/directives/scrollspy/helpers/bv-scrollspy.class.js +0 -480
- package/src/vendor/bootstrap-vue/src/directives/scrollspy/index.d.ts +0 -11
- package/src/vendor/bootstrap-vue/src/directives/scrollspy/index.js +0 -8
- package/src/vendor/bootstrap-vue/src/directives/scrollspy/package.json +0 -38
- package/src/vendor/bootstrap-vue/src/directives/scrollspy/scrollspy.js +0 -117
|
@@ -1,16 +1,4 @@
|
|
|
1
1
|
import { BFormCheckbox } from './form-checkbox'
|
|
2
2
|
import { BFormCheckboxGroup } from './form-checkbox-group'
|
|
3
|
-
import { pluginFactory } from '../../utils/plugins'
|
|
4
3
|
|
|
5
|
-
|
|
6
|
-
components: {
|
|
7
|
-
BFormCheckbox,
|
|
8
|
-
BCheckbox: BFormCheckbox,
|
|
9
|
-
BCheck: BFormCheckbox,
|
|
10
|
-
BFormCheckboxGroup,
|
|
11
|
-
BCheckboxGroup: BFormCheckboxGroup,
|
|
12
|
-
BCheckGroup: BFormCheckboxGroup
|
|
13
|
-
}
|
|
14
|
-
})
|
|
15
|
-
|
|
16
|
-
export { FormCheckboxPlugin, BFormCheckbox, BFormCheckboxGroup }
|
|
4
|
+
export { BFormCheckbox, BFormCheckboxGroup }
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
//
|
|
2
2
|
// Form Group
|
|
3
3
|
//
|
|
4
|
-
import
|
|
5
|
-
import { BvPlugin, BvComponent } from '../../'
|
|
6
|
-
|
|
7
|
-
// Plugin
|
|
8
|
-
export declare const FormGroupPlugin: BvPlugin
|
|
4
|
+
import { BvComponent } from '../../'
|
|
9
5
|
|
|
10
6
|
// Component: b-form-group
|
|
11
7
|
export declare class BFormGroup extends BvComponent {}
|
|
@@ -1,11 +1,3 @@
|
|
|
1
1
|
import { BFormGroup } from './form-group'
|
|
2
|
-
import { pluginFactory } from '../../utils/plugins'
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
components: {
|
|
6
|
-
BFormGroup,
|
|
7
|
-
BFormFieldset: BFormGroup
|
|
8
|
-
}
|
|
9
|
-
})
|
|
10
|
-
|
|
11
|
-
export { FormGroupPlugin, BFormGroup }
|
|
3
|
+
export { BFormGroup }
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
//
|
|
2
2
|
// Form Input
|
|
3
3
|
//
|
|
4
|
-
import
|
|
5
|
-
import { BvPlugin, BvComponent } from '../../'
|
|
6
|
-
|
|
7
|
-
// Plugin
|
|
8
|
-
export declare const FormInputPlugin: BvPlugin
|
|
4
|
+
import { BvComponent } from '../../'
|
|
9
5
|
|
|
10
6
|
// Component: b-form-input
|
|
11
7
|
export declare class BFormInput extends BvComponent {
|
|
@@ -1,11 +1,3 @@
|
|
|
1
1
|
import { BFormInput } from './form-input'
|
|
2
|
-
import { pluginFactory } from '../../utils/plugins'
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
components: {
|
|
6
|
-
BFormInput,
|
|
7
|
-
BInput: BFormInput
|
|
8
|
-
}
|
|
9
|
-
})
|
|
10
|
-
|
|
11
|
-
export { FormInputPlugin, BFormInput }
|
|
3
|
+
export { BFormInput }
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
//
|
|
2
2
|
// Form Radio
|
|
3
3
|
//
|
|
4
|
-
import
|
|
5
|
-
import { BvPlugin, BvComponent } from '../../'
|
|
6
|
-
|
|
7
|
-
// Plugin
|
|
8
|
-
export declare const FormRadioPlugin: BvPlugin
|
|
4
|
+
import { BvComponent } from '../../'
|
|
9
5
|
|
|
10
6
|
// Component: b-form-radio
|
|
11
7
|
export declare class BFormRadio extends BvComponent {}
|
|
@@ -1,14 +1,4 @@
|
|
|
1
1
|
import { BFormRadio } from './form-radio'
|
|
2
2
|
import { BFormRadioGroup } from './form-radio-group'
|
|
3
|
-
import { pluginFactory } from '../../utils/plugins'
|
|
4
3
|
|
|
5
|
-
|
|
6
|
-
components: {
|
|
7
|
-
BFormRadio,
|
|
8
|
-
BRadio: BFormRadio,
|
|
9
|
-
BFormRadioGroup,
|
|
10
|
-
BRadioGroup: BFormRadioGroup
|
|
11
|
-
}
|
|
12
|
-
})
|
|
13
|
-
|
|
14
|
-
export { FormRadioPlugin, BFormRadio, BFormRadioGroup }
|
|
4
|
+
export { BFormRadio, BFormRadioGroup }
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
//
|
|
2
2
|
// Form Select
|
|
3
3
|
//
|
|
4
|
-
import
|
|
5
|
-
import { BvPlugin, BvComponent } from '../../'
|
|
6
|
-
|
|
7
|
-
// Plugin
|
|
8
|
-
export declare const FormSelectPlugin: BvPlugin
|
|
4
|
+
import { BvComponent } from '../../'
|
|
9
5
|
|
|
10
6
|
// Component: b-form-select
|
|
11
7
|
export declare class BFormSelect extends BvComponent {}
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
import { BFormSelect } from './form-select'
|
|
2
2
|
import { BFormSelectOption } from './form-select-option'
|
|
3
3
|
import { BFormSelectOptionGroup } from './form-select-option-group'
|
|
4
|
-
import { pluginFactory } from '../../utils/plugins'
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
components: {
|
|
8
|
-
BFormSelect,
|
|
9
|
-
BFormSelectOption,
|
|
10
|
-
BFormSelectOptionGroup,
|
|
11
|
-
BSelect: BFormSelect,
|
|
12
|
-
BSelectOption: BFormSelectOption,
|
|
13
|
-
BSelectOptionGroup: BFormSelectOptionGroup
|
|
14
|
-
}
|
|
15
|
-
})
|
|
16
|
-
|
|
17
|
-
export { FormSelectPlugin, BFormSelect, BFormSelectOption, BFormSelectOptionGroup }
|
|
5
|
+
export { BFormSelect, BFormSelectOption, BFormSelectOptionGroup }
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
//
|
|
2
2
|
// Form Textarea
|
|
3
3
|
//
|
|
4
|
-
import
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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 {
|
|
@@ -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
|
|
3
|
-
import {
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
-
|
|
6
|
-
components: {
|
|
7
|
-
BProgress,
|
|
8
|
-
BProgressBar
|
|
9
|
-
}
|
|
10
|
-
})
|
|
11
|
-
|
|
12
|
-
export { ProgressPlugin, BProgress, BProgressBar }
|
|
4
|
+
export { BProgress, BProgressBar }
|