@adyen/bento-mcp 0.6.0 → 0.8.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 +22 -0
- package/README.md +7 -6
- package/bin/add-skill.js +12 -1
- package/dist/assets/components/anchor-scroller/anchor-scroller.vue +1 -1
- package/dist/assets/components/anchor-scroller/components/anchor-scroller-list/anchor-scroller-list.types.ts +1 -1
- package/dist/assets/components/anchor-scroller/components/anchor-scroller-list/anchor-scroller-list.vue +1 -1
- package/dist/assets/components/button/button.docs.mdx +24 -0
- package/dist/assets/components/button/button.vue +1 -1
- package/dist/assets/components/button/components/button-actions/button-actions.docs.mdx +14 -1
- package/dist/assets/components/currency/currency.types.ts +1 -1
- package/dist/assets/components/currency/currency.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.vue +1 -1
- package/dist/assets/components/draggable/components/draggable-handle/draggable-handle.vue +1 -1
- package/dist/assets/components/dropdown/components/dropdown-options-container/dropdown-options-container.vue +1 -1
- package/dist/assets/components/dropdown/dropdown.docs.mdx +58 -0
- package/dist/assets/components/dropdown/dropdown.stories.ts +1 -1
- package/dist/assets/components/dropdown/dropdown.vue +1 -1
- package/dist/assets/components/filter-bar/components/range-filter/range-filter.types.ts +1 -0
- package/dist/assets/components/filter-bar/components/range-filter/range-filter.vue +1 -1
- package/dist/assets/components/filter-bar/filter-bar.docs.mdx +74 -1
- package/dist/assets/components/filter-bar/filter-bar.stories.ts +1 -1
- package/dist/assets/components/filter-bar/filter-bar.types.ts +1 -1
- package/dist/assets/components/filter-bar/filter-bar.vue +1 -1
- package/dist/assets/components/header/header.docs.mdx +8 -0
- package/dist/assets/components/header-with-views/header-with-views.docs.mdx +12 -0
- package/dist/assets/components/input-field/input-field.vue +1 -1
- package/dist/assets/components/inspector/components/inspector-page/inspector-page.types.ts +1 -0
- package/dist/assets/components/inspector/components/inspector-page/inspector-page.vue +1 -0
- package/dist/assets/components/inspector/inspector.docs.mdx +14 -0
- package/dist/assets/components/inspector/inspector.stories.ts +1 -1
- package/dist/assets/components/inspector/inspector.types.ts +1 -1
- package/dist/assets/components/inspector/inspector.vue +1 -1
- package/dist/assets/components/internal/dialog-page/dialog-page.vue +1 -1
- package/dist/assets/components/internal/listbox/components/listbox-lazy-load/listbox-lazy-load.types.ts +1 -0
- package/dist/assets/components/internal/listbox/components/listbox-lazy-load/listbox-lazy-load.vue +1 -0
- package/dist/assets/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/components/listbox-multi-select-category/listbox-multi-select-category.vue +1 -1
- package/dist/assets/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/components/listbox-multi-select-nested-lazy-load/listbox-multi-select-nested-lazy-load.types.ts +1 -0
- package/dist/assets/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/components/listbox-multi-select-nested-lazy-load/listbox-multi-select-nested-lazy-load.vue +1 -0
- package/dist/assets/components/internal/listbox/components/listbox-multi-select/components/listbox-multi-select-options/listbox-multi-select-options.vue +1 -1
- package/dist/assets/components/internal/listbox/components/listbox-multi-select/listbox-multi-select.vue +1 -1
- package/dist/assets/components/internal/listbox/components/listbox-single-select/listbox-single-select.vue +1 -1
- package/dist/assets/components/internal/listbox/listbox.vue +1 -1
- package/dist/assets/components/table-of-contents/components/table-of-contents-list/table-of-contents-list.types.ts +1 -0
- package/dist/assets/components/table-of-contents/components/table-of-contents-list/table-of-contents-list.vue +1 -0
- package/dist/assets/components/table-of-contents/table-of-contents.docs.mdx +34 -0
- package/dist/assets/components/table-of-contents/table-of-contents.stories.ts +1 -0
- package/dist/assets/components/table-of-contents/table-of-contents.types.ts +1 -0
- package/dist/assets/components/table-of-contents/table-of-contents.vue +1 -0
- package/dist/assets/components/tag/tag.types.ts +1 -1
- package/dist/assets/components.json +2 -0
- package/dist/assets/composables/use-numeric-input/use-numeric-input.types.ts +1 -0
- package/dist/assets/composables/use-section-navigation-keyboard/use-section-navigation-keyboard.types.ts +1 -0
- package/dist/assets/deprecations.md +136 -136
- package/dist/assets/index.ts +1 -1
- package/dist/assets/usage.json +81 -79
- package/dist/assets/utils/ts/scroll-to-section/scroll-to-section.types.ts +1 -0
- package/dist/main.js +1 -1
- package/package.json +1 -1
|
@@ -6,6 +6,14 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
6
6
|
|
|
7
7
|
### Deprecation Found
|
|
8
8
|
|
|
9
|
+
- string) {
|
|
10
|
+
- ../vue2/src/utils/ts/deprecate.ts- // If the message is already showing, dont show it again
|
|
11
|
+
- ../vue2/src/utils/ts/deprecate.ts- if (!shownMessages.has(title)) {
|
|
12
|
+
- \x1b[0m ${title}`, DEPRECATION_STYLES);
|
|
13
|
+
- ../vue2/src/utils/ts/deprecate.ts- // Format multi-line descriptions with the backtick
|
|
14
|
+
- ../vue2/src/utils/ts/deprecate.ts- printDevelopmentWarning(`${deprecationMessage.replaceAll( , ).trim()}`);
|
|
15
|
+
### Deprecation Found
|
|
16
|
+
|
|
9
17
|
- deprecate(TITLE, MESSAGE, VERSION);
|
|
10
18
|
- ../vue2/src/utils/ts/deprecate.test.ts-
|
|
11
19
|
- ../vue2/src/utils/ts/deprecate.test.ts- expect(warnSpy).toHaveBeenCalledTimes(EXPECTED_CALLS.length);
|
|
@@ -36,14 +44,6 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
36
44
|
- ../vue2/src/utils/ts/deprecate.test.ts- EXPECTED_CALLS[0]
|
|
37
45
|
### Deprecation Found
|
|
38
46
|
|
|
39
|
-
- string) {
|
|
40
|
-
- ../vue2/src/utils/ts/deprecate.ts- // If the message is already showing, dont show it again
|
|
41
|
-
- ../vue2/src/utils/ts/deprecate.ts- if (!shownMessages.has(title)) {
|
|
42
|
-
- \x1b[0m ${title}`, DEPRECATION_STYLES);
|
|
43
|
-
- ../vue2/src/utils/ts/deprecate.ts- // Format multi-line descriptions with the backtick
|
|
44
|
-
- ../vue2/src/utils/ts/deprecate.ts- printDevelopmentWarning(`${deprecationMessage.replaceAll( , ).trim()}`);
|
|
45
|
-
### Deprecation Found
|
|
46
|
-
|
|
47
47
|
- deprecate(
|
|
48
48
|
- ../vue2/src/install.ts- Using default setting withDesignTokensCSSInjection set to true in BentoVue plugin
|
|
49
49
|
- //adyen-bento.netlify.app/?path=/docs/welcome-getting-started--docs#import-css-variables
|
|
@@ -61,83 +61,11 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
61
61
|
### Deprecation Found
|
|
62
62
|
|
|
63
63
|
- deprecate(
|
|
64
|
-
- ../vue2/src/components/
|
|
65
|
-
- ../vue2/src/components/
|
|
66
|
-
- ../vue2/src/components/
|
|
67
|
-
- ../vue2/src/components/
|
|
68
|
-
- ../vue2/src/components/
|
|
69
|
-
### Deprecation Found
|
|
70
|
-
|
|
71
|
-
- deprecate(
|
|
72
|
-
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- Boolean filter BentoFilterItemType.BOOLEAN
|
|
73
|
-
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- `Use the Radio group filter type BentoFilterItemType.RADIO_GROUP instead.`
|
|
74
|
-
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- 2.0.0
|
|
75
|
-
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- );
|
|
76
|
-
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- });
|
|
77
|
-
### Deprecation Found
|
|
78
|
-
|
|
79
|
-
- deprecate(
|
|
80
|
-
- ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- BentoInputFilter options property
|
|
81
|
-
- ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- `BentoInputFilter options no longer supports dropdown, dropdownPosition or variant attributes.
|
|
82
|
-
- ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- Use the BentoFilterItemType.INPUT_DROPDOWN instead of BentoFilterItemType.INPUT
|
|
83
|
-
- ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- <bento-filter-bar
|
|
84
|
-
- config=[{
|
|
85
|
-
### Deprecation Found
|
|
86
|
-
|
|
87
|
-
- deprecate(
|
|
88
|
-
- ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- BentoFilterBar filter of type BentoFilterItemType.SELECT options message property
|
|
89
|
-
- ../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.
|
|
90
|
-
- ../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.`
|
|
91
|
-
- ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- 2.0.0
|
|
92
|
-
- ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- );
|
|
93
|
-
### Deprecation Found
|
|
94
|
-
|
|
95
|
-
- deprecate(
|
|
96
|
-
- ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- BentoSelectCountryFilter type with `options.variant===custom`
|
|
97
|
-
- ../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
|
|
98
|
-
- ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- 2.0.0
|
|
99
|
-
- ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- );
|
|
100
|
-
- ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- }
|
|
101
|
-
### Deprecation Found
|
|
102
|
-
|
|
103
|
-
- deprecate(
|
|
104
|
-
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- BentoInputFieldPhoneNumber value property
|
|
105
|
-
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- `The use of value prop in BentoInputFieldPhoneNumber is no longer supported.
|
|
106
|
-
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- Use the v-model or model-value property instead.`
|
|
107
|
-
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- 2.0.0
|
|
108
|
-
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- );
|
|
109
|
-
### Deprecation Found
|
|
110
|
-
|
|
111
|
-
- deprecate(
|
|
112
|
-
- ../vue2/src/components/input-field-password/input-field-password.vue- BentoInputFieldPassword value property
|
|
113
|
-
- ../vue2/src/components/input-field-password/input-field-password.vue- `The use of value prop in BentoInputFieldPassword is no longer supported.
|
|
114
|
-
- ../vue2/src/components/input-field-password/input-field-password.vue- Use the v-model or model-value property instead.`
|
|
115
|
-
- ../vue2/src/components/input-field-password/input-field-password.vue- 2.0.0
|
|
116
|
-
- ../vue2/src/components/input-field-password/input-field-password.vue- );
|
|
117
|
-
### Deprecation Found
|
|
118
|
-
|
|
119
|
-
- deprecate(
|
|
120
|
-
- ../vue2/src/components/card/card.vue- BentoCard @click property
|
|
121
|
-
- ../vue2/src/components/card/card.vue- `Use the BentoCard @click with the clickable property to enable accessible styles.`
|
|
122
|
-
- ../vue2/src/components/card/card.vue- 2.0.0
|
|
123
|
-
- ../vue2/src/components/card/card.vue- );
|
|
124
|
-
- ../vue2/src/components/card/card.vue- }
|
|
125
|
-
### Deprecation Found
|
|
126
|
-
|
|
127
|
-
- deprecate(
|
|
128
|
-
- ../vue2/src/components/date-picker/date-picker.vue- BentoDatePicker value property
|
|
129
|
-
- ../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.`
|
|
130
|
-
- ../vue2/src/components/date-picker/date-picker.vue- 2.0.0
|
|
131
|
-
- ../vue2/src/components/date-picker/date-picker.vue- );
|
|
132
|
-
- ../vue2/src/components/date-picker/date-picker.vue- }
|
|
133
|
-
### Deprecation Found
|
|
134
|
-
|
|
135
|
-
- deprecate(
|
|
136
|
-
- ../vue2/src/components/typography/typography.vue- BentoTypography subtitle variant (BentoTypographyVariant.SUBTITLE)
|
|
137
|
-
- ../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.
|
|
138
|
-
- variant=BentoTypographyVariant.TITLE medium>`
|
|
139
|
-
- ../vue2/src/components/typography/typography.vue- 2.0.0
|
|
140
|
-
- ../vue2/src/components/typography/typography.vue- );
|
|
64
|
+
- ../vue2/src/components/country/country.vue- BentoCountry custom variant and label prop
|
|
65
|
+
- ../vue2/src/components/country/country.vue- Use any of the other BentoCountry variants instead OR BentoTypography component for custom text
|
|
66
|
+
- ../vue2/src/components/country/country.vue- 2.0.0
|
|
67
|
+
- ../vue2/src/components/country/country.vue- );
|
|
68
|
+
- ../vue2/src/components/country/country.vue- }
|
|
141
69
|
### Deprecation Found
|
|
142
70
|
|
|
143
71
|
- deprecate(
|
|
@@ -162,14 +90,6 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
162
90
|
- ../vue2/src/components/dropdown/dropdown.vue- );
|
|
163
91
|
### Deprecation Found
|
|
164
92
|
|
|
165
|
-
- deprecate(
|
|
166
|
-
- ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- BentoDropdownPaymentMethod value property
|
|
167
|
-
- ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- `The use of value prop in BentoDropdownPaymentMethod is no longer supported.
|
|
168
|
-
- ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- Use the v-model or model-value property instead.`
|
|
169
|
-
- ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- 2.0.0
|
|
170
|
-
- ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- );
|
|
171
|
-
### Deprecation Found
|
|
172
|
-
|
|
173
93
|
- deprecate(
|
|
174
94
|
- ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- BentoDropdownAvatar value property
|
|
175
95
|
- ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- `The use of value prop in BentoDropdownAvatar is no longer supported.
|
|
@@ -178,6 +98,14 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
178
98
|
- ../vue2/src/components/dropdown/components/variants/dropdown-avatar/dropdown-avatar.vue- );
|
|
179
99
|
### Deprecation Found
|
|
180
100
|
|
|
101
|
+
- deprecate(
|
|
102
|
+
- ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- BentoDropdownPaymentMethod value property
|
|
103
|
+
- ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- `The use of value prop in BentoDropdownPaymentMethod is no longer supported.
|
|
104
|
+
- ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- Use the v-model or model-value property instead.`
|
|
105
|
+
- ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- 2.0.0
|
|
106
|
+
- ../vue2/src/components/dropdown/components/variants/dropdown-payment-method/dropdown-payment-method.vue- );
|
|
107
|
+
### Deprecation Found
|
|
108
|
+
|
|
181
109
|
- deprecate(
|
|
182
110
|
- ../vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue- BentoDropdownTag value property
|
|
183
111
|
- ../vue2/src/components/dropdown/components/variants/dropdown-tag/dropdown-tag.vue- `The use of value prop in BentoDropdownTag is no longer supported.
|
|
@@ -210,6 +138,38 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
210
138
|
- ../vue2/src/components/dropdown/components/variants/dropdown-currency/dropdown-currency.vue- );
|
|
211
139
|
### Deprecation Found
|
|
212
140
|
|
|
141
|
+
- deprecate(
|
|
142
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- BentoDateRangePicker hasActions property
|
|
143
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- `Set the BentoDateRangePicker hasActions property true which will display the Apply and Cancel buttons.
|
|
144
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- This will be the default behavior in the v2 and hasActions will be removed.`
|
|
145
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- 2.0.0
|
|
146
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- );
|
|
147
|
+
### Deprecation Found
|
|
148
|
+
|
|
149
|
+
- deprecate(
|
|
150
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- BentoDateRangePicker value property
|
|
151
|
+
- ../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.
|
|
152
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- 2.0.0
|
|
153
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- );
|
|
154
|
+
- ../vue2/src/components/date-range-picker/date-range-picker.vue- }
|
|
155
|
+
### Deprecation Found
|
|
156
|
+
|
|
157
|
+
- deprecate(
|
|
158
|
+
- ../vue2/src/components/currency/currency.vue- BentoCurrency default slot
|
|
159
|
+
- ../vue2/src/components/currency/currency.vue- `The use of default slot in BentoCurrency is no longer supported as it causes issues with dynamic content.
|
|
160
|
+
- ../vue2/src/components/currency/currency.vue- Use the value property instead.
|
|
161
|
+
- value=12345.67 currency=USD major-units=false />`
|
|
162
|
+
- ../vue2/src/components/currency/currency.vue- 2.0.0
|
|
163
|
+
### Deprecation Found
|
|
164
|
+
|
|
165
|
+
- deprecate(
|
|
166
|
+
- ../vue2/src/components/date-picker/date-picker.vue- BentoDatePicker value property
|
|
167
|
+
- ../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.`
|
|
168
|
+
- ../vue2/src/components/date-picker/date-picker.vue- 2.0.0
|
|
169
|
+
- ../vue2/src/components/date-picker/date-picker.vue- );
|
|
170
|
+
- ../vue2/src/components/date-picker/date-picker.vue- }
|
|
171
|
+
### Deprecation Found
|
|
172
|
+
|
|
213
173
|
- deprecate(
|
|
214
174
|
- string | Array<string> | File | Array<File>
|
|
215
175
|
- ../vue2/src/components/file-uploader/file-uploader.vue- Use FileList instead.
|
|
@@ -219,11 +179,27 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
219
179
|
### Deprecation Found
|
|
220
180
|
|
|
221
181
|
- deprecate(
|
|
222
|
-
- ../vue2/src/components/
|
|
223
|
-
- ../vue2/src/components/
|
|
224
|
-
-
|
|
225
|
-
- ../vue2/src/components/
|
|
226
|
-
- ../vue2/src/components/
|
|
182
|
+
- ../vue2/src/components/typography/typography.vue- BentoTypography subtitle variant (BentoTypographyVariant.SUBTITLE)
|
|
183
|
+
- ../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.
|
|
184
|
+
- variant=BentoTypographyVariant.TITLE medium>`
|
|
185
|
+
- ../vue2/src/components/typography/typography.vue- 2.0.0
|
|
186
|
+
- ../vue2/src/components/typography/typography.vue- );
|
|
187
|
+
### Deprecation Found
|
|
188
|
+
|
|
189
|
+
- deprecate(
|
|
190
|
+
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- BentoCheckboxGroup hasError property
|
|
191
|
+
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- `Use the BentoCheckboxGroup errorMessage property instead to indicate that there is a modifier error.
|
|
192
|
+
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- Having the field as undefined will hide/remove the error.
|
|
193
|
+
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- <bento-checkbox-group errorMessage=Error message text />`
|
|
194
|
+
- ../vue2/src/components/checkbox/components/checkbox-group/checkbox-group.vue- 2.0.0
|
|
195
|
+
### Deprecation Found
|
|
196
|
+
|
|
197
|
+
- deprecate(
|
|
198
|
+
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- BentoInputFieldPhoneNumber value property
|
|
199
|
+
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- `The use of value prop in BentoInputFieldPhoneNumber is no longer supported.
|
|
200
|
+
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- Use the v-model or model-value property instead.`
|
|
201
|
+
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- 2.0.0
|
|
202
|
+
- ../vue2/src/components/input-field-phone-number/input-field-phone-number.vue- );
|
|
227
203
|
### Deprecation Found
|
|
228
204
|
|
|
229
205
|
- deprecate(
|
|
@@ -259,19 +235,27 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
259
235
|
### Deprecation Found
|
|
260
236
|
|
|
261
237
|
- deprecate(
|
|
262
|
-
- ../vue2/src/components/
|
|
263
|
-
- ../vue2/src/components/
|
|
264
|
-
- ../vue2/src/components/
|
|
265
|
-
- ../vue2/src/components/
|
|
266
|
-
- ../vue2/src/components/
|
|
238
|
+
- ../vue2/src/components/modal/modal.vue- BentoModal overflow-visible property
|
|
239
|
+
- ../vue2/src/components/modal/modal.vue- `overflow-visible property was made redundant. BentoModal can work correctly without the need to pass the propery.
|
|
240
|
+
- ../vue2/src/components/modal/modal.vue- Remove the overflow-visible prop from BentoModal to remove this error.`
|
|
241
|
+
- ../vue2/src/components/modal/modal.vue- 2.0.0
|
|
242
|
+
- ../vue2/src/components/modal/modal.vue- );
|
|
267
243
|
### Deprecation Found
|
|
268
244
|
|
|
269
245
|
- deprecate(
|
|
270
|
-
- ../vue2/src/components/
|
|
271
|
-
- ../vue2/src/components/
|
|
272
|
-
- ../vue2/src/components/
|
|
273
|
-
- ../vue2/src/components/
|
|
274
|
-
- ../vue2/src/components/
|
|
246
|
+
- ../vue2/src/components/input-field-password/input-field-password.vue- BentoInputFieldPassword value property
|
|
247
|
+
- ../vue2/src/components/input-field-password/input-field-password.vue- `The use of value prop in BentoInputFieldPassword is no longer supported.
|
|
248
|
+
- ../vue2/src/components/input-field-password/input-field-password.vue- Use the v-model or model-value property instead.`
|
|
249
|
+
- ../vue2/src/components/input-field-password/input-field-password.vue- 2.0.0
|
|
250
|
+
- ../vue2/src/components/input-field-password/input-field-password.vue- );
|
|
251
|
+
### Deprecation Found
|
|
252
|
+
|
|
253
|
+
- deprecate(
|
|
254
|
+
- ../vue2/src/components/card/card.vue- BentoCard @click property
|
|
255
|
+
- ../vue2/src/components/card/card.vue- `Use the BentoCard @click with the clickable property to enable accessible styles.`
|
|
256
|
+
- ../vue2/src/components/card/card.vue- 2.0.0
|
|
257
|
+
- ../vue2/src/components/card/card.vue- );
|
|
258
|
+
- ../vue2/src/components/card/card.vue- }
|
|
275
259
|
### Deprecation Found
|
|
276
260
|
|
|
277
261
|
- deprecate(
|
|
@@ -282,14 +266,6 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
282
266
|
- ../vue2/src/components/radio-group/radio-group.vue- 2.0.0
|
|
283
267
|
### Deprecation Found
|
|
284
268
|
|
|
285
|
-
- deprecate(
|
|
286
|
-
- ../vue2/src/components/currency/currency.vue- BentoCurrency default slot
|
|
287
|
-
- ../vue2/src/components/currency/currency.vue- `The use of default slot in BentoCurrency is no longer supported as it causes issues with dynamic content.
|
|
288
|
-
- ../vue2/src/components/currency/currency.vue- Use the value property instead.
|
|
289
|
-
- value=12345.67 currency=USD major-units=false />`
|
|
290
|
-
- ../vue2/src/components/currency/currency.vue- 2.0.0
|
|
291
|
-
### Deprecation Found
|
|
292
|
-
|
|
293
269
|
- deprecate(
|
|
294
270
|
- The property \`label\` will always be rendered by default.`
|
|
295
271
|
- ../vue2/src/components/internal/controls-group/controls-group.vue- `After version 2.0.0, the label will be shown by default.
|
|
@@ -299,35 +275,59 @@ This file contains a list of all deprecated components, properties, and features
|
|
|
299
275
|
### Deprecation Found
|
|
300
276
|
|
|
301
277
|
- deprecate(
|
|
302
|
-
- ../vue2/src/components/
|
|
303
|
-
- ../vue2/src/components/
|
|
304
|
-
- ../vue2/src/components/
|
|
305
|
-
- ../vue2/src/components/
|
|
306
|
-
- ../vue2/src/components/
|
|
278
|
+
- ../vue2/src/components/sidepanel/sidepanel.vue- BentoSidepanel isDismissible property’s behavior
|
|
279
|
+
- ../vue2/src/components/sidepanel/sidepanel.vue- BentoSidepanel isDismissible will no longer hide the close button. Use hideCloseButton=true instead.
|
|
280
|
+
- ../vue2/src/components/sidepanel/sidepanel.vue- 2.0.0
|
|
281
|
+
- ../vue2/src/components/sidepanel/sidepanel.vue- );
|
|
282
|
+
- ../vue2/src/components/sidepanel/sidepanel.vue- }
|
|
307
283
|
### Deprecation Found
|
|
308
284
|
|
|
309
285
|
- deprecate(
|
|
310
|
-
- ../vue2/src/components/
|
|
311
|
-
- ../vue2/src/components/
|
|
312
|
-
- ../vue2/src/components/
|
|
313
|
-
- ../vue2/src/components/
|
|
314
|
-
- ../vue2/src/components/
|
|
286
|
+
- ../vue2/src/components/timeline/components/timeline-item/timeline-item.vue- BentoTimelineItem variant property
|
|
287
|
+
- ../vue2/src/components/timeline/components/timeline-item/timeline-item.vue- `Use the BentoTimelineItem status modifier instead to modify the color of the timeline icon.
|
|
288
|
+
- ../vue2/src/components/timeline/components/timeline-item/timeline-item.vue- <bento-timeline-item status=red />`
|
|
289
|
+
- ../vue2/src/components/timeline/components/timeline-item/timeline-item.vue- 2.0.0
|
|
290
|
+
- ../vue2/src/components/timeline/components/timeline-item/timeline-item.vue- );
|
|
315
291
|
### Deprecation Found
|
|
316
292
|
|
|
317
293
|
- deprecate(
|
|
318
|
-
- ../vue2/src/components/
|
|
319
|
-
- ../vue2/src/components/
|
|
320
|
-
- ../vue2/src/components/
|
|
321
|
-
- ../vue2/src/components/
|
|
322
|
-
- ../vue2/src/components/
|
|
294
|
+
- ../vue2/src/components/textarea/textarea.vue- BentoTextarea value property
|
|
295
|
+
- ../vue2/src/components/textarea/textarea.vue- `The use of value prop in BentoTextarea is no longer supported.
|
|
296
|
+
- ../vue2/src/components/textarea/textarea.vue- Use the v-model or model-value property instead.`
|
|
297
|
+
- ../vue2/src/components/textarea/textarea.vue- 2.0.0
|
|
298
|
+
- ../vue2/src/components/textarea/textarea.vue- );
|
|
323
299
|
### Deprecation Found
|
|
324
300
|
|
|
325
301
|
- deprecate(
|
|
326
|
-
- ../vue2/src/components/
|
|
327
|
-
- ../vue2/src/components/
|
|
328
|
-
- ../vue2/src/components/
|
|
329
|
-
- ../vue2/src/components/
|
|
330
|
-
- ../vue2/src/components/
|
|
302
|
+
- ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- BentoFilterBar filter of type BentoFilterItemType.SELECT options message property
|
|
303
|
+
- ../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.
|
|
304
|
+
- ../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.`
|
|
305
|
+
- ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- 2.0.0
|
|
306
|
+
- ../vue2/src/components/filter-bar/components/select-filter/select-filter.vue- );
|
|
307
|
+
### Deprecation Found
|
|
308
|
+
|
|
309
|
+
- deprecate(
|
|
310
|
+
- ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- BentoSelectCountryFilter type with `options.variant===custom`
|
|
311
|
+
- ../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
|
|
312
|
+
- ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- 2.0.0
|
|
313
|
+
- ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- );
|
|
314
|
+
- ../vue2/src/components/filter-bar/components/select-filter/variants/select-country-filter/select-country-filter.vue- }
|
|
315
|
+
### Deprecation Found
|
|
316
|
+
|
|
317
|
+
- deprecate(
|
|
318
|
+
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- Boolean filter BentoFilterItemType.BOOLEAN
|
|
319
|
+
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- `Use the Radio group filter type BentoFilterItemType.RADIO_GROUP instead.`
|
|
320
|
+
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- 2.0.0
|
|
321
|
+
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- );
|
|
322
|
+
- ../vue2/src/components/filter-bar/components/boolean-filter/boolean-filter.vue- });
|
|
323
|
+
### Deprecation Found
|
|
324
|
+
|
|
325
|
+
- deprecate(
|
|
326
|
+
- ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- BentoInputFilter options property
|
|
327
|
+
- ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- `BentoInputFilter options no longer supports dropdown, dropdownPosition or variant attributes.
|
|
328
|
+
- ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- Use the BentoFilterItemType.INPUT_DROPDOWN instead of BentoFilterItemType.INPUT
|
|
329
|
+
- ../vue2/src/components/filter-bar/components/input-filter/input-filter.vue- <bento-filter-bar
|
|
330
|
+
- config=[{
|
|
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/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/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';
|