w-web-perm 1.0.45 → 1.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ci-test.yml +1 -1
- package/db/wperm/grups/data.mdb +0 -0
- package/db/wperm/grups/lock.mdb +0 -0
- package/db/wperm/pemis/data.mdb +0 -0
- package/db/wperm/pemis/lock.mdb +0 -0
- package/db/wperm/targets/data.mdb +0 -0
- package/db/wperm/targets/lock.mdb +0 -0
- package/db/wperm/users/data.mdb +0 -0
- package/db/wperm/users/lock.mdb +0 -0
- package/dist/css/app.30e81bfe.css +1 -0
- package/dist/css/chunk-vendors.f149e124.css +1 -0
- package/dist/index.tmp +1 -1
- package/dist/js/app-legacy.f1277a07.js +1 -0
- package/dist/js/app.f1277a07.js +1 -0
- package/dist/js/chunk-vendors-legacy.e8703728.js +21 -0
- package/dist/js/chunk-vendors.e8703728.js +21 -0
- package/dist/w-web-perm.umd.js +2 -2
- package/dist/w-web-perm.umd.js.map +1 -1
- package/docs/WWebPerm.html +2 -2
- package/docs/WWebPerm.mjs.html +9 -5
- package/docs/index.html +1 -1
- package/g.initialData.mjs +3 -3
- package/g.provideUsers.mjs +3 -3
- package/package.json +7 -6
- package/server/WWebPerm.mjs +8 -4
- package/{src/plugins/mLang.mjs → server/procLang.mjs} +837 -754
- package/src/components/LayoutContentGrups.vue +26 -62
- package/src/components/LayoutContentPemis.vue +26 -62
- package/src/components/LayoutContentTargets.vue +16 -45
- package/src/components/LayoutContentUsers.vue +30 -90
- package/src/components/VeCgrups.vue +15 -46
- package/src/components/VeCpemis.vue +15 -46
- package/src/components/VeCrules.vue +11 -26
- package/src/components/VeGrupBlngUsers.vue +26 -72
- package/src/components/VePemiBlngGrups.vue +26 -72
- package/src/plugins/mUI.mjs +35 -60
- package/src/schema/tables/users.mjs +3 -3
- package/tableTags.json +1 -1
- package/test/getUserRules.test.mjs +899 -0
- package/dist/css/app.5eabcb89.css +0 -1
- package/dist/js/app-legacy.d506ca61.js +0 -1
- package/dist/js/app.d506ca61.js +0 -1
- package/dist/js/chunk-vendors-legacy.18b85e4c.js +0 -14
- package/dist/js/chunk-vendors.18b85e4c.js +0 -14
- package/test/all.test.mjs +0 -10
package/db/wperm/grups/data.mdb
CHANGED
|
Binary file
|
package/db/wperm/grups/lock.mdb
CHANGED
|
Binary file
|
package/db/wperm/pemis/data.mdb
CHANGED
|
Binary file
|
package/db/wperm/pemis/lock.mdb
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/db/wperm/users/data.mdb
CHANGED
|
Binary file
|
package/db/wperm/users/lock.mdb
CHANGED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
body,html{font-family:微軟正黑體,Microsoft JhengHei,MicrosoftJhengHeiRegular,Avenir,Helvetica,Arial,sans-serif;overflow-y:hidden}a,button,div,input,p,pre,span,textarea{font-family:inherit}.fade-enter-active{-webkit-animation:go 1s;animation:go 1s}.fade-leave-active{-webkit-animation:back 1s;animation:back 1s}@-webkit-keyframes go{0%{opacity:0}to{opacity:1}}@keyframes go{0%{opacity:0}to{opacity:1}}@-webkit-keyframes back{0%{opacity:1}to{opacity:0}}@keyframes back{0%{opacity:1}to{opacity:0}}
|