w-web-perm 1.0.44 → 1.0.46

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.
Files changed (45) hide show
  1. package/.github/workflows/ci-test.yml +1 -1
  2. package/db/wperm/grups/data.mdb +0 -0
  3. package/db/wperm/grups/lock.mdb +0 -0
  4. package/db/wperm/pemis/data.mdb +0 -0
  5. package/db/wperm/pemis/lock.mdb +0 -0
  6. package/db/wperm/targets/data.mdb +0 -0
  7. package/db/wperm/targets/lock.mdb +0 -0
  8. package/db/wperm/users/data.mdb +0 -0
  9. package/db/wperm/users/lock.mdb +0 -0
  10. package/dist/css/app.30e81bfe.css +1 -0
  11. package/dist/css/chunk-vendors.f149e124.css +1 -0
  12. package/dist/index.tmp +1 -1
  13. package/dist/js/app-legacy.7a0dda14.js +1 -0
  14. package/dist/js/app.7a0dda14.js +1 -0
  15. package/dist/js/chunk-vendors-legacy.e8703728.js +21 -0
  16. package/dist/js/chunk-vendors.e8703728.js +21 -0
  17. package/dist/w-web-perm.umd.js +2 -2
  18. package/dist/w-web-perm.umd.js.map +1 -1
  19. package/docs/WWebPerm.html +2 -2
  20. package/docs/WWebPerm.mjs.html +9 -5
  21. package/docs/index.html +1 -1
  22. package/g.initialData.mjs +3 -3
  23. package/g.provideUsers.mjs +3 -3
  24. package/package.json +9 -8
  25. package/server/WWebPerm.mjs +8 -4
  26. package/{src/plugins/mLang.mjs → server/procLang.mjs} +837 -754
  27. package/src/components/LayoutContentGrups.vue +26 -62
  28. package/src/components/LayoutContentPemis.vue +26 -62
  29. package/src/components/LayoutContentTargets.vue +16 -45
  30. package/src/components/LayoutContentUsers.vue +30 -90
  31. package/src/components/VeCgrups.vue +15 -46
  32. package/src/components/VeCpemis.vue +15 -46
  33. package/src/components/VeCrules.vue +11 -26
  34. package/src/components/VeGrupBlngUsers.vue +26 -72
  35. package/src/components/VePemiBlngGrups.vue +26 -72
  36. package/src/plugins/mUI.mjs +5 -60
  37. package/src/schema/tables/users.mjs +3 -3
  38. package/tableTags.json +1 -1
  39. package/test/getUserRules.test.mjs +899 -0
  40. package/dist/css/app.5eabcb89.css +0 -1
  41. package/dist/js/app-legacy.d506ca61.js +0 -1
  42. package/dist/js/app.d506ca61.js +0 -1
  43. package/dist/js/chunk-vendors-legacy.18b85e4c.js +0 -14
  44. package/dist/js/chunk-vendors.18b85e4c.js +0 -14
  45. package/test/all.test.mjs +0 -10
@@ -12,7 +12,7 @@ jobs:
12
12
  node-version: [22.x]
13
13
 
14
14
  steps:
15
- - uses: actions/checkout@v2
15
+ - uses: actions/checkout@v4
16
16
  - name: Use Node.js ${{ matrix.node-version }}
17
17
  uses: actions/setup-node@v1
18
18
  with:
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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}}