@xfe-repo/web-components 1.7.0 → 1.7.1
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 +3 -3
- package/skills/{references → xfe-web-components/references}/EffectCategoryCascade.md +0 -1
- package/skills/{references → xfe-web-components/references}/EffectFileUpload.md +0 -1
- package/skills/{references → xfe-web-components/references}/EffectSeriesSelect.md +0 -1
- /package/skills/{GUIDE.md → xfe-web-components/GUIDE.md} +0 -0
- /package/skills/{SKILL.md → xfe-web-components/SKILL.md} +0 -0
- /package/skills/{TEMPLATE.md → xfe-web-components/TEMPLATE.md} +0 -0
- /package/skills/{references → xfe-web-components/references}/ApiService.md +0 -0
- /package/skills/{references → xfe-web-components/references}/CInput.md +0 -0
- /package/skills/{references → xfe-web-components/references}/CTable.md +0 -0
- /package/skills/{references → xfe-web-components/references}/CVideo.md +0 -0
- /package/skills/{references → xfe-web-components/references}/Clock.md +0 -0
- /package/skills/{references → xfe-web-components/references}/ConfigProvider.md +0 -0
- /package/skills/{references → xfe-web-components/references}/Countdown.md +0 -0
- /package/skills/{references → xfe-web-components/references}/Counter.md +0 -0
- /package/skills/{references → xfe-web-components/references}/Currency.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectAddressCascade.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectBrandSelect.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectBrandTransfer.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectLabelSelect.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectMerchantSelect.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectReservoirSelect.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectScopeSelect.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectSeriesSelectV2.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectSkuRecognize.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectSkuSelect.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectSkuTable.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectSpuSelect.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectStaffSelect.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectWarehouseSelect.md +0 -0
- /package/skills/{references → xfe-web-components/references}/EffectWithFilePanel.md +0 -0
- /package/skills/{references → xfe-web-components/references}/FileUpload.md +0 -0
- /package/skills/{references → xfe-web-components/references}/Iconfont.md +0 -0
- /package/skills/{references → xfe-web-components/references}/Loading.md +0 -0
- /package/skills/{references → xfe-web-components/references}/MultiWindow.md +0 -0
- /package/skills/{references → xfe-web-components/references}/OSSImage.md +0 -0
- /package/skills/{references → xfe-web-components/references}/PrivacyField.md +0 -0
- /package/skills/{references → xfe-web-components/references}/QRCode.md +0 -0
- /package/skills/{references → xfe-web-components/references}/RichTextEditor.md +0 -0
- /package/skills/{references → xfe-web-components/references}/SearchForm.md +0 -0
- /package/skills/{references → xfe-web-components/references}/SearchList.md +0 -0
- /package/skills/{references → xfe-web-components/references}/WithModal.md +0 -0
- /package/skills/{references → xfe-web-components/references}/WithPanel.md +0 -0
- /package/skills/{references → xfe-web-components/references}/commonFn.md +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xfe-repo/web-components",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"module": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@types/react": "^18",
|
|
52
52
|
"esbuild-plugin-less": "^1.3.9",
|
|
53
53
|
"eslint": "8.57.1",
|
|
54
|
-
"@xfe-repo/
|
|
55
|
-
"@xfe-repo/
|
|
54
|
+
"@xfe-repo/typescript-config": "1.6.0",
|
|
55
|
+
"@xfe-repo/eslint-config": "1.6.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@ant-design/icons": "^5.0.0",
|
|
@@ -272,7 +272,6 @@ export const transformSimpleFile2UploadFile: (files?: SimpleFileData[]) => Uploa
|
|
|
272
272
|
|
|
273
273
|
```tsx
|
|
274
274
|
import { EffectFileUpload, transformUploadFile2SimpleFile } from '@xfe-repo/web-components'
|
|
275
|
-
|
|
276
275
|
;<Form.Item
|
|
277
276
|
name="attachments"
|
|
278
277
|
trigger="onFileChange"
|
|
@@ -185,7 +185,6 @@ function CategoryBrandSeriesFilter() {
|
|
|
185
185
|
|
|
186
186
|
```tsx
|
|
187
187
|
import { EffectSeriesSelectV2 } from '@xfe-repo/web-components'
|
|
188
|
-
|
|
189
188
|
;<Form.Item name="seriesIds" label="系列(多选)">
|
|
190
189
|
<EffectSeriesSelectV2 categoryId={categoryId} brandId={brandId} mode="multiple" />
|
|
191
190
|
</Form.Item>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|