Form package export
parent
e8882ac9f7
commit
4949d22eb9
|
@ -18,6 +18,8 @@
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./src/form/Form.vue",
|
".": "./src/form/Form.vue",
|
||||||
"./style": "./src/form/style/FormStyle.js",
|
"./style": "./src/form/style/FormStyle.js",
|
||||||
|
"./field": "./src/formfield/FormField.vue",
|
||||||
|
"./field/style": "./src/formfield/style/FormFieldStyle.js",
|
||||||
"./*": "./src/*/index.js"
|
"./*": "./src/*/index.js"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
@ -33,6 +35,14 @@
|
||||||
"types": "./form/style/index.d.ts",
|
"types": "./form/style/index.d.ts",
|
||||||
"import": "./form/style/index.mjs"
|
"import": "./form/style/index.mjs"
|
||||||
},
|
},
|
||||||
|
"./field": {
|
||||||
|
"types": "./formfield/index.d.ts",
|
||||||
|
"import": "./formfield/index.mjs"
|
||||||
|
},
|
||||||
|
"./field/style": {
|
||||||
|
"types": "./formfield/style/index.d.ts",
|
||||||
|
"import": "./formfield/style/index.mjs"
|
||||||
|
},
|
||||||
"./*": {
|
"./*": {
|
||||||
"types": "./*/index.d.ts",
|
"types": "./*/index.d.ts",
|
||||||
"import": "./*/index.mjs"
|
"import": "./*/index.mjs"
|
||||||
|
|
Loading…
Reference in New Issue