@mixd-id/web-scaffold 0.1.2301231336 → 0.1.2301231337

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.2301231336",
4
+ "version": "0.1.2301231337",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -59,6 +59,7 @@
59
59
  </Dropdown>
60
60
  </div>
61
61
  </div>
62
+ <slot name="mapping-opt" :import-data="importData"></slot>
62
63
  </div>
63
64
 
64
65
  <div class="flex-1 flex items-center justify-center" v-else-if="step === 3">
@@ -141,6 +141,7 @@ const importRequest = async(req) => {
141
141
  '/**/*(*.jpg|*.jpeg|*.png|*.webp)')
142
142
 
143
143
  return {
144
+ ...req.body,
144
145
  rows,
145
146
  images,
146
147
  columns,