@gitlab/ui 35.1.0 → 36.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.
- package/CHANGELOG.md +14 -0
- package/documentation/all_components.js +2 -2
- package/package.json +3 -6
- package/src/charts.js +19 -0
- package/src/components/base/alert/alert.stories.js +1 -1
- package/src/components/base/avatar/avatar.stories.js +1 -1
- package/src/components/base/avatar_labeled/avatar_labeled.stories.js +1 -1
- package/src/components/base/avatar_link/avatar_link.stories.js +1 -1
- package/src/components/base/avatars_inline/avatars_inline.stories.js +1 -1
- package/src/components/base/badge/badge.stories.js +1 -1
- package/src/components/base/banner/banner.stories.js +1 -1
- package/src/components/base/breadcrumb/breadcrumb.stories.js +1 -1
- package/src/components/base/broadcast_message/broadcast_message.stories.js +1 -1
- package/src/components/base/button/button.stories.js +1 -1
- package/src/components/base/button_group/button_group.stories.js +1 -1
- package/src/components/base/collapse/collapse.stories.js +1 -1
- package/src/components/base/drawer/drawer.stories.js +1 -1
- package/src/components/base/dropdown/dropdown.stories.js +1 -1
- package/src/components/base/dropdown/dropdown_divider.stories.js +1 -1
- package/src/components/base/dropdown/dropdown_form.stories.js +1 -1
- package/src/components/base/dropdown/dropdown_item.stories.js +1 -1
- package/src/components/base/dropdown/dropdown_section_header.stories.js +1 -1
- package/src/components/base/dropdown/dropdown_text.stories.js +1 -1
- package/src/components/base/filtered_search/filtered_search.stories.js +1 -1
- package/src/components/base/filtered_search/filtered_search_suggestion.stories.js +1 -1
- package/src/components/base/filtered_search/filtered_search_suggestion_list.stories.js +1 -1
- package/src/components/base/filtered_search/filtered_search_token.stories.js +1 -1
- package/src/components/base/filtered_search/filtered_search_token_segment.stories.js +1 -1
- package/src/components/base/form/form.stories.js +1 -1
- package/src/components/base/form/form_checkbox/form_checkbox.stories.js +1 -1
- package/src/components/base/form/form_group/form_group.stories.js +1 -1
- package/src/components/base/form/form_input/form_input.stories.js +1 -1
- package/src/components/base/form/form_input_group/form_input_group.stories.js +1 -1
- package/src/components/base/form/form_radio/form_radio.stories.js +1 -1
- package/src/components/base/form/form_radio_group/form_radio_group.stories.js +1 -1
- package/src/components/base/form/form_select/form_select.stories.js +1 -1
- package/src/components/base/form/form_text/form_text.vue +3 -1
- package/src/components/base/form/form_textarea/form_textarea.stories.js +1 -1
- package/src/components/base/icon/icon.stories.js +1 -1
- package/src/components/base/infinite_scroll/infinite_scroll.stories.js +1 -1
- package/src/components/base/label/label.stories.js +1 -1
- package/src/components/base/link/link.stories.js +1 -1
- package/src/components/base/loading_icon/loading_icon.stories.js +1 -1
- package/src/components/base/modal/modal.stories.js +1 -1
- package/src/components/base/nav/nav.stories.js +1 -1
- package/src/components/base/navbar/navbar.stories.js +1 -1
- package/src/components/base/paginated_list/paginated_list.stories.js +1 -1
- package/src/components/base/path/path.stories.js +1 -1
- package/src/components/base/popover/popover.stories.js +1 -1
- package/src/components/base/progress_bar/progress_bar.stories.js +1 -1
- package/src/components/base/search_box_by_click/search_box_by_click.stories.js +1 -1
- package/src/components/base/search_box_by_type/search_box_by_type.stories.js +1 -1
- package/src/components/base/segmented_control/segmented_control.stories.js +1 -1
- package/src/components/base/skeleton_loader/skeleton_loader.stories.js +1 -1
- package/src/components/base/skeleton_loading/skeleton_loading.stories.js +1 -1
- package/src/components/base/sorting/sorting.stories.js +1 -1
- package/src/components/base/sorting/sorting_item.stories.js +1 -1
- package/src/components/base/table/table.stories.js +1 -1
- package/src/components/base/tabs/tabs/tabs.spec.js +1 -1
- package/src/components/base/tabs/tabs/tabs.stories.js +1 -1
- package/src/components/base/toast/toast.stories.js +1 -1
- package/src/components/base/toggle/toggle.stories.js +1 -1
- package/src/components/base/token/token.stories.js +1 -1
- package/src/components/base/tooltip/tooltip.stories.js +1 -1
- package/src/components/charts/area/area.stories.js +1 -1
- package/src/components/charts/bar/bar.stories.js +1 -1
- package/src/components/charts/chart/chart.stories.js +2 -2
- package/src/components/charts/column/column.stories.js +1 -1
- package/src/components/charts/discrete_scatter/discrete_scatter.stories.js +1 -1
- package/src/components/charts/heatmap/heatmap.stories.js +1 -1
- package/src/components/charts/legend/legend.stories.js +1 -1
- package/src/components/charts/line/line.stories.js +1 -1
- package/src/components/charts/series_label/series_label.stories.js +1 -1
- package/src/components/charts/single_stat/single_stat.stories.js +1 -1
- package/src/components/charts/sparkline/sparkline.stories.js +1 -1
- package/src/components/charts/stacked_column/stacked_column.stories.js +1 -1
- package/src/components/charts/tooltip/tooltip.stories.js +1 -1
- package/src/components/regions/dashboard_skeleton/dashboard_skeleton.stories.js +1 -1
- package/src/components/regions/empty_state/empty_state.stories.js +1 -1
- package/src/components/utilities/friendly_wrap/friendly_wrap.stories.js +1 -1
- package/src/components/utilities/intersection_observer/intersection_observer.stories.js +1 -1
- package/src/components/utilities/intersperse/intersperse.stories.js +1 -1
- package/src/components/utilities/sprintf/sprintf.stories.js +1 -1
- package/src/components/utilities/truncate/truncate.stories.js +1 -1
- package/{config.js → src/config.js} +1 -1
- package/src/directives/hover_load/hover_load.stories.js +1 -1
- package/src/directives/outside/outside.stories.js +1 -1
- package/src/directives/resize_observer/resize_observer.stories.js +1 -1
- package/src/directives/safe_html/safe_html.stories.js +1 -1
- package/src/index.js +111 -0
- package/{utils.js → src/utils.js} +1 -1
- package/charts.js +0 -19
- package/index.js +0 -111
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [36.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v35.1.0...v36.0.0) (2022-02-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Code Refactoring
|
|
5
|
+
|
|
6
|
+
* Move entry points to src/ ([7226b2d](https://gitlab.com/gitlab-org/gitlab-ui/commit/7226b2df695ea1c25b4083739a8ff71bc01433b8))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* If you consumed GitLab UI from source (e.g.
|
|
12
|
+
`@gitlab/ui/index.js`, you need to adjust the import to
|
|
13
|
+
`@gitlab/ui/src/index.js`
|
|
14
|
+
|
|
1
15
|
# [35.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v35.0.0...v35.1.0) (2022-02-04)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as chartComponents from '../charts';
|
|
2
|
-
import * as components from '../
|
|
1
|
+
import * as chartComponents from '../src/charts';
|
|
2
|
+
import * as components from '../src';
|
|
3
3
|
|
|
4
4
|
export const gitlabComponents = { ...components, ...chartComponents };
|
|
5
5
|
export const gitlabChartComponents = { ...chartComponents };
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "36.0.0",
|
|
4
4
|
"description": "GitLab UI Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
8
8
|
"jsnext:main": "dist/index.js",
|
|
9
|
+
"source": "src/index.js",
|
|
9
10
|
"sideEffects": [
|
|
10
11
|
"*.css",
|
|
11
12
|
"*.scss"
|
|
@@ -17,11 +18,7 @@
|
|
|
17
18
|
"src",
|
|
18
19
|
"dist",
|
|
19
20
|
"scss_to_js",
|
|
20
|
-
"documentation"
|
|
21
|
-
"index.js",
|
|
22
|
-
"charts.js",
|
|
23
|
-
"utils.js",
|
|
24
|
-
"config.js"
|
|
21
|
+
"documentation"
|
|
25
22
|
],
|
|
26
23
|
"scripts": {
|
|
27
24
|
"build": "NODE_ENV=production rollup -c",
|
package/src/charts.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// Add config files
|
|
2
|
+
import setConfigs from './config';
|
|
3
|
+
|
|
4
|
+
setConfigs();
|
|
5
|
+
|
|
6
|
+
export { default as GlChart } from './components/charts/chart/chart.vue';
|
|
7
|
+
export { default as GlAreaChart } from './components/charts/area/area.vue';
|
|
8
|
+
export { default as GlBarChart } from './components/charts/bar/bar.vue';
|
|
9
|
+
export { default as GlGaugeChart } from './components/charts/gauge/gauge.vue';
|
|
10
|
+
export { default as GlLineChart } from './components/charts/line/line.vue';
|
|
11
|
+
export { default as GlChartLegend } from './components/charts/legend/legend.vue';
|
|
12
|
+
export { default as GlChartSeriesLabel } from './components/charts/series_label/series_label.vue';
|
|
13
|
+
export { default as GlChartTooltip } from './components/charts/tooltip/tooltip.vue';
|
|
14
|
+
export { default as GlHeatmap } from './components/charts/heatmap';
|
|
15
|
+
export { default as GlColumnChart } from './components/charts/column/column.vue';
|
|
16
|
+
export { default as GlStackedColumnChart } from './components/charts/stacked_column/stacked_column.vue';
|
|
17
|
+
export { default as GlDiscreteScatterChart } from './components/charts/discrete_scatter/discrete_scatter.vue';
|
|
18
|
+
export { default as GlSingleStat } from './components/charts/single_stat/single_stat.vue';
|
|
19
|
+
export { default as GlSparklineChart } from './components/charts/sparkline/sparkline.vue';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Vue from 'vue';
|
|
2
|
-
import { GlAvatar } from '
|
|
2
|
+
import { GlAvatar } from '../../../index';
|
|
3
3
|
import { GlTooltipDirective } from '../../../directives/tooltip';
|
|
4
4
|
import { avatarSizeOptions, avatarShapeOptions, tooltipPlacements } from '../../../utils/constants';
|
|
5
5
|
import readme from './avatar.md';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import Vue from 'vue';
|
|
2
|
-
import { GlAvatarLabeled, GlBadge } from '
|
|
2
|
+
import { GlAvatarLabeled, GlBadge } from '../../../index';
|
|
3
3
|
import { GlTooltipDirective } from '../../../directives/tooltip';
|
|
4
4
|
import { avatarSizeOptions, avatarShapeOptions, tooltipPlacements } from '../../../utils/constants';
|
|
5
5
|
import readme from './avatar_labeled.md';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GlAvatarLink, GlAvatar, GlAvatarLabeled } from '
|
|
1
|
+
import { GlAvatarLink, GlAvatar, GlAvatarLabeled } from '../../../index';
|
|
2
2
|
import { avatarSizeOptions, avatarShapeOptions } from '../../../utils/constants';
|
|
3
3
|
import readme from './avatar_link.md';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GlAvatarsInline, GlAvatar, GlAvatarLink, GlTooltipDirective } from '
|
|
1
|
+
import { GlAvatarsInline, GlAvatar, GlAvatarLink, GlTooltipDirective } from '../../../index';
|
|
2
2
|
import { avatarsInlineSizeOptions } from '../../../utils/constants';
|
|
3
3
|
import readme from './avatars_inline.md';
|
|
4
4
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import iconSpriteInfo from '@gitlab/svgs/dist/icons.json';
|
|
2
|
-
import { GlBadge } from '
|
|
2
|
+
import { GlBadge } from '../../../index';
|
|
3
3
|
import { badgeSizeOptions, badgeVariantOptions } from '../../../utils/constants';
|
|
4
4
|
import readme from './badge.md';
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import clusterPopoverSvg from '@gitlab/svgs/dist/illustrations/cluster_popover.svg';
|
|
2
2
|
import serviceDeskCalloutSvg from '@gitlab/svgs/dist/illustrations/service_desk_callout.svg';
|
|
3
|
-
import { GlBanner, GlButton } from '
|
|
3
|
+
import { GlBanner, GlButton } from '../../../index';
|
|
4
4
|
import { bannerVariants } from '../../../utils/constants';
|
|
5
5
|
import readme from './banner.md';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import iconSpriteInfo from '@gitlab/svgs/dist/icons.json';
|
|
2
|
-
import { GlBroadcastMessage } from '
|
|
2
|
+
import { GlBroadcastMessage } from '../../../index';
|
|
3
3
|
import { colorThemes } from '../../../utils/constants';
|
|
4
4
|
import readme from './broadcast_message.md';
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GlButton, GlButtonGroup, GlDropdown, GlDropdownItem } from '
|
|
1
|
+
import { GlButton, GlButtonGroup, GlDropdown, GlDropdownItem } from '../../../index';
|
|
2
2
|
import readme from './button_group.md';
|
|
3
3
|
|
|
4
4
|
const generateProps = ({ vertical = false } = {}) => ({ vertical });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withKnobs } from '@storybook/addon-knobs';
|
|
2
2
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
3
|
-
import { GlButton } from '
|
|
3
|
+
import { GlButton } from '../../../index';
|
|
4
4
|
import readme from './drawer.md';
|
|
5
5
|
import GlDrawer from './drawer.vue';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withKnobs } from '@storybook/addon-knobs';
|
|
2
2
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
3
|
-
import { GlDropdownDivider } from '
|
|
3
|
+
import { GlDropdownDivider } from '../../../index';
|
|
4
4
|
import readme from './dropdown_divider.md';
|
|
5
5
|
|
|
6
6
|
const components = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withKnobs } from '@storybook/addon-knobs';
|
|
2
2
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
3
|
-
import { GlDropdownForm, GlButton } from '
|
|
3
|
+
import { GlDropdownForm, GlButton } from '../../../index';
|
|
4
4
|
import readme from './dropdown_form.md';
|
|
5
5
|
|
|
6
6
|
const components = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withKnobs } from '@storybook/addon-knobs';
|
|
2
2
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
3
|
-
import { GlDropdownItem } from '
|
|
3
|
+
import { GlDropdownItem } from '../../../index';
|
|
4
4
|
import readme from './dropdown_item.md';
|
|
5
5
|
|
|
6
6
|
const components = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withKnobs } from '@storybook/addon-knobs';
|
|
2
2
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
3
|
-
import { GlDropdownSectionHeader } from '
|
|
3
|
+
import { GlDropdownSectionHeader } from '../../../index';
|
|
4
4
|
import readme from './dropdown_section_header.md';
|
|
5
5
|
|
|
6
6
|
const components = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withKnobs } from '@storybook/addon-knobs';
|
|
2
2
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
3
|
-
import { GlDropdownText } from '
|
|
3
|
+
import { GlDropdownText } from '../../../index';
|
|
4
4
|
import readme from './dropdown_text.md';
|
|
5
5
|
|
|
6
6
|
const components = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withKnobs } from '@storybook/addon-knobs';
|
|
2
|
-
import { GlFilteredSearchSuggestion } from '
|
|
2
|
+
import { GlFilteredSearchSuggestion } from '../../../index';
|
|
3
3
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
4
4
|
import readme from './filtered_search_suggestion.md';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withKnobs } from '@storybook/addon-knobs';
|
|
2
|
-
import { GlFilteredSearchSuggestionList, GlFilteredSearchSuggestion } from '
|
|
2
|
+
import { GlFilteredSearchSuggestionList, GlFilteredSearchSuggestion } from '../../../index';
|
|
3
3
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
4
4
|
import { provide } from './common_story_options';
|
|
5
5
|
import readme from './filtered_search_suggestion_list.md';
|
|
@@ -2,7 +2,7 @@ import { withKnobs, boolean } from '@storybook/addon-knobs';
|
|
|
2
2
|
import PortalVue from 'portal-vue';
|
|
3
3
|
import Vue from 'vue';
|
|
4
4
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
5
|
-
import { GlIcon } from '
|
|
5
|
+
import { GlIcon } from '../../../index';
|
|
6
6
|
import { provide } from './common_story_options';
|
|
7
7
|
import GlFilteredSearchSuggestion from './filtered_search_suggestion.vue';
|
|
8
8
|
import readme from './filtered_search_token.md';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { withKnobs, boolean } from '@storybook/addon-knobs';
|
|
2
2
|
import PortalVue from 'portal-vue';
|
|
3
3
|
import Vue from 'vue';
|
|
4
|
-
import { GlFilteredSearchSuggestion } from '
|
|
4
|
+
import { GlFilteredSearchSuggestion } from '../../../index';
|
|
5
5
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
6
6
|
import { provide } from './common_story_options';
|
|
7
7
|
import readme from './filtered_search_term.md';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withKnobs, text, select, boolean } from '@storybook/addon-knobs';
|
|
2
2
|
import { documentedStoriesOf } from '../../../../../documentation/documented_stories';
|
|
3
|
-
import { GlFormGroup, GlFormInput, GlFormTextarea } from '
|
|
3
|
+
import { GlFormGroup, GlFormInput, GlFormTextarea } from '../../../../index';
|
|
4
4
|
import { sizeOptions } from '../../../../utils/constants';
|
|
5
5
|
import readme from './form_group.md';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withKnobs, boolean, object, text } from '@storybook/addon-knobs';
|
|
2
2
|
import { documentedStoriesOf } from '../../../../../documentation/documented_stories';
|
|
3
|
-
import { GlFormInputGroup, GlInputGroupText } from '
|
|
3
|
+
import { GlFormInputGroup, GlInputGroupText } from '../../../../index';
|
|
4
4
|
import readme from './form_input_group.md';
|
|
5
5
|
|
|
6
6
|
const components = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withKnobs, object, text } from '@storybook/addon-knobs';
|
|
2
2
|
import { documentedStoriesOf } from '../../../../../documentation/documented_stories';
|
|
3
|
-
import { GlFormRadioGroup, GlFormRadio } from '
|
|
3
|
+
import { GlFormRadioGroup, GlFormRadio } from '../../../../index';
|
|
4
4
|
import readme from './form_radio_group.md';
|
|
5
5
|
|
|
6
6
|
const components = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GlFormSelect } from '
|
|
1
|
+
import { GlFormSelect } from '../../../../index';
|
|
2
2
|
import { sizeOptions, formStateOptions } from '../../../../utils/constants';
|
|
3
3
|
import { formSelectOptions } from './constants';
|
|
4
4
|
import readme from './form_select.md';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withKnobs, select, text } from '@storybook/addon-knobs';
|
|
2
|
-
import { GlPopover, GlButton } from '
|
|
2
|
+
import { GlPopover, GlButton } from '../../../index';
|
|
3
3
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
4
4
|
import { popoverPlacements } from '../../../utils/constants';
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withKnobs, boolean, text } from '@storybook/addon-knobs';
|
|
2
2
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
3
|
-
import { GlSearchBoxByClick } from '
|
|
3
|
+
import { GlSearchBoxByClick } from '../../../index';
|
|
4
4
|
import readme from './search_box_by_click.md';
|
|
5
5
|
|
|
6
6
|
const components = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withKnobs, boolean, text } from '@storybook/addon-knobs';
|
|
2
2
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
3
|
-
import { GlSearchBoxByType } from '
|
|
3
|
+
import { GlSearchBoxByType } from '../../../index';
|
|
4
4
|
import readme from './search_box_by_type.md';
|
|
5
5
|
|
|
6
6
|
const components = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { mount } from '@vue/test-utils';
|
|
2
2
|
import { nextTick } from 'vue';
|
|
3
|
-
import { GlButton } from '
|
|
3
|
+
import { GlButton } from '../../../../index';
|
|
4
4
|
import { tabsButtonDefaults } from '../../../../utils/constants';
|
|
5
5
|
import GlTab from '../tab/tab.vue';
|
|
6
6
|
import GlTabs from './tabs.vue';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { withKnobs, boolean } from '@storybook/addon-knobs';
|
|
2
2
|
import { range } from 'lodash';
|
|
3
3
|
import { documentedStoriesOf } from '../../../../../documentation/documented_stories';
|
|
4
|
-
import { GlTabs, GlTab, GlScrollableTabs } from '
|
|
4
|
+
import { GlTabs, GlTab, GlScrollableTabs } from '../../../../index';
|
|
5
5
|
import docs from './tabs.md';
|
|
6
6
|
|
|
7
7
|
const ScrollableTabsGenerator = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withKnobs, object, array, boolean } from '@storybook/addon-knobs';
|
|
2
2
|
import { times } from 'lodash';
|
|
3
|
-
import { GlAreaChart } from '
|
|
3
|
+
import { GlAreaChart } from '../../../charts';
|
|
4
4
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
5
5
|
import { mockAnnotationsSeries, mockAnnotationsConfigs } from '../../../utils/charts/mock_data';
|
|
6
6
|
import { toolbox } from '../../../utils/charts/story_config';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GlChart } from '
|
|
2
|
-
import { GlTabs, GlTab } from '
|
|
1
|
+
import { GlChart } from '../../../charts';
|
|
2
|
+
import { GlTabs, GlTab } from '../../../index';
|
|
3
3
|
import readme from './chart.md';
|
|
4
4
|
|
|
5
5
|
const Template = (args, { argTypes = {} }) => ({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GlHeatmap } from '
|
|
1
|
+
import { GlHeatmap } from '../../../charts';
|
|
2
2
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
3
3
|
import { toolbox } from '../../../utils/charts/story_config';
|
|
4
4
|
import readme from '../area/area.md';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GlChart, GlChartLegend } from '
|
|
1
|
+
import { GlChart, GlChartLegend } from '../../../charts';
|
|
2
2
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
3
3
|
import { LEGEND_LAYOUT_TABLE } from '../../../utils/charts/constants';
|
|
4
4
|
import { generateSeriesData } from '../../../utils/charts/story_config';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withKnobs, object, boolean, array } from '@storybook/addon-knobs';
|
|
2
|
-
import { GlLineChart } from '
|
|
2
|
+
import { GlLineChart } from '../../../charts';
|
|
3
3
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
4
4
|
import { mockAnnotationsSeries, mockAnnotationsConfigs } from '../../../utils/charts/mock_data';
|
|
5
5
|
import { toolbox } from '../../../utils/charts/story_config';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withKnobs, text } from '@storybook/addon-knobs';
|
|
2
|
-
import { GlChartSeriesLabel } from '
|
|
2
|
+
import { GlChartSeriesLabel } from '../../../charts';
|
|
3
3
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
4
4
|
import { colorPaletteDefault } from '../../../utils/charts/theme';
|
|
5
5
|
import {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import iconSpriteInfo from '@gitlab/svgs/dist/icons.json';
|
|
2
2
|
import { withKnobs, text, select, boolean, number } from '@storybook/addon-knobs';
|
|
3
|
-
import { GlSingleStat } from '
|
|
3
|
+
import { GlSingleStat } from '../../../charts';
|
|
4
4
|
import { documentedStoriesOf } from '../../../../documentation/documented_stories';
|
|
5
5
|
import { badgeVariantOptions } from '../../../utils/constants';
|
|
6
6
|
import readme from './single_stat.md';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { text } from '@storybook/addon-knobs';
|
|
2
2
|
import { documentedStoriesOf } from '../../../documentation/documented_stories';
|
|
3
|
-
import { GlHoverLoadDirective } from '
|
|
3
|
+
import { GlHoverLoadDirective } from '../../index';
|
|
4
4
|
import readme from './hover_load.md';
|
|
5
5
|
|
|
6
6
|
const directives = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withKnobs, select } from '@storybook/addon-knobs';
|
|
2
2
|
import { documentedStoriesOf } from '../../../documentation/documented_stories';
|
|
3
|
-
import { GlResizeObserverDirective } from '
|
|
3
|
+
import { GlResizeObserverDirective } from '../../index';
|
|
4
4
|
import readme from './resize_observer.md';
|
|
5
5
|
|
|
6
6
|
documentedStoriesOf('directives/resize-observer-directive', readme)
|
|
@@ -2,7 +2,7 @@ import { withKnobs, text } from '@storybook/addon-knobs';
|
|
|
2
2
|
import { sanitize } from 'dompurify';
|
|
3
3
|
import { escape } from 'lodash';
|
|
4
4
|
import { documentedStoriesOf } from '../../../documentation/documented_stories';
|
|
5
|
-
import { GlSafeHtmlDirective } from '
|
|
5
|
+
import { GlSafeHtmlDirective } from '../../index';
|
|
6
6
|
import readme from './safe_html.md';
|
|
7
7
|
|
|
8
8
|
documentedStoriesOf('directives/safe-html-directive', readme)
|
package/src/index.js
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
// DO NOT REMOVE
|
|
2
|
+
/* auto-inject-styles */
|
|
3
|
+
// The line above serves as a token for rollup-plugin-replace to inject styles in production
|
|
4
|
+
// builds. We do this to avoid having the stylesheet included multiple times in Storybook.
|
|
5
|
+
|
|
6
|
+
// Components
|
|
7
|
+
// ADD COMPONENT EXPORTS - needed for yarn generate:component. Do not remove
|
|
8
|
+
export { default as GlTableLite } from './components/base/table_lite/table_lite.vue';
|
|
9
|
+
export { default as GlDropdownForm } from './components/base/dropdown/dropdown_form.vue';
|
|
10
|
+
export { default as GlKeysetPagination } from './components/base/keyset_pagination/keyset_pagination.vue';
|
|
11
|
+
export { default as GlInputGroupText } from './components/base/form/input_group_text/input_group_text.vue';
|
|
12
|
+
export { default as GlFormText } from './components/base/form/form_text/form_text.vue';
|
|
13
|
+
export { default as GlFormCombobox } from './components/base/form/form_combobox/form_combobox.vue';
|
|
14
|
+
export { default as GlTokenSelector } from './components/base/token_selector/token_selector.vue';
|
|
15
|
+
export { default as GlNavItemDropdown } from './components/base/nav/nav_item_dropdown.vue';
|
|
16
|
+
export { default as GlNav } from './components/base/nav/nav.vue';
|
|
17
|
+
export { default as GlNavItem } from './components/base/nav/nav_item.vue';
|
|
18
|
+
export { default as GlFormCheckboxTree } from './components/base/form/form_checkbox_tree/form_checkbox_tree.vue';
|
|
19
|
+
export { default as GlMarkdown } from './components/base/markdown/markdown.vue';
|
|
20
|
+
export { default as GlNavbar } from './components/base/navbar/navbar.vue';
|
|
21
|
+
export { default as GlIntersectionObserver } from './components/utilities/intersection_observer/intersection_observer.vue';
|
|
22
|
+
export { default as GlLink } from './components/base/link/link.vue';
|
|
23
|
+
export { default as GlIcon } from './components/base/icon/icon.vue';
|
|
24
|
+
export { default as GlLoadingIcon } from './components/base/loading_icon/loading_icon.vue';
|
|
25
|
+
export { default as GlModal } from './components/base/modal/modal.vue';
|
|
26
|
+
export { default as GlPagination } from './components/base/pagination/pagination.vue';
|
|
27
|
+
export { default as GlPaginatedList } from './components/base/paginated_list/paginated_list.vue';
|
|
28
|
+
export { default as GlPopover } from './components/base/popover/popover.vue';
|
|
29
|
+
export { default as GlProgressBar } from './components/base/progress_bar/progress_bar.vue';
|
|
30
|
+
export { default as GlToken } from './components/base/token/token.vue';
|
|
31
|
+
export {
|
|
32
|
+
default as GlSkeletonLoading,
|
|
33
|
+
default as GlDeprecatedSkeletonLoading,
|
|
34
|
+
} from './components/base/skeleton_loading/skeleton_loading.vue';
|
|
35
|
+
export { default as GlBadge } from './components/base/badge/badge.vue';
|
|
36
|
+
export { default as GlBanner } from './components/base/banner/banner.vue';
|
|
37
|
+
export { default as GlButton } from './components/base/button/button.vue';
|
|
38
|
+
export { default as GlTooltip } from './components/base/tooltip/tooltip.vue';
|
|
39
|
+
export { default as GlToast } from './components/base/toast/toast';
|
|
40
|
+
export { default as GlDashboardSkeleton } from './components/regions/dashboard_skeleton/dashboard_skeleton.vue';
|
|
41
|
+
export { default as GlEmptyState } from './components/regions/empty_state/empty_state.vue';
|
|
42
|
+
export { default as GlForm } from './components/base/form/form.vue';
|
|
43
|
+
export { default as GlFormInput } from './components/base/form/form_input/form_input.vue';
|
|
44
|
+
export { default as GlFormInputGroup } from './components/base/form/form_input_group/form_input_group.vue';
|
|
45
|
+
export { default as GlFormRadio } from './components/base/form/form_radio/form_radio.vue';
|
|
46
|
+
export { default as GlFormRadioGroup } from './components/base/form/form_radio_group/form_radio_group.vue';
|
|
47
|
+
export { default as GlFormSelect } from './components/base/form/form_select/form_select.vue';
|
|
48
|
+
export { default as GlFormTextarea } from './components/base/form/form_textarea/form_textarea.vue';
|
|
49
|
+
export { default as GlFormGroup } from './components/base/form/form_group/form_group.vue';
|
|
50
|
+
export { default as GlSearchBoxByType } from './components/base/search_box_by_type/search_box_by_type.vue';
|
|
51
|
+
export { default as GlSearchBoxByClick } from './components/base/search_box_by_click/search_box_by_click.vue';
|
|
52
|
+
export { default as GlDropdownItem } from './components/base/dropdown/dropdown_item.vue';
|
|
53
|
+
export { default as GlDropdownSectionHeader } from './components/base/dropdown/dropdown_section_header.vue';
|
|
54
|
+
export { default as GlDropdownDivider } from './components/base/dropdown/dropdown_divider.vue';
|
|
55
|
+
export { default as GlDropdownText } from './components/base/dropdown/dropdown_text.vue';
|
|
56
|
+
export { default as GlDropdown } from './components/base/dropdown/dropdown.vue';
|
|
57
|
+
export { default as GlPath } from './components/base/path/path.vue';
|
|
58
|
+
export { default as GlTable } from './components/base/table/table.vue';
|
|
59
|
+
export { default as GlBreadcrumb } from './components/base/breadcrumb/breadcrumb.vue';
|
|
60
|
+
export { default as GlScrollableTabs } from './components/base/tabs/tabs/scrollable_tabs.vue';
|
|
61
|
+
export { default as GlTabs } from './components/base/tabs/tabs/tabs.vue';
|
|
62
|
+
export { default as GlTab } from './components/base/tabs/tab/tab.vue';
|
|
63
|
+
export { default as GlButtonGroup } from './components/base/button_group/button_group.vue';
|
|
64
|
+
export { default as GlFormCheckbox } from './components/base/form/form_checkbox/form_checkbox.vue';
|
|
65
|
+
export { default as GlFormCheckboxGroup } from './components/base/form/form_checkbox/form_checkbox_group.vue';
|
|
66
|
+
export { default as GlAvatar } from './components/base/avatar/avatar.vue';
|
|
67
|
+
export { default as GlAvatarsInline } from './components/base/avatars_inline/avatars_inline.vue';
|
|
68
|
+
export { default as GlAvatarLabeled } from './components/base/avatar_labeled/avatar_labeled.vue';
|
|
69
|
+
export { default as GlAvatarLink } from './components/base/avatar_link/avatar_link.vue';
|
|
70
|
+
export { default as GlLabel } from './components/base/label/label.vue';
|
|
71
|
+
export { default as GlDatepicker } from './components/base/datepicker/datepicker.vue';
|
|
72
|
+
export { default as GlDaterangePicker } from './components/base/daterange_picker/daterange_picker.vue';
|
|
73
|
+
export { default as GlToggle } from './components/base/toggle/toggle.vue';
|
|
74
|
+
export { default as GlSorting } from './components/base/sorting/sorting.vue';
|
|
75
|
+
export { default as GlSortingItem } from './components/base/sorting/sorting_item.vue';
|
|
76
|
+
export { default as GlInfiniteScroll } from './components/base/infinite_scroll/infinite_scroll.vue';
|
|
77
|
+
export { default as GlAlert } from './components/base/alert/alert.vue';
|
|
78
|
+
export { default as GlSegmentedControl } from './components/base/segmented_control/segmented_control.vue';
|
|
79
|
+
export { default as GlSkeletonLoader } from './components/base/skeleton_loader/skeleton_loader.vue';
|
|
80
|
+
export { default as GlDrawer } from './components/base/drawer/drawer.vue';
|
|
81
|
+
export { default as GlCard } from './components/base/card/card.vue';
|
|
82
|
+
export { default as GlFilteredSearchSuggestion } from './components/base/filtered_search/filtered_search_suggestion.vue';
|
|
83
|
+
export { default as GlFilteredSearchSuggestionList } from './components/base/filtered_search/filtered_search_suggestion_list.vue';
|
|
84
|
+
export { default as GlFilteredSearchTerm } from './components/base/filtered_search/filtered_search_term.vue';
|
|
85
|
+
export { default as GlFilteredSearchToken } from './components/base/filtered_search/filtered_search_token.vue';
|
|
86
|
+
export { default as GlFilteredSearchTokenSegment } from './components/base/filtered_search/filtered_search_token_segment.vue';
|
|
87
|
+
export { default as GlFilteredSearch } from './components/base/filtered_search/filtered_search.vue';
|
|
88
|
+
export { default as GlBroadcastMessage } from './components/base/broadcast_message/broadcast_message.vue';
|
|
89
|
+
export { default as GlCollapse } from './components/base/collapse/collapse.vue';
|
|
90
|
+
export { default as GlAccordion } from './components/base/accordion/accordion.vue';
|
|
91
|
+
export { default as GlAccordionItem } from './components/base/accordion/accordion_item.vue';
|
|
92
|
+
export { default as GlCarousel } from './components/base/carousel/carousel.vue';
|
|
93
|
+
export { default as GlCarouselSlide } from './components/base/carousel/carousel_slide.vue';
|
|
94
|
+
export { default as RichTextEditor } from './components/editors/rich_text_editor/rich_text_editor.vue';
|
|
95
|
+
|
|
96
|
+
// Utilities
|
|
97
|
+
export { default as GlAnimatedNumber } from './components/utilities/animated_number/animated_number.vue';
|
|
98
|
+
export { default as GlFriendlyWrap } from './components/utilities/friendly_wrap/friendly_wrap.vue';
|
|
99
|
+
export { default as GlIntersperse } from './components/utilities/intersperse/intersperse.vue';
|
|
100
|
+
export { default as GlSprintf } from './components/utilities/sprintf/sprintf.vue';
|
|
101
|
+
export { default as GlTruncate } from './components/utilities/truncate/truncate.vue';
|
|
102
|
+
|
|
103
|
+
// Directives
|
|
104
|
+
export { GlModalDirective } from './directives/modal';
|
|
105
|
+
export { GlTooltipDirective } from './directives/tooltip';
|
|
106
|
+
export { GlResizeObserverDirective } from './directives/resize_observer/resize_observer';
|
|
107
|
+
export { GlCollapseToggleDirective } from './directives/collapse_toggle';
|
|
108
|
+
export { SafeLinkDirective as GlSafeLinkDirective } from './directives/safe_link/safe_link';
|
|
109
|
+
export { SafeHtmlDirective as GlSafeHtmlDirective } from './directives/safe_html/safe_html';
|
|
110
|
+
export { OutsideDirective as GlOutsideDirective } from './directives/outside/outside';
|
|
111
|
+
export { HoverLoadDirective as GlHoverLoadDirective } from './directives/hover_load/hover_load';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as GlBreakpointInstance, breakpoints } from './
|
|
1
|
+
export { default as GlBreakpointInstance, breakpoints } from './utils/breakpoints';
|
package/charts.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
// Add config files
|
|
2
|
-
import setConfigs from './config';
|
|
3
|
-
|
|
4
|
-
setConfigs();
|
|
5
|
-
|
|
6
|
-
export { default as GlChart } from './src/components/charts/chart/chart.vue';
|
|
7
|
-
export { default as GlAreaChart } from './src/components/charts/area/area.vue';
|
|
8
|
-
export { default as GlBarChart } from './src/components/charts/bar/bar.vue';
|
|
9
|
-
export { default as GlGaugeChart } from './src/components/charts/gauge/gauge.vue';
|
|
10
|
-
export { default as GlLineChart } from './src/components/charts/line/line.vue';
|
|
11
|
-
export { default as GlChartLegend } from './src/components/charts/legend/legend.vue';
|
|
12
|
-
export { default as GlChartSeriesLabel } from './src/components/charts/series_label/series_label.vue';
|
|
13
|
-
export { default as GlChartTooltip } from './src/components/charts/tooltip/tooltip.vue';
|
|
14
|
-
export { default as GlHeatmap } from './src/components/charts/heatmap';
|
|
15
|
-
export { default as GlColumnChart } from './src/components/charts/column/column.vue';
|
|
16
|
-
export { default as GlStackedColumnChart } from './src/components/charts/stacked_column/stacked_column.vue';
|
|
17
|
-
export { default as GlDiscreteScatterChart } from './src/components/charts/discrete_scatter/discrete_scatter.vue';
|
|
18
|
-
export { default as GlSingleStat } from './src/components/charts/single_stat/single_stat.vue';
|
|
19
|
-
export { default as GlSparklineChart } from './src/components/charts/sparkline/sparkline.vue';
|
package/index.js
DELETED
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
// DO NOT REMOVE
|
|
2
|
-
/* auto-inject-styles */
|
|
3
|
-
// The line above serves as a token for rollup-plugin-replace to inject styles in production
|
|
4
|
-
// builds. We do this to avoid having the stylesheet included multiple times in Storybook.
|
|
5
|
-
|
|
6
|
-
// Components
|
|
7
|
-
// ADD COMPONENT EXPORTS - needed for yarn generate:component. Do not remove
|
|
8
|
-
export { default as GlTableLite } from './src/components/base/table_lite/table_lite.vue';
|
|
9
|
-
export { default as GlDropdownForm } from './src/components/base/dropdown/dropdown_form.vue';
|
|
10
|
-
export { default as GlKeysetPagination } from './src/components/base/keyset_pagination/keyset_pagination.vue';
|
|
11
|
-
export { default as GlInputGroupText } from './src/components/base/form/input_group_text/input_group_text.vue';
|
|
12
|
-
export { default as GlFormText } from './src/components/base/form/form_text/form_text.vue';
|
|
13
|
-
export { default as GlFormCombobox } from './src/components/base/form/form_combobox/form_combobox.vue';
|
|
14
|
-
export { default as GlTokenSelector } from './src/components/base/token_selector/token_selector.vue';
|
|
15
|
-
export { default as GlNavItemDropdown } from './src/components/base/nav/nav_item_dropdown.vue';
|
|
16
|
-
export { default as GlNav } from './src/components/base/nav/nav.vue';
|
|
17
|
-
export { default as GlNavItem } from './src/components/base/nav/nav_item.vue';
|
|
18
|
-
export { default as GlFormCheckboxTree } from './src/components/base/form/form_checkbox_tree/form_checkbox_tree.vue';
|
|
19
|
-
export { default as GlMarkdown } from './src/components/base/markdown/markdown.vue';
|
|
20
|
-
export { default as GlNavbar } from './src/components/base/navbar/navbar.vue';
|
|
21
|
-
export { default as GlIntersectionObserver } from './src/components/utilities/intersection_observer/intersection_observer.vue';
|
|
22
|
-
export { default as GlLink } from './src/components/base/link/link.vue';
|
|
23
|
-
export { default as GlIcon } from './src/components/base/icon/icon.vue';
|
|
24
|
-
export { default as GlLoadingIcon } from './src/components/base/loading_icon/loading_icon.vue';
|
|
25
|
-
export { default as GlModal } from './src/components/base/modal/modal.vue';
|
|
26
|
-
export { default as GlPagination } from './src/components/base/pagination/pagination.vue';
|
|
27
|
-
export { default as GlPaginatedList } from './src/components/base/paginated_list/paginated_list.vue';
|
|
28
|
-
export { default as GlPopover } from './src/components/base/popover/popover.vue';
|
|
29
|
-
export { default as GlProgressBar } from './src/components/base/progress_bar/progress_bar.vue';
|
|
30
|
-
export { default as GlToken } from './src/components/base/token/token.vue';
|
|
31
|
-
export {
|
|
32
|
-
default as GlSkeletonLoading,
|
|
33
|
-
default as GlDeprecatedSkeletonLoading,
|
|
34
|
-
} from './src/components/base/skeleton_loading/skeleton_loading.vue';
|
|
35
|
-
export { default as GlBadge } from './src/components/base/badge/badge.vue';
|
|
36
|
-
export { default as GlBanner } from './src/components/base/banner/banner.vue';
|
|
37
|
-
export { default as GlButton } from './src/components/base/button/button.vue';
|
|
38
|
-
export { default as GlTooltip } from './src/components/base/tooltip/tooltip.vue';
|
|
39
|
-
export { default as GlToast } from './src/components/base/toast/toast';
|
|
40
|
-
export { default as GlDashboardSkeleton } from './src/components/regions/dashboard_skeleton/dashboard_skeleton.vue';
|
|
41
|
-
export { default as GlEmptyState } from './src/components/regions/empty_state/empty_state.vue';
|
|
42
|
-
export { default as GlForm } from './src/components/base/form/form.vue';
|
|
43
|
-
export { default as GlFormInput } from './src/components/base/form/form_input/form_input.vue';
|
|
44
|
-
export { default as GlFormInputGroup } from './src/components/base/form/form_input_group/form_input_group.vue';
|
|
45
|
-
export { default as GlFormRadio } from './src/components/base/form/form_radio/form_radio.vue';
|
|
46
|
-
export { default as GlFormRadioGroup } from './src/components/base/form/form_radio_group/form_radio_group.vue';
|
|
47
|
-
export { default as GlFormSelect } from './src/components/base/form/form_select/form_select.vue';
|
|
48
|
-
export { default as GlFormTextarea } from './src/components/base/form/form_textarea/form_textarea.vue';
|
|
49
|
-
export { default as GlFormGroup } from './src/components/base/form/form_group/form_group.vue';
|
|
50
|
-
export { default as GlSearchBoxByType } from './src/components/base/search_box_by_type/search_box_by_type.vue';
|
|
51
|
-
export { default as GlSearchBoxByClick } from './src/components/base/search_box_by_click/search_box_by_click.vue';
|
|
52
|
-
export { default as GlDropdownItem } from './src/components/base/dropdown/dropdown_item.vue';
|
|
53
|
-
export { default as GlDropdownSectionHeader } from './src/components/base/dropdown/dropdown_section_header.vue';
|
|
54
|
-
export { default as GlDropdownDivider } from './src/components/base/dropdown/dropdown_divider.vue';
|
|
55
|
-
export { default as GlDropdownText } from './src/components/base/dropdown/dropdown_text.vue';
|
|
56
|
-
export { default as GlDropdown } from './src/components/base/dropdown/dropdown.vue';
|
|
57
|
-
export { default as GlPath } from './src/components/base/path/path.vue';
|
|
58
|
-
export { default as GlTable } from './src/components/base/table/table.vue';
|
|
59
|
-
export { default as GlBreadcrumb } from './src/components/base/breadcrumb/breadcrumb.vue';
|
|
60
|
-
export { default as GlScrollableTabs } from './src/components/base/tabs/tabs/scrollable_tabs.vue';
|
|
61
|
-
export { default as GlTabs } from './src/components/base/tabs/tabs/tabs.vue';
|
|
62
|
-
export { default as GlTab } from './src/components/base/tabs/tab/tab.vue';
|
|
63
|
-
export { default as GlButtonGroup } from './src/components/base/button_group/button_group.vue';
|
|
64
|
-
export { default as GlFormCheckbox } from './src/components/base/form/form_checkbox/form_checkbox.vue';
|
|
65
|
-
export { default as GlFormCheckboxGroup } from './src/components/base/form/form_checkbox/form_checkbox_group.vue';
|
|
66
|
-
export { default as GlAvatar } from './src/components/base/avatar/avatar.vue';
|
|
67
|
-
export { default as GlAvatarsInline } from './src/components/base/avatars_inline/avatars_inline.vue';
|
|
68
|
-
export { default as GlAvatarLabeled } from './src/components/base/avatar_labeled/avatar_labeled.vue';
|
|
69
|
-
export { default as GlAvatarLink } from './src/components/base/avatar_link/avatar_link.vue';
|
|
70
|
-
export { default as GlLabel } from './src/components/base/label/label.vue';
|
|
71
|
-
export { default as GlDatepicker } from './src/components/base/datepicker/datepicker.vue';
|
|
72
|
-
export { default as GlDaterangePicker } from './src/components/base/daterange_picker/daterange_picker.vue';
|
|
73
|
-
export { default as GlToggle } from './src/components/base/toggle/toggle.vue';
|
|
74
|
-
export { default as GlSorting } from './src/components/base/sorting/sorting.vue';
|
|
75
|
-
export { default as GlSortingItem } from './src/components/base/sorting/sorting_item.vue';
|
|
76
|
-
export { default as GlInfiniteScroll } from './src/components/base/infinite_scroll/infinite_scroll.vue';
|
|
77
|
-
export { default as GlAlert } from './src/components/base/alert/alert.vue';
|
|
78
|
-
export { default as GlSegmentedControl } from './src/components/base/segmented_control/segmented_control.vue';
|
|
79
|
-
export { default as GlSkeletonLoader } from './src/components/base/skeleton_loader/skeleton_loader.vue';
|
|
80
|
-
export { default as GlDrawer } from './src/components/base/drawer/drawer.vue';
|
|
81
|
-
export { default as GlCard } from './src/components/base/card/card.vue';
|
|
82
|
-
export { default as GlFilteredSearchSuggestion } from './src/components/base/filtered_search/filtered_search_suggestion.vue';
|
|
83
|
-
export { default as GlFilteredSearchSuggestionList } from './src/components/base/filtered_search/filtered_search_suggestion_list.vue';
|
|
84
|
-
export { default as GlFilteredSearchTerm } from './src/components/base/filtered_search/filtered_search_term.vue';
|
|
85
|
-
export { default as GlFilteredSearchToken } from './src/components/base/filtered_search/filtered_search_token.vue';
|
|
86
|
-
export { default as GlFilteredSearchTokenSegment } from './src/components/base/filtered_search/filtered_search_token_segment.vue';
|
|
87
|
-
export { default as GlFilteredSearch } from './src/components/base/filtered_search/filtered_search.vue';
|
|
88
|
-
export { default as GlBroadcastMessage } from './src/components/base/broadcast_message/broadcast_message.vue';
|
|
89
|
-
export { default as GlCollapse } from './src/components/base/collapse/collapse.vue';
|
|
90
|
-
export { default as GlAccordion } from './src/components/base/accordion/accordion.vue';
|
|
91
|
-
export { default as GlAccordionItem } from './src/components/base/accordion/accordion_item.vue';
|
|
92
|
-
export { default as GlCarousel } from './src/components/base/carousel/carousel.vue';
|
|
93
|
-
export { default as GlCarouselSlide } from './src/components/base/carousel/carousel_slide.vue';
|
|
94
|
-
export { default as RichTextEditor } from './src/components/editors/rich_text_editor/rich_text_editor.vue';
|
|
95
|
-
|
|
96
|
-
// Utilities
|
|
97
|
-
export { default as GlAnimatedNumber } from './src/components/utilities/animated_number/animated_number.vue';
|
|
98
|
-
export { default as GlFriendlyWrap } from './src/components/utilities/friendly_wrap/friendly_wrap.vue';
|
|
99
|
-
export { default as GlIntersperse } from './src/components/utilities/intersperse/intersperse.vue';
|
|
100
|
-
export { default as GlSprintf } from './src/components/utilities/sprintf/sprintf.vue';
|
|
101
|
-
export { default as GlTruncate } from './src/components/utilities/truncate/truncate.vue';
|
|
102
|
-
|
|
103
|
-
// Directives
|
|
104
|
-
export { GlModalDirective } from './src/directives/modal';
|
|
105
|
-
export { GlTooltipDirective } from './src/directives/tooltip';
|
|
106
|
-
export { GlResizeObserverDirective } from './src/directives/resize_observer/resize_observer';
|
|
107
|
-
export { GlCollapseToggleDirective } from './src/directives/collapse_toggle';
|
|
108
|
-
export { SafeLinkDirective as GlSafeLinkDirective } from './src/directives/safe_link/safe_link';
|
|
109
|
-
export { SafeHtmlDirective as GlSafeHtmlDirective } from './src/directives/safe_html/safe_html';
|
|
110
|
-
export { OutsideDirective as GlOutsideDirective } from './src/directives/outside/outside';
|
|
111
|
-
export { HoverLoadDirective as GlHoverLoadDirective } from './src/directives/hover_load/hover_load';
|