Created jquery-form package.

pull/301/head
Halil ibrahim Kalkan 7 years ago
parent 1b0d2e495b
commit f4f74e9218

@ -3,12 +3,10 @@
"../jquery/abp.resourcemapping.js",
"../bootstrap/abp.resourcemapping.js",
"../font-awesome/abp.resourcemapping.js",
"../jquery-form/abp.resourcemapping.js",
"../datatables.net-bs4/abp.resourcemapping.js"
],
mappings: {
//jQuery-Form
"@node_modules/jquery-form/dist/jquery.form.min.js": "@libs/jquery-form/",
//jQuery-Validation
"@node_modules/jquery-validation/dist/jquery.validate.js": "@libs/jquery-validation/",
"@node_modules/jquery-validation/dist/localization/*.*": "@libs/jquery-validation/localization/",

@ -10,7 +10,7 @@
"@abp/bootstrap": "^0.2.3",
"@abp/datatables.net-bs4": "^0.2.3",
"@abp/font-awesome": "^0.2.3",
"jquery-form": "^4.2.2",
"@abp/jquery-form": "^0.2.3",
"jquery-validation-unobtrusive": "^3.2.9",
"sweetalert": "^2.1.0",
"toastr": "^2.1.4"

@ -0,0 +1,9 @@
module.exports = {
imports: [
"../jquery/abp.resourcemapping.js"
],
mappings: {
//jQuery-Form
"@node_modules/jquery-form/dist/jquery.form.min.js": "@libs/jquery-form/"
}
}

@ -0,0 +1,11 @@
{
"version": "0.2.3",
"name": "@abp/jquery-form",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "^0.2.3",
"jquery-form": "^4.2.2"
}
}
Loading…
Cancel
Save