@milaboratories/uikit 2.2.11 → 2.2.13

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.
@@ -48,10 +48,6 @@ declare const __VLS_component: import("vue").DefineComponent<{
48
48
  * A helper text to display below the input field when there are no errors.
49
49
  */
50
50
  helper?: string;
51
- /**
52
- * If `true`, only the file name is displayed, not the full path to it.
53
- */
54
- showFilenameOnly?: boolean;
55
51
  /**
56
52
  * Remove rounded border and change styles
57
53
  */
@@ -103,10 +99,6 @@ declare const __VLS_component: import("vue").DefineComponent<{
103
99
  * A helper text to display below the input field when there are no errors.
104
100
  */
105
101
  helper?: string;
106
- /**
107
- * If `true`, only the file name is displayed, not the full path to it.
108
- */
109
- showFilenameOnly?: boolean;
110
102
  /**
111
103
  * Remove rounded border and change styles
112
104
  */