@gitlab/ui 72.11.0 → 72.12.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/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/css/tokens.dark.css +1 -1
- package/dist/tokens/js/tokens.dark.js +1 -1
- package/dist/tokens/js/tokens.js +1 -1
- package/dist/tokens/scss/_tokens.dark.scss +1 -1
- package/dist/tokens/scss/_tokens.scss +1 -1
- package/package.json +1 -1
- package/src/directives/safe_html/safe_html.js +5 -0
- package/src/directives/safe_html/safe_html.spec.js +17 -0
- package/src/internal/color_contrast/color_contrast.md +8 -0
- package/src/internal/color_contrast/color_contrast.spec.js +34 -0
- package/src/internal/color_contrast/color_contrast.stories.js +41 -0
- package/src/internal/color_contrast/color_contrast.vue +52 -0
- package/src/tokens/color.dark.tokens.stories.js +36 -22
- package/src/tokens/color.data_viz.dark.tokens.stories.js +13 -30
- package/src/tokens/color.data_viz.tokens.stories.js +13 -30
- package/src/tokens/color.theme.dark.tokens.stories.js +15 -30
- package/src/tokens/color.theme.tokens.stories.js +15 -30
- package/src/tokens/color.tokens.stories.js +36 -22
- package/src/tokens/color.transparency.tokens.stories.js +9 -12
- package/src/tokens/common_story_options.js +22 -80
- package/src/utils/constants.js +25 -0
- package/src/utils/utils.js +21 -1
- package/dist/charts.js +0 -14
- package/dist/components/base/accordion/accordion.js +0 -73
- package/dist/components/base/accordion/accordion_item.js +0 -133
- package/dist/components/base/alert/alert.js +0 -222
- package/dist/components/base/avatar/avatar.js +0 -160
- package/dist/components/base/avatar_labeled/avatar_labeled.js +0 -107
- package/dist/components/base/avatar_link/avatar_link.js +0 -47
- package/dist/components/base/avatars_inline/avatars_inline.js +0 -119
- package/dist/components/base/badge/badge.js +0 -105
- package/dist/components/base/banner/banner.js +0 -139
- package/dist/components/base/breadcrumb/breadcrumb.js +0 -122
- package/dist/components/base/breadcrumb/breadcrumb_item.js +0 -73
- package/dist/components/base/broadcast_message/broadcast_message.js +0 -112
- package/dist/components/base/broadcast_message/constants.js +0 -5
- package/dist/components/base/button/button.js +0 -151
- package/dist/components/base/button_group/button_group.js +0 -47
- package/dist/components/base/card/card.js +0 -71
- package/dist/components/base/carousel/carousel.js +0 -48
- package/dist/components/base/carousel/carousel_slide.js +0 -47
- package/dist/components/base/collapse/collapse.js +0 -59
- package/dist/components/base/datepicker/datepicker.js +0 -386
- package/dist/components/base/daterange_picker/daterange_picker.js +0 -288
- package/dist/components/base/drawer/drawer.js +0 -127
- package/dist/components/base/dropdown/dropdown.js +0 -261
- package/dist/components/base/dropdown/dropdown_divider.js +0 -48
- package/dist/components/base/dropdown/dropdown_form.js +0 -48
- package/dist/components/base/dropdown/dropdown_item.js +0 -131
- package/dist/components/base/dropdown/dropdown_section_header.js +0 -48
- package/dist/components/base/dropdown/dropdown_text.js +0 -48
- package/dist/components/base/filtered_search/common_story_options.js +0 -14
- package/dist/components/base/filtered_search/filtered_search.js +0 -388
- package/dist/components/base/filtered_search/filtered_search_suggestion.js +0 -89
- package/dist/components/base/filtered_search/filtered_search_suggestion_list.js +0 -138
- package/dist/components/base/filtered_search/filtered_search_term.js +0 -203
- package/dist/components/base/filtered_search/filtered_search_token.js +0 -384
- package/dist/components/base/filtered_search/filtered_search_token_segment.js +0 -420
- package/dist/components/base/filtered_search/filtered_search_utils.js +0 -242
- package/dist/components/base/form/form.js +0 -49
- package/dist/components/base/form/form_checkbox/form_checkbox.js +0 -78
- package/dist/components/base/form/form_checkbox/form_checkbox_group.js +0 -60
- package/dist/components/base/form/form_checkbox_tree/checkbox_tree_node.js +0 -79
- package/dist/components/base/form/form_checkbox_tree/form_checkbox_tree.js +0 -138
- package/dist/components/base/form/form_checkbox_tree/models/constants.js +0 -12
- package/dist/components/base/form/form_checkbox_tree/models/node.js +0 -51
- package/dist/components/base/form/form_checkbox_tree/models/tree.js +0 -199
- package/dist/components/base/form/form_combobox/constants.js +0 -55
- package/dist/components/base/form/form_combobox/form_combobox.js +0 -230
- package/dist/components/base/form/form_date/form_date.js +0 -143
- package/dist/components/base/form/form_fields/form_field_validator.js +0 -93
- package/dist/components/base/form/form_fields/form_fields.js +0 -214
- package/dist/components/base/form/form_fields/mappers.js +0 -13
- package/dist/components/base/form/form_fields/validators.js +0 -48
- package/dist/components/base/form/form_group/form_group.js +0 -97
- package/dist/components/base/form/form_input/form_input.js +0 -121
- package/dist/components/base/form/form_input_group/form_input_group.js +0 -108
- package/dist/components/base/form/form_input_group/form_input_group_mixin.js +0 -41
- package/dist/components/base/form/form_radio/form_radio.js +0 -65
- package/dist/components/base/form/form_radio_group/form_radio_group.js +0 -78
- package/dist/components/base/form/form_select/constants.js +0 -12
- package/dist/components/base/form/form_select/form_select.js +0 -82
- package/dist/components/base/form/form_text/form_text.js +0 -38
- package/dist/components/base/form/form_textarea/form_textarea.js +0 -112
- package/dist/components/base/form/input_group_text/input_group_text.js +0 -48
- package/dist/components/base/icon/icon.js +0 -111
- package/dist/components/base/infinite_scroll/infinite_scroll.js +0 -197
- package/dist/components/base/keyset_pagination/keyset_pagination.js +0 -151
- package/dist/components/base/label/label.js +0 -163
- package/dist/components/base/link/link.js +0 -50
- package/dist/components/base/loading_icon/loading_icon.js +0 -111
- package/dist/components/base/markdown/markdown.js +0 -52
- package/dist/components/base/modal/modal.js +0 -204
- package/dist/components/base/nav/nav.js +0 -48
- package/dist/components/base/nav/nav_item.js +0 -48
- package/dist/components/base/nav/nav_item_dropdown.js +0 -62
- package/dist/components/base/navbar/navbar.js +0 -48
- package/dist/components/base/new_dropdowns/base_dropdown/base_dropdown.js +0 -453
- package/dist/components/base/new_dropdowns/base_dropdown/constants.js +0 -4
- package/dist/components/base/new_dropdowns/constants.js +0 -21
- package/dist/components/base/new_dropdowns/disclosure/constants.js +0 -8
- package/dist/components/base/new_dropdowns/disclosure/disclosure_dropdown.js +0 -370
- package/dist/components/base/new_dropdowns/disclosure/disclosure_dropdown_group.js +0 -110
- package/dist/components/base/new_dropdowns/disclosure/disclosure_dropdown_item.js +0 -143
- package/dist/components/base/new_dropdowns/disclosure/mock_data.js +0 -147
- package/dist/components/base/new_dropdowns/disclosure/utils.js +0 -39
- package/dist/components/base/new_dropdowns/listbox/listbox.js +0 -767
- package/dist/components/base/new_dropdowns/listbox/listbox_group.js +0 -58
- package/dist/components/base/new_dropdowns/listbox/listbox_item.js +0 -91
- package/dist/components/base/new_dropdowns/listbox/listbox_search_input.js +0 -93
- package/dist/components/base/new_dropdowns/listbox/mock_data.js +0 -118
- package/dist/components/base/new_dropdowns/listbox/utils.js +0 -34
- package/dist/components/base/paginated_list/paginated_list.js +0 -180
- package/dist/components/base/pagination/pagination.js +0 -399
- package/dist/components/base/path/data.js +0 -34
- package/dist/components/base/path/path.js +0 -189
- package/dist/components/base/popover/popover.js +0 -110
- package/dist/components/base/progress_bar/progress_bar.js +0 -48
- package/dist/components/base/search_box_by_click/search_box_by_click.js +0 -235
- package/dist/components/base/search_box_by_type/search_box_by_type.js +0 -167
- package/dist/components/base/segmented_control/segmented_control.js +0 -109
- package/dist/components/base/skeleton_loader/skeleton_loader.js +0 -224
- package/dist/components/base/sorting/sorting.js +0 -171
- package/dist/components/base/sorting/sorting_item.js +0 -109
- package/dist/components/base/table/constants.js +0 -5
- package/dist/components/base/table/table.js +0 -89
- package/dist/components/base/table_lite/table_lite.js +0 -72
- package/dist/components/base/tabs/constants.js +0 -3
- package/dist/components/base/tabs/tab/tab.js +0 -83
- package/dist/components/base/tabs/tabs/scrollable_tabs.js +0 -143
- package/dist/components/base/tabs/tabs/tabs.js +0 -224
- package/dist/components/base/toast/toast.js +0 -82
- package/dist/components/base/toggle/toggle.js +0 -180
- package/dist/components/base/token/token.js +0 -85
- package/dist/components/base/token_selector/helpers.js +0 -5
- package/dist/components/base/token_selector/token_container.js +0 -165
- package/dist/components/base/token_selector/token_selector.js +0 -403
- package/dist/components/base/token_selector/token_selector_dropdown.js +0 -199
- package/dist/components/base/tooltip/tooltip.js +0 -55
- package/dist/components/charts/area/area.js +0 -311
- package/dist/components/charts/bar/bar.js +0 -253
- package/dist/components/charts/chart/chart.js +0 -215
- package/dist/components/charts/column/column.js +0 -226
- package/dist/components/charts/discrete_scatter/discrete_scatter.js +0 -203
- package/dist/components/charts/gauge/gauge.js +0 -208
- package/dist/components/charts/heatmap/heatmap.js +0 -295
- package/dist/components/charts/heatmap/index.js +0 -2
- package/dist/components/charts/legend/legend.js +0 -228
- package/dist/components/charts/line/line.js +0 -308
- package/dist/components/charts/series_label/series_label.js +0 -100
- package/dist/components/charts/single_stat/single_stat.js +0 -152
- package/dist/components/charts/sparkline/sparkline.js +0 -261
- package/dist/components/charts/stacked_column/stacked_column.js +0 -335
- package/dist/components/charts/tooltip/tooltip.js +0 -251
- package/dist/components/experimental/duo/chat/components/duo_chat_conversation/duo_chat_conversation.js +0 -83
- package/dist/components/experimental/duo/chat/components/duo_chat_loader/duo_chat_loader.js +0 -100
- package/dist/components/experimental/duo/chat/components/duo_chat_message/copy_code_element.js +0 -35
- package/dist/components/experimental/duo/chat/components/duo_chat_message/duo_chat_message.js +0 -115
- package/dist/components/experimental/duo/chat/components/duo_chat_message_sources/duo_chat_message_sources.js +0 -104
- package/dist/components/experimental/duo/chat/components/duo_chat_predefined_prompts/duo_chat_predefined_prompts.js +0 -64
- package/dist/components/experimental/duo/chat/constants.js +0 -23
- package/dist/components/experimental/duo/chat/duo_chat.js +0 -359
- package/dist/components/experimental/duo/chat/mock_data.js +0 -83
- package/dist/components/experimental/duo/user_feedback/user_feedback.js +0 -94
- package/dist/components/experimental/duo/user_feedback/user_feedback_modal.js +0 -124
- package/dist/components/experimental/experiment_badge/constants.js +0 -4
- package/dist/components/experimental/experiment_badge/experiment_badge.js +0 -107
- package/dist/components/mixins/button_mixin.js +0 -11
- package/dist/components/mixins/safe_link_mixin.js +0 -30
- package/dist/components/mixins/tooltip_mixin.js +0 -21
- package/dist/components/regions/dashboard_skeleton/dashboard_skeleton.js +0 -53
- package/dist/components/regions/empty_state/empty_state.js +0 -154
- package/dist/components/shared_components/charts/tooltip_default_format.js +0 -53
- package/dist/components/shared_components/clear_icon_button/clear_icon_button.js +0 -64
- package/dist/components/shared_components/close_button/close_button.js +0 -54
- package/dist/components/utilities/animated_number/animated_number.js +0 -131
- package/dist/components/utilities/friendly_wrap/friendly_wrap.js +0 -75
- package/dist/components/utilities/intersection_observer/intersection_observer.js +0 -88
- package/dist/components/utilities/intersperse/intersperse.js +0 -86
- package/dist/components/utilities/sprintf/sprintf.js +0 -172
- package/dist/components/utilities/truncate/constants.js +0 -7
- package/dist/components/utilities/truncate/truncate.js +0 -111
- package/dist/components/utilities/truncate_text/constants.js +0 -7
- package/dist/components/utilities/truncate_text/truncate_text.js +0 -146
- package/dist/config.js +0 -86
- package/dist/directives/collapse_toggle.js +0 -1
- package/dist/directives/hover_load/hover_load.js +0 -45
- package/dist/directives/modal.js +0 -1
- package/dist/directives/outside/get_event_like_time_stamp.js +0 -33
- package/dist/directives/outside/outside.js +0 -106
- package/dist/directives/resize_observer/resize_observer.js +0 -51
- package/dist/directives/safe_html/constants.js +0 -6
- package/dist/directives/safe_html/safe_html.js +0 -35
- package/dist/directives/safe_link/mock_data.js +0 -10
- package/dist/directives/safe_link/safe_link.js +0 -65
- package/dist/directives/tooltip.js +0 -1
- package/dist/index.css +0 -7
- package/dist/index.css.map +0 -1
- package/dist/index.js +0 -105
- package/dist/tokens/common_story_options.js +0 -109
- package/dist/utils/breakpoints.js +0 -20
- package/dist/utils/charts/config.js +0 -556
- package/dist/utils/charts/constants.js +0 -63
- package/dist/utils/charts/mock_data.js +0 -211
- package/dist/utils/charts/story_config.js +0 -42
- package/dist/utils/charts/theme.js +0 -192
- package/dist/utils/charts/utils.js +0 -54
- package/dist/utils/constants.js +0 -270
- package/dist/utils/data_utils.js +0 -21
- package/dist/utils/datetime_utility.js +0 -61
- package/dist/utils/i18n.js +0 -15
- package/dist/utils/is_slot_empty.js +0 -38
- package/dist/utils/number_utils.js +0 -124
- package/dist/utils/stories_constants.js +0 -29
- package/dist/utils/stories_utils.js +0 -13
- package/dist/utils/story_decorators/container.js +0 -16
- package/dist/utils/string_utils.js +0 -69
- package/dist/utils/svgs/svg_paths.js +0 -7
- package/dist/utils/test_utils.js +0 -33
- package/dist/utils/use_fake_date.js +0 -29
- package/dist/utils/use_mock_intersection_observer.js +0 -108
- package/dist/utils/utils.js +0 -177
- package/dist/utils.js +0 -5
|
@@ -1,197 +0,0 @@
|
|
|
1
|
-
import throttle from 'lodash/throttle';
|
|
2
|
-
import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
|
|
3
|
-
|
|
4
|
-
const throttleDuration = 1000;
|
|
5
|
-
/**
|
|
6
|
-
* After adding more items, scroll will adjust slightly.
|
|
7
|
-
* Values in pixels, should be a small amount.
|
|
8
|
-
*/
|
|
9
|
-
const adjustScrollGap = 5;
|
|
10
|
-
const THRESHOLD = 1;
|
|
11
|
-
var script = {
|
|
12
|
-
name: 'GlInfiniteScroll',
|
|
13
|
-
props: {
|
|
14
|
-
/**
|
|
15
|
-
* Total number of items available
|
|
16
|
-
*/
|
|
17
|
-
totalItems: {
|
|
18
|
-
type: Number,
|
|
19
|
-
required: false,
|
|
20
|
-
default: 0
|
|
21
|
-
},
|
|
22
|
-
/**
|
|
23
|
-
* Numbers of items fetched before scrolling
|
|
24
|
-
*/
|
|
25
|
-
fetchedItems: {
|
|
26
|
-
type: Number,
|
|
27
|
-
required: true
|
|
28
|
-
},
|
|
29
|
-
/**
|
|
30
|
-
* Max height of the list before the scrollbar appears
|
|
31
|
-
*/
|
|
32
|
-
maxListHeight: {
|
|
33
|
-
type: Number,
|
|
34
|
-
required: false,
|
|
35
|
-
default: 0
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
computed: {
|
|
39
|
-
listHeight() {
|
|
40
|
-
return {
|
|
41
|
-
maxHeight: this.maxListHeight ? `${this.maxListHeight}px` : 'auto'
|
|
42
|
-
};
|
|
43
|
-
},
|
|
44
|
-
legendText() {
|
|
45
|
-
if (this.totalItems > 0) {
|
|
46
|
-
return `Showing ${this.fetchedItems} of ${this.totalItems} items`;
|
|
47
|
-
}
|
|
48
|
-
return `Showing ${this.fetchedItems} items`;
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
watch: {
|
|
52
|
-
fetchedItems(newVal, oldVal) {
|
|
53
|
-
// Re-adjust scroll to the current item if more items are added
|
|
54
|
-
if (newVal > oldVal) {
|
|
55
|
-
const {
|
|
56
|
-
scrollHeight,
|
|
57
|
-
scrollTop
|
|
58
|
-
} = this.$refs.infiniteContainer;
|
|
59
|
-
// Only when scrolled to the top
|
|
60
|
-
if (scrollHeight !== 0 && scrollTop === 0) {
|
|
61
|
-
// Wait until the DOM is fully updated to adjust scroll
|
|
62
|
-
this.$nextTick(() => {
|
|
63
|
-
const {
|
|
64
|
-
scrollHeight: newScrollHeight
|
|
65
|
-
} = this.$refs.infiniteContainer;
|
|
66
|
-
|
|
67
|
-
// New scrollTop is the new height, minus the old height
|
|
68
|
-
// minus a small space to allow the user to trigger a scroll once more
|
|
69
|
-
let top = newScrollHeight - scrollHeight - adjustScrollGap;
|
|
70
|
-
|
|
71
|
-
// Never adjust to 0, or a new event may be be triggered
|
|
72
|
-
if (top < 1) {
|
|
73
|
-
top = 1;
|
|
74
|
-
}
|
|
75
|
-
this.scrollTo({
|
|
76
|
-
top
|
|
77
|
-
});
|
|
78
|
-
});
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
mounted() {
|
|
84
|
-
// Scroll to bottom for reverse effect
|
|
85
|
-
this.$nextTick(() => {
|
|
86
|
-
if (this.$listeners.topReached && !this.$listeners.bottomReached) {
|
|
87
|
-
this.scrollDown();
|
|
88
|
-
}
|
|
89
|
-
});
|
|
90
|
-
},
|
|
91
|
-
methods: {
|
|
92
|
-
/**
|
|
93
|
-
* Scroll to the top of the container, leaving a gap
|
|
94
|
-
* to avoid triggering the event.
|
|
95
|
-
*/
|
|
96
|
-
scrollUp() {
|
|
97
|
-
this.scrollTo({
|
|
98
|
-
top: adjustScrollGap
|
|
99
|
-
});
|
|
100
|
-
},
|
|
101
|
-
/**
|
|
102
|
-
* Scroll to the bottom of the container, leaving a gap
|
|
103
|
-
* to avoid triggering the event.
|
|
104
|
-
*/
|
|
105
|
-
scrollDown() {
|
|
106
|
-
const {
|
|
107
|
-
scrollHeight
|
|
108
|
-
} = this.$refs.infiniteContainer;
|
|
109
|
-
this.scrollTo({
|
|
110
|
-
top: scrollHeight - adjustScrollGap
|
|
111
|
-
});
|
|
112
|
-
},
|
|
113
|
-
/**
|
|
114
|
-
* Scroll to a location in the container
|
|
115
|
-
*
|
|
116
|
-
* @param params.top - Number of pixels along Y axis to
|
|
117
|
-
* scroll the list container.
|
|
118
|
-
* @param params.behavior - Determines whether scrolling
|
|
119
|
-
* is instant or animates smoothly. Can be 'auto', 'instant', or 'smooth'
|
|
120
|
-
* See [MDN spec](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTo)
|
|
121
|
-
*/
|
|
122
|
-
scrollTo(_ref) {
|
|
123
|
-
let {
|
|
124
|
-
top,
|
|
125
|
-
behavior
|
|
126
|
-
} = _ref;
|
|
127
|
-
this.$refs.infiniteContainer.scrollTo({
|
|
128
|
-
top,
|
|
129
|
-
behavior
|
|
130
|
-
});
|
|
131
|
-
},
|
|
132
|
-
topReached: throttle(function topReachedThrottled() {
|
|
133
|
-
/**
|
|
134
|
-
* Emitted when item container is scrolled to the top
|
|
135
|
-
*/
|
|
136
|
-
this.$emit('topReached');
|
|
137
|
-
}, throttleDuration),
|
|
138
|
-
bottomReached: throttle(function bottomReachedThrottled() {
|
|
139
|
-
/**
|
|
140
|
-
* Emitted when item container is scrolled to the bottom
|
|
141
|
-
*/
|
|
142
|
-
this.$emit('bottomReached');
|
|
143
|
-
}, throttleDuration),
|
|
144
|
-
itemsListHeight() {
|
|
145
|
-
return this.$refs.infiniteContainer.scrollHeight;
|
|
146
|
-
},
|
|
147
|
-
scrollTop() {
|
|
148
|
-
return this.$refs.infiniteContainer.scrollTop;
|
|
149
|
-
},
|
|
150
|
-
handleScroll: throttle(function handleScrollThrottled() {
|
|
151
|
-
if (Math.abs(this.itemsListHeight() - this.maxListHeight - this.scrollTop()) < THRESHOLD) {
|
|
152
|
-
this.bottomReached();
|
|
153
|
-
} else if (this.scrollTop() <= THRESHOLD) {
|
|
154
|
-
this.topReached();
|
|
155
|
-
}
|
|
156
|
-
})
|
|
157
|
-
}
|
|
158
|
-
};
|
|
159
|
-
|
|
160
|
-
/* script */
|
|
161
|
-
const __vue_script__ = script;
|
|
162
|
-
|
|
163
|
-
/* template */
|
|
164
|
-
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._t("header"),_vm._v(" "),_c('div',_vm._g(_vm._b({ref:"infiniteContainer",staticClass:"gl-infinite-scroll-container",style:(_vm.listHeight),on:{"scroll":_vm.handleScroll}},'div',_vm.$attrs,false),_vm.$listeners),[_vm._t("items")],2),_vm._v(" "),_c('p',{staticClass:"gl-infinite-scroll-legend"},[_vm._t("default",function(){return [_vm._v("\n "+_vm._s(_vm.legendText)+"\n ")]},{"fetchedItems":_vm.fetchedItems,"totalItems":_vm.totalItems})],2)],2)};
|
|
165
|
-
var __vue_staticRenderFns__ = [];
|
|
166
|
-
|
|
167
|
-
/* style */
|
|
168
|
-
const __vue_inject_styles__ = undefined;
|
|
169
|
-
/* scoped */
|
|
170
|
-
const __vue_scope_id__ = undefined;
|
|
171
|
-
/* module identifier */
|
|
172
|
-
const __vue_module_identifier__ = undefined;
|
|
173
|
-
/* functional template */
|
|
174
|
-
const __vue_is_functional_template__ = false;
|
|
175
|
-
/* style inject */
|
|
176
|
-
|
|
177
|
-
/* style inject SSR */
|
|
178
|
-
|
|
179
|
-
/* style inject shadow dom */
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
const __vue_component__ = __vue_normalize__(
|
|
184
|
-
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
|
|
185
|
-
__vue_inject_styles__,
|
|
186
|
-
__vue_script__,
|
|
187
|
-
__vue_scope_id__,
|
|
188
|
-
__vue_is_functional_template__,
|
|
189
|
-
__vue_module_identifier__,
|
|
190
|
-
false,
|
|
191
|
-
undefined,
|
|
192
|
-
undefined,
|
|
193
|
-
undefined
|
|
194
|
-
);
|
|
195
|
-
|
|
196
|
-
export default __vue_component__;
|
|
197
|
-
export { adjustScrollGap };
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
import GlButton from '../button/button';
|
|
2
|
-
import GlButtonGroup from '../button_group/button_group';
|
|
3
|
-
import GlIcon from '../icon/icon';
|
|
4
|
-
import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
|
|
5
|
-
|
|
6
|
-
var script = {
|
|
7
|
-
name: 'GlKeysetPagination',
|
|
8
|
-
components: {
|
|
9
|
-
GlButtonGroup,
|
|
10
|
-
GlButton,
|
|
11
|
-
GlIcon
|
|
12
|
-
},
|
|
13
|
-
inheritAttrs: false,
|
|
14
|
-
props: {
|
|
15
|
-
// The following 4 properties match the default names of the
|
|
16
|
-
// [PageInfo](https://docs.gitlab.com/ee/api/graphql/reference/index.html#pageinfo)
|
|
17
|
-
// GraphQL type, allowing the returned `pageInfo` object to
|
|
18
|
-
// be bound directly to this component:
|
|
19
|
-
// `<gl-keyset-pagination v-bind="pageInfo">`
|
|
20
|
-
/**
|
|
21
|
-
* Whether or not the "Prev" button should be enabled
|
|
22
|
-
*/
|
|
23
|
-
hasPreviousPage: {
|
|
24
|
-
type: Boolean,
|
|
25
|
-
required: false,
|
|
26
|
-
default: false
|
|
27
|
-
},
|
|
28
|
-
/**
|
|
29
|
-
* Whether or not the "Next" button should be enabled
|
|
30
|
-
*/
|
|
31
|
-
hasNextPage: {
|
|
32
|
-
type: Boolean,
|
|
33
|
-
required: false,
|
|
34
|
-
default: false
|
|
35
|
-
},
|
|
36
|
-
/**
|
|
37
|
-
* A cursor that points to the first item in the current page.
|
|
38
|
-
* Will be passed as an event parameter when the "prev" event is fired.
|
|
39
|
-
*/
|
|
40
|
-
startCursor: {
|
|
41
|
-
type: String,
|
|
42
|
-
required: false,
|
|
43
|
-
default: null
|
|
44
|
-
},
|
|
45
|
-
/**
|
|
46
|
-
* A cursor that points to the last item in the current page.
|
|
47
|
-
* Will be passed as an event parameter when the "next" event is fired.
|
|
48
|
-
*/
|
|
49
|
-
endCursor: {
|
|
50
|
-
type: String,
|
|
51
|
-
required: false,
|
|
52
|
-
default: null
|
|
53
|
-
},
|
|
54
|
-
/**
|
|
55
|
-
* The text that will be rendered inside the "Prev" button.
|
|
56
|
-
* It\'s important to provide this parameter since the default text is not translatable.
|
|
57
|
-
*/
|
|
58
|
-
prevText: {
|
|
59
|
-
type: String,
|
|
60
|
-
required: false,
|
|
61
|
-
default: 'Prev'
|
|
62
|
-
},
|
|
63
|
-
/**
|
|
64
|
-
* A link that will be used as the "Prev" button\'s "href" attribute.
|
|
65
|
-
* If provided, the "Prev" button renders as a link button; otherwise, it is rendered as a regular button.
|
|
66
|
-
*/
|
|
67
|
-
prevButtonLink: {
|
|
68
|
-
type: String,
|
|
69
|
-
required: false,
|
|
70
|
-
default: null
|
|
71
|
-
},
|
|
72
|
-
/**
|
|
73
|
-
* The aria-label that needs to be set for the
|
|
74
|
-
* pagination landmark region.
|
|
75
|
-
*/
|
|
76
|
-
navigationLabel: {
|
|
77
|
-
type: String,
|
|
78
|
-
required: false,
|
|
79
|
-
default: 'Pagination'
|
|
80
|
-
},
|
|
81
|
-
/**
|
|
82
|
-
* The text that will be rendered inside the "Next" button.
|
|
83
|
-
* It\'s important to provide this parameter since the default text is not translatable.
|
|
84
|
-
*/
|
|
85
|
-
nextText: {
|
|
86
|
-
type: String,
|
|
87
|
-
required: false,
|
|
88
|
-
default: 'Next'
|
|
89
|
-
},
|
|
90
|
-
/**
|
|
91
|
-
* A link that will be used as the "Next" button\'s "href" attribute.
|
|
92
|
-
* If provided, the "Next" button renders as a link button; otherwise, it is rendered as a regular button.
|
|
93
|
-
*/
|
|
94
|
-
nextButtonLink: {
|
|
95
|
-
type: String,
|
|
96
|
-
required: false,
|
|
97
|
-
default: null
|
|
98
|
-
},
|
|
99
|
-
/**
|
|
100
|
-
* Whether or not both buttons should be disabled (regardless of the "hasPreviousPage" and "hasNextPage" values).
|
|
101
|
-
*/
|
|
102
|
-
disabled: {
|
|
103
|
-
type: Boolean,
|
|
104
|
-
required: false,
|
|
105
|
-
default: false
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
computed: {
|
|
109
|
-
isVisible() {
|
|
110
|
-
return this.hasPreviousPage || this.hasNextPage;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
};
|
|
114
|
-
|
|
115
|
-
/* script */
|
|
116
|
-
const __vue_script__ = script;
|
|
117
|
-
|
|
118
|
-
/* template */
|
|
119
|
-
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.isVisible)?_c('nav',{staticClass:"gl-pagination",attrs:{"aria-label":_vm.navigationLabel}},[_c('gl-button-group',_vm._g(_vm._b({staticClass:"gl-keyset-pagination"},'gl-button-group',_vm.$attrs,false),_vm.$listeners),[_c('gl-button',{attrs:{"href":_vm.prevButtonLink,"disabled":_vm.disabled || !_vm.hasPreviousPage,"data-testid":"prevButton"},on:{"click":function($event){return _vm.$emit('prev', _vm.startCursor)}}},[_vm._t("previous-button-content",function(){return [_c('div',{staticClass:"gl-display-flex gl-align-center"},[_c('gl-icon',{attrs:{"name":"chevron-left"}}),_vm._v("\n "+_vm._s(_vm.prevText)+"\n ")],1)]})],2),_vm._v(" "),_c('gl-button',{attrs:{"href":_vm.nextButtonLink,"disabled":_vm.disabled || !_vm.hasNextPage,"data-testid":"nextButton"},on:{"click":function($event){return _vm.$emit('next', _vm.endCursor)}}},[_vm._t("next-button-content",function(){return [_c('div',{staticClass:"gl-display-flex gl-align-center"},[_vm._v("\n "+_vm._s(_vm.nextText)+"\n "),_c('gl-icon',{attrs:{"name":"chevron-right"}})],1)]})],2)],1)],1):_vm._e()};
|
|
120
|
-
var __vue_staticRenderFns__ = [];
|
|
121
|
-
|
|
122
|
-
/* style */
|
|
123
|
-
const __vue_inject_styles__ = undefined;
|
|
124
|
-
/* scoped */
|
|
125
|
-
const __vue_scope_id__ = undefined;
|
|
126
|
-
/* module identifier */
|
|
127
|
-
const __vue_module_identifier__ = undefined;
|
|
128
|
-
/* functional template */
|
|
129
|
-
const __vue_is_functional_template__ = false;
|
|
130
|
-
/* style inject */
|
|
131
|
-
|
|
132
|
-
/* style inject SSR */
|
|
133
|
-
|
|
134
|
-
/* style inject shadow dom */
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
const __vue_component__ = __vue_normalize__(
|
|
139
|
-
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
|
|
140
|
-
__vue_inject_styles__,
|
|
141
|
-
__vue_script__,
|
|
142
|
-
__vue_scope_id__,
|
|
143
|
-
__vue_is_functional_template__,
|
|
144
|
-
__vue_module_identifier__,
|
|
145
|
-
false,
|
|
146
|
-
undefined,
|
|
147
|
-
undefined,
|
|
148
|
-
undefined
|
|
149
|
-
);
|
|
150
|
-
|
|
151
|
-
export default __vue_component__;
|
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
import { labelColorOptions } from '../../../utils/constants';
|
|
2
|
-
import { colorFromBackground } from '../../../utils/utils';
|
|
3
|
-
import CloseButton from '../../shared_components/close_button/close_button';
|
|
4
|
-
import GlLink from '../link/link';
|
|
5
|
-
import GlTooltip from '../tooltip/tooltip';
|
|
6
|
-
import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
|
|
7
|
-
|
|
8
|
-
//
|
|
9
|
-
var script = {
|
|
10
|
-
name: 'GlLabel',
|
|
11
|
-
components: {
|
|
12
|
-
GlLink,
|
|
13
|
-
GlTooltip,
|
|
14
|
-
CloseButton
|
|
15
|
-
},
|
|
16
|
-
props: {
|
|
17
|
-
backgroundColor: {
|
|
18
|
-
type: String,
|
|
19
|
-
required: true,
|
|
20
|
-
validator: value => /^(#|rgb|rgba)/.test(value)
|
|
21
|
-
},
|
|
22
|
-
title: {
|
|
23
|
-
type: String,
|
|
24
|
-
required: true,
|
|
25
|
-
default: ''
|
|
26
|
-
},
|
|
27
|
-
description: {
|
|
28
|
-
type: String,
|
|
29
|
-
required: false,
|
|
30
|
-
default: ''
|
|
31
|
-
},
|
|
32
|
-
size: {
|
|
33
|
-
type: String,
|
|
34
|
-
required: false,
|
|
35
|
-
default: ''
|
|
36
|
-
},
|
|
37
|
-
tooltipPlacement: {
|
|
38
|
-
type: String,
|
|
39
|
-
required: false,
|
|
40
|
-
default: 'top'
|
|
41
|
-
},
|
|
42
|
-
target: {
|
|
43
|
-
type: String,
|
|
44
|
-
required: false,
|
|
45
|
-
default: ''
|
|
46
|
-
},
|
|
47
|
-
scoped: {
|
|
48
|
-
type: Boolean,
|
|
49
|
-
required: false,
|
|
50
|
-
default: false
|
|
51
|
-
},
|
|
52
|
-
showCloseButton: {
|
|
53
|
-
type: Boolean,
|
|
54
|
-
required: false,
|
|
55
|
-
default: false
|
|
56
|
-
},
|
|
57
|
-
disabled: {
|
|
58
|
-
type: Boolean,
|
|
59
|
-
required: false,
|
|
60
|
-
default: false
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
data() {
|
|
64
|
-
return {
|
|
65
|
-
splitScopedLabelIndex: this.title.lastIndexOf('::')
|
|
66
|
-
};
|
|
67
|
-
},
|
|
68
|
-
computed: {
|
|
69
|
-
cssClasses() {
|
|
70
|
-
const textColorVariant = colorFromBackground(this.backgroundColor);
|
|
71
|
-
return {
|
|
72
|
-
'gl-label-sm': this.size === 'sm',
|
|
73
|
-
'gl-label-scoped': this.scoped,
|
|
74
|
-
'gl-label-text-dark': textColorVariant === labelColorOptions.dark,
|
|
75
|
-
'gl-label-text-light': textColorVariant === labelColorOptions.light
|
|
76
|
-
};
|
|
77
|
-
},
|
|
78
|
-
cssVariables() {
|
|
79
|
-
return {
|
|
80
|
-
'--label-background-color': this.backgroundColor,
|
|
81
|
-
'--label-inset-border': `inset 0 0 0 ${this.size === 'sm' ? '1px' : '2px'} ${this.backgroundColor}`
|
|
82
|
-
};
|
|
83
|
-
},
|
|
84
|
-
scopedKey() {
|
|
85
|
-
return this.scoped ? this.title.slice(0, this.splitScopedLabelIndex) : this.title;
|
|
86
|
-
},
|
|
87
|
-
scopedValue() {
|
|
88
|
-
return this.title.slice(this.splitScopedLabelIndex + 2);
|
|
89
|
-
},
|
|
90
|
-
closeIconSize() {
|
|
91
|
-
return this.size === 'sm' ? 12 : 16;
|
|
92
|
-
},
|
|
93
|
-
labelComponent() {
|
|
94
|
-
return this.target ? GlLink : 'span';
|
|
95
|
-
},
|
|
96
|
-
tooltipTarget() {
|
|
97
|
-
return this.target ? this.$refs.labelTitle.$el : this.$refs.labelTitle;
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
watch: {
|
|
101
|
-
title() {
|
|
102
|
-
this.splitScopedLabelIndex = this.title.lastIndexOf('::');
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
methods: {
|
|
106
|
-
onClick(e) {
|
|
107
|
-
/**
|
|
108
|
-
* Emitted when label is clicked
|
|
109
|
-
*
|
|
110
|
-
* @event click
|
|
111
|
-
* @type {object}
|
|
112
|
-
*/
|
|
113
|
-
this.$emit('click', e);
|
|
114
|
-
},
|
|
115
|
-
onClose(e) {
|
|
116
|
-
/**
|
|
117
|
-
* Emitted when x is clicked
|
|
118
|
-
*
|
|
119
|
-
* @event close
|
|
120
|
-
* @type {object}
|
|
121
|
-
*/
|
|
122
|
-
this.$emit('close', e);
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
};
|
|
126
|
-
|
|
127
|
-
/* script */
|
|
128
|
-
const __vue_script__ = script;
|
|
129
|
-
|
|
130
|
-
/* template */
|
|
131
|
-
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',_vm._b({staticClass:"gl-label",class:_vm.cssClasses,style:(_vm.cssVariables),on:{"click":_vm.onClick}},'span',_vm.$attrs,false),[_c(_vm.labelComponent,{ref:"labelTitle",tag:"component",staticClass:"gl-label-link",attrs:{"href":_vm.target ? _vm.target : false,"tabindex":"0"}},[_c('span',{staticClass:"gl-label-text"},[_vm._v("\n "+_vm._s(_vm.scopedKey)+"\n ")]),_vm._v(" "),(_vm.scoped && _vm.scopedValue)?_c('span',{staticClass:"gl-label-text-scoped"},[_vm._v("\n "+_vm._s(_vm.scopedValue)+"\n ")]):_vm._e()]),_vm._v(" "),(_vm.showCloseButton)?_c('close-button',{staticClass:"gl-label-close gl-p-0!",attrs:{"label":"Remove label","variant":"reset","disabled":_vm.disabled},on:{"click":_vm.onClose}}):_vm._e(),_vm._v(" "),(_vm.description)?_c('gl-tooltip',{attrs:{"target":function () { return _vm.tooltipTarget; },"placement":_vm.tooltipPlacement,"boundary":"viewport"}},[(_vm.scoped)?_c('span',{staticClass:"gl-label-tooltip-title"},[_vm._v("Scoped label")]):_vm._e(),_vm._v("\n "+_vm._s(_vm.description)+"\n ")]):_vm._e()],1)};
|
|
132
|
-
var __vue_staticRenderFns__ = [];
|
|
133
|
-
|
|
134
|
-
/* style */
|
|
135
|
-
const __vue_inject_styles__ = undefined;
|
|
136
|
-
/* scoped */
|
|
137
|
-
const __vue_scope_id__ = undefined;
|
|
138
|
-
/* module identifier */
|
|
139
|
-
const __vue_module_identifier__ = undefined;
|
|
140
|
-
/* functional template */
|
|
141
|
-
const __vue_is_functional_template__ = false;
|
|
142
|
-
/* style inject */
|
|
143
|
-
|
|
144
|
-
/* style inject SSR */
|
|
145
|
-
|
|
146
|
-
/* style inject shadow dom */
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
const __vue_component__ = __vue_normalize__(
|
|
151
|
-
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
|
|
152
|
-
__vue_inject_styles__,
|
|
153
|
-
__vue_script__,
|
|
154
|
-
__vue_scope_id__,
|
|
155
|
-
__vue_is_functional_template__,
|
|
156
|
-
__vue_module_identifier__,
|
|
157
|
-
false,
|
|
158
|
-
undefined,
|
|
159
|
-
undefined,
|
|
160
|
-
undefined
|
|
161
|
-
);
|
|
162
|
-
|
|
163
|
-
export default __vue_component__;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { BLink } from 'bootstrap-vue/esm/index.js';
|
|
2
|
-
import { SafeLinkMixin } from '../../mixins/safe_link_mixin';
|
|
3
|
-
import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
|
|
4
|
-
|
|
5
|
-
//
|
|
6
|
-
var script = {
|
|
7
|
-
name: 'GlLink',
|
|
8
|
-
components: {
|
|
9
|
-
BLink
|
|
10
|
-
},
|
|
11
|
-
mixins: [SafeLinkMixin]
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
/* script */
|
|
15
|
-
const __vue_script__ = script;
|
|
16
|
-
|
|
17
|
-
/* template */
|
|
18
|
-
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('b-link',_vm._g(_vm._b({directives:[{name:"safe-link",rawName:"v-safe-link:[safeLinkConfig]",arg:_vm.safeLinkConfig}],staticClass:"gl-link",attrs:{"target":_vm.target}},'b-link',_vm.$attrs,false),_vm.$listeners),[_vm._t("default")],2)};
|
|
19
|
-
var __vue_staticRenderFns__ = [];
|
|
20
|
-
|
|
21
|
-
/* style */
|
|
22
|
-
const __vue_inject_styles__ = undefined;
|
|
23
|
-
/* scoped */
|
|
24
|
-
const __vue_scope_id__ = undefined;
|
|
25
|
-
/* module identifier */
|
|
26
|
-
const __vue_module_identifier__ = undefined;
|
|
27
|
-
/* functional template */
|
|
28
|
-
const __vue_is_functional_template__ = false;
|
|
29
|
-
/* style inject */
|
|
30
|
-
|
|
31
|
-
/* style inject SSR */
|
|
32
|
-
|
|
33
|
-
/* style inject shadow dom */
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
const __vue_component__ = __vue_normalize__(
|
|
38
|
-
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
|
|
39
|
-
__vue_inject_styles__,
|
|
40
|
-
__vue_script__,
|
|
41
|
-
__vue_scope_id__,
|
|
42
|
-
__vue_is_functional_template__,
|
|
43
|
-
__vue_module_identifier__,
|
|
44
|
-
false,
|
|
45
|
-
undefined,
|
|
46
|
-
undefined,
|
|
47
|
-
undefined
|
|
48
|
-
);
|
|
49
|
-
|
|
50
|
-
export default __vue_component__;
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
|
|
2
|
-
|
|
3
|
-
const sizes = ['sm',
|
|
4
|
-
// -> 16px
|
|
5
|
-
'md',
|
|
6
|
-
// -> 24px
|
|
7
|
-
'lg',
|
|
8
|
-
// -> 32px
|
|
9
|
-
'xl' // -> 64px
|
|
10
|
-
];
|
|
11
|
-
const colors = {
|
|
12
|
-
dark: 'dark',
|
|
13
|
-
light: 'light'
|
|
14
|
-
};
|
|
15
|
-
const defaultColor = colors.dark;
|
|
16
|
-
var script = {
|
|
17
|
-
name: 'GlLoadingIcon',
|
|
18
|
-
props: {
|
|
19
|
-
/**
|
|
20
|
-
* Aria-label.
|
|
21
|
-
*/
|
|
22
|
-
label: {
|
|
23
|
-
type: String,
|
|
24
|
-
required: false,
|
|
25
|
-
default: 'Loading'
|
|
26
|
-
},
|
|
27
|
-
size: {
|
|
28
|
-
type: String,
|
|
29
|
-
required: false,
|
|
30
|
-
default: 'sm',
|
|
31
|
-
validator(value) {
|
|
32
|
-
return sizes.indexOf(value) !== -1;
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
color: {
|
|
36
|
-
type: String,
|
|
37
|
-
required: false,
|
|
38
|
-
default: defaultColor,
|
|
39
|
-
validator(value) {
|
|
40
|
-
return Object.keys(colors).includes(value);
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
variant: {
|
|
44
|
-
type: String,
|
|
45
|
-
required: false,
|
|
46
|
-
default: 'spinner',
|
|
47
|
-
validator(value) {
|
|
48
|
-
return ['spinner', 'dots'].includes(value);
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
/**
|
|
52
|
-
* Wrap in a span or div.
|
|
53
|
-
*/
|
|
54
|
-
inline: {
|
|
55
|
-
type: Boolean,
|
|
56
|
-
required: false,
|
|
57
|
-
default: false
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
computed: {
|
|
61
|
-
rootElementType() {
|
|
62
|
-
return this.inline ? 'span' : 'div';
|
|
63
|
-
},
|
|
64
|
-
spinnerCssClasses() {
|
|
65
|
-
const baseCssClass = 'gl-spinner';
|
|
66
|
-
return [baseCssClass, `${baseCssClass}-${colors[this.color]}`, `${baseCssClass}-${this.size}`];
|
|
67
|
-
},
|
|
68
|
-
dotsCssClasses() {
|
|
69
|
-
const baseCssClass = 'gl-dots-loader';
|
|
70
|
-
return [baseCssClass, `${baseCssClass}-${colors[this.color]}`, `${baseCssClass}-${this.size}`];
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
/* script */
|
|
76
|
-
const __vue_script__ = script;
|
|
77
|
-
|
|
78
|
-
/* template */
|
|
79
|
-
var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.variant === 'spinner')?_c(_vm.rootElementType,{tag:"component",staticClass:"gl-spinner-container",attrs:{"aria-label":_vm.label,"role":"status"}},[_c('span',{staticClass:"gl-vertical-align-text-bottom!",class:_vm.spinnerCssClasses})]):_c(_vm.rootElementType,{tag:"component",class:_vm.dotsCssClasses,attrs:{"role":"status","aria-label":_vm.label}},[_c('span')])};
|
|
80
|
-
var __vue_staticRenderFns__ = [];
|
|
81
|
-
|
|
82
|
-
/* style */
|
|
83
|
-
const __vue_inject_styles__ = undefined;
|
|
84
|
-
/* scoped */
|
|
85
|
-
const __vue_scope_id__ = undefined;
|
|
86
|
-
/* module identifier */
|
|
87
|
-
const __vue_module_identifier__ = undefined;
|
|
88
|
-
/* functional template */
|
|
89
|
-
const __vue_is_functional_template__ = false;
|
|
90
|
-
/* style inject */
|
|
91
|
-
|
|
92
|
-
/* style inject SSR */
|
|
93
|
-
|
|
94
|
-
/* style inject shadow dom */
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
const __vue_component__ = __vue_normalize__(
|
|
99
|
-
{ render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
|
|
100
|
-
__vue_inject_styles__,
|
|
101
|
-
__vue_script__,
|
|
102
|
-
__vue_scope_id__,
|
|
103
|
-
__vue_is_functional_template__,
|
|
104
|
-
__vue_module_identifier__,
|
|
105
|
-
false,
|
|
106
|
-
undefined,
|
|
107
|
-
undefined,
|
|
108
|
-
undefined
|
|
109
|
-
);
|
|
110
|
-
|
|
111
|
-
export default __vue_component__;
|