@antify/ui 3.1.9 → 3.1.10

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.
@@ -307,6 +307,7 @@ function onClickSelectInput(e: MouseEvent) {
307
307
 
308
308
  <AntButton
309
309
  v-if="props.nullable && props.modelValue && props.modelValue.length > 0"
310
+ data-e2e="clear-button"
310
311
  :icon-left="faMultiply"
311
312
  :grouped="Grouped.right"
312
313
  :size="size"
@@ -367,6 +367,7 @@ function onClickRemoveButton() {
367
367
 
368
368
  <AntButton
369
369
  v-if="nullable && _modelValue !== null"
370
+ data-e2e="clear-button"
370
371
  :icon-left="faMultiply"
371
372
  :state="state as unknown as State"
372
373
  :grouped="[Grouped.left, Grouped.center].some(item => item === grouped) ? Grouped.center : Grouped.right"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antify/ui",
3
- "version": "3.1.9",
3
+ "version": "3.1.10",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {