@gitlab/ui 32.46.0 → 32.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/components/base/avatar_labeled/avatar_labeled.documentation.js +2 -9
  3. package/dist/components/base/avatars_inline/avatars_inline.documentation.js +2 -5
  4. package/dist/components/base/form/form_combobox/form_combobox.documentation.js +2 -9
  5. package/dist/components/base/form/form_combobox/form_combobox.js +5 -0
  6. package/dist/components/base/form/form_radio/form_radio.documentation.js +2 -33
  7. package/dist/components/base/form/form_radio/form_radio.js +15 -2
  8. package/dist/components/base/form/input_group_text/input_group_text.documentation.js +1 -5
  9. package/dist/components/base/keyset_pagination/keyset_pagination.documentation.js +2 -84
  10. package/dist/components/base/keyset_pagination/keyset_pagination.js +42 -0
  11. package/dist/components/base/modal/modal.documentation.js +2 -32
  12. package/dist/components/base/modal/modal.js +1 -1
  13. package/dist/components/charts/gauge/gauge.documentation.js +2 -6
  14. package/dist/components/charts/tooltip/tooltip.documentation.js +1 -5
  15. package/dist/components/utilities/intersperse/intersperse.documentation.js +2 -5
  16. package/documentation/documented_stories.js +10 -0
  17. package/package.json +3 -3
  18. package/src/components/base/avatar_labeled/avatar_labeled.documentation.js +0 -9
  19. package/src/components/base/avatar_labeled/avatar_labeled.md +2 -5
  20. package/src/components/base/avatar_labeled/avatar_labeled.stories.js +68 -62
  21. package/src/components/base/avatar_labeled/avatar_labeled.vue +1 -0
  22. package/src/components/base/avatars_inline/avatars_inline.documentation.js +0 -2
  23. package/src/components/base/avatars_inline/avatars_inline.md +1 -3
  24. package/src/components/base/avatars_inline/avatars_inline.stories.js +49 -44
  25. package/src/components/base/form/form_combobox/form_combobox.documentation.js +0 -8
  26. package/src/components/base/form/form_combobox/form_combobox.md +0 -2
  27. package/src/components/base/form/form_combobox/form_combobox.stories.js +30 -30
  28. package/src/components/base/form/form_combobox/form_combobox.vue +4 -0
  29. package/src/components/base/form/form_radio/form_radio.documentation.js +0 -31
  30. package/src/components/base/form/form_radio/form_radio.md +7 -14
  31. package/src/components/base/form/form_radio/form_radio.stories.js +40 -28
  32. package/src/components/base/form/form_radio/form_radio.vue +26 -1
  33. package/src/components/base/form/input_group_text/input_group_text.documentation.js +0 -3
  34. package/src/components/base/form/input_group_text/input_group_text.stories.js +24 -18
  35. package/src/components/base/keyset_pagination/keyset_pagination.documentation.js +0 -99
  36. package/src/components/base/keyset_pagination/keyset_pagination.md +0 -2
  37. package/src/components/base/keyset_pagination/keyset_pagination.stories.js +60 -58
  38. package/src/components/base/keyset_pagination/keyset_pagination.vue +35 -1
  39. package/src/components/base/modal/modal.documentation.js +0 -42
  40. package/src/components/base/modal/modal.md +2 -7
  41. package/src/components/base/modal/modal.stories.js +107 -85
  42. package/src/components/base/modal/modal.vue +20 -0
  43. package/src/components/charts/gauge/gauge.documentation.js +0 -3
  44. package/src/components/charts/gauge/gauge.md +0 -2
  45. package/src/components/charts/gauge/gauge.stories.js +70 -86
  46. package/src/components/charts/tooltip/tooltip.documentation.js +0 -3
  47. package/src/components/charts/tooltip/tooltip.stories.js +59 -44
  48. package/src/components/utilities/intersperse/intersperse.documentation.js +0 -2
  49. package/src/components/utilities/intersperse/intersperse.md +0 -2
  50. package/src/components/utilities/intersperse/intersperse.stories.js +38 -38
  51. package/dist/components/base/avatar_labeled/examples/avatar.labeled.example.js +0 -38
  52. package/dist/components/base/avatar_labeled/examples/avatar.labeled_badges.example.js +0 -38
  53. package/dist/components/base/avatar_labeled/examples/avatar.labeled_links.example.js +0 -38
  54. package/dist/components/base/avatar_labeled/examples/avatar.labeled_tooltip.example.js +0 -38
  55. package/dist/components/base/avatar_labeled/examples/index.js +0 -31
  56. package/dist/components/base/avatars_inline/examples/avatars.inline.example.js +0 -58
  57. package/dist/components/base/avatars_inline/examples/avatars.inline_large.example.js +0 -58
  58. package/dist/components/base/avatars_inline/examples/avatars.inline_links_and_tooltips.example.js +0 -70
  59. package/dist/components/base/avatars_inline/examples/avatars.inline_links_and_tooltips_badge.example.js +0 -70
  60. package/dist/components/base/avatars_inline/examples/index.js +0 -31
  61. package/dist/components/base/form/form_combobox/examples/form_combobox.basic.example.js +0 -50
  62. package/dist/components/base/form/form_combobox/examples/index.js +0 -13
  63. package/dist/components/base/form/form_radio/examples/form_radio.basic.example.js +0 -48
  64. package/dist/components/base/form/form_radio/examples/form_radio.checked_disabled.example.js +0 -48
  65. package/dist/components/base/form/form_radio/examples/index.js +0 -19
  66. package/dist/components/base/form/input_group_text/examples/index.js +0 -13
  67. package/dist/components/base/form/input_group_text/examples/input_group_text.basic.example.js +0 -38
  68. package/dist/components/base/keyset_pagination/examples/index.js +0 -37
  69. package/dist/components/base/keyset_pagination/examples/keyset_pagination.basic.example.js +0 -51
  70. package/dist/components/base/keyset_pagination/examples/keyset_pagination.events.example.js +0 -64
  71. package/dist/components/base/keyset_pagination/examples/keyset_pagination.internationalization.example.js +0 -59
  72. package/dist/components/base/keyset_pagination/examples/keyset_pagination.links.example.js +0 -51
  73. package/dist/components/base/keyset_pagination/examples/keyset_pagination.slots.example.js +0 -51
  74. package/dist/components/base/modal/examples/index.js +0 -31
  75. package/dist/components/base/modal/examples/modal.basic.example.js +0 -62
  76. package/dist/components/base/modal/examples/modal.disabled.example.js +0 -89
  77. package/dist/components/base/modal/examples/modal.sizes.example.js +0 -62
  78. package/dist/components/charts/gauge/examples/gauge.basic.example.js +0 -38
  79. package/dist/components/charts/gauge/examples/gauge.no_thresholds.example.js +0 -38
  80. package/dist/components/charts/gauge/examples/gauge.no_value.example.js +0 -38
  81. package/dist/components/charts/gauge/examples/gauge.with_text.example.js +0 -38
  82. package/dist/components/charts/gauge/examples/index.js +0 -31
  83. package/dist/components/charts/tooltip/examples/chart_tooltip.basic.example.js +0 -54
  84. package/dist/components/charts/tooltip/examples/index.js +0 -13
  85. package/dist/components/utilities/intersperse/examples/index.js +0 -31
  86. package/dist/components/utilities/intersperse/examples/intersperse.custom_last_separator.example.js +0 -38
  87. package/dist/components/utilities/intersperse/examples/intersperse.custom_last_separator_two_items.example.js +0 -38
  88. package/dist/components/utilities/intersperse/examples/intersperse.custom_separator.example.js +0 -38
  89. package/dist/components/utilities/intersperse/examples/intersperse.default.example.js +0 -38
  90. package/src/components/base/avatar_labeled/examples/avatar.labeled.example.vue +0 -8
  91. package/src/components/base/avatar_labeled/examples/avatar.labeled_badges.example.vue +0 -17
  92. package/src/components/base/avatar_labeled/examples/avatar.labeled_links.example.vue +0 -10
  93. package/src/components/base/avatar_labeled/examples/avatar.labeled_tooltip.example.vue +0 -10
  94. package/src/components/base/avatar_labeled/examples/index.js +0 -36
  95. package/src/components/base/avatars_inline/examples/avatars.inline.example.vue +0 -18
  96. package/src/components/base/avatars_inline/examples/avatars.inline_large.example.vue +0 -18
  97. package/src/components/base/avatars_inline/examples/avatars.inline_links_and_tooltips.example.vue +0 -24
  98. package/src/components/base/avatars_inline/examples/avatars.inline_links_and_tooltips_badge.example.vue +0 -31
  99. package/src/components/base/avatars_inline/examples/index.js +0 -36
  100. package/src/components/base/form/form_combobox/examples/form_combobox.basic.example.vue +0 -31
  101. package/src/components/base/form/form_combobox/examples/index.js +0 -15
  102. package/src/components/base/form/form_radio/examples/form_radio.basic.example.vue +0 -16
  103. package/src/components/base/form/form_radio/examples/form_radio.checked_disabled.example.vue +0 -13
  104. package/src/components/base/form/form_radio/examples/index.js +0 -22
  105. package/src/components/base/form/input_group_text/examples/index.js +0 -15
  106. package/src/components/base/form/input_group_text/examples/input_group_text.basic.example.vue +0 -3
  107. package/src/components/base/keyset_pagination/examples/index.js +0 -43
  108. package/src/components/base/keyset_pagination/examples/keyset_pagination.basic.example.vue +0 -16
  109. package/src/components/base/keyset_pagination/examples/keyset_pagination.events.example.vue +0 -29
  110. package/src/components/base/keyset_pagination/examples/keyset_pagination.internationalization.example.vue +0 -23
  111. package/src/components/base/keyset_pagination/examples/keyset_pagination.links.example.vue +0 -20
  112. package/src/components/base/keyset_pagination/examples/keyset_pagination.slots.example.vue +0 -23
  113. package/src/components/base/modal/examples/index.js +0 -39
  114. package/src/components/base/modal/examples/modal.basic.example.vue +0 -39
  115. package/src/components/base/modal/examples/modal.disabled.example.vue +0 -58
  116. package/src/components/base/modal/examples/modal.sizes.example.vue +0 -61
  117. package/src/components/charts/gauge/examples/gauge.basic.example.vue +0 -5
  118. package/src/components/charts/gauge/examples/gauge.no_thresholds.example.vue +0 -5
  119. package/src/components/charts/gauge/examples/gauge.no_value.example.vue +0 -5
  120. package/src/components/charts/gauge/examples/gauge.with_text.example.vue +0 -12
  121. package/src/components/charts/gauge/examples/index.js +0 -36
  122. package/src/components/charts/tooltip/examples/chart_tooltip.basic.example.vue +0 -32
  123. package/src/components/charts/tooltip/examples/index.js +0 -15
  124. package/src/components/utilities/intersperse/examples/index.js +0 -36
  125. package/src/components/utilities/intersperse/examples/intersperse.custom_last_separator.example.vue +0 -7
  126. package/src/components/utilities/intersperse/examples/intersperse.custom_last_separator_two_items.example.vue +0 -6
  127. package/src/components/utilities/intersperse/examples/intersperse.custom_separator.example.vue +0 -7
  128. package/src/components/utilities/intersperse/examples/intersperse.default.example.vue +0 -7
@@ -1,59 +0,0 @@
1
- import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
2
-
3
- var script = {
4
- data() {
5
- return {
6
- pageInfo: {
7
- hasPreviousPage: true,
8
- hasNextPage: true
9
- }
10
- };
11
- },
12
-
13
- methods: {
14
- // Stub version of our i18n function in GitLab
15
- // eslint-disable-next-line no-underscore-dangle
16
- __(text) {
17
- return text;
18
- }
19
-
20
- }
21
- };
22
-
23
- /* script */
24
- const __vue_script__ = script;
25
-
26
- /* template */
27
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('gl-keyset-pagination',_vm._b({attrs:{"prev-text":_vm.__('Prev'),"next-text":_vm.__('Next')}},'gl-keyset-pagination',_vm.pageInfo,false))};
28
- var __vue_staticRenderFns__ = [];
29
-
30
- /* style */
31
- const __vue_inject_styles__ = undefined;
32
- /* scoped */
33
- const __vue_scope_id__ = undefined;
34
- /* module identifier */
35
- const __vue_module_identifier__ = undefined;
36
- /* functional template */
37
- const __vue_is_functional_template__ = false;
38
- /* style inject */
39
-
40
- /* style inject SSR */
41
-
42
- /* style inject shadow dom */
43
-
44
-
45
-
46
- const __vue_component__ = __vue_normalize__(
47
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
48
- __vue_inject_styles__,
49
- __vue_script__,
50
- __vue_scope_id__,
51
- __vue_is_functional_template__,
52
- __vue_module_identifier__,
53
- false,
54
- undefined,
55
- undefined,
56
- undefined
57
- );
58
-
59
- export default __vue_component__;
@@ -1,51 +0,0 @@
1
- import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
2
-
3
- var script = {
4
- data() {
5
- return {
6
- pageInfo: {
7
- hasPreviousPage: true,
8
- hasNextPage: true
9
- }
10
- };
11
- }
12
-
13
- };
14
-
15
- /* script */
16
- const __vue_script__ = script;
17
-
18
- /* template */
19
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('gl-keyset-pagination',_vm._b({attrs:{"prev-button-link":"https://example.com/prev","next-button-link":"https://example.com/next"}},'gl-keyset-pagination',_vm.pageInfo,false))};
20
- var __vue_staticRenderFns__ = [];
21
-
22
- /* style */
23
- const __vue_inject_styles__ = undefined;
24
- /* scoped */
25
- const __vue_scope_id__ = undefined;
26
- /* module identifier */
27
- const __vue_module_identifier__ = undefined;
28
- /* functional template */
29
- const __vue_is_functional_template__ = false;
30
- /* style inject */
31
-
32
- /* style inject SSR */
33
-
34
- /* style inject shadow dom */
35
-
36
-
37
-
38
- const __vue_component__ = __vue_normalize__(
39
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
40
- __vue_inject_styles__,
41
- __vue_script__,
42
- __vue_scope_id__,
43
- __vue_is_functional_template__,
44
- __vue_module_identifier__,
45
- false,
46
- undefined,
47
- undefined,
48
- undefined
49
- );
50
-
51
- export default __vue_component__;
@@ -1,51 +0,0 @@
1
- import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
2
-
3
- var script = {
4
- data() {
5
- return {
6
- pageInfo: {
7
- hasPreviousPage: true,
8
- hasNextPage: true
9
- }
10
- };
11
- }
12
-
13
- };
14
-
15
- /* script */
16
- const __vue_script__ = script;
17
-
18
- /* template */
19
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('gl-keyset-pagination',_vm._b({scopedSlots:_vm._u([{key:"previous-button-content",fn:function(){return [_c('span',{staticClass:"gl-font-weight-bold",staticStyle:{"color":"hotpink"}},[_vm._v("🦄 ᎮᏒᏋᏉᎥᎧᏬᏕ")])]},proxy:true},{key:"next-button-content",fn:function(){return [_c('span',{staticClass:"gl-font-weight-bold",staticStyle:{"color":"purple"}},[_vm._v("ᏁᏋጀᏖ 🌈")])]},proxy:true}])},'gl-keyset-pagination',_vm.pageInfo,false))};
20
- var __vue_staticRenderFns__ = [];
21
-
22
- /* style */
23
- const __vue_inject_styles__ = undefined;
24
- /* scoped */
25
- const __vue_scope_id__ = undefined;
26
- /* module identifier */
27
- const __vue_module_identifier__ = undefined;
28
- /* functional template */
29
- const __vue_is_functional_template__ = false;
30
- /* style inject */
31
-
32
- /* style inject SSR */
33
-
34
- /* style inject shadow dom */
35
-
36
-
37
-
38
- const __vue_component__ = __vue_normalize__(
39
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
40
- __vue_inject_styles__,
41
- __vue_script__,
42
- __vue_scope_id__,
43
- __vue_is_functional_template__,
44
- __vue_module_identifier__,
45
- false,
46
- undefined,
47
- undefined,
48
- undefined
49
- );
50
-
51
- export default __vue_component__;
@@ -1,31 +0,0 @@
1
- import ModalBasicExample from './modal.basic.example';
2
- import ModalDisabledExample from './modal.disabled.example';
3
- import ModalSizesExample from './modal.sizes.example';
4
-
5
- var index = [{
6
- name: 'Basic',
7
- items: [{
8
- id: 'modal-basic',
9
- name: 'Basic',
10
- description: 'Basic Modal',
11
- component: ModalBasicExample
12
- }]
13
- }, {
14
- name: 'Disabled',
15
- items: [{
16
- id: 'modal-disabled',
17
- name: 'Disabled',
18
- description: 'Disabled Modal',
19
- component: ModalDisabledExample
20
- }]
21
- }, {
22
- name: 'Sizes',
23
- items: [{
24
- id: 'modal-sizes',
25
- name: 'Sizes',
26
- description: 'Modal Sizes',
27
- component: ModalSizesExample
28
- }]
29
- }];
30
-
31
- export default index;
@@ -1,62 +0,0 @@
1
- import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
2
-
3
- var script = {
4
- computed: {
5
- primaryProps() {
6
- return {
7
- text: 'Okay'
8
- };
9
- },
10
-
11
- secondaryProps() {
12
- return {
13
- text: 'Secondary'
14
- };
15
- },
16
-
17
- cancelProps() {
18
- return {
19
- text: 'Cancel'
20
- };
21
- }
22
-
23
- }
24
- };
25
-
26
- /* script */
27
- const __vue_script__ = script;
28
-
29
- /* template */
30
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('gl-button',{directives:[{name:"gl-modal-directive",rawName:"v-gl-modal-directive",value:('basic-modal-id'),expression:"'basic-modal-id'"}],attrs:{"category":"primary","variant":"confirm"}},[_vm._v("\n Open modal\n ")]),_vm._v(" "),_c('gl-modal',{attrs:{"modal-id":"basic-modal-id","title":"Example title","no-fade":"","action-primary":_vm.primaryProps,"action-secondary":_vm.secondaryProps,"action-cancel":_vm.cancelProps}},[_vm._v("\n This is my content\n ")])],1)};
31
- var __vue_staticRenderFns__ = [];
32
-
33
- /* style */
34
- const __vue_inject_styles__ = undefined;
35
- /* scoped */
36
- const __vue_scope_id__ = undefined;
37
- /* module identifier */
38
- const __vue_module_identifier__ = undefined;
39
- /* functional template */
40
- const __vue_is_functional_template__ = false;
41
- /* style inject */
42
-
43
- /* style inject SSR */
44
-
45
- /* style inject shadow dom */
46
-
47
-
48
-
49
- const __vue_component__ = __vue_normalize__(
50
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
51
- __vue_inject_styles__,
52
- __vue_script__,
53
- __vue_scope_id__,
54
- __vue_is_functional_template__,
55
- __vue_module_identifier__,
56
- false,
57
- undefined,
58
- undefined,
59
- undefined
60
- );
61
-
62
- export default __vue_component__;
@@ -1,89 +0,0 @@
1
- import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
2
-
3
- var script = {
4
- data() {
5
- return {
6
- enteredText: ''
7
- };
8
- },
9
-
10
- computed: {
11
- primaryProps() {
12
- return {
13
- text: 'Okay',
14
- attributes: [{
15
- disabled: !this.canSubmit
16
- }, {
17
- variant: 'confirm'
18
- }]
19
- };
20
- },
21
-
22
- secondaryProps() {
23
- return {
24
- text: 'Secondary',
25
- attributes: [{
26
- disabled: !this.canSubmit
27
- }, {
28
- variant: 'confirm',
29
- category: 'secondary'
30
- }]
31
- };
32
- },
33
-
34
- cancelProps() {
35
- return {
36
- text: 'Cancel'
37
- };
38
- },
39
-
40
- canSubmit() {
41
- return this.enteredText === 'gitlab';
42
- }
43
-
44
- },
45
- methods: {
46
- clearInput() {
47
- this.enteredText = '';
48
- }
49
-
50
- }
51
- };
52
-
53
- /* script */
54
- const __vue_script__ = script;
55
-
56
- /* template */
57
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('gl-button',{directives:[{name:"gl-modal-directive",rawName:"v-gl-modal-directive",value:('basic-modal-id'),expression:"'basic-modal-id'"}],attrs:{"category":"primary","variant":"confirm"}},[_vm._v("\n Open modal\n ")]),_vm._v(" "),_c('gl-modal',{attrs:{"modal-id":"basic-modal-id","title":"Example title","no-fade":"","action-primary":_vm.primaryProps,"action-secondary":_vm.secondaryProps,"action-cancel":_vm.cancelProps},on:{"primary":_vm.clearInput,"secondary":_vm.clearInput,"cancel":_vm.clearInput}},[_c('p',[_vm._v("Enter \"gitlab\" to change the button state.")]),_vm._v(" "),_c('input',{directives:[{name:"model",rawName:"v-model",value:(_vm.enteredText),expression:"enteredText"}],attrs:{"type":"text"},domProps:{"value":(_vm.enteredText)},on:{"input":function($event){if($event.target.composing){ return; }_vm.enteredText=$event.target.value;}}})])],1)};
58
- var __vue_staticRenderFns__ = [];
59
-
60
- /* style */
61
- const __vue_inject_styles__ = undefined;
62
- /* scoped */
63
- const __vue_scope_id__ = undefined;
64
- /* module identifier */
65
- const __vue_module_identifier__ = undefined;
66
- /* functional template */
67
- const __vue_is_functional_template__ = false;
68
- /* style inject */
69
-
70
- /* style inject SSR */
71
-
72
- /* style inject shadow dom */
73
-
74
-
75
-
76
- const __vue_component__ = __vue_normalize__(
77
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
78
- __vue_inject_styles__,
79
- __vue_script__,
80
- __vue_scope_id__,
81
- __vue_is_functional_template__,
82
- __vue_module_identifier__,
83
- false,
84
- undefined,
85
- undefined,
86
- undefined
87
- );
88
-
89
- export default __vue_component__;
@@ -1,62 +0,0 @@
1
- import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
2
-
3
- var script = {
4
- computed: {
5
- primaryProps() {
6
- return {
7
- text: 'Okay'
8
- };
9
- },
10
-
11
- secondaryProps() {
12
- return {
13
- text: 'Secondary'
14
- };
15
- },
16
-
17
- cancelProps() {
18
- return {
19
- text: 'Cancel'
20
- };
21
- }
22
-
23
- }
24
- };
25
-
26
- /* script */
27
- const __vue_script__ = script;
28
-
29
- /* template */
30
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('gl-button',{directives:[{name:"gl-modal-directive",rawName:"v-gl-modal-directive",value:('small-modal-id'),expression:"'small-modal-id'"}],attrs:{"variant":"confirm"}},[_vm._v("Small Modal")]),_vm._v(" "),_c('gl-button',{directives:[{name:"gl-modal-directive",rawName:"v-gl-modal-directive",value:('medium-modal-id'),expression:"'medium-modal-id'"}],attrs:{"variant":"confirm"}},[_vm._v("Default Modal")]),_vm._v(" "),_c('gl-button',{directives:[{name:"gl-modal-directive",rawName:"v-gl-modal-directive",value:('large-modal-id'),expression:"'large-modal-id'"}],attrs:{"variant":"confirm"}},[_vm._v("Large Modal")]),_vm._v(" "),_c('gl-modal',{attrs:{"modal-id":"small-modal-id","title":"Example title","no-fade":"","action-primary":_vm.primaryProps,"action-secondary":_vm.secondaryProps,"action-cancel":_vm.cancelProps,"size":"sm"}},[_c('p',[_vm._v("Small modal: 512px")])]),_vm._v(" "),_c('gl-modal',{attrs:{"modal-id":"medium-modal-id","title":"Example title","no-fade":"","action-primary":_vm.primaryProps,"action-secondary":_vm.secondaryProps,"action-cancel":_vm.cancelProps}},[_c('p',[_vm._v("Medium modal: 768px (default)")])]),_vm._v(" "),_c('gl-modal',{attrs:{"modal-id":"large-modal-id","title":"Example title","no-fade":"","action-primary":_vm.primaryProps,"action-secondary":_vm.secondaryProps,"action-cancel":_vm.cancelProps,"size":"lg"}},[_c('p',[_vm._v("Large modal: 990px")])])],1)};
31
- var __vue_staticRenderFns__ = [];
32
-
33
- /* style */
34
- const __vue_inject_styles__ = undefined;
35
- /* scoped */
36
- const __vue_scope_id__ = undefined;
37
- /* module identifier */
38
- const __vue_module_identifier__ = undefined;
39
- /* functional template */
40
- const __vue_is_functional_template__ = false;
41
- /* style inject */
42
-
43
- /* style inject SSR */
44
-
45
- /* style inject shadow dom */
46
-
47
-
48
-
49
- const __vue_component__ = __vue_normalize__(
50
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
51
- __vue_inject_styles__,
52
- __vue_script__,
53
- __vue_scope_id__,
54
- __vue_is_functional_template__,
55
- __vue_module_identifier__,
56
- false,
57
- undefined,
58
- undefined,
59
- undefined
60
- );
61
-
62
- export default __vue_component__;
@@ -1,38 +0,0 @@
1
- import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
2
-
3
- /* script */
4
-
5
- /* template */
6
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('gl-gauge-chart',{attrs:{"value":48,"min":0,"max":100,"thresholds":[38, 82],"split-number":10}})],1)};
7
- var __vue_staticRenderFns__ = [];
8
-
9
- /* style */
10
- const __vue_inject_styles__ = undefined;
11
- /* scoped */
12
- const __vue_scope_id__ = undefined;
13
- /* module identifier */
14
- const __vue_module_identifier__ = undefined;
15
- /* functional template */
16
- const __vue_is_functional_template__ = false;
17
- /* style inject */
18
-
19
- /* style inject SSR */
20
-
21
- /* style inject shadow dom */
22
-
23
-
24
-
25
- const __vue_component__ = __vue_normalize__(
26
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
27
- __vue_inject_styles__,
28
- {},
29
- __vue_scope_id__,
30
- __vue_is_functional_template__,
31
- __vue_module_identifier__,
32
- false,
33
- undefined,
34
- undefined,
35
- undefined
36
- );
37
-
38
- export default __vue_component__;
@@ -1,38 +0,0 @@
1
- import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
2
-
3
- /* script */
4
-
5
- /* template */
6
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('gl-gauge-chart',{attrs:{"value":48,"min":0,"max":100,"split-number":10}})],1)};
7
- var __vue_staticRenderFns__ = [];
8
-
9
- /* style */
10
- const __vue_inject_styles__ = undefined;
11
- /* scoped */
12
- const __vue_scope_id__ = undefined;
13
- /* module identifier */
14
- const __vue_module_identifier__ = undefined;
15
- /* functional template */
16
- const __vue_is_functional_template__ = false;
17
- /* style inject */
18
-
19
- /* style inject SSR */
20
-
21
- /* style inject shadow dom */
22
-
23
-
24
-
25
- const __vue_component__ = __vue_normalize__(
26
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
27
- __vue_inject_styles__,
28
- {},
29
- __vue_scope_id__,
30
- __vue_is_functional_template__,
31
- __vue_module_identifier__,
32
- false,
33
- undefined,
34
- undefined,
35
- undefined
36
- );
37
-
38
- export default __vue_component__;
@@ -1,38 +0,0 @@
1
- import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
2
-
3
- /* script */
4
-
5
- /* template */
6
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('gl-gauge-chart',{attrs:{"min":0,"max":100,"thresholds":[38, 82],"split-number":10}})],1)};
7
- var __vue_staticRenderFns__ = [];
8
-
9
- /* style */
10
- const __vue_inject_styles__ = undefined;
11
- /* scoped */
12
- const __vue_scope_id__ = undefined;
13
- /* module identifier */
14
- const __vue_module_identifier__ = undefined;
15
- /* functional template */
16
- const __vue_is_functional_template__ = false;
17
- /* style inject */
18
-
19
- /* style inject SSR */
20
-
21
- /* style inject shadow dom */
22
-
23
-
24
-
25
- const __vue_component__ = __vue_normalize__(
26
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
27
- __vue_inject_styles__,
28
- {},
29
- __vue_scope_id__,
30
- __vue_is_functional_template__,
31
- __vue_module_identifier__,
32
- false,
33
- undefined,
34
- undefined,
35
- undefined
36
- );
37
-
38
- export default __vue_component__;
@@ -1,38 +0,0 @@
1
- import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
2
-
3
- /* script */
4
-
5
- /* template */
6
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('gl-gauge-chart',{attrs:{"value":48,"text":"48Mbps","min":0,"max":100,"thresholds":[38, 82],"split-number":10}})],1)};
7
- var __vue_staticRenderFns__ = [];
8
-
9
- /* style */
10
- const __vue_inject_styles__ = undefined;
11
- /* scoped */
12
- const __vue_scope_id__ = undefined;
13
- /* module identifier */
14
- const __vue_module_identifier__ = undefined;
15
- /* functional template */
16
- const __vue_is_functional_template__ = false;
17
- /* style inject */
18
-
19
- /* style inject SSR */
20
-
21
- /* style inject shadow dom */
22
-
23
-
24
-
25
- const __vue_component__ = __vue_normalize__(
26
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
27
- __vue_inject_styles__,
28
- {},
29
- __vue_scope_id__,
30
- __vue_is_functional_template__,
31
- __vue_module_identifier__,
32
- false,
33
- undefined,
34
- undefined,
35
- undefined
36
- );
37
-
38
- export default __vue_component__;
@@ -1,31 +0,0 @@
1
- import BasicExample from './gauge.basic.example';
2
- import NoThresholdsExample from './gauge.no_thresholds.example';
3
- import NoValueExample from './gauge.no_value.example';
4
- import WithTextExample from './gauge.with_text.example';
5
-
6
- var index = [{
7
- name: 'Basic',
8
- items: [{
9
- id: 'gauge-basic',
10
- name: 'Basic',
11
- description: 'Basic Gauge',
12
- component: BasicExample
13
- }, {
14
- id: 'gauge-no-thresholds',
15
- name: 'No thresholds set',
16
- description: 'Gauge with no thresholds set',
17
- component: NoThresholdsExample
18
- }, {
19
- id: 'gauge-no-value',
20
- name: 'No value set',
21
- description: 'Gauge with no value set',
22
- component: NoValueExample
23
- }, {
24
- id: 'gauge-with-text',
25
- name: 'With text set',
26
- description: 'Gauge with custom text set',
27
- component: WithTextExample
28
- }]
29
- }];
30
-
31
- export default index;
@@ -1,54 +0,0 @@
1
- import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
2
-
3
- var script = {
4
- data() {
5
- return {
6
- echartInstance: null
7
- };
8
- },
9
-
10
- methods: {
11
- onCreated(chart) {
12
- this.echartInstance = chart;
13
- }
14
-
15
- }
16
- };
17
-
18
- /* script */
19
- const __vue_script__ = script;
20
-
21
- /* template */
22
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"position-relative"},[_c('gl-chart',{attrs:{"options":{},"height":100},on:{"created":_vm.onCreated}}),_vm._v(" "),(_vm.echartInstance)?_c('gl-chart-tooltip',{attrs:{"chart":_vm.echartInstance,"show":true,"top":"50%","left":"0px"},scopedSlots:_vm._u([{key:"title",fn:function(){return [_c('div',[_vm._v("Tooltip Title")])]},proxy:true}],null,false,1548852484)},[_vm._v("\n Basic Tooltip Content\n ")]):_vm._e()],1)};
23
- var __vue_staticRenderFns__ = [];
24
-
25
- /* style */
26
- const __vue_inject_styles__ = undefined;
27
- /* scoped */
28
- const __vue_scope_id__ = undefined;
29
- /* module identifier */
30
- const __vue_module_identifier__ = undefined;
31
- /* functional template */
32
- const __vue_is_functional_template__ = false;
33
- /* style inject */
34
-
35
- /* style inject SSR */
36
-
37
- /* style inject shadow dom */
38
-
39
-
40
-
41
- const __vue_component__ = __vue_normalize__(
42
- { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
43
- __vue_inject_styles__,
44
- __vue_script__,
45
- __vue_scope_id__,
46
- __vue_is_functional_template__,
47
- __vue_module_identifier__,
48
- false,
49
- undefined,
50
- undefined,
51
- undefined
52
- );
53
-
54
- export default __vue_component__;
@@ -1,13 +0,0 @@
1
- import ChartTooltipBasicExample from './chart_tooltip.basic.example';
2
-
3
- var index = [{
4
- name: 'Basic',
5
- items: [{
6
- id: 'chart-tooltip-basic',
7
- name: 'Basic',
8
- description: 'Basic Tooltip',
9
- component: ChartTooltipBasicExample
10
- }]
11
- }];
12
-
13
- export default index;