wave-ui 3.13.3 → 3.13.4

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.
@@ -234,11 +234,6 @@ export interface WaveInputComputeds extends ComputedOptions {
234
234
  * @see https://antoniandre.github.io/wave-ui/w-input
235
235
  */
236
236
  attrs: ComputedGetter<any>;
237
- /**
238
- * TODO: Add Description
239
- * @see https://antoniandre.github.io/wave-ui/w-input
240
- */
241
- listeners: ComputedGetter<any>;
242
237
  /**
243
238
  * TODO: Add Description
244
239
  * @see https://antoniandre.github.io/wave-ui/w-input
@@ -172,7 +172,7 @@ export interface WaveTextareaComputeds extends ComputedOptions {
172
172
  * TODO: Add Description
173
173
  * @see https://antoniandre.github.io/wave-ui/w-textarea
174
174
  */
175
- listeners: ComputedGetter<any>;
175
+ attrs: ComputedGetter<any>;
176
176
  /**
177
177
  * TODO: Add Description
178
178
  * @see https://antoniandre.github.io/wave-ui/w-textarea