@eturnity/eturnity_reusable_components 1.2.16-QA03-23092022.5 → 1.2.16-QA03-23092022.6
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.
package/package.json
CHANGED
package/src/App.vue
CHANGED
|
@@ -331,21 +331,21 @@ export default {
|
|
|
331
331
|
slotSize: {
|
|
332
332
|
required: false
|
|
333
333
|
},
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
334
|
+
inputIcon: {
|
|
335
|
+
require: false,
|
|
336
|
+
type: Boolean,
|
|
337
|
+
default: false
|
|
338
|
+
},
|
|
339
|
+
inputIconImage: {
|
|
340
|
+
require: false,
|
|
341
|
+
type: String,
|
|
342
|
+
default: ''
|
|
343
|
+
},
|
|
344
|
+
inputIconImageClass: {
|
|
345
|
+
require: false,
|
|
346
|
+
type: Array,
|
|
347
|
+
default: () => []
|
|
348
|
+
}
|
|
349
349
|
},
|
|
350
350
|
computed: {
|
|
351
351
|
hasSlot() {
|