@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
package/dist/carbon-vue-3.umd.js
CHANGED
|
@@ -10746,6 +10746,7 @@ var __default__ = {
|
|
|
10746
10746
|
internalFile.state = newFile.state;
|
|
10747
10747
|
internalFile.invalidMessageTitle = newFile.invalidMessageTitle;
|
|
10748
10748
|
internalFile.invalidMessage = newFile.invalidMessage;
|
|
10749
|
+
internalFile.file = file;
|
|
10749
10750
|
} else {
|
|
10750
10751
|
internalFiles.value.push(newFile);
|
|
10751
10752
|
}
|