@antify/ui 3.1.20 → 3.1.22

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.
@@ -107,7 +107,7 @@ const labelClasses = computed(() => ({
107
107
  <AntTransitionCollapseHeight>
108
108
  <div
109
109
  v-show="isOpen"
110
- class="bg-white overflow-hidden -mt-px"
110
+ class="bg-white overflow-hidden -mt-px shrink-0"
111
111
  >
112
112
  <Transition name="bounce">
113
113
  <div
@@ -136,6 +136,7 @@ function onClickCalendar() {
136
136
 
137
137
  <AntButton
138
138
  v-if="_nullable"
139
+ :disabled="disabled"
139
140
  :icon-left="faMultiply"
140
141
  :grouped="Grouped.right"
141
142
  :state="state as unknown as State"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antify/ui",
3
- "version": "3.1.20",
3
+ "version": "3.1.22",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {