@avenirs-esr/avenirs-dsav 0.1.122 → 0.1.123

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.
@@ -120,9 +120,9 @@ type __VLS_Slots = {
120
120
  */
121
121
  requiredTip?: Slot;
122
122
  /**
123
- * Slot for custom captions, such as error or valid messages.
123
+ * Slot for max length caption to display the current length / max length
124
124
  */
125
- customCaptions?: Slot<{
125
+ maxLengthCaption?: Slot<{
126
126
  currentValue?: string | number | null;
127
127
  maxlength?: number;
128
128
  }>;
@@ -87,7 +87,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
87
87
  }> & {} & import("vue").ComponentCustomProperties & {} & {
88
88
  $slots: {
89
89
  requiredTip?: Slot | undefined;
90
- customCaptions?: Slot<{
90
+ maxLengthCaption?: Slot<{
91
91
  currentValue?: string | number | null | undefined;
92
92
  maxlength?: number | undefined;
93
93
  }> | undefined;
@@ -169,7 +169,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
169
169
  }> & {} & import("vue").ComponentCustomProperties & {} & {
170
170
  $slots: {
171
171
  requiredTip?: Slot | undefined;
172
- customCaptions?: Slot<{
172
+ maxLengthCaption?: Slot<{
173
173
  currentValue?: string | number | null | undefined;
174
174
  maxlength?: number | undefined;
175
175
  }> | undefined;
@@ -259,7 +259,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
259
259
  }> & {} & import("vue").ComponentCustomProperties & {} & {
260
260
  $slots: {
261
261
  requiredTip?: Slot | undefined;
262
- customCaptions?: Slot<{
262
+ maxLengthCaption?: Slot<{
263
263
  currentValue?: string | number | null | undefined;
264
264
  maxlength?: number | undefined;
265
265
  }> | undefined;
@@ -341,7 +341,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
341
341
  }> & {} & import("vue").ComponentCustomProperties & {} & {
342
342
  $slots: {
343
343
  requiredTip?: Slot | undefined;
344
- customCaptions?: Slot<{
344
+ maxLengthCaption?: Slot<{
345
345
  currentValue?: string | number | null | undefined;
346
346
  maxlength?: number | undefined;
347
347
  }> | undefined;
@@ -440,7 +440,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
440
440
  }> & {} & import("vue").ComponentCustomProperties & {} & {
441
441
  $slots: {
442
442
  requiredTip?: Slot | undefined;
443
- customCaptions?: Slot<{
443
+ maxLengthCaption?: Slot<{
444
444
  currentValue?: string | number | null | undefined;
445
445
  maxlength?: number | undefined;
446
446
  }> | undefined;
@@ -522,7 +522,7 @@ declare const _default: <T extends AvAutocompleteOption = AvAutocompleteOption>(
522
522
  }> & {} & import("vue").ComponentCustomProperties & {} & {
523
523
  $slots: {
524
524
  requiredTip?: Slot | undefined;
525
- customCaptions?: Slot<{
525
+ maxLengthCaption?: Slot<{
526
526
  currentValue?: string | number | null | undefined;
527
527
  maxlength?: number | undefined;
528
528
  }> | undefined;