@adyen/bento-mcp 0.10.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/dist/assets/components/data-grid/components/data-grid-cell-actions/data-grid-cell-actions.vue +1 -1
- package/dist/assets/components/date-picker/date-picker.vue +1 -1
- package/dist/assets/components/date-range-picker/components/date-range-picker-calendar/date-range-picker-calendar.vue +1 -1
- package/dist/assets/components/date-range-picker/date-range-picker.stories.ts +1 -1
- package/dist/assets/components/date-range-picker/date-range-picker.vue +1 -1
- package/dist/assets/components/header-with-views/components/header-with-views-all-views/header-with-views-all-views.vue +1 -1
- package/dist/assets/components/header-with-views/header-with-views.vue +1 -1
- package/dist/assets/components/internal/calendar/composables/use-granularity-adjustments.types.ts +1 -1
- package/dist/assets/components/menu/menu.docs.mdx +8 -7
- package/dist/assets/components/menu/menu.vue +1 -1
- package/dist/assets/components/popover/popover.types.ts +1 -1
- package/dist/assets/components/popover/popover.vue +1 -1
- package/dist/assets/components/popper-container/popper-container.types.ts +1 -1
- package/dist/assets/components/popper-container/popper-container.vue +1 -1
- package/dist/assets/components/progress-bar/progress-bar.docs.mdx +102 -0
- package/dist/assets/components/progress-bar/progress-bar.stories.ts +1 -0
- package/dist/assets/components/progress-bar/progress-bar.types.ts +1 -0
- package/dist/assets/components/progress-bar/progress-bar.vue +1 -0
- package/dist/assets/components.json +1 -0
- package/dist/assets/deprecations.md +160 -160
- package/dist/assets/index.ts +1 -1
- package/dist/assets/usage.json +78 -77
- package/dist/assets/variables.css +39 -39
- package/dist/main.js +1 -1
- package/package.json +1 -1
- package/dist/assets/components/internal/calendar/composables/use-range-pane.types.ts +0 -1
|
@@ -6,22 +6,6 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
6
6
|
|
|
7
7
|
### Deprecation Found
|
|
8
8
|
|
|
9
|
-
- deprecate(
|
|
10
|
-
- ../vue2/src/install.ts- Using default setting withDesignTokensCSSInjection set to true in BentoVue plugin
|
|
11
|
-
- //adyen-bento.netlify.app/?path=/docs/welcome-getting-started--docs#import-css-variables
|
|
12
|
-
- ../vue2/src/install.ts- 2.0.0
|
|
13
|
-
- ../vue2/src/install.ts- );
|
|
14
|
-
- ../vue2/src/install.ts- // Make sure to put all awaited CSS imports below this point and not above!
|
|
15
|
-
### Deprecation Found
|
|
16
|
-
|
|
17
|
-
- deprecate(Using `BentoTheme.BENTO`, Please use `BentoTheme.BENTO_LIGHT` instead, 2.0.0);
|
|
18
|
-
- ../vue2/src/install.ts- setTheme(BentoTheme.BENTO_LIGHT);
|
|
19
|
-
- ../vue2/src/install.ts- } else {
|
|
20
|
-
- ../vue2/src/install.ts- setTheme(BentoTheme.BENTO_LIGHT);
|
|
21
|
-
- ../vue2/src/install.ts- }
|
|
22
|
-
- ../vue2/src/install.ts- }
|
|
23
|
-
### Deprecation Found
|
|
24
|
-
|
|
25
9
|
- deprecate(TITLE, MESSAGE, VERSION);
|
|
26
10
|
- ../vue2/src/utils/ts/deprecate.test.ts-
|
|
27
11
|
- ../vue2/src/utils/ts/deprecate.test.ts- expect(warnSpy).toHaveBeenCalledTimes(EXPECTED_CALLS.length);
|
|
@@ -60,102 +44,6 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
60
44
|
- ../vue2/src/utils/ts/deprecate.ts- printDevelopmentWarning(`${deprecationMessage.replaceAll( , ).trim()}`);
|
|
61
45
|
### Deprecation Found
|
|
62
46
|
|
|
63
|
-
- deprecate(
|
|
64
|
-
- ../vue2/src/components/date-picker/date-picker.vue- BentoDatePicker value property
|
|
65
|
-
- ../vue2/src/components/date-picker/date-picker.vue- `The use of value prop in BentoDatePicker is no longer supported. Use the v-model or model-value property instead.`
|
|
66
|
-
- ../vue2/src/components/date-picker/date-picker.vue- 2.0.0
|
|
67
|
-
- ../vue2/src/components/date-picker/date-picker.vue- );
|
|
68
|
-
- ../vue2/src/components/date-picker/date-picker.vue- }
|
|
69
|
-
### Deprecation Found
|
|
70
|
-
|
|
71
|
-
- deprecate(
|
|
72
|
-
- ../vue2/src/components/input-field/input-field.vue- BentoInputField error property
|
|
73
|
-
- ../vue2/src/components/input-field/input-field.vue- `Use the BentoInputField errorMessage property instead to indicate that there is a modifier error.
|
|
74
|
-
- ../vue2/src/components/input-field/input-field.vue- Having the field as undefined will hide/remove the error.
|
|
75
|
-
- ../vue2/src/components/input-field/input-field.vue- <bento-dropdown errorMessage=Error message text />`
|
|
76
|
-
- ../vue2/src/components/input-field/input-field.vue- 2.0.0
|
|
77
|
-
### Deprecation Found
|
|
78
|
-
|
|
79
|
-
- deprecate(
|
|
80
|
-
- ../vue2/src/components/input-field/input-field.vue- BentoInputField defaultIconBefore slot
|
|
81
|
-
- ../vue2/src/components/input-field/input-field.vue- `Use the BentoInputField iconBefore slot instead to add an icon at the left side of the input field
|
|
82
|
-
- ../vue2/src/components/input-field/input-field.vue- <bento-input-field>
|
|
83
|
-
- ../vue2/src/components/input-field/input-field.vue- \t<template #iconBefore>
|
|
84
|
-
- ../vue2/src/components/input-field/input-field.vue- \t\t<my-icon-goes-here />
|
|
85
|
-
### Deprecation Found
|
|
86
|
-
|
|
87
|
-
- deprecate(
|
|
88
|
-
- ../vue2/src/components/input-field/input-field.vue- BentoInputField value property
|
|
89
|
-
- ../vue2/src/components/input-field/input-field.vue- `The use of value prop in BentoInputField is no longer supported.
|
|
90
|
-
- ../vue2/src/components/input-field/input-field.vue- Use the v-model or model-value property instead.`
|
|
91
|
-
- ../vue2/src/components/input-field/input-field.vue- 2.0.0
|
|
92
|
-
- ../vue2/src/components/input-field/input-field.vue- );
|
|
93
|
-
### Deprecation Found
|
|
94
|
-
|
|
95
|
-
- deprecate(
|
|
96
|
-
- ../vue2/src/components/currency/currency.vue- BentoCurrency default slot
|
|
97
|
-
- ../vue2/src/components/currency/currency.vue- `The use of default slot in BentoCurrency is no longer supported as it causes issues with dynamic content.
|
|
98
|
-
- ../vue2/src/components/currency/currency.vue- Use the value property instead.
|
|
99
|
-
- value=12345.67 currency=USD major-units=false />`
|
|
100
|
-
- ../vue2/src/components/currency/currency.vue- 2.0.0
|
|
101
|
-
### Deprecation Found
|
|
102
|
-
|
|
103
|
-
- deprecate(
|
|
104
|
-
- ../vue2/src/components/card/card.vue- BentoCard @click property
|
|
105
|
-
- ../vue2/src/components/card/card.vue- `Use the BentoCard @click with the clickable property to enable accessible styles.`
|
|
106
|
-
- ../vue2/src/components/card/card.vue- 2.0.0
|
|
107
|
-
- ../vue2/src/components/card/card.vue- );
|
|
108
|
-
- ../vue2/src/components/card/card.vue- }
|
|
109
|
-
### Deprecation Found
|
|
110
|
-
|
|
111
|
-
- deprecate(
|
|
112
|
-
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- BentoCheckboxGroup hasError property
|
|
113
|
-
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- `Use the BentoCheckboxGroup errorMessage property instead to indicate that there is a modifier error.
|
|
114
|
-
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- Having the field as undefined will hide/remove the error.
|
|
115
|
-
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- <bento-checkbox-group errorMessage=Error message text />`
|
|
116
|
-
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- 2.0.0
|
|
117
|
-
### Deprecation Found
|
|
118
|
-
|
|
119
|
-
- deprecate(
|
|
120
|
-
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- BentoInputFieldPhoneNumber value property
|
|
121
|
-
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- `The use of value prop in BentoInputFieldPhoneNumber is no longer supported.
|
|
122
|
-
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- Use the v-model or model-value property instead.`
|
|
123
|
-
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- 2.0.0
|
|
124
|
-
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- );
|
|
125
|
-
### Deprecation Found
|
|
126
|
-
|
|
127
|
-
- deprecate(
|
|
128
|
-
- ../vue2/src/components/inspector/inspector.vue- BentoInspector active-page as optional
|
|
129
|
-
- active-page.
|
|
130
|
-
- ../vue2/src/components/inspector/inspector.vue- active-page prop will be required in the next version`
|
|
131
|
-
- ../vue2/src/components/inspector/inspector.vue- 2.0.0
|
|
132
|
-
- ../vue2/src/components/inspector/inspector.vue- );
|
|
133
|
-
### Deprecation Found
|
|
134
|
-
|
|
135
|
-
- deprecate(
|
|
136
|
-
- ../vue2/src/components/country/country.vue- BentoCountry custom variant and label prop
|
|
137
|
-
- ../vue2/src/components/country/country.vue- Use any of the other BentoCountry variants instead OR BentoTypography component for custom text
|
|
138
|
-
- ../vue2/src/components/country/country.vue- 2.0.0
|
|
139
|
-
- ../vue2/src/components/country/country.vue- );
|
|
140
|
-
- ../vue2/src/components/country/country.vue- }
|
|
141
|
-
### Deprecation Found
|
|
142
|
-
|
|
143
|
-
- deprecate(
|
|
144
|
-
- ../vue2/src/components/date-range-picker/date-range-picker.vue- BentoDateRangePicker hasActions property
|
|
145
|
-
- ../vue2/src/components/date-range-picker/date-range-picker.vue- `Set the BentoDateRangePicker hasActions property true which will display the Apply and Cancel buttons.
|
|
146
|
-
- ../vue2/src/components/date-range-picker/date-range-picker.vue- This will be the default behavior in the v2 and hasActions will be removed.`
|
|
147
|
-
- ../vue2/src/components/date-range-picker/date-range-picker.vue- 2.0.0
|
|
148
|
-
- ../vue2/src/components/date-range-picker/date-range-picker.vue- );
|
|
149
|
-
### Deprecation Found
|
|
150
|
-
|
|
151
|
-
- deprecate(
|
|
152
|
-
- ../vue2/src/components/date-range-picker/date-range-picker.vue- BentoDateRangePicker value property
|
|
153
|
-
- ../vue2/src/components/date-range-picker/date-range-picker.vue- The use of value prop in BentoDateRangePicker is no longer supported. Use the v-model or model-value property instead.
|
|
154
|
-
- ../vue2/src/components/date-range-picker/date-range-picker.vue- 2.0.0
|
|
155
|
-
- ../vue2/src/components/date-range-picker/date-range-picker.vue- );
|
|
156
|
-
- ../vue2/src/components/date-range-picker/date-range-picker.vue- }
|
|
157
|
-
### Deprecation Found
|
|
158
|
-
|
|
159
47
|
- deprecate(
|
|
160
48
|
- ../vue2/src/components/typography/typography.vue- BentoTypography subtitle variant (BentoTypographyVariant.SUBTITLE)
|
|
161
49
|
- ../vue2/src/components/typography/typography.vue- `Use the title or BentoTypographyVariant.TITLE variant and (optionally) combine it with a size property. e.g. medium / large.
|
|
@@ -165,11 +53,11 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
165
53
|
### Deprecation Found
|
|
166
54
|
|
|
167
55
|
- deprecate(
|
|
168
|
-
- ../vue2/src/components/
|
|
169
|
-
- ../vue2/src/components/
|
|
170
|
-
- ../vue2/src/components/
|
|
171
|
-
-
|
|
172
|
-
- ../vue2/src/components/
|
|
56
|
+
- ../vue2/src/components/currency/currency.vue- BentoCurrency default slot
|
|
57
|
+
- ../vue2/src/components/currency/currency.vue- `The use of default slot in BentoCurrency is no longer supported as it causes issues with dynamic content.
|
|
58
|
+
- ../vue2/src/components/currency/currency.vue- Use the value property instead.
|
|
59
|
+
- value=12345.67 currency=USD major-units=false />`
|
|
60
|
+
- ../vue2/src/components/currency/currency.vue- 2.0.0
|
|
173
61
|
### Deprecation Found
|
|
174
62
|
|
|
175
63
|
- deprecate(
|
|
@@ -202,6 +90,14 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
202
90
|
- ../vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue- );
|
|
203
91
|
### Deprecation Found
|
|
204
92
|
|
|
93
|
+
- deprecate(
|
|
94
|
+
- ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- BentoDropdownCurrency value property
|
|
95
|
+
- ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- `The use of value prop in BentoDropdownCurrency is no longer supported.
|
|
96
|
+
- ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- Use the v-model or model-value property instead.`
|
|
97
|
+
- ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- 2.0.0
|
|
98
|
+
- ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- );
|
|
99
|
+
### Deprecation Found
|
|
100
|
+
|
|
205
101
|
- deprecate(
|
|
206
102
|
- ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- BentoDropdownAvatar value property
|
|
207
103
|
- ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- `The use of value prop in BentoDropdownAvatar is no longer supported.
|
|
@@ -218,14 +114,6 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
218
114
|
- ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- );
|
|
219
115
|
### Deprecation Found
|
|
220
116
|
|
|
221
|
-
- deprecate(
|
|
222
|
-
- ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- BentoDropdownCurrency value property
|
|
223
|
-
- ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- `The use of value prop in BentoDropdownCurrency is no longer supported.
|
|
224
|
-
- ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- Use the v-model or model-value property instead.`
|
|
225
|
-
- ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- 2.0.0
|
|
226
|
-
- ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- );
|
|
227
|
-
### Deprecation Found
|
|
228
|
-
|
|
229
117
|
- deprecate(
|
|
230
118
|
- ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- BentoDropdownCountry custom variant and items prop label key
|
|
231
119
|
- ../vue2/src/components/dropdown/components/variants/dropdown-country/dropdown-country.vue- Use any of the other BentoDropdownCountry variants instead OR use BentoDropdown component for custom labels
|
|
@@ -243,35 +131,43 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
243
131
|
### Deprecation Found
|
|
244
132
|
|
|
245
133
|
- deprecate(
|
|
246
|
-
- ../vue2/src/components/
|
|
247
|
-
- ../vue2/src/components/
|
|
248
|
-
- ../vue2/src/components/
|
|
249
|
-
- ../vue2/src/components/
|
|
250
|
-
- ../vue2/src/components/
|
|
134
|
+
- ../vue2/src/components/country/country.vue- BentoCountry custom variant and label prop
|
|
135
|
+
- ../vue2/src/components/country/country.vue- Use any of the other BentoCountry variants instead OR BentoTypography component for custom text
|
|
136
|
+
- ../vue2/src/components/country/country.vue- 2.0.0
|
|
137
|
+
- ../vue2/src/components/country/country.vue- );
|
|
138
|
+
- ../vue2/src/components/country/country.vue- }
|
|
251
139
|
### Deprecation Found
|
|
252
140
|
|
|
253
141
|
- deprecate(
|
|
254
|
-
- ../vue2/src/components/
|
|
255
|
-
- ../vue2/src/components/
|
|
256
|
-
- ../vue2/src/components/
|
|
257
|
-
- ../vue2/src/components/
|
|
258
|
-
- ../vue2/src/components/
|
|
142
|
+
- ../vue2/src/components/timeline/components/timeline-item/timeline-item.vue- BentoTimelineItem variant property
|
|
143
|
+
- ../vue2/src/components/timeline/components/timeline-item/timeline-item.vue- `Use the BentoTimelineItem status modifier instead to modify the color of the timeline icon.
|
|
144
|
+
- ../vue2/src/components/timeline/components/timeline-item/timeline-item.vue- <bento-timeline-item status=red />`
|
|
145
|
+
- ../vue2/src/components/timeline/components/timeline-item/timeline-item.vue- 2.0.0
|
|
146
|
+
- ../vue2/src/components/timeline/components/timeline-item/timeline-item.vue- );
|
|
259
147
|
### Deprecation Found
|
|
260
148
|
|
|
261
149
|
- deprecate(
|
|
262
|
-
- ../vue2/src/components/
|
|
263
|
-
- ../vue2/src/components/
|
|
264
|
-
- ../vue2/src/components/
|
|
265
|
-
- ../vue2/src/components/
|
|
266
|
-
- ../vue2/src/components/
|
|
150
|
+
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- BentoInputFieldPhoneNumber value property
|
|
151
|
+
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- `The use of value prop in BentoInputFieldPhoneNumber is no longer supported.
|
|
152
|
+
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- Use the v-model or model-value property instead.`
|
|
153
|
+
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- 2.0.0
|
|
154
|
+
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- );
|
|
267
155
|
### Deprecation Found
|
|
268
156
|
|
|
269
157
|
- deprecate(
|
|
270
|
-
- ../vue2/src/components/
|
|
271
|
-
- ../vue2/src/components/
|
|
272
|
-
- ../vue2/src/components/
|
|
273
|
-
- ../vue2/src/components/
|
|
274
|
-
-
|
|
158
|
+
- ../vue2/src/components/input-field-password/input-field-password.vue- BentoInputFieldPassword value property
|
|
159
|
+
- ../vue2/src/components/input-field-password/input-field-password.vue- `The use of value prop in BentoInputFieldPassword is no longer supported.
|
|
160
|
+
- ../vue2/src/components/input-field-password/input-field-password.vue- Use the v-model or model-value property instead.`
|
|
161
|
+
- ../vue2/src/components/input-field-password/input-field-password.vue- 2.0.0
|
|
162
|
+
- ../vue2/src/components/input-field-password/input-field-password.vue- );
|
|
163
|
+
### Deprecation Found
|
|
164
|
+
|
|
165
|
+
- deprecate(
|
|
166
|
+
- ../vue2/src/components/inspector/inspector.vue- BentoInspector active-page as optional
|
|
167
|
+
- active-page.
|
|
168
|
+
- ../vue2/src/components/inspector/inspector.vue- active-page prop will be required in the next version`
|
|
169
|
+
- ../vue2/src/components/inspector/inspector.vue- 2.0.0
|
|
170
|
+
- ../vue2/src/components/inspector/inspector.vue- );
|
|
275
171
|
### Deprecation Found
|
|
276
172
|
|
|
277
173
|
- deprecate(
|
|
@@ -283,19 +179,19 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
283
179
|
### Deprecation Found
|
|
284
180
|
|
|
285
181
|
- deprecate(
|
|
286
|
-
-
|
|
287
|
-
- ../vue2/src/components/
|
|
288
|
-
-
|
|
289
|
-
- ../vue2/src/components/
|
|
290
|
-
- ../vue2/src/components/
|
|
182
|
+
- The property \`label\` will always be rendered by default.`
|
|
183
|
+
- ../vue2/src/components/internal/controls-group/controls-group.vue- `After version 2.0.0, the label will be shown by default.
|
|
184
|
+
- hide-label=true\`. Up until version 2.0.0, to display the label set \`hide-label=false\`.
|
|
185
|
+
- ../vue2/src/components/internal/controls-group/controls-group.vue- \`label\` will always be rendered when \`description\` is passed alongside with \`label\``
|
|
186
|
+
- ../vue2/src/components/internal/controls-group/controls-group.vue- `2.0.0`
|
|
291
187
|
### Deprecation Found
|
|
292
188
|
|
|
293
189
|
- deprecate(
|
|
294
|
-
- ../vue2/src/components/
|
|
295
|
-
- ../vue2/src/components/
|
|
296
|
-
- ../vue2/src/components/
|
|
297
|
-
- ../vue2/src/components/
|
|
298
|
-
- ../vue2/src/components/
|
|
190
|
+
- ../vue2/src/components/card/card.vue- BentoCard @click property
|
|
191
|
+
- ../vue2/src/components/card/card.vue- `Use the BentoCard @click with the clickable property to enable accessible styles.`
|
|
192
|
+
- ../vue2/src/components/card/card.vue- 2.0.0
|
|
193
|
+
- ../vue2/src/components/card/card.vue- );
|
|
194
|
+
- ../vue2/src/components/card/card.vue- }
|
|
299
195
|
### Deprecation Found
|
|
300
196
|
|
|
301
197
|
- deprecate(
|
|
@@ -306,6 +202,54 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
306
202
|
- ../vue2/src/components/textarea/textarea.vue- );
|
|
307
203
|
### Deprecation Found
|
|
308
204
|
|
|
205
|
+
- deprecate(
|
|
206
|
+
- ../vue2/src/components/modal/modal.vue- BentoModal overflow-visible property
|
|
207
|
+
- ../vue2/src/components/modal/modal.vue- `overflow-visible property was made redundant. BentoModal can work correctly without the need to pass the propery.
|
|
208
|
+
- ../vue2/src/components/modal/modal.vue- Remove the overflow-visible prop from BentoModal to remove this error.`
|
|
209
|
+
- ../vue2/src/components/modal/modal.vue- 2.0.0
|
|
210
|
+
- ../vue2/src/components/modal/modal.vue- );
|
|
211
|
+
### Deprecation Found
|
|
212
|
+
|
|
213
|
+
- deprecate(
|
|
214
|
+
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- BentoCheckboxGroup hasError property
|
|
215
|
+
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- `Use the BentoCheckboxGroup errorMessage property instead to indicate that there is a modifier error.
|
|
216
|
+
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- Having the field as undefined will hide/remove the error.
|
|
217
|
+
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- <bento-checkbox-group errorMessage=Error message text />`
|
|
218
|
+
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- 2.0.0
|
|
219
|
+
### Deprecation Found
|
|
220
|
+
|
|
221
|
+
- deprecate(
|
|
222
|
+
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- Boolean filter BentoFilterItemType.BOOLEAN
|
|
223
|
+
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- `Use the Radio group filter type BentoFilterItemType.RADIO_GROUP instead.`
|
|
224
|
+
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- 2.0.0
|
|
225
|
+
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- );
|
|
226
|
+
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- });
|
|
227
|
+
### Deprecation Found
|
|
228
|
+
|
|
229
|
+
- deprecate(
|
|
230
|
+
- ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- BentoInputFilter options property
|
|
231
|
+
- ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- `BentoInputFilter options no longer supports dropdown, dropdownPosition or variant attributes.
|
|
232
|
+
- ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- Use the BentoFilterItemType.INPUT_DROPDOWN instead of BentoFilterItemType.INPUT
|
|
233
|
+
- ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- <bento-filter-bar
|
|
234
|
+
- config=[{
|
|
235
|
+
### Deprecation Found
|
|
236
|
+
|
|
237
|
+
- deprecate(
|
|
238
|
+
- ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- BentoFilterBar filter of type BentoFilterItemType.SELECT options message property
|
|
239
|
+
- ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- `Please remove the options.messages property from this filter, it is not required any more for persistent filters.
|
|
240
|
+
- ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- This will be the default behavior in the v2 and options.messages will be removed.`
|
|
241
|
+
- ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- 2.0.0
|
|
242
|
+
- ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- );
|
|
243
|
+
### Deprecation Found
|
|
244
|
+
|
|
245
|
+
- deprecate(
|
|
246
|
+
- ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- BentoSelectCountryFilter type with `options.variant===custom`
|
|
247
|
+
- ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- Use any of the other BentoSelectCountryFilter variants instead OR use BentoSelectFilter type for custom labels
|
|
248
|
+
- ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- 2.0.0
|
|
249
|
+
- ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- );
|
|
250
|
+
- ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- }
|
|
251
|
+
### Deprecation Found
|
|
252
|
+
|
|
309
253
|
- deprecate(
|
|
310
254
|
- string | Array<string> | File | Array<File>
|
|
311
255
|
- ../vue2/src/components/file-uploader/file-uploader.vue- Use FileList instead.
|
|
@@ -314,6 +258,38 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
314
258
|
- ../vue2/src/components/file-uploader/file-uploader.vue- }
|
|
315
259
|
### Deprecation Found
|
|
316
260
|
|
|
261
|
+
- deprecate(
|
|
262
|
+
- ../vue2/src/components/date-picker/date-picker.vue- BentoDatePicker value property
|
|
263
|
+
- ../vue2/src/components/date-picker/date-picker.vue- `The use of value prop in BentoDatePicker is no longer supported. Use the v-model or model-value property instead.`
|
|
264
|
+
- ../vue2/src/components/date-picker/date-picker.vue- 2.0.0
|
|
265
|
+
- ../vue2/src/components/date-picker/date-picker.vue- );
|
|
266
|
+
- ../vue2/src/components/date-picker/date-picker.vue- }
|
|
267
|
+
### Deprecation Found
|
|
268
|
+
|
|
269
|
+
- deprecate(
|
|
270
|
+
- ../vue2/src/components/input-field/input-field.vue- BentoInputField error property
|
|
271
|
+
- ../vue2/src/components/input-field/input-field.vue- `Use the BentoInputField errorMessage property instead to indicate that there is a modifier error.
|
|
272
|
+
- ../vue2/src/components/input-field/input-field.vue- Having the field as undefined will hide/remove the error.
|
|
273
|
+
- ../vue2/src/components/input-field/input-field.vue- <bento-dropdown errorMessage=Error message text />`
|
|
274
|
+
- ../vue2/src/components/input-field/input-field.vue- 2.0.0
|
|
275
|
+
### Deprecation Found
|
|
276
|
+
|
|
277
|
+
- deprecate(
|
|
278
|
+
- ../vue2/src/components/input-field/input-field.vue- BentoInputField defaultIconBefore slot
|
|
279
|
+
- ../vue2/src/components/input-field/input-field.vue- `Use the BentoInputField iconBefore slot instead to add an icon at the left side of the input field
|
|
280
|
+
- ../vue2/src/components/input-field/input-field.vue- <bento-input-field>
|
|
281
|
+
- ../vue2/src/components/input-field/input-field.vue- \t<template #iconBefore>
|
|
282
|
+
- ../vue2/src/components/input-field/input-field.vue- \t\t<my-icon-goes-here />
|
|
283
|
+
### Deprecation Found
|
|
284
|
+
|
|
285
|
+
- deprecate(
|
|
286
|
+
- ../vue2/src/components/input-field/input-field.vue- BentoInputField value property
|
|
287
|
+
- ../vue2/src/components/input-field/input-field.vue- `The use of value prop in BentoInputField is no longer supported.
|
|
288
|
+
- ../vue2/src/components/input-field/input-field.vue- Use the v-model or model-value property instead.`
|
|
289
|
+
- ../vue2/src/components/input-field/input-field.vue- 2.0.0
|
|
290
|
+
- ../vue2/src/components/input-field/input-field.vue- );
|
|
291
|
+
### Deprecation Found
|
|
292
|
+
|
|
317
293
|
- deprecate(
|
|
318
294
|
- ../vue2/src/components/sidepanel/sidepanel.vue- BentoSidepanel isDismissible property’s behavior
|
|
319
295
|
- ../vue2/src/components/sidepanel/sidepanel.vue- BentoSidepanel isDismissible will no longer hide the close button. Use hideCloseButton=true instead.
|
|
@@ -323,11 +299,35 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
323
299
|
### Deprecation Found
|
|
324
300
|
|
|
325
301
|
- deprecate(
|
|
326
|
-
-
|
|
327
|
-
- ../vue2/src/components/
|
|
328
|
-
-
|
|
329
|
-
- ../vue2/src/components/
|
|
330
|
-
- ../vue2/src/components/
|
|
302
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- BentoDateRangePicker hasActions property
|
|
303
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- `Set the BentoDateRangePicker hasActions property true which will display the Apply and Cancel buttons.
|
|
304
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- This will be the default behavior in the v2 and hasActions will be removed.`
|
|
305
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- 2.0.0
|
|
306
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- );
|
|
307
|
+
### Deprecation Found
|
|
308
|
+
|
|
309
|
+
- deprecate(
|
|
310
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- BentoDateRangePicker value property
|
|
311
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- The use of value prop in BentoDateRangePicker is no longer supported. Use the v-model or model-value property instead.
|
|
312
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- 2.0.0
|
|
313
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- );
|
|
314
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- }
|
|
315
|
+
### Deprecation Found
|
|
316
|
+
|
|
317
|
+
- deprecate(
|
|
318
|
+
- ../vue2/src/install.ts- Using default setting withDesignTokensCSSInjection set to true in BentoVue plugin
|
|
319
|
+
- //adyen-bento.netlify.app/?path=/docs/welcome-getting-started--docs#import-css-variables
|
|
320
|
+
- ../vue2/src/install.ts- 2.0.0
|
|
321
|
+
- ../vue2/src/install.ts- );
|
|
322
|
+
- ../vue2/src/install.ts- // Make sure to put all awaited CSS imports below this point and not above!
|
|
323
|
+
### Deprecation Found
|
|
324
|
+
|
|
325
|
+
- deprecate(Using `BentoTheme.BENTO`, Please use `BentoTheme.BENTO_LIGHT` instead, 2.0.0);
|
|
326
|
+
- ../vue2/src/install.ts- setTheme(BentoTheme.BENTO_LIGHT);
|
|
327
|
+
- ../vue2/src/install.ts- } else {
|
|
328
|
+
- ../vue2/src/install.ts- setTheme(BentoTheme.BENTO_LIGHT);
|
|
329
|
+
- ../vue2/src/install.ts- }
|
|
330
|
+
- ../vue2/src/install.ts- }
|
|
331
331
|
|
|
332
332
|
---
|
|
333
333
|
|
package/dist/assets/index.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import BentoVue from './install'; export * from './components/accordion'; export * from './components/action-bar'; export * from './components/ai-tag'; export * from './components/alert'; export * from './components/anchor-scroller'; export * from './components/avatar'; export * from './components/button'; export * from './components/dashed-underline'; export * from './components/data-grid'; export * from './components/card'; export * from './components/date-picker'; export * from './components/date-range-picker'; export * from './components/date-time-picker'; export * from './components/draggable'; export * from './components/draggable/components/draggable-handle'; export * from './components/drawer'; export * from './components/dropdown'; export * from './components/checkbox'; export * from './components/chip'; export * from './components/click-outside'; export * from './components/code-snippet'; export * from './components/country'; export * from './components/currency'; export * from './components/date'; export * from './components/divider'; export * from './components/empty-state'; export * from './components/file-uploader'; export * from './components/filter-bar'; export * from './components/form-layout'; export * from './components/header-with-views'; export * from './components/image'; export * from './components/info-icon'; export * from './components/input-field'; export * from './components/input-field-password'; export * from './components/input-field-phone-number'; export * from './components/input-time'; export * from './components/inspector'; export * from './components/layout'; export * from './components/list'; export * from './components/loading-indicator'; export * from './components/link'; export * from './components/menu'; export * from './components/modal'; export * from './components/modal-fullscreen'; export * from './components/navigation-menu'; export * from './components/header'; export * from './components/pagination'; export * from './components/payment-method'; export * from './components/popover'; export * from './components/promo-banner'; export * from './components/radio-group'; export * from './components/rich-text-editor'; export * from './components/search-bar'; export * from './components/secondary-nav'; export * from './components/selection-card'; export * from './components/segmented-control'; export * from './components/sidepanel'; export * from './components/status'; export * from './components/stepper'; export * from './components/structured-list'; export * from './components/summary-grid'; export * from './components/tabs'; export * from './components/table-of-contents'; export * from './components/tag'; export * from './components/textarea'; export * from './components/timeline'; export * from './components/toast'; export * from './components/toggle'; export * from './components/tutorial'; export * from './components/typography'; // Export Composables export * from './composables/use-bento-base-filter'; export * from './composables/use-bento-currency'; export * from './composables/use-bento-theme'; export * from './composables/use-bento-toast-controller'; export * from './composables/use-click-outside'; export * from './composables/use-form-validate'; export * from './composables/use-bento-delayed-hover'; // Export Templates export * from './templates/dashboard-template'; export * from './templates/data-grid-template'; // Export Types export * from './types'; // Export Directives export * from './directives'; // AdlVue Plugin export default BentoVue; export { BentoTheme } from './install';
|
|
1
|
+
import BentoVue from './install'; export * from './components/accordion'; export * from './components/action-bar'; export * from './components/ai-tag'; export * from './components/alert'; export * from './components/anchor-scroller'; export * from './components/avatar'; export * from './components/button'; export * from './components/dashed-underline'; export * from './components/data-grid'; export * from './components/card'; export * from './components/date-picker'; export * from './components/date-range-picker'; export * from './components/date-time-picker'; export * from './components/draggable'; export * from './components/draggable/components/draggable-handle'; export * from './components/drawer'; export * from './components/dropdown'; export * from './components/checkbox'; export * from './components/chip'; export * from './components/click-outside'; export * from './components/code-snippet'; export * from './components/country'; export * from './components/currency'; export * from './components/date'; export * from './components/divider'; export * from './components/empty-state'; export * from './components/file-uploader'; export * from './components/filter-bar'; export * from './components/form-layout'; export * from './components/header-with-views'; export * from './components/image'; export * from './components/info-icon'; export * from './components/input-field'; export * from './components/input-field-password'; export * from './components/input-field-phone-number'; export * from './components/input-time'; export * from './components/inspector'; export * from './components/layout'; export * from './components/list'; export * from './components/loading-indicator'; export * from './components/link'; export * from './components/menu'; export * from './components/modal'; export * from './components/modal-fullscreen'; export * from './components/navigation-menu'; export * from './components/header'; export * from './components/pagination'; export * from './components/payment-method'; export * from './components/popover'; export * from './components/progress-bar'; export * from './components/promo-banner'; export * from './components/radio-group'; export * from './components/rich-text-editor'; export * from './components/search-bar'; export * from './components/secondary-nav'; export * from './components/selection-card'; export * from './components/segmented-control'; export * from './components/sidepanel'; export * from './components/status'; export * from './components/stepper'; export * from './components/structured-list'; export * from './components/summary-grid'; export * from './components/tabs'; export * from './components/table-of-contents'; export * from './components/tag'; export * from './components/textarea'; export * from './components/timeline'; export * from './components/toast'; export * from './components/toggle'; export * from './components/tutorial'; export * from './components/typography'; // Export Composables export * from './composables/use-bento-base-filter'; export * from './composables/use-bento-currency'; export * from './composables/use-bento-theme'; export * from './composables/use-bento-toast-controller'; export * from './composables/use-click-outside'; export * from './composables/use-form-validate'; export * from './composables/use-bento-delayed-hover'; // Export Templates export * from './templates/dashboard-template'; export * from './templates/data-grid-template'; // Export Types export * from './types'; // Export Directives export * from './directives'; // AdlVue Plugin export default BentoVue; export { BentoTheme } from './install';
|