@adyen/bento-vue2 0.0.1
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/README.md +115 -0
- package/dist/@types/components/accordion/accordion.keys.d.ts +1 -0
- package/dist/@types/components/accordion/accordion.types.d.ts +24 -0
- package/dist/@types/components/accordion/accordion.vue.d.ts +57 -0
- package/dist/@types/components/accordion/components/accordion-item.vue.d.ts +35 -0
- package/dist/@types/components/accordion/index.d.ts +3 -0
- package/dist/@types/components/alert/alert.types.d.ts +6 -0
- package/dist/@types/components/alert/alert.vue.d.ts +34 -0
- package/dist/@types/components/alert/index.d.ts +2 -0
- package/dist/@types/components/badge/badge.types.d.ts +7 -0
- package/dist/@types/components/badge/badge.vue.d.ts +32 -0
- package/dist/@types/components/badge/index.d.ts +2 -0
- package/dist/@types/components/button/button.types.d.ts +11 -0
- package/dist/@types/components/button/button.vue.d.ts +68 -0
- package/dist/@types/components/button/components/button-actions/button-actions.types.d.ts +13 -0
- package/dist/@types/components/button/components/button-actions/button-actions.vue.d.ts +33 -0
- package/dist/@types/components/button/components/button-actions/index.d.ts +2 -0
- package/dist/@types/components/button/components/button-group.vue.d.ts +9 -0
- package/dist/@types/components/button/components/loading-button/index.d.ts +2 -0
- package/dist/@types/components/button/components/loading-button/loading-button.types.d.ts +9 -0
- package/dist/@types/components/button/components/loading-button/loading-button.vue.d.ts +55 -0
- package/dist/@types/components/button/index.d.ts +5 -0
- package/dist/@types/components/card/card.types.d.ts +10 -0
- package/dist/@types/components/card/card.vue.d.ts +44 -0
- package/dist/@types/components/card/components/card-image/card-image.vue.d.ts +20 -0
- package/dist/@types/components/card/index.d.ts +3 -0
- package/dist/@types/components/checkbox/checkbox.types.d.ts +2 -0
- package/dist/@types/components/checkbox/checkbox.vue.d.ts +59 -0
- package/dist/@types/components/checkbox/index.d.ts +2 -0
- package/dist/@types/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.d.ts +10 -0
- package/dist/@types/components/data-grid/composables/useCalculateColumnWidth/useCalculateColumnWidth.types.d.ts +10 -0
- package/dist/@types/components/data-grid/composables/useResizer.d.ts +17 -0
- package/dist/@types/components/data-grid/composables/useSelector.d.ts +11 -0
- package/dist/@types/components/data-grid/composables/useSorter.d.ts +8 -0
- package/dist/@types/components/data-grid/data-grid.types.d.ts +33 -0
- package/dist/@types/components/data-grid/data-grid.vue.d.ts +290 -0
- package/dist/@types/components/data-grid/index.d.ts +2 -0
- package/dist/@types/components/dropdown/components/dropdown-input-container/dropdown-input-container.vue.d.ts +68 -0
- package/dist/@types/components/dropdown/components/dropdown-input-container/index.d.ts +1 -0
- package/dist/@types/components/dropdown/components/dropdown-options-container/components/dropdown-option/dropdown-option.vue.d.ts +38 -0
- package/dist/@types/components/dropdown/components/dropdown-options-container/components/dropdown-option/index.d.ts +1 -0
- package/dist/@types/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue.d.ts +86 -0
- package/dist/@types/components/dropdown/components/dropdown-options-container/index.d.ts +1 -0
- package/dist/@types/components/dropdown/dropdown.types.d.ts +7 -0
- package/dist/@types/components/dropdown/dropdown.vue.d.ts +59 -0
- package/dist/@types/components/dropdown/index.d.ts +2 -0
- package/dist/@types/components/filter-bar/components/base-filter/base-filter.vue.d.ts +94 -0
- package/dist/@types/components/filter-bar/components/base-filter/composables/index.d.ts +9 -0
- package/dist/@types/components/filter-bar/components/base-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/text-filter/index.d.ts +1 -0
- package/dist/@types/components/filter-bar/components/text-filter/text-filter.vue.d.ts +49 -0
- package/dist/@types/components/filter-bar/filter-bar.types.d.ts +15 -0
- package/dist/@types/components/filter-bar/filter-bar.vue.d.ts +19 -0
- package/dist/@types/components/filter-bar/index.d.ts +2 -0
- package/dist/@types/components/focus-trap/focus-trap.types.d.ts +18 -0
- package/dist/@types/components/focus-trap/focus-trap.utils.d.ts +8 -0
- package/dist/@types/components/focus-trap/focus-trap.vue.d.ts +39 -0
- package/dist/@types/components/focus-trap/index.d.ts +1 -0
- package/dist/@types/components/input-field/index.d.ts +1 -0
- package/dist/@types/components/input-field/input-field.types.d.ts +13 -0
- package/dist/@types/components/input-field/input-field.vue.d.ts +74 -0
- package/dist/@types/components/input-radio/index.d.ts +1 -0
- package/dist/@types/components/input-radio/input-radio.vue.d.ts +45 -0
- package/dist/@types/components/link/index.d.ts +1 -0
- package/dist/@types/components/link/link.vue.d.ts +25 -0
- package/dist/@types/components/loading-indicator/index.d.ts +2 -0
- package/dist/@types/components/loading-indicator/loading-indicator.types.d.ts +4 -0
- package/dist/@types/components/loading-indicator/loading-indicator.vue.d.ts +39 -0
- package/dist/@types/components/page-header/components/title-item/title-item.vue.d.ts +12 -0
- package/dist/@types/components/page-header/index.d.ts +1 -0
- package/dist/@types/components/page-header/page-header.vue.d.ts +12 -0
- package/dist/@types/components/pagination/components/pagination-context/pagination-context.vue.d.ts +32 -0
- package/dist/@types/components/pagination/components/pagination-controls/pagination-controls.vue.d.ts +39 -0
- package/dist/@types/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue.d.ts +35 -0
- package/dist/@types/components/pagination/index.d.ts +1 -0
- package/dist/@types/components/pagination/pagination.vue.d.ts +59 -0
- package/dist/@types/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue.d.ts +20 -0
- package/dist/@types/components/popover/components/popover-image/index.d.ts +1 -0
- package/dist/@types/components/popover/components/popover-image/popover-image.vue.d.ts +20 -0
- package/dist/@types/components/popover/index.d.ts +2 -0
- package/dist/@types/components/popover/popover.types.d.ts +19 -0
- package/dist/@types/components/popover/popover.vue.d.ts +131 -0
- package/dist/@types/components/popper-container/index.d.ts +2 -0
- package/dist/@types/components/popper-container/popper-container.types.d.ts +54 -0
- package/dist/@types/components/popper-container/popper-container.utils.d.ts +23 -0
- package/dist/@types/components/popper-container/popper-container.vue.d.ts +116 -0
- package/dist/@types/components/profile-picture/index.d.ts +2 -0
- package/dist/@types/components/profile-picture/profile-picture.types.d.ts +4 -0
- package/dist/@types/components/profile-picture/profile-picture.vue.d.ts +42 -0
- package/dist/@types/components/segmented-control/components/segmented-option.vue.d.ts +59 -0
- package/dist/@types/components/segmented-control/index.d.ts +3 -0
- package/dist/@types/components/segmented-control/segmented-control.keys.d.ts +1 -0
- package/dist/@types/components/segmented-control/segmented-control.types.d.ts +15 -0
- package/dist/@types/components/segmented-control/segmented-control.vue.d.ts +42 -0
- package/dist/@types/components/status/index.d.ts +2 -0
- package/dist/@types/components/status/status.types.d.ts +8 -0
- package/dist/@types/components/status/status.vue.d.ts +23 -0
- package/dist/@types/components/tabs/components/tab.vue.d.ts +59 -0
- package/dist/@types/components/tabs/index.d.ts +3 -0
- package/dist/@types/components/tabs/tabs.keys.d.ts +1 -0
- package/dist/@types/components/tabs/tabs.types.d.ts +9 -0
- package/dist/@types/components/tabs/tabs.vue.d.ts +17 -0
- package/dist/@types/components/tag/index.d.ts +2 -0
- package/dist/@types/components/tag/tag.types.d.ts +7 -0
- package/dist/@types/components/tag/tag.vue.d.ts +37 -0
- package/dist/@types/components/textarea/index.d.ts +1 -0
- package/dist/@types/components/textarea/textarea.vue.d.ts +43 -0
- package/dist/@types/components/toggle/index.d.ts +2 -0
- package/dist/@types/components/toggle/toggle.types.d.ts +3 -0
- package/dist/@types/components/toggle/toggle.vue.d.ts +60 -0
- package/dist/@types/components/tooltip/index.d.ts +2 -0
- package/dist/@types/components/tooltip/tooltip.types.d.ts +17 -0
- package/dist/@types/components/tooltip/tooltip.vue.d.ts +62 -0
- package/dist/@types/components/typography/index.d.ts +2 -0
- package/dist/@types/components/typography/typography.types.d.ts +27 -0
- package/dist/@types/components/typography/typography.vue.d.ts +78 -0
- package/dist/@types/components.d.ts +75 -0
- package/dist/@types/directives/index.d.ts +1 -0
- package/dist/@types/directives/tooltip.d.ts +3 -0
- package/dist/@types/i18n/index.d.ts +8 -0
- package/dist/@types/index.d.ts +20 -0
- package/dist/@types/install.d.ts +10 -0
- package/dist/@types/types/index.d.ts +1 -0
- package/dist/@types/types/label-position.d.ts +4 -0
- package/dist/@types/types/maybe-ref.d.ts +2 -0
- package/dist/@types/types/utils-events.d.ts +9 -0
- package/dist/@types/types/vue-node-element.d.ts +2 -0
- package/dist/@types/utils/ts/events.d.ts +2 -0
- package/dist/@types/utils/ts/i18n.d.ts +12 -0
- package/dist/@types/utils/ts/inject-css.d.ts +2 -0
- package/dist/@types/utils/ts/resize.d.ts +1 -0
- package/dist/@types/utils/ts/storybook.d.ts +8 -0
- package/dist/@types/utils/ts/unique-id.d.ts +1 -0
- package/dist/fonts/Inter-Bold.otf +0 -0
- package/dist/fonts/Inter-Bold.ttf +0 -0
- package/dist/fonts/Inter-Bold.woff +0 -0
- package/dist/fonts/Inter-Bold.woff2 +0 -0
- package/dist/fonts/Inter-ExtraBold.otf +0 -0
- package/dist/fonts/Inter-ExtraBold.ttf +0 -0
- package/dist/fonts/Inter-ExtraBold.woff +0 -0
- package/dist/fonts/Inter-ExtraBold.woff2 +0 -0
- package/dist/fonts/Inter-ExtraLight.otf +0 -0
- package/dist/fonts/Inter-ExtraLight.ttf +0 -0
- package/dist/fonts/Inter-ExtraLight.woff +0 -0
- package/dist/fonts/Inter-ExtraLight.woff2 +0 -0
- package/dist/fonts/Inter-Italic.woff +0 -0
- package/dist/fonts/Inter-Italic.woff2 +0 -0
- package/dist/fonts/Inter-Light.otf +0 -0
- package/dist/fonts/Inter-Light.ttf +0 -0
- package/dist/fonts/Inter-Light.woff +0 -0
- package/dist/fonts/Inter-Light.woff2 +0 -0
- package/dist/fonts/Inter-Medium.otf +0 -0
- package/dist/fonts/Inter-Medium.ttf +0 -0
- package/dist/fonts/Inter-Medium.woff +0 -0
- package/dist/fonts/Inter-Medium.woff2 +0 -0
- package/dist/fonts/Inter-Regular.otf +0 -0
- package/dist/fonts/Inter-Regular.ttf +0 -0
- package/dist/fonts/Inter-Regular.woff +0 -0
- package/dist/fonts/Inter-Regular.woff2 +0 -0
- package/dist/fonts/Inter-SemiBold.otf +0 -0
- package/dist/fonts/Inter-SemiBold.ttf +0 -0
- package/dist/fonts/Inter-SemiBold.woff +0 -0
- package/dist/fonts/Inter-SemiBold.woff2 +0 -0
- package/dist/fonts/Inter-Thin.otf +0 -0
- package/dist/fonts/Inter-Thin.ttf +0 -0
- package/dist/fonts/Inter-Thin.woff +0 -0
- package/dist/fonts/Inter-Thin.woff2 +0 -0
- package/dist/fonts/fonts.css +71 -0
- package/dist/index.js +3189 -0
- package/dist/index.js.map +1 -0
- package/dist/web-types.json +2703 -0
- package/package.json +101 -0
|
@@ -0,0 +1,2703 @@
|
|
|
1
|
+
{
|
|
2
|
+
"framework": "vue",
|
|
3
|
+
"name": "@adyen/bento-vue2",
|
|
4
|
+
"version": "0.0.1",
|
|
5
|
+
"contributions": {
|
|
6
|
+
"html": {
|
|
7
|
+
"description-markup": "markdown",
|
|
8
|
+
"types-syntax": "typescript",
|
|
9
|
+
"tags": [
|
|
10
|
+
{
|
|
11
|
+
"name": "accordion",
|
|
12
|
+
"description": "",
|
|
13
|
+
"attributes": [
|
|
14
|
+
{
|
|
15
|
+
"name": "simultaneouslyExpandAllTabs",
|
|
16
|
+
"description": "Indicates if all accordion items can be expanded simultaneously.\nIf this option is toggled in Storybook a refresh is required.\n - true: all accordion items can be expanded at a time\n - false: only one accordion item can be expanded at a time",
|
|
17
|
+
"value": {
|
|
18
|
+
"kind": "expression",
|
|
19
|
+
"type": "boolean"
|
|
20
|
+
},
|
|
21
|
+
"default": "true"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "grouped",
|
|
25
|
+
"description": "Grouped represents if the accordion is grouped inside a container or not\n- true: grouped inside a container\n- false: independent accordion item",
|
|
26
|
+
"value": {
|
|
27
|
+
"kind": "expression",
|
|
28
|
+
"type": "boolean"
|
|
29
|
+
},
|
|
30
|
+
"default": "false"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "caretRight",
|
|
34
|
+
"description": "Indicates the position of caret in the accordion. The default is right.\n- true: caret is on right\n- false: caret is on left",
|
|
35
|
+
"value": {
|
|
36
|
+
"kind": "expression",
|
|
37
|
+
"type": "boolean"
|
|
38
|
+
},
|
|
39
|
+
"default": "true"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "variant",
|
|
43
|
+
"description": "Variant represents accordion variant",
|
|
44
|
+
"value": {
|
|
45
|
+
"kind": "expression",
|
|
46
|
+
"type": "AdlAccordionVariant"
|
|
47
|
+
},
|
|
48
|
+
"default": "AdlAccordionVariant.PRIMARY"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"slots": [
|
|
52
|
+
{
|
|
53
|
+
"name": "default"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"source": {
|
|
57
|
+
"module": "./src/components/accordion/accordion.vue",
|
|
58
|
+
"symbol": "default"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "accordion.test",
|
|
63
|
+
"description": "",
|
|
64
|
+
"source": {
|
|
65
|
+
"module": "./src/components/accordion/accordion.test.vue",
|
|
66
|
+
"symbol": "default"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "adl-accordion-item",
|
|
71
|
+
"description": "",
|
|
72
|
+
"attributes": [
|
|
73
|
+
{
|
|
74
|
+
"name": "accordion",
|
|
75
|
+
"description": "Injected tabs prop that contains all the required tab query methods.\nNOTE: This Prop defintion can be removed when the following issue is resolved:\nhttps://github.com/vuejs/vue/issues/8969",
|
|
76
|
+
"value": {
|
|
77
|
+
"kind": "expression",
|
|
78
|
+
"type": "AdlAccordion"
|
|
79
|
+
},
|
|
80
|
+
"default": "null"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"slots": [
|
|
84
|
+
{
|
|
85
|
+
"name": "default"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "picture"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "title"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "subtitle"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "content"
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"source": {
|
|
101
|
+
"module": "./src/components/accordion/components/accordion-item.vue",
|
|
102
|
+
"symbol": "default"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "adl-badge",
|
|
107
|
+
"description": "",
|
|
108
|
+
"attributes": [
|
|
109
|
+
{
|
|
110
|
+
"name": "variant",
|
|
111
|
+
"description": "Types of flavour of Badge",
|
|
112
|
+
"value": {
|
|
113
|
+
"kind": "expression",
|
|
114
|
+
"type": "AdlBadgeVariant"
|
|
115
|
+
},
|
|
116
|
+
"default": "AdlBadgeVariant.DEFAULT"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "testId",
|
|
120
|
+
"description": "For testing purposes you can decide which testId your adl-badge instance will have",
|
|
121
|
+
"value": {
|
|
122
|
+
"kind": "expression",
|
|
123
|
+
"type": "string"
|
|
124
|
+
},
|
|
125
|
+
"default": "'adl-badge'"
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
"slots": [
|
|
129
|
+
{
|
|
130
|
+
"name": "icon"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "default"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"source": {
|
|
137
|
+
"module": "./src/components/badge/badge.vue",
|
|
138
|
+
"symbol": "default"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "adl-card",
|
|
143
|
+
"description": "A card is a flexible and composable container.\nUse cards to represent a single object or to visually group certain content, like legal information within company settings.",
|
|
144
|
+
"attributes": [
|
|
145
|
+
{
|
|
146
|
+
"name": "title",
|
|
147
|
+
"required": true,
|
|
148
|
+
"description": "Indicates the title you want to use for the card",
|
|
149
|
+
"value": {
|
|
150
|
+
"kind": "expression",
|
|
151
|
+
"type": "string"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "subTitle",
|
|
156
|
+
"description": "Indicates the sub-title you want to use for the card.\nDisplayed underneath the title",
|
|
157
|
+
"value": {
|
|
158
|
+
"kind": "expression",
|
|
159
|
+
"type": "string"
|
|
160
|
+
},
|
|
161
|
+
"default": "null"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "imagePosition",
|
|
165
|
+
"description": "Displays the image at either at the top (default) or to the left of the card.",
|
|
166
|
+
"value": {
|
|
167
|
+
"kind": "expression",
|
|
168
|
+
"type": "AdlCardImagePosition"
|
|
169
|
+
},
|
|
170
|
+
"default": "AdlCardImagePosition.TOP"
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"events": [
|
|
174
|
+
{
|
|
175
|
+
"name": "click"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"slots": [
|
|
179
|
+
{
|
|
180
|
+
"name": "image"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "headerActions"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "default"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "footer"
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"source": {
|
|
193
|
+
"module": "./src/components/card/card.vue",
|
|
194
|
+
"symbol": "default"
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "adl-card-image",
|
|
199
|
+
"description": "",
|
|
200
|
+
"attributes": [
|
|
201
|
+
{
|
|
202
|
+
"name": "src",
|
|
203
|
+
"required": true,
|
|
204
|
+
"description": "URL to image.\nFor more details, see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-src",
|
|
205
|
+
"value": {
|
|
206
|
+
"kind": "expression",
|
|
207
|
+
"type": "string"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "alt",
|
|
212
|
+
"required": true,
|
|
213
|
+
"description": "Explanatory text for the image",
|
|
214
|
+
"value": {
|
|
215
|
+
"kind": "expression",
|
|
216
|
+
"type": "string"
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"source": {
|
|
221
|
+
"module": "./src/components/card/components/card-image/card-image.vue",
|
|
222
|
+
"symbol": "default"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "adl-dropdown",
|
|
227
|
+
"description": "A Dropdown shows a selected option's.\nUse a dropdown when you want users to select options\nfrom a list of pre-defined options.",
|
|
228
|
+
"attributes": [
|
|
229
|
+
{
|
|
230
|
+
"name": "ariaLabel",
|
|
231
|
+
"description": "Defines a string value that labels an interactive element.",
|
|
232
|
+
"value": {
|
|
233
|
+
"kind": "expression",
|
|
234
|
+
"type": "string"
|
|
235
|
+
},
|
|
236
|
+
"default": "null"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "disabled",
|
|
240
|
+
"description": "Disables dropdown functionality",
|
|
241
|
+
"value": {
|
|
242
|
+
"kind": "expression",
|
|
243
|
+
"type": "boolean"
|
|
244
|
+
},
|
|
245
|
+
"default": "false"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "placeholder",
|
|
249
|
+
"description": "Specifies a short hint that describes the expected value of the element.",
|
|
250
|
+
"value": {
|
|
251
|
+
"kind": "expression",
|
|
252
|
+
"type": "string"
|
|
253
|
+
},
|
|
254
|
+
"default": "null"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "value",
|
|
258
|
+
"description": "The `input` value.\nProviding an empty string will select no options.\nSet to an empty string `''` if you don't want any of the available options to be selected.",
|
|
259
|
+
"value": {
|
|
260
|
+
"kind": "expression",
|
|
261
|
+
"type": "AdlDropdownSelectedValue"
|
|
262
|
+
},
|
|
263
|
+
"default": "null"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "items",
|
|
267
|
+
"description": "The option elements to populate the dropdown with.\nIt must be an array of {@see AdlDropdownOptionItem }\n * @property {string} value.label - Text to be displayed in the option\n * @property {string,number} value.value - Value of the option",
|
|
268
|
+
"value": {
|
|
269
|
+
"kind": "expression",
|
|
270
|
+
"type": "AdlDropdownOptions"
|
|
271
|
+
},
|
|
272
|
+
"default": "() => []"
|
|
273
|
+
}
|
|
274
|
+
],
|
|
275
|
+
"events": [
|
|
276
|
+
{
|
|
277
|
+
"name": "input"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"source": {
|
|
281
|
+
"module": "./src/components/dropdown/dropdown.vue",
|
|
282
|
+
"symbol": "default"
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "adl-page-header",
|
|
287
|
+
"description": "",
|
|
288
|
+
"attributes": [
|
|
289
|
+
{
|
|
290
|
+
"name": "title",
|
|
291
|
+
"required": true,
|
|
292
|
+
"description": "Text used in as a title",
|
|
293
|
+
"value": {
|
|
294
|
+
"kind": "expression",
|
|
295
|
+
"type": "string"
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
],
|
|
299
|
+
"slots": [
|
|
300
|
+
{
|
|
301
|
+
"name": "icon"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "actions"
|
|
305
|
+
}
|
|
306
|
+
],
|
|
307
|
+
"source": {
|
|
308
|
+
"module": "./src/components/page-header/page-header.vue",
|
|
309
|
+
"symbol": "default"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "adl-pagination-controls",
|
|
314
|
+
"description": "",
|
|
315
|
+
"attributes": [
|
|
316
|
+
{
|
|
317
|
+
"name": "hasNext",
|
|
318
|
+
"description": "Use to determine if the pager has a \"next page\".",
|
|
319
|
+
"value": {
|
|
320
|
+
"kind": "expression",
|
|
321
|
+
"type": "boolean"
|
|
322
|
+
},
|
|
323
|
+
"default": "null"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "page",
|
|
327
|
+
"required": true,
|
|
328
|
+
"description": "The current page number of the pager.",
|
|
329
|
+
"value": {
|
|
330
|
+
"kind": "expression",
|
|
331
|
+
"type": "number"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "totalPages",
|
|
336
|
+
"description": "The current page number of the pager.",
|
|
337
|
+
"value": {
|
|
338
|
+
"kind": "expression",
|
|
339
|
+
"type": "number"
|
|
340
|
+
},
|
|
341
|
+
"default": "null"
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"events": [
|
|
345
|
+
{
|
|
346
|
+
"name": "navigate"
|
|
347
|
+
}
|
|
348
|
+
],
|
|
349
|
+
"source": {
|
|
350
|
+
"module": "./src/components/pagination/components/pagination-controls/pagination-controls.vue",
|
|
351
|
+
"symbol": "default"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "adl-profile-picture",
|
|
356
|
+
"description": "",
|
|
357
|
+
"attributes": [
|
|
358
|
+
{
|
|
359
|
+
"name": "src",
|
|
360
|
+
"description": "Image src to load the profile picture.",
|
|
361
|
+
"value": {
|
|
362
|
+
"kind": "expression",
|
|
363
|
+
"type": "string"
|
|
364
|
+
},
|
|
365
|
+
"default": "null"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "username",
|
|
369
|
+
"description": "Name of the user that will be used to extract initials to display default value.\nJohn => J\nJohn Smith => JS\nJohn Smith Doe => JD\nJohn Smith Doe Holly => JH",
|
|
370
|
+
"value": {
|
|
371
|
+
"kind": "expression",
|
|
372
|
+
"type": "string"
|
|
373
|
+
},
|
|
374
|
+
"default": "null"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "variant",
|
|
378
|
+
"description": "Variants supported for round and square.\nDefault - round",
|
|
379
|
+
"value": {
|
|
380
|
+
"kind": "expression",
|
|
381
|
+
"type": "AdlProfilePictureVariant"
|
|
382
|
+
},
|
|
383
|
+
"default": "AdlProfilePictureVariant.ROUND"
|
|
384
|
+
}
|
|
385
|
+
],
|
|
386
|
+
"source": {
|
|
387
|
+
"module": "./src/components/profile-picture/profile-picture.vue",
|
|
388
|
+
"symbol": "default"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "adl-segmented-control",
|
|
393
|
+
"description": "",
|
|
394
|
+
"attributes": [
|
|
395
|
+
{
|
|
396
|
+
"name": "disabled",
|
|
397
|
+
"description": "Determines whether the entire control is disabled.",
|
|
398
|
+
"value": {
|
|
399
|
+
"kind": "expression",
|
|
400
|
+
"type": "boolean"
|
|
401
|
+
},
|
|
402
|
+
"default": "false"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "value",
|
|
406
|
+
"description": "The currently selected value.",
|
|
407
|
+
"value": {
|
|
408
|
+
"kind": "expression",
|
|
409
|
+
"type": "null"
|
|
410
|
+
},
|
|
411
|
+
"default": "undefined"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"name": "name",
|
|
415
|
+
"required": true,
|
|
416
|
+
"description": "The name to be used on the radio button input elements internally.",
|
|
417
|
+
"value": {
|
|
418
|
+
"kind": "expression",
|
|
419
|
+
"type": "string"
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
"events": [
|
|
424
|
+
{
|
|
425
|
+
"name": "input"
|
|
426
|
+
}
|
|
427
|
+
],
|
|
428
|
+
"slots": [
|
|
429
|
+
{
|
|
430
|
+
"name": "default"
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"source": {
|
|
434
|
+
"module": "./src/components/segmented-control/segmented-control.vue",
|
|
435
|
+
"symbol": "default"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "adl-segmented-option",
|
|
440
|
+
"description": "",
|
|
441
|
+
"attributes": [
|
|
442
|
+
{
|
|
443
|
+
"name": "disabled",
|
|
444
|
+
"description": "Determines whether this option is disabled or not.",
|
|
445
|
+
"value": {
|
|
446
|
+
"kind": "expression",
|
|
447
|
+
"type": "boolean"
|
|
448
|
+
},
|
|
449
|
+
"default": "false"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "value",
|
|
453
|
+
"required": true,
|
|
454
|
+
"description": "The value for this option. This will determine whether this option is currently selected\nbased on if it matches with `value` of SegmentedControl (injected here as `adlSegmentedControlApi.state.selectedValue`).",
|
|
455
|
+
"value": {
|
|
456
|
+
"kind": "expression",
|
|
457
|
+
"type": "null"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"name": "label",
|
|
462
|
+
"description": "The label text. Note if this is provided, the icon shall not be rendered.",
|
|
463
|
+
"value": {
|
|
464
|
+
"kind": "expression",
|
|
465
|
+
"type": "string"
|
|
466
|
+
},
|
|
467
|
+
"default": "''"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "segmentedControl",
|
|
471
|
+
"description": "Injected prop that contains the required segmentedControl interface.\nNOTE: This Prop definition can be removed when the following issue is resolved:\nhttps://github.com/vuejs/vue/issues/8969",
|
|
472
|
+
"value": {
|
|
473
|
+
"kind": "expression",
|
|
474
|
+
"type": "AdlSegmentedControlApi"
|
|
475
|
+
},
|
|
476
|
+
"default": "null"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "testId",
|
|
480
|
+
"description": "For testing purposes you can decide which testId your adl-segmented-option instance will have",
|
|
481
|
+
"value": {
|
|
482
|
+
"kind": "expression",
|
|
483
|
+
"type": "string"
|
|
484
|
+
},
|
|
485
|
+
"default": "'adl-segmented-option'"
|
|
486
|
+
}
|
|
487
|
+
],
|
|
488
|
+
"slots": [
|
|
489
|
+
{
|
|
490
|
+
"name": "icon"
|
|
491
|
+
}
|
|
492
|
+
],
|
|
493
|
+
"source": {
|
|
494
|
+
"module": "./src/components/segmented-control/components/segmented-option.vue",
|
|
495
|
+
"symbol": "default"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "adl-textarea",
|
|
500
|
+
"description": "",
|
|
501
|
+
"attributes": [
|
|
502
|
+
{
|
|
503
|
+
"name": "label",
|
|
504
|
+
"description": "Text displayed as the label of the textarea",
|
|
505
|
+
"value": {
|
|
506
|
+
"kind": "expression",
|
|
507
|
+
"type": "string"
|
|
508
|
+
},
|
|
509
|
+
"default": "''"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"name": "description",
|
|
513
|
+
"description": "Text displayed as the help text of the textarea",
|
|
514
|
+
"value": {
|
|
515
|
+
"kind": "expression",
|
|
516
|
+
"type": "string"
|
|
517
|
+
},
|
|
518
|
+
"default": "''"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "placeholder",
|
|
522
|
+
"description": "Text displayed as the placeholder of the textarea",
|
|
523
|
+
"value": {
|
|
524
|
+
"kind": "expression",
|
|
525
|
+
"type": "string"
|
|
526
|
+
},
|
|
527
|
+
"default": "''"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"name": "value",
|
|
531
|
+
"description": "Text displayed as the value of the textarea",
|
|
532
|
+
"value": {
|
|
533
|
+
"kind": "expression",
|
|
534
|
+
"type": "string"
|
|
535
|
+
},
|
|
536
|
+
"default": "''"
|
|
537
|
+
}
|
|
538
|
+
],
|
|
539
|
+
"events": [
|
|
540
|
+
{
|
|
541
|
+
"name": "input"
|
|
542
|
+
}
|
|
543
|
+
],
|
|
544
|
+
"source": {
|
|
545
|
+
"module": "./src/components/textarea/textarea.vue",
|
|
546
|
+
"symbol": "default"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "adl-title-item",
|
|
551
|
+
"description": "",
|
|
552
|
+
"attributes": [
|
|
553
|
+
{
|
|
554
|
+
"name": "title",
|
|
555
|
+
"required": true,
|
|
556
|
+
"description": "Text used as title",
|
|
557
|
+
"value": {
|
|
558
|
+
"kind": "expression",
|
|
559
|
+
"type": "string"
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
],
|
|
563
|
+
"slots": [
|
|
564
|
+
{
|
|
565
|
+
"name": "icon"
|
|
566
|
+
}
|
|
567
|
+
],
|
|
568
|
+
"source": {
|
|
569
|
+
"module": "./src/components/page-header/components/title-item/title-item.vue",
|
|
570
|
+
"symbol": "default"
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"name": "adl2-alert",
|
|
575
|
+
"description": "",
|
|
576
|
+
"attributes": [
|
|
577
|
+
{
|
|
578
|
+
"name": "severity",
|
|
579
|
+
"description": "severity levels set a distinctive icon and color",
|
|
580
|
+
"value": {
|
|
581
|
+
"kind": "expression",
|
|
582
|
+
"type": "AdlAlertSeverityOption"
|
|
583
|
+
},
|
|
584
|
+
"default": "AdlAlertSeverityOption.INFO"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "closeButton",
|
|
588
|
+
"description": "adds a cross icon on the right side of the alert",
|
|
589
|
+
"value": {
|
|
590
|
+
"kind": "expression",
|
|
591
|
+
"type": "boolean"
|
|
592
|
+
},
|
|
593
|
+
"default": "false"
|
|
594
|
+
}
|
|
595
|
+
],
|
|
596
|
+
"events": [
|
|
597
|
+
{
|
|
598
|
+
"name": "close-alert"
|
|
599
|
+
}
|
|
600
|
+
],
|
|
601
|
+
"slots": [
|
|
602
|
+
{
|
|
603
|
+
"name": "default"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "description"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "actions"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"name": "rightLink"
|
|
613
|
+
}
|
|
614
|
+
],
|
|
615
|
+
"source": {
|
|
616
|
+
"module": "./src/components/alert/alert.vue",
|
|
617
|
+
"symbol": "default"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"name": "alert.test",
|
|
622
|
+
"description": "",
|
|
623
|
+
"source": {
|
|
624
|
+
"module": "./src/components/alert/alert.test.vue",
|
|
625
|
+
"symbol": "default"
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"name": "badge.test",
|
|
630
|
+
"description": "",
|
|
631
|
+
"source": {
|
|
632
|
+
"module": "./src/components/badge/badge.test.vue",
|
|
633
|
+
"symbol": "default"
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "bento-base-filter",
|
|
638
|
+
"description": "",
|
|
639
|
+
"attributes": [
|
|
640
|
+
{
|
|
641
|
+
"name": "alwaysShowNameInLabel",
|
|
642
|
+
"description": "Display the \"label\" prop alongside value when the filter is active\n\nE.g.\nlabel: \"Company\"\nvalue: \"Adyen\"\n\n\"Company: Adyen\"",
|
|
643
|
+
"value": {
|
|
644
|
+
"kind": "expression",
|
|
645
|
+
"type": "boolean"
|
|
646
|
+
},
|
|
647
|
+
"default": "false"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"name": "disableApplyButton",
|
|
651
|
+
"description": "Disable the apply button",
|
|
652
|
+
"value": {
|
|
653
|
+
"kind": "expression",
|
|
654
|
+
"type": "boolean"
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"name": "field",
|
|
659
|
+
"required": true,
|
|
660
|
+
"description": "Filter name/key referencing the actual property name in the data set.\nShould be unique per filter bar.",
|
|
661
|
+
"value": {
|
|
662
|
+
"kind": "expression",
|
|
663
|
+
"type": "string"
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"name": "label",
|
|
668
|
+
"required": true,
|
|
669
|
+
"description": "Label text to be displayed",
|
|
670
|
+
"value": {
|
|
671
|
+
"kind": "expression",
|
|
672
|
+
"type": "string"
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"name": "isOpen",
|
|
677
|
+
"required": true,
|
|
678
|
+
"description": "Shows/hides the filter's popover content",
|
|
679
|
+
"value": {
|
|
680
|
+
"kind": "expression",
|
|
681
|
+
"type": "boolean"
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "value",
|
|
686
|
+
"description": "Current value of the filter",
|
|
687
|
+
"value": {
|
|
688
|
+
"kind": "expression",
|
|
689
|
+
"type": "string"
|
|
690
|
+
},
|
|
691
|
+
"default": "null"
|
|
692
|
+
}
|
|
693
|
+
],
|
|
694
|
+
"events": [
|
|
695
|
+
{
|
|
696
|
+
"name": "apply"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "clear"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "open"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "close"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"name": "dismiss"
|
|
709
|
+
}
|
|
710
|
+
],
|
|
711
|
+
"slots": [
|
|
712
|
+
{
|
|
713
|
+
"name": "default"
|
|
714
|
+
}
|
|
715
|
+
],
|
|
716
|
+
"source": {
|
|
717
|
+
"module": "./src/components/filter-bar/components/base-filter/base-filter.vue",
|
|
718
|
+
"symbol": "default"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"name": "bento-button",
|
|
723
|
+
"description": "Button component for all the various types of bento buttons.",
|
|
724
|
+
"attributes": [
|
|
725
|
+
{
|
|
726
|
+
"name": "disabled",
|
|
727
|
+
"description": "Disables button functonality",
|
|
728
|
+
"value": {
|
|
729
|
+
"kind": "expression",
|
|
730
|
+
"type": "boolean"
|
|
731
|
+
},
|
|
732
|
+
"default": "false"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "critical",
|
|
736
|
+
"description": "Displays button as critical",
|
|
737
|
+
"value": {
|
|
738
|
+
"kind": "expression",
|
|
739
|
+
"type": "boolean"
|
|
740
|
+
},
|
|
741
|
+
"default": "false"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"name": "type",
|
|
745
|
+
"description": "The default behavior of the button.\nPossible values are: 'button', 'reset', 'submit'",
|
|
746
|
+
"value": {
|
|
747
|
+
"kind": "expression",
|
|
748
|
+
"type": "ButtonHTMLAttributes['type']"
|
|
749
|
+
},
|
|
750
|
+
"default": "'type'"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "condensed",
|
|
754
|
+
"description": "Reduces sizing of button",
|
|
755
|
+
"value": {
|
|
756
|
+
"kind": "expression",
|
|
757
|
+
"type": "boolean"
|
|
758
|
+
},
|
|
759
|
+
"default": "false"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "variant",
|
|
763
|
+
"description": "Types of flavour of Button",
|
|
764
|
+
"value": {
|
|
765
|
+
"kind": "expression",
|
|
766
|
+
"type": "BentoButtonVariant"
|
|
767
|
+
},
|
|
768
|
+
"default": "BentoButtonVariant.PRIMARY"
|
|
769
|
+
}
|
|
770
|
+
],
|
|
771
|
+
"events": [
|
|
772
|
+
{
|
|
773
|
+
"name": "click"
|
|
774
|
+
}
|
|
775
|
+
],
|
|
776
|
+
"slots": [
|
|
777
|
+
{
|
|
778
|
+
"name": "iconLeft"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "default"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "iconRight"
|
|
785
|
+
}
|
|
786
|
+
],
|
|
787
|
+
"source": {
|
|
788
|
+
"module": "./src/components/button/button.vue",
|
|
789
|
+
"symbol": "default"
|
|
790
|
+
}
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "bento-button-actions",
|
|
794
|
+
"description": "",
|
|
795
|
+
"attributes": [
|
|
796
|
+
{
|
|
797
|
+
"name": "actions",
|
|
798
|
+
"required": true,
|
|
799
|
+
"description": "List of actions that will be used to render the buttons.\nFirst element in the list will be rendered as \"primary\".\nAll elements after the first will be rendered as \"secondary\".\n\nEach object in the list should have a `title`, an `event` and\n(optional) a Vue `icon` from the library `@adyen/ui-assets-icons-16`.\n\n`title`: Button's text.\n\n`event`: Event triggered when clicking the Button.\n\n`icon`: Vue Icon from the library `@adyen/ui-assets-icons-16`.\n\n```\n[{\n title: 'Primary',\n event: () => { ... },\n icon: FourPeopleIcon\n}, {\n title: 'Secondary',\n event: () => { ... }\n}]\n```",
|
|
800
|
+
"value": {
|
|
801
|
+
"kind": "expression",
|
|
802
|
+
"type": "BentoButtonActionsList"
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"name": "layout",
|
|
807
|
+
"description": "Defines the layout in which the button actions is presented.\nIt can be one of:",
|
|
808
|
+
"value": {
|
|
809
|
+
"kind": "expression",
|
|
810
|
+
"type": "BentoButtonActionsLayout"
|
|
811
|
+
},
|
|
812
|
+
"default": "BentoButtonActionsLayout.BUTTONS_END"
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"source": {
|
|
816
|
+
"module": "./src/components/button/components/button-actions/button-actions.vue",
|
|
817
|
+
"symbol": "default"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "bento-checkbox",
|
|
822
|
+
"description": "",
|
|
823
|
+
"attributes": [
|
|
824
|
+
{
|
|
825
|
+
"name": "value",
|
|
826
|
+
"description": "The value of the component. The DOM API casts this to a string.\nThe browser uses \"on\" as the default value.\n\nIn the case of multiple checkboxes this value is used as a unique key.",
|
|
827
|
+
"value": {
|
|
828
|
+
"kind": "expression",
|
|
829
|
+
"type": "string|number"
|
|
830
|
+
},
|
|
831
|
+
"default": "null"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"name": "v-model",
|
|
835
|
+
"description": "When handling a single checkbox with a singular state, use a boolean.\n\nWhen handling multiple checkboxes, use an array of keys.\nThese keys exist as a set \"value\" prop for each checkbox.",
|
|
836
|
+
"value": {
|
|
837
|
+
"kind": "expression",
|
|
838
|
+
"type": "BentoCheckboxType"
|
|
839
|
+
},
|
|
840
|
+
"default": "false"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "disabled",
|
|
844
|
+
"description": "Setting this property to true will disable the checkbox in your form.",
|
|
845
|
+
"value": {
|
|
846
|
+
"kind": "expression",
|
|
847
|
+
"type": "boolean"
|
|
848
|
+
},
|
|
849
|
+
"default": "false"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "indeterminate",
|
|
853
|
+
"description": "The :indeterminate CSS pseudo-class represents any form element\nwhose state is indeterminate, such as checkboxes which have their HTML indeterminate attribute\nset to true, radio buttons which are members of a group in which all radio buttons are unchecked,\nand indeterminate <progress> elements. https://developer.mozilla.org/en-US/docs/Web/CSS/:indeterminate\nThis property lets you control the input.indeterminate native property.",
|
|
854
|
+
"value": {
|
|
855
|
+
"kind": "expression",
|
|
856
|
+
"type": "boolean"
|
|
857
|
+
},
|
|
858
|
+
"default": "false"
|
|
859
|
+
}
|
|
860
|
+
],
|
|
861
|
+
"events": [
|
|
862
|
+
{
|
|
863
|
+
"name": "input"
|
|
864
|
+
}
|
|
865
|
+
],
|
|
866
|
+
"slots": [
|
|
867
|
+
{
|
|
868
|
+
"name": "default"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "description"
|
|
872
|
+
}
|
|
873
|
+
],
|
|
874
|
+
"source": {
|
|
875
|
+
"module": "./src/components/checkbox/checkbox.vue",
|
|
876
|
+
"symbol": "default"
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"name": "bento-data-grid",
|
|
881
|
+
"description": "",
|
|
882
|
+
"attributes": [
|
|
883
|
+
{
|
|
884
|
+
"name": "condensed",
|
|
885
|
+
"description": "Sets the row cells to the condensed padding state.",
|
|
886
|
+
"value": {
|
|
887
|
+
"kind": "expression",
|
|
888
|
+
"type": "boolean"
|
|
889
|
+
},
|
|
890
|
+
"default": "false"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"name": "columns",
|
|
894
|
+
"required": true,
|
|
895
|
+
"description": "Column definitions using 'key' to relate to data object.",
|
|
896
|
+
"value": {
|
|
897
|
+
"kind": "expression",
|
|
898
|
+
"type": "BentoColumn[]"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "data",
|
|
903
|
+
"required": true,
|
|
904
|
+
"description": "An array of data objects to display.",
|
|
905
|
+
"value": {
|
|
906
|
+
"kind": "expression",
|
|
907
|
+
"type": "BentoDatagridData"
|
|
908
|
+
}
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "filters",
|
|
912
|
+
"description": "filter-bar value (i.e. filters) that will be passed down to inner filter-bar component",
|
|
913
|
+
"value": {
|
|
914
|
+
"kind": "expression",
|
|
915
|
+
"type": "BentoFilterBar.props.value.type"
|
|
916
|
+
},
|
|
917
|
+
"default": "undefined"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"name": "getDataItemId",
|
|
921
|
+
"description": "A customisable method to retrieve a unique identifier for a data item in the array of data supplied.\nThis is used selecting and performance reasons and must exist in each data item.",
|
|
922
|
+
"value": {
|
|
923
|
+
"kind": "expression",
|
|
924
|
+
"type": "BentoDatagridGetDataItemIdFn"
|
|
925
|
+
},
|
|
926
|
+
"default": "(item: BentoDatagridDataItem) => item.id"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"name": "hasResizableColumns",
|
|
930
|
+
"description": "If resize is enabled",
|
|
931
|
+
"value": {
|
|
932
|
+
"kind": "expression",
|
|
933
|
+
"type": "boolean"
|
|
934
|
+
},
|
|
935
|
+
"default": "true"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"name": "isDataItemDisabled",
|
|
939
|
+
"description": "A customisable method to determine if a row is not selectable.\nThe default is that every row is selectable.",
|
|
940
|
+
"value": {
|
|
941
|
+
"kind": "expression",
|
|
942
|
+
"type": "BentoDatagridIsDataItemDisabledFn"
|
|
943
|
+
},
|
|
944
|
+
"default": "() => false"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"name": "outline",
|
|
948
|
+
"description": "Enables / Disables the table's surrounding border.",
|
|
949
|
+
"value": {
|
|
950
|
+
"kind": "expression",
|
|
951
|
+
"type": "boolean"
|
|
952
|
+
},
|
|
953
|
+
"default": "false"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "pagination",
|
|
957
|
+
"description": "pagination props that will passed down to inner pagination component",
|
|
958
|
+
"value": {
|
|
959
|
+
"kind": "expression",
|
|
960
|
+
"type": "BentoDatagridPaginationProps"
|
|
961
|
+
},
|
|
962
|
+
"default": "undefined"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "selectable",
|
|
966
|
+
"description": "Enables / Disables rows to be selected via a checkbox. On select the \"select\" event will be emitted.",
|
|
967
|
+
"value": {
|
|
968
|
+
"kind": "expression",
|
|
969
|
+
"type": "boolean"
|
|
970
|
+
},
|
|
971
|
+
"default": "false"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"name": "selection",
|
|
975
|
+
"description": "Selected items",
|
|
976
|
+
"value": {
|
|
977
|
+
"kind": "expression",
|
|
978
|
+
"type": "BentoDatagridDataItemId[]"
|
|
979
|
+
},
|
|
980
|
+
"default": "() => []"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"name": "sortBy",
|
|
984
|
+
"description": "Sortby handles proper rendering of sort icon in header. Sorting currently is only supported server side.\nIt does make sure the currently sorted column has a more visible sort icon, and the sort icon points in the right direction.",
|
|
985
|
+
"value": {
|
|
986
|
+
"kind": "expression",
|
|
987
|
+
"type": "BentoDatagridSortByColumn[]"
|
|
988
|
+
},
|
|
989
|
+
"default": "() => []"
|
|
990
|
+
}
|
|
991
|
+
],
|
|
992
|
+
"events": [
|
|
993
|
+
{
|
|
994
|
+
"name": "update:filters"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"name": "column-resize"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"name": "sort"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"name": "select"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"name": "navigate"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "items-page"
|
|
1010
|
+
}
|
|
1011
|
+
],
|
|
1012
|
+
"slots": [
|
|
1013
|
+
{
|
|
1014
|
+
"name": "header"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"name": "default"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "footer"
|
|
1021
|
+
}
|
|
1022
|
+
],
|
|
1023
|
+
"source": {
|
|
1024
|
+
"module": "./src/components/data-grid/data-grid.vue",
|
|
1025
|
+
"symbol": "default"
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "bento-filter-bar",
|
|
1030
|
+
"description": "The filter bar filters item lists and tables according to various filter criteria.",
|
|
1031
|
+
"attributes": [
|
|
1032
|
+
{
|
|
1033
|
+
"name": "value",
|
|
1034
|
+
"description": "Array of filters based on {@see FilterBarModel}.\nEach one of the elements in the array correspond to a filter that will\nbe created and rendered in the FilterBar.\n\nCan be used with v-model or independently with the @input event.",
|
|
1035
|
+
"value": {
|
|
1036
|
+
"kind": "expression",
|
|
1037
|
+
"type": "BentoFilterBarModel"
|
|
1038
|
+
},
|
|
1039
|
+
"default": "null"
|
|
1040
|
+
}
|
|
1041
|
+
],
|
|
1042
|
+
"events": [
|
|
1043
|
+
{
|
|
1044
|
+
"name": "input"
|
|
1045
|
+
}
|
|
1046
|
+
],
|
|
1047
|
+
"source": {
|
|
1048
|
+
"module": "./src/components/filter-bar/filter-bar.vue",
|
|
1049
|
+
"symbol": "default"
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"name": "bento-input-field",
|
|
1054
|
+
"description": "",
|
|
1055
|
+
"attributes": [
|
|
1056
|
+
{
|
|
1057
|
+
"name": "disabled",
|
|
1058
|
+
"description": "Disables the possibility of changing value in the input-field",
|
|
1059
|
+
"value": {
|
|
1060
|
+
"kind": "expression",
|
|
1061
|
+
"type": "boolean"
|
|
1062
|
+
},
|
|
1063
|
+
"default": "false"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"name": "error",
|
|
1067
|
+
"description": "Adds error validation class for outlining input-field",
|
|
1068
|
+
"value": {
|
|
1069
|
+
"kind": "expression",
|
|
1070
|
+
"type": "boolean"
|
|
1071
|
+
},
|
|
1072
|
+
"default": "false"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"name": "staticValue",
|
|
1076
|
+
"description": "Static text that displayed before or after input value\nApplicable to the Static Value variant",
|
|
1077
|
+
"value": {
|
|
1078
|
+
"kind": "expression",
|
|
1079
|
+
"type": "string"
|
|
1080
|
+
},
|
|
1081
|
+
"default": "''"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"name": "staticValuePosition",
|
|
1085
|
+
"description": "Position of Static Value before or after input value",
|
|
1086
|
+
"value": {
|
|
1087
|
+
"kind": "expression",
|
|
1088
|
+
"type": "BentoInputFieldStaticValuePosition"
|
|
1089
|
+
},
|
|
1090
|
+
"default": "BentoInputFieldStaticValuePosition.START"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"name": "value",
|
|
1094
|
+
"description": "Text displayed as the value of the input-field",
|
|
1095
|
+
"value": {
|
|
1096
|
+
"kind": "expression",
|
|
1097
|
+
"type": "string"
|
|
1098
|
+
},
|
|
1099
|
+
"default": "''"
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"name": "variant",
|
|
1103
|
+
"description": "Describes the different variants for the input element",
|
|
1104
|
+
"value": {
|
|
1105
|
+
"kind": "expression",
|
|
1106
|
+
"type": "BentoInputFieldVariant"
|
|
1107
|
+
},
|
|
1108
|
+
"default": "BentoInputFieldVariant.DEFAULT"
|
|
1109
|
+
}
|
|
1110
|
+
],
|
|
1111
|
+
"events": [
|
|
1112
|
+
{
|
|
1113
|
+
"name": "input"
|
|
1114
|
+
}
|
|
1115
|
+
],
|
|
1116
|
+
"slots": [
|
|
1117
|
+
{
|
|
1118
|
+
"name": "default"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"name": "defaultIconBefore"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"name": "paymentMethod"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"name": "staticValue"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"name": "iconAfter"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"name": "description"
|
|
1134
|
+
}
|
|
1135
|
+
],
|
|
1136
|
+
"source": {
|
|
1137
|
+
"module": "./src/components/input-field/input-field.vue",
|
|
1138
|
+
"symbol": "default"
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"name": "bento-input-radio",
|
|
1143
|
+
"description": "Radio buttons are used when two or more options are mutually exclusive,\nthe user can only select a single option from a list of pre-defined options.\nThe label tag area is also clickable.",
|
|
1144
|
+
"attributes": [
|
|
1145
|
+
{
|
|
1146
|
+
"name": "disabled",
|
|
1147
|
+
"description": "Disable the input radio (optional)",
|
|
1148
|
+
"value": {
|
|
1149
|
+
"kind": "expression",
|
|
1150
|
+
"type": "boolean"
|
|
1151
|
+
},
|
|
1152
|
+
"default": "false"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"name": "value",
|
|
1156
|
+
"required": true,
|
|
1157
|
+
"description": "Indicates the value of the input that will be returned when it's checked",
|
|
1158
|
+
"value": {
|
|
1159
|
+
"kind": "expression",
|
|
1160
|
+
"type": "string|number"
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"name": "v-model",
|
|
1165
|
+
"description": "This property should not be used directly.\nIt will be used by v-model directive on radio component.",
|
|
1166
|
+
"value": {
|
|
1167
|
+
"kind": "expression",
|
|
1168
|
+
"type": "string|number"
|
|
1169
|
+
},
|
|
1170
|
+
"default": "null"
|
|
1171
|
+
}
|
|
1172
|
+
],
|
|
1173
|
+
"events": [
|
|
1174
|
+
{
|
|
1175
|
+
"name": "input"
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"slots": [
|
|
1179
|
+
{
|
|
1180
|
+
"name": "default"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"name": "subLabel"
|
|
1184
|
+
}
|
|
1185
|
+
],
|
|
1186
|
+
"source": {
|
|
1187
|
+
"module": "./src/components/input-radio/input-radio.vue",
|
|
1188
|
+
"symbol": "default"
|
|
1189
|
+
}
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"name": "bento-loading-button",
|
|
1193
|
+
"description": "",
|
|
1194
|
+
"attributes": [
|
|
1195
|
+
{
|
|
1196
|
+
"name": "condensed",
|
|
1197
|
+
"description": "Reduces sizing of button",
|
|
1198
|
+
"value": {
|
|
1199
|
+
"kind": "expression",
|
|
1200
|
+
"type": "BentoButton.props.condensed.type"
|
|
1201
|
+
},
|
|
1202
|
+
"default": "false"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "disabled",
|
|
1206
|
+
"description": "Disables button functonality",
|
|
1207
|
+
"value": {
|
|
1208
|
+
"kind": "expression",
|
|
1209
|
+
"type": "BentoButton.props.disabled.type"
|
|
1210
|
+
},
|
|
1211
|
+
"default": "false"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"name": "state",
|
|
1215
|
+
"description": "State of the button.",
|
|
1216
|
+
"value": {
|
|
1217
|
+
"kind": "expression",
|
|
1218
|
+
"type": "BentoLoadingButtonState"
|
|
1219
|
+
},
|
|
1220
|
+
"default": "BentoLoadingButtonState.START"
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"name": "variant",
|
|
1224
|
+
"description": "Types of flavour of Button",
|
|
1225
|
+
"value": {
|
|
1226
|
+
"kind": "expression",
|
|
1227
|
+
"type": "BentoButton.props.variant.type"
|
|
1228
|
+
},
|
|
1229
|
+
"default": "BentoButtonVariant.PRIMARY"
|
|
1230
|
+
}
|
|
1231
|
+
],
|
|
1232
|
+
"slots": [
|
|
1233
|
+
{
|
|
1234
|
+
"name": "default"
|
|
1235
|
+
}
|
|
1236
|
+
],
|
|
1237
|
+
"source": {
|
|
1238
|
+
"module": "./src/components/button/components/loading-button/loading-button.vue",
|
|
1239
|
+
"symbol": "default"
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"name": "bento-loading-indicator",
|
|
1244
|
+
"description": "",
|
|
1245
|
+
"attributes": [
|
|
1246
|
+
{
|
|
1247
|
+
"name": "small",
|
|
1248
|
+
"description": "Displays the loading indicator in a small size",
|
|
1249
|
+
"value": {
|
|
1250
|
+
"kind": "expression",
|
|
1251
|
+
"type": "boolean"
|
|
1252
|
+
},
|
|
1253
|
+
"default": "false"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"name": "large",
|
|
1257
|
+
"description": "Displays the loading indicator in a large size",
|
|
1258
|
+
"value": {
|
|
1259
|
+
"kind": "expression",
|
|
1260
|
+
"type": "boolean"
|
|
1261
|
+
},
|
|
1262
|
+
"default": "false"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "inverse",
|
|
1266
|
+
"description": "Displays the loading indicator in a small size",
|
|
1267
|
+
"value": {
|
|
1268
|
+
"kind": "expression",
|
|
1269
|
+
"type": "boolean"
|
|
1270
|
+
},
|
|
1271
|
+
"default": "false"
|
|
1272
|
+
}
|
|
1273
|
+
],
|
|
1274
|
+
"source": {
|
|
1275
|
+
"module": "./src/components/loading-indicator/loading-indicator.vue",
|
|
1276
|
+
"symbol": "default"
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"name": "bento-pagination",
|
|
1281
|
+
"description": "Paginiation component to help users page through data sets.\n\nThere are two ways of doing navigation in this component:\n 1. (Basic) You tell the component if there is a next page (hasNext)\n 2. (Enhanced) You tell the component:\n - How many total items exist (totalCount)\n - The max number of items that you show/fetch per page (size)\n - In this case you should not set the hasNext props\n\nIf you have the data available and opt to use the Enhanced way you get extra controls:\n - Page dropdown selector\n - Last page button\n - \"Showing 10 of 200 items\" text",
|
|
1282
|
+
"attributes": [
|
|
1283
|
+
{
|
|
1284
|
+
"name": "ariaLabel",
|
|
1285
|
+
"description": "A brief description of the purpose of the navigation (for a11y).\nOmit the term \"navigation\", as the screen reader will read both the role and the contents of the label.",
|
|
1286
|
+
"value": {
|
|
1287
|
+
"kind": "expression",
|
|
1288
|
+
"type": "string"
|
|
1289
|
+
},
|
|
1290
|
+
"default": "null"
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"name": "hasNext",
|
|
1294
|
+
"description": "Use to determine if the pager has a \"next page\".",
|
|
1295
|
+
"value": {
|
|
1296
|
+
"kind": "expression",
|
|
1297
|
+
"type": "boolean"
|
|
1298
|
+
},
|
|
1299
|
+
"default": "null"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "page",
|
|
1303
|
+
"description": "The current page number of the pager.",
|
|
1304
|
+
"value": {
|
|
1305
|
+
"kind": "expression",
|
|
1306
|
+
"type": "number"
|
|
1307
|
+
},
|
|
1308
|
+
"default": "1"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"name": "size",
|
|
1312
|
+
"description": "The size of the items the pager is paging through.",
|
|
1313
|
+
"value": {
|
|
1314
|
+
"kind": "expression",
|
|
1315
|
+
"type": "number"
|
|
1316
|
+
},
|
|
1317
|
+
"default": "50"
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "totalCount",
|
|
1321
|
+
"description": "The total number of items the pager is paging through.",
|
|
1322
|
+
"value": {
|
|
1323
|
+
"kind": "expression",
|
|
1324
|
+
"type": "number"
|
|
1325
|
+
},
|
|
1326
|
+
"default": "null"
|
|
1327
|
+
}
|
|
1328
|
+
],
|
|
1329
|
+
"events": [
|
|
1330
|
+
{
|
|
1331
|
+
"name": "navigate"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"name": "items-page"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "update:page"
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"name": "update:size"
|
|
1341
|
+
}
|
|
1342
|
+
],
|
|
1343
|
+
"source": {
|
|
1344
|
+
"module": "./src/components/pagination/pagination.vue",
|
|
1345
|
+
"symbol": "default"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "bento-pagination-context",
|
|
1350
|
+
"description": "",
|
|
1351
|
+
"attributes": [
|
|
1352
|
+
{
|
|
1353
|
+
"name": "page",
|
|
1354
|
+
"description": "The current page number of the pager.",
|
|
1355
|
+
"value": {
|
|
1356
|
+
"kind": "expression",
|
|
1357
|
+
"type": "number"
|
|
1358
|
+
},
|
|
1359
|
+
"default": "1"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"name": "totalPages",
|
|
1363
|
+
"description": "The total number of items the pager is paging through.",
|
|
1364
|
+
"value": {
|
|
1365
|
+
"kind": "expression",
|
|
1366
|
+
"type": "number"
|
|
1367
|
+
},
|
|
1368
|
+
"default": "null"
|
|
1369
|
+
}
|
|
1370
|
+
],
|
|
1371
|
+
"events": [
|
|
1372
|
+
{
|
|
1373
|
+
"name": "page-selected"
|
|
1374
|
+
}
|
|
1375
|
+
],
|
|
1376
|
+
"source": {
|
|
1377
|
+
"module": "./src/components/pagination/components/pagination-context/pagination-context.vue",
|
|
1378
|
+
"symbol": "default"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "bento-pagination-context-results-per-page",
|
|
1383
|
+
"description": "",
|
|
1384
|
+
"attributes": [
|
|
1385
|
+
{
|
|
1386
|
+
"name": "itemsPerPage",
|
|
1387
|
+
"description": "The amount of items the pager is paging through.",
|
|
1388
|
+
"value": {
|
|
1389
|
+
"kind": "expression",
|
|
1390
|
+
"type": "number"
|
|
1391
|
+
},
|
|
1392
|
+
"default": "DEFAULT_NUMBER_OF_RESULTS"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "totalCount",
|
|
1396
|
+
"description": "The total number of items the pager is paging through.",
|
|
1397
|
+
"value": {
|
|
1398
|
+
"kind": "expression",
|
|
1399
|
+
"type": "number"
|
|
1400
|
+
},
|
|
1401
|
+
"default": "null"
|
|
1402
|
+
}
|
|
1403
|
+
],
|
|
1404
|
+
"events": [
|
|
1405
|
+
{
|
|
1406
|
+
"name": "select"
|
|
1407
|
+
}
|
|
1408
|
+
],
|
|
1409
|
+
"source": {
|
|
1410
|
+
"module": "./src/components/pagination/components/pagination-results-per-page/pagination-results-per-page.vue",
|
|
1411
|
+
"symbol": "default"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"name": "bento-popover",
|
|
1416
|
+
"description": "Example description of the component...",
|
|
1417
|
+
"attributes": [
|
|
1418
|
+
{
|
|
1419
|
+
"name": "actions",
|
|
1420
|
+
"description": "List of actions that will be used to render the buttons.\nFirst element in the list will be rendered as \"primary\".\nAll elements after the first will be rendered as \"secondary\".\n\nEach object in the list should have a `title`, an `event` and\n(optional) a Vue `icon` from the library `@adyen/ui-assets-icons-16`.\n\n`title`: Button's text.\n\n`event`: Event triggered when clicking the Button.\n\n`icon`: Vue Icon from the library `@adyen/ui-assets-icons-16`.\n\n```\n[{\n title: 'Primary',\n event: () => { ... },\n icon: FourPeopleIcon\n}, {\n title: 'Secondary',\n event: () => { ... }\n}]\n```",
|
|
1421
|
+
"value": {
|
|
1422
|
+
"kind": "expression",
|
|
1423
|
+
"type": "BentoButtonActionsList"
|
|
1424
|
+
},
|
|
1425
|
+
"default": "null"
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "actionsLayout",
|
|
1429
|
+
"description": "Defines the layout in which the button actions is presented.\nIt can be one of:",
|
|
1430
|
+
"value": {
|
|
1431
|
+
"kind": "expression",
|
|
1432
|
+
"type": "BentoButtonActionsLayout"
|
|
1433
|
+
},
|
|
1434
|
+
"default": "BentoButtonActionsLayout.BUTTONS_END"
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"name": "ariaLabel",
|
|
1438
|
+
"description": "Defines a string value that provides an accessible name for the popover.",
|
|
1439
|
+
"value": {
|
|
1440
|
+
"kind": "expression",
|
|
1441
|
+
"type": "string"
|
|
1442
|
+
},
|
|
1443
|
+
"default": "null"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"name": "disableFocusTrap",
|
|
1447
|
+
"description": "Supports disabling focus trap functionality to avoid scroll into view behavior when we don't need it.",
|
|
1448
|
+
"value": {
|
|
1449
|
+
"kind": "expression",
|
|
1450
|
+
"type": "boolean"
|
|
1451
|
+
},
|
|
1452
|
+
"default": "false"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"name": "dismissible",
|
|
1456
|
+
"description": "Adds a \"dismiss\" icon that triggers the \"dismiss\" event.",
|
|
1457
|
+
"value": {
|
|
1458
|
+
"kind": "expression",
|
|
1459
|
+
"type": "boolean"
|
|
1460
|
+
},
|
|
1461
|
+
"default": "false"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "fixedPositioning",
|
|
1465
|
+
"description": "Instructs popover to be visible outside of the containing container.\nUseful when component would be used in limited containers like Modal, Side panel, etc.\nhttps://popper.js.org/docs/v2/constructors/#strategy",
|
|
1466
|
+
"value": {
|
|
1467
|
+
"kind": "expression",
|
|
1468
|
+
"type": "boolean"
|
|
1469
|
+
},
|
|
1470
|
+
"default": "false"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "large",
|
|
1474
|
+
"description": "Displays the popover in a large size.",
|
|
1475
|
+
"value": {
|
|
1476
|
+
"kind": "expression",
|
|
1477
|
+
"type": "boolean"
|
|
1478
|
+
},
|
|
1479
|
+
"default": "false"
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"name": "modifiers",
|
|
1483
|
+
"description": "Custom set of modifiers. Useful for low-level control over Popper behavior in some really complex use cases.",
|
|
1484
|
+
"value": {
|
|
1485
|
+
"kind": "expression",
|
|
1486
|
+
"type": "array"
|
|
1487
|
+
},
|
|
1488
|
+
"default": "null"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"name": "position",
|
|
1492
|
+
"description": "Popover's position relative to the target element.\nPossible values are:\n'auto', 'auto-start', 'auto-end',\n'top', 'top-start', 'top-end'\n'right', 'right-start', 'right-end'\n'bottom', 'bottom-start', 'bottom-end'\n'left', 'left-start', 'left-end'",
|
|
1493
|
+
"value": {
|
|
1494
|
+
"kind": "expression",
|
|
1495
|
+
"type": "BentoPopoverPositions"
|
|
1496
|
+
},
|
|
1497
|
+
"default": "BentoPopoverPositions.TOP"
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"name": "small",
|
|
1501
|
+
"description": "Displays the popover in a small size.",
|
|
1502
|
+
"value": {
|
|
1503
|
+
"kind": "expression",
|
|
1504
|
+
"type": "boolean"
|
|
1505
|
+
},
|
|
1506
|
+
"default": "false"
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"name": "title",
|
|
1510
|
+
"description": "Indicates the title you want to give the popover.",
|
|
1511
|
+
"value": {
|
|
1512
|
+
"kind": "expression",
|
|
1513
|
+
"type": "string"
|
|
1514
|
+
},
|
|
1515
|
+
"default": "null"
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"name": "targetElement",
|
|
1519
|
+
"required": true,
|
|
1520
|
+
"description": "Popover's target element.\nThe popover will position itself relatively to target element, in specified position.",
|
|
1521
|
+
"value": {
|
|
1522
|
+
"kind": "expression",
|
|
1523
|
+
"type": "PopperContainer.props?.targetElement.type"
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1526
|
+
],
|
|
1527
|
+
"events": [
|
|
1528
|
+
{
|
|
1529
|
+
"name": "dismiss"
|
|
1530
|
+
}
|
|
1531
|
+
],
|
|
1532
|
+
"slots": [
|
|
1533
|
+
{
|
|
1534
|
+
"name": "image"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"name": "headerIcon"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "default"
|
|
1541
|
+
}
|
|
1542
|
+
],
|
|
1543
|
+
"source": {
|
|
1544
|
+
"module": "./src/components/popover/popover.vue",
|
|
1545
|
+
"symbol": "default"
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"name": "bento-popover-dismiss-button",
|
|
1550
|
+
"description": "",
|
|
1551
|
+
"attributes": [
|
|
1552
|
+
{
|
|
1553
|
+
"name": "onImage",
|
|
1554
|
+
"value": {
|
|
1555
|
+
"kind": "expression",
|
|
1556
|
+
"type": "boolean"
|
|
1557
|
+
},
|
|
1558
|
+
"default": "false"
|
|
1559
|
+
}
|
|
1560
|
+
],
|
|
1561
|
+
"events": [
|
|
1562
|
+
{
|
|
1563
|
+
"name": "click"
|
|
1564
|
+
}
|
|
1565
|
+
],
|
|
1566
|
+
"source": {
|
|
1567
|
+
"module": "./src/components/popover/components/popover-dismiss-button/popover-dismiss-button.vue",
|
|
1568
|
+
"symbol": "default"
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"name": "bento-popover-image",
|
|
1573
|
+
"description": "",
|
|
1574
|
+
"attributes": [
|
|
1575
|
+
{
|
|
1576
|
+
"name": "src",
|
|
1577
|
+
"required": true,
|
|
1578
|
+
"description": "URL to image.\nFor more details, see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-src",
|
|
1579
|
+
"value": {
|
|
1580
|
+
"kind": "expression",
|
|
1581
|
+
"type": "string"
|
|
1582
|
+
}
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"name": "alt",
|
|
1586
|
+
"required": true,
|
|
1587
|
+
"description": "Explanatory text for the image",
|
|
1588
|
+
"value": {
|
|
1589
|
+
"kind": "expression",
|
|
1590
|
+
"type": "string"
|
|
1591
|
+
}
|
|
1592
|
+
}
|
|
1593
|
+
],
|
|
1594
|
+
"source": {
|
|
1595
|
+
"module": "./src/components/popover/components/popover-image/popover-image.vue",
|
|
1596
|
+
"symbol": "default"
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"name": "bento-status",
|
|
1601
|
+
"description": "A Status component is used to indicate a\npassage of time or a particular step of a process.",
|
|
1602
|
+
"attributes": [
|
|
1603
|
+
{
|
|
1604
|
+
"name": "variant",
|
|
1605
|
+
"required": true,
|
|
1606
|
+
"value": {
|
|
1607
|
+
"kind": "expression",
|
|
1608
|
+
"type": "BentoStatusVariant"
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
],
|
|
1612
|
+
"slots": [
|
|
1613
|
+
{
|
|
1614
|
+
"name": "default"
|
|
1615
|
+
}
|
|
1616
|
+
],
|
|
1617
|
+
"source": {
|
|
1618
|
+
"module": "./src/components/status/status.vue",
|
|
1619
|
+
"symbol": "default"
|
|
1620
|
+
}
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"name": "bento-tag",
|
|
1624
|
+
"description": "",
|
|
1625
|
+
"attributes": [
|
|
1626
|
+
{
|
|
1627
|
+
"name": "variant",
|
|
1628
|
+
"description": "The variant variant of tag",
|
|
1629
|
+
"value": {
|
|
1630
|
+
"kind": "expression",
|
|
1631
|
+
"type": "BentoTagVariant"
|
|
1632
|
+
},
|
|
1633
|
+
"default": "BentoTagVariant.DEFAULT"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"name": "truncate",
|
|
1637
|
+
"description": "The number of characters to limit the number of displayed characters for the tag text, truncating it with an ellipsis of three dots \"...\".",
|
|
1638
|
+
"value": {
|
|
1639
|
+
"kind": "expression",
|
|
1640
|
+
"type": "number"
|
|
1641
|
+
},
|
|
1642
|
+
"default": "null"
|
|
1643
|
+
}
|
|
1644
|
+
],
|
|
1645
|
+
"source": {
|
|
1646
|
+
"module": "./src/components/tag/tag.vue",
|
|
1647
|
+
"symbol": "default"
|
|
1648
|
+
}
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "bento-text-filter",
|
|
1652
|
+
"description": "",
|
|
1653
|
+
"attributes": [
|
|
1654
|
+
{
|
|
1655
|
+
"name": "alwaysShowNameInLabel",
|
|
1656
|
+
"description": "Display the \"label\" prop alongside its \"value\" when the filter is active\n\nE.g.\nlabel: \"Company\"\nvalue: \"Adyen\"\n\n\"Company: Adyen\"",
|
|
1657
|
+
"value": {
|
|
1658
|
+
"kind": "expression",
|
|
1659
|
+
"type": "boolean"
|
|
1660
|
+
},
|
|
1661
|
+
"default": "false"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"name": "field",
|
|
1665
|
+
"required": true,
|
|
1666
|
+
"description": "Filter name/key referencing the actual property name in the data set.\nShould be unique per filter bar.",
|
|
1667
|
+
"value": {
|
|
1668
|
+
"kind": "expression",
|
|
1669
|
+
"type": "string"
|
|
1670
|
+
}
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"name": "label",
|
|
1674
|
+
"required": true,
|
|
1675
|
+
"description": "Label text to be displayed",
|
|
1676
|
+
"value": {
|
|
1677
|
+
"kind": "expression",
|
|
1678
|
+
"type": "string"
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"name": "value",
|
|
1683
|
+
"description": "Current value of the filter",
|
|
1684
|
+
"value": {
|
|
1685
|
+
"kind": "expression",
|
|
1686
|
+
"type": "string"
|
|
1687
|
+
},
|
|
1688
|
+
"default": "null"
|
|
1689
|
+
}
|
|
1690
|
+
],
|
|
1691
|
+
"events": [
|
|
1692
|
+
{
|
|
1693
|
+
"name": "update"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "dismiss"
|
|
1697
|
+
}
|
|
1698
|
+
],
|
|
1699
|
+
"source": {
|
|
1700
|
+
"module": "./src/components/filter-bar/components/text-filter/text-filter.vue",
|
|
1701
|
+
"symbol": "default"
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"name": "bento-toggle",
|
|
1706
|
+
"description": "A wrapper around the bento toggle, providing checkbox functionality with a knob-like toggle",
|
|
1707
|
+
"attributes": [
|
|
1708
|
+
{
|
|
1709
|
+
"name": "disabled",
|
|
1710
|
+
"description": "Disable the toggle (optional)",
|
|
1711
|
+
"value": {
|
|
1712
|
+
"kind": "expression",
|
|
1713
|
+
"type": "boolean"
|
|
1714
|
+
},
|
|
1715
|
+
"default": "false"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"name": "labelPosition",
|
|
1719
|
+
"description": "Position of the label relative to the toggle (optional)",
|
|
1720
|
+
"value": {
|
|
1721
|
+
"kind": "expression",
|
|
1722
|
+
"type": "AdlLabelPosition"
|
|
1723
|
+
},
|
|
1724
|
+
"default": "AdlLabelPosition.BEFORE"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"name": "value",
|
|
1728
|
+
"description": "Indicates if the switch is \"on\" or \"off\"",
|
|
1729
|
+
"value": {
|
|
1730
|
+
"kind": "expression",
|
|
1731
|
+
"type": "boolean"
|
|
1732
|
+
},
|
|
1733
|
+
"default": "false"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"name": "ariaLabel",
|
|
1737
|
+
"description": "Accessible name for the toggle. It is strongly recommended to pass such value when the toggle is used without a label",
|
|
1738
|
+
"value": {
|
|
1739
|
+
"kind": "expression",
|
|
1740
|
+
"type": "string"
|
|
1741
|
+
},
|
|
1742
|
+
"default": "undefined"
|
|
1743
|
+
}
|
|
1744
|
+
],
|
|
1745
|
+
"events": [
|
|
1746
|
+
{
|
|
1747
|
+
"name": "input"
|
|
1748
|
+
}
|
|
1749
|
+
],
|
|
1750
|
+
"slots": [
|
|
1751
|
+
{
|
|
1752
|
+
"name": "default"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"name": "subLabel"
|
|
1756
|
+
}
|
|
1757
|
+
],
|
|
1758
|
+
"source": {
|
|
1759
|
+
"module": "./src/components/toggle/toggle.vue",
|
|
1760
|
+
"symbol": "default"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"name": "bento-tooltip",
|
|
1765
|
+
"description": "If tooltip needs to be rendered as a component instead of a directive (directives/tooltip).\nWhen used as a component the position of the tooltip will be according to where it is placed\non the page.",
|
|
1766
|
+
"attributes": [
|
|
1767
|
+
{
|
|
1768
|
+
"name": "targetElement",
|
|
1769
|
+
"required": true,
|
|
1770
|
+
"description": "Tooltip's target reference to the DOM element or Vue component.\nThe tooltip will position itself relatively to target element, in specified position.",
|
|
1771
|
+
"value": {
|
|
1772
|
+
"kind": "expression",
|
|
1773
|
+
"type": "PopperContainer.props?.targetElement.type"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"name": "position",
|
|
1778
|
+
"description": "Tooltip's position relative to the target element.\nPossible values are: 'top', 'bottom', 'left' and 'right'.",
|
|
1779
|
+
"value": {
|
|
1780
|
+
"kind": "expression",
|
|
1781
|
+
"type": "BentoTooltipPosition"
|
|
1782
|
+
},
|
|
1783
|
+
"default": "BentoTooltipPosition.TOP"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"name": "offset",
|
|
1787
|
+
"description": "Tooltip's offset.\nIf specified, the tooltip will have an offset in pixels between it and the target element\nin specified position.",
|
|
1788
|
+
"value": {
|
|
1789
|
+
"kind": "expression",
|
|
1790
|
+
"type": "number"
|
|
1791
|
+
},
|
|
1792
|
+
"default": "0"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "content",
|
|
1796
|
+
"required": true,
|
|
1797
|
+
"description": "Tooltip's text content.",
|
|
1798
|
+
"value": {
|
|
1799
|
+
"kind": "expression",
|
|
1800
|
+
"type": "string"
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"name": "isShown",
|
|
1805
|
+
"description": "Shows / Hides the Tooltip component",
|
|
1806
|
+
"value": {
|
|
1807
|
+
"kind": "expression",
|
|
1808
|
+
"type": "boolean"
|
|
1809
|
+
},
|
|
1810
|
+
"default": "false"
|
|
1811
|
+
}
|
|
1812
|
+
],
|
|
1813
|
+
"source": {
|
|
1814
|
+
"module": "./src/components/tooltip/tooltip.vue",
|
|
1815
|
+
"symbol": "default"
|
|
1816
|
+
}
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"name": "bento-typography",
|
|
1820
|
+
"description": "The Typography component makes it easy to apply a default set of font weights, sizes and other text styles\neasily to text. The variants and properties match with those found in Figma.\n\nFor example, seeing text with the typography styling of",
|
|
1821
|
+
"attributes": [
|
|
1822
|
+
{
|
|
1823
|
+
"name": "el",
|
|
1824
|
+
"description": "Sets the HTML DOM element.",
|
|
1825
|
+
"value": {
|
|
1826
|
+
"kind": "expression",
|
|
1827
|
+
"type": "BentoTypographyElement"
|
|
1828
|
+
},
|
|
1829
|
+
"default": "BentoTypographyElement.PARAGRAPH"
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
"name": "stronger",
|
|
1833
|
+
"description": "Adds the stronger class modifier.\nApplicable to Caption, Body and Subtitle variants.",
|
|
1834
|
+
"value": {
|
|
1835
|
+
"kind": "expression",
|
|
1836
|
+
"type": "boolean"
|
|
1837
|
+
},
|
|
1838
|
+
"default": "false"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "strongest",
|
|
1842
|
+
"description": "Adds the strongest class modifier.\nApplicable to Caption, Body and Subtitle variants.",
|
|
1843
|
+
"value": {
|
|
1844
|
+
"kind": "expression",
|
|
1845
|
+
"type": "boolean"
|
|
1846
|
+
},
|
|
1847
|
+
"default": "false"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "variant",
|
|
1851
|
+
"description": "Sets the type of typography variant.",
|
|
1852
|
+
"value": {
|
|
1853
|
+
"kind": "expression",
|
|
1854
|
+
"type": "BentoTypographyVariant"
|
|
1855
|
+
},
|
|
1856
|
+
"default": "BentoTypographyVariant.BODY"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"name": "medium",
|
|
1860
|
+
"description": "Adds the medium class modifier.\nApplicable to the Title variant.",
|
|
1861
|
+
"value": {
|
|
1862
|
+
"kind": "expression",
|
|
1863
|
+
"type": "boolean"
|
|
1864
|
+
},
|
|
1865
|
+
"default": "false"
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"name": "large",
|
|
1869
|
+
"description": "Adds the large class modifier.\nApplicable to the Title variant.",
|
|
1870
|
+
"value": {
|
|
1871
|
+
"kind": "expression",
|
|
1872
|
+
"type": "boolean"
|
|
1873
|
+
},
|
|
1874
|
+
"default": "false"
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"name": "wide",
|
|
1878
|
+
"description": "Adds the medium class modifier.\nApplicable to tje Body variant.",
|
|
1879
|
+
"value": {
|
|
1880
|
+
"kind": "expression",
|
|
1881
|
+
"type": "boolean"
|
|
1882
|
+
},
|
|
1883
|
+
"default": "false"
|
|
1884
|
+
}
|
|
1885
|
+
],
|
|
1886
|
+
"slots": [
|
|
1887
|
+
{
|
|
1888
|
+
"name": "default"
|
|
1889
|
+
}
|
|
1890
|
+
],
|
|
1891
|
+
"source": {
|
|
1892
|
+
"module": "./src/components/typography/typography.vue",
|
|
1893
|
+
"symbol": "default"
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"name": "button-actions.test",
|
|
1898
|
+
"description": "",
|
|
1899
|
+
"source": {
|
|
1900
|
+
"module": "./src/components/button/components/button-actions/button-actions.test.vue",
|
|
1901
|
+
"symbol": "default"
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"name": "button-group",
|
|
1906
|
+
"description": "",
|
|
1907
|
+
"slots": [
|
|
1908
|
+
{
|
|
1909
|
+
"name": "default"
|
|
1910
|
+
}
|
|
1911
|
+
],
|
|
1912
|
+
"source": {
|
|
1913
|
+
"module": "./src/components/button/components/button-group.vue"
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"name": "button.test",
|
|
1918
|
+
"description": "",
|
|
1919
|
+
"source": {
|
|
1920
|
+
"module": "./src/components/button/button.test.vue",
|
|
1921
|
+
"symbol": "default"
|
|
1922
|
+
}
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"name": "card.test",
|
|
1926
|
+
"description": "",
|
|
1927
|
+
"source": {
|
|
1928
|
+
"module": "./src/components/card/card.test.vue",
|
|
1929
|
+
"symbol": "default"
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"name": "checkbox.test",
|
|
1934
|
+
"description": "",
|
|
1935
|
+
"source": {
|
|
1936
|
+
"module": "./src/components/checkbox/checkbox.test.vue",
|
|
1937
|
+
"symbol": "default"
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "data-grid.test",
|
|
1942
|
+
"description": "",
|
|
1943
|
+
"source": {
|
|
1944
|
+
"module": "./src/components/data-grid/data-grid.test.vue",
|
|
1945
|
+
"symbol": "default"
|
|
1946
|
+
}
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"name": "dropdown-input-container",
|
|
1950
|
+
"description": "Dropdown input field container.\nIt renders the Placeholder or the value that was selected.\n\nWhen it gets clicked it emits the \"click\" event.",
|
|
1951
|
+
"attributes": [
|
|
1952
|
+
{
|
|
1953
|
+
"name": "ariaLabel",
|
|
1954
|
+
"description": "Defines a string value that provides an accessible name for the dropdown.",
|
|
1955
|
+
"value": {
|
|
1956
|
+
"kind": "expression",
|
|
1957
|
+
"type": "string"
|
|
1958
|
+
},
|
|
1959
|
+
"default": "null"
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "comboboxId",
|
|
1963
|
+
"required": true,
|
|
1964
|
+
"description": "Identifies the listbox whose contents are controlled by the the combobox on which this attribute is set.",
|
|
1965
|
+
"value": {
|
|
1966
|
+
"kind": "expression",
|
|
1967
|
+
"type": "string"
|
|
1968
|
+
}
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"name": "disabled",
|
|
1972
|
+
"description": "Disables dropdown functionality",
|
|
1973
|
+
"value": {
|
|
1974
|
+
"kind": "expression",
|
|
1975
|
+
"type": "boolean"
|
|
1976
|
+
},
|
|
1977
|
+
"default": "false"
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"name": "displayValue",
|
|
1981
|
+
"description": "Selected option's label.",
|
|
1982
|
+
"value": {
|
|
1983
|
+
"kind": "expression",
|
|
1984
|
+
"type": "string"
|
|
1985
|
+
},
|
|
1986
|
+
"default": "null"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"name": "placeholder",
|
|
1990
|
+
"description": "Specifies a short hint that describes the expected value of the element.",
|
|
1991
|
+
"value": {
|
|
1992
|
+
"kind": "expression",
|
|
1993
|
+
"type": "string"
|
|
1994
|
+
},
|
|
1995
|
+
"default": "null"
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"name": "open",
|
|
1999
|
+
"description": "Indicates if the dropdown is open so that\nthe chevron can be turned around respectively.",
|
|
2000
|
+
"value": {
|
|
2001
|
+
"kind": "expression",
|
|
2002
|
+
"type": "boolean"
|
|
2003
|
+
},
|
|
2004
|
+
"default": "false"
|
|
2005
|
+
}
|
|
2006
|
+
],
|
|
2007
|
+
"source": {
|
|
2008
|
+
"module": "./src/components/dropdown/components/dropdown-input-container/dropdown-input-container.vue",
|
|
2009
|
+
"symbol": "default"
|
|
2010
|
+
}
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"name": "dropdown-option",
|
|
2014
|
+
"description": "Dropdown option element.",
|
|
2015
|
+
"attributes": [
|
|
2016
|
+
{
|
|
2017
|
+
"name": "label",
|
|
2018
|
+
"required": true,
|
|
2019
|
+
"description": "Text to be displayed in the option",
|
|
2020
|
+
"value": {
|
|
2021
|
+
"kind": "expression",
|
|
2022
|
+
"type": "string"
|
|
2023
|
+
}
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"name": "value",
|
|
2027
|
+
"required": true,
|
|
2028
|
+
"description": "Value of the option",
|
|
2029
|
+
"value": {
|
|
2030
|
+
"kind": "expression",
|
|
2031
|
+
"type": "AdlDropdownValue"
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "selected",
|
|
2036
|
+
"description": "Indicates if the value is selected. Only one element can be selected at a time.",
|
|
2037
|
+
"value": {
|
|
2038
|
+
"kind": "expression",
|
|
2039
|
+
"type": "boolean"
|
|
2040
|
+
},
|
|
2041
|
+
"default": "false"
|
|
2042
|
+
}
|
|
2043
|
+
],
|
|
2044
|
+
"events": [
|
|
2045
|
+
{
|
|
2046
|
+
"name": "select"
|
|
2047
|
+
}
|
|
2048
|
+
],
|
|
2049
|
+
"source": {
|
|
2050
|
+
"module": "./src/components/dropdown/components/dropdown-options-container/components/dropdown-option/dropdown-option.vue",
|
|
2051
|
+
"symbol": "default"
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"name": "dropdown-options-container",
|
|
2056
|
+
"description": "Dropdown options container.\nIt lists all the available options.",
|
|
2057
|
+
"attributes": [
|
|
2058
|
+
{
|
|
2059
|
+
"name": "ariaLabel",
|
|
2060
|
+
"description": "Defines a string value that labels an interactive element.",
|
|
2061
|
+
"value": {
|
|
2062
|
+
"kind": "expression",
|
|
2063
|
+
"type": "string"
|
|
2064
|
+
},
|
|
2065
|
+
"default": "null"
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"name": "disabled",
|
|
2069
|
+
"description": "Disables dropdown functionality",
|
|
2070
|
+
"value": {
|
|
2071
|
+
"kind": "expression",
|
|
2072
|
+
"type": "boolean"
|
|
2073
|
+
},
|
|
2074
|
+
"default": "false"
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "id",
|
|
2078
|
+
"required": true,
|
|
2079
|
+
"description": "Identifies the listbox whose contents are controlled by the the combobox on which the aria-controls attribute is set.",
|
|
2080
|
+
"value": {
|
|
2081
|
+
"kind": "expression",
|
|
2082
|
+
"type": "string"
|
|
2083
|
+
}
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"name": "open",
|
|
2087
|
+
"required": true,
|
|
2088
|
+
"description": "Indicates if the dropdown is open so that\nthe container can be displayed.",
|
|
2089
|
+
"value": {
|
|
2090
|
+
"kind": "expression",
|
|
2091
|
+
"type": "boolean"
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
"name": "items",
|
|
2096
|
+
"required": true,
|
|
2097
|
+
"description": "The option elements to populate the dropdown with.\nIt must be an array of {@see AdlDropdownOptionItem }\n * @property {string} value.label - Text to be displayed in the option\n * @property {string,number} value.value - Value of the option",
|
|
2098
|
+
"value": {
|
|
2099
|
+
"kind": "expression",
|
|
2100
|
+
"type": "AdlDropdownOptions"
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"name": "selectedValue",
|
|
2105
|
+
"description": "The `input` value.\nProviding an empty string will select no options.\nSet to an empty string `''` if you don't want any of the available options to be selected.",
|
|
2106
|
+
"value": {
|
|
2107
|
+
"kind": "expression",
|
|
2108
|
+
"type": "AdlDropdownValue"
|
|
2109
|
+
},
|
|
2110
|
+
"default": "null"
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"name": "targetElement",
|
|
2114
|
+
"required": true,
|
|
2115
|
+
"description": "Reference to the DOM element or Vue component for positioning\nthe Dropdown container.",
|
|
2116
|
+
"value": {
|
|
2117
|
+
"kind": "expression",
|
|
2118
|
+
"type": "PopperContainer.props.targetElement.type"
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
],
|
|
2122
|
+
"events": [
|
|
2123
|
+
{
|
|
2124
|
+
"name": "select"
|
|
2125
|
+
}
|
|
2126
|
+
],
|
|
2127
|
+
"source": {
|
|
2128
|
+
"module": "./src/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue",
|
|
2129
|
+
"symbol": "default"
|
|
2130
|
+
}
|
|
2131
|
+
},
|
|
2132
|
+
{
|
|
2133
|
+
"name": "dropdown-options-container-stub",
|
|
2134
|
+
"description": "",
|
|
2135
|
+
"attributes": [
|
|
2136
|
+
{
|
|
2137
|
+
"name": "open",
|
|
2138
|
+
"value": {
|
|
2139
|
+
"kind": "expression",
|
|
2140
|
+
"type": "boolean"
|
|
2141
|
+
},
|
|
2142
|
+
"default": "false"
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"name": "selectedValue",
|
|
2146
|
+
"value": {
|
|
2147
|
+
"kind": "expression",
|
|
2148
|
+
"type": "number"
|
|
2149
|
+
},
|
|
2150
|
+
"default": "null"
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"name": "items",
|
|
2154
|
+
"value": {
|
|
2155
|
+
"kind": "expression",
|
|
2156
|
+
"type": "AdlDropdownOptions"
|
|
2157
|
+
},
|
|
2158
|
+
"default": "() => []"
|
|
2159
|
+
}
|
|
2160
|
+
],
|
|
2161
|
+
"source": {
|
|
2162
|
+
"module": "./src/components/dropdown/components/dropdown-options-container/__tests__/dropdown-options-container-stub.vue",
|
|
2163
|
+
"symbol": "default"
|
|
2164
|
+
}
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"name": "dropdown.test",
|
|
2168
|
+
"description": "",
|
|
2169
|
+
"source": {
|
|
2170
|
+
"module": "./src/components/dropdown/dropdown.test.vue",
|
|
2171
|
+
"symbol": "default"
|
|
2172
|
+
}
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
"name": "filter-bar.test",
|
|
2176
|
+
"description": "",
|
|
2177
|
+
"source": {
|
|
2178
|
+
"module": "./src/components/filter-bar/filter-bar.test.vue",
|
|
2179
|
+
"symbol": "default"
|
|
2180
|
+
}
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"name": "focus-trap",
|
|
2184
|
+
"description": "Locks the focus inside an element for a11y navigation.\nUseful for things like modals, popovers, etc...",
|
|
2185
|
+
"attributes": [
|
|
2186
|
+
{
|
|
2187
|
+
"name": "arrowNavigation",
|
|
2188
|
+
"description": "Enables / Disables arrow navigation as well can determine the type of arrow navigation.\nThe types of arrow navigation are horizontal and vertical.",
|
|
2189
|
+
"value": {
|
|
2190
|
+
"kind": "expression",
|
|
2191
|
+
"type": "AdlFocusTrapArrowNavigationDirection"
|
|
2192
|
+
},
|
|
2193
|
+
"default": "undefined"
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"name": "disabled",
|
|
2197
|
+
"description": "Enables / disables the focus trap.",
|
|
2198
|
+
"value": {
|
|
2199
|
+
"kind": "expression",
|
|
2200
|
+
"type": "boolean"
|
|
2201
|
+
},
|
|
2202
|
+
"default": "false"
|
|
2203
|
+
}
|
|
2204
|
+
],
|
|
2205
|
+
"slots": [
|
|
2206
|
+
{
|
|
2207
|
+
"name": "default"
|
|
2208
|
+
}
|
|
2209
|
+
],
|
|
2210
|
+
"source": {
|
|
2211
|
+
"module": "./src/components/focus-trap/focus-trap.vue",
|
|
2212
|
+
"symbol": "default"
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"name": "focus-trap-mock",
|
|
2217
|
+
"description": "",
|
|
2218
|
+
"source": {
|
|
2219
|
+
"module": "./src/components/focus-trap/__tests__/focus-trap-mock.vue",
|
|
2220
|
+
"symbol": "default"
|
|
2221
|
+
}
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"name": "input-field.test",
|
|
2225
|
+
"description": "",
|
|
2226
|
+
"source": {
|
|
2227
|
+
"module": "./src/components/input-field/input-field.test.vue",
|
|
2228
|
+
"symbol": "default"
|
|
2229
|
+
}
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"name": "input-radio.test",
|
|
2233
|
+
"description": "",
|
|
2234
|
+
"source": {
|
|
2235
|
+
"module": "./src/components/input-radio/input-radio.test.vue",
|
|
2236
|
+
"symbol": "default"
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"name": "link",
|
|
2241
|
+
"description": "",
|
|
2242
|
+
"attributes": [
|
|
2243
|
+
{
|
|
2244
|
+
"name": "args",
|
|
2245
|
+
"required": false,
|
|
2246
|
+
"value": {
|
|
2247
|
+
"kind": "expression",
|
|
2248
|
+
"type": "{ props: RouterLinkProps }"
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
"name": "external",
|
|
2253
|
+
"required": false,
|
|
2254
|
+
"description": "Set the rendered link to a regular external anchor link.",
|
|
2255
|
+
"value": {
|
|
2256
|
+
"kind": "expression",
|
|
2257
|
+
"type": "boolean"
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
],
|
|
2261
|
+
"slots": [
|
|
2262
|
+
{
|
|
2263
|
+
"name": "default"
|
|
2264
|
+
}
|
|
2265
|
+
],
|
|
2266
|
+
"source": {
|
|
2267
|
+
"module": "./src/components/link/link.vue",
|
|
2268
|
+
"symbol": "default"
|
|
2269
|
+
}
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"name": "link.test",
|
|
2273
|
+
"description": "",
|
|
2274
|
+
"source": {
|
|
2275
|
+
"module": "./src/components/link/link.test.vue",
|
|
2276
|
+
"symbol": "default"
|
|
2277
|
+
}
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"name": "loading-button.test",
|
|
2281
|
+
"description": "",
|
|
2282
|
+
"source": {
|
|
2283
|
+
"module": "./src/components/button/components/loading-button/loading-button.test.vue",
|
|
2284
|
+
"symbol": "default"
|
|
2285
|
+
}
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"name": "loading-indicator.test",
|
|
2289
|
+
"description": "",
|
|
2290
|
+
"source": {
|
|
2291
|
+
"module": "./src/components/loading-indicator/loading-indicator.test.vue",
|
|
2292
|
+
"symbol": "default"
|
|
2293
|
+
}
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"name": "page-header.test",
|
|
2297
|
+
"description": "",
|
|
2298
|
+
"source": {
|
|
2299
|
+
"module": "./src/components/page-header/page-header.test.vue",
|
|
2300
|
+
"symbol": "default"
|
|
2301
|
+
}
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"name": "pagination.test",
|
|
2305
|
+
"description": "",
|
|
2306
|
+
"source": {
|
|
2307
|
+
"module": "./src/components/pagination/pagination.test.vue",
|
|
2308
|
+
"symbol": "default"
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"name": "popover-stub",
|
|
2313
|
+
"description": "",
|
|
2314
|
+
"events": [
|
|
2315
|
+
{
|
|
2316
|
+
"name": "dismiss"
|
|
2317
|
+
}
|
|
2318
|
+
],
|
|
2319
|
+
"slots": [
|
|
2320
|
+
{
|
|
2321
|
+
"name": "image"
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"name": "headerIcon"
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
"name": "default"
|
|
2328
|
+
}
|
|
2329
|
+
],
|
|
2330
|
+
"source": {
|
|
2331
|
+
"module": "./src/components/popover/__tests__/popover-stub.vue",
|
|
2332
|
+
"symbol": "default"
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"name": "popover.test",
|
|
2337
|
+
"description": "",
|
|
2338
|
+
"source": {
|
|
2339
|
+
"module": "./src/components/popover/popover.test.vue",
|
|
2340
|
+
"symbol": "default"
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"name": "popper-container",
|
|
2345
|
+
"description": "A wrapper for the 'popper/core' package that overlays a small piece of content near a target element.\n\nNOTE: This component should not be used by itself but more implemented by other exported components\ne.g. Tooltip\nMore info here on the package: https://popper.js.org/docs/v2/\n\n* @usage\nimport { PopperContainer } from '@adyen/bento-vue2';\n\nexport default {\n components: { PopperContainer },\n computed: {\n targetElement() {\n return this.$refs.tooltipTarget;\n },\n },\n template: `\n <popper-container\n :target-element=\"targetElement\"\n :position=\"position\"\n >\n {{ content }}\n </popper-container>`,\n}",
|
|
2346
|
+
"attributes": [
|
|
2347
|
+
{
|
|
2348
|
+
"name": "ariaLabel",
|
|
2349
|
+
"description": "Defines a string value that provides an accessible name for the popper-container.",
|
|
2350
|
+
"value": {
|
|
2351
|
+
"kind": "expression",
|
|
2352
|
+
"type": "string"
|
|
2353
|
+
},
|
|
2354
|
+
"default": "null"
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"name": "targetElement",
|
|
2358
|
+
"required": true,
|
|
2359
|
+
"description": "Reference to the DOM element or Vue component for positioning",
|
|
2360
|
+
"value": {
|
|
2361
|
+
"kind": "expression",
|
|
2362
|
+
"type": "VueNodeElement"
|
|
2363
|
+
}
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"name": "position",
|
|
2367
|
+
"description": "Position relative to the target element",
|
|
2368
|
+
"value": {
|
|
2369
|
+
"kind": "expression",
|
|
2370
|
+
"type": "PopperContainerPosition"
|
|
2371
|
+
},
|
|
2372
|
+
"default": "PopperContainerPosition.AUTO"
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"name": "fixedPositioning",
|
|
2376
|
+
"description": "Instructs popover to be visible outside of the containing container.\nUseful when component would be used in limited containers like Modal, Side panel, etc.\nhttps://popper.js.org/docs/v2/constructors/#strategy",
|
|
2377
|
+
"value": {
|
|
2378
|
+
"kind": "expression",
|
|
2379
|
+
"type": "boolean"
|
|
2380
|
+
},
|
|
2381
|
+
"default": "false"
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"name": "arrow",
|
|
2385
|
+
"description": "Indicates if container should have additional arrow, pointing at target element\nCan be just a boolean flag, or an object with additional configuration:",
|
|
2386
|
+
"value": {
|
|
2387
|
+
"kind": "expression",
|
|
2388
|
+
"type": "PopperContainerArrowProp | boolean"
|
|
2389
|
+
},
|
|
2390
|
+
"default": "undefined"
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"name": "offset",
|
|
2394
|
+
"description": "Allows to displace a popper container from its target element.",
|
|
2395
|
+
"value": {
|
|
2396
|
+
"kind": "expression",
|
|
2397
|
+
"type": "number[]"
|
|
2398
|
+
},
|
|
2399
|
+
"default": "() => [0, 0]"
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"name": "matchWidth",
|
|
2403
|
+
"description": "Instructs popper container to have the same width as target element.",
|
|
2404
|
+
"value": {
|
|
2405
|
+
"kind": "expression",
|
|
2406
|
+
"type": "boolean"
|
|
2407
|
+
},
|
|
2408
|
+
"default": "false"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "modifiers",
|
|
2412
|
+
"description": "Custom set of modifiers. Useful for low-level control over Popper behavior in some really complex use cases.",
|
|
2413
|
+
"value": {
|
|
2414
|
+
"kind": "expression",
|
|
2415
|
+
"type": "array"
|
|
2416
|
+
},
|
|
2417
|
+
"default": "null"
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"name": "fallbackPosition",
|
|
2421
|
+
"description": "Allows to configure to fallback position to the one specified, it could be 'auto' or ['right', 'top', ...].\nUseful when not using auto as starting placement.\nhttps://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements",
|
|
2422
|
+
"value": {
|
|
2423
|
+
"kind": "expression",
|
|
2424
|
+
"type": "FallbackPositionProp"
|
|
2425
|
+
},
|
|
2426
|
+
"default": "null"
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
"name": "ariaRole",
|
|
2430
|
+
"description": "The aria role assigned to the container. Defaults to null, which means it's not set if nothing is passed.",
|
|
2431
|
+
"value": {
|
|
2432
|
+
"kind": "expression",
|
|
2433
|
+
"type": "PopperContainerAriaRole"
|
|
2434
|
+
},
|
|
2435
|
+
"default": "null"
|
|
2436
|
+
}
|
|
2437
|
+
],
|
|
2438
|
+
"events": [
|
|
2439
|
+
{
|
|
2440
|
+
"name": "position"
|
|
2441
|
+
}
|
|
2442
|
+
],
|
|
2443
|
+
"slots": [
|
|
2444
|
+
{
|
|
2445
|
+
"name": "default"
|
|
2446
|
+
}
|
|
2447
|
+
],
|
|
2448
|
+
"source": {
|
|
2449
|
+
"module": "./src/components/popper-container/popper-container.vue",
|
|
2450
|
+
"symbol": "default"
|
|
2451
|
+
}
|
|
2452
|
+
},
|
|
2453
|
+
{
|
|
2454
|
+
"name": "popper-container-mock",
|
|
2455
|
+
"description": "",
|
|
2456
|
+
"attributes": [
|
|
2457
|
+
{
|
|
2458
|
+
"name": "arrow",
|
|
2459
|
+
"value": {
|
|
2460
|
+
"kind": "expression",
|
|
2461
|
+
"type": "PopperContainer.props.arrow"
|
|
2462
|
+
}
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"name": "position",
|
|
2466
|
+
"value": {
|
|
2467
|
+
"kind": "expression",
|
|
2468
|
+
"type": "PopperContainer.props.position"
|
|
2469
|
+
}
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
"name": "popperContent",
|
|
2473
|
+
"value": {
|
|
2474
|
+
"kind": "expression",
|
|
2475
|
+
"type": "string"
|
|
2476
|
+
},
|
|
2477
|
+
"default": "'Im a popping card!'"
|
|
2478
|
+
}
|
|
2479
|
+
],
|
|
2480
|
+
"events": [
|
|
2481
|
+
{
|
|
2482
|
+
"name": "position"
|
|
2483
|
+
}
|
|
2484
|
+
],
|
|
2485
|
+
"source": {
|
|
2486
|
+
"module": "./src/components/popper-container/__tests__/popper-container-mock.vue",
|
|
2487
|
+
"symbol": "default"
|
|
2488
|
+
}
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"name": "profile-picture.test",
|
|
2492
|
+
"description": "",
|
|
2493
|
+
"source": {
|
|
2494
|
+
"module": "./src/components/profile-picture/profile-picture.test.vue",
|
|
2495
|
+
"symbol": "default"
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"name": "segmented-control.test",
|
|
2500
|
+
"description": "",
|
|
2501
|
+
"source": {
|
|
2502
|
+
"module": "./src/components/segmented-control/segmented-control.test.vue",
|
|
2503
|
+
"symbol": "default"
|
|
2504
|
+
}
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"name": "status.test",
|
|
2508
|
+
"description": "",
|
|
2509
|
+
"source": {
|
|
2510
|
+
"module": "./src/components/status/status.test.vue",
|
|
2511
|
+
"symbol": "default"
|
|
2512
|
+
}
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"name": "tab",
|
|
2516
|
+
"description": "",
|
|
2517
|
+
"attributes": [
|
|
2518
|
+
{
|
|
2519
|
+
"name": "name",
|
|
2520
|
+
"required": true,
|
|
2521
|
+
"description": "Name, main identifier, of the tab. You'll use it to set the initial selected tab if needed.",
|
|
2522
|
+
"value": {
|
|
2523
|
+
"kind": "expression",
|
|
2524
|
+
"type": "string"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"name": "title",
|
|
2529
|
+
"required": true,
|
|
2530
|
+
"description": "Text that will appear as the title of the tab's handle.",
|
|
2531
|
+
"value": {
|
|
2532
|
+
"kind": "expression",
|
|
2533
|
+
"type": "string"
|
|
2534
|
+
}
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"name": "disabled",
|
|
2538
|
+
"description": "Is this tab disabled? When a tab is disabled you can not select it.",
|
|
2539
|
+
"value": {
|
|
2540
|
+
"kind": "expression",
|
|
2541
|
+
"type": "boolean"
|
|
2542
|
+
},
|
|
2543
|
+
"default": "false"
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"name": "testId",
|
|
2547
|
+
"description": "For testing purposes you can decide which testId your adl-tab instance will have",
|
|
2548
|
+
"value": {
|
|
2549
|
+
"kind": "expression",
|
|
2550
|
+
"type": "string"
|
|
2551
|
+
},
|
|
2552
|
+
"default": "'adl-tab'"
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"name": "tabs",
|
|
2556
|
+
"description": "Injected tabs prop that contains all the required tab query methods.\nNOTE: This Prop defintion can be removed when the following issue is resolved:\nhttps://github.com/vuejs/vue/issues/8969",
|
|
2557
|
+
"value": {
|
|
2558
|
+
"kind": "expression",
|
|
2559
|
+
"type": "AdlTabApi"
|
|
2560
|
+
},
|
|
2561
|
+
"default": "null"
|
|
2562
|
+
}
|
|
2563
|
+
],
|
|
2564
|
+
"slots": [
|
|
2565
|
+
{
|
|
2566
|
+
"name": "title"
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"name": "default"
|
|
2570
|
+
}
|
|
2571
|
+
],
|
|
2572
|
+
"source": {
|
|
2573
|
+
"module": "./src/components/tabs/components/tab.vue",
|
|
2574
|
+
"symbol": "default"
|
|
2575
|
+
}
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
"name": "tabs",
|
|
2579
|
+
"description": "",
|
|
2580
|
+
"attributes": [
|
|
2581
|
+
{
|
|
2582
|
+
"name": "initialTab",
|
|
2583
|
+
"required": true,
|
|
2584
|
+
"description": "Here you must pass the name of the tab you want to be selected initially.",
|
|
2585
|
+
"value": {
|
|
2586
|
+
"kind": "expression",
|
|
2587
|
+
"type": "string"
|
|
2588
|
+
}
|
|
2589
|
+
}
|
|
2590
|
+
],
|
|
2591
|
+
"slots": [
|
|
2592
|
+
{
|
|
2593
|
+
"name": "default"
|
|
2594
|
+
}
|
|
2595
|
+
],
|
|
2596
|
+
"source": {
|
|
2597
|
+
"module": "./src/components/tabs/tabs.vue",
|
|
2598
|
+
"symbol": "default"
|
|
2599
|
+
}
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"name": "tabs.test",
|
|
2603
|
+
"description": "",
|
|
2604
|
+
"source": {
|
|
2605
|
+
"module": "./src/components/tabs/tabs.test.vue",
|
|
2606
|
+
"symbol": "default"
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"name": "tag.test",
|
|
2611
|
+
"description": "",
|
|
2612
|
+
"source": {
|
|
2613
|
+
"module": "./src/components/tag/tag.test.vue",
|
|
2614
|
+
"symbol": "default"
|
|
2615
|
+
}
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"name": "textarea.test",
|
|
2619
|
+
"description": "",
|
|
2620
|
+
"source": {
|
|
2621
|
+
"module": "./src/components/textarea/textarea.test.vue",
|
|
2622
|
+
"symbol": "default"
|
|
2623
|
+
}
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"name": "title-item.test",
|
|
2627
|
+
"description": "",
|
|
2628
|
+
"source": {
|
|
2629
|
+
"module": "./src/components/page-header/components/title-item/title-item.test.vue",
|
|
2630
|
+
"symbol": "default"
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"name": "toggle.test",
|
|
2635
|
+
"description": "",
|
|
2636
|
+
"source": {
|
|
2637
|
+
"module": "./src/components/toggle/toggle.test.vue",
|
|
2638
|
+
"symbol": "default"
|
|
2639
|
+
}
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"name": "tooltip-directive-mock",
|
|
2643
|
+
"description": "",
|
|
2644
|
+
"attributes": [
|
|
2645
|
+
{
|
|
2646
|
+
"name": "content",
|
|
2647
|
+
"required": true,
|
|
2648
|
+
"value": {
|
|
2649
|
+
"kind": "expression",
|
|
2650
|
+
"type": "string"
|
|
2651
|
+
}
|
|
2652
|
+
}
|
|
2653
|
+
],
|
|
2654
|
+
"source": {
|
|
2655
|
+
"module": "./src/components/tooltip/__tests__/tooltip-directive-mock.vue",
|
|
2656
|
+
"symbol": "default"
|
|
2657
|
+
}
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"name": "tooltip-mock",
|
|
2661
|
+
"description": "",
|
|
2662
|
+
"attributes": [
|
|
2663
|
+
{
|
|
2664
|
+
"name": "isShown",
|
|
2665
|
+
"value": {
|
|
2666
|
+
"kind": "expression",
|
|
2667
|
+
"type": "BentoTooltip.props.isShown"
|
|
2668
|
+
}
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"name": "content",
|
|
2672
|
+
"required": true,
|
|
2673
|
+
"value": {
|
|
2674
|
+
"kind": "expression",
|
|
2675
|
+
"type": "string"
|
|
2676
|
+
}
|
|
2677
|
+
}
|
|
2678
|
+
],
|
|
2679
|
+
"source": {
|
|
2680
|
+
"module": "./src/components/tooltip/__tests__/tooltip-mock.vue",
|
|
2681
|
+
"symbol": "default"
|
|
2682
|
+
}
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
"name": "tooltip.test",
|
|
2686
|
+
"description": "",
|
|
2687
|
+
"source": {
|
|
2688
|
+
"module": "./src/components/tooltip/tooltip.test.vue",
|
|
2689
|
+
"symbol": "default"
|
|
2690
|
+
}
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "typography.test",
|
|
2694
|
+
"description": "",
|
|
2695
|
+
"source": {
|
|
2696
|
+
"module": "./src/components/typography/typography.test.vue",
|
|
2697
|
+
"symbol": "default"
|
|
2698
|
+
}
|
|
2699
|
+
}
|
|
2700
|
+
]
|
|
2701
|
+
}
|
|
2702
|
+
}
|
|
2703
|
+
}
|