wyfe-ivue 1.11.0 → 1.11.2
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/README.md +1 -7
- package/dist/Span-DWfaheml.js +4 -0
- package/dist/index-C1ZZC6dq.js +25046 -0
- package/dist/index.es.js +11 -11
- package/dist/index.umd.cjs +12 -12
- package/dist/types/index.d.ts +117 -144
- package/dist/wyfe-ivue.css +1 -1
- package/package.json +1 -1
- package/dist/InlineForm-IzLX1eGo.js +0 -145
- package/dist/RecTableColumn-BP4W2NxD.js +0 -76
- package/dist/RowForm-ipqLG42S.js +0 -1341
- package/dist/Selection-D46cbsEJ.js +0 -54
- package/dist/Span-B5vOPQxo.js +0 -31
- package/dist/el-radio-ChRLBFg7.js +0 -283
- package/dist/index-BzpdGcIr.js +0 -14684
- package/dist/useFormHook-Bxxw2zWI.js +0 -8616
package/README.md
CHANGED
|
@@ -32,14 +32,8 @@ dynamicLoadFile(getConfig('ICONFONT_URL.FONT'))
|
|
|
32
32
|
// 引入iconfont symbol图标
|
|
33
33
|
dynamicLoadFile(getConfig('ICONFONT_URL.SYMBOL'), 'js')
|
|
34
34
|
|
|
35
|
-
type ComponentExports = {
|
|
36
|
-
[K in keyof typeof WyfeIVue]: (typeof WyfeIVue)[K] extends Component
|
|
37
|
-
? (typeof WyfeIVue)[K]
|
|
38
|
-
: never
|
|
39
|
-
}
|
|
40
|
-
|
|
41
35
|
export default (app: App) => {
|
|
42
|
-
const components = WyfeIVue
|
|
36
|
+
const components = WyfeIVue
|
|
43
37
|
|
|
44
38
|
for (const [key, component] of Object.entries(components)) {
|
|
45
39
|
key.startsWith('Use') && app.component(key, component)
|