@das-fed/upf-utils 6.4.0-dev.172 → 6.4.0-dev.174

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 (51) hide show
  1. package/api-services/es5.js +789 -842
  2. package/api-services/index.js +578 -603
  3. package/api-services/index.js.gz +0 -0
  4. package/api-services/modules/app-manage/es5.js +3963 -0
  5. package/api-services/modules/app-manage/index.js +804 -786
  6. package/api-services/modules/app-manage/index.js.gz +0 -0
  7. package/api-services/modules/authentication/es5.js +3963 -0
  8. package/api-services/modules/authentication/index.js +802 -788
  9. package/api-services/modules/authentication/index.js.gz +0 -0
  10. package/api-services/modules/bems/es5.js +3959 -0
  11. package/api-services/modules/bems/index.js +802 -816
  12. package/api-services/modules/bems/index.js.gz +0 -0
  13. package/api-services/modules/contract/es5.js +3963 -0
  14. package/api-services/modules/duty-manage/es5.js +3972 -0
  15. package/api-services/modules/duty-manage/index.js +817 -799
  16. package/api-services/modules/duty-manage/index.js.gz +0 -0
  17. package/api-services/modules/enterpriseright/es5.js +3963 -0
  18. package/api-services/modules/enterpriseright/index.js +804 -786
  19. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  20. package/api-services/modules/file/es5.js +4497 -0
  21. package/api-services/modules/gateway-edge/es5.js +3963 -0
  22. package/api-services/modules/gateway-edge/index.js +802 -788
  23. package/api-services/modules/gateway-edge/index.js.gz +0 -0
  24. package/api-services/modules/iot/es5.js +3982 -0
  25. package/api-services/modules/iot/index.js +798 -780
  26. package/api-services/modules/iot/index.js.gz +0 -0
  27. package/api-services/modules/justauth/es5.js +3965 -0
  28. package/api-services/modules/justauth/index.js +805 -787
  29. package/api-services/modules/justauth/index.js.gz +0 -0
  30. package/api-services/modules/knowledge/es5.js +3963 -0
  31. package/api-services/modules/link/es5.js +3963 -0
  32. package/api-services/modules/permission/es5.js +3951 -0
  33. package/api-services/modules/platformManage/es5.js +3975 -0
  34. package/api-services/modules/portal/es5.js +3963 -0
  35. package/api-services/modules/space-manage/es5.js +3951 -0
  36. package/api-services/modules/space-manage/index.js +786 -804
  37. package/api-services/modules/space-manage/index.js.gz +0 -0
  38. package/api-services/modules/super-admin/es5.js +3957 -0
  39. package/api-services/modules/super-admin/index.js +799 -817
  40. package/api-services/modules/super-admin/index.js.gz +0 -0
  41. package/api-services/modules/supplier/es5.js +3955 -0
  42. package/api-services/modules/supplychain-manage/es5.js +3951 -0
  43. package/api-services/modules/systemConfiguration/es5.js +3963 -0
  44. package/api-services/modules/tool/es5.js +3963 -0
  45. package/api-services/src/create-service/es5.js +3949 -0
  46. package/create-api-service/es5.js +978 -966
  47. package/create-api-service/index.js +803 -785
  48. package/create-api-service/index.js.gz +0 -0
  49. package/hooks/popup-manager/use-zindex/es5.js +21 -0
  50. package/package.json +4 -6
  51. package/vue/hooks/use-model-value/es5.js +10 -0
Binary file
@@ -0,0 +1,21 @@
1
+ 'use strict';
2
+
3
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
4
+ function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
5
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
6
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
7
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
8
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
9
+ var n = function n() {
10
+ return _toConsumableArray(document.body.querySelectorAll("*")).reduce(function (e, t) {
11
+ return Math.max(e, +window.getComputedStyle(t).zIndex || 0);
12
+ }, 0);
13
+ },
14
+ d = function d() {
15
+ return {
16
+ nextZIndex: function nextZIndex() {
17
+ return n() + 1;
18
+ }
19
+ };
20
+ };
21
+ exports.useZIndex = d;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/upf-utils",
3
- "version": "6.4.0-dev.172",
3
+ "version": "6.4.0-dev.174",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -9,7 +9,7 @@
9
9
  "license": "ISC",
10
10
  "dependencies": {
11
11
  "@antv/x6": "^2.18.1",
12
- "@das-fed/upf-utils": "6.4.0-dev.172",
12
+ "@das-fed/upf-utils": "6.4.0-dev.174",
13
13
  "@vue/shared": "^3.4.21",
14
14
  "@vueuse/core": "^9.6.0",
15
15
  "axios": "^1.6.7",
@@ -22,11 +22,9 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@babel/preset-env": "7.26.0",
25
- "@das-fed/upf-cli": "6.4.0-dev.172",
26
- "@das-fed/upf-web": "6.4.0-dev.172",
25
+ "@das-fed/upf-cli": "6.4.0-dev.174",
26
+ "@das-fed/upf-web": "6.4.0-dev.174",
27
27
  "@rollup/plugin-babel": "6.0.4",
28
- "@rollup/plugin-commonjs": "^28.0.8",
29
- "@rollup/plugin-node-resolve": "^16.0.3",
30
28
  "@types/js-cookie": "^3.0.6",
31
29
  "@types/lodash-es": "^4.17.12",
32
30
  "@types/qs": "^6.9.15",
@@ -0,0 +1,10 @@
1
+ 'use strict';
2
+
3
+ var vue = require('vue');
4
+ var c = function c(e, t) {
5
+ var l = vue.ref(e[t]);
6
+ return vue.watchEffect(function () {
7
+ l.value = e[t];
8
+ }), l;
9
+ };
10
+ exports.useModelValue = c;