diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json index 0782bbfb73..c99dccaab9 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json @@ -3,7 +3,7 @@ "name": "asp.net", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.shared": "^5.3.3", + "@abp/aspnetcore.mvc.ui.theme.shared": "^5.3.4", "highlight.js": "^9.13.1" }, "devDependencies": {} diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/wwwroot/libs/abp/core/abp.js b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/wwwroot/libs/abp/core/abp.js index 9445e4e7f4..d8b7531660 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/wwwroot/libs/abp/core/abp.js +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/wwwroot/libs/abp/core/abp.js @@ -372,7 +372,9 @@ var abp = abp || {}; setTimeout(function () { if (element) { element.classList.remove('abp-block-area-disappearing'); - element.parentElement.removeChild(element); + if (element.parentElement) { + element.parentElement.removeChild(element); + } } }, 250); } diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock index 22aacbd31b..2780c9941c 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock @@ -2,30 +2,30 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.shared@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.3.tgz#65f97d787647e7760bb0c2a5b0f0ff815dc9630a" - integrity sha512-p/Z++QPM7S2lm7obXsZXIarcw0Y88y/Ghy5hyZqdc3uNHL6j8LRlD2qfuRXzl0k9HytXa859UKtSMLSZij1DiA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~5.3.3" - "@abp/bootstrap" "~5.3.3" - "@abp/bootstrap-datepicker" "~5.3.3" - "@abp/datatables.net-bs5" "~5.3.3" - "@abp/font-awesome" "~5.3.3" - "@abp/jquery-form" "~5.3.3" - "@abp/jquery-validation-unobtrusive" "~5.3.3" - "@abp/lodash" "~5.3.3" - "@abp/luxon" "~5.3.3" - "@abp/malihu-custom-scrollbar-plugin" "~5.3.3" - "@abp/select2" "~5.3.3" - "@abp/sweetalert2" "~5.3.3" - "@abp/timeago" "~5.3.3" - "@abp/toastr" "~5.3.3" - -"@abp/aspnetcore.mvc.ui@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.3.tgz#b8beb98bde3e4f0340335014ced7653c7913a621" - integrity sha512-aDQxdfQmlEXIjWGW8wru58imh9cncHAijafvdXlmyfKHM2JfnSSCG/RPMiaoJq/iyDVEggbhx8z4VHODC1eitg== +"@abp/aspnetcore.mvc.ui.theme.shared@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.4.tgz#3542e02a8dc3593d4138e9ede7ebb785cbc7de89" + integrity sha512-kkzHQMMwsB7Ws1YjBjOTAwSCVatsAqSqJeVm5Nm75vfh46KtkBdK1uu3VUbmscqLLXrM9fJGwcSsbpAmflPySg== + dependencies: + "@abp/aspnetcore.mvc.ui" "~5.3.4" + "@abp/bootstrap" "~5.3.4" + "@abp/bootstrap-datepicker" "~5.3.4" + "@abp/datatables.net-bs5" "~5.3.4" + "@abp/font-awesome" "~5.3.4" + "@abp/jquery-form" "~5.3.4" + "@abp/jquery-validation-unobtrusive" "~5.3.4" + "@abp/lodash" "~5.3.4" + "@abp/luxon" "~5.3.4" + "@abp/malihu-custom-scrollbar-plugin" "~5.3.4" + "@abp/select2" "~5.3.4" + "@abp/sweetalert2" "~5.3.4" + "@abp/timeago" "~5.3.4" + "@abp/toastr" "~5.3.4" + +"@abp/aspnetcore.mvc.ui@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.4.tgz#818b76ff530f074809413674c27ee0e6f18bc533" + integrity sha512-rPbtd7R5ZqCGiITvp1cnNnxFmsssGoTAoJujQLMiwAGMhZ8feQ8K3fqVclhyi24xCsxfISmevUpGRCzI3z+1Vw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -34,144 +34,144 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.3.tgz#66bf2be128e6389877ed4465149c1933ca182c71" - integrity sha512-w/gPj4BVzVnmwekWVHKPYkwnhZFFH1XtCtw5LeJVM5bSYQBrvVTvvUPdKiiTDV59OYf2sbsA+PscwcTWAG6t/Q== +"@abp/bootstrap-datepicker@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.4.tgz#f2a3f4dccc677bfd2ffef081514e776f26aef104" + integrity sha512-+1M2HglXFHeikHwJZlhsJ3eWSrnhfqB9rAMwWRxOBCrAROT2a3cEr73WbUZ0xxwi9ETGVXyK13dP8//OywE+nA== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.3.tgz#56335b46bd42fba0a522712fbb6591fb6aeb5b68" - integrity sha512-xOtC690pE+QxZYhhQrpTE1rapEjg9BrJg7e0qvrkt4TLMZ4mIbau6/Qlh6x8uuMASCUUuRTLNUzHijxvOJh7Mg== +"@abp/bootstrap@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.4.tgz#15d2c1d1a2fdd50b77aa1e6660680c70bed4f77a" + integrity sha512-h46SHPr5V1aMl9y/0SfhIuj2gdiGasYcN1SZJl+mft5Qy2mDHpSKlArnNM64at+B7PpV2FJ/eTGQWbyDWMLEQg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" bootstrap "^5.1.3" -"@abp/core@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.3.tgz#b03fc281d650d483c9276591f2adb26ea43dcd1e" - integrity sha512-Pp8U+LjchtSxc9lTRaPNQhb+Eh7X2LVERmZvoWyET0y/st28PJZ4eZ4iyGmV00pEmCpadF5aTWVhJcGH32scdQ== +"@abp/core@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.4.tgz#8b51dc53916c4b2f011c7ce325a7c281c516e9ab" + integrity sha512-o56YpJe3sS6lyOcUo5KKjjcoOMkA11Z4Z2m7ut13JAT/9B+u3YOpjrzcu43UwsWVYS8IpQHtqrmaRbCsbWRbIQ== dependencies: - "@abp/utils" "~5.3.3" + "@abp/utils" "~5.3.4" -"@abp/datatables.net-bs5@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.3.tgz#e00304fbe7e6d9d33e1082485f7aa07de48fac0c" - integrity sha512-dkbP3PPkMRJqxravYO7NIVww+MQC3FxHP7mPCg/+PG/LttaNJ5L5hoNcb7BMK2K76hBRMdvlSIzvjycb1w1ooA== +"@abp/datatables.net-bs5@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.4.tgz#42c41316275381a1d9138c8660b09e8ff019caba" + integrity sha512-rKDt/V/YzWarqP5n2OcD5xgB/YRSWIp1tS+ZKTpTOXOXpt5+Mw3+hM7A6V4UZv2ptlTr0FmPV2UO3+gz7N795g== dependencies: - "@abp/datatables.net" "~5.3.3" + "@abp/datatables.net" "~5.3.4" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.3.tgz#6d8eca1034e26708b9adf0d5917aefd5772cbf30" - integrity sha512-1JuXMzHDtrvGRNBYdwEVobiYmhd7VxM432ciARX8hzvSkE0jcgzeTrSlBXfenFMPOIAUJsSOE4YVshtqrY0G4g== +"@abp/datatables.net@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.4.tgz#2cf45116120296cb0c137a561c95190f0acb7754" + integrity sha512-M8zHx/2bFPOU/O+MHpjEpCbtp4hXZ4DepNjegg+fGVpHhtv41ecsXAHJgHbwP2hnfloQoaSQN5ITVu9p7Ycvdg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" datatables.net "^1.11.4" -"@abp/font-awesome@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.3.tgz#b10a530c9dee28838536746ea2a40342ff2ee3a8" - integrity sha512-c+cvsQ1uolSoyTkM9rZYYM07iiq/Zu8zKOQaDbitQMfPkcfSnC3PG/PTNauSYuwh/SyFfacFXeaDQ5Y/kAGRLw== +"@abp/font-awesome@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.4.tgz#177ed2d7c0480be52c5d840f8253604fd92a6084" + integrity sha512-pcgeIWWrBUOWC4kMW/o0/MLXl4MQmX8qXl8S0xZ4v/JjGW2+jZ5/xjENGXsuuY7gPPyKn7xyO7nJUF3vc0gDVQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.3.tgz#94234207aa991e098e49e7d1244dc86d289a48e6" - integrity sha512-TY5c4ODfSidYGWqUR+QMNbxasfSufSg9gLY8lTEaJn2Wd2+o3GlauPxlTeNIRCRsxqb8e5+fBJspq1YbtE8vQg== +"@abp/jquery-form@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.4.tgz#4c8de58b03bac56088f8b6a79f0b933d30941281" + integrity sha512-Mh4YdsNKUpOLsEaAp70qUrhfNiiEPqlfGKveU2IxvnkXKPltMks9dv/F+sOH70CxNfVLDAAyXCWPhlkhZ1TY+Q== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.3.tgz#03f776807b60f32d2470c3d3c975ee20f33a993d" - integrity sha512-BNa2oSOfc5CSLW62SLCOinP7ybDDSVjfn0LYdDOdkIpSPnoL/3E1ZmgEzkDCUdTfJ67320kGDtIHCpb+Wbik+Q== +"@abp/jquery-validation-unobtrusive@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.4.tgz#364798d2aa03bf095ed0cfad556111c6999fb487" + integrity sha512-wmJ84tSGeGJ3u+v4dQPHlXzoOa0Ad28INdnOPwwkRek06zeixWeo5QrHxn3Wl9yrEvTTsnMYT99MCjjyWBB7vA== dependencies: - "@abp/jquery-validation" "~5.3.3" + "@abp/jquery-validation" "~5.3.4" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.3.tgz#a0544428b94966f35d3aebb40c354d3f4485137d" - integrity sha512-GFhrS4pVmbQRI0eiW2aBYmRTB0rR2s3Wj4NIVB69ZHwvy+uADA3M/oMs8Q4wuT+gmPu2GCjPNCc5RPsC173VPA== +"@abp/jquery-validation@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.4.tgz#fe5fed8341801e01352d27ff09411d98b4c4225b" + integrity sha512-kS/g/eCtPRwAzAXshDZ1ka+/ccXhHIrzB8mQ0xM+8JF5JE+JjtJAEMi4SZ6RbvPePnA6XdFiDYEdxvROr4FSeQ== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-validation "^1.19.3" -"@abp/jquery@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.3.tgz#be70aa671129fac192b8f858a973e65018960cbd" - integrity sha512-sUy0aquZPq+HyxChYJMTjUZxaTo5/Aav5JcbMq1RczIFidjOrFHthWnYZveDVSKryaCfX3tXutag1sPakUOTtg== +"@abp/jquery@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.4.tgz#bce066bcf355b77ff56bc7df914fc6437eed9508" + integrity sha512-aBHAiEFtjjJDKT8nSj++EkIF1fLIa/sNHe+7YxfNSKkRCtKKZSUwP9mRvAMz8nXTjv8DUn4l9trE2leBhma3QQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" jquery "~3.6.0" -"@abp/lodash@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.3.tgz#365684a338ab5d68adffa93207d0035eaa494ef9" - integrity sha512-Lqb2DkmKBPBHNbUd1QeATv8G/qUPamd06bKbe7xHesX3DZtlIwTmimwTpV4tqmJqOLKB67uUtapPYCfKyxs1RQ== +"@abp/lodash@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.4.tgz#40a8c72ce414fbe2967754b3615da45d95d2b11a" + integrity sha512-J6myOi8jV3LYq7BtPy+Ow0OQbNk50VnIkMo7tOPD3iAi4fQXKO0OGfri9FGevibYwMBLVXGyxvQk2sIEMFBx9Q== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" lodash "^4.17.21" -"@abp/luxon@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.3.tgz#97a60ae64e865d2b1c04107302d4ec50d4e09217" - integrity sha512-/7Lb463HREBFlt17tUFinTpYxfbZ8UIi1+d7Fqp8spJv78qCxvpWmD4iuJJJdCExO00ztZWY9GkCDPrAbfP/dA== +"@abp/luxon@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.4.tgz#7862e17bd06f4cea6333b20d58347bed77c3ca60" + integrity sha512-ShtZkW4wWMMSz4KP5ODzOK74gYHhQV+tLyPWYgYFfbXEYe0MtGRgLFolTmsOSW/xcVqeuyRDV/1DJ+u9HnZNcg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.3.tgz#96be03f79be929b1a2cb67acb38e9d6638f04f15" - integrity sha512-hr5qmcVl+Wr6sIS10QerWRTfFvhmhq9e48G9Hx5oQZFjrIkfJRlxla0TYViHR2tRYCeDQGb4gYmN4Fc71mdcPg== +"@abp/malihu-custom-scrollbar-plugin@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.4.tgz#913d9bc0661eefe62b937991fdf546209cf1d13d" + integrity sha512-fjypXQgy2P51JuwQfpRVheu+mHGHpWmFCZuIX5YTkiSrbvvtapqblzg6NM1YrrANwMUX16xu3sHtNL260RDuWQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/select2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.3.tgz#bdb8de1fcc5c9964233fdf1d4b88f7b90099f293" - integrity sha512-yk4CDpgksM5pAXMgFnULlgDovBk0oeXRhAA6lpt0TizzJ353WkpcASUblHbWOePzXbJFBBB2cj3XBD9vdWx7Ig== +"@abp/select2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.4.tgz#38f90937871ef1ebed1e75ff1d3703e1caf6674c" + integrity sha512-cj8OCJSrivpKWMDE/ubf62BMYAUH/3DXWQUzWj27ptVo/DwLosBrHO62X7+4g5lUPFSgda+So5MIX0fm2Gnh6w== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" select2 "^4.0.13" -"@abp/sweetalert2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.3.tgz#54a2d45ddbdaa2f7a4485aa5731f2fec65a9c771" - integrity sha512-Lbw6S+xTNMtHeFaMJNbYTMtqznDwRtlN4+f+hRGWbqNIpHuMfTi1jUgdeZTYRjbhY+RTduUJrs8lvvPMKWgrTw== +"@abp/sweetalert2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.4.tgz#3626656ab124a94f04f5dcd6aad1ff0980f9308e" + integrity sha512-Lfde/N+yFvqQPecM2yjFKo5pCim+XXcxmfBxJcR1NXOyzRMRQq3wIdnqTTAb3/yMqYTzjbCSIkuArbWJn2XGPQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" sweetalert2 "^11.3.6" -"@abp/timeago@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.3.tgz#6e13a178d67e635ebe65d01db220d09f1673bafa" - integrity sha512-mBwaioPVnIeMXP6tDG24NZaTCAGvk8cMah8ems3OLWNK+tsPU4Jy8BVHTSmd/7rA69EL0REuSw2GmiCvaCL+RQ== +"@abp/timeago@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.4.tgz#f8c99914bf4d119221434dc68f1403a50149dceb" + integrity sha512-6tix3JayLBKBB4mgo2KVk/e31f3RmIX6TGrtfuY4gO0yqU6nX/an6MIJP5pzahPA1rs02I6RcAAmN1Gn01Lfuw== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" timeago "^1.6.7" -"@abp/toastr@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.3.tgz#a3d2d19963fe96da9566a0f320c7f9911901e69a" - integrity sha512-F1FJPQ0nnu/jZY4XpJFS7uFJgpoEl8aOeFkm6kvshK76ABFLvsWHYW88htW5gXIwOf+G/QClZdx39Os+IQaUJw== +"@abp/toastr@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.4.tgz#89dba90f46065165be723d04108885916ac9ecab" + integrity sha512-dIFEKj3nVXZtm9UvTRSZhwyACBouwIqa8h4hCNmGyAUcC4ptcKkyOZzRSfrrwJO5G67yWNzijMj+GHT9z51BLg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" toastr "^2.1.4" -"@abp/utils@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.3.tgz#b47f11cb9a0ac963a7f4e5a44360d933e19896fc" - integrity sha512-owTYsROGHfXuHTOFe1uKMAwLbgjzQLKDnmApUy4taYy93rWsu98vFXX6rYJTK7U/X8nZq5y0BtH4covHyfsAxQ== +"@abp/utils@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.4.tgz#086a4fd293b1dc3514b4720484ac0a6e478d4442" + integrity sha512-ArlLRTJTPKzEurogX4DdEOY7x8a6RKLhMJhDXzqbMV2NfI86mziQ2k5UQgA9FtWYNne0M+Hr0C6wmeYhnuYY8A== dependencies: just-compare "^1.3.0" diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json index 62a79b49e6..c32d93c748 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json @@ -3,8 +3,8 @@ "name": "asp.net", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3", - "@abp/prismjs": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4", + "@abp/prismjs": "^5.3.4" }, "devDependencies": {} } diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/wwwroot/libs/abp/core/abp.js b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/wwwroot/libs/abp/core/abp.js index 9445e4e7f4..d8b7531660 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/wwwroot/libs/abp/core/abp.js +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/wwwroot/libs/abp/core/abp.js @@ -372,7 +372,9 @@ var abp = abp || {}; setTimeout(function () { if (element) { element.classList.remove('abp-block-area-disappearing'); - element.parentElement.removeChild(element); + if (element.parentElement) { + element.parentElement.removeChild(element); + } } }, 250); } diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock index 6291ec8bf6..346575c370 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.3.tgz#dc6a1bdd583ef5ea0f8a0110753b0869d5f1cb61" - integrity sha512-det7xCtVZK6Dmvr0ENAkYdE+jRW0cVi3BCKZc7c6Hy0VKsKsKlnyz5j/D2rJSAmrap9hyQSWXBJUiho8W92wUQ== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.3.tgz#65f97d787647e7760bb0c2a5b0f0ff815dc9630a" - integrity sha512-p/Z++QPM7S2lm7obXsZXIarcw0Y88y/Ghy5hyZqdc3uNHL6j8LRlD2qfuRXzl0k9HytXa859UKtSMLSZij1DiA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~5.3.3" - "@abp/bootstrap" "~5.3.3" - "@abp/bootstrap-datepicker" "~5.3.3" - "@abp/datatables.net-bs5" "~5.3.3" - "@abp/font-awesome" "~5.3.3" - "@abp/jquery-form" "~5.3.3" - "@abp/jquery-validation-unobtrusive" "~5.3.3" - "@abp/lodash" "~5.3.3" - "@abp/luxon" "~5.3.3" - "@abp/malihu-custom-scrollbar-plugin" "~5.3.3" - "@abp/select2" "~5.3.3" - "@abp/sweetalert2" "~5.3.3" - "@abp/timeago" "~5.3.3" - "@abp/toastr" "~5.3.3" - -"@abp/aspnetcore.mvc.ui@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.3.tgz#b8beb98bde3e4f0340335014ced7653c7913a621" - integrity sha512-aDQxdfQmlEXIjWGW8wru58imh9cncHAijafvdXlmyfKHM2JfnSSCG/RPMiaoJq/iyDVEggbhx8z4VHODC1eitg== +"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.4.tgz#f4250bfa23bc07ab44499cdaec92af9974fa79f8" + integrity sha512-cY01jGgt29KlTsPS7JukezSCj/EGB1idNP+ER5qhdvRnuazMUtkZamQ0TyO+kjOwRnfXDZbFj4/Q0gnVMUQ5vQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.4" + +"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.4.tgz#3542e02a8dc3593d4138e9ede7ebb785cbc7de89" + integrity sha512-kkzHQMMwsB7Ws1YjBjOTAwSCVatsAqSqJeVm5Nm75vfh46KtkBdK1uu3VUbmscqLLXrM9fJGwcSsbpAmflPySg== + dependencies: + "@abp/aspnetcore.mvc.ui" "~5.3.4" + "@abp/bootstrap" "~5.3.4" + "@abp/bootstrap-datepicker" "~5.3.4" + "@abp/datatables.net-bs5" "~5.3.4" + "@abp/font-awesome" "~5.3.4" + "@abp/jquery-form" "~5.3.4" + "@abp/jquery-validation-unobtrusive" "~5.3.4" + "@abp/lodash" "~5.3.4" + "@abp/luxon" "~5.3.4" + "@abp/malihu-custom-scrollbar-plugin" "~5.3.4" + "@abp/select2" "~5.3.4" + "@abp/sweetalert2" "~5.3.4" + "@abp/timeago" "~5.3.4" + "@abp/toastr" "~5.3.4" + +"@abp/aspnetcore.mvc.ui@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.4.tgz#818b76ff530f074809413674c27ee0e6f18bc533" + integrity sha512-rPbtd7R5ZqCGiITvp1cnNnxFmsssGoTAoJujQLMiwAGMhZ8feQ8K3fqVclhyi24xCsxfISmevUpGRCzI3z+1Vw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,161 +41,161 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.3.tgz#66bf2be128e6389877ed4465149c1933ca182c71" - integrity sha512-w/gPj4BVzVnmwekWVHKPYkwnhZFFH1XtCtw5LeJVM5bSYQBrvVTvvUPdKiiTDV59OYf2sbsA+PscwcTWAG6t/Q== +"@abp/bootstrap-datepicker@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.4.tgz#f2a3f4dccc677bfd2ffef081514e776f26aef104" + integrity sha512-+1M2HglXFHeikHwJZlhsJ3eWSrnhfqB9rAMwWRxOBCrAROT2a3cEr73WbUZ0xxwi9ETGVXyK13dP8//OywE+nA== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.3.tgz#56335b46bd42fba0a522712fbb6591fb6aeb5b68" - integrity sha512-xOtC690pE+QxZYhhQrpTE1rapEjg9BrJg7e0qvrkt4TLMZ4mIbau6/Qlh6x8uuMASCUUuRTLNUzHijxvOJh7Mg== +"@abp/bootstrap@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.4.tgz#15d2c1d1a2fdd50b77aa1e6660680c70bed4f77a" + integrity sha512-h46SHPr5V1aMl9y/0SfhIuj2gdiGasYcN1SZJl+mft5Qy2mDHpSKlArnNM64at+B7PpV2FJ/eTGQWbyDWMLEQg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" bootstrap "^5.1.3" -"@abp/clipboard@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.3.tgz#62c3c12f1ff503091924f672f71a50e2e5d0b47c" - integrity sha512-FRJPM9/P3WPuK4Id1KVfmpkOB3MrlrYp/beNqZtjqQuG8WDjVgnHrDnsPYfzeLdK5n6bEvtGWwtHwiaBOXhWZg== +"@abp/clipboard@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.4.tgz#25a91760e819e7a07a302ae3674cdd7033b0c8ff" + integrity sha512-TphKoAEIq6vAAoH837kqfaHhMhEQLw/aNxnDHyHiJqRHMb20GbU8yuGFK/gEHUv+BrTIWdzsX26TSu54LGG9Kw== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" clipboard "^2.0.8" -"@abp/core@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.3.tgz#b03fc281d650d483c9276591f2adb26ea43dcd1e" - integrity sha512-Pp8U+LjchtSxc9lTRaPNQhb+Eh7X2LVERmZvoWyET0y/st28PJZ4eZ4iyGmV00pEmCpadF5aTWVhJcGH32scdQ== +"@abp/core@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.4.tgz#8b51dc53916c4b2f011c7ce325a7c281c516e9ab" + integrity sha512-o56YpJe3sS6lyOcUo5KKjjcoOMkA11Z4Z2m7ut13JAT/9B+u3YOpjrzcu43UwsWVYS8IpQHtqrmaRbCsbWRbIQ== dependencies: - "@abp/utils" "~5.3.3" + "@abp/utils" "~5.3.4" -"@abp/datatables.net-bs5@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.3.tgz#e00304fbe7e6d9d33e1082485f7aa07de48fac0c" - integrity sha512-dkbP3PPkMRJqxravYO7NIVww+MQC3FxHP7mPCg/+PG/LttaNJ5L5hoNcb7BMK2K76hBRMdvlSIzvjycb1w1ooA== +"@abp/datatables.net-bs5@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.4.tgz#42c41316275381a1d9138c8660b09e8ff019caba" + integrity sha512-rKDt/V/YzWarqP5n2OcD5xgB/YRSWIp1tS+ZKTpTOXOXpt5+Mw3+hM7A6V4UZv2ptlTr0FmPV2UO3+gz7N795g== dependencies: - "@abp/datatables.net" "~5.3.3" + "@abp/datatables.net" "~5.3.4" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.3.tgz#6d8eca1034e26708b9adf0d5917aefd5772cbf30" - integrity sha512-1JuXMzHDtrvGRNBYdwEVobiYmhd7VxM432ciARX8hzvSkE0jcgzeTrSlBXfenFMPOIAUJsSOE4YVshtqrY0G4g== +"@abp/datatables.net@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.4.tgz#2cf45116120296cb0c137a561c95190f0acb7754" + integrity sha512-M8zHx/2bFPOU/O+MHpjEpCbtp4hXZ4DepNjegg+fGVpHhtv41ecsXAHJgHbwP2hnfloQoaSQN5ITVu9p7Ycvdg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" datatables.net "^1.11.4" -"@abp/font-awesome@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.3.tgz#b10a530c9dee28838536746ea2a40342ff2ee3a8" - integrity sha512-c+cvsQ1uolSoyTkM9rZYYM07iiq/Zu8zKOQaDbitQMfPkcfSnC3PG/PTNauSYuwh/SyFfacFXeaDQ5Y/kAGRLw== +"@abp/font-awesome@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.4.tgz#177ed2d7c0480be52c5d840f8253604fd92a6084" + integrity sha512-pcgeIWWrBUOWC4kMW/o0/MLXl4MQmX8qXl8S0xZ4v/JjGW2+jZ5/xjENGXsuuY7gPPyKn7xyO7nJUF3vc0gDVQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.3.tgz#94234207aa991e098e49e7d1244dc86d289a48e6" - integrity sha512-TY5c4ODfSidYGWqUR+QMNbxasfSufSg9gLY8lTEaJn2Wd2+o3GlauPxlTeNIRCRsxqb8e5+fBJspq1YbtE8vQg== +"@abp/jquery-form@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.4.tgz#4c8de58b03bac56088f8b6a79f0b933d30941281" + integrity sha512-Mh4YdsNKUpOLsEaAp70qUrhfNiiEPqlfGKveU2IxvnkXKPltMks9dv/F+sOH70CxNfVLDAAyXCWPhlkhZ1TY+Q== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.3.tgz#03f776807b60f32d2470c3d3c975ee20f33a993d" - integrity sha512-BNa2oSOfc5CSLW62SLCOinP7ybDDSVjfn0LYdDOdkIpSPnoL/3E1ZmgEzkDCUdTfJ67320kGDtIHCpb+Wbik+Q== +"@abp/jquery-validation-unobtrusive@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.4.tgz#364798d2aa03bf095ed0cfad556111c6999fb487" + integrity sha512-wmJ84tSGeGJ3u+v4dQPHlXzoOa0Ad28INdnOPwwkRek06zeixWeo5QrHxn3Wl9yrEvTTsnMYT99MCjjyWBB7vA== dependencies: - "@abp/jquery-validation" "~5.3.3" + "@abp/jquery-validation" "~5.3.4" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.3.tgz#a0544428b94966f35d3aebb40c354d3f4485137d" - integrity sha512-GFhrS4pVmbQRI0eiW2aBYmRTB0rR2s3Wj4NIVB69ZHwvy+uADA3M/oMs8Q4wuT+gmPu2GCjPNCc5RPsC173VPA== +"@abp/jquery-validation@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.4.tgz#fe5fed8341801e01352d27ff09411d98b4c4225b" + integrity sha512-kS/g/eCtPRwAzAXshDZ1ka+/ccXhHIrzB8mQ0xM+8JF5JE+JjtJAEMi4SZ6RbvPePnA6XdFiDYEdxvROr4FSeQ== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-validation "^1.19.3" -"@abp/jquery@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.3.tgz#be70aa671129fac192b8f858a973e65018960cbd" - integrity sha512-sUy0aquZPq+HyxChYJMTjUZxaTo5/Aav5JcbMq1RczIFidjOrFHthWnYZveDVSKryaCfX3tXutag1sPakUOTtg== +"@abp/jquery@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.4.tgz#bce066bcf355b77ff56bc7df914fc6437eed9508" + integrity sha512-aBHAiEFtjjJDKT8nSj++EkIF1fLIa/sNHe+7YxfNSKkRCtKKZSUwP9mRvAMz8nXTjv8DUn4l9trE2leBhma3QQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" jquery "~3.6.0" -"@abp/lodash@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.3.tgz#365684a338ab5d68adffa93207d0035eaa494ef9" - integrity sha512-Lqb2DkmKBPBHNbUd1QeATv8G/qUPamd06bKbe7xHesX3DZtlIwTmimwTpV4tqmJqOLKB67uUtapPYCfKyxs1RQ== +"@abp/lodash@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.4.tgz#40a8c72ce414fbe2967754b3615da45d95d2b11a" + integrity sha512-J6myOi8jV3LYq7BtPy+Ow0OQbNk50VnIkMo7tOPD3iAi4fQXKO0OGfri9FGevibYwMBLVXGyxvQk2sIEMFBx9Q== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" lodash "^4.17.21" -"@abp/luxon@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.3.tgz#97a60ae64e865d2b1c04107302d4ec50d4e09217" - integrity sha512-/7Lb463HREBFlt17tUFinTpYxfbZ8UIi1+d7Fqp8spJv78qCxvpWmD4iuJJJdCExO00ztZWY9GkCDPrAbfP/dA== +"@abp/luxon@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.4.tgz#7862e17bd06f4cea6333b20d58347bed77c3ca60" + integrity sha512-ShtZkW4wWMMSz4KP5ODzOK74gYHhQV+tLyPWYgYFfbXEYe0MtGRgLFolTmsOSW/xcVqeuyRDV/1DJ+u9HnZNcg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.3.tgz#96be03f79be929b1a2cb67acb38e9d6638f04f15" - integrity sha512-hr5qmcVl+Wr6sIS10QerWRTfFvhmhq9e48G9Hx5oQZFjrIkfJRlxla0TYViHR2tRYCeDQGb4gYmN4Fc71mdcPg== +"@abp/malihu-custom-scrollbar-plugin@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.4.tgz#913d9bc0661eefe62b937991fdf546209cf1d13d" + integrity sha512-fjypXQgy2P51JuwQfpRVheu+mHGHpWmFCZuIX5YTkiSrbvvtapqblzg6NM1YrrANwMUX16xu3sHtNL260RDuWQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/prismjs@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.3.tgz#eccea1469cb4dfc15b87704d267bb36ad6f25758" - integrity sha512-XC0jQa9LqcuqpciDKSbc0wRo4sOK9sebX6eZBlbOnGIoHhNNbiwG0Vt60MHQ5DmaOz7k5jWP0gOISQMJ5GJfTw== +"@abp/prismjs@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.4.tgz#cda1386a5bb0c613da3e3d1511f31272c799d44a" + integrity sha512-MHlAmaA/mwarRPbb9dN9Yf2EVFD9CIZ1/6KDJ+w0nNRXV3DhqnqhV8O/W7w5c9v/dSnxbI84JbxskFfd2ZpYmA== dependencies: - "@abp/clipboard" "~5.3.3" - "@abp/core" "~5.3.3" + "@abp/clipboard" "~5.3.4" + "@abp/core" "~5.3.4" prismjs "^1.26.0" -"@abp/select2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.3.tgz#bdb8de1fcc5c9964233fdf1d4b88f7b90099f293" - integrity sha512-yk4CDpgksM5pAXMgFnULlgDovBk0oeXRhAA6lpt0TizzJ353WkpcASUblHbWOePzXbJFBBB2cj3XBD9vdWx7Ig== +"@abp/select2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.4.tgz#38f90937871ef1ebed1e75ff1d3703e1caf6674c" + integrity sha512-cj8OCJSrivpKWMDE/ubf62BMYAUH/3DXWQUzWj27ptVo/DwLosBrHO62X7+4g5lUPFSgda+So5MIX0fm2Gnh6w== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" select2 "^4.0.13" -"@abp/sweetalert2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.3.tgz#54a2d45ddbdaa2f7a4485aa5731f2fec65a9c771" - integrity sha512-Lbw6S+xTNMtHeFaMJNbYTMtqznDwRtlN4+f+hRGWbqNIpHuMfTi1jUgdeZTYRjbhY+RTduUJrs8lvvPMKWgrTw== +"@abp/sweetalert2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.4.tgz#3626656ab124a94f04f5dcd6aad1ff0980f9308e" + integrity sha512-Lfde/N+yFvqQPecM2yjFKo5pCim+XXcxmfBxJcR1NXOyzRMRQq3wIdnqTTAb3/yMqYTzjbCSIkuArbWJn2XGPQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" sweetalert2 "^11.3.6" -"@abp/timeago@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.3.tgz#6e13a178d67e635ebe65d01db220d09f1673bafa" - integrity sha512-mBwaioPVnIeMXP6tDG24NZaTCAGvk8cMah8ems3OLWNK+tsPU4Jy8BVHTSmd/7rA69EL0REuSw2GmiCvaCL+RQ== +"@abp/timeago@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.4.tgz#f8c99914bf4d119221434dc68f1403a50149dceb" + integrity sha512-6tix3JayLBKBB4mgo2KVk/e31f3RmIX6TGrtfuY4gO0yqU6nX/an6MIJP5pzahPA1rs02I6RcAAmN1Gn01Lfuw== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" timeago "^1.6.7" -"@abp/toastr@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.3.tgz#a3d2d19963fe96da9566a0f320c7f9911901e69a" - integrity sha512-F1FJPQ0nnu/jZY4XpJFS7uFJgpoEl8aOeFkm6kvshK76ABFLvsWHYW88htW5gXIwOf+G/QClZdx39Os+IQaUJw== +"@abp/toastr@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.4.tgz#89dba90f46065165be723d04108885916ac9ecab" + integrity sha512-dIFEKj3nVXZtm9UvTRSZhwyACBouwIqa8h4hCNmGyAUcC4ptcKkyOZzRSfrrwJO5G67yWNzijMj+GHT9z51BLg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" toastr "^2.1.4" -"@abp/utils@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.3.tgz#b47f11cb9a0ac963a7f4e5a44360d933e19896fc" - integrity sha512-owTYsROGHfXuHTOFe1uKMAwLbgjzQLKDnmApUy4taYy93rWsu98vFXX6rYJTK7U/X8nZq5y0BtH4covHyfsAxQ== +"@abp/utils@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.4.tgz#086a4fd293b1dc3514b4720484ac0a6e478d4442" + integrity sha512-ArlLRTJTPKzEurogX4DdEOY7x8a6RKLhMJhDXzqbMV2NfI86mziQ2k5UQgA9FtWYNne0M+Hr0C6wmeYhnuYY8A== dependencies: just-compare "^1.3.0" diff --git a/modules/blogging/app/Volo.BloggingTestApp/package.json b/modules/blogging/app/Volo.BloggingTestApp/package.json index 74dc82cda9..ed7079a0fd 100644 --- a/modules/blogging/app/Volo.BloggingTestApp/package.json +++ b/modules/blogging/app/Volo.BloggingTestApp/package.json @@ -3,7 +3,7 @@ "name": "volo.blogtestapp", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3", - "@abp/blogging": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4", + "@abp/blogging": "^5.3.4" } } diff --git a/modules/blogging/app/Volo.BloggingTestApp/wwwroot/libs/abp/core/abp.js b/modules/blogging/app/Volo.BloggingTestApp/wwwroot/libs/abp/core/abp.js index 9445e4e7f4..d8b7531660 100644 --- a/modules/blogging/app/Volo.BloggingTestApp/wwwroot/libs/abp/core/abp.js +++ b/modules/blogging/app/Volo.BloggingTestApp/wwwroot/libs/abp/core/abp.js @@ -372,7 +372,9 @@ var abp = abp || {}; setTimeout(function () { if (element) { element.classList.remove('abp-block-area-disappearing'); - element.parentElement.removeChild(element); + if (element.parentElement) { + element.parentElement.removeChild(element); + } } }, 250); } diff --git a/modules/blogging/app/Volo.BloggingTestApp/yarn.lock b/modules/blogging/app/Volo.BloggingTestApp/yarn.lock index 0c0d9a0db9..7f599c7c02 100644 --- a/modules/blogging/app/Volo.BloggingTestApp/yarn.lock +++ b/modules/blogging/app/Volo.BloggingTestApp/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.3.tgz#dc6a1bdd583ef5ea0f8a0110753b0869d5f1cb61" - integrity sha512-det7xCtVZK6Dmvr0ENAkYdE+jRW0cVi3BCKZc7c6Hy0VKsKsKlnyz5j/D2rJSAmrap9hyQSWXBJUiho8W92wUQ== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.3.tgz#65f97d787647e7760bb0c2a5b0f0ff815dc9630a" - integrity sha512-p/Z++QPM7S2lm7obXsZXIarcw0Y88y/Ghy5hyZqdc3uNHL6j8LRlD2qfuRXzl0k9HytXa859UKtSMLSZij1DiA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~5.3.3" - "@abp/bootstrap" "~5.3.3" - "@abp/bootstrap-datepicker" "~5.3.3" - "@abp/datatables.net-bs5" "~5.3.3" - "@abp/font-awesome" "~5.3.3" - "@abp/jquery-form" "~5.3.3" - "@abp/jquery-validation-unobtrusive" "~5.3.3" - "@abp/lodash" "~5.3.3" - "@abp/luxon" "~5.3.3" - "@abp/malihu-custom-scrollbar-plugin" "~5.3.3" - "@abp/select2" "~5.3.3" - "@abp/sweetalert2" "~5.3.3" - "@abp/timeago" "~5.3.3" - "@abp/toastr" "~5.3.3" - -"@abp/aspnetcore.mvc.ui@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.3.tgz#b8beb98bde3e4f0340335014ced7653c7913a621" - integrity sha512-aDQxdfQmlEXIjWGW8wru58imh9cncHAijafvdXlmyfKHM2JfnSSCG/RPMiaoJq/iyDVEggbhx8z4VHODC1eitg== +"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.4.tgz#f4250bfa23bc07ab44499cdaec92af9974fa79f8" + integrity sha512-cY01jGgt29KlTsPS7JukezSCj/EGB1idNP+ER5qhdvRnuazMUtkZamQ0TyO+kjOwRnfXDZbFj4/Q0gnVMUQ5vQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.4" + +"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.4.tgz#3542e02a8dc3593d4138e9ede7ebb785cbc7de89" + integrity sha512-kkzHQMMwsB7Ws1YjBjOTAwSCVatsAqSqJeVm5Nm75vfh46KtkBdK1uu3VUbmscqLLXrM9fJGwcSsbpAmflPySg== + dependencies: + "@abp/aspnetcore.mvc.ui" "~5.3.4" + "@abp/bootstrap" "~5.3.4" + "@abp/bootstrap-datepicker" "~5.3.4" + "@abp/datatables.net-bs5" "~5.3.4" + "@abp/font-awesome" "~5.3.4" + "@abp/jquery-form" "~5.3.4" + "@abp/jquery-validation-unobtrusive" "~5.3.4" + "@abp/lodash" "~5.3.4" + "@abp/luxon" "~5.3.4" + "@abp/malihu-custom-scrollbar-plugin" "~5.3.4" + "@abp/select2" "~5.3.4" + "@abp/sweetalert2" "~5.3.4" + "@abp/timeago" "~5.3.4" + "@abp/toastr" "~5.3.4" + +"@abp/aspnetcore.mvc.ui@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.4.tgz#818b76ff530f074809413674c27ee0e6f18bc533" + integrity sha512-rPbtd7R5ZqCGiITvp1cnNnxFmsssGoTAoJujQLMiwAGMhZ8feQ8K3fqVclhyi24xCsxfISmevUpGRCzI3z+1Vw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,187 +41,187 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/blogging@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-5.3.3.tgz#b2be335e0e54fd59b5542e28d447d048bcfb0c4c" - integrity sha512-eMs3IzErwnQ4XG/NJXk3xRF0tEOStetx7EBWHvF423NK8fW4tvM5imy+Q44LXYSqHQgz39ekIslov/mtD2lHQw== +"@abp/blogging@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-5.3.4.tgz#4ecfb69a6a3ea2e619e1383ed674a3eb6afbea1d" + integrity sha512-UScsGeHVJxR5STl+DsKGw/HF77V4L/WY07IlhxjMU+xgY9byi/gTiCScIbPVg/B1YFyGauL3tuq00oeXqoLIXw== dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.3" - "@abp/owl.carousel" "~5.3.3" - "@abp/prismjs" "~5.3.3" - "@abp/tui-editor" "~5.3.3" + "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.4" + "@abp/owl.carousel" "~5.3.4" + "@abp/prismjs" "~5.3.4" + "@abp/tui-editor" "~5.3.4" -"@abp/bootstrap-datepicker@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.3.tgz#66bf2be128e6389877ed4465149c1933ca182c71" - integrity sha512-w/gPj4BVzVnmwekWVHKPYkwnhZFFH1XtCtw5LeJVM5bSYQBrvVTvvUPdKiiTDV59OYf2sbsA+PscwcTWAG6t/Q== +"@abp/bootstrap-datepicker@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.4.tgz#f2a3f4dccc677bfd2ffef081514e776f26aef104" + integrity sha512-+1M2HglXFHeikHwJZlhsJ3eWSrnhfqB9rAMwWRxOBCrAROT2a3cEr73WbUZ0xxwi9ETGVXyK13dP8//OywE+nA== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.3.tgz#56335b46bd42fba0a522712fbb6591fb6aeb5b68" - integrity sha512-xOtC690pE+QxZYhhQrpTE1rapEjg9BrJg7e0qvrkt4TLMZ4mIbau6/Qlh6x8uuMASCUUuRTLNUzHijxvOJh7Mg== +"@abp/bootstrap@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.4.tgz#15d2c1d1a2fdd50b77aa1e6660680c70bed4f77a" + integrity sha512-h46SHPr5V1aMl9y/0SfhIuj2gdiGasYcN1SZJl+mft5Qy2mDHpSKlArnNM64at+B7PpV2FJ/eTGQWbyDWMLEQg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" bootstrap "^5.1.3" -"@abp/clipboard@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.3.tgz#62c3c12f1ff503091924f672f71a50e2e5d0b47c" - integrity sha512-FRJPM9/P3WPuK4Id1KVfmpkOB3MrlrYp/beNqZtjqQuG8WDjVgnHrDnsPYfzeLdK5n6bEvtGWwtHwiaBOXhWZg== +"@abp/clipboard@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.4.tgz#25a91760e819e7a07a302ae3674cdd7033b0c8ff" + integrity sha512-TphKoAEIq6vAAoH837kqfaHhMhEQLw/aNxnDHyHiJqRHMb20GbU8yuGFK/gEHUv+BrTIWdzsX26TSu54LGG9Kw== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" clipboard "^2.0.8" -"@abp/core@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.3.tgz#b03fc281d650d483c9276591f2adb26ea43dcd1e" - integrity sha512-Pp8U+LjchtSxc9lTRaPNQhb+Eh7X2LVERmZvoWyET0y/st28PJZ4eZ4iyGmV00pEmCpadF5aTWVhJcGH32scdQ== +"@abp/core@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.4.tgz#8b51dc53916c4b2f011c7ce325a7c281c516e9ab" + integrity sha512-o56YpJe3sS6lyOcUo5KKjjcoOMkA11Z4Z2m7ut13JAT/9B+u3YOpjrzcu43UwsWVYS8IpQHtqrmaRbCsbWRbIQ== dependencies: - "@abp/utils" "~5.3.3" + "@abp/utils" "~5.3.4" -"@abp/datatables.net-bs5@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.3.tgz#e00304fbe7e6d9d33e1082485f7aa07de48fac0c" - integrity sha512-dkbP3PPkMRJqxravYO7NIVww+MQC3FxHP7mPCg/+PG/LttaNJ5L5hoNcb7BMK2K76hBRMdvlSIzvjycb1w1ooA== +"@abp/datatables.net-bs5@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.4.tgz#42c41316275381a1d9138c8660b09e8ff019caba" + integrity sha512-rKDt/V/YzWarqP5n2OcD5xgB/YRSWIp1tS+ZKTpTOXOXpt5+Mw3+hM7A6V4UZv2ptlTr0FmPV2UO3+gz7N795g== dependencies: - "@abp/datatables.net" "~5.3.3" + "@abp/datatables.net" "~5.3.4" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.3.tgz#6d8eca1034e26708b9adf0d5917aefd5772cbf30" - integrity sha512-1JuXMzHDtrvGRNBYdwEVobiYmhd7VxM432ciARX8hzvSkE0jcgzeTrSlBXfenFMPOIAUJsSOE4YVshtqrY0G4g== +"@abp/datatables.net@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.4.tgz#2cf45116120296cb0c137a561c95190f0acb7754" + integrity sha512-M8zHx/2bFPOU/O+MHpjEpCbtp4hXZ4DepNjegg+fGVpHhtv41ecsXAHJgHbwP2hnfloQoaSQN5ITVu9p7Ycvdg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" datatables.net "^1.11.4" -"@abp/font-awesome@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.3.tgz#b10a530c9dee28838536746ea2a40342ff2ee3a8" - integrity sha512-c+cvsQ1uolSoyTkM9rZYYM07iiq/Zu8zKOQaDbitQMfPkcfSnC3PG/PTNauSYuwh/SyFfacFXeaDQ5Y/kAGRLw== +"@abp/font-awesome@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.4.tgz#177ed2d7c0480be52c5d840f8253604fd92a6084" + integrity sha512-pcgeIWWrBUOWC4kMW/o0/MLXl4MQmX8qXl8S0xZ4v/JjGW2+jZ5/xjENGXsuuY7gPPyKn7xyO7nJUF3vc0gDVQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.3.tgz#94234207aa991e098e49e7d1244dc86d289a48e6" - integrity sha512-TY5c4ODfSidYGWqUR+QMNbxasfSufSg9gLY8lTEaJn2Wd2+o3GlauPxlTeNIRCRsxqb8e5+fBJspq1YbtE8vQg== +"@abp/jquery-form@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.4.tgz#4c8de58b03bac56088f8b6a79f0b933d30941281" + integrity sha512-Mh4YdsNKUpOLsEaAp70qUrhfNiiEPqlfGKveU2IxvnkXKPltMks9dv/F+sOH70CxNfVLDAAyXCWPhlkhZ1TY+Q== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.3.tgz#03f776807b60f32d2470c3d3c975ee20f33a993d" - integrity sha512-BNa2oSOfc5CSLW62SLCOinP7ybDDSVjfn0LYdDOdkIpSPnoL/3E1ZmgEzkDCUdTfJ67320kGDtIHCpb+Wbik+Q== +"@abp/jquery-validation-unobtrusive@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.4.tgz#364798d2aa03bf095ed0cfad556111c6999fb487" + integrity sha512-wmJ84tSGeGJ3u+v4dQPHlXzoOa0Ad28INdnOPwwkRek06zeixWeo5QrHxn3Wl9yrEvTTsnMYT99MCjjyWBB7vA== dependencies: - "@abp/jquery-validation" "~5.3.3" + "@abp/jquery-validation" "~5.3.4" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.3.tgz#a0544428b94966f35d3aebb40c354d3f4485137d" - integrity sha512-GFhrS4pVmbQRI0eiW2aBYmRTB0rR2s3Wj4NIVB69ZHwvy+uADA3M/oMs8Q4wuT+gmPu2GCjPNCc5RPsC173VPA== +"@abp/jquery-validation@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.4.tgz#fe5fed8341801e01352d27ff09411d98b4c4225b" + integrity sha512-kS/g/eCtPRwAzAXshDZ1ka+/ccXhHIrzB8mQ0xM+8JF5JE+JjtJAEMi4SZ6RbvPePnA6XdFiDYEdxvROr4FSeQ== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-validation "^1.19.3" -"@abp/jquery@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.3.tgz#be70aa671129fac192b8f858a973e65018960cbd" - integrity sha512-sUy0aquZPq+HyxChYJMTjUZxaTo5/Aav5JcbMq1RczIFidjOrFHthWnYZveDVSKryaCfX3tXutag1sPakUOTtg== +"@abp/jquery@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.4.tgz#bce066bcf355b77ff56bc7df914fc6437eed9508" + integrity sha512-aBHAiEFtjjJDKT8nSj++EkIF1fLIa/sNHe+7YxfNSKkRCtKKZSUwP9mRvAMz8nXTjv8DUn4l9trE2leBhma3QQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" jquery "~3.6.0" -"@abp/lodash@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.3.tgz#365684a338ab5d68adffa93207d0035eaa494ef9" - integrity sha512-Lqb2DkmKBPBHNbUd1QeATv8G/qUPamd06bKbe7xHesX3DZtlIwTmimwTpV4tqmJqOLKB67uUtapPYCfKyxs1RQ== +"@abp/lodash@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.4.tgz#40a8c72ce414fbe2967754b3615da45d95d2b11a" + integrity sha512-J6myOi8jV3LYq7BtPy+Ow0OQbNk50VnIkMo7tOPD3iAi4fQXKO0OGfri9FGevibYwMBLVXGyxvQk2sIEMFBx9Q== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" lodash "^4.17.21" -"@abp/luxon@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.3.tgz#97a60ae64e865d2b1c04107302d4ec50d4e09217" - integrity sha512-/7Lb463HREBFlt17tUFinTpYxfbZ8UIi1+d7Fqp8spJv78qCxvpWmD4iuJJJdCExO00ztZWY9GkCDPrAbfP/dA== +"@abp/luxon@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.4.tgz#7862e17bd06f4cea6333b20d58347bed77c3ca60" + integrity sha512-ShtZkW4wWMMSz4KP5ODzOK74gYHhQV+tLyPWYgYFfbXEYe0MtGRgLFolTmsOSW/xcVqeuyRDV/1DJ+u9HnZNcg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.3.tgz#96be03f79be929b1a2cb67acb38e9d6638f04f15" - integrity sha512-hr5qmcVl+Wr6sIS10QerWRTfFvhmhq9e48G9Hx5oQZFjrIkfJRlxla0TYViHR2tRYCeDQGb4gYmN4Fc71mdcPg== +"@abp/malihu-custom-scrollbar-plugin@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.4.tgz#913d9bc0661eefe62b937991fdf546209cf1d13d" + integrity sha512-fjypXQgy2P51JuwQfpRVheu+mHGHpWmFCZuIX5YTkiSrbvvtapqblzg6NM1YrrANwMUX16xu3sHtNL260RDuWQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/owl.carousel@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-5.3.3.tgz#72af5b9648c795a331a6213c685428cb6f4e9ddb" - integrity sha512-9cxU+gYa+Xbps44j/4PfdNLmOiwY4sqHxw6/UHdQ3x9jKM1uEPjWZ8KvhQHMc0G/wMPkBoosMTZhgf5fCt4YYg== +"@abp/owl.carousel@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-5.3.4.tgz#ad6ab551c96c2bd9e7cbea71939aee4aa78ab0ef" + integrity sha512-9xrG3z8KOG23HXr5dw0ZKHlyewhQ7f0AbwhlF764bhLr+Ea79vWsEKXWRvaHNrchpM2H95gd6NCaSSObatHTxg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" owl.carousel "^2.3.4" -"@abp/prismjs@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.3.tgz#eccea1469cb4dfc15b87704d267bb36ad6f25758" - integrity sha512-XC0jQa9LqcuqpciDKSbc0wRo4sOK9sebX6eZBlbOnGIoHhNNbiwG0Vt60MHQ5DmaOz7k5jWP0gOISQMJ5GJfTw== +"@abp/prismjs@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.4.tgz#cda1386a5bb0c613da3e3d1511f31272c799d44a" + integrity sha512-MHlAmaA/mwarRPbb9dN9Yf2EVFD9CIZ1/6KDJ+w0nNRXV3DhqnqhV8O/W7w5c9v/dSnxbI84JbxskFfd2ZpYmA== dependencies: - "@abp/clipboard" "~5.3.3" - "@abp/core" "~5.3.3" + "@abp/clipboard" "~5.3.4" + "@abp/core" "~5.3.4" prismjs "^1.26.0" -"@abp/select2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.3.tgz#bdb8de1fcc5c9964233fdf1d4b88f7b90099f293" - integrity sha512-yk4CDpgksM5pAXMgFnULlgDovBk0oeXRhAA6lpt0TizzJ353WkpcASUblHbWOePzXbJFBBB2cj3XBD9vdWx7Ig== +"@abp/select2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.4.tgz#38f90937871ef1ebed1e75ff1d3703e1caf6674c" + integrity sha512-cj8OCJSrivpKWMDE/ubf62BMYAUH/3DXWQUzWj27ptVo/DwLosBrHO62X7+4g5lUPFSgda+So5MIX0fm2Gnh6w== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" select2 "^4.0.13" -"@abp/sweetalert2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.3.tgz#54a2d45ddbdaa2f7a4485aa5731f2fec65a9c771" - integrity sha512-Lbw6S+xTNMtHeFaMJNbYTMtqznDwRtlN4+f+hRGWbqNIpHuMfTi1jUgdeZTYRjbhY+RTduUJrs8lvvPMKWgrTw== +"@abp/sweetalert2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.4.tgz#3626656ab124a94f04f5dcd6aad1ff0980f9308e" + integrity sha512-Lfde/N+yFvqQPecM2yjFKo5pCim+XXcxmfBxJcR1NXOyzRMRQq3wIdnqTTAb3/yMqYTzjbCSIkuArbWJn2XGPQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" sweetalert2 "^11.3.6" -"@abp/timeago@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.3.tgz#6e13a178d67e635ebe65d01db220d09f1673bafa" - integrity sha512-mBwaioPVnIeMXP6tDG24NZaTCAGvk8cMah8ems3OLWNK+tsPU4Jy8BVHTSmd/7rA69EL0REuSw2GmiCvaCL+RQ== +"@abp/timeago@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.4.tgz#f8c99914bf4d119221434dc68f1403a50149dceb" + integrity sha512-6tix3JayLBKBB4mgo2KVk/e31f3RmIX6TGrtfuY4gO0yqU6nX/an6MIJP5pzahPA1rs02I6RcAAmN1Gn01Lfuw== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" timeago "^1.6.7" -"@abp/toastr@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.3.tgz#a3d2d19963fe96da9566a0f320c7f9911901e69a" - integrity sha512-F1FJPQ0nnu/jZY4XpJFS7uFJgpoEl8aOeFkm6kvshK76ABFLvsWHYW88htW5gXIwOf+G/QClZdx39Os+IQaUJw== +"@abp/toastr@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.4.tgz#89dba90f46065165be723d04108885916ac9ecab" + integrity sha512-dIFEKj3nVXZtm9UvTRSZhwyACBouwIqa8h4hCNmGyAUcC4ptcKkyOZzRSfrrwJO5G67yWNzijMj+GHT9z51BLg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" toastr "^2.1.4" -"@abp/tui-editor@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-5.3.3.tgz#2c9f09fb8cf1dd98656d425f4f94896e9e3297ce" - integrity sha512-gXumOvfQc4D2e2fEG/nSja4sHwDARwnp2K41M7eSdaB/ENR0GT1SRfK24SdpnYSuzPnuhNR/GMY1c3jOJFNCRg== +"@abp/tui-editor@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-5.3.4.tgz#a9b5148fdb0f1410a0a5b5372fa38a0b4d7c478c" + integrity sha512-E0l5yJEYC8syb4MBCWYD/yoUBsk4hD74vvNgjwMS0TexhLSHdJ8wVhBl5odeAw1w1x4A0s7X5tV+u2Aeiu66eg== dependencies: - "@abp/jquery" "~5.3.3" - "@abp/prismjs" "~5.3.3" + "@abp/jquery" "~5.3.4" + "@abp/prismjs" "~5.3.4" -"@abp/utils@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.3.tgz#b47f11cb9a0ac963a7f4e5a44360d933e19896fc" - integrity sha512-owTYsROGHfXuHTOFe1uKMAwLbgjzQLKDnmApUy4taYy93rWsu98vFXX6rYJTK7U/X8nZq5y0BtH4covHyfsAxQ== +"@abp/utils@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.4.tgz#086a4fd293b1dc3514b4720484ac0a6e478d4442" + integrity sha512-ArlLRTJTPKzEurogX4DdEOY7x8a6RKLhMJhDXzqbMV2NfI86mziQ2k5UQgA9FtWYNne0M+Hr0C6wmeYhnuYY8A== dependencies: just-compare "^1.3.0" diff --git a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json index a3129da17f..1a9a73c72c 100644 --- a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json +++ b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json @@ -3,6 +3,6 @@ "name": "client-simulation-web", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4" } } diff --git a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/wwwroot/libs/abp/core/abp.js b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/wwwroot/libs/abp/core/abp.js index 9445e4e7f4..d8b7531660 100644 --- a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/wwwroot/libs/abp/core/abp.js +++ b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/wwwroot/libs/abp/core/abp.js @@ -372,7 +372,9 @@ var abp = abp || {}; setTimeout(function () { if (element) { element.classList.remove('abp-block-area-disappearing'); - element.parentElement.removeChild(element); + if (element.parentElement) { + element.parentElement.removeChild(element); + } } }, 250); } diff --git a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock index b16b62a682..43de9b0c7d 100644 --- a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock +++ b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.3.tgz#dc6a1bdd583ef5ea0f8a0110753b0869d5f1cb61" - integrity sha512-det7xCtVZK6Dmvr0ENAkYdE+jRW0cVi3BCKZc7c6Hy0VKsKsKlnyz5j/D2rJSAmrap9hyQSWXBJUiho8W92wUQ== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.3.tgz#65f97d787647e7760bb0c2a5b0f0ff815dc9630a" - integrity sha512-p/Z++QPM7S2lm7obXsZXIarcw0Y88y/Ghy5hyZqdc3uNHL6j8LRlD2qfuRXzl0k9HytXa859UKtSMLSZij1DiA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~5.3.3" - "@abp/bootstrap" "~5.3.3" - "@abp/bootstrap-datepicker" "~5.3.3" - "@abp/datatables.net-bs5" "~5.3.3" - "@abp/font-awesome" "~5.3.3" - "@abp/jquery-form" "~5.3.3" - "@abp/jquery-validation-unobtrusive" "~5.3.3" - "@abp/lodash" "~5.3.3" - "@abp/luxon" "~5.3.3" - "@abp/malihu-custom-scrollbar-plugin" "~5.3.3" - "@abp/select2" "~5.3.3" - "@abp/sweetalert2" "~5.3.3" - "@abp/timeago" "~5.3.3" - "@abp/toastr" "~5.3.3" - -"@abp/aspnetcore.mvc.ui@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.3.tgz#b8beb98bde3e4f0340335014ced7653c7913a621" - integrity sha512-aDQxdfQmlEXIjWGW8wru58imh9cncHAijafvdXlmyfKHM2JfnSSCG/RPMiaoJq/iyDVEggbhx8z4VHODC1eitg== +"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.4.tgz#f4250bfa23bc07ab44499cdaec92af9974fa79f8" + integrity sha512-cY01jGgt29KlTsPS7JukezSCj/EGB1idNP+ER5qhdvRnuazMUtkZamQ0TyO+kjOwRnfXDZbFj4/Q0gnVMUQ5vQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.4" + +"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.4.tgz#3542e02a8dc3593d4138e9ede7ebb785cbc7de89" + integrity sha512-kkzHQMMwsB7Ws1YjBjOTAwSCVatsAqSqJeVm5Nm75vfh46KtkBdK1uu3VUbmscqLLXrM9fJGwcSsbpAmflPySg== + dependencies: + "@abp/aspnetcore.mvc.ui" "~5.3.4" + "@abp/bootstrap" "~5.3.4" + "@abp/bootstrap-datepicker" "~5.3.4" + "@abp/datatables.net-bs5" "~5.3.4" + "@abp/font-awesome" "~5.3.4" + "@abp/jquery-form" "~5.3.4" + "@abp/jquery-validation-unobtrusive" "~5.3.4" + "@abp/lodash" "~5.3.4" + "@abp/luxon" "~5.3.4" + "@abp/malihu-custom-scrollbar-plugin" "~5.3.4" + "@abp/select2" "~5.3.4" + "@abp/sweetalert2" "~5.3.4" + "@abp/timeago" "~5.3.4" + "@abp/toastr" "~5.3.4" + +"@abp/aspnetcore.mvc.ui@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.4.tgz#818b76ff530f074809413674c27ee0e6f18bc533" + integrity sha512-rPbtd7R5ZqCGiITvp1cnNnxFmsssGoTAoJujQLMiwAGMhZ8feQ8K3fqVclhyi24xCsxfISmevUpGRCzI3z+1Vw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,144 +41,144 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.3.tgz#66bf2be128e6389877ed4465149c1933ca182c71" - integrity sha512-w/gPj4BVzVnmwekWVHKPYkwnhZFFH1XtCtw5LeJVM5bSYQBrvVTvvUPdKiiTDV59OYf2sbsA+PscwcTWAG6t/Q== +"@abp/bootstrap-datepicker@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.4.tgz#f2a3f4dccc677bfd2ffef081514e776f26aef104" + integrity sha512-+1M2HglXFHeikHwJZlhsJ3eWSrnhfqB9rAMwWRxOBCrAROT2a3cEr73WbUZ0xxwi9ETGVXyK13dP8//OywE+nA== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.3.tgz#56335b46bd42fba0a522712fbb6591fb6aeb5b68" - integrity sha512-xOtC690pE+QxZYhhQrpTE1rapEjg9BrJg7e0qvrkt4TLMZ4mIbau6/Qlh6x8uuMASCUUuRTLNUzHijxvOJh7Mg== +"@abp/bootstrap@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.4.tgz#15d2c1d1a2fdd50b77aa1e6660680c70bed4f77a" + integrity sha512-h46SHPr5V1aMl9y/0SfhIuj2gdiGasYcN1SZJl+mft5Qy2mDHpSKlArnNM64at+B7PpV2FJ/eTGQWbyDWMLEQg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" bootstrap "^5.1.3" -"@abp/core@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.3.tgz#b03fc281d650d483c9276591f2adb26ea43dcd1e" - integrity sha512-Pp8U+LjchtSxc9lTRaPNQhb+Eh7X2LVERmZvoWyET0y/st28PJZ4eZ4iyGmV00pEmCpadF5aTWVhJcGH32scdQ== +"@abp/core@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.4.tgz#8b51dc53916c4b2f011c7ce325a7c281c516e9ab" + integrity sha512-o56YpJe3sS6lyOcUo5KKjjcoOMkA11Z4Z2m7ut13JAT/9B+u3YOpjrzcu43UwsWVYS8IpQHtqrmaRbCsbWRbIQ== dependencies: - "@abp/utils" "~5.3.3" + "@abp/utils" "~5.3.4" -"@abp/datatables.net-bs5@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.3.tgz#e00304fbe7e6d9d33e1082485f7aa07de48fac0c" - integrity sha512-dkbP3PPkMRJqxravYO7NIVww+MQC3FxHP7mPCg/+PG/LttaNJ5L5hoNcb7BMK2K76hBRMdvlSIzvjycb1w1ooA== +"@abp/datatables.net-bs5@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.4.tgz#42c41316275381a1d9138c8660b09e8ff019caba" + integrity sha512-rKDt/V/YzWarqP5n2OcD5xgB/YRSWIp1tS+ZKTpTOXOXpt5+Mw3+hM7A6V4UZv2ptlTr0FmPV2UO3+gz7N795g== dependencies: - "@abp/datatables.net" "~5.3.3" + "@abp/datatables.net" "~5.3.4" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.3.tgz#6d8eca1034e26708b9adf0d5917aefd5772cbf30" - integrity sha512-1JuXMzHDtrvGRNBYdwEVobiYmhd7VxM432ciARX8hzvSkE0jcgzeTrSlBXfenFMPOIAUJsSOE4YVshtqrY0G4g== +"@abp/datatables.net@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.4.tgz#2cf45116120296cb0c137a561c95190f0acb7754" + integrity sha512-M8zHx/2bFPOU/O+MHpjEpCbtp4hXZ4DepNjegg+fGVpHhtv41ecsXAHJgHbwP2hnfloQoaSQN5ITVu9p7Ycvdg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" datatables.net "^1.11.4" -"@abp/font-awesome@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.3.tgz#b10a530c9dee28838536746ea2a40342ff2ee3a8" - integrity sha512-c+cvsQ1uolSoyTkM9rZYYM07iiq/Zu8zKOQaDbitQMfPkcfSnC3PG/PTNauSYuwh/SyFfacFXeaDQ5Y/kAGRLw== +"@abp/font-awesome@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.4.tgz#177ed2d7c0480be52c5d840f8253604fd92a6084" + integrity sha512-pcgeIWWrBUOWC4kMW/o0/MLXl4MQmX8qXl8S0xZ4v/JjGW2+jZ5/xjENGXsuuY7gPPyKn7xyO7nJUF3vc0gDVQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.3.tgz#94234207aa991e098e49e7d1244dc86d289a48e6" - integrity sha512-TY5c4ODfSidYGWqUR+QMNbxasfSufSg9gLY8lTEaJn2Wd2+o3GlauPxlTeNIRCRsxqb8e5+fBJspq1YbtE8vQg== +"@abp/jquery-form@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.4.tgz#4c8de58b03bac56088f8b6a79f0b933d30941281" + integrity sha512-Mh4YdsNKUpOLsEaAp70qUrhfNiiEPqlfGKveU2IxvnkXKPltMks9dv/F+sOH70CxNfVLDAAyXCWPhlkhZ1TY+Q== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.3.tgz#03f776807b60f32d2470c3d3c975ee20f33a993d" - integrity sha512-BNa2oSOfc5CSLW62SLCOinP7ybDDSVjfn0LYdDOdkIpSPnoL/3E1ZmgEzkDCUdTfJ67320kGDtIHCpb+Wbik+Q== +"@abp/jquery-validation-unobtrusive@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.4.tgz#364798d2aa03bf095ed0cfad556111c6999fb487" + integrity sha512-wmJ84tSGeGJ3u+v4dQPHlXzoOa0Ad28INdnOPwwkRek06zeixWeo5QrHxn3Wl9yrEvTTsnMYT99MCjjyWBB7vA== dependencies: - "@abp/jquery-validation" "~5.3.3" + "@abp/jquery-validation" "~5.3.4" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.3.tgz#a0544428b94966f35d3aebb40c354d3f4485137d" - integrity sha512-GFhrS4pVmbQRI0eiW2aBYmRTB0rR2s3Wj4NIVB69ZHwvy+uADA3M/oMs8Q4wuT+gmPu2GCjPNCc5RPsC173VPA== +"@abp/jquery-validation@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.4.tgz#fe5fed8341801e01352d27ff09411d98b4c4225b" + integrity sha512-kS/g/eCtPRwAzAXshDZ1ka+/ccXhHIrzB8mQ0xM+8JF5JE+JjtJAEMi4SZ6RbvPePnA6XdFiDYEdxvROr4FSeQ== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-validation "^1.19.3" -"@abp/jquery@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.3.tgz#be70aa671129fac192b8f858a973e65018960cbd" - integrity sha512-sUy0aquZPq+HyxChYJMTjUZxaTo5/Aav5JcbMq1RczIFidjOrFHthWnYZveDVSKryaCfX3tXutag1sPakUOTtg== +"@abp/jquery@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.4.tgz#bce066bcf355b77ff56bc7df914fc6437eed9508" + integrity sha512-aBHAiEFtjjJDKT8nSj++EkIF1fLIa/sNHe+7YxfNSKkRCtKKZSUwP9mRvAMz8nXTjv8DUn4l9trE2leBhma3QQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" jquery "~3.6.0" -"@abp/lodash@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.3.tgz#365684a338ab5d68adffa93207d0035eaa494ef9" - integrity sha512-Lqb2DkmKBPBHNbUd1QeATv8G/qUPamd06bKbe7xHesX3DZtlIwTmimwTpV4tqmJqOLKB67uUtapPYCfKyxs1RQ== +"@abp/lodash@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.4.tgz#40a8c72ce414fbe2967754b3615da45d95d2b11a" + integrity sha512-J6myOi8jV3LYq7BtPy+Ow0OQbNk50VnIkMo7tOPD3iAi4fQXKO0OGfri9FGevibYwMBLVXGyxvQk2sIEMFBx9Q== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" lodash "^4.17.21" -"@abp/luxon@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.3.tgz#97a60ae64e865d2b1c04107302d4ec50d4e09217" - integrity sha512-/7Lb463HREBFlt17tUFinTpYxfbZ8UIi1+d7Fqp8spJv78qCxvpWmD4iuJJJdCExO00ztZWY9GkCDPrAbfP/dA== +"@abp/luxon@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.4.tgz#7862e17bd06f4cea6333b20d58347bed77c3ca60" + integrity sha512-ShtZkW4wWMMSz4KP5ODzOK74gYHhQV+tLyPWYgYFfbXEYe0MtGRgLFolTmsOSW/xcVqeuyRDV/1DJ+u9HnZNcg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.3.tgz#96be03f79be929b1a2cb67acb38e9d6638f04f15" - integrity sha512-hr5qmcVl+Wr6sIS10QerWRTfFvhmhq9e48G9Hx5oQZFjrIkfJRlxla0TYViHR2tRYCeDQGb4gYmN4Fc71mdcPg== +"@abp/malihu-custom-scrollbar-plugin@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.4.tgz#913d9bc0661eefe62b937991fdf546209cf1d13d" + integrity sha512-fjypXQgy2P51JuwQfpRVheu+mHGHpWmFCZuIX5YTkiSrbvvtapqblzg6NM1YrrANwMUX16xu3sHtNL260RDuWQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/select2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.3.tgz#bdb8de1fcc5c9964233fdf1d4b88f7b90099f293" - integrity sha512-yk4CDpgksM5pAXMgFnULlgDovBk0oeXRhAA6lpt0TizzJ353WkpcASUblHbWOePzXbJFBBB2cj3XBD9vdWx7Ig== +"@abp/select2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.4.tgz#38f90937871ef1ebed1e75ff1d3703e1caf6674c" + integrity sha512-cj8OCJSrivpKWMDE/ubf62BMYAUH/3DXWQUzWj27ptVo/DwLosBrHO62X7+4g5lUPFSgda+So5MIX0fm2Gnh6w== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" select2 "^4.0.13" -"@abp/sweetalert2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.3.tgz#54a2d45ddbdaa2f7a4485aa5731f2fec65a9c771" - integrity sha512-Lbw6S+xTNMtHeFaMJNbYTMtqznDwRtlN4+f+hRGWbqNIpHuMfTi1jUgdeZTYRjbhY+RTduUJrs8lvvPMKWgrTw== +"@abp/sweetalert2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.4.tgz#3626656ab124a94f04f5dcd6aad1ff0980f9308e" + integrity sha512-Lfde/N+yFvqQPecM2yjFKo5pCim+XXcxmfBxJcR1NXOyzRMRQq3wIdnqTTAb3/yMqYTzjbCSIkuArbWJn2XGPQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" sweetalert2 "^11.3.6" -"@abp/timeago@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.3.tgz#6e13a178d67e635ebe65d01db220d09f1673bafa" - integrity sha512-mBwaioPVnIeMXP6tDG24NZaTCAGvk8cMah8ems3OLWNK+tsPU4Jy8BVHTSmd/7rA69EL0REuSw2GmiCvaCL+RQ== +"@abp/timeago@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.4.tgz#f8c99914bf4d119221434dc68f1403a50149dceb" + integrity sha512-6tix3JayLBKBB4mgo2KVk/e31f3RmIX6TGrtfuY4gO0yqU6nX/an6MIJP5pzahPA1rs02I6RcAAmN1Gn01Lfuw== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" timeago "^1.6.7" -"@abp/toastr@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.3.tgz#a3d2d19963fe96da9566a0f320c7f9911901e69a" - integrity sha512-F1FJPQ0nnu/jZY4XpJFS7uFJgpoEl8aOeFkm6kvshK76ABFLvsWHYW88htW5gXIwOf+G/QClZdx39Os+IQaUJw== +"@abp/toastr@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.4.tgz#89dba90f46065165be723d04108885916ac9ecab" + integrity sha512-dIFEKj3nVXZtm9UvTRSZhwyACBouwIqa8h4hCNmGyAUcC4ptcKkyOZzRSfrrwJO5G67yWNzijMj+GHT9z51BLg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" toastr "^2.1.4" -"@abp/utils@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.3.tgz#b47f11cb9a0ac963a7f4e5a44360d933e19896fc" - integrity sha512-owTYsROGHfXuHTOFe1uKMAwLbgjzQLKDnmApUy4taYy93rWsu98vFXX6rYJTK7U/X8nZq5y0BtH4covHyfsAxQ== +"@abp/utils@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.4.tgz#086a4fd293b1dc3514b4720484ac0a6e478d4442" + integrity sha512-ArlLRTJTPKzEurogX4DdEOY7x8a6RKLhMJhDXzqbMV2NfI86mziQ2k5UQgA9FtWYNne0M+Hr0C6wmeYhnuYY8A== dependencies: just-compare "^1.3.0" diff --git a/modules/cms-kit/angular/package.json b/modules/cms-kit/angular/package.json index 799be1c6ef..ecf8f29329 100644 --- a/modules/cms-kit/angular/package.json +++ b/modules/cms-kit/angular/package.json @@ -15,11 +15,11 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~5.3.3", - "@abp/ng.identity": "~5.3.3", - "@abp/ng.setting-management": "~5.3.3", - "@abp/ng.tenant-management": "~5.3.3", - "@abp/ng.theme.basic": "~5.3.3", + "@abp/ng.account": "~5.3.4", + "@abp/ng.identity": "~5.3.4", + "@abp/ng.setting-management": "~5.3.4", + "@abp/ng.tenant-management": "~5.3.4", + "@abp/ng.theme.basic": "~5.3.4", "@angular/animations": "~10.0.0", "@angular/common": "~10.0.0", "@angular/compiler": "~10.0.0", diff --git a/modules/cms-kit/angular/projects/cms-kit/package.json b/modules/cms-kit/angular/projects/cms-kit/package.json index d561067392..fb37ddcf02 100644 --- a/modules/cms-kit/angular/projects/cms-kit/package.json +++ b/modules/cms-kit/angular/projects/cms-kit/package.json @@ -4,8 +4,8 @@ "peerDependencies": { "@angular/common": "^9.1.11", "@angular/core": "^9.1.11", - "@abp/ng.core": ">=5.3.3", - "@abp/ng.theme.shared": ">=5.3.3" + "@abp/ng.core": ">=5.3.4", + "@abp/ng.theme.shared": ">=5.3.4" }, "dependencies": { "tslib": "^2.0.0" diff --git a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json index a96f05fa85..fcab7bfe21 100644 --- a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json +++ b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json @@ -3,6 +3,6 @@ "name": "my-app-identityserver", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4" } } diff --git a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/wwwroot/libs/abp/core/abp.js b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/wwwroot/libs/abp/core/abp.js index 9445e4e7f4..d8b7531660 100644 --- a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/wwwroot/libs/abp/core/abp.js +++ b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/wwwroot/libs/abp/core/abp.js @@ -372,7 +372,9 @@ var abp = abp || {}; setTimeout(function () { if (element) { element.classList.remove('abp-block-area-disappearing'); - element.parentElement.removeChild(element); + if (element.parentElement) { + element.parentElement.removeChild(element); + } } }, 250); } diff --git a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock index 97fba3888b..cb947ffe96 100644 --- a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock +++ b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.3.tgz#dc6a1bdd583ef5ea0f8a0110753b0869d5f1cb61" - integrity sha512-det7xCtVZK6Dmvr0ENAkYdE+jRW0cVi3BCKZc7c6Hy0VKsKsKlnyz5j/D2rJSAmrap9hyQSWXBJUiho8W92wUQ== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.3.tgz#65f97d787647e7760bb0c2a5b0f0ff815dc9630a" - integrity sha512-p/Z++QPM7S2lm7obXsZXIarcw0Y88y/Ghy5hyZqdc3uNHL6j8LRlD2qfuRXzl0k9HytXa859UKtSMLSZij1DiA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~5.3.3" - "@abp/bootstrap" "~5.3.3" - "@abp/bootstrap-datepicker" "~5.3.3" - "@abp/datatables.net-bs5" "~5.3.3" - "@abp/font-awesome" "~5.3.3" - "@abp/jquery-form" "~5.3.3" - "@abp/jquery-validation-unobtrusive" "~5.3.3" - "@abp/lodash" "~5.3.3" - "@abp/luxon" "~5.3.3" - "@abp/malihu-custom-scrollbar-plugin" "~5.3.3" - "@abp/select2" "~5.3.3" - "@abp/sweetalert2" "~5.3.3" - "@abp/timeago" "~5.3.3" - "@abp/toastr" "~5.3.3" - -"@abp/aspnetcore.mvc.ui@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.3.tgz#b8beb98bde3e4f0340335014ced7653c7913a621" - integrity sha512-aDQxdfQmlEXIjWGW8wru58imh9cncHAijafvdXlmyfKHM2JfnSSCG/RPMiaoJq/iyDVEggbhx8z4VHODC1eitg== +"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.4.tgz#f4250bfa23bc07ab44499cdaec92af9974fa79f8" + integrity sha512-cY01jGgt29KlTsPS7JukezSCj/EGB1idNP+ER5qhdvRnuazMUtkZamQ0TyO+kjOwRnfXDZbFj4/Q0gnVMUQ5vQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.4" + +"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.4.tgz#3542e02a8dc3593d4138e9ede7ebb785cbc7de89" + integrity sha512-kkzHQMMwsB7Ws1YjBjOTAwSCVatsAqSqJeVm5Nm75vfh46KtkBdK1uu3VUbmscqLLXrM9fJGwcSsbpAmflPySg== + dependencies: + "@abp/aspnetcore.mvc.ui" "~5.3.4" + "@abp/bootstrap" "~5.3.4" + "@abp/bootstrap-datepicker" "~5.3.4" + "@abp/datatables.net-bs5" "~5.3.4" + "@abp/font-awesome" "~5.3.4" + "@abp/jquery-form" "~5.3.4" + "@abp/jquery-validation-unobtrusive" "~5.3.4" + "@abp/lodash" "~5.3.4" + "@abp/luxon" "~5.3.4" + "@abp/malihu-custom-scrollbar-plugin" "~5.3.4" + "@abp/select2" "~5.3.4" + "@abp/sweetalert2" "~5.3.4" + "@abp/timeago" "~5.3.4" + "@abp/toastr" "~5.3.4" + +"@abp/aspnetcore.mvc.ui@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.4.tgz#818b76ff530f074809413674c27ee0e6f18bc533" + integrity sha512-rPbtd7R5ZqCGiITvp1cnNnxFmsssGoTAoJujQLMiwAGMhZ8feQ8K3fqVclhyi24xCsxfISmevUpGRCzI3z+1Vw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,144 +41,144 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.3.tgz#66bf2be128e6389877ed4465149c1933ca182c71" - integrity sha512-w/gPj4BVzVnmwekWVHKPYkwnhZFFH1XtCtw5LeJVM5bSYQBrvVTvvUPdKiiTDV59OYf2sbsA+PscwcTWAG6t/Q== +"@abp/bootstrap-datepicker@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.4.tgz#f2a3f4dccc677bfd2ffef081514e776f26aef104" + integrity sha512-+1M2HglXFHeikHwJZlhsJ3eWSrnhfqB9rAMwWRxOBCrAROT2a3cEr73WbUZ0xxwi9ETGVXyK13dP8//OywE+nA== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.3.tgz#56335b46bd42fba0a522712fbb6591fb6aeb5b68" - integrity sha512-xOtC690pE+QxZYhhQrpTE1rapEjg9BrJg7e0qvrkt4TLMZ4mIbau6/Qlh6x8uuMASCUUuRTLNUzHijxvOJh7Mg== +"@abp/bootstrap@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.4.tgz#15d2c1d1a2fdd50b77aa1e6660680c70bed4f77a" + integrity sha512-h46SHPr5V1aMl9y/0SfhIuj2gdiGasYcN1SZJl+mft5Qy2mDHpSKlArnNM64at+B7PpV2FJ/eTGQWbyDWMLEQg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" bootstrap "^5.1.3" -"@abp/core@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.3.tgz#b03fc281d650d483c9276591f2adb26ea43dcd1e" - integrity sha512-Pp8U+LjchtSxc9lTRaPNQhb+Eh7X2LVERmZvoWyET0y/st28PJZ4eZ4iyGmV00pEmCpadF5aTWVhJcGH32scdQ== +"@abp/core@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.4.tgz#8b51dc53916c4b2f011c7ce325a7c281c516e9ab" + integrity sha512-o56YpJe3sS6lyOcUo5KKjjcoOMkA11Z4Z2m7ut13JAT/9B+u3YOpjrzcu43UwsWVYS8IpQHtqrmaRbCsbWRbIQ== dependencies: - "@abp/utils" "~5.3.3" + "@abp/utils" "~5.3.4" -"@abp/datatables.net-bs5@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.3.tgz#e00304fbe7e6d9d33e1082485f7aa07de48fac0c" - integrity sha512-dkbP3PPkMRJqxravYO7NIVww+MQC3FxHP7mPCg/+PG/LttaNJ5L5hoNcb7BMK2K76hBRMdvlSIzvjycb1w1ooA== +"@abp/datatables.net-bs5@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.4.tgz#42c41316275381a1d9138c8660b09e8ff019caba" + integrity sha512-rKDt/V/YzWarqP5n2OcD5xgB/YRSWIp1tS+ZKTpTOXOXpt5+Mw3+hM7A6V4UZv2ptlTr0FmPV2UO3+gz7N795g== dependencies: - "@abp/datatables.net" "~5.3.3" + "@abp/datatables.net" "~5.3.4" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.3.tgz#6d8eca1034e26708b9adf0d5917aefd5772cbf30" - integrity sha512-1JuXMzHDtrvGRNBYdwEVobiYmhd7VxM432ciARX8hzvSkE0jcgzeTrSlBXfenFMPOIAUJsSOE4YVshtqrY0G4g== +"@abp/datatables.net@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.4.tgz#2cf45116120296cb0c137a561c95190f0acb7754" + integrity sha512-M8zHx/2bFPOU/O+MHpjEpCbtp4hXZ4DepNjegg+fGVpHhtv41ecsXAHJgHbwP2hnfloQoaSQN5ITVu9p7Ycvdg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" datatables.net "^1.11.4" -"@abp/font-awesome@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.3.tgz#b10a530c9dee28838536746ea2a40342ff2ee3a8" - integrity sha512-c+cvsQ1uolSoyTkM9rZYYM07iiq/Zu8zKOQaDbitQMfPkcfSnC3PG/PTNauSYuwh/SyFfacFXeaDQ5Y/kAGRLw== +"@abp/font-awesome@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.4.tgz#177ed2d7c0480be52c5d840f8253604fd92a6084" + integrity sha512-pcgeIWWrBUOWC4kMW/o0/MLXl4MQmX8qXl8S0xZ4v/JjGW2+jZ5/xjENGXsuuY7gPPyKn7xyO7nJUF3vc0gDVQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.3.tgz#94234207aa991e098e49e7d1244dc86d289a48e6" - integrity sha512-TY5c4ODfSidYGWqUR+QMNbxasfSufSg9gLY8lTEaJn2Wd2+o3GlauPxlTeNIRCRsxqb8e5+fBJspq1YbtE8vQg== +"@abp/jquery-form@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.4.tgz#4c8de58b03bac56088f8b6a79f0b933d30941281" + integrity sha512-Mh4YdsNKUpOLsEaAp70qUrhfNiiEPqlfGKveU2IxvnkXKPltMks9dv/F+sOH70CxNfVLDAAyXCWPhlkhZ1TY+Q== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.3.tgz#03f776807b60f32d2470c3d3c975ee20f33a993d" - integrity sha512-BNa2oSOfc5CSLW62SLCOinP7ybDDSVjfn0LYdDOdkIpSPnoL/3E1ZmgEzkDCUdTfJ67320kGDtIHCpb+Wbik+Q== +"@abp/jquery-validation-unobtrusive@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.4.tgz#364798d2aa03bf095ed0cfad556111c6999fb487" + integrity sha512-wmJ84tSGeGJ3u+v4dQPHlXzoOa0Ad28INdnOPwwkRek06zeixWeo5QrHxn3Wl9yrEvTTsnMYT99MCjjyWBB7vA== dependencies: - "@abp/jquery-validation" "~5.3.3" + "@abp/jquery-validation" "~5.3.4" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.3.tgz#a0544428b94966f35d3aebb40c354d3f4485137d" - integrity sha512-GFhrS4pVmbQRI0eiW2aBYmRTB0rR2s3Wj4NIVB69ZHwvy+uADA3M/oMs8Q4wuT+gmPu2GCjPNCc5RPsC173VPA== +"@abp/jquery-validation@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.4.tgz#fe5fed8341801e01352d27ff09411d98b4c4225b" + integrity sha512-kS/g/eCtPRwAzAXshDZ1ka+/ccXhHIrzB8mQ0xM+8JF5JE+JjtJAEMi4SZ6RbvPePnA6XdFiDYEdxvROr4FSeQ== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-validation "^1.19.3" -"@abp/jquery@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.3.tgz#be70aa671129fac192b8f858a973e65018960cbd" - integrity sha512-sUy0aquZPq+HyxChYJMTjUZxaTo5/Aav5JcbMq1RczIFidjOrFHthWnYZveDVSKryaCfX3tXutag1sPakUOTtg== +"@abp/jquery@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.4.tgz#bce066bcf355b77ff56bc7df914fc6437eed9508" + integrity sha512-aBHAiEFtjjJDKT8nSj++EkIF1fLIa/sNHe+7YxfNSKkRCtKKZSUwP9mRvAMz8nXTjv8DUn4l9trE2leBhma3QQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" jquery "~3.6.0" -"@abp/lodash@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.3.tgz#365684a338ab5d68adffa93207d0035eaa494ef9" - integrity sha512-Lqb2DkmKBPBHNbUd1QeATv8G/qUPamd06bKbe7xHesX3DZtlIwTmimwTpV4tqmJqOLKB67uUtapPYCfKyxs1RQ== +"@abp/lodash@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.4.tgz#40a8c72ce414fbe2967754b3615da45d95d2b11a" + integrity sha512-J6myOi8jV3LYq7BtPy+Ow0OQbNk50VnIkMo7tOPD3iAi4fQXKO0OGfri9FGevibYwMBLVXGyxvQk2sIEMFBx9Q== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" lodash "^4.17.21" -"@abp/luxon@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.3.tgz#97a60ae64e865d2b1c04107302d4ec50d4e09217" - integrity sha512-/7Lb463HREBFlt17tUFinTpYxfbZ8UIi1+d7Fqp8spJv78qCxvpWmD4iuJJJdCExO00ztZWY9GkCDPrAbfP/dA== +"@abp/luxon@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.4.tgz#7862e17bd06f4cea6333b20d58347bed77c3ca60" + integrity sha512-ShtZkW4wWMMSz4KP5ODzOK74gYHhQV+tLyPWYgYFfbXEYe0MtGRgLFolTmsOSW/xcVqeuyRDV/1DJ+u9HnZNcg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.3.tgz#96be03f79be929b1a2cb67acb38e9d6638f04f15" - integrity sha512-hr5qmcVl+Wr6sIS10QerWRTfFvhmhq9e48G9Hx5oQZFjrIkfJRlxla0TYViHR2tRYCeDQGb4gYmN4Fc71mdcPg== +"@abp/malihu-custom-scrollbar-plugin@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.4.tgz#913d9bc0661eefe62b937991fdf546209cf1d13d" + integrity sha512-fjypXQgy2P51JuwQfpRVheu+mHGHpWmFCZuIX5YTkiSrbvvtapqblzg6NM1YrrANwMUX16xu3sHtNL260RDuWQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/select2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.3.tgz#bdb8de1fcc5c9964233fdf1d4b88f7b90099f293" - integrity sha512-yk4CDpgksM5pAXMgFnULlgDovBk0oeXRhAA6lpt0TizzJ353WkpcASUblHbWOePzXbJFBBB2cj3XBD9vdWx7Ig== +"@abp/select2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.4.tgz#38f90937871ef1ebed1e75ff1d3703e1caf6674c" + integrity sha512-cj8OCJSrivpKWMDE/ubf62BMYAUH/3DXWQUzWj27ptVo/DwLosBrHO62X7+4g5lUPFSgda+So5MIX0fm2Gnh6w== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" select2 "^4.0.13" -"@abp/sweetalert2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.3.tgz#54a2d45ddbdaa2f7a4485aa5731f2fec65a9c771" - integrity sha512-Lbw6S+xTNMtHeFaMJNbYTMtqznDwRtlN4+f+hRGWbqNIpHuMfTi1jUgdeZTYRjbhY+RTduUJrs8lvvPMKWgrTw== +"@abp/sweetalert2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.4.tgz#3626656ab124a94f04f5dcd6aad1ff0980f9308e" + integrity sha512-Lfde/N+yFvqQPecM2yjFKo5pCim+XXcxmfBxJcR1NXOyzRMRQq3wIdnqTTAb3/yMqYTzjbCSIkuArbWJn2XGPQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" sweetalert2 "^11.3.6" -"@abp/timeago@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.3.tgz#6e13a178d67e635ebe65d01db220d09f1673bafa" - integrity sha512-mBwaioPVnIeMXP6tDG24NZaTCAGvk8cMah8ems3OLWNK+tsPU4Jy8BVHTSmd/7rA69EL0REuSw2GmiCvaCL+RQ== +"@abp/timeago@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.4.tgz#f8c99914bf4d119221434dc68f1403a50149dceb" + integrity sha512-6tix3JayLBKBB4mgo2KVk/e31f3RmIX6TGrtfuY4gO0yqU6nX/an6MIJP5pzahPA1rs02I6RcAAmN1Gn01Lfuw== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" timeago "^1.6.7" -"@abp/toastr@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.3.tgz#a3d2d19963fe96da9566a0f320c7f9911901e69a" - integrity sha512-F1FJPQ0nnu/jZY4XpJFS7uFJgpoEl8aOeFkm6kvshK76ABFLvsWHYW88htW5gXIwOf+G/QClZdx39Os+IQaUJw== +"@abp/toastr@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.4.tgz#89dba90f46065165be723d04108885916ac9ecab" + integrity sha512-dIFEKj3nVXZtm9UvTRSZhwyACBouwIqa8h4hCNmGyAUcC4ptcKkyOZzRSfrrwJO5G67yWNzijMj+GHT9z51BLg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" toastr "^2.1.4" -"@abp/utils@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.3.tgz#b47f11cb9a0ac963a7f4e5a44360d933e19896fc" - integrity sha512-owTYsROGHfXuHTOFe1uKMAwLbgjzQLKDnmApUy4taYy93rWsu98vFXX6rYJTK7U/X8nZq5y0BtH4covHyfsAxQ== +"@abp/utils@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.4.tgz#086a4fd293b1dc3514b4720484ac0a6e478d4442" + integrity sha512-ArlLRTJTPKzEurogX4DdEOY7x8a6RKLhMJhDXzqbMV2NfI86mziQ2k5UQgA9FtWYNne0M+Hr0C6wmeYhnuYY8A== dependencies: just-compare "^1.3.0" diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json b/modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json index 534c364bfe..70cf79eddb 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4" } } diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Host/wwwroot/libs/abp/core/abp.js b/modules/cms-kit/host/Volo.CmsKit.Web.Host/wwwroot/libs/abp/core/abp.js index 9445e4e7f4..d8b7531660 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Host/wwwroot/libs/abp/core/abp.js +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Host/wwwroot/libs/abp/core/abp.js @@ -372,7 +372,9 @@ var abp = abp || {}; setTimeout(function () { if (element) { element.classList.remove('abp-block-area-disappearing'); - element.parentElement.removeChild(element); + if (element.parentElement) { + element.parentElement.removeChild(element); + } } }, 250); } diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock b/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock index e00d374a77..f6cbbe7328 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.3.tgz#dc6a1bdd583ef5ea0f8a0110753b0869d5f1cb61" - integrity sha512-det7xCtVZK6Dmvr0ENAkYdE+jRW0cVi3BCKZc7c6Hy0VKsKsKlnyz5j/D2rJSAmrap9hyQSWXBJUiho8W92wUQ== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.3.tgz#65f97d787647e7760bb0c2a5b0f0ff815dc9630a" - integrity sha512-p/Z++QPM7S2lm7obXsZXIarcw0Y88y/Ghy5hyZqdc3uNHL6j8LRlD2qfuRXzl0k9HytXa859UKtSMLSZij1DiA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~5.3.3" - "@abp/bootstrap" "~5.3.3" - "@abp/bootstrap-datepicker" "~5.3.3" - "@abp/datatables.net-bs5" "~5.3.3" - "@abp/font-awesome" "~5.3.3" - "@abp/jquery-form" "~5.3.3" - "@abp/jquery-validation-unobtrusive" "~5.3.3" - "@abp/lodash" "~5.3.3" - "@abp/luxon" "~5.3.3" - "@abp/malihu-custom-scrollbar-plugin" "~5.3.3" - "@abp/select2" "~5.3.3" - "@abp/sweetalert2" "~5.3.3" - "@abp/timeago" "~5.3.3" - "@abp/toastr" "~5.3.3" - -"@abp/aspnetcore.mvc.ui@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.3.tgz#b8beb98bde3e4f0340335014ced7653c7913a621" - integrity sha512-aDQxdfQmlEXIjWGW8wru58imh9cncHAijafvdXlmyfKHM2JfnSSCG/RPMiaoJq/iyDVEggbhx8z4VHODC1eitg== +"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.4.tgz#f4250bfa23bc07ab44499cdaec92af9974fa79f8" + integrity sha512-cY01jGgt29KlTsPS7JukezSCj/EGB1idNP+ER5qhdvRnuazMUtkZamQ0TyO+kjOwRnfXDZbFj4/Q0gnVMUQ5vQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.4" + +"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.4.tgz#3542e02a8dc3593d4138e9ede7ebb785cbc7de89" + integrity sha512-kkzHQMMwsB7Ws1YjBjOTAwSCVatsAqSqJeVm5Nm75vfh46KtkBdK1uu3VUbmscqLLXrM9fJGwcSsbpAmflPySg== + dependencies: + "@abp/aspnetcore.mvc.ui" "~5.3.4" + "@abp/bootstrap" "~5.3.4" + "@abp/bootstrap-datepicker" "~5.3.4" + "@abp/datatables.net-bs5" "~5.3.4" + "@abp/font-awesome" "~5.3.4" + "@abp/jquery-form" "~5.3.4" + "@abp/jquery-validation-unobtrusive" "~5.3.4" + "@abp/lodash" "~5.3.4" + "@abp/luxon" "~5.3.4" + "@abp/malihu-custom-scrollbar-plugin" "~5.3.4" + "@abp/select2" "~5.3.4" + "@abp/sweetalert2" "~5.3.4" + "@abp/timeago" "~5.3.4" + "@abp/toastr" "~5.3.4" + +"@abp/aspnetcore.mvc.ui@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.4.tgz#818b76ff530f074809413674c27ee0e6f18bc533" + integrity sha512-rPbtd7R5ZqCGiITvp1cnNnxFmsssGoTAoJujQLMiwAGMhZ8feQ8K3fqVclhyi24xCsxfISmevUpGRCzI3z+1Vw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,144 +41,144 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.3.tgz#66bf2be128e6389877ed4465149c1933ca182c71" - integrity sha512-w/gPj4BVzVnmwekWVHKPYkwnhZFFH1XtCtw5LeJVM5bSYQBrvVTvvUPdKiiTDV59OYf2sbsA+PscwcTWAG6t/Q== +"@abp/bootstrap-datepicker@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.4.tgz#f2a3f4dccc677bfd2ffef081514e776f26aef104" + integrity sha512-+1M2HglXFHeikHwJZlhsJ3eWSrnhfqB9rAMwWRxOBCrAROT2a3cEr73WbUZ0xxwi9ETGVXyK13dP8//OywE+nA== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.3.tgz#56335b46bd42fba0a522712fbb6591fb6aeb5b68" - integrity sha512-xOtC690pE+QxZYhhQrpTE1rapEjg9BrJg7e0qvrkt4TLMZ4mIbau6/Qlh6x8uuMASCUUuRTLNUzHijxvOJh7Mg== +"@abp/bootstrap@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.4.tgz#15d2c1d1a2fdd50b77aa1e6660680c70bed4f77a" + integrity sha512-h46SHPr5V1aMl9y/0SfhIuj2gdiGasYcN1SZJl+mft5Qy2mDHpSKlArnNM64at+B7PpV2FJ/eTGQWbyDWMLEQg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" bootstrap "^5.1.3" -"@abp/core@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.3.tgz#b03fc281d650d483c9276591f2adb26ea43dcd1e" - integrity sha512-Pp8U+LjchtSxc9lTRaPNQhb+Eh7X2LVERmZvoWyET0y/st28PJZ4eZ4iyGmV00pEmCpadF5aTWVhJcGH32scdQ== +"@abp/core@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.4.tgz#8b51dc53916c4b2f011c7ce325a7c281c516e9ab" + integrity sha512-o56YpJe3sS6lyOcUo5KKjjcoOMkA11Z4Z2m7ut13JAT/9B+u3YOpjrzcu43UwsWVYS8IpQHtqrmaRbCsbWRbIQ== dependencies: - "@abp/utils" "~5.3.3" + "@abp/utils" "~5.3.4" -"@abp/datatables.net-bs5@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.3.tgz#e00304fbe7e6d9d33e1082485f7aa07de48fac0c" - integrity sha512-dkbP3PPkMRJqxravYO7NIVww+MQC3FxHP7mPCg/+PG/LttaNJ5L5hoNcb7BMK2K76hBRMdvlSIzvjycb1w1ooA== +"@abp/datatables.net-bs5@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.4.tgz#42c41316275381a1d9138c8660b09e8ff019caba" + integrity sha512-rKDt/V/YzWarqP5n2OcD5xgB/YRSWIp1tS+ZKTpTOXOXpt5+Mw3+hM7A6V4UZv2ptlTr0FmPV2UO3+gz7N795g== dependencies: - "@abp/datatables.net" "~5.3.3" + "@abp/datatables.net" "~5.3.4" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.3.tgz#6d8eca1034e26708b9adf0d5917aefd5772cbf30" - integrity sha512-1JuXMzHDtrvGRNBYdwEVobiYmhd7VxM432ciARX8hzvSkE0jcgzeTrSlBXfenFMPOIAUJsSOE4YVshtqrY0G4g== +"@abp/datatables.net@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.4.tgz#2cf45116120296cb0c137a561c95190f0acb7754" + integrity sha512-M8zHx/2bFPOU/O+MHpjEpCbtp4hXZ4DepNjegg+fGVpHhtv41ecsXAHJgHbwP2hnfloQoaSQN5ITVu9p7Ycvdg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" datatables.net "^1.11.4" -"@abp/font-awesome@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.3.tgz#b10a530c9dee28838536746ea2a40342ff2ee3a8" - integrity sha512-c+cvsQ1uolSoyTkM9rZYYM07iiq/Zu8zKOQaDbitQMfPkcfSnC3PG/PTNauSYuwh/SyFfacFXeaDQ5Y/kAGRLw== +"@abp/font-awesome@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.4.tgz#177ed2d7c0480be52c5d840f8253604fd92a6084" + integrity sha512-pcgeIWWrBUOWC4kMW/o0/MLXl4MQmX8qXl8S0xZ4v/JjGW2+jZ5/xjENGXsuuY7gPPyKn7xyO7nJUF3vc0gDVQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.3.tgz#94234207aa991e098e49e7d1244dc86d289a48e6" - integrity sha512-TY5c4ODfSidYGWqUR+QMNbxasfSufSg9gLY8lTEaJn2Wd2+o3GlauPxlTeNIRCRsxqb8e5+fBJspq1YbtE8vQg== +"@abp/jquery-form@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.4.tgz#4c8de58b03bac56088f8b6a79f0b933d30941281" + integrity sha512-Mh4YdsNKUpOLsEaAp70qUrhfNiiEPqlfGKveU2IxvnkXKPltMks9dv/F+sOH70CxNfVLDAAyXCWPhlkhZ1TY+Q== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.3.tgz#03f776807b60f32d2470c3d3c975ee20f33a993d" - integrity sha512-BNa2oSOfc5CSLW62SLCOinP7ybDDSVjfn0LYdDOdkIpSPnoL/3E1ZmgEzkDCUdTfJ67320kGDtIHCpb+Wbik+Q== +"@abp/jquery-validation-unobtrusive@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.4.tgz#364798d2aa03bf095ed0cfad556111c6999fb487" + integrity sha512-wmJ84tSGeGJ3u+v4dQPHlXzoOa0Ad28INdnOPwwkRek06zeixWeo5QrHxn3Wl9yrEvTTsnMYT99MCjjyWBB7vA== dependencies: - "@abp/jquery-validation" "~5.3.3" + "@abp/jquery-validation" "~5.3.4" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.3.tgz#a0544428b94966f35d3aebb40c354d3f4485137d" - integrity sha512-GFhrS4pVmbQRI0eiW2aBYmRTB0rR2s3Wj4NIVB69ZHwvy+uADA3M/oMs8Q4wuT+gmPu2GCjPNCc5RPsC173VPA== +"@abp/jquery-validation@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.4.tgz#fe5fed8341801e01352d27ff09411d98b4c4225b" + integrity sha512-kS/g/eCtPRwAzAXshDZ1ka+/ccXhHIrzB8mQ0xM+8JF5JE+JjtJAEMi4SZ6RbvPePnA6XdFiDYEdxvROr4FSeQ== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-validation "^1.19.3" -"@abp/jquery@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.3.tgz#be70aa671129fac192b8f858a973e65018960cbd" - integrity sha512-sUy0aquZPq+HyxChYJMTjUZxaTo5/Aav5JcbMq1RczIFidjOrFHthWnYZveDVSKryaCfX3tXutag1sPakUOTtg== +"@abp/jquery@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.4.tgz#bce066bcf355b77ff56bc7df914fc6437eed9508" + integrity sha512-aBHAiEFtjjJDKT8nSj++EkIF1fLIa/sNHe+7YxfNSKkRCtKKZSUwP9mRvAMz8nXTjv8DUn4l9trE2leBhma3QQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" jquery "~3.6.0" -"@abp/lodash@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.3.tgz#365684a338ab5d68adffa93207d0035eaa494ef9" - integrity sha512-Lqb2DkmKBPBHNbUd1QeATv8G/qUPamd06bKbe7xHesX3DZtlIwTmimwTpV4tqmJqOLKB67uUtapPYCfKyxs1RQ== +"@abp/lodash@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.4.tgz#40a8c72ce414fbe2967754b3615da45d95d2b11a" + integrity sha512-J6myOi8jV3LYq7BtPy+Ow0OQbNk50VnIkMo7tOPD3iAi4fQXKO0OGfri9FGevibYwMBLVXGyxvQk2sIEMFBx9Q== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" lodash "^4.17.21" -"@abp/luxon@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.3.tgz#97a60ae64e865d2b1c04107302d4ec50d4e09217" - integrity sha512-/7Lb463HREBFlt17tUFinTpYxfbZ8UIi1+d7Fqp8spJv78qCxvpWmD4iuJJJdCExO00ztZWY9GkCDPrAbfP/dA== +"@abp/luxon@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.4.tgz#7862e17bd06f4cea6333b20d58347bed77c3ca60" + integrity sha512-ShtZkW4wWMMSz4KP5ODzOK74gYHhQV+tLyPWYgYFfbXEYe0MtGRgLFolTmsOSW/xcVqeuyRDV/1DJ+u9HnZNcg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.3.tgz#96be03f79be929b1a2cb67acb38e9d6638f04f15" - integrity sha512-hr5qmcVl+Wr6sIS10QerWRTfFvhmhq9e48G9Hx5oQZFjrIkfJRlxla0TYViHR2tRYCeDQGb4gYmN4Fc71mdcPg== +"@abp/malihu-custom-scrollbar-plugin@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.4.tgz#913d9bc0661eefe62b937991fdf546209cf1d13d" + integrity sha512-fjypXQgy2P51JuwQfpRVheu+mHGHpWmFCZuIX5YTkiSrbvvtapqblzg6NM1YrrANwMUX16xu3sHtNL260RDuWQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/select2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.3.tgz#bdb8de1fcc5c9964233fdf1d4b88f7b90099f293" - integrity sha512-yk4CDpgksM5pAXMgFnULlgDovBk0oeXRhAA6lpt0TizzJ353WkpcASUblHbWOePzXbJFBBB2cj3XBD9vdWx7Ig== +"@abp/select2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.4.tgz#38f90937871ef1ebed1e75ff1d3703e1caf6674c" + integrity sha512-cj8OCJSrivpKWMDE/ubf62BMYAUH/3DXWQUzWj27ptVo/DwLosBrHO62X7+4g5lUPFSgda+So5MIX0fm2Gnh6w== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" select2 "^4.0.13" -"@abp/sweetalert2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.3.tgz#54a2d45ddbdaa2f7a4485aa5731f2fec65a9c771" - integrity sha512-Lbw6S+xTNMtHeFaMJNbYTMtqznDwRtlN4+f+hRGWbqNIpHuMfTi1jUgdeZTYRjbhY+RTduUJrs8lvvPMKWgrTw== +"@abp/sweetalert2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.4.tgz#3626656ab124a94f04f5dcd6aad1ff0980f9308e" + integrity sha512-Lfde/N+yFvqQPecM2yjFKo5pCim+XXcxmfBxJcR1NXOyzRMRQq3wIdnqTTAb3/yMqYTzjbCSIkuArbWJn2XGPQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" sweetalert2 "^11.3.6" -"@abp/timeago@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.3.tgz#6e13a178d67e635ebe65d01db220d09f1673bafa" - integrity sha512-mBwaioPVnIeMXP6tDG24NZaTCAGvk8cMah8ems3OLWNK+tsPU4Jy8BVHTSmd/7rA69EL0REuSw2GmiCvaCL+RQ== +"@abp/timeago@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.4.tgz#f8c99914bf4d119221434dc68f1403a50149dceb" + integrity sha512-6tix3JayLBKBB4mgo2KVk/e31f3RmIX6TGrtfuY4gO0yqU6nX/an6MIJP5pzahPA1rs02I6RcAAmN1Gn01Lfuw== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" timeago "^1.6.7" -"@abp/toastr@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.3.tgz#a3d2d19963fe96da9566a0f320c7f9911901e69a" - integrity sha512-F1FJPQ0nnu/jZY4XpJFS7uFJgpoEl8aOeFkm6kvshK76ABFLvsWHYW88htW5gXIwOf+G/QClZdx39Os+IQaUJw== +"@abp/toastr@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.4.tgz#89dba90f46065165be723d04108885916ac9ecab" + integrity sha512-dIFEKj3nVXZtm9UvTRSZhwyACBouwIqa8h4hCNmGyAUcC4ptcKkyOZzRSfrrwJO5G67yWNzijMj+GHT9z51BLg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" toastr "^2.1.4" -"@abp/utils@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.3.tgz#b47f11cb9a0ac963a7f4e5a44360d933e19896fc" - integrity sha512-owTYsROGHfXuHTOFe1uKMAwLbgjzQLKDnmApUy4taYy93rWsu98vFXX6rYJTK7U/X8nZq5y0BtH4covHyfsAxQ== +"@abp/utils@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.4.tgz#086a4fd293b1dc3514b4720484ac0a6e478d4442" + integrity sha512-ArlLRTJTPKzEurogX4DdEOY7x8a6RKLhMJhDXzqbMV2NfI86mziQ2k5UQgA9FtWYNne0M+Hr0C6wmeYhnuYY8A== dependencies: just-compare "^1.3.0" diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json index 1abce64782..22a3dca40b 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3", - "@abp/cms-kit": "5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4", + "@abp/cms-kit": "5.3.4" } } diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/abp/core/abp.js b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/abp/core/abp.js index 9445e4e7f4..d8b7531660 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/abp/core/abp.js +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/abp/core/abp.js @@ -372,7 +372,9 @@ var abp = abp || {}; setTimeout(function () { if (element) { element.classList.remove('abp-block-area-disappearing'); - element.parentElement.removeChild(element); + if (element.parentElement) { + element.parentElement.removeChild(element); + } } }, 250); } diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock index 9bcabaee28..1ca592193b 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.3.tgz#dc6a1bdd583ef5ea0f8a0110753b0869d5f1cb61" - integrity sha512-det7xCtVZK6Dmvr0ENAkYdE+jRW0cVi3BCKZc7c6Hy0VKsKsKlnyz5j/D2rJSAmrap9hyQSWXBJUiho8W92wUQ== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.3.tgz#65f97d787647e7760bb0c2a5b0f0ff815dc9630a" - integrity sha512-p/Z++QPM7S2lm7obXsZXIarcw0Y88y/Ghy5hyZqdc3uNHL6j8LRlD2qfuRXzl0k9HytXa859UKtSMLSZij1DiA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~5.3.3" - "@abp/bootstrap" "~5.3.3" - "@abp/bootstrap-datepicker" "~5.3.3" - "@abp/datatables.net-bs5" "~5.3.3" - "@abp/font-awesome" "~5.3.3" - "@abp/jquery-form" "~5.3.3" - "@abp/jquery-validation-unobtrusive" "~5.3.3" - "@abp/lodash" "~5.3.3" - "@abp/luxon" "~5.3.3" - "@abp/malihu-custom-scrollbar-plugin" "~5.3.3" - "@abp/select2" "~5.3.3" - "@abp/sweetalert2" "~5.3.3" - "@abp/timeago" "~5.3.3" - "@abp/toastr" "~5.3.3" - -"@abp/aspnetcore.mvc.ui@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.3.tgz#b8beb98bde3e4f0340335014ced7653c7913a621" - integrity sha512-aDQxdfQmlEXIjWGW8wru58imh9cncHAijafvdXlmyfKHM2JfnSSCG/RPMiaoJq/iyDVEggbhx8z4VHODC1eitg== +"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.4.tgz#f4250bfa23bc07ab44499cdaec92af9974fa79f8" + integrity sha512-cY01jGgt29KlTsPS7JukezSCj/EGB1idNP+ER5qhdvRnuazMUtkZamQ0TyO+kjOwRnfXDZbFj4/Q0gnVMUQ5vQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.4" + +"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.4.tgz#3542e02a8dc3593d4138e9ede7ebb785cbc7de89" + integrity sha512-kkzHQMMwsB7Ws1YjBjOTAwSCVatsAqSqJeVm5Nm75vfh46KtkBdK1uu3VUbmscqLLXrM9fJGwcSsbpAmflPySg== + dependencies: + "@abp/aspnetcore.mvc.ui" "~5.3.4" + "@abp/bootstrap" "~5.3.4" + "@abp/bootstrap-datepicker" "~5.3.4" + "@abp/datatables.net-bs5" "~5.3.4" + "@abp/font-awesome" "~5.3.4" + "@abp/jquery-form" "~5.3.4" + "@abp/jquery-validation-unobtrusive" "~5.3.4" + "@abp/lodash" "~5.3.4" + "@abp/luxon" "~5.3.4" + "@abp/malihu-custom-scrollbar-plugin" "~5.3.4" + "@abp/select2" "~5.3.4" + "@abp/sweetalert2" "~5.3.4" + "@abp/timeago" "~5.3.4" + "@abp/toastr" "~5.3.4" + +"@abp/aspnetcore.mvc.ui@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.4.tgz#818b76ff530f074809413674c27ee0e6f18bc533" + integrity sha512-rPbtd7R5ZqCGiITvp1cnNnxFmsssGoTAoJujQLMiwAGMhZ8feQ8K3fqVclhyi24xCsxfISmevUpGRCzI3z+1Vw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,243 +41,243 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.3.tgz#66bf2be128e6389877ed4465149c1933ca182c71" - integrity sha512-w/gPj4BVzVnmwekWVHKPYkwnhZFFH1XtCtw5LeJVM5bSYQBrvVTvvUPdKiiTDV59OYf2sbsA+PscwcTWAG6t/Q== +"@abp/bootstrap-datepicker@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.4.tgz#f2a3f4dccc677bfd2ffef081514e776f26aef104" + integrity sha512-+1M2HglXFHeikHwJZlhsJ3eWSrnhfqB9rAMwWRxOBCrAROT2a3cEr73WbUZ0xxwi9ETGVXyK13dP8//OywE+nA== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.3.tgz#56335b46bd42fba0a522712fbb6591fb6aeb5b68" - integrity sha512-xOtC690pE+QxZYhhQrpTE1rapEjg9BrJg7e0qvrkt4TLMZ4mIbau6/Qlh6x8uuMASCUUuRTLNUzHijxvOJh7Mg== +"@abp/bootstrap@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.4.tgz#15d2c1d1a2fdd50b77aa1e6660680c70bed4f77a" + integrity sha512-h46SHPr5V1aMl9y/0SfhIuj2gdiGasYcN1SZJl+mft5Qy2mDHpSKlArnNM64at+B7PpV2FJ/eTGQWbyDWMLEQg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" bootstrap "^5.1.3" -"@abp/clipboard@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.3.tgz#62c3c12f1ff503091924f672f71a50e2e5d0b47c" - integrity sha512-FRJPM9/P3WPuK4Id1KVfmpkOB3MrlrYp/beNqZtjqQuG8WDjVgnHrDnsPYfzeLdK5n6bEvtGWwtHwiaBOXhWZg== +"@abp/clipboard@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.4.tgz#25a91760e819e7a07a302ae3674cdd7033b0c8ff" + integrity sha512-TphKoAEIq6vAAoH837kqfaHhMhEQLw/aNxnDHyHiJqRHMb20GbU8yuGFK/gEHUv+BrTIWdzsX26TSu54LGG9Kw== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" clipboard "^2.0.8" -"@abp/cms-kit.admin@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-5.3.3.tgz#c5890565c470d12293d319565600f02440b8ef1f" - integrity sha512-Z54dxAbDpdDWq+ZOkmlrG42L5nfurca5O6gZy0cutHg68f2KjA7Pvu93FACtCOUz9Ou5t9zLL4SWBf7uKQj6qw== +"@abp/cms-kit.admin@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-5.3.4.tgz#bdeb9a7aa74704a7d55146864f3b1ad54cc1fb6d" + integrity sha512-kvnA9hkQvg+dmkc7uZ6h0Vdsf2l/9TlLS3kcRME6FSMwqVcjFZXB7hoon/FDjc+TJM9COgMKGAheQiLMX7gDTw== dependencies: - "@abp/codemirror" "~5.3.3" - "@abp/jstree" "~5.3.3" - "@abp/slugify" "~5.3.3" - "@abp/tui-editor" "~5.3.3" - "@abp/uppy" "~5.3.3" + "@abp/codemirror" "~5.3.4" + "@abp/jstree" "~5.3.4" + "@abp/slugify" "~5.3.4" + "@abp/tui-editor" "~5.3.4" + "@abp/uppy" "~5.3.4" -"@abp/cms-kit.public@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-5.3.3.tgz#031cb6f6067c0da2d77d865ad9f85b3ca5447777" - integrity sha512-oA0E3wE0TiLYIyp/CdpoitrYvw5MxBZ8MMjEzikuLadwOqlnWYu70UpvOAAcwwFLPSo9j85IQ1AKgCA43sE1CA== +"@abp/cms-kit.public@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-5.3.4.tgz#9f1217ee961b3b15f9f76af909de482b0a6bc196" + integrity sha512-o6KoHHHGsPZmxbner7Ys6OJuy1UsaaZPuEK9amVrthfyTPyIwsWk6aPRTvMjvtCkPClrautSZ+SNQDuZ1a5+Dg== dependencies: - "@abp/highlight.js" "~5.3.3" - "@abp/star-rating-svg" "~5.3.3" + "@abp/highlight.js" "~5.3.4" + "@abp/star-rating-svg" "~5.3.4" -"@abp/cms-kit@5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-5.3.3.tgz#1117e61d0318a980e0e993cd14e060bd268ac76f" - integrity sha512-fD2CU0TGiAZqs76h3ebE27F/OkHvktmCFA0HwrzO3GwXuwC/fRVS1/HDn2q6Zop4wzknVpIrbe9jfT29P9+HTQ== +"@abp/cms-kit@5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-5.3.4.tgz#2d428f419f85475ca8732a0692f326e60ea3c6af" + integrity sha512-iqAywVMowC6o0uhokJmdxtYyw3fGQjJVIudty5XIM7lcruZtJ8FQHUyHC++Q2yEOIyeUNRhqIs4UlSz8B09H6Q== dependencies: - "@abp/cms-kit.admin" "~5.3.3" - "@abp/cms-kit.public" "~5.3.3" + "@abp/cms-kit.admin" "~5.3.4" + "@abp/cms-kit.public" "~5.3.4" -"@abp/codemirror@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-5.3.3.tgz#ca79c3d791327f2a73f332099e3ea03ef008f17c" - integrity sha512-doywv1NE3NvsvMBG8RTdxGdFqyDeRIc0PaaHw9+vI8nJ2We/lNkDldpA2CVInrglzc6KKiPiYNSKtCcbw6jwZQ== +"@abp/codemirror@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-5.3.4.tgz#6e92ceaeab5a433d43c8bfab327cfafa2deecacb" + integrity sha512-UbHVWMKVSo0rNVCejHPf9vS4vNandrSPFP7ve7eUZQoCDOoVXT6EtorlhmcmoHNvbb7ZQVfbPHZQJAD7eXednA== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" codemirror "^5.65.1" -"@abp/core@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.3.tgz#b03fc281d650d483c9276591f2adb26ea43dcd1e" - integrity sha512-Pp8U+LjchtSxc9lTRaPNQhb+Eh7X2LVERmZvoWyET0y/st28PJZ4eZ4iyGmV00pEmCpadF5aTWVhJcGH32scdQ== +"@abp/core@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.4.tgz#8b51dc53916c4b2f011c7ce325a7c281c516e9ab" + integrity sha512-o56YpJe3sS6lyOcUo5KKjjcoOMkA11Z4Z2m7ut13JAT/9B+u3YOpjrzcu43UwsWVYS8IpQHtqrmaRbCsbWRbIQ== dependencies: - "@abp/utils" "~5.3.3" + "@abp/utils" "~5.3.4" -"@abp/datatables.net-bs5@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.3.tgz#e00304fbe7e6d9d33e1082485f7aa07de48fac0c" - integrity sha512-dkbP3PPkMRJqxravYO7NIVww+MQC3FxHP7mPCg/+PG/LttaNJ5L5hoNcb7BMK2K76hBRMdvlSIzvjycb1w1ooA== +"@abp/datatables.net-bs5@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.4.tgz#42c41316275381a1d9138c8660b09e8ff019caba" + integrity sha512-rKDt/V/YzWarqP5n2OcD5xgB/YRSWIp1tS+ZKTpTOXOXpt5+Mw3+hM7A6V4UZv2ptlTr0FmPV2UO3+gz7N795g== dependencies: - "@abp/datatables.net" "~5.3.3" + "@abp/datatables.net" "~5.3.4" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.3.tgz#6d8eca1034e26708b9adf0d5917aefd5772cbf30" - integrity sha512-1JuXMzHDtrvGRNBYdwEVobiYmhd7VxM432ciARX8hzvSkE0jcgzeTrSlBXfenFMPOIAUJsSOE4YVshtqrY0G4g== +"@abp/datatables.net@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.4.tgz#2cf45116120296cb0c137a561c95190f0acb7754" + integrity sha512-M8zHx/2bFPOU/O+MHpjEpCbtp4hXZ4DepNjegg+fGVpHhtv41ecsXAHJgHbwP2hnfloQoaSQN5ITVu9p7Ycvdg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" datatables.net "^1.11.4" -"@abp/font-awesome@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.3.tgz#b10a530c9dee28838536746ea2a40342ff2ee3a8" - integrity sha512-c+cvsQ1uolSoyTkM9rZYYM07iiq/Zu8zKOQaDbitQMfPkcfSnC3PG/PTNauSYuwh/SyFfacFXeaDQ5Y/kAGRLw== +"@abp/font-awesome@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.4.tgz#177ed2d7c0480be52c5d840f8253604fd92a6084" + integrity sha512-pcgeIWWrBUOWC4kMW/o0/MLXl4MQmX8qXl8S0xZ4v/JjGW2+jZ5/xjENGXsuuY7gPPyKn7xyO7nJUF3vc0gDVQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/highlight.js@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-5.3.3.tgz#1875fcbb2ea96b7234b5a2c6f490b6583d6bf1c9" - integrity sha512-/X18KAojiGsyuBeAxihNJ3QyfiTkcHAqbFbJRGcNRiFVJCwPJcWRksFSOG5lMhLr/kfa7esRAlKxsZhcbYm5UA== +"@abp/highlight.js@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-5.3.4.tgz#1b205030f8924e43e154e8863f176ec7fdcab59f" + integrity sha512-mHGg/f+GI/f76cyKX9qSsmb+Yvy10PNaFzfvKZo4WUaX5Y4p8OCxC0xjCszcAGI3bpornu2wrW1YlbHQNl0TMQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" "@highlightjs/cdn-assets" "~11.4.0" -"@abp/jquery-form@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.3.tgz#94234207aa991e098e49e7d1244dc86d289a48e6" - integrity sha512-TY5c4ODfSidYGWqUR+QMNbxasfSufSg9gLY8lTEaJn2Wd2+o3GlauPxlTeNIRCRsxqb8e5+fBJspq1YbtE8vQg== +"@abp/jquery-form@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.4.tgz#4c8de58b03bac56088f8b6a79f0b933d30941281" + integrity sha512-Mh4YdsNKUpOLsEaAp70qUrhfNiiEPqlfGKveU2IxvnkXKPltMks9dv/F+sOH70CxNfVLDAAyXCWPhlkhZ1TY+Q== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.3.tgz#03f776807b60f32d2470c3d3c975ee20f33a993d" - integrity sha512-BNa2oSOfc5CSLW62SLCOinP7ybDDSVjfn0LYdDOdkIpSPnoL/3E1ZmgEzkDCUdTfJ67320kGDtIHCpb+Wbik+Q== +"@abp/jquery-validation-unobtrusive@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.4.tgz#364798d2aa03bf095ed0cfad556111c6999fb487" + integrity sha512-wmJ84tSGeGJ3u+v4dQPHlXzoOa0Ad28INdnOPwwkRek06zeixWeo5QrHxn3Wl9yrEvTTsnMYT99MCjjyWBB7vA== dependencies: - "@abp/jquery-validation" "~5.3.3" + "@abp/jquery-validation" "~5.3.4" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.3.tgz#a0544428b94966f35d3aebb40c354d3f4485137d" - integrity sha512-GFhrS4pVmbQRI0eiW2aBYmRTB0rR2s3Wj4NIVB69ZHwvy+uADA3M/oMs8Q4wuT+gmPu2GCjPNCc5RPsC173VPA== +"@abp/jquery-validation@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.4.tgz#fe5fed8341801e01352d27ff09411d98b4c4225b" + integrity sha512-kS/g/eCtPRwAzAXshDZ1ka+/ccXhHIrzB8mQ0xM+8JF5JE+JjtJAEMi4SZ6RbvPePnA6XdFiDYEdxvROr4FSeQ== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-validation "^1.19.3" -"@abp/jquery@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.3.tgz#be70aa671129fac192b8f858a973e65018960cbd" - integrity sha512-sUy0aquZPq+HyxChYJMTjUZxaTo5/Aav5JcbMq1RczIFidjOrFHthWnYZveDVSKryaCfX3tXutag1sPakUOTtg== +"@abp/jquery@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.4.tgz#bce066bcf355b77ff56bc7df914fc6437eed9508" + integrity sha512-aBHAiEFtjjJDKT8nSj++EkIF1fLIa/sNHe+7YxfNSKkRCtKKZSUwP9mRvAMz8nXTjv8DUn4l9trE2leBhma3QQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" jquery "~3.6.0" -"@abp/jstree@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-5.3.3.tgz#0328b1bcb19216cbaff1e4a45d1c90745895fea8" - integrity sha512-LFrbKqAWBl2c1BcF5063JLU6WPdad4j0nDkgegDTVJlWc7+qU3aJxUSMUSLNUC+iSyOyswCy9mtoxNovzMJYwQ== +"@abp/jstree@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-5.3.4.tgz#4577e7ba115980be1643681e7b58d897479921f5" + integrity sha512-HtRIEbd1l5jf6tkNU4kVN6ivXvwqL1oY8lREWE19BGy2E+2Le96tjjYC+uxEHbzUgin9kaqK8JIakGBkqnWPww== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jstree "^3.3.12" -"@abp/lodash@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.3.tgz#365684a338ab5d68adffa93207d0035eaa494ef9" - integrity sha512-Lqb2DkmKBPBHNbUd1QeATv8G/qUPamd06bKbe7xHesX3DZtlIwTmimwTpV4tqmJqOLKB67uUtapPYCfKyxs1RQ== +"@abp/lodash@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.4.tgz#40a8c72ce414fbe2967754b3615da45d95d2b11a" + integrity sha512-J6myOi8jV3LYq7BtPy+Ow0OQbNk50VnIkMo7tOPD3iAi4fQXKO0OGfri9FGevibYwMBLVXGyxvQk2sIEMFBx9Q== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" lodash "^4.17.21" -"@abp/luxon@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.3.tgz#97a60ae64e865d2b1c04107302d4ec50d4e09217" - integrity sha512-/7Lb463HREBFlt17tUFinTpYxfbZ8UIi1+d7Fqp8spJv78qCxvpWmD4iuJJJdCExO00ztZWY9GkCDPrAbfP/dA== +"@abp/luxon@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.4.tgz#7862e17bd06f4cea6333b20d58347bed77c3ca60" + integrity sha512-ShtZkW4wWMMSz4KP5ODzOK74gYHhQV+tLyPWYgYFfbXEYe0MtGRgLFolTmsOSW/xcVqeuyRDV/1DJ+u9HnZNcg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.3.tgz#96be03f79be929b1a2cb67acb38e9d6638f04f15" - integrity sha512-hr5qmcVl+Wr6sIS10QerWRTfFvhmhq9e48G9Hx5oQZFjrIkfJRlxla0TYViHR2tRYCeDQGb4gYmN4Fc71mdcPg== +"@abp/malihu-custom-scrollbar-plugin@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.4.tgz#913d9bc0661eefe62b937991fdf546209cf1d13d" + integrity sha512-fjypXQgy2P51JuwQfpRVheu+mHGHpWmFCZuIX5YTkiSrbvvtapqblzg6NM1YrrANwMUX16xu3sHtNL260RDuWQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/prismjs@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.3.tgz#eccea1469cb4dfc15b87704d267bb36ad6f25758" - integrity sha512-XC0jQa9LqcuqpciDKSbc0wRo4sOK9sebX6eZBlbOnGIoHhNNbiwG0Vt60MHQ5DmaOz7k5jWP0gOISQMJ5GJfTw== +"@abp/prismjs@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.4.tgz#cda1386a5bb0c613da3e3d1511f31272c799d44a" + integrity sha512-MHlAmaA/mwarRPbb9dN9Yf2EVFD9CIZ1/6KDJ+w0nNRXV3DhqnqhV8O/W7w5c9v/dSnxbI84JbxskFfd2ZpYmA== dependencies: - "@abp/clipboard" "~5.3.3" - "@abp/core" "~5.3.3" + "@abp/clipboard" "~5.3.4" + "@abp/core" "~5.3.4" prismjs "^1.26.0" -"@abp/select2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.3.tgz#bdb8de1fcc5c9964233fdf1d4b88f7b90099f293" - integrity sha512-yk4CDpgksM5pAXMgFnULlgDovBk0oeXRhAA6lpt0TizzJ353WkpcASUblHbWOePzXbJFBBB2cj3XBD9vdWx7Ig== +"@abp/select2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.4.tgz#38f90937871ef1ebed1e75ff1d3703e1caf6674c" + integrity sha512-cj8OCJSrivpKWMDE/ubf62BMYAUH/3DXWQUzWj27ptVo/DwLosBrHO62X7+4g5lUPFSgda+So5MIX0fm2Gnh6w== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" select2 "^4.0.13" -"@abp/slugify@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-5.3.3.tgz#0bd92e63607704c383f4eb411523060705331307" - integrity sha512-H51TFSEnhsElwJCyN6KPJ9OGZsQUswGwCB6PXNrdotf/4HQek1RpgYRGytIsI13H+E6XPW7SJVZM/29i+wtgZg== +"@abp/slugify@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-5.3.4.tgz#bbd2d045e058a48c19b8cd015797bea8ecd6a91e" + integrity sha512-6386o7C2uXcto9haczMNyoWpqkuqc4mjXXpmdbEHhaN0q50QLYeDzwaWCIzgAo88A+o4R/8MsXmuI1RoI54laQ== dependencies: slugify "^1.6.5" -"@abp/star-rating-svg@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-5.3.3.tgz#9b14dbda8157c8ce6f61e208b358b0d274c9d138" - integrity sha512-riKvT106NONKeMdh3j5qmk9HdbpD/4Q2puQZIMnZEguU3YSqRFs21xusk1i47HwGKOzdfdrhGM+6Mdil6brsxQ== +"@abp/star-rating-svg@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-5.3.4.tgz#74b2ff6b880e12b80488fcc68de5d18e09d99d9c" + integrity sha512-MM6Y2+kXtlYVHb5Jormt56cm8HXJa76ersNLgZc0wpcLFlfbRxO49NPOwHRnbf78HSG52QrPIjM1DudDMAHvYw== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" star-rating-svg "^3.5.0" -"@abp/sweetalert2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.3.tgz#54a2d45ddbdaa2f7a4485aa5731f2fec65a9c771" - integrity sha512-Lbw6S+xTNMtHeFaMJNbYTMtqznDwRtlN4+f+hRGWbqNIpHuMfTi1jUgdeZTYRjbhY+RTduUJrs8lvvPMKWgrTw== +"@abp/sweetalert2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.4.tgz#3626656ab124a94f04f5dcd6aad1ff0980f9308e" + integrity sha512-Lfde/N+yFvqQPecM2yjFKo5pCim+XXcxmfBxJcR1NXOyzRMRQq3wIdnqTTAb3/yMqYTzjbCSIkuArbWJn2XGPQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" sweetalert2 "^11.3.6" -"@abp/timeago@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.3.tgz#6e13a178d67e635ebe65d01db220d09f1673bafa" - integrity sha512-mBwaioPVnIeMXP6tDG24NZaTCAGvk8cMah8ems3OLWNK+tsPU4Jy8BVHTSmd/7rA69EL0REuSw2GmiCvaCL+RQ== +"@abp/timeago@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.4.tgz#f8c99914bf4d119221434dc68f1403a50149dceb" + integrity sha512-6tix3JayLBKBB4mgo2KVk/e31f3RmIX6TGrtfuY4gO0yqU6nX/an6MIJP5pzahPA1rs02I6RcAAmN1Gn01Lfuw== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" timeago "^1.6.7" -"@abp/toastr@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.3.tgz#a3d2d19963fe96da9566a0f320c7f9911901e69a" - integrity sha512-F1FJPQ0nnu/jZY4XpJFS7uFJgpoEl8aOeFkm6kvshK76ABFLvsWHYW88htW5gXIwOf+G/QClZdx39Os+IQaUJw== +"@abp/toastr@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.4.tgz#89dba90f46065165be723d04108885916ac9ecab" + integrity sha512-dIFEKj3nVXZtm9UvTRSZhwyACBouwIqa8h4hCNmGyAUcC4ptcKkyOZzRSfrrwJO5G67yWNzijMj+GHT9z51BLg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" toastr "^2.1.4" -"@abp/tui-editor@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-5.3.3.tgz#2c9f09fb8cf1dd98656d425f4f94896e9e3297ce" - integrity sha512-gXumOvfQc4D2e2fEG/nSja4sHwDARwnp2K41M7eSdaB/ENR0GT1SRfK24SdpnYSuzPnuhNR/GMY1c3jOJFNCRg== +"@abp/tui-editor@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-5.3.4.tgz#a9b5148fdb0f1410a0a5b5372fa38a0b4d7c478c" + integrity sha512-E0l5yJEYC8syb4MBCWYD/yoUBsk4hD74vvNgjwMS0TexhLSHdJ8wVhBl5odeAw1w1x4A0s7X5tV+u2Aeiu66eg== dependencies: - "@abp/jquery" "~5.3.3" - "@abp/prismjs" "~5.3.3" + "@abp/jquery" "~5.3.4" + "@abp/prismjs" "~5.3.4" -"@abp/uppy@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-5.3.3.tgz#28b606d4d2612b85e07413b0d233dc91f2650840" - integrity sha512-fiuUEnmVK3cEcKDDSTu58Tl2bcNkI/ZgUc9HFvGOvXnvBOK9YRWS9cGs83o33x6Nl5zMXOgfyO88qMPKIW//8Q== +"@abp/uppy@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-5.3.4.tgz#14ea660e77fd69013a8f719673547141bd8f20c6" + integrity sha512-5T1tkVE4kxG+f76uCb79/1XxXm2CsWNqQJXmUQq3uvXdvTHdwyUnhhdMxP4f4xo+8zkEgG5ZGA83MGQpMz9wSg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" uppy "^1.16.1" -"@abp/utils@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.3.tgz#b47f11cb9a0ac963a7f4e5a44360d933e19896fc" - integrity sha512-owTYsROGHfXuHTOFe1uKMAwLbgjzQLKDnmApUy4taYy93rWsu98vFXX6rYJTK7U/X8nZq5y0BtH4covHyfsAxQ== +"@abp/utils@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.4.tgz#086a4fd293b1dc3514b4720484ac0a6e478d4442" + integrity sha512-ArlLRTJTPKzEurogX4DdEOY7x8a6RKLhMJhDXzqbMV2NfI86mziQ2k5UQgA9FtWYNne0M+Hr0C6wmeYhnuYY8A== dependencies: just-compare "^1.3.0" diff --git a/modules/docs/app/VoloDocs.Web/package.json b/modules/docs/app/VoloDocs.Web/package.json index d3c5da0d9a..e62b69c535 100644 --- a/modules/docs/app/VoloDocs.Web/package.json +++ b/modules/docs/app/VoloDocs.Web/package.json @@ -3,7 +3,7 @@ "name": "volo.docstestapp", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3", - "@abp/docs": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4", + "@abp/docs": "^5.3.4" } } diff --git a/modules/docs/app/VoloDocs.Web/wwwroot/libs/abp/core/abp.js b/modules/docs/app/VoloDocs.Web/wwwroot/libs/abp/core/abp.js index 9445e4e7f4..d8b7531660 100644 --- a/modules/docs/app/VoloDocs.Web/wwwroot/libs/abp/core/abp.js +++ b/modules/docs/app/VoloDocs.Web/wwwroot/libs/abp/core/abp.js @@ -372,7 +372,9 @@ var abp = abp || {}; setTimeout(function () { if (element) { element.classList.remove('abp-block-area-disappearing'); - element.parentElement.removeChild(element); + if (element.parentElement) { + element.parentElement.removeChild(element); + } } }, 250); } diff --git a/modules/docs/app/VoloDocs.Web/yarn.lock b/modules/docs/app/VoloDocs.Web/yarn.lock index 0618fd9a3c..6541c3bde9 100644 --- a/modules/docs/app/VoloDocs.Web/yarn.lock +++ b/modules/docs/app/VoloDocs.Web/yarn.lock @@ -2,45 +2,45 @@ # yarn lockfile v1 -"@abp/anchor-js@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-5.3.3.tgz#5c0c8de8c2e9afc3dbf5b800b9cc32bff734a6b8" - integrity sha512-ILs6UWexBjueqmJ0B+Mh5DB6Pf/0EjbtpJB1VNyyrIpQ2yT39cqBNUDyLZYWY/Xnxu5G/b42Jpl0thd5YKUJuA== +"@abp/anchor-js@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-5.3.4.tgz#d7aedea87b6cffd88e607db670c51feecd1f6894" + integrity sha512-1ByEp4b9+0awypN3BsJy+JfuniXBC0ILPd9GpHkeoygxqTVeZeiGr1AYxMHPF8Y0Gggghn8aQLsbVL6NOyrQAQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" anchor-js "^4.3.1" -"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.3.tgz#dc6a1bdd583ef5ea0f8a0110753b0869d5f1cb61" - integrity sha512-det7xCtVZK6Dmvr0ENAkYdE+jRW0cVi3BCKZc7c6Hy0VKsKsKlnyz5j/D2rJSAmrap9hyQSWXBJUiho8W92wUQ== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.3.tgz#65f97d787647e7760bb0c2a5b0f0ff815dc9630a" - integrity sha512-p/Z++QPM7S2lm7obXsZXIarcw0Y88y/Ghy5hyZqdc3uNHL6j8LRlD2qfuRXzl0k9HytXa859UKtSMLSZij1DiA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~5.3.3" - "@abp/bootstrap" "~5.3.3" - "@abp/bootstrap-datepicker" "~5.3.3" - "@abp/datatables.net-bs5" "~5.3.3" - "@abp/font-awesome" "~5.3.3" - "@abp/jquery-form" "~5.3.3" - "@abp/jquery-validation-unobtrusive" "~5.3.3" - "@abp/lodash" "~5.3.3" - "@abp/luxon" "~5.3.3" - "@abp/malihu-custom-scrollbar-plugin" "~5.3.3" - "@abp/select2" "~5.3.3" - "@abp/sweetalert2" "~5.3.3" - "@abp/timeago" "~5.3.3" - "@abp/toastr" "~5.3.3" - -"@abp/aspnetcore.mvc.ui@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.3.tgz#b8beb98bde3e4f0340335014ced7653c7913a621" - integrity sha512-aDQxdfQmlEXIjWGW8wru58imh9cncHAijafvdXlmyfKHM2JfnSSCG/RPMiaoJq/iyDVEggbhx8z4VHODC1eitg== +"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.4.tgz#f4250bfa23bc07ab44499cdaec92af9974fa79f8" + integrity sha512-cY01jGgt29KlTsPS7JukezSCj/EGB1idNP+ER5qhdvRnuazMUtkZamQ0TyO+kjOwRnfXDZbFj4/Q0gnVMUQ5vQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.4" + +"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.4.tgz#3542e02a8dc3593d4138e9ede7ebb785cbc7de89" + integrity sha512-kkzHQMMwsB7Ws1YjBjOTAwSCVatsAqSqJeVm5Nm75vfh46KtkBdK1uu3VUbmscqLLXrM9fJGwcSsbpAmflPySg== + dependencies: + "@abp/aspnetcore.mvc.ui" "~5.3.4" + "@abp/bootstrap" "~5.3.4" + "@abp/bootstrap-datepicker" "~5.3.4" + "@abp/datatables.net-bs5" "~5.3.4" + "@abp/font-awesome" "~5.3.4" + "@abp/jquery-form" "~5.3.4" + "@abp/jquery-validation-unobtrusive" "~5.3.4" + "@abp/lodash" "~5.3.4" + "@abp/luxon" "~5.3.4" + "@abp/malihu-custom-scrollbar-plugin" "~5.3.4" + "@abp/select2" "~5.3.4" + "@abp/sweetalert2" "~5.3.4" + "@abp/timeago" "~5.3.4" + "@abp/toastr" "~5.3.4" + +"@abp/aspnetcore.mvc.ui@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.4.tgz#818b76ff530f074809413674c27ee0e6f18bc533" + integrity sha512-rPbtd7R5ZqCGiITvp1cnNnxFmsssGoTAoJujQLMiwAGMhZ8feQ8K3fqVclhyi24xCsxfISmevUpGRCzI3z+1Vw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -49,180 +49,180 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.3.tgz#66bf2be128e6389877ed4465149c1933ca182c71" - integrity sha512-w/gPj4BVzVnmwekWVHKPYkwnhZFFH1XtCtw5LeJVM5bSYQBrvVTvvUPdKiiTDV59OYf2sbsA+PscwcTWAG6t/Q== +"@abp/bootstrap-datepicker@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.4.tgz#f2a3f4dccc677bfd2ffef081514e776f26aef104" + integrity sha512-+1M2HglXFHeikHwJZlhsJ3eWSrnhfqB9rAMwWRxOBCrAROT2a3cEr73WbUZ0xxwi9ETGVXyK13dP8//OywE+nA== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.3.tgz#56335b46bd42fba0a522712fbb6591fb6aeb5b68" - integrity sha512-xOtC690pE+QxZYhhQrpTE1rapEjg9BrJg7e0qvrkt4TLMZ4mIbau6/Qlh6x8uuMASCUUuRTLNUzHijxvOJh7Mg== +"@abp/bootstrap@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.4.tgz#15d2c1d1a2fdd50b77aa1e6660680c70bed4f77a" + integrity sha512-h46SHPr5V1aMl9y/0SfhIuj2gdiGasYcN1SZJl+mft5Qy2mDHpSKlArnNM64at+B7PpV2FJ/eTGQWbyDWMLEQg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" bootstrap "^5.1.3" -"@abp/clipboard@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.3.tgz#62c3c12f1ff503091924f672f71a50e2e5d0b47c" - integrity sha512-FRJPM9/P3WPuK4Id1KVfmpkOB3MrlrYp/beNqZtjqQuG8WDjVgnHrDnsPYfzeLdK5n6bEvtGWwtHwiaBOXhWZg== +"@abp/clipboard@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.4.tgz#25a91760e819e7a07a302ae3674cdd7033b0c8ff" + integrity sha512-TphKoAEIq6vAAoH837kqfaHhMhEQLw/aNxnDHyHiJqRHMb20GbU8yuGFK/gEHUv+BrTIWdzsX26TSu54LGG9Kw== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" clipboard "^2.0.8" -"@abp/core@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.3.tgz#b03fc281d650d483c9276591f2adb26ea43dcd1e" - integrity sha512-Pp8U+LjchtSxc9lTRaPNQhb+Eh7X2LVERmZvoWyET0y/st28PJZ4eZ4iyGmV00pEmCpadF5aTWVhJcGH32scdQ== +"@abp/core@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.4.tgz#8b51dc53916c4b2f011c7ce325a7c281c516e9ab" + integrity sha512-o56YpJe3sS6lyOcUo5KKjjcoOMkA11Z4Z2m7ut13JAT/9B+u3YOpjrzcu43UwsWVYS8IpQHtqrmaRbCsbWRbIQ== dependencies: - "@abp/utils" "~5.3.3" + "@abp/utils" "~5.3.4" -"@abp/datatables.net-bs5@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.3.tgz#e00304fbe7e6d9d33e1082485f7aa07de48fac0c" - integrity sha512-dkbP3PPkMRJqxravYO7NIVww+MQC3FxHP7mPCg/+PG/LttaNJ5L5hoNcb7BMK2K76hBRMdvlSIzvjycb1w1ooA== +"@abp/datatables.net-bs5@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.4.tgz#42c41316275381a1d9138c8660b09e8ff019caba" + integrity sha512-rKDt/V/YzWarqP5n2OcD5xgB/YRSWIp1tS+ZKTpTOXOXpt5+Mw3+hM7A6V4UZv2ptlTr0FmPV2UO3+gz7N795g== dependencies: - "@abp/datatables.net" "~5.3.3" + "@abp/datatables.net" "~5.3.4" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.3.tgz#6d8eca1034e26708b9adf0d5917aefd5772cbf30" - integrity sha512-1JuXMzHDtrvGRNBYdwEVobiYmhd7VxM432ciARX8hzvSkE0jcgzeTrSlBXfenFMPOIAUJsSOE4YVshtqrY0G4g== +"@abp/datatables.net@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.4.tgz#2cf45116120296cb0c137a561c95190f0acb7754" + integrity sha512-M8zHx/2bFPOU/O+MHpjEpCbtp4hXZ4DepNjegg+fGVpHhtv41ecsXAHJgHbwP2hnfloQoaSQN5ITVu9p7Ycvdg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" datatables.net "^1.11.4" -"@abp/docs@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-5.3.3.tgz#6792dd211c430ccbca02674f8d248490553340e6" - integrity sha512-pR+3JXg+kvr6wKOT2xVJq4sZlfUXWVY9OalFXWyMjglySEVlsN2U+zpIrRmZDiab0xT6NXVSJ15uMkyoRpZCTg== +"@abp/docs@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-5.3.4.tgz#eb2c03f26d4cb16fe539d9df158fbd2faa986be8" + integrity sha512-htmXbuTa3cAVaNDjp/tY2FJ7AiOvXlyHpFhGAk8JmHVfiFuJYzl2NSCeO94SjARnl1+4KflGCLEAX+XtFjSE0Q== dependencies: - "@abp/anchor-js" "~5.3.3" - "@abp/clipboard" "~5.3.3" - "@abp/malihu-custom-scrollbar-plugin" "~5.3.3" - "@abp/popper.js" "~5.3.3" - "@abp/prismjs" "~5.3.3" + "@abp/anchor-js" "~5.3.4" + "@abp/clipboard" "~5.3.4" + "@abp/malihu-custom-scrollbar-plugin" "~5.3.4" + "@abp/popper.js" "~5.3.4" + "@abp/prismjs" "~5.3.4" -"@abp/font-awesome@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.3.tgz#b10a530c9dee28838536746ea2a40342ff2ee3a8" - integrity sha512-c+cvsQ1uolSoyTkM9rZYYM07iiq/Zu8zKOQaDbitQMfPkcfSnC3PG/PTNauSYuwh/SyFfacFXeaDQ5Y/kAGRLw== +"@abp/font-awesome@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.4.tgz#177ed2d7c0480be52c5d840f8253604fd92a6084" + integrity sha512-pcgeIWWrBUOWC4kMW/o0/MLXl4MQmX8qXl8S0xZ4v/JjGW2+jZ5/xjENGXsuuY7gPPyKn7xyO7nJUF3vc0gDVQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.3.tgz#94234207aa991e098e49e7d1244dc86d289a48e6" - integrity sha512-TY5c4ODfSidYGWqUR+QMNbxasfSufSg9gLY8lTEaJn2Wd2+o3GlauPxlTeNIRCRsxqb8e5+fBJspq1YbtE8vQg== +"@abp/jquery-form@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.4.tgz#4c8de58b03bac56088f8b6a79f0b933d30941281" + integrity sha512-Mh4YdsNKUpOLsEaAp70qUrhfNiiEPqlfGKveU2IxvnkXKPltMks9dv/F+sOH70CxNfVLDAAyXCWPhlkhZ1TY+Q== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.3.tgz#03f776807b60f32d2470c3d3c975ee20f33a993d" - integrity sha512-BNa2oSOfc5CSLW62SLCOinP7ybDDSVjfn0LYdDOdkIpSPnoL/3E1ZmgEzkDCUdTfJ67320kGDtIHCpb+Wbik+Q== +"@abp/jquery-validation-unobtrusive@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.4.tgz#364798d2aa03bf095ed0cfad556111c6999fb487" + integrity sha512-wmJ84tSGeGJ3u+v4dQPHlXzoOa0Ad28INdnOPwwkRek06zeixWeo5QrHxn3Wl9yrEvTTsnMYT99MCjjyWBB7vA== dependencies: - "@abp/jquery-validation" "~5.3.3" + "@abp/jquery-validation" "~5.3.4" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.3.tgz#a0544428b94966f35d3aebb40c354d3f4485137d" - integrity sha512-GFhrS4pVmbQRI0eiW2aBYmRTB0rR2s3Wj4NIVB69ZHwvy+uADA3M/oMs8Q4wuT+gmPu2GCjPNCc5RPsC173VPA== +"@abp/jquery-validation@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.4.tgz#fe5fed8341801e01352d27ff09411d98b4c4225b" + integrity sha512-kS/g/eCtPRwAzAXshDZ1ka+/ccXhHIrzB8mQ0xM+8JF5JE+JjtJAEMi4SZ6RbvPePnA6XdFiDYEdxvROr4FSeQ== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-validation "^1.19.3" -"@abp/jquery@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.3.tgz#be70aa671129fac192b8f858a973e65018960cbd" - integrity sha512-sUy0aquZPq+HyxChYJMTjUZxaTo5/Aav5JcbMq1RczIFidjOrFHthWnYZveDVSKryaCfX3tXutag1sPakUOTtg== +"@abp/jquery@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.4.tgz#bce066bcf355b77ff56bc7df914fc6437eed9508" + integrity sha512-aBHAiEFtjjJDKT8nSj++EkIF1fLIa/sNHe+7YxfNSKkRCtKKZSUwP9mRvAMz8nXTjv8DUn4l9trE2leBhma3QQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" jquery "~3.6.0" -"@abp/lodash@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.3.tgz#365684a338ab5d68adffa93207d0035eaa494ef9" - integrity sha512-Lqb2DkmKBPBHNbUd1QeATv8G/qUPamd06bKbe7xHesX3DZtlIwTmimwTpV4tqmJqOLKB67uUtapPYCfKyxs1RQ== +"@abp/lodash@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.4.tgz#40a8c72ce414fbe2967754b3615da45d95d2b11a" + integrity sha512-J6myOi8jV3LYq7BtPy+Ow0OQbNk50VnIkMo7tOPD3iAi4fQXKO0OGfri9FGevibYwMBLVXGyxvQk2sIEMFBx9Q== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" lodash "^4.17.21" -"@abp/luxon@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.3.tgz#97a60ae64e865d2b1c04107302d4ec50d4e09217" - integrity sha512-/7Lb463HREBFlt17tUFinTpYxfbZ8UIi1+d7Fqp8spJv78qCxvpWmD4iuJJJdCExO00ztZWY9GkCDPrAbfP/dA== +"@abp/luxon@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.4.tgz#7862e17bd06f4cea6333b20d58347bed77c3ca60" + integrity sha512-ShtZkW4wWMMSz4KP5ODzOK74gYHhQV+tLyPWYgYFfbXEYe0MtGRgLFolTmsOSW/xcVqeuyRDV/1DJ+u9HnZNcg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.3.tgz#96be03f79be929b1a2cb67acb38e9d6638f04f15" - integrity sha512-hr5qmcVl+Wr6sIS10QerWRTfFvhmhq9e48G9Hx5oQZFjrIkfJRlxla0TYViHR2tRYCeDQGb4gYmN4Fc71mdcPg== +"@abp/malihu-custom-scrollbar-plugin@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.4.tgz#913d9bc0661eefe62b937991fdf546209cf1d13d" + integrity sha512-fjypXQgy2P51JuwQfpRVheu+mHGHpWmFCZuIX5YTkiSrbvvtapqblzg6NM1YrrANwMUX16xu3sHtNL260RDuWQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/popper.js@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-5.3.3.tgz#4cdb30008a8f1d8381c28f190ace82d5fdd5d517" - integrity sha512-h/gFCnbQWyJVkPU9MrUjuwzmXog9rU7XF08qqiFObbE1QCa527iOglgZGMZoKB5+x3hBNIYGol7/8B/3J3mgyw== +"@abp/popper.js@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-5.3.4.tgz#c80ecb907d10052451f0072f17b40a49fe68744b" + integrity sha512-GwKyZ3CQbPo/Fud0pnkV3NjZ5APlMHA1Hkch+0IjOU/raYCHq2qyN1dKb8ZUVciyMn5whYhEitZCluei9+SIQw== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" "@popperjs/core" "^2.11.2" -"@abp/prismjs@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.3.tgz#eccea1469cb4dfc15b87704d267bb36ad6f25758" - integrity sha512-XC0jQa9LqcuqpciDKSbc0wRo4sOK9sebX6eZBlbOnGIoHhNNbiwG0Vt60MHQ5DmaOz7k5jWP0gOISQMJ5GJfTw== +"@abp/prismjs@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.4.tgz#cda1386a5bb0c613da3e3d1511f31272c799d44a" + integrity sha512-MHlAmaA/mwarRPbb9dN9Yf2EVFD9CIZ1/6KDJ+w0nNRXV3DhqnqhV8O/W7w5c9v/dSnxbI84JbxskFfd2ZpYmA== dependencies: - "@abp/clipboard" "~5.3.3" - "@abp/core" "~5.3.3" + "@abp/clipboard" "~5.3.4" + "@abp/core" "~5.3.4" prismjs "^1.26.0" -"@abp/select2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.3.tgz#bdb8de1fcc5c9964233fdf1d4b88f7b90099f293" - integrity sha512-yk4CDpgksM5pAXMgFnULlgDovBk0oeXRhAA6lpt0TizzJ353WkpcASUblHbWOePzXbJFBBB2cj3XBD9vdWx7Ig== +"@abp/select2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.4.tgz#38f90937871ef1ebed1e75ff1d3703e1caf6674c" + integrity sha512-cj8OCJSrivpKWMDE/ubf62BMYAUH/3DXWQUzWj27ptVo/DwLosBrHO62X7+4g5lUPFSgda+So5MIX0fm2Gnh6w== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" select2 "^4.0.13" -"@abp/sweetalert2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.3.tgz#54a2d45ddbdaa2f7a4485aa5731f2fec65a9c771" - integrity sha512-Lbw6S+xTNMtHeFaMJNbYTMtqznDwRtlN4+f+hRGWbqNIpHuMfTi1jUgdeZTYRjbhY+RTduUJrs8lvvPMKWgrTw== +"@abp/sweetalert2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.4.tgz#3626656ab124a94f04f5dcd6aad1ff0980f9308e" + integrity sha512-Lfde/N+yFvqQPecM2yjFKo5pCim+XXcxmfBxJcR1NXOyzRMRQq3wIdnqTTAb3/yMqYTzjbCSIkuArbWJn2XGPQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" sweetalert2 "^11.3.6" -"@abp/timeago@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.3.tgz#6e13a178d67e635ebe65d01db220d09f1673bafa" - integrity sha512-mBwaioPVnIeMXP6tDG24NZaTCAGvk8cMah8ems3OLWNK+tsPU4Jy8BVHTSmd/7rA69EL0REuSw2GmiCvaCL+RQ== +"@abp/timeago@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.4.tgz#f8c99914bf4d119221434dc68f1403a50149dceb" + integrity sha512-6tix3JayLBKBB4mgo2KVk/e31f3RmIX6TGrtfuY4gO0yqU6nX/an6MIJP5pzahPA1rs02I6RcAAmN1Gn01Lfuw== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" timeago "^1.6.7" -"@abp/toastr@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.3.tgz#a3d2d19963fe96da9566a0f320c7f9911901e69a" - integrity sha512-F1FJPQ0nnu/jZY4XpJFS7uFJgpoEl8aOeFkm6kvshK76ABFLvsWHYW88htW5gXIwOf+G/QClZdx39Os+IQaUJw== +"@abp/toastr@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.4.tgz#89dba90f46065165be723d04108885916ac9ecab" + integrity sha512-dIFEKj3nVXZtm9UvTRSZhwyACBouwIqa8h4hCNmGyAUcC4ptcKkyOZzRSfrrwJO5G67yWNzijMj+GHT9z51BLg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" toastr "^2.1.4" -"@abp/utils@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.3.tgz#b47f11cb9a0ac963a7f4e5a44360d933e19896fc" - integrity sha512-owTYsROGHfXuHTOFe1uKMAwLbgjzQLKDnmApUy4taYy93rWsu98vFXX6rYJTK7U/X8nZq5y0BtH4covHyfsAxQ== +"@abp/utils@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.4.tgz#086a4fd293b1dc3514b4720484ac0a6e478d4442" + integrity sha512-ArlLRTJTPKzEurogX4DdEOY7x8a6RKLhMJhDXzqbMV2NfI86mziQ2k5UQgA9FtWYNne0M+Hr0C6wmeYhnuYY8A== dependencies: just-compare "^1.3.0" diff --git a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json index 3861e9ec5f..2039306a66 100644 --- a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json +++ b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json @@ -3,6 +3,6 @@ "name": "demo-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4" } } diff --git a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/wwwroot/libs/abp/core/abp.js b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/wwwroot/libs/abp/core/abp.js index 9445e4e7f4..d8b7531660 100644 --- a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/wwwroot/libs/abp/core/abp.js +++ b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/wwwroot/libs/abp/core/abp.js @@ -372,7 +372,9 @@ var abp = abp || {}; setTimeout(function () { if (element) { element.classList.remove('abp-block-area-disappearing'); - element.parentElement.removeChild(element); + if (element.parentElement) { + element.parentElement.removeChild(element); + } } }, 250); } diff --git a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock index 95455e841f..2da38d3f11 100644 --- a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock +++ b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.3.tgz#dc6a1bdd583ef5ea0f8a0110753b0869d5f1cb61" - integrity sha512-det7xCtVZK6Dmvr0ENAkYdE+jRW0cVi3BCKZc7c6Hy0VKsKsKlnyz5j/D2rJSAmrap9hyQSWXBJUiho8W92wUQ== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.3.tgz#65f97d787647e7760bb0c2a5b0f0ff815dc9630a" - integrity sha512-p/Z++QPM7S2lm7obXsZXIarcw0Y88y/Ghy5hyZqdc3uNHL6j8LRlD2qfuRXzl0k9HytXa859UKtSMLSZij1DiA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~5.3.3" - "@abp/bootstrap" "~5.3.3" - "@abp/bootstrap-datepicker" "~5.3.3" - "@abp/datatables.net-bs5" "~5.3.3" - "@abp/font-awesome" "~5.3.3" - "@abp/jquery-form" "~5.3.3" - "@abp/jquery-validation-unobtrusive" "~5.3.3" - "@abp/lodash" "~5.3.3" - "@abp/luxon" "~5.3.3" - "@abp/malihu-custom-scrollbar-plugin" "~5.3.3" - "@abp/select2" "~5.3.3" - "@abp/sweetalert2" "~5.3.3" - "@abp/timeago" "~5.3.3" - "@abp/toastr" "~5.3.3" - -"@abp/aspnetcore.mvc.ui@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.3.tgz#b8beb98bde3e4f0340335014ced7653c7913a621" - integrity sha512-aDQxdfQmlEXIjWGW8wru58imh9cncHAijafvdXlmyfKHM2JfnSSCG/RPMiaoJq/iyDVEggbhx8z4VHODC1eitg== +"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.4.tgz#f4250bfa23bc07ab44499cdaec92af9974fa79f8" + integrity sha512-cY01jGgt29KlTsPS7JukezSCj/EGB1idNP+ER5qhdvRnuazMUtkZamQ0TyO+kjOwRnfXDZbFj4/Q0gnVMUQ5vQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.4" + +"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.4.tgz#3542e02a8dc3593d4138e9ede7ebb785cbc7de89" + integrity sha512-kkzHQMMwsB7Ws1YjBjOTAwSCVatsAqSqJeVm5Nm75vfh46KtkBdK1uu3VUbmscqLLXrM9fJGwcSsbpAmflPySg== + dependencies: + "@abp/aspnetcore.mvc.ui" "~5.3.4" + "@abp/bootstrap" "~5.3.4" + "@abp/bootstrap-datepicker" "~5.3.4" + "@abp/datatables.net-bs5" "~5.3.4" + "@abp/font-awesome" "~5.3.4" + "@abp/jquery-form" "~5.3.4" + "@abp/jquery-validation-unobtrusive" "~5.3.4" + "@abp/lodash" "~5.3.4" + "@abp/luxon" "~5.3.4" + "@abp/malihu-custom-scrollbar-plugin" "~5.3.4" + "@abp/select2" "~5.3.4" + "@abp/sweetalert2" "~5.3.4" + "@abp/timeago" "~5.3.4" + "@abp/toastr" "~5.3.4" + +"@abp/aspnetcore.mvc.ui@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.4.tgz#818b76ff530f074809413674c27ee0e6f18bc533" + integrity sha512-rPbtd7R5ZqCGiITvp1cnNnxFmsssGoTAoJujQLMiwAGMhZ8feQ8K3fqVclhyi24xCsxfISmevUpGRCzI3z+1Vw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,144 +41,144 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.3.tgz#66bf2be128e6389877ed4465149c1933ca182c71" - integrity sha512-w/gPj4BVzVnmwekWVHKPYkwnhZFFH1XtCtw5LeJVM5bSYQBrvVTvvUPdKiiTDV59OYf2sbsA+PscwcTWAG6t/Q== +"@abp/bootstrap-datepicker@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.4.tgz#f2a3f4dccc677bfd2ffef081514e776f26aef104" + integrity sha512-+1M2HglXFHeikHwJZlhsJ3eWSrnhfqB9rAMwWRxOBCrAROT2a3cEr73WbUZ0xxwi9ETGVXyK13dP8//OywE+nA== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.3.tgz#56335b46bd42fba0a522712fbb6591fb6aeb5b68" - integrity sha512-xOtC690pE+QxZYhhQrpTE1rapEjg9BrJg7e0qvrkt4TLMZ4mIbau6/Qlh6x8uuMASCUUuRTLNUzHijxvOJh7Mg== +"@abp/bootstrap@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.4.tgz#15d2c1d1a2fdd50b77aa1e6660680c70bed4f77a" + integrity sha512-h46SHPr5V1aMl9y/0SfhIuj2gdiGasYcN1SZJl+mft5Qy2mDHpSKlArnNM64at+B7PpV2FJ/eTGQWbyDWMLEQg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" bootstrap "^5.1.3" -"@abp/core@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.3.tgz#b03fc281d650d483c9276591f2adb26ea43dcd1e" - integrity sha512-Pp8U+LjchtSxc9lTRaPNQhb+Eh7X2LVERmZvoWyET0y/st28PJZ4eZ4iyGmV00pEmCpadF5aTWVhJcGH32scdQ== +"@abp/core@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.4.tgz#8b51dc53916c4b2f011c7ce325a7c281c516e9ab" + integrity sha512-o56YpJe3sS6lyOcUo5KKjjcoOMkA11Z4Z2m7ut13JAT/9B+u3YOpjrzcu43UwsWVYS8IpQHtqrmaRbCsbWRbIQ== dependencies: - "@abp/utils" "~5.3.3" + "@abp/utils" "~5.3.4" -"@abp/datatables.net-bs5@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.3.tgz#e00304fbe7e6d9d33e1082485f7aa07de48fac0c" - integrity sha512-dkbP3PPkMRJqxravYO7NIVww+MQC3FxHP7mPCg/+PG/LttaNJ5L5hoNcb7BMK2K76hBRMdvlSIzvjycb1w1ooA== +"@abp/datatables.net-bs5@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.4.tgz#42c41316275381a1d9138c8660b09e8ff019caba" + integrity sha512-rKDt/V/YzWarqP5n2OcD5xgB/YRSWIp1tS+ZKTpTOXOXpt5+Mw3+hM7A6V4UZv2ptlTr0FmPV2UO3+gz7N795g== dependencies: - "@abp/datatables.net" "~5.3.3" + "@abp/datatables.net" "~5.3.4" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.3.tgz#6d8eca1034e26708b9adf0d5917aefd5772cbf30" - integrity sha512-1JuXMzHDtrvGRNBYdwEVobiYmhd7VxM432ciARX8hzvSkE0jcgzeTrSlBXfenFMPOIAUJsSOE4YVshtqrY0G4g== +"@abp/datatables.net@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.4.tgz#2cf45116120296cb0c137a561c95190f0acb7754" + integrity sha512-M8zHx/2bFPOU/O+MHpjEpCbtp4hXZ4DepNjegg+fGVpHhtv41ecsXAHJgHbwP2hnfloQoaSQN5ITVu9p7Ycvdg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" datatables.net "^1.11.4" -"@abp/font-awesome@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.3.tgz#b10a530c9dee28838536746ea2a40342ff2ee3a8" - integrity sha512-c+cvsQ1uolSoyTkM9rZYYM07iiq/Zu8zKOQaDbitQMfPkcfSnC3PG/PTNauSYuwh/SyFfacFXeaDQ5Y/kAGRLw== +"@abp/font-awesome@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.4.tgz#177ed2d7c0480be52c5d840f8253604fd92a6084" + integrity sha512-pcgeIWWrBUOWC4kMW/o0/MLXl4MQmX8qXl8S0xZ4v/JjGW2+jZ5/xjENGXsuuY7gPPyKn7xyO7nJUF3vc0gDVQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.3.tgz#94234207aa991e098e49e7d1244dc86d289a48e6" - integrity sha512-TY5c4ODfSidYGWqUR+QMNbxasfSufSg9gLY8lTEaJn2Wd2+o3GlauPxlTeNIRCRsxqb8e5+fBJspq1YbtE8vQg== +"@abp/jquery-form@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.4.tgz#4c8de58b03bac56088f8b6a79f0b933d30941281" + integrity sha512-Mh4YdsNKUpOLsEaAp70qUrhfNiiEPqlfGKveU2IxvnkXKPltMks9dv/F+sOH70CxNfVLDAAyXCWPhlkhZ1TY+Q== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.3.tgz#03f776807b60f32d2470c3d3c975ee20f33a993d" - integrity sha512-BNa2oSOfc5CSLW62SLCOinP7ybDDSVjfn0LYdDOdkIpSPnoL/3E1ZmgEzkDCUdTfJ67320kGDtIHCpb+Wbik+Q== +"@abp/jquery-validation-unobtrusive@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.4.tgz#364798d2aa03bf095ed0cfad556111c6999fb487" + integrity sha512-wmJ84tSGeGJ3u+v4dQPHlXzoOa0Ad28INdnOPwwkRek06zeixWeo5QrHxn3Wl9yrEvTTsnMYT99MCjjyWBB7vA== dependencies: - "@abp/jquery-validation" "~5.3.3" + "@abp/jquery-validation" "~5.3.4" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.3.tgz#a0544428b94966f35d3aebb40c354d3f4485137d" - integrity sha512-GFhrS4pVmbQRI0eiW2aBYmRTB0rR2s3Wj4NIVB69ZHwvy+uADA3M/oMs8Q4wuT+gmPu2GCjPNCc5RPsC173VPA== +"@abp/jquery-validation@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.4.tgz#fe5fed8341801e01352d27ff09411d98b4c4225b" + integrity sha512-kS/g/eCtPRwAzAXshDZ1ka+/ccXhHIrzB8mQ0xM+8JF5JE+JjtJAEMi4SZ6RbvPePnA6XdFiDYEdxvROr4FSeQ== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-validation "^1.19.3" -"@abp/jquery@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.3.tgz#be70aa671129fac192b8f858a973e65018960cbd" - integrity sha512-sUy0aquZPq+HyxChYJMTjUZxaTo5/Aav5JcbMq1RczIFidjOrFHthWnYZveDVSKryaCfX3tXutag1sPakUOTtg== +"@abp/jquery@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.4.tgz#bce066bcf355b77ff56bc7df914fc6437eed9508" + integrity sha512-aBHAiEFtjjJDKT8nSj++EkIF1fLIa/sNHe+7YxfNSKkRCtKKZSUwP9mRvAMz8nXTjv8DUn4l9trE2leBhma3QQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" jquery "~3.6.0" -"@abp/lodash@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.3.tgz#365684a338ab5d68adffa93207d0035eaa494ef9" - integrity sha512-Lqb2DkmKBPBHNbUd1QeATv8G/qUPamd06bKbe7xHesX3DZtlIwTmimwTpV4tqmJqOLKB67uUtapPYCfKyxs1RQ== +"@abp/lodash@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.4.tgz#40a8c72ce414fbe2967754b3615da45d95d2b11a" + integrity sha512-J6myOi8jV3LYq7BtPy+Ow0OQbNk50VnIkMo7tOPD3iAi4fQXKO0OGfri9FGevibYwMBLVXGyxvQk2sIEMFBx9Q== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" lodash "^4.17.21" -"@abp/luxon@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.3.tgz#97a60ae64e865d2b1c04107302d4ec50d4e09217" - integrity sha512-/7Lb463HREBFlt17tUFinTpYxfbZ8UIi1+d7Fqp8spJv78qCxvpWmD4iuJJJdCExO00ztZWY9GkCDPrAbfP/dA== +"@abp/luxon@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.4.tgz#7862e17bd06f4cea6333b20d58347bed77c3ca60" + integrity sha512-ShtZkW4wWMMSz4KP5ODzOK74gYHhQV+tLyPWYgYFfbXEYe0MtGRgLFolTmsOSW/xcVqeuyRDV/1DJ+u9HnZNcg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.3.tgz#96be03f79be929b1a2cb67acb38e9d6638f04f15" - integrity sha512-hr5qmcVl+Wr6sIS10QerWRTfFvhmhq9e48G9Hx5oQZFjrIkfJRlxla0TYViHR2tRYCeDQGb4gYmN4Fc71mdcPg== +"@abp/malihu-custom-scrollbar-plugin@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.4.tgz#913d9bc0661eefe62b937991fdf546209cf1d13d" + integrity sha512-fjypXQgy2P51JuwQfpRVheu+mHGHpWmFCZuIX5YTkiSrbvvtapqblzg6NM1YrrANwMUX16xu3sHtNL260RDuWQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/select2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.3.tgz#bdb8de1fcc5c9964233fdf1d4b88f7b90099f293" - integrity sha512-yk4CDpgksM5pAXMgFnULlgDovBk0oeXRhAA6lpt0TizzJ353WkpcASUblHbWOePzXbJFBBB2cj3XBD9vdWx7Ig== +"@abp/select2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.4.tgz#38f90937871ef1ebed1e75ff1d3703e1caf6674c" + integrity sha512-cj8OCJSrivpKWMDE/ubf62BMYAUH/3DXWQUzWj27ptVo/DwLosBrHO62X7+4g5lUPFSgda+So5MIX0fm2Gnh6w== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" select2 "^4.0.13" -"@abp/sweetalert2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.3.tgz#54a2d45ddbdaa2f7a4485aa5731f2fec65a9c771" - integrity sha512-Lbw6S+xTNMtHeFaMJNbYTMtqznDwRtlN4+f+hRGWbqNIpHuMfTi1jUgdeZTYRjbhY+RTduUJrs8lvvPMKWgrTw== +"@abp/sweetalert2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.4.tgz#3626656ab124a94f04f5dcd6aad1ff0980f9308e" + integrity sha512-Lfde/N+yFvqQPecM2yjFKo5pCim+XXcxmfBxJcR1NXOyzRMRQq3wIdnqTTAb3/yMqYTzjbCSIkuArbWJn2XGPQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" sweetalert2 "^11.3.6" -"@abp/timeago@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.3.tgz#6e13a178d67e635ebe65d01db220d09f1673bafa" - integrity sha512-mBwaioPVnIeMXP6tDG24NZaTCAGvk8cMah8ems3OLWNK+tsPU4Jy8BVHTSmd/7rA69EL0REuSw2GmiCvaCL+RQ== +"@abp/timeago@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.4.tgz#f8c99914bf4d119221434dc68f1403a50149dceb" + integrity sha512-6tix3JayLBKBB4mgo2KVk/e31f3RmIX6TGrtfuY4gO0yqU6nX/an6MIJP5pzahPA1rs02I6RcAAmN1Gn01Lfuw== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" timeago "^1.6.7" -"@abp/toastr@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.3.tgz#a3d2d19963fe96da9566a0f320c7f9911901e69a" - integrity sha512-F1FJPQ0nnu/jZY4XpJFS7uFJgpoEl8aOeFkm6kvshK76ABFLvsWHYW88htW5gXIwOf+G/QClZdx39Os+IQaUJw== +"@abp/toastr@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.4.tgz#89dba90f46065165be723d04108885916ac9ecab" + integrity sha512-dIFEKj3nVXZtm9UvTRSZhwyACBouwIqa8h4hCNmGyAUcC4ptcKkyOZzRSfrrwJO5G67yWNzijMj+GHT9z51BLg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" toastr "^2.1.4" -"@abp/utils@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.3.tgz#b47f11cb9a0ac963a7f4e5a44360d933e19896fc" - integrity sha512-owTYsROGHfXuHTOFe1uKMAwLbgjzQLKDnmApUy4taYy93rWsu98vFXX6rYJTK7U/X8nZq5y0BtH4covHyfsAxQ== +"@abp/utils@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.4.tgz#086a4fd293b1dc3514b4720484ac0a6e478d4442" + integrity sha512-ArlLRTJTPKzEurogX4DdEOY7x8a6RKLhMJhDXzqbMV2NfI86mziQ2k5UQgA9FtWYNne0M+Hr0C6wmeYhnuYY8A== dependencies: just-compare "^1.3.0" diff --git a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json index e051b732d0..18df41b146 100644 --- a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json +++ b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3", - "@abp/virtual-file-explorer": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4", + "@abp/virtual-file-explorer": "^5.3.4" } } diff --git a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/wwwroot/libs/abp/core/abp.js b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/wwwroot/libs/abp/core/abp.js index 9445e4e7f4..d8b7531660 100644 --- a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/wwwroot/libs/abp/core/abp.js +++ b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/wwwroot/libs/abp/core/abp.js @@ -372,7 +372,9 @@ var abp = abp || {}; setTimeout(function () { if (element) { element.classList.remove('abp-block-area-disappearing'); - element.parentElement.removeChild(element); + if (element.parentElement) { + element.parentElement.removeChild(element); + } } }, 250); } diff --git a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock index 2200271840..5068980d7b 100644 --- a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock +++ b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.3.tgz#dc6a1bdd583ef5ea0f8a0110753b0869d5f1cb61" - integrity sha512-det7xCtVZK6Dmvr0ENAkYdE+jRW0cVi3BCKZc7c6Hy0VKsKsKlnyz5j/D2rJSAmrap9hyQSWXBJUiho8W92wUQ== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.3.tgz#65f97d787647e7760bb0c2a5b0f0ff815dc9630a" - integrity sha512-p/Z++QPM7S2lm7obXsZXIarcw0Y88y/Ghy5hyZqdc3uNHL6j8LRlD2qfuRXzl0k9HytXa859UKtSMLSZij1DiA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~5.3.3" - "@abp/bootstrap" "~5.3.3" - "@abp/bootstrap-datepicker" "~5.3.3" - "@abp/datatables.net-bs5" "~5.3.3" - "@abp/font-awesome" "~5.3.3" - "@abp/jquery-form" "~5.3.3" - "@abp/jquery-validation-unobtrusive" "~5.3.3" - "@abp/lodash" "~5.3.3" - "@abp/luxon" "~5.3.3" - "@abp/malihu-custom-scrollbar-plugin" "~5.3.3" - "@abp/select2" "~5.3.3" - "@abp/sweetalert2" "~5.3.3" - "@abp/timeago" "~5.3.3" - "@abp/toastr" "~5.3.3" - -"@abp/aspnetcore.mvc.ui@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.3.tgz#b8beb98bde3e4f0340335014ced7653c7913a621" - integrity sha512-aDQxdfQmlEXIjWGW8wru58imh9cncHAijafvdXlmyfKHM2JfnSSCG/RPMiaoJq/iyDVEggbhx8z4VHODC1eitg== +"@abp/aspnetcore.mvc.ui.theme.basic@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-5.3.4.tgz#f4250bfa23bc07ab44499cdaec92af9974fa79f8" + integrity sha512-cY01jGgt29KlTsPS7JukezSCj/EGB1idNP+ER5qhdvRnuazMUtkZamQ0TyO+kjOwRnfXDZbFj4/Q0gnVMUQ5vQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~5.3.4" + +"@abp/aspnetcore.mvc.ui.theme.shared@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-5.3.4.tgz#3542e02a8dc3593d4138e9ede7ebb785cbc7de89" + integrity sha512-kkzHQMMwsB7Ws1YjBjOTAwSCVatsAqSqJeVm5Nm75vfh46KtkBdK1uu3VUbmscqLLXrM9fJGwcSsbpAmflPySg== + dependencies: + "@abp/aspnetcore.mvc.ui" "~5.3.4" + "@abp/bootstrap" "~5.3.4" + "@abp/bootstrap-datepicker" "~5.3.4" + "@abp/datatables.net-bs5" "~5.3.4" + "@abp/font-awesome" "~5.3.4" + "@abp/jquery-form" "~5.3.4" + "@abp/jquery-validation-unobtrusive" "~5.3.4" + "@abp/lodash" "~5.3.4" + "@abp/luxon" "~5.3.4" + "@abp/malihu-custom-scrollbar-plugin" "~5.3.4" + "@abp/select2" "~5.3.4" + "@abp/sweetalert2" "~5.3.4" + "@abp/timeago" "~5.3.4" + "@abp/toastr" "~5.3.4" + +"@abp/aspnetcore.mvc.ui@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-5.3.4.tgz#818b76ff530f074809413674c27ee0e6f18bc533" + integrity sha512-rPbtd7R5ZqCGiITvp1cnNnxFmsssGoTAoJujQLMiwAGMhZ8feQ8K3fqVclhyi24xCsxfISmevUpGRCzI3z+1Vw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,171 +41,171 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.3.tgz#66bf2be128e6389877ed4465149c1933ca182c71" - integrity sha512-w/gPj4BVzVnmwekWVHKPYkwnhZFFH1XtCtw5LeJVM5bSYQBrvVTvvUPdKiiTDV59OYf2sbsA+PscwcTWAG6t/Q== +"@abp/bootstrap-datepicker@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-5.3.4.tgz#f2a3f4dccc677bfd2ffef081514e776f26aef104" + integrity sha512-+1M2HglXFHeikHwJZlhsJ3eWSrnhfqB9rAMwWRxOBCrAROT2a3cEr73WbUZ0xxwi9ETGVXyK13dP8//OywE+nA== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.3.tgz#56335b46bd42fba0a522712fbb6591fb6aeb5b68" - integrity sha512-xOtC690pE+QxZYhhQrpTE1rapEjg9BrJg7e0qvrkt4TLMZ4mIbau6/Qlh6x8uuMASCUUuRTLNUzHijxvOJh7Mg== +"@abp/bootstrap@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-5.3.4.tgz#15d2c1d1a2fdd50b77aa1e6660680c70bed4f77a" + integrity sha512-h46SHPr5V1aMl9y/0SfhIuj2gdiGasYcN1SZJl+mft5Qy2mDHpSKlArnNM64at+B7PpV2FJ/eTGQWbyDWMLEQg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" bootstrap "^5.1.3" -"@abp/clipboard@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.3.tgz#62c3c12f1ff503091924f672f71a50e2e5d0b47c" - integrity sha512-FRJPM9/P3WPuK4Id1KVfmpkOB3MrlrYp/beNqZtjqQuG8WDjVgnHrDnsPYfzeLdK5n6bEvtGWwtHwiaBOXhWZg== +"@abp/clipboard@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-5.3.4.tgz#25a91760e819e7a07a302ae3674cdd7033b0c8ff" + integrity sha512-TphKoAEIq6vAAoH837kqfaHhMhEQLw/aNxnDHyHiJqRHMb20GbU8yuGFK/gEHUv+BrTIWdzsX26TSu54LGG9Kw== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" clipboard "^2.0.8" -"@abp/core@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.3.tgz#b03fc281d650d483c9276591f2adb26ea43dcd1e" - integrity sha512-Pp8U+LjchtSxc9lTRaPNQhb+Eh7X2LVERmZvoWyET0y/st28PJZ4eZ4iyGmV00pEmCpadF5aTWVhJcGH32scdQ== +"@abp/core@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-5.3.4.tgz#8b51dc53916c4b2f011c7ce325a7c281c516e9ab" + integrity sha512-o56YpJe3sS6lyOcUo5KKjjcoOMkA11Z4Z2m7ut13JAT/9B+u3YOpjrzcu43UwsWVYS8IpQHtqrmaRbCsbWRbIQ== dependencies: - "@abp/utils" "~5.3.3" + "@abp/utils" "~5.3.4" -"@abp/datatables.net-bs5@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.3.tgz#e00304fbe7e6d9d33e1082485f7aa07de48fac0c" - integrity sha512-dkbP3PPkMRJqxravYO7NIVww+MQC3FxHP7mPCg/+PG/LttaNJ5L5hoNcb7BMK2K76hBRMdvlSIzvjycb1w1ooA== +"@abp/datatables.net-bs5@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-5.3.4.tgz#42c41316275381a1d9138c8660b09e8ff019caba" + integrity sha512-rKDt/V/YzWarqP5n2OcD5xgB/YRSWIp1tS+ZKTpTOXOXpt5+Mw3+hM7A6V4UZv2ptlTr0FmPV2UO3+gz7N795g== dependencies: - "@abp/datatables.net" "~5.3.3" + "@abp/datatables.net" "~5.3.4" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.3.tgz#6d8eca1034e26708b9adf0d5917aefd5772cbf30" - integrity sha512-1JuXMzHDtrvGRNBYdwEVobiYmhd7VxM432ciARX8hzvSkE0jcgzeTrSlBXfenFMPOIAUJsSOE4YVshtqrY0G4g== +"@abp/datatables.net@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-5.3.4.tgz#2cf45116120296cb0c137a561c95190f0acb7754" + integrity sha512-M8zHx/2bFPOU/O+MHpjEpCbtp4hXZ4DepNjegg+fGVpHhtv41ecsXAHJgHbwP2hnfloQoaSQN5ITVu9p7Ycvdg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" datatables.net "^1.11.4" -"@abp/font-awesome@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.3.tgz#b10a530c9dee28838536746ea2a40342ff2ee3a8" - integrity sha512-c+cvsQ1uolSoyTkM9rZYYM07iiq/Zu8zKOQaDbitQMfPkcfSnC3PG/PTNauSYuwh/SyFfacFXeaDQ5Y/kAGRLw== +"@abp/font-awesome@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-5.3.4.tgz#177ed2d7c0480be52c5d840f8253604fd92a6084" + integrity sha512-pcgeIWWrBUOWC4kMW/o0/MLXl4MQmX8qXl8S0xZ4v/JjGW2+jZ5/xjENGXsuuY7gPPyKn7xyO7nJUF3vc0gDVQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.3.tgz#94234207aa991e098e49e7d1244dc86d289a48e6" - integrity sha512-TY5c4ODfSidYGWqUR+QMNbxasfSufSg9gLY8lTEaJn2Wd2+o3GlauPxlTeNIRCRsxqb8e5+fBJspq1YbtE8vQg== +"@abp/jquery-form@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-5.3.4.tgz#4c8de58b03bac56088f8b6a79f0b933d30941281" + integrity sha512-Mh4YdsNKUpOLsEaAp70qUrhfNiiEPqlfGKveU2IxvnkXKPltMks9dv/F+sOH70CxNfVLDAAyXCWPhlkhZ1TY+Q== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.3.tgz#03f776807b60f32d2470c3d3c975ee20f33a993d" - integrity sha512-BNa2oSOfc5CSLW62SLCOinP7ybDDSVjfn0LYdDOdkIpSPnoL/3E1ZmgEzkDCUdTfJ67320kGDtIHCpb+Wbik+Q== +"@abp/jquery-validation-unobtrusive@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-5.3.4.tgz#364798d2aa03bf095ed0cfad556111c6999fb487" + integrity sha512-wmJ84tSGeGJ3u+v4dQPHlXzoOa0Ad28INdnOPwwkRek06zeixWeo5QrHxn3Wl9yrEvTTsnMYT99MCjjyWBB7vA== dependencies: - "@abp/jquery-validation" "~5.3.3" + "@abp/jquery-validation" "~5.3.4" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.3.tgz#a0544428b94966f35d3aebb40c354d3f4485137d" - integrity sha512-GFhrS4pVmbQRI0eiW2aBYmRTB0rR2s3Wj4NIVB69ZHwvy+uADA3M/oMs8Q4wuT+gmPu2GCjPNCc5RPsC173VPA== +"@abp/jquery-validation@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-5.3.4.tgz#fe5fed8341801e01352d27ff09411d98b4c4225b" + integrity sha512-kS/g/eCtPRwAzAXshDZ1ka+/ccXhHIrzB8mQ0xM+8JF5JE+JjtJAEMi4SZ6RbvPePnA6XdFiDYEdxvROr4FSeQ== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" jquery-validation "^1.19.3" -"@abp/jquery@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.3.tgz#be70aa671129fac192b8f858a973e65018960cbd" - integrity sha512-sUy0aquZPq+HyxChYJMTjUZxaTo5/Aav5JcbMq1RczIFidjOrFHthWnYZveDVSKryaCfX3tXutag1sPakUOTtg== +"@abp/jquery@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-5.3.4.tgz#bce066bcf355b77ff56bc7df914fc6437eed9508" + integrity sha512-aBHAiEFtjjJDKT8nSj++EkIF1fLIa/sNHe+7YxfNSKkRCtKKZSUwP9mRvAMz8nXTjv8DUn4l9trE2leBhma3QQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" jquery "~3.6.0" -"@abp/lodash@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.3.tgz#365684a338ab5d68adffa93207d0035eaa494ef9" - integrity sha512-Lqb2DkmKBPBHNbUd1QeATv8G/qUPamd06bKbe7xHesX3DZtlIwTmimwTpV4tqmJqOLKB67uUtapPYCfKyxs1RQ== +"@abp/lodash@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-5.3.4.tgz#40a8c72ce414fbe2967754b3615da45d95d2b11a" + integrity sha512-J6myOi8jV3LYq7BtPy+Ow0OQbNk50VnIkMo7tOPD3iAi4fQXKO0OGfri9FGevibYwMBLVXGyxvQk2sIEMFBx9Q== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" lodash "^4.17.21" -"@abp/luxon@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.3.tgz#97a60ae64e865d2b1c04107302d4ec50d4e09217" - integrity sha512-/7Lb463HREBFlt17tUFinTpYxfbZ8UIi1+d7Fqp8spJv78qCxvpWmD4iuJJJdCExO00ztZWY9GkCDPrAbfP/dA== +"@abp/luxon@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-5.3.4.tgz#7862e17bd06f4cea6333b20d58347bed77c3ca60" + integrity sha512-ShtZkW4wWMMSz4KP5ODzOK74gYHhQV+tLyPWYgYFfbXEYe0MtGRgLFolTmsOSW/xcVqeuyRDV/1DJ+u9HnZNcg== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.3.tgz#96be03f79be929b1a2cb67acb38e9d6638f04f15" - integrity sha512-hr5qmcVl+Wr6sIS10QerWRTfFvhmhq9e48G9Hx5oQZFjrIkfJRlxla0TYViHR2tRYCeDQGb4gYmN4Fc71mdcPg== +"@abp/malihu-custom-scrollbar-plugin@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-5.3.4.tgz#913d9bc0661eefe62b937991fdf546209cf1d13d" + integrity sha512-fjypXQgy2P51JuwQfpRVheu+mHGHpWmFCZuIX5YTkiSrbvvtapqblzg6NM1YrrANwMUX16xu3sHtNL260RDuWQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/prismjs@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.3.tgz#eccea1469cb4dfc15b87704d267bb36ad6f25758" - integrity sha512-XC0jQa9LqcuqpciDKSbc0wRo4sOK9sebX6eZBlbOnGIoHhNNbiwG0Vt60MHQ5DmaOz7k5jWP0gOISQMJ5GJfTw== +"@abp/prismjs@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-5.3.4.tgz#cda1386a5bb0c613da3e3d1511f31272c799d44a" + integrity sha512-MHlAmaA/mwarRPbb9dN9Yf2EVFD9CIZ1/6KDJ+w0nNRXV3DhqnqhV8O/W7w5c9v/dSnxbI84JbxskFfd2ZpYmA== dependencies: - "@abp/clipboard" "~5.3.3" - "@abp/core" "~5.3.3" + "@abp/clipboard" "~5.3.4" + "@abp/core" "~5.3.4" prismjs "^1.26.0" -"@abp/select2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.3.tgz#bdb8de1fcc5c9964233fdf1d4b88f7b90099f293" - integrity sha512-yk4CDpgksM5pAXMgFnULlgDovBk0oeXRhAA6lpt0TizzJ353WkpcASUblHbWOePzXbJFBBB2cj3XBD9vdWx7Ig== +"@abp/select2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-5.3.4.tgz#38f90937871ef1ebed1e75ff1d3703e1caf6674c" + integrity sha512-cj8OCJSrivpKWMDE/ubf62BMYAUH/3DXWQUzWj27ptVo/DwLosBrHO62X7+4g5lUPFSgda+So5MIX0fm2Gnh6w== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" select2 "^4.0.13" -"@abp/sweetalert2@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.3.tgz#54a2d45ddbdaa2f7a4485aa5731f2fec65a9c771" - integrity sha512-Lbw6S+xTNMtHeFaMJNbYTMtqznDwRtlN4+f+hRGWbqNIpHuMfTi1jUgdeZTYRjbhY+RTduUJrs8lvvPMKWgrTw== +"@abp/sweetalert2@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-5.3.4.tgz#3626656ab124a94f04f5dcd6aad1ff0980f9308e" + integrity sha512-Lfde/N+yFvqQPecM2yjFKo5pCim+XXcxmfBxJcR1NXOyzRMRQq3wIdnqTTAb3/yMqYTzjbCSIkuArbWJn2XGPQ== dependencies: - "@abp/core" "~5.3.3" + "@abp/core" "~5.3.4" sweetalert2 "^11.3.6" -"@abp/timeago@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.3.tgz#6e13a178d67e635ebe65d01db220d09f1673bafa" - integrity sha512-mBwaioPVnIeMXP6tDG24NZaTCAGvk8cMah8ems3OLWNK+tsPU4Jy8BVHTSmd/7rA69EL0REuSw2GmiCvaCL+RQ== +"@abp/timeago@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-5.3.4.tgz#f8c99914bf4d119221434dc68f1403a50149dceb" + integrity sha512-6tix3JayLBKBB4mgo2KVk/e31f3RmIX6TGrtfuY4gO0yqU6nX/an6MIJP5pzahPA1rs02I6RcAAmN1Gn01Lfuw== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" timeago "^1.6.7" -"@abp/toastr@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.3.tgz#a3d2d19963fe96da9566a0f320c7f9911901e69a" - integrity sha512-F1FJPQ0nnu/jZY4XpJFS7uFJgpoEl8aOeFkm6kvshK76ABFLvsWHYW88htW5gXIwOf+G/QClZdx39Os+IQaUJw== +"@abp/toastr@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-5.3.4.tgz#89dba90f46065165be723d04108885916ac9ecab" + integrity sha512-dIFEKj3nVXZtm9UvTRSZhwyACBouwIqa8h4hCNmGyAUcC4ptcKkyOZzRSfrrwJO5G67yWNzijMj+GHT9z51BLg== dependencies: - "@abp/jquery" "~5.3.3" + "@abp/jquery" "~5.3.4" toastr "^2.1.4" -"@abp/utils@~5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.3.tgz#b47f11cb9a0ac963a7f4e5a44360d933e19896fc" - integrity sha512-owTYsROGHfXuHTOFe1uKMAwLbgjzQLKDnmApUy4taYy93rWsu98vFXX6rYJTK7U/X8nZq5y0BtH4covHyfsAxQ== +"@abp/utils@~5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-5.3.4.tgz#086a4fd293b1dc3514b4720484ac0a6e478d4442" + integrity sha512-ArlLRTJTPKzEurogX4DdEOY7x8a6RKLhMJhDXzqbMV2NfI86mziQ2k5UQgA9FtWYNne0M+Hr0C6wmeYhnuYY8A== dependencies: just-compare "^1.3.0" -"@abp/virtual-file-explorer@^5.3.3": - version "5.3.3" - resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-5.3.3.tgz#c83619a4651af943ac720e6c3a74d1dd5f05d9ac" - integrity sha512-nDnxzcSaEXuJ6jdLuM4VzkJE0w2h8p8AcskambQx0uYGe9+JqKOyu7rXre6le1A7T0f0j+mWQ8aidkyhDuoAkA== +"@abp/virtual-file-explorer@^5.3.4": + version "5.3.4" + resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-5.3.4.tgz#0c5fedb81f857a811746343b8325d4a1ed0c0edf" + integrity sha512-VE0W4f2M8dHHud7AkFNtC1SLLd1WNOLXvxya5LYy/2thei9eTpj8pS0rlgKRMzTuBO4MccDVCX3rCiHJEqwYUA== dependencies: - "@abp/clipboard" "~5.3.3" - "@abp/prismjs" "~5.3.3" + "@abp/clipboard" "~5.3.4" + "@abp/prismjs" "~5.3.4" "@fortawesome/fontawesome-free@^5.15.4": version "5.15.4" diff --git a/npm/lerna.json b/npm/lerna.json index adc2ff5ac1..a7df64cbbb 100644 --- a/npm/lerna.json +++ b/npm/lerna.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "packages": [ "packs/*" ], diff --git a/npm/ng-packs/lerna.version.json b/npm/ng-packs/lerna.version.json index fc0832ff37..33edb073db 100644 --- a/npm/ng-packs/lerna.version.json +++ b/npm/ng-packs/lerna.version.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "packages": [ "packages/*" ], diff --git a/npm/ng-packs/package.json b/npm/ng-packs/package.json index a669d3b970..f31f1ec057 100644 --- a/npm/ng-packs/package.json +++ b/npm/ng-packs/package.json @@ -40,7 +40,7 @@ }, "private": true, "devDependencies": { - "@abp/utils": "~5.3.3", + "@abp/utils": "~5.3.4", "@angular-devkit/build-angular": "13.3.5", "@angular-devkit/build-ng-packagr": "^0.1002.0", "@angular-devkit/schematics-cli": "~12.2.0", @@ -59,17 +59,17 @@ "@angular/platform-browser": "13.3.6", "@angular/platform-browser-dynamic": "13.3.6", "@angular/router": "13.3.6", - "@abp/ng.account": "~5.3.3", - "@abp/ng.account.core": "~5.3.3", - "@abp/ng.core": "~5.3.3", - "@abp/ng.feature-management": "~5.3.3", - "@abp/ng.identity": "~5.3.3", - "@abp/ng.permission-management": "~5.3.3", - "@abp/ng.schematics": "~5.3.3", - "@abp/ng.setting-management": "~5.3.3", - "@abp/ng.tenant-management": "~5.3.3", - "@abp/ng.theme.basic": "~5.3.3", - "@abp/ng.theme.shared": "~5.3.3", + "@abp/ng.account": "~5.3.4", + "@abp/ng.account.core": "~5.3.4", + "@abp/ng.core": "~5.3.4", + "@abp/ng.feature-management": "~5.3.4", + "@abp/ng.identity": "~5.3.4", + "@abp/ng.permission-management": "~5.3.4", + "@abp/ng.schematics": "~5.3.4", + "@abp/ng.setting-management": "~5.3.4", + "@abp/ng.tenant-management": "~5.3.4", + "@abp/ng.theme.basic": "~5.3.4", + "@abp/ng.theme.shared": "~5.3.4", "@fortawesome/fontawesome-free": "^5.15.4", "@ng-bootstrap/ng-bootstrap": "~12.0.0-beta.4", "@ngneat/spectator": "^10.0.0", diff --git a/npm/ng-packs/packages/account-core/package.json b/npm/ng-packs/packages/account-core/package.json index 0ebfbb0b55..3bafd429dd 100644 --- a/npm/ng-packs/packages/account-core/package.json +++ b/npm/ng-packs/packages/account-core/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.account.core", - "version": "5.3.3", + "version": "5.3.4", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "peerDependencies": { - "@abp/ng.core": "~5.3.3", - "@abp/ng.theme.shared": "~5.3.3", + "@abp/ng.core": "~5.3.4", + "@abp/ng.theme.shared": "~5.3.4", "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0" }, diff --git a/npm/ng-packs/packages/account/package.json b/npm/ng-packs/packages/account/package.json index f528c541b5..d953756ddf 100644 --- a/npm/ng-packs/packages/account/package.json +++ b/npm/ng-packs/packages/account/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.account", - "version": "5.3.3", + "version": "5.3.4", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.account.core": "~5.3.3", - "@abp/ng.theme.shared": "~5.3.3", + "@abp/ng.account.core": "~5.3.4", + "@abp/ng.theme.shared": "~5.3.4", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/components/package.json b/npm/ng-packs/packages/components/package.json index d62faa06d4..6794d1c3e8 100644 --- a/npm/ng-packs/packages/components/package.json +++ b/npm/ng-packs/packages/components/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.components", - "version": "5.3.3", + "version": "5.3.4", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "peerDependencies": { - "@abp/ng.core": ">=5.3.3", - "@abp/ng.theme.shared": ">=5.3.3", + "@abp/ng.core": ">=5.3.4", + "@abp/ng.theme.shared": ">=5.3.4", "@ng-bootstrap/ng-bootstrap": ">=10.0.0" }, "dependencies": { diff --git a/npm/ng-packs/packages/core/package.json b/npm/ng-packs/packages/core/package.json index f82669b12f..01f5e11c2b 100644 --- a/npm/ng-packs/packages/core/package.json +++ b/npm/ng-packs/packages/core/package.json @@ -1,13 +1,13 @@ { "name": "@abp/ng.core", - "version": "5.3.3", + "version": "5.3.4", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/utils": "~5.3.3", + "@abp/utils": "~5.3.4", "angular-oauth2-oidc": "^13.0.1", "just-clone": "^3.2.1", "just-compare": "^1.4.0", diff --git a/npm/ng-packs/packages/feature-management/package.json b/npm/ng-packs/packages/feature-management/package.json index aa5dcc822f..0fcf45ccdd 100644 --- a/npm/ng-packs/packages/feature-management/package.json +++ b/npm/ng-packs/packages/feature-management/package.json @@ -1,13 +1,13 @@ { "name": "@abp/ng.feature-management", - "version": "5.3.3", + "version": "5.3.4", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.theme.shared": "~5.3.3", + "@abp/ng.theme.shared": "~5.3.4", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/identity/package.json b/npm/ng-packs/packages/identity/package.json index ee0e610e33..241134c98e 100644 --- a/npm/ng-packs/packages/identity/package.json +++ b/npm/ng-packs/packages/identity/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.identity", - "version": "5.3.3", + "version": "5.3.4", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.permission-management": "~5.3.3", - "@abp/ng.theme.shared": "~5.3.3", + "@abp/ng.permission-management": "~5.3.4", + "@abp/ng.theme.shared": "~5.3.4", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/permission-management/package.json b/npm/ng-packs/packages/permission-management/package.json index ee8a3aed8d..55e9bcdab7 100644 --- a/npm/ng-packs/packages/permission-management/package.json +++ b/npm/ng-packs/packages/permission-management/package.json @@ -1,13 +1,13 @@ { "name": "@abp/ng.permission-management", - "version": "5.3.3", + "version": "5.3.4", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.theme.shared": "~5.3.3", + "@abp/ng.theme.shared": "~5.3.4", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/schematics/package.json b/npm/ng-packs/packages/schematics/package.json index c7ec460ffe..d2e5e204ea 100644 --- a/npm/ng-packs/packages/schematics/package.json +++ b/npm/ng-packs/packages/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@abp/ng.schematics", - "version": "5.3.3", + "version": "5.3.4", "description": "Schematics that works with ABP Backend", "keywords": [ "schematics" diff --git a/npm/ng-packs/packages/setting-management/package.json b/npm/ng-packs/packages/setting-management/package.json index f051b7e297..9e7ed4e796 100644 --- a/npm/ng-packs/packages/setting-management/package.json +++ b/npm/ng-packs/packages/setting-management/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.setting-management", - "version": "5.3.3", + "version": "5.3.4", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.components": "~5.3.3", - "@abp/ng.theme.shared": "~5.3.3", + "@abp/ng.components": "~5.3.4", + "@abp/ng.theme.shared": "~5.3.4", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/tenant-management/package.json b/npm/ng-packs/packages/tenant-management/package.json index ede0dce957..1d3fbb61a5 100644 --- a/npm/ng-packs/packages/tenant-management/package.json +++ b/npm/ng-packs/packages/tenant-management/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.tenant-management", - "version": "5.3.3", + "version": "5.3.4", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.feature-management": "~5.3.3", - "@abp/ng.theme.shared": "~5.3.3", + "@abp/ng.feature-management": "~5.3.4", + "@abp/ng.theme.shared": "~5.3.4", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/theme-basic/package.json b/npm/ng-packs/packages/theme-basic/package.json index 9b01eb5ed3..62f94b7c26 100644 --- a/npm/ng-packs/packages/theme-basic/package.json +++ b/npm/ng-packs/packages/theme-basic/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.theme.basic", - "version": "5.3.3", + "version": "5.3.4", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.account.core": "~5.3.3", - "@abp/ng.theme.shared": "~5.3.3", + "@abp/ng.account.core": "~5.3.4", + "@abp/ng.theme.shared": "~5.3.4", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/theme-shared/package.json b/npm/ng-packs/packages/theme-shared/package.json index 825c9cb339..0c333a90da 100644 --- a/npm/ng-packs/packages/theme-shared/package.json +++ b/npm/ng-packs/packages/theme-shared/package.json @@ -1,13 +1,13 @@ { "name": "@abp/ng.theme.shared", - "version": "5.3.3", + "version": "5.3.4", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.core": "~5.3.3", + "@abp/ng.core": "~5.3.4", "@fortawesome/fontawesome-free": "^5.15.4", "@ng-bootstrap/ng-bootstrap": "~12.0.0-beta.4", "@ngx-validate/core": "^0.1.2", diff --git a/npm/packs/anchor-js/package.json b/npm/packs/anchor-js/package.json index dffd75f01c..dbcd0c853f 100644 --- a/npm/packs/anchor-js/package.json +++ b/npm/packs/anchor-js/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/anchor-js", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "anchor-js": "^4.3.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/aspnetcore.components.server.basictheme/package.json b/npm/packs/aspnetcore.components.server.basictheme/package.json index fe0a682fd1..0741f4703a 100644 --- a/npm/packs/aspnetcore.components.server.basictheme/package.json +++ b/npm/packs/aspnetcore.components.server.basictheme/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/aspnetcore.components.server.basictheme", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/aspnetcore.components.server.theming": "~5.3.3" + "@abp/aspnetcore.components.server.theming": "~5.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/aspnetcore.components.server.theming/package.json b/npm/packs/aspnetcore.components.server.theming/package.json index b5acb5f662..d8e1774a47 100644 --- a/npm/packs/aspnetcore.components.server.theming/package.json +++ b/npm/packs/aspnetcore.components.server.theming/package.json @@ -1,12 +1,12 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/aspnetcore.components.server.theming", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/bootstrap": "~5.3.3", - "@abp/font-awesome": "~5.3.3" + "@abp/bootstrap": "~5.3.4", + "@abp/font-awesome": "~5.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json b/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json index 2dce8485d7..2f297ef6ed 100644 --- a/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json +++ b/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/aspnetcore.mvc.ui.theme.basic", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.shared": "~5.3.3" + "@abp/aspnetcore.mvc.ui.theme.shared": "~5.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json b/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json index 480cb0b3fc..f8458dd01f 100644 --- a/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json +++ b/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/aspnetcore.mvc.ui.theme.shared", "repository": { "type": "git", @@ -10,20 +10,20 @@ "access": "public" }, "dependencies": { - "@abp/aspnetcore.mvc.ui": "~5.3.3", - "@abp/bootstrap": "~5.3.3", - "@abp/bootstrap-datepicker": "~5.3.3", - "@abp/datatables.net-bs5": "~5.3.3", - "@abp/font-awesome": "~5.3.3", - "@abp/jquery-form": "~5.3.3", - "@abp/jquery-validation-unobtrusive": "~5.3.3", - "@abp/lodash": "~5.3.3", - "@abp/luxon": "~5.3.3", - "@abp/malihu-custom-scrollbar-plugin": "~5.3.3", - "@abp/select2": "~5.3.3", - "@abp/sweetalert2": "~5.3.3", - "@abp/timeago": "~5.3.3", - "@abp/toastr": "~5.3.3" + "@abp/aspnetcore.mvc.ui": "~5.3.4", + "@abp/bootstrap": "~5.3.4", + "@abp/bootstrap-datepicker": "~5.3.4", + "@abp/datatables.net-bs5": "~5.3.4", + "@abp/font-awesome": "~5.3.4", + "@abp/jquery-form": "~5.3.4", + "@abp/jquery-validation-unobtrusive": "~5.3.4", + "@abp/lodash": "~5.3.4", + "@abp/luxon": "~5.3.4", + "@abp/malihu-custom-scrollbar-plugin": "~5.3.4", + "@abp/select2": "~5.3.4", + "@abp/sweetalert2": "~5.3.4", + "@abp/timeago": "~5.3.4", + "@abp/toastr": "~5.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/aspnetcore.mvc.ui/package-lock.json b/npm/packs/aspnetcore.mvc.ui/package-lock.json index 0f185e72ce..e8a3bbea60 100644 --- a/npm/packs/aspnetcore.mvc.ui/package-lock.json +++ b/npm/packs/aspnetcore.mvc.ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "@abp/aspnetcore.mvc.ui", - "version": "5.3.3", + "version": "5.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/npm/packs/aspnetcore.mvc.ui/package.json b/npm/packs/aspnetcore.mvc.ui/package.json index 7cee754cd4..aa62a7f118 100644 --- a/npm/packs/aspnetcore.mvc.ui/package.json +++ b/npm/packs/aspnetcore.mvc.ui/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/aspnetcore.mvc.ui", "repository": { "type": "git", diff --git a/npm/packs/blogging/package.json b/npm/packs/blogging/package.json index b24d4a05a2..800955c0d8 100644 --- a/npm/packs/blogging/package.json +++ b/npm/packs/blogging/package.json @@ -1,14 +1,14 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/blogging", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.shared": "~5.3.3", - "@abp/owl.carousel": "~5.3.3", - "@abp/prismjs": "~5.3.3", - "@abp/tui-editor": "~5.3.3" + "@abp/aspnetcore.mvc.ui.theme.shared": "~5.3.4", + "@abp/owl.carousel": "~5.3.4", + "@abp/prismjs": "~5.3.4", + "@abp/tui-editor": "~5.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/bootstrap-datepicker/package.json b/npm/packs/bootstrap-datepicker/package.json index 94c1856632..2970633af2 100644 --- a/npm/packs/bootstrap-datepicker/package.json +++ b/npm/packs/bootstrap-datepicker/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/bootstrap-datepicker", "repository": { "type": "git", diff --git a/npm/packs/bootstrap/package.json b/npm/packs/bootstrap/package.json index 114ebf5db5..3c8ed613dd 100644 --- a/npm/packs/bootstrap/package.json +++ b/npm/packs/bootstrap/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/bootstrap", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "bootstrap": "^5.1.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/chart.js/package.json b/npm/packs/chart.js/package.json index eb09f1b427..92c5b534db 100644 --- a/npm/packs/chart.js/package.json +++ b/npm/packs/chart.js/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/chart.js", "publishConfig": { "access": "public" diff --git a/npm/packs/clipboard/package.json b/npm/packs/clipboard/package.json index e3722da71f..4d91ab5c7e 100644 --- a/npm/packs/clipboard/package.json +++ b/npm/packs/clipboard/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/clipboard", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "clipboard": "^2.0.8" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/cms-kit.admin/package.json b/npm/packs/cms-kit.admin/package.json index 43bd6d1447..1c95bb798c 100644 --- a/npm/packs/cms-kit.admin/package.json +++ b/npm/packs/cms-kit.admin/package.json @@ -1,15 +1,15 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/cms-kit.admin", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/codemirror": "~5.3.3", - "@abp/jstree": "~5.3.3", - "@abp/slugify": "~5.3.3", - "@abp/tui-editor": "~5.3.3", - "@abp/uppy": "~5.3.3" + "@abp/codemirror": "~5.3.4", + "@abp/jstree": "~5.3.4", + "@abp/slugify": "~5.3.4", + "@abp/tui-editor": "~5.3.4", + "@abp/uppy": "~5.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/cms-kit.public/package.json b/npm/packs/cms-kit.public/package.json index df18c56c54..83b8d3ceab 100644 --- a/npm/packs/cms-kit.public/package.json +++ b/npm/packs/cms-kit.public/package.json @@ -1,12 +1,12 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/cms-kit.public", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/highlight.js": "~5.3.3", - "@abp/star-rating-svg": "~5.3.3" + "@abp/highlight.js": "~5.3.4", + "@abp/star-rating-svg": "~5.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/cms-kit/package.json b/npm/packs/cms-kit/package.json index cf294e0880..d471ccceb4 100644 --- a/npm/packs/cms-kit/package.json +++ b/npm/packs/cms-kit/package.json @@ -1,12 +1,12 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/cms-kit", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/cms-kit.admin": "~5.3.3", - "@abp/cms-kit.public": "~5.3.3" + "@abp/cms-kit.admin": "~5.3.4", + "@abp/cms-kit.public": "~5.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/codemirror/package.json b/npm/packs/codemirror/package.json index 34d31a7aa9..0597fe06a8 100644 --- a/npm/packs/codemirror/package.json +++ b/npm/packs/codemirror/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/codemirror", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "codemirror": "^5.65.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/core/package.json b/npm/packs/core/package.json index 01b04e0cb8..c4b19739a2 100644 --- a/npm/packs/core/package.json +++ b/npm/packs/core/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/core", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/utils": "~5.3.3" + "@abp/utils": "~5.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/cropperjs/package.json b/npm/packs/cropperjs/package.json index 8db8df9a43..11ef78a520 100644 --- a/npm/packs/cropperjs/package.json +++ b/npm/packs/cropperjs/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/cropperjs", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "cropperjs": "^1.5.12" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/datatables.net-bs4/package.json b/npm/packs/datatables.net-bs4/package.json index 8b50ef0c8f..c8a31cfccd 100644 --- a/npm/packs/datatables.net-bs4/package.json +++ b/npm/packs/datatables.net-bs4/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/datatables.net-bs4", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/datatables.net": "~5.3.3", + "@abp/datatables.net": "~5.3.4", "datatables.net-bs4": "^1.11.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/datatables.net-bs5/package.json b/npm/packs/datatables.net-bs5/package.json index 13c728cacc..8d9f917398 100644 --- a/npm/packs/datatables.net-bs5/package.json +++ b/npm/packs/datatables.net-bs5/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/datatables.net-bs5", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/datatables.net": "~5.3.3", + "@abp/datatables.net": "~5.3.4", "datatables.net-bs5": "^1.11.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/datatables.net/package.json b/npm/packs/datatables.net/package.json index 6e2beba898..369ac7471f 100644 --- a/npm/packs/datatables.net/package.json +++ b/npm/packs/datatables.net/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/datatables.net", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~5.3.3", + "@abp/jquery": "~5.3.4", "datatables.net": "^1.11.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/docs/package.json b/npm/packs/docs/package.json index 62b08eb06b..3937d609cb 100644 --- a/npm/packs/docs/package.json +++ b/npm/packs/docs/package.json @@ -1,15 +1,15 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/docs", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/anchor-js": "~5.3.3", - "@abp/clipboard": "~5.3.3", - "@abp/malihu-custom-scrollbar-plugin": "~5.3.3", - "@abp/popper.js": "~5.3.3", - "@abp/prismjs": "~5.3.3" + "@abp/anchor-js": "~5.3.4", + "@abp/clipboard": "~5.3.4", + "@abp/malihu-custom-scrollbar-plugin": "~5.3.4", + "@abp/popper.js": "~5.3.4", + "@abp/prismjs": "~5.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/flag-icon-css/package.json b/npm/packs/flag-icon-css/package.json index 0335336794..257c24c99c 100644 --- a/npm/packs/flag-icon-css/package.json +++ b/npm/packs/flag-icon-css/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/flag-icon-css", "publishConfig": { "access": "public" diff --git a/npm/packs/font-awesome/package.json b/npm/packs/font-awesome/package.json index fcbe50cd67..1f89230737 100644 --- a/npm/packs/font-awesome/package.json +++ b/npm/packs/font-awesome/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/font-awesome", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "@fortawesome/fontawesome-free": "^5.15.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/highlight.js/package.json b/npm/packs/highlight.js/package.json index d01ba44299..fa3f230d6e 100644 --- a/npm/packs/highlight.js/package.json +++ b/npm/packs/highlight.js/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/highlight.js", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "@highlightjs/cdn-assets": "~11.4.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/jquery-form/package.json b/npm/packs/jquery-form/package.json index 79c31c5258..018c386c05 100644 --- a/npm/packs/jquery-form/package.json +++ b/npm/packs/jquery-form/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/jquery-form", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~5.3.3", + "@abp/jquery": "~5.3.4", "jquery-form": "^4.3.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/jquery-validation-unobtrusive/package.json b/npm/packs/jquery-validation-unobtrusive/package.json index fd062c3bdd..4881a56313 100644 --- a/npm/packs/jquery-validation-unobtrusive/package.json +++ b/npm/packs/jquery-validation-unobtrusive/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/jquery-validation-unobtrusive", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery-validation": "~5.3.3", + "@abp/jquery-validation": "~5.3.4", "jquery-validation-unobtrusive": "^3.2.12" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/jquery-validation/package.json b/npm/packs/jquery-validation/package.json index 431e33c965..35aa247917 100644 --- a/npm/packs/jquery-validation/package.json +++ b/npm/packs/jquery-validation/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/jquery-validation", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~5.3.3", + "@abp/jquery": "~5.3.4", "jquery-validation": "^1.19.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/jquery/package.json b/npm/packs/jquery/package.json index 0235b146fe..dc307721e0 100644 --- a/npm/packs/jquery/package.json +++ b/npm/packs/jquery/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/jquery", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "jquery": "~3.6.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/jstree/package.json b/npm/packs/jstree/package.json index 1a0cf850ca..a233079f53 100644 --- a/npm/packs/jstree/package.json +++ b/npm/packs/jstree/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/jstree", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/jquery": "~5.3.3", + "@abp/jquery": "~5.3.4", "jstree": "^3.3.12" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/lodash/package.json b/npm/packs/lodash/package.json index f662fdc435..30c77c377b 100644 --- a/npm/packs/lodash/package.json +++ b/npm/packs/lodash/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/lodash", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "lodash": "^4.17.21" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/luxon/package.json b/npm/packs/luxon/package.json index fdff4d4f10..38a6964eb7 100644 --- a/npm/packs/luxon/package.json +++ b/npm/packs/luxon/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/luxon", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "luxon": "^2.3.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/malihu-custom-scrollbar-plugin/package.json b/npm/packs/malihu-custom-scrollbar-plugin/package.json index 21795b0183..7919446855 100644 --- a/npm/packs/malihu-custom-scrollbar-plugin/package.json +++ b/npm/packs/malihu-custom-scrollbar-plugin/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/malihu-custom-scrollbar-plugin", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "malihu-custom-scrollbar-plugin": "^3.1.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/markdown-it/package.json b/npm/packs/markdown-it/package.json index 160b6dbc8c..334669668f 100644 --- a/npm/packs/markdown-it/package.json +++ b/npm/packs/markdown-it/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/markdown-it", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "markdown-it": "^12.3.2" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/owl.carousel/package.json b/npm/packs/owl.carousel/package.json index bff1ca0e92..08e766b874 100644 --- a/npm/packs/owl.carousel/package.json +++ b/npm/packs/owl.carousel/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/owl.carousel", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "owl.carousel": "^2.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/popper.js/package.json b/npm/packs/popper.js/package.json index 7d276c50f3..0d0034886d 100644 --- a/npm/packs/popper.js/package.json +++ b/npm/packs/popper.js/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/popper.js", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "@popperjs/core": "^2.11.2" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/prismjs/package.json b/npm/packs/prismjs/package.json index 50cb5f72bc..15da1f73ce 100644 --- a/npm/packs/prismjs/package.json +++ b/npm/packs/prismjs/package.json @@ -1,12 +1,12 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/prismjs", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/clipboard": "~5.3.3", - "@abp/core": "~5.3.3", + "@abp/clipboard": "~5.3.4", + "@abp/core": "~5.3.4", "prismjs": "^1.26.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/select2/package.json b/npm/packs/select2/package.json index deb5b6837f..9a19d7c6d1 100644 --- a/npm/packs/select2/package.json +++ b/npm/packs/select2/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/select2", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "select2": "^4.0.13" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/signalr/package.json b/npm/packs/signalr/package.json index 3de0512203..c8660337fb 100644 --- a/npm/packs/signalr/package.json +++ b/npm/packs/signalr/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/signalr", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "@microsoft/signalr": "~6.0.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/slugify/package.json b/npm/packs/slugify/package.json index 5e3c7693a1..f97d5b43a0 100644 --- a/npm/packs/slugify/package.json +++ b/npm/packs/slugify/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/slugify", "publishConfig": { "access": "public" diff --git a/npm/packs/star-rating-svg/package.json b/npm/packs/star-rating-svg/package.json index c2467e72fe..670a4ba840 100644 --- a/npm/packs/star-rating-svg/package.json +++ b/npm/packs/star-rating-svg/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/star-rating-svg", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/jquery": "~5.3.3", + "@abp/jquery": "~5.3.4", "star-rating-svg": "^3.5.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/sweetalert2/package.json b/npm/packs/sweetalert2/package.json index fccf68a900..429651a430 100644 --- a/npm/packs/sweetalert2/package.json +++ b/npm/packs/sweetalert2/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/sweetalert2", "publishConfig": { "access": "public" @@ -10,7 +10,7 @@ "directory": "npm/packs/sweetalert2" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "sweetalert2": "^11.3.6" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/timeago/package.json b/npm/packs/timeago/package.json index 4338fce963..3663727a02 100644 --- a/npm/packs/timeago/package.json +++ b/npm/packs/timeago/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/timeago", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~5.3.3", + "@abp/jquery": "~5.3.4", "timeago": "^1.6.7" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/toastr/package.json b/npm/packs/toastr/package.json index 637b90440a..ddff5f00ab 100644 --- a/npm/packs/toastr/package.json +++ b/npm/packs/toastr/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/toastr", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~5.3.3", + "@abp/jquery": "~5.3.4", "toastr": "^2.1.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/tui-editor/package.json b/npm/packs/tui-editor/package.json index 3c1fb38d02..20b43ab6cc 100644 --- a/npm/packs/tui-editor/package.json +++ b/npm/packs/tui-editor/package.json @@ -1,12 +1,12 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/tui-editor", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/jquery": "~5.3.3", - "@abp/prismjs": "~5.3.3" + "@abp/jquery": "~5.3.4", + "@abp/prismjs": "~5.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/uppy/package.json b/npm/packs/uppy/package.json index a1d87027cd..a76e6725a5 100644 --- a/npm/packs/uppy/package.json +++ b/npm/packs/uppy/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/uppy", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~5.3.3", + "@abp/core": "~5.3.4", "uppy": "^1.16.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/utils/package.json b/npm/packs/utils/package.json index 7719548588..afc6ebb36b 100644 --- a/npm/packs/utils/package.json +++ b/npm/packs/utils/package.json @@ -1,6 +1,6 @@ { "name": "@abp/utils", - "version": "5.3.3", + "version": "5.3.4", "scripts": { "prepublishOnly": "yarn install --ignore-scripts && node prepublish.js", "ng": "ng", diff --git a/npm/packs/vee-validate/package.json b/npm/packs/vee-validate/package.json index fe08c38595..1bb88b3c10 100644 --- a/npm/packs/vee-validate/package.json +++ b/npm/packs/vee-validate/package.json @@ -1,11 +1,11 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/vee-validate", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/vue": "~5.3.3", + "@abp/vue": "~5.3.4", "vee-validate": "~3.4.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/virtual-file-explorer/package.json b/npm/packs/virtual-file-explorer/package.json index 72599b591d..2a4c69ab73 100644 --- a/npm/packs/virtual-file-explorer/package.json +++ b/npm/packs/virtual-file-explorer/package.json @@ -1,12 +1,12 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/virtual-file-explorer", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/clipboard": "~5.3.3", - "@abp/prismjs": "~5.3.3" + "@abp/clipboard": "~5.3.4", + "@abp/prismjs": "~5.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/vue/package.json b/npm/packs/vue/package.json index c9fa28e7ba..2c06a55397 100644 --- a/npm/packs/vue/package.json +++ b/npm/packs/vue/package.json @@ -1,5 +1,5 @@ { - "version": "5.3.3", + "version": "5.3.4", "name": "@abp/vue", "publishConfig": { "access": "public" diff --git a/templates/app-nolayers/angular/package.json b/templates/app-nolayers/angular/package.json index e4175382a9..42c8dac6fd 100644 --- a/templates/app-nolayers/angular/package.json +++ b/templates/app-nolayers/angular/package.json @@ -12,14 +12,14 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~5.3.3", - "@abp/ng.components": "~5.3.3", - "@abp/ng.core": "~5.3.3", - "@abp/ng.identity": "~5.3.3", - "@abp/ng.setting-management": "~5.3.3", - "@abp/ng.tenant-management": "~5.3.3", - "@abp/ng.theme.basic": "~5.3.3", - "@abp/ng.theme.shared": "~5.3.3", + "@abp/ng.account": "~5.3.4", + "@abp/ng.components": "~5.3.4", + "@abp/ng.core": "~5.3.4", + "@abp/ng.identity": "~5.3.4", + "@abp/ng.setting-management": "~5.3.4", + "@abp/ng.tenant-management": "~5.3.4", + "@abp/ng.theme.basic": "~5.3.4", + "@abp/ng.theme.shared": "~5.3.4", "@angular/animations": "~13.1.1", "@angular/common": "~13.1.1", "@angular/compiler": "~13.1.1", @@ -34,7 +34,7 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@abp/ng.schematics": "~5.3.3", + "@abp/ng.schematics": "~5.3.4", "@angular-devkit/build-angular": "~13.1.2", "@angular-eslint/builder": "~13.0.1", "@angular-eslint/eslint-plugin": "~13.0.1", diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/package.json index 25b2156f2f..838514c601 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3", - "@abp/aspnetcore.components.server.basictheme": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4", + "@abp/aspnetcore.components.server.basictheme": "^5.3.4" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/package.json index 25b2156f2f..838514c601 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3", - "@abp/aspnetcore.components.server.basictheme": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4", + "@abp/aspnetcore.components.server.basictheme": "^5.3.4" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host.Mongo/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host.Mongo/package.json index 534c364bfe..70cf79eddb 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host.Mongo/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host.Mongo/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/package.json index 534c364bfe..70cf79eddb 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/package.json index dcbdc28b13..9523dd74f9 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~5.3.4" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/package.json index dcbdc28b13..9523dd74f9 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~5.3.4" } } diff --git a/templates/app/angular/package.json b/templates/app/angular/package.json index 647642756e..90a6f3f6b2 100644 --- a/templates/app/angular/package.json +++ b/templates/app/angular/package.json @@ -12,14 +12,14 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~5.3.3", - "@abp/ng.components": "~5.3.3", - "@abp/ng.core": "~5.3.3", - "@abp/ng.identity": "~5.3.3", - "@abp/ng.setting-management": "~5.3.3", - "@abp/ng.tenant-management": "~5.3.3", - "@abp/ng.theme.basic": "~5.3.3", - "@abp/ng.theme.shared": "~5.3.3", + "@abp/ng.account": "~5.3.4", + "@abp/ng.components": "~5.3.4", + "@abp/ng.core": "~5.3.4", + "@abp/ng.identity": "~5.3.4", + "@abp/ng.setting-management": "~5.3.4", + "@abp/ng.tenant-management": "~5.3.4", + "@abp/ng.theme.basic": "~5.3.4", + "@abp/ng.theme.shared": "~5.3.4", "@angular/animations": "~13.3.3", "@angular/common": "~13.3.3", "@angular/compiler": "~13.3.3", @@ -34,7 +34,7 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@abp/ng.schematics": "~5.3.3", + "@abp/ng.schematics": "~5.3.4", "@angular-devkit/build-angular": "~13.3.3", "@angular-eslint/builder": "~13.2.1", "@angular-eslint/eslint-plugin": "~13.2.1", diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/package.json index 25b2156f2f..838514c601 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3", - "@abp/aspnetcore.components.server.basictheme": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4", + "@abp/aspnetcore.components.server.basictheme": "^5.3.4" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/package.json index 25b2156f2f..838514c601 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3", - "@abp/aspnetcore.components.server.basictheme": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4", + "@abp/aspnetcore.components.server.basictheme": "^5.3.4" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json index 534c364bfe..70cf79eddb 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json index a96f05fa85..fcab7bfe21 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.IdentityServer/package.json @@ -3,6 +3,6 @@ "name": "my-app-identityserver", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json index 534c364bfe..70cf79eddb 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json index 534c364bfe..70cf79eddb 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4" } } diff --git a/templates/module/angular/package.json b/templates/module/angular/package.json index 1018f2f24c..9c7ea8502b 100644 --- a/templates/module/angular/package.json +++ b/templates/module/angular/package.json @@ -15,14 +15,14 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~5.3.3", - "@abp/ng.components": "~5.3.3", - "@abp/ng.core": "~5.3.3", - "@abp/ng.identity": "~5.3.3", - "@abp/ng.setting-management": "~5.3.3", - "@abp/ng.tenant-management": "~5.3.3", - "@abp/ng.theme.basic": "~5.3.3", - "@abp/ng.theme.shared": "~5.3.3", + "@abp/ng.account": "~5.3.4", + "@abp/ng.components": "~5.3.4", + "@abp/ng.core": "~5.3.4", + "@abp/ng.identity": "~5.3.4", + "@abp/ng.setting-management": "~5.3.4", + "@abp/ng.tenant-management": "~5.3.4", + "@abp/ng.theme.basic": "~5.3.4", + "@abp/ng.theme.shared": "~5.3.4", "@angular/animations": "~13.3.3", "@angular/common": "~13.3.3", "@angular/compiler": "~13.3.3", @@ -37,7 +37,7 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@abp/ng.schematics": "~5.3.3", + "@abp/ng.schematics": "~5.3.4", "@angular-devkit/build-angular": "~13.3.3", "@angular-eslint/builder": "~13.2.1", "@angular-eslint/eslint-plugin": "~13.2.1", diff --git a/templates/module/angular/projects/my-project-name/package.json b/templates/module/angular/projects/my-project-name/package.json index 945dcec55b..2561dee70f 100644 --- a/templates/module/angular/projects/my-project-name/package.json +++ b/templates/module/angular/projects/my-project-name/package.json @@ -4,8 +4,8 @@ "peerDependencies": { "@angular/common": ">=9", "@angular/core": ">=9", - "@abp/ng.core": ">=5.3.3", - "@abp/ng.theme.shared": ">=5.3.3" + "@abp/ng.core": ">=5.3.4", + "@abp/ng.theme.shared": ">=5.3.4" }, "dependencies": { "tslib": "^2.1.0" diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/package.json index 25b2156f2f..838514c601 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/package.json +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3", - "@abp/aspnetcore.components.server.basictheme": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4", + "@abp/aspnetcore.components.server.basictheme": "^5.3.4" } } diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json index a96f05fa85..fcab7bfe21 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/package.json @@ -3,6 +3,6 @@ "name": "my-app-identityserver", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4" } } diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json index 534c364bfe..70cf79eddb 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4" } } diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json index 534c364bfe..70cf79eddb 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "^5.3.4" } }