@carbon/vue 3.0.17 → 3.0.18
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/dist/carbon-vue-3.common.js +1 -0
- package/dist/carbon-vue-3.common.js.map +1 -1
- package/dist/carbon-vue-3.umd.js +1 -0
- package/dist/carbon-vue-3.umd.js.map +1 -1
- package/dist/carbon-vue-3.umd.min.js +1 -1
- package/dist/carbon-vue-3.umd.min.js.map +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +7 -5
- package/src/components/CvAspectRatio/index.js +1 -1
- package/src/components/CvFileUploader/CvFileUploader.vue +1 -0
- package/src/components/CvForm/index.js +3 -3
- package/src/components/CvGrid/index.js +6 -0
- package/src/components/CvNotification/index.js +2 -2
- package/src/components/CvTextArea/index.js +1 -1
|
@@ -10736,6 +10736,7 @@ var __default__ = {
|
|
|
10736
10736
|
internalFile.state = newFile.state;
|
|
10737
10737
|
internalFile.invalidMessageTitle = newFile.invalidMessageTitle;
|
|
10738
10738
|
internalFile.invalidMessage = newFile.invalidMessage;
|
|
10739
|
+
internalFile.file = file;
|
|
10739
10740
|
} else {
|
|
10740
10741
|
internalFiles.value.push(newFile);
|
|
10741
10742
|
}
|